/* ==========================================================================
   Top page sections
   ========================================================================== */

/* ==========================================================================
                                                       MV
                                                       ========================================================================== */

.mv {
  position: relative;
  height: 86rem;
  min-height: 86rem;
  padding-top: var(--header-height);
  overflow: hidden;
  background: var(--color-black);
}

@media (max-width: 767.98px) {
  .mv {
    min-height: 64rem;
    height: 64rem;
    padding-bottom: 0;
  }
}

.mv__bg--black {
  position: absolute;
  inset: 0 0 auto;
  height: 86rem;
  background: var(--color-black);
}

@media (max-width: 767.98px) {
  .mv__bg--black {
    inset: 0;
    height: auto;
  }
}

.mv__bg--white {
  position: absolute;
  left: 0;
  right: 0;
  top: 28.6rem;
  height: 36rem;
  background: linear-gradient(to right, var(--color-white), #e0e0e0);
}

@media (max-width: 767.98px) {
  .mv__bg--white {
    top: 19rem;
    bottom: auto;
    height: 28rem;
  }
}

.mv__field {
  position: absolute;
  z-index: 10;
  left: calc(50% + 17rem);
  right: auto;
  top: 16.9rem;
  width: 44rem;
  pointer-events: none;
  mix-blend-mode: difference;
}

@media (max-width: 767.98px) {
  .mv__field {
    display: none;
  }
}

.mv__field-img {
  width: 100%;
  height: auto;
  display: block;
}

.mv__inner {
  padding: 11rem 0 0 0;
  max-width: 144rem;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .mv__inner {
    margin: 0;
    padding: 5rem 0 0;
    overflow: visible;
  }
}

.mv__meta {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0 0 4.6rem 12rem;
  color: var(--color-white);
  font-size: 1.4rem;
  font-weight: 700;
  width: 32.7rem;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .mv__meta {
    width: auto;
    margin: 0 0 4rem 2rem;
    font-size: 1.1rem;
    justify-content: flex-start;
  }
}

.mv__meta-item {
  padding-inline: 1.2rem;
}

@media (max-width: 767.98px) {
  .mv__meta-item {
    padding-inline: 0.8rem;
  }
}

.mv__meta-divider {
  width: 0.1rem;
  height: 3rem;
  background: var(--color-white);
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  .mv__meta-divider {
    height: 2rem;
  }
}

.mv__catch {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  padding: 4.1rem 0 4.2rem 12rem;
  background: linear-gradient(to right, var(--color-white), #e0e0e0);
}

@media (max-width: 767.98px) {
  .mv__catch {
    max-width: none;
    padding: 2.6rem 0 3.8rem 4.2rem;
  }
}

.mv__catch-sub {
  position: relative;
  z-index: 20;
  display: block;
  margin-left: 1rem;
  margin-bottom: 1.8rem;
  font-size: 3.6rem;
  font-weight: 800;
  letter-spacing: -0.18rem;
  line-height: 1;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .mv__catch-sub {
    margin-left: 0.6rem;
    margin-bottom: 0;
    font-size: 2.1rem;
  }
}

.mv__catch-sub .text-red {
  font-size: calc(1em / 36 * 40);
}

@media (max-width: 767.98px) {
  .mv__catch-sub .text-red {
    font-size: 2.4rem;
  }
}

.mv__catch-main {
  position: relative;
  z-index: 20;
}

.mv__quote {
  position: absolute;
  top: -1.1rem;
  right: calc(100% + 0.6rem);
  font-family: var(--font-serif);
  font-size: 10rem;
  line-height: 1;
  letter-spacing: -0.05em;
  text-align: center;
  background: linear-gradient(to right, var(--color-red), var(--color-red-dark));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 767.98px) {
  .mv__quote {
    top: -0.4rem;
    right: calc(100% + 0.2rem);
    font-size: 6rem;
  }
}

.mv__quote--close {
  right: 5rem;
}

@media (max-width: 767.98px) {
  .mv__quote--close {
    right: 2rem;
  }
}

.mv__catch-title {
  display: block;
  font-size: 9.6rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
  white-space: nowrap;
  padding-top: 0;
}

@media (max-width: 767.98px) {
  .mv__catch-title {
    font-size: 5.5rem;
    letter-spacing: -0.265rem;
    line-height: calc(70 / 55);
    height: 7rem;
  }
}

.mv__catch-title-sm {
  font-size: 7.8rem;
}

@media (max-width: 767.98px) {
  .mv__catch-title-sm {
    font-size: 3.7rem;
  }
}

.mv__catch-lead {
  position: relative;
  z-index: 20;
  display: block;
  margin-left: 1rem;
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: -0.14rem;
  margin-top: 3.2rem;
  margin-bottom: 0.7rem;
  line-height: calc(40 / 28);
}

@media (max-width: 767.98px) {
  .mv__catch-lead {
    align-self: flex-end;
    margin: 2.5rem 0 auto;
    font-size: 1.7rem;
    line-height: calc(23/17);
    margin-right: 5rem;
  }
}

.mv__catch-bottom {
  position: relative;
  z-index: 20;
  margin-left: 1rem;
  font-weight: 800;
  /* å…¨éƒ¨ã€ æœ¬æ°—ã§è‚²ã¦ã‚‹å ´æ‰€ ãŒã‚ã‚Šã¾ã™ã€‚ */
  line-height: 1;
  letter-spacing: -0.05em;
  color: #000000;
  margin-top: 1.2rem;
}

@media (max-width: 767.98px) {
  .mv__catch-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    align-self: flex-end;
    margin: 0.5rem 0 0;
    letter-spacing: -0.08rem;
  }
}
@media (max-width: 767.98px) {
  .mv__catch-bottom-post {
    flex-basis: 100%;
    margin-top: 0.4rem;
    font-size: 1.8rem;
    line-height: calc(25 / 18);
    text-align: right;
    margin-right: 2rem;
  }
}

@media (max-width: 767.98px) {
  .mv__catch-bottom-pre {
    font-size: 1.8rem;
    letter-spacing: -0.09rem;
  }
}

.mv__catch-bottom-pre,
.mv__catch-bottom-post {
  font-size: 3rem;
  letter-spacing: -0.05em;
}

.mv__catch-bottom-main {
  position: relative;
  z-index: 10;
  font-size: 3.6rem;
  letter-spacing: -0.05em;
  color: var(--color-white);
}

@media (max-width: 767.98px) {
  .mv__catch-bottom-main {
    margin-right: 3.9rem;
    font-size: 2.2rem;
    line-height: calc(30 / 22);
  }
}

.mv__catch-bottom-main::before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: -0.1rem;
  bottom: -0.9rem;
  left: -0.7rem;
  right: -1.2rem;
  background: var(--color-black);
}

@media (max-width: 767.98px) {
  .mv__catch-bottom-main::before {
    top: 50%;
    bottom: auto;
    left: -0.2rem;
    right: -0.4rem;
    height: 3rem;
    transform: translateY(-50%);
  }
}

