
@charset "UTF-8";

#mv, #mv .mv_mov iframe {
  width: 100vw !important;
  height: 56.25vw !important;
}

#mv {
  min-height: 0 !important;
}

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

}