@charset "UTF-8";

/*---- MVテキスト位置調整 ----*/
@media screen and (max-width: 768px) {
  #mv .mv_text {
    bottom: -20% !important;
  }
}