@charset "UTF-8";

/*---- MVテキスト調整 ----*/
#mv .mv_text>div {
   bottom: -20% !important;
}


@media screen and (max-width: 600px) {
  #mv .mv_text p {
    padding-top: 5px !important;
  }
}

@media screen and (max-width: 400px) {
  #mv .mv_text>div {
    bottom: -10% !important;
  }
}