@charset "UTF-8";

/* MV調整(2025/11/07) */
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_textimg {
    left: 0;
    top: initial;
    bottom: 0;
    width: 100%;
    height: 100%;
}
#mv_outer {
    border-top: 135px solid transparent;
}
#mv .mv_textimg > div {
    width: 40%;
    right: 3%;
    bottom: 3%;
}
#mv .mv_textimg img {
    width: 100%;
    max-width: initial;
}
#mv .mv_textimg a {
    width: 70%;
    max-width: initial;
}
@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 {
        border-top: 0 solid transparent;
        padding-top: 0;
    }
    #mv .mv_scroll {
        left: 3%;
        transform: translateX(0%);
    }
}
@media only screen and (max-width: 768px) {
    #mv .mv_textimg > div {
        width: 45%;
    }
}