@import url("https://fonts.googleapis.com/css2?family=Cantata+One&family=Noto+Serif+JP:wght@500;700&display=swap");

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden='until-found'])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    height: 100%;
  }
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}

:where(body) {
  height: 100%;
  height: 100dvb;
  line-height: 1.5;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
}

:where(button, label, select, summary, [role='button'], [role='option']) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-width: 100%;
  height: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  word-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-top: 1px solid;
  color: inherit;
  height: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid Highlight;
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus):not(:active):not(:focus-within):not(.not-visually-hidden)) {
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media screen and (max-width: 744px) {
  br.-pclb {
    display: none;
  }
}

@media print,
screen and (max-width: 744px) {
  br.-pclb {
    display: none;
  }
}

br.-tblb {
  display: none;
}

@media screen and (max-width: 1199.98px) {
  br.-tblb {
    display: block;
  }
}

br.-tblb-only {
  display: none;
}

@media screen and (max-width: 1199.98px) {
  br.-tblb-only {
    display: block;
  }
}

@media screen and (max-width: 744px) {
  br.-tblb-only {
    display: none;
  }
}

@media print,
screen and (max-width: 744px) {
  br.-tblb-only {
    display: none;
  }
}

br.-splb {
  display: none;
}

@media screen and (max-width: 744px) {
  br.-splb {
    display: block;
  }
}

@media print,
screen and (max-width: 744px) {
  br.-splb {
    display: block;
  }
}

:root {
  scroll-behavior: unset;
}

body {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #eadbe0;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  font-size: min(0.8333333333vw, 16px);
  color: #2b1f15;
  line-height: 1.64;
  letter-spacing: 0.04em;
  overflow-y: scroll;
}

@media screen and (max-width: 1199.98px) {
  body {
    font-size: min(1.3671875vw, 14px);
  }
}

@media screen and (max-width: 744px) {
  body {
    font-size: min(3.7333333333vw, 14px);
  }
}

@media print,
screen and (max-width: 744px) {
  body {
    font-size: min(3.7333333333vw, 14px);
  }
}

body.-modal-open {
  position: fixed;
  left: 0;
}

body.-splash-moving {
  overflow: hidden;
}

main {
  flex-grow: 1;
}

a {
  color: #2b1f15;
}

.sup {
  display: inline-block;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 12px;
  vertical-align: top;
}

@media screen and (max-width: 744px) {
  .sup {
    font-size: 10px;
  }
}

@media print,
screen and (max-width: 744px) {
  .sup {
    font-size: 10px;
  }
}

h1 sup,
h2 sup,
h3 sup,
h4 sup {
  display: inline-block;
  margin-top: -0.6em;
}

@media screen and (max-width: 1199.98px) {

  h1 sup,
  h2 sup,
  h3 sup,
  h4 sup {
    margin-top: -0.4em;
  }
}

.-ja {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
}

.-en {
  font-family: "Cantata One", "Noto Serif JP", sans-serif;
  font-weight: 400;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

a {
  -webkit-text-decoration: none;
  text-decoration: none;
}

@media screen and (max-width: 744px) {
  br.-pclb {
    display: none;
  }
}

@media print,
screen and (max-width: 744px) {
  br.-pclb {
    display: none;
  }
}

br.-tblb {
  display: none;
}

@media screen and (max-width: 1199.98px) {
  br.-tblb {
    display: block;
  }
}

br.-tblb-only {
  display: none;
}

@media screen and (max-width: 1199.98px) {
  br.-tblb-only {
    display: block;
  }
}

@media screen and (max-width: 744px) {
  br.-tblb-only {
    display: none;
  }
}

@media print,
screen and (max-width: 744px) {
  br.-tblb-only {
    display: none;
  }
}

br.-splb {
  display: none;
}

@media screen and (max-width: 744px) {
  br.-splb {
    display: block;
  }
}

@media print,
screen and (max-width: 744px) {
  br.-splb {
    display: block;
  }
}

.modal__button__text {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  white-space: nowrap;
}

.hamburger__overlay {
  visibility: hidden;
  opacity: 0;
  background: #eadbe0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.-modal-open.hamburger__overlay {
  visibility: visible;
  opacity: 1;
}

.movieModal__overlay {
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background: rgba(118, 64, 87, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.-modal-open.movieModal__overlay {
  visibility: visible;
  opacity: 1;
}

.scrollingTarget {
  opacity: 0;
  position: relative;
  z-index: 2;
  top: min(1.5625vw, 30px);
  transition: opacity 1s ease, top 1s ease;
}

@media screen and (max-width: 1199.98px) {
  .scrollingTarget {
    top: min(2.9296875vw, 30px);
  }
}

@media screen and (max-width: 744px) {
  .scrollingTarget {
    top: 8vw;
  }
}

@media print,
screen and (max-width: 744px) {
  .scrollingTarget {
    top: 8vw;
  }
}

.passedScroll {
  opacity: 1;
  top: 0;
}

.textFadeIn .heading .-main .textFadeInItem {
  position: relative;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0) scale(1, 0);
  transform: translate3d(0, 0, 0) scale(1, 0);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  transition: -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: transform;
}

.textFadeIn .heading .-sub {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.8s;
}

.textFadeIn .inner::before,
.textFadeIn .inner::after {
  opacity: 1;
  left: -25vw;
  transition: left 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.textFadeIn.right .inner::before,
.textFadeIn.right .inner::after {
  right: -25vw;
  transition: right 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.passedScrollTextFadeIn .heading .-main .textFadeInItem.passedScrollTextFadeInItem {
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1);
}

.passedScrollTextFadeIn .heading .-sub {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.passedScrollTextFadeIn .inner::before,
.passedScrollTextFadeIn .inner::after {
  left: min(-2.34375vw, -45px);
}

@media screen and (max-width: 1199.98px) {

  .passedScrollTextFadeIn .inner::before,
  .passedScrollTextFadeIn .inner::after {
    left: min(-0.78125vw, -8px);
  }
}

@media screen and (max-width: 744px) {

  .passedScrollTextFadeIn .inner::before,
  .passedScrollTextFadeIn .inner::after {
    left: -2.1333333333vw;
  }
}

@media print,
screen and (max-width: 744px) {

  .passedScrollTextFadeIn .inner::before,
  .passedScrollTextFadeIn .inner::after {
    left: -2.1333333333vw;
  }
}

.passedScrollTextFadeIn.right .inner::before,
.passedScrollTextFadeIn.right .inner::after {
  right: min(-2.34375vw, -45px);
}

@media screen and (max-width: 1199.98px) {

  .passedScrollTextFadeIn.right .inner::before,
  .passedScrollTextFadeIn.right .inner::after {
    right: min(-0.78125vw, -8px);
  }
}

@media screen and (max-width: 744px) {

  .passedScrollTextFadeIn.right .inner::before,
  .passedScrollTextFadeIn.right .inner::after {
    right: min(-2.1333333333vw, -8px);
  }
}

@media print,
screen and (max-width: 744px) {

  .passedScrollTextFadeIn.right .inner::before,
  .passedScrollTextFadeIn.right .inner::after {
    right: min(-2.1333333333vw, -8px);
  }
}

.splash {
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  background: #fff;
  overflow: hidden;
  visibility: visible;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  -webkit-animation: 3s ease-in-out forwards item;
  animation: 3s ease-in-out forwards item;
}

@-webkit-keyframes item {
  0% {
    background: #fff;
    opacity: 1;
    visibility: visible;
  }

  10% {
    background: #eadbe0;
    opacity: 1;
    visibility: visible;
  }

  50% {
    background: #eadbe0;
    opacity: 1;
    visibility: visible;
  }

  100% {
    background: #eadbe0;
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes item {
  0% {
    background: #fff;
    opacity: 1;
    visibility: visible;
  }

  10% {
    background: #eadbe0;
    opacity: 1;
    visibility: visible;
  }

  50% {
    background: #eadbe0;
    opacity: 1;
    visibility: visible;
  }

  100% {
    background: #eadbe0;
    opacity: 0;
    visibility: hidden;
  }
}

.splash::before {
  content: "";
  display: block;
  width: max(866px, min(65.9375vw, 1266px));
  height: max(866px, min(65.9375vw, 1266px));
  margin: auto;
  background: rgba(255, 255, 255, 0.4);
  -webkit-filter: blur(120px);
  filter: blur(120px);
  will-change: filter;
  border-radius: 50vh;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 1199.98px) {
  .splash::before {
    width: min(84.5703125vw, 866px);
    height: min(84.5703125vw, 866px);
  }
}

@media screen and (max-width: 744px) {
  .splash::before {
    width: 161.6vw;
    height: 161.6vw;
    -webkit-filter: blur(40px);
    filter: blur(40px);
  }
}

@media print,
screen and (max-width: 744px) {
  .splash::before {
    width: 161.6vw;
    height: 161.6vw;
    -webkit-filter: blur(40px);
    filter: blur(40px);
  }
}

.splash__image {
  width: max(250px, min(20.8333333333vw, 400px));
  height: max(140px, min(11.71875vw, 225px));
  opacity: 0;
  position: relative;
  z-index: 2;
  -webkit-animation: 2.5s ease 0.5s forwards image;
  animation: 2.5s ease 0.5s forwards image;
}

@media screen and (max-width: 1199.98px) {
  .splash__image {
    width: min(24.4140625vw, 250px);
    height: min(13.671875vw, 140px);
  }
}

@media screen and (max-width: 744px) {
  .splash__image {
    width: 44.8vw;
    height: 25.3333333333vw;
  }
}

@media print,
screen and (max-width: 744px) {
  .splash__image {
    width: 44.8vw;
    height: 25.3333333333vw;
  }
}

@-webkit-keyframes image {
  0% {
    opacity: 0;
  }

  45% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes image {
  0% {
    opacity: 0;
  }

  45% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 744px) {
  br:where(.astro-QMPWVS2W).-pclb {
    display: none
  }
}

@media print,
screen and (max-width: 744px) {
  br:where(.astro-QMPWVS2W).-pclb {
    display: none
  }
}

br:where(.astro-QMPWVS2W).-tblb {
  display: none
}

@media screen and (max-width: 1199.98px) {
  br:where(.astro-QMPWVS2W).-tblb {
    display: block
  }
}

br:where(.astro-QMPWVS2W).-tblb-only {
  display: none
}

@media screen and (max-width: 1199.98px) {
  br:where(.astro-QMPWVS2W).-tblb-only {
    display: block
  }
}

@media screen and (max-width: 744px) {
  br:where(.astro-QMPWVS2W).-tblb-only {
    display: none
  }
}

@media print,
screen and (max-width: 744px) {
  br:where(.astro-QMPWVS2W).-tblb-only {
    display: none
  }
}

br:where(.astro-QMPWVS2W).-splb {
  display: none
}

@media screen and (max-width: 744px) {
  br:where(.astro-QMPWVS2W).-splb {
    display: block
  }
}

@media print,
screen and (max-width: 744px) {
  br:where(.astro-QMPWVS2W).-splb {
    display: block
  }
}

.root:where(.astro-QMPWVS2W) {
  background: #eadbe0;
  position: relative;
  z-index: 10
}

.button:where(.astro-QMPWVS2W) {
  width: min(6.25vw, 120px);
  height: min(6.25vw, 120px);
  position: fixed;
  top: min(2.0833333333vw, 40px);
  right: min(2.0833333333vw, 40px);
  z-index: 3
}

@media screen and (max-width: 1199.98px) {
  .button:where(.astro-QMPWVS2W) {
    width: 40px;
    height: 40px
  }
}

.button:where(.astro-QMPWVS2W):hover::after,
.button:where(.astro-QMPWVS2W):hover .button__inner:where(.astro-QMPWVS2W)::before,
.button:where(.astro-QMPWVS2W):hover .button__inner:where(.astro-QMPWVS2W)::after {
  background: #c0b493
}

.button:where(.astro-QMPWVS2W)[aria-expanded=true]::after {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg)
}

.button:where(.astro-QMPWVS2W)[aria-expanded=true] .button__inner:where(.astro-QMPWVS2W)::before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0
}

.button:where(.astro-QMPWVS2W)[aria-expanded=true] .button__inner:where(.astro-QMPWVS2W)::after {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg)
}

.button:where(.astro-QMPWVS2W)::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 8px;
  border-radius: 50vh;
  background: #fff;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  will-change: filter
}

@media screen and (max-width: 1199.98px) {
  .button:where(.astro-QMPWVS2W)::before {
    -webkit-filter: blur(2px);
    filter: blur(2px)
  }
}

.button:where(.astro-QMPWVS2W)::after,
.button__inner:where(.astro-QMPWVS2W)::before,
.button__inner:where(.astro-QMPWVS2W)::after {
  content: "";
  display: block;
  width: min(2.0833333333vw, 40px);
  height: min(0.2083333333vw, 4px);
  margin: auto;
  background: #a69872;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.2s cubic-bezier(0.42, 0, 0.58, 1), background 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.2s cubic-bezier(0.42, 0, 0.58, 1), background 0.3s ease;
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.2s cubic-bezier(0.42, 0, 0.58, 1), background 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1)
}

@media screen and (max-width: 1199.98px) {

  .button:where(.astro-QMPWVS2W)::after,
  .button__inner:where(.astro-QMPWVS2W)::before,
  .button__inner:where(.astro-QMPWVS2W)::after {
    width: 15px;
    height: 2px
  }
}

.button:where(.astro-QMPWVS2W)::after {
  -webkit-transform: translateY(calc(-100% - 0.3125vw));
  transform: translateY(calc(-100% - 0.3125vw))
}

@media screen and (max-width: 1199.98px) {
  .button:where(.astro-QMPWVS2W)::after {
    -webkit-transform: translateY(calc(-100% - 2px));
    transform: translateY(calc(-100% - 2px))
  }
}

.button__inner:where(.astro-QMPWVS2W)::after {
  -webkit-transform: translateY(calc(100% + 0.3125vw));
  transform: translateY(calc(100% + 0.3125vw))
}

@media screen and (max-width: 1199.98px) {
  .button__inner:where(.astro-QMPWVS2W)::after {
    -webkit-transform: translateY(calc(100% + 2px));
    transform: translateY(calc(100% + 2px))
  }
}

.button__inner:where(.astro-QMPWVS2W) {
  width: 100%;
  height: 100%
}

.button__text:where(.astro-QMPWVS2W) {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  white-space: nowrap
}

.body:where(.astro-QMPWVS2W) {
  visibility: hidden;
  display: grid;
  align-items: center;
  justify-items: center;
  align-items: center;
  justify-items: center;
  place-items: center;
  height: 100%;
  margin: auto;
  padding: min(10.4166666667vw, 100px) min(5.2083333333vw, 100px);
  opacity: 0;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out
}

@media screen and (max-width: 744px) {
  .body:where(.astro-QMPWVS2W) {
    display: block;
    padding: 19.2vw 5.3333333333vw 5.3333333333vw
  }
}

@media print,
screen and (max-width: 744px) {
  .body:where(.astro-QMPWVS2W) {
    display: block;
    padding: 19.2vw 5.3333333333vw 5.3333333333vw
  }
}

.body:where(.astro-QMPWVS2W) :where(.astro-QMPWVS2W) {
  opacity: 0
}

.body:where(.astro-QMPWVS2W)[aria-hidden=false] {
  visibility: visible;
  opacity: 1
}

.body:where(.astro-QMPWVS2W)[aria-hidden=false] :where(.astro-QMPWVS2W) {
  opacity: 1
}

.body:where(.astro-QMPWVS2W)::before {
  content: "";
  display: block;
  width: max(866px, min(65.9375vw, 1266px));
  height: max(866px, min(65.9375vw, 1266px));
  margin: auto;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50vh;
  -webkit-filter: blur(120px);
  filter: blur(120px);
  position: absolute;
  top: max(-93px, min(-4.84375vw, -73px));
  right: 0;
  left: 0;
  z-index: 1;
  will-change: filter
}

@media screen and (max-width: 744px) {
  .body:where(.astro-QMPWVS2W)::before {
    width: 161.6vw;
    height: 161.6vw;
    top: 0;
    bottom: 0
  }
}

@media print,
screen and (max-width: 744px) {
  .body:where(.astro-QMPWVS2W)::before {
    width: 161.6vw;
    height: 161.6vw;
    top: 0;
    bottom: 0
  }
}

@media screen and (max-width: 744px) {
  .body__inner:where(.astro-QMPWVS2W) {
    width: 100%
  }
}

@media print,
screen and (max-width: 744px) {
  .body__inner:where(.astro-QMPWVS2W) {
    width: 100%
  }
}

.heading:where(.astro-QMPWVS2W) {
  position: relative;
  z-index: 2
}

@media screen and (max-width: 744px) {
  .heading:where(.astro-QMPWVS2W) {
    display: flex;
    justify-content: center
  }
}

@media print,
screen and (max-width: 744px) {
  .heading:where(.astro-QMPWVS2W) {
    display: flex;
    justify-content: center
  }
}

.heading__image:where(.astro-QMPWVS2W) {
  width: max(224px, min(18.6458333333vw, var(--width)));
  height: max(176px, min(14.4791666667vw, var(--height)));
  margin-left: auto;
  margin-right: auto
}

@media screen and (max-width: 1199.98px) {
  .heading__image:where(.astro-QMPWVS2W) {
    width: 21.875vw;
    height: 17.1875vw
  }
}

@media screen and (max-width: 744px) {
  .heading__image:where(.astro-QMPWVS2W) {
    width: 37.3333333333vw;
    height: 27.7333333333vw
  }
}

@media print,
screen and (max-width: 744px) {
  .heading__image:where(.astro-QMPWVS2W) {
    width: 37.3333333333vw;
    height: 27.7333333333vw
  }
}

.menu:where(.astro-QMPWVS2W) {
  width: max(270px, min(18.75vw, 360px));
  margin-top: min(4.1666666667vw, 80px);
  position: relative;
  z-index: 2
}

@media screen and (max-width: 1199.98px) {
  .menu:where(.astro-QMPWVS2W) {
    width: 26.5625vw;
    margin-top: 8.0078125vw
  }
}

@media screen and (max-width: 744px) {
  .menu:where(.astro-QMPWVS2W) {
    width: 49.8666666667vw;
    margin-top: 17.0666666667vw;
    margin-left: auto;
    margin-right: auto
  }
}

@media print,
screen and (max-width: 744px) {
  .menu:where(.astro-QMPWVS2W) {
    width: 49.8666666667vw;
    margin-top: 17.0666666667vw;
    margin-left: auto;
    margin-right: auto
  }
}

.menu__list:where(.astro-QMPWVS2W) {
  display: flex;
  flex-direction: column;
  gap: min(2.9166666667vw, 56px)
}

@media screen and (max-width: 1199.98px) {
  .menu__list:where(.astro-QMPWVS2W) {
    gap: 6.25vw
  }
}

@media screen and (max-width: 744px) {
  .menu__list:where(.astro-QMPWVS2W) {
    gap: 10.6666666667vw
  }
}

@media print,
screen and (max-width: 744px) {
  .menu__list:where(.astro-QMPWVS2W) {
    gap: 10.6666666667vw
  }
}

.menu__link:where(.astro-QMPWVS2W) {
  display: inline-block;
  font-size: max(28px, min(2.0833333333vw, 40px));
  font-family: "Cantata One", sans-serif;
  font-weight: 400;
  line-height: 1;
  position: relative;
  transition: color 0.1s cubic-bezier(0.42, 0, 0.58, 1)
}

@media screen and (max-width: 1199.98px) {
  .menu__link:where(.astro-QMPWVS2W) {
    font-size: 2.734375vw
  }
}

@media screen and (max-width: 744px) {
  .menu__link:where(.astro-QMPWVS2W) {
    font-size: 5.8666666667vw
  }
}

@media print,
screen and (max-width: 744px) {
  .menu__link:where(.astro-QMPWVS2W) {
    font-size: 5.8666666667vw
  }
}

.menu__link:where(.astro-QMPWVS2W):has(~ .menu__link:hover),
.menu__link:where(.astro-QMPWVS2W)~.menu__link:where(.astro-QMPWVS2W) {
  color: #2b1f15
}

.menu__link:where(.astro-QMPWVS2W):has(~ .menu__link:hover)::before,
.menu__link:where(.astro-QMPWVS2W):has(~ .menu__link:hover)::after,
.menu__link:where(.astro-QMPWVS2W):hover~.menu__link:where(.astro-QMPWVS2W)::before,
.menu__link:where(.astro-QMPWVS2W):hover~.menu__link:where(.astro-QMPWVS2W)::after {
  -webkit-transform: translateX(calc(-100% - 50vw));
  transform: translateX(calc(-100% - 50vw))
}

.menu__link:where(.astro-QMPWVS2W):hover {
  color: #716649
}

.menu__link:where(.astro-QMPWVS2W):hover::before,
.menu__link:where(.astro-QMPWVS2W):hover::after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

.menu__link:where(.astro-QMPWVS2W).current {
  color: #716649 !important
}

.menu__link:where(.astro-QMPWVS2W)::before,
.menu__link:where(.astro-QMPWVS2W)::after,
.currentMenu__menu__link:where(.astro-QMPWVS2W).current::before,
.currentMenu__menu__link:where(.astro-QMPWVS2W).current::after {
  content: "";
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  background: #a69872;
  position: absolute;
  top: 0;
  left: min(-1.25vw, -24px);
  bottom: 0;
  -webkit-transform: translateX(calc(-100% - 50vw));
  transform: translateX(calc(-100% - 50vw));
  transition: -webkit-transform 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.4s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.4s cubic-bezier(0.42, 0, 0.58, 1)
}

@media screen and (max-width: 1199.98px) {

  .menu__link:where(.astro-QMPWVS2W)::before,
  .menu__link:where(.astro-QMPWVS2W)::after,
  .currentMenu__menu__link:where(.astro-QMPWVS2W).current::before,
  .currentMenu__menu__link:where(.astro-QMPWVS2W).current::after {
    left: min(-2.34375vw, -24px)
  }
}

@media screen and (max-width: 744px) {

  .menu__link:where(.astro-QMPWVS2W)::before,
  .menu__link:where(.astro-QMPWVS2W)::after,
  .currentMenu__menu__link:where(.astro-QMPWVS2W).current::before,
  .currentMenu__menu__link:where(.astro-QMPWVS2W).current::after {
    left: min(-3.2vw, -12px)
  }
}

@media print,
screen and (max-width: 744px) {

  .menu__link:where(.astro-QMPWVS2W)::before,
  .menu__link:where(.astro-QMPWVS2W)::after,
  .currentMenu__menu__link:where(.astro-QMPWVS2W).current::before,
  .currentMenu__menu__link:where(.astro-QMPWVS2W).current::after {
    left: min(-3.2vw, -12px)
  }
}

.currentMenu__menu__link:where(.astro-QMPWVS2W).current::before,
.currentMenu__menu__link:where(.astro-QMPWVS2W).current::after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

.menu__link:where(.astro-QMPWVS2W)::before,
.currentMenu__menu__link:where(.astro-QMPWVS2W).current::before {
  width: min(0.625vw, 12px);
  height: min(0.625vw, 12px);
  border-radius: 50vh
}

@media screen and (max-width: 1199.98px) {

  .menu__link:where(.astro-QMPWVS2W)::before,
  .currentMenu__menu__link:where(.astro-QMPWVS2W).current::before {
    width: min(0.5859375vw, 6px);
    height: min(0.5859375vw, 6px)
  }
}

@media screen and (max-width: 744px) {

  .menu__link:where(.astro-QMPWVS2W)::before,
  .currentMenu__menu__link:where(.astro-QMPWVS2W).current::before {
    width: min(1.6vw, 6px);
    height: min(1.6vw, 6px)
  }
}

@media print,
screen and (max-width: 744px) {

  .menu__link:where(.astro-QMPWVS2W)::before,
  .currentMenu__menu__link:where(.astro-QMPWVS2W).current::before {
    width: min(1.6vw, 6px);
    height: min(1.6vw, 6px)
  }
}

.menu__link:where(.astro-QMPWVS2W)::after,
.currentMenu__menu__link:where(.astro-QMPWVS2W).current::after {
  width: 50vw;
  height: min(0.1041666667vw, 2px)
}

@media screen and (max-width: 1199.98px) {

  .menu__link:where(.astro-QMPWVS2W)::after,
  .currentMenu__menu__link:where(.astro-QMPWVS2W).current::after {
    height: min(0.1953125vw, 2px)
  }
}

@media screen and (max-width: 744px) {

  .menu__link:where(.astro-QMPWVS2W)::after,
  .currentMenu__menu__link:where(.astro-QMPWVS2W).current::after {
    height: min(0.5333333333vw, 2px)
  }
}

@media print,
screen and (max-width: 744px) {

  .menu__link:where(.astro-QMPWVS2W)::after,
  .currentMenu__menu__link:where(.astro-QMPWVS2W).current::after {
    height: min(0.5333333333vw, 2px)
  }
}

.menu__link:where(.astro-QMPWVS2W)>span:where(.astro-QMPWVS2W) {
  display: block;
  margin-top: 1em;
  font-size: max(12px, min(0.8333333333vw, 16px));
  font-weight: 700;
  line-height: 1.4
}

@media screen and (max-width: 1199.98px) {
  .menu__link:where(.astro-QMPWVS2W)>span:where(.astro-QMPWVS2W) {
    margin-top: 0.390625vw;
    font-size: 1.171875vw
  }
}

@media screen and (max-width: 744px) {
  .menu__link:where(.astro-QMPWVS2W)>span:where(.astro-QMPWVS2W) {
    margin-top: 1.0666666667vw;
    font-size: 3.2vw;
    line-height: 1.64
  }
}

@media print,
screen and (max-width: 744px) {
  .menu__link:where(.astro-QMPWVS2W)>span:where(.astro-QMPWVS2W) {
    margin-top: 1.0666666667vw;
    font-size: 3.2vw;
    line-height: 1.64
  }
}

.menu__link:where(.astro-QMPWVS2W) sup:where(.astro-QMPWVS2W) {
  margin-top: -0.6em;
  font-size: 12px
}

@media screen and (max-width: 1199.98px) {
  .menu__link:where(.astro-QMPWVS2W) sup:where(.astro-QMPWVS2W) {
    margin-top: -0.4em
  }
}

@media screen and (max-width: 744px) {
  .menu__link:where(.astro-QMPWVS2W) sup:where(.astro-QMPWVS2W) {
    margin-top: -0.2em;
    font-size: 10px
  }
}

@media print,
screen and (max-width: 744px) {
  .menu__link:where(.astro-QMPWVS2W) sup:where(.astro-QMPWVS2W) {
    margin-top: -0.2em;
    font-size: 10px
  }
}

@media screen and (max-width: 744px) {
  br:where(.astro-L3TRHY4J).-pclb {
    display: none
  }
}

@media print,
screen and (max-width: 744px) {
  br:where(.astro-L3TRHY4J).-pclb {
    display: none
  }
}

br:where(.astro-L3TRHY4J).-tblb {
  display: none
}

@media screen and (max-width: 1199.98px) {
  br:where(.astro-L3TRHY4J).-tblb {
    display: block
  }
}

br:where(.astro-L3TRHY4J).-tblb-only {
  display: none
}

@media screen and (max-width: 1199.98px) {
  br:where(.astro-L3TRHY4J).-tblb-only {
    display: block
  }
}

@media screen and (max-width: 744px) {
  br:where(.astro-L3TRHY4J).-tblb-only {
    display: none
  }
}

@media print,
screen and (max-width: 744px) {
  br:where(.astro-L3TRHY4J).-tblb-only {
    display: none
  }
}

br:where(.astro-L3TRHY4J).-splb {
  display: none
}

@media screen and (max-width: 744px) {
  br:where(.astro-L3TRHY4J).-splb {
    display: block
  }
}

@media print,
screen and (max-width: 744px) {
  br:where(.astro-L3TRHY4J).-splb {
    display: block
  }
}

.root:where(.astro-L3TRHY4J) {
  padding: min(4.1666666667vw, 80px) 0;
  background-color: #d4becc
}

@media screen and (max-width: 1199.98px) {
  .root:where(.astro-L3TRHY4J) {
    padding: 45px 0
  }
}

@media screen and (max-width: 744px) {
  .root:where(.astro-L3TRHY4J) {
    padding: 10.6666666667vw
  }
}

@media print,
screen and (max-width: 744px) {
  .root:where(.astro-L3TRHY4J) {
    padding: 10.6666666667vw
  }
}

.heading:where(.astro-L3TRHY4J)>h2:where(.astro-L3TRHY4J)>img:where(.astro-L3TRHY4J) {
  width: max(213px, min(16.4583333333vw, var(--width)));
  height: max(121px, min(9.3229166667vw, var(--height)));
  margin-left: auto;
  margin-right: auto
}

@media screen and (max-width: 1199.98px) {
  .heading:where(.astro-L3TRHY4J)>h2:where(.astro-L3TRHY4J)>img:where(.astro-L3TRHY4J) {
    width: min(20.80078125vw, 213px);
    height: min(11.81640625vw, 121px)
  }
}

@media screen and (max-width: 744px) {
  .heading:where(.astro-L3TRHY4J)>h2:where(.astro-L3TRHY4J)>img:where(.astro-L3TRHY4J) {
    width: 37.6vw;
    height: 21.3333333333vw
  }
}

@media print,
screen and (max-width: 744px) {
  .heading:where(.astro-L3TRHY4J)>h2:where(.astro-L3TRHY4J)>img:where(.astro-L3TRHY4J) {
    width: 37.6vw;
    height: 21.3333333333vw
  }
}

.logo:where(.astro-L3TRHY4J) {
  display: flex;
  justify-content: center;
  margin-top: max(24px, min(2.0833333333vw, 40px))
}

@media screen and (max-width: 1199.98px) {
  .logo:where(.astro-L3TRHY4J) {
    margin-top: min(2.34375vw, 24px)
  }
}

@media screen and (max-width: 744px) {
  .logo:where(.astro-L3TRHY4J) {
    margin-top: 4.2666666667vw
  }
}

@media print,
screen and (max-width: 744px) {
  .logo:where(.astro-L3TRHY4J) {
    margin-top: 4.2666666667vw
  }
}

.logo:where(.astro-L3TRHY4J)>a:where(.astro-L3TRHY4J)>img:where(.astro-L3TRHY4J) {
  width: max(213px, min(16.40625vw, var(--width)));
  height: max(44px, min(3.3854166667vw, var(--height)));
  margin-left: auto;
  margin-right: auto
}

@media screen and (max-width: 1199.98px) {
  .logo:where(.astro-L3TRHY4J)>a:where(.astro-L3TRHY4J)>img:where(.astro-L3TRHY4J) {
    width: min(20.80078125vw, 213px);
    height: min(4.296875vw, 44px)
  }
}

@media screen and (max-width: 744px) {
  .logo:where(.astro-L3TRHY4J)>a:where(.astro-L3TRHY4J)>img:where(.astro-L3TRHY4J) {
    width: 41.8666666667vw;
    height: 8.5333333333vw
  }
}

@media print,
screen and (max-width: 744px) {
  .logo:where(.astro-L3TRHY4J)>a:where(.astro-L3TRHY4J)>img:where(.astro-L3TRHY4J) {
    width: 41.8666666667vw;
    height: 8.5333333333vw
  }
}

.copyright__text:where(.astro-L3TRHY4J) {
  margin-top: min(0.78125vw, 15px);
  font-size: max(14px, min(0.9375vw, 18px));
  text-align: center;
  line-height: 1
}

@media screen and (max-width: 1199.98px) {
  .copyright__text:where(.astro-L3TRHY4J) {
    margin-top: min(0.390625vw, 4px);
    font-size: min(1.3671875vw, 14px)
  }
}

@media screen and (max-width: 744px) {
  .copyright__text:where(.astro-L3TRHY4J) {
    margin-top: 1.0666666667vw;
    font-size: 2.9333333333vw
  }
}

@media print,
screen and (max-width: 744px) {
  .copyright__text:where(.astro-L3TRHY4J) {
    margin-top: 1.0666666667vw;
    font-size: 2.9333333333vw
  }
}

@media screen and (max-width: 744px) {
  br:where(.astro-JVRG222R).-pclb {
    display: none
  }
}

@media print,
screen and (max-width: 744px) {
  br:where(.astro-JVRG222R).-pclb {
    display: none
  }
}

br:where(.astro-JVRG222R).-tblb {
  display: none
}

@media screen and (max-width: 1199.98px) {
  br:where(.astro-JVRG222R).-tblb {
    display: block
  }
}

br:where(.astro-JVRG222R).-tblb-only {
  display: none
}

@media screen and (max-width: 1199.98px) {
  br:where(.astro-JVRG222R).-tblb-only {
    display: block
  }
}

@media screen and (max-width: 744px) {
  br:where(.astro-JVRG222R).-tblb-only {
    display: none
  }
}

@media print,
screen and (max-width: 744px) {
  br:where(.astro-JVRG222R).-tblb-only {
    display: none
  }
}

br:where(.astro-JVRG222R).-splb {
  display: none
}

@media screen and (max-width: 744px) {
  br:where(.astro-JVRG222R).-splb {
    display: block
  }
}

@media print,
screen and (max-width: 744px) {
  br:where(.astro-JVRG222R).-splb {
    display: block
  }
}

.root:where(.astro-JVRG222R) {
  overflow: hidden
}

.inner:where(.astro-JVRG222R)>:where(.astro-JVRG222R):first-child {
  margin-top: 0 !important
}

.inner:where(.astro-JVRG222R)>:where(.astro-JVRG222R):last-child {
  margin-bottom: 0 !important
}

.innovative:where(.astro-JVRG222R) {
  padding: max(120px, min(10.4166666667vw, 200px)) 0;
  background: #f0e7ef
}

@media screen and (max-width: 1199.98px) {
  .innovative:where(.astro-JVRG222R) {
    padding: min(11.71875vw, 130px) 0 min(12.01171875vw, 130px)
  }
}

@media screen and (max-width: 744px) {
  .innovative:where(.astro-JVRG222R) {
    padding: 19.2vw 0 21.3333333333vw
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative:where(.astro-JVRG222R) {
    padding: 19.2vw 0 21.3333333333vw
  }
}

.ingredients:where(.astro-JVRG222R) {
  padding: max(120px, min(8.3333333333vw, 160px)) 0
}

@media screen and (max-width: 1199.98px) {
  .ingredients:where(.astro-JVRG222R) {
    padding: min(11.71875vw, 130px) 0 min(15.234375vw, 156px)
  }
}

@media screen and (max-width: 744px) {
  .ingredients:where(.astro-JVRG222R) {
    padding: 21.3333333333vw 0;
    overflow: hidden
  }
}

@media print,
screen and (max-width: 744px) {
  .ingredients:where(.astro-JVRG222R) {
    padding: 21.3333333333vw 0;
    overflow: hidden
  }
}

.product:where(.astro-JVRG222R) {
  padding: max(122px, min(10.4166666667vw, 200px)) 0 max(160px, min(10.4166666667vw, 200px));
  background: #f0e7ef;
  overflow: hidden;
  position: relative
}

@media screen and (max-width: 1199.98px) {
  .product:where(.astro-JVRG222R) {
    padding: min(11.71875vw, 130px) 0 min(15.625vw, 170px)
  }
}

@media screen and (max-width: 744px) {
  .product:where(.astro-JVRG222R) {
    padding: 21.3333333333vw 0 26.6666666667vw
  }
}

@media print,
screen and (max-width: 744px) {
  .product:where(.astro-JVRG222R) {
    padding: 21.3333333333vw 0 26.6666666667vw
  }
}

@media screen and (max-width: 744px) {
  br:where(.astro-W3PHUFJY).-pclb {
    display: none
  }
}

@media print,
screen and (max-width: 744px) {
  br:where(.astro-W3PHUFJY).-pclb {
    display: none
  }
}

br:where(.astro-W3PHUFJY).-tblb {
  display: none
}

@media screen and (max-width: 1199.98px) {
  br:where(.astro-W3PHUFJY).-tblb {
    display: block
  }
}

br:where(.astro-W3PHUFJY).-tblb-only {
  display: none
}

@media screen and (max-width: 1199.98px) {
  br:where(.astro-W3PHUFJY).-tblb-only {
    display: block
  }
}

@media screen and (max-width: 744px) {
  br:where(.astro-W3PHUFJY).-tblb-only {
    display: none
  }
}

@media print,
screen and (max-width: 744px) {
  br:where(.astro-W3PHUFJY).-tblb-only {
    display: none
  }
}

br:where(.astro-W3PHUFJY).-splb {
  display: none
}

@media screen and (max-width: 744px) {
  br:where(.astro-W3PHUFJY).-splb {
    display: block
  }
}

@media print,
screen and (max-width: 744px) {
  br:where(.astro-W3PHUFJY).-splb {
    display: block
  }
}

.root:where(.astro-W3PHUFJY) {
  position: relative;
  z-index: 2
}

.root:where(.astro-W3PHUFJY).scrollingTarget .heading:where(.astro-W3PHUFJY) {
  opacity: 0;
  position: relative;
  z-index: 2;
  top: 1.875rem;
  transition: opacity 1s ease, top 1s ease
}

.root:where(.astro-W3PHUFJY).passedScroll .heading:where(.astro-W3PHUFJY) {
  opacity: 1;
  top: 0
}

.inner:where(.astro-W3PHUFJY) {
  width: 100%;
  max-width: min(75vw, 1440px);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative
}

@media screen and (max-width: 744px) {
  .inner:where(.astro-W3PHUFJY) {
    padding-right: 6.25vw;
    padding-left: 6.25vw
  }
}

@media print,
screen and (max-width: 744px) {
  .inner:where(.astro-W3PHUFJY) {
    padding-right: 6.25vw;
    padding-left: 6.25vw
  }
}

@media screen and (max-width: 744px) {
  .inner:where(.astro-W3PHUFJY) {
    margin-left: 12.8vw;
    padding: 0
  }
}

@media print,
screen and (max-width: 744px) {
  .inner:where(.astro-W3PHUFJY) {
    margin-left: 12.8vw;
    padding: 0
  }
}

@media screen and (max-width: 744px) {
  .right:where(.astro-W3PHUFJY) .inner:where(.astro-W3PHUFJY) {
    margin-right: 12.8vw
  }
}

@media print,
screen and (max-width: 744px) {
  .right:where(.astro-W3PHUFJY) .inner:where(.astro-W3PHUFJY) {
    margin-right: 12.8vw
  }
}

.inner:where(.astro-W3PHUFJY)::before,
.inner:where(.astro-W3PHUFJY)::after {
  content: "";
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  background: #a69872;
  position: absolute;
  top: min(2.0833333333vw, 40px);
  left: min(-2.34375vw, -45px);
  bottom: 0
}

@media screen and (max-width: 1199.98px) {

  .inner:where(.astro-W3PHUFJY)::before,
  .inner:where(.astro-W3PHUFJY)::after {
    top: min(1.953125vw, 20px);
    left: min(-0.78125vw, -8px)
  }
}

@media screen and (max-width: 744px) {

  .inner:where(.astro-W3PHUFJY)::before,
  .inner:where(.astro-W3PHUFJY)::after {
    top: 2.6666666667vw;
    left: -2.1333333333vw
  }
}

@media print,
screen and (max-width: 744px) {

  .inner:where(.astro-W3PHUFJY)::before,
  .inner:where(.astro-W3PHUFJY)::after {
    top: 2.6666666667vw;
    left: -2.1333333333vw
  }
}

.inner:where(.astro-W3PHUFJY)::before {
  width: min(0.625vw, 12px);
  height: min(0.625vw, 12px);
  border-radius: 50vh
}

@media screen and (max-width: 1199.98px) {
  .inner:where(.astro-W3PHUFJY)::before {
    width: min(0.5859375vw, 6px);
    height: min(0.5859375vw, 6px)
  }
}

@media screen and (max-width: 744px) {
  .inner:where(.astro-W3PHUFJY)::before {
    width: min(1.6vw, 6px);
    height: min(1.6vw, 6px)
  }
}

@media print,
screen and (max-width: 744px) {
  .inner:where(.astro-W3PHUFJY)::before {
    width: min(1.6vw, 6px);
    height: min(1.6vw, 6px)
  }
}

.inner:where(.astro-W3PHUFJY)::after {
  width: 25vw;
  height: min(0.1041666667vw, 2px);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

@media screen and (max-width: 1199.98px) {
  .inner:where(.astro-W3PHUFJY)::after {
    height: min(0.1953125vw, 2px)
  }
}

@media screen and (max-width: 744px) {
  .inner:where(.astro-W3PHUFJY)::after {
    height: min(0.2666666667vw, 1px)
  }
}

@media print,
screen and (max-width: 744px) {
  .inner:where(.astro-W3PHUFJY)::after {
    height: min(0.2666666667vw, 1px)
  }
}

.right:where(.astro-W3PHUFJY) .inner:where(.astro-W3PHUFJY)::before,
.right:where(.astro-W3PHUFJY) .inner:where(.astro-W3PHUFJY)::after {
  right: min(-2.34375vw, -45px);
  left: inherit
}

@media screen and (max-width: 1199.98px) {

  .right:where(.astro-W3PHUFJY) .inner:where(.astro-W3PHUFJY)::before,
  .right:where(.astro-W3PHUFJY) .inner:where(.astro-W3PHUFJY)::after {
    right: min(-0.78125vw, -8px)
  }
}

@media screen and (max-width: 744px) {

  .right:where(.astro-W3PHUFJY) .inner:where(.astro-W3PHUFJY)::before,
  .right:where(.astro-W3PHUFJY) .inner:where(.astro-W3PHUFJY)::after {
    right: min(-2.1333333333vw, -8px)
  }
}

@media print,
screen and (max-width: 744px) {

  .right:where(.astro-W3PHUFJY) .inner:where(.astro-W3PHUFJY)::before,
  .right:where(.astro-W3PHUFJY) .inner:where(.astro-W3PHUFJY)::after {
    right: min(-2.1333333333vw, -8px)
  }
}

.right:where(.astro-W3PHUFJY) .inner:where(.astro-W3PHUFJY)::after {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

.heading:where(.astro-W3PHUFJY) {
  display: flex;
  flex-direction: column;
  color: #716649;
  font-weight: 500
}

.right:where(.astro-W3PHUFJY) .heading:where(.astro-W3PHUFJY) {
  align-items: flex-end
}

.heading:where(.astro-W3PHUFJY)>.-main:where(.astro-W3PHUFJY) {
  font-size: max(56px, min(4.1666666667vw, 80px));
  line-height: 1;
  letter-spacing: 0.04em
}

@media screen and (max-width: 1199.98px) {
  .heading:where(.astro-W3PHUFJY)>.-main:where(.astro-W3PHUFJY) {
    font-size: min(5.46875vw, 56px)
  }
}

@media screen and (max-width: 744px) {
  .heading:where(.astro-W3PHUFJY)>.-main:where(.astro-W3PHUFJY) {
    font-size: 8.5333333333vw
  }
}

@media print,
screen and (max-width: 744px) {
  .heading:where(.astro-W3PHUFJY)>.-main:where(.astro-W3PHUFJY) {
    font-size: 8.5333333333vw
  }
}

.heading:where(.astro-W3PHUFJY)>.-main:where(.astro-W3PHUFJY)>.-mainText:where(.astro-W3PHUFJY) {
  display: inline-block
}

.heading:where(.astro-W3PHUFJY)>.-main:where(.astro-W3PHUFJY)>.-mainText:where(.astro-W3PHUFJY)>span:where(.astro-W3PHUFJY) {
  display: inline-block;
  width: 100%;
  height: auto
}

.heading:where(.astro-W3PHUFJY)>.-sub:where(.astro-W3PHUFJY) {
  display: inline-block;
  margin-top: 1em;
  font-size: max(18px, min(1.25vw, 24px));
  font-weight: 700;
  line-height: 1.4
}

@media screen and (max-width: 1199.98px) {
  .heading:where(.astro-W3PHUFJY)>.-sub:where(.astro-W3PHUFJY) {
    margin-top: 0.8em;
    font-size: min(1.7578125vw, 18px)
  }
}

@media screen and (max-width: 744px) {
  .heading:where(.astro-W3PHUFJY)>.-sub:where(.astro-W3PHUFJY) {
    font-size: max(12px, min(3.2vw, 12px))
  }
}

@media print,
screen and (max-width: 744px) {
  .heading:where(.astro-W3PHUFJY)>.-sub:where(.astro-W3PHUFJY) {
    font-size: max(12px, min(3.2vw, 12px))
  }
}

.heading:where(.astro-W3PHUFJY)>.-sub:where(.astro-W3PHUFJY)>.-subText:where(.astro-W3PHUFJY) {
  display: inline-block
}

@media screen and (max-width: 744px) {
  br:where(.astro-D5SHAEIK).-pclb {
    display: none
  }
}

@media print,
screen and (max-width: 744px) {
  br:where(.astro-D5SHAEIK).-pclb {
    display: none
  }
}

br:where(.astro-D5SHAEIK).-tblb {
  display: none
}

@media screen and (max-width: 1199.98px) {
  br:where(.astro-D5SHAEIK).-tblb {
    display: block
  }
}

br:where(.astro-D5SHAEIK).-tblb-only {
  display: none
}

@media screen and (max-width: 1199.98px) {
  br:where(.astro-D5SHAEIK).-tblb-only {
    display: block
  }
}

@media screen and (max-width: 744px) {
  br:where(.astro-D5SHAEIK).-tblb-only {
    display: none
  }
}

@media print,
screen and (max-width: 744px) {
  br:where(.astro-D5SHAEIK).-tblb-only {
    display: none
  }
}

br:where(.astro-D5SHAEIK).-splb {
  display: none
}

@media screen and (max-width: 744px) {
  br:where(.astro-D5SHAEIK).-splb {
    display: block
  }
}

@media print,
screen and (max-width: 744px) {
  br:where(.astro-D5SHAEIK).-splb {
    display: block
  }
}

.root:where(.astro-D5SHAEIK) {
  margin-top: max(128px, min(7.9166666667vw, 152px));
  position: relative;
  z-index: 2
}

@media screen and (max-width: 1199.98px) {
  .root:where(.astro-D5SHAEIK) {
    margin-top: min(11.5234375vw, 118px)
  }
}

@media screen and (max-width: 744px) {
  .root:where(.astro-D5SHAEIK) {
    margin-top: 21.3333333333vw
  }
}

@media print,
screen and (max-width: 744px) {
  .root:where(.astro-D5SHAEIK) {
    margin-top: 21.3333333333vw
  }
}

.root:where(.astro-D5SHAEIK).passedScroll .heading:where(.astro-D5SHAEIK) {
  opacity: 1;
  top: 0
}

.inner:where(.astro-D5SHAEIK) {
  width: 100%;
  max-width: min(75vw, 1440px);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box
}

@media screen and (max-width: 744px) {
  .inner:where(.astro-D5SHAEIK) {
    padding-right: 6.25vw;
    padding-left: 6.25vw
  }
}

@media print,
screen and (max-width: 744px) {
  .inner:where(.astro-D5SHAEIK) {
    padding-right: 6.25vw;
    padding-left: 6.25vw
  }
}

@media screen and (max-width: 744px) {
  .inner:where(.astro-D5SHAEIK) {
    box-sizing: content-box
  }
}

@media print,
screen and (max-width: 744px) {
  .inner:where(.astro-D5SHAEIK) {
    box-sizing: content-box
  }
}

.heading:where(.astro-D5SHAEIK) {
  color: #716649;
  font-size: max(32px, min(2.0833333333vw, 40px));
  text-align: center;
  line-height: 1.64;
  letter-spacing: 0.04em
}

@media screen and (max-width: 1199.98px) {
  .heading:where(.astro-D5SHAEIK) {
    font-size: min(3.125vw, 32px)
  }
}

@media screen and (max-width: 744px) {
  .heading:where(.astro-D5SHAEIK) {
    font-size: 5.3333333333vw
  }
}

@media print,
screen and (max-width: 744px) {
  .heading:where(.astro-D5SHAEIK) {
    font-size: 5.3333333333vw
  }
}

.heading:where(.astro-D5SHAEIK)>.-main:where(.astro-D5SHAEIK) {
  display: inline-block;
  width: min(33.6458333333vw, 646px);
  margin-left: auto;
  margin-right: auto;
  position: relative
}

@media screen and (max-width: 1199.98px) {
  .heading:where(.astro-D5SHAEIK)>.-main:where(.astro-D5SHAEIK) {
    width: min(43.45703125vw, 445px)
  }
}

@media screen and (max-width: 744px) {
  .heading:where(.astro-D5SHAEIK)>.-main:where(.astro-D5SHAEIK) {
    width: 69.3333333333vw
  }
}

@media print,
screen and (max-width: 744px) {
  .heading:where(.astro-D5SHAEIK)>.-main:where(.astro-D5SHAEIK) {
    width: 69.3333333333vw
  }
}

.heading:where(.astro-D5SHAEIK) .-mainInner:where(.astro-D5SHAEIK) {
  display: inline-block;
  width: 100%;
  height: 100%
}

.heading:where(.astro-D5SHAEIK)>.-main:where(.astro-D5SHAEIK)::before,
.heading:where(.astro-D5SHAEIK)>.-main:where(.astro-D5SHAEIK)::after,
.heading:where(.astro-D5SHAEIK) .-mainInner:where(.astro-D5SHAEIK)::before,
.heading:where(.astro-D5SHAEIK) .-mainInner:where(.astro-D5SHAEIK)::after {
  content: "";
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  background: #a69872;
  position: absolute;
  top: 0;
  bottom: 0
}

.heading:where(.astro-D5SHAEIK)>.-main:where(.astro-D5SHAEIK)::before,
.heading:where(.astro-D5SHAEIK)>.-main:where(.astro-D5SHAEIK)::after {
  left: 0
}

.heading:where(.astro-D5SHAEIK) .-mainInner:where(.astro-D5SHAEIK)::before,
.heading:where(.astro-D5SHAEIK) .-mainInner:where(.astro-D5SHAEIK)::after {
  right: 0
}

.heading:where(.astro-D5SHAEIK)>.-main:where(.astro-D5SHAEIK)::before,
.heading:where(.astro-D5SHAEIK) .-mainInner:where(.astro-D5SHAEIK)::before {
  width: min(0.625vw, 12px);
  height: min(0.625vw, 12px);
  border-radius: 50vh
}

@media screen and (max-width: 1199.98px) {

  .heading:where(.astro-D5SHAEIK)>.-main:where(.astro-D5SHAEIK)::before,
  .heading:where(.astro-D5SHAEIK) .-mainInner:where(.astro-D5SHAEIK)::before {
    width: min(0.9765625vw, 10px);
    height: min(0.9765625vw, 10px)
  }
}

@media screen and (max-width: 744px) {

  .heading:where(.astro-D5SHAEIK)>.-main:where(.astro-D5SHAEIK)::before,
  .heading:where(.astro-D5SHAEIK) .-mainInner:where(.astro-D5SHAEIK)::before {
    width: min(1.6vw, 6px);
    height: min(1.6vw, 6px)
  }
}

@media print,
screen and (max-width: 744px) {

  .heading:where(.astro-D5SHAEIK)>.-main:where(.astro-D5SHAEIK)::before,
  .heading:where(.astro-D5SHAEIK) .-mainInner:where(.astro-D5SHAEIK)::before {
    width: min(1.6vw, 6px);
    height: min(1.6vw, 6px)
  }
}

.heading:where(.astro-D5SHAEIK)>.-main:where(.astro-D5SHAEIK)::after,
.heading:where(.astro-D5SHAEIK) .-mainInner:where(.astro-D5SHAEIK)::after {
  width: 100vw;
  height: min(0.1041666667vw, 2px)
}

@media screen and (max-width: 1199.98px) {

  .heading:where(.astro-D5SHAEIK)>.-main:where(.astro-D5SHAEIK)::after,
  .heading:where(.astro-D5SHAEIK) .-mainInner:where(.astro-D5SHAEIK)::after {
    height: min(0.1953125vw, 2px)
  }
}

@media screen and (max-width: 744px) {

  .heading:where(.astro-D5SHAEIK)>.-main:where(.astro-D5SHAEIK)::after,
  .heading:where(.astro-D5SHAEIK) .-mainInner:where(.astro-D5SHAEIK)::after {
    height: min(0.2666666667vw, 1px)
  }
}

@media print,
screen and (max-width: 744px) {

  .heading:where(.astro-D5SHAEIK)>.-main:where(.astro-D5SHAEIK)::after,
  .heading:where(.astro-D5SHAEIK) .-mainInner:where(.astro-D5SHAEIK)::after {
    height: min(0.2666666667vw, 1px)
  }
}

.heading:where(.astro-D5SHAEIK)>.-main:where(.astro-D5SHAEIK)::after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

.heading:where(.astro-D5SHAEIK) .-mainInner:where(.astro-D5SHAEIK)::after {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

.lead:where(.astro-D5SHAEIK) {
  width: 100%;
  max-width: min(65.1041666667vw, 1250px);
  min-width: 792px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin-top: max(16px, min(1.25vw, 24px));
  text-align: center;
  position: relative;
  z-index: 2
}

@media screen and (max-width: 744px) {
  .lead:where(.astro-D5SHAEIK) {
    padding-right: 6.25vw;
    padding-left: 6.25vw
  }
}

@media print,
screen and (max-width: 744px) {
  .lead:where(.astro-D5SHAEIK) {
    padding-right: 6.25vw;
    padding-left: 6.25vw
  }
}

@media screen and (max-width: 1199.98px) {
  .lead:where(.astro-D5SHAEIK) {
    margin-top: min(0.9765625vw, 10px)
  }
}

@media screen and (max-width: 744px) {
  .lead:where(.astro-D5SHAEIK) {
    max-width: 100%;
    min-width: inherit;
    margin-top: 6.4vw;
    padding: 0
  }
}

@media print,
screen and (max-width: 744px) {
  .lead:where(.astro-D5SHAEIK) {
    max-width: 100%;
    min-width: inherit;
    margin-top: 6.4vw;
    padding: 0
  }
}

.leadMain:where(.astro-D5SHAEIK) {
  font-size: max(14px, min(1.0416666667vw, 20px));
  line-height: 2.4;
  letter-spacing: 0.08em
}

@media screen and (max-width: 1199.98px) {
  .leadMain:where(.astro-D5SHAEIK) {
    font-size: min(1.3671875vw, 14px);
    line-height: 2.3
  }
}

@media screen and (max-width: 744px) {
  .leadMain:where(.astro-D5SHAEIK) {
    font-size: 3.7333333333vw;
    line-height: 2.4
  }
}

@media print,
screen and (max-width: 744px) {
  .leadMain:where(.astro-D5SHAEIK) {
    font-size: 3.7333333333vw;
    line-height: 2.4
  }
}

.leadSub:where(.astro-D5SHAEIK) {
  display: inline-block;
  margin-top: 0.5em;
  color: #716649;
  font-size: max(12px, min(0.8333333333vw, 16px));
  line-height: 1.4;
  letter-spacing: 0.04em
}

@media screen and (max-width: 1199.98px) {
  .leadSub:where(.astro-D5SHAEIK) {
    margin-top: min(0.390625vw, 4px);
    font-size: min(1.171875vw, 12px)
  }
}

@media screen and (max-width: 744px) {
  .leadSub:where(.astro-D5SHAEIK) {
    margin-top: 1.0666666667vw;
    font-size: 3.2vw;
    line-height: 2
  }
}

@media print,
screen and (max-width: 744px) {
  .leadSub:where(.astro-D5SHAEIK) {
    margin-top: 1.0666666667vw;
    font-size: 3.2vw;
    line-height: 2
  }
}

@media screen and (max-width: 1199.98px) {
  sup:where(.astro-D5SHAEIK) {
    display: inline-block;
    margin-top: -0.6em;
    font-size: min(1.07421875vw, 11px)
  }
}

@media screen and (max-width: 744px) {
  sup:where(.astro-D5SHAEIK) {
    margin-top: 0;
    font-size: 2.6666666667vw;
    line-height: 2
  }
}

@media print,
screen and (max-width: 744px) {
  sup:where(.astro-D5SHAEIK) {
    margin-top: 0;
    font-size: 2.6666666667vw;
    line-height: 2
  }
}

@media screen and (max-width: 744px) {
  br:where(.astro-VNXVQQ76).-pclb {
    display: none
  }
}

@media print,
screen and (max-width: 744px) {
  br:where(.astro-VNXVQQ76).-pclb {
    display: none
  }
}

br:where(.astro-VNXVQQ76).-tblb {
  display: none
}

@media screen and (max-width: 1199.98px) {
  br:where(.astro-VNXVQQ76).-tblb {
    display: block
  }
}

br:where(.astro-VNXVQQ76).-tblb-only {
  display: none
}

@media screen and (max-width: 1199.98px) {
  br:where(.astro-VNXVQQ76).-tblb-only {
    display: block
  }
}

@media screen and (max-width: 744px) {
  br:where(.astro-VNXVQQ76).-tblb-only {
    display: none
  }
}

@media print,
screen and (max-width: 744px) {
  br:where(.astro-VNXVQQ76).-tblb-only {
    display: none
  }
}

br:where(.astro-VNXVQQ76).-splb {
  display: none
}

@media screen and (max-width: 744px) {
  br:where(.astro-VNXVQQ76).-splb {
    display: block
  }
}

@media print,
screen and (max-width: 744px) {
  br:where(.astro-VNXVQQ76).-splb {
    display: block
  }
}

.mv:where(.astro-VNXVQQ76) {
  display: flex;
  justify-content: space-between;
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden
}

.mv:where(.astro-VNXVQQ76)::before {
  content: "";
  display: block;
  width: max(784px, min(65.9375vw, 1266px));
  height: max(784px, min(65.9375vw, 1266px));
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50vh;
  -webkit-filter: blur(120px);
  filter: blur(120px);
  position: absolute;
  top: max(-80px, min(-6.09375vw, -117px));
  left: max(-152px, min(-16.0416666667vw, -308px));
  z-index: 1;
  will-change: filter
}

@media screen and (max-width: 1199.98px) {
  .mv:where(.astro-VNXVQQ76)::before {
    width: min(67.578125vw, 804px);
    height: min(67.578125vw, 804px);
    top: min(-15.52734375vw, -168px);
    left: min(-7.2265625vw, -100px)
  }
}

@media screen and (max-width: 744px) {
  .mv:where(.astro-VNXVQQ76)::before {
    width: 117.8666666667vw;
    height: 117.8666666667vw;
    margin-left: auto;
    margin-right: auto;
    top: -6.6666666667vw;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

@media print,
screen and (max-width: 744px) {
  .mv:where(.astro-VNXVQQ76)::before {
    width: 117.8666666667vw;
    height: 117.8666666667vw;
    margin-left: auto;
    margin-right: auto;
    top: -6.6666666667vw;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

.mv__logo:where(.astro-VNXVQQ76) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding: min(6.25vw, 120px);
  position: relative;
  z-index: 2
}

@media screen and (max-width: 1199.98px) {
  .mv__logo:where(.astro-VNXVQQ76) {
    padding: 1.953125vw
  }
}

.mv__logo:where(.astro-VNXVQQ76) img:where(.astro-VNXVQQ76) {
  width: max(159px, min(14.0104166667vw, var(--width)));
  height: max(121px, min(10.1041666667vw, var(--height)))
}

@media screen and (max-width: 1199.98px) {
  .mv__logo:where(.astro-VNXVQQ76) img:where(.astro-VNXVQQ76) {
    width: min(14.2578125vw, 170px);
    height: min(10.64453125vw, 125px)
  }
}

@media screen and (max-width: 744px) {
  .mv__logo:where(.astro-VNXVQQ76) img:where(.astro-VNXVQQ76) {
    display: none
  }
  .fracora__logo:where(.astro-VNXVQQ76){
    position: fixed;
    top: 10px;
    left: 20px;
    z-index: 1000;
  }
}

@media print,
screen and (max-width: 744px) {
  .mv__logo:where(.astro-VNXVQQ76) img:where(.astro-VNXVQQ76) {
    display: none
  }
}

.mv__movie:where(.astro-VNXVQQ76) {
  flex-shrink: 0;
  width: max(881px, min(73.4375vw, var(--width)));
  height: max(564px, min(46.9791666667vw, var(--height)));
  position: relative;
  z-index: 2
}

@media screen and (max-width: 1199.98px) {
  .mv__movie:where(.astro-VNXVQQ76) {
    width: min(70.1171875vw, 841px);
    height: min(43.45703125vw, 519px)
  }
}

@media screen and (max-width: 744px) {
  .mv__movie:where(.astro-VNXVQQ76) {
    width: 88.8vw;
    height: 109.3333333333vw
  }
}

@media print,
screen and (max-width: 744px) {
  .mv__movie:where(.astro-VNXVQQ76) {
    width: 88.8vw;
    height: 109.3333333333vw
  }
}

.mv__movie:where(.astro-VNXVQQ76) video:where(.astro-VNXVQQ76) {
  width: 100%;
  height: auto
}

@media screen and (max-width: 744px) {
  .-pcOnly:where(.astro-VNXVQQ76) {
    display: none
  }
}

@media print,
screen and (max-width: 744px) {
  .-pcOnly:where(.astro-VNXVQQ76) {
    display: none
  }
}

.-spOnly:where(.astro-VNXVQQ76) {
  display: none
}

@media screen and (max-width: 744px) {
  .-spOnly:where(.astro-VNXVQQ76) {
    display: block
  }
}

@media print,
screen and (max-width: 744px) {
  .-spOnly:where(.astro-VNXVQQ76) {
    display: block
  }
}

.lead:where(.astro-VNXVQQ76) {
  padding: max(120px, min(8.3333333333vw, 160px)) 0 max(120px, min(10.4166666667vw, 200px));
  overflow: hidden;
  position: relative
}

@media screen and (max-width: 1199.98px) {
  .lead:where(.astro-VNXVQQ76) {
    padding: min(8.30078125vw, 101px) 0 min(12.01171875vw, 130px)
  }
}

@media screen and (max-width: 744px) {
  .lead:where(.astro-VNXVQQ76) {
    padding: 10.6666666667vw 0 22.4vw
  }
}

@media print,
screen and (max-width: 744px) {
  .lead:where(.astro-VNXVQQ76) {
    padding: 10.6666666667vw 0 22.4vw
  }
}

.lead:where(.astro-VNXVQQ76)::before {
  content: "";
  display: block;
  width: max(800px, min(67.8645833333vw, 1303px));
  height: max(800px, min(67.8645833333vw, 1303px));
  background: #fff;
  border-radius: 50vh;
  -webkit-filter: blur(200px);
  filter: blur(200px);
  position: absolute;
  top: max(-25px, min(-3.75vw, -72px));
  right: min(-3.6979166667vw, -71px);
  z-index: 1;
  will-change: filter
}

@media screen and (max-width: 1199.98px) {
  .lead:where(.astro-VNXVQQ76)::before {
    width: min(74.12109375vw, 883px);
    height: min(74.12109375vw, 883px);
    top: min(-8.59375vw, -88px);
    right: min(-9.08203125vw, -86px)
  }
}

@media screen and (max-width: 744px) {
  .lead:where(.astro-VNXVQQ76)::before {
    width: 93.3333333333vw;
    height: 93.3333333333vw;
    opacity: 0.8;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    top: 28.2666666667vw;
    right: -8.2666666667vw
  }
}

@media print,
screen and (max-width: 744px) {
  .lead:where(.astro-VNXVQQ76)::before {
    width: 93.3333333333vw;
    height: 93.3333333333vw;
    opacity: 0.8;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    top: 28.2666666667vw;
    right: -8.2666666667vw
  }
}

.lead__logo:where(.astro-VNXVQQ76) {
  width: min(var(--width), 100%);
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2
}

.lead__body:where(.astro-VNXVQQ76) {
  width: 100%;
  max-width: min(66.6666666667vw, 1280px);
  min-width: 850px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin-top: min(8.3333333333vw, 160px);
  position: relative;
  z-index: 2
}

@media screen and (max-width: 744px) {
  .lead__body:where(.astro-VNXVQQ76) {
    padding-right: 6.25vw;
    padding-left: 6.25vw
  }
}

@media print,
screen and (max-width: 744px) {
  .lead__body:where(.astro-VNXVQQ76) {
    padding-right: 6.25vw;
    padding-left: 6.25vw
  }
}

@media screen and (max-width: 1199.98px) {
  .lead__body:where(.astro-VNXVQQ76) {
    max-width: none;
    margin-top: min(7.03125vw, 85px);
    padding: 0
  }
}

@media screen and (max-width: 744px) {
  .lead__body:where(.astro-VNXVQQ76) {
    margin-top: 10.6666666667vw
  }
}

@media print,
screen and (max-width: 744px) {
  .lead__body:where(.astro-VNXVQQ76) {
    margin-top: 10.6666666667vw
  }
}

.lead__media:where(.astro-VNXVQQ76) {
  display: flex;
  justify-content: space-between;
  align-items: center
}

@media screen and (max-width: 1199.98px) {
  .lead__media:where(.astro-VNXVQQ76) {
    justify-content: flex-start
  }
}

@media screen and (max-width: 744px) {
  .lead__media:where(.astro-VNXVQQ76) {
    display: block
  }
}

@media print,
screen and (max-width: 744px) {
  .lead__media:where(.astro-VNXVQQ76) {
    display: block
  }
}

.lead__media__description:where(.astro-VNXVQQ76) {
  width: max(358px, min(26.5625vw, 510px))
}

@media screen and (max-width: 1199.98px) {
  .lead__media__description:where(.astro-VNXVQQ76) {
    width: inherit;
    margin-left: min(7.8125vw, 85px)
  }
}

@media screen and (max-width: 744px) {
  .lead__media__description:where(.astro-VNXVQQ76) {
    margin-top: -37.3333333333vw;
    margin-left: 12.5333333333vw;
    position: relative;
    z-index: 2
  }
}

@media print,
screen and (max-width: 744px) {
  .lead__media__description:where(.astro-VNXVQQ76) {
    margin-top: -37.3333333333vw;
    margin-left: 12.5333333333vw;
    position: relative;
    z-index: 2
  }
}

.lead__media__image:where(.astro-VNXVQQ76) {
  display: block;
  flex-shrink: 0;
  width: max(406px, min(33.59375vw, var(--width)));
  height: max(614px, min(50.78125vw, var(--height)))
}

@media screen and (max-width: 1199.98px) {
  .lead__media__image:where(.astro-VNXVQQ76) {
    width: min(39.6484375vw, 475px);
    height: min(59.9609375vw, 719px)
  }
}

@media screen and (max-width: 744px) {
  .lead__media__image:where(.astro-VNXVQQ76) {
    width: 53.3333333333vw;
    height: 80.8vw
  }
}

@media print,
screen and (max-width: 744px) {
  .lead__media__image:where(.astro-VNXVQQ76) {
    width: 53.3333333333vw;
    height: 80.8vw
  }
}

@media screen and (max-width: 744px) {
  .lead__media__heading:where(.astro-VNXVQQ76) {
    margin-left: 36.8vw
  }
}

@media print,
screen and (max-width: 744px) {
  .lead__media__heading:where(.astro-VNXVQQ76) {
    margin-left: 36.8vw
  }
}

.lead__media__heading:where(.astro-VNXVQQ76)>h2:where(.astro-VNXVQQ76) {
  font-size: max(32px, min(2.0833333333vw, 40px));
  line-height: 1.64;
  letter-spacing: 0.04em
}

@media screen and (max-width: 1199.98px) {
  .lead__media__heading:where(.astro-VNXVQQ76)>h2:where(.astro-VNXVQQ76) {
    font-size: 32px
  }
}

@media screen and (max-width: 744px) {
  .lead__media__heading:where(.astro-VNXVQQ76)>h2:where(.astro-VNXVQQ76) {
    font-size: 5.3333333333vw
  }
}

@media print,
screen and (max-width: 744px) {
  .lead__media__heading:where(.astro-VNXVQQ76)>h2:where(.astro-VNXVQQ76) {
    font-size: 5.3333333333vw
  }
}

.lead__media__heading:where(.astro-VNXVQQ76) .sup:where(.astro-VNXVQQ76) {
  margin-top: min(0.625vw, 12px)
}

.lead__media__text:where(.astro-VNXVQQ76) {
  margin-top: min(2.0833333333vw, 40px);
  font-size: max(14px, min(1.0416666667vw, 20px));
  line-height: 2.4;
  letter-spacing: 0.08em
}

@media screen and (max-width: 1199.98px) {
  .lead__media__text:where(.astro-VNXVQQ76) {
    margin-top: 40px;
    font-size: 14px;
    line-height: 2.3
  }
}

@media screen and (max-width: 744px) {
  .lead__media__text:where(.astro-VNXVQQ76) {
    margin-top: 21.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 2.45
  }
}

@media print,
screen and (max-width: 744px) {
  .lead__media__text:where(.astro-VNXVQQ76) {
    margin-top: 21.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 2.45
  }
}

.lead__media__text:where(.astro-VNXVQQ76)>.-note:where(.astro-VNXVQQ76) {
  display: inline-block;
  margin-top: 3.333333333em;
  font-size: 12px;
  line-height: 1.64;
  font-weight: 500;
  letter-spacing: 0.02em
}

@media screen and (max-width: 1199.98px) {
  .lead__media__text:where(.astro-VNXVQQ76)>.-note:where(.astro-VNXVQQ76) {
    margin-top: 40px;
    font-size: 14px
  }
}

@media screen and (max-width: 744px) {
  .lead__media__text:where(.astro-VNXVQQ76)>.-note:where(.astro-VNXVQQ76) {
    margin-top: 6.4vw;
    font-size: max(10px, 2.6666666667vw)
  }
}

@media print,
screen and (max-width: 744px) {
  .lead__media__text:where(.astro-VNXVQQ76)>.-note:where(.astro-VNXVQQ76) {
    margin-top: 6.4vw;
    font-size: max(10px, 2.6666666667vw)
  }
}

.movie:where(.astro-VNXVQQ76) {
  padding: max(120px, min(10.4166666667vw, 200px)) 0;
  background: #d4becc;
  position: relative
}

@media screen and (max-width: 744px) {
  .movie:where(.astro-VNXVQQ76) {
    padding: 21.3333333333vw 0
  }
}

@media print,
screen and (max-width: 744px) {
  .movie:where(.astro-VNXVQQ76) {
    padding: 21.3333333333vw 0
  }
}

.movie:where(.astro-VNXVQQ76)::before {
  content: "";
  display: block;
  width: max(678px, min(57.34375vw, 1101px));
  height: max(678px, min(57.34375vw, 1101px));
  margin: auto;
  background: #fff;
  -webkit-filter: blur(200px);
  filter: blur(200px);
  will-change: filter;
  border-radius: 50vh;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1
}

@media screen and (max-width: 1199.98px) {
  .movie:where(.astro-VNXVQQ76)::before {
    width: min(66.2109375vw, 776px);
    height: min(66.2109375vw, 776px)
  }
}

@media screen and (max-width: 744px) {
  .movie:where(.astro-VNXVQQ76)::before {
    width: 91.7333333333vw;
    height: 91.7333333333vw;
    -webkit-filter: blur(100px);
    filter: blur(100px)
  }
}

@media print,
screen and (max-width: 744px) {
  .movie:where(.astro-VNXVQQ76)::before {
    width: 91.7333333333vw;
    height: 91.7333333333vw;
    -webkit-filter: blur(100px);
    filter: blur(100px)
  }
}

.movie__button:where(.astro-VNXVQQ76) {
  width: max(781px, min(65.1041666667vw, 1250px));
  height: max(438px, min(36.5625vw, 702px));
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2
}

@media screen and (max-width: 1199.98px) {
  .movie__button:where(.astro-VNXVQQ76) {
    width: min(76.26953125vw, 919px);
    height: min(42.7734375vw, 515px)
  }
}

@media screen and (max-width: 744px) {
  .movie__button:where(.astro-VNXVQQ76) {
    width: 87.2vw;
    height: 49.0666666667vw
  }
}

@media print,
screen and (max-width: 744px) {
  .movie__button:where(.astro-VNXVQQ76) {
    width: 87.2vw;
    height: 49.0666666667vw
  }
}

.movie__button:where(.astro-VNXVQQ76):hover>button:where(.astro-VNXVQQ76)::before {
  background: #beb299
}

.movie__button:where(.astro-VNXVQQ76):hover>button:where(.astro-VNXVQQ76)::after {
  background: #716649
}

.movie__button:where(.astro-VNXVQQ76)>button:where(.astro-VNXVQQ76)::before,
.movie__button:where(.astro-VNXVQQ76)>button:where(.astro-VNXVQQ76)::after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background 0.2s cubic-bezier(0.42, 0, 0.58, 1)
}

.movie__button:where(.astro-VNXVQQ76)>button:where(.astro-VNXVQQ76)::before {
  content: "";
  display: block;
  width: max(62px, min(5.2083333333vw, 100px));
  height: max(62px, min(5.2083333333vw, 100px));
  background: #a69872;
  border-radius: 50vh
}

@media screen and (max-width: 1199.98px) {
  .movie__button:where(.astro-VNXVQQ76)>button:where(.astro-VNXVQQ76)::before {
    width: min(6.0546875vw, 73px);
    height: min(6.0546875vw, 73px)
  }
}

@media screen and (max-width: 744px) {
  .movie__button:where(.astro-VNXVQQ76)>button:where(.astro-VNXVQQ76)::before {
    width: 10.6666666667vw;
    height: 10.6666666667vw
  }
}

@media print,
screen and (max-width: 744px) {
  .movie__button:where(.astro-VNXVQQ76)>button:where(.astro-VNXVQQ76)::before {
    width: 10.6666666667vw;
    height: 10.6666666667vw
  }
}

.movie__button:where(.astro-VNXVQQ76)>button:where(.astro-VNXVQQ76)::after {
  width: max(20px, min(1.6666666667vw, 32px));
  height: calc(max(28px, min(2.34375vw, 45px)) / 2 * 1.73205);
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transform: translateX(20%);
  transform: translateX(20%)
}

@media screen and (max-width: 1199.98px) {
  .movie__button:where(.astro-VNXVQQ76)>button:where(.astro-VNXVQQ76)::after {
    width: min(1.953125vw, 24px);
    height: calc(min(2.734375vw, 31px) / 2 * 1.73205)
  }
}

@media screen and (max-width: 744px) {
  .movie__button:where(.astro-VNXVQQ76)>button:where(.astro-VNXVQQ76)::after {
    width: 3.2vw;
    height: 4.15692vw
  }
}

@media print,
screen and (max-width: 744px) {
  .movie__button:where(.astro-VNXVQQ76)>button:where(.astro-VNXVQQ76)::after {
    width: 3.2vw;
    height: 4.15692vw
  }
}

.movie__button:where(.astro-VNXVQQ76)>img:where(.astro-VNXVQQ76) {
  width: 100%;
  height: auto
}

.movie__body:where(.astro-VNXVQQ76) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out
}

.movie__body:where(.astro-VNXVQQ76) :where(.astro-VNXVQQ76) {
  opacity: 0
}

.movie__body:where(.astro-VNXVQQ76)[aria-hidden=false] {
  visibility: visible;
  opacity: 1
}

.movie__body:where(.astro-VNXVQQ76)[aria-hidden=false] :where(.astro-VNXVQQ76) {
  opacity: 1
}

.movie__item:where(.astro-VNXVQQ76) {
  width: max(781px, min(65.1041666667vw, 1250px));
  height: max(438px, min(36.5625vw, 702px));
  aspect-ratio: 560/315;
  position: relative
}

@media screen and (max-width: 1199.98px) {
  .movie__item:where(.astro-VNXVQQ76) {
    width: min(76.26953125vw, 919px);
    height: min(42.7734375vw, 515px)
  }
}

@media screen and (max-width: 744px) {
  .movie__item:where(.astro-VNXVQQ76) {
    width: 87.2vw;
    height: 49.0666666667vw
  }
}

@media print,
screen and (max-width: 744px) {
  .movie__item:where(.astro-VNXVQQ76) {
    width: 87.2vw;
    height: 49.0666666667vw
  }
}

.movie__item:where(.astro-VNXVQQ76)>iframe:where(.astro-VNXVQQ76) {
  width: 100%;
  height: 100%
}

.movie__close__button:where(.astro-VNXVQQ76) {
  width: min(5.2083333333vw, 100px);
  height: min(5.2083333333vw, 100px);
  background: #fff;
  border-radius: 50vh;
  position: absolute;
  top: min(-0.5208333333vw, -10px);
  right: min(-0.7291666667vw, -14px);
  -webkit-transform: translateX(100%) translateY(-100%);
  transform: translateX(100%) translateY(-100%)
}

@media screen and (max-width: 1199.98px) {
  .movie__close__button:where(.astro-VNXVQQ76) {
    width: min(6.0546875vw, 62px);
    height: min(6.0546875vw, 62px);
    top: min(-4.4921875vw, -46px);
    right: min(0.5859375vw, 6px);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
}

@media screen and (max-width: 744px) {
  .movie__close__button:where(.astro-VNXVQQ76) {
    width: min(10.6666666667vw, 40px);
    height: min(10.6666666667vw, 40px);
    top: min(-7.4666666667vw, -28px);
    right: min(1.0666666667vw, 4px)
  }
}

@media print,
screen and (max-width: 744px) {
  .movie__close__button:where(.astro-VNXVQQ76) {
    width: min(10.6666666667vw, 40px);
    height: min(10.6666666667vw, 40px);
    top: min(-7.4666666667vw, -28px);
    right: min(1.0666666667vw, 4px)
  }
}

.movie__close__button:where(.astro-VNXVQQ76):hover::before,
.movie__close__button:where(.astro-VNXVQQ76):hover::after {
  background: #a69872
}

.movie__close__button:where(.astro-VNXVQQ76)::before,
.movie__close__button:where(.astro-VNXVQQ76)::after {
  content: "";
  display: block;
  width: min(2.0833333333vw, 40px);
  height: min(0.2083333333vw, 4px);
  margin: auto;
  background: #716649;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background 0.2s cubic-bezier(0.42, 0, 0.58, 1)
}

@media screen and (max-width: 1199.98px) {

  .movie__close__button:where(.astro-VNXVQQ76)::before,
  .movie__close__button:where(.astro-VNXVQQ76)::after {
    width: min(2.9296875vw, 30px);
    height: min(0.390625vw, 4px)
  }
}

@media screen and (max-width: 744px) {

  .movie__close__button:where(.astro-VNXVQQ76)::before,
  .movie__close__button:where(.astro-VNXVQQ76)::after {
    width: min(5.3333333333vw, 20px);
    height: min(0.5333333333vw, 2px)
  }
}

@media print,
screen and (max-width: 744px) {

  .movie__close__button:where(.astro-VNXVQQ76)::before,
  .movie__close__button:where(.astro-VNXVQQ76)::after {
    width: min(5.3333333333vw, 20px);
    height: min(0.5333333333vw, 2px)
  }
}

.movie__close__button:where(.astro-VNXVQQ76)::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.movie__close__button:where(.astro-VNXVQQ76)::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.movie__close__button:where(.astro-VNXVQQ76)>span:where(.astro-VNXVQQ76) {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  white-space: nowrap
}

.innovative__circle01:where(.astro-VNXVQQ76) {
  margin-top: max(64px, min(8.3333333333vw, 160px));
  position: relative
}

@media screen and (max-width: 1199.98px) {
  .innovative__circle01:where(.astro-VNXVQQ76) {
    margin-top: min(11.71875vw, 120px)
  }
}

@media screen and (max-width: 744px) {
  .innovative__circle01:where(.astro-VNXVQQ76) {
    margin-top: 16.8vw
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle01:where(.astro-VNXVQQ76) {
    margin-top: 16.8vw
  }
}

.innovative__circle01:where(.astro-VNXVQQ76)::before {
  content: "";
  display: block;
  width: max(583px, min(39.5833333333vw, 760px));
  height: max(583px, min(39.5833333333vw, 760px));
  background: #fff;
  border-radius: 50vh;
  -webkit-filter: blur(120px);
  filter: blur(120px);
  position: absolute;
  top: max(-181px, min(-9.4270833333vw, -163px));
  right: max(194px, min(21.0416666667vw, 404px));
  z-index: 1;
  will-change: filter
}

@media screen and (max-width: 1199.98px) {
  .innovative__circle01:where(.astro-VNXVQQ76)::before {
    width: min(56.93359375vw, 583px);
    height: min(56.93359375vw, 583px);
    top: min(-13.76953125vw, -141px);
    right: min(4.58984375vw, 47px)
  }
}

@media screen and (max-width: 744px) {
  .innovative__circle01:where(.astro-VNXVQQ76)::before {
    width: 104.5333333333vw;
    height: 104.5333333333vw;
    top: -17.6vw;
    right: 0;
    left: -23.2vw
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle01:where(.astro-VNXVQQ76)::before {
    width: 104.5333333333vw;
    height: 104.5333333333vw;
    top: -17.6vw;
    right: 0;
    left: -23.2vw
  }
}

.innovative__circle01__heading:where(.astro-VNXVQQ76) {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  max-width: min(56.875vw, 1092px);
  min-width: 850px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 2
}

@media screen and (max-width: 744px) {
  .innovative__circle01__heading:where(.astro-VNXVQQ76) {
    padding-right: 6.25vw;
    padding-left: 6.25vw
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle01__heading:where(.astro-VNXVQQ76) {
    padding-right: 6.25vw;
    padding-left: 6.25vw
  }
}

@media screen and (max-width: 1199.98px) {
  .innovative__circle01__heading:where(.astro-VNXVQQ76) {
    max-width: min(72.65625vw, 750px);
    min-width: inherit
  }
}

@media screen and (max-width: 744px) {
  .innovative__circle01__heading:where(.astro-VNXVQQ76) {
    max-width: 87.2vw;
    padding: 0
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle01__heading:where(.astro-VNXVQQ76) {
    max-width: 87.2vw;
    padding: 0
  }
}

.innovative__circle01__heading:where(.astro-VNXVQQ76) h3:where(.astro-VNXVQQ76) {
  font-size: max(32px, min(2.0833333333vw, 40px));
  line-height: 1.64;
  letter-spacing: 0.04em
}

@media screen and (max-width: 1199.98px) {
  .innovative__circle01__heading:where(.astro-VNXVQQ76) h3:where(.astro-VNXVQQ76) {
    font-size: min(3.125vw, 32px)
  }
}

@media screen and (max-width: 744px) {
  .innovative__circle01__heading:where(.astro-VNXVQQ76) h3:where(.astro-VNXVQQ76) {
    font-size: 5.3333333333vw
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle01__heading:where(.astro-VNXVQQ76) h3:where(.astro-VNXVQQ76) {
    font-size: 5.3333333333vw
  }
}

.innovative__circle01__heading:where(.astro-VNXVQQ76) p:where(.astro-VNXVQQ76) {
  margin-top: -0.1em;
  font-size: max(18px, min(1.25vw, 24px));
  line-height: 1.4
}

@media screen and (max-width: 1199.98px) {
  .innovative__circle01__heading:where(.astro-VNXVQQ76) p:where(.astro-VNXVQQ76) {
    margin-top: -0.5em;
    font-size: min(1.7578125vw, 18px)
  }
}

@media screen and (max-width: 744px) {
  .innovative__circle01__heading:where(.astro-VNXVQQ76) p:where(.astro-VNXVQQ76) {
    margin-top: 0;
    font-size: 3.2vw
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle01__heading:where(.astro-VNXVQQ76) p:where(.astro-VNXVQQ76) {
    margin-top: 0;
    font-size: 3.2vw
  }
}

.innovative__circle01__heading:where(.astro-VNXVQQ76) p:where(.astro-VNXVQQ76)>.sup:where(.astro-VNXVQQ76) {
  display: inline-block;
  margin-top: -0.3em
}

.innovative__circle01__list:where(.astro-VNXVQQ76) {
  width: 100%;
  max-width: min(65.0520833333vw, 1249px);
  min-width: 800px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  margin-top: max(-120px, min(-7.8125vw, -150px));
  position: relative;
  z-index: 2
}

@media screen and (max-width: 744px) {
  .innovative__circle01__list:where(.astro-VNXVQQ76) {
    padding-right: 6.25vw;
    padding-left: 6.25vw
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle01__list:where(.astro-VNXVQQ76) {
    padding-right: 6.25vw;
    padding-left: 6.25vw
  }
}

@media screen and (max-width: 1199.98px) {
  .innovative__circle01__list:where(.astro-VNXVQQ76) {
    max-width: min(78.125vw, 893px);
    min-width: inherit;
    margin-top: min(-7.8125vw, -80px)
  }
}

@media screen and (max-width: 744px) {
  .innovative__circle01__list:where(.astro-VNXVQQ76) {
    flex-direction: column;
    max-width: 100%;
    min-width: inherit;
    margin-top: 6.4vw;
    overflow: hidden
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle01__list:where(.astro-VNXVQQ76) {
    flex-direction: column;
    max-width: 100%;
    min-width: inherit;
    margin-top: 6.4vw;
    overflow: hidden
  }
}

.innovative__circle01__list:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: max(433px, min(35.15625vw, 675px));
  height: max(433px, min(35.15625vw, 675px));
  border-radius: 50vh
}

@media screen and (max-width: 1199.98px) {
  .innovative__circle01__list:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76) {
    width: min(42.28515625vw, 483px);
    height: min(42.28515625vw, 483px)
  }
}

@media screen and (max-width: 744px) {
  .innovative__circle01__list:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76) {
    width: 125.8666666667vw;
    height: 125.8666666667vw
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle01__list:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76) {
    width: 125.8666666667vw;
    height: 125.8666666667vw
  }
}

.innovative__circle01__list:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76):nth-of-type(1) {
  padding-top: min(1.5625vw, 30px);
  background: linear-gradient(122.93deg, #f0e7ef 60.42%, #dfd3c0 83.15%);
  border: 2px solid #c0b493;
  color: #716649
}

@media screen and (max-width: 1199.98px) {
  .innovative__circle01__list:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76):nth-of-type(1) {
    padding-top: min(0.48828125vw, 5px);
    font-size: min(2.1484375vw, 22px)
  }
}

@media screen and (max-width: 744px) {
  .innovative__circle01__list:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76):nth-of-type(1) {
    padding-top: 0;
    padding-left: 16vw;
    -webkit-transform: translateX(-36.2666666667vw);
    transform: translateX(-36.2666666667vw)
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle01__list:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76):nth-of-type(1) {
    padding-top: 0;
    padding-left: 16vw;
    -webkit-transform: translateX(-36.2666666667vw);
    transform: translateX(-36.2666666667vw)
  }
}

.innovative__circle01__list:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76):nth-of-type(2) {
  margin-top: max(138px, min(10.4166666667vw, 200px));
  background: #c0b493;
  color: #fff;
  -webkit-transform: translateX(max(-80px, min(-5.2083333333vw, -100px)));
  transform: translateX(max(-80px, min(-5.2083333333vw, -100px)))
}

@media screen and (max-width: 1199.98px) {
  .innovative__circle01__list:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76):nth-of-type(2) {
    margin-top: min(13.4765625vw, 154px);
    padding-top: min(1.953125vw, 20px);
    -webkit-transform: translateX(min(-6.54296875vw, -67px));
    transform: translateX(min(-6.54296875vw, -67px))
  }
}

@media screen and (max-width: 744px) {
  .innovative__circle01__list:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76):nth-of-type(2) {
    margin-top: -15.4666666667vw;
    padding-right: 16vw;
    -webkit-transform: translateX(-1.6vw);
    transform: translateX(-1.6vw)
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle01__list:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76):nth-of-type(2) {
    margin-top: -15.4666666667vw;
    padding-right: 16vw;
    -webkit-transform: translateX(-1.6vw);
    transform: translateX(-1.6vw)
  }
}

.innovative__circle01__list__heading:where(.astro-VNXVQQ76) {
  font-size: max(22px, min(1.6666666667vw, 32px));
  line-height: 1.64;
  letter-spacing: 0.04em
}

@media screen and (max-width: 1199.98px) {
  .innovative__circle01__list__heading:where(.astro-VNXVQQ76) {
    font-size: min(2.1484375vw, 22px)
  }
}

@media screen and (max-width: 744px) {
  .innovative__circle01__list__heading:where(.astro-VNXVQQ76) {
    font-size: 4.2666666667vw
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle01__list__heading:where(.astro-VNXVQQ76) {
    font-size: 4.2666666667vw
  }
}

.innovative__circle01__list__image:where(.astro-VNXVQQ76) {
  margin-top: max(4px, min(0.8333333333vw, 16px));
  text-align: center
}

@media screen and (max-width: 1199.98px) {
  .innovative__circle01__list__image:where(.astro-VNXVQQ76) {
    margin-top: min(0.390625vw, 16px)
  }
}

@media screen and (max-width: 744px) {
  .innovative__circle01__list__image:where(.astro-VNXVQQ76) {
    margin-top: 6.4vw
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle01__list__image:where(.astro-VNXVQQ76) {
    margin-top: 6.4vw
  }
}

@media screen and (max-width: 1199.98px) {
  .innovative__circle01__list:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76):nth-of-type(2) .innovative__circle01__list__image:where(.astro-VNXVQQ76) {
    margin-top: min(1.171875vw, 16px)
  }
}

@media screen and (max-width: 744px) {
  .innovative__circle01__list:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76):nth-of-type(2) .innovative__circle01__list__image:where(.astro-VNXVQQ76) {
    margin-top: 6.4vw
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle01__list:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76):nth-of-type(2) .innovative__circle01__list__image:where(.astro-VNXVQQ76) {
    margin-top: 6.4vw
  }
}

.innovative__circle01__list__image:where(.astro-VNXVQQ76) img:where(.astro-VNXVQQ76) {
  width: max(319px, min(23.3333333333vw, var(--width)));
  height: max(216px, min(15.8333333333vw, var(--height)));
  border-radius: max(32px, min(2.5vw, 48px))
}

@media screen and (max-width: 1199.98px) {
  .innovative__circle01__list__image:where(.astro-VNXVQQ76) img:where(.astro-VNXVQQ76) {
    width: min(31.15234375vw, 319px);
    height: min(21.09375vw, 216px);
    border-radius: min(3.125vw, 32px)
  }
}

@media screen and (max-width: 744px) {
  .innovative__circle01__list__image:where(.astro-VNXVQQ76) img:where(.astro-VNXVQQ76) {
    width: 68.5333333333vw;
    height: 57.6vw;
    border-radius: 8.5333333333vw
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle01__list__image:where(.astro-VNXVQQ76) img:where(.astro-VNXVQQ76) {
    width: 68.5333333333vw;
    height: 57.6vw;
    border-radius: 8.5333333333vw
  }
}

@media screen and (max-width: 744px) {
  .innovative__circle01__list:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76):nth-of-type(2) .innovative__circle01__list__image:where(.astro-VNXVQQ76) img:where(.astro-VNXVQQ76) {
    width: 68.5333333333vw;
    height: 54.4vw
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle01__list:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76):nth-of-type(2) .innovative__circle01__list__image:where(.astro-VNXVQQ76) img:where(.astro-VNXVQQ76) {
    width: 68.5333333333vw;
    height: 54.4vw
  }
}

.innovative__circle01__list__image:where(.astro-VNXVQQ76)>p:where(.astro-VNXVQQ76) {
  font-size: max(12px, min(0.7291666667vw, 14px));
  font-weight: 500;
  line-height: 1.64;
  letter-spacing: 0.02em
}

@media screen and (max-width: 1199.98px) {
  .innovative__circle01__list__image:where(.astro-VNXVQQ76)>p:where(.astro-VNXVQQ76) {
    font-size: min(1.171875vw, 12px)
  }
}

@media screen and (max-width: 744px) {
  .innovative__circle01__list__image:where(.astro-VNXVQQ76)>p:where(.astro-VNXVQQ76) {
    font-size: 2.6666666667vw
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle01__list__image:where(.astro-VNXVQQ76)>p:where(.astro-VNXVQQ76) {
    font-size: 2.6666666667vw
  }
}

.innovative__circle01__list__text:where(.astro-VNXVQQ76) {
  margin-top: 0.8333333333vw;
  font-size: max(12px, min(1.0416666667vw, 20px));
  line-height: 2.4;
  letter-spacing: 0.08em;
  text-align: center
}

@media screen and (max-width: 1199.98px) {
  .innovative__circle01__list__text:where(.astro-VNXVQQ76) {
    margin-top: min(1.171875vw, 16px);
    font-size: min(1.171875vw, 12px);
    line-height: 2
  }
}

@media screen and (max-width: 744px) {
  .innovative__circle01__list__text:where(.astro-VNXVQQ76) {
    margin-top: 3.2vw;
    font-size: 3.2vw;
    letter-spacing: 0.04em
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle01__list__text:where(.astro-VNXVQQ76) {
    margin-top: 3.2vw;
    font-size: 3.2vw;
    letter-spacing: 0.04em
  }
}

.innovative__circle01__list:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76):nth-of-type(2) .innovative__circle01__list__text:where(.astro-VNXVQQ76) {
  margin-top: max(8px, min(0.8333333333vw, 16px))
}

@media screen and (max-width: 1199.98px) {
  .innovative__circle01__list:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76):nth-of-type(2) .innovative__circle01__list__text:where(.astro-VNXVQQ76) {
    margin-top: min(0.390625vw, 16px)
  }
}

@media screen and (max-width: 744px) {
  .innovative__circle01__list:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76):nth-of-type(2) .innovative__circle01__list__text:where(.astro-VNXVQQ76) {
    margin-top: 4.2666666667vw
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle01__list:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76):nth-of-type(2) .innovative__circle01__list__text:where(.astro-VNXVQQ76) {
    margin-top: 4.2666666667vw
  }
}

.innovative__circle01__text:where(.astro-VNXVQQ76) {
  width: 100%;
  max-width: min(55.7291666667vw, 1070px);
  min-width: 640px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin-top: max(-96px, min(-5vw, -48px));
  position: relative;
  z-index: 2
}

@media screen and (max-width: 744px) {
  .innovative__circle01__text:where(.astro-VNXVQQ76) {
    padding-right: 6.25vw;
    padding-left: 6.25vw
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle01__text:where(.astro-VNXVQQ76) {
    padding-right: 6.25vw;
    padding-left: 6.25vw
  }
}

@media screen and (max-width: 1199.98px) {
  .innovative__circle01__text:where(.astro-VNXVQQ76) {
    max-width: min(72.65625vw, 750px);
    min-width: inherit;
    margin-top: min(-6.640625vw, -68px)
  }
}

@media screen and (max-width: 744px) {
  .innovative__circle01__text:where(.astro-VNXVQQ76) {
    max-width: 100%;
    margin-top: 2.1333333333vw
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle01__text:where(.astro-VNXVQQ76) {
    max-width: 100%;
    margin-top: 2.1333333333vw
  }
}

.innovative__circle01__text:where(.astro-VNXVQQ76)>p:where(.astro-VNXVQQ76) {
  font-size: max(14px, min(1.0416666667vw, 20px));
  line-height: 2.4;
  letter-spacing: 0.08em
}

@media screen and (max-width: 1199.98px) {
  .innovative__circle01__text:where(.astro-VNXVQQ76)>p:where(.astro-VNXVQQ76) {
    font-size: min(1.3671875vw, 14px);
    line-height: 2.3
  }
}

@media screen and (max-width: 744px) {
  .innovative__circle01__text:where(.astro-VNXVQQ76)>p:where(.astro-VNXVQQ76) {
    font-size: 3.7333333333vw;
    line-height: 2.45
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle01__text:where(.astro-VNXVQQ76)>p:where(.astro-VNXVQQ76) {
    font-size: 3.7333333333vw;
    line-height: 2.45
  }
}

@media screen and (max-width: 1199.98px) {
  .innovative__circle01__text:where(.astro-VNXVQQ76)>p:where(.astro-VNXVQQ76)>sup:where(.astro-VNXVQQ76) {
    display: inline-block;
    margin-top: -0.2em
  }
}

.innovative__circle02:where(.astro-VNXVQQ76) {
  margin-top: max(128px, min(10.4166666667vw, 200px));
  position: relative
}

@media screen and (max-width: 1199.98px) {
  .innovative__circle02:where(.astro-VNXVQQ76) {
    margin-top: min(15.8203125vw, 162px)
  }
}

@media screen and (max-width: 744px) {
  .innovative__circle02:where(.astro-VNXVQQ76) {
    margin-top: 21.3333333333vw
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle02:where(.astro-VNXVQQ76) {
    margin-top: 21.3333333333vw
  }
}

.innovative__circle02:where(.astro-VNXVQQ76)::before {
  content: "";
  display: block;
  width: max(583px, min(40.9375vw, 786px));
  height: max(583px, min(40.9375vw, 786px));
  margin: auto;
  background: #fff;
  border-radius: 50vh;
  -webkit-filter: blur(120px);
  filter: blur(120px);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  will-change: filter
}

@media screen and (max-width: 1199.98px) {
  .innovative__circle02:where(.astro-VNXVQQ76)::before {
    width: min(52.24609375vw, 535px);
    height: min(52.24609375vw, 535px);
    top: min(-3.3203125vw, -34px)
  }
}

@media screen and (max-width: 744px) {
  .innovative__circle02:where(.astro-VNXVQQ76)::before {
    width: 88vw;
    height: 88vw;
    top: -1.953125vw
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle02:where(.astro-VNXVQQ76)::before {
    width: 88vw;
    height: 88vw;
    top: -1.953125vw
  }
}

.innovative__circle02__heading:where(.astro-VNXVQQ76) {
  width: 100%;
  max-width: min(55.7291666667vw, 1070px);
  min-width: 640px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 2
}

@media screen and (max-width: 744px) {
  .innovative__circle02__heading:where(.astro-VNXVQQ76) {
    padding-right: 6.25vw;
    padding-left: 6.25vw
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle02__heading:where(.astro-VNXVQQ76) {
    padding-right: 6.25vw;
    padding-left: 6.25vw
  }
}

@media screen and (max-width: 1199.98px) {
  .innovative__circle02__heading:where(.astro-VNXVQQ76) {
    max-width: min(72.65625vw, 750px);
    min-width: inherit
  }
}

@media screen and (max-width: 744px) {
  .innovative__circle02__heading:where(.astro-VNXVQQ76) {
    max-width: 100%
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle02__heading:where(.astro-VNXVQQ76) {
    max-width: 100%
  }
}

.innovative__circle02__heading:where(.astro-VNXVQQ76) h3:where(.astro-VNXVQQ76) {
  font-size: max(32px, min(2.0833333333vw, 40px));
  line-height: 1.64;
  letter-spacing: 0.04em
}

@media screen and (max-width: 1199.98px) {
  .innovative__circle02__heading:where(.astro-VNXVQQ76) h3:where(.astro-VNXVQQ76) {
    font-size: min(3.125vw, 32px)
  }
}

@media screen and (max-width: 744px) {
  .innovative__circle02__heading:where(.astro-VNXVQQ76) h3:where(.astro-VNXVQQ76) {
    font-size: 5.3333333333vw
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle02__heading:where(.astro-VNXVQQ76) h3:where(.astro-VNXVQQ76) {
    font-size: 5.3333333333vw
  }
}

.innovative__circle02__list:where(.astro-VNXVQQ76) {
  margin-top: max(48px, min(3.4375vw, 66px));
  position: relative;
  z-index: 2
}

@media screen and (max-width: 1199.98px) {
  .innovative__circle02__list:where(.astro-VNXVQQ76) {
    margin-top: min(3.90625vw, 48px)
  }
}

@media screen and (max-width: 744px) {
  .innovative__circle02__list:where(.astro-VNXVQQ76) {
    margin-top: 10.6666666667vw
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle02__list:where(.astro-VNXVQQ76) {
    margin-top: 10.6666666667vw
  }
}

.innovative__circle02__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76) {
  display: flex;
  justify-content: center;
  gap: max(42px, min(4.0625vw, 78px))
}

@media screen and (max-width: 1199.98px) {
  .innovative__circle02__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76) {
    gap: min(4.1015625vw, 42px)
  }
}

@media screen and (max-width: 744px) {
  .innovative__circle02__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76) {
    flex-direction: column;
    align-items: center;
    gap: 10.6666666667vw
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle02__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76) {
    flex-direction: column;
    align-items: center;
    gap: 10.6666666667vw
  }
}

.innovative__circle02__list__title:where(.astro-VNXVQQ76) {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center
}

.innovative__circle02__list__title:where(.astro-VNXVQQ76)>.-mainText:where(.astro-VNXVQQ76) {
  margin-top: min(0.8333333333vw, 16px);
  font-size: max(22px, min(1.6666666667vw, 32px));
  line-height: 1.64
}

@media screen and (max-width: 1199.98px) {
  .innovative__circle02__list__title:where(.astro-VNXVQQ76)>.-mainText:where(.astro-VNXVQQ76) {
    margin-top: min(1.5625vw, 16px);
    font-size: min(2.1484375vw, 22px)
  }
}

@media screen and (max-width: 744px) {
  .innovative__circle02__list__title:where(.astro-VNXVQQ76)>.-mainText:where(.astro-VNXVQQ76) {
    margin-top: 2.1333333333vw;
    font-size: 4.2666666667vw
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle02__list__title:where(.astro-VNXVQQ76)>.-mainText:where(.astro-VNXVQQ76) {
    margin-top: 2.1333333333vw;
    font-size: 4.2666666667vw
  }
}

.innovative__circle02__list__title:where(.astro-VNXVQQ76)>.-subText:where(.astro-VNXVQQ76) {
  color: #716649;
  font-size: max(18px, min(1.25vw, 24px));
  line-height: 1.4
}

@media screen and (max-width: 1199.98px) {
  .innovative__circle02__list__title:where(.astro-VNXVQQ76)>.-subText:where(.astro-VNXVQQ76) {
    font-size: min(1.7578125vw, 18px)
  }
}

@media screen and (max-width: 744px) {
  .innovative__circle02__list__title:where(.astro-VNXVQQ76)>.-subText:where(.astro-VNXVQQ76) {
    font-size: 3.2vw
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle02__list__title:where(.astro-VNXVQQ76)>.-subText:where(.astro-VNXVQQ76) {
    font-size: 3.2vw
  }
}

.innovative__circle02__list__desc:where(.astro-VNXVQQ76) {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: max(16px, min(1.25vw, 24px))
}

@media screen and (max-width: 1199.98px) {
  .innovative__circle02__list__desc:where(.astro-VNXVQQ76) {
    margin-top: min(1.5625vw, 16px)
  }
}

@media screen and (max-width: 744px) {
  .innovative__circle02__list__desc:where(.astro-VNXVQQ76) {
    margin-top: 4.2666666667vw
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle02__list__desc:where(.astro-VNXVQQ76) {
    margin-top: 4.2666666667vw
  }
}

.innovative__circle02__list__image:where(.astro-VNXVQQ76) {
  width: max(158px, min(13.0208333333vw, var(--width)));
  height: max(158px, min(13.0208333333vw, var(--height)));
  position: relative;
  z-index: 2
}

@media screen and (max-width: 1199.98px) {
  .innovative__circle02__list__image:where(.astro-VNXVQQ76) {
    width: min(15.4296875vw, 158px);
    height: min(15.4296875vw, 158px)
  }
}

@media screen and (max-width: 744px) {
  .innovative__circle02__list__image:where(.astro-VNXVQQ76) {
    width: 36.2666666667vw;
    height: 36.2666666667vw
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle02__list__image:where(.astro-VNXVQQ76) {
    width: 36.2666666667vw;
    height: 36.2666666667vw
  }
}

.innovative__circle02__list__image:where(.astro-VNXVQQ76) img:where(.astro-VNXVQQ76) {
  border-radius: 50vh
}

.innovative__circle02__list__bg:where(.astro-VNXVQQ76) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: max(235px, min(19.375vw, 372px));
  height: max(235px, min(19.375vw, 372px));
  margin-top: max(-90px, min(-4.6875vw, -57px));
  background: rgba(192, 180, 147, 0.5);
  border-radius: 50vh;
  text-align: center;
  position: relative;
  z-index: 1
}

@media screen and (max-width: 1199.98px) {
  .innovative__circle02__list__bg:where(.astro-VNXVQQ76) {
    width: min(22.94921875vw, 235px);
    height: min(22.94921875vw, 235px);
    margin-top: min(-5.56640625vw, -57px)
  }
}

@media screen and (max-width: 744px) {
  .innovative__circle02__list__bg:where(.astro-VNXVQQ76) {
    width: 59.2vw;
    height: 59.2vw;
    margin-top: -15.7333333333vw
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle02__list__bg:where(.astro-VNXVQQ76) {
    width: 59.2vw;
    height: 59.2vw;
    margin-top: -15.7333333333vw
  }
}

.innovative__circle02__list__bg:where(.astro-VNXVQQ76)>p:where(.astro-VNXVQQ76) {
  font-size: max(14px, min(1.0416666667vw, 20px));
  line-height: 2.4;
  letter-spacing: 0.08em
}

@media screen and (max-width: 1199.98px) {
  .innovative__circle02__list__bg:where(.astro-VNXVQQ76)>p:where(.astro-VNXVQQ76) {
    font-size: min(1.3671875vw, 14px);
    line-height: 2.3
  }
}

@media screen and (max-width: 744px) {
  .innovative__circle02__list__bg:where(.astro-VNXVQQ76)>p:where(.astro-VNXVQQ76) {
    font-size: 3.2vw;
    line-height: 2
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle02__list__bg:where(.astro-VNXVQQ76)>p:where(.astro-VNXVQQ76) {
    font-size: 3.2vw;
    line-height: 2
  }
}

.innovative__circle02__note:where(.astro-VNXVQQ76) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: max(4px, min(0.4166666667vw, 8px)) max(16px, min(1.25vw, 24px));
  width: 100%;
  max-width: max(700px, min(41.6666666667vw, 800px));
  margin-top: max(40px, min(4.1666666667vw, 80px));
  margin-left: auto;
  margin-right: auto;
  font-weight: 500
}

@media screen and (max-width: 1199.98px) {
  .innovative__circle02__note:where(.astro-VNXVQQ76) {
    gap: min(0.78125vw, 8px) min(2.34375vw, 24px);
    max-width: min(68.359375vw, 700px);
    margin-top: min(3.90625vw, 56px)
  }
}

@media screen and (max-width: 744px) {
  .innovative__circle02__note:where(.astro-VNXVQQ76) {
    justify-content: flex-start;
    gap: 1.0666666667vw 2.1333333333vw;
    margin-top: 10.6666666667vw;
    max-width: 100%;
    padding-right: 5.3333333333vw;
    padding-left: 6.6666666667vw
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle02__note:where(.astro-VNXVQQ76) {
    justify-content: flex-start;
    gap: 1.0666666667vw 2.1333333333vw;
    margin-top: 10.6666666667vw;
    max-width: 100%;
    padding-right: 5.3333333333vw;
    padding-left: 6.6666666667vw
  }
}

.innovative__circle02__note:where(.astro-VNXVQQ76)>p:where(.astro-VNXVQQ76) {
  font-size: max(12px, min(0.7291666667vw, 14px))
}

@media screen and (max-width: 1199.98px) {
  .innovative__circle02__note:where(.astro-VNXVQQ76)>p:where(.astro-VNXVQQ76) {
    font-size: min(1.171875vw, 12px)
  }
}

@media screen and (max-width: 744px) {
  .innovative__circle02__note:where(.astro-VNXVQQ76)>p:where(.astro-VNXVQQ76) {
    font-size: 2.6666666667vw
  }
}

@media print,
screen and (max-width: 744px) {
  .innovative__circle02__note:where(.astro-VNXVQQ76)>p:where(.astro-VNXVQQ76) {
    font-size: 2.6666666667vw
  }
}

.ingredients__circle:where(.astro-VNXVQQ76) {
  width: 100%;
  max-width: min(67.2916666667vw, 1292px);
  min-width: 950px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin-top: max(64px, min(4.1666666667vw, 80px))
}

@media screen and (max-width: 744px) {
  .ingredients__circle:where(.astro-VNXVQQ76) {
    padding-right: 6.25vw;
    padding-left: 6.25vw
  }
}

@media print,
screen and (max-width: 744px) {
  .ingredients__circle:where(.astro-VNXVQQ76) {
    padding-right: 6.25vw;
    padding-left: 6.25vw
  }
}

@media screen and (max-width: 1199.98px) {
  .ingredients__circle:where(.astro-VNXVQQ76) {
    max-width: min(72.65625vw, 744px);
    min-width: inherit;
    margin-top: min(7.8125vw, 80px)
  }
}

@media screen and (max-width: 744px) {
  .ingredients__circle:where(.astro-VNXVQQ76) {
    max-width: 85.6vw;
    margin-top: 17.0666666667vw;
    padding: 0
  }
}

@media print,
screen and (max-width: 744px) {
  .ingredients__circle:where(.astro-VNXVQQ76) {
    max-width: 85.6vw;
    margin-top: 17.0666666667vw;
    padding: 0
  }
}

.ingredients__circle__heading:where(.astro-VNXVQQ76) {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 3
}

@media screen and (max-width: 744px) {
  .ingredients__circle__heading:where(.astro-VNXVQQ76) {
    width: 100%;
    max-width: 76vw;
    margin-left: auto;
    padding-right: 4.8vw
  }
}

@media print,
screen and (max-width: 744px) {
  .ingredients__circle__heading:where(.astro-VNXVQQ76) {
    width: 100%;
    max-width: 76vw;
    margin-left: auto;
    padding-right: 4.8vw
  }
}

.ingredients__circle__heading:where(.astro-VNXVQQ76)>h3:where(.astro-VNXVQQ76) {
  font-size: max(32px, min(2.0833333333vw, 40px));
  line-height: 1.64;
  letter-spacing: 0.04em
}

@media screen and (max-width: 1199.98px) {
  .ingredients__circle__heading:where(.astro-VNXVQQ76)>h3:where(.astro-VNXVQQ76) {
    font-size: min(3.125vw, 32px)
  }
}

@media screen and (max-width: 744px) {
  .ingredients__circle__heading:where(.astro-VNXVQQ76)>h3:where(.astro-VNXVQQ76) {
    font-size: 5.3333333333vw
  }
}

@media print,
screen and (max-width: 744px) {
  .ingredients__circle__heading:where(.astro-VNXVQQ76)>h3:where(.astro-VNXVQQ76) {
    font-size: 5.3333333333vw
  }
}

.ingredients__circle__list:where(.astro-VNXVQQ76) {
  width: max(639px, min(52.8125vw, 1014px));
  height: max(669px, min(55.3125vw, 1062px));
  margin-top: min(-6.25vw, -120px);
  margin-left: auto;
  margin-right: auto;
  position: relative
}

@media screen and (max-width: 1199.98px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76) {
    width: 62.5vw;
    height: 65.4296875vw;
    margin-top: -6.93359375vw
  }
}

@media screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76) {
    width: 85.6vw;
    height: 94.9333333333vw;
    margin-top: 12.2666666667vw
  }
}

@media print,
screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76) {
    width: 85.6vw;
    height: 94.9333333333vw;
    margin-top: 12.2666666667vw
  }
}

.ingredients__circle__list:where(.astro-VNXVQQ76)::before {
  content: "";
  display: block;
  width: max(524px, min(40.4166666667vw, 776px));
  height: max(524px, min(40.4166666667vw, 776px));
  margin: auto;
  background: #fff;
  -webkit-filter: blur(120px);
  filter: blur(120px);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  will-change: filter
}

@media screen and (max-width: 1199.98px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)::before {
    width: min(51.171875vw, 626px);
    height: min(51.171875vw, 626px)
  }
}

@media screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)::before {
    width: 73.6vw;
    height: 73.6vw;
    -webkit-filter: blur(60px);
    filter: blur(60px)
  }
}

@media print,
screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)::before {
    width: 73.6vw;
    height: 73.6vw;
    -webkit-filter: blur(60px);
    filter: blur(60px)
  }
}

.ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76) {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2
}

.ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: max(182px, min(15.1041666667vw, 290px));
  height: max(182px, min(15.1041666667vw, 290px));
  background: rgba(192, 180, 147, 0.5);
  border-radius: 50vh;
  position: absolute
}

@media screen and (max-width: 1199.98px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76) {
    width: min(17.7734375vw, 218px);
    height: min(17.7734375vw, 218px)
  }
}

@media screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76) {
    width: 26.6666666667vw;
    height: 26.6666666667vw
  }
}

@media print,
screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76) {
    width: 26.6666666667vw;
    height: 26.6666666667vw
  }
}

.ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-mainCircle {
  width: max(243px, min(20.1041666667vw, 386px));
  height: max(243px, min(20.1041666667vw, 386px));
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

@media screen and (max-width: 1199.98px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-mainCircle {
    width: min(23.73046875vw, 291px);
    height: min(23.73046875vw, 291px)
  }
}

@media screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-mainCircle {
    width: 34.6666666667vw;
    height: 34.6666666667vw
  }
}

@media print,
screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-mainCircle {
    width: 34.6666666667vw;
    height: 34.6666666667vw
  }
}

.ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-list01 {
  left: 0;
  top: 20%
}

@media screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-list01>.-subText:where(.astro-VNXVQQ76) {
    position: relative
  }
}

