.cta-button {
  align-items: center;
  background: var(--color-green);
  border-radius: 999px;
  box-shadow: 0 5px 0 var(--color-green-shadow);
  color: var(--color-white);
  display: flex;
  font-size: 18px;
  font-weight: 700;
  gap: 8px;
  height: 57px;
  justify-content: center;
  width: 100%;
  font-family: var(--font-zen-kaku-gothic);
  transition: background 0.2s;
}
.cta-button:visited {
  color: var(--color-white);
}
@media (any-hover: hover) {
  .cta-button:hover {
    background: color-mix(
      in sRGB,
      var(--color-green) 60%,
      var(--color-green-shadow)
    );
  }
}
.cta-button__free {
  background: var(--color-white);
  border-radius: 100px;
  color: var(--color-green);
  font-size: 14px;
  font-weight: 700;
  padding: 7px 9px;
}

.cta-heading {
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font-zen-kaku-gothic);
  position: relative;
  margin: 0 auto;
}
.cta-heading__accent {
  color: var(--color-pink);
}
.cta-heading::before,
.cta-heading::after {
  position: absolute;
  height: 18px;
  width: 1px;
  content: "";
  background: var(--color-text-main);
}
.cta-heading::before {
  left: -9px;
  bottom: 0px;
  rotate: -24deg;
}
.cta-heading::after {
  right: -10px;
  bottom: 0px;
  rotate: 24deg;
}

.optimized-image[data-v-0d00883a] {
  object-fit: var(--v40153650);
  height: var(--v3f3bfddc);
}

.flow {
  background-position: center;
  background-size: cover;
  padding: 40px 16px;
}
.flow__title {
  color: var(--color-pink);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 24px;
}
.flow-card {
  background: var(--color-white);
  box-shadow: 0 4px 10px var(--color-black-10);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.flow-card__step {
  display: flex;
  gap: 16px;
}
.flow-card__index {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 41px;
}
.flow-card__index-number {
  align-items: center;
  border: 1px solid var(--color-pink);
  border-radius: 50%;
  color: var(--color-pink);
  display: flex;
  font-size: 22px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.flow-card__line {
  background: var(--color-pink);
  display: block;
  flex: 1;
  margin-top: 8px;
  width: 1px;
}
.flow-card__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  text-align: center;
  padding: 10px 0;
}
.flow-card__text {
  color: var(--color-text-main);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.58;
  white-space: pre-line;
}
.flow-card__note {
  color: var(--color-text-main);
  display: flex;
  font-size: 12px;
  gap: 4px;
  line-height: 1.7;
  margin-top: 16px;
  position: relative;
  font-family: var(--font-zen-kaku-gothic);
  padding-left: 8px;
}
.flow-card__note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: -8px;
}
.flow-cta {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}
.flow-tagline {
  align-items: center;
  color: var(--color-text-main);
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 5px;
  justify-content: center;
  text-align: center;
}
.icon-flip {
  transform: rotate(180deg) scaleY(-1);
}
.accent {
  color: var(--color-pink);
}
.cta-button {
  align-items: center;
  background: var(--color-green);
  border-radius: 999px;
  box-shadow: 0 5px 0 var(--color-green-shadow);
  color: var(--color-white);
  display: flex;
  font-size: 18px;
  font-weight: 700;
  gap: 8px;
  height: 57px;
  justify-content: center;
  width: 100%;
}
.cta-pill {
  background: var(--color-white);
  border-radius: 100px;
  color: var(--color-green);
  font-size: 14px;
  font-weight: 700;
  padding: 7px 9px;
}

