:root {
  --color-white: #fff;
  --color-black: #2c2c2c;
  --color-navy: #005782;
  --color-yellow: #fffe2d;
  --color-text-sub: #7c7c7c;
  --color-text-body: #535353;
  --color-text-red: #f78484;
  --color-blue: #03a3ff;
  --color-blue-light: #3db6fc;
  --color-blue-pale: #eaf9ff;
  --color-blue-pale-2: #d1eaf8;
  --color-mint-light: #e5fcff;
  --color-bg-gray: #efefef;
  --color-line-green: #45cc51;
  --color-line-green-dark: #62ce1b;
  --color-grad-start: #08c39e;
  --color-grad-end: #6fcaff;
  --color-mint: #3bb3aa;
  --color-mint-pale: #66e7de;
  --color-yellow-accent: #ffed5d;
  --color-bg-pale: #f5f5f5;
  --color-bg-pale-2: #f7f7f7;
  --color-bg-pale-3: #f9f9f9;
  --color-bg-step-2: #f0f0f0;
  --color-bg-step-3: #e5e5e5;
  --color-placeholder: #d9d9d9;
  --color-shadow: rgb(0 0 0 / 25%);
  --color-shadow-strong: rgb(0 0 0 / 60%);
  --gradient-metformin: linear-gradient(
    119.705deg,
    var(--color-grad-start) 1.1162%,
    var(--color-grad-end) 98.744%
  );
  --gradient-line: linear-gradient(
    to right,
    var(--color-line-green),
    var(--color-line-green-dark)
  );
  --gradient-blue: linear-gradient(
    to left,
    var(--color-blue),
    var(--color-blue-light)
  );
  --font-sans: "Zen Kaku Gothic New", sans-serif;
  --font-serif: "BIZ UDPMincho", serif;
  --font-noto-serif-jp: "Noto Serif JP", serif;
  --font-jost: "Jost", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  display: grid;
  justify-content: center;
  font-family: var(--font-sans);
  background: var(--color-white);
  color: var(--color-black);
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  font: inherit;
  background: transparent;
  border: none;
  cursor: pointer;
}

li {
  list-style: none;
}

.main-container {
  width: 100%;
  max-width: 400px;
  background: var(--color-white);
  overflow: hidden;
}

.placeholder {
  width: 100%;
  background: var(--color-placeholder);
  display: block;
}

.optimized-image[data-v-30c75bb4] {
  object-fit: var(--v2e7b32f4);
  height: var(--v093878a4);
}

.cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 11px;
  border-radius: 60px;
  filter: drop-shadow(0 3px 0.5px var(--color-shadow-strong));
  transition: opacity 0.3s;
  background: linear-gradient(90deg, #45cc51 0%, #62ce1b 100%);
}
.cta-button__inner {
  display: flex;
  align-items: center;
  gap: 5px;
}
.cta-button__label {
  font-weight: 900;
  font-size: 16px;
  color: var(--color-white);
  line-height: 1.2;
}
@media (any-hover: hover) {
  .cta-button:hover {
    opacity: 0.9;
  }
}

