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

img {
  max-width: 100%;
}

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

.only-mo {
  display: none;
}

.only-pc {
  display: block;
}

.pc-1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.tab-contents {
  display: none;
}
.tab-contents.active {
  display: block;
}

.tab-area.typeB {
  background: #fff;
}
.tab-area.typeB .tab-button {
  display: flex;
  padding: 0 1.25vw 0;
}
.tab-area.typeB .tab-button li {
  flex: 1;
  border-bottom: 2px solid #dbdbdb;
}
.tab-area.typeB .tab-button li button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5208vw 0.625vw;
  color: #222;
  font-weight: 400;
  font-size: 0.8333vw;
  line-height: 1.5;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
}
.tab-area.typeB .tab-button li.active {
  border-bottom-color: #222;
}

.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-radius: 50%;
}
.button-plus.-pc {
  width: 24px;
  height: 24px;
}
.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;
  }
}
.js-clipReveal {
  opacity: 0.6;
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.7s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.7s ease-out;
}

.is-active .js-clipReveal {
  clip-path: inset(0);
  opacity: 1;
}

.js-slideReveal {
  transform: translateY(100%);
  opacity: 0.6;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.7s ease-out;
}

.is-active .js-slideReveal {
  transform: translateY(0);
  opacity: 1;
}

.contents-product {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7.2vw;
  padding: 6.4vw 4.2667vw;
  background: #fffcf8;
}
.contents-product .contents-product_kr-name .fr-bff-product_name {
  color: #222 !important;
  font-size: 3.3vw;
  font-weight: 400;
  word-break: keep-all;
}
.contents-product .contents-product_kr-name .fr-bff-product_gender,
.contents-product .contents-product_kr-name .fr-bff-product_futureExhibition,
.contents-product .contents-product_kr-name .fr-bff-product_price,
.contents-product .contents-product_kr-name .fr-bff-product_sizes,
.contents-product .contents-product_kr-name .fr-bff-product_priceFlags,
.contents-product .contents-product_kr-name .fr-bff-product_reviewStars {
  display: none !important;
}
.contents-product .contents-product_price-value .fr-bff-product_price {
  margin-top: 0 !important;
  font-size: 3.3vw;
  font-weight: 400 !important;
}
.contents-product .contents-product_price-value .fr-bff-product_gender,
.contents-product .contents-product_price-value .fr-bff-product_name,
.contents-product .contents-product_price-value .fr-bff-product_futureExhibition,
.contents-product .contents-product_price-value .fr-bff-product_sizes,
.contents-product .contents-product_price-value .fr-bff-product_reviewStars {
  display: none !important;
}
.contents-product_thumb {
  flex-shrink: 0;
  width: 30vw;
  overflow: hidden;
}
.contents-product_thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contents-product_info {
  display: flex;
  flex-direction: column;
  gap: 6.4vw;
  width: 48.5333vw;
}
.contents-product_desc {
  color: #222;
}
.contents-product_name {
  font-family: "Nanum Myeongjo", serif;
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 1.5;
  margin-bottom: 1.6vw;
}
.contents-product_text {
  font-size: 3.4667vw;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
.contents-product_meta {
  display: flex;
  flex-direction: column;
  gap: 3.2vw;
}
.contents-product_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #222;
  font-weight: 700;
  font-size: 3.2vw;
  letter-spacing: -0.03em;
}
.contents-product_price-value {
  display: flex;
  align-items: center;
  gap: 1.6vw;
}
.contents-product_arrow {
  flex-shrink: 0;
  width: 1.6vw;
  height: 2.9333vw;
}
.contents-product_colors {
  display: flex;
  gap: 1.0667vw;
}
.contents-product_color-chip {
  width: 4.2667vw;
  height: 4.2667vw;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.contents-product_color-chip:nth-child(1) {
  background-color: #EAE7DA;
}
.contents-product_color-chip:nth-child(2) {
  background-color: #F3F1EA;
}
.contents-product_color-chip:nth-child(3) {
  background-color: #40424E;
}
.contents-product_color-chip:nth-child(4) {
  background-color: #3A3A3A;
}
.contents-product_color-chip:nth-child(5) {
  background-color: #D9C29E;
}
.contents-product_color-chip:nth-child(6) {
  background-color: #5A423E;
}
.contents-product_color-chip:nth-child(7) {
  background-color: #4B4B33;
}
.contents-product_color-chip:nth-child(8) {
  background-color: #5D6C67;
}
.contents-product_color-chip:nth-child(9) {
  background-color: #292C3B;
}

.contents-heading {
  padding: 14.9333vw 4.2667vw 6.4vw;
  color: #222;
  font-family: "Nanum Myeongjo", serif;
  font-weight: 700;
  font-size: 6.4vw;
  line-height: 1.5;
  text-align: center;
  text-transform: capitalize;
}

.contents-block {
  padding-bottom: 4.2667vw;
}

.contents-img {
  position: relative;
  height: 133.3333vw;
  overflow: hidden;
}
.contents-img.-hotspot {
  cursor: pointer;
}
.contents-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contents-gif {
  position: relative;
  width: 80vw;
  height: 106.6667vw;
  margin: 13.3333vw auto 10.6667vw;
  overflow: hidden;
}
.contents-gif .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contents-gif .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
  margin: 0 2px !important;
}
.contents-gif .swiper-pagination-bullet-active {
  opacity: 1;
}