.coupon-ticket {
  background: var(--color-pink-soft);
  padding: 24px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.coupon-ticket__speech-text {
  color: var(--color-pink);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  position: relative;
}
.coupon-ticket__speech-text::before,
.coupon-ticket__speech-text::after {
  content: "";
  width: 1px;
  height: 32px;
  background: var(--color-pink);
  top: 0;
  position: absolute;
}
.coupon-ticket__speech-text::before {
  left: -16px;
  rotate: -20deg;
}
.coupon-ticket__speech-text::after {
  right: -16px;
  rotate: 20deg;
}
.ticket {
  background: linear-gradient(
    145.54deg,
    var(--color-pink) 0%,
    var(--color-peach) 99.13%
  );
  border-radius: 8px;
  width: 100%;
  position: relative;
  overflow: visible;
  color: var(--color-white);
}
.ticket::before,
.ticket::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fdf5f3;
  border-radius: 50%;
  right: 44px;
}
.ticket::before {
  top: -9px;
}
.ticket::after {
  bottom: -9px;
}
.ticket__main {
  padding: 24px 12px;
  gap: 4px;
  display: grid;
  align-items: end;
  grid-template-columns: 24px 124px auto 30px;
}
.ticket__label {
  color: var(--color-white);
  font-size: 16px;
  padding: 8px;
  border: 1px solid var(--color-white);
  border-radius: 999px;
  display: flex;
  align-items: center;
  padding: 4px;
}
.ticket__amount {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.15rem;
  text-align: center;
}
.ticket__unit {
  display: flex;
  flex-direction: column;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}
.ticket__deco-text {
  color: var(--color-white);
  rotate: -90deg;
  translate: 2px 6px;
  font-weight: 500;
  transform-origin: center;
}
.ticket__dots {
  position: absolute;
  top: 12px;
  bottom: 12px;
  right: 50px;
  width: 4px;
  background-image: repeating-linear-gradient(
    to bottom,
    var(--color-white) 0px,
    var(--color-white) 4px,
    transparent 4px,
    transparent 10px
  );
}
.ticket__coupon-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 11px;
  font-weight: 700;
  color: var(--color-white);
  letter-spacing: 2px;
  margin-left: 8px;
}
.coupon-ticket__copy-guide {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  margin-bottom: 12px;
}
.coupon-ticket__arrow {
  color: var(--color-pink);
  font-size: 14px;
}
.coupon-ticket__guide-text {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-main);
}
.coupon-ticket__code-box {
  background: var(--color-white);
  border: 3px solid var(--color-pink);
  border-radius: 4px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: var(--font-zen-kaku-gothic);
}
.coupon-ticket__code-label {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-text-main);
  flex-shrink: 0;
}
.coupon-ticket__code {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-text-main);
}
.coupon-copied-message {
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: var(--color-green);
  font-weight: 500;
}
.coupon-ticket__note {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-main);
  margin-top: 20px;
  text-align: center;
  letter-spacing: -0.05rem;
}

.coupon-highlight {
  background: linear-gradient(
    145.54deg,
    var(--color-pink) 0%,
    var(--color-peach) 99.13%
  );
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 24px 16px;
}
.coupon-highlight__card {
  background: var(--color-white);
  box-shadow: 0 2px 2px var(--color-black-25);
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 6px 16px 8px;
  text-align: center;
}
.coupon-highlight__text {
  color: var(--color-text-main);
  font-size: 19px;
  font-weight: 500;
  line-height: 27px;
}
.coupon-hero {
  align-items: center;
  color: var(--color-pink);
  display: flex;
  justify-content: center;
  gap: 8px;
}
.coupon-badge {
  border: 1px solid var(--color-pink);
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px 7px;
}
.coupon-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}
.coupon-number {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -1px;
}
.coupon-unit {
  font-size: 30px;
  font-weight: 700;
}
.coupon-note {
  color: var(--color-pink);
  font-size: 23px;
  font-weight: 700;
  line-height: 27px;
}

