html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

img {
  max-width: 100%;
}

.fr-modalParent_contentsInner {
  overflow-y: auto;
}

.product-card_thumb img {
  height: auto !important;
}
.product-card_thumb .fr-bff-product_colorChipsAndFavorite,
.product-card_thumb .fr-bff-product_content {
  display: none !important;
}

.product-card_gender .fr-bff-product_gender {
  color: #222 !important;
  font-size: 10px !important;
}
.product-card_gender .fr-bff-product_name,
.product-card_gender .fr-bff-product_futureExhibition,
.product-card_gender .fr-bff-product_price,
.product-card_gender .fr-bff-product_sizes,
.product-card_gender .fr-bff-product_priceFlags,
.product-card_gender .fr-bff-product_reviewStars {
  display: none !important;
}

.product-card_name .fr-bff-product_name {
  color: #222 !important;
  font-size: 13px !important;
}
.product-card_name .fr-bff-product_gender,
.product-card_name .fr-bff-product_futureExhibition,
.product-card_name .fr-bff-product_price,
.product-card_name .fr-bff-product_sizes,
.product-card_name .fr-bff-product_priceFlags,
.product-card_name .fr-bff-product_reviewStars {
  display: none !important;
}

.product-card_price .fr-bff-product_price {
  margin-top: 0 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}
.product-card_price .fr-bff-product_gender,
.product-card_price .fr-bff-product_name,
.product-card_price .fr-bff-product_futureExhibition,
.product-card_price .fr-bff-product_sizes,
.product-card_price .fr-bff-product_reviewStars {
  display: none !important;
}

.only-mo {
  display: none;
}

.only-pc {
  display: block;
}

.main_inner {
  max-width: unset;
  margin-right: unset;
  margin-left: unset;
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}

.fr-fixedAnchor {
  left: 0;
}

.ani-down {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.ani-down.active {
  opacity: 1;
  transform: translateY(0);
}

@keyframes rb-fade-1 {
  0%, 35% {
    opacity: 1;
    visibility: visible;
  }
  50%, 85% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes rb-fade-2 {
  0%, 35% {
    opacity: 0;
    visibility: hidden;
  }
  50%, 85% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes kv-flow-reveal {
  0% {
    transform: translateX(0);
  }
  14%, 100% {
    transform: translateX(-50%);
  }
}
@keyframes kv-track-flow {
  0%, 15% {
    transform: translateX(0);
  }
  20%, 35% {
    transform: translateX(-10%);
  }
  40%, 55% {
    transform: translateX(-20%);
  }
  60%, 75% {
    transform: translateX(-30%);
  }
  80%, 95% {
    transform: translateX(-40%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes action-pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.6);
    opacity: 0;
  }
}
.action-ic {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  overflow: visible;
  width: 36px;
  height: 36px;
}
.action-ic::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%) scale(1);
  animation: action-pulse 2.4s ease-out infinite;
  pointer-events: none;
}
.action-ic::after {
  animation-delay: 1.2s;
}

[class*=btn] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.button-plus {
  position: absolute;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.00391 1.12695C6.21101 1.12695 6.37891 1.29485 6.37891 1.50195V5.625H10.5C10.7071 5.625 10.875 5.79289 10.875 6C10.875 6.20711 10.7071 6.375 10.5 6.375H6.37891V10.502C6.37891 10.7091 6.21101 10.877 6.00391 10.877C5.7968 10.877 5.62891 10.7091 5.62891 10.502V6.375H1.5C1.29289 6.375 1.125 6.20711 1.125 6C1.125 5.79289 1.29289 5.625 1.5 5.625H5.62891V1.50195C5.62891 1.29485 5.7968 1.12695 6.00391 1.12695Z' fill='%23222222'/%3E%3C/svg%3E%0A") no-repeat center;
  background-color: rgb(255, 255, 255);
  padding: 3px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.button-plus::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  opacity: 0.3;
  animation: plus 4s ease-in-out infinite;
}

@keyframes plus {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0.2;
  }
  10% {
    width: 200%;
    height: 200%;
    opacity: 0.3;
  }
  90% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
.section-related {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  box-sizing: border-box;
  padding: 80px 0 24px;
  background: #fff;
}

.rp-intro {
  margin: 0;
  color: #121212;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -0.96px;
  text-align: center;
}

.related-products {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 1176px;
  margin: 0 auto;
}

.rp-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.rp-group > [data-component-type=ProductCarousel] {
  width: 100%;
  overflow: hidden;
}

.rp-group-title {
  margin: 0;
  color: #121212;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.33;
  letter-spacing: -0.8px;
  text-align: center;
}

.product-cardRow {
  display: flex;
  gap: 8px;
  width: 100%;
}
.product-cardRow.-col {
  flex-direction: column;
}

.product-card {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 8px;
  background: rgba(144, 146, 147, 0.15);
}
.product-card_thumb {
  flex-shrink: 0;
  width: 45px;
  height: 60px;
  background: #c4c4c4;
  border: 1px solid #eee;
  border-radius: 2px;
}
.product-card_txt {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  min-width: 0;
  padding-right: 8px;
}
.product-card_info {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  color: #222;
}
.product-card_gender {
  margin: 0;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: -0.4px;
}
.product-card_name {
  margin: 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.42;
  letter-spacing: -0.52px;
}
.product-card_price {
  flex-shrink: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 2px;
  color: #222;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.56px;
  white-space: nowrap;
}
.product-card_price strong {
  font-weight: 800;
}

#section-intro-pc .kv-pc {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 46.25vw;
  overflow: hidden;
}
#section-intro-pc .kv-pc_side {
  position: relative;
  flex: none;
  width: 33.125vw;
  height: 100%;
  overflow: hidden;
}
#section-intro-pc .kv-pc_side img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-intro-pc .kv-pc_dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}
#section-intro-pc .kv-pc_center {
  flex: 1;
  min-width: 0;
  height: 100%;
}
#section-intro-pc .kv-pc_center .swiper-container {
  padding-bottom: 0;
}
#section-intro-pc .kv-pc_center .swiper-container,
#section-intro-pc .kv-pc_center .swiper-wrapper,
#section-intro-pc .kv-pc_center .swiper-slide {
  width: 100%;
  height: 100%;
}
#section-intro-pc .kv-pc_visual {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#section-intro-pc .kv-pc_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-intro-pc .kv-pc_bg.-flow {
  left: 0;
  right: auto;
  width: 200%;
  max-width: 200%;
}
#section-intro-pc .kv-pc_gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #192226 100%);
  mix-blend-mode: multiply;
}
#section-intro-pc .kv-pc_text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 2.0833vw 1.25vw 4.1667vw;
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
}
#section-intro-pc .kv-pc_text p {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 2.0833vw;
  line-height: 1.4;
  letter-spacing: -0.0833vw;
}