.contents-pc {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 1586px;
}

.contents-img-pc {
  position: absolute;
  z-index: 1;
  width: 500px;
  height: 666px;
  overflow: hidden;
}
.contents-img-pc.-hotspot {
  cursor: pointer;
}
.contents-img-pc img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contents-product-pc {
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.contents-product-pc .contents-product-pc_kr-name .fr-bff-product_name {
  color: #222 !important;
  font-size: 14px !important;
  font-weight: 400;
  word-break: keep-all;
}
.contents-product-pc .contents-product-pc_kr-name .fr-bff-product_gender,
.contents-product-pc .contents-product-pc_kr-name .fr-bff-product_futureExhibition,
.contents-product-pc .contents-product-pc_kr-name .fr-bff-product_price,
.contents-product-pc .contents-product-pc_kr-name .fr-bff-product_sizes,
.contents-product-pc .contents-product-pc_kr-name .fr-bff-product_priceFlags,
.contents-product-pc .contents-product-pc_kr-name .fr-bff-product_reviewStars {
  display: none !important;
}
.contents-product-pc .contents-product-pc_price-value .fr-bff-product_price {
  margin-top: 0 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.contents-product-pc .contents-product-pc_price-value .fr-bff-product_gender,
.contents-product-pc .contents-product-pc_price-value .fr-bff-product_name,
.contents-product-pc .contents-product-pc_price-value .fr-bff-product_futureExhibition,
.contents-product-pc .contents-product-pc_price-value .fr-bff-product_sizes,
.contents-product-pc .contents-product-pc_price-value .fr-bff-product_reviewStars {
  display: none !important;
}
.contents-product-pc::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #fffcf8;
  z-index: -1;
}
.contents-product-pc_content {
  display: flex;
  align-items: flex-start;
  gap: 51px;
  margin-left: 599px;
  padding: 45px 0;
}
.contents-product-pc_info {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 301px;
}
.contents-product-pc_name {
  font-family: "Nanum Myeongjo", serif;
  font-weight: 700;
  font-size: 30px;
  color: #222;
}
.contents-product-pc_text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #222;
  margin-bottom: 16px;
}
.contents-product-pc_meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contents-product-pc_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #222;
  font-size: 12px;
  letter-spacing: -0.03em;
}
.contents-product-pc_price-value {
  display: flex;
  align-items: center;
  gap: 6px;
}
.contents-product-pc_arrow {
  flex-shrink: 0;
  width: 6px;
  height: 11px;
}
.contents-product-pc_colors {
  display: flex;
  gap: 4px;
}
.contents-product-pc_color-chip {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.contents-product-pc_color-chip:nth-child(1) {
  background-color: #EAE7DA;
}
.contents-product-pc_color-chip:nth-child(2) {
  background-color: #F3F1EA;
}
.contents-product-pc_color-chip:nth-child(3) {
  background-color: #40424E;
}
.contents-product-pc_color-chip:nth-child(4) {
  background-color: #3A3A3A;
}
.contents-product-pc_color-chip:nth-child(5) {
  background-color: #D9C29E;
}
.contents-product-pc_color-chip:nth-child(6) {
  background-color: #5A423E;
}
.contents-product-pc_color-chip:nth-child(7) {
  background-color: #4B4B33;
}
.contents-product-pc_color-chip:nth-child(8) {
  background-color: #5D6C67;
}
.contents-product-pc_color-chip:nth-child(9) {
  background-color: #292C3B;
}
.contents-product-pc_thumb {
  flex-shrink: 0;
  width: 127px;
  height: 178px;
  margin-top: 59px;
  overflow: hidden;
}
.contents-product-pc_thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-keyvisual .keyvisual-swiper {
  position: relative;
}
.section-keyvisual .swiper-slide img {
  display: block;
  width: 100%;
}
.section-keyvisual .keyvisual-title_mask {
  display: block;
  overflow: hidden;
}
.section-keyvisual .keyvisual-title_mask span {
  display: block;
  transform: translateY(100%);
  opacity: 0;
  animation: keyvisualTitleUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.section-keyvisual .keyvisual-title_mask:nth-child(1) span {
  animation-delay: 0.1s;
}
.section-keyvisual .keyvisual-title_mask:nth-child(2) span {
  animation-delay: 0.3s;
}
.section-keyvisual .keyvisual-title_mask:nth-child(3) span {
  animation-delay: 0.5s;
}
@keyframes keyvisualTitleUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.section-keyvisual .keyvisual-title {
  position: absolute;
  left: 5.0667vw;
  top: 120vw;
  transform: translateY(-50%);
  z-index: 1;
  color: #fff;
  font-weight: 300;
  font-size: 9.0667vw;
  line-height: 1.3;
  letter-spacing: -0.05em;
  pointer-events: none;
}
.section-keyvisual .keyvisual-title .-bold {
  font-weight: 800;
}
.section-keyvisual .keyvisual-credit {
  position: absolute;
  left: 73.3333vw;
  top: 132vw;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  font-size: 3.7333vw;
  line-height: 1.5;
  letter-spacing: -0.03em;
  pointer-events: none;
}
.section-keyvisual .keyvisual-caption {
  padding: 80px;
  color: #222222;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.02em;
}
.section-keyvisual .keyvisual-caption p + p {
  margin-top: 1.0417vw;
}
.section-keyvisual .keyvisual-pc {
  display: flex;
  align-items: stretch;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: 48.125vw;
  overflow: hidden;
}
.section-keyvisual .keyvisual-pc_side {
  flex: 1 0 0;
  height: 48.1771vw;
  overflow: hidden;
}
.section-keyvisual .keyvisual-pc_side img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-keyvisual .keyvisual-swiper-pc {
  position: relative;
  flex: 1 0 0;
  height: 48.1771vw;
}
.section-keyvisual .keyvisual-swiper-pc .swiper-slide {
  position: relative;
}
.section-keyvisual .keyvisual-swiper-pc .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-keyvisual .keyvisual-swiper-pc .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
.section-keyvisual .keyvisual-swiper-pc .swiper-slide.swiper-slide-next::after {
  content: "";
  position: absolute;
  opacity: 0;
}
.section-keyvisual .keyvisual-title-pc {
  position: absolute;
  left: 35.4167vw;
  top: 41.25vw;
  transform: translateY(-50%);
  z-index: 1;
  color: #fff;
  font-weight: 300;
  font-size: 2.3958vw;
  line-height: 1.3;
  letter-spacing: -0.05em;
  pointer-events: none;
}
.section-keyvisual .keyvisual-title-pc .-bold {
  font-weight: 800;
}
.section-keyvisual .keyvisual-credit-pc {
  position: absolute;
  right: 35.4167vw;
  top: 44.3229vw;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  font-size: 0.9375vw;
  line-height: 1.5;
  letter-spacing: -0.03em;
  pointer-events: none;
}

.lineup-heading-mask {
  overflow: hidden;
}

#section-lineup-mo .lineup-heading {
  padding: 14.9333vw 4.2667vw 6.4vw;
  color: #222;
  font-weight: 800;
  font-size: 4.2667vw;
  line-height: 1.5;
  letter-spacing: -0.03em;
  text-align: center;
}
#section-lineup-mo .lineup-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#section-lineup-mo .lineup-item {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 66.6667vw;
  padding: 27.7333vw 11.7333vw 29.3333vw;
  overflow: hidden;
}
#section-lineup-mo .lineup-item_media {
  position: absolute;
  inset: 0;
}
#section-lineup-mo .lineup-item_media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-lineup-mo .lineup-item_media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
#section-lineup-mo .lineup-item_title {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 800;
  font-size: 3.7333vw;
  line-height: 1.5;
  letter-spacing: -0.03em;
  text-align: center;
  white-space: nowrap;
}
#section-lineup-mo .lineup-item_category {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
  font-size: 2.6667vw;
  line-height: 1.5;
  letter-spacing: -0.03em;
  text-align: center;
}
#section-lineup-mo.is-active .lineup-item:nth-child(1) .js-clipReveal {
  transition-delay: 0.25s;
}
#section-lineup-mo.is-active .lineup-item:nth-child(2) .js-clipReveal {
  transition-delay: 0.35s;
}
#section-lineup-mo.is-active .lineup-item:nth-child(3) .js-clipReveal {
  transition-delay: 0.45s;
}
#section-lineup-mo.is-active .lineup-item:nth-child(4) .js-clipReveal {
  transition-delay: 0.55s;
}