.cta-section {
  align-items: center;
  background: linear-gradient(
    132.66deg,
    var(--color-pink) 0%,
    var(--color-peach) 99.13%
  );
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 16px;
}
.cta-section__heading {
  align-items: center;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font-zen-kaku-gothic);
  position: relative;
}
.cta-section__heading::before,
.cta-section__heading::after {
  position: absolute;
  height: 18px;
  width: 1px;
  content: "";
  background: var(--color-white);
}
.cta-section__heading::before {
  left: -9px;
  bottom: 0px;
  rotate: -24deg;
}
.cta-section__heading::after {
  right: -10px;
  bottom: 0px;
  rotate: 24deg;
}
.cta-cards {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}
.cta-card {
  background: var(--color-white);
  box-shadow: 0 2px 2px var(--color-black-25);
  padding: 10px 0 12px;
  text-align: center;
  color: var(--color-text-main);
  font-size: 19px;
  font-weight: 500;
}
.cta-card--coupon {
  display: flex;
  flex-direction: column;
  padding: 10px 16px;
  gap: 6px;
}
.cta-coupon__top {
  align-items: flex-end;
  color: var(--color-pink);
  display: flex;
  justify-content: center;
}
.cta-coupon__badge {
  font-family: var(--font-zen-kaku-gothic);
  border: 1px solid var(--color-pink);
  border-radius: 100px;
  color: var(--color-pink);
  font-size: 14px;
  font-weight: 500;
  padding: 5px 7px 7px;
  flex-shrink: 0;
  margin-right: 8px;
  margin-top: 8px;
}
.cta-coupon__label {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}
.cta-coupon__number {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 0.8;
}
.cta-coupon__unit {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}
.cta-coupon__note {
  color: var(--color-pink);
  font-size: 23px;
  font-weight: 700;
  line-height: 27px;
}

.diet-problem {
  display: grid;
  justify-items: center;
  position: relative;
}
.diet-problem__bg {
  background-repeat: no-repeat;
  background-size: contain;
  padding: 27px 16px 0;
  width: 100%;
  display: grid;
  justify-items: center;
}
.diet-problem__lead {
  margin-bottom: 212px;
}
.diet-problem__list {
  width: 100%;
  display: grid;
  gap: 6px;
  font-family: var(--font-zen-kaku-gothic);
  margin-bottom: 48px;
  li {
    background: var(--color-white);
    padding: 10px 16px 11px;
    display: flex;
    align-items: center;
    font-size: 18px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  }
  li > p {
    line-height: 1.5;
  }
  li::before {
    background: var(--v6bb7901b);
    content: "";
    width: 32px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    flex-shrink: 0;
    margin-right: 8px;
  }
}
.diet-problem__list-accent {
  color: var(--color-blue-accent);
  font-weight: 700;
}
.diet-problem__loop {
  color: var(--color-white);
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.36;
  margin-bottom: 75px;
}
.diet-problem__cause {
  background-position: center;
  background-size: cover;
  padding: 98px 16px 214px;
  text-align: center;
  margin-top: -66px;
  z-index: -1;
  width: 100%;
  position: relative;
}
.diet-problem__cause::before,
.diet-problem__cause::after {
  height: 100%;
  width: 16px;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #666666, #9f9f9f);
}
.diet-problem__cause::after {
  left: unset;
  right: 0;
  z-index: -1;
}
.diet-problem__cause-title {
  font-size: 27px;
  font-weight: 700;
  color: var(--color-blue-accent);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  > span {
    display: inline-block;
    background: var(--color-white);
    filter: drop-shadow(3px 3px 0 rgba(0, 0, 0, 0.25));
    width: fit-content;
    padding: 4px;
    letter-spacing: -0.08rem;
  }
}
.diet-problem__cause-lead,
.diet-problem__cause-end {
  color: var(--color-text-main);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.diet-problem__cause-lead {
  margin-bottom: 16px;
}
.diet-problem__cause-figure {
  margin-bottom: 16px;
}
.diet-problem__cause-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  text-align: left;
  position: relative;
  z-index: 0;
}
.diet-problem__cause-foot::after {
  content: "";
  background-image: var(--v6a12a670);
  background-repeat: no-repeat;
  position: absolute;
  top: -24px;
  right: -17px;
  width: 340px;
  height: 213px;
  background-size: contain;
  z-index: -1;
}
.diet-problem__cause-foot-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  position: absolute;
  top: 20px;
  left: 44px;
  rotate: -6deg;
}
.diet-problem__cause-foot-accent-text {
  color: var(--color-pink);
}

