@charset "UTF-8";

/*MV調整_251007*/
#mv .mv_mp4,
#mv .mv_mp4 video {
    max-height: initial !important;
}
@media screen and (max-width: 100vh) {
    #mv {
        height: 100vh !important;
    }
}
@media screen and (max-width: 900px){
    .mv_nav{
        display:none;
    }
    #mv .mv_textimg {
        height: 100%!important;
    }
}