.mv__catch-bottom-main-text {
  background: linear-gradient(to right, var(--color-white), #e0e0e0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mv__photos {
  transform: translateX(50%);
  position: absolute;
  z-index: 15;
  top: 0;
  bottom: 0;
  right: 50%;
  width: 100%;
  max-width: 144rem;
  height: 100%;
  pointer-events: none;
}

.mv__photo--main {
  position: absolute;
  left: 72rem;
  top: 11.3rem;
  bottom: auto;
  width: 45rem;
  height: auto;
  max-width: none;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .mv__photo--main {
    display: none;
  }
}

.mv__photo--sub {
  position: absolute;
  left: 120rem;
  right: auto;
  top: 10.1rem;
  width: 18rem;
  height: auto;
  max-width: none;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .mv__photo--sub {
    display: block;
    left: auto;
    right: 1.5rem;
    top: 5.9rem;
    width: 11rem;
    z-index: 2;
  }
}

.mv__photo--sp {
  display: none;
}

@media (max-width: 767.98px) {
  .mv__photo--sp {
    display: block;
    position: absolute;
    left: -0.6rem;
    top: 28.9rem;
    bottom: auto;
    width: 23.1rem;
    height: auto;
    max-width: none;
  }
}

/* ==========================================================================
                                                                                                             Intro
                                                                                                             ========================================================================== */

.intro {
  position: relative;
  padding: 6rem 0 10rem;
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .intro {
    padding: 8rem 0 8rem;
  }
}

/* MV直下の学年別ボタンのみ（別ver順） */

.intro--btns {
  padding: 6rem 0;
}

.intro--btns .intro__inner {
  gap: 0;
}

/* NEWS後の導入カードのみ */

.intro--card {
  padding-top: 8rem;
}

.intro--card .intro__inner {
  gap: 0;
}

.intro__btns {
  display: flex;
  gap: 2rem;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .intro__btns {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .intro .btn-info__icon {
    left: 1.6rem;
  }
}

@media (max-width: 767.98px) {
  .intro .btn-info__inner {
    padding: 1.4rem 1.6rem 1.4rem 6rem;
  }
}

@media (max-width: 767.98px) {
  .intro .btn-info {
    min-width: 0;
    width: 100%;
  }
}

.intro__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100rem;
  background: var(--color-white);
}

.intro__card-body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 6rem 8.2rem 6.4rem;
  text-align: center;
  box-sizing: border-box;
}

@media (max-width: 767.98px) {
  .intro__card-body {
    padding: 3.2rem 2rem 3.6rem;
  }
}

.intro__bg {
  position: absolute;
  inset: 0;
  top: 0;
}

.intro__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro__bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.intro__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .intro__inner {
    gap: 4rem;
  }
}

.intro__card-bg {
  display: none;
}

.intro__card-header {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  margin-bottom: 2.6rem;
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .intro__card-header {
    margin-bottom: 2rem;
  }
}

.intro__card-label {
  font-size: 2.4rem;
  font-weight: 800;
}

@media (max-width: 767.98px) {
  .intro__card-label {
    font-size: 1.8rem;
  }
}

.intro__card-label strong {
  font-size: 3rem;
}

@media (max-width: 767.98px) {
  .intro__card-label strong {
    font-size: 2.2rem;
  }
}

.intro__card-line {
  display: block;
  /* å›ºæœ‰å¹…(528)ã§è¦ªã‚’åºƒã’ãšã€æ–‡å­—ã§æ±ºã¾ã£ãŸå¹…ã«è¿½å¾“ã•ã›ã‚‹ */
  width: 0;
  min-width: 100%;
  height: auto;
}

.intro__card-title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 2rem;
}

@media (max-width: 767.98px) {
  .intro__card-title {
    font-size: 2.2rem;
    margin-bottom: 1.6rem;
  }
}

.intro__card-text {
  font-size: 1.6rem;
  line-height: calc(22 / 16);
  font-weight: 500;
  margin-bottom: 2.3rem;
}

@media (max-width: 767.98px) {
  .intro__card-text {
    margin-bottom: 1.6rem;
    line-height: 1.8;
  }
}

.intro__card-em {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.7rem;
}

@media (max-width: 767.98px) {
  .intro__card-em {
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
  }
}

.intro__card-strong {
  font-size: 2.4rem;
  font-weight: 900;
}

@media (max-width: 767.98px) {
  .intro__card-strong {
    font-size: 2rem;
  }
}

/* ==========================================================================
                                                                                                             Concept
                                                                                                             ========================================================================== */

.concept {
  position: relative;
  z-index: 10;
  padding: 8.9rem 0 10rem;
  color: var(--color-white);
}

@media (max-width: 767.98px) {
  .concept {
    padding: 8rem 0 12rem;
  }
}

.concept__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.concept__bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}

.concept__inner {
  position: relative;
  z-index: 1;
}

.concept__title {
  font-size: 3rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 4rem;
  line-height: 1.36;
}

@media (max-width: 767.98px) {
  .concept__title {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}

.concept__block {
  margin-bottom: 3rem;
}

@media (max-width: 767.98px) {
  .concept__block {
    margin-bottom: 2.4rem;
  }
}

.concept__block-label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  text-align: center;
  max-width: 68rem;
  margin: 0 auto 2rem;
}

@media (max-width: 767.98px) {
  .concept__block-label {
    max-width: none;
    gap: 1.2rem;
    margin-bottom: 1.6rem;
  }
}

.concept__block-label::before,
.concept__block-label::after {
  flex: 1;
  display: block;
  content: "";
  height: 0.1rem;
  background: var(--color-white);
}

.concept__block-label-en {
  font-size: 2rem;
  font-weight: 800;
  color: var(--color-gray-999);
}

@media (max-width: 767.98px) {
  .concept__block-label-en {
    font-size: 1.8rem;
  }
}

.concept__block-label-ja {
  font-size: 1.6rem;
  font-weight: 500;
}

.concept__block-lines {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.concept__block-lines img {
  width: 28rem;
  max-width: 40%;
}

@media (max-width: 767.98px) {
  .concept__block-lines img {
    width: 12rem;
  }
}

.concept__block-text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: calc(26 / 16);
}

@media (max-width: 767.98px) {
  .concept__block-text {
    line-height: 2.4;
  }
}

.concept__block-text p {
  margin-bottom: 1.5rem;
}

@media (max-width: 767.98px) {
  .concept__block-text p {
    margin-bottom: 1.2rem;
  }
}

.concept__photo {
  margin: 3.5rem auto 3.5rem;
  width: 100%;
  max-width: 68rem;
  overflow: hidden;
  aspect-ratio: 680 / 300;
}

@media (max-width: 767.98px) {
  .concept__photo {
    margin: 2.4rem auto;
    aspect-ratio: 353 / 180;
  }
}

.concept__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.concept__highlight {
  display: inline;
  background: var(--color-red);
  padding: 0.2rem 0.5rem;
  font-weight: 700;
}

.concept__highlight--yellow strong {
  font-size: calc(1em / 16 * 20);
  color: yellow;
}

@media (max-width: 767.98px) {
  .concept__highlight--yellow strong {
    font-size: 1.8rem;
  }
}

.concept__closing {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-top: 3rem;
}

@media (max-width: 767.98px) {
  .concept__closing {
    font-size: 1.8rem;
    margin-top: 2.4rem;
    line-height: 1.6;
  }
}

