@charset "UTF-8";

/*MV調整_250714*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
  height: auto;
  max-height: initial !important;
}
#mv:after {
  background: rgba(0, 0, 0, 0.3);
}
#mv .mv_textimg .mv_textimg_pc, #mv .mv_textimg .mv_textimg_sp {
  width: 40%;
  max-width: 500px;
  padding-bottom: 3rem;
}

@media screen and (max-width: calc(125vh)) {
  #mv.mv_mp4_cover {
    height: auto !important;
  }
}
@media screen and (max-width: 900px){
  #mv .mv_scroll{
    display:none;
  }
}
@media screen and (max-height: 900px) {
    #mv .mv_textimg {
        top: 0;
    }
}
@media screen and (max-width: 768px) {
  #mv .mv_textimg {
    top: 13%;
  }
  #mv .mv_textimg .mv_textimg_pc, #mv .mv_textimg .mv_textimg_sp {
    padding-bottom: 0;
  }
}
