@charset "UTF-8";

/*MV調整_250829*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
  height: auto;
  max-height: initial !important;
}
#mv:after {
  background: rgba(0, 0, 0, 0.35);
}
@media screen and (min-width:901px) {
    #mv_outer {
        width: 100%;
    }
    #mv .mv_img, #mv::after {
        border-radius: 25px;
        overflow: hidden;
        border-radius: 0;
    }
}
@media screen and (max-width: 1200px){
    #mv .mv_textimg img {
        max-width: 350px;
    }
}
@media screen and (max-width: 900px){
    mv .mv_textimg .mv_textimg_sp {
        width: 50%;
    }
}