@charset "UTF-8";

@font-face {
  font-family: 'Neura Display';
  src: url('../fonts//NeuraDisplayVariable[wght].ttf') format('truetype');
  font-weight: 400 700;
  font-display: swap;
}
:root {
   --color-black: #2D2D2D;
   --color-white: #FFFFFF;
   --color-gray: #807E7B;
   --color-navy: #1D4984;
   --color-pink: #DBB7C3;
   --color-gold: #BD9E85;
}

/*============================
全体
============================*/
html {
  font-size: 10px;
}
body {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color-black);
  letter-spacing: 0;
  width: 100%;
}
main {
  overflow-x: hidden;
}
a {
  color: var(--color-black);
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
li {
  list-style: none;
}
.neura-display {
  font-family: 'Neura Display', sans-serif;
}
.serif {
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  /* コンテンツ幅 */
  .wrapper {
    width: 100%;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}
/*============================
サブスクリプションセクション背景
============================*/
.subscription-set__bg {
  width: 100%;
  background: linear-gradient(
  0deg,
  rgba(217, 241, 244, 1) 13%,
  rgba(217, 241, 244, 0.3) 77%,
  rgba(217, 241, 244, 0) 99%
  );
  padding: 17.3rem 4rem 16rem;
}
@media screen and (max-width: 767px) {
  .subscription-set__bg {
    width: 100%;
    background: linear-gradient(
    0deg,
    rgba(217, 241, 244, 1) 13%,
    rgba(217, 241, 244, 0.3) 77%,
    rgba(217, 241, 244, 0) 99%
    );
    padding: 8rem 2rem 6.4rem;
  }
}
/*============================
サブスクリプションセクション
============================*/
#subscription-set {
  margin-bottom: 6.4rem;
}
.subscription-set__inner {
  width: 100%;
  max-width: 102.4rem;
  margin: 0 auto;
  padding: 9.6rem 4rem;
  background-color: #FFFCF6;
  border-radius: 16px;
  text-align: center;
}
.subscription-set__title {
  width: 100%;
  max-width: 37.8rem;
  margin: 0 auto 5.6rem;
}
.subscription-set__title img {
  display: block;
  width: 100%;
  height: auto;
}
.subscription-set__lead {
  color: var(--color-navy);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5.6rem;
}
.subscription-set__image {
  width: 100%;
  max-width: 76rem;
  margin: 0 auto 1.6rem;
}
.subscription-set__image img {
  display: block;
  width: 100%;
  height: auto;
}
.subscription-set__price {
  width: 100%;
  max-width: 57.4rem;
  margin: 0 auto 1.6rem;
}
.subscription-set__price img {
  display: block;
  width: 100%;
  height: auto;
}
.subscription-set__button-wrap {
  text-align: center;
}
.subscription-set__button-wrap--top  {
  margin-bottom: 5.6rem;
}
.subscription-set__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24rem;
  height: 3.8rem;
  border-radius: 6px;
  background-color: var(--color-navy);
  color: var(--color-white);
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  transition: opacity 0.3s;
}
.subscription-set__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .05em;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 5.6rem;
  text-align: left;
}
.subscription-set__text p {
  margin-bottom: 3.2rem;
}
.navy-text {
  color: var(--color-navy);
}
.subscription-set__text strong {
  color: var(--color-navy);
  font-weight: 700;
}
@media (hover: hover) {
  .subscription-set__button:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  #subscription-set {
    margin-bottom: 4rem;
  }
  .subscription-set__inner {
    padding: 4rem 1.6rem;
    border-radius: 10px;
  }
  .subscription-set__title {
    max-width: 24rem;
    margin-bottom: 2.4rem;
  }
  .subscription-set__lead {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 2.4rem;
  }
  .subscription-set__image {
    max-width: 100%;
    margin-bottom: 1.6rem;
  }
  .subscription-set__price {
    max-width: 34rem;
    margin-bottom: 2.4rem;
  }
  .subscription-set__button {
    width: 100%;
    max-width: 24rem;
    height: 4.4rem;
    font-size: 1.4rem;
  }
  .subscription-set__button-wrap--top {
    margin-bottom: 2.4rem;
  }
  .subscription-set__text {
    margin-bottom: 2.4rem;
  }
  .subscription-set__text p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 2.4rem;
  }
}
/*============================
会員の方
============================*/
.starter-kit-member {
  background-color: var(--color-white);
  width: 100%;
  max-width: 48rem;
  border-radius: 16px;
  margin: 0 auto 6.4rem;
}
.starter-kit-member__inner {
  max-width: 39.4rem;
  margin: 0 auto;
  padding: 4.8rem 4rem;
}
.starter-kit-member__title {
  color: var(--color-navy);
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 2.4rem;
}
.starter-kit-member__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  border: 2px solid var(--color-navy);
  background-color: var(--color-navy);
  width: 100%;
  height: 5.5rem;
  border-radius: 999px;
  transition: .3s;
  margin-bottom: 2.4rem;
}
.starter-kit-member__btn-text {
  color: var(--color-white);
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  transition: .3s;
}
.starter-kit-member__btn-arrow {
  width: 2.4rem;
  height: 1.3rem;
  background-image: url("../img/white-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition:
    transform 0.3s,
    background-image 0.3s;
}
.starter-kit-member__text {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  transition: .3s;
}
@media screen and (max-width: 767px) {
  .starter-kit-member {
    margin: 0 auto 4rem;
    border-radius: 12px;
  }
  .starter-kit-member__inner {
    padding: 2.4rem 1.6rem;
  }
  .starter-kit-member__title {
    font-size: 2.2rem;
    margin-bottom: 1.6rem;
  }
  .starter-kit-member__btn {
    gap: 1.6rem;
    height: 4rem;
    margin-bottom: 1.6rem;
  }
  .starter-kit-member__btn-text {
    font-size: 2rem;
  }
  .starter-kit-member__btn-arrow {
    width: 2rem;
    height: 1rem;
  }
  .starter-kit-member__text {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .starter-kit-member__btn:hover {
    background-color: var(--color-white);
  }
  .starter-kit-member__btn:hover .starter-kit-member__btn-text {
    color: var(--color-navy);
  }
  .starter-kit-member__btn:hover .starter-kit-member__btn-arrow {
	background-image: url("../img/navy-arrow.svg");
	transform: translateX(8px);
  }
}
.subscription-set__button {
  border: none;
  cursor: pointer;
  appearance: none;
}

.subscription-set__flavor-panel {
  display: none;
  width: 100%;
  max-width: 72rem;
  margin: 4rem auto 5.6rem;
  padding: 3.2rem;
  background: #fff;
  border-radius: 1.6rem;
}

.subscription-set__form.is-open .subscription-set__flavor-panel {
  display: block;
}

.subscription-set__flavor-title {
  color: var(--color-navy);
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.8rem;
}

.subscription-set__flavor-note {
  color: var(--color-navy);
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 2.4rem;
}

.subscription-set__flavor-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem 1.6rem;
  margin-bottom: 3.2rem;
}

.subscription-set__flavor-grid select {
  width: 100%;
  height: 4.8rem;
  padding: 0 1.6rem;
  border: 1px solid #d8d8d8;
  border-radius: 0.8rem;
  background-color: #fff;
  color: var(--color-navy);
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .subscription-set__flavor-panel {
    margin: 3.2rem auto 4.8rem;
    padding: 2.4rem 1.6rem;
  }

  .subscription-set__flavor-grid {
    grid-template-columns: 1fr;
  }
}