@charset "UTF-8";

/* MV調整(2025/11/05) */
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
	height: auto;
	max-height: initial !important;
}
#mv:before {
    content: none;
}
#mv .mv_textimg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#mv .mv_textimg > div {
    width: 45%;
    left: 3%;
    bottom: 3%;
}
#mv .mv_textimg img {
    width: 100%;
    max-width: initial;
}
#mv .mv_textimg a {
    width: 20vw;
    max-width: initial;
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}
@media screen and (max-width: 900px){
    .mv_nav{
        display: none;
    } 
}
@media only screen and (max-width: 767px) {
    #mv .mv_textimg > div {
        width: 50%;
    }
    #mv .mv_textimg a {
        width: 22vw;
        max-width: initial;
    }
}