@charset "UTF-8";

/*MV調整*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_textimg img {
    width: 50%;
}
#mv .mv_textimg {
    top: auto;
    bottom: 5%;
    left: 5%;
}
@media screen and (min-width: 769px) {
    #mv .mv_textimg .mv_textimg_pc {
        justify-content: flex-start;
    }
}
@media screen and (max-width: calc(125vh)) {
    #mv.mv_mp4_cover {
        height: auto !important;
    }
}
@media screen and (max-width: 768px) {
    #mv,
    #mv .mv_mp4,
    #mv .mv_mp4 video{
        height: 100%;
    }
    #mv .mv_textimg img {
        width: 50%;
        max-width: 500px;
    }
}

/* レイアウト調整(2025/06/18) */
#voice + .widget_gallery01.add_design5 .inner_item>a {
    display: none;
}
#voice + .widget_gallery01.add_design5 .inner_item .heading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    aspect-ratio: 4 / 3;
    padding: 10px;
    border: 8px solid var(--i_sub_color);
    border-radius: 5px;
}
#voice + .widget_gallery01.add_design5 .inner_item .heading > div:not(:has(.h)) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    #gallery1 + .composite_box01.block_images_9 {
        padding-bottom: 0 !important;
    }
    #gallery2 + .composite_box01.block_images_9 {
        padding-top: 0 !important;
    }
    #gallery1 + .composite_box01.block_images_9 .wrapper_item,
    #gallery2 + .composite_box01.block_images_9 .wrapper_item {
        gap: 2%;
    }
    #gallery1 + .composite_box01.block_images_9 .inner_item,
    #gallery2 + .composite_box01.block_images_9 .inner_item {
        width: 49% !important;
    }
}