@charset "UTF-8";

/* MV調整(2025/10/20) */
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
	height: auto;
	max-height: initial !important;
}
#mv_outer:before {
    content: none;
}
#mv .mv_textimg {
    top: initial !important;
    bottom: 0;
    width: 100%;
    height: 100%;
}
#mv .mv_textimg img {
    height: 100%;
}
#mv .mv_textimg .mv_textimg_pc {
    height: 75%;
}
#mv .mv_textimg .mv_textimg_sp {
    height: 80%;
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}