@charset "UTF-8";

@media(max-width: 900px) {
  .complete~#mv_outer .mv_text{
    transition: opacity 1s 10s ease-in-out;
    opacity: 0;
  }
}

#mv .mv_text .banner_cnt {
  margin-top: 20px;
}

#mv .mv_text .banner_cnt .image:not(:first-child) {
  margin-top: 15px;
}

#mv .mv_text .banner_cnt img {
  width: min(30vw ,280px);
}

@media screen and (max-width: 800px){
  #mv .mv_text .banner_cnt {
    display: flex;
    gap: 15px;
    margin-top: 10px;
  }

  #mv .mv_text .banner_cnt .image:not(:first-child) {
    margin-top: 0;
  }
}