.cta-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 10px 24px 14px;
}
.cta-section__caption {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  background: var(--gradient-line);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
.cta-section__button-wrap {
  width: 100%;
  padding: 10px;
}

.clinic-detail {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.clinic-detail__bg {
  position: absolute;
  top: 0;
  left: 0;
}
.clinic-detail__top {
  width: 100%;
  height: 337px;
  position: relative;
}
.clinic-detail__top-title {
  position: absolute;
  top: 44px;
  right: 40px;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 24px;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0.2rem;
  line-height: 1.2;
}
.clinic-detail__badges {
  position: absolute;
  top: 113px;
  right: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px 8px;
}
.clinic-detail__badge {
  width: 90px;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-grad-start);
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.clinic-detail__badge::before {
  content: "";
  background: var(--color-white);
  width: 88px;
  height: 88px;
  flex-shrink: 0;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 50%;
}
.clinic-detail__badge span {
  position: relative;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
  background-image: var(--gradient-metformin);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.clinic-detail__bottom {
  width: 100%;
  height: 463px;
  position: relative;
}
.clinic-detail__bottom-title {
  writing-mode: vertical-rl;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 22px;
  color: var(--color-black);
  letter-spacing: 0.4rem;
  line-height: 1.8;
  position: absolute;
  top: 24px;
  right: 36px;
}
.clinic-detail__bottom-title span {
  display: inline-block;
  margin-top: 38px;
}
.clinic-detail__cta {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
}

.clinic-reason {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 24px 30px;
  background: var(--color-bg-pale-2);
}
.clinic-reason__title {
  padding: 20px 0;
  font-weight: 700;
  font-size: 24px;
  background: var(--gradient-metformin);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  line-height: 1.2;
}
.clinic-reason__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.clinic-reason__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 19px 8px;
  background: var(--color-white);
  border: 3px solid var(--color-mint);
  border-radius: 11px;
}
.clinic-reason__item-title {
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-mint);
  text-align: center;
  line-height: 1.2;
  position: relative;
}
.clinic-reason__item-title::before {
  position: absolute;
  content: "";
  width: 176px;
  background: #3bb3aa;
  height: 2px;
  bottom: -9px;
  left: 50%;
  translate: -50% 0;
}
.clinic-reason__item-body {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  color: var(--color-black);
  text-align: center;
  line-height: 1.5;
}

.clinic-recommend {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px 52px;
  background: #dcffe6;
}
.clinic-recommend__title-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-family: var(--font-serif);
}
.clinic-recommend__sub-title {
  font-weight: 500;
  font-size: 20px;
  color: var(--color-black);
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.15rem;
  margin-bottom: 16px;
}
.clinic-recommend__main-title {
  font-weight: 500;
  font-size: 28px;
  color: var(--color-mint);
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  margin-bottom: 24px;
}
.clinic-recommend__cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  width: 100%;
}
.clinic-recommend__card {
  width: 100%;
  background: var(--color-white);
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.clinic-recommend__card-image {
  margin-bottom: 16px;
}
.clinic-recommend__card-title {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 23px;
  color: var(--color-mint);
  line-height: 1.2;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: 0.1rem;
}
.clinic-recommend__card-text {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 16px;
  color: #696969;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.clinic-recommend__card-text span {
  line-height: 1.5;
  letter-spacing: 0.1rem;
}

.compare-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-bottom: 50px;
}
.compare-section__bg {
  position: absolute;
  top: 0;
  left: 0;
}
.compare-section__inner {
  position: relative;
}
.compare-section__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 30px 24px 20px;
  width: 100%;
}
.compare-section__title {
  font-weight: 700;
  font-size: 24px;
  color: var(--color-black);
  text-align: center;
  line-height: 1.2;
}
.compare-section__lead {
  font-weight: 500;
  font-size: 16px;
  color: var(--color-black);
  text-align: center;
  line-height: 1.5;
}
.compare-section__chips {
  display: flex;
  align-items: center;
  gap: 12px;
}
.compare-section__chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: var(--color-white);
  border-radius: 50%;
  filter: drop-shadow(0 0 20px var(--color-white));
  font-weight: 700;
  font-size: 16px;
  color: var(--color-mint);
  text-align: center;
  line-height: 1.2;
}
.compare-section__highlight {
  width: 100%;
  padding: 5px 24px;
  position: relative;
  text-align: center;
}
.compare-section__highlight::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-white);
}
.compare-section__highlight span {
  font-weight: 700;
  font-size: 20px;

  /* background-image: var(--gradient-metformin); */
  background: linear-gradient(93deg, #08c39e 0%, #6fcaff 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.5;
  position: relative;
}
.compare-section__cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: stretch;
  padding: 30px 24px;
  background: var(--color-white);
  border-radius: 30px;
  margin: 0;
}
.compare-section__card {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.compare-section__card-tag {
  background: var(--color-mint-pale);
  border-radius: 50px;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 16px;
  color: var(--color-white);
  text-align: center;
  line-height: 1.2;
}
.compare-section__card-body {
  display: flex;
  align-items: flex-start;
  gap: 23px;
  justify-content: center;
}
.compare-section__card-img {
  width: 115px;
  height: 132px;
  border-radius: 10px;
  background: var(--color-blue-pale-2);
  flex-shrink: 0;
  position: relative;
}
.compare-section__card-img--2 {
  height: 170px;
}
.compare-section__card-img-image {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
}
.compare-section__card-img-image--1 {
  top: -2px;
  left: -8px;
}
.compare-section__card-img-image--21 {
  top: 2px;
  left: 8px;
  mix-blend-mode: multiply;
}
.compare-section__card-img-image--22 {
  top: 86px;
  left: 4px;
}
.compare-section__list {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.compare-section__list > div {
  border-bottom: 1px solid var(--color-black);
  padding-bottom: 2px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.compare-section__list dt {
  font-weight: 500;
  font-size: 14px;
  color: var(--color-black);
  line-height: 1.2;
}
.compare-section__list dd {
  font-weight: 700;
  font-size: 16px;
  color: var(--color-mint-pale);
  line-height: 1.2;
}
.compare-section__list dd p {
  line-height: 1.2;
}
.compare-section__mechanism {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  padding: 30px 24px 0;
}
.compare-section__sub-title {
  font-weight: 700;
  font-size: 24px;
  color: var(--color-black);
  text-align: center;
  line-height: 1.2;
}
.compare-section__sub-title span {
  display: block;
}
.compare-section__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 20px 0;
  width: 100%;
}
.compare-section__step {
  background: var(--color-white);
  border-radius: 8px;
  padding-bottom: 12px;
  position: relative;
  display: grid;
  grid-template-rows: 67px 66px 36px;
  justify-items: center;
}
.compare-section__step-baloon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.compare-section__step-title {
  margin-top: 6px;
  font-weight: 500;
  font-size: 13px;
  color: var(--color-white);
  text-align: center;
  width: 100%;
  padding: 6px 0;
  line-height: 1.2;
  position: relative;
}
.compare-section__step-icon {
  align-self: center;
}
.compare-section__step-text {
  padding: 0 5px;
  font-weight: 500;
  font-size: 10px;
  color: var(--color-black);
  text-align: center;
  line-height: 1.2;
}
.compare-section__bottom-banner {
  width: 100%;
  padding: 5px 24px;
  background: var(--gradient-metformin);
  font-weight: 700;
  font-size: 20px;
  color: var(--color-white);
  text-align: center;
  line-height: 1.5;
}

.coupon-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(
    to bottom,
    var(--color-white),
    var(--color-mint-light)
  );
  padding: 6px 24px 20px;
}
.coupon-section__features {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
}
.coupon-section__feature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  background: var(--color-white);
  border-radius: 9px;
  filter: drop-shadow(0 1px 2px var(--color-shadow));
}
.coupon-section__feature-text {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 20px;
  background: var(--gradient-metformin);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  display: flex;
  align-items: flex-end;
}
.coupon-section__feature-note {
  font-size: 12px;
  color: var(--color-black);
  background: none;
  -webkit-text-fill-color: var(--color-black);
}
.coupon-section__caption {
  font-size: 10px;
  font-weight: 400;
  color: var(--color-black);
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}
.coupon-section__coupon-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  background: var(--color-white);
  border-radius: 20px;
  width: 100%;
  filter: drop-shadow(0 1px 3px var(--color-shadow));
  margin-bottom: 16px;
}
.coupon-section__coupon-tag {
  width: 84px;
  height: 84px;
  position: absolute;
  top: -12px;
  left: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: var(--color-white);
  border: 1px solid var(--color-grad-start);
  border-radius: 100px;
  z-index: 2;
}
.coupon-section__coupon-tag-text {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 16px;
  background-image: var(--gradient-metformin);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}
