@charset "UTF-8";

/*MV調整_260512*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_textimg {
  width: 100%;
  top: initial;
  bottom: 5%;
}
#mv .mv_textimg > div {
  width: 40%;
  max-width: 620px;
}
#mv .mv_textimg a {
  width: 56.5%;
  aspect-ratio: 351 / 59;
}
@media screen and (max-height: 700px) and (min-width: 901px) {
  #mv .mv_textimg img {
    max-width: 620px;
  }
}
@media screen and (max-width: 900px) {
  .mv_nav {
    display: none;
  }
}
