@charset "UTF-8";

/* MV調整(2025/11/18) */
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
	height: auto;
	max-height: initial !important;
}
#mv .mv_textimg {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
#mv .mv_textimg > div {
    width: 50%;
    right: 3%;
    bottom: 3%;
}
#mv .mv_textimg img {
    width: 100%;
    max-width: initial;
}
#mv .mv_textimg a {
    left: 0.5%;
    width: 48%;
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}
@media screen and (min-width: 901px) {
    #mv .mv_img, #mv:after, #mv .mv_mp4 {
        width: 100%;
        margin-left: 0;
        border-radius: initial;
    }
}
@media screen and (max-height: 900px), screen and (max-width: 900px) {
    #mv .mv_textimg {
        height: 100%;
    }
}
@media only screen and (max-width: 768px) {
    #mv .mv_textimg > div {
        width: 55%;
    }
}

#seo_c + section .contents_btn01 a:hover {
    color: var(--i_txt_color)!important;
    border: 2px solid var(--i_txt_color);
}
#seo_c + section .contents_btn01 a:hover:before {
    background: var(--i_txt_color);
}