.coupon-section__coupon-image {
  position: relative;
}
.coupon-section__coupon-detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  padding: 20px 24px;
}
.coupon-section__coupon-pill {
  font-family: var(--font-serif);
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.08px;
  width: 100%;
  border: 1px solid var(--color-white);
  border-radius: 100px;
  margin: 0 8px;
}
.coupon-section__coupon-detail-text {
  display: flex;
  font-family: var(--font-noto-serif-jp);
  color: var(--color-white);
  font-weight: 700;
  align-items: flex-end;
  gap: 8px;
}
.coupon-section__coupon-price {
  font-size: 40px;
  letter-spacing: -0.15rem;
  flex-shrink: 0;
}
.coupon-section__coupon-yen {
  font-size: 24px;
}
.coupon-section__coupon-ditribute {
  font-size: 14px;
  font-style: normal;
  line-height: 1.1;
}
.coupon-section__coupon-cta {
  font-weight: 700;
  font-size: 16px;
  background: var(--gradient-metformin);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  margin-bottom: 16px;
}
.coupon-section__copy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: calc(100% - 20px);
  background: var(--color-white);
  border: 1px solid var(--color-grad-start);
  border-radius: 5px;
  filter: drop-shadow(0 3px 5px var(--color-shadow));
  cursor: pointer;
  padding: 8px;
  margin-bottom: 16px;
}
.coupon-section__copy-btn > span {
  line-height: 1.5;
}
.coupon-section__copy-prefix {
  font-weight: 900;
  font-size: 16px;
  background: var(--gradient-metformin);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  line-height: 1;
}
.coupon-section__copy-code {
  font-weight: 900;
  font-size: 20px;
  background: var(--gradient-metformin);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  line-height: 1;
}
.coupon-section__copy-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-grad-start);
  font-size: 16px;
}
.coupon-section__coupon-note {
  font-weight: 400;
  font-size: 10px;
  color: var(--color-black);
  line-height: 1.2;
}
.coupon-section__notes {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-weight: 400;
  font-size: 10px;
  color: var(--color-black);
  text-align: center;
}
.coupon-section__notes > li {
  display: flex;
  line-height: 1.2;
}
.coupon-section__notes > li::before {
  content: "※";
  display: block;
}

