@charset "UTF-8";

/* MV調整(2026/08/26) */
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_mp4 video {
    aspect-ratio: 3 / 2;
}
#mv .mv_textimg {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
}
#mv .mv_textimg > div {
    width: 25%;
    left: 2%;
    bottom: 2%;
}
#mv .mv_textimg img {
    width: 100%;
    max-width: initial;
}
@media only screen and (max-width: 768px) {
    #mv .mv_mp4 video {
        aspect-ratio: 5 / 4;
    }
    #mv .mv_textimg > div {
        width: 35%;
    }
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}