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-flow-reveal-2 {
  0%, 20% {
    transform: translateX(0);
  }
  34%, 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;
  }
}
.scroll-x {
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.scroll-x > ol,
.scroll-x > ul {
  display: inline-flex;
  white-space: nowrap;
  gap: 4px;
}
.scroll-x > ol li,
.scroll-x > ul li {
  flex: 0 0 auto;
  scroll-snap-align: start;
}
.scroll-x::-webkit-scrollbar {
  display: none;
}

.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;
}

@media screen and (max-width: 1280px) {
  .only-mo {
    display: block;
  }
  .only-pc {
    display: none;
  }
}
.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::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_side.-left {
  margin-right: -1px;
}
#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%;
  transform: translateX(1px);
}
#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;
  width: 100%;
  height: 288px;
  bottom: 0;
  left: 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;
}

.image0 {
  position: relative;
}

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

.text-content strong {
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.36px;
}
.text-content p {
  margin-top: 8px;
  color: #222;
  font-family: "Nanum Myeongjo", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
  letter-spacing: -0.448px;
}

.photo-text {
  position: absolute;
}

#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;
}

#content01 [class^=box-wrap-],
#content02 [class^=box-wrap-] {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #content01 [class^=box-wrap-],
  #content02 [class^=box-wrap-] {
    width: 100%;
    margin: initial;
  }
}

.photo-title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
}
.photo-title strong {
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.36px;
}
@media screen and (max-width: 1280px) {
  .photo-title {
    padding-bottom: 2.1333vw;
  }
  .photo-title strong {
    font-size: 3.7333vw;
    letter-spacing: -0.0747vw;
  }
}

#content01 {
  padding-top: 64px;
  padding-bottom: 140px;
}
#content01 .box-wrap-01 {
  position: relative;
  z-index: 2;
  padding-left: 118px;
}
#content01 .box-wrap-01 .box-01 {
  width: 548px;
}
#content01 .box-wrap-01 .box-01 .image0 .button-plus:nth-of-type(1) {
  left: 89px;
  top: 416px;
}
#content01 .box-wrap-01 .box-01 .image0 .button-plus:nth-of-type(2) {
  right: 19px;
  top: 357px;
}
#content01 .box-wrap-02 {
  display: flex;
  justify-content: flex-end;
  margin-top: -216px;
  padding-right: 118px;
}
#content01 .box-wrap-02 .box-01 .sbox-01 {
  width: 276px;
  position: relative;
  padding-left: 20px;
  margin-left: auto;
}
#content01 .box-wrap-02 .box-01 .sbox-01 .photo-text {
  left: 0;
  bottom: 0;
  transform: rotate(-90deg) translate(0, 100%);
  transform-origin: left bottom;
  color: #575757;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.28px;
}
#content01 .box-wrap-02 .pd-component {
  width: 300px;
  padding-top: 16px;
}
#content01 .box-wrap-03 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 16px;
}
#content01 .box-wrap-03 .pd-component {
  width: 300px;
}