#section-photographer .photographer-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 40px;
  background: #f4f4f4;
  border: none;
  cursor: pointer;
}
#section-photographer .photographer-bar_img {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
#section-photographer .photographer-bar_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-photographer .photographer-bar_text {
  font-family: "Nanum Myeongjo", serif;
  font-weight: 400;
  font-style: normal;
  color: #363636;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.32px;
  white-space: nowrap;
}
#section-photographer .photographer-bar_icon {
  flex-shrink: 0;
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
}
#section-photographer .photographer-bar_icon img {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

#section-collection-list-pc {
  box-sizing: border-box;
  padding: 100px 0;
  background: #fff;
}
#section-collection-list-pc .cl-title {
  margin: 0;
  text-align: center;
  color: #222;
  font-weight: 800;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: -0.72px;
}
#section-collection-list-pc .cl-title p {
  margin: 0;
}
#section-collection-list-pc .cl-imgWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 120px;
}
#section-collection-list-pc .cl-caption {
  margin: 0;
  color: #222;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.42px;
}
#section-collection-list-pc .cl-grid {
  display: grid;
  grid-template-columns: repeat(4, 150px);
  gap: 8px;
  width: 624px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#section-collection-list-pc .cl-grid li {
  width: 150px;
  height: 210px;
  background: #e6e6e6;
  overflow: hidden;
}
#section-collection-list-pc .cl-grid li a {
  display: block;
  width: 100%;
  height: 100%;
}
#section-collection-list-pc .cl-grid li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#section-03-pc {
  box-sizing: border-box;
  padding: 100px calc((100% - 1176px) / 2);
  background: #fff;
}
#section-03-pc .s3pc-content01 {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
#section-03-pc .s3pc-img01 {
  flex-shrink: 0;
  width: 686px;
  height: 686px;
  overflow: hidden;
  background: #e6e6e6;
}
#section-03-pc .s3pc-img01 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-03-pc .s3pc-content01 > .product-cardRow {
  flex: 1;
  min-width: 0;
  padding-left: 24px;
}
#section-03-pc .s3pc-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 500px;
  margin: 100px auto 0;
  color: #222;
}
#section-03-pc .s3pc-text_title {
  margin: 0;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.36px;
}
#section-03-pc .s3pc-text_desc {
  font-family: "Nanum Myeongjo", serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: -0.448px;
}
#section-03-pc .s3pc-img02 {
  position: relative;
  width: 914px;
  height: 853.25px;
  margin: 24px auto 0;
}
#section-03-pc .s3pc-img02_main {
  position: absolute;
  left: 207px;
  top: 0;
  width: 500px;
  height: 700px;
  object-fit: cover;
  background: #e6e6e6;
}
#section-03-pc .s3pc-img02_sub {
  position: absolute;
  left: 98px;
  top: 547.25px;
  width: 218px;
  height: 306px;
  object-fit: cover;
  background: #e6e6e6;
}
#section-03-pc .s3pc-img02-cardRow {
  width: 380px;
  margin: 46.75px 0 0 338px;
}

#section-04-pc {
  box-sizing: border-box;
  padding: 100px calc((100% - 1176px) / 2);
  background: #fcf7f3;
}
#section-04-pc .s4pc-label {
  margin: 0;
  color: #3e3437;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.32px;
}
#section-04-pc .s4pc-title {
  margin: 0;
  color: #3e3437;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.36px;
}
#section-04-pc .s4pc-desc {
  font-family: "Nanum Myeongjo", serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 auto;
  width: 542px;
  color: #222;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: -0.448px;
}
#section-04-pc .s4pc-content01 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  width: 642px;
  margin: 0 auto;
}
#section-04-pc .s4pc-img01 {
  width: 100%;
  height: 900px;
  overflow: hidden;
  background: #e6e6e6;
}
#section-04-pc .s4pc-img01 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-04-pc .s4pc-content01-swiper {
  width: 100%;
}
#section-04-pc .s4pc-content01-swiper .swiper-slide {
  width: 300px;
  flex-shrink: 0;
}
#section-04-pc .s4pc-content02 {
  position: relative;
  width: 1176px;
  height: 921px;
  margin: 100px auto 0;
}
#section-04-pc .s4pc-img02-main {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 350px;
}
#section-04-pc .s4pc-img02-main img {
  display: block;
  width: 100%;
  height: 493px;
  object-fit: cover;
  background: #e6e6e6;
}
#section-04-pc .s4pc-img02-sub {
  position: absolute;
  right: 0;
  top: 289.25px;
  width: 375px;
  height: 540px;
  overflow: hidden;
}
#section-04-pc .s4pc-img02-sub img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-04-pc .s4pc-group34 {
  position: relative;
  width: 1176px;
  height: 1303px;
  margin: 100px auto 0;
}
#section-04-pc .s4pc-img03 {
  position: absolute;
  left: 0;
  top: 0;
  width: 563px;
  height: 810px;
  overflow: hidden;
  background: #e6e6e6;
}
#section-04-pc .s4pc-img03 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-04-pc .s4pc-img04 {
  position: absolute;
  left: 634px;
  top: 363px;
  width: 542px;
  height: 764px;
  overflow: hidden;
  background: #e6e6e6;
}
#section-04-pc .s4pc-img04 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-04-pc .s4pc-cardRow04 {
  position: absolute;
  left: 634px;
  top: 1143px;
  width: 542px;
}
#section-04-pc .s4pc-group34 .s4pc-hotspot.-a {
  top: 232.25px;
  left: 99px;
}
#section-04-pc .s4pc-group34 .s4pc-hotspot.-b {
  top: 309.25px;
  left: 475px;
}
#section-04-pc .s4pc-content05 {
  position: relative;
  width: 1176px;
  height: 848px;
  margin: 100px auto 0;
}
#section-04-pc .s4pc-img05-a {
  position: absolute;
  left: 882px;
  top: 400px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
