@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --color-gold-base: #B79519;
  --color-white-base: #ffffff;
  --color-red-base: #EA4E59;
  --color-green-base: #5C9181;
  --color-orange-base: #FF6517;
  --color-black-base: #0D0D0D;
  --color-blue-base: #4AAEBF;
  --color-purple-base: #8A5A80;
  --color-gray-base: #E5E7EB;
  --color-beige-base: #F5F1E8;
  --color-text-black-base: #333333;
  --color-text-dark-gray-base: #656565;
  --color-text-gray-base: #9A9A9A;
  --color-text-light-gray-base: #dedede;
  --color-text-yellow-base: #ECC35D;
  --color-text-purple-base: #AA0CA0;
  --color-text-red-base: #F20505;
  --color-text-green-base: #1A6344;
  --color-text-orange-base: #E97735;
  --color-text-blue-base: #5364CE;
  --bg-gold: var(--color-gold-base);
  --bg-white: var(--color-white-base);
  --bg-red: var(--color-red-base);
  --bg-green: var(--color-green-base);
  --bg-orange: var(--color-orange-base);
  --bg-black: var(--color-black-base);
  --bg-blue: var(--color-blue-base);
  --bg-purple: var(--color-purple-base);
  --bg-gray: var(--color-gray-base);
  --bg-beige: var(--color-beige-base);
  --text-black: var(--color-text-black-base);
  --text-dark-gray: var(--color-text-dark-gray-base);
  --text-gray: var(--color-text-gray-base);
  --text-light-gray: var(--color-text-light-gray-base);
  --text-yellow: var(--color-text-yellow-base);
  --text-purple: var(--color-text-purple-base);
  --text-red: var(--color-text-red-base);
  --text-green: var(--color-text-green-base);
  --text-orange: var(--color-text-orange-base);
  --text-blue: var(--color-text-blue-base);
  --text-primary: var(--text-black);
  --text-secondary: var(--text-dark-gray);
  --text-light: var(--text-light-gray);
  --bg-primary: var(--bg-white);
  --bg-dark: var(--bg-black);
  --bg-light: var(--bg-gray);
  --border-color: var(--text-light-gray);
  --color-gold: var(--bg-gold);
  --color-white: var(--bg-white);
  --color-black: var(--bg-black);
  --color-card-border: #E8E6E0;
  --color-badge-standard-light: #f0b01a;
  --color-badge-standard-dark: #d89410;
  --color-badge-limited-light: #e85a70;
  --color-badge-limited-dark: #d63d55;
  --color-badge-regular-light: #4db6ac;
  --color-badge-regular-dark: #3d9a92;
  --color-category-bg: #dfc37d;
  --color-tag-text: #F06159;
  --font-family-base: "Jost", 'Noto Sans JP', Arial, sans-serif;
  --font-family-english: "Jost", sans-serif;
  --font-family-japanese: 'Noto Sans JP', sans-serif;
  --font-size-base: clamp(0.875rem, 0.8125rem + 0.3333vw, 1rem);
  --font-size-xs: 0.75em;
  --font-size-sm: 0.875em;
  --font-size-base-em: 1em;
  --font-size-md: 1.125em;
  --font-size-lg: 1.25em;
  --font-size-xl: 1.5em;
  --font-size-2xl: 2em;
  --font-size-3xl: 2.5em;
  --font-size-4xl: 3em;
  --font-size-5xl: 3.5em;
  --font-size-fixed-xs: 0.75rem;
  --font-size-fixed-sm: 0.875rem;
  --font-size-fixed-base: 1rem;
  --font-size-fixed-md: 1.125rem;
  --font-size-fixed-lg: 1.25rem;
  --font-size-fixed-xl: 1.5rem;
  --font-size-fixed-2xl: 2rem;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --line-height-tight: 1.2;
  --line-height-snug: 1.375;
  --line-height-normal: 1.5;
  --line-height-relaxed: 1.7;
  --line-height-loose: 2;
  --space-3xs: 0.25rem;
  --space-2xs: 0.5rem;
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 8rem;
  --space-5xl: 12rem;
  --space-em-3xs: 0.25em;
  --space-em-2xs: 0.5em;
  --space-em-xs: 0.75em;
  --space-em-sm: 1em;
  --space-em-md: 1.5em;
  --space-em-lg: 2em;
  --space-em-xl: 3em;
  --space-em-2xl: 4em;
  --space-cqi-xs: 1cqi;
  --space-cqi-sm: 2cqi;
  --space-cqi-md: 3cqi;
  --space-cqi-lg: 5cqi;
  --space-cqi-xl: 8cqi;
  --spacing-xs: var(--space-em-xs);
  --spacing-sm: var(--space-em-sm);
  --spacing-md: var(--space-em-md);
  --spacing-lg: var(--space-em-lg);
  --spacing-xl: var(--space-em-xl);
  --spacing-2xl: var(--space-em-2xl);
  --spacing-3xl: 6em;
  --container-sm: 36rem;
  --container-md: 48rem;
  --container-lg: 62rem;
  --container-xl: 75rem;
  --container-xxl: 87.5rem;
  --border-width-thin: 1px;
  --border-width-base: 2px;
  --border-width-thick: 4px;
  --border-width: var(--border-width-thin);
  --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --shadow-base: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-md: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --shadow-xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --shadow-2xl: 0 30px 60px -15px rgb(0 0 0 / 0.3);
  --shadow-gold: 0 10px 20px -5px rgb(183 149 25 / 0.3);
  --shadow-red: 0 10px 20px -5px rgb(234 78 89 / 0.3);
  --shadow-inner: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --ease-linear: linear;
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --duration-instant: 0ms;
  --duration-fast: 150ms;
  --duration-base: 300ms;
  --duration-slow: 500ms;
  --duration-slower: 700ms;
  --transition-fast: all var(--duration-fast) var(--ease-out);
  --transition-base: all var(--duration-base) var(--ease-in-out);
  --transition-slow: all var(--duration-slow) var(--ease-in-out);
  --transition-discrete:
    opacity var(--duration-base) var(--ease-in-out),
    scale var(--duration-base) var(--ease-in-out),
    overlay var(--duration-base) var(--ease-in-out) allow-discrete,
    display var(--duration-base) var(--ease-in-out) allow-discrete;
  --z-base: 0;
  --z-dropdown: 1000;
  --z-sticky: 1020;
  --z-fixed: 1030;
  --z-modal-backdrop: 1040;
  --z-modal: 1050;
  --z-popover: 1060;
  --z-tooltip: 1070;
  --z-notification: 1080;
  --container-max-width: 75rem;
  --container-wide: 87.5rem;
  --container-narrow: 56.25rem;
  --container-tight: 43.75rem;
  --content-max-width: 65ch;
  --aspect-square: 1 / 1;
  --aspect-video: 16 / 9;
  --aspect-portrait: 3 / 4;
  --aspect-landscape: 4 / 3;
  --aspect-ultrawide: 21 / 9;
  --wave-height: clamp(3rem, 10vw, 11.5rem);
  --wave-fill: #EEEAE0;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media (prefers-contrast: high) {
  :root {
    --border-width: var(--border-width-thick);
  }
}
.healthy {
  --healthy-arc-height: clamp(1rem, 15vw, 14rem);
  background-color: #fff;
  max-inline-size: 100dvw;
  overflow: clip;
}
.healthy .bg-purple1 {
  background-color: #b7b8e1;
}
.healthy .bg-purple2 {
  background-color: #5363ce;
}
.healthy .text-purple {
  color: #5363ce;
}
.healthy p {
  max-inline-size: none;
}
.healthy h2 {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-regular);
  text-wrap: balance;
}
@media (min-width: 992px) {
  .healthy h2 {
    font-size: var(--font-size-2xl);
    line-height: 1.75;
  }
}
.healthy .section-tag {
  font-size: var(--font-size-base);
  letter-spacing: 0.1em;
  font-weight: var(--font-weight-regular);
}
.healthy .section-tag + h2 + p {
  margin-block-start: 1rem;
  font-size: var(--font-size-base);
  line-height: 1.5;
  padding-inline: 0.5em;
}
@media (min-width: 992px) {
  .healthy .section-tag + h2 + p {
    letter-spacing: 0;
    padding-inline: 1.5em;
    text-align: center;
  }
}
.healthy .healthy-hero {
  background-image: linear-gradient(rgba(80, 143, 69, 0.5), rgba(0, 0, 0, 0.1)), url("/assets/images/healthy/back-healthy.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  block-size: 90svh;
  position: relative;
  padding-block-end: var(--gift-arc-height);
  z-index: 0;
}
@media (max-width: 991px) {
  .healthy .healthy-hero {
    background-image: linear-gradient(rgba(80, 143, 69, 0.7), rgba(0, 0, 0, 0.5)), url("/assets/images/healthy/back-healthy.webp");
  }
}
@media (max-width: 991px) and (orientation: portrait) {
  .healthy .healthy-hero {
    block-size: 48svh;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .healthy .healthy-hero {
    block-size: 420px;
    aspect-ratio: 2/1;
    width: 100%;
  }
}
.healthy .healthy-hero .hero-content {
  position: relative;
  display: grid;
  inset-block: 30%;
  margin: auto;
  color: #fff;
  letter-spacing: 0.14em;
  z-index: 2;
}
.healthy .healthy-hero .hero-content h1 {
  font-size: var(--font-size-xl);
  text-wrap: balance;
}
@media (min-width: 992px) {
  .healthy .healthy-hero .hero-content h1 {
    font-size: var(--font-size-3xl);
  }
}
.healthy .healthy-hero .hero-content p.eng-title {
  font-size: var(--font-size-sm);
  margin-block-end: 0;
}
@media (min-width: 992px) {
  .healthy .healthy-hero .hero-content p.eng-title {
    font-size: var(--font-size-xl);
  }
}
.healthy .healthy-hero .hero-content h1 + p {
  font-size: var(--font-size-xs);
  text-wrap: balance;
}
@media (min-width: 992px) {
  .healthy .healthy-hero .hero-content h1 + p {
    font-size: var(--font-size-base);
  }
}
.healthy .health-text-area {
  position: relative;
  z-index: 1;
  padding-block: var(--healthy-arc-height);
  margin-block-start: calc(-1 * var(--healthy-arc-height));
}
@media (max-width: 992px) {
  .healthy .health-text-area {
    transform: translateY(-10%);
    margin-block-end: -10%;
  }
}
.healthy .health-text-area::before {
  content: "";
  position: absolute;
  inset-inline: -7%;
  inset-block-start: 0;
  block-size: var(--healthy-arc-height);
  background: #fff;
  clip-path: ellipse(54% 100% at 50% 100%);
  z-index: 1;
  top: 15%;
}
@media (min-width: 992px) {
  .healthy .health-text-area::before {
    clip-path: ellipse(46% 100% at 50% 100%);
    top: 0;
  }
}
.healthy .health-text-area::after {
  content: "";
  position: absolute;
  inset-inline: -7%;
  inset-block-end: 0;
  block-size: var(--healthy-arc-height);
  background: #fff;
  clip-path: ellipse(54% 100% at 50% 0%);
  z-index: 1;
}
@media (min-width: 768px) {
  .healthy .health-text-area::after {
    top: 55%;
  }
}
@media (min-width: 992px) {
  .healthy .health-text-area::after {
    clip-path: ellipse(46% 100% at 50% 0%);
    top: 45%;
  }
}
.healthy .health-text-area .eye-content {
  position: relative;
  z-index: 3;
  padding-block: 0;
  padding-inline: 1rem;
  text-align: center;
  margin-block-end: -2em;
}
.healthy .health-text-area .eye-content h2 {
  inline-size: 72%;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .healthy .health-text-area .eye-content {
    padding-block: 6em 1em;
    margin-block: calc(-1.3 * var(--healthy-arc-height));
  }
  .healthy .health-text-area .eye-content h2 {
    inline-size: 100%;
  }
}
@media (min-width: 1400px) {
  .healthy .health-text-area .eye-content {
    padding-block: 8em 1em;
    margin-block: calc(-1 * var(--healthy-arc-height));
  }
}
.healthy .four-reasons {
  padding-block-start: 8em;
  padding-block-end: 9rem;
  margin-block-start: calc(-1.3 * var(--healthy-arc-height));
  position: relative;
  z-index: 0;
}
@media (min-width: 992px) {
  .healthy .four-reasons {
    margin-block-start: calc(-1 * var(--healthy-arc-height));
    padding-block-start: var(--healthy-arc-height);
    padding-block-end: calc(1.5 * var(--healthy-arc-height));
  }
}
.healthy .four-reasons h2 {
  color: inherit;
  text-wrap: balance;
}
@media (min-width: 992px) {
  .healthy .four-reasons h2 {
    color: #fff;
  }
}
.healthy .four-reasons .reasons-grid {
  gap: 45px;
}
.healthy .four-reasons .reason-card {
  background-color: #fff;
  border-radius: 10px;
}
.healthy .four-reasons .reason-card:nth-of-type(2) .reason-img {
  background-color: #e6e6f1;
  block-size: 250px;
  inline-size: 250px;
  border-radius: 50%;
}
.healthy .four-reasons .reason-card:nth-of-type(2) .reason-img img {
  inline-size: 50%;
  margin-inline: auto;
  padding-block-start: 1rem;
}
.healthy .four-reasons .reason-card:nth-of-type(1) .reason-img {
  background-color: #f1f2ed;
  display: grid;
  place-items: center;
}
.healthy .four-reasons .reason-card:nth-of-type(1) .reason-img > img {
  max-inline-size: 50%;
  object-fit: contain;
}
.healthy .four-reasons .reason-card:nth-of-type(1) .reason-img, .healthy .four-reasons .reason-card:nth-of-type(3) .reason-img, .healthy .four-reasons .reason-card:nth-of-type(4) .reason-img {
  inline-size: 250px;
  block-size: 250px;
  clip-path: circle(50%);
}
@media (min-width: 992px) {
  .healthy .four-reasons .reason-card:last-of-type {
    position: relative;
  }
}
@media (min-width: 992px) {
  .healthy .four-reasons .reason-card:last-of-type > p {
    position: absolute;
    bottom: 1rem;
  }
}
.healthy .four-reasons .reason-card .reason-info .reason-num {
  font-size: var(--font-size-md);
  font-weight: 500;
}
.healthy .four-reasons .reason-card .reason-info .reason-num + h3 {
  font-size: var(--font-size-xl);
  font-weight: 400;
  text-wrap: balance;
}
.healthy .four-reasons .reason-card > p {
  background-color: #5364ce;
  padding: 0.5em 2em;
  border-radius: 30px;
  color: #fff;
  inline-size: fit-content;
  margin-inline-start: 1rem;
  margin-block-end: 1rem;
}
.healthy .organic-section {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-block-start: 1px;
}
.healthy .organic-section::before {
  content: "";
  position: absolute;
  inset-inline: -7%;
  inset-block-start: 0;
  block-size: var(--healthy-arc-height);
  background: #fff;
  clip-path: ellipse(44% 100% at 50% 100%);
  margin-block-start: calc(-1 * var(--healthy-arc-height));
  z-index: 0;
}
.healthy .organic-section > div {
  position: relative;
  z-index: 1;
  padding-block-start: 0;
}
@media (min-width: 992px) {
  .healthy .organic-section > div {
    margin-block-start: calc(-1 * var(--healthy-arc-height));
  }
}
.healthy .organic-section .section-text {
  position: relative;
  z-index: 2;
  margin-block-start: calc(var(--healthy-arc-height) * 0.3);
}
@media (min-width: 992px) {
  .healthy .organic-section .section-text {
    margin-block-start: calc(var(--healthy-arc-height) * 0.5);
  }
}
.healthy .organic-section th {
  color: #5364CE;
  width: fit-content;
}
@media (min-width: 992px) {
  .healthy .organic-section th {
    width: 20%;
  }
}
.healthy .organic-section th, .healthy .organic-section td {
  padding: 0.5rem;
  overflow-wrap: break-word;
  word-break: break-word;
}
@media (min-width: 992px) {
  .healthy .organic-section th, .healthy .organic-section td {
    padding: 0.75rem;
  }
}
@media (max-width: 768px) {
  .healthy .organic-section th, .healthy .organic-section td {
    display: block;
  }
}
.healthy .organic-section .organic-info-box {
  margin-inline: auto;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
  margin-block: 2rem;
  background-color: #FDFDFD;
}
@media (min-width: 992px) {
  .healthy .organic-section .organic-info-box {
    margin-block: 4rem;
  }
}
.healthy .organic-section .organic-info-box .organic-flex .leaf-logo img {
  inline-size: auto;
}
@media (min-width: 992px) {
  .healthy .organic-section .organic-info-box .organic-flex .leaf-logo img {
    inline-size: 65%;
    margin-inline: auto;
  }
}
.healthy .organic-section .organic-info-box .organic-flex .leaf-logo p {
  font-size: 0.9rem;
  text-align: start;
  margin-block-start: 0;
}
@media (min-width: 992px) {
  .healthy .organic-section .organic-info-box .organic-flex .leaf-logo p {
    text-align: center;
    margin-block-start: 1rem;
  }
}
.healthy .organic-section .organic-info-box .component-icons > div {
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .healthy .organic-section .organic-info-box .component-icons > div {
    justify-content: center;
  }
}
.healthy .organic-section .organic-info-box .component-icons .icon-item {
  text-align: center;
}
.healthy .organic-section .organic-info-box .component-icons .icon-item div {
  position: relative;
  border-radius: 50%;
  inline-size: 80px;
  block-size: 80px;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .healthy .organic-section .organic-info-box .component-icons .icon-item div {
    inline-size: 90px;
    block-size: 90px;
  }
}
.healthy .organic-section .organic-info-box .component-icons .icon-item div img {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.healthy .organic-section .organic-info-box > div:nth-of-type(2) {
  justify-content: center;
  align-items: end;
}
.healthy .organic-section .organic-info-box > div:nth-of-type(2) > div:nth-of-type(2) {
  display: revert;
}
@media (min-width: 992px) {
  .healthy .organic-section .organic-info-box > div:nth-of-type(2) > div:nth-of-type(2) {
    display: flex;
  }
}
.healthy .abbey-wisdom {
  background: linear-gradient(to right, rgba(75, 103, 206, 0.7), rgba(90, 94, 161, 0.3)), url(/assets/images/healthy/culture.webp) center/cover no-repeat;
  padding: 1em;
  position: relative;
}
@media (min-width: 768px) {
  .healthy .abbey-wisdom {
    block-size: 600px;
    background-position: right;
    background-size: cover;
  }
}
.healthy .abbey-wisdom .abbey-overlay {
  display: flex;
  height: 100%;
  align-items: center;
}
.healthy .abbey-wisdom .abbey-overlay .abbey-text-box h2 {
  line-height: 1.8em;
  padding-block-start: 0;
  text-wrap: balance;
}
.healthy .abbey-wisdom .abbey-overlay .abbey-text-box p {
  padding-block-end: 0;
}
.healthy .satisfaction-section {
  position: relative;
  margin-block-start: 5rem;
}
.healthy .satisfaction-section .section-header p {
  letter-spacing: 0.1em;
}
.healthy .satisfaction-section a {
  text-decoration: none;
  display: block;
  block-size: 100%;
}
.healthy .satisfaction-section .product-selection-grid {
  margin-block-start: 3em;
  margin-block-end: 3rem;
}
.healthy .satisfaction-section .product-selection-grid .selection-card .selection-img {
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
  padding-block: 2rem;
  display: flex;
  flex-direction: column;
  block-size: 100%;
  transition: translate 0.25s ease, box-shadow 0.25s ease;
}
.healthy .satisfaction-section .product-selection-grid .selection-card .selection-img:hover {
  translate: 0 -0.5em;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.12);
}
.healthy .satisfaction-section .product-selection-grid .selection-card .selection-img img {
  inline-size: 100%;
  block-size: 350px;
  object-fit: contain;
  background-color: transparent;
}
.healthy .satisfaction-section .product-selection-grid .selection-card .selection-name {
  margin-block-start: auto;
  padding-block-start: 1rem;
  min-block-size: 3em;
}
.healthy .satisfaction-section .product-selection-grid .item {
  position: relative;
}
.healthy .satisfaction-section .product-selection-grid .item .inner {
  background-color: var(--bg-white);
  padding: var(--space-xs);
  block-size: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
  transition: box-shadow var(--transition-base);
  box-shadow: var(--shadow-sm);
}
.healthy .satisfaction-section .product-selection-grid .item .inner:hover {
  box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.1);
}
.healthy .satisfaction-section .product-selection-grid .item .inner .img-row {
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
}
.healthy .satisfaction-section .product-selection-grid .item .inner .img-row img {
  max-inline-size: 70%;
  max-block-size: 80%;
  object-fit: contain;
}
@media (min-width: 768px) {
  .healthy .satisfaction-section .product-selection-grid .item .inner .img-row img {
    max-block-size: 70%;
  }
}
.healthy .satisfaction-section .product-selection-grid .item .h-type {
  border: solid 1px var(--bg-gold);
  font-size: var(--font-size-sm);
  padding-inline: var(--space-sm);
  text-align: center;
  inline-size: 100%;
}
.healthy .satisfaction-section .product-selection-grid .item h3 {
  font-size: var(--font-size-base);
  font-weight: 400;
  text-align: center;
  text-wrap: balance;
  margin-block-end: 2em;
}
.healthy .satisfaction-section .product-selection-grid .item a {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  position: absolute;
  inset: 0;
  cursor: pointer;
  z-index: 1;
}
.healthy .satisfaction-section .product-selection-grid .item a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.healthy .satisfaction-section .product-selection-grid .item a > span {
  position: absolute;
  bottom: 1rem;
  right: 1.2rem;
}
.healthy .satisfaction-section .healthy-wrapper .toggle-input {
  display: none;
}
.healthy .satisfaction-section .healthy-wrapper .toggle-input:checked ~ .more-btn .btn-open {
  display: none;
}
.healthy .satisfaction-section .healthy-wrapper .toggle-input:checked ~ .more-btn .btn-close {
  display: block;
}
.healthy .satisfaction-section .healthy-wrapper .toggle-input:checked ~ .healthy-list > *:nth-of-type(n+5) {
  display: block;
}
.healthy .satisfaction-section .healthy-wrapper .healthy-list > *:nth-of-type(n+5) {
  display: none;
}
.healthy .satisfaction-section .healthy-wrapper .more-btn {
  position: absolute;
  display: flex;
  inline-size: 120px;
  block-size: 120px;
  margin-inline: auto;
  transition: translate 0.25s ease, box-shadow 0.25s ease;
}
.healthy .satisfaction-section .healthy-wrapper .more-btn:hover {
  translate: 0 -0.5em;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.12);
}
.healthy .satisfaction-section .healthy-wrapper .more-btn .btn-close {
  display: none;
}
.healthy .more-btn {
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: -2px 3px 4px 0px rgba(0, 0, 0, 0.29);
  z-index: 2;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  margin-block-start: 20px;
}
.healthy .your-balance {
  position: relative;
  padding-block-start: 6rem;
  padding-block-end: 4rem;
  font-weight: var(--font-weight-light);
}
@media (min-width: 992px) {
  .healthy .your-balance {
    padding-block-start: 20em;
  }
}
.healthy .your-balance::before {
  content: "";
  position: absolute;
  inset-inline: -7%;
  inset-block-start: 0;
  block-size: var(--healthy-arc-height);
  background: #ffffff;
  clip-path: ellipse(46% 100% at 50% 0%);
  z-index: 0;
}
.healthy .your-balance .balance-navigation {
  gap: 40px;
  justify-content: center;
}
.healthy .your-balance .more-btn {
  inline-size: 150px;
  block-size: 150px;
  position: relative;
}
@media (min-width: 992px) {
  .healthy .your-balance .more-btn {
    inline-size: 200px;
    block-size: 200px;
  }
}
.healthy .your-balance .more-btn p {
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  inline-size: 100%;
}
.healthy .your-balance .more-btn p span {
  font-size: 2rem;
}