.cta-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5px 24px;
}
.cta-detail__text {
  flex: 1 0 0;
  font-weight: 400;
  font-size: 10px;
  color: var(--color-black);
  line-height: 1.2;
}

.delivery-schedule {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: var(--color-white);
}
.delivery-schedule__banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 20px 7px;
  background: var(--gradient-metformin);
  width: 100%;
}
.delivery-schedule__banner-text {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 20px;
  color: var(--color-white);
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1rem;
}
.delivery-schedule__banner-note {
  font-weight: 400;
  font-size: 10px;
  color: var(--color-white);
  text-align: center;
  line-height: 1.2;
}
.delivery-schedule__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 20px 26px;
}
.delivery-schedule__title-area {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  text-align: center;
  color: var(--color-black);
  margin-bottom: 16px;
}
.delivery-schedule__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}
.delivery-schedule__sub-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}
.delivery-schedule__plans {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.delivery-schedule__plan {
  border: 4px solid var(--color-mint);
  border-radius: 18px;
  overflow: hidden;
}
.delivery-schedule__plan-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  background: var(--color-mint);
  font-weight: 700;
  font-size: 19px;
  color: var(--color-white);
  line-height: 1.2;
}
.delivery-schedule__steps {
  height: 246px;
  display: grid;
  grid-template-columns: repeat(3, 117px);
  position: relative;
}
.delivery-schedule__steps.month-three::after {
  position: absolute;
  content: "";
  top: 72px;
  left: 50%;
  width: 156px;
  background: var(--v61767ff6);
  height: 26px;
  background-repeat: no-repeat;
  background-size: contain;
  translate: -50% 0;
}
.delivery-schedule__steps::before {
  content: "";
  position: absolute;
  top: 139px;
  left: 50%;
  width: calc(100% - 4px);
  height: 1px;
  background: var(--color-black);
  translate: -50% 0;
}
.delivery-schedule__step {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: 130px 1fr;
  padding: 9px;
  border-right: 1px dashed var(--color-black);
  justify-items: center;
}
.delivery-schedule__step:last-child {
  border-right: 0;
}
.delivery-schedule__step--0 {
  background: var(--color-bg-pale-3);
}
.delivery-schedule__step--1 {
  background: var(--color-bg-step-2);
}
.delivery-schedule__step--2 {
  background: var(--color-bg-step-3);
  .delivery-schedule__step-home.month-one::before {
    display: none;
  }
}
.delivery-schedule__step--skip {
  justify-content: center;
}
.delivery-schedule__step-delivery {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.delivery-schedule__step-label {
  display: flex;
  flex-direction: column;
  width: 92px;
  padding: 2px 3px;
  background: var(--color-black);
  font-weight: 700;
  font-size: 13px;
  color: var(--color-white);
  position: relative;
  margin-bottom: 14px;
}
.delivery-schedule__step-label::before {
  width: 8px;
  height: 100%;
  content: "";
  position: absolute;
  background: var(--v06341dc8);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  right: -8px;
}
.delivery-schedule__step-label.two-line::before {
  width: 16px;
  scale: 50% 100%;
  right: -12px;
}
.delivery-schedule__step-label span {
  line-height: 1.2;
}
.delivery-schedule__step-home {
  padding-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.delivery-schedule__step-home.month-one {
  position: relative;
}
.delivery-schedule__step-home.month-one::before {
  position: absolute;
  top: 50%;
  right: -26px;
  content: "";
  width: 10px;
  height: 21px;
  background: var(--v7c0f2688);
  background-repeat: no-repeat;
  background-size: contain;
  translate: 0 -50%;
}
.delivery-schedule__step-receipt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  padding: 2px 5px;
  background: var(--gradient-metformin);
  font-weight: 700;
  font-size: 13px;
  color: var(--color-white);
  line-height: 1.2;
  white-space: nowrap;
}

.footer-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 40px 24px 28px;
  background: var(--color-mint);
  color: var(--color-white);
  font-weight: 500;
  line-height: 1.5;
}
.footer-section__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
}
.footer-section__item {
  color: var(--color-white);
  font-size: 20px;
  line-height: 1.5;
}
.footer-section__link > span {
  border-bottom: 1px solid;
  border-color: transparent;
  transition: border-color 0.2s;
}
.footer-section__copyright {
  font-size: 16px;
  text-align: center;
}
@media (any-hover: hover) {
  .footer-section__link:hover > span {
    border-color: var(--color-white);
  }
}

