@charset "UTF-8";

/*----- MVの高さ調整 -----*/
@media screen and (min-width: 1100px) {
  #mv {
    height: 95vh;
  }
}