@charset "UTF-8";

/*メニュー調整*/
.b_menu .composite_box01 .wrapper_item {
    height: 361px;
    justify-content: space-between;
}
.b_menu .composite_box01 .inner_item_img {
    height: unset;
}
.b_menu .composite_box01 .inner_item_img img {
    height: 100%!important;
}
.b_menu .composite_box01:not(.block_images_13) .inner_item:nth-of-type(1):nth-last-of-type(3),
.b_menu .composite_box01:not(.block_images_13) .inner_item:nth-of-type(2):nth-last-of-type(2),
.b_menu .composite_box01:not(.block_images_13) .inner_item:nth-of-type(3):nth-last-of-type(1) {
    width: 271px;
}
@media screen and (max-width: 768px) {
/*メニュー調整*/
.b_menu .composite_box01:not(.block_images_13) .inner_item:nth-of-type(1):nth-last-of-type(3),
.b_menu .composite_box01:not(.block_images_13) .inner_item:nth-of-type(2):nth-last-of-type(2),
.composite_box01:not(.block_images_13) .inner_item:nth-of-type(3):nth-last-of-type(1) {
    margin-left: 0;
}
.b_menu .composite_box01:not(.block_images_13) .inner_item:not(:first-child) {
    display: none;
}
.b_menu .composite_box01 .wrapper_item {
    height: unset;
    padding: 0 63px;
-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
}

@media screen and (max-width: 700px) {
/*menu調整*/
.b_menu .composite_box01 .inner_item_img img {
    height: 100%!important;
}
.b_menu .mv_text span {
    font-size: 4vw !important;
}

}