@charset "UTF-8";

/*MV調整_251216*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_textimg {
    height: 98%;
}
#mv .mv_textimg .mv_textimg_pc img {
    max-height: initial !important;
}
#mv .mv_textimg .mv_textimg_sp {
    width: 40%;
}
/*------MV調整20251219------*/
@media screen and (min-width: 769px){
    #mv.mv_mp4_contain {
        height: 100vh !important;
        min-height: 0 !important;
        max-height: 100vh !important;
    }
    #mv,
    #mv .mv_mp4,
    #mv .mv_mp4 video {
    height: 100vh !important;
            max-height: initial !important;
        object-fit: cover;
    }
}