@media print,
screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-list01>.-subText:where(.astro-VNXVQQ76) {
    position: relative
  }
}

@media screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-list01>.-subText:where(.astro-VNXVQQ76)>.sup:where(.astro-VNXVQQ76) {
    position: absolute;
    top: 5.3333333333vw;
    right: -2.6666666667vw
  }
}

@media print,
screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-list01>.-subText:where(.astro-VNXVQQ76)>.sup:where(.astro-VNXVQQ76) {
    position: absolute;
    top: 5.3333333333vw;
    right: -2.6666666667vw
  }
}

.ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-list02 {
  left: 0;
  bottom: 17%
}

@media screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-list02 {
    bottom: 20%
  }
}

@media print,
screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-list02 {
    bottom: 20%
  }
}

.ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-list03 {
  margin-left: auto;
  margin-right: auto;
  right: 0;
  bottom: 0;
  left: 0
}

@media screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-list03>.-mainText:where(.astro-VNXVQQ76) {
    margin-left: 0.8em
  }
}

@media print,
screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-list03>.-mainText:where(.astro-VNXVQQ76) {
    margin-left: 0.8em
  }
}

@media screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-list03>.-mainText:where(.astro-VNXVQQ76)>sup:where(.astro-VNXVQQ76) {
    margin-top: -0.8em;
    margin-left: -0.6em
  }
}

