@charset "UTF-8";

@media screen and (min-width: 901px){
#mv {
    height: 100vh;
    max-height: 1000px !important;
}
}
@media screen and (max-width: 900px) {
    #mv {
        height: 100vh;
        max-height: 700px !important;
    }
}

/*MV調整_250630*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
  height: auto !important;
  max-height: initial !important;
}
@media screen and (max-width: 900px){
  #mv .mv_textimg img {
        width: 40%; 
        margin: auto; 
    }
}

/*特徴テキスト調整_250630*/
#seo + section:after {
  content: "";
  background: rgb(30 30 30 / 60%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}