#section-04-pc .s4pc-img05-a_img {
  width: 260px;
  height: 368px;
  overflow: hidden;
  background: #e6e6e6;
}
#section-04-pc .s4pc-img05-a_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-04-pc .s4pc-img05-a_label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 18px;
  height: 105px;
}
#section-04-pc .s4pc-img05-a_label span {
  display: inline-block;
  white-space: nowrap;
  transform: rotate(90deg);
  color: #3e3437;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.32px;
}
#section-04-pc .s4pc-img05-b {
  position: absolute;
  left: 0;
  top: 100px;
  width: 545px;
}
#section-04-pc .s4pc-img05-b img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  background: #e6e6e6;
}
#section-04-pc .s4pc-img05-b .product-cardRow {
  margin-top: 16px;
}
#section-04-pc .s4pc-content06 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 1176px;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 100px auto 0;
}
#section-04-pc .s4pc-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 542px;
}
#section-04-pc .s4pc-img06 {
  position: relative;
  width: 542px;
  height: 746px;
  overflow: hidden;
  background: #e6e6e6;
}
#section-04-pc .s4pc-img06 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-04-pc .s4pc-content06 .s4pc-hotspot.-a {
  top: 510.25px;
  left: 123px;
}
#section-04-pc .s4pc-content06 .s4pc-hotspot.-b {
  top: 474.25px;
  left: 394px;
}
#section-04-pc .s4pc-content07 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 1176px;
  margin: 100px auto 0;
}
#section-04-pc .s4pc-img07 {
  position: relative;
  flex-shrink: 0;
  width: 420px;
  height: 420px;
  overflow: hidden;
  background: #fff;
}
#section-04-pc .s4pc-crossfade {
  position: absolute;
  inset: 0;
}
#section-04-pc .s4pc-crossfade img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-04-pc .s4pc-crossfade.-state1 {
  opacity: 1;
  animation: rb-fade-1 6s ease-in-out infinite;
}
#section-04-pc .s4pc-crossfade.-state2 {
  opacity: 0;
  animation: rb-fade-2 6s ease-in-out infinite;
}
#section-04-pc .s4pc-content07 > .product-cardRow {
  width: 500px;
}
#section-04-pc .s4pc-content08 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  width: 1176px;
  margin: 100px auto 0;
}
#section-04-pc .s4pc-img08-a {
  flex-shrink: 0;
  width: 560px;
  height: 785px;
  overflow: hidden;
  background: #e6e6e6;
}
#section-04-pc .s4pc-img08-a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-04-pc .s4pc-img08-b {
  flex-shrink: 0;
  width: 351px;
}
#section-04-pc .s4pc-img08-b img {
  display: block;
  width: 100%;
  height: 492px;
  object-fit: cover;
  background: #e6e6e6;
}
#section-04-pc .s4pc-img08-b .product-cardRow {
  margin-top: 16px;
}

#section-05-pc {
  box-sizing: border-box;
  padding: 100px calc((100% - 1176px) / 2);
  background: #fff;
}
#section-05-pc .s5pc-content01 {
  display: flex;
  justify-content: flex-end;
  width: 1176px;
  margin: 0 auto;
}
#section-05-pc .s5pc-img01 {
  position: relative;
  width: 550px;
  height: 730px;
  overflow: hidden;
  background: #e6e6e6;
}
#section-05-pc .s5pc-img01 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-05-pc .s5pc-img01 .s5pc-hotspot.-c01a {
  top: 289.667px;
  left: 128.5px;
}
#section-05-pc .s5pc-img01 .s5pc-hotspot.-c01b {
  top: 213.667px;
  left: 448.5px;
}
#section-05-pc .s5pc-content02 {
  position: relative;
  width: 883px;
  height: 764px;
  margin: 100px auto 0;
}
#section-05-pc .s5pc-c02-a {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 450px;
}
#section-05-pc .s5pc-c02-a_row {
  position: relative;
  display: flex;
  align-items: flex-start;
}
#section-05-pc .s5pc-img02-a {
  flex-shrink: 0;
  width: 450px;
  height: 330px;
  overflow: hidden;
  background: #e6e6e6;
}
#section-05-pc .s5pc-img02-a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-05-pc .s5pc-c02-a > .product-cardRow {
  width: 100%;
}
#section-05-pc .s5pc-c02-b {
  position: absolute;
  left: 583px;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 300px;
}
#section-05-pc .s5pc-img02-b {
  width: 100%;
  height: 420px;
  overflow: hidden;
  background: #e6e6e6;
}
#section-05-pc .s5pc-img02-b img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-05-pc .s5pc-label-v {
  position: absolute;
  left: 466px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 18px;
  height: 67px;
}
#section-05-pc .s5pc-label-v span {
  display: inline-block;
  white-space: nowrap;
  transform: rotate(90deg);
  color: #3e3437;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.32px;
}
#section-05-pc .s5pc-group34 {
  position: relative;
  width: 1176px;
  height: 702px;
  margin: 100px auto 0;
}
#section-05-pc .s5pc-img03 {
  position: absolute;
  left: 0;
  top: 0;
  width: 700px;
  height: 559px;
  overflow: hidden;
  background: #e6e6e6;
}
#section-05-pc .s5pc-img03 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-05-pc .s5pc-img03 .s5pc-hotspot.-c03a {
  top: 288.25px;
  left: 22px;
}
#section-05-pc .s5pc-img03 .s5pc-hotspot.-c03b {
  top: 252.25px;
  left: 653px;
}
#section-05-pc .s5pc-img04 {
  position: absolute;
  left: 726px;
  top: 222px;
  width: 450px;
  height: 480px;
  overflow: hidden;
  background: #e6e6e6;
}
#section-05-pc .s5pc-img04 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-05-pc .s5pc-img04 .s5pc-hotspot.-c04a {
  top: 219.29px;
  left: 125.25px;
}
#section-05-pc .s5pc-img04 .s5pc-hotspot.-c04b {
  top: 168.29px;
  left: 300.75px;
}
#section-05-pc .s5pc-c04-label {
  position: absolute;
  left: 144px;
  top: 430px;
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.28px;
  white-space: nowrap;
}
#section-05-pc .s5pc-content05 {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 1176px;
  padding: 34px 0;
  margin: 100px auto 0;
}
#section-05-pc .s5pc-img05 {
  position: relative;
  flex-shrink: 0;
  width: 650px;
  height: 867px;
  overflow: hidden;
  background: #e6e6e6;
}
#section-05-pc .s5pc-img05 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-05-pc .s5pc-crossfade {
  position: absolute;
  inset: 0;
}
#section-05-pc .s5pc-crossfade img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-05-pc .s5pc-crossfade.-state1 {
  opacity: 1;
  animation: rb-fade-1 6s ease-in-out infinite;
}
#section-05-pc .s5pc-crossfade.-state2 {
  opacity: 0;
  animation: rb-fade-2 6s ease-in-out infinite;
}
#section-05-pc .s5pc-img05 .s5pc-hotspot.-c05a1 {
  top: 228px;
  left: 128px;
}
#section-05-pc .s5pc-img05 .s5pc-hotspot.-c05b1 {
  top: 406px;
  left: 506px;
}
#section-05-pc .s5pc-img05 .s5pc-hotspot.-c05a2 {
  top: 287.8px;
  left: 145.6px;
}
#section-05-pc .s5pc-img05 .s5pc-hotspot.-c05b2 {
  top: 298.3px;
  left: 461.1px;
}
#section-05-pc .s5pc-group67 {
  position: relative;
  width: 1176px;
  height: 1173px;
  margin: 100px auto 0;
}
#section-05-pc .s5pc-c06-group {
  position: absolute;
  left: 742px;
  top: 0;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
