.sale-tag {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #7f0019;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 700;
  z-index: 1;
}

.price .old-price {
  text-decoration: line-through;
  color: #888;
  margin-right: 6px;
  font-size: 14px;
}

.price .sale {
  color: #7f0019;
  font-size: 18px;
  margin: 0px 4px;
}

#app {
  position: relative;
  display: flex;
  flex-direction: column;
}
#app.hidden {
  display: none;
}
main {
  background-color: #f6f4f2;
}
main a {
  color: #3c3c43;
}
main img {
  display: block;
  width: 100%;
  height: auto;
}
main .lazy {
  opacity: 0;
  visibility: hidden;
}
main .lazy.loaded {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s;
}
main .button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
main .button-group .button {
  flex: 1;
  border-radius: 4px;
  font-weight: 700;
  text-align: center;
  transition: background-color 0.3s ease-out, border 0.3s ease-out;
}
main .button-group .button.outline {
  background-color: #fff;
  border: 1px solid #c4c4c6;
}
main .button-group .button.large {
  font-size: 1.125rem;
  padding: 20px 32px;
}
main .button-group .button.full {
  font-size: 1.125rem;
  padding: 20px 32px;
  color: #3c3c43;
}
@media (any-hover: hover) {
  main .button-group .button:hover {
    background-color: #f5f5f5;
  }
}
@media (any-hover: none) {
  main .button-group .button:active {
    background-color: #f5f5f5;
  }
}
main .anchor-group {
  display: flex;
  justify-content: center;
}
main .anchor-group .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(50% - 0.5px, 300px);
  transition: background-position 0.3s;
  padding: 0 8px 30px;
  background-image: url(/assets/img/ico_arrow-down-12x7.svg);
  background-repeat: no-repeat;
  background-position: bottom 8px center;
  background-size: 12px auto;
  cursor: pointer;
}
main .anchor-group .item:not(:first-child):before {
  content: '';
  position: absolute;
  left: -1px;
  top: 0;
  display: block;
  height: 100%;
  width: 1px;
  background-color: #d8d8d9;
}
main .swiper-control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 20px;
}
main .swiper-button-prev,
main .swiper-button-next {
  position: static;
  transform: none;
  margin: 0;
  width: auto;
  height: auto;
}
main .swiper-button-prev:after,
main .swiper-button-next:after {
  content: '';
  width: 16px;
  height: 16px;
}
main .swiper-button-prev:after {
  transform: scaleX(-1);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjM0MzQzQzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJtNiAxMyA1LTUtNS01Ii8+PC9zdmc+);
}
main .swiper-button-next:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjM0MzQzQzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJtNiAxMyA1LTUtNS01Ii8+PC9zdmc+);
}
main .swiper-pagination-fraction,
main .swiper-pagination-custom,
main .swiper-horizontal > .swiper-pagination-bullets,
main .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: static;
  transform: none;
  width: auto;
}
main .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: transparent;
}
main .swiper-pagination-bullet:before,
main .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
}
main .swiper-pagination-bullet:before {
  background-color: #c4c4c6;
  height: 6px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
}
main .swiper-pagination-bullet:after {
  opacity: 0;
  transition: opacity 0.2s ease;
}
main .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background-color: #3c3c43;
}
main .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  border: 1px solid #3c3c43;
  height: 10px;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
}
.anchorBar {
  display: flex;
  justify-content: center;
}
.anchorBar_item {
  position: relative;
  flex: 1;
  padding: 12px 0;
}
.anchorBar_item:not(:first-child):before {
  content: '';
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  display: block;
  width: 1px;
  height: calc(100% - 24px);
  background-color: #d8d8d9;
}
.anchorBar_link {
  position: relative;
  padding: 0 4px 18px;
  font-size: 0.875rem;
  text-align: center;
  cursor: pointer;
}
.anchorBar_link:after {
  content: '';
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjM0MzQzQzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJtMyA2IDUgNSA1LTUiLz48L3N2Zz4=)
    no-repeat 50% / contain;
  bottom: 0;
  height: 16px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  transform: translate3d(-50%, 0, 0);
  width: 16px;
  transition: transform 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .anchorBar_link:hover:after {
    transform: translate3d(-50%, 3px, 0);
  }
}
@media (any-hover: none) {
  .anchorBar_link:active:after {
    transform: translate3d(-50%, 3px, 0);
  }
}
.more-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #1d1d1f;
  font-size: 1rem;
}
.more-link:after {
  content: '';
  display: block;
  height: 16px;
  width: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjM0MzQzQzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJtNi41IDEzIDUtNS01LTUiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .more-link:hover {
    opacity: 0.8;
  }
  .more-link:hover:after {
    transform: translate(3px);
  }
}
@media (any-hover: none) {
  .more-link:active {
    opacity: 0.8;
  }
  .more-link:active:after {
    transform: translate(3px);
  }
}
.img-box {
  aspect-ratio: 1/1;
}
.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1000px) {
  main .button-group .button.large {
    max-width: 370px;
  }
  main .button-group .button.full {
    max-width: 602px;
  }
  main .anchor-group .item {
    padding-bottom: 32px;
    background-image: url(/assets/img/ico_arrow-down-17.svg);
    background-position: bottom 0 center;
    background-size: 17px auto;
  }
}
@media only screen and (min-width: 1000px) and (any-hover: hover) {
  main .anchor-group .item:hover {
    background-position: bottom -3px center;
  }
}
@media only screen and (min-width: 1000px) and (any-hover: none) {
  main .anchor-group .item:active {
    background-position: bottom -3px center;
  }
}
@media only screen and (min-width: 1000px) {
  br.desktop-only {
    display: block;
  }
  br.mobile-only {
    display: none;
  }
}
@media only screen and (max-width: 999px) {
  main .button-group .button.large {
    max-width: 240px;
    font-size: 16px;
    padding: 16px 24px;
  }
  main .button-group .button.full {
    padding: 20px 32px;
  }
  .anchorBar_link {
    padding-left: 10px;
    padding-right: 10px;
  }
  br.desktop-only {
    display: none;
  }
  br.mobile-only {
    display: block;
  }
}
:root {
  --space-4xs: 4px;
  --space-3xs: 8px;
  --space-2xs: 12px;
  --space-xs: 16px;
  --space-s: 20px;
  --space-m: 24px;
  --space-l: 32px;
  --space-xl: 40px;
  --space-2xl: 48px;
  --space-3xl: 64px;
  --space-4xl: 96px;
}
.u-lh-200 {
  line-height: 2;
}
.u-lh-180 {
  line-height: 1.8;
}
.u-lh-150 {
  line-height: 1.5;
}
.u-fw-900 {
  font-weight: 900;
}
.u-fw-700 {
  font-weight: 700;
}
.u-fw-500 {
  font-weight: 500;
}
.u-text-center {
  text-align: center;
}
.u-muji-color {
  color: #7f0019 !important;
}
.u-pt-4xs {
  padding-top: var(--space-4xs);
}
.u-pb-4xs {
  padding-bottom: var(--space-4xs);
}
.u-mt-4xs {
  margin-top: var(--space-4xs);
}
.u-mb-4xs {
  margin-bottom: var(--space-4xs);
}
.u-pt-3xs {
  padding-top: var(--space-3xs);
}
.u-pb-3xs {
  padding-bottom: var(--space-3xs);
}
.u-mt-3xs {
  margin-top: var(--space-3xs);
}
.u-mb-3xs {
  margin-bottom: var(--space-3xs);
}
.u-pt-2xs {
  padding-top: var(--space-2xs);
}
.u-pb-2xs {
  padding-bottom: var(--space-2xs);
}
.u-mt-2xs {
  margin-top: var(--space-2xs);
}
.u-mb-2xs {
  margin-bottom: var(--space-2xs);
}
.u-pt-xs {
  padding-top: var(--space-xs);
}
.u-pb-xs {
  padding-bottom: var(--space-xs);
}
.u-mt-xs {
  margin-top: var(--space-xs);
}
.u-mb-xs {
  margin-bottom: var(--space-xs);
}
.u-pt-s {
  padding-top: var(--space-s);
}
.u-pb-s {
  padding-bottom: var(--space-s);
}
.u-mt-s {
  margin-top: var(--space-s);
}
.u-mb-s {
  margin-bottom: var(--space-s);
}
.u-pt-m {
  padding-top: var(--space-m);
}
.u-pb-m {
  padding-bottom: var(--space-m);
}
.u-mt-m {
  margin-top: var(--space-m);
}
.u-mb-m {
  margin-bottom: var(--space-m);
}
.u-pt-l {
  padding-top: var(--space-l);
}
.u-pb-l {
  padding-bottom: var(--space-l);
}
.u-mt-l {
  margin-top: var(--space-l);
}
.u-mb-l {
  margin-bottom: var(--space-l);
}
.u-pt-xl {
  padding-top: var(--space-xl);
}
.u-pb-xl {
  padding-bottom: var(--space-xl);
}
.u-mt-xl {
  margin-top: var(--space-xl);
}
.u-mb-xl {
  margin-bottom: var(--space-xl);
}
.u-pt-2xl {
  padding-top: var(--space-2xl);
}
.u-pb-2xl {
  padding-bottom: var(--space-2xl);
}
.u-mt-2xl {
  margin-top: var(--space-2xl);
}
.u-mb-2xl {
  margin-bottom: var(--space-2xl);
}
.u-pt-3xl {
  padding-top: var(--space-3xl);
}
.u-pb-3xl {
  padding-bottom: var(--space-3xl);
}
.u-mt-3xl {
  margin-top: var(--space-3xl);
}
.u-mb-3xl {
  margin-bottom: var(--space-3xl);
}
.u-pt-4xl {
  padding-top: var(--space-4xl);
}
.u-pb-4xl {
  padding-bottom: var(--space-4xl);
}
.u-mt-4xl {
  margin-top: var(--space-4xl);
}
.u-mb-4xl {
  margin-bottom: var(--space-4xl);
}
@media only screen and (min-width: 1000px) {
  .u-container {
    width: min(100%, 1144px);
    margin: 0 auto;
    padding: 0 64px;
  }
}
@media only screen and (max-width: 999px) {
  .u-container {
    width: 100%;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 599px) {
  .u-container {
    width: 100%;
    padding: 0 15px;
  }
}
.product-list .row {
  display: flex;
  flex-wrap: wrap;
}
.product-card {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #fff;
}
.product-card.vertical {
  flex-direction: column;
}
.product-card.vertical .img-box {
  width: 100%;
}
.product-card.vertical .text-box {
  width: 100%;
  padding: 15px;
}
.product-card.vertical .text-box .name {
  font-size: 1rem;
}
.product-card.vertical .color-chips {
  margin-bottom: 6px;
}
.product-card > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product-card .tag {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #7f0019;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  padding: 4px 8px;
  background-color: #f2f1ed;
  z-index: 1;
}
.product-card .img-box {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
}
.product-card .img-box .color-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product-card .img-box .color-box:not(.active) {
  opacity: 0;
}
.product-card .text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 56.25%;
  padding: 0 0 0 15px;
}
.product-card .text-box .description {
  font-size: 1rem;
  line-height: 1.5;
  margin: 15px 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  min-height: calc(4.5em + 20px);
}
.product-card .text-box .name {
  color: #000;
  font-size: 1rem;
  min-height: 3em;
}
.product-card .text-box .price {
  color: #3c3c43;
  font-size: 0.75rem;
  text-align: right;
  margin-top: 4px;
}
.product-card .text-box .price span.number {
  font-size: 1.125rem;
  font-weight: 900;
}
.product-card .text-box .button-group {
  margin-top: 24px;
}
.product-card .text-box .button-group .button {
  color: #000;
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.03em;
  background-color: #f4eede;
  border-radius: 5px;
  padding: 10px;
}
.product-card .color-chips {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 2px;
  margin-bottom: 6px;
  z-index: 1;
}
.product-card .color-chips:has(> li:only-child) {
  opacity: 0;
}
.product-card .color-chips > li {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 3px;
  cursor: pointer;
}
.product-card .color-chips > li.active:before {
  opacity: 1;
}
.product-card .color-chips > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #3c3c43;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.product-card .color-chips > li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  -webkit-user-select: none;
  user-select: none;
}
.special-report {
  background-color: #fff;
  padding-top: 64px;
}
.special-report .header h4 {
  font-size: 1.125rem;
}
.special-report .button-group {
  margin-top: 40px;
}
.special-report .button-group .button {
  background-color: #f4eede;
  border: 1px solid #f4eede;
}
@media (any-hover: hover) {
  .special-report .button-group .button:hover {
    background-color: #e0ceaa;
    border: 1px solid #e0ceaa;
  }
}
@media (any-hover: none) {
  .special-report .button-group .button:active {
    background-color: #e0ceaa;
    border: 1px solid #e0ceaa;
  }
}
.report-list {
  margin-top: 20px;
}
.report-list .row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 19px;
}
.report-list .grid {
  width: calc((100% - 19px) / 2);
}
.report-list .item .img-box {
  aspect-ratio: 640/400;
  border: 1px solid #d8d8d9;
}
.report-list .item .text-box {
  font-size: 0.75rem;
  margin-top: 4px;
}
.report-list + .button-group .button.large {
  max-width: 100%;
}
@media only screen and (min-width: 1000px) {
  .special-report {
    padding-top: 96px;
  }
  .report-list .row {
    gap: 24px 20px;
  }
  .report-list .grid {
    width: calc((100% - 40px) / 3);
  }
  .report-list .item .text-box {
    font-size: 0.875rem;
  }
  .report-list + .button-group .button.large {
    max-width: calc((100% - 20px) / 2);
  }
}
.hero .img-box {
  aspect-ratio: 393/575;
}
.lead__desc {
  color: #3e5545;
  font-size: 1rem;
}
.member__inner {
  color: #1d1d1f;
  background-color: #fff;
}
.member__title {
  line-height: 1.15;
  letter-spacing: 0.05em;
}
.member__title span {
  line-height: 1.15;
  letter-spacing: 0.03em;
}
.member__subtitle {
  line-height: 1.15;
  letter-spacing: 0.05em;
  margin-top: 15px;
}
.member__contentText .date {
  font-size: 1.25rem;
  line-height: 1.15;
}
.member__contentText .label {
  display: inline-block;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.15;
  letter-spacing: 0.05em;
  padding: 6px 8px;
  background-color: #7f0019;
  margin-bottom: 10px;
}
.member__contentText ul {
  margin-top: 12px;
}
.member__contentText ul p {
  display: flex;
  align-items: center;
  color: #1d1d1f;
}
.member__contentText ul p img {
  max-width: 100%;
  width: auto;
  margin: 0 4px;
}
.member__contentText > p {
  font-size: 0.875rem;
  line-height: 1.5;
}
.gift__tabs > .tab__container > .tab__navbar {
  border-bottom: 1px solid #dddddd;
}
.gift__tabs > .tab__container > .tab__navbar.bottom {
  border-top: 1px solid #dddddd;
  border-bottom: none;
}
.gift__tabs > .tab__container > .tab__navbar.bottom .nav-tabs {
  margin-top: -1px;
  margin-bottom: 0;
}
.gift__tabs > .tab__container > .tab__navbar.bottom .nav-tabs .nav-tabs__link {
  position: relative;
}
.gift__tabs
  > .tab__container
  > .tab__navbar.bottom
  .nav-tabs
  .nav-tabs__link.active[k-tab-target='ta'] {
  background-color: #fff9ea;
}
.gift__tabs > .tab__container > .tab__navbar.bottom .nav-tabs .nav-tabs__link.active:before {
  background-color: transparent;
}
.gift__tabs > .tab__container > .tab__navbar.bottom .nav-tabs .nav-tabs__link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.gift__tabs > .tab__container > .tab__navbar.bottom .nav-tabs .nav-tabs__link:after {
  height: 2px;
  background-color: #3e5545;
}
.gift__tabs > .tab__container > .tab__navbar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f2f1ed;
  margin-top: 0;
  transform: translateY(-100%);
  transition: transform 0.3s;
  z-index: 4;
}
.gift__tabs > .tab__container > .tab__navbar.fixed.show {
  transform: translateY(0);
}
.gift__tabs > .tab__container > .tab__navbar .nav-tabs {
  display: flex;
  width: min(100%, 1172px);
  margin-bottom: -1px;
}
.gift__tabs > .tab__container > .tab__navbar .nav-tabs__item {
  flex: 1;
}
.gift__tabs > .tab__container > .tab__navbar .nav-tabs__link {
  padding: 14px 8px;
  background-color: #ebebec;
  cursor: pointer;
}
.gift__tabs > .tab__container > .tab__navbar .nav-tabs__link.active {
  position: relative;
  background-color: #f6f4f2;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  pointer-events: none;
}
.gift__tabs > .tab__container > .tab__navbar .nav-tabs__link.active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3e5545;
}
.gift__tabs > .tab__container > .tab__navbar .nav-tabs__link.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f6f4f2;
}
.gift__tabs > .tab__container > .tab__navbar .nav-tabs__link.active .heading {
  color: #3e5545;
}
.gift__tabs > .tab__container > .tab__navbar .nav-tabs__link .heading {
  color: #3e5545;
  font-size: 1rem;
  font-weight: 900;
}
.gift .target__anchor .u-container {
  width: min(100%, 1172px);
}
.gift .target__anchor.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #ebebec;
  transform: translateY(-100%);
  transition: transform 0.3s;
  z-index: 10;
}
.gift .target__anchor.fixed.show {
  transform: translateY(0);
}
.gift .target__anchor.fixed .target__anchorItems {
  gap: 0 1px;
}
.gift .target__anchor.fixed .target__anchorItem {
  width: calc((100% - 2px) / 3);
}
.gift .target__anchor.fixed .target__anchorItem:not(:first-child) {
  position: relative;
}
.gift .target__anchor.fixed .target__anchorItem:not(:first-child):before {
  content: '';
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 24px);
  background-color: #d8d8d9;
}
.gift .target__anchor.fixed .target__anchorLink {
  padding: 12px 0 !important;
}
.gift .target__anchor.fixed .target__anchorLink:before {
  display: none;
}
.gift .target__anchor.fixed .target__anchorLink:after {
  display: none;
}
.gift .target__anchor.fixed .target__anchorLink .icon {
  width: 25px;
  margin-bottom: 8px;
}
.gift .target__anchor.fixed .target__anchorLink .titleEn {
  font-size: 0.75rem;
  line-height: 1.25;
}
.gift .target__anchor.fixed .target__anchorLink .titleCh {
  font-size: 0.875rem;
  line-height: 1.25;
  margin-top: 5px !important;
}
.gift .target__anchor.fixed .target__anchorLink .arrow {
  width: 12px;
  margin-top: 6px;
}
@media (any-hover: hover) {
  .gift .target__anchor.fixed .target__anchorLink:hover {
    transform: translateY(0);
  }
}
@media (any-hover: none) {
  .gift .target__anchor.fixed .target__anchorLink:active {
    transform: translateY(0);
  }
}
.gift .target__anchorItems {
  display: flex;
  justify-content: center;
}
.gift .target__anchorLink {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease-out;
  cursor: pointer;
}
.gift .target__anchorLink:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 71px;
  background-image: url(../../assets/img/gift-ribbon.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 142px;
  z-index: -1;
}
.gift .target__anchorLink:after {
  content: '';
  position: absolute;
  top: 71px;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../../assets/img/gift-box.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.gift .target__anchorLink .titleCh,
.gift .target__anchorLink .desc {
  color: #3e5545;
  letter-spacing: 0.05em;
}
.gift .target__anchorLink .arrow {
  aspect-ratio: 17/9;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE3IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF82MTBfMTIxMSkiPgo8cGF0aCBkPSJNMS41IDFMOC41IDhMMTUuNSAxIiBzdHJva2U9IiMzRTU1NDUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF82MTBfMTIxMSI+CjxyZWN0IHdpZHRoPSIxNyIgaGVpZ2h0PSI5IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=)
    no-repeat center/contain;
}
@media (any-hover: hover) {
  .gift .target__anchorLink:hover {
    transform: translateY(8px);
  }
}
@media (any-hover: none) {
  .gift .target__anchorLink:active {
    transform: translateY(8px);
  }
}
.gift .target__item:nth-child(odd) {
  background-color: #fff9ea;
}
.gift .target__item:nth-child(2n) {
  background: url(../../assets/img/block-foot-decor.svg) no-repeat center calc(100% + 16px) / auto
      157px,
    #f4f8f0;
}
.gift .target__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.gift .target__icon {
  width: 70px;
  margin-bottom: 20px;
}
.gift .target__titleEn {
  font-size: 1rem;
  line-height: 30px;
}
.gift .target__titleCh {
  color: #3e5545;
  letter-spacing: 0.05em;
  margin-top: 4px;
}
.gift .target__desc {
  color: #3e5545;
  font-size: 1rem;
  margin-top: 8px;
}
.gift .target__lineup .product-list .grid .product-card .text-box .description {
  display: none;
}
.gift .target__lineup .product-list .grid:first-child {
  width: 100%;
}
.gift .target__lineup .product-list .grid:first-child .product-card {
  align-items: stretch;
}
.gift .target__lineup .product-list .grid:first-child .product-card > .img-box {
  aspect-ratio: 508/584;
}
.gift .target__lineup .product-list .grid:first-child .product-card .text-box .description {
  display: block;
}
.gift .target__lineup .product-list .grid:nth-child(2) .product-card .text-box .description,
.gift .target__lineup .product-list .grid:nth-child(3) .product-card .text-box .description,
.gift .target__lineup .product-list .grid:nth-child(4) .product-card .text-box .description {
  display: block;
}
.gift .budget__lead {
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
}
.gift .budget__filterBar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ebebec;
  transform: translateY(-100%);
  transition: transform 0.3s;
  z-index: 10;
}
.gift .budget__filterBar.fixed.show {
  transform: translateY(0);
}
.gift .budget__filterBar.fixed .budget__filterNav {
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0 1px;
  width: 100%;
  margin: 0 auto;
  overflow-y: hidden;
  overflow-x: auto;
}
.gift .budget__filterBar.fixed .budget__filterNav::-webkit-scrollbar {
  display: none;
}
.gift .budget__filterBar.fixed .budget__filterNav > li {
  width: calc((100% - 3px) / 4);
  padding: 12px 8px 24px;
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  border: none;
  background-color: transparent;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE3IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF82MTBfMTIxMSkiPgo8cGF0aCBkPSJNMS41IDFMOC41IDhMMTUuNSAxIiBzdHJva2U9IiMzRTU1NDUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF82MTBfMTIxMSI+CjxyZWN0IHdpZHRoPSIxNyIgaGVpZ2h0PSI5IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=)
    no-repeat 50% calc(100% - 12px) / 12px auto;
  white-space: nowrap;
}
.gift .budget__filterBar.fixed .budget__filterNav > li.active {
  position: relative;
}
.gift .budget__filterBar.fixed .budget__filterNav > li.active:after {
  opacity: 1;
}
.gift .budget__filterBar.fixed .budget__filterNav > li:not(:first-child) {
  position: relative;
}
.gift .budget__filterBar.fixed .budget__filterNav > li:not(:first-child):before {
  content: '';
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 24px);
  background-color: #d8d8d9;
}
.gift .budget__filterBar.fixed .budget__filterNav > li:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #3c3c43;
  opacity: 0;
  transition: opacity 0.3s;
}
.gift .budget__filterNav {
  display: flex;
  gap: 24px 32px;
}
.gift .budget__filterNav > li {
  width: calc((100% - 96px) / 4);
  padding: 14px;
  color: #1d1d1f;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  border-radius: 10rem;
  border: 2px solid #2c5b35;
  cursor: pointer;
}
.gift .budget__filterNav > li.active {
  color: #fff;
  background-color: #2c5b35;
  pointer-events: none;
  cursor: default;
}
.gift .budget__filterItem {
  display: none;
}
.gift .budget__filterItem.active {
  display: block;
}
.package__block {
  background-color: #fff;
}
.package__block:first-child {
  position: relative;
}
.package__block:first-child:before {
  content: '';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 75px;
  height: 50px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA3NSA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMjguNDMzNSIgeT0iNi42MTMyOCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjEyLjEwMDgiIHJ4PSIxIiBmaWxsPSIjN0YwMDE5Ii8+CjxwYXRoIGQ9Ik00OS4wMTg2IDcuODkzMDNDNDkuMDE4NiA3LjQ0MzE3IDQ5LjMxODkgNy4wNDg2OCA0OS43NTI2IDYuOTI5MDRMNzMuNjAxOCAwLjM0OTI2NUM3NC4yMzg2IDAuMTczNTc3IDc0Ljg2NzggMC42NTI2NTYgNzQuODY3OCAxLjMxMzI1VjIzLjk5MzdDNzQuODY3OCAyNC42NjEgNzQuMjI2NyAyNS4xNDExIDczLjU4NjQgMjQuOTUzM0w0OS43MzcyIDE3Ljk1OTZDNDkuMzExMiAxNy44MzQ3IDQ5LjAxODYgMTcuNDQzOSA0OS4wMTg2IDE3VjcuODkzMDNaIiBmaWxsPSIjN0YwMDE5Ii8+CjxwYXRoIGQ9Ik0yNS44NDkyIDcuODkzMDNDMjUuODQ5MiA3LjQ0MzE3IDI1LjU0ODkgNy4wNDg2OCAyNS4xMTUyIDYuOTI5MDRMMS4yNjU5NiAwLjM0OTI2NUMwLjYyOTE1NiAwLjE3MzU3NyAzLjgxNDdlLTA2IDAuNjUyNjU2IDMuODE0N2UtMDYgMS4zMTMyNVYyMy45OTM3QzMuODE0N2UtMDYgMjQuNjYxIDAuNjQxMDkyIDI1LjE0MTEgMS4yODE0IDI0Ljk1MzNMMjUuMTMwNiAxNy45NTk2QzI1LjU1NjYgMTcuODM0NyAyNS44NDkyIDE3LjQ0MzkgMjUuODQ5MiAxN1Y3Ljg5MzAzWiIgZmlsbD0iIzdGMDAxOSIvPgo8cGF0aCBkPSJNNDYuOTEyIDIxLjI4NjJDNDYuNzM1OCAyMS4xNDc2IDQ2LjUxODEgMjEuMDcyMyA0Ni4yOTM5IDIxLjA3MjNIMzkuOTQ5QzM5LjIyNzIgMjEuMDcyMyAzOC43NDMyIDIxLjgxMzUgMzkuMDMzNCAyMi40NzQ0TDUwLjUzOTcgNDguNjc0QzUwLjc4NDggNDkuMjMyMiA1MS40Njc5IDQ5LjQ0MyA1MS45ODUgNDkuMTIwMUw1OS4xOTkzIDQ0LjYxNDlDNTkuMzMyIDQ0LjUzMiA1OS40ODI0IDQ0LjQ4MTQgNTkuNjM4MyA0NC40NjcyTDcyLjE0ODQgNDMuMzI4NkM3My4wNDkyIDQzLjI0NjYgNzMuMzg2OSA0Mi4xMDU4IDcyLjY3NTkgNDEuNTQ2N0w0Ni45MTIgMjEuMjg2MloiIGZpbGw9IiM3RjAwMTkiLz4KPHBhdGggZD0iTTI3Ljk1NDQgMjEuMjg2MkMyOC4xMzA2IDIxLjE0NzYgMjguMzQ4MyAyMS4wNzIzIDI4LjU3MjYgMjEuMDcyM0gzNC45MTc1QzM1LjYzOTIgMjEuMDcyMyAzNi4xMjMzIDIxLjgxMzUgMzUuODMzMSAyMi40NzQ0TDI0LjMyNjggNDguNjc0QzI0LjA4MTcgNDkuMjMyMiAyMy4zOTg1IDQ5LjQ0MyAyMi44ODE1IDQ5LjEyMDFMMTUuNjY3MiA0NC42MTQ5QzE1LjUzNDQgNDQuNTMyIDE1LjM4NCA0NC40ODE0IDE1LjIyODEgNDQuNDY3MkwyLjcxODEgNDMuMzI4NkMxLjgxNzIzIDQzLjI0NjYgMS40Nzk1MiA0Mi4xMDU4IDIuMTkwNTggNDEuNTQ2N0wyNy45NTQ0IDIxLjI4NjJaIiBmaWxsPSIjN0YwMDE5Ii8+Cjwvc3ZnPgo=)
    no-repeat center/contain;
}
.package__block:nth-child(2) .package__desc,
.package__block:nth-child(2) .package__notes {
  margin-top: 16px;
}
.package__label {
  color: #7f0019;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.package__title {
  color: #3e5545;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-top: 8px;
}
.package__desc {
  color: #3e5545;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.package__notes {
  color: #3c3c43;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.package__itemText {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 1000px) {
  .hero .img-box {
    aspect-ratio: 1440/700;
  }
  .lead {
    padding: var(--space-3xl);
  }
  .lead__title {
    display: none;
  }
  .member__inner {
    padding: 52px 42px;
  }
  .member__title,
  .member__subtitle {
    font-size: 1.5rem;
  }
  .member__content {
    display: flex;
    gap: 0 42px;
    margin-top: var(--space-2xl);
  }
  .member__contentImg {
    width: 44.3133%;
  }
  .member__contentImg .img-box {
    aspect-ratio: 413/450;
  }
  .member__contentText {
    flex: 1;
  }
  .member__contentText ul > li:not(:first-child) {
    margin-top: 20px;
  }
  .member__contentText ul p {
    font-size: 1.3125rem;
    line-height: 1.15;
    letter-spacing: 0.05em;
    margin-top: 10px;
  }
  .member__contentText > p {
    margin-top: 24px;
  }
  .gift {
    margin-top: 122px;
  }
  .gift .target__anchor {
    padding: var(--space-3xl) 0 var(--space-4xl);
  }
  .gift .target__anchorItems {
    gap: 0 48px;
  }
  .gift .target__anchorItem {
    width: calc((100% - 96px) / 3);
  }
  .gift .target__anchorLink {
    padding: 96px 26px 28px;
  }
  .gift .target__anchorLink .icon {
    width: 70px;
    margin-bottom: 20px;
  }
  .gift .target__anchorLink .titleEn {
    font-size: 0.875rem;
    line-height: 25px;
  }
  .gift .target__anchorLink .titleCh {
    font-size: 1.25rem;
    line-height: 25px;
    margin-top: 3px;
  }
  .gift .target__anchorLink .desc {
    font-size: 1rem;
    margin: 16px 0 20px;
  }
  .gift .target__anchorLink .arrow {
    width: 17px;
    margin-top: auto;
  }
  .gift .target__item {
    padding: var(--space-4xl) 0 164px;
  }
  .gift .target__item:nth-child(2n) {
    padding-bottom: 250px;
  }
  .gift .target__titleCh {
    font-size: 1.625rem;
    line-height: 38px;
  }
  .gift .target__lineup .product-list {
    margin-top: var(--space-3xl);
  }
  .gift .target__lineup .product-list .row {
    gap: 20px;
  }
  .gift .target__lineup .product-list .grid {
    width: calc((100% - 80px) / 5);
  }
  .gift .target__lineup .product-list .grid:first-child .product-card .img-box,
  .gift .target__lineup .product-list .grid:first-child .product-card .text-box {
    width: 50%;
  }
  .gift .target__lineup .product-list .grid:first-child .product-card .text-box {
    padding: 24px 0;
  }
  .gift .target__lineup .product-list .grid:first-child .product-card .text-box .inner {
    width: min(100%, 285px);
    margin: 0 auto;
  }
  .gift .target__lineup .product-list .grid:first-child .product-card .text-box .img-box {
    width: 100%;
  }
  .gift .target__lineup .product-list .grid:first-child .product-card .color-chips {
    min-height: auto;
  }
  .gift .target__lineup .product-list .grid:nth-child(2),
  .gift .target__lineup .product-list .grid:nth-child(3),
  .gift .target__lineup .product-list .grid:nth-child(4) {
    width: calc((100% - 40px) / 3);
  }
  .gift .target__lineup .product-list .grid:nth-child(2) .product-card,
  .gift .target__lineup .product-list .grid:nth-child(3) .product-card,
  .gift .target__lineup .product-list .grid:nth-child(4) .product-card {
    padding: 20px 20px 36px;
  }
  .gift .target__lineup .product-list .grid:nth-child(2) .product-card .text-box,
  .gift .target__lineup .product-list .grid:nth-child(3) .product-card .text-box,
  .gift .target__lineup .product-list .grid:nth-child(4) .product-card .text-box {
    padding: 0;
  }
  .gift .target__lineup .product-list .grid:nth-child(2) .product-card .text-box .color-chips,
  .gift .target__lineup .product-list .grid:nth-child(3) .product-card .text-box .color-chips,
  .gift .target__lineup .product-list .grid:nth-child(4) .product-card .text-box .color-chips {
    margin-top: 15px;
  }
  .gift .target__lineup .product-list .grid:nth-child(2) .product-card .text-box .description,
  .gift .target__lineup .product-list .grid:nth-child(3) .product-card .text-box .description,
  .gift .target__lineup .product-list .grid:nth-child(4) .product-card .text-box .description {
    display: block;
    min-height: calc(4.5em + 21px);
  }
  .gift .target__lineup .product-list .grid:nth-child(2) .product-card .color-chips,
  .gift .target__lineup .product-list .grid:nth-child(3) .product-card .color-chips,
  .gift .target__lineup .product-list .grid:nth-child(4) .product-card .color-chips {
    min-height: auto;
  }
  .gift .target__lineup .product-list .product-card .color-chips {
    min-height: 44px;
  }
  .gift .budget {
    padding-top: var(--space-3xl);
    padding-bottom: var(--space-4xl);
  }
  .gift .budget__filter {
    padding-top: var(--space-2xl);
  }
  .gift .budget__filterContent {
    margin-top: var(--space-3xl);
  }
  .gift .budget .product-list .row {
    gap: 28px 20px;
  }
  .gift .budget .product-list .grid {
    width: calc((100% - 60px) / 4);
  }
  .package {
    padding: var(--space-4xl) 0;
  }
  .package__block:not(:first-child) {
    margin-top: 20px;
  }
  .package__block:nth-child(1) {
    padding: var(--space-4xl) 52px;
  }
  .package__block:nth-child(1) .package__title {
    font-size: 1.625rem;
    line-height: 30px;
  }
  .package__block:nth-child(1) .package__item {
    margin-top: 42px;
  }
  .package__block:nth-child(2) {
    padding: var(--space-3xl) 52px;
  }
  .package__block:nth-child(2) .package__title {
    font-size: 1.5rem;
    line-height: 28px;
  }
  .package__item {
    display: flex;
  }
  .package__itemImg,
  .package__itemText {
    width: 50%;
  }
  .package__itemImg .img-box {
    aspect-ratio: 456/300;
  }
  .package__itemText {
    padding: 30px 52px;
  }
  .package__lineup {
    margin-top: 42px;
  }
  .package__lineup .product-list .row {
    gap: 36px 24px;
  }
  .package__lineup .product-list .grid {
    width: calc((100% - 72px) / 4);
  }
}
@media only screen and (max-width: 999px) {
  .lead {
    padding: var(--space-2xl);
  }
  .lead__title {
    display: block;
    color: #3e5545;
    font-size: 1.875rem;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  .member__inner {
    padding: 52px 15px;
  }
  .member__title,
  .member__subtitle {
    font-size: 1.375rem;
  }
  .member__content {
    margin-top: var(--space-m);
  }
  .member__contentImg .img-box {
    aspect-ratio: 1/1;
  }
  .member__contentText {
    margin-top: 24px;
  }
  .member__contentText ul > li:not(:first-child) {
    margin-top: 24px;
  }
  .member__contentText ul p {
    font-size: 1.25rem;
  }
  .member__contentText ul p .muji-passport {
    width: 119px;
  }
  .member__contentText ul p .good-holidays {
    width: 158px;
  }
  .member__contentText > p {
    margin-top: 36px;
  }
  .gift {
    margin-top: var(--space-2xl);
  }
  .gift .target__anchor {
    padding: var(--space-2xl) 0;
  }
  .gift .target__anchor.fixed .target__anchorLink .arrow {
    display: none;
  }
  .gift .target__anchorItems {
    flex-wrap: wrap;
    gap: 26px 23px;
  }
  .gift .target__anchorItem {
    width: calc((100% - 23px) / 2);
  }
  .gift .target__anchorItem:first-child {
    width: 100%;
  }
  .gift .target__anchorItem:first-child .target__anchorLink {
    width: min(100%, 400px);
    margin: 0 auto;
  }
  .gift .target__anchorLink {
    padding: 96px 26px 28px;
  }
  .gift .target__anchorLink .icon {
    width: 70px;
    margin-bottom: 20px;
  }
  .gift .target__anchorLink .titleEn {
    font-size: 0.875rem;
    line-height: 25px;
  }
  .gift .target__anchorLink .titleCh {
    font-size: 1.25rem;
    line-height: 25px;
    margin-top: 3px;
  }
  .gift .target__anchorLink .desc {
    font-size: 1rem;
    margin: 16px 0 20px;
  }
  .gift .target__anchorLink .arrow {
    width: 17px;
    margin-top: auto;
  }
  .gift .target__item {
    padding: var(--space-3xl) 0;
  }
  .gift .target__item:nth-child(2n) {
    background: url(../../assets/img/block-foot-decor.svg) no-repeat center calc(100% + 8px) / auto
        100px,
      #f4f8f0;
    padding-bottom: 150px;
  }
  .gift .target__titleCh {
    font-size: 1.5rem;
    line-height: 36px;
  }
  .gift .target__lineup .product-list {
    width: min(100%, 450px);
    margin: var(--space-2xl) auto 0;
  }
  .gift .target__lineup .product-list .row {
    gap: 20px;
  }
  .gift .target__lineup .product-list .grid {
    width: 100%;
  }
  .gift .target__lineup .product-list .grid:first-child .product-card {
    flex-direction: column;
  }
  .gift .target__lineup .product-list .product-card {
    padding: 16px;
  }
  .gift .target__lineup .product-list .product-card .text-box {
    width: 100%;
    padding: 0;
  }
  .gift .target__lineup .product-list .product-card .text-box .color-chips {
    margin-top: 15px;
  }
  .gift .budget {
    padding-top: var(--space-2xl);
    padding-bottom: var(--space-4xl);
  }
  .gift .budget__filter {
    padding-top: 36px;
  }
  .gift .budget__filterBar.fixed .budget__filterNav > li {
    padding: 12px 4px;
    background: none;
  }
  .gift .budget__filterNav {
    flex-direction: column;
    align-items: center;
  }
  .gift .budget__filterNav > li {
    width: auto;
    padding: 16px 57px;
  }
  .gift .budget__filterContent {
    margin-top: var(--space-2xl);
  }
  .gift .budget .product-list .row {
    gap: 24px 15px;
  }
  .gift .budget .product-list .grid {
    width: calc((100% - 15px) / 2);
  }
  .package {
    padding: var(--space-4xl) 0;
  }
  .package__block:not(:first-child) {
    margin-top: 18px;
  }
  .package__block:nth-child(1) {
    padding: var(--space-3xl) 20px;
  }
  .package__block:nth-child(1) .package__title {
    font-size: 1.625rem;
    line-height: 30px;
  }
  .package__block:nth-child(1) .package__item {
    margin-top: 24px;
  }
  .package__block:nth-child(1) .package__itemText {
    padding: 24px 20px;
  }
  .package__block:nth-child(2) {
    padding: 36px 20px;
  }
  .package__block:nth-child(2) .package__title {
    font-size: 1.5rem;
    line-height: 28px;
  }
  .package__block:nth-child(2) .package__itemText {
    padding: 30px 0;
    text-align: center;
  }
  .package__lineup .product-list .row {
    gap: 24px 17px;
  }
  .package__lineup .product-list .grid {
    width: calc((100% - 17px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .gift .target__anchorItems {
    width: min(100%, 500px);
    margin: 0 auto;
  }
  .gift .target__anchorItem:first-child .target__anchorLink {
    padding: 50px 36px 16px;
    width: min(100%, 210px);
  }
  .gift .target__anchorLink {
    padding: 50px 27px 16px;
  }
  .gift .target__anchorLink:before {
    height: 36px;
    background-size: auto 74px;
  }
  .gift .target__anchorLink:after {
    top: 36px;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .gift .target__anchorLink .icon {
    width: 36px;
    margin-bottom: 16px;
  }
  .gift .target__anchorLink .titleEn {
    font-size: 0.75rem;
    line-height: 16px;
  }
  .gift .target__anchorLink .titleCh {
    font-size: 1.125rem;
    line-height: 20px;
    margin-top: 8px;
  }
  .gift .target__anchorLink .desc {
    font-size: 0.75rem;
    margin-top: 8px;
  }
  .gift .target__anchorLink .desc br {
    display: none;
  }
  .gift .target__anchorLink .arrow {
    width: 12px;
  }
  .gift .budget .product-list .product-card .text-box .description {
    min-height: calc(7.5em + 20px);
  }
}
.modal__container {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  opacity: 0;
  z-index: 99999;
}
.modal__container.--type-normal {
  background-color: #000000b3;
}
.modal__container.--type-normal .modal__content {
  width: min(100%, 800px);
  min-height: 600px;
}
.modal__container.--type-alert .modal__content {
  width: min(100%, 400px);
  background-color: #fff;
  box-shadow: 2px 2px 20px #0000004d;
}
.modal__scroller {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.modal__wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 30px 0;
}
.modal__content {
  position: relative;
  background-color: #fff;
  margin: auto;
}
.modal__close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  cursor: pointer;
}
.modal__close-btn:before,
.modal__close-btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-color: #8f9cb5;
}
.modal__close-btn:before {
  width: 14px;
  height: 3px;
}
.modal__close-btn:after {
  width: 3px;
  height: 14px;
}
.modal__close-btn:hover:before,
.modal__close-btn:hover:after {
  background-color: #bdc9df;
}
.modal__container .alert__body {
  padding: 48px 16px;
  text-align: center;
}
.modal__container .alert__buttons {
  display: flex;
}
.modal__container .alert__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  min-height: 60px;
  background-color: #eee;
  flex: 1;
  cursor: pointer;
}
.modal__container .alert__button.--cancel {
  color: #fff;
  background-color: #fc7169;
}
.modal__container .alert__button.--confirm {
  color: #fff;
  background-color: #3dca89;
}
.modal__container .modal__content {
  opacity: 0;
  transition-property: opacity, transform;
}
.modal__container.enter {
  opacity: 1;
  transition: opacity 0.3s;
}
.modal__container[class*='effect-fade'].enter .modal__content {
  opacity: 1;
  transform: translateZ(0);
  transition-duration: 0.6s;
}
.modal__container[class*='effect-fade'].enter.leaving {
  opacity: 0;
  transition: opacity 0.3s;
}
.modal__container[class*='effect-fade'].enter.leaving .modal__content {
  opacity: 0;
  transform: translateZ(0);
}
.modal__container[class~='effect-fade-up'] .modal__content {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: translate3d(0, 50px, 0);
}
.modal__container[class~='effect-fade-up'].enter.leaving .modal__content {
  transform: translate3d(0, 50px, 0);
}
.modal__container[class~='effect-fade-down'] .modal__content {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: translate3d(0, -50px, 0);
}
.modal__container[class~='effect-fade-down'].enter.leaving .modal__content {
  transform: translate3d(0, -50px, 0);
}
.modal__container[class~='effect-fade-left'] .modal__content {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: translate3d(50px, 0, 0);
}
.modal__container[class~='effect-fade-left'].enter.leaving .modal__content {
  transform: translate3d(50px, 0, 0);
}
.modal__container[class~='effect-fade-right'] .modal__content {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: translate3d(-50px, 0, 0);
}
.modal__container[class~='effect-fade-right'].enter.leaving .modal__content {
  transform: translate3d(-50px, 0, 0);
}
.modal__container[class~='effect-zoom-in'] .modal__content {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(0.9);
}
.modal__container[class~='effect-zoom-in'].enter .modal__content {
  opacity: 1;
  transform: translateZ(0);
  transition-duration: 0.3s;
}
.modal__container[class~='effect-zoom-in'].enter.leaving {
  opacity: 0;
  transition: opacity 0.3s;
}
.modal__container[class~='effect-zoom-in'].enter.leaving .modal__content {
  transform: scale(0.9);
}
.modal__container[class~='effect-zoom-out'] .modal__content {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(1.1);
}
.modal__container[class~='effect-zoom-out'].enter .modal__content {
  opacity: 1;
  transform: translateZ(0);
  transition-duration: 0.3s;
}
.modal__container[class~='effect-zoom-out'].enter.leaving {
  opacity: 0;
  transition: opacity 0.3s;
}
.modal__container[class~='effect-zoom-out'].enter.leaving .modal__content {
  transform: scale(1.1);
}
.tab__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.tab__content {
  height: 100%;
}
.tab__panel {
  display: none;
}
.tab__panel.active {
  display: block;
}
.nav-tabs,
.k-st-wrapper {
  position: relative;
}
.k-st-wrapper .scroll-marker-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.k-st-wrapper .scroll-marker-wrapper .marker-item.viewpoint {
  position: absolute;
}
.k-st-wrapper .element-marker-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.marker-item {
  top: var(--start);
  right: var(--scrollbarWidth, 0);
  font-size: 20px;
  padding: 4px 8px;
  color: green;
  border-bottom: 1px solid green;
  transform: translateY(calc(-100% + 1px));
  z-index: 1000;
}
.marker-item:before {
  display: block;
}
.marker-item.viewpoint {
  position: fixed;
}
.marker-item.viewpoint:before {
  content: 'scroller-start';
}
.marker-item.observe-element {
  position: absolute;
}
.marker-item.observe-element:before {
  content: 'start';
}
.marker-item.hidden {
  display: none;
}
[k-st-effect] {
  transition-timing-function: ease-in-out;
  transition-duration: 0.6s;
}
[k-st-effect] [k-st-duration='100'] {
  transition-duration: 0.1s;
}
[k-st-effect] [k-st-duration='200'] {
  transition-duration: 0.2s;
}
[k-st-effect] [k-st-duration='300'] {
  transition-duration: 0.3s;
}
[k-st-effect] [k-st-duration='400'] {
  transition-duration: 0.4s;
}
[k-st-effect] [k-st-duration='500'] {
  transition-duration: 0.5s;
}
[k-st-effect] [k-st-duration='600'] {
  transition-duration: 0.6s;
}
[k-st-effect] [k-st-duration='700'] {
  transition-duration: 0.7s;
}
[k-st-effect] [k-st-duration='800'] {
  transition-duration: 0.8s;
}
[k-st-effect] [k-st-duration='900'] {
  transition-duration: 0.9s;
}
[k-st-effect] [k-st-duration='1000'] {
  transition-duration: 1s;
}
[k-st-effect] [k-st-duration='1100'] {
  transition-duration: 1.1s;
}
[k-st-effect] [k-st-duration='1200'] {
  transition-duration: 1.2s;
}
[k-st-effect] [k-st-duration='1300'] {
  transition-duration: 1.3s;
}
[k-st-effect] [k-st-duration='1400'] {
  transition-duration: 1.4s;
}
[k-st-effect] [k-st-duration='1500'] {
  transition-duration: 1.5s;
}
[k-st-effect] [k-st-duration='1600'] {
  transition-duration: 1.6s;
}
[k-st-effect] [k-st-duration='1700'] {
  transition-duration: 1.7s;
}
[k-st-effect] [k-st-duration='1800'] {
  transition-duration: 1.8s;
}
[k-st-effect] [k-st-duration='1900'] {
  transition-duration: 1.9s;
}
[k-st-effect] [k-st-duration='2000'] {
  transition-duration: 2s;
}
[k-st-effect] [k-st-duration='2100'] {
  transition-duration: 2.1s;
}
[k-st-effect] [k-st-duration='2200'] {
  transition-duration: 2.2s;
}
[k-st-effect] [k-st-duration='2300'] {
  transition-duration: 2.3s;
}
[k-st-effect] [k-st-duration='2400'] {
  transition-duration: 2.4s;
}
[k-st-effect] [k-st-duration='2500'] {
  transition-duration: 2.5s;
}
[k-st-effect] [k-st-duration='2600'] {
  transition-duration: 2.6s;
}
[k-st-effect] [k-st-duration='2700'] {
  transition-duration: 2.7s;
}
[k-st-effect] [k-st-duration='2800'] {
  transition-duration: 2.8s;
}
[k-st-effect] [k-st-duration='2900'] {
  transition-duration: 2.9s;
}
[k-st-effect] [k-st-duration='3000'] {
  transition-duration: 3s;
}
[k-st-effect^='fade'] {
  opacity: 0;
  transition-property: opacity, transform;
}
[k-st-effect^='fade'].st-entered {
  opacity: 1;
  transform: translateZ(0);
}
[k-st-effect='fade-up'] {
  transform: translate3d(0, min(80%, 60px), 0);
}
[k-st-effect='fade-down'] {
  transform: translate3d(0, -min(80%, 60px), 0);
}
[k-st-effect='fade-left'] {
  transform: translate3d(min(80%, 60px), 0, 0);
}
[k-st-effect='fade-right'] {
  transform: translate3d(min(-80%, -60px), 0, 0);
}
[k-st-effect='fade-up-left'] {
  transform: translate3d(min(80%, 60px), min(80%, 60px), 0);
}
[k-st-effect='fade-up-right'] {
  transform: translate3d(min(-80%, -60px), min(80%, 60px), 0);
}
[k-st-effect='fade-down-left'] {
  transform: translate3d(min(80%, 60px), min(-80%, -60px), 0);
}
[k-st-effect='fade-down-right'] {
  transform: translate3d(min(-80%, -60px), min(-80%, -60px), 0);
}
[k-st-effect^='flip'] {
  backface-visibility: hidden;
  transition-property: transform;
}
[k-st-effect='flip-up'] {
  transform: perspective(2500px) rotateX(-100deg);
}
[k-st-effect='flip-up'].st-entered {
  transform: perspective(2500px) rotateX(0);
}
[k-st-effect='flip-down'] {
  transform: perspective(2500px) rotateX(100deg);
}
[k-st-effect='flip-down'].st-entered {
  transform: perspective(2500px) rotateX(0);
}
[k-st-effect='flip-left'] {
  transform: perspective(2500px) rotateY(-100deg);
}
[k-st-effect='flip-left'].st-entered {
  transform: perspective(2500px) rotateY(0);
}
[k-st-effect='flip-right'] {
  transform: perspective(2500px) rotateY(100deg);
}
[k-st-effect='flip-right'].st-entered {
  transform: perspective(2500px) rotateY(0);
}
.accordion__item {
  border-top: 1px solid #ddd;
}
.accordion__item.active > .accordion__heading .icon {
  transform: rotateX(180deg);
}
.accordion__item.active > .accordion__content {
  height: var(--height);
}
.accordion__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  background-color: #eee;
  cursor: pointer;
}
.accordion__heading .title {
  font-size: 20px;
}
.accordion__heading .icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #000 transparent transparent transparent;
  margin-left: 10px;
  transition: transform 0.5s;
}
.accordion__content {
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
}
.accordion__contentInner {
  padding: 15px;
}
.accordion__contentInner p + .accordion__item {
  margin-top: 15px;
} /*!
* OverlayScrollbars
* Version: 2.10.1
*
* Copyright (c) Rene Haas | KingSora.
* https://github.com/KingSora
*
* Released under the MIT license.
*/
.os-size-observer,
.os-size-observer-listener {
  scroll-behavior: auto !important;
  direction: inherit;
  pointer-events: none;
  overflow: hidden;
  visibility: hidden;
  box-sizing: border-box;
}
.os-size-observer,
.os-size-observer-listener,
.os-size-observer-listener-item,
.os-size-observer-listener-item-final {
  writing-mode: horizontal-tb;
  position: absolute;
  left: 0;
  top: 0;
}
.os-size-observer {
  z-index: -1;
  contain: strict;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: inherit;
  border: inherit;
  box-sizing: inherit;
  margin: -133px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0.1);
}
.os-size-observer:before {
  content: '';
  flex: none;
  box-sizing: inherit;
  padding: 10px;
  width: 10px;
  height: 10px;
}
.os-size-observer-appear {
  animation: os-size-observer-appear-animation 1ms forwards;
}
.os-size-observer-listener {
  box-sizing: border-box;
  position: relative;
  flex: auto;
  padding: inherit;
  border: inherit;
  margin: -133px;
  transform: scale(10);
}
.os-size-observer-listener.ltr {
  margin-right: -266px;
  margin-left: 0;
}
.os-size-observer-listener.rtl {
  margin-left: -266px;
  margin-right: 0;
}
.os-size-observer-listener:empty:before {
  content: '';
  width: 100%;
  height: 100%;
}
.os-size-observer-listener:empty:before,
.os-size-observer-listener > .os-size-observer-listener-item {
  display: block;
  position: relative;
  padding: inherit;
  border: inherit;
  box-sizing: content-box;
  flex: auto;
}
.os-size-observer-listener-scroll {
  box-sizing: border-box;
  display: flex;
}
.os-size-observer-listener-item {
  right: 0;
  bottom: 0;
  overflow: hidden;
  direction: ltr;
  flex: none;
}
.os-size-observer-listener-item-final {
  transition: none;
}
@keyframes os-size-observer-appear-animation {
  0% {
    cursor: auto;
  }
  to {
    cursor: none;
  }
}
.os-trinsic-observer {
  flex: none;
  box-sizing: border-box;
  position: relative;
  max-width: 0px;
  max-height: 1px;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
  z-index: -1;
  height: 0;
  top: calc(100% + 1px);
  contain: strict;
}
.os-trinsic-observer:not(:empty) {
  height: calc(100% + 1px);
  top: -1px;
}
.os-trinsic-observer:not(:empty) > .os-size-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}
[data-overlayscrollbars-initialize],
[data-overlayscrollbars-viewport~='scrollbarHidden'] {
  scrollbar-width: none !important;
}
[data-overlayscrollbars-initialize]::-webkit-scrollbar,
[data-overlayscrollbars-initialize]::-webkit-scrollbar-corner,
[data-overlayscrollbars-viewport~='scrollbarHidden']::-webkit-scrollbar,
[data-overlayscrollbars-viewport~='scrollbarHidden']::-webkit-scrollbar-corner {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
[data-overlayscrollbars-initialize]:not([data-overlayscrollbars]):not(html):not(body) {
  overflow: auto;
}
html[data-overlayscrollbars-body] {
  overflow: hidden;
}
html[data-overlayscrollbars-body],
html[data-overlayscrollbars-body] > body {
  width: 100%;
  height: 100%;
  margin: 0;
}
html[data-overlayscrollbars-body] > body {
  overflow: visible;
  margin: 0;
}
[data-overlayscrollbars] {
  position: relative;
}
[data-overlayscrollbars~='host'],
[data-overlayscrollbars-padding] {
  display: flex;
  align-items: stretch !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  scroll-behavior: auto !important;
}
[data-overlayscrollbars-padding],
[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]) {
  box-sizing: inherit;
  position: relative;
  flex: auto !important;
  height: auto;
  width: 100%;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 0;
}
[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]) {
  --os-vaw: 0;
  --os-vah: 0;
  outline: none;
}
[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]):focus {
  outline: none;
}
[data-overlayscrollbars-viewport][data-overlayscrollbars-viewport~='arrange']:before {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: -1;
  min-width: 1px;
  min-height: 1px;
  width: var(--os-vaw);
  height: var(--os-vah);
}
[data-overlayscrollbars],
[data-overlayscrollbars-padding],
[data-overlayscrollbars-viewport] {
  overflow: hidden !important;
}
[data-overlayscrollbars~='noClipping'],
[data-overlayscrollbars-padding~='noClipping'] {
  overflow: visible !important;
}
[data-overlayscrollbars-viewport~='measuring'] {
  overflow: hidden !important;
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
}
[data-overlayscrollbars-viewport~='overflowXVisible']:not(
    [data-overlayscrollbars-viewport~='measuring']
  ) {
  overflow-x: visible !important;
}
[data-overlayscrollbars-viewport~='overflowXHidden'] {
  overflow-x: hidden !important;
}
[data-overlayscrollbars-viewport~='overflowXScroll'] {
  overflow-x: scroll !important;
}
[data-overlayscrollbars-viewport~='overflowYVisible']:not(
    [data-overlayscrollbars-viewport~='measuring']
  ) {
  overflow-y: visible !important;
}
[data-overlayscrollbars-viewport~='overflowYHidden'] {
  overflow-y: hidden !important;
}
[data-overlayscrollbars-viewport~='overflowYScroll'] {
  overflow-y: scroll !important;
}
[data-overlayscrollbars-viewport~='noContent']:not(#osFakeId) {
  font-size: 0 !important;
  line-height: 0 !important;
}
[data-overlayscrollbars-viewport~='noContent']:not(#osFakeId):before,
[data-overlayscrollbars-viewport~='noContent']:not(#osFakeId):after,
[data-overlayscrollbars-viewport~='noContent']:not(#osFakeId) > * {
  display: none !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}
[data-overlayscrollbars-viewport~='scrolling'] {
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
}
[data-overlayscrollbars-content] {
  box-sizing: inherit;
}
[data-overlayscrollbars-contents]:not(#osFakeId):not([data-overlayscrollbars-padding]):not(
    [data-overlayscrollbars-viewport]
  ):not([data-overlayscrollbars-content]) {
  display: contents;
}
[data-overlayscrollbars-grid],
[data-overlayscrollbars-grid] [data-overlayscrollbars-padding] {
  display: grid;
  grid-template: 1fr/1fr;
}
[data-overlayscrollbars-grid] > [data-overlayscrollbars-padding],
[data-overlayscrollbars-grid] > [data-overlayscrollbars-viewport],
[data-overlayscrollbars-grid]
  > [data-overlayscrollbars-padding]
  > [data-overlayscrollbars-viewport] {
  height: auto !important;
  width: auto !important;
}
@property --os-scroll-percent {
  syntax: '<number>';
  inherits: true;
  initial-value: 0;
}
@property --os-viewport-percent {
  syntax: '<number>';
  inherits: true;
  initial-value: 0;
}
.os-scrollbar {
  --os-viewport-percent: 0;
  --os-scroll-percent: 0;
  --os-scroll-direction: 0;
  --os-scroll-percent-directional: calc(
    var(--os-scroll-percent) - (var(--os-scroll-percent) + (1 - var(--os-scroll-percent)) * -1) *
      var(--os-scroll-direction)
  );
}
.os-scrollbar {
  contain: size layout;
  contain: size layout style;
  transition: opacity 0.15s, visibility 0.15s, top 0.15s, right 0.15s, bottom 0.15s, left 0.15s;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
body > .os-scrollbar {
  position: fixed;
  z-index: 99999;
}
.os-scrollbar-transitionless {
  transition: none !important;
}
.os-scrollbar-track {
  position: relative;
  padding: 0 !important;
  border: none !important;
}
.os-scrollbar-handle {
  position: absolute;
}
.os-scrollbar-track,
.os-scrollbar-handle {
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.os-scrollbar.os-scrollbar-track-interactive .os-scrollbar-track,
.os-scrollbar.os-scrollbar-handle-interactive .os-scrollbar-handle {
  pointer-events: auto;
  touch-action: none;
}
.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}
.os-scrollbar-vertical {
  top: 0;
  right: 0;
}
.os-scrollbar-rtl.os-scrollbar-horizontal {
  right: 0;
}
.os-scrollbar-rtl.os-scrollbar-vertical {
  right: auto;
  left: 0;
}
.os-scrollbar-visible {
  opacity: 1;
  visibility: visible;
}
.os-scrollbar-auto-hide.os-scrollbar-auto-hide-hidden {
  opacity: 0;
  visibility: hidden;
}
.os-scrollbar-interaction.os-scrollbar-visible {
  opacity: 1;
  visibility: visible;
}
.os-scrollbar-unusable,
.os-scrollbar-unusable *,
.os-scrollbar-wheel,
.os-scrollbar-wheel * {
  pointer-events: none !important;
}
.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
  transition: none !important;
}
.os-scrollbar-horizontal .os-scrollbar-handle {
  bottom: 0;
  left: calc(var(--os-scroll-percent-directional) * 100%);
  transform: translate(calc(var(--os-scroll-percent-directional) * -100%));
  width: calc(var(--os-viewport-percent) * 100%);
}
.os-scrollbar-vertical .os-scrollbar-handle {
  right: 0;
  top: calc(var(--os-scroll-percent-directional) * 100%);
  transform: translateY(calc(var(--os-scroll-percent-directional) * -100%));
  height: calc(var(--os-viewport-percent) * 100%);
}
@supports (container-type: size) {
  .os-scrollbar-track {
    container-type: size;
  }
  .os-scrollbar-horizontal .os-scrollbar-handle {
    left: auto;
    transform: translate(
      calc(
        var(--os-scroll-percent-directional) * 100cqw + var(--os-scroll-percent-directional) * -100%
      )
    );
  }
  .os-scrollbar-vertical .os-scrollbar-handle {
    top: auto;
    transform: translateY(
      calc(
        var(--os-scroll-percent-directional) * 100cqh + var(--os-scroll-percent-directional) * -100%
      )
    );
  }
  .os-scrollbar-rtl.os-scrollbar-horizontal .os-scrollbar-handle {
    right: auto;
    left: 0;
  }
}
.os-scrollbar-rtl.os-scrollbar-vertical .os-scrollbar-handle {
  right: auto;
  left: 0;
}
.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless,
.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless.os-scrollbar-rtl {
  left: 0;
  right: 0;
}
.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless,
.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless.os-scrollbar-rtl {
  top: 0;
  bottom: 0;
}
@media print {
  .os-scrollbar {
    display: none;
  }
}
.os-scrollbar {
  --os-size: 0;
  --os-padding-perpendicular: 0;
  --os-padding-axis: 0;
  --os-track-border-radius: 0;
  --os-track-bg: none;
  --os-track-bg-hover: none;
  --os-track-bg-active: none;
  --os-track-border: none;
  --os-track-border-hover: none;
  --os-track-border-active: none;
  --os-handle-border-radius: 0;
  --os-handle-bg: none;
  --os-handle-bg-hover: none;
  --os-handle-bg-active: none;
  --os-handle-border: none;
  --os-handle-border-hover: none;
  --os-handle-border-active: none;
  --os-handle-min-size: 33px;
  --os-handle-max-size: none;
  --os-handle-perpendicular-size: 100%;
  --os-handle-perpendicular-size-hover: 100%;
  --os-handle-perpendicular-size-active: 100%;
  --os-handle-interactive-area-offset: 0;
}
.os-scrollbar-track {
  border: var(--os-track-border);
  border-radius: var(--os-track-border-radius);
  background: var(--os-track-bg);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s;
}
.os-scrollbar-track:hover {
  border: var(--os-track-border-hover);
  background: var(--os-track-bg-hover);
}
.os-scrollbar-track:active {
  border: var(--os-track-border-active);
  background: var(--os-track-bg-active);
}
.os-scrollbar-handle {
  border: var(--os-handle-border);
  border-radius: var(--os-handle-border-radius);
  background: var(--os-handle-bg);
}
.os-scrollbar-handle:hover {
  border: var(--os-handle-border-hover);
  background: var(--os-handle-bg-hover);
}
.os-scrollbar-handle:active {
  border: var(--os-handle-border-active);
  background: var(--os-handle-bg-active);
}
.os-scrollbar-track:before,
.os-scrollbar-handle:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}
.os-scrollbar-horizontal {
  padding: var(--os-padding-perpendicular) var(--os-padding-axis);
  right: var(--os-size);
  height: var(--os-size);
}
.os-scrollbar-horizontal.os-scrollbar-rtl {
  left: var(--os-size);
  right: 0;
}
.os-scrollbar-horizontal .os-scrollbar-track:before {
  top: calc(var(--os-padding-perpendicular) * -1);
  bottom: calc(var(--os-padding-perpendicular) * -1);
}
.os-scrollbar-horizontal .os-scrollbar-handle {
  min-width: var(--os-handle-min-size);
  max-width: var(--os-handle-max-size);
  height: var(--os-handle-perpendicular-size);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s, height 0.15s;
}
.os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  bottom: calc(var(--os-padding-perpendicular) * -1);
}
.os-scrollbar-horizontal:hover .os-scrollbar-handle {
  height: var(--os-handle-perpendicular-size-hover);
}
.os-scrollbar-horizontal:active .os-scrollbar-handle {
  height: var(--os-handle-perpendicular-size-active);
}
.os-scrollbar-vertical {
  padding: var(--os-padding-axis) var(--os-padding-perpendicular);
  bottom: var(--os-size);
  width: var(--os-size);
}
.os-scrollbar-vertical .os-scrollbar-track:before {
  left: calc(var(--os-padding-perpendicular) * -1);
  right: calc(var(--os-padding-perpendicular) * -1);
}
.os-scrollbar-vertical .os-scrollbar-handle {
  min-height: var(--os-handle-min-size);
  max-height: var(--os-handle-max-size);
  width: var(--os-handle-perpendicular-size);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s, width 0.15s;
}
.os-scrollbar-vertical .os-scrollbar-handle:before {
  left: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  right: calc(var(--os-padding-perpendicular) * -1);
}
.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before {
  right: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  left: calc(var(--os-padding-perpendicular) * -1);
}
.os-scrollbar-vertical:hover .os-scrollbar-handle {
  width: var(--os-handle-perpendicular-size-hover);
}
.os-scrollbar-vertical:active .os-scrollbar-handle {
  width: var(--os-handle-perpendicular-size-active);
}
[data-overlayscrollbars-viewport~='measuring'] > .os-scrollbar,
.os-theme-none.os-scrollbar {
  display: none !important;
}
.os-theme-dark,
.os-theme-light {
  box-sizing: border-box;
  --os-size: 10px;
  --os-padding-perpendicular: 2px;
  --os-padding-axis: 2px;
  --os-track-border-radius: 10px;
  --os-handle-interactive-area-offset: 4px;
  --os-handle-border-radius: 10px;
}
.os-theme-dark {
  --os-handle-bg: rgba(0, 0, 0, 0.44);
  --os-handle-bg-hover: rgba(0, 0, 0, 0.55);
  --os-handle-bg-active: rgba(0, 0, 0, 0.66);
}
.os-theme-light {
  --os-handle-bg: rgba(255, 255, 255, 0.44);
  --os-handle-bg-hover: rgba(255, 255, 255, 0.55);
  --os-handle-bg-active: rgba(255, 255, 255, 0.66);
}