#section-lineup-pc .lineup-heading-pc {
  padding: 5.2083vw 0.8333vw 1.25vw;
  color: #222;
  font-weight: 800;
  font-size: 1.25vw;
  line-height: 1.5;
  letter-spacing: -0.03em;
  text-align: center;
}
#section-lineup-pc .lineup-grid-pc {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#section-lineup-pc .lineup-item-pc {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  height: 400px;
  padding: 168px 44px 110px;
  overflow: hidden;
}
#section-lineup-pc .lineup-item-pc_media {
  position: absolute;
  inset: 0;
}
#section-lineup-pc .lineup-item-pc_media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-lineup-pc .lineup-item-pc_media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
#section-lineup-pc .lineup-item-pc_title {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  text-align: center;
  white-space: nowrap;
}
#section-lineup-pc .lineup-item-pc_category {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  text-align: center;
}
#section-lineup-pc.is-active .lineup-item-pc:nth-child(1) .js-clipReveal {
  transition-delay: 0.25s;
}
#section-lineup-pc.is-active .lineup-item-pc:nth-child(2) .js-clipReveal {
  transition-delay: 0.35s;
}
#section-lineup-pc.is-active .lineup-item-pc:nth-child(3) .js-clipReveal {
  transition-delay: 0.45s;
}
#section-lineup-pc.is-active .lineup-item-pc:nth-child(4) .js-clipReveal {
  transition-delay: 0.55s;
}

