@charset "UTF-8";

/*MV調整*/
@media screen and (max-width: calc(125vh)) {
  #mv.mv_mp4_cover {
    height: calc(83vw / (3/2)) !important;
  }
}