#top {
  background-image: url("../img/top/background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 812px;

  padding-top: 38px;
}

.top__date {
  margin: 1.8rem auto;
}

.top__teams {
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 1.2rem 2.3rem 0 2.3rem;
}

.top__teams img {
  width: 100%;
  height: auto;
}

.top__vs {
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  color: white;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  line-height: 1;
}

.top__team-reysol {
  width: 140px;
  height: auto;
  margin-right: 0.5rem;
}

.top__team-jefunited {
  height: 140px;
  width: auto;
  margin: 0 1.5rem;
}

.top__description {
  margin: 2.6rem 0 4rem 0;
  max-width: 100%;
  height: auto;
}

/* サポーター数カウント */
.top__counter--wrapper {
  padding: 0 1.6rem;
  margin-bottom: 7.5rem;
}

.top__counter--container {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.top__counter--title {
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1;
}

.top__counter--date {
  font-size: 1.1rem;
  background-color: #e50012;
  color: #ffffff;
  padding: 0.2rem 0.4rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.6rem;
  letter-spacing: -0.01rem;
}

@media (max-width: 370px) {
  .top__counter--wrapper {
    padding: 0 1rem;
  }
  .top__counter--date {
    font-size: 0.9rem;
  }
}

.top__counter--counts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}

.top__counter--number.p-fv__count {
  display: grid;
  grid-template-columns: repeat(5, 28px);
  column-gap: 0.2rem;
  justify-content: start;
  align-items: center;
}

.top__counter--number .digit {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 46px;
  background-color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  border-radius: 4px;
}

.top__counter--supporters {
  display: flex;
  justify-content: space-between;
  align-items: center;

  p {
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.4);
    font-weight: bold;
    font-family: "Oswald", sans-serif;
  }
}

/* 応援証を受け取る */
.top__button--wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.5rem;
}

.top__button--reysol,
.top__button--jefunited {
  width: 150px;
  height: 44px;
  background: linear-gradient(
    90deg,
    #333333 0%,
    rgba(51, 51, 51, 0.2) 50%,
    #333333 100%
  );
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  font-size: 1.1rem;
  color: #ffffff;
  position: relative;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: -0.1em;
}

.top__button--image {
  width: 7rem;
  height: auto;
  position: absolute;
  top: -6.75rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Noto Sans JP", sans-serif;
}
