@charset "UTF-8";
.teachers-club-header {
  width: calc(100% - 2rem);
  margin: 0 auto;
  padding: 4rem 2rem;
  border-radius: 1.6rem;
  background: linear-gradient(162deg, #A361FF 9.02%, #3775EF 75.89%);
}
.teachers-club-header__ttl {
  font-family: "gong", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  color: #FFF;
  text-align: center;
}
.teachers-club-header__ttl strong {
  display: block;
  color: #FFEB3B;
}
.teachers-club-header .deco {
  position: relative;
  width: 100%;
  margin: 3.6rem auto 1.6rem;
  aspect-ratio: 67/54;
}
.teachers-club-header .deco__badge {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  background: url("../../../image/doc/member/teachers-club/deco__badge.png") no-repeat center/contain;
  transform: translate(-50%, -50%);
  animation: floatBadge 3s ease-in-out infinite;
}
.teachers-club-header .deco__wing {
  position: absolute;
  height: 34%;
  transform-origin: center center;
}
.teachers-club-header .deco__wing--left {
  top: 50%;
  left: 0;
  transform: translate(1%, -26%);
  animation: flapLeft 1.2s ease-in-out infinite;
}
.teachers-club-header .deco__wing--right {
  top: 50%;
  right: 0;
  transform: translate(-1%, -26%);
  animation: flapRight 1.2s ease-in-out infinite;
}
.teachers-club-header .deco__light {
  position: absolute;
  opacity: 0.6;
  animation: twinkle 2.5s ease-in-out infinite;
}
.teachers-club-header .deco__light--1 {
  top: 0%;
  left: 7%;
  width: 10.59%;
  animation-delay: 0s;
}
.teachers-club-header .deco__light--2 {
  top: 25%;
  right: 9%;
  width: 7.06%;
  animation-delay: 0.5s;
}
.teachers-club-header .deco__light--3 {
  bottom: 12%;
  left: 12%;
  width: 4.71%;
  animation-delay: 1s;
}
.teachers-club-header__desc {
  font-weight: 500;
  font-size: 1.6rem;
  color: #FFF;
  text-align: center;
  line-height: 1.5;
}
.teachers-club-status {
  width: calc(100% - 4rem);
  margin: 0 auto;
}
.teachers-club-status__ttl {
  margin-bottom: 1em;
  font-family: "gong", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  text-align: center;
}
.teachers-club-status__ttl strong {
  color: var(--primary);
}
.teachers-club-info {
  width: calc(100% - 4rem);
  margin: 0 auto;
}
.teachers-club-info__ttl {
  margin-bottom: 1em;
  font-family: "gong", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  text-align: center;
}
.teachers-club-info__ttl strong {
  color: var(--primary);
}
.teachers-club__icon-plus {
  width: 3.2rem;
  margin: 1.6rem auto;
}
.teachers-club__icon-plus path {
  fill: var(--primary);
}
.teachers-club__cta {
  width: calc(100% - 4rem);
  margin: 4rem auto;
}

.benefit-preview__ttl {
  margin-bottom: 0.33em;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}
.benefit-preview__ttl strong {
  color: var(--primary);
}
.benefit-preview__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 2.29em;
  margin: 0 auto;
  padding: 0.29em 1.71em;
  border-radius: 4em;
  border: 0.1rem solid #000;
  font-weight: 600;
  font-size: 1.4rem;
}
.benefit-preview__link::after {
  width: 1.71em;
  background: url("../../../image/doc/member/teachers-club/icon__arrow--bottom.svg") no-repeat center/contain;
  transform: rotate(-90deg);
  aspect-ratio: 2/1;
  content: "";
}