#section-05-pc .s5pc-label-v2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 18px;
  height: 67px;
}
#section-05-pc .s5pc-label-v2 span {
  display: inline-block;
  white-space: nowrap;
  transform: rotate(90deg);
  color: #3e3437;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.32px;
}
#section-05-pc .s5pc-img06 {
  position: relative;
  flex-shrink: 0;
  width: 400px;
  height: 557px;
  overflow: hidden;
  background: #e6e6e6;
}
#section-05-pc .s5pc-img06 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-05-pc .s5pc-img06 .s5pc-hotspot.-c06a {
  top: 510.25px;
  left: 123px;
}
#section-05-pc .s5pc-img06 .s5pc-hotspot.-c06b {
  top: 474.25px;
  left: 394px;
}
#section-05-pc .s5pc-c06-info {
  position: absolute;
  left: 776px;
  top: 573px;
  width: 400px;
}
#section-05-pc .s5pc-c07-row {
  position: absolute;
  left: 0;
  top: 507px;
  display: flex;
  align-items: flex-end;
  gap: 16px;
  width: 891px;
}
#section-05-pc .s5pc-img07-a {
  position: relative;
  flex-shrink: 0;
  width: 500px;
  height: 666px;
  overflow: hidden;
  background: #e6e6e6;
}
#section-05-pc .s5pc-img07-a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-05-pc .s5pc-img07-a .s5pc-hotspot.-c07a {
  top: 353px;
  left: 201px;
}
#section-05-pc .s5pc-img07-a .s5pc-hotspot.-c07b {
  top: 282px;
  left: 412px;
}
#section-05-pc .s5pc-img07-c {
  position: relative;
  width: 460px;
  height: 614px;
  overflow: hidden;
  background: #fff;
  margin: 100px auto 0;
}
#section-05-pc .s5pc-img07-c img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-05-pc .s5pc-img07-c .s5pc-hotspot.-c07ca {
  top: 172.25px;
  left: 148px;
}
#section-05-pc .s5pc-img07-c .s5pc-hotspot.-c07cb {
  top: 167.25px;
  left: 380px;
}
#section-05-pc .s5pc-img07-b {
  flex-shrink: 0;
  width: 375px;
  height: 252px;
  overflow: hidden;
  background: #e6e6e6;
}
#section-05-pc .s5pc-img07-b img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-05-pc .s5pc-model {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 36px;
  width: 1200px;
  margin: 100px -12px 0;
}
#section-05-pc .s5pc-model_label {
  flex-shrink: 0;
  margin: 0;
  color: #000;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.36px;
  white-space: nowrap;
}
#section-05-pc .s5pc-model_list {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 682px;
}
#section-05-pc .s5pc-model_item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 329px;
}
#section-05-pc .s5pc-model_item:first-child .s5pc-model_thumb {
  width: 120px;
}
#section-05-pc .s5pc-model_thumb {
  flex-shrink: 0;
  width: 125px;
  height: 78px;
  overflow: hidden;
  background: #e6e6e6;
}
#section-05-pc .s5pc-model_thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-05-pc .s5pc-model_text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #000;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: -0.24px;
}
#section-05-pc .s5pc-model_text p {
  margin: 0;
}

#section-related-pages {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  box-sizing: border-box;
  padding: 100px 0 120px;
  background: #fff;
}
#section-related-pages .related-title {
  margin: 0;
  color: #121212;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -0.96px;
  text-align: center;
}
#section-related-pages .related-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  width: 100%;
  box-sizing: border-box;
  padding: 56px 0;
  background: #faf8f5;
}
#section-related-pages .related-current {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 1200px;
  box-sizing: border-box;
  padding-bottom: 16px;
  border-bottom: 1px solid #dbdbdb;
}
#section-related-pages .related-current_title {
  margin: 0;
  width: 100%;
  color: #222;
  font-family: "UniqloPro Bold", sans-serif;
  font-size: 36px;
  line-height: 1.46;
  letter-spacing: -1.152px;
  font-weight: 700;
}
#section-related-pages .related-current_link {
  color: #575757;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: -0.336px;
  text-decoration: underline;
}
#section-related-pages .related-list {
  display: flex;
  gap: 8px;
  width: 1200px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#section-related-pages .related-item {
  flex-shrink: 0;
  width: 394.67px;
}
#section-related-pages .related-link {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: inherit;
  text-decoration: none;
}
#section-related-pages .related-img {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: #e6e6e6;
}
#section-related-pages .related-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-related-pages .related-img img.rp-sp {
  display: none;
}
#section-related-pages .related-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  width: 100%;
}
#section-related-pages .txt-top {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
#section-related-pages .related-txt-title {
  margin: 0;
  width: 100%;
  color: #242424;
  font-family: "UniqloPro Regular", sans-serif;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.2%;
  font-weight: 600;
}
#section-related-pages .related-txt-desc {
  margin: 0;
  width: 100%;
  color: #222;
  font-size: 12px;
  line-height: 1.42;
  letter-spacing: -0.392px;
}
#section-related-pages .related-arrow {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 8px;
  border: 0.7px solid #555;
}
#section-related-pages .related-arrow img {
  width: 11px;
  height: 11px;
}
#section-related-pages .rp-sp {
  display: none;
}
#section-related-pages .rp-pc {
  display: inline;
}

