@charset "UTF-8";

#fixbtn .fixbtntel [data-tel], #fixbtn .fixbtntel>a,
header .header_contents .header_col1 .tel {
    display: none;
}

/* MV調整(2025/12/09) */
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
	height: auto;
	max-height: initial !important;
}
#mv .mv_textimg > div {
    width: 30%;
}
#mv .mv_textimg img {
    width: 100%;
    max-width: initial;
}
#mv .mv_textimg a {
    width: 40%;
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}
@media screen and (max-width: 768px) {
    #mv .mv_textimg .mv_textimg_sp {
        width: 35%;
    }
    #mv .mv_textimg a {
        width: 40%;
    }
}