@charset "UTF-8";

/*MV調整*/
#mv::before{
  display: none;
}
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
  height: auto;
  max-height: initial !important;
}
#mv .mv_textimg img {
    width: 60%;
    margin: 0 auto 2rem 3rem;
}


@media screen and (max-width: 1400px) {
    #mv .mv_textimg img {
        width: 40%;
    }
}