@charset "UTF-8";

/*MV調整_250616*/
#mv {
    height: auto;
}
#mv:after {
    background: rgba(10, 10, 10, 0.2);
}
@media screen and (max-width: 125vh){
  #mv.mv_mp4_cover {
    height: auto !important;
  }
}
@media screen and (min-width: 901px) {
    #mv {
        width: 100%;
   }
}
@media screen and (max-width: 768px) {
    #mv .mv_textimg {
        width: 30%;
    }
    #mv .mv_textimg .mv_textimg_sp {
        margin-bottom: 30px;
    }
}