.medicine-card-list {
  display: grid;
  gap: 16px;
}
.medicine-card {
  background: var(--color-white);
  border-radius: 6px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}
.medicine-card__border {
  border: 1px solid var(--color-pink);
  border-radius: 6px;
  .medicine-card__title {
    border-radius: 5px 5px 0 0;
  }
}
.medicine-card__title {
  background: var(--color-pink);
  color: var(--color-white);
  font-size: 17px;
  font-weight: 700;
  padding: 10px 0;
  text-align: center;
  font-family: var(--font-zen-kaku-gothic);
  border-radius: 6px 6px 0 0;
}
.medicine-card__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
}
.plan-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.plan-list__narrow-top {
  margin-top: -8px;
}
.plan-list__row {
  align-items: center;
  display: flex;
  gap: 12px;
}
.plan-list__label {
  font-family: var(--font-zen-kaku-gothic);
  border: 1px solid var(--color-text-main);
  border-radius: 6px;
  color: var(--color-text-main);
  display: flex;
  flex-direction: column;
  font-size: 13px;
  line-height: 1.23;
  padding: 6px 0;
  text-align: center;
  width: 140px;
}
.plan-list__label.is-coupon {
  border-color: var(--color-red);
  color: var(--color-red);
}
.plan-list__price-wrap {
  color: var(--color-text-main);
  text-align: right;
}
.plan-list__price-wrap.is-coupon {
  color: var(--color-red);
}
.plan-list__price-line {
  align-items: flex-end;
  display: flex;
  gap: 4px;
  justify-content: flex-end;
}
.plan-list__price-amount {
  font-size: 31px;
  font-weight: 500;
}
.plan-list__price-unit {
  font-size: 20px;
}
.plan-list__total {
  font-size: 14px;
}
.coupon-block {
  display: grid;
  justify-items: center;
}
.coupon-banner {
  width: 235px;
  height: 43px;
  background-repeat: no-repeat;
  background-size: contain;
  color: var(--color-white);
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  padding-top: 8px;
}

.medicine-info {
  background: var(--color-white);
  padding: 40px 16px 36px 16px;
}
.medicine-info__title {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 42px;
}
.medicine-info__cards {
  display: flex;
  flex-direction: column;
  gap: 34px;
  margin-bottom: 20px;
}
.medicine-info-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.medicine-info-card__title {
  font-family: var(--font-zen-kaku-gothic);
  border-bottom: 1px solid var(--color-border-muted);
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 11px;
}
.medicine-info-card__note {
  font-size: 12px;
  font-weight: 400;
}
.medicine-info-card__body {
  font-size: 16px;
  line-height: 1.63;
  white-space: pre-line;
  font-family: var(--font-zen-kaku-gothic);
}
.medicine-info-card__disclaimer {
  display: flex;
  font-size: 12px;
  gap: 4px;
  margin-top: 12px;
  font-family: var(--font-zen-kaku-gothic);
}
.medicine-plans {
  margin-bottom: 32px;
}
.medicine-info__cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 24px;
  gap: 12px;
}

.faq {
  background: var(--color-pink-soft);
  padding: 40px 16px;
}
.faq__title {
  color: var(--color-pink);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 24px;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.faq-item__toggle {
  transition: rotate 0.2s;
}
.faq-item {
  background: var(--color-white);
  border-radius: 8px;
  overflow: hidden;
}
.faq-item[open] {
  .faq-item__toggle {
    rotate: 180deg;
  }
}
.faq-item__question {
  cursor: pointer;
}
.faq-item__question,
.faq-answer {
  display: flex;
  gap: 4px;
  padding: 16px;
}
.faq-item__question-content {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 8px;
}
.faq-answer {
  padding-top: 0;
  padding-right: 15px;
}
.faq-item__label {
  color: var(--color-pink);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  min-width: 20px;
}
.faq-item__text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  flex: 1;
}
.faq-answer__text {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  font-family: var(--font-zen-kaku-gothic);
  white-space: pre-line;
}
.faq-item__toggle {
  margin-left: auto;
}
.faq-item__link {
  color: var(--color-link-blue);
  display: block;
  font-size: 16px;
  margin-top: 8px;
  text-decoration: underline;
  overflow-wrap: anywhere;
  font-family: var(--font-zen-kaku-gothic);
  line-height: 1.6;
}