@media print,
screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-list03>.-mainText:where(.astro-VNXVQQ76)>sup:where(.astro-VNXVQQ76) {
    margin-top: -0.8em;
    margin-left: -0.6em
  }
}

.ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-list04 {
  right: 0;
  bottom: 17%
}

@media screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-list04 {
    bottom: 20%
  }
}

@media print,
screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-list04 {
    bottom: 20%
  }
}

@media screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-list04>.-mainText:where(.astro-VNXVQQ76)>sup:where(.astro-VNXVQQ76) {
    margin-top: -0.5em
  }
}

@media print,
screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-list04>.-mainText:where(.astro-VNXVQQ76)>sup:where(.astro-VNXVQQ76) {
    margin-top: -0.5em
  }
}

.ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-list05 {
  top: 20%;
  right: 0
}

@media screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-list05>.-mainText:where(.astro-VNXVQQ76)>sup:where(.astro-VNXVQQ76) {
    margin-top: -0.6em
  }
}

@media print,
screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-list05>.-mainText:where(.astro-VNXVQQ76)>sup:where(.astro-VNXVQQ76) {
    margin-top: -0.6em
  }
}

.ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-list06 {
  margin-left: auto;
  margin-right: auto;
  top: 0;
  right: 0;
  left: 0
}