.ph-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.ph-modal.is-open {
  visibility: visible;
  opacity: 1;
}
.ph-modal.is-open .ph-modal_sheet {
  transform: translate(-50%, 0);
}
.ph-modal_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}
.ph-modal_sheet {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  max-width: 600px;
  max-height: 80vh;
  overflow-y: auto;
  box-sizing: border-box;
  background: #fff;
  border-radius: 16px 16px 0 0;
  padding-top: 16px;
  transform: translate(-50%, 100%);
  transition: transform 0.35s ease;
}
.ph-modal_header {
  display: flex;
  justify-content: flex-end;
  padding: 8px 16px;
  border-bottom: 1px solid #eee;
}

.ph-modal_topic {
  text-align: right;
  color: #222;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.6px;
}
.ph-modal_topic p {
  margin: 0;
}
.ph-modal_topic p:last-child {
  font-weight: 700;
}

.ph-modal_content {
  padding: 24px 16px 64px;
  color: #222;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.42px;
}
.ph-modal_content p {
  margin: 0 0 16px;
  font-family: "Nanum Myeongjo", serif;
  font-weight: 400;
  font-style: normal;
}
.ph-modal_content p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1280px) {
  .only-mo {
    display: block;
  }
  .only-pc {
    display: none;
  }
  #section-03-mo > .js-trackEventReading,
  #section-04-mo > .js-trackEventReading,
  #section-05-mo > .js-trackEventReading {
    margin-top: -21.3333vw;
  }
  .s5-c04 > .js-trackEventReading {
    margin-top: -10.6667vw;
  }
  .product-cardRow {
    display: flex;
    gap: 2.1333vw;
    padding-left: 4.2667vw;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .product-cardRow::-webkit-scrollbar {
    display: none;
  }
  .product-cardRow.-col {
    flex-direction: column;
    padding-left: 0;
    overflow-x: visible;
  }
  .product-card {
    flex: none;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 4.2667vw;
    width: 80vw;
    padding: 2.1333vw;
    background: rgba(144, 146, 147, 0.15);
  }
  .product-card.-full {
    width: 100%;
  }
  .product-card_thumb {
    flex-shrink: 0;
    width: 12vw;
    height: 16vw;
    background: #c4c4c4;
    border: 1px solid #eee;
    border-radius: 2px;
  }
  .product-card_txt {
    display: flex;
    align-items: center;
    gap: 4.2667vw;
    flex: 1;
    min-width: 0;
    padding-right: 2.1333vw;
  }
  .product-card_info {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    color: #222;
  }
  .product-card_gender {
    margin: 0;
    font-weight: 700;
    font-size: 2.6667vw;
    line-height: 1.6;
    letter-spacing: -0.1067vw;
  }
  .product-card_name {
    margin: 0;
    font-weight: 700;
    font-size: 3.4667vw;
    line-height: 1.42;
    letter-spacing: -0.1387vw;
  }
  .product-card_price {
    flex-shrink: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5333vw;
    color: #222;
    font-size: 3.7333vw;
    line-height: 1.5;
    letter-spacing: -0.1493vw;
    white-space: nowrap;
  }
  .product-card_price strong {
    font-weight: 800;
  }
  .mo-cardRow-swiper {
    width: 100%;
    padding-left: 4.2667vw;
  }
  .mo-cardRow-swiper .swiper-slide {
    width: 80vw;
    flex-shrink: 0;
  }
  #section-intro-mobile .kv-flow {
    position: relative;
    width: 100%;
    aspect-ratio: 375/542;
    overflow: hidden;
  }
  #section-intro-mobile .kv-flowTrack {
    display: flex;
    width: 1000%;
    height: 100%;
    animation: kv-track-flow 16s linear infinite;
  }
  #section-intro-mobile .kv-visual {
    flex: none;
    width: 10%;
    height: 100%;
    overflow: hidden;
  }
  #section-intro-mobile .kv-bg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #section-intro-mobile .kv-bg.-flow, #section-intro-mobile .kv-bg.-flowStart {
    width: 200%;
    max-width: 200%;
  }
  #section-intro-mobile .kv-bg.-flow {
    animation: kv-flow-reveal 16s ease-in-out infinite;
  }
  #section-intro-mobile .kv-bg.-flowStart {
    transform: translateX(0);
  }
  #section-intro-mobile .kv-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #192226 100%);
    mix-blend-mode: multiply;
  }
  #section-intro-mobile .kv-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 10.6667vw 6.4vw 21.3333vw;
    display: flex;
    flex-direction: column;
    gap: 3.2vw;
  }
  #section-intro-mobile .kv-text p {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 6.9333vw;
    line-height: 1.5;
    letter-spacing: -0.2773vw;
  }
  #section-03-mo {
    display: flex;
    flex-direction: column;
    gap: 21.3333vw;
    padding: 17.0667vw 0;
    background: #fff;
  }
  #section-03-mo .s3-block {
    display: flex;
    flex-direction: column;
    gap: 4.2667vw;
  }
  #section-03-mo .s3-img.-square {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
  }
  #section-03-mo .s3-img.-square img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #section-03-mo .s3-img.-overlap {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 118.4vw;
  }
  #section-03-mo .s3-img_main {
    flex-shrink: 0;
    width: 69.3333vw;
    height: 97.0667vw;
    object-fit: cover;
  }
  #section-03-mo .s3-img_sub {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 34.1333vw;
    height: 48vw;
    background: #e6e6e6;
    object-fit: cover;
  }
  #section-03-mo .s3-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.0667vw;
    width: 100%;
    box-sizing: border-box;
    padding: 0 4.2667vw;
    color: #222;
    text-align: left;
  }
  #section-03-mo .s3-text_title {
    margin: 0;
    font-weight: 800;
    font-size: 3.7333vw;
    letter-spacing: -0.0747vw;
  }
  #section-03-mo .s3-text_desc {
    margin: 0;
    font-size: 3.4667vw;
    line-height: 1.6;
    letter-spacing: -0.0971vw;
    font-family: "Nanum Myeongjo", serif;
    font-weight: 400;
    font-style: normal;
  }
  #section-04-mo {
    display: flex;
    flex-direction: column;
    gap: 21.3333vw;
    padding: 17.0667vw 0;
    background: #fcf7f3;
  }
  #section-04-mo .s4-label {
    margin: 0;
    color: #3e3437;
    font-weight: 800;
    font-size: 3.2vw;
    letter-spacing: -0.064vw;
  }
  #section-04-mo .s4-title {
    margin: 0;
    color: #222;
    font-weight: 800;
    font-size: 3.7333vw;
    letter-spacing: -0.0747vw;
  }
  #section-04-mo .s4-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  #section-04-mo .s4-desc {
    margin: 0;
    color: #222;
    font-size: 3.4667vw;
    line-height: 1.6;
    letter-spacing: -0.0971vw;
    font-family: "Nanum Myeongjo", serif;
    font-weight: 400;
    font-style: normal;
  }
  #section-04-mo .s4-img {
    position: relative;
    overflow: hidden;
  }
  #section-04-mo .s4-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #section-04-mo .s4-img.-hotspot img {
    object-position: center bottom;
  }
  #section-04-mo .s4-c01 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1.0667vw;
    box-sizing: border-box;
    padding: 0 4.2667vw 4.2667vw;
  }
  #section-04-mo .s4-c01 .s4-img {
    width: 100%;
    aspect-ratio: 432/606;
  }
  #section-04-mo .s4-c02 {
    display: flex;
    flex-direction: column;
    gap: 1.0667vw;
    box-sizing: border-box;
    padding: 0 4.2667vw 4.2667vw;
  }
  #section-04-mo .s4-c02 .s4-img {
    width: 100%;
    aspect-ratio: 343/483;
    margin-top: 2.1333vw;
  }
  #section-04-mo .s4-c03 .s4-img {
    width: 100%;
    height: 144vw;
  }
  #section-04-mo .s4-c03 .s4-img:nth-of-type(2) {
    padding: 0 0 4.2667vw;
  }
  #section-04-mo .s4-c04 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.2667vw;
    box-sizing: border-box;
    padding: 0 6.4vw;
  }
  #section-04-mo .s4-c04 .s4-img {
    width: 100%;
    aspect-ratio: 92.25/130;
  }
  #section-04-mo .s4-c05 .s4-img-a {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 58.6667vw;
    background: #e6e6e6;
  }
  #section-04-mo .s4-c05 .s4-img-a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #section-04-mo .s4-c05 .s4-c05-row {
    display: flex;
    align-items: flex-start;
    gap: 1.0667vw;
    margin-top: 10.6667vw;
  }
  #section-04-mo .s4-c05 .s4-img-b {
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    width: 43.7333vw;
    height: 61.8667vw;
    padding-bottom: 4.2667vw;
  }
  #section-04-mo .s4-c05 .s4-img-b img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #section-04-mo .s4-c05 .s4-c05-label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 3.7333vw;
    height: 21.0667vw;
  }
  #section-04-mo .s4-c05 .s4-c05-label span {
    display: inline-block;
    white-space: nowrap;
    transform: rotate(90deg);
    color: #3e3437;
    font-weight: 800;
    font-size: 3.2vw;
    letter-spacing: -0.064vw;
  }
  #section-04-mo .s4-c06 {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 6.4vw;
  }
  #section-04-mo .s4-c06 .s4-img {
    width: 100%;
    height: 120vw;
    margin: 4.2667vw 0;
  }
  #section-04-mo .s4-c07 .s4-img {
    width: 100%;
    aspect-ratio: 1/1;
    margin: 0 0 4.2667vw;
  }
  #section-04-mo .s4-c07 .s4-img img {
    position: absolute;
  }
  #section-04-mo .s4-c07 .s4-img img:nth-child(1) {
    animation: rb-fade-1 6s ease-in-out infinite;
  }
  #section-04-mo .s4-c07 .s4-img img:nth-child(2) {
    animation: rb-fade-2 6s ease-in-out infinite;
  }
  #section-04-mo .s4-c08 .s4-label {
    padding-left: 4.2667vw;
    margin-bottom: 1.0667vw;
  }
  #section-04-mo .s4-c08 .s4-imgRow {
    display: flex;
    gap: 1.0667vw;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  #section-04-mo .s4-c08 .s4-imgRow::-webkit-scrollbar {
    display: none;
  }
  #section-04-mo .s4-c08 .s4-img {
    flex-shrink: 0;
    width: 79.7333vw;
    height: 112vw;
    padding: 0 0 4.2667vw;
  }
  #section-04-mo .s4-c03 .s4-hotspot.-a {
    top: 48vw;
    left: 14.9333vw;
  }
  #section-04-mo .s4-c03 .s4-hotspot.-b {
    top: 60.8vw;
    left: 78.6667vw;
  }
  #section-04-mo .s4-c06 .s4-hotspot.-a {
    top: 77.3333vw;
    left: 18.9333vw;
  }
  #section-04-mo .s4-c06 .s4-hotspot.-b {
    top: 71.2vw;
    left: 62.6667vw;
  }
  #section-05-mo {
    display: flex;
    flex-direction: column;
    gap: 21.3333vw;
    padding: 17.0667vw 0;
    background: #fff;
  }
  #section-05-mo .s5-img {
    position: relative;
    overflow: hidden;
    background: #e6e6e6;
  }
  #section-05-mo .s5-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #section-05-mo .s5-crossfade {
    position: absolute;
    inset: 0;
  }
  #section-05-mo .s5-crossfade img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #section-05-mo .s5-crossfade.-state1 {
    opacity: 1;
    animation: rb-fade-1 6s ease-in-out infinite;
  }
  #section-05-mo .s5-crossfade.-state2 {
    opacity: 0;
    animation: rb-fade-2 6s ease-in-out infinite;
  }
  #section-05-mo .s5-c01 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 133.3333vw;
    background: #fff;
  }
  #section-05-mo .s5-c01 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #section-05-mo .s5-c02 {
    display: flex;
    flex-direction: column;
    gap: 4.2667vw;
    width: 100%;
  }
  #section-05-mo .s5-c02 .s5-c02-row {
    display: flex;
    align-items: flex-start;
    gap: 1.0667vw;
  }
  #section-05-mo .s5-c02 .s5-img {
    flex-shrink: 0;
    width: 80vw;
    height: 58.6667vw;
  }
  #section-05-mo .s5-c02 .s5-label-v {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 3.7333vw;
    height: 13.6vw;
  }
  #section-05-mo .s5-c02 .s5-label-v span {
    display: inline-block;
    white-space: nowrap;
    transform: rotate(90deg);
    color: #3e3437;
    font-weight: 800;
    font-size: 3.2vw;
    letter-spacing: -0.064vw;
  }
  #section-05-mo .s5-c03 {
    display: flex;
    flex-direction: column;
    gap: 4.2667vw;
    width: 100%;
    overflow: hidden;
  }
  #section-05-mo .s5-c03 .s5-c03-row {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  #section-05-mo .s5-c03 .s5-img {
    flex-shrink: 0;
    width: 69.3333vw;
    height: 97.0667vw;
  }
  #section-05-mo .s5-c04 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10.6667vw;
    box-sizing: border-box;
    width: 100%;
  }
  #section-05-mo .s5-c04 .s5-img.-a {
    width: 100%;
    height: 80vw;
  }
  #section-05-mo .s5-c04 .s5-img.-b {
    position: relative;
    width: 80vw;
    height: 85.3333vw;
  }
  #section-05-mo .s5-c04 .s5-img.-c {
    position: relative;
    width: 100%;
    height: 133.3333vw;
  }
  #section-05-mo .s5-c04 .s5-c04-label {
    position: absolute;
    left: 50%;
    bottom: 3.2vw;
    transform: translateX(-50%);
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 3.2vw;
    letter-spacing: -0.064vw;
    white-space: nowrap;
  }
  #section-05-mo .s5-c05 {
    display: flex;
    flex-direction: column;
    gap: 4.2667vw;
    box-sizing: border-box;
    width: 100%;
  }
  #section-05-mo .s5-c05 .s5-c05-row {
    display: flex;
    justify-content: center;
    gap: 1.0667vw;
    width: 100%;
  }
  #section-05-mo .s5-c05 .s5-label-v2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 4.2667vw;
    height: 15.7333vw;
  }
  #section-05-mo .s5-c05 .s5-label-v2 span {
    display: inline-block;
    white-space: nowrap;
    transform: rotate(-90deg);
    color: #222;
    font-weight: 800;
    font-size: 3.7333vw;
    letter-spacing: -0.0747vw;
  }
  #section-05-mo .s5-c05 .s5-img {
    flex-shrink: 0;
    width: 74.6667vw;
    height: 104vw;
  }
  #section-05-mo .s5-c06 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10.6667vw;
    box-sizing: border-box;
    width: 100%;
  }
  #section-05-mo .s5-c06 .s5-img.-a {
    width: 100%;
    height: 133.3333vw;
  }
  #section-05-mo .s5-c06 .s5-img.-b {
    position: relative;
    width: 100%;
    height: 67.2vw;
  }
  #section-05-mo .s5-c06 .s5-img.-c {
    position: relative;
    width: 100%;
    height: 133.3333vw;
  }
  #section-05-mo .s5-c01 .s5-hotspot.-a {
    top: 54.4vw;
    left: 22.1333vw;
  }
  #section-05-mo .s5-c01 .s5-hotspot.-b {
    top: 40.2667vw;
    left: 81.8667vw;
  }
  #section-05-mo .s5-c04 .s5-img.-a .s5-hotspot.-a {
    top: 41.3333vw;
    left: 6.9333vw;
  }
  #section-05-mo .s5-c04 .s5-img.-a .s5-hotspot.-b {
    top: 36.5333vw;
    left: 89.8667vw;
  }
  #section-05-mo .s5-c04 .s5-img.-b .s5-hotspot.-a {
    top: 38.1333vw;
    left: 23.0667vw;
  }
  #section-05-mo .s5-c04 .s5-img.-b .s5-hotspot.-b {
    top: 29.0667vw;
    left: 54.2667vw;
  }
  #section-05-mo .s5-c04 .s5-img.-c .s5-hotspot.-a1 {
    top: 39.7333vw;
    left: 25.8667vw;
  }
  #section-05-mo .s5-c04 .s5-img.-c .s5-hotspot.-b1 {
    top: 54.9333vw;
    left: 73.3333vw;
  }
  #section-05-mo .s5-c04 .s5-img.-c .s5-hotspot.-a2 {
    top: 44.2667vw;
    left: 22.4vw;
  }
  #section-05-mo .s5-c04 .s5-img.-c .s5-hotspot.-b2 {
    top: 45.8667vw;
    left: 70.9333vw;
  }
  #section-05-mo .s5-c06 .s5-img.-a .s5-hotspot.-a {
    top: 70.6667vw;
    left: 38.6667vw;
  }
  #section-05-mo .s5-c06 .s5-img.-a .s5-hotspot.-b {
    top: 55.7333vw;
    left: 83.4667vw;
  }
  #section-05-mo .s5-c06 .s5-img.-c .s5-hotspot.-a {
    top: 34.1333vw;
    left: 32vw;
  }
  #section-05-mo .s5-c06 .s5-img.-c .s5-hotspot.-b {
    top: 37.3333vw;
    left: 83.7333vw;
  }
  #section-05-mo .s5-model {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 4.2667vw;
    box-sizing: border-box;
    width: 100%;
    padding: 0 4.2667vw;
  }
  #section-05-mo .s5-model_label {
    flex-shrink: 0;
    margin: 0;
    color: #000;
    font-weight: 800;
    font-size: 3.7333vw;
    letter-spacing: -0.0747vw;
    white-space: nowrap;
  }
  #section-05-mo .s5-model_list {
    display: flex;
    flex-direction: column;
    gap: 2.1333vw;
    flex: 1;
    min-width: 0;
  }
  #section-05-mo .s5-model_item {
    display: flex;
    align-items: center;
    gap: 2.1333vw;
    width: 100%;
  }
  #section-05-mo .s5-model_thumb {
    flex-shrink: 0;
    width: 25.0667vw;
    height: 15.7333vw;
    overflow: hidden;
    background: #e6e6e6;
  }
  #section-05-mo .s5-model_thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #section-05-mo .s5-model_text {
    display: flex;
    flex-direction: column;
    gap: 0.5333vw;
    color: #000;
    font-size: 3.2vw;
    line-height: 1.4;
    letter-spacing: -0.064vw;
  }
  #section-05-mo .s5-model_text p {
    margin: 0;
  }
  .section-related {
    flex-direction: column;
    align-items: center;
    gap: 6.4vw;
    padding: 10.6667vw 0 0;
    background: #fff;
  }
  .rp-intro {
    font-size: 5.3333vw;
    letter-spacing: -0.2667vw;
    line-height: 1.6;
  }
  .related-products {
    gap: 6.4vw;
    width: 100%;
  }
  .rp-group {
    gap: 4.2667vw;
    padding-bottom: 4.2667vw;
  }
  .rp-group-title {
    font-size: 4.8vw;
    letter-spacing: -0.24vw;
  }
  #section-related-pages {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9.6vw;
    padding: 10.6667vw 0;
    background: #fff;
  }
  #section-related-pages .related-title {
    margin: 0;
    color: #121212;
    font-weight: 700;
    font-size: 5.3333vw;
    line-height: 1.6;
    letter-spacing: -0.2667vw;
    text-align: center;
  }
  #section-related-pages .related-wrap {
    display: flex;
    flex-direction: column;
    gap: 4.2667vw;
    width: 100%;
    box-sizing: border-box;
    padding: 6.4vw 0;
    background: #faf8f5;
  }
  #section-related-pages .related-current {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2.1333vw;
    width: 100%;
    box-sizing: border-box;
    padding: 0 4.2667vw 4.2667vw;
    border-bottom: 1px solid #dbdbdb;
  }
  #section-related-pages .related-current_title {
    margin: 0;
    width: 100%;
    color: #222;
    font-family: "UniqloPro Bold", sans-serif;
    font-size: 6.4vw;
    line-height: 1.46;
    letter-spacing: -0.2048vw;
  }
  #section-related-pages .related-current_link {
    color: #575757;
    font-weight: 700;
    font-size: 3.2vw;
    letter-spacing: -0.0896vw;
    text-decoration: underline;
  }
  #section-related-pages .related-list {
    display: flex;
    flex-direction: column;
    gap: 4.2667vw;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0 4.2667vw;
    list-style: none;
  }
  #section-related-pages .related-item {
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 4.2667vw;
  }
  #section-related-pages .related-link {
    display: flex;
    flex-direction: row;
    gap: 4.2667vw;
    color: inherit;
    text-decoration: none;
  }
  #section-related-pages .related-img {
    position: relative;
    flex-shrink: 0;
    width: 32vw;
    height: 42.6667vw;
    overflow: hidden;
    background: #e6e6e6;
  }
  #section-related-pages .related-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #section-related-pages .related-img img.rp-pc {
    display: none;
  }
  #section-related-pages .related-img img.rp-sp {
    display: block;
  }
  #section-related-pages .related-txt {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2.1333vw;
    flex: 1;
    min-width: 0;
  }
  #section-related-pages .txt-top {
    display: flex;
    flex-direction: column;
    gap: 2.1333vw;
    width: 100%;
  }
  #section-related-pages .related-txt-title {
    margin: 0;
    width: 100%;
    color: #242424;
    font-family: "UniqloPro Regular", sans-serif;
    font-size: 4.333vw;
    line-height: 1.5;
    letter-spacing: -0.1067vw;
  }
  #section-related-pages .related-txt-desc {
    margin: 0;
    width: 100%;
    color: #222;
    font-size: 3.2vw;
    line-height: 1.4;
    letter-spacing: -0.0747vw;
  }
  #section-related-pages .related-arrow {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 7.4667vw;
    padding: 0 2.1333vw;
    border: 0.7px solid #555;
  }
  #section-related-pages .related-arrow img {
    width: 2.9333vw;
    height: 2.9333vw;
  }
  #section-related-pages .rp-sp {
    display: inline;
  }
  #section-related-pages .rp-pc {
    display: none;
  }
  #section-photographer .photographer-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.1333vw;
    width: 100%;
    padding: 1.6vw 10.6667vw;
    background: #f4f4f4;
    border: none;
    cursor: pointer;
  }
  #section-photographer .photographer-bar_img {
    flex-shrink: 0;
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    overflow: hidden;
  }
  #section-photographer .photographer-bar_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #section-photographer .photographer-bar_text {
    color: #363636;
    font-size: 2.6667vw;
    line-height: 1.4;
    letter-spacing: -0.0533vw;
    white-space: nowrap;
  }
  #section-photographer .photographer-bar_icon {
    flex-shrink: 0;
    display: flex;
    width: 4.2667vw;
    height: 4.2667vw;
    align-items: center;
  }
  #section-photographer .photographer-bar_icon img {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
  }
  #section-collection-list-mo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10.6667vw;
    padding: 10.6667vw 0;
  }
  #section-collection-list-mo .cl-title {
    width: 100%;
    text-align: center;
    color: #222;
    font-weight: 800;
    font-size: 5.0667vw;
    line-height: 7.4667vw;
    letter-spacing: -0.1013vw;
  }
  #section-collection-list-mo .cl-title p {
    margin: 0;
  }
  #section-collection-list-mo .cl-imgWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.2667vw;
    width: 100%;
  }
  #section-collection-list-mo .cl-caption {
    margin: 0;
    color: #222;
    font-size: 2.6667vw;
    line-height: 1.5;
    letter-spacing: -0.08vw;
  }
  #section-collection-list-mo .cl-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5333vw;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #section-collection-list-mo .cl-grid li {
    height: 34.6667vw;
    background: #e6e6e6;
    overflow: hidden;
  }
  #section-collection-list-mo .cl-grid li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #section-collection-list-mo .cl-grid li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/*# sourceMappingURL=c2.css.map */