/* ==========================================================================
                                                                                                             Third choice
                                                                                                             ========================================================================== */

.third-choice {
  position: relative;
  z-index: 10;
  padding: 6.4rem 0 0;
  text-align: center;
  background: var(--color-white);
}

@media (max-width: 767.98px) {
  .third-choice {
    padding: 4rem 0 8rem;
  }
}

.third-choice__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.third-choice__bg-top {
  display: none;
}

.third-choice__bg-polygon {
  position: absolute;
  z-index: -1;
  top: 100%;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 11.7rem;
  margin-top: -0.1rem;
  transform: rotate(180deg);
}

@media (max-width: 767.98px) {
  .third-choice__bg-polygon {
    left: 50%;
    width: 40%;
    height: 3.2rem;
    transform: translateX(-50%) rotate(180deg);
  }
}

.third-choice__inner {
  position: relative;
  z-index: 1;
  margin-bottom: -0.5rem;
}

.third-choice__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 3rem;
  padding: 0 4rem;
  width: 41rem;
  max-width: 100%;
  height: 5rem;
  background: var(--color-red);
  box-sizing: border-box;
}

@media (max-width: 767.98px) {
  .third-choice__badge {
    width: 100%;
    max-width: 35.3rem;
    height: auto;
    min-height: 5rem;
    padding: 1.2rem 2rem;
    margin-bottom: 2.4rem;
  }
}

.third-choice__title {
  font-size: 3rem;
  font-weight: 800;
  color: var(--color-white);
  line-height: 1.2;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .third-choice__title {
    font-size: 2rem;
    white-space: normal;
    line-height: 1.4;
  }
}

.third-choice__lead {
  font-size: 1.6rem;
  line-height: calc(22 / 16);
  margin-bottom: 4rem;
}

@media (max-width: 767.98px) {
  .third-choice__lead {
    line-height: 1.8;
    margin-bottom: 2.4rem;
  }
}

.third-choice__sub {
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-red);
  margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
  .third-choice__sub {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 0.8rem;
  }
}

.third-choice__name {
  font-size: 3.6rem;
  line-height: calc(49 / 36);
  font-weight: 800;
  letter-spacing: -0.05em;
  margin-bottom: 2rem;
}

@media (max-width: 767.98px) {
  .third-choice__name {
    font-size: 2.4rem;
    line-height: 1.35;
    margin-bottom: 1.6rem;
  }
}

.third-choice__note {
  font-size: 1.6rem;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .third-choice__note {
    line-height: 1.8;
  }
}

.third-choice__note .text-red {
  font-weight: 700;
}

/* ==========================================================================
                                                                                                             Club
                                                                                                             ========================================================================== */

.club {
  position: relative;
  z-index: 5;
  margin-top: 0;
  padding: 19.3rem 0 28rem;
  box-sizing: border-box;
  color: var(--color-white);
  text-align: center;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .club {
    padding: 10rem 0 17rem;
  }
}

.club__bg {
  position: absolute;
  inset: 0;
}

.club__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.club__bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(180, 0, 0, 1);
  mix-blend-mode: multiply;
}

.club__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: var(--page-width);
  margin-inline: auto;
  padding-inline: 0;
  box-sizing: border-box;
}

.club__pre {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.375;
  max-width: 100%;
  text-align: center;
}

@media (max-width: 767.98px) {
  .club__pre {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.club__team-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  margin-top: 1.6rem;
  max-width: 100%;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .club__team-row {
    flex-direction: column;
    align-items: center;
    margin-top: 1.2rem;
  }
}

.club__team {
  position: relative;
}

.club__quote {
  position: absolute;
  top: 0;
  right: unset;
  left: calc(100% + 0.2rem);
  font-family: var(--font-serif);
  font-size: 6.4rem;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .club__quote {
    font-size: 4rem;
  }
}

.club__quote:first-child {
  right: calc(100% + 1rem);
  left: unset;
}

@media (max-width: 767.98px) {
  .club__quote:first-child {
    right: calc(100% + 0.4rem);
  }
}

.club__team-name {
  font-size: 4rem;
  font-weight: 800;
  line-height: calc(65 / 40);
}

@media (max-width: 767.98px) {
  .club__team-name {
    font-size: 2.8rem;
  }
}

.club__post {
  flex-shrink: 0;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 0.8rem -0.5rem;
  line-height: calc(33 / 24);
  white-space: nowrap;
  margin: 0 0 0.9rem 4.5rem;
}

@media (max-width: 767.98px) {
  .club__post {
    margin: 0.8rem 0 0;
    font-size: 1.8rem;
  }
}

.club__brand {
  display: flex;
  justify-content: center;
  gap: 0;
  margin: 0.8rem auto 0;
  padding-right: 2.6rem;
  width: 73.3rem;
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .club__brand {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 35.3rem;
    margin: 2.4rem auto 0;
  }
}

.club__logo {
  width: 16rem;
  max-width: 38%;
  height: auto;
  aspect-ratio: 140 / 188;
  object-fit: contain;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  margin-right: -3.1rem;
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .club__logo {
    width: 12rem;
    max-width: 40%;
    margin: 0 0 -1.6rem;
  }
}

.club__brand-text {
  position: relative;
  flex: 0 0 60rem;
  min-width: 0;
  text-align: left;
  width: 60rem;
  max-width: 100%;
  margin: 3.7rem 0 4rem;
  padding: 1.8rem 0 1.2rem 1.2rem;
  background: var(--color-white);
  color: var(--color-black);
  box-sizing: border-box;
}

@media (max-width: 767.98px) {
  .club__brand-text {
    flex: none;
    width: 100%;
    max-width: none;
    min-height: 0;
    margin-top: 0;
    padding: 2.4rem 1.6rem 1.6rem;
    text-align: center;
  }
}

.club__desc {
  font-size: 1.6rem;
  line-height: 1.8;
  max-width: 83.6rem;
  width: 100%;
  margin: 0 auto;
  overflow-wrap: anywhere;
  text-align: center;
}

@media (max-width: 767.98px) {
  .club__desc {
    margin-top: 2rem;
    line-height: 1.8;
  }
}

.club__brand-pre {
  position: absolute;
  top: -1.7rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0.4rem 2.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.2rem;
  background: var(--color-black);
  color: var(--color-white);
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .club__brand-pre {
    transform: unset;
    top: -1.2rem;
    left: 2rem;
    padding: 0.3rem 1.6rem;
  }
}

.club__brand-bg {
  display: none;
}

.club__brand-name {
  font-size: 6.4rem;
  font-weight: 800;
  text-align: center;
  line-height: 1;
  color: var(--color-black);
  margin: 0;
}

@media (max-width: 767.98px) {
  .club__brand-name {
    font-size: 3.2rem;
  }
}

.club__brand-sub {
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  margin-top: 0.8rem;
  color: var(--color-black);
}

@media (max-width: 767.98px) {
  .club__brand-sub {
    font-size: 1.4rem;
  }
}

/* ==========================================================================
                                                                                                             Slider
                                                                                                             ========================================================================== */

.slider {
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-top: -14.3rem;
}

@media (max-width: 767.98px) {
  .slider {
    margin-top: -12rem;
  }
}

.slider__track {
  display: flex;
  width: max-content;
  align-items: flex-start;
  animation: slider-marquee 40s linear infinite;
}

@media (max-width: 767.98px) {
  .slider__track {
    animation-duration: 28s;
  }
}

.slider__list {
  display: flex;
  flex-shrink: 0;
  gap: 3rem;
  align-items: flex-start;
  padding-right: 3rem;
}

@media (max-width: 767.98px) {
  .slider__list {
    gap: 1.5rem;
    padding-right: 1.5rem;
  }
}

.slider__item {
  flex-shrink: 0;
  width: 36rem;
  height: 27rem;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .slider__item {
    width: 28rem;
    height: 21rem;
  }
}

.slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider__item--2,
.slider__item--4 {
  margin-top: 4rem;
}

@media (max-width: 767.98px) {
  .slider__item--2,
  .slider__item--4 {
    margin-top: 2rem;
  }
}

@keyframes slider-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .slider__track {
    animation: none;
  }
}