#section-video {
  margin: 133px auto 0;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section-video .video-bazaar {
  width: 672px;
}

#section-contents01-mo {
  background: #fff;
}
#section-contents01-mo .contents-hotspot.-c01s1 {
  left: 35.4667vw;
  top: 77.0667vw;
}
#section-contents01-mo .contents-hotspot.-c01s3 {
  left: 79.4667vw;
  top: 85.8667vw;
}
#section-contents01-mo .contents-hotspot.-c01s4 {
  left: 56vw;
  top: 70.6667vw;
}

#section-contents01-pc {
  padding-bottom: 246px;
}
#section-contents01-pc .contents-img-pc_1 {
  left: 0px;
  top: 197px;
}
#section-contents01-pc .contents-img-pc_2 {
  left: 700px;
  top: 682px;
}
#section-contents01-pc .contents-img-pc_3 {
  left: 0px;
  top: 919px;
}
#section-contents01-pc .contents-product-pc {
  top: 293px;
}
#section-contents01-pc .contents-hotspot-pc.-c01p1 {
  left: 177px;
  top: 385px;
}
#section-contents01-pc .contents-hotspot-pc.-c01p1a {
  left: 185px;
  top: 420px;
}
#section-contents01-pc .contents-hotspot-pc.-c01p1b {
  left: 265px;
  top: 430px;
}
#section-contents01-pc .contents-hotspot-pc.-c01p2 {
  left: 404px;
  top: 447px;
}
#section-contents01-pc .contents-hotspot-pc.-c01p3 {
  left: 162px;
  top: 141px;
}