#content02 {
  background: #fff5f5;
  padding-top: 120px;
  padding-bottom: 180px;
}
#content02 .box-wrap-01 {
  display: flex;
  justify-content: space-between;
  width: 752px;
}
#content02 .box-wrap-01 .box-01 {
  width: 609px;
  margin-top: 8px;
}
#content02 .box-wrap-01 .box-01 .image0 .button-plus:nth-of-type(1) {
  left: 198px;
  top: 225px;
}
#content02 .box-wrap-01 .box-01 .image0 .button-plus:nth-of-type(2) {
  left: 362px;
  top: 195px;
}
#content02 .box-wrap-01 .box-01 .image0 .button-plus:nth-of-type(3) {
  right: 33px;
  top: 142px;
}
#content02 .box-wrap-01 .box-02 .image0 .button-plus:nth-of-type(1) {
  left: 88px;
  top: 273px;
}
#content02 .box-wrap-01 .box-02 .image0 .button-plus:nth-of-type(2) {
  right: 165px;
  top: 267px;
}
#content02 .box-wrap-02 {
  margin-top: 60px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 20px;
}
#content02 .box-wrap-02 .box-01 {
  margin-right: 260px;
}
#content02 .box-wrap-02 .pd-component {
  width: 300px;
}
#content02 .box-wrap-03 {
  display: flex;
  justify-content: flex-end;
  gap: 115px;
  margin-top: 180px;
  width: 856px;
}
#content02 .box-wrap-03 .box-01 .image0 .button-plus:nth-of-type(1) {
  left: 73px;
  top: 279px;
}
#content02 .box-wrap-03 .box-01 .image0 .button-plus:nth-of-type(2) {
  right: 134px;
  top: 297px;
}
#content02 .box-wrap-03 .box-02 .sbox-01 {
  width: 262px;
  position: relative;
  padding-left: 20px;
  margin-left: auto;
}
#content02 .box-wrap-03 .box-02 .sbox-01 .photo-text {
  left: 0;
  top: 0;
  transform: rotate(-90deg) translate(-100%, 0);
  transform-origin: left top;
  color: #575757;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.28px;
}
#content02 .box-wrap-03 .box-02 .pd-component {
  width: 300px;
  margin-top: 8px;
}
#content02 .box-wrap-04 {
  position: relative;
  z-index: 2;
  width: 980px;
  margin-top: 140px;
}
#content02 .box-wrap-04 .box-01 {
  width: 432px;
  margin-left: auto;
}
#content02 .box-wrap-04 .box-01 .image0 .button-plus:nth-of-type(1) {
  left: 67px;
  top: 356px;
}
#content02 .box-wrap-04 .box-01 .image0 .button-plus:nth-of-type(2) {
  right: 60px;
  top: 356px;
}
#content02 .box-wrap-05 {
  width: 980px;
  margin-top: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#content02 .box-wrap-05 .pd-component {
  width: 300px;
  margin-left: 16px;
  margin-top: 10px;
}
#content02 .box-wrap-06 {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 180px;
}
#content02 .box-wrap-06 .box-01 .image0 .button-plus:nth-of-type(1) {
  left: 67px;
  top: 312px;
}
#content02 .box-wrap-06 .box-01 .image0 .button-plus:nth-of-type(2) {
  right: 153px;
  top: 317px;
}
#content02 .box-wrap-06 .box-02 .image0 .button-plus:nth-of-type(1) {
  left: 113px;
  top: 272px;
}
#content02 .box-wrap-06 .box-02 .image0 .button-plus:nth-of-type(2) {
  right: 127px;
  top: 244px;
}
#content02 .box-wrap-07 {
  width: 930px;
  display: flex;
  margin-top: 180px;
}
#content02 .box-wrap-07 .box-01 {
  margin-left: 129px;
}
#content02 .box-wrap-07 .box-02 {
  margin-left: 152px;
  margin-top: 163px;
}
#content02 .box-wrap-07 .box-02 > img {
  width: 279px;
  margin-left: auto;
}
#content02 .box-wrap-07 .box-02 .pd-component {
  width: 300px;
  margin-top: 16px;
}
#content02 .box-wrap-08 {
  margin-top: 180px;
  width: 1026px;
  display: flex;
  gap: 12px;
  position: relative;
  z-index: 2;
}
#content02 .box-wrap-08 .photo-title.only-mo {
  display: none;
}
#content02 .box-wrap-08 .box-01 .image0 .button-plus:nth-of-type(1) {
  left: 51px;
  top: 147px;
}
#content02 .box-wrap-08 .box-01 .image0 .button-plus:nth-of-type(2) {
  right: 51px;
  top: 141px;
}
#content02 .box-wrap-09 {
  width: 1026px;
  margin-top: -98px;
}
#content02 .box-wrap-09 .box-01 {
  margin-left: auto;
  width: 316px;
}
#content02 .box-wrap-09 .box-01 .sbox-01 {
  position: relative;
}
#content02 .box-wrap-09 .box-01 .sbox-01 .photo-text {
  right: -4px;
  top: 0;
  transform: rotate(90deg) translate(100%, -100%);
  transform-origin: 100% 0;
  color: #575757;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.28px;
}
#content02 .box-wrap-09 .box-01 .pd-component {
  width: 300px;
  margin-left: auto;
  margin-top: 10px;
}
#content02 .box-wrap-10 {
  width: 1026px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  margin-top: 180px;
}
#content02 .box-wrap-10 .pd-component {
  width: 300px;
}
#content02 .box-wrap-11 {
  margin-top: 180px;
}
#content02 .box-wrap-11 .box-01 {
  width: 525px;
}
#content02 .box-wrap-11 .box-01 .image0 .button-plus:nth-of-type(1) {
  left: 60px;
  top: 388px;
}
#content02 .box-wrap-11 .box-01 .image0 .button-plus:nth-of-type(2) {
  right: 49px;
  top: 352px;
}
#content02 .box-wrap-12 {
  margin-top: 180px;
}
#content02 .box-wrap-12 .box-01 {
  width: 295px;
  margin-left: auto;
}
#content02 .box-wrap-12 .box-01 .photo-title {
  display: none;
}
#content02 .box-wrap-12 .box-01 .pd-component {
  margin-top: 10px;
}
#content02 .box-wrap-13 {
  margin-top: 140px;
  display: flex;
  justify-content: center;
}
#content02 .box-wrap-13 .box-01 .image0 .button-plus:nth-of-type(1) {
  left: 342px;
  top: 498px;
}
#content02 .box-wrap-13 .box-01 .image0 .button-plus:nth-of-type(2) {
  right: 31px;
  top: 289px;
}
#content02 .box-wrap-14 {
  display: flex;
  justify-content: space-between;
  width: 790px;
  margin-top: 80px;
}
#content02 .box-wrap-14 .box-01 {
  width: 344px;
}
#content02 .box-wrap-14 .box-01 .pd-component {
  width: 300px;
  margin-top: 10px;
}
#content02 .box-wrap-14 .box-02 {
  width: 343px;
  margin-right: 16px;
  margin-top: 309px;
}
#content02 .box-wrap-14 .box-02 .pd-component {
  width: 300px;
  margin-top: 10px;
}