.club-extra-benefits {
  margin: 0 auto 3.2rem;
  padding: 2.4rem 1rem 1.8rem;
  border-radius: 1.6rem;
  border: 0.1rem dashed #3775EF;
  background: #F7F7F7;
  counter-reset: item;
}
.club-extra-benefits__ttl {
  margin-bottom: 0.67em;
  font-family: "gong", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: var(--primary);
  text-align: center;
}
.club-extra-benefits-list__item {
  --padding-left: 1em;
  --number-size: 1.63em;
  position: relative;
  border-radius: 2em;
  padding: 0.5em var(--padding-left) 0.5em calc(var(--number-size) + var(--padding-left) + 0.3em);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
  color: #FFF;
  background: var(--primary);
  counter-increment: item;
}
.club-extra-benefits-list__item::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: var(--padding-left);
  width: var(--number-size);
  border-radius: 50%;
  color: var(--primary);
  background: #fff;
  aspect-ratio: 1/1;
  content: counter(item);
}
.club-extra-benefits-list__item + .club-extra-benefits-list__item {
  margin-top: 0.5em;
}

.membership-desc {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.membership-desc__text {
  width: calc(100% - 2rem);
  margin: 0 auto;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
}
.membership-desc__text strong {
  color: var(--primary);
}
.membership-desc-list__item {
  position: relative;
  padding-left: 1em;
  font-weight: 500;
  font-size: 1.4rem;
  color: #888;
  line-height: 1.5;
}
.membership-desc-list__item::before {
  position: absolute;
  left: 0;
  content: "•";
}
.membership-desc-list__item + .membership-desc-list__item {
  margin-top: 0.6em;
}

.user-info__item + .user-info__item {
  margin-top: 2.4rem;
}
.user-info__label {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 0.5em;
  font-weight: 600;
  font-size: 1.6rem;
}
.user-info__label::before {
  width: 1.5em;
  background: url("../../../image/common/deco/deco__check-badge.svg") no-repeat center/contain;
  aspect-ratio: 1/1;
  content: "";
}
.user-info__value {
  padding: 0.63em;
  border-radius: 0.5em;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  background: #F4F8FF;
}
.user-info__value .remaining-count {
  font-weight: 700;
  color: var(--primary);
}
.user-info__value + .book-list {
  margin-top: 0.8rem;
}
.user-info__note {
  display: flex;
  align-items: self-start;
  gap: 0.2em;
  margin-top: 0.62em;
  font-weight: 400;
  font-size: 1.3rem;
  color: #888;
}
.user-info__note::before {
  flex: 0 0 auto;
  width: 1.14em;
  background: url(../../../image/common/icon/icon__warning--gray.svg) no-repeat center/contain;
  aspect-ratio: 1/1;
  content: "";
}

.divider {
  margin: 4rem 0;
}

.book-list {
  margin-bottom: 0.8rem;
  padding: 1rem;
  border-radius: 0.8rem;
  background: #F7F7F7;
}
.book-list li {
  padding: 0.63em 0;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.662;
  counter-increment: item;
}
.book-list li + li {
  border-top: 0.1rem solid #D9D9D9;
}
.book-list li:first-child {
  padding-top: 0;
}
.book-list li:last-child {
  padding-bottom: 0;
}
.book-list a {
  display: flex;
  align-items: center;
}
.book-list a::after {
  flex: 0 0 auto;
  width: 1.14em;
  margin-left: auto;
  background: url("../../../image/common/icon/icon__arrow--right.svg") no-repeat center/contain;
  aspect-ratio: 1/1;
  content: "";
}
.book-list--downloaded {
  counter-reset: item;
}
.book-list--downloaded li {
  position: relative;
  padding-left: 1.3em;
}
.book-list--downloaded li::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  border-radius: 50%;
  content: counter(item) ".";
}

.border-btn + .border-btn {
  margin-top: 0.8rem;
}

@keyframes floatBadge {
  0%, 100% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, -52%);
  }
}
@keyframes flapLeft {
  0%, 100% {
    transform: translate(0%, -24%) rotate(0deg);
  }
  50% {
    transform: translate(0%, -26%) rotate(-8deg);
  }
}
@keyframes flapRight {
  0%, 100% {
    transform: translate(0%, -24%) rotate(0deg);
  }
  50% {
    transform: translate(0%, -26%) rotate(8deg);
  }
}
@keyframes twinkle {
  0%, 100% {
    transform: scale(1);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
}

/*# sourceMappingURL=teachers-club.css.map */
