@charset "UTF-8";

/*MV動画調整*/
#mv {
    width: 100%;
    height: 100vh !important;
    max-height: calc(100vw* 1080 / 1920) !important;
}
.mv_mp4,
.mv_mp4 video {
    max-height: calc(100vw* 1080 / 1920) !important;
}
@media screen and (max-width: calc(125vh)) {
    #mv.mv_mp4_cover {
        height: calc(100vw* 1080 / 1920) !important;
    }
}