@charset "UTF-8";

/*MV調整_260627*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_textimg {
  width: 100%;
  height: 96%;
  left: 3%;
}
#mv .mv_textimg > div {
  width: 30%;
}
#mv .mv_textimg img {
     margin: 0;
}
@media screen and (min-width: 901px) {
  #mv::before {
    display: none;
  }
}
@media screen and (max-height: 900px), screen and (min-width: 901px) {
  #mv .mv_textimg a {
    right: 29%;
    width: 31%;
  }
}
@media screen and (max-height: 900px), screen and (max-width: 900px) {
    #mv .mv_textimg {
        height: 96%;
        left: 3%;
    }
}
@media screen and (max-width: 768px) {
  #mv .mv_textimg a {
      width: 43%;
      right: 0%;
  }
  #mv .mv_textimg img {
     width: 100%;
  }
  #mv.mv_mp4_contain .mv_mp4 video {
    aspect-ratio: 6 / 5;
    object-fit: cover;
  }
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}