@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Shippori+Mincho+B1:wght@400;500;600;700&display=swap");
@import url("https://fonts.bunny.net/css?family=source-han-sans-jp:400,700&display=swap");
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  letter-spacing: 0;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: 500;
  scroll-behavior: smooth;
  scroll-padding-top: calc((var(--headerHeight, 50px)) + 10px);
}

body {
  color: #555555;
  counter-reset: number 0;
  font-optical-sizing: auto;
  font-style: normal;
  position: relative;
  overflow-x: hidden;
}

main {
  background-color: #F9F9EF;
}

.u-pconly {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-pconly {
    display: none !important;
  }
}

.u-pconly-flex {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .u-pconly-flex {
    display: none !important;
  }
}

.u-sponly {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-sponly {
    display: block !important;
  }
}

.u-sponly-flex {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-sponly-flex {
    display: flex !important;
  }
}

.u-subfont {
  font-family: "Archivo Narrow", serif;
}

header {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 10px;
}
header .header__logo {
  width: 100%;
  max-width: 370px;
  height: auto;
}
header .header__logo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 390px) {
  header {
    width: 100%;
    max-width: calc(390 / 390 * 100vw);
    margin: 0 auto;
    background-color: #FFFFFF;
    padding: calc(10 / 390 * 100vw);
  }
  header .header__logo {
    width: 100%;
    max-width: calc(370 / 390 * 100vw);
    height: auto;
  }
  header .header__logo img {
    width: 100%;
    height: auto;
  }
}
.footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 22px;
  background-color: #F1F1E1;
  padding: 36px 24px 20px 24px;
}
.footer .footer__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
}
.footer .footer__list .footer__item .footer__link {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #604F3D;
  line-height: 1.5;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}
.footer .footer__list .footer__item .footer__link:hover {
  opacity: 0.7;
}
.footer .footer__list .footer__item .footer__link::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #604F3D;
}
.footer .footer__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
}
.footer .footer__info .footer__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
}
.footer .footer__info .footer__item .footer__term {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #604F3D;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.footer .footer__info .footer__item .footer__logo-march a {
  display: block;
  width: 100%;
  max-width: 164px;
  aspect-ratio: 164/30;
  height: auto;
  transition: all 0.3s ease;
}
.footer .footer__info .footer__item .footer__logo-march a:hover {
  opacity: 0.7;
}
.footer .footer__info .footer__item .footer__logo-march a img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .footer__info .footer__item .footer__description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #604F3D;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.footer .footer__info .footer__item .footer__description.description-address {
  font-weight: 400;
  font-size: 12px;
}
.footer .footer__info .footer__item .footer__description.description-email a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #604F3D;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer .footer__info .footer__item .footer__description.description-email a:hover {
  opacity: 0.7;
}
.footer .footer__copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #604F3D;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0 auto;
}

@media screen and (max-width: 390px) {
  .footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: calc(22 / 390 * 100vw);
    background-color: #F1F1E1;
    padding: calc(36 / 390 * 100vw) calc(24 / 390 * 100vw) calc(20 / 390 * 100vw) calc(24 / 390 * 100vw);
  }
  .footer .footer__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: calc(2 / 390 * 100vw);
  }
  .footer .footer__list .footer__item .footer__link {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(12 / 390 * 100vw);
    color: #604F3D;
    line-height: 1.5;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
  }
  .footer .footer__list .footer__item .footer__link:hover {
    opacity: 0.7;
  }
  .footer .footer__list .footer__item .footer__link::after {
    content: "";
    position: absolute;
    bottom: calc(1 / 390 * 100vw);
    left: 0;
    width: 100%;
    height: calc(1 / 390 * 100vw);
    background-color: #604F3D;
  }
  .footer .footer__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: calc(24 / 390 * 100vw);
  }
  .footer .footer__info .footer__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: calc(6 / 390 * 100vw);
  }
  .footer .footer__info .footer__item .footer__term {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: calc(12 / 390 * 100vw);
    color: #604F3D;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .footer .footer__info .footer__item .footer__logo-march a {
    display: block;
    width: 100%;
    max-width: calc(164 / 390 * 100vw);
    aspect-ratio: 164/30;
    height: auto;
    transition: all 0.3s ease;
  }
  .footer .footer__info .footer__item .footer__logo-march a:hover {
    opacity: 0.7;
  }
  .footer .footer__info .footer__item .footer__logo-march a img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer .footer__info .footer__item .footer__description {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: calc(16 / 390 * 100vw);
    color: #604F3D;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .footer .footer__info .footer__item .footer__description.description-address {
    font-weight: 400;
    font-size: calc(12 / 390 * 100vw);
  }
  .footer .footer__info .footer__item .footer__description.description-email a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(12 / 390 * 100vw);
    color: #604F3D;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .footer .footer__info .footer__item .footer__description.description-email a:hover {
    opacity: 0.7;
  }
  .footer .footer__copyright {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(10 / 390 * 100vw);
    color: #604F3D;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin: 0 auto;
  }
}
.plan {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: calc(100% - 24px);
  max-width: 390px;
  margin: 41px auto 62px;
}

.plan-card__badge,
.plan-card__content {
  grid-column: 1;
  grid-row: 1;
}

.plan-card {
  display: grid;
  position: relative;
}

