@charset "UTF-8";

/* MVキャッチリンク調整(2026/05/07) */
#mv .mv_textimg a {
    left: 24.5%;
    width: 52%;
}

/*MV調整 260520*/
#mv {
    height: auto;
}
#mv,
#mv .mv_mp4,
#mv.mv_mp4_cover .mv_mp4 video{
    max-height: initial !important;
}
#mv::before,
#mv .mv_scroll {
  display: none;
}
#mv .mv_textimg {
    width: 40%;
    height: 95%;
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}
@media screen and (max-width: 900px){
  #mv .mv_textimg {
      left: 2%;
      width: 45%;
      height: 98%;
  }
}
@media only screen and (max-width: 768px) {
  .mv_mp4 video {
      aspect-ratio: 6 / 5;
  }
}