.hero {
  background: var(--color-white);
  position: relative;
  z-index: 0;
}
.hero-banner {
  background: linear-gradient(
    172.51deg,
    var(--color-pink) 0%,
    var(--color-peach) 96.05%
  );
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: var(--color-white);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 4.5px;
  padding: 4px 16px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  font-family: var(--font-zen-kaku-gothic);
}
.hero-content {
  height: 493px;
  overflow: hidden;
  position: relative;
}
.hero-bg {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 23px;
  width: 100%;
}
.hero-lead {
  position: absolute;
  top: 53px;
  left: 18px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
.hero-brand {
  font-size: 22px;
  font-weight: 700;
  position: absolute;
  top: 114px;
  left: 18px;
}
.hero-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  position: absolute;
  top: 140px;
  left: 18px;
  letter-spacing: -0.2rem;
}
.gradient-text {
  background: linear-gradient(90deg, #ff7c89 4.96%, #ffb06f 83.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-badges {
  height: 199px;
  left: 22px;
  position: absolute;
  top: 255px;
  width: 187px;
}
.hero-badge {
  color: var(--color-pink);
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-weight: 500;
  height: 96px;
  justify-content: center;
  position: absolute;
  text-align: center;
  width: 96px;
}
.hero-badge img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero-badge span {
  position: relative;
  z-index: 1;
}
.hero-badge--consult {
  left: 0;
  top: 0;
}
.hero-badge--exam {
  left: 0;
  top: 103px;
}
.hero-badge--shipping {
  left: 90px;
  top: 51px;
}
.badge-asterisk {
  font-size: 10px;
  margin-left: 2px;
  vertical-align: top;
}
.hero-product {
  bottom: 36px;
  position: absolute;
  right: 12px;
}
.hero-note {
  bottom: 14px;
  color: var(--color-text-main);
  font-size: 12px;
  left: 18px;
  position: absolute;
}

.howto {
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 40px 0;
  text-align: center;
}
.howto__title {
  background: var(--color-pink);
  color: var(--color-white);
  font-size: 20px;
  font-weight: 700;
  padding: 10px;
  width: 100%;
}
.howto__lead-wrapper {
  display: grid;
  gap: 10px;
}
.howto__lead {
  color: var(--color-text-main);
  font-size: 17px;
  font-weight: 700;
  line-height: 28px;
  width: 100%;
}
.howto__product-image {
  width: 100%;
}
.howto__inner {
  padding: 0 16px;
  width: 100%;
}
.howto-box {
  border: 1px solid var(--color-pink);
  padding: 24px 0 16px;
  position: relative;
  width: 100%;
}
.howto-box__title {
  background: var(--color-pink);
  border-radius: 100px;
  color: var(--color-white);
  font-size: 17px;
  font-weight: 700;
  left: 50%;
  padding: 10px 16px;
  position: absolute;
  top: -15px;
  transform: translateX(-50%);
}
.howto-box__desc {
  color: var(--color-text-main);
  font-size: 17px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 12px;
}
.howto-box__divider {
  margin: 0 auto 12px;
  display: block;
}
.howto-box__note {
  color: var(--color-pink);
  font-size: 17px;
  font-weight: 700;
  line-height: 28px;
}
.howto-foot {
  color: var(--color-text-main);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.price-about {
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 0 30px;
  text-align: center;
}
.price-about__title {
  background: var(--color-pink);
  color: var(--color-white);
  font-size: 20px;
  font-weight: 700;
  padding: 10px;
  width: 100%;
}
.price-about__body {
  padding: 0 16px;
}
.price-about__text {
  color: var(--color-text-main);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 12px;
}
.price-about__note {
  align-items: flex-start;
  color: var(--color-text-main);
  display: flex;
  font-size: 12px;
  gap: 4px;
}

.price {
  background-size: cover;
  background-repeat: no-repeat;
}
.price-inner {
  padding: 24px 16px 28px;
  display: grid;
  justify-content: center;
}
.price__description {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 12px;
}
.price__annotation {
  font-size: 12px;
  text-align: center;
  margin-bottom: 28px;
}
.price__lead {
  border: 1px solid var(--color-gold-text);
  background: var(--color-white);
  padding: 12px 18px;
  display: inline-block;

  color: var(--color-gold-text);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  position: relative;
}
.price__lead::before {
  content: "";
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: 2px;
  left: 2px;
  border: 1px solid var(--color-gold-text);
}
.price-medicine {
  padding: 0 16px;
}
.price-cta {
  display: grid;
  justify-items: center;
  padding: 24px 16px 40px;
  gap: 12px;
}

.proof-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  padding: 30px 16px 8px;
  text-align: center;
}
.proof-title {
  color: var(--color-text-main);
  font-weight: 700;
  font-size: 23px;
  line-height: 1.5;
  margin-bottom: 18px;
}
.proof-title__small {
  font-size: 16px;
  color: var(--color-text-main);
  font-weight: 700;
  margin-bottom: 10px;
}
.proof-product {
  margin: 0 auto;
}

.reason {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0;
}
.reason__title {
  color: var(--color-gold-brown);
  font-size: 23px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  margin-bottom: 24px;
}
.reason__list {
  display: flex;
  flex-direction: column;
  gap: 33px;
  padding-bottom: 48px;
  .reason-item:nth-child(even) {
    flex-direction: row-reverse;
    padding-right: 16px;
  }
  .reason-item:nth-child(odd) {
    padding-left: 16px;
  }
}
.reason-item {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.reason-item__desc {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.reason-item__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6px;
  font-family: var(--font-zen-kaku-gothic);
}
.reason-item__title {
  color: var(--color-gold-brown);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  white-space: pre-line;
  margin-bottom: 8px;
}
.reason-item__text {
  color: var(--color-text-main);
  font-size: 16px;
  line-height: 1.6;
}
.reason-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reason-cta__comment {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  margin-bottom: 10px;
  width: fit-content;
}
.reason-cta__comment::before,
.reason-cta__comment::after {
  position: absolute;
  height: 50px;
  width: 1px;
  content: "";
  background: var(--color-text-main);
}
.reason-cta__comment::before {
  left: -28px;
  bottom: -4px;
  rotate: -30deg;
}
.reason-cta__comment::after {
  right: -28px;
  bottom: -4px;
  rotate: 30deg;
}
.reason-cta__lead-small {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.reason-cta__lead {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.manjaro-footer {
  background: var(--color-pink);
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  padding: 36px 24px 24px;
  width: 100%;
}
.manjaro-footer__nav {
  padding-bottom: 40px;
}
.manjaro-footer__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.manjaro-footer__link {
  color: var(--color-white);
  display: inline-block;
  font-family: var(--font-zen-kaku-gothic);
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
}
.manjaro-footer__link > span {
  border-bottom: 1px solid;
  border-color: transparent;
  transition: border-color 0.2s;
}
@media (any-hover: hover) {
  .manjaro-footer__link:hover > span {
    border-color: var(--color-white);
  }
}
.manjaro-footer__copyright {
  font-family: var(--font-zen-kaku-gothic);
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.points {
  background-repeat: no-repeat;
  background-size: cover;
  height: 1004px;
}
.point-item {
  font-size: 20px;
  font-weight: 700;

  padding: 0 24px;
}
.point-item__inner {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 16px;
  p {
    line-height: 1.5;
  }
}
.point-item__motivation {
  padding-top: 96px;
}
.point-item__clothes {
  padding-top: 110px;
  display: flex;
  justify-content: flex-end;
}
.point-item__picture {
  padding-top: 160px;
}
.point-item__proud {
  padding-top: 100px;
  display: flex;
  justify-content: flex-end;
}

.diet-solution {
  width: 100%;
  margin-top: -44px;
}
.diet-solution__lead {
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 290px;
  padding-top: 56px;
  padding-left: 124px;
}
.diet-solution__lead-text {
  font-size: 27px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.diet-solution__lead-accent {
  color: var(--color-pink);
}
.diet-solution__content {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: -36px;
  padding-top: 68px;
}
.diet-solution__content::before {
  background: var(--v79b931fb);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.diet-solution__content::after {
  background: var(--v06db4078);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 375px;
  height: 466px;
  z-index: -1;
}
.diet-solution__recommend {
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font-zen-kaku-gothic);
  position: relative;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 8px;
}
.diet-solution__recommend::before,
.diet-solution__recommend::after {
  position: absolute;
  height: 18px;
  width: 1px;
  content: "";
  background: var(--color-text-main);
}
.diet-solution__recommend::before {
  left: -9px;
  bottom: 0px;
  rotate: -24deg;
}
.diet-solution__recommend::after {
  right: -10px;
  bottom: 0px;
  rotate: 24deg;
}
.diet-solution__recommend-lead {
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.56;
}
.recommend {
  padding: 24px 16px 40px;
  display: grid;
  gap: 16px;
}
.recommend-card {
  background: var(--color-white);
  box-shadow: 0 4px 10px var(--color-black-10);
  padding-bottom: 30px;
}
.recommend-card.recommend-weight {
  padding-bottom: 16px;
}
.recommend-card__head {
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 0 12px 16px;
  position: relative;
  z-index: 1;
}
.recommend-card__badge {
  display: inline-flex;
  padding: 6px 11px;
  background: var(--color-white);
  border-radius: 100px;
  width: fit-content;
  font-family: var(--font-zen-kaku-gothic);
  font-size: 16px;
  font-weight: 700;
}
.recommend-card__title {
  font-size: 23px;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.01rem;
}
.recommend-card__product {
  position: absolute;
  top: 18px;
  right: 24px;
  background-repeat: no-repeat;
  background-size: contain;
}
.recommend-card__how {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: -1;
}
.recommend-list {
  display: grid;
  grid-template: "apetite full" 48px "fat control" 48px "nofat nofat" 48px / 1fr 1fr;
  gap: 8px;
  padding: 16px;
  list-style: none;
  color: var(--color-text-main);
  font-size: 14px;
  text-align: center;
  li {
    border: 1px solid var(--color-pink);
    border-radius: 6px;
    font-family: var(--font-zen-kaku-gothic);
    font-size: 14px;
    font-weight: 500;
    color: var(--color-pink);
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.28;
  }
  li:nth-child(1) {
    grid-area: apetite;
  }
  li:nth-child(2) {
    grid-area: full;
  }
  li:nth-child(3) {
    grid-area: fat;
  }
  li:nth-child(4) {
    grid-area: control;
  }
  li:nth-child(5) {
    grid-area: nofat;
  }
}
.recommend-card__arrow {
  margin: 0 auto;
  display: block;
}
.recommend-card__note {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.recommend-card__note-strong {
  font-size: 25px;
  color: var(--color-pink);
  position: relative;
  z-index: 1;
  margin-top: 8px;
  display: inline-block;
}
.recommend-card__note-strong::before {
  background: var(--ab0218e4);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 241px;
  height: 33px;
  z-index: -1;
}
.recommend-weight-list {
  padding: 21px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  li {
    font-family: var(--font-zen-kaku-gothic);
  }
}
.recommend-weight-list__label {
  line-height: 1.5;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.recommend-weight-list__label::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  background: var(--color-pink);
}
.recommend-weight-list__bar {
  background-size: contain;
  background-repeat: no-repeat;
  width: 311px;
  height: 45px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-white);
  padding: 0 8px;
  display: flex;
  align-items: center;
}
.recommend-weight-list__small {
  font-size: 17px;
}
.recommend-weight__annotation {
  padding: 0 16px;
  display: flex;
  gap: 4px;
}
.recommend-weight__annotation > span {
  text-box-trim: trim-both;
  line-height: 1.7;
  font-family: var(--font-zen-kaku-gothic);
  font-size: 12px;
}
.weight-card {
  background: var(--color-white);
  border-radius: 8px;
  box-shadow: 0 4px 10px var(--color-black-10);
  padding: 16px;
}
.weight-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.weight-badge {
  background: var(--color-white);
  border: 1px solid var(--color-pink);
  color: var(--color-pink);
  font-size: 16px;
  padding: 5px 11px;
  border-radius: 100px;
}
.weight-head h4 {
  font-size: 23px;
  color: var(--color-text-main);
  margin: 0;
}
.weight-list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.weight-label {
  color: var(--color-text-main);
  font-size: 16px;
  margin-bottom: 6px;
}
.weight-label span {
  color: var(--color-pink);
  margin-right: 4px;
}
.weight-bar {
  background: linear-gradient(
    170deg,
    var(--color-pink-60) 0%,
    var(--color-peach-60) 100%
  );
  color: var(--color-white);
  font-size: 17px;
  font-weight: 700;
  padding: 8px 16px;
}
.weight-note {
  color: var(--color-text-main);
  display: flex;
  font-size: 12px;
  gap: 4px;
  line-height: 20.4px;
  margin-top: 16px;
}
.diet-solution-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 16px 40px;
}
.diet-solution-cta__comment {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  margin-bottom: 14px;
}
.diet-solution-cta__comment::before,
.diet-solution-cta__comment::after {
  position: absolute;
  height: 50px;
  width: 1px;
  content: "";
  background: var(--color-text-main);
}
.diet-solution-cta__comment::before {
  left: -18px;
  bottom: -4px;
  rotate: -30deg;
}
.diet-solution-cta__comment::after {
  right: -18px;
  bottom: -4px;
  rotate: 30deg;
}
.diet-solution-cta__lead {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
}
.diet-solution-cta__lead::before {
  background: var(--v00b9d70d);
  position: absolute;
  top: 24px;
  left: 0;
  content: "";
  width: 294px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.diet-solution-cta__lead__small {
  font-size: 20px;
  font-weight: 700;
}

.medicine-cards {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 16px;
}

.clipboard-message {
  padding: 10px 16px;
  border-radius: 999px;
  width: fit-content;
  font-size: 16px;
  font-family: var(--font-zen-kaku-gothic);
  font-weight: 700;
  position: fixed;
  left: 50%;
  background: var(--color-pink);
  z-index: 10;
  bottom: 60px;
  translate: -50% 0;
  color: var(--color-white);
  box-shadow: 0 4px 4px var(--color-black-25);
  visibility: hidden;
}
.clipboard-message.is-visible {
  visibility: visible;
}
:root {
  --color-white: #ffffff;
  --color-text-main: #535353;
  --color-border-muted: #bcbcbc;
  --color-pink: #ff7c89;
  --color-peach: #ffb06f;
  --color-pink-soft: #fff4f4;
  --color-pink-60: rgba(255, 124, 137, 0.6);
  --color-peach-60: rgba(255, 176, 111, 0.6);
  --color-green: #45cc51;
  --color-green-shadow: #3b7c40;
  --color-gold: #e4ae30;
  --color-gold-text: #dca123;
  --color-gold-brown: #af7f16;
  --color-red: #f72424;
  --color-blue-accent: #4a5c93;
  --color-link-blue: #4a89d6;
  --color-black-25: rgba(0, 0, 0, 0.25);
  --color-black-10: rgba(0, 0, 0, 0.1);
  --font-zen-kaku-gothic: "Zen Kaku Gothic New", sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1;
}

img {
  vertical-align: top;
  height: auto;
  object-fit: cover;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  font-family: "Shippori Mincho B1", serif;
  background: var(--color-white);
  color: var(--color-text-main);
  width: 100%;
  display: grid;
  justify-content: center;
}

footer {
  max-width: 375px;
}

.main-container {
  max-width: 375px;
  position: relative;
}

.is-accent {
  color: var(--color-pink);
}