.plan-card__rabbit {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 120px;
  height: 120px;
  pointer-events: none;
  z-index: 3;
}
.plan-card__rabbit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.plan-card__content {
  position: relative;
  width: 100%;
  margin: 15px 0 0;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid transparent;
  background: linear-gradient(#FFFFFF, #FFFFFF) padding-box, linear-gradient(110.78deg, #DCE58C 1.29%, #6DAA6C 97.82%) border-box;
}

.plan-card__content-pink {
  background: linear-gradient(#FFFFFF, #FFFFFF) padding-box, linear-gradient(110.78deg, #F3F38B 1.29%, #EF547A 97.82%) border-box;
}
.plan-card__content-pink .plan-card__cta {
  gap: 4px;
  padding: 15px 0 12px;
}
.plan-card__content-pink .plan-card__per-unit-count,
.plan-card__content-pink .plan-card__per-unit-price {
  color: #EF547A;
}

.plan-card__badge {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 318px;
  height: 35px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFFFFF;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-radius: 10px;
  background-color: #6DA96B;
  color: #FFFFFF;
  margin: 0 auto;
  z-index: 2;
}

.plan-card__badge-pink {
  background-color: #FF7798;
}

.plan-card__badge::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px 7px 0;
  border-style: solid;
  border-color: #6DA96B transparent transparent;
}

.plan-card__badge-pink::after {
  border-color: #FF7798 transparent transparent;
}

.plan-card__title {
  padding: 43px 0 16px;
}

.plan-card__title-heading {
  font-size: 28px;
  font-weight: 700;
  font-family: "Shippori Mincho B1", serif;
  color: #2E8A51;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-align: center;
}

.plan-card__title-sub {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #2E8A51;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-align: center;
}

.plan-card__product {
  display: flex;
  align-items: center;
  gap: 16px;
  width: calc(100% - 64px);
  margin: 0 auto;
  padding: 16px 0 40px;
  background-image: repeating-linear-gradient(to right, #ccc 0, #ccc 4px, transparent 4px, transparent 5px), repeating-linear-gradient(to right, #ccc 0, #ccc 4px, transparent 4px, transparent 5px);
  background-size: 100% 1px;
  background-position: top;
  background-repeat: repeat-x;
}

.plan-card__product-pink {
  background-image: repeating-linear-gradient(to right, #FF7798 0, #FF7798 4px, transparent 4px, transparent 5px), repeating-linear-gradient(to right, #FF7798 0, #FF7798 4px, transparent 4px, transparent 5px);
}

.plan-card__product-image {
  flex-shrink: 0;
  width: 80px;
  aspect-ratio: 1/1;
  margin: 0 0 0 4px;
}

.plan-card__product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.plan-card__product-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.plan-card__product-name {
  font-size: 24px;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  color: #2E8A51;
  line-height: 1;
  letter-spacing: 0;
}

.plan-card__product-name-suffix {
  font-size: 16px;
}

.plan-card__product-desc {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2E8A51;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 1px 0 0 0;
}

.plan-card__price-block {
  display: grid;
  width: calc(100% - 24px);
  margin: 0 auto;
  overflow: visible;
}

.plan-card__per-unit,
.plan-card__price-inner {
  grid-column: 1;
  grid-row: 1;
}

.plan-card__price-inner {
  z-index: 1;
  padding: 36px 20px 10px;
  background-color: #F5F5E8;
  border-radius: 8px;
}

.plan-card__price-inner-pink {
  background-color: #FCFBF4;
}
.plan-card__price-inner-pink .plan-card__price-main .plan-card__price-num,
.plan-card__price-inner-pink .plan-card__price-main .plan-card__price-yen,
.plan-card__price-inner-pink .plan-card__price-main .plan-card__price-tax,
.plan-card__price-inner-pink .plan-card__price-main .plan-card__price-period {
  color: #EF547A;
}
.plan-card__price-inner-pink .plan-card__price-main .plan-card__price-tax {
  top: 4px;
}

.plan-card__per-unit {
  position: relative;
  top: -24px;
  justify-self: center;
  z-index: 2;
  width: 258px;
  margin: 0 auto;
}

.plan-card__per-unit-bubble {
  position: relative;
  width: 258px;
  height: 44.21px;
}

.plan-card__per-unit-bubble-bg {
  display: block;
  width: 100%;
  height: auto;
}

.plan-card__per-unit-inner {
  position: absolute;
  inset: 0;
}

.plan-card__per-unit-left {
  position: absolute;
  top: 8px;
  left: 27px;
  display: flex;
  align-items: flex-end;
  gap: 1px;
  height: 18px;
}

.plan-card__per-unit-count {
  display: flex;
  align-items: baseline;
  margin: 0;
  padding-top: 1px;
  color: #2E8A51;
  white-space: nowrap;
}

.plan-card__per-unit-count-num,
.plan-card__per-unit-price-num {
  font-family: din-2014, sans-serif;
  font-size: 24.3px;
  font-weight: 600;
  line-height: 1.7;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.plan-card__per-unit-count-label,
.plan-card__per-unit-price-yen {
  font-family: "Source Han Sans JP", "Source Han Sans", sans-serif;
  font-size: 16.2px;
  line-height: 1.7;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.plan-card__per-unit-count-label {
  font-weight: 700;
}

.plan-card__per-unit-emphasis {
  position: relative;
  width: 48px;
  height: 18px;
  bottom: 2px;
  flex-shrink: 0;
}

.plan-card__per-unit-emphasis-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 3px;
}
.plan-card__per-unit-emphasis-dots span {
  position: absolute;
  top: 0;
  width: 3px;
  height: 3px;
  border-radius: 4px;
  background-color: #E97D9A;
}
.plan-card__per-unit-emphasis-dots span:nth-child(1) {
  left: 7px;
}
.plan-card__per-unit-emphasis-dots span:nth-child(2) {
  left: 23px;
}
.plan-card__per-unit-emphasis-dots span:nth-child(3) {
  left: 39px;
}

.plan-card__per-unit-emphasis-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 1px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #E97D9A;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.plan-card__per-unit-price {
  position: absolute;
  right: 28px;
  bottom: 18px;
  display: flex;
  align-items: baseline;
  margin: 0;
  color: #2E8A51;
  white-space: nowrap;
}

.plan-card__per-unit-price-yen {
  font-weight: 500;
}

.plan-card__price-main {
  position: relative;
  width: 285px;
  height: 40px;
  margin: 0 auto 20px;
}

.plan-card__price-badge {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 40px;
  padding: 4px 8px;
  border-radius: 8px;
  background-color: #2E8A51;
  color: #FFFFFF;
  text-align: center;
}

.plan-card__price-badge-pink {
  background-color: #EF547A;
}

.plan-card__price-badge-top {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

.plan-card__price-badge-bottom {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}

.plan-card__price-main-body {
  position: absolute;
  top: 2px;
  left: 72px;
  width: 213px;
  height: 37px;
}

.plan-card__price-num {
  position: absolute;
  top: 0;
  left: 0;
  font-family: din-2014, sans-serif;
  font-size: 54px;
  font-weight: 600;
  color: #2E8A51;
  line-height: 1.7;
  letter-spacing: 0;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.plan-card__price-tax {
  position: absolute;
  top: 2px;
  left: 180px;
  font-family: "Source Han Sans JP", "Source Han Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #2E8A51;
  line-height: 1.7;
  white-space: nowrap;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.plan-card__price-unit-row {
  position: absolute;
  left: 157.5px;
  bottom: 1.5px;
  display: flex;
  align-items: baseline;
  white-space: nowrap;
}

.plan-card__price-yen {
  font-family: "Source Han Sans JP", "Source Han Sans", sans-serif;
  font-size: 22.5px;
  font-weight: 700;
  color: #2E8A51;
  line-height: 1.7;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.plan-card__price-period {
  font-family: "Source Han Sans JP", "Source Han Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #2E8A51;
  line-height: 1.7;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.plan-card__price-total {
  width: 148px;
  height: 17px;
  margin: 0 auto 12px;
}

.plan-card__price-total-value {
  position: relative;
  width: 148px;
  height: 17px;
  margin: 0;
  color: #604F3D;
  white-space: nowrap;
}

.plan-card__price-total-value .plan-card__price-total-label {
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: "Source Han Sans JP", "Source Han Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.plan-card__price-total-value .plan-card__price-num {
  position: absolute;
  top: 2px;
  left: 29px;
  font-size: 24px;
  font-weight: 600;
  color: #604F3D;
  line-height: 1.7;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.plan-card__price-total-value .plan-card__price-yen {
  position: absolute;
  left: 99px;
  bottom: 0;
  font-size: 14px;
  font-weight: 700;
  color: #604F3D;
  line-height: 1.7;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.plan-card__price-total-value .plan-card__price-tax {
  position: absolute;
  left: 115px;
  top: 7px;
  bottom: 0;
  font-size: 12px;
  font-weight: 400;
  color: #604F3D;
  line-height: 1.7;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.plan-card__reassurance {
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Shippori Mincho B1", serif;
  color: #EF547A;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0 0 6px;
  margin: 0 0 9px;
  border-bottom: 2px dashed #FF7798;
}

.plan-card__notes {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-top: 2px dashed #FF7798;
  padding: 9px 0 0;
  margin: 0 0 0 -2px;
  display: none;
}

.plan-card__notes-item {
  font-weight: 400;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  color: #604F3D;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.plan-card__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 15px 0 12px;
}

.plan-card__cta-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 155px;
  margin: 0 auto;
}

.plan-card__cta-label-line {
  position: relative;
  flex-shrink: 0;
  width: 8px;
  height: 14px;
}
.plan-card__cta-label-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 16px;
  background-color: #80B157;
  transform-origin: top center;
}
.plan-card__cta-label-line-left::before {
  transform: translateX(-50%) rotate(-30deg);
}
.plan-card__cta-label-line-right::before {
  transform: translateX(-50%) rotate(30deg);
}

.plan-card__cta-label-text {
  flex-shrink: 0;
  font-family: "Source Han Sans JP", "Source Han Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #27774d;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  white-space: nowrap;
}

.plan-card__cta-label-pink .plan-card__cta-label-line::before {
  background-color: #EF547A;
}
.plan-card__cta-label-pink .plan-card__cta-label-text {
  color: #EF547A;
}

.plan-card__cta-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 342px;
  height: 48px;
  margin: 0 0 0 4px;
  border-radius: 32px;
  background: url("/img/cta-button_bg.webp") no-repeat center/100% 100%;
  box-shadow: 2px 2px 6px #d8eedf;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.plan-card__cta-button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.25);
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.plan-card__cta-button-text {
  position: relative;
  z-index: 1;
  font-family: "Source Han Sans JP", "Source Han Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.plan-card__cta-button-pink {
  border-radius: 30px;
  background-image: url("/img/cta-button-pink_bg.webp");
  box-shadow: 0 2px 8px #f194a6;
}

.plan-card__cta-button:hover {
  transform: scale(1.05);
}

.pink {
  color: #EF547A;
}

@media screen and (max-width: 390px) {
  .plan {
    display: flex;
    flex-direction: column;
    gap: calc(24 / 390 * 100vw);
    width: calc(100% - 24 / 390 * 100vw);
    max-width: calc(390 / 390 * 100vw);
    margin: calc(41 / 390 * 100vw) auto calc(62 / 390 * 100vw);
  }
  .plan-card__badge,
  .plan-card__content {
    grid-column: 1;
    grid-row: 1;
  }
  .plan-card {
    display: grid;
    position: relative;
  }
  .plan-card__rabbit {
    position: absolute;
    bottom: calc(2 / 390 * 100vw);
    right: 0;
    width: calc(120 / 390 * 100vw);
    height: calc(120 / 390 * 100vw);
    pointer-events: none;
    z-index: 3;
  }
  .plan-card__rabbit img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .plan-card__content {
    position: relative;
    width: 100%;
    margin: calc(15 / 390 * 100vw) 0 0;
    z-index: 1;
    border-radius: calc(20 / 390 * 100vw);
    overflow: hidden;
    border: 2px solid transparent;
    background: linear-gradient(#FFFFFF, #FFFFFF) padding-box, linear-gradient(110.78deg, #DCE58C 1.29%, #6DAA6C 97.82%) border-box;
  }
  .plan-card__content-pink {
    background: linear-gradient(#FFFFFF, #FFFFFF) padding-box, linear-gradient(110.78deg, #F3F38B 1.29%, #EF547A 97.82%) border-box;
  }
  .plan-card__content-pink .plan-card__cta {
    gap: calc(4 / 390 * 100vw);
    padding: calc(15 / 390 * 100vw) 0 calc(12 / 390 * 100vw);
  }
  .plan-card__content-pink .plan-card__per-unit-count,
  .plan-card__content-pink .plan-card__per-unit-price {
    color: #EF547A;
  }
  .plan-card__badge {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: calc(318 / 390 * 100vw);
    height: calc(35 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    color: #FFFFFF;
    line-height: 1.5;
    letter-spacing: 0.05em;
    border-radius: calc(10 / 390 * 100vw);
    background-color: #6DA96B;
    color: #FFFFFF;
    margin: 0 auto;
    z-index: 2;
  }
  .plan-card__badge-pink {
    background-color: #FF7798;
  }
  .plan-card__badge::after {
    content: "";
    position: absolute;
    bottom: calc(-8 / 390 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    border-width: calc(10 / 390 * 100vw) calc(7 / 390 * 100vw) 0;
    border-style: solid;
    border-color: #6DA96B transparent transparent;
  }
  .plan-card__badge-pink::after {
    border-color: #FF7798 transparent transparent;
  }
  .plan-card__title {
    padding: calc(43 / 390 * 100vw) 0 calc(16 / 390 * 100vw);
  }
  .plan-card__title-heading {
    font-size: calc(28 / 390 * 100vw);
    font-weight: 700;
    font-family: "Shippori Mincho B1", serif;
    color: #2E8A51;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .plan-card__title-sub {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #2E8A51;
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .plan-card__product {
    display: flex;
    align-items: center;
    gap: calc(16 / 390 * 100vw);
    width: calc(100% - 64 / 390 * 100vw);
    margin: 0 auto;
    padding: calc(16 / 390 * 100vw) 0 calc(40 / 390 * 100vw);
    background-image: repeating-linear-gradient(to right, #ccc 0, #ccc 4px, transparent 4px, transparent 5px), repeating-linear-gradient(to right, #ccc 0, #ccc 4px, transparent 4px, transparent 5px);
    background-size: 100% 1px;
    background-position: top;
    background-repeat: repeat-x;
  }
  .plan-card__product-pink {
    background-image: repeating-linear-gradient(to right, #FF7798 0, #FF7798 4px, transparent 4px, transparent 5px), repeating-linear-gradient(to right, #FF7798 0, #FF7798 4px, transparent 4px, transparent 5px);
  }
  .plan-card__product-image {
    flex-shrink: 0;
    width: calc(80 / 390 * 100vw);
    aspect-ratio: 1/1;
    margin: 0 0 0 calc(4 / 390 * 100vw);
  }
  .plan-card__product-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .plan-card__product-info {
    display: flex;
    flex-direction: column;
    gap: calc(4 / 390 * 100vw);
  }
  .plan-card__product-name {
    font-size: calc(24 / 390 * 100vw);
    font-weight: 600;
    font-family: "Shippori Mincho B1", serif;
    color: #2E8A51;
    line-height: 1;
    letter-spacing: 0;
  }
  .plan-card__product-name-suffix {
    font-size: calc(16 / 390 * 100vw);
  }
  .plan-card__product-desc {
    font-size: calc(14 / 390 * 100vw);
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    color: #2E8A51;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin: calc(1 / 390 * 100vw) 0 0 0;
  }
  .plan-card__price-block {
    display: grid;
    width: calc(100% - 24 / 390 * 100vw);
    margin: 0 auto;
    overflow: visible;
  }
  .plan-card__per-unit,
  .plan-card__price-inner {
    grid-column: 1;
    grid-row: 1;
  }
  .plan-card__price-inner {
    z-index: 1;
    padding: calc(36 / 390 * 100vw) calc(20 / 390 * 100vw) calc(10 / 390 * 100vw);
    background-color: #F5F5E8;
    border-radius: 8px;
  }
  .plan-card__price-inner-pink {
    background-color: #FCFBF4;
  }
  .plan-card__price-inner-pink .plan-card__price-main .plan-card__price-tax {
    top: calc(4 / 390 * 100vw);
  }
  .plan-card__per-unit {
    position: relative;
    top: calc(-24 / 390 * 100vw);
    justify-self: center;
    z-index: 2;
    width: calc(258 / 390 * 100vw);
    margin: 0 auto;
  }
  .plan-card__per-unit-bubble {
    width: calc(258 / 390 * 100vw);
    height: calc(44.21 / 390 * 100vw);
  }
  .plan-card__per-unit-left {
    top: calc(8 / 390 * 100vw);
    left: calc(27 / 390 * 100vw);
    height: calc(18 / 390 * 100vw);
  }
  .plan-card__per-unit-count-num,
  .plan-card__per-unit-price-num {
    font-size: calc(24.3 / 390 * 100vw);
  }
  .plan-card__per-unit-count-label,
  .plan-card__per-unit-price-yen {
    font-size: calc(16.2 / 390 * 100vw);
  }
  .plan-card__per-unit-emphasis {
    width: calc(48 / 390 * 100vw);
    height: calc(18 / 390 * 100vw);
    bottom: calc(2 / 390 * 100vw);
  }
  .plan-card__per-unit-emphasis-dots {
    width: calc(48 / 390 * 100vw);
    height: calc(3 / 390 * 100vw);
  }
  .plan-card__per-unit-emphasis-dots span {
    width: calc(3 / 390 * 100vw);
    height: calc(3 / 390 * 100vw);
  }
  .plan-card__per-unit-emphasis-dots span:nth-child(1) {
    left: calc(7 / 390 * 100vw);
  }
  .plan-card__per-unit-emphasis-dots span:nth-child(2) {
    left: calc(23 / 390 * 100vw);
  }
  .plan-card__per-unit-emphasis-dots span:nth-child(3) {
    left: calc(39 / 390 * 100vw);
  }
  .plan-card__per-unit-emphasis-text {
    top: calc(1 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
  }
  .plan-card__per-unit-price {
    right: calc(28 / 390 * 100vw);
    bottom: calc(18 / 390 * 100vw);
  }
  .plan-card__price-main {
    width: calc(285 / 390 * 100vw);
    height: calc(40 / 390 * 100vw);
    margin: 0 auto calc(20 / 390 * 100vw);
  }
  .plan-card__price-badge {
    width: calc(72 / 390 * 100vw);
    height: calc(40 / 390 * 100vw);
    padding: calc(4 / 390 * 100vw) calc(8 / 390 * 100vw);
    border-radius: calc(8 / 390 * 100vw);
  }
  .plan-card__price-badge-top {
    font-size: calc(10 / 390 * 100vw);
  }
  .plan-card__price-badge-bottom {
    font-size: calc(14 / 390 * 100vw);
  }
  .plan-card__price-main-body {
    left: calc(72 / 390 * 100vw);
    width: calc(213 / 390 * 100vw);
    height: calc(37 / 390 * 100vw);
  }
  .plan-card__price-num {
    top: 0;
    font-size: calc(54 / 390 * 100vw);
  }
  .plan-card__price-tax {
    top: calc(2 / 390 * 100vw);
    left: calc(180 / 390 * 100vw);
    font-size: calc(12 / 390 * 100vw);
  }
  .plan-card__price-unit-row {
    left: calc(157.5 / 390 * 100vw);
    bottom: calc(1.5 / 390 * 100vw);
  }
  .plan-card__price-yen {
    font-size: calc(22.5 / 390 * 100vw);
  }
  .plan-card__price-period {
    font-size: calc(16 / 390 * 100vw);
  }
  .plan-card__price-total {
    width: calc(148 / 390 * 100vw);
    height: calc(17 / 390 * 100vw);
    margin: 0 auto calc(12 / 390 * 100vw);
  }
  .plan-card__price-total-value {
    width: calc(148 / 390 * 100vw);
    height: calc(17 / 390 * 100vw);
  }
  .plan-card__price-total-value .plan-card__price-total-label {
    font-size: calc(14 / 390 * 100vw);
  }
  .plan-card__price-total-value .plan-card__price-num {
    top: calc(2 / 390 * 100vw);
    left: calc(29 / 390 * 100vw);
    font-size: calc(24 / 390 * 100vw);
  }
  .plan-card__price-total-value .plan-card__price-yen {
    left: calc(99 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
  }
  .plan-card__price-total-value .plan-card__price-tax {
    left: calc(115 / 390 * 100vw);
    top: calc(7 / 390 * 100vw);
    bottom: 0;
    font-size: calc(12 / 390 * 100vw);
  }
  .plan-card__reassurance {
    display: block;
    font-size: calc(20 / 390 * 100vw);
    font-weight: 700;
    font-family: "Shippori Mincho B1", serif;
    color: #EF547A;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 0 0 calc(6 / 390 * 100vw);
    margin: 0 0 calc(9 / 390 * 100vw);
    border-bottom: 2px dashed #FF7798;
  }
  .plan-card__notes {
    display: flex;
    flex-direction: column;
    gap: calc(2 / 390 * 100vw);
    border-top: 2px dashed #FF7798;
    padding: calc(9 / 390 * 100vw) 0 0;
    margin: 0 0 0 calc(-2 / 390 * 100vw);
    display: none;
  }
  .plan-card__notes-item {
    font-weight: 400;
    font-size: calc(12 / 390 * 100vw);
    font-family: "Noto Sans JP", sans-serif;
    color: #604F3D;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .plan-card__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(5 / 390 * 100vw);
    padding: calc(15 / 390 * 100vw) 0 calc(12 / 390 * 100vw);
  }
  .plan-card__cta-label {
    gap: calc(8 / 390 * 100vw);
    max-width: calc(155 / 390 * 100vw);
  }
  .plan-card__cta-label-line {
    width: calc(8 / 390 * 100vw);
    height: calc(14 / 390 * 100vw);
  }
  .plan-card__cta-label-line::before {
    height: calc(16 / 390 * 100vw);
  }
  .plan-card__cta-label-text {
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: 0.04em;
  }
  .plan-card__cta-button {
    max-width: calc(342 / 390 * 100vw);
    height: calc(48 / 390 * 100vw);
    margin: 0 0 0 calc(4 / 390 * 100vw);
    border-radius: calc(32 / 390 * 100vw);
    transition: transform 0.3s ease;
  }
  .plan-card__cta-button::after {
    height: calc(24 / 390 * 100vw);
  }
  .plan-card__cta-button-text {
    font-size: calc(20 / 390 * 100vw);
    letter-spacing: 0.04em;
  }
  .plan-card__cta-button-pink {
    border-radius: calc(30 / 390 * 100vw);
    box-shadow: 0 calc(2 / 390 * 100vw) calc(8 / 390 * 100vw) #f194a6;
  }
  .plan-card__cta-button:hover {
    transform: scale(1.05);
  }
  .pink {
    color: #EF547A;
  }
}
body {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  padding-bottom: calc(8px + 50px + 6px + 18px + 6px + env(safe-area-inset-bottom, 0px));
}

.cta-block__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  max-width: 366px;
  margin: 0 auto;
}

.cta-block__item {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  max-width: 181px;
  height: 50px;
  text-decoration: none;
  background: no-repeat center/100% 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.cta-block__item:hover {
  transform: scale(1.05);
}
.cta-block__item--online {
  background-image: url("/img/online-cta_bg.webp");
}
.cta-block__item--plan {
  background-image: url("/img/plan-cta_bg.webp");
}
.cta-block__item-text {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 102px;
  font-family: "Source Han Sans JP", "Source Han Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.cta-block__item-line {
  display: block;
  white-space: nowrap;
}
.cta-block__item-line:first-child {
  margin-bottom: 0;
}
.cta-block__item-arrow {
  position: absolute;
  top: 19px;
  left: 160px;
  width: 6px;
  height: 12px;
  background: url("/img/cta-arrow.svg") no-repeat center/contain;
  pointer-events: none;
}

.cta-block {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 100%;
  max-width: 390px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background-color: #FFFFFF;
  padding: 8px 0 calc(6px + env(safe-area-inset-bottom, 0px));
}
.cta-block .cta-block__text {
  display: flex;
  width: 100%;
  max-width: 338px;
  height: 18px;
  margin: 0 auto;
}
.cta-block .cta-block__text img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 390px) {
  body {
    padding-bottom: calc(calc(8 / 390 * 100vw) + calc(50 / 390 * 100vw) + calc(6 / 390 * 100vw) + calc(18 / 390 * 100vw) + calc(6 / 390 * 100vw) + env(safe-area-inset-bottom, 0px));
  }
  .cta-block__items {
    max-width: calc(366 / 390 * 100vw);
    gap: calc(4 / 390 * 100vw);
  }
  .cta-block__item {
    max-width: calc(181 / 390 * 100vw);
    height: calc(50 / 390 * 100vw);
    border-radius: calc(10 / 390 * 100vw);
  }
  .cta-block__item-text {
    top: calc(10 / 390 * 100vw);
    width: calc(102 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
  }
  .cta-block__item-arrow {
    top: calc(19 / 390 * 100vw);
    left: calc(160 / 390 * 100vw);
    width: calc(6 / 390 * 100vw);
    height: calc(12 / 390 * 100vw);
  }
}

.fv {
  position: relative;
  padding: 31px 17px 39px;
}
.fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/img/fv.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: o;
}
.fv .fv__inner {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 7px;
}
.fv .fv__inner .fv__title {
  order: 2;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 49px;
  color: #29784E;
  line-height: 56px;
  letter-spacing: 0;
  margin: 1px 0 0;
}
.fv .fv__inner .fv__text-block--top {
  order: 1;
  display: flex;
  flex-direction: column;
  margin: 0 0 0 13px;
}
.fv .fv__inner .fv__text-block--top .fv__text {
  display: flex;
  align-items: center;
}
.fv .fv__inner .fv__text-block--top .fv__text .fv__text-brown {
  font-size: 21px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #604F3D;
}
.fv .fv__inner .fv__text-block--top .fv__text .fv__text-pink {
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #E97D9A;
  border-bottom: 2px dashed #E97D9A;
}
.fv .fv__inner .fv__text-block--top .fv__text:last-child {
  margin: -2px 0 0;
}
.fv .fv__inner .fv__text-block--bottom {
  order: 3;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
  margin: 15px 0 0 22px;
}
.fv .fv__inner .fv__text-block--bottom .fv__text-ribbon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #FCFAF5;
  line-height: 1.7;
  letter-spacing: 0;
}
.fv .fv__inner .fv__text-block--bottom .fv__text-ribbon::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 96px;
  height: 28px;
  background-image: url("/img/fv-ribbon.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}
.fv .fv__inner .fv__text-block--bottom .fv__text-ribbon-number {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 9px;
  color: #4E9C71;
  line-height: 1.5;
  letter-spacing: 0.02em;
  z-index: 1;
  transform: translateY(5px);
}
.fv .fv__inner .fv__points {
  order: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin: 12px 0 0 14px;
}
.fv .fv__inner .fv__points .fv__point {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 8px 14px 8px 38px;
}
.fv .fv__inner .fv__points .fv__point::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  width: 24px;
  height: 24px;
  background-image: url("../../../img/icon-check.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.fv .fv__inner .fv__points .fv__point .fv__point-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  padding: 0 0 2px;
  border-bottom: 1.5px dashed #88B95E;
}
.fv .fv__inner .fv__points .fv__point .fv__point-inner .fv__point-text {
  font-size: 15px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #604F3D;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.fv .fv__inner .fv__points .fv__point .fv__point-inner .fv__point-pink {
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #E97D9A;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 390px) {
  .fv {
    position: relative;
    padding: calc(31 / 390 * 100vw) calc(17 / 390 * 100vw) calc(39 / 390 * 100vw);
  }
  .fv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../../img/fv.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: o;
  }
  .fv .fv__inner {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: calc(7 / 390 * 100vw);
  }
  .fv .fv__inner .fv__title {
    order: 2;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-size: calc(49 / 390 * 100vw);
    color: #29784E;
    line-height: calc(56 / 390 * 100vw);
    letter-spacing: 0;
    margin: calc(1 / 390 * 100vw) 0 0;
  }
  .fv .fv__inner .fv__text-block--top {
    order: 1;
    display: flex;
    flex-direction: column;
    margin: 0 0 0 calc(13 / 390 * 100vw);
  }
  .fv .fv__inner .fv__text-block--top .fv__text {
    display: flex;
    align-items: center;
  }
  .fv .fv__inner .fv__text-block--top .fv__text .fv__text-brown {
    font-size: calc(21 / 390 * 100vw);
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #604F3D;
  }
  .fv .fv__inner .fv__text-block--top .fv__text .fv__text-pink {
    font-size: calc(24 / 390 * 100vw);
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #E97D9A;
    border-bottom: 2px dashed #E97D9A;
  }
  .fv .fv__inner .fv__text-block--top .fv__text:last-child {
    margin: calc(-2 / 390 * 100vw) 0 0;
  }
  .fv .fv__inner .fv__text-block--bottom {
    order: 3;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: calc(16 / 390 * 100vw);
    margin: calc(15 / 390 * 100vw) 0 0 calc(22 / 390 * 100vw);
  }
  .fv .fv__inner .fv__text-block--bottom .fv__text-ribbon {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: calc(13 / 390 * 100vw);
    color: #FCFAF5;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .fv .fv__inner .fv__text-block--bottom .fv__text-ribbon::before {
    content: "";
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(96 / 390 * 100vw);
    height: calc(28 / 390 * 100vw);
    background-image: url("../../../img/fv-ribbon.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
  }
  .fv .fv__inner .fv__text-block--bottom .fv__text-ribbon-number {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(9 / 390 * 100vw);
    color: #4E9C71;
    line-height: 1.5;
    letter-spacing: 0.02em;
    z-index: 1;
    transform: translateY(calc(5 / 390 * 100vw));
  }
  .fv .fv__inner .fv__points {
    order: 4;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: calc(14 / 390 * 100vw);
    margin: calc(12 / 390 * 100vw) 0 0 calc(14 / 390 * 100vw);
  }
  .fv .fv__inner .fv__points .fv__point {
    position: relative;
    background-color: #FFFFFF;
    border-radius: calc(12 / 390 * 100vw);
    padding: calc(8 / 390 * 100vw) calc(14 / 390 * 100vw) calc(8 / 390 * 100vw) calc(38 / 390 * 100vw);
  }
  .fv .fv__inner .fv__points .fv__point::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(6 / 390 * 100vw);
    width: calc(24 / 390 * 100vw);
    height: calc(24 / 390 * 100vw);
    background-image: url("../../../img/icon-check.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .fv .fv__inner .fv__points .fv__point .fv__point-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(1 / 390 * 100vw);
    padding: 0 0 calc(2 / 390 * 100vw);
    border-bottom: 1.5px dashed #88B95E;
  }
  .fv .fv__inner .fv__points .fv__point .fv__point-inner .fv__point-text {
    font-size: calc(15 / 390 * 100vw);
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    color: #604F3D;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .fv .fv__inner .fv__points .fv__point .fv__point-inner .fv__point-pink {
    font-size: calc(16 / 390 * 100vw);
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    color: #E97D9A;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.characteristics {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 auto 64px;
}
.characteristics .characteristics__title {
  position: relative;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 28px;
  color: #2E8A51;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}
.characteristics .characteristics__title::before {
  content: "";
  position: absolute;
  top: 44%;
  left: 0;
  transform: translateY(-50%);
  width: 74px;
  height: 95px;
  background-image: url("../../../img/leaf-left.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.characteristics .characteristics__title::after {
  content: "";
  position: absolute;
  top: 52%;
  right: 0;
  transform: translateY(-50%);
  width: 62px;
  height: 81px;
  background-image: url("../../../img/leaf-right.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.characteristics .characteristics__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.characteristics .characteristics__list .characteristics__item {
  position: relative;
  width: calc(100% - 48px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 12px 0 12px 99px;
}
.characteristics .characteristics__list .characteristics__item::before {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-image: url("../../../img/icon-check.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.characteristics .characteristics__list .characteristics__item .item-text {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1.5px dashed #88B95E;
}
.characteristics .characteristics__list .characteristics__item .item-text .item-brown {
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #604F3D;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.characteristics .characteristics__list .characteristics__item .item-text .item-pink {
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #EF547A;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 390px) {
  .characteristics {
    display: flex;
    flex-direction: column;
    gap: calc(16 / 390 * 100vw);
    margin: 0 auto calc(64 / 390 * 100vw);
  }
  .characteristics .characteristics__title {
    position: relative;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-size: calc(28 / 390 * 100vw);
    color: #2E8A51;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .characteristics .characteristics__title::before {
    content: "";
    position: absolute;
    top: 44%;
    left: 0;
    transform: translateY(-50%);
    width: calc(74 / 390 * 100vw);
    height: calc(95 / 390 * 100vw);
    background-image: url("../../../img/leaf-left.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
  }
  .characteristics .characteristics__title::after {
    content: "";
    position: absolute;
    top: 52%;
    right: 0;
    transform: translateY(-50%);
    width: calc(62 / 390 * 100vw);
    height: calc(81 / 390 * 100vw);
    background-image: url("../../../img/leaf-right.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
  }
  .characteristics .characteristics__list {
    display: flex;
    flex-direction: column;
    gap: calc(6 / 390 * 100vw);
  }
  .characteristics .characteristics__list .characteristics__item {
    position: relative;
    width: calc(100% - 48 / 390 * 100vw);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: calc(8 / 390 * 100vw);
    background-color: #FFFFFF;
    border-radius: calc(12 / 390 * 100vw);
    padding: calc(12 / 390 * 100vw) 0 calc(12 / 390 * 100vw) calc(99 / 390 * 100vw);
  }
  .characteristics .characteristics__list .characteristics__item::before {
    content: "";
    flex-shrink: 0;
    width: calc(24 / 390 * 100vw);
    height: calc(24 / 390 * 100vw);
    background-image: url("../../../img/icon-check.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .characteristics .characteristics__list .characteristics__item .item-text {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1.5px dashed #88B95E;
  }
  .characteristics .characteristics__list .characteristics__item .item-text .item-brown {
    font-size: calc(18 / 390 * 100vw);
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    color: #604F3D;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .characteristics .characteristics__list .characteristics__item .item-text .item-pink {
    font-size: calc(18 / 390 * 100vw);
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    color: #EF547A;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}
.glp1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 auto 32px;
}
.glp1 .glp1__title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 28px;
  color: #2E8A51;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}
.glp1 .glp1__list {
  width: calc(100% - 24px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.glp1 .glp1__list .glp1__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  background-color: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #EDEFDF;
  padding: 13px 16px;
}
.glp1 .glp1__list .glp1__item .glp1__item-title {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #EF547A;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding: 0 0 0 32px;
}
.glp1 .glp1__list .glp1__item .glp1__item-title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("../../../img/icon-check.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.glp1 .glp1__list .glp1__item .glp1__item-text {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 14px;
  color: #604F3D;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: left;
}

@media screen and (max-width: 390px) {
  .glp1 {
    display: flex;
    flex-direction: column;
    gap: calc(16 / 390 * 100vw);
    margin: 0 auto calc(32 / 390 * 100vw);
  }
  .glp1 .glp1__title {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-size: calc(28 / 390 * 100vw);
    color: #2E8A51;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .glp1 .glp1__list {
    width: calc(100% - 24 / 390 * 100vw);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(11 / 390 * 100vw);
  }
  .glp1 .glp1__list .glp1__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: calc(8 / 390 * 100vw);
    background-color: #FFFFFF;
    border-radius: calc(12 / 390 * 100vw);
    border: 1px solid #EDEFDF;
    padding: calc(13 / 390 * 100vw) calc(16 / 390 * 100vw);
  }
  .glp1 .glp1__list .glp1__item .glp1__item-title {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: calc(18 / 390 * 100vw);
    color: #EF547A;
    line-height: 1.5;
    letter-spacing: 0.02em;
    padding: 0 0 0 calc(32 / 390 * 100vw);
  }
  .glp1 .glp1__list .glp1__item .glp1__item-title::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: calc(24 / 390 * 100vw);
    height: calc(24 / 390 * 100vw);
    background-image: url("../../../img/icon-check.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .glp1 .glp1__list .glp1__item .glp1__item-text {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: calc(14 / 390 * 100vw);
    color: #604F3D;
    line-height: 1.8;
    letter-spacing: 0.02em;
    text-align: left;
  }
}
.glp1-about {
  background-color: #2E8A51;
  padding: 54px 16px 32px 16px;
  margin: 0 auto;
}
.glp1-about .glp1-about__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 36px 16px 15px;
  margin: 0 auto;
}
.glp1-about .glp1-about__inner .glp1-about__header {
  order: 1;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 3px;
  margin: 0 0 8px;
}
.glp1-about .glp1-about__inner .glp1-about__header .glp1-about__title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 64px;
  color: #2E8A51;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}
.glp1-about .glp1-about__inner .glp1-about__header .glp1-about__description {
  font-family: Shippori Mincho B1;
  font-weight: 600;
  font-size: 16px;
  color: #2E8A51;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.glp1-about .glp1-about__inner .glp1-about__subtitle {
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 323px;
  font-family: Shippori Mincho B1;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #6DA96B;
  border-radius: 10px;
  padding: 7px 0;
}
.glp1-about .glp1-about__inner .glp1-about__subtitle::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #6DA96B transparent transparent transparent;
}
.glp1-about .glp1-about__inner .glp1-about__content {
  position: relative;
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #F5F5E8;
  border-radius: 10px;
  padding: 16px;
  margin: 0 0 47px;
}
.glp1-about .glp1-about__inner .glp1-about__content::before {
  content: "";
  position: absolute;
  bottom: -39px;
  left: 50%;
  transform: translateX(-50%);
  width: 59.44px;
  height: 31px;
  background-image: url("../../../img/arrow-green.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.glp1-about .glp1-about__inner .glp1-about__content .glp1-about__text {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 14px;
  color: #604F3D;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: left;
}
.glp1-about .glp1-about__inner .glp1-about__content .glp1-about__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.glp1-about .glp1-about__inner .glp1-about__content .glp1-about__list .glp1-about__item {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 10px;
  font-size: 16px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  color: #2E8A51;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: left;
  padding: 10px 12px 10px 44px;
}
.glp1-about .glp1-about__inner .glp1-about__content .glp1-about__list .glp1-about__item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  width: 24px;
  height: 24px;
  background-image: url("../../../img/icon-check.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.glp1-about .glp1-about__inner .glp1-about__text-row {
  position: relative;
  order: 3;
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.glp1-about .glp1-about__inner .glp1-about__text-row::before {
  content: "";
  position: absolute;
  top: -62px;
  right: -13px;
  transform: rotate(-19deg);
  width: 65px;
  height: 83px;
  background-image: url("../../../img/about-right.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.glp1-about .glp1-about__inner .glp1-about__text-row::after {
  content: "";
  flex-shrink: 0;
  width: 108px;
  height: 132px;
  background-image: url("../../../img/glp1-about-rabbit.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: translateX(-10px);
}
.glp1-about .glp1-about__inner .glp1-about__text-wrap {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.glp1-about .glp1-about__inner .glp1-about__text-wrap::before {
  content: "";
  position: absolute;
  bottom: 27px;
  left: -25px;
  transform: rotate(15deg);
  width: 65px;
  height: 84px;
  background-image: url("../../../img/about-left.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.glp1-about .glp1-about__inner .glp1-about__text-wrap .glp1-about__text-brown {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  color: #604F3D;
}
.glp1-about .glp1-about__inner .glp1-about__text-wrap .glp1-about__text-pink {
  position: relative;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #EF547A;
}
.glp1-about .glp1-about__inner .glp1-about__text-wrap .glp1-about__text-pink::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #EF547A;
  z-index: 0;
}
.glp1-about .glp1-about__inner .glp1-about__link {
  position: relative;
  order: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  background: url("/img/glp1-about__link_bg.webp") no-repeat center/100% 100%;
  border-radius: 10px;
  margin: 12px 0 0;
  transition: transform 0.3s ease;
}
.glp1-about .glp1-about__inner .glp1-about__link:hover {
  transform: scale(1.05);
}
.glp1-about .glp1-about__inner .glp1-about__link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 18px;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  width: 8px;
  height: 8px;
  transform-origin: center;
  transition: transform 0.3s ease;
  z-index: 1;
}

@media screen and (max-width: 390px) {
  .glp1-about {
    background-color: #2E8A51;
    padding: calc(54 / 390 * 100vw) calc(16 / 390 * 100vw) calc(32 / 390 * 100vw) calc(16 / 390 * 100vw);
    margin: 0 auto;
  }
  .glp1-about .glp1-about__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    border-radius: calc(12 / 390 * 100vw);
    padding: calc(36 / 390 * 100vw) calc(16 / 390 * 100vw) calc(15 / 390 * 100vw);
    margin: 0 auto;
  }
  .glp1-about .glp1-about__inner .glp1-about__header {
    order: 1;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: calc(3 / 390 * 100vw);
    margin: 0 0 calc(8 / 390 * 100vw);
  }
  .glp1-about .glp1-about__inner .glp1-about__header .glp1-about__title {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-size: calc(64 / 390 * 100vw);
    color: #2E8A51;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
  }
  .glp1-about .glp1-about__inner .glp1-about__header .glp1-about__description {
    font-family: Shippori Mincho B1;
    font-weight: 600;
    font-size: calc(16 / 390 * 100vw);
    color: #2E8A51;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
  }
  .glp1-about .glp1-about__inner .glp1-about__subtitle {
    position: absolute;
    top: calc(-21 / 390 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: calc(323 / 390 * 100vw);
    font-family: Shippori Mincho B1;
    font-weight: 700;
    font-size: calc(20 / 390 * 100vw);
    color: #FFFFFF;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    background-color: #6DA96B;
    border-radius: calc(10 / 390 * 100vw);
    padding: calc(7 / 390 * 100vw) 0;
  }
  .glp1-about .glp1-about__inner .glp1-about__subtitle::before {
    content: "";
    position: absolute;
    bottom: calc(-6 / 390 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #6DA96B transparent transparent transparent;
  }
  .glp1-about .glp1-about__inner .glp1-about__content {
    position: relative;
    order: 2;
    display: flex;
    flex-direction: column;
    gap: calc(16 / 390 * 100vw);
    background-color: #F5F5E8;
    border-radius: calc(10 / 390 * 100vw);
    padding: calc(16 / 390 * 100vw);
    margin: 0 0 calc(47 / 390 * 100vw);
  }
  .glp1-about .glp1-about__inner .glp1-about__content::before {
    content: "";
    position: absolute;
    bottom: calc(-39 / 390 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    width: calc(59.44 / 390 * 100vw);
    height: calc(31 / 390 * 100vw);
    background-image: url("../../../img/arrow-green.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .glp1-about .glp1-about__inner .glp1-about__content .glp1-about__text {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: calc(14 / 390 * 100vw);
    color: #604F3D;
    line-height: 1.8;
    letter-spacing: 0.02em;
    text-align: left;
  }
  .glp1-about .glp1-about__inner .glp1-about__content .glp1-about__list {
    display: flex;
    flex-direction: column;
    gap: calc(6 / 390 * 100vw);
  }
  .glp1-about .glp1-about__inner .glp1-about__content .glp1-about__list .glp1-about__item {
    position: relative;
    background-color: #FFFFFF;
    border-radius: calc(10 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    color: #2E8A51;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: left;
    padding: calc(10 / 390 * 100vw) calc(12 / 390 * 100vw) calc(10 / 390 * 100vw) calc(44 / 390 * 100vw);
  }
  .glp1-about .glp1-about__inner .glp1-about__content .glp1-about__list .glp1-about__item::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(12 / 390 * 100vw);
    width: calc(24 / 390 * 100vw);
    height: calc(24 / 390 * 100vw);
    background-image: url("../../../img/icon-check.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .glp1-about .glp1-about__inner .glp1-about__text-row {
    position: relative;
    order: 3;
    display: flex;
    align-items: flex-end;
    width: 100%;
  }
  .glp1-about .glp1-about__inner .glp1-about__text-row::before {
    content: "";
    position: absolute;
    top: calc(-62 / 390 * 100vw);
    right: -13px;
    transform: rotate(-19deg);
    width: calc(65 / 390 * 100vw);
    height: calc(83 / 390 * 100vw);
    background-image: url("../../../img/about-right.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
  }
  .glp1-about .glp1-about__inner .glp1-about__text-row::after {
    content: "";
    flex-shrink: 0;
    width: calc(108 / 390 * 100vw);
    height: calc(132 / 390 * 100vw);
    background-image: url("../../../img/glp1-about-rabbit.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: translateX(-10px);
  }
  .glp1-about .glp1-about__inner .glp1-about__text-wrap {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
  }
  .glp1-about .glp1-about__inner .glp1-about__text-wrap::before {
    content: "";
    position: absolute;
    bottom: calc(27 / 390 * 100vw);
    left: calc(-25 / 390 * 100vw);
    transform: rotate(15deg);
    width: calc(65 / 390 * 100vw);
    height: calc(84 / 390 * 100vw);
    background-image: url("../../../img/about-left.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
  }
  .glp1-about .glp1-about__inner .glp1-about__text-wrap .glp1-about__text-brown {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
    color: #604F3D;
  }
  .glp1-about .glp1-about__inner .glp1-about__text-wrap .glp1-about__text-pink {
    position: relative;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    font-size: calc(30 / 390 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    color: #EF547A;
  }
  .glp1-about .glp1-about__inner .glp1-about__text-wrap .glp1-about__text-pink::before {
    content: "";
    position: absolute;
    bottom: calc(4 / 390 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: calc(2 / 390 * 100vw);
    background-color: #EF547A;
    z-index: 0;
  }
  .glp1-about .glp1-about__inner .glp1-about__link {
    position: relative;
    order: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(50 / 390 * 100vw);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: calc(14 / 390 * 100vw);
    color: #FFFFFF;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-align: center;
    text-decoration: none;
    background: url("/img/glp1-about__link_bg.webp") no-repeat center/100% 100%;
    border-radius: calc(10 / 390 * 100vw);
    margin: calc(12 / 390 * 100vw) 0 0;
    transition: transform 0.3s ease;
  }
  .glp1-about .glp1-about__inner .glp1-about__link:hover {
    transform: scale(1.05);
  }
  .glp1-about .glp1-about__inner .glp1-about__link::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: calc(18 / 390 * 100vw);
    border-bottom: calc(2 / 390 * 100vw) solid #FFFFFF;
    border-right: calc(2 / 390 * 100vw) solid #FFFFFF;
    width: calc(8 / 390 * 100vw);
    height: calc(8 / 390 * 100vw);
    transform-origin: center;
    transition: transform 0.3s ease;
    z-index: 1;
  }
}
.price {
  margin: 32px 0 64px;
}
.price .price__title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 28px;
  color: #2E8A51;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 0 0 12px;
}
.price .price__text {
  width: calc(100% - 48px);
  margin: 0 auto 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #604F3D;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: left;
}
.price .price__aside {
  width: calc(100% - 48px);
  margin: 0 auto 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.price .price__aside .price__aside-item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #604F3D;
}
.price .price-table {
  width: calc(100% - 34px);
  margin: 0 auto;
  border-collapse: collapse;
}
.price .price-table colgroup .price-table__col--plan {
  width: 100px;
}
.price .price-table colgroup .price-table__col--month {
  width: 127px;
}
.price .price-table colgroup .price-table__col--3month {
  width: 127px;
}
.price .price-table th,
.price .price-table td {
  vertical-align: middle;
  text-align: center;
}
.price .price-table tr {
  height: 55px;
}
.price .price-table thead tr {
  height: 37px;
}
.price .price-table .price-table__head {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #604F3D;
  line-height: 1.3;
  letter-spacing: 0.05em;
  background-color: #EFEFDA;
  padding: 10px 8px;
  border: 1px solid #E7E7C4;
}
.price .price-table .price-table__head .price-table__head--green {
  background-color: #2E8A51;
  color: #FFFFFF;
}
.price .price-table tbody {
  background-color: #FFFFFF;
  border-left: 1px solid #E0D8CC;
  border-right: 1px solid #E0D8CC;
  border-bottom: 1px solid #E0D8CC;
}
.price .price-table tbody .price-table__row:not(:last-child) {
  border-bottom: 1px solid #E0D8CC;
}
.price .price-table tbody .price-table__plan {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #604F3D;
}
.price .price-table tbody .price-table__price {
  text-align: center;
  border-left: 1px solid #E7E7C4;
  border-right: 1px solid #E7E7C4;
}
.price .price-table tbody .price-table__price .price-number {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #604F3D;
}
.price .price-table tbody .price-table__price .price-unit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #604F3D;
}
.price .price-table tbody .price-table__price.price-table__price-column {
  border: none;
}
.price .price-table tbody .price-table__price.price-table__price-column .price-table__price-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
}
.price .price-table tbody .price-table__price.price-table__price-column .price-table__price-inner .price-table__monthly {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -2px 0 0;
}
.price .price-table tbody .price-table__price.price-1month {
  padding: 0;
  height: 1px;
}
.price .price-table tbody .price-table__price.price-1month .price-table__price-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.price .price-table tbody .price-table__total {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #604F3D;
}

@media screen and (max-width: 390px) {
  .price {
    margin: calc(32 / 390 * 100vw) 0 calc(64 / 390 * 100vw);
  }
  .price .price__title {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-size: calc(28 / 390 * 100vw);
    color: #2E8A51;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
    margin: 0 0 calc(12 / 390 * 100vw);
  }
  .price .price__text {
    width: calc(100% - 48 / 390 * 100vw);
    margin: 0 auto calc(13 / 390 * 100vw);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: calc(12 / 390 * 100vw);
    color: #604F3D;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: left;
  }
  .price .price__aside {
    width: calc(100% - 48 / 390 * 100vw);
    margin: 0 auto calc(24 / 390 * 100vw);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .price .price__aside .price__aside-item {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(10 / 390 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #604F3D;
  }
  .price .price-table {
    width: calc(100% - 34 / 390 * 100vw);
    margin: 0 auto;
    border-collapse: collapse;
  }
  .price .price-table colgroup .price-table__col--plan {
    width: calc(100 / 390 * 100vw);
  }
  .price .price-table colgroup .price-table__col--month {
    width: calc(127 / 390 * 100vw);
  }
  .price .price-table colgroup .price-table__col--3month {
    width: calc(127 / 390 * 100vw);
  }
  .price .price-table th,
  .price .price-table td {
    vertical-align: middle;
    text-align: center;
  }
  .price .price-table tr {
    height: calc(55 / 390 * 100vw);
  }
  .price .price-table thead tr {
    height: calc(37 / 390 * 100vw);
  }
  .price .price-table .price-table__head {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: calc(12 / 390 * 100vw);
    color: #604F3D;
    line-height: 1.3;
    letter-spacing: 0.05em;
    background-color: #EFEFDA;
    padding: calc(10 / 390 * 100vw) calc(8 / 390 * 100vw);
    border: 1px solid #E7E7C4;
  }
  .price .price-table .price-table__head .price-table__head--green {
    background-color: #2E8A51;
    color: #FFFFFF;
  }
  .price .price-table tbody {
    background-color: #FFFFFF;
    border-left: 1px solid #E0D8CC;
    border-right: 1px solid #E0D8CC;
    border-bottom: 1px solid #E0D8CC;
  }
  .price .price-table tbody .price-table__row:not(:last-child) {
    border-bottom: 1px solid #E0D8CC;
  }
  .price .price-table tbody .price-table__plan {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(13 / 390 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.05em;
    color: #604F3D;
  }
  .price .price-table tbody .price-table__price {
    text-align: center;
    border-left: 1px solid #E7E7C4;
    border-right: 1px solid #E7E7C4;
  }
  .price .price-table tbody .price-table__price .price-number {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.05em;
    color: #604F3D;
  }
  .price .price-table tbody .price-table__price .price-unit {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(11 / 390 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.05em;
    color: #604F3D;
  }
  .price .price-table tbody .price-table__price.price-table__price-column {
    border: none;
  }
  .price .price-table tbody .price-table__price.price-table__price-column .price-table__price-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: calc(1 / 390 * 100vw);
  }
  .price .price-table tbody .price-table__price.price-table__price-column .price-table__price-inner .price-table__monthly {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 calc(-2 / 390 * 100vw) 0 0;
  }
  .price .price-table tbody .price-table__price.price-1month {
    padding: 0;
    height: calc(1 / 390 * 100vw);
  }
  .price .price-table tbody .price-table__price.price-1month .price-table__price-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .price .price-table tbody .price-table__total {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(11 / 390 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.05em;
    color: #604F3D;
  }
}
.faq {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  padding: 0 0 20px;
}
.faq .faq__title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 28px;
  color: #2E8A51;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}
.faq .faq__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: calc(100% - 32px);
  margin: 0 auto;
}
.faq .faq__list .accordion {
  background-color: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}
.faq .faq__list .accordion .accordion__title {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px;
  cursor: pointer;
  list-style: none;
}
.faq .faq__list .accordion .accordion__title::-webkit-details-marker {
  display: none;
}
.faq .faq__list .accordion .accordion__title::before {
  content: "";
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-image: url("../../../img/icon-question.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.faq .faq__list .accordion .accordion__title .accordion__question {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #604F3D;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: left;
}
.faq .faq__list .accordion .accordion__title::after {
  content: "";
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #91B966;
  border-right: 2px solid #91B966;
  transform: rotate(-45deg) translateY(2px);
  transition: transform 0.3s ease;
  margin-right: 4px;
}
.faq .faq__list .accordion:not([open]) .accordion__title::after {
  transform: rotate(135deg);
}
.faq .faq__list .accordion[open] .accordion__title {
  padding: 16px 16px 10px 16px;
}
.faq .faq__list .accordion .accordion__answer {
  padding: 0 16px 16px;
}
.faq .faq__list .accordion .accordion__answer .accordion__text {
  font-family: "Noto Sans JP", sans-serif;
  color: #604F3D;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.faq .faq__list .accordion .accordion__answer .accordion__payment-list {
  display: flex;
  flex-direction: column;
  padding: 10px 0 0;
}
.faq .faq__list .accordion .accordion__answer .accordion__payment-list .accordion__payment-term,
.faq .faq__list .accordion .accordion__answer .accordion__payment-list .accordion__payment-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #604F3D;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.faq .faq__list .accordion .accordion__answer .accordion__payment-list .accordion__payment-desc {
  margin: 0 0 10px;
}
.faq .faq__list .accordion .accordion__answer .accordion__payment-list .accordion__payment-desc .accordion__payment-options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.faq .faq__list .accordion .accordion__answer .accordion__payment-list .accordion__payment-desc .accordion__payment-options li {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  padding: 0 0 0 0.5em;
}
.faq .faq__list .accordion .accordion__answer .accordion__payment-list .accordion__payment-desc .accordion__payment-options li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 2px;
  background-color: #604F3D;
  border-radius: 50%;
}
.faq .faq__list .accordion .accordion__answer .accordion__payment-list .accordion__payment-desc .accordion__payment-options li.no-bullet {
  padding: 0;
}
.faq .faq__list .accordion .accordion__answer .accordion__payment-list .accordion__payment-desc .accordion__payment-options li.no-bullet::before {
  display: none;
}
.faq .faq__list .accordion .accordion__answer .accordion__list {
  display: flex;
  flex-direction: column;
}
.faq .faq__list .accordion .accordion__answer .accordion__list .accordion__item {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #604F3D;
  line-height: 1.8;
  letter-spacing: 0.02em;
  padding: 0 0 0 0.5em;
}
.faq .faq__list .accordion .accordion__answer .accordion__list .accordion__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 2px;
  background-color: #604F3D;
  border-radius: 50%;
}
.faq .faq__list .accordion .accordion__answer .accordion__table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  margin: 11px 0 0;
  border: 1px solid #E7E7C4;
}
.faq .faq__list .accordion .accordion__answer .accordion__table th,
.faq .faq__list .accordion .accordion__answer .accordion__table td {
  text-align: center;
  vertical-align: middle;
  padding: 8px 4px;
  color: #604F3D;
  border-bottom: 1px solid #E7E7C4;
  border-right: 1px solid #E7E7C4;
}
.faq .faq__list .accordion .accordion__answer .accordion__table th {
  font-weight: 500;
  background-color: #EFEFDA;
}
.faq .faq__list .accordion .accordion__answer .accordion__table td {
  width: 87px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
}
.faq .faq__list .accordion .accordion__answer .accordion__table td:first-child {
  width: 60px;
  font-weight: 500;
}
.faq .faq__list .accordion .accordion__answer .accordion__table td.td-price {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 10px 0;
}
.faq .faq__list .accordion .accordion__answer .accordion__table td.td-none {
  font-size: 12px;
}
.faq .faq__list .accordion .accordion__answer .accordion__table.accordion__table-row--highlight td {
  background-color: #F0F7F2;
  color: #2E8A51;
  font-weight: 700;
}
.faq .faq__list .accordion:nth-child(6) .accordion__answer .accordion__text, .faq .faq__list .accordion:nth-child(7) .accordion__answer .accordion__text {
  margin: 0 0 3px;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 0 auto;
  padding: 0 0 32px;
}
.cta .cta-block__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

@media screen and (max-width: 390px) {
  .faq {
    display: flex;
    flex-direction: column;
    gap: calc(20 / 390 * 100vw);
    margin: 0 auto;
    padding: 0 0 calc(20 / 390 * 100vw);
  }
  .faq .faq__title {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-size: calc(28 / 390 * 100vw);
    color: #2E8A51;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .faq .faq__list {
    display: flex;
    flex-direction: column;
    gap: calc(8 / 390 * 100vw);
    width: calc(100% - 32 / 390 * 100vw);
    margin: 0 auto;
  }
  .faq .faq__list .accordion {
    background-color: #FFFFFF;
    border-radius: calc(10 / 390 * 100vw);
    overflow: hidden;
  }
  .faq .faq__list .accordion .accordion__title {
    display: flex;
    align-items: center;
    gap: calc(8 / 390 * 100vw);
    padding: calc(16 / 390 * 100vw);
    cursor: pointer;
    list-style: none;
  }
  .faq .faq__list .accordion .accordion__title::-webkit-details-marker {
    display: none;
  }
  .faq .faq__list .accordion .accordion__title::before {
    content: "";
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(24 / 390 * 100vw);
    height: calc(24 / 390 * 100vw);
    background-image: url("../../../img/icon-question.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .faq .faq__list .accordion .accordion__title .accordion__question {
    flex: 1;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #604F3D;
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: left;
  }
  .faq .faq__list .accordion .accordion__title::after {
    content: "";
    flex-shrink: 0;
    width: calc(10 / 390 * 100vw);
    height: calc(10 / 390 * 100vw);
    border-top: 2px solid #91B966;
    border-right: 2px solid #91B966;
    transform: rotate(-45deg) translateY(2px);
    transition: transform 0.3s ease;
    margin: 0 calc(4 / 390 * 100vw) 0 0;
  }
  .faq .faq__list .accordion:not([open]) .accordion__title::after {
    transform: rotate(135deg);
  }
  .faq .faq__list .accordion[open] .accordion__title {
    padding: calc(16 / 390 * 100vw) calc(16 / 390 * 100vw) calc(10 / 390 * 100vw) calc(16 / 390 * 100vw);
  }
  .faq .faq__list .accordion .accordion__answer {
    padding: 0 calc(16 / 390 * 100vw) calc(16 / 390 * 100vw);
  }
  .faq .faq__list .accordion .accordion__answer .accordion__text {
    font-family: "Noto Sans JP", sans-serif;
    color: #604F3D;
    font-weight: 400;
    font-size: calc(13 / 390 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__payment-list {
    display: flex;
    flex-direction: column;
    padding: calc(10 / 390 * 100vw) 0 0;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__payment-list .accordion__payment-term,
  .faq .faq__list .accordion .accordion__answer .accordion__payment-list .accordion__payment-desc {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(13 / 390 * 100vw);
    color: #604F3D;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__payment-list .accordion__payment-desc {
    margin: 0 0 calc(10 / 390 * 100vw);
  }
  .faq .faq__list .accordion .accordion__answer .accordion__payment-list .accordion__payment-desc .accordion__payment-options {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__payment-list .accordion__payment-desc .accordion__payment-options li {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(13 / 390 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.02em;
    padding: 0 0 0 0.5em;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__payment-list .accordion__payment-desc .accordion__payment-options li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: calc(2 / 390 * 100vw);
    height: calc(2 / 390 * 100vw);
    background-color: #604F3D;
    border-radius: 50%;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__payment-list .accordion__payment-desc .accordion__payment-options li.no-bullet {
    padding: 0;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__payment-list .accordion__payment-desc .accordion__payment-options li.no-bullet::before {
    display: none;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__list {
    display: flex;
    flex-direction: column;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__list .accordion__item {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(13 / 390 * 100vw);
    color: #604F3D;
    line-height: 1.8;
    letter-spacing: 0.02em;
    padding: 0 0 0 0.5em;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__list .accordion__item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: calc(2 / 390 * 100vw);
    height: calc(2 / 390 * 100vw);
    background-color: #604F3D;
    border-radius: 50%;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Noto Sans JP", sans-serif;
    font-size: calc(12 / 390 * 100vw);
    margin: calc(11 / 390 * 100vw) 0 0;
    border: 1px solid #E7E7C4;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__table th,
  .faq .faq__list .accordion .accordion__answer .accordion__table td {
    text-align: center;
    vertical-align: middle;
    padding: calc(8 / 390 * 100vw) calc(4 / 390 * 100vw);
    color: #604F3D;
    border-bottom: 1px solid #E7E7C4;
    border-right: 1px solid #E7E7C4;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__table th {
    font-weight: 500;
    background-color: #EFEFDA;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__table td {
    width: 87px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(13 / 390 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__table td:first-child {
    width: calc(60 / 390 * 100vw);
    font-weight: 500;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__table td.td-price {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: center;
    padding: calc(10 / 390 * 100vw) 0;
  }
  .faq .faq__list .accordion .accordion__answer .accordion__table td.td-none {
    font-size: calc(12 / 390 * 100vw);
  }
  .faq .faq__list .accordion .accordion__answer .accordion__table.accordion__table-row--highlight td {
    background-color: #F0F7F2;
    color: #2E8A51;
    font-weight: 700;
  }
  .faq .faq__list .accordion:nth-child(6) .accordion__answer .accordion__text, .faq .faq__list .accordion:nth-child(7) .accordion__answer .accordion__text {
    margin: 0 0 calc(3 / 390 * 100vw);
  }
  .cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(4 / 390 * 100vw);
    margin: 0 auto;
    padding: 0 0 calc(32 / 390 * 100vw);
  }
  .cta .cta-block__items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(4 / 390 * 100vw);
  }
}

header .header__logo a {
  display: block;
}
header .header__logo a img {
  width: 100%;
  height: auto;
}

.legal {
  max-width: 390px;
  margin: 0 auto;
  padding: 24px 16px 40px;
  background-color: #F9F9EF;
  font-family: "Noto Sans JP", sans-serif;
}
.legal__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #28774D;
  text-align: center;
  margin-bottom: 8px;
  line-height: 1.5;
}
.legal__subtitle {
  font-size: 12px;
  color: #604F3D;
  text-align: center;
  margin-bottom: 24px;
}
.legal__dates {
  font-size: 12px;
  color: #604F3D;
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.8;
}
.legal__intro {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 32px;
}
.legal__section {
  margin-bottom: 28px;
}
.legal__heading {
  font-size: 15px;
  font-weight: 700;
  color: #28774D;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid #E7E7C4;
  line-height: 1.6;
}
.legal__subheading {
  font-size: 14px;
  font-weight: 700;
  color: #555555;
  margin: 16px 0 8px;
  line-height: 1.6;
}
.legal__text {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 8px;
}
.legal__list {
  margin: 8px 0 8px 1em;
  padding: 0;
}
.legal__list li {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 4px;
  list-style: disc;
}
.legal__list--ordered {
  margin-left: 1.2em;
}
.legal__list--ordered li {
  list-style: decimal;
}
.legal__def-list {
  margin: 8px 0 16px;
}
.legal__def-list dt {
  font-size: 14px;
  font-weight: 700;
  margin-top: 12px;
  line-height: 1.6;
}
.legal__def-list dd {
  font-size: 14px;
  line-height: 1.9;
  margin-left: 0;
  padding-left: 1em;
}
.legal__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 8px;
}
.legal__table th,
.legal__table td {
  font-size: 14px;
  line-height: 1.8;
  padding: 12px 10px;
  border: 1px solid #E7E7C4;
  vertical-align: top;
  text-align: left;
}
.legal__table th {
  width: 36%;
  background-color: #F5F5E8;
  font-weight: 700;
  color: #28774D;
}
.legal__table td {
  background-color: #FFFFFF;
}
.legal__table a {
  color: #2E8A51;
  text-decoration: underline;
  word-break: break-all;
}
.legal__company {
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  margin-top: 40px;
  line-height: 1.8;
}
.legal__back {
  display: block;
  width: fit-content;
  margin: 32px auto 0;
  font-size: 14px;
  color: #2E8A51;
  text-decoration: underline;
}
.legal__back:hover {
  opacity: 0.8;
}
.legal a {
  color: #2E8A51;
  text-decoration: underline;
}
@media screen and (max-width: 390px) {
  .legal {
    max-width: calc(390 / 390 * 100vw);
    padding: calc(24 / 390 * 100vw) calc(16 / 390 * 100vw) calc(40 / 390 * 100vw);
  }
  .legal__title {
    font-size: calc(22 / 390 * 100vw);
    margin-bottom: calc(8 / 390 * 100vw);
  }
  .legal__subtitle {
    font-size: calc(12 / 390 * 100vw);
    margin-bottom: calc(24 / 390 * 100vw);
  }
  .legal__dates {
    font-size: calc(12 / 390 * 100vw);
    margin-bottom: calc(32 / 390 * 100vw);
  }
  .legal__intro {
    font-size: calc(14 / 390 * 100vw);
    margin-bottom: calc(32 / 390 * 100vw);
  }
  .legal__section {
    margin-bottom: calc(28 / 390 * 100vw);
  }
  .legal__heading {
    font-size: calc(15 / 390 * 100vw);
    margin-bottom: calc(12 / 390 * 100vw);
    padding-bottom: calc(6 / 390 * 100vw);
  }
  .legal__subheading {
    font-size: calc(14 / 390 * 100vw);
    margin: calc(16 / 390 * 100vw) 0 calc(8 / 390 * 100vw);
  }
  .legal__text {
    font-size: calc(14 / 390 * 100vw);
    margin-bottom: calc(8 / 390 * 100vw);
  }
  .legal__list li {
    font-size: calc(14 / 390 * 100vw);
    margin-bottom: calc(4 / 390 * 100vw);
  }
  .legal__def-list dt {
    font-size: calc(14 / 390 * 100vw);
    margin-top: calc(12 / 390 * 100vw);
  }
  .legal__def-list dd {
    font-size: calc(14 / 390 * 100vw);
  }
  .legal__table th,
  .legal__table td {
    font-size: calc(13 / 390 * 100vw);
    padding: calc(10 / 390 * 100vw) calc(8 / 390 * 100vw);
  }
  .legal__company {
    font-size: calc(14 / 390 * 100vw);
    margin-top: calc(40 / 390 * 100vw);
  }
  .legal__back {
    margin-top: calc(32 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
  }
}/*# sourceMappingURL=style.css.map */