@charset "UTF-8";

/*MV・ヘッダー調整_260323*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video {
  height: auto;
  max-height: initial !important;
}
#mv .mv_textimg {
    top: initial;
    left: 2%;
    bottom: 2%;
}
.mv_textimg > div {
  width: 35%;
}
#mv .mv_textimg img {
  max-width: initial;
  max-height: initial !important;
  width: 100%;
  margin-left: 0%;
  margin-bottom: 0%;
}
#mv .mv_textimg a {
    max-width: initial;
    width: 48%;
    height: 20%;
    bottom: 0%;
    left: 0.5%;
}
@media screen and (max-width: 768px) {
  #mv .mv_mp4 video {
    aspect-ratio: 5.5 / 6;
    object-fit: cover;
  }
  .mv_textimg > div {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
    header .logo a img {
        max-width: 100%;
    }
}
@media screen and (max-width: 125vh) {
  #mv.mv_mp4_cover {
    height: auto !important;
    min-height: 0 !important;
  }
}