@charset "UTF-8";


.fc-2026-27 .early-entry{
  padding: calc(70px * var(--space-scale)) 0;;
}

.fc-2026-27 .early-entry__inner {
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(500px, 1.05fr);
  gap: clamp(50px, 7vw, 110px);
  align-items: center;
}



.fc-2026-27 .early-entry__eyebrow {
  margin: 0 0 26px;
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.fc-2026-27 .early-entry__title {
  margin: 0;
  color: var(--brand-green-dark);
  font-size: clamp(30px, 3.25vw, 46px);
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: 0.015em;
}

.fc-2026-27 .early-entry__title span {
  display: block;
  margin-bottom: 8px;
  font-size: 0.62em;
  line-height: 1.4;
}

.early-entry__button {
  width: fit-content;
  min-width: 258px;
  margin-top: auto;
  padding: 15px 30px 15px 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--black);
  background: var(--brand-green);
  border-radius: 999px;
  text-decoration: none;
  font-size: clamp(16px, 1.45vw, 20px);
  font-weight: 900;
  letter-spacing: 0.06em;
  transition: transform .25s ease, filter .25s ease;
}

.early-entry__button:hover {
  transform: translateY(-3px);
  filter: brightness(1.05);
}

.early-entry__button:focus-visible {
  outline: 3px solid var(--black);
  outline-offset: 4px;
}

.early-entry__arrows {
  margin-left: 2px;
  font-size: 1.25em;
  line-height: 1;
  letter-spacing: -0.28em;
  transform: translateY(-1px);
}

.calendar-card {
  position: relative;
  width: 100%;
  background: var(--brand-green);
}

.calendar-card__note {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 10px 18px;
  color: var(--brand-green);
  background: var(--black);
  font-size: clamp(12px, 1.1vw, 16px);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.calendar-card__image-wrap {
  position: relative;
}
.calendar-card__image-wrap .t-chu{
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 12px;
  background: var(--bg-black);
  z-index: 1;
  font-size: 12px;
  display: block;
  color: var(--bg-main);
}

.calendar-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mono .calender-bottom {
  display: flex;
  background: var(--black);
  color: var(--brand-green);
  width: 100%;
  position: relative;
  z-index: 1;
  border-top: solid 3px var(--bg-black);
}
.mono .calender-bottom .col-icon{
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mono .calender-bottom .c-tx{
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mono .calender-bottom .c-tx p{
  line-height: 1.2;
}
.mono .calender-bottom .c-tx p small{
  font-size: 14px;
  font-weight: normal;
}






.calendar-card__period-text small {
  margin-top: 4px;
  font-size: clamp(11px, 1.1vw, 15px);
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.anchor-target {
  height: 1px;
}

.early-entry .col02{
  align-items: center;
  justify-content: center;
  gap: 70px;
  padding: 30px;
  border-radius: 30px;
}
.early-entry .col02 .col01{
  width: 50%;
}
.early-entry .col02 .col01.early-entry__visual{
  position: relative;
}
.early-entry .col02 .col01.early-entry__visual::before{
  content: '早期入会特典は\A終了しました';
  white-space: pre-line;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: calc((100% - 250px) /2);
  position: absolute;
  z-index: 1;
  width: 250px;
  background: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
}

.early-entry__copy .bg-kakomi.t-lead{
  background: var(--bg-white);
  color: var(--bg-black);
  font-weight: bold;
  display: inline-block;
  margin-bottom: 8px;
}
.mono .early-entry__copy .midashi-l small{
  font-size: 18px;
}
.mono .early-entry__copy .midashi-l{
  margin-bottom: 16px;
}
.mono .early-entry__copy p{
  font-size: 14px;
}
.mono .early-entry__copy button{
  margin-top: 16px;
}



@media (max-width: 900px) {


  .mono .calender-bottom .c-tx p.midashi-s{
    font-size: 16px;
  }
  .mono .calender-bottom .c-tx p small{
    font-size: 10px;
  }
  .early-entry .col02{
    gap: 50px;
  }
  .early-entry .col02 .col01.early-entry__copy {
      width: 40%;
  }
  .mono .early-entry__copy .midashi-l {
      font-size: 20px;
  }
  .mono .early-entry__copy .midashi-l small {
      font-size: 16px;
  }
  .mono .early-entry__copy p {
      font-size: 12px;
      line-height: 1.6;
  }

  .calendar-card__image-wrap .t-chu{
    font-size: 9px;
  }

}

@media (max-width: 600px) {

  .early-entry .col02 {
    display: block;
    padding: 24px;
  }
  .early-entry .col02 .col01,
  .early-entry .col02 .col01.early-entry__copy {
        width: 100%;
    }
  .early-entry .col02 .col01.early-entry__copy h2,
  .early-entry .col02 .col01.early-entry__copy .t-lead{
    text-align: center;
  }
  .early-entry .col02 .col01.early-entry__copy .t-lead{
    margin: 0 auto 6px;
    display: table;
  }
  .mono .early-entry__copy button{
    margin: 16px auto 0;
  }

    .early-entry .col02 .col01 + .col01{
      margin-top: 30px;
    }
  .mono .calender-bottom .col-icon {
      width: 40px;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 8px 0;
  }
  .mono .calender-bottom .c-tx{
    padding: 8px 0;
  }
  .mono .calender-bottom .c-tx p.midashi-s {
        font-size: 14px;
    }



}
@media (max-width: 380px) {

  .mono .calender-bottom .col-icon{
    display: none;
  }
  .mono .calender-bottom .c-tx p.midashi-s {
        font-size: 12px;
    }
  .mono .calender-bottom .c-tx p.midashi-s small{
    font-size: 9px;
  }
    .calendar-card__image-wrap .t-chu {
        font-size: 8px;
        padding: 4px;
        line-height: 1.2;
    }
    .early-entry .col02 .col01 + .col01{
      margin-top: 24px;
    }


}