#section-contents02-mo {
  background: #fff;
}
#section-contents02-mo .contents-hotspot.-c02s1 {
  left: 60vw;
  top: 85.3333vw;
}
#section-contents02-mo .contents-product_colors.-c02 .contents-product_color-chip:nth-child(1) {
  background-color: #AEC4D6;
}
#section-contents02-mo .contents-product_colors.-c02 .contents-product_color-chip:nth-child(2) {
  background-color: #F1EDE4;
}
#section-contents02-mo .contents-product_colors.-c02 .contents-product_color-chip:nth-child(3) {
  background-color: #2B2E3D;
}
#section-contents02-mo .contents-product_colors.-c02 .contents-product_color-chip:nth-child(4) {
  background-color: #1A1A1A;
}
#section-contents02-mo .contents-product_colors.-c02 .contents-product_color-chip:nth-child(5) {
  background-color: #C9AC84;
}
#section-contents02-mo .contents-product_colors.-c02 .contents-product_color-chip:nth-child(6) {
  background-color: #8C8468;
}
#section-contents02-mo .contents-product_colors.-c02 .contents-product_color-chip:nth-child(7) {
  background-color: #223350;
}
#section-contents02-mo .contents-product_colors.-c02 .contents-product_color-chip:nth-child(8) {
  background-color: #2E4A78;
}

#section-contents02-pc .contents-pc {
  height: 732px;
}
#section-contents02-pc .contents-img-pc_1 {
  left: 0px;
  top: 30px;
}
#section-contents02-pc .contents-product-pc {
  top: 126px;
}
#section-contents02-pc .contents-hotspot-pc.-c02p1 {
  left: 300px;
  top: 427px;
}
#section-contents02-pc .contents-product-pc_colors.-c02 .contents-product-pc_color-chip:nth-child(1) {
  background-color: #AEC4D6;
}
#section-contents02-pc .contents-product-pc_colors.-c02 .contents-product-pc_color-chip:nth-child(2) {
  background-color: #F1EDE4;
}
#section-contents02-pc .contents-product-pc_colors.-c02 .contents-product-pc_color-chip:nth-child(3) {
  background-color: #2B2E3D;
}
#section-contents02-pc .contents-product-pc_colors.-c02 .contents-product-pc_color-chip:nth-child(4) {
  background-color: #1A1A1A;
}
#section-contents02-pc .contents-product-pc_colors.-c02 .contents-product-pc_color-chip:nth-child(5) {
  background-color: #C9AC84;
}
#section-contents02-pc .contents-product-pc_colors.-c02 .contents-product-pc_color-chip:nth-child(6) {
  background-color: #8C8468;
}
#section-contents02-pc .contents-product-pc_colors.-c02 .contents-product-pc_color-chip:nth-child(7) {
  background-color: #223350;
}
#section-contents02-pc .contents-product-pc_colors.-c02 .contents-product-pc_color-chip:nth-child(8) {
  background-color: #2E4A78;
}

#section-contents03-mo {
  background: #fff;
}
#section-contents03-mo .contents-hotspot.-c03s1 {
  left: 30.6667vw;
  top: 68.2667vw;
}
#section-contents03-mo .contents-hotspot.-c03s2 {
  left: 47.4667vw;
  top: 69.3333vw;
}
#section-contents03-mo .contents-product_colors.-c03 .contents-product_color-chip:nth-child(1) {
  background-color: #C9AF87;
}
#section-contents03-mo .contents-product_colors.-c03 .contents-product_color-chip:nth-child(2) {
  background-color: #F2EFE8;
}
#section-contents03-mo .contents-product_colors.-c03 .contents-product_color-chip:nth-child(3) {
  background-color: #1E1E1E;
}
#section-contents03-mo .contents-product_colors.-c03 .contents-product_color-chip:nth-child(4) {
  background-color: #5C4632;
}

#section-contents03-pc .contents-pc {
  height: 860px;
}
#section-contents03-pc .contents-img-pc_1 {
  left: 700px;
  top: 160px;
}
#section-contents03-pc .contents-product-pc {
  top: 260px;
}
#section-contents03-pc .contents-product-pc_content {
  margin-left: 114px;
}
#section-contents03-pc .contents-hotspot-pc.-c03p1 {
  left: 153px;
  top: 341px;
}
#section-contents03-pc .contents-product-pc_colors.-c03 .contents-product-pc_color-chip:nth-child(1) {
  background-color: #C9AF87;
}
#section-contents03-pc .contents-product-pc_colors.-c03 .contents-product-pc_color-chip:nth-child(2) {
  background-color: #F2EFE8;
}
#section-contents03-pc .contents-product-pc_colors.-c03 .contents-product-pc_color-chip:nth-child(3) {
  background-color: #1E1E1E;
}
#section-contents03-pc .contents-product-pc_colors.-c03 .contents-product-pc_color-chip:nth-child(4) {
  background-color: #5C4632;
}

