@charset "UTF-8";

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

@media screen and (max-width: 768px) {
#mv .mv_text h2 {
  font-size: 5vw !important;
}

#mv .mv_text p {
  font-size: 3vw !important;
}
}

@media screen and (min-width: 601px) and (max-width: 900px) {
  #mv .mv_text {
    bottom: 10% !important;
  }
}