
@charset "UTF-8";

/*MVテキスト調整*/
@media screen and (max-width: 400px) {
  #mv .mv_text p {
    font-size: 1.2rem !important;
  }
}

@media screen and (max-width: 400px) {
  #mv.mv_mp4_cover .mv_mp4 video {
    height: 82%;
  }
}