#section-contents04-mo {
  background: #fff;
}
#section-contents04-mo .contents-hotspot.-c04s1 {
  left: 58.4vw;
  top: 71.7333vw;
}
#section-contents04-mo .contents-hotspot.-c04s2 {
  left: 33.8667vw;
  top: 82.1333vw;
}
#section-contents04-mo .contents-product_colors.-c04 .contents-product_color-chip:nth-child(1) {
  background-color: #1C1C1C;
}
#section-contents04-mo .contents-product_colors.-c04 .contents-product_color-chip:nth-child(2) {
  background-color: #3A3A3A;
}
#section-contents04-mo .contents-product_colors.-c04 .contents-product_color-chip:nth-child(3) {
  background-color: #2A3550;
}

#section-contents04-pc .contents-pc {
  height: 1328px;
}
#section-contents04-pc .contents-img-pc_1 {
  left: 0px;
  top: 39px;
}
#section-contents04-pc .contents-img-pc_2 {
  left: 700px;
  top: 571px;
}
#section-contents04-pc .contents-product-pc {
  top: 139px;
}
#section-contents04-pc .contents-hotspot-pc.-c04p1 {
  left: 292px;
  top: 359px;
}
#section-contents04-pc .contents-hotspot-pc.-c04p2 {
  left: 150px;
  top: 417px;
}
#section-contents04-pc .contents-product-pc_colors.-c04 .contents-product-pc_color-chip:nth-child(1) {
  background-color: #1C1C1C;
}
#section-contents04-pc .contents-product-pc_colors.-c04 .contents-product-pc_color-chip:nth-child(2) {
  background-color: #3A3A3A;
}
#section-contents04-pc .contents-product-pc_colors.-c04 .contents-product-pc_color-chip:nth-child(3) {
  background-color: #2A3550;
}

#section-related {
  background: #fff;
  max-width: 1176px;
  margin: 0 auto;
}
#section-related .related-heading {
  padding: 8.3333vw 0.8333vw 1.875vw;
  color: #222;
  font-weight: 800;
  font-size: 1.25vw;
  line-height: 1.5;
  letter-spacing: -0.03em;
  text-align: center;
}
#section-related .related-grid {
  padding: 1.25vw;
}
#section-related [data-component-type=ProductCarouselDestroy] .fr-bff-product {
  width: 25%;
}

@media screen and (max-width: 1280px) {
  .only-mo {
    display: block;
  }
  .only-pc {
    display: none;
  }
  .contents-product_price {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .section-keyvisual .keyvisual-caption {
    padding: 11.2vw 8vw 11.2vw;
    color: #222222;
    font-size: 3.7333vw;
    line-height: 1.6;
    text-align: center;
    letter-spacing: -0.03em;
  }
  .section-keyvisual .keyvisual-caption p + p {
    margin-top: 5.3333vw;
  }
  #section-video {
    margin-top: 10.6667vw;
  }
  #section-video .video-bazaar {
    display: block;
    width: 100%;
    height: 74.9333vw;
    object-fit: cover;
  }
  #section-related {
    padding-top: 21.3333vw;
  }
  #section-related [data-component-type=ProductCarouselDestroy] .fr-bff-product {
    width: 50%;
  }
  #section-related .fr-bff-products {
    width: 100%;
    overflow: hidden;
  }
  #section-related .related-heading {
    padding: 0 4.2667vw 6.4vw;
    font-size: 4.2667vw;
  }
  #section-related .related-grid {
    padding: 3.2vw 4.2667vw 14.9333vw;
  }
  .tab-wrap {
    padding: 0 16px;
  }
  .tab-area.typeB .tab-button {
    padding: 0 4.2667vw 2.1333vw;
  }
  .tab-area.typeB .tab-button li button {
    padding: 2.6667vw 3.2vw;
    font-weight: 700;
    font-size: 3.2vw;
  }
}

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