.fv-main {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 337px;
}
.fv-main__bg {
  position: absolute;
  inset: 0;
  height: 100%;
  z-index: 0;
}
.fv-main__coupon {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 5px 0;
  background: var(--gradient-metformin);
  border-radius: 0 0 20px 20px;
  filter: drop-shadow(0 1px 3px var(--color-shadow));
  z-index: 2;
}
.fv-main__coupon-text {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 13px;
  color: var(--color-white);
  letter-spacing: 1px;
  line-height: 1.2;
  white-space: nowrap;
}
.fv-main__coupon-amount {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 23px;
  color: var(--color-yellow);
  letter-spacing: 0;
  line-height: 1.2;
  white-space: nowrap;
}
.fv-main__content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 56px 24px 24px;
  align-self: stretch;
}
.fv-main__price {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 54px;
  color: var(--color-navy);
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 14px;
}
.fv-main__weight {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 4px 20px;
  border: 1px solid var(--color-navy);
  border-radius: 54px;
  color: var(--color-navy);
}
.fv-main__weight-num {
  font-weight: 700;
  font-size: 22px;
}
.fv-main__weight-label {
  font-weight: 500;
  font-size: 18px;
}
.fv-main__weight-note {
  font-size: 11px;
  letter-spacing: 4px;
}
.fv-main__catch {
  margin-top: 2px;
  font-weight: 700;
  font-size: 22px;
  color: var(--color-navy);
  line-height: 1.5;
  white-space: nowrap;
}

.howto-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--gradient-metformin);
  padding: 20px 0 0;
}
.howto-section__title {
  font-weight: 700;
  font-size: 24px;
  color: var(--color-white);
  text-align: center;
  line-height: 1.2;
  margin-bottom: 24px;
}
.howto-section__card {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.howto-section__card-image {
  position: absolute;
  top: 24px;
  left: 0;
  z-index: 2;
}
.howto-section__card-inner {
  padding: 297px 24px 24px;
  background: var(--color-white);
  border-radius: 20px;
  filter: drop-shadow(0 0 8px var(--color-shadow));
  margin: 0 24px;
  display: grid;
  gap: 16px;
  position: relative;
}
.howto-section__check-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-weight: 700;
  font-size: 16px;
  color: var(--color-white);
  line-height: 1.5;
  list-style: none;
  position: absolute;
  top: 110px;
  left: 24px;
  z-index: 2;
}
.howto-section__check-list li {
  display: flex;
  padding: 5px 20px;
  background: var(--gradient-metformin);
  white-space: nowrap;
  width: max-content;
  height: 34px;
  align-items: center;
}
.howto-section__check-list li::before {
  content: "☐";
  display: block;
  margin-bottom: 3px;
  font-size: 20px;
}
.howto-section__card-banner {
  width: 100%;
  background: var(--gradient-metformin);
  font-weight: 700;
  font-size: 20px;
  color: var(--color-white);
  text-align: center;
  line-height: 1.2;
  padding: 20px 0;
}
.howto-section__card-banner--alert {
  font-size: 17px;
}
.howto-section__alert-yellow {
  color: var(--color-yellow-accent);
}
.howto-section__card-text {
  font-weight: 500;
  font-size: 16px;
  color: var(--color-black);
  text-align: center;
  line-height: 1.5;
}
.howto-section__lead {
  font-weight: 500;
  font-size: 16px;
  color: var(--color-black);
  text-align: center;
  line-height: 1.5;
  width: 100%;
}