@media screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-list06>.-mainText:where(.astro-VNXVQQ76) {
    margin-left: 0.5em
  }
}

@media print,
screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-list06>.-mainText:where(.astro-VNXVQQ76) {
    margin-left: 0.5em
  }
}

.ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-list06>.-mainText:where(.astro-VNXVQQ76)>.sup:where(.astro-VNXVQQ76) {
  margin-top: -0.4em;
  margin-left: -1em
}

@media screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-list06>.-mainText:where(.astro-VNXVQQ76)>.sup:where(.astro-VNXVQQ76) {
    margin-top: -1em;
    margin-left: -1.5em
  }
}

@media print,
screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-list06>.-mainText:where(.astro-VNXVQQ76)>.sup:where(.astro-VNXVQQ76) {
    margin-top: -1em;
    margin-left: -1.5em
  }
}

.ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76)>.-mainText:where(.astro-VNXVQQ76) {
  color: #716649;
  font-size: max(22px, min(1.6666666667vw, 32px));
  line-height: 1.64;
  text-align: center;
  letter-spacing: 0.04em
}

@media screen and (max-width: 1199.98px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76)>.-mainText:where(.astro-VNXVQQ76) {
    font-size: min(2.1484375vw, 22px)
  }
}

@media screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76)>.-mainText:where(.astro-VNXVQQ76) {
    font-size: 3.2vw;
    line-height: 1.4
  }
}

