@charset "UTF-8";

/* MV調整(2025/10/20) */
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
	height: auto;
	max-height: initial !important;
}
#mv .mv_textimg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#mv .mv_textimg > div {
    left: 2%;
    bottom: 2%;
    width: 55%;
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}
@media only screen and (max-width: 900px) {
    #mv_outer {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 768px) {
    #mv .mv_textimg > div {
        width: 45%;
    }
}