@charset "UTF-8";

/*MV調整_250707*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
  height: auto;
  max-height: initial !important;
  max-width: none;
}
#mv:after {
    background: rgba(77, 77, 77, 0.3);
}

@media screen and (max-width: calc(125vh)) {
    #mv.mv_mp4_cover {
        height: auto !important;
    }
}

@media screen and (min-width: 901px) {
    #mv {
        width: 100%;
    }
    #mv::after {
        border-radius: 0;
    }
}
@media screen and (max-width: 1200px){
    #mv .mv_textimg .mv_textimg_pc, #mv .mv_textimg .mv_textimg_sp {
        max-width: 400px;
    }
}

@media screen and (max-width: 900px){
    #mv .mv_textimg .mv_textimg_pc, #mv .mv_textimg .mv_textimg_sp {
        width: 40%;
    }
}