@charset "UTF-8";

/*MV調整_251120*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_textimg {
    left: 2.5%;
    height: 97.5%;
}
#mv .mv_textimg  > div{
    width: 60%;
    max-width: 600px;
}
#mv .mv_textimg img {
    max-width: initial;
}
@media screen and (min-width: 901px) {
    #mv::after{
        width: 100%;
        left: 0;
    }
}
@media screen and (max-width: 900px) {
  .mv_nav {
    display: none;
  }
}
@media screen and (max-width: 768px){
    #mv .mv_mp4 video {
        aspect-ratio: 6 / 5;
        object-fit: cover;
    }
}