@charset "UTF-8";

/*MV調整_25103*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_textimg {
    width: 96%;
    left: 2%;
    top: initial;
    bottom: 2%;
}
#mv .mv_textimg .mv_textimg_pc {
    max-width: initial;
    width: 30%;
}
#mv .mv_textimg .mv_textimg_sp {
    width: 30%;
}
@media screen and (max-width: 600px) {
    #mv .mv_textimg .mv_textimg_sp {
        width: 35%;
    }
}
#mv .mv_textimg img {
    max-width: initial;
    max-height: initial !important;
    width: 100%;
}
#mv .mv_textimg a {
    max-width: initial;
}
@media screen and (max-width: 125vh){
    #mv.mv_mp4_cover {
        height: auto !important;
        min-height: 0 !important;
    }
}

/* コンセプトアイコンサイズ調整(2025/12/08) */
#concept01 + .composite_box01 .inner_item_img img {
    width: 50% !important;
    height: auto !important;
}
@media only screen and (max-width: 900px) {
    #concept01 + .composite_box01 .inner_item {
        width: 100% !important;
    }
    .composite_box01.block_images_3 .inner_item:nth-of-type(2n) {
        margin-left: 0 !important;
    }
}