@charset "UTF-8";

/*MV調整_250801*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
  height: auto;
  max-height: initial !important;
  border-radius: 0;
}
#mv {
    width: 100%;
}

@media screen and (max-width: 900px){
    #mv .mv_textimg img {
        width: 40%;
        margin: auto;
        min-width: 150px;
    }
}