/* ==========================================================================
                                                                                                             Story
                                                                                                             ========================================================================== */

.story {
  position: relative;
  padding: 8rem 0 11.8rem;
  background: var(--color-white);
}

@media (max-width: 767.98px) {
  .story {
    padding: 6rem 0 0;
    min-height: 0;
    background: var(--color-gray-f8);
    overflow: visible;
  }
}

.story__bg {
  display: none;
}

.story__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
  opacity: 0.85;
}

.story__inner.container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: var(--page-width);
  margin-inline: auto;
  padding-inline: 0;
  padding-bottom: 0;
}

@media (max-width: 767.98px) {
  .story__inner.container {
    display: block;
    max-width: none;
    margin-inline: 0;
    overflow: visible;
  }
}

.sec-title--story {
  margin: 0 auto 4.4rem;
  width: min(82rem, 100%);
  height: 11.5rem;
  max-height: 11.5rem;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 767.98px) {
  .story .sec-title, .club-info .sec-title--story {
    width: auto;
    height: auto;
    max-height: none;
    padding-inline: 2rem;
    margin-bottom: 3rem;
    margin-inline: 0;
  }
}

.sec-title--story .sec-title__en {
  margin-bottom: -5.4rem;
}

.sec-title--story .sec-title__ja {
  color: var(--color-black);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
  white-space: normal;
}

@media (max-width: 767.98px) {
  .sec-title--story .sec-title__ja {
    flex-wrap: wrap;
    white-space: normal;
  }
}

.sec-title--story .sec-title__ja::before,
.sec-title--story .sec-title__ja::after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 4.2rem;
  background: var(--color-red);
  transform: skewX(-20deg);
  flex-shrink: 0;
}

.story__content {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

@media (max-width: 767.98px) {
  .story__content {
    flex-direction: column;
    gap: 0;
    overflow: visible;
  }
}

.story__profile {
  position: sticky;
  top: var(--header-height);
  display: flex;
  flex-direction: column;
  gap: 4rem;
  flex-shrink: 0;
  width: 80rem;
  max-width: 80rem;
  padding: 8rem 12rem 8rem;
  background: linear-gradient(90deg, #eb0000 0%, #b00404 100%);
  color: var(--color-white);
  box-sizing: border-box;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .story__profile {
    position: sticky;
    top: calc(var(--header-height) - 14rem);
    gap: 2rem;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 3rem 2rem 64rem;
    background: linear-gradient(90deg, #eb0000 0%, #b00404 100%);
    z-index: 1;
  }
}

.story__profile-head {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}

@media (max-width: 767.98px) {
  .story__profile-head {
    display: grid;
    grid-template-columns: 10rem 1fr;
    gap: 1rem 1.5rem;
    align-items: center;
  }
}

.story__photos {
  display: grid;
  grid-template-columns: 22rem 22rem;
  gap: 2rem;
  align-content: start;
  justify-content: start;
  box-sizing: border-box;
}

@media (max-width: 767.98px) {
  .story__photos {
    grid-template-columns: 1fr 1fr;
    gap: 1.1rem;
    padding: 0;
    justify-content: stretch;
  }
}

.story__text {
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 500;
  flex-shrink: 0;
  width: 80rem;
  max-width: 80rem;
  margin: 8rem 0 0 -16rem;
  overflow-wrap: anywhere;
  background: var(--color-white);
  padding: 6rem 12rem 6rem 6rem;
  box-sizing: border-box;
  z-index: 2;
}

@media (max-width: 767.98px) {
  .story__text {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    max-height: none;
    min-height: 0;
    margin: -57.4rem 0 6rem 2rem;
    padding: 3rem 2.5rem;
    font-size: 1.6rem;
    line-height: 1.8;
    width: auto;
    max-width: none;
    background: rgba(255, 255, 255, 0.9);
    z-index: 2;
  }
}

.story__avatar {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  .story__avatar {
    width: 10rem;
    height: 10rem;
  }
}

.story__profile-text {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 0;
  row-gap: 0.4rem;
  padding-top: 1.1rem;
}

@media (max-width: 767.98px) {
  .story__profile-text {
    padding-top: 0;
  }
}

.story__name {
  font-size: 3rem;
  font-weight: 700;
  color: var(--color-white);
}

@media (max-width: 767.98px) {
  .story__name {
    flex: 0 0 100%;
    font-size: 2.4rem;
    margin-right: 0;
  }
}

.story__name-en {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--color-white);
  margin-left: 2rem;
}

@media (max-width: 767.98px) {
  .story__name-en {
    flex: 0 0 100%;
    font-size: 1.6rem;
    margin-left: 0;
    color: rgba(255, 255, 255, 0.85);
  }
}

.story__role {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 0.5rem;
  color: var(--color-white);
  width: 100%;
}

@media (max-width: 767.98px) {
  .story__role {
    font-size: 1rem;
  }
}

.story__photo--main {
  grid-column: 1 / -1;
  width: 46rem;
  height: 34.5rem;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .story__photo--main {
    width: 100%;
    height: auto;
    aspect-ratio: 352 / 264;
  }
}

.story__photo--sub {
  width: 22rem;
  height: 26rem;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .story__photo--sub {
    width: 100%;
    height: auto;
    aspect-ratio: 171 / 205;
  }
}

.story__text p {
  margin-bottom: 1.6rem;
}

.story__heading-sub {
  font-size: 2.4rem;
  font-weight: 800;
  margin: 2rem 0;
}

.story__em {
  font-weight: 700;
  color: var(--color-red);
}

.story__lead {
  font-size: 1.8rem;
  font-weight: 700;
}

.story__highlight {
  display: inline;
  background: var(--color-red);
  color: var(--color-white);
  font-weight: 700;
  padding: 0.2rem 0.4rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.story__bukatsudo {
  margin: 2rem 0;
}

.story__bukatsudo-text {
  display: inline;
  background: var(--color-red);
  color: var(--color-white);
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0.3rem 0.8rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.story__bukatsudo-em {
  color: #ffff00;
  font-size: 2rem;
  font-weight: 700;
}

/* ==========================================================================
                                                                                                             Promises
                                                                                                             ========================================================================== */

.promises {
  position: relative;
  margin-top: 6rem;
  padding: 8rem 0 6.8rem;
  background: url("../images/top/story-bg.svg") no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  box-sizing: border-box;
  color: var(--color-white);
}

@media (max-width: 767.98px) {
  .promises {
    height: auto;
    min-height: 0;
    margin-top: 0;
    padding: 6rem 0 8rem;
    background-size: cover;
    background-position: center top;
    overflow: visible;
  }
}

.promises__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .promises__bg {
    display: none;
  }
}

.promises__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
}

.promises__inner.container {
  max-width: var(--page-width);
  width: 100%;
  padding-inline: 12rem;
  box-sizing: border-box;
}

@media (max-width: 767.98px) {
  .promises__inner.container {
    max-width: none;
    padding-inline: 2rem;
  }
}

.promises .sec-title {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .promises .sec-title {
    margin-bottom: 0;
    padding-inline: 0;
  }
}

.promises .sec-title__ja {
  color: var(--color-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

@media (max-width: 767.98px) {
  .promises .sec-title__ja {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    font-size: 2.2rem;
    letter-spacing: -0.1rem;
    line-height: 1.35;
    white-space: normal;
    text-align: center;
    padding-inline: 0;
  }
}

.promises .sec-title__ja::before,
.promises .sec-title__ja::after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 3.6rem;
  background: var(--color-red);
  transform: skewX(-20deg);
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  .promises .sec-title__ja::before,
  .promises .sec-title__ja::after {
    height: 5.2rem;
  }
}

.promises__sub {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 800;
  margin: 5rem 0 4rem;
  line-height: 1.28;
  color: var(--color-red);
}

@media (max-width: 767.98px) {
  .promises__sub {
    font-size: 2.4rem;
    margin: 2.4rem 0 3.2rem;
  }
}

.promises__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 38rem));
  gap: 0 3.5rem;
  justify-content: start;
  width: 100%;
  max-width: 120rem;
}

