@charset "UTF-8";

/*MV調整*/
@media screen and (max-width: 900px) {
  #mv .mv_mp4 {
    height: 80%;
    margin-top: 48px;
  }
}

@media screen and (max-width: calc(125vh)) {
  #mv.mv_mp4_cover {
    height: calc(80vw / (5/4)) !important;
    margin-top: 30px;
  }
}