@charset "UTF-8";

/*******
MV比率調整
*********************/
@media (max-width: 100vh) {
  #mv {
    height: auto;
    aspect-ratio: 19/9;
    min-height: unset !important;
  }
}