@charset "UTF-8";

#mv {
  aspect-ratio: 3/1.6;
  height: auto;
}
@media screen and (max-width: 1300px) {
  #mv.mv_mp4_cover {
    height: calc(100vw / (5/2.7)) !important;
  }
}