@media screen and (max-width: 1280px) {
  .row-and-scroll {
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .row-and-scroll > ol,
  .row-and-scroll > ul {
    display: inline-flex;
    white-space: nowrap;
    gap: 2.1333%;
  }
  .row-and-scroll > ol.product-cardRow.-col,
  .row-and-scroll > ul.product-cardRow.-col {
    flex-direction: initial;
  }
  .row-and-scroll > ol li,
  .row-and-scroll > ul li {
    flex: 0 0 auto;
  }
  .row-and-scroll > ol li:first-of-type,
  .row-and-scroll > ul li:first-of-type {
    margin-left: 4.2667%;
  }
  .row-and-scroll > ol li:last-of-type,
  .row-and-scroll > ul li:last-of-type {
    margin-right: 4.2667%;
  }
  .row-and-scroll::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .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;
    padding-bottom: 0;
  }
  .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-visual:nth-of-type(2) .kv-bg.-flow {
    animation: kv-flow-reveal-2 16s ease-in-out infinite;
  }
  #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;
  }
  .text-content strong {
    font-size: 3.7333vw;
    letter-spacing: -0.0747vw;
  }
  .text-content p {
    margin-top: 1.6vw;
    font-size: 3.4667vw;
    line-height: 160%;
    letter-spacing: -0.0971vw;
  }
  .img-slide-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 750/1084;
  }
  .img-slide-wrap .img-slide {
    position: absolute;
    inset: 0;
  }
  .img-slide-wrap .img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .img-slide-wrap .img-item[data-pan=true] img {
    object-position: 100% center;
  }
  .img-slide-wrap .img-item.swiper-slide-active[data-pan=true] img {
    animation: pan-focus 4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
  .img-slide-wrap .slide-text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 40px 24px 80px;
    color: #fff;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 39px */
    letter-spacing: -1.04px;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #192226 100%);
    background-blend-mode: multiply;
  }
  .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 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10.6667vw;
    padding: 10.6667vw 0;
  }
  #section-collection-list .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 .cl-title p {
    margin: 0;
  }
  #section-collection-list .cl-imgWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.2667vw;
    margin-top: 0;
    width: 100%;
  }
  #section-collection-list .cl-caption {
    margin: 0;
    color: #222;
    font-size: 2.6667vw;
    line-height: 1.5;
    letter-spacing: -0.08vw;
  }
  #section-collection-list .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 .cl-grid li {
    background: #e6e6e6;
    overflow: hidden;
  }
  #section-collection-list .cl-grid li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #section-collection-list .cl-grid li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .image0 img,
  .image1 img {
    width: 100%;
  }
  #content01 {
    padding-top: 17.0667vw;
    padding-bottom: 0;
  }
  #content01 .box-wrap-01 {
    padding: 0 4.2667vw;
  }
  #content01 .box-wrap-01 .box-01 {
    width: 100%;
  }
  #content01 .box-wrap-01 .box-01 .image0 .button-plus:nth-of-type(1) {
    left: 14.9333vw;
    top: 68.5333vw;
  }
  #content01 .box-wrap-01 .box-01 .image0 .button-plus:nth-of-type(2) {
    right: 3.2vw;
    top: 58.6667vw;
  }
  #content01 .box-wrap-02 {
    display: block;
    margin-top: 10.6667vw;
    margin-right: 0;
    padding-right: 0;
  }
  #content01 .box-wrap-02 .box-01 .sbox-01 {
    width: 73.8667vw;
    padding-left: 5.3333vw;
  }
  #content01 .box-wrap-02 .box-01 .sbox-01 > img {
    width: 100%;
  }
  #content01 .box-wrap-02 .box-01 .sbox-01 .photo-text {
    font-size: 3.7333vw;
    letter-spacing: -0.0747vw;
  }
  #content01 .box-wrap-02 .pd-component {
    width: 100%;
    padding-top: 2.6667vw;
  }
  #content01 .box-wrap-03 {
    display: block;
    margin-top: 10.6667vw;
  }
  #content01 .box-wrap-03 .box-01 {
    width: 84.2667vw;
  }
  #content01 .box-wrap-03 .box-01 > img {
    width: 100%;
  }
  #content01 .box-wrap-03 .pd-component {
    width: 100%;
    margin-top: 2.6667vw;
  }
  #content02 {
    background: #fff;
    padding-top: 21.3333vw;
    padding-bottom: 16vw;
  }
  #content02 .box-wrap-01 {
    display: block;
    width: 100%;
  }
  #content02 .box-wrap-01 .box-01 {
    width: 100%;
    margin-top: 0;
  }
  #content02 .box-wrap-01 .box-01 .photo-title {
    padding: 0 4.2667vw 2.1333vw;
  }
  #content02 .box-wrap-01 .box-01 .image0 .button-plus:nth-of-type(1) {
    left: 32.5333vw;
    top: 39.4667vw;
  }
  #content02 .box-wrap-01 .box-01 .image0 .button-plus:nth-of-type(2) {
    left: 59.2vw;
    top: 34.6667vw;
  }
  #content02 .box-wrap-01 .box-01 .image0 .button-plus:nth-of-type(3) {
    right: 2.9333vw;
    top: 26.1333vw;
  }
  #content02 .box-wrap-01 .box-02 {
    margin-top: 10.6667vw;
  }
  #content02 .box-wrap-01 .box-02 .photo-title {
    padding: 0 4.2667vw 2.1333vw;
  }
  #content02 .box-wrap-01 .box-02 .image0 .button-plus:nth-of-type(1) {
    left: 22.1333vw;
    top: 54.6667vw;
  }
  #content02 .box-wrap-01 .box-02 .image0 .button-plus:nth-of-type(2) {
    right: 34.6667vw;
    top: 57.0667vw;
  }
  #content02 .box-wrap-02 {
    display: block;
    padding: 4.2667vw 4.2667vw 0;
  }
  #content02 .box-wrap-02 .box-01 {
    width: 69.8667vw;
    margin-right: 0;
  }
  #content02 .box-wrap-02 .box-01 > img {
    width: 100%;
  }
  #content02 .box-wrap-02 .pd-component {
    margin: 2.1333vw -4vw 0;
    width: 100%;
  }
  #content02 .box-wrap-03 {
    display: block;
    margin-top: 21.3333vw;
    padding: 0 4.2667vw;
    width: 100%;
  }
  #content02 .box-wrap-03 .box-01 .image0 .button-plus:nth-of-type(1) {
    left: 8.8vw;
    top: 33.6vw;
  }
  #content02 .box-wrap-03 .box-01 .image0 .button-plus:nth-of-type(2) {
    right: 21.6vw;
    top: 40vw;
  }
  #content02 .box-wrap-03 .box-02 {
    margin-top: 10.6667vw;
  }
  #content02 .box-wrap-03 .box-02 .sbox-01 {
    width: 75.2vw;
    padding-left: 5.3333vw;
  }
  #content02 .box-wrap-03 .box-02 .sbox-01 > img {
    width: 100%;
  }
  #content02 .box-wrap-03 .box-02 .sbox-01 .photo-text {
    font-size: 3.7333vw;
    letter-spacing: -0.0747vw;
  }
  #content02 .box-wrap-03 .box-02 .pd-component {
    margin-top: 2.1333vw;
    margin-left: -4vw;
    margin-right: -4vw;
    width: 100%;
  }
  #content02 .box-wrap-04 {
    width: 100%;
    margin-top: 21.3333vw;
  }
  #content02 .box-wrap-04 .box-01 {
    width: 100%;
    padding: 0 4.2667vw;
  }
  #content02 .box-wrap-04 .box-01 > img {
    width: 100%;
  }
  #content02 .box-wrap-04 .box-01 .image0 .button-plus:nth-of-type(1) {
    left: 14.1333vw;
    top: 76.8vw;
  }
  #content02 .box-wrap-04 .box-01 .image0 .button-plus:nth-of-type(2) {
    right: 12vw;
    top: 75.2vw;
  }
  #content02 .box-wrap-05 {
    display: block;
    width: 100%;
    margin-top: 21.3333vw;
  }
  #content02 .box-wrap-05 .box-01 {
    margin-left: 0;
    padding: 0 15.7333vw;
  }
  #content02 .box-wrap-05 .box-01 > img {
    width: 100%;
  }
  #content02 .box-wrap-05 .pd-component {
    width: 100%;
    margin-left: 0;
    margin-top: 2.6667vw;
  }
  #content02 .box-wrap-06 {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 21.3333vw;
  }
  #content02 .box-wrap-06 .img-scroll > ul {
    gap: 2.1333vw;
  }
  #content02 .box-wrap-06 .img-scroll > ul > li {
    width: 87.4667vw;
  }
  #content02 .box-wrap-06 .img-scroll > ul > li .image0 .button-plus:nth-of-type(1) {
    left: 12.5333vw;
    top: 58.9333vw;
  }
  #content02 .box-wrap-06 .img-scroll > ul > li .image0 .button-plus:nth-of-type(2) {
    right: 28.2667vw;
    top: 60.5333vw;
  }
  #content02 .box-wrap-06 .img-scroll > ul > li .image1 {
    position: relative;
  }
  #content02 .box-wrap-06 .img-scroll > ul > li .image1 .button-plus:nth-of-type(1) {
    left: 19.7333vw;
    top: 51.7333vw;
  }
  #content02 .box-wrap-06 .img-scroll > ul > li .image1 .button-plus:nth-of-type(2) {
    right: 20.2667vw;
    top: 50.9333vw;
  }
  #content02 .box-wrap-07 {
    display: block;
    margin-top: 21.3333vw;
    width: 100%;
  }
  #content02 .box-wrap-07 .box-01 {
    width: 54.4vw;
    margin-left: 0;
  }
  #content02 .box-wrap-07 .box-01 > img {
    width: 100%;
  }
  #content02 .box-wrap-07 .box-02 {
    margin-left: 0;
    margin-top: -26.6667vw;
  }
  #content02 .box-wrap-07 .box-02 > img {
    width: 59.4667vw;
    margin-left: auto;
  }
  #content02 .box-wrap-07 .box-02 .pd-component {
    width: 100%;
    margin-top: 4.2667vw;
  }
  #content02 .box-wrap-08 {
    display: block;
    width: 100%;
    padding: 0 4.2667vw;
  }
  #content02 .box-wrap-08 .photo-title.only-mo {
    display: flex;
  }
  #content02 .box-wrap-08 .text-content {
    padding-bottom: 2.1333vw;
  }
  #content02 .box-wrap-08 .text-content p {
    margin-top: 0;
  }
  #content02 .box-wrap-09 {
    width: 100%;
    margin-top: 10.6667vw;
  }
  #content02 .box-wrap-09 .box-01 {
    width: 100%;
    margin-left: 0;
  }
  #content02 .box-wrap-09 .box-01 .sbox-01 {
    width: 84.2667vw;
  }
  #content02 .box-wrap-09 .box-01 .sbox-01 > img {
    width: 100%;
  }
  #content02 .box-wrap-09 .box-01 .sbox-01 .photo-text {
    color: #222;
    right: -1.0667vw;
    top: initial;
    bottom: 0;
    transform: rotate(90deg) translate(0, 0);
    transform-origin: 100% 100%;
    font-size: 3.7333vw;
    letter-spacing: -0.0747vw;
  }
  #content02 .box-wrap-09 .box-01 .pd-component {
    width: 100%;
    margin-left: 0;
    margin-top: 2.6667vw;
  }
  #content02 .box-wrap-10 {
    display: block;
    width: 100%;
    margin-top: 10.6667vw;
  }
  #content02 .box-wrap-10 .box-01 .sbox-01 {
    position: relative;
    width: 89.6vw;
    padding-left: 5.3333vw;
    margin-left: auto;
  }
  #content02 .box-wrap-10 .box-01 .sbox-01 > img {
    width: 100%;
  }
  #content02 .box-wrap-10 .box-01 .sbox-01 .photo-text {
    left: 0;
    top: 0;
    transform: rotate(-90deg) translate(-100%, 0);
    transform-origin: 0 0;
    color: #222;
    font-size: 3.7333vw;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.0747vw;
  }
  #content02 .box-wrap-10 .box-01 .photo-title {
    padding-left: 15.7333vw;
    padding-right: 4.2667vw;
  }
  #content02 .box-wrap-10 .box-01 .text-content {
    padding-left: 15.7333vw;
  }
  #content02 .box-wrap-10 .pd-component {
    width: 100%;
    margin-top: 2.6667vw;
  }
  #content02 .box-wrap-11 {
    margin-top: 27.7333vw;
  }
  #content02 .box-wrap-11 .box-01 {
    width: 100%;
  }
  #content02 .box-wrap-11 .box-01 .photo-title {
    display: none;
  }
  #content02 .box-wrap-11 .box-01 .image0 .button-plus:nth-of-type(1) {
    left: 8.8vw;
    top: 65.0667vw;
  }
  #content02 .box-wrap-11 .box-01 .image0 .button-plus:nth-of-type(2) {
    right: 11.2vw;
    top: 60.2667vw;
  }
  #content02 .box-wrap-11 .box-01 .image1 .button-plus:nth-of-type(1) {
    left: 21.0667vw;
    top: 28.5333vw;
  }
  #content02 .box-wrap-11 .box-01 .image1 .button-plus:nth-of-type(2) {
    right: 20.5333vw;
    top: 32.2667vw;
  }
  #content02 .box-wrap-11 .box-01 .fade-motion {
    width: 100vw;
    height: 122.1333vw;
    margin: 0 0 4.2667vw;
  }
  #content02 .box-wrap-11 .box-01 .fade-motion li {
    position: absolute;
    width: 100%;
  }
  #content02 .box-wrap-11 .box-01 .fade-motion li:nth-child(1) {
    animation: rb-fade-1 6s ease-in-out infinite;
  }
  #content02 .box-wrap-11 .box-01 .fade-motion li:nth-child(2) {
    animation: rb-fade-2 6s ease-in-out infinite;
  }
  #content02 .box-wrap-12 {
    margin-top: 10.6667vw;
  }
  #content02 .box-wrap-12 .box-01 {
    width: 100%;
  }
  #content02 .box-wrap-12 .box-01 .photo-title {
    display: flex;
    padding: 0 10.6667vw 2.1333vw;
  }
  #content02 .box-wrap-12 .box-01 .sbox-01 {
    padding: 0 10.6667vw;
  }
  #content02 .box-wrap-12 .box-01 .sbox-01 > img {
    width: 100%;
  }
  #content02 .box-wrap-12 .box-01 .pd-component {
    margin-top: 2.6667vw;
  }
  #content02 .box-wrap-13 {
    display: block;
    margin-top: 21.3333vw;
    padding: 0 4.2667vw;
  }
  #content02 .box-wrap-13 .box-01 .image0 .button-plus:nth-of-type(1) {
    left: 32.2667vw;
    top: 78.4vw;
  }
  #content02 .box-wrap-13 .box-01 .image0 .button-plus:nth-of-type(2) {
    right: 8vw;
    top: 54.9333vw;
  }
  #content02 .box-wrap-14 {
    display: block;
    width: 100%;
    margin-top: 10.6667vw;
  }
  #content02 .box-wrap-14 .box-01 {
    width: 100%;
  }
  #content02 .box-wrap-14 .box-01 .sbox-01 {
    width: 91.7333vw;
  }
  #content02 .box-wrap-14 .box-01 .sbox-01 > img {
    width: 100%;
  }
  #content02 .box-wrap-14 .box-01 .pd-component {
    width: 100%;
    margin-top: 2.6667vw;
  }
  #content02 .box-wrap-14 .box-02 {
    width: 100%;
    margin-right: 0;
    margin-top: 10.6667vw;
  }
  #content02 .box-wrap-14 .box-02 .sbox-01 {
    padding: 0 4.2667vw;
  }
  #content02 .box-wrap-14 .box-02 .sbox-01 > img {
    width: 100%;
  }
  #content02 .box-wrap-14 .box-02 .pd-component {
    width: 100%;
    margin-top: 2.6667vw;
  }
}
@keyframes pan-focus {
  from {
    object-position: 0% center;
  }
  to {
    object-position: 100% center;
  }
}

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