.sp-only {
  display: none;
}
@media screen and (max-width: 719px) {
  .sp-only {
    display: block;
  }
}

.fade-in {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 2s cubic-bezier(0.18, 0.06, 0.23, 1) 0s,
    filter 1.8s ease 0s;
}

.fade-in.is-visible {
  opacity: 1;
  filter: blur(0);
}

.l-container {
  padding-top: 138px !important;
}

@media screen and (max-width: 1023px) {
  .l-container {
    padding-top: 90px !important;
  }
}

.subs__kv_wrapper {
  position: relative;
  width: 100%;
}

.subs__kv {
  margin-left: 25%;
}

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

.text__subscription_en {
  position: absolute;
  color: #e9e9e9;
  font-size: 100px;
  bottom: -20px;
  left: 80px;
  line-height: 1em;
  letter-spacing: 0.08em;
  font-family: meno-banner-condensed, serif;
  font-weight: 700;
}

.contents__wrapper {
  margin-top: 24px;
  margin-bottom: 160px;
  width: 100%;
}

.text__subscription {
  font-size: 48px;
  line-height: 1em;
  letter-spacing: 0.08em;
  padding-left: 80px;
  font-weight: 500;
}

.contents__inner {
  margin: 120px auto 0;
  max-width: 1200px;
  width: 100%;
  text-align: center;
}

.section__title {
  font-size: 24px;
  line-height: 1.3em;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.value__items {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 60px;
}

.value__item {
  max-width: 300px;
  width: 25%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.value__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #1c1c1c;
}

.value__item img {
  width: 100px;
}

.value__item .item__title {
  margin-top: 32px;
  font-size: 18px;
  line-height: 1.75em;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.value__item .item__description {
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.contents__purchase {
  margin-top: 120px;
}

.purchase__items {
  margin-top: 96px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 40px;
}

.purchase__item {
  width: 416px;
  border: 2px solid #7d7d7d;
  position: relative;
}

.purchase__item .item__header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #7d7d7d;
  color: #ffffff;
  font-size: 24px;
  height: 69px;
  font-weight: 700;
}

.purchase__item .item__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
}

.purchase__item .item__num {
  font-size: 32px;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  display: flex;
  align-items: flex-end;
  font-weight: 700;
}

.purchase__item .text__number {
  font-size: 60px;
  line-height: 1em;
  letter-spacing: 0em;
}

.purchase__item .item__day {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0.08em;
  margin-top: 12px;
}

.purchase__item .item__price {
  font-size: 32px;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
  font-weight: 700;
}

.purchase__item .text__yen {
  font-size: 40px;
  letter-spacing: 0em;
}

.purchase__item .item__price_text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0.08em;
  margin-top: 12px;
}

.purchase__item .item__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0.08em;
  margin-top: 20px;
}

.purchase__item .item__btn {
  width: 286px;
  height: 72px;
  border: 1px solid #1c1c1c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1.75em;
  letter-spacing: 0.08em;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.purchase__item .item__btn:hover {
  background-color: #1c1c1c;
  color: #fff;
}

.purchase__item .item__btn:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 1px #1c1c1c;
  border-right: solid 1px #1c1c1c;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
}

.purchase__item .item__btn:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.purchase__item .item__btn a {
  transition: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.purchase__item .item__btn a:hover {
  color: #fff !important;
}

.purchase__item_01 .item__btn {
  margin-top: 30px;
}

.purchase__item_02 .item__btn {
  margin-top: 58px;
}

.purchase__item_02 .item__point {
  position: absolute;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0.08em;
  color: #b16b30;
  width: 100%;
  top: -36px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media (max-width: 1023px) {
  .subs__kv {
    margin-left: 5%;
  }

  .subs__kv img {
    height: 268px;
    object-fit: cover;
  }

  .text__subscription_en {
    font-size: 48px;
    left: 5%;
    letter-spacing: 0em;
  }

  .contents__wrapper {
    margin-top: 28px;
    margin-bottom: 120px;
  }

  .text__subscription {
    font-size: 32px;
    line-height: 1.5em;
    padding-left: 5%;
  }

  .contents__inner {
    margin: 40px auto 0;
    max-width: 353px;
    width: 100%;
  }

  .section__title {
    font-size: 20px;
    line-height: 1.6em;
  }

  .value__items {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

  .value__item {
    max-width: 300px;
    width: 100%;
    padding: 40px 0px;
  }

  .value__item:not(:last-child)::after {
    right: 0%;
    top: 100%;
    transform: translateX(0%);
    width: 100%;
    height: 1px;
    background-color: #1c1c1c;
  }

  .value__item:last-child::after {
    content: "";
    position: absolute;
    right: 0%;
    top: 100%;
    transform: translateX(0%);
    width: 100%;
    height: 1px;
    background-color: #1c1c1c;
  }

  .value__item img {
    width: 150px;
  }

  .value__item .item__title {
    margin-top: 24px;
  }

  .contents__purchase {
    margin-top: 80px;
  }

  .purchase__items {
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
  }

  .purchase__item {
    width: 100%;
  }

  .purchase__item .item__price {
    font-size: 28px;
    line-height: 1.7em;
    margin-top: 12px;
  }

  .purchase__item .item__price .text__number {
    line-height: 1.5em;
    font-size: 40px;
  }

  .purchase__item .text__yen {
    font-size: 28px;
  }

  .purchase__item .item__btn {
    width: 310px;
  }

  .purchase__item_02 .item__btn {
    margin-top: 20px;
  }

  .purchase__item_02 .item__point {
    top: -24px;
  }
}