.medicine-caution {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 16px 0 10px;
  background: var(--color-white);
}
.medicine-caution__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
  background: var(--color-mint);
  font-weight: 700;
  font-size: 20px;
  color: var(--color-white);
  text-align: center;
  line-height: 1.2;
}
.medicine-caution__check-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 20px;
  padding: 20px 24px;
  font-weight: 500;
  font-size: 16px;
  color: var(--color-black);
}
.medicine-caution__check-list li {
  line-height: 1.5;
}
.medicine-caution__body {
  padding: 20px 24px;
  font-weight: 500;
  font-size: 16px;
  color: var(--color-black);
  line-height: 1.5;
}
.medicine-caution__effects {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 24px;
}
.medicine-caution__effect {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.medicine-caution__effect-title {
  font-weight: 500;
  font-size: 16px;
  color: var(--color-black);
  line-height: 1.5;
}
.medicine-caution__effect-body {
  font-weight: 400;
  font-size: 14px;
  color: var(--color-black);
  line-height: 1.5;
}
.medicine-caution__effect-note {
  font-weight: 400;
  font-size: 10px;
  color: var(--color-black);
  line-height: 1.2;
}
.medicine-caution__caution-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border: 1px solid var(--color-mint);
  font-weight: 700;
  font-size: 20px;
  color: var(--color-mint);
  text-align: center;
  line-height: 1.2;
}
.medicine-caution__caution-list {
  padding-left: 24px;
  list-style: disc;
  font-weight: 500;
  font-size: 16px;
  color: var(--color-black);
}
.medicine-caution__caution-list li {
  list-style: disc;
  line-height: 1.5;
}

.medicine-detail {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: var(--color-bg-pale);
}
.medicine-detail__title {
  padding: 20px 24px;
  font-weight: 700;
  font-size: 24px;
  color: var(--color-black);
  text-align: center;
  line-height: 1.2;
}
.medicine-detail__container {
  display: flex;
  align-items: stretch;
  padding: 0 24px 20px;
}
.medicine-detail__content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-bottom: 30px;
  width: 100%;
}
.medicine-detail__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.medicine-detail__item-title {
  font-weight: 500;
  font-size: 16px;
  color: var(--color-black);
  line-height: 1.5;
}
.medicine-detail__item-title-note {
  font-weight: 400;
  font-size: 10px;
  margin-left: 4px;
}
.medicine-detail__divider {
  width: 100%;
  height: 1px;
  background: var(--color-black);
}
.medicine-detail__text {
  font-weight: 400;
  font-size: 14px;
  color: var(--color-black);
  line-height: 1.5;
}
.medicine-detail__list {
  padding-left: 21px;
  font-weight: 400;
  font-size: 14px;
  color: var(--color-black);
}
.medicine-detail__list li {
  list-style: disc;
  line-height: 1.5;
}
.medicine-detail__row {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.medicine-detail__row-heading {
  font-weight: 500;
  font-size: 16px;
  color: var(--color-black);
  line-height: 1.5;
}
.medicine-detail__row-body {
  font-weight: 400;
  font-size: 14px;
  color: var(--color-black);
  line-height: 1.5;
}
.medicine-detail__row-note {
  font-weight: 400;
  font-size: 10px;
  color: var(--color-black);
  line-height: 1.2;
}

.medicine-intro {
  position: relative;
  background: var(--color-blue-pale-2);
  width: 100%;
  display: flex;
  flex-direction: column;
}
.medicine-intro__fv {
  position: relative;
  margin-bottom: 12px;
}
.medicine-intro__fv-text-1 {
  position: absolute;
  top: 34px;
  right: 28px;
  writing-mode: vertical-rl;
  font-family: var(--font-serif);
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.2rem;
}
.medicine-intro__fv-text-2 {
  position: absolute;
  top: 130px;
  left: 28px;
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05rem;
}
.medicine-intro__title-banner {
  width: 100%;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 30px;
  color: var(--color-navy);
  text-align: center;
  letter-spacing: 0.1rem;
  margin-bottom: 12px;
}
.medicine-intro__content {
  padding: 10px 24px 30px;
  width: 100%;
}
.medicine-intro__card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  width: 100%;
  padding: 30px 20px;
  background: var(--color-white);
  border-radius: 20px;
  filter: drop-shadow(0 4px 2px var(--color-shadow));
}
.medicine-intro__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
}
.medicine-intro__heading {
  font-weight: 700;
  text-align: center;
  color: var(--color-black);
  display: grid;
  gap: 4px;
}
.medicine-intro__heading-sub {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}
.medicine-intro__heading-main {
  font-weight: 700;
  font-size: 30px;
  background: var(--gradient-metformin);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}
