@charset "UTF-8";

/*MV調整_260706*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_textimg {
  width: 100%;
  bottom: 3%;
  left: 3%;
}
#mv .mv_textimg > div {
  width: 25%;
}
#mv .mv_textimg img {
    height: auto;
    max-height: initial !important;
    width: 100%;
}
#mv .mv_textimg a {
    right: 0;
    left: initial;
    top: initial;
    bottom: 0;
    width: 62%;
    height: auto;
    aspect-ratio: 5 / 1;
}
@media screen and (max-width: 1360px) and (min-width: 769px) {
  #mv .mv_textimg img {
        max-height: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv_textimg img {
     width: 100%;
  }
  #mv.mv_mp4_contain .mv_mp4 video {
    aspect-ratio: 6 / 5;
    object-fit: cover;
  }
  #mv .mv_textimg > div {
    width: 35%;
  }
}