@charset "UTF-8";

/*MV調整_260521*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_textimg {
  left: initial;
  width: 100%;
  height: 100%;
}
#mv .mv_textimg > div {
  left: 3%;
  bottom: 3%;
  width: 30%;
}
@media screen and (max-width: 768px) {
  #mv .mv_textimg {
    right: 0;
    max-width: initial;
  }
  #mv .mv_textimg > div {
    width: 45%;
  }
  #mv.mv_mp4_contain .mv_mp4 video {
    aspect-ratio: 6 / 5;
    object-fit: cover;
  }
  #mv_outer {
    padding-bottom: 0;
  }
}