.medicine-intro__heading-mixed {
  text-align: center;
  font-weight: 700;
  color: var(--color-black);
  gap: 4px;
}
.medicine-intro__body {
  font-weight: 500;
  font-size: 14px;
  color: var(--color-black);
  text-align: center;
  line-height: 1.2;
  width: 100%;
}
.medicine-intro__body-large {
  font-size: 16px;
}
.medicine-intro__caption {
  font-weight: 400;
  font-size: 10px;
  color: var(--color-black);
  text-align: center;
  line-height: 1.2;
  width: 100%;
}

.picture-cta {
  position: relative;
  width: 100%;
  height: 450px;
  display: flex;
  align-items: flex-end;
}
.picture-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
}
.picture-cta__title {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05rem;
  background: var(--gradient-metformin);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 80px;
  left: 24px;
  writing-mode: vertical-rl;
  line-height: 2;
}
.picture-cta__title-block {
  background: var(--gradient-metformin);
  color: var(--color-white);
  -webkit-text-fill-color: var(--color-white);
  padding: 10px;
  text-align: center;
  width: 49px;
}
.picture-cta__cta {
  position: relative;
  width: 100%;
}

.table-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--color-white);
}
.table-content__header {
  padding: 5px 0;
  background: var(--gradient-blue);
  color: var(--color-white);
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
  text-align: center;
  border: 1px solid var(--color-blue);
  border-bottom: none;
}
.table-content__header-yellow {
  color: #fbfa1a;
}
.table-content__table {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 62px 62px 34px;
  width: 100%;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color-blue);
}
.table-content__table div {
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.table-content__table div:nth-child(1),
.table-content__table div:nth-child(2),
.table-content__table div:nth-child(3),
.table-content__table div:nth-child(4),
.table-content__table div:nth-child(5),
.table-content__table div:nth-child(6) {
  border-right: 1px solid var(--color-blue);
}
.table-content__table div:nth-child(1),
.table-content__table div:nth-child(2),
.table-content__table div:nth-child(4),
.table-content__table div:nth-child(5),
.table-content__table div:nth-child(7),
.table-content__table div:nth-child(8) {
  border-bottom: 1px solid var(--color-blue);
}
.table-content__table div:nth-child(1),
.table-content__table div:nth-child(2),
.table-content__table div:nth-child(3) {
  background: var(--color-blue-pale);
  color: var(--color-navy);
}
.table-content__plan-name {
  background: var(--color-bg-gray);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}
.table-content__label-name {
  font-weight: 500;
  font-size: 14px;
}
.table-content__label-dose {
  font-weight: 700;
  font-size: 20px;
}
.table-content__label-price {
  font-size: 12px;
  font-weight: 500;
}
.table-content__per,
.table-content__prices {
  color: var(--color-text-sub);
  font-size: 12px;
  font-weight: 700;
}
.table-content--accent {
  color: var(--color-text-red);
}
.table-content--strong {
  font-family: var(--font-jost);
  font-size: 18px;
  font-weight: 700;
}
.table-content__header--gradient {
  background: var(--gradient-metformin);
  letter-spacing: -0.05rem;
}
.table-content__arrow {
  margin: 10px 0 6px;
}

.plan-section {
  background: var(--color-white);
  padding: 0 24px 20px;
}
.plan-section__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px 7px;
  background: var(--gradient-metformin);
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 20px;
  color: var(--color-white);
  text-align: center;
  line-height: 1.2;
  margin-bottom: 10px;
}
.plan-section__caption {
  margin-top: 8px;
  font-weight: 400;
  font-size: 10px;
  text-align: center;
  line-height: 1.2;
}

