#top_dream {
  position: relative;
}

#top_dream ul,
#top_dream h3,
#top_dream h4,
#top_dream p {
  margin: 0;
}
#top_dream ul,
#top_dream li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#top_dream .top_dream-wrapper {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 174px auto 0;
  padding: 0px 0;
  text-align: center;
}

#top_dream .dream-box {
  margin-bottom: 0px;
}

#top_dream .dream-box.second {
  margin-bottom: 70px;
}

#top_dream .dream-title {
  margin: 0;
}

#top_dream .dream-box h4 {
  text-align: center;
  margin: 50px 0 0;
}

#top_dream .dream-box.second h4{
  margin: 120px auto 0;
}

#top_dream .racers-flex {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 70px;
}
#top_dream .racer-img img {
  width: 100%;
}

/* #top_dream .top-btn-link {
  display: inline-block;
} */

@media (max-width: 1199px) {
  #top_dream h4 img {
    width: 100%;
  }
  #top_dream .top_dream-wrapper {
    margin: 8vw auto 0;
    padding: 5% 4% 10%;
    overflow: hidden;
  }

  #top_dream .dream-box {
    margin-bottom: 5%;
  }

  #top_dream .dream-title {
    margin-bottom: 2%;
  }

  #top_dream .dream-box h4 {
    margin: auto;
    margin-bottom: 0;
  }
  #top_dream .dream-box.first h4 {
    width: 61%;
  }
  #top_dream .dream-box.second h4 {
    width: 61%;
  }
  #top_dream .racers-flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6vw 4vw;
    padding-inline: 5%;
  }
  #top_dream .racers-flex .racer {
    width: calc(33% - 3vw);
    max-width: 350px;
  }
}

@media (max-width: 767px) {
  #top_dream .top_dream-wrapper {
    padding: 0 5%;
    margin-top: 10vw;
  }

  #top_dream .dream-box.second {
    margin-bottom: 11vw;
  }

  #top_dream .dream-box h4 {
    margin: 8vw auto 0;
  }
  #top_dream .dream-box.first h4,
  #top_dream .dream-box.second h4 {
    width: 70%;
  }

  #top_dream .dream-box.second h4 {
    margin: 14vw auto 0;
  }

  #top_dream .racers-flex {
    margin-top: 7.5vw;
  }
  #top_dream .top_dream-wrapper .top-btn-link{
    margin: auto;
    width: 45vw;
  }
}

/* アニメーション */
#top_dream .dream-box .racer.scroll-anime {
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
  /* transition-delay: 0.3s; */
}
/* #top_dream .dream-box.second.scroll-anime {
  transform: translate(50px, 0);
  -webkit-transform: translate(50px, 0);
} */
#top_dream .dream-box .racer.scroll-anime.show {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
/* / アニメーション */