@media print,
screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76)>.-mainText:where(.astro-VNXVQQ76) {
    font-size: 3.2vw;
    line-height: 1.4
  }
}

.ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76)>.-subText:where(.astro-VNXVQQ76) {
  display: inline-block;
  margin-top: 5px;
  font-size: max(18px, min(1.25vw, 24px));
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.04em
}

@media screen and (max-width: 1199.98px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76)>.-subText:where(.astro-VNXVQQ76) {
    font-size: min(1.7578125vw, 18px)
  }
}

@media screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76)>.-subText:where(.astro-VNXVQQ76) {
    margin-top: 0;
    font-size: 2.9333333333vw;
    line-height: 1.6;
    letter-spacing: 0.02em
  }
}

@media print,
screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76)>.-subText:where(.astro-VNXVQQ76) {
    margin-top: 0;
    font-size: 2.9333333333vw;
    line-height: 1.6;
    letter-spacing: 0.02em
  }
}

.ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-mainCircle>.-mainText:where(.astro-VNXVQQ76) {
  font-size: max(32px, min(2.0833333333vw, 40px))
}

@media screen and (max-width: 1199.98px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-mainCircle>.-mainText:where(.astro-VNXVQQ76) {
    font-size: min(3.125vw, 32px)
  }
}

@media screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-mainCircle>.-mainText:where(.astro-VNXVQQ76) {
    font-size: 3.2vw
  }
}

