@charset "UTF-8";

main::before {
  border-color:#005096 #F0FAFF transparent transparent;
}

.sr-hero.--withsports .sr-hero__title.animate-on-scroll {
  margin-top: 5rem;
}

@media (max-width: 750px) {
  .sr-hero.--withsports .sr-hero__title.animate-on-scroll {
    margin-top: 3rem;
  }
}

.sr-hero.--withsports .sr-hero__title img {
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.4));
}

@media (max-width: 750px) {
  .sr-hero.--withsports .sr-hero__title img {
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.45));
  }
}

@media (min-width: 751px) {
  .sr-hero.--withsports {
    padding-bottom: calc(11rem + 13.25rem + 1.5rem + 1.0625rem * 1.75 * 3);
  }
}

.withsports-sec02__figure {
  margin: 0 auto 3rem;
  max-width: 43.75rem;
  text-align: center;
}

.withsports-sec02__figure img {
  width: 100%;
  height: auto;
}

/* 連携クラブ */
.withsports-clubs {
  margin-top: 4rem;
}

.withsports-clubs + .block-event {
  padding-top: 4rem;
}

.withsports-clubs__inner {
  text-align: center;
  color: #005096;
  background-color: #fff;
  border: 1px solid #005096;
  border-radius: 0.6875rem;
  padding: 2.5rem 3.75rem 3rem;
}

.withsports-clubs__label {
  display: inline-block;
  margin: 0 0 1.5rem;
  padding: 0.35rem 1.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #005096;
  background-color: #bde3ff;
  border-radius: 9999px;
}

.withsports-clubs__lead {
  margin: 0 auto 2rem;
  max-width: 43.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
}

.withsports-clubs__logos {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 1.5rem;
  max-width: 43.75rem;
  margin: 0 auto 4rem;
}

.withsports-clubs__logo {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 13rem;
  padding: 1.5rem 1rem;
  /* border: 1px solid #005096; */
  border-radius: 0.25rem;
  background-color: #fff;
}

.withsports-clubs__logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 10rem;
}

.withsports-clubs__logo--soon {
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}

.withsports-clubs__logo--soon span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}

.withsports-clubs__btn {
  margin-bottom: 2rem;
}

@media (min-width: 751px) {
  .withsports-clubs__btn.block-event__btn a {
    width: auto;
    min-width: 25rem;
    max-width: 32rem;
    padding-inline: 2.5rem 4.5rem;
  }
}

.withsports-clubs__cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.withsports-clubs__card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.5rem;
  padding: 1.5rem 2rem;
  border: 1px solid #005096;
  border-radius: 0;
  background-color: #fff;
}

.withsports-clubs__card p {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #005096;
}

.withsports-clubs__card img {
  width: 100%;
  height: auto;
}

@media (max-width: 750px) {
  .withsports-sec02__figure {
    margin-bottom: 2rem;
  }

  .withsports-clubs {
    margin-top: 3rem;
  }

  .withsports-clubs + .block-event {
    padding-top: 3rem;
  }

  .withsports-clubs__inner {
    padding: 1.5rem 0.9375rem 2rem;
    margin-inline: -0.5rem;
  }

  .withsports-clubs__label {
    font-size: 0.875rem;
    margin-bottom: 1rem;
    padding: 0.3rem 1.25rem;
  }

  .withsports-clubs__lead {
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0;
    padding-inline: 0.5rem;
    margin-bottom: 1.5rem;
  }

  .withsports-clubs__logos {
    gap: 0.75rem;
    margin-bottom: 1.5rem;
  }

  .withsports-clubs__logo {
    min-height: 7rem;
    padding: 1rem 0.5rem;
  }

  .withsports-clubs__logo img {
    max-height: 5rem;
  }

  .withsports-clubs__logo--soon span {
    font-size: 1rem;
  }

  .withsports-clubs__btn {
    margin-bottom: 1.5rem;
    padding-inline: 0.5rem;
  }

  .withsports-clubs__btn.block-event__btn a {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 3rem;
    padding: 0.75rem 3rem 0.75rem 1rem;
    font-size: 0.875rem;
    line-height: 1.4;
    box-sizing: border-box;
    text-align: center;
    white-space: normal;
  }

  .withsports-clubs__cards {
    gap: 1rem;
  }

  .withsports-clubs__card {
    min-height: 4.5rem;
    padding: 1rem 0.75rem;
  }

  .withsports-clubs__card p {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}

.block-event .block-title__description {
  text-align: left;
}