@charset "UTF-8";

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