@charset "UTF-8";

/*MV調整_250730*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
  height: auto;
  max-height: initial !important;
}
#mv:after {
  background: rgb(255 255 255 / 25%);
}

@media screen and (max-width: 1200px){
    #mv .mv_textimg img {
        max-width: 500px;
    }
}

@media screen and (max-width: 900px){
    #mv .mv_textimg img {
        width: 70%;
    }
    #mv.mv_mp4_contain {
        margin-top: 75px;
    }
}