@charset "UTF-8";

/*MV調整_250820*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
  height: auto;
  max-height: initial !important;
}
#mv:after {
  background: rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 900px){
    #mv .mv_textimg img {
        width: 40%;
    }
    #mv .mv_textimg a {
        right: 56%;
    }
}