@charset "UTF-8";

/* (2025/11/05) */
#mv {
    width: 100%;
}
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
	height: auto;
	max-height: initial !important;
}
#mv .mv_textimg {
    left: 0;
    bottom: 0;
}
#mv .mv_textimg > div {
    width: 45%;
    left: 3%;
    bottom: 3%;
}
#mv .mv_textimg img {
    width: 100%;
    max-width: initial;
    min-width: initial;
}
#mv .mv_textimg a {
    aspect-ratio: 470 / 65;
    width: 92%;
    height: auto;
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}
@media screen and (max-width: 900px) {
    #mv {
        border-radius: initial;
    }
}
@media screen and (max-width: 768px) {
    #mv .mv_textimg {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }
}