@charset "UTF-8";

/*MV調整*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
   height: auto;
   max-height: initial !important;
}
@media screen and (max-width: 125vh){
   #mv.mv_mp4_cover {
      height: auto !important;
      min-height: 0 !important;
   }
}
#mv_outer::before {
    content: none;
}
@media screen and (max-width: 1200px) {
   #mv .mv_textimg img {
       max-width: 75%;
   }
   #mv .mv_textimg {
       height: fit-content;
       top: initial;
       bottom: 10%;
   }
}
@media screen and (max-width: 1023px) {
    #mv .mv_textimg img {
        max-width: 60%;
    }
    #mv .mv_textimg {
       bottom: 5%;
    }
}
@media screen and (max-width: 768px) {
    #mv .mv_textimg img {
        max-width: 50%;
    }
}

/*--MV調整_250318--*/
#mv .mv_text h2,
#mv .mv_text p{
    color: #e499e1;
    text-shadow: 0px 0px 15px rgb(159 159 159);
}
@media screen and (min-width: 900px) {
    #mv, #mv .mv_mp4, 
    #mv .mv_mp4 video {
        height: calc(100vh - 230px) !important;
    }
}