@charset "UTF-8";

/*--- MVレイアウト調整(2025/08/21) ---*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_textimg {
    left: 0;
    top: initial;
    bottom: 0;
}
#mv .mv_textimg img {
    width: 60%;
}
@media screen and (max-width: 125vh){
    #mv.mv_mp4_cover {
        height: auto !important;
    min-height: 0 !important;
    }
}
@media screen and (min-width: 768px) {
    #mv {
        width: 100%;
        margin-left: 0;
    }
}
@media screen and (max-width: 769px) {
    #mv .mv_textimg .mv_textimg_sp {
        justify-content: flex-start;
    }
    #mv .mv_textimg img {
        width: 90%;
    }
}

/*--- リンクボタンサイズ調整(2025/08/26) ---*/
#links + .composite_box01 .wrapper_item {
    justify-content: center;
}
#links + .composite_box01.block_images_7 .inner_item.empty {
    display: none;
}