@media (max-width: 767.98px) {
  .promises__grid {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: none;
    justify-content: stretch;
  }
}

.promise-card {
  position: relative;
  width: 38rem;
  box-sizing: border-box;
  background: transparent;
  border-top: 0.3rem solid var(--color-red);
  border-bottom: 0.3rem solid var(--color-red);
  margin-bottom: -0.3rem;
  padding: 4rem 3.2rem 3rem;
  text-align: center;
  overflow: hidden;
  color: var(--color-white);
}

@media (max-width: 767.98px) {
  .promise-card {
    width: 100%;
    height: auto;
    margin-bottom: -0.3rem;
    padding: 3.2rem 2rem 2.8rem;
  }
}

.promise-card__num {
  position: absolute;
  top: 3rem;
  left: 3rem;
  font-family: var(--font-display);
  font-size: 4rem;
  line-height: 1;
  color: var(--color-red);
}

@media (max-width: 767.98px) {
  .promise-card__num {
    top: 2.4rem;
    left: 2rem;
    font-size: 3.2rem;
  }
}

.promise-card__photo {
  width: 23rem;
  height: 23rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  .promise-card__photo {
    width: 18rem;
    height: 18rem;
    margin-bottom: 1.6rem;
  }
}

.promise-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promise-card__ja {
  font-size: 3.1rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  line-height: 1;
  color: var(--color-white);
}

@media (max-width: 767.98px) {
  .promise-card__ja {
    font-size: 2.2rem;
    line-height: 1.3;
  }
}

.promise-card__en {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--color-red);
  margin-bottom: 2rem;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .promise-card__en {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}

.promise-card__text {
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: left;
  color: var(--color-white);
}

