@charset "UTF-8";

/* MV調整(2025/12/09) */
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
	height: auto;
	max-height: initial !important;
}
#mv .mv_textimg {
    left: 0;
    bottom: 0;
    width: 100%;
    top: 0;
}
#mv .mv_textimg > div {
    width: 30%;
    right: 2%;
    bottom: 2%;
}
#mv .mv_textimg img {
    width: 100%;
    max-width: initial;
}
#mv_outer::before {
    content: none;
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}
@media screen and (max-width: 900px) {
    #mv .mv_textimg .mv_textimg_sp {
        width: 38%;
    }
    .mv_nav{
        display: none;
    } 
}