@charset "UTF-8";

/*MV高さ調整*/
/*@media screen and (max-width: 900px) {
  #mv .mv_mp4 {
    height: 90%;
  }
}*/

@media screen and (max-width: calc(125vh)) {
  #mv.mv_mp4_cover {
    height: calc(95vw / (5/4)) !important;
  }
}