@media (max-width: 767.98px) {
  .promise-card__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

/* ==========================================================================
                                                                                                             Club info
                                                                                                             ========================================================================== */

.club-info {
  padding: 0 0 5.2rem;
  margin-top: 8rem;
  box-sizing: border-box;
}

@media (max-width: 767.98px) {
  .club-info {
    height: auto;
    min-height: 0;
    margin-top: 0;
    padding: 6rem 0 8rem;
  }
}

.club-info__inner.container {
  max-width: 129.2rem;
  width: 129.2rem;
  margin-inline: 12rem auto 0;
  padding-inline: 0;
}

@media (max-width: 767.98px) {
  .club-info__inner.container {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-inline: 2rem;
  }
}

.club-info__grid {
  display: grid;
  grid-template-columns: 58rem 58rem;
  gap: 4rem;
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .club-info__grid {
    grid-template-columns: 1fr;
    gap: 4.8rem;
    margin-top: 0;
  }
}

.club-info .sec-title--story {
  margin-bottom: 4.9rem;
}

@media (max-width: 767.98px) {
  .club-info .sec-title--story {
    padding-inline: 0;
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 767.98px) {
  .club-info .sec-title__ja::before, .club-info .sec-title__ja::after {
    height: 2.8rem;
  }
}

@media (max-width: 767.98px) {
  .club-info .sec-title__ja {
    gap: 1.2rem;
    font-size: 2.4rem;
    letter-spacing: -0.12rem;
  }
}

.club-info__section-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

@media (max-width: 767.98px) {
  .club-info__section-title {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}

.info-table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 767.98px) {
  .info-table tr:first-child {
    border-top: 0.1rem solid var(--color-gray-ddd);
  }
}

@media (max-width: 767.98px) {
  .info-table tr {
    display: block;
    border-top: 0.1rem solid var(--color-gray-ddd);
  }
}

.info-table th,
.info-table td {
  padding: 2.4rem;
  padding-left: 0;
  border-top: 0.1rem solid var(--color-gray-ddd);
  vertical-align: top;
  font-size: 1.6rem;
  text-align: left;
}

@media (max-width: 767.98px) {
  .info-table th,
  .info-table td {
    display: block;
    width: 100%;
    padding: 0.4rem 0 1.2rem;
    border-top: none;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.info-table th {
  width: 20rem;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .info-table th {
    padding-top: 1.6rem;
    padding-bottom: 0.4rem;
    white-space: normal;
    font-size: 1.4rem;
  }
}

.info-table__main {
  font-weight: 500;
  margin-bottom: 0.5rem;
}

@media (max-width: 767.98px) {
  .info-table__main {
    margin-bottom: 0.8rem;
  }
}

.info-table__note {
  font-size: 1.2rem;
}

@media (max-width: 767.98px) {
  .info-table__note {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.info-table__price {
  font-size: 2.2rem;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .info-table__price {
    font-size: 2rem;
  }
}

.info-table__small {
  font-size: 1.4rem;
}

@media (max-width: 767.98px) {
  .info-table__small {
    display: inline;
    font-size: 1.2rem;
  }
}

.club-info__target {
  margin-top: 3rem;
  padding: 2rem;
  border: 0.1rem solid var(--color-red);
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 767.98px) {
  .club-info__target {
    margin-top: 2.4rem;
    padding: 2rem 1.6rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media (max-width: 767.98px) {
  .club-info__target p:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .club-info__target p {
    margin-bottom: 1.2rem;
  }
}

.club-info__target-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--color-red);
  margin-bottom: 1.5rem;
}

@media (max-width: 767.98px) {
  .club-info__target-title {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
}

/* ==========================================================================
                                                                                                             Important
                                                                                                             ========================================================================== */

.important {
  position: relative;
  padding: 8rem 0;
  margin-top: 0;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .important {
    height: auto;
    min-height: 0;
    padding: 6rem 0 8rem;
    overflow: hidden;
  }
}

.important__inner.container {
  max-width: 100rem;
  padding-top: 0;
}

@media (max-width: 767.98px) {
  .important__inner.container {
    max-width: none;
    padding-inline: 2rem;
  }
}

.important__title-en {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  font-family: var(--font-display);
  font-size: 30rem;
  line-height: 0.9;
  color: #f8f8f8;
}

@media (max-width: 767.98px) {
  .important__title-en {
    font-size: 10.4rem;
    top: 2rem;
  }
}

.important__title-ja {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-size: 4rem;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 4rem;
}

@media (max-width: 767.98px) {
  .important__title-ja {
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 2.8rem;
    letter-spacing: -0.1rem;
    line-height: 1.35;
    margin-bottom: 3.2rem;
  }
}

.important__quote {
  font-family: var(--font-serif);
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 1;
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  .important__quote {
    margin-top: 0.2em;
    font-size: 4.8rem;
  }
}

.important__lead {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 auto 2.1rem;
  max-width: 62rem;
}

@media (max-width: 767.98px) {
  .important__lead {
    font-size: 1.8rem;
    line-height: 1.5;
    max-width: none;
    margin-bottom: 2.4rem;
    padding-inline: 0;
  }
}

.important__block {
  margin: 0 auto 4rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  .important__block {
    margin-bottom: 2.4rem;
    padding-inline: 0;
    max-width: none;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.important__block--narrow {
  max-width: 56.8rem;
}

@media (max-width: 767.98px) {
  .important__block--narrow,
  .important__block--wide {
    max-width: none;
  }
}

.important__block--wide {
  max-width: 72.2rem;
}

.important__block--pre-list {
  margin-bottom: 2rem;
}

@media (max-width: 767.98px) {
  .important__block--pre-list {
    margin-bottom: 1.6rem;
  }
}

.important__block p {
  margin: 0;
}

.important__text-bold {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .important__text-bold {
    margin-top: 1.2rem;
    font-size: 1.6rem;
  }
}

.important__em {
  display: block;
  margin-top: 0.4rem;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-red);
}

@media (max-width: 767.98px) {
  .important__em {
    margin-top: 0.8rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.important__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  list-style: none;
  margin: 0 auto 4.1rem;
  padding: 0;
}

@media (max-width: 767.98px) {
  .important__list {
    align-items: stretch;
    gap: 0.8rem;
    margin-bottom: 2.4rem;
    padding-inline: 0;
    max-width: 35.3rem;
  }
}

.important__list li {
  margin: 0;
  line-height: 0;
}

@media (max-width: 767.98px) {
  .important__list li {
    line-height: 0;
  }
}

.important__highlight {
  display: inline-block;
  min-height: 2.6rem;
  padding: 0 0.6rem;
  background: var(--color-red);
  color: #ffff00;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.6rem;
  box-sizing: border-box;
}

@media (max-width: 767.98px) {
  .important__highlight {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.5;
    min-height: 0;
    padding: 0.6rem 1rem;
    text-align: left;
    box-sizing: border-box;
  }
}

.important__announce {
  margin: 4.8rem auto 3.2rem;
  max-width: 81.3rem;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  color: var(--color-red);
}

@media (max-width: 767.98px) {
  .important__announce {
    margin: 3.2rem auto 2.4rem;
    font-size: 2.2rem;
    line-height: 1.5;
    max-width: none;
  }
}

.important__closing {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 81.3rem;
}

@media (max-width: 767.98px) {
  .important__closing {
    font-size: 1.8rem;
    line-height: 1.5;
    padding-inline: 0;
    max-width: none;
  }
}

/* ==========================================================================
                                                                                                             Info btns
                                                                                                             ========================================================================== */

.info-btns {
  padding: 8.2rem 0 8rem;
}

@media (max-width: 767.98px) {
  .info-btns {
    padding-top: 0;
  }
}

.info-btns__inner {
  display: flex;
  gap: 2rem;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .info-btns__inner {
    flex-direction: column;
    align-items: stretch;
    max-width: none;
    gap: 1.2rem;
  }
}

/* ==========================================================================
                                                                                                             Message
                                                                              ========================================================================== */

.message {
  display: flex;
  justify-content: center;
  padding: 0;
  padding: 8rem 0 10rem;
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .message {
    margin-top: 0;
    padding: 6rem 0 8rem;
  }
}

.message__inner.container {
  max-width: 100rem;
  width: 100rem;
  padding-inline: 0;
}

@media (max-width: 767.98px) {
  .message__inner.container {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-inline: 2rem;
  }
}

.message .sec-title--story {
  margin-bottom: 4.9rem;
}

@media (max-width: 767.98px) {
  .message .sec-title--story {
    margin-bottom: 3rem;
    padding-inline: 0;
  }
}
@media (max-width: 767.98px) {
  .message .sec-title__ja::before, .message .sec-title__ja::after {
    height: 2.8rem;
  }
}

@media (max-width: 767.98px) {
  .message .sec-title__ja {
    gap: 1.2rem;
    font-size: 2.4rem;
    letter-spacing: -0.12rem;
  }
}

.message__content {
  display: grid;
  grid-template-columns: 42rem 52rem;
  gap: 6rem;
  align-items: start;
  width: 100%;
}

@media (max-width: 767.98px) {
  .message__content {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}

.message__photo {
  width: 42rem;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .message__photo {
    width: 100%;
    height: 32rem;
    overflow: hidden;
  }
}

.message__photo img {
  display: block;
  width: 42rem;
  height: 70rem;
  max-width: none;
  object-fit: cover;
  object-position: center top;
}

@media (max-width: 767.98px) {
  .message__photo img {
    width: 100%;
    height: 100%;
    max-width: none;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center top;
  }
}

.message__text {
  width: 52rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  .message__text {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.message__label {
  margin: 0 0 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.33;
}

@media (max-width: 767.98px) {
  .message__label {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}

.message__body {
  margin: 0 0 4rem;
}

@media (max-width: 767.98px) {
  .message__body {
    margin-bottom: 2.4rem;
  }
}

.message__body p {
  margin: 0 0 1.6rem;
}

@media (max-width: 767.98px) {
  .message__body p {
    margin-bottom: 1.2rem;
  }
}

.message__body p:last-child {
  margin-bottom: 0;
}

.message__strong {
  font-size: 1.8rem;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .message__strong {
    font-size: 1.6rem;
  }
}

.message__red {
  margin: 0 0 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--color-red);
}

@media (max-width: 767.98px) {
  .message__red {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}

.message__closing {
  margin: 0 0 4rem;
}

@media (max-width: 767.98px) {
  .message__closing {
    margin-bottom: 2.4rem;
  }
}

.message__closing p {
  margin: 0;
}

.message__closing p+p {
  margin-top: 1.6rem;
}

.message__quote {
  margin: 0 0 0.7rem;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.375;
}

@media (max-width: 767.98px) {
  .message__quote {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.message__sign {
  margin: 0;
  text-align: right;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  .message__sign {
    font-size: 1.4rem;
  }
}

/* ==========================================================================
                                                                                                             Today's info
                                                                                                             ========================================================================== */

.todays-info {
  position: relative;
  margin-top: 0;
  padding: 3rem 0;
  box-sizing: border-box;
  background: #222;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .todays-info {
    height: auto;
    overflow: visible;
    padding: 3rem 2rem;
  }
}

.todays-info__bg {
  display: none;
}

.todays-info__card {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0;
  background: var(--color-white);
  width: 100rem;
  max-width: calc(100% - 4rem);
  height: 12rem;
  margin: 0 auto;
  padding: 0 3rem;
  box-sizing: border-box;
  overflow-wrap: normal;
  word-break: normal;
}

@media (max-width: 767.98px) {
  .todays-info__card {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 2rem 1.6rem;
  }
}

.todays-info__head {
  flex-shrink: 0;
  width: 27.4rem;
}

@media (max-width: 767.98px) {
  .todays-info__head {
    width: 100%;
  }
}

.todays-info__en {
  font-family: var(--font-display);
  font-size: 3.6rem;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .todays-info__en {
    font-size: 3rem;
    white-space: normal;
  }
}

.todays-info__sub {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 0.5rem;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .todays-info__sub {
    font-size: 1.2rem;
    line-height: 1.4;
    white-space: normal;
    margin-top: 0.4rem;
  }
}

.todays-info__divider {
  flex-shrink: 0;
  width: 0.1rem;
  height: 6rem;
  margin: 0 2rem;
  background: var(--color-gray-ddd);
}

@media (max-width: 767.98px) {
  .todays-info__divider {
    display: none;
  }
}

.todays-info__divider img {
  display: none;
}

.todays-info__body {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex: 1;
  min-width: 0;
  overflow-wrap: normal;
}

@media (max-width: 767.98px) {
  .todays-info__body {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    width: 100%;
  }
}

.todays-info__link {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex: 1;
  min-width: 0;
}

.todays-info__date {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: var(--color-gray-ddd);
  font-family: var(--font-display);
  font-size: 1.8rem;
}

@media (max-width: 767.98px) {
  .todays-info__date {
    font-size: 1.6rem;
  }
}

.todays-info__title {
  font-size: 1.6rem;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .todays-info__title {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

/* ==========================================================================
                                                                                                             News / Blog list
                                                                                                             ========================================================================== */

.news-list {
  padding: 0;
  margin-top: 10rem;
  margin-bottom: 10rem;
  box-sizing: border-box;
}

@media (max-width: 767.98px) {
  .news-list {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    overflow: visible;
    padding: 4rem 0;
  }
}

.news-list+.news-list {
  margin-top: 10rem;
}

@media (max-width: 767.98px) {
  .news-list+.news-list {
    margin-top: 0;
  }
}

.news-list__inner {
  display: flex;
  align-items: flex-start;
  gap: 0;
  max-width: 100rem;
  margin-inline: auto;
  box-sizing: border-box;
}

@media (max-width: 767.98px) {
  .news-list__inner {
    flex-direction: column;
    max-width: none;
    padding-inline: 2rem;
  }
}

.news-list__head {
  flex-shrink: 0;
  width: 20rem;
  box-sizing: border-box;
}

@media (max-width: 767.98px) {
  .news-list__head {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    align-items: end;
    column-gap: 1.6rem;
    row-gap: 0.4rem;
    width: 100%;
    margin-bottom: 2.4rem;
  }
}

.news-list__en {
  margin: 0;
  font-family: var(--font-display);
  font-size: 4rem;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .news-list__en {
    grid-column: 1;
    grid-row: 1;
    font-size: 3.6rem;
  }
}

.news-list__ja {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 767.98px) {
  .news-list__ja {
    grid-column: 1;
    grid-row: 2;
    font-size: 1.4rem;
  }
}

.news-list__more {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin-top: 6.8rem;
  width: 12rem;
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
  color: var(--color-black);
  border-bottom: 0.1rem solid var(--color-black);
  padding-bottom: 1.2rem;
  box-sizing: border-box;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .news-list__more {
    grid-column: 2;
    grid-row: 1 / -1;
    align-self: center;
    margin: 0;
    width: auto;
    min-width: 11rem;
    font-size: 1.8rem;
    padding-bottom: 0.8rem;
  }
}

.news-list__more span {
  flex: 1;
}

.news-list__more img {
  display: block;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}

.news-list__items {
  flex: 1;
  width: 80rem;
  max-width: 80rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 767.98px) {
  .news-list__items {
    width: 100%;
    max-width: none;
  }
}

.news-list__item {
  display: flex;
  align-items: center;
  gap: 2rem;
  height: 7rem;
  margin: 0;
  padding: 0;
  border-top: 0.1rem solid var(--color-gray-ddd);
  box-sizing: border-box;
}

@media (max-width: 767.98px) {
  .news-list__item {
    align-items: flex-start;
    gap: 1.2rem;
    height: auto;
    min-height: 0;
    padding: 1.6rem 0;
  }
}

.news-list__link {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
  height: 100%;
  min-width: 0;
}

.news-list__item:last-child {
  border-bottom: 0.1rem solid var(--color-gray-ddd);
}

.news-list__date {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 8.8rem;
  height: 3rem;
  padding: 0;
  background: var(--color-gray-ddd);
  font-family: var(--font-display);
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
}

@media (max-width: 767.98px) {
  .news-list__date {
    width: 8.2rem;
    height: 2.8rem;
    font-size: 1.6rem;
    margin-top: 0.1rem;
  }
}

.news-list__title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 767.98px) {
  .news-list__title {
    font-size: 1.4rem;
    line-height: 1.5;
    overflow-wrap: anywhere;
  }
}

/* ==========================================================================
                                                                                                             Schedule / Instagram
                                                                                                             ========================================================================== */

.schedule-block,
.instagram-block {
  padding: 0;
  text-align: center;
}

@media (max-width: 767.98px) {
  .schedule-block,
  .instagram-block {
    height: auto;
    margin-top: 0;
    overflow: visible;
  }
}

.schedule-block {
  margin-top: 10rem;
  box-sizing: border-box;
}

@media (max-width: 767.98px) {
  .schedule-block {
    padding: 8rem 0 4rem;
  }
}

.schedule-block__inner.container,
.instagram-block__inner.container {
  max-width: 100rem;
  margin-inline: auto;
  box-sizing: border-box;
  text-align: center;
}

@media (max-width: 767.98px) {
  .schedule-block__inner.container,
  .instagram-block__inner.container {
    max-width: none;
    padding-inline: 2rem;
  }
}

.instagram-block {
  margin-top: 10rem;
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .instagram-block {
    padding: 4rem 0 8rem;
  }
}

.schedule-block__en,
.instagram-block__en {
  margin: 0;
  font-family: var(--font-display);
  font-size: 4rem;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .schedule-block__en,
  .instagram-block__en {
    font-size: 3.6rem;
  }
}

.schedule-block__ja,
.instagram-block__ja {
  margin: 0 0 5rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 767.98px) {
  .schedule-block__ja,
  .instagram-block__ja {
    font-size: 1.4rem;
    margin-bottom: 2.4rem;
  }
}

.schedule-block__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 47.4rem;
  background: var(--color-gray-f8);
}

@media (max-width: 767.98px) {
  .schedule-block__placeholder {
    height: 36rem;
  }
}

.schedule-block__empty {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #999;
}

.schedule-block__table-wrap {
  position: relative;
  width: 100%;
  margin-top: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.schedule-block__controls {
  display: flex;
  justify-content: flex-end;
  gap: 1.2rem;
  margin-bottom: 1.6rem;
}

.schedule-block__nav {
  min-height: 4rem;
  padding: 0 1.6rem;
  border: 0.1rem solid var(--color-black);
  background: var(--color-white);
  font-family: var(--font-sans);
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer;
}

.schedule-block__nav:hover {
  background: var(--color-black);
  color: var(--color-white);
}

.schedule-block__table {
  width: max-content;
  min-width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.schedule-block__table th,
.schedule-block__table td {
  width: 14rem;
  min-width: 14rem;
  padding: 1.2rem 1rem;
  border: 0.1rem solid var(--color-gray-ddd);
  text-align: center;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1.4;
  box-sizing: border-box;
}

@media (max-width: 767.98px) {
  .schedule-block__table th,
  .schedule-block__table td {
    width: 12rem;
    min-width: 12rem;
    font-size: 1.3rem;
  }
}

.schedule-block__date {
  background: var(--color-gray-f8);
  font-weight: 700;
}

.schedule-block__date.is-today {
  background: var(--color-red);
  color: var(--color-white);
}

.schedule-block__label {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  background: var(--color-black);
  color: var(--color-white);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
}

.schedule-block__label--off {
  background: transparent;
  color: #999;
}

.instagram-block__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
}

@media (max-width: 767.98px) {
  .instagram-block__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
}

.instagram-block__item {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--color-gray-f8);
}

.instagram-block__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

/* ==========================================================================
                                                                                                             Flow
                                                                                                             ========================================================================== */

.flow {
  position: relative;
  margin-top: 10rem;
  padding: 8rem 0 10rem;
  box-sizing: border-box;
  color: var(--color-white);
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .flow {
    height: auto;
    margin-top: 0;
    overflow: visible;
    padding: 6rem 0 8rem;
  }
}

.flow__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, var(--color-black), #333);
}

.flow__inner.container {
  position: relative;
  z-index: 1;
  max-width: 103.9rem;
  margin-left: max(0px, calc((100% - 100rem) / 2));
  margin-right: auto;
  box-sizing: border-box;
}

@media (max-width: 767.98px) {
  .flow__inner.container {
    max-width: none;
    padding-inline: 2rem;
  }
}

.flow .sec-title {
  margin: 0 auto 5rem;
  width: min(82rem, 100%);
}

@media (max-width: 767.98px) {
  .flow .sec-title {
    margin-bottom: 4rem;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .flow .sec-title__en {
    font-size: 10rem;
  }
}

.flow .sec-title__ja {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

@media (max-width: 767.98px) {
  .flow .sec-title__ja {
    gap: 1.2rem;
    font-size: 2.4rem;
    letter-spacing: -0.12rem;
  }
}

.flow .sec-title__ja::before,
.flow .sec-title__ja::after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 3.6rem;
  background: var(--color-red);
  transform: skewX(-20deg);
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  .flow .sec-title__ja::before,
  .flow .sec-title__ja::after {
    height: 2.8rem;
  }
}

.flow__steps {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 767.98px) {
  .flow__steps {
    max-width: none;
    padding-inline: 0;
  }
}

.flow__step {
  display: grid;
  grid-template-columns: 12rem 18rem 1fr;
  column-gap: 0;
  align-items: start;
  padding: 2rem 0;
  border: none;
  position: relative;
}

@media (max-width: 767.98px) {
  .flow__step {
    grid-template-columns: 7.3rem minmax(0, 26rem);
    grid-template-rows: auto auto;
    column-gap: 1rem;
    row-gap: 1.2rem;
    justify-content: start;
    text-align: left;
    padding: 0 0 3.2rem;
  }
}
@media (max-width: 767.98px) {
  .flow__step:last-child {
    padding-bottom: 0;
  }
}

.flow__step::before,
.flow__step:last-child::after {
  content: "";
  position: absolute;
  left: 12rem;
  right: 0;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .flow__step::before,
  .flow__step:last-child::after {
    display: none;
  }
}

.flow__step::before {
  top: 0;
}

.flow__step:last-child::after {
  bottom: 0;
}

.flow__step-num {
  align-self: center;
  font-family: var(--font-display);
  font-size: 4rem;
  line-height: 1;
  background: linear-gradient(to right, var(--color-red), var(--color-red-dark));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 767.98px) {
  .flow__step-num {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    justify-self: center;
    width: 100%;
    text-align: center;
    font-size: 4rem;
    line-height: 0.9;
    z-index: 1;
  }
}

.flow__step-num span {
  font-size: 2rem;
}

@media (max-width: 767.98px) {
  .flow__step-num span {
    display: block;
    font-size: 2rem;
    margin-bottom: 0.2rem;
  }
}

.flow__step-photo {
  width: 18rem;
  height: 12rem;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .flow__step-photo {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    max-width: 26rem;
    height: auto;
    aspect-ratio: 260 / 173;
    margin-inline: 0;
  }
}

.flow__step-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flow__step-body {
  margin-left: 3rem;
  padding-top: 1rem;
}

@media (max-width: 767.98px) {
  .flow__step-body {
    grid-column: 2;
    grid-row: 2;
    margin-left: 0;
    padding-top: 0;
  }
}

.flow__step-title {
  margin: 0 0 1rem;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.35;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .flow__step-title {
    font-size: 1.8rem;
    line-height: 1.4;
    white-space: normal;
    overflow-wrap: anywhere;
    margin-bottom: 0.8rem;
  }
}

.flow__step-text {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--color-white);
}

@media (max-width: 767.98px) {
  .flow__step-text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.flow__step-line {
  display: block;
  position: absolute;
  left: 4.5rem;
  top: 9.7rem;
  width: 0.2rem;
  height: 10rem;
  transform: translateX(-50%);
  background: var(--color-red);
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .flow__step-line {
    grid-column: 1;
    grid-row: 1 / -1;
    position: relative;
    left: auto;
    top: auto;
    justify-self: center;
    align-self: stretch;
    width: 0.2rem;
    height: auto;
    min-height: 0;
    margin: 7rem 0 0;
    transform: none;
    background: var(--color-red);
  }
}
@media (max-width: 767.98px) {
  .flow__step:last-child .flow__step-line {
    display: none;
  }
}

.flow__step-line-v {
  display: none;
}

.sec-title__ja--white {
  color: var(--color-white);
}

/* ==========================================================================
                                                                                                             SP (max-width: 767.98px)
                                                                                                             ========================================================================== */

