@charset "UTF-8";

/*MV動画調整*/
@media screen and (max-width: calc(125vh)) {
    #mv.mv_mp4_cover {
        height: inherit !important;
    }   
}
div#mv_outer,
.mv_mp4,
#mv,
#mv .mv_mp4 video {
   max-height: 1000px !important;
   height: 100%;
}
#mv .mv_mp4 video {
   object-position: top;
}
/*MV上画像非表示*/
#mv:before {
   display: none !important;
}