@media print,
screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-mainCircle>.-mainText:where(.astro-VNXVQQ76) {
    font-size: 3.2vw
  }
}

.ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-mainCircle>.-subText:where(.astro-VNXVQQ76) {
  margin-top: max(10px, min(1.25vw, 24px));
  font-size: max(18px, min(1.25vw, 24px))
}

@media screen and (max-width: 1199.98px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-mainCircle>.-subText:where(.astro-VNXVQQ76) {
    font-size: min(1.7578125vw, 18px)
  }
}

@media screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-mainCircle>.-subText:where(.astro-VNXVQQ76) {
    margin-top: 0.2666666667vw;
    font-size: 2.9333333333vw
  }
}

@media print,
screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76).-mainCircle>.-subText:where(.astro-VNXVQQ76) {
    margin-top: 0.2666666667vw;
    font-size: 2.9333333333vw
  }
}

.ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76)>.-mainText:where(.astro-VNXVQQ76)>sup:where(.astro-VNXVQQ76) {
  display: inline-block;
  margin-top: 0.2em
}

@media screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76) sup:where(.astro-VNXVQQ76).-sp-pattern01 {
    display: inline-block;
    margin-top: -5px
  }
}

@media print,
screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76) sup:where(.astro-VNXVQQ76).-sp-pattern01 {
    display: inline-block;
    margin-top: -5px
  }
}

