@charset "UTF-8";

/*MVスクロール削除*/
.mv_nav {
  display: none;
}

/*---- MVテキスト位置調整 ----*/
#mv .mv_text>div {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #mv .mv_text>div {
    bottom: 2%;
  }

  #mv .mv_text h2 {
    font-size: max(2.3rem , 5vw) !important;
  }

  #mv_outer #mv .mv_text div p.static {
    font-size: 1.4rem
  }

  #mv .mv_text p {
    padding-top: 5px;
  }
}