@charset "UTF-8";

/*-MV調整-*/
header h1 {
    opacity: 1;
}
.header_col1 .tel a{
    color: #fff;
}
#mv:after {
    background-image: none;
    background: rgba(0, 0, 0, 0.15);
}
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
@media screen and (max-width: 125vh){
    #mv.mv_mp4_cover {
        height: auto !important;
        min-height: 0 !important;
    }
}
@media screen and (max-width: 500px) {
    #mv,
    #mv .mv_mp4,
    #mv .mv_mp4 video{
        height: 50vh;
    }
}