@charset "UTF-8";

/*MV高さ調整*/
@media screen and (max-width: calc(125vh)) {
  #mv.mv_mp4_cover {
    height: calc(90vw / (5/4)) !important;
  }
}