@charset "UTF-8";

/*MV調整 260710*/
@media screen and (max-width: 900px) {
    body.fixedmv #mv_outer {
        height: auto;
    }
    #mv.mv_mp4_cover {
        min-height: calc(60vh + 50px) !important;
        height: calc(60vh + 50px) !important;
    }
}