@charset "UTF-8";
html.lenis,
html.lenis body {
  height: auto;
}

.inter {
  font-family: "Inter", sans-serif;
}

.pretender {
  font-family: "Pretender", sans-serif;
}

#wrap {
  width: 100%;
  min-height: calc(200vh + var(--hero-expand-scroll, 480px) + var(--hero-hold-scroll, 65vh));
  padding-top: var(--landing-header-pad, 100rem);
}

@media (min-width: 1280px) {
  body#main,
  #wrap {
    background-color: #FFFFFF;
  }
}
.mobile_landing_header {
  display: none;
}

#landing_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
#landing_header.is-logo-shrink-locked .logo_wrap {
  height: 70rem;
  max-height: 70rem;
}
#landing_header.is-logo-shrink-locked .logo_area a {
  width: 60rem;
  height: 46rem;
}
#landing_header.is-logo-shrink-locked .logo_area img {
  margin: 12rem auto 0;
}
#landing_header {
  box-sizing: border-box;
  padding: 0 40rem 0 80rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50rem;
  pointer-events: none;
  background-color: #FFFFFF;
}
#landing_header > * {
  pointer-events: auto;
}
#landing_header .logo_wrap {
  flex: 1;
  min-width: 0;
  height: 100%;
}
#landing_header .logo_wrap .logo_area {
  width: 100%;
}
#landing_header .logo_wrap .logo_area a {
  display: block;
  width: 371rem;
  max-width: 100%;
  height: 230rem;
  box-sizing: border-box;
  will-change: width, height;
}
#landing_header .logo_wrap .logo_area img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5rem 0;
  margin: 40rem auto;
  box-sizing: border-box;
  -o-object-fit: contain;
     object-fit: contain;
}
#landing_header .menu_wrap {
  width: 921rem;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70rem;
}
#landing_header .menu_wrap .left_menu {
  height: 100%;
}
#landing_header .menu_wrap .left_menu ul {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60rem;
}
#landing_header .menu_wrap .left_menu ul li {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#landing_header .menu_wrap .left_menu ul li a.landing_menu_link {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin: 18rem 0;
  font-size: 18rem;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
  color: #101010;
}
#landing_header .menu_wrap .left_menu ul li a.landing_menu_link .label_clip {
  display: block;
  overflow: hidden;
  height: 24.3rem;
  contain: paint;
}
#landing_header .menu_wrap .left_menu ul li a.landing_menu_link .label_wrap {
  display: flex;
  flex-direction: column;
  transition: transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
#landing_header .menu_wrap .left_menu ul li a.landing_menu_link .label_line {
  display: block;
  flex-shrink: 0;
  white-space: nowrap;
  line-height: 1.35;
}
#landing_header .menu_wrap .left_menu ul li a.landing_menu_link:hover .label_wrap, #landing_header .menu_wrap .left_menu ul li a.landing_menu_link:focus-visible .label_wrap {
  transform: translateY(-50%);
}
@media (prefers-reduced-motion: reduce) {
  #landing_header .menu_wrap .left_menu ul li a.landing_menu_link .label_wrap {
    transition: none;
  }
  #landing_header .menu_wrap .left_menu ul li a.landing_menu_link:hover .label_wrap, #landing_header .menu_wrap .left_menu ul li a.landing_menu_link:focus-visible .label_wrap {
    transform: none;
  }
}
#landing_header .menu_wrap .right_menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20rem;
}
#landing_header .menu_wrap .right_menu ul li .right_menu_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 1;
  color: #101010;
  white-space: nowrap;
}
#landing_header .menu_wrap .right_menu ul li .right_menu_link .right_menu_text {
  flex-shrink: 0;
}
#landing_header .menu_wrap .right_menu ul li .right_menu_link .right_menu_icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  line-height: 0;
}
#landing_header .menu_wrap .right_menu ul li .right_menu_link .right_menu_icon img {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
}

.hero_section {
  --hero-home-w: 1258rem;
  --hero-home-h: 642rem;
  --hero-expand-scroll: 480px;
  --hero-hold-scroll: 65vh;
  --hero-morph-scroll: 0px;
  position: relative;
  width: 100%;
  z-index: 1;
  background-color: #FFFFFF;
}

.hero_scroll_track {
  display: none;
  pointer-events: none;
}

.hero_bg {
  overflow: hidden;
  box-sizing: border-box;
  will-change: transform, width, height, border-radius;
  transform-origin: 50% 50%;
}
.hero_bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero_bg.is-hero-morphed {
  visibility: hidden;
  pointer-events: none;
}

@media (min-width: 1280px) {
  .info_section .info_wrap p .js-hero-morph-target:not(.is-hero-morph-revealed) {
    visibility: hidden;
  }
  .hero_section.is-hero-intro-elevated {
    z-index: 10;
    isolation: isolate;
  }
  .hero_scroll_track {
    display: block;
    margin-top: 100vh;
    height: calc(var(--hero-expand-scroll) + var(--hero-hold-scroll) + var(--hero-morph-scroll));
    background-color: #FFFFFF;
  }
  .hero_bg {
    position: fixed;
    left: 50%;
    right: auto;
    bottom: 0;
    width: var(--hero-home-w);
    height: var(--hero-home-h);
    max-width: var(--hero-home-w);
    margin: 0;
    transform: translateX(-50%);
    z-index: 2;
  }
  .hero_bg:not(.is-hero-flying) {
    width: var(--hero-home-w);
    height: var(--hero-home-h);
  }
  .hero_bg.is-hero-flying {
    left: 0;
    right: 0;
    max-width: none;
    max-height: none;
    transform: none;
    aspect-ratio: auto;
    z-index: 6;
  }
}
@media (max-width: 768px) {
  .hero_section {
    height: auto;
    min-height: 52vh;
    overflow: visible;
    padding: 0 24rem;
    box-sizing: border-box;
  }
  .hero_bg {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    max-width: none;
    max-height: none;
    margin: 0 auto;
    will-change: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero_bg {
    will-change: auto;
  }
}
.info_section {
  --info-morph-scroll: 0vh;
  --info-morph-from-w: 84rem;
  --info-morph-from-h: 110rem;
  --info-morph-to-w: 632rem;
  --info-morph-to-h: 840rem;
  position: relative;
  z-index: 1;
  background-color: #F6F5F3;
}
.info_section .info_scroll_track {
  display: none;
  pointer-events: none;
}
.info_section .info_fly {
  position: fixed;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  border-radius: 4rem;
  pointer-events: none;
  z-index: 5;
}
.info_section .info_fly img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.info_section .info_fly.is-info-fly-active {
  visibility: visible;
  opacity: 1;
}
.info_section .info_fly.is-info-fly-done {
  visibility: hidden;
  opacity: 0;
}
.info_section .info_wrap {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: transparent;
}
.info_section .info_wrap p {
  font-size: 110rem;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: -0.02em;
  color: #101010;
  text-align: center;
  margin-bottom: 80rem;
}
.info_section .info_wrap p .info_inline_img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: none;
}
.info_section .info_wrap p .info_inline_img--215x100 {
  position: relative;
  top: -10rem;
  width: 215rem;
  height: 100rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4rem;
}
.info_section .info_wrap p .info_inline_img--84x110 {
  position: relative;
  width: var(--info-morph-from-w);
  height: var(--info-morph-from-h);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4rem;
}
.info_section .info_wrap p .js-info-morph-source.is-info-source-hidden {
  opacity: 0;
}
.info_section .info_wrap p span {
  display: block;
}
.info_section .info_wrap p span + span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.info_section .info_wrap p span + span img {
  width: 100%;
  margin: 0 21rem;
}
.info_section .info_wrap h1 {
  display: inline-flex;
  align-items: center;
  gap: 10rem;
  font-size: 16rem;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: 0.02em;
  color: #FFAE00;
  margin-bottom: 15rem;
}
.info_section .info_wrap h1::before {
  content: "";
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  background-color: #FFAE00;
}
.info_section .info_wrap > span {
  font-size: 26rem;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: -0.02em;
  color: #101010;
}

@media (min-width: 1280px) {
  .info_section .info_scroll_track {
    display: none;
    height: var(--info-morph-scroll);
  }
  body.is-landing-intro-morphing .info_section .info_fly.is-info-fly-active {
    z-index: 12;
  }
}
body.is-landing-anchor-nav [data-hero-fly],
body.is-landing-anchor-nav .info_fly.is-info-fly-active,
body.is-landing-anchor-nav body > .info_fly.is-info-fly-portal {
  visibility: hidden !important;
  pointer-events: none;
}

.pictorial_section {
  --info-morph-to-w: 632rem;
  --info-morph-to-h: 840rem;
  width: 100vw;
  background-color: #F6F5F3;
  padding-bottom: 12rem;
}
.pictorial_section ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12rem;
}
.pictorial_section ul li {
  flex-shrink: 0;
}
.pictorial_section ul li.pictorial_rise_item {
  overflow: hidden;
}
.pictorial_section ul li .pictorial_rise_inner {
  display: block;
  will-change: transform, opacity;
  transform: translateY(0);
}
.pictorial_section ul li img {
  display: block;
  width: var(--info-morph-to-w);
  height: var(--info-morph-to-h);
  -o-object-fit: cover;
     object-fit: cover;
}

