@charset "UTF-8";

#contact_banner + .contents_btn01 a {
    background:  none;
}

/*--MV調整--*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_textimg img {
    width: 100%;
}
@media screen and (min-width: 901px) {
    #mv, #mv .mv_mp4 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0;
    }
}
@media screen and (min-width: 769px) {
    #mv .mv_textimg .mv_textimg_pc {
        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 {
        top: 0px;
    }
    #mv .mv_textimg img {
        width: 100%;
    }
    #mv .mv_textimg .mv_textimg_sp {
        width: 65%;
    }
    #mv, #mv .mv_mp4, #mv .mv_mp4 video {
        min-height: 50vh;
    }
}