@media screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76) sup:where(.astro-VNXVQQ76).-sp-pattern02 {
    display: inline-block;
    margin-top: -7px
  }
}

@media print,
screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76) sup:where(.astro-VNXVQQ76).-sp-pattern02 {
    display: inline-block;
    margin-top: -7px
  }
}

@media screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76) sup:where(.astro-VNXVQQ76).-sp-pattern03 {
    display: inline-block;
    margin-top: -10px;
    margin-left: -10px
  }
}

@media print,
screen and (max-width: 744px) {
  .ingredients__circle__list:where(.astro-VNXVQQ76)>ul:where(.astro-VNXVQQ76)>li:where(.astro-VNXVQQ76) sup:where(.astro-VNXVQQ76).-sp-pattern03 {
    display: inline-block;
    margin-top: -10px;
    margin-left: -10px
  }
}

.ingredients__circle__note:where(.astro-VNXVQQ76) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: max(4px, min(0.4166666667vw, 8px)) max(16px, min(1.25vw, 24px));
  width: 100%;
  max-width: max(600px, min(41.6666666667vw, 800px));
  margin-top: max(24px, min(2.0833333333vw, 40px));
  margin-left: auto;
  margin-right: auto;
  font-weight: 500
}

@media screen and (max-width: 1199.98px) {
  .ingredients__circle__note:where(.astro-VNXVQQ76) {
    gap: min(0.78125vw, 8px) min(2.34375vw, 24px);
    max-width: min(68.359375vw, 700px);
    margin-top: min(2.9296875vw, 40px)
  }
}

@media screen and (max-width: 744px) {
  .ingredients__circle__note:where(.astro-VNXVQQ76) {
    justify-content: flex-start;
    gap: 1.0666666667vw 2.1333333333vw;
    margin-top: 10.6666666667vw;
    max-width: 100%;
    padding: 0
  }
}

@media print,
screen and (max-width: 744px) {
  .ingredients__circle__note:where(.astro-VNXVQQ76) {
    justify-content: flex-start;
    gap: 1.0666666667vw 2.1333333333vw;
    margin-top: 10.6666666667vw;
    max-width: 100%;
    padding: 0
  }
}

.ingredients__circle__note:where(.astro-VNXVQQ76)>p:where(.astro-VNXVQQ76) {
  font-size: max(12px, min(0.7291666667vw, 14px))
}

@media screen and (max-width: 1199.98px) {
  .ingredients__circle__note:where(.astro-VNXVQQ76)>p:where(.astro-VNXVQQ76) {
    font-size: min(1.171875vw, 12px)
  }
}

@media screen and (max-width: 744px) {
  .ingredients__circle__note:where(.astro-VNXVQQ76)>p:where(.astro-VNXVQQ76) {
    font-size: 2.6666666667vw
  }
}

@media print,
screen and (max-width: 744px) {
  .ingredients__circle__note:where(.astro-VNXVQQ76)>p:where(.astro-VNXVQQ76) {
    font-size: 2.6666666667vw
  }
}

.ingredients__media:where(.astro-VNXVQQ76) {
  width: 100%;
  max-width: min(69.0104166667vw, 1325px);
  min-width: 934px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: max(120px, min(8.3333333333vw, 160px));
  position: relative;
  z-index: 2;
  -webkit-transform: translateX(min(1.6145833333vw, 31px));
  transform: translateX(min(1.6145833333vw, 31px))
}

@media screen and (max-width: 744px) {
  .ingredients__media:where(.astro-VNXVQQ76) {
    padding-right: 6.25vw;
    padding-left: 6.25vw
  }
}

@media print,
screen and (max-width: 744px) {
  .ingredients__media:where(.astro-VNXVQQ76) {
    padding-right: 6.25vw;
    padding-left: 6.25vw
  }
}