.price-table {
  padding: 30px 24px;
  background: var(--color-white);
}
.price-table__note {
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 8px;
  margin-bottom: 30px;
}
.price-table__release-banner {
  padding: 5px 7px;
  background: var(--gradient-metformin);
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 20px;
  color: var(--color-white);
  text-align: center;
  line-height: 1.2;
  width: 100%;
  margin-bottom: 10px;
  letter-spacing: 0.1rem;
}
.price-table__release-yellow {
  color: var(--color-yellow);
}
.price-table__release-note {
  font-size: 10px;
  color: var(--color-black);
  text-align: center;
  line-height: 1.2;
}

.recommend-section {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-bottom: 0;
  background: var(--color-white);
}
.recommend-section__title {
  background: #3bb3aa;
  height: 161px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-white);
  text-align: center;
  line-height: 1.2;
  padding: 30px 0;
}
.recommend-section__inner {
  padding: 0 24px;
  margin-top: -66px;
  margin-bottom: 22px;
}
.recommend-section__checklist {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: var(--color-black);
  text-align: center;
  margin-top: 28px;
}
.recommend-section__checklist li {
  line-height: 1.5;
}
.recommend-section__hint {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 24px 50px;
  position: relative;
}
.recommend-section__hint-bg {
  position: absolute;
  top: 0;
  left: 0;
}
.recommend-section__hint-inner {
  position: relative;
}
.recommend-section__hint-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: var(--gradient-metformin);
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 24px;
  color: var(--color-white);
  text-align: center;
  line-height: 1.2;
  margin-bottom: 8px;
}
.recommend-section__hint-sub {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 20px;
  color: var(--color-black);
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.2rem;
  margin-bottom: 20px;
}
.recommend-section__reasons {
  display: grid;
  gap: 20px;
}
.recommend-section__reason {
  border-radius: 20px;
  box-shadow: 0 0 7px var(--color-shadow);
  overflow: hidden;
  position: relative;
  height: 270px;
}
.recommend-section__reason-image {
  position: absolute;
  top: 0;
  left: 0;
}
.recommend-section__reason-title {
  line-height: 1.2;
  background: var(--color-bg-pale-2);
  padding: 12px 24px;
  filter: drop-shadow(0 0 3px var(--color-shadow));
  text-align: center;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1rem;
}
.recommend-section__reason-title--accent {
  font-weight: 700;
  font-size: 24px;
  background: var(--gradient-metformin);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recommend-section__reason-body-wrapper {
  position: absolute;
}
.recommend-section__reason-body-wrapper--1 {
  top: 150px;
  left: 0;
}
.recommend-section__reason-body-wrapper--2 {
  top: 150px;
  left: 0;
}
.recommend-section__reason-body-wrapper--3 {
  top: 64px;
  right: 0;
}
.recommend-section__reason-body {
  position: relative;
  padding: 10px 24px;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 16px;
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  letter-spacing: 0.15rem;
}
.recommend-section__reason-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-metformin);
  mix-blend-mode: multiply;
}
.recommend-section__reason-body span {
  position: relative;
  line-height: 1.2;
}

.step-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 20px 24px 44px;
  background: var(--gradient-metformin);
}
.step-section__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: var(--color-white);
  text-align: center;
}
.step-section__card {
  width: 100%;
  background: var(--color-white);
  border-radius: 20px;
  filter: drop-shadow(0 0 8px var(--color-shadow));
  padding: 24px;
}
.step-section__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  align-items: center;
  list-style: none;
  margin-bottom: 24px;
}
.step-section__item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  position: relative;
}
.step-section__item::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 20px;
  width: 1px;
  height: calc(100% - 50px);
  background: var(--color-mint);
}
.step-section__badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 41px;
  flex-shrink: 0;
}
.step-section__circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--color-mint);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.step-section__number {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  color: var(--color-mint);
  text-align: center;
}
.step-section__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  padding: 13px 0;
}
.step-section__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-body);
  text-align: center;
  width: 244px;
}
.step-section__disclaimer {
  gap: 4px;
  width: 100%;
  font-weight: 400;
  color: var(--color-text-body);
  font-size: 10px;
}

.clipboard-message {
  padding: 10px 16px;
  border-radius: 999px;
  width: fit-content;
  font-size: 16px;
  font-weight: 700;
  position: fixed;
  left: 50%;
  background: var(--gradient-metformin);
  box-shadow: 0 0 6px var(--color-shadow);
  z-index: 10;
  bottom: 60px;
  translate: -50% 0;
  color: var(--color-white);
  visibility: hidden;
}
.clipboard-message.is-visible {
  visibility: visible;
}
.footer-cta {
  padding: 10px 0;
}
