@charset "UTF-8";

/* MV調整(2026/07/28) */
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
	height: auto;
	max-height: initial !important;
}
#mv .mv_textimg > div {
    width: 40%;
}
#mv .mv_textimg img {
    width: 100%;
    max-width: initial;
    margin-bottom: 0;
}
#mv .mv_textimg a {
    width: 48%;
    left: 33%;
    bottom: 8%;
}
@media only screen and (max-width: 768px) {
    #mv .mv_mp4 video {
        aspect-ratio: 16 / 10;
    }
    #mv .mv_textimg > div {
        width: 50%;
    }
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}