
@charset "UTF-8";

/*MV調整*/
#mv .mv_text > div {
    display: none;
}
@media screen and (max-width: calc(125vh)) {
    #mv.mv_mp4_cover {
        height: 100vh !important;
    }
}
#mv .mv_mp4,
#mv.mv_mp4_cover .mv_mp4 video {
    height: 100vh;
    max-height: initial !important;
}

/*MVスクロール削除*/
@media screen and (max-width: 900px) {
  .mv_nav {
    display: none;
  }
}
