@charset "UTF-8";

/*MV調整_250714*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_textimg div {
    width: min(40vw, 600px);
    margin: 0 0 2%;
}
@media screen and (max-width: 900px){
    #mv .mv_textimg div {
        width: max(40vw, 200px);
    }
    .mv_nav{
        display:none;
    } 
}