@charset "UTF-8";

/MV動画調整/
.mv_mp4_cover .mv_mp4 {
   height: calc(100vw 562.5 / 1000) !important;
}
@media screen and (max-width: calc(125vh)) {
   #mv.mv_mp4_cover {
      height: calc(100vw * 562.5/1000)!important;
   }
}
/*MV調整*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
@media screen and (max-width: 125vh){
    #mv.mv_mp4_cover {
        height: auto !important;
        min-height: 0 !important;
    }
}