@media (prefers-reduced-motion: reduce) {
  .pictorial_section .pictorial_rise_inner {
    transform: none !important;
    opacity: 1 !important;
  }
}
@media (min-width: 1280px) {
  .pictorial_section .js-pictorial-morph-target:not(.is-pictorial-morph-revealed) {
    opacity: 0;
  }
  .pictorial_section .js-pictorial-morph-target.is-pictorial-morph-revealed {
    opacity: 1;
  }
  .mobile_hero_section,
  .mobile_info_section,
  .mobile_pictorial_section {
    display: none !important;
  }
}
.philosophy_section {
  padding: 200rem 60rem 220rem 60rem;
  background: #0A0A0A;
}
.philosophy_section .philosophy_title {
  display: flex;
  align-items: center;
  gap: 10rem;
  margin-bottom: 15rem;
}
.philosophy_section .philosophy_title .philosophy_title_dot {
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  background-color: #FFAE00;
}
.philosophy_section .philosophy_title span.inter {
  font-size: 16rem;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFAE00;
}
.philosophy_section .philosophy_content {
  margin-bottom: 140rem;
}
.philosophy_section .philosophy_content p {
  font-size: 60rem;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: -0.03em;
}
.philosophy_section .philosophy_content .philosophy_line {
  display: block;
  color: rgba(255, 255, 255, 0.3019607843);
  transition: color 0.35s ease;
}
.philosophy_section .philosophy_content .philosophy_line.is-lit {
  color: #FFFFFF;
}
.philosophy_section .button_wrap {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}
.philosophy_section .button_wrap.is-philosophy-button-hidden {
  visibility: hidden;
}
.philosophy_section .button_wrap .button_flex {
  width: 737rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.philosophy_section .button_wrap .button_flex .philosophy_rise_item {
  overflow: hidden;
  width: 100%;
}
.philosophy_section .button_wrap .button_flex .philosophy_rise_inner {
  display: block;
  will-change: transform, opacity;
}
.philosophy_section .button_wrap .button_flex p {
  font-size: 18rem;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -0.02em;
  color: #C8C8C8;
  margin-bottom: 60rem;
}
.philosophy_section .button_wrap .button_flex a.reserve_btn {
  width: 255rem;
  height: 60rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20rem;
  font-size: 18rem;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: -0.02em;
  color: #101010;
  background-color: #F6F5F3;
  border-radius: 4rem;
}
.philosophy_section .button_wrap .button_flex a.reserve_btn[data-anim-text-slide] {
  text-decoration: none;
}
.philosophy_section .button_wrap .button_flex a.reserve_btn[data-anim-text-slide] .label_clip {
  display: block;
  overflow: hidden;
  contain: paint;
}
.philosophy_section .button_wrap .button_flex a.reserve_btn[data-anim-text-slide] .label_clip:not(.reserve_btn__icon_clip) {
  height: calc(1em * 1.15);
}
.philosophy_section .button_wrap .button_flex a.reserve_btn[data-anim-text-slide] .reserve_btn__icon_clip {
  flex-shrink: 0;
  height: 24rem;
}
.philosophy_section .button_wrap .button_flex a.reserve_btn[data-anim-text-slide] .label_wrap {
  display: flex;
  flex-direction: column;
  transition: transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.philosophy_section .button_wrap .button_flex a.reserve_btn[data-anim-text-slide] .label_line {
  display: block;
  flex-shrink: 0;
  white-space: nowrap;
  line-height: 1.15;
}
.philosophy_section .button_wrap .button_flex a.reserve_btn[data-anim-text-slide] .reserve_btn__icon_line {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24rem;
  line-height: 1;
}
.philosophy_section .button_wrap .button_flex a.reserve_btn[data-anim-text-slide] .reserve_btn__icon_line img {
  display: block;
  width: 24rem;
  height: 24rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.philosophy_section .button_wrap .button_flex a.reserve_btn[data-anim-text-slide]:hover .label_wrap, .philosophy_section .button_wrap .button_flex a.reserve_btn[data-anim-text-slide]:focus-visible .label_wrap {
  transform: translateY(-50%);
}
@media (prefers-reduced-motion: reduce) {
  .philosophy_section .button_wrap .button_flex a.reserve_btn[data-anim-text-slide] .label_wrap {
    transition: none;
  }
  .philosophy_section .button_wrap .button_flex a.reserve_btn[data-anim-text-slide]:hover .label_wrap, .philosophy_section .button_wrap .button_flex a.reserve_btn[data-anim-text-slide]:focus-visible .label_wrap {
    transform: none;
  }
}

.vylumn_section {
  width: 100vw;
  height: 980rem;
  background-image: url("/images/contents/vylumn_img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding: 70rem 0 90rem 100rem;
}
.vylumn_section .vylumn_logo_wrap {
  opacity: 0.8;
}
.vylumn_section .vylumn_logo_wrap img {
  width: 146rem;
  height: 36rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.vylumn_section .vylumn_logo_wrap span {
  font-size: 16rem;
  font-weight: 300;
  line-height: 135%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
.vylumn_section .vylumn_text_wrap .vylumn_rise_item {
  display: block;
  overflow: hidden;
}
.vylumn_section .vylumn_text_wrap .vylumn_rise_item:first-child {
  margin-bottom: 15rem;
}
.vylumn_section .vylumn_text_wrap .vylumn_rise_item:nth-child(2) .vylumn_rise_inner {
  margin-bottom: 2rem;
}
.vylumn_section .vylumn_text_wrap .vylumn_rise_inner {
  display: block;
  will-change: transform, opacity;
}
.vylumn_section .vylumn_text_wrap .vylumn_rise_item:first-child .vylumn_rise_inner {
  font-size: 110rem;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
.vylumn_section .vylumn_text_wrap .vylumn_rise_item:nth-child(2) .vylumn_rise_inner, .vylumn_section .vylumn_text_wrap .vylumn_rise_item:nth-child(3) .vylumn_rise_inner {
  font-size: 18rem;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
.vylumn_section .vylumn_text_wrap .vylumn_rise_item:nth-child(3) .vylumn_rise_inner {
  opacity: 0.6 !important;
}

@media (prefers-reduced-motion: reduce) {
  .vylumn_section .vylumn_text_wrap .vylumn_rise_inner {
    transform: none !important;
    opacity: 1 !important;
  }
}
.serum_section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #F6F5F3;
  position: relative;
  padding: 160rem 0 90rem;
}
.serum_section .serum_rise_item {
  display: block;
  overflow: hidden;
}
.serum_section .serum_rise_inner {
  display: block;
  will-change: transform, opacity;
}
.serum_section .serum_rise_inner > img {
  width: 484rem;
  height: 713rem;
}
.serum_section .serum_title_wrap .serum_title, .serum_section .serum_title_wrap .serum_rise_inner.serum_title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10rem;
  margin-bottom: 15rem;
}
.serum_section .serum_title_wrap .serum_title .philosophy_title_dot, .serum_section .serum_title_wrap .serum_rise_inner.serum_title .philosophy_title_dot {
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  background-color: #FFAE00;
}
.serum_section .serum_title_wrap .serum_title span.inter, .serum_section .serum_title_wrap .serum_rise_inner.serum_title span.inter {
  font-size: 16rem;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFAE00;
  text-align: center;
}
.serum_section .serum_title_wrap p.serum_rise_item {
  margin-bottom: 40rem;
  text-align: center;
}
.serum_section .serum_title_wrap p.serum_rise_item .serum_rise_inner.inter {
  font-size: 60rem;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: -0.02em;
  color: #101010;
}
.serum_section .serum_title_wrap p.serum_rise_item .serum_rise_inner.pretender {
  font-size: 18rem;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: -0.02em;
  color: #575758;
}
.serum_section .serum_title_wrap p.serum_rise_item:last-of-type {
  margin-bottom: 85rem;
}
.serum_section .serum_product_wrap.serum_rise_item {
  overflow: hidden;
}
.serum_section .product_info_wrap {
  position: absolute;
  bottom: 236rem;
  right: 445rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 38rem;
}
.serum_section .product_info_wrap .product_info {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 10rem;
}
.serum_section .product_info_wrap .product_info .product_info_list {
  width: 100%;
  padding: 24rem 0;
  border-bottom: 1px solid #C8C8C8;
}
.serum_section .product_info_wrap .product_info .product_info_list .serum_rise_inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 10rem;
}
.serum_section .product_info_wrap .product_info .product_info_list:first-child {
  padding-top: 0;
}
.serum_section .product_info_wrap .product_info .product_info_list:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.serum_section .product_info_wrap .product_info .product_info_list span {
  font-size: 18rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #575758;
}
.serum_section .product_info_wrap .product_info .product_info_list span + span {
  font-size: 18rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #101010;
}
.serum_section .product_info_wrap .product_btn_wrap a.reserve_btn {
  width: 304rem;
  height: 60rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18rem;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  background-color: #101010;
  border-radius: 4rem;
  gap: 20rem;
}
.serum_section .product_info_wrap .product_btn_wrap a.reserve_btn[data-anim-text-slide] {
  text-decoration: none;
}
.serum_section .product_info_wrap .product_btn_wrap a.reserve_btn[data-anim-text-slide] .label_clip {
  display: block;
  overflow: hidden;
  contain: paint;
}
.serum_section .product_info_wrap .product_btn_wrap a.reserve_btn[data-anim-text-slide] .label_clip:not(.reserve_btn__icon_clip) {
  height: calc(1em * 1.15);
}
.serum_section .product_info_wrap .product_btn_wrap a.reserve_btn[data-anim-text-slide] .reserve_btn__icon_clip {
  flex-shrink: 0;
  height: 18rem;
}
.serum_section .product_info_wrap .product_btn_wrap a.reserve_btn[data-anim-text-slide] .label_wrap {
  display: flex;
  flex-direction: column;
  transition: transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.serum_section .product_info_wrap .product_btn_wrap a.reserve_btn[data-anim-text-slide] .label_line {
  display: block;
  flex-shrink: 0;
  white-space: nowrap;
  line-height: 1.15;
}
.serum_section .product_info_wrap .product_btn_wrap a.reserve_btn[data-anim-text-slide] .reserve_btn__icon_line {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18rem;
  line-height: 1;
}
.serum_section .product_info_wrap .product_btn_wrap a.reserve_btn[data-anim-text-slide] .reserve_btn__icon_line img {
  display: block;
  width: 18rem;
  height: 18rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.serum_section .product_info_wrap .product_btn_wrap a.reserve_btn[data-anim-text-slide]:hover .label_wrap, .serum_section .product_info_wrap .product_btn_wrap a.reserve_btn[data-anim-text-slide]:focus-visible .label_wrap {
  transform: translateY(-50%);
}
@media (prefers-reduced-motion: reduce) {
  .serum_section .product_info_wrap .product_btn_wrap a.reserve_btn[data-anim-text-slide] .label_wrap {
    transition: none;
  }
  .serum_section .product_info_wrap .product_btn_wrap a.reserve_btn[data-anim-text-slide]:hover .label_wrap, .serum_section .product_info_wrap .product_btn_wrap a.reserve_btn[data-anim-text-slide]:focus-visible .label_wrap {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .serum_section .serum_rise_inner {
    transform: none !important;
    opacity: 1 !important;
  }
  .quiet_section .quiet_rise_inner {
    transform: none !important;
    opacity: 1 !important;
  }
}
.quiet_section {
  padding: 140rem 80rem 160rem 80rem;
  background-color: #FFFFFF;
}
.quiet_section .quiet_rise_item {
  display: block;
}
.quiet_section .quiet_rise_inner {
  display: block;
  will-change: transform, opacity;
}
.quiet_section .quiet_title_wrap {
  margin-bottom: 160rem;
}
.quiet_section .quiet_title_wrap .quiet_title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10rem;
  margin-bottom: 15rem;
}
.quiet_section .quiet_title_wrap .quiet_title .philosophy_title_dot {
  position: relative;
  top: 6rem;
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  background-color: #FFAE00;
}
.quiet_section .quiet_title_wrap .quiet_title span.inter {
  font-size: 16rem;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFAE00;
}
.quiet_section .quiet_title_wrap p.inter {
  font-size: 60rem;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: -1.2rem;
  color: #101010;
  margin-bottom: 40rem;
}
.quiet_section .quiet_title_wrap p.pretender {
  font-size: 18rem;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: -0.02em;
  color: #575758;
}
.quiet_section .quiet_content_wrap {
  width: 100%;
  height: auto;
}
.quiet_section .quiet_content_wrap ul {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.quiet_section .quiet_content_wrap ul li {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #E9E9E9;
  cursor: pointer;
}
.quiet_section .quiet_content_wrap ul li:focus {
  outline: none;
}
.quiet_section .quiet_content_wrap ul li:focus-visible {
  outline: 2px solid #FFAE00;
  outline-offset: 4rem;
}
.quiet_section .quiet_content_wrap ul li:first-child .item {
  border-top: 1px solid #E9E9E9;
}
.quiet_section .quiet_content_wrap ul li .item {
  width: 100%;
  height: 73rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20rem 0;
  transition: all 0.4s ease;
}
.quiet_section .quiet_content_wrap ul li .item .item_arrow {
  transition: all 0.4s ease;
  position: absolute;
  top: 25.5rem;
  right: 0;
  width: 24rem;
  height: 24rem;
  flex-shrink: 0;
  overflow: hidden;
}
.quiet_section .quiet_content_wrap ul li .item .item_arrow .item_arrow_track {
  display: flex;
  width: 36rem;
  transition: transform 0.4s ease;
  flex-shrink: 0;
}
.quiet_section .quiet_content_wrap ul li .item .item_arrow .item_arrow_icon {
  flex-shrink: 0;
  width: 24rem;
  height: 24rem;
  display: block;
}
.quiet_section .quiet_content_wrap ul li .item .item_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
  transition: visibility 0.4s ease, opacity 0.4s ease;
}
.quiet_section .quiet_content_wrap ul li .item .item_text span {
  font-size: 24rem;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -0.48rem;
  color: #101010;
  transition: color 0.35s ease;
}
.quiet_section .quiet_content_wrap ul li .item .item_text p {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  font-size: 18rem;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: -0.02em;
  color: #575758;
  transition: max-height 0.45s ease, opacity 0.35s ease, margin-top 0.35s ease;
}
.quiet_section .quiet_content_wrap ul li .item_in {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 120rem;
  height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.quiet_section .quiet_content_wrap ul li .item_in .item_info {
  width: 895rem;
  flex: none;
  flex-shrink: 0;
}
.quiet_section .quiet_content_wrap ul li .item_in .item_info .quiet_product_title {
  display: flex;
  align-items: center;
  gap: 10rem;
  margin-bottom: 30rem;
}
.quiet_section .quiet_content_wrap ul li .item_in .item_info .quiet_product_title span {
  font-size: 16rem;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: 0.02em;
  color: #FFAE00;
}
.quiet_section .quiet_content_wrap ul li .item_in .item_info .quiet_product_title .philosophy_title_dot {
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  background-color: #FFAE00;
}
.quiet_section .quiet_content_wrap ul li .item_in .item_info h2 {
  font-size: 50rem;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: -0.03em;
  color: #101010;
}
.quiet_section .quiet_content_wrap ul li .item_in .item_info h2:not(:has(+ span)) {
  margin-bottom: 100rem;
}
.quiet_section .quiet_content_wrap ul li .item_in .item_info h2 + span {
  display: block;
  font-size: 15rem;
  font-weight: 300;
  line-height: 115%;
  color: #101010;
  margin-bottom: 85rem;
}
.quiet_section .quiet_content_wrap ul li .item_in .item_info p.pretender {
  font-size: 18rem;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -0.02em;
  color: #101010;
  margin-bottom: 10rem;
}
.quiet_section .quiet_content_wrap ul li .item_in .item_info p.inter {
  font-size: 17rem;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #575758;
}
.quiet_section .quiet_content_wrap ul li .item_in .item_img {
  position: relative;
  right: 1rem;
  flex-shrink: 0;
  padding-right: 74rem;
  margin-bottom: 80rem;
}
.quiet_section .quiet_content_wrap ul li .item_in .item_img img {
  width: 671rem;
  height: 400rem;
  border-radius: 4rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.quiet_section .quiet_content_wrap ul li.is-open .item {
  height: 60rem;
}
.quiet_section .quiet_content_wrap ul li.is-open .item .item_text {
  visibility: hidden;
  opacity: 0;
}
.quiet_section .quiet_content_wrap ul li.is-open .item .item_arrow {
  transform: rotate(180deg);
  top: 60rem;
}
.quiet_section .quiet_content_wrap ul li.is-open .item_in {
  opacity: 1;
}

.quiet_product_section {
  --quiet-product-pin-top: 70rem;
  --quiet-product-row-min-h: 540rem;
  padding: 100rem 80rem 0;
  width: 100%;
  background-color: #FFFFFF;
  overflow: visible;
}
.quiet_product_section .quiet_product_stack {
  width: 100%;
  overflow: visible;
}
.quiet_product_section .quiet_product_stack.problems .quiet_product_row {
  position: relative;
}
.quiet_product_section .quiet_product_stack.problems .quiet_product_row.is-quiet-product-row-pinned::before, .quiet_product_section .quiet_product_stack.problems .quiet_product_row.is-quiet-product-row-stacked::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(-1 * var(--quiet-product-pin-top));
  height: var(--quiet-product-pin-top);
  background-color: #FFFFFF;
  z-index: 2;
  pointer-events: none;
}
.quiet_product_section .quiet_product_stack.problems .quiet_product_row.is-quiet-product-row-stacked {
  background-color: #FFFFFF;
}
@media (min-width: 1280px) {
  .quiet_product_section .quiet_product_stack.is-quiet-stack-active .quiet_product_row {
    position: relative;
    margin-bottom: 0;
    min-height: var(--quiet-product-row-min-h);
    box-sizing: border-box;
    background-color: #FFFFFF;
    padding-top: var(--quiet-product-pin-top);
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-active .quiet_product_row.is-quiet-product-row-scrollable.is-quiet-product-row-pinned .item {
    overflow-y: hidden;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-active .quiet_product_row--1 {
    z-index: 1;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-active .quiet_product_row--2 {
    z-index: 2;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-active .quiet_product_row--3 {
    z-index: 3;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-active .quiet_product_row--4 {
    z-index: 4;
    min-height: 0;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-active .js-quiet-row4-pin-proxy {
    height: 0;
    width: 100%;
    pointer-events: none;
    visibility: hidden;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-active .quiet_product_stack_space.space, .quiet_product_section .quiet_product_stack.is-quiet-stack-active .quiet_product_sticky_space.sticky-space {
    display: none;
  }
  .quiet_product_section .quiet_product_stack.problems:not(.is-quiet-stack-active) .quiet_product_row.row.sticky {
    position: sticky;
    top: var(--quiet-product-pin-top, 70rem);
    min-height: var(--quiet-product-row-min-h);
    box-sizing: border-box;
    background-color: #FFFFFF;
    padding-top: var(--quiet-product-pin-top);
  }
  .quiet_product_section .quiet_product_stack.problems:not(.is-quiet-stack-active) .quiet_product_row--1 {
    z-index: 1;
  }
  .quiet_product_section .quiet_product_stack.problems:not(.is-quiet-stack-active) .quiet_product_row--2 {
    z-index: 2;
  }
  .quiet_product_section .quiet_product_stack.problems:not(.is-quiet-stack-active) .quiet_product_row--3 {
    z-index: 3;
  }
  .quiet_product_section .quiet_product_stack.problems:not(.is-quiet-stack-active) .quiet_product_row--4 {
    z-index: 4;
  }
  .quiet_product_section .quiet_product_stack.problems:not(.is-quiet-stack-active) .quiet_product_stack_space.space {
    display: block;
    height: 100vh;
    margin-bottom: -100vh;
    pointer-events: none;
  }
  .quiet_product_section .quiet_product_stack.problems .quiet_product_row .inner {
    position: relative;
    z-index: 3;
    margin-top: calc(-1 * var(--quiet-product-pin-top));
    padding-top: 80rem;
    border-top: 1px solid #E9E9E9;
    padding-bottom: 120rem;
    background-color: #FFFFFF;
  }
}
.quiet_product_section .quiet_product_row .item {
  width: 100%;
  max-height: initial;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.quiet_product_section .quiet_product_row .item .item_info {
  width: 895rem;
  flex-shrink: 0;
}
.quiet_product_section .quiet_product_row .item .item_info .quiet_product_rise_item {
  display: block;
  overflow: hidden;
}
.quiet_product_section .quiet_product_row .item .item_info .quiet_product_rise_inner {
  display: block;
  will-change: transform, opacity;
}
.quiet_product_section .quiet_product_row .item .item_info .quiet_product_title {
  display: flex;
  align-items: center;
  gap: 10rem;
  margin: 20rem 0 30rem 0;
}
.quiet_product_section .quiet_product_row .item .item_info .quiet_product_title span {
  font-size: 16rem;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: 0.02em;
  color: #FFAE00;
}
.quiet_product_section .quiet_product_row .item .item_info .quiet_product_title .philosophy_title_dot {
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  background-color: #FFAE00;
}
.quiet_product_section .quiet_product_row .item .item_info h2 {
  font-size: 50rem;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: -0.03em;
  color: #101010;
}
.quiet_product_section .quiet_product_row .item .item_info h2:not(:has(+ span)) {
  margin-bottom: 130rem;
}
.quiet_product_section .quiet_product_row .item .item_info h2 + span {
  display: block;
  font-size: 15rem;
  font-weight: 300;
  line-height: 115%;
  color: #101010;
  margin-bottom: 85rem;
}
.quiet_product_section .quiet_product_row .item .item_info p.pretender {
  font-size: 18rem;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -0.02em;
  color: #101010;
  margin-bottom: 10rem;
}
.quiet_product_section .quiet_product_row .item .item_info p.inter {
  font-size: 17rem;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #575758;
}
.quiet_product_section .quiet_product_row .item .item_img {
  position: relative;
  right: 1rem;
  flex-shrink: 0;
}
.quiet_product_section .quiet_product_row .item .item_img img {
  width: 745rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (prefers-reduced-motion: reduce) {
  .quiet_product_section .quiet_product_rise_inner {
    transform: none !important;
    opacity: 1 !important;
  }
  .quiet_product_section .quiet_product_stack .quiet_product_row {
    position: relative;
    top: auto;
    margin-bottom: 0;
    min-height: auto;
  }
  .quiet_product_section .quiet_product_stack_space.space,
  .quiet_product_section .quiet_product_sticky_space.sticky-space {
    display: none;
  }
}
.archive_reserve_stack {
  position: relative;
  overflow: visible;
  z-index: 10;
}
.archive_reserve_stack .reserve_section {
  position: relative;
  z-index: 2;
  background-color: #FFFFFF;
}

.archive_section {
  padding: 160rem 80rem;
  background-color: #F6F5F3;
}
.archive_section .archive_rise_item {
  display: block;
  overflow: hidden;
}
.archive_section .archive_rise_inner {
  display: block;
  will-change: transform, opacity;
}
.archive_section .archive_title_wrap {
  margin-bottom: 100rem;
}
.archive_section .archive_title_wrap .archive_title, .archive_section .archive_title_wrap .archive_rise_inner.archive_title {
  display: flex;
  align-items: center;
  gap: 10rem;
  margin-bottom: 15rem;
}
.archive_section .archive_title_wrap .archive_title .philosophy_title_dot, .archive_section .archive_title_wrap .archive_rise_inner.archive_title .philosophy_title_dot {
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  border-radius: 0;
  background-color: #FFAE00;
}
.archive_section .archive_title_wrap .archive_title span.inter, .archive_section .archive_title_wrap .archive_rise_inner.archive_title span.inter {
  font-size: 16rem;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFAE00;
}
.archive_section .archive_title_wrap p.archive_rise_item .archive_rise_inner.inter {
  font-size: 35rem;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: -0.02em;
  color: #101010;
}
.archive_section .left_img.archive_rise_item {
  overflow: hidden;
  border-radius: 4rem;
  isolation: isolate;
  transform: translateZ(0);
}
.archive_section .right_img.archive_rise_item {
  overflow: visible;
  border-radius: 0;
}
.archive_section .archive_img_wrap {
  --archive-img-radius: 4rem;
  display: flex;
  align-items: flex-start;
  gap: 12rem;
  width: 1760rem;
}
.archive_section .archive_img_wrap .left_img {
  flex-shrink: 0;
  width: 1096rem;
  height: 640rem;
  overflow: hidden;
  border-radius: var(--archive-img-radius);
}
.archive_section .archive_img_wrap .left_img .archive_rise_inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.archive_section .archive_img_wrap .left_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
  transform: scale(1);
  transition: transform 0.55s ease;
  backface-visibility: hidden;
}
.archive_section .archive_img_wrap .left_img:hover .archive_rise_inner img {
  transform: scale(1.1);
}
.archive_section .archive_img_wrap .right_img {
  flex-shrink: 0;
  border-radius: 0;
  overflow: visible;
}
.archive_section .archive_img_wrap .right_img > .archive_rise_inner {
  overflow: visible;
  border-radius: 0;
}
.archive_section .archive_img_wrap .right_img ul {
  display: grid;
  grid-template-columns: 320rem 320rem;
  grid-template-rows: 380rem 248rem;
  gap: 12rem;
  width: 652rem;
  height: 640rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.archive_section .archive_img_wrap .right_img ul li {
  overflow: hidden;
  border-radius: var(--archive-img-radius);
  isolation: isolate;
  transform: translateZ(0);
}
.archive_section .archive_img_wrap .right_img ul li:nth-child(1), .archive_section .archive_img_wrap .right_img ul li:nth-child(2) {
  width: 320rem;
  height: 380rem;
}
.archive_section .archive_img_wrap .right_img ul li:nth-child(3) {
  grid-column: 1/-1;
  width: 652rem;
  height: 248rem;
}
.archive_section .archive_img_wrap .right_img ul li img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
  transform: scale(1);
  transition: transform 0.55s ease;
  backface-visibility: hidden;
}
.archive_section .archive_img_wrap .right_img ul li:hover img {
  transform: scale(1.1);
}

@media (prefers-reduced-motion: reduce) {
  .archive_section .archive_img_wrap .left_img img,
  .archive_section .archive_img_wrap .right_img ul li img {
    transition: none;
  }
  .archive_section .archive_img_wrap .left_img:hover img,
  .archive_section .archive_img_wrap .right_img ul li:hover img {
    transform: none;
  }
  .archive_section .archive_rise_inner {
    transform: none !important;
    opacity: 1 !important;
  }
}
.reserve_section {
  height: 1176rem;
  padding: 140rem 80rem 180rem;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.reserve_section .reserve_rise_item {
  display: block;
  overflow: hidden;
}
.reserve_section .reserve_rise_inner {
  display: block;
  will-change: transform, opacity;
}
.reserve_section .reserve_left {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.reserve_section .reserve_left .reserve_title_wrap .reserve_title, .reserve_section .reserve_left .reserve_title_wrap .reserve_rise_inner.reserve_title {
  display: flex;
  align-items: center;
  gap: 10rem;
  margin-bottom: 15rem;
}
.reserve_section .reserve_left .reserve_title_wrap .reserve_title .philosophy_title_dot, .reserve_section .reserve_left .reserve_title_wrap .reserve_rise_inner.reserve_title .philosophy_title_dot {
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  border-radius: 0;
  background-color: #FFAE00;
}
.reserve_section .reserve_left .reserve_title_wrap .reserve_title span.inter, .reserve_section .reserve_left .reserve_title_wrap .reserve_rise_inner.reserve_title span.inter {
  font-size: 16rem;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFAE00;
}
.reserve_section .reserve_left .reserve_title_wrap p.inter, .reserve_section .reserve_left .reserve_title_wrap p.reserve_rise_item .reserve_rise_inner.inter {
  font-size: 60rem;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: -0.02em;
  color: #101010;
  margin-bottom: 40rem;
}
.reserve_section .reserve_left .reserve_title_wrap p.pretender, .reserve_section .reserve_left .reserve_title_wrap p.reserve_rise_item .reserve_rise_inner.pretender {
  font-size: 18rem;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -0.02em;
  color: #575758;
}
.reserve_section .reserve_left .reserve_title_wrap p.reserve_rise_item {
  margin-bottom: 0;
}
.reserve_section .reserve_left .reserve_link_wrap {
  width: 220rem;
}
.reserve_section .reserve_left .reserve_link_wrap > span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15rem;
}
.reserve_section .reserve_left .reserve_link_wrap > span > span {
  font-size: 18rem;
  font-weight: 300;
  line-height: 135%;
  letter-spacing: -0.02em;
  color: #575758;
}
.reserve_section .reserve_left .reserve_link_wrap > span img {
  width: 18rem;
  height: 18rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.reserve_section .reserve_left .reserve_link_wrap ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 15rem;
  margin-top: 30rem;
}
.reserve_section .reserve_left .reserve_link_wrap ul li {
  width: 100%;
}
.reserve_section .reserve_left .reserve_link_wrap ul li:hover .item a span {
  font-weight: 600;
}
.reserve_section .reserve_left .reserve_link_wrap ul li .item a {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10rem;
}
.reserve_section .reserve_left .reserve_link_wrap ul li .item a img {
  width: 45rem;
  height: 45rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.reserve_section .reserve_left .reserve_link_wrap ul li .item a span {
  font-size: 18rem;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: -0.02em;
  color: #101010;
  transition: font-weight 0.2s ease;
}
.reserve_section .reserve_right {
  width: 852rem;
  padding-top: 40rem;
}
.reserve_section .reserve_right .reserve_tab_wrap {
  margin-bottom: 25rem;
}
.reserve_section .reserve_right .reserve_tab_wrap ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12rem;
}
.reserve_section .reserve_right .reserve_tab_wrap ul li {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1rem solid #575758;
  border-radius: 5rem;
  padding: 12rem 0;
  cursor: pointer;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.reserve_section .reserve_right .reserve_tab_wrap ul li span, .reserve_section .reserve_right .reserve_tab_wrap ul li span.inter {
  font-size: 16rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: rgba(136, 136, 136, 0.5333333333);
  transition: color 0.25s ease, font-weight 0.25s ease;
}
.reserve_section .reserve_right .reserve_tab_wrap ul li:hover, .reserve_section .reserve_right .reserve_tab_wrap ul li:active, .reserve_section .reserve_right .reserve_tab_wrap ul li:focus-visible {
  border-color: #101010;
}
.reserve_section .reserve_right .reserve_tab_wrap ul li:hover span, .reserve_section .reserve_right .reserve_tab_wrap ul li:hover span.inter, .reserve_section .reserve_right .reserve_tab_wrap ul li:active span, .reserve_section .reserve_right .reserve_tab_wrap ul li:active span.inter, .reserve_section .reserve_right .reserve_tab_wrap ul li:focus-visible span, .reserve_section .reserve_right .reserve_tab_wrap ul li:focus-visible span.inter {
  color: #101010;
  font-weight: 500;
}
.reserve_section .reserve_right .reserve_tab_wrap ul li.is-active {
  border-color: #101010;
  background-color: #F6F5F3;
}
.reserve_section .reserve_right .reserve_tab_wrap ul li.is-active span, .reserve_section .reserve_right .reserve_tab_wrap ul li.is-active span.inter {
  color: #101010;
  font-weight: 500;
}
.reserve_section .reserve_right .reserve_form_wrap {
  margin-bottom: 25rem;
}
.reserve_section .reserve_right .reserve_form_wrap .input_wrap {
  margin-bottom: 18rem;
}
.reserve_section .reserve_right .reserve_form_wrap .input_wrap:last-child {
  margin-bottom: 0;
}
.reserve_section .reserve_right .reserve_form_wrap .input_wrap .reserve_rise_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25rem;
  width: 100%;
}
.reserve_section .reserve_right .reserve_form_wrap .input_wrap input, .reserve_section .reserve_right .reserve_form_wrap .input_wrap textarea {
  outline: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  font-size: 16rem;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -0.02em;
  color: #101010;
}
.reserve_section .reserve_right .reserve_form_wrap .input_wrap input::-moz-placeholder, .reserve_section .reserve_right .reserve_form_wrap .input_wrap textarea::-moz-placeholder {
  font-size: 16rem;
  font-weight: 300;
  line-height: 145%;
  letter-spacing: -0.02em;
  color: #575758;
  opacity: 1;
}
.reserve_section .reserve_right .reserve_form_wrap .input_wrap input::placeholder, .reserve_section .reserve_right .reserve_form_wrap .input_wrap textarea::placeholder {
  font-size: 16rem;
  font-weight: 300;
  line-height: 145%;
  letter-spacing: -0.02em;
  color: #575758;
  opacity: 1;
}
.reserve_section .reserve_right .reserve_form_wrap .input_wrap input:focus, .reserve_section .reserve_right .reserve_form_wrap .input_wrap input:focus-visible, .reserve_section .reserve_right .reserve_form_wrap .input_wrap textarea:focus, .reserve_section .reserve_right .reserve_form_wrap .input_wrap textarea:focus-visible {
  outline: none;
  box-shadow: none;
  border-bottom-color: #E9E9E9;
}
.reserve_section .reserve_right .reserve_form_wrap .input_wrap input {
  width: 100%;
  height: 55rem;
  padding: 12rem 0;
  border-bottom: 1rem solid #E9E9E9;
}
.reserve_section .reserve_right .reserve_form_wrap .input_wrap textarea {
  width: 100%;
  height: 110rem;
  padding: 16rem 0;
  border-bottom: 1rem solid #E9E9E9;
}
.reserve_section .reserve_right .reserve_agree_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60rem;
}
.reserve_section .reserve_right .reserve_agree_wrap label {
  display: flex;
  align-items: flex-start;
  gap: 12rem;
  padding: 9rem 0;
  cursor: pointer;
}
.reserve_section .reserve_right .reserve_agree_wrap label input[type=checkbox] {
  flex-shrink: 0;
  width: 24rem;
  height: 24rem;
  margin: 2rem 0 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: url("/images/contents/unchecked_icon.webp") no-repeat center/contain;
  cursor: pointer;
}
.reserve_section .reserve_right .reserve_agree_wrap label input[type=checkbox]:checked {
  background-image: url("/images/contents/checked_icon.webp");
}
.reserve_section .reserve_right .reserve_agree_wrap label input[type=checkbox]:focus-visible {
  outline: 2rem solid #101010;
  outline-offset: 2rem;
}
.reserve_section .reserve_right .reserve_agree_wrap label span {
  flex: 1;
  font-size: 14rem;
  font-weight: 300;
  line-height: 145%;
  letter-spacing: -0.02em;
  color: #575758;
}
.reserve_section .reserve_right .reserve_agree_wrap label span span {
  display: inline-block;
  font-size: 14rem;
  font-weight: 400;
  line-height: 130%;
  color: #FF1F1F;
  text-decoration: underline;
}
.reserve_section .reserve_right .reserve_agree_wrap .captcha_wrap {
  width: 229rem;
  height: 58rem;
  background-color: #575758;
}
.reserve_section .reserve_right .reserve_btn_wrap button.reserve_btn {
  width: 100%;
  height: 60rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20rem;
  padding: 0;
  border: none;
  cursor: pointer;
  background-color: #101010;
  border-radius: 4rem;
  font-size: 18rem;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
.reserve_section .reserve_right .reserve_btn_wrap button.reserve_btn[data-anim-text-slide] {
  text-decoration: none;
}
.reserve_section .reserve_right .reserve_btn_wrap button.reserve_btn[data-anim-text-slide] .label_clip {
  display: block;
  overflow: hidden;
  contain: paint;
}
.reserve_section .reserve_right .reserve_btn_wrap button.reserve_btn[data-anim-text-slide] .label_clip:not(.reserve_btn__icon_clip) {
  height: calc(1em * 1.15);
}
.reserve_section .reserve_right .reserve_btn_wrap button.reserve_btn[data-anim-text-slide] .reserve_btn__icon_clip {
  flex-shrink: 0;
  height: 24rem;
}
.reserve_section .reserve_right .reserve_btn_wrap button.reserve_btn[data-anim-text-slide] .label_wrap {
  display: flex;
  flex-direction: column;
  transition: transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.reserve_section .reserve_right .reserve_btn_wrap button.reserve_btn[data-anim-text-slide] .label_line {
  display: block;
  flex-shrink: 0;
  white-space: nowrap;
  line-height: 1.15;
}
.reserve_section .reserve_right .reserve_btn_wrap button.reserve_btn[data-anim-text-slide] .reserve_btn__icon_line {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24rem;
  line-height: 1;
}
.reserve_section .reserve_right .reserve_btn_wrap button.reserve_btn[data-anim-text-slide] .reserve_btn__icon_line img {
  display: block;
  width: 24rem;
  height: 24rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.reserve_section .reserve_right .reserve_btn_wrap button.reserve_btn[data-anim-text-slide]:hover .label_wrap, .reserve_section .reserve_right .reserve_btn_wrap button.reserve_btn[data-anim-text-slide]:focus-visible .label_wrap {
  transform: translateY(-50%);
}
@media (prefers-reduced-motion: reduce) {
  .reserve_section .reserve_right .reserve_btn_wrap button.reserve_btn[data-anim-text-slide] .label_wrap {
    transition: none;
  }
  .reserve_section .reserve_right .reserve_btn_wrap button.reserve_btn[data-anim-text-slide]:hover .label_wrap, .reserve_section .reserve_right .reserve_btn_wrap button.reserve_btn[data-anim-text-slide]:focus-visible .label_wrap {
    transform: none;
  }
}
.reserve_section .reserve_right .reserve_btn_wrap button.reserve_btn .label_line {
  color: #FFFFFF;
}

@media (prefers-reduced-motion: reduce) {
  .reserve_section .reserve_rise_inner {
    transform: none !important;
    opacity: 1 !important;
  }
}
#landing_footer {
  z-index: 30;
  width: 100%;
  height: 551rem;
  position: relative;
  padding: 80rem 80rem 40rem 80rem;
  background-color: #0A0A0A;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 160rem;
}
#landing_footer .footer_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#landing_footer .footer_top .right_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 60rem;
}
#landing_footer .footer_top .right_wrap .footer_logo_wrap img {
  width: 190rem;
  height: 112rem;
  -o-object-fit: cover;
     object-fit: cover;
}
#landing_footer .footer_top .right_wrap .footer_info_wrap ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 8rem;
}
#landing_footer .footer_top .right_wrap .footer_info_wrap ul li {
  height: 21rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10rem;
}
#landing_footer .footer_top .right_wrap .footer_info_wrap ul li span {
  height: 21rem;
  font-size: 18rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #DDDDE0;
}
#landing_footer .footer_top .right_wrap .footer_info_wrap ul li span + span {
  font-size: 18rem;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #9A9A9A;
}
#landing_footer .footer_top .left_wrap ul {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  gap: 20rem;
  padding-top: 22rem;
}
#landing_footer .footer_top .left_wrap ul li a {
  font-size: 18rem;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
#landing_footer .copyright_wrap {
  width: 100%;
}
#landing_footer .copyright_wrap ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 60rem;
}
#landing_footer .copyright_wrap ul li span {
  font-size: 15rem;
  font-weight: 300;
  line-height: 135%;
  color: #9A9A9A;
}
#landing_footer .top_btn_wrap {
  width: 55rem;
  height: 60rem;
  position: absolute;
  right: 80rem;
  bottom: 100rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#landing_footer .top_btn_wrap button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8rem;
}
#landing_footer .top_btn_wrap button img {
  width: 24rem;
  height: 24rem;
  -o-object-fit: cover;
     object-fit: cover;
}
#landing_footer .top_btn_wrap button span {
  font-size: 16rem;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}

@media (max-width: 1279px) {
  html.is-landing-scroll-restore-pending .mobile_hero_section .hero_bg:not(.is-hero-morphed) {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
  html.is-mobile-hero-img-pending .mobile_hero_section .hero_bg:not(.is-hero-morphed) {
    background-color: #F6F5F3;
  }
  html.is-mobile-hero-img-pending .mobile_info_section .info_wrap {
    visibility: hidden;
  }
  html.is-mobile-hero-img-pending.is-landing-scroll-restore-pending .mobile_info_section .info_wrap {
    visibility: visible;
  }
  html,
  body#main {
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }
  #landing_header {
    display: none !important;
  }
  #wrap {
    min-height: 100vh;
    padding-top: 0rem;
  }
  .hero_section,
  .info_section,
  .pictorial_section {
    display: none !important;
  }
  .mobile_info_section .info_wrap p .js-hero-morph-target:not(.is-hero-morph-revealed) {
    visibility: hidden;
  }
  body.is-mobile-menu-open {
    overflow: hidden;
  }
  .mobile_landing_header {
    --mobile-header-h: 60rem;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    background-color: #FFFFFF;
  }
  .mobile_landing_header .mobile_landing_header_bar {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: var(--mobile-header-h);
    padding: 0 20rem;
    box-sizing: border-box;
    background-color: #FFFFFF;
  }
  .mobile_landing_header .logo_wrap {
    flex: 1;
    min-width: 0;
  }
  .mobile_landing_header .logo_wrap a {
    display: block;
    width: 47rem;
    height: 28rem;
    max-width: 100%;
  }
  .mobile_landing_header .logo_wrap img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .mobile_landing_header .ham_btn {
    flex-shrink: 0;
    position: relative;
    width: 22rem;
    height: 22rem;
    margin: 0 5rem;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .mobile_landing_header .ham_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2rem;
    border-radius: 1rem;
    background-color: #101010;
    transition: top 0.35s ease, transform 0.35s ease, opacity 0.35s ease;
  }
  .mobile_landing_header .ham_btn span:nth-child(1) {
    top: 7rem;
  }
  .mobile_landing_header .ham_btn span:nth-child(2) {
    top: 15rem;
  }
  .mobile_landing_header.is-menu-open .ham_btn span:nth-child(1) {
    top: 11rem;
    transform: rotate(45deg);
  }
  .mobile_landing_header.is-menu-open .ham_btn span:nth-child(2) {
    top: 11rem;
    transform: rotate(-45deg);
  }
  .mobile_landing_header.is-menu-open .header_menu {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
    height: calc(100vh - var(--mobile-header-h));
    overflow-x: hidden;
    overflow-y: auto;
    pointer-events: auto;
  }
  .mobile_landing_header.is-menu-open::before {
    visibility: visible;
    pointer-events: auto;
  }
  .mobile_landing_header::before {
    content: "";
    position: fixed;
    top: var(--mobile-header-h);
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(10, 10, 10, 0.45);
    visibility: hidden;
    transition: visibility 0s linear 0.45s;
    pointer-events: none;
    z-index: 0;
  }
  .mobile_landing_header.is-menu-open::before {
    transition: visibility 0s;
  }
  .mobile_landing_header .header_menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    height: calc(100vh - var(--mobile-header-h));
    overflow: hidden;
    pointer-events: none;
    box-sizing: border-box;
    padding: 40rem 20rem 28rem;
    background-color: #FFFFFF;
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0);
    transition: clip-path 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .mobile_landing_header .header_menu .header_gnb_wrap {
    padding-bottom: 30rem;
    border-bottom: 1px solid #E9E9E9;
  }
  .mobile_landing_header .header_menu .header_gnb_wrap ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 25rem;
  }
  .mobile_landing_header .header_menu .header_gnb_wrap ul li a {
    font-size: 18rem;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: -0.02em;
    color: #101010;
  }
  .mobile_landing_header .header_link {
    padding-top: 35rem;
    margin-bottom: 50rem;
  }
  .mobile_landing_header .header_link > span.inter {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15rem;
    font-size: 16rem;
    font-weight: 300;
    line-height: 135%;
    letter-spacing: -0.02em;
    color: #575758;
  }
  .mobile_landing_header .header_link > span.inter img {
    width: 18rem;
    height: 18rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mobile_landing_header .header_link ul {
    display: flex;
    flex-direction: column;
    gap: 10rem;
    margin: 15rem 0 0;
    padding: 0;
    list-style: none;
  }
  .mobile_landing_header .header_link ul li {
    width: 100%;
  }
  .mobile_landing_header .header_link ul li .item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15rem;
    width: 100%;
    text-decoration: none;
  }
  .mobile_landing_header .header_link ul li .item a img {
    flex-shrink: 0;
    width: 40rem;
    height: 40rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mobile_landing_header .header_link ul li .item a span.inter {
    font-size: 16rem;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: -0.02em;
    color: #101010;
  }
  .mobile_landing_header .menu_btn_wrap a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0A0A0A;
    font-size: 20rem;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    padding: 10rem 20rem;
    border-radius: 4rem;
  }
  .mobile_landing_header .menu_btn_wrap a img {
    width: 24rem;
    height: 24rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mobile_hero_section {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    z-index: 30;
    pointer-events: none;
  }
  .mobile_hero_section .hero_scroll_track {
    display: none;
  }
  .mobile_hero_section .hero_bg {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 30;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .mobile_hero_section .hero_bg:not(.is-hero-flying):not(.is-hero-morphed) {
    transform: none;
    will-change: auto;
  }
  .mobile_hero_section .hero_bg.is-hero-flying {
    top: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100vh;
    z-index: 30;
    transform-origin: 50% 50%;
    will-change: transform, width, height, border-radius;
  }
  .mobile_hero_section .hero_bg.is-hero-morphed {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    z-index: -1 !important;
  }
  .mobile_hero_section .hero_bg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mobile_info_section {
    position: relative;
    z-index: 1;
    padding: 20vh 20rem 10vh;
    background-color: #F6F5F3;
  }
  .mobile_info_section .info_scroll_track {
    display: block;
    height: 0;
    pointer-events: none;
  }
  .mobile_info_section .info_fly {
    position: fixed;
    left: 0;
    top: 0;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 5;
  }
  .mobile_info_section .info_fly.is-info-fly-portal {
    z-index: 100;
  }
  .mobile_info_section .info_fly.is-info-fly-portal.is-info-fly-active img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .mobile_info_section .info_fly img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .mobile_info_section .info_fly.is-info-fly-active {
    visibility: visible;
    opacity: 1;
  }
  .mobile_info_section .info_fly.is-info-fly-active img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mobile_info_section .info_fly.is-info-fly-done {
    display: none !important;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
  .mobile_info_section .info_wrap {
    text-align: center;
  }
  .mobile_info_section .info_wrap p {
    text-align: center;
    font-size: 46rem;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: -0.02em;
    color: #101010;
    margin-bottom: 60rem;
  }
  .mobile_info_section .info_wrap p .info_inline_img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: none;
    border-radius: 4rem;
  }
  .mobile_info_section .info_wrap p .info_inline_img--90x45 {
    position: relative;
    top: -4rem;
    width: 90rem;
    height: 45rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mobile_info_section .info_wrap p .info_inline_img--40x53 {
    position: relative;
    top: -5rem;
    width: 40rem;
    height: 53rem;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4rem;
  }
  .mobile_info_section .info_wrap p .js-info-morph-source.is-info-source-hidden {
    opacity: 0;
  }
  .mobile_info_section .info_wrap p > span {
    display: block;
    margin-bottom: 5rem;
  }
  .mobile_info_section .info_wrap p > span:last-of-type {
    margin-bottom: 0;
  }
  .mobile_info_section .info_wrap h1 {
    display: inline-flex;
    align-items: center;
    gap: 10rem;
    font-size: 14rem;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.02em;
    color: #FFAE00;
    margin-bottom: 10rem;
  }
  .mobile_info_section .info_wrap h1::before {
    content: "";
    flex-shrink: 0;
    width: 6rem;
    height: 6rem;
    background-color: #FFAE00;
  }
  .mobile_info_section .info_wrap > span.pretender {
    display: block;
    font-size: 18rem;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: -0.02em;
    color: #101010;
  }
  .mobile_pictorial_section {
    position: relative;
    width: 100%;
    margin-top: 0;
    background-color: #F6F5F3;
    padding: 0;
    box-sizing: border-box;
  }
  .mobile_pictorial_section ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobile_pictorial_section ul li {
    width: 100%;
    max-width: none;
  }
  .mobile_pictorial_section ul li.pictorial_rise_item {
    overflow: hidden;
  }
  .mobile_pictorial_section ul li .pictorial_rise_inner {
    display: block;
    width: 100%;
    height: calc(100vh - var(--mobile-header-h, 60rem));
    will-change: transform, opacity;
  }
  .mobile_pictorial_section ul li img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mobile_pictorial_section .js-pictorial-morph-target:not(.is-pictorial-morph-revealed) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .mobile_pictorial_section .js-pictorial-morph-target.is-pictorial-morph-revealed {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .mobile_pictorial_section .js-pictorial-rise-item:first-child .pictorial_rise_inner:not(.is-pictorial-slot-settled) {
    opacity: 0;
  }
  body > .info_fly.is-info-fly-portal {
    box-sizing: border-box;
    overflow: hidden;
  }
  body > .info_fly.is-info-fly-portal:not(.is-info-fly-active):not(.is-info-fly-done) {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
  body > .info_fly.is-info-fly-portal.is-info-fly-active img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    -o-object-position: center;
       object-position: center;
  }
  body.is-landing-intro-morphing .mobile_info_section {
    z-index: auto;
  }
  body.is-landing-intro-morphing .mobile_hero_section .hero_bg.is-hero-flying:not(.is-hero-morphed) {
    z-index: 1 !important;
  }
  .philosophy_section {
    padding: 100rem 20rem 80rem;
    background: #0A0A0A;
  }
  .philosophy_section .philosophy_title {
    margin-bottom: 10rem;
  }
  .philosophy_section .philosophy_title span.inter {
    font-size: 14rem;
  }
  .philosophy_section .philosophy_content {
    margin-bottom: 70rem;
  }
  .philosophy_section .philosophy_content p {
    font-size: 28rem;
  }
  .philosophy_section .philosophy_content .philosophy_line {
    display: block;
    color: rgba(255, 255, 255, 0.3019607843);
    transition: color 0.35s ease;
  }
  .philosophy_section .philosophy_content .philosophy_line.is-lit {
    color: #FFFFFF;
  }
  .philosophy_section .button_wrap {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .philosophy_section .button_wrap.is-philosophy-button-hidden {
    visibility: hidden;
  }
  .philosophy_section .button_wrap .button_flex {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 737rem;
  }
  .philosophy_section .button_wrap .button_flex .philosophy_rise_item {
    overflow: hidden;
    width: 100%;
  }
  .philosophy_section .button_wrap .button_flex .philosophy_rise_inner {
    display: block;
    will-change: transform, opacity;
  }
  .philosophy_section .button_wrap .button_flex p {
    font-size: 15rem;
    color: #C8C8C8;
    margin-bottom: 40rem;
  }
  .philosophy_section .button_wrap .button_flex a.reserve_btn {
    width: 255rem;
    height: 60rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20rem;
    font-size: 18rem;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: -0.02em;
    color: #101010;
    background-color: #F6F5F3;
    border-radius: 4rem;
  }
  .philosophy_section .button_wrap .button_flex a.reserve_btn[data-anim-text-slide] {
    text-decoration: none;
  }
  .philosophy_section .button_wrap .button_flex a.reserve_btn[data-anim-text-slide] .label_clip {
    display: block;
    overflow: hidden;
    contain: paint;
  }
  .philosophy_section .button_wrap .button_flex a.reserve_btn[data-anim-text-slide] .label_clip:not(.reserve_btn__icon_clip) {
    height: calc(1em * 1.15);
  }
  .philosophy_section .button_wrap .button_flex a.reserve_btn[data-anim-text-slide] .reserve_btn__icon_clip {
    flex-shrink: 0;
    height: 24rem;
  }
  .philosophy_section .button_wrap .button_flex a.reserve_btn[data-anim-text-slide] .label_wrap {
    display: flex;
    flex-direction: column;
    transition: transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .philosophy_section .button_wrap .button_flex a.reserve_btn[data-anim-text-slide] .label_line {
    display: block;
    flex-shrink: 0;
    white-space: nowrap;
    line-height: 1.15;
  }
  .philosophy_section .button_wrap .button_flex a.reserve_btn[data-anim-text-slide] .reserve_btn__icon_line {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24rem;
    line-height: 1;
  }
  .philosophy_section .button_wrap .button_flex a.reserve_btn[data-anim-text-slide] .reserve_btn__icon_line img {
    display: block;
    width: 24rem;
    height: 24rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .philosophy_section .button_wrap .button_flex a.reserve_btn[data-anim-text-slide]:hover .label_wrap, .philosophy_section .button_wrap .button_flex a.reserve_btn[data-anim-text-slide]:focus-visible .label_wrap {
    transform: translateY(-50%);
  }
}
@media (max-width: 1279px) and (prefers-reduced-motion: reduce) {
  .philosophy_section .button_wrap .button_flex a.reserve_btn[data-anim-text-slide] .label_wrap {
    transition: none;
  }
  .philosophy_section .button_wrap .button_flex a.reserve_btn[data-anim-text-slide]:hover .label_wrap, .philosophy_section .button_wrap .button_flex a.reserve_btn[data-anim-text-slide]:focus-visible .label_wrap {
    transform: none;
  }
}
@media (max-width: 1279px) {
  .serum_section {
    padding: 100rem 20rem 80rem;
  }
  .serum_section .serum_rise_item {
    width: 100%;
    display: block;
    overflow: hidden;
  }
  .serum_section .serum_rise_inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .serum_section .serum_rise_inner img {
    width: 288rem;
    height: 424rem;
    padding: 0 0 0 6rem;
  }
  .serum_section .serum_title_wrap .serum_title, .serum_section .serum_title_wrap .serum_rise_inner.serum_title {
    margin-bottom: 10rem;
  }
  .serum_section .serum_title_wrap .serum_title span.inter, .serum_section .serum_title_wrap .serum_rise_inner.serum_title span.inter {
    font-size: 14rem;
  }
  .serum_section .serum_title_wrap p.serum_rise_item {
    margin-bottom: 20rem;
  }
  .serum_section .serum_title_wrap p.serum_rise_item .serum_rise_inner.inter {
    font-size: 32rem;
  }
  .serum_section .serum_title_wrap p.serum_rise_item .serum_rise_inner.pretender {
    font-size: 15rem;
  }
  .serum_section .serum_title_wrap p.serum_rise_item:last-of-type {
    margin-bottom: 70rem;
  }
  .serum_section .serum_product_wrap.serum_rise_item {
    overflow: hidden;
  }
  .serum_section .product_info_wrap {
    width: 100%;
    position: initial;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 38rem;
  }
  .serum_section .product_info_wrap .product_info {
    gap: 10rem;
  }
  .serum_section .product_info_wrap .product_info .product_info_list {
    padding: 20rem 0;
  }
  .serum_section .product_info_wrap .product_info .product_info_list .serum_rise_inner {
    gap: 10rem;
  }
  .serum_section .product_info_wrap .product_info .product_info_list:first-child {
    padding-top: 0;
  }
  .serum_section .product_info_wrap .product_info .product_info_list:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .serum_section .product_info_wrap .product_info .product_info_list span {
    font-size: 16rem;
  }
  .serum_section .product_info_wrap .product_info .product_info_list span + span {
    font-size: 16rem;
  }
  .serum_section .product_info_wrap .product_btn_wrap a.reserve_btn {
    width: 100%;
    height: 50rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18rem;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    background-color: #101010;
    border-radius: 4rem;
    gap: 20rem;
  }
  .serum_section .product_info_wrap .product_btn_wrap a.reserve_btn[data-anim-text-slide] {
    text-decoration: none;
  }
  .serum_section .product_info_wrap .product_btn_wrap a.reserve_btn[data-anim-text-slide] .label_clip {
    display: block;
    overflow: hidden;
    contain: paint;
  }
  .serum_section .product_info_wrap .product_btn_wrap a.reserve_btn[data-anim-text-slide] .label_clip:not(.reserve_btn__icon_clip) {
    height: calc(1em * 1.15);
  }
  .serum_section .product_info_wrap .product_btn_wrap a.reserve_btn[data-anim-text-slide] .reserve_btn__icon_clip {
    flex-shrink: 0;
    height: 22rem;
  }
  .serum_section .product_info_wrap .product_btn_wrap a.reserve_btn[data-anim-text-slide] .label_wrap {
    display: flex;
    flex-direction: column;
    transition: transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .serum_section .product_info_wrap .product_btn_wrap a.reserve_btn[data-anim-text-slide] .label_line {
    display: block;
    flex-shrink: 0;
    white-space: nowrap;
    line-height: 1.15;
  }
  .serum_section .product_info_wrap .product_btn_wrap a.reserve_btn[data-anim-text-slide] .reserve_btn__icon_line {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22rem;
    line-height: 1;
  }
  .serum_section .product_info_wrap .product_btn_wrap a.reserve_btn[data-anim-text-slide] .reserve_btn__icon_line img {
    display: block;
    width: 22rem;
    height: 22rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .serum_section .product_info_wrap .product_btn_wrap a.reserve_btn[data-anim-text-slide]:hover .label_wrap, .serum_section .product_info_wrap .product_btn_wrap a.reserve_btn[data-anim-text-slide]:focus-visible .label_wrap {
    transform: translateY(-50%);
  }
}
@media (max-width: 1279px) and (prefers-reduced-motion: reduce) {
  .serum_section .product_info_wrap .product_btn_wrap a.reserve_btn[data-anim-text-slide] .label_wrap {
    transition: none;
  }
  .serum_section .product_info_wrap .product_btn_wrap a.reserve_btn[data-anim-text-slide]:hover .label_wrap, .serum_section .product_info_wrap .product_btn_wrap a.reserve_btn[data-anim-text-slide]:focus-visible .label_wrap {
    transform: none;
  }
}
@media (max-width: 1279px) {
  .vylumn_section {
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    height: 100vh;
    box-sizing: border-box;
    margin: 0;
    background-image: url("/images/contents/vylumn_img_m.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    flex-shrink: 0;
    padding: 20rem;
    padding-top: max(20rem, env(safe-area-inset-top, 0px));
    padding-right: max(20rem, env(safe-area-inset-right, 0px));
    padding-bottom: max(20rem, env(safe-area-inset-bottom, 0px));
    padding-left: max(20rem, env(safe-area-inset-left, 0px));
  }
  .vylumn_section .vylumn_logo_wrap {
    display: flex;
    flex-direction: column;
  }
  .vylumn_section .vylumn_logo_wrap img {
    width: 88rem;
    height: 22rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .vylumn_section .vylumn_logo_wrap span {
    font-size: 9.6rem;
  }
  .vylumn_section .vylumn_text_wrap .vylumn_rise_item {
    display: block;
    overflow: hidden;
  }
  .vylumn_section .vylumn_text_wrap .vylumn_rise_item:first-child {
    margin-bottom: 8rem;
  }
  .vylumn_section .vylumn_text_wrap .vylumn_rise_item:nth-child(2) .vylumn_rise_inner {
    margin-bottom: 0rem;
  }
  .vylumn_section .vylumn_text_wrap .vylumn_rise_inner {
    display: block;
    will-change: transform, opacity;
  }
  .vylumn_section .vylumn_text_wrap .vylumn_rise_item:first-child .vylumn_rise_inner {
    font-size: 40rem;
  }
  .vylumn_section .vylumn_text_wrap .vylumn_rise_item:nth-child(2) .vylumn_rise_inner, .vylumn_section .vylumn_text_wrap .vylumn_rise_item:nth-child(3) .vylumn_rise_inner {
    font-size: 15rem;
  }
  .quiet_section {
    padding: 100rem 20rem 40rem;
  }
  .quiet_section .quiet_rise_inner {
    width: 100%;
  }
  .quiet_section .quiet_title_wrap {
    margin-bottom: 0;
  }
  .quiet_section .quiet_title_wrap .quiet_title {
    margin-bottom: 10rem;
  }
  .quiet_section .quiet_title_wrap .quiet_title span.inter {
    font-size: 14rem;
  }
  .quiet_section .quiet_title_wrap p.inter {
    font-size: 32rem;
    margin-bottom: 20rem;
  }
  .quiet_section .quiet_title_wrap p.pretender {
    font-size: 15rem;
    letter-spacing: -0.3rem;
  }
  .quiet_section .quiet_content_wrap {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 70rem;
  }
  .quiet_section .quiet_content_wrap ul {
    width: 100%;
  }
  .quiet_section .quiet_content_wrap ul li {
    width: 100%;
    cursor: pointer;
  }
  .quiet_section .quiet_content_wrap ul li:focus {
    outline: none;
  }
  .quiet_section .quiet_content_wrap ul li:focus-visible {
    outline: 2px solid #FFAE00;
    outline-offset: 4rem;
  }
  .quiet_section .quiet_content_wrap ul li:first-child .item {
    border-top: 1px solid #E9E9E9;
  }
  .quiet_section .quiet_content_wrap ul li .item {
    height: 65rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 20rem 0;
    overflow: hidden;
    transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1), padding 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .quiet_section .quiet_content_wrap ul li .item .item_arrow {
    top: 20rem !important;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), top 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .quiet_section .quiet_content_wrap ul li .item .item_text {
    flex: 1;
    min-width: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .quiet_section .quiet_content_wrap ul li .item .item_text span {
    display: block;
    font-size: 18rem;
    letter-spacing: -0.36rem;
    transition: opacity 0.3s ease, transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
  }
  .quiet_section .quiet_content_wrap ul li .item .item_text p {
    max-height: 0;
    margin: 0;
    overflow: hidden;
    opacity: 0;
    font-size: 15rem;
    transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, margin-top 0.3s ease;
  }
  .quiet_section .quiet_content_wrap ul li:not(.is-open):hover .item .item_text p {
    max-height: 80rem;
    margin-top: 8rem;
    opacity: 1;
  }
  .quiet_section .quiet_content_wrap ul li .item_in {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 40rem;
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .quiet_section .quiet_content_wrap ul li .item_in .item_info {
    width: 100%;
  }
  .quiet_section .quiet_content_wrap ul li .item_in .item_info .quiet_product_title {
    display: flex;
    align-items: center;
    gap: 10rem;
    margin-bottom: 15rem;
  }
  .quiet_section .quiet_content_wrap ul li .item_in .item_info .quiet_product_title span {
    font-size: 14rem;
  }
  .quiet_section .quiet_content_wrap ul li .item_in .item_info h2 {
    font-size: 30rem;
  }
  .quiet_section .quiet_content_wrap ul li .item_in .item_info h2:not(:has(+ span)) {
    margin-bottom: 40rem;
  }
  .quiet_section .quiet_content_wrap ul li .item_in .item_info h2 + span {
    display: block;
    font-size: 14rem;
    margin-bottom: 40rem;
  }
  .quiet_section .quiet_content_wrap ul li .item_in .item_info p.pretender {
    font-size: 15rem;
    margin-bottom: 10rem;
  }
  .quiet_section .quiet_content_wrap ul li .item_in .item_info p.inter {
    font-size: 15rem;
  }
  .quiet_section .quiet_content_wrap ul li .item_in .item_img {
    right: 0;
    flex-shrink: 0;
    padding-right: 0;
    margin-bottom: 29rem;
  }
  .quiet_section .quiet_content_wrap ul li .item_in .item_img img {
    width: 100%;
    height: auto !important;
    aspect-ratio: 160/95.5;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4rem;
  }
  .quiet_section .quiet_content_wrap ul li.is-open .item {
    height: 24rem;
    padding: 0;
  }
  .quiet_section .quiet_content_wrap ul li.is-open .item .item_text {
    visibility: hidden;
    opacity: 0;
  }
  .quiet_section .quiet_content_wrap ul li.is-open .item .item_text span {
    transform: translateY(-8rem);
  }
  .quiet_section .quiet_content_wrap ul li.is-open .item .item_text p {
    max-height: 0;
    margin-top: 0;
    opacity: 0;
  }
  .quiet_section .quiet_content_wrap ul li.is-open .item .item_arrow {
    top: 20 !important;
    transform: rotate(180deg);
  }
  .quiet_section .quiet_content_wrap ul li.is-open .item_in {
    opacity: 1;
  }
  .quiet_product_section {
    --quiet-product-pin-top: 60rem;
    --quiet-product-row-min-h: 0;
    padding: 40rem 20rem 0;
    height: auto;
    overflow: visible;
  }
  .quiet_product_section:has(.quiet_product_row--4.is-quiet-product-row-finalized) {
    height: auto;
    min-height: 0;
    padding-bottom: 60rem;
  }
  .quiet_product_section .quiet_product_stack {
    width: 100%;
    overflow: visible;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-active.is-quiet-stack-mobile > .pin-spacer {
    position: relative;
    isolation: isolate;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-active.is-quiet-stack-mobile > .pin-spacer:nth-child(1) {
    z-index: 1;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-active.is-quiet-stack-mobile > .pin-spacer:nth-child(2) {
    z-index: 2;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-active.is-quiet-stack-mobile > .pin-spacer:nth-child(3) {
    z-index: 3;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-active.is-quiet-stack-mobile > .pin-spacer:nth-child(4) {
    z-index: 4;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-active.is-quiet-stack-mobile > .pin-spacer:has(.quiet_product_row.is-quiet-product-row-finalized) {
    height: auto !important;
    min-height: 0 !important;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-active.is-quiet-stack-mobile.is-quiet-stack-complete > .pin-spacer {
    height: auto !important;
    min-height: 0 !important;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-active.is-quiet-stack-mobile .quiet_product_row {
    position: relative;
    margin-bottom: 0;
    min-height: 0;
    box-sizing: border-box;
    background-color: #FFFFFF;
    padding-top: var(--quiet-product-pin-top);
    border-top: 1px solid #E9E9E9;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-active.is-quiet-stack-mobile .quiet_product_row .inner {
    padding-bottom: 0;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-active.is-quiet-stack-mobile .quiet_product_row .item {
    padding-bottom: 0;
    gap: 32rem;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-active.is-quiet-stack-mobile .quiet_product_row .item_img {
    margin-bottom: 0;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-active.is-quiet-stack-mobile .quiet_product_row--4 .inner {
    top: 0;
    padding-bottom: 0;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-active.is-quiet-stack-mobile .quiet_product_row--4 .item_img {
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-active.is-quiet-stack-mobile .quiet_product_row--4 .item_img img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 198rem;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4rem;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-active.is-quiet-stack-mobile .quiet_product_row.is-quiet-product-row-pinned {
    overflow: hidden;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-active.is-quiet-stack-mobile .quiet_product_row.is-quiet-product-row-stacked {
    background-color: #FFFFFF;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-active.is-quiet-stack-mobile .quiet_product_row.is-quiet-product-row-scrollable.is-quiet-product-row-pinned .item {
    max-height: var(--quiet-product-item-max-h, initial);
    overflow-y: hidden;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-active.is-quiet-stack-mobile .quiet_product_row--1, .quiet_product_section .quiet_product_stack.is-quiet-stack-active.is-quiet-stack-mobile > .pin-spacer:nth-child(1) .quiet_product_row--1 {
    z-index: 1;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-active.is-quiet-stack-mobile .quiet_product_row--2, .quiet_product_section .quiet_product_stack.is-quiet-stack-active.is-quiet-stack-mobile > .pin-spacer:nth-child(2) .quiet_product_row--2 {
    z-index: 2;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-active.is-quiet-stack-mobile .quiet_product_row--3, .quiet_product_section .quiet_product_stack.is-quiet-stack-active.is-quiet-stack-mobile > .pin-spacer:nth-child(3) .quiet_product_row--3 {
    z-index: 3;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-active.is-quiet-stack-mobile .quiet_product_row--4, .quiet_product_section .quiet_product_stack.is-quiet-stack-active.is-quiet-stack-mobile > .pin-spacer:nth-child(4) .quiet_product_row--4 {
    z-index: 4;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-active.is-quiet-stack-mobile .quiet_product_row--4.is-quiet-product-row-finalized {
    height: auto;
    min-height: auto;
    overflow: visible;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-active.is-quiet-stack-mobile .quiet_product_row--4.is-quiet-product-row-finalized .inner {
    top: 0;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-active.is-quiet-stack-mobile .quiet_product_row--4.is-quiet-product-row-finalized .item {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-active.is-quiet-stack-mobile .quiet_product_row--4.is-quiet-product-row-finalized .item_img {
    margin-bottom: 0;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-active.is-quiet-stack-mobile .quiet_product_stack_space.space, .quiet_product_section .quiet_product_stack.is-quiet-stack-active.is-quiet-stack-mobile .quiet_product_sticky_space.sticky-space {
    display: none;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-mobile.problems:not(.is-quiet-stack-active) .quiet_product_row .inner {
    z-index: 3;
    padding-top: 40rem;
    padding-bottom: 60rem;
    border-top: 1px solid #E9E9E9;
    background-color: #FFFFFF;
    box-sizing: border-box;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-mobile.problems.is-quiet-stack-active .quiet_product_row .inner {
    position: relative;
    z-index: 3;
    margin-top: calc(-1 * var(--quiet-product-pin-top));
    padding-top: 40rem;
    padding-bottom: 0;
    border-top: 1px solid #E9E9E9;
    background-color: #FFFFFF;
    box-sizing: border-box;
  }
  .quiet_product_section .quiet_product_row .item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 40rem;
  }
  .quiet_product_section .quiet_product_row .item .item_info {
    width: 100%;
  }
  .quiet_product_section .quiet_product_row .item .item_info .quiet_product_title {
    display: flex;
    align-items: center;
    gap: 10rem;
    margin: 20rem 0 15rem 0;
  }
  .quiet_product_section .quiet_product_row .item .item_info .quiet_product_title span {
    font-size: 14rem;
  }
  .quiet_product_section .quiet_product_row .item .item_info h2 {
    font-size: 30rem;
  }
  .quiet_product_section .quiet_product_row .item .item_info h2:not(:has(+ span)) {
    margin-bottom: 40rem;
  }
  .quiet_product_section .quiet_product_row .item .item_info h2 + span {
    display: block;
    font-size: 14rem;
    margin-bottom: 40rem;
  }
  .quiet_product_section .quiet_product_row .item .item_info p.pretender {
    font-size: 15rem;
    margin-bottom: 10rem;
  }
  .quiet_product_section .quiet_product_row .item .item_info p.inter {
    font-size: 15rem;
  }
  .quiet_product_section .quiet_product_row .item .item_img {
    right: 0rem;
    flex-shrink: 0;
    margin-bottom: 60rem;
  }
  .quiet_product_section .quiet_product_row .item .item_img img {
    width: 100%;
    height: 198rem;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4rem;
    margin-bottom: 0;
  }
  .archive_section {
    padding: 80rem 20rem;
  }
  .archive_section .archive_title_wrap {
    margin-bottom: 40rem;
  }
  .archive_section .archive_title_wrap .archive_title, .archive_section .archive_title_wrap .archive_rise_inner.archive_title {
    margin-bottom: 10rem;
  }
  .archive_section .archive_title_wrap .archive_title span.inter, .archive_section .archive_title_wrap .archive_rise_inner.archive_title span.inter {
    font-size: 14rem;
  }
  .archive_section .archive_title_wrap p.archive_rise_item .archive_rise_inner.inter {
    font-size: 16rem;
  }
  .archive_section .left_img.archive_rise_item, .archive_section .right_img.archive_rise_item {
    overflow: hidden;
    border-radius: var(--archive-img-radius);
    isolation: isolate;
    transform: translateZ(0);
  }
  .archive_section .right_img.archive_rise_item {
    border-radius: 0;
  }
  .archive_section .archive_img_wrap {
    --archive-gallery-gap: 6rem;
    --archive-img-radius: 4rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: var(--archive-gallery-gap);
    width: 100%;
  }
  .archive_section .archive_img_wrap .left_img {
    flex-shrink: 0;
    width: 100%;
    height: 189rem;
    aspect-ratio: 335/194;
    overflow: hidden;
    border-radius: var(--archive-img-radius);
  }
  .archive_section .archive_img_wrap .left_img .archive_rise_inner {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: inherit;
  }
  .archive_section .archive_img_wrap .left_img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: inherit;
    transform: scale(1);
    transition: transform 0.55s ease;
    backface-visibility: hidden;
  }
  .archive_section .archive_img_wrap .left_img:hover .archive_rise_inner img {
    transform: scale(1.1);
  }
  .archive_section .archive_img_wrap .right_img {
    width: 100%;
  }
  .archive_section .archive_img_wrap .right_img > .archive_rise_inner {
    overflow: visible;
    border-radius: 0;
  }
  .archive_section .archive_img_wrap .right_img ul {
    width: 100%;
    height: initial;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: max-content;
    gap: var(--archive-gallery-gap);
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .archive_section .archive_img_wrap .right_img ul li {
    overflow: hidden;
    width: 100%;
    min-width: 0;
    border-radius: var(--archive-img-radius);
    isolation: isolate;
    transform: translateZ(0);
  }
  .archive_section .archive_img_wrap .right_img ul li:nth-child(1), .archive_section .archive_img_wrap .right_img ul li:nth-child(2) {
    width: 100%;
    height: 186rem;
    aspect-ratio: 167/200;
  }
  .archive_section .archive_img_wrap .right_img ul li:nth-child(3) {
    width: 100%;
    height: 122rem;
    grid-column: 1/-1;
    aspect-ratio: 335/148;
  }
  .archive_section .archive_img_wrap .right_img ul li img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: inherit;
    transform: scale(1);
    transition: transform 0.55s ease;
    backface-visibility: hidden;
  }
  .archive_section .archive_img_wrap .right_img ul li:hover img {
    transform: scale(1.1);
  }
  .reserve_section {
    height: initial;
    padding: 100rem 20rem 120rem;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
  .reserve_section .reserve_rise_item {
    display: block;
    overflow: hidden;
  }
  .reserve_section .reserve_rise_inner {
    display: block;
    will-change: transform, opacity;
  }
  .reserve_section .reserve_left {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 60rem;
  }
  .reserve_section .reserve_left .reserve_title_wrap .reserve_title, .reserve_section .reserve_left .reserve_title_wrap .reserve_rise_inner.reserve_title {
    margin-bottom: 10rem;
  }
  .reserve_section .reserve_left .reserve_title_wrap .reserve_title span.inter, .reserve_section .reserve_left .reserve_title_wrap .reserve_rise_inner.reserve_title span.inter {
    font-size: 14rem;
  }
  .reserve_section .reserve_left .reserve_title_wrap p.inter, .reserve_section .reserve_left .reserve_title_wrap p.reserve_rise_item .reserve_rise_inner.inter {
    font-size: 32rem;
    margin-bottom: 20rem;
  }
  .reserve_section .reserve_left .reserve_title_wrap p.pretender, .reserve_section .reserve_left .reserve_title_wrap p.reserve_rise_item .reserve_rise_inner.pretender {
    font-size: 15rem;
  }
  .reserve_section .reserve_left .reserve_title_wrap p.reserve_rise_item {
    margin-bottom: 0;
  }
  .reserve_section .reserve_left .reserve_link_wrap {
    width: 220rem;
  }
  .reserve_section .reserve_left .reserve_link_wrap > span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15rem;
  }
  .reserve_section .reserve_left .reserve_link_wrap > span > span {
    font-size: 16rem;
  }
  .reserve_section .reserve_left .reserve_link_wrap > span img {
    width: 18rem;
    height: 18rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .reserve_section .reserve_left .reserve_link_wrap ul {
    gap: 10rem;
    margin-top: 15rem;
  }
  .reserve_section .reserve_left .reserve_link_wrap ul li {
    width: 100%;
  }
  .reserve_section .reserve_left .reserve_link_wrap ul li:hover .item a span {
    font-weight: 600;
  }
  .reserve_section .reserve_left .reserve_link_wrap ul li .item a {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15rem;
  }
  .reserve_section .reserve_left .reserve_link_wrap ul li .item a img {
    width: 40rem;
    height: 40rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .reserve_section .reserve_left .reserve_link_wrap ul li .item a span {
    font-size: 16rem;
  }
  .reserve_section .reserve_right {
    width: 100%;
    padding-top: 80rem;
  }
  .reserve_section .reserve_right .reserve_rise_item:has(.reserve_tab_wrap) {
    overflow-x: visible;
    overflow-y: hidden;
  }
  .reserve_section .reserve_right .reserve_tab_wrap {
    margin-bottom: 25rem;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .reserve_section .reserve_right .reserve_tab_wrap::-webkit-scrollbar {
    display: none;
  }
  .reserve_section .reserve_right .reserve_tab_wrap ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 5rem;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
  }
  .reserve_section .reserve_right .reserve_tab_wrap ul li {
    width: 165rem;
    height: 50rem;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1rem solid #575758;
    border-radius: 5rem;
    padding: 12rem 16rem;
    cursor: pointer;
    transition: border-color 0.25s ease, background-color 0.25s ease;
  }
  .reserve_section .reserve_right .reserve_tab_wrap ul li span, .reserve_section .reserve_right .reserve_tab_wrap ul li span.inter {
    font-size: 16rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #575758;
    white-space: nowrap;
    transition: color 0.25s ease, font-weight 0.25s ease;
  }
  .reserve_section .reserve_right .reserve_tab_wrap ul li:hover, .reserve_section .reserve_right .reserve_tab_wrap ul li:active, .reserve_section .reserve_right .reserve_tab_wrap ul li:focus-visible {
    border-color: #101010;
  }
  .reserve_section .reserve_right .reserve_tab_wrap ul li:hover span, .reserve_section .reserve_right .reserve_tab_wrap ul li:hover span.inter, .reserve_section .reserve_right .reserve_tab_wrap ul li:active span, .reserve_section .reserve_right .reserve_tab_wrap ul li:active span.inter, .reserve_section .reserve_right .reserve_tab_wrap ul li:focus-visible span, .reserve_section .reserve_right .reserve_tab_wrap ul li:focus-visible span.inter {
    color: #101010;
    font-weight: 500;
  }
  .reserve_section .reserve_right .reserve_tab_wrap ul li.is-active {
    border-color: #101010;
    background-color: #F6F5F3;
  }
  .reserve_section .reserve_right .reserve_tab_wrap ul li.is-active span, .reserve_section .reserve_right .reserve_tab_wrap ul li.is-active span.inter {
    color: #101010;
    font-weight: 500;
  }
  .reserve_section .reserve_right .reserve_form_wrap {
    margin-bottom: 25rem;
  }
  .reserve_section .reserve_right .reserve_form_wrap .input_wrap {
    margin-bottom: 12rem;
  }
  .reserve_section .reserve_right .reserve_form_wrap .input_wrap:last-child {
    margin-bottom: 0;
  }
  .reserve_section .reserve_right .reserve_form_wrap .input_wrap .reserve_rise_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 15rem;
    width: 100%;
  }
  .reserve_section .reserve_right .reserve_form_wrap .input_wrap input, .reserve_section .reserve_right .reserve_form_wrap .input_wrap textarea {
    outline: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    font-size: 16rem;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.02em;
    color: #101010;
  }
  .reserve_section .reserve_right .reserve_form_wrap .input_wrap input::-moz-placeholder, .reserve_section .reserve_right .reserve_form_wrap .input_wrap textarea::-moz-placeholder {
    font-size: 16rem;
    font-weight: 300;
    line-height: 145%;
    letter-spacing: -0.02em;
    color: #575758;
    opacity: 1;
  }
  .reserve_section .reserve_right .reserve_form_wrap .input_wrap input::placeholder, .reserve_section .reserve_right .reserve_form_wrap .input_wrap textarea::placeholder {
    font-size: 16rem;
    font-weight: 300;
    line-height: 145%;
    letter-spacing: -0.02em;
    color: #575758;
    opacity: 1;
  }
  .reserve_section .reserve_right .reserve_form_wrap .input_wrap input:focus, .reserve_section .reserve_right .reserve_form_wrap .input_wrap input:focus-visible, .reserve_section .reserve_right .reserve_form_wrap .input_wrap textarea:focus, .reserve_section .reserve_right .reserve_form_wrap .input_wrap textarea:focus-visible {
    outline: none;
    box-shadow: none;
    border-bottom-color: #E9E9E9;
  }
  .reserve_section .reserve_right .reserve_form_wrap .input_wrap input {
    width: 100%;
    height: 55rem;
    padding: 12rem 0;
    border-bottom: 1rem solid #E9E9E9;
  }
  .reserve_section .reserve_right .reserve_form_wrap .input_wrap textarea {
    width: 100%;
    height: 110rem;
    padding: 16rem 0;
    border-bottom: 1rem solid #E9E9E9;
  }
  .reserve_section .reserve_right .reserve_agree_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 60rem;
    gap: 25rem;
  }
  .reserve_section .reserve_right .reserve_agree_wrap label {
    display: flex;
    align-items: flex-start;
    gap: 12rem;
    padding: 0;
    cursor: pointer;
  }
  .reserve_section .reserve_right .reserve_agree_wrap label input[type=checkbox] {
    flex-shrink: 0;
    width: 16rem;
    height: 16rem;
    margin: 2rem 0 0;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    background: url("/images/contents/unchecked_icon.webp") no-repeat center/contain;
    cursor: pointer;
  }
  .reserve_section .reserve_right .reserve_agree_wrap label input[type=checkbox]:checked {
    background-image: url("/images/contents/checked_icon.webp");
  }
  .reserve_section .reserve_right .reserve_agree_wrap label input[type=checkbox]:focus-visible {
    outline: 2rem solid #101010;
    outline-offset: 2rem;
  }
  .reserve_section .reserve_right .reserve_agree_wrap label span {
    flex: 1;
    font-size: 14rem;
    font-weight: 300;
    line-height: 145%;
    letter-spacing: -0.02em;
    color: #575758;
  }
  .reserve_section .reserve_right .reserve_agree_wrap label span span {
    display: inline-block;
    font-size: 14rem;
    font-weight: 400;
    line-height: 130%;
    color: #FF1F1F;
    text-decoration: underline;
  }
  .reserve_section .reserve_right .reserve_agree_wrap .captcha_wrap {
    width: 229rem;
    height: 58rem;
    background-color: #575758;
  }
  .reserve_section .reserve_right .reserve_btn_wrap button.reserve_btn {
    width: 100%;
    height: 50rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20rem;
    padding: 0;
    border: none;
    cursor: pointer;
    background-color: #101010;
    border-radius: 4rem;
    font-size: 18rem;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
  }
  .reserve_section .reserve_right .reserve_btn_wrap button.reserve_btn[data-anim-text-slide] {
    text-decoration: none;
  }
  .reserve_section .reserve_right .reserve_btn_wrap button.reserve_btn[data-anim-text-slide] .label_clip {
    display: block;
    overflow: hidden;
    contain: paint;
  }
  .reserve_section .reserve_right .reserve_btn_wrap button.reserve_btn[data-anim-text-slide] .label_clip:not(.reserve_btn__icon_clip) {
    height: calc(1em * 1.15);
  }
  .reserve_section .reserve_right .reserve_btn_wrap button.reserve_btn[data-anim-text-slide] .reserve_btn__icon_clip {
    flex-shrink: 0;
    height: 24rem;
  }
  .reserve_section .reserve_right .reserve_btn_wrap button.reserve_btn[data-anim-text-slide] .label_wrap {
    display: flex;
    flex-direction: column;
    transition: transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .reserve_section .reserve_right .reserve_btn_wrap button.reserve_btn[data-anim-text-slide] .label_line {
    display: block;
    flex-shrink: 0;
    white-space: nowrap;
    line-height: 1.15;
  }
  .reserve_section .reserve_right .reserve_btn_wrap button.reserve_btn[data-anim-text-slide] .reserve_btn__icon_line {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24rem;
    line-height: 1;
  }
  .reserve_section .reserve_right .reserve_btn_wrap button.reserve_btn[data-anim-text-slide] .reserve_btn__icon_line img {
    display: block;
    width: 24rem;
    height: 24rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .reserve_section .reserve_right .reserve_btn_wrap button.reserve_btn[data-anim-text-slide]:hover .label_wrap, .reserve_section .reserve_right .reserve_btn_wrap button.reserve_btn[data-anim-text-slide]:focus-visible .label_wrap {
    transform: translateY(-50%);
  }
}
@media (max-width: 1279px) and (prefers-reduced-motion: reduce) {
  .reserve_section .reserve_right .reserve_btn_wrap button.reserve_btn[data-anim-text-slide] .label_wrap {
    transition: none;
  }
  .reserve_section .reserve_right .reserve_btn_wrap button.reserve_btn[data-anim-text-slide]:hover .label_wrap, .reserve_section .reserve_right .reserve_btn_wrap button.reserve_btn[data-anim-text-slide]:focus-visible .label_wrap {
    transform: none;
  }
}
@media (max-width: 1279px) {
  .reserve_section .reserve_right .reserve_btn_wrap button.reserve_btn .label_line {
    color: #FFFFFF;
  }
  #landing_footer {
    width: 100%;
    padding: 50rem 20rem 40rem 20rem;
    height: auto;
    min-height: 0;
    gap: 140rem;
    isolation: isolate;
  }
  #landing_footer .footer_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 80rem;
  }
  #landing_footer .footer_top .right_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 40rem;
  }
  #landing_footer .footer_top .right_wrap .footer_logo_wrap img {
    width: 122rem;
    height: 70rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #landing_footer .footer_top .right_wrap .footer_info_wrap ul {
    height: 161rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 10rem;
  }
  #landing_footer .footer_top .right_wrap .footer_info_wrap ul li {
    height: initial;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 5rem;
  }
  #landing_footer .footer_top .right_wrap .footer_info_wrap ul li span {
    height: initial;
    font-size: 15rem;
  }
  #landing_footer .footer_top .right_wrap .footer_info_wrap ul li span + span {
    font-size: 15rem;
  }
  #landing_footer .footer_top .left_wrap {
    width: 100%;
  }
  #landing_footer .footer_top .left_wrap ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: row;
    gap: 20rem;
    padding-top: 0rem;
  }
  #landing_footer .footer_top .left_wrap ul li a {
    font-size: 16rem;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
  }
  #landing_footer .copyright_wrap {
    width: 100%;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
  }
  #landing_footer .copyright_wrap ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 12rem 28rem;
  }
  #landing_footer .copyright_wrap ul li {
    height: auto;
    flex: 0 0 auto;
  }
  #landing_footer .copyright_wrap ul li:first-child {
    flex: 1 1 100%;
    width: 100%;
    text-align: left;
  }
  #landing_footer .copyright_wrap ul li span {
    display: inline-block;
    font-size: 15rem;
    font-weight: 300;
    line-height: 140%;
    color: #9A9A9A;
    word-break: keep-all;
  }
  #landing_footer .copyright_wrap ul li span a {
    color: inherit;
    text-decoration: none;
  }
  #landing_footer .top_btn_wrap {
    width: 55rem;
    height: 60rem;
    position: absolute;
    right: 20rem;
    bottom: 130rem;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #landing_footer .top_btn_wrap button {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 8rem;
  }
  #landing_footer .top_btn_wrap button img {
    width: 24rem;
    height: 24rem;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 4rem;
  }
  #landing_footer .top_btn_wrap button span {
    font-size: 16rem;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
  }
}
/* v2 philosophy 블록 등장 */
@media (max-width: 1279px) {
  html.landing-v2-philosophy .philosophy_section .philosophy_line {
    transition: color 0.55s ease;
  }
  /* pictorial rise 1회 완료 후 스크롤 왕복 시 깜빡임 방지 */
  .mobile_pictorial_section.is-mobile-pictorial-rise-latched .pictorial_rise_inner {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }
  .mobile_pictorial_section.is-mobile-pictorial-rise-latched .js-pictorial-morph-target {
    opacity: 1 !important;
    visibility: visible !important;
  }
  /* intro 역재생 후 이미지 투명도만 유지 (높이는 그대로) */
  .mobile_pictorial_section.is-mobile-pictorial-intro-hidden .pictorial_rise_inner,
  .mobile_pictorial_section.is-mobile-pictorial-intro-hidden .js-pictorial-morph-target {
    opacity: 0 !important;
    pointer-events: none;
  }
  /* quiet_product — 모바일 static flow */
  .quiet_product_section .quiet_product_stack.is-quiet-stack-static-mobile .quiet_product_row.row.sticky {
    position: relative;
    top: auto;
    min-height: auto;
    padding-top: 0;
    z-index: auto;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-static-mobile .quiet_product_row .inner {
    position: relative;
    z-index: auto;
    margin-top: 0;
    padding-top: 40rem;
    padding-bottom: 60rem;
    border-top: 1px solid #E9E9E9;
    background-color: #FFFFFF;
    box-sizing: border-box;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-static-mobile .quiet_product_row--1 .inner {
    border-top: none;
    padding-top: 0;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-static-mobile .quiet_product_row .item {
    gap: 32rem;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-static-mobile .quiet_product_row .item_img {
    width: 100%;
    margin-bottom: 0;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-static-mobile .quiet_product_row .item_img img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 198rem;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4rem;
  }
  .quiet_product_section .quiet_product_stack.is-quiet-stack-static-mobile .quiet_product_stack_space.space,
  .quiet_product_section .quiet_product_stack.is-quiet-stack-static-mobile .quiet_product_sticky_space.sticky-space {
    display: none !important;
  }
}/*# sourceMappingURL=landing.css.map */