@charset "UTF-8";

/* MV下パーツ調整(2026/02/18) */
#top-mv2 + .composite_box01 .wrapper_item {
    gap: 30px 10px;
}
#top-mv2 + .composite_box01.block_images_10 .inner_item:nth-of-type(1):nth-last-of-type(3),
#top-mv2 + .composite_box01.block_images_10 .inner_item:nth-of-type(2):nth-last-of-type(2),
#top-mv2 + .composite_box01.block_images_10 .inner_item:nth-of-type(3):nth-last-of-type(1) {
    width: calc((100% - 20px) / 3);
}
#top-mv2 + .composite_box01 .inner_item>a {
    pointer-events: none;
}
#top-mv2 + .composite_box01 .inner_item_img img {
    object-fit: contain;
}
@media screen and (max-width: 500px) {
    #top-mv2 + .composite_box01.block_images_10 .inner_item_img img {
        height: auto !important;
    }
}