@media screen and (max-width: 1199.98px) {
  .ingredients__media:where(.astro-VNXVQQ76) {
    justify-content: flex-start;
    max-width: 100%;
    min-width: inherit;
    margin-top: min(11.42578125vw, 130px);
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@media screen and (max-width: 744px) {
  .ingredients__media:where(.astro-VNXVQQ76) {
    flex-direction: column-reverse;
    margin-top: 24vw
  }
}

@media print,
screen and (max-width: 744px) {
  .ingredients__media:where(.astro-VNXVQQ76) {
    flex-direction: column-reverse;
    margin-top: 24vw
  }
}

.ingredients__media:where(.astro-VNXVQQ76)::before {
  content: "";
  display: block;
  width: max(450px, min(40.9375vw, 786px));
  height: max(450px, min(40.9375vw, 786px));
  margin: auto;
  background: #fff;
  border-radius: 50vh;
  -webkit-filter: blur(120px);
  filter: blur(120px);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: 5%;
  z-index: 1;
  will-change: filter
}

@media screen and (max-width: 1199.98px) {
  .ingredients__media:where(.astro-VNXVQQ76)::before {
    width: min(59.1796875vw, 606px);
    height: min(59.1796875vw, 606px);
    left: min(34.66796875vw, 422px)
  }
}

@media screen and (max-width: 744px) {
  .ingredients__media:where(.astro-VNXVQQ76)::before {
    width: 104.5333333333vw;
    height: 104.5333333333vw;
    top: -1.8666666667vw;
    bottom: inherit;
    left: 8.8vw
  }
}

@media print,
screen and (max-width: 744px) {
  .ingredients__media:where(.astro-VNXVQQ76)::before {
    width: 104.5333333333vw;
    height: 104.5333333333vw;
    top: -1.8666666667vw;
    bottom: inherit;
    left: 8.8vw
  }
}

.ingredients__media__image:where(.astro-VNXVQQ76) {
  display: flex;
  width: max(159px, min(33.59375vw, var(--width)));
  height: max(121px, min(47.34375vw, var(--height)));
  position: relative;
  z-index: 2
}

@media screen and (max-width: 1199.98px) {
  .ingredients__media__image:where(.astro-VNXVQQ76) {
    width: min(39.6484375vw, 475px);
    height: min(55.859375vw, 669px)
  }
}

@media screen and (max-width: 744px) {
  .ingredients__media__image:where(.astro-VNXVQQ76) {
    width: 53.3333333333vw;
    height: 75.2vw;
    margin-top: 10.6666666667vw
  }
}

@media print,
screen and (max-width: 744px) {
  .ingredients__media__image:where(.astro-VNXVQQ76) {
    width: 53.3333333333vw;
    height: 75.2vw;
    margin-top: 10.6666666667vw
  }
}

.ingredients__media__text:where(.astro-VNXVQQ76) {
  margin-left: 5vw;
  position: relative;
  z-index: 2
}

@media screen and (max-width: 1199.98px) {
  .ingredients__media__text:where(.astro-VNXVQQ76) {
    margin-top: min(3.90625vw, 40px);
    margin-left: min(7.8125vw, 85px)
  }
}

@media screen and (max-width: 744px) {
  .ingredients__media__text:where(.astro-VNXVQQ76) {
    width: 100%;
    margin-top: 0;
    margin-left: 0
  }
}

@media print,
screen and (max-width: 744px) {
  .ingredients__media__text:where(.astro-VNXVQQ76) {
    width: 100%;
    margin-top: 0;
    margin-left: 0
  }
}

.ingredients__media__text:where(.astro-VNXVQQ76)>p:where(.astro-VNXVQQ76) {
  font-size: max(32px, min(2.0833333333vw, 40px));
  line-height: 1.64;
  letter-spacing: 0.04em
}

@media screen and (max-width: 1199.98px) {
  .ingredients__media__text:where(.astro-VNXVQQ76)>p:where(.astro-VNXVQQ76) {
    font-size: min(3.125vw, 32px)
  }
}

@media screen and (max-width: 744px) {
  .ingredients__media__text:where(.astro-VNXVQQ76)>p:where(.astro-VNXVQQ76) {
    font-size: 5.3333333333vw
  }
}

@media print,
screen and (max-width: 744px) {
  .ingredients__media__text:where(.astro-VNXVQQ76)>p:where(.astro-VNXVQQ76) {
    font-size: 5.3333333333vw
  }
}

.product__lead:where(.astro-VNXVQQ76) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-top: max(120px, min(8.3333333333vw, 160px));
  margin-bottom: max(160px, min(14.6875vw, 282px));
  text-align: center;
  position: relative;
  z-index: 1
}

@media screen and (max-width: 1199.98px) {
  .product__lead:where(.astro-VNXVQQ76) {
    margin-top: min(10.3515625vw, 106px);
    margin-bottom: 15.625vw
  }
}

@media screen and (max-width: 744px) {
  .product__lead:where(.astro-VNXVQQ76) {
    margin-top: 21.3333333333vw;
    margin-bottom: 22.4vw
  }
}

@media print,
screen and (max-width: 744px) {
  .product__lead:where(.astro-VNXVQQ76) {
    margin-top: 21.3333333333vw;
    margin-bottom: 22.4vw
  }
}

.product__lead:where(.astro-VNXVQQ76)::before {
  content: "";
  display: block;
  width: max(553px, min(36.875vw, 708px));
  height: max(553px, min(36.875vw, 708px));
  margin: auto;
  background: #fff;
  border-radius: 50vh;
  -webkit-filter: blur(120px);
  filter: blur(120px);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  will-change: filter
}

@media screen and (max-width: 1199.98px) {
  .product__lead:where(.astro-VNXVQQ76)::before {
    width: min(54.00390625vw, 553px);
    height: min(54.00390625vw, 553px)
  }
}

@media screen and (max-width: 744px) {
  .product__lead:where(.astro-VNXVQQ76)::before {
    width: 93.3333333333vw;
    height: 93.3333333333vw;
    opacity: 0.8;
    -webkit-filter: blur(40px);
    filter: blur(40px)
  }
}

@media print,
screen and (max-width: 744px) {
  .product__lead:where(.astro-VNXVQQ76)::before {
    width: 93.3333333333vw;
    height: 93.3333333333vw;
    opacity: 0.8;
    -webkit-filter: blur(40px);
    filter: blur(40px)
  }
}

.product__lead__heading:where(.astro-VNXVQQ76) {
  position: relative;
  z-index: 2
}

.product__lead__heading:where(.astro-VNXVQQ76)>h3:where(.astro-VNXVQQ76) {
  font-size: max(32px, min(2.0833333333vw, 40px));
  line-height: 1.64;
  letter-spacing: 0.04em
}

@media screen and (max-width: 1199.98px) {
  .product__lead__heading:where(.astro-VNXVQQ76)>h3:where(.astro-VNXVQQ76) {
    font-size: min(3.125vw, 32px)
  }
}

@media screen and (max-width: 744px) {
  .product__lead__heading:where(.astro-VNXVQQ76)>h3:where(.astro-VNXVQQ76) {
    font-size: 5.8666666667vw
  }
}

@media print,
screen and (max-width: 744px) {
  .product__lead__heading:where(.astro-VNXVQQ76)>h3:where(.astro-VNXVQQ76) {
    font-size: 5.8666666667vw
  }
}

.product__lead__text:where(.astro-VNXVQQ76) {
  margin-top: 1.2em;
  font-size: max(14px, min(1.0416666667vw, 20px));
  line-height: 2.4;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 2
}

@media screen and (max-width: 1199.98px) {
  .product__lead__text:where(.astro-VNXVQQ76) {
    margin-top: min(2.34375vw, 24px);
    font-size: min(1.3671875vw, 14px);
    line-height: 2.3
  }
}

@media screen and (max-width: 744px) {
  .product__lead__text:where(.astro-VNXVQQ76) {
    margin-top: 6.4vw;
    font-size: 3.7333333333vw
  }
}

@media print,
screen and (max-width: 744px) {
  .product__lead__text:where(.astro-VNXVQQ76) {
    margin-top: 6.4vw;
    font-size: 3.7333333333vw
  }
}

.product__lead__level3:where(.astro-VNXVQQ76) {
  width: 100%;
  max-width: min(65.1041666667vw, 1250px);
  min-width: 792px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin-top: max(16px, min(1.25vw, 24px));
  text-align: center;
  position: relative;
  z-index: 2
}

@media screen and (max-width: 744px) {
  .product__lead__level3:where(.astro-VNXVQQ76) {
    padding-right: 6.25vw;
    padding-left: 6.25vw
  }
}

@media print,
screen and (max-width: 744px) {
  .product__lead__level3:where(.astro-VNXVQQ76) {
    padding-right: 6.25vw;
    padding-left: 6.25vw
  }
}

@media screen and (max-width: 1199.98px) {
  .product__lead__level3:where(.astro-VNXVQQ76) {
    margin-top: min(0.9765625vw, 10px)
  }
}

@media screen and (max-width: 744px) {
  .product__lead__level3:where(.astro-VNXVQQ76) {
    max-width: 100%;
    min-width: inherit;
    margin-top: 6.4vw;
    padding: 0
  }
}

@media print,
screen and (max-width: 744px) {
  .product__lead__level3:where(.astro-VNXVQQ76) {
    max-width: 100%;
    min-width: inherit;
    margin-top: 6.4vw;
    padding: 0
  }
}

.product__lead__level3:where(.astro-VNXVQQ76)>.-main:where(.astro-VNXVQQ76) {
  font-size: max(14px, min(1.0416666667vw, 20px));
  line-height: 2.4;
  letter-spacing: 0.08em
}

@media screen and (max-width: 1199.98px) {
  .product__lead__level3:where(.astro-VNXVQQ76)>.-main:where(.astro-VNXVQQ76) {
    font-size: min(1.3671875vw, 14px);
    line-height: 2.3
  }
}

@media screen and (max-width: 744px) {
  .product__lead__level3:where(.astro-VNXVQQ76)>.-main:where(.astro-VNXVQQ76) {
    font-size: 3.7333333333vw;
    line-height: 2.4
  }
}

@media print,
screen and (max-width: 744px) {
  .product__lead__level3:where(.astro-VNXVQQ76)>.-main:where(.astro-VNXVQQ76) {
    font-size: 3.7333333333vw;
    line-height: 2.4
  }
}

.product__lead__level3:where(.astro-VNXVQQ76)>.-sub:where(.astro-VNXVQQ76) {
  display: inline-block;
  margin-top: 0.5em;
  color: #716649;
  font-size: max(12px, min(0.8333333333vw, 16px));
  line-height: 1.4;
  letter-spacing: 0.04em
}

@media screen and (max-width: 1199.98px) {
  .product__lead__level3:where(.astro-VNXVQQ76)>.-sub:where(.astro-VNXVQQ76) {
    margin-top: min(0.390625vw, 4px);
    font-size: min(1.171875vw, 12px)
  }
}

@media screen and (max-width: 744px) {
  .product__lead__level3:where(.astro-VNXVQQ76)>.-sub:where(.astro-VNXVQQ76) {
    margin-top: 1.0666666667vw;
    font-size: 3.2vw;
    line-height: 2
  }
}

@media print,
screen and (max-width: 744px) {
  .product__lead__level3:where(.astro-VNXVQQ76)>.-sub:where(.astro-VNXVQQ76) {
    margin-top: 1.0666666667vw;
    font-size: 3.2vw;
    line-height: 2
  }
}

@media screen and (max-width: 1199.98px) {
  .product__lead__level3:where(.astro-VNXVQQ76) sup:where(.astro-VNXVQQ76) {
    display: inline-block;
    margin-top: -0.6em;
    font-size: min(1.07421875vw, 11px)
  }
}

@media screen and (max-width: 744px) {
  .product__lead__level3:where(.astro-VNXVQQ76) sup:where(.astro-VNXVQQ76) {
    margin-top: 0;
    font-size: 2.6666666667vw;
    line-height: 2
  }
}

@media print,
screen and (max-width: 744px) {
  .product__lead__level3:where(.astro-VNXVQQ76) sup:where(.astro-VNXVQQ76) {
    margin-top: 0;
    font-size: 2.6666666667vw;
    line-height: 2
  }
}

.product__grid:where(.astro-VNXVQQ76) {
  width: 100%;
  max-width: min(65.1041666667vw, 1250px);
  min-width: 792px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: max(24px, min(1.9791666667vw, 38px));
  margin-top: max(40px, min(2.7083333333vw, 52px));
  position: relative;
  z-index: 2
}

@media screen and (max-width: 744px) {
  .product__grid:where(.astro-VNXVQQ76) {
    padding-right: 6.25vw;
    padding-left: 6.25vw
  }
}

@media print,
screen and (max-width: 744px) {
  .product__grid:where(.astro-VNXVQQ76) {
    padding-right: 6.25vw;
    padding-left: 6.25vw
  }
}

@media screen and (max-width: 1199.98px) {
  .product__grid:where(.astro-VNXVQQ76) {
    max-width: 100%;
    min-width: inherit;
    gap: min(2.34375vw, 24px);
    margin-top: min(3.90625vw, 40px)
  }
}

@media screen and (max-width: 744px) {
  .product__grid:where(.astro-VNXVQQ76) {
    gap: 10.6666666667vw;
    flex-direction: column;
    align-items: center;
    margin-top: 6.4vw;
    padding: 0
  }
}

@media print,
screen and (max-width: 744px) {
  .product__grid:where(.astro-VNXVQQ76) {
    gap: 10.6666666667vw;
    flex-direction: column;
    align-items: center;
    margin-top: 6.4vw;
    padding: 0
  }
}

.product__grid__col:where(.astro-VNXVQQ76) {
  width: max(248px, min(20.3125vw, 390px))
}

@media screen and (max-width: 1199.98px) {
  .product__grid__col:where(.astro-VNXVQQ76) {
    width: min(24.21875vw, 278px)
  }
}

@media screen and (max-width: 744px) {
  .product__grid__col:where(.astro-VNXVQQ76) {
    width: 78.4vw
  }
}

@media print,
screen and (max-width: 744px) {
  .product__grid__col:where(.astro-VNXVQQ76) {
    width: 78.4vw
  }
}

@media print,
screen and (min-width: 1200px) {
  .product__grid__col:where(.astro-VNXVQQ76)>a:where(.astro-VNXVQQ76):hover .product__grid__link:where(.astro-VNXVQQ76) {
    background: rgba(166, 152, 114, 0.7);
    color: #716649
  }

  .product__grid__col:where(.astro-VNXVQQ76)>a:where(.astro-VNXVQQ76):hover .product__grid__link:where(.astro-VNXVQQ76)::after {
    background-image: url(../../../the-exosome/assets/images/icon_arrow_02.svg)
  }
}

.product__grid__text:where(.astro-VNXVQQ76) {
  margin-top: 1.5em;
  font-size: max(12px, min(0.8333333333vw, 16px));
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center
}

@media screen and (max-width: 1199.98px) {
  .product__grid__text:where(.astro-VNXVQQ76) {
    margin-top: min(1.5625vw, 16px);
    font-size: min(1.171875vw, 12px)
  }
}

@media screen and (max-width: 744px) {
  .product__grid__text:where(.astro-VNXVQQ76) {
    margin-top: 2.1333333333vw;
    font-size: 3.2vw;
    line-height: 2
  }
}

@media print,
screen and (max-width: 744px) {
  .product__grid__text:where(.astro-VNXVQQ76) {
    margin-top: 2.1333333333vw;
    font-size: 3.2vw;
    line-height: 2
  }
}

.product__grid__link:where(.astro-VNXVQQ76) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max(180px, min(12.5vw, 240px));
  height: max(30px, min(2.0833333333vw, 40px));
  margin-top: max(16px, min(1.25vw, 24px));
  margin-left: auto;
  margin-right: auto;
  background: #a69872;
  border-radius: 100px;
  color: #fff;
  font-size: max(12px, min(0.8333333333vw, 16px));
  line-height: 1.4;
  text-align: center;
  position: relative;
  transition: background 0.2s cubic-bezier(0.42, 0, 0.58, 1), color 0.2s cubic-bezier(0.42, 0, 0.58, 1), background 0.2s cubic-bezier(0.42, 0, 0.58, 1)
}

@media screen and (max-width: 1199.98px) {
  .product__grid__link:where(.astro-VNXVQQ76) {
    width: min(17.578125vw, 180px);
    height: min(2.9296875vw, 30px);
    margin-top: min(1.5625vw, 16px);
    font-size: min(1.171875vw, 12px)
  }
}

@media screen and (max-width: 744px) {
  .product__grid__link:where(.astro-VNXVQQ76) {
    width: 78.4vw;
    height: 10.6666666667vw;
    margin-top: 4.2666666667vw;
    font-size: 3.2vw;
    line-height: 2
  }
}

@media print,
screen and (max-width: 744px) {
  .product__grid__link:where(.astro-VNXVQQ76) {
    width: 78.4vw;
    height: 10.6666666667vw;
    margin-top: 4.2666666667vw;
    font-size: 3.2vw;
    line-height: 2
  }
}

.product__grid__link:where(.astro-VNXVQQ76)::after {
  content: "";
  display: block;
  width: max(12px, min(0.8333333333vw, 16px));
  height: max(12px, min(0.8333333333vw, 16px));
  margin: auto;
  background-image: url(../../../the-exosome/assets/images/icon_arrow_01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: max(12px, min(0.7291666667vw, 14px));
  bottom: 0
}

@media screen and (max-width: 1199.98px) {
  .product__grid__link:where(.astro-VNXVQQ76)::after {
    width: min(1.171875vw, 12px);
    height: min(1.171875vw, 12px);
    right: min(0.9765625vw, 10px)
  }
}

@media screen and (max-width: 744px) {
  .product__grid__link:where(.astro-VNXVQQ76)::after {
    width: 3.2vw;
    height: 3.2vw;
    right: 2.6666666667vw
  }
}

@media print,
screen and (max-width: 744px) {
  .product__grid__link:where(.astro-VNXVQQ76)::after {
    width: 3.2vw;
    height: 3.2vw;
    right: 2.6666666667vw
  }
}

.product__noteText:where(.astro-VNXVQQ76) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: max(4px, min(0.4166666667vw, 8px)) max(16px, min(1.25vw, 24px));
  width: 100%;
  max-width: max(600px, min(41.6666666667vw, 800px));
  margin-top: max(56px, min(4.1666666667vw, 80px));
  margin-left: auto;
  margin-right: auto;
  line-height: 1.64;
  letter-spacing: 0.02em;
  font-weight: 500
}

@media screen and (max-width: 1199.98px) {
  .product__noteText:where(.astro-VNXVQQ76) {
    gap: min(0.78125vw, 8px) min(2.34375vw, 24px);
    max-width: min(68.359375vw, 700px);
    margin-top: min(6.25vw, 80px)
  }
}

@media screen and (max-width: 744px) {
  .product__noteText:where(.astro-VNXVQQ76) {
    gap: 1.0666666667vw 2.1333333333vw;
    margin-top: 10.6666666667vw;
    max-width: 100%
  }
}

@media print,
screen and (max-width: 744px) {
  .product__noteText:where(.astro-VNXVQQ76) {
    gap: 1.0666666667vw 2.1333333333vw;
    margin-top: 10.6666666667vw;
    max-width: 100%
  }
}

.product__noteText:where(.astro-VNXVQQ76)>p:where(.astro-VNXVQQ76) {
  font-size: min(0.7291666667vw, 14px)
}

@media screen and (max-width: 1199.98px) {
  .product__noteText:where(.astro-VNXVQQ76)>p:where(.astro-VNXVQQ76) {
    font-size: min(1.3671875vw, 14px)
  }
}

@media screen and (max-width: 744px) {
  .product__noteText:where(.astro-VNXVQQ76)>p:where(.astro-VNXVQQ76) {
    font-size: 2.6666666667vw
  }
}

@media print,
screen and (max-width: 744px) {
  .product__noteText:where(.astro-VNXVQQ76)>p:where(.astro-VNXVQQ76) {
    font-size: 2.6666666667vw
  }
}