@charset "UTF-8";

/*MVスクロール削除*/
@media screen and (max-width: 900px){
  .mv_nav{
    display:none;
  } 
}

/*---- MV動画調整 ----*/
@media screen and (max-width:400px) {
  #mv.mv_mp4_contain {
    height: 35vh !important;
  }

  #mv.mv_mp4_contain .mv_mp4 video {
    object-fit: cover;
  }
}