@charset "UTF-8";
/* local common
============================================================================= */
.-stalker_area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.swiper {
  position: relative;
}
.swiper .swiper-button-prev span, .swiper .swiper-button-next span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--ff_en);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1;
  color: var(--bc_black_text);
}
.swiper .swiper-button-prev::after, .swiper .swiper-button-next::after {
  content: none;
}
.swiper .swiper-button-prev {
  position: absolute;
  left: 1rem;
}
.swiper .swiper-button-prev i {
  margin-right: 0.5rem;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.swiper .swiper-button-next {
  position: absolute;
  right: 1rem;
}
.swiper .swiper-button-next i {
  margin-left: 0.5rem;
}
.swiper .swiper-pagination {
  position: static;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--ff_en);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: var(--bc_black_text);
}
.swiper .ui-wrap {
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* contents
============================================================================= */
@-webkit-keyframes anim-mv-view {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim-mv-view {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section_mv .swiper {
  position: relative;
}
.section_mv .swiper-mv_wrapper {
  clip-path: inset(0px);
  -webkit-animation-name: anim-mv-view;
  animation-name: anim-mv-view;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.section_mv .swiper-mv_main {
  width: 100%;
}
.section_mv .swiper-mv_main .swiper-slide {
  position: relative;
  overflow: hidden;
}
.section_mv .swiper-mv_main .swiper-slide .-wrap_link {
  z-index: 1;
}
.section_mv .swiper-mv_main .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section_mv .swiper-mv_main .swiper-pagination-bullet {
  position: relative;
  border-radius: 0;
  width: auto;
  height: auto;
  font-family: var(--ff_en);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  line-height: 1.1;
  white-space: pre;
  opacity: 1;
  background: none;
}
.section_mv .swiper-mv_main .swiper-pagination-bullet-active {
  border-bottom: 1px solid var(--bc_white);
}
.section_mv .swiper-mv_main .swiper-progressbar {
  position: absolute;
  z-index: 1;
  width: 16rem;
  height: 1px;
  background: var(--bc_white);
  overflow: hidden;
}
.section_mv .swiper-mv_main .swiper-progressbar span {
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--bc_black);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.section_mv .swiper-pagination-bullet:only-child {
  display: block !important;
  pointer-events: none;
}
.section_mv .mv_movie {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  aspect-ratio: 16/6.72;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section_mv .mv_img {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.section_mv-inner {
  position: relative;
}
.section_mv-logo {
  position: relative;
  z-index: 2;
  height: 19.5rem;
  margin-inline: auto;
  padding-top: 4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section_mv-logo img {
  width: 100%;
  height: auto;
}
.section_mv-logo > img {
  height: auto;
  margin-inline: auto;
}
.section_mv-logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 19.5rem;
  background-color: rgba(var(--bc_white_RGB), 1);
}
.section_mv-logo:has(.section_mv-openlabel) {
  height: 26.5rem;
}
.section_mv-logo:has(.section_mv-openlabel)::before {
  height: 26.5rem;
  background-color: rgba(var(--bc_white_RGB), 1);
}
.section_mv-openlabel {
  position: relative;
  display: block;
  width: 100%;
  height: 2.9rem;
  margin-inline: auto;
  padding: 1rem 0;
  border-top: 1px solid var(--bc_black);
  border-bottom: 1px solid var(--bc_black);
  margin-top: 3.5rem;
}
.section_mv-openlabel > img {
  width: auto;
  height: 100%;
  margin-inline: auto;
}

.section_concept-inner {
  max-width: calc(100% - 4rem);
  width: 100%;
  margin-inline: auto;
}
.section_concept-detail {
  position: relative;
  padding: 2rem 0;
}
.section_concept-detail .-t_headline {
  font-family: var(--ff_min);
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.section_concept-detail.scene01 .-txt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section_concept-detail.scene02 {
  position: relative;
}
.section_concept-detail.scene02 .-t_headline {
  max-width: calc(100% - 3rem);
  width: 100%;
  margin-inline: auto;
}
.section_concept-detail.scene02 .-t_body {
  text-align: justify;
  text-justify: inter-ideograph;
}
.section_concept-detail.scene03 .-txt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section_concept-detail.scene03 .-t_body {
  text-align: justify;
  text-justify: inter-ideograph;
}
.section_concept-detail01_ph01 {
  width: 60rem;
  height: 90rem;
}
.section_concept-detail01_ph01::before {
  position: absolute;
  top: 34.5rem;
  left: 2rem;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  content: attr(data-txt);
  font-family: var(--ff_en);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.3;
  color: var(--bc_blue_gray);
}
.section_concept-detail01_ph02 {
  position: absolute;
}
.section_concept-detail02_after {
  display: block;
  position: absolute;
  left: 0;
  z-index: 1;
  font-family: var(--ff_en);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  line-height: 1.7;
  text-align: center;
  white-space: pre;
  color: rgba(var(--bc_black_RGB), 0);
}
.section_concept-detail02_after > span {
  position: relative;
  display: inline-block;
}
.section_concept-detail02_after > span::before, .section_concept-detail02_after > span::after {
  content: attr(data-txt);
  position: absolute;
  z-index: 0;
  top: 0;
  overflow: hidden;
}
.section_concept-detail02_after > span::before {
  right: 0;
  width: 100%;
  color: var(--bc_black);
  clip-path: porygon(calc(100% - 6rem) 0, 100% 0, 100% 100%, calc(100% - 6rem) 100%);
}
.section_concept-detail02_after > span::after {
  left: 0;
  width: 6rem;
  color: var(--bc_white);
}
.section_concept-detail03_ph01 .ph {
  width: 100%;
  height: 100%;
}
.section_concept-detail03_ph01 .caption {
  position: absolute;
  top: 0;
  left: calc(100% + 2.4rem);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: var(--ff_min);
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1;
  color: var(--bc_blue_gray);
  white-space: pre;
}
.section_concept-detail03_ph02 {
  position: absolute;
}
.section_concept-detail03_ph03 {
  position: absolute;
}
.section_concept-collection_inner {
  position: relative;
  width: 100%;
}
.section_concept-collection_inner .obs_area {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.section_concept-collection_inner .obs_item {
  position: relative;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 1px;
  margin: 100vh 0;
}
.section_concept-collection_inner .counter {
  position: absolute;
  top: 9.2rem;
  right: 4rem;
  font-family: var(--ff_en);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.4rem;
}
.section_concept-collection_inner .counter_total {
  position: relative;
}
.section_concept-collection_inner .counter_total::before {
  position: relative;
  content: "/";
  letter-spacing: 0.15em;
}
.section_concept-collection_inner .counter_now {
  font-weight: normal;
}
.section_concept-collection_inner .counter_now > span {
  will-change: transform;
}
.section_concept-collection_item {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section_concept-collection_item::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 2rem;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  background-color: var(--bc_gray);
}
.section_concept .ph_wrap_main {
  display: block;
  width: 50%;
  height: 100%;
}
.section_concept-collection_mv {
  width: 100%;
  height: 100%;
}
.section_concept-collection_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section_concept-collection_detail .title {
  font-family: var(--ff_en);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5.6rem;
  letter-spacing: 0;
  line-height: 1.1;
}
.section_concept-collection_detail .ph_wrap {
  margin-inline: auto;
}
.section_concept-collection_detail .ph {
  overflow: hidden;
  width: 31.2rem;
  height: 46.9rem;
}
.section_concept-collection_detail .caption {
  text-align: justify;
  text-justify: inter-ideograph;
}

.section_flagship-inner {
  width: 100%;
  margin-top: 12rem;
}
.section_flagship-detail {
  position: relative;
  margin-inline: auto;
}
.section_flagship-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-inline: auto;
}
.section_flagship-title .-bg img {
  -o-object-position: center top;
  object-position: center top;
}
.section_flagship-sec_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  color: var(--bc_white);
}
.section_flagship-sec_tit .-t_body {
  font-size: 1.8rem;
  color: var(--bc_white);
}
.section_flagship-caption {
  text-align: justify;
  text-justify: inter-ideograph;
}
.section_flagship-link {
  margin-top: 3rem;
}
.section_flagship-link .-btn01 {
  width: 100%;
}
.section_flagship-swiper {
  margin: 0;
}
.section_flagship-swiper .swiper-button-prev span, .section_flagship-swiper .swiper-button-next span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--ff_en);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1;
  color: var(--bc_black_text);
}
.section_flagship-swiper .swiper-button-prev::after, .section_flagship-swiper .swiper-button-next::after {
  content: none;
}
.section_flagship-swiper .swiper-button-prev {
  position: absolute;
  left: 1rem;
}
.section_flagship-swiper .swiper-button-prev i {
  margin-right: 0.5rem;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.section_flagship-swiper .swiper-button-next {
  position: absolute;
  right: 1rem;
}
.section_flagship-swiper .swiper-button-next i {
  margin-left: 0.5rem;
}
.section_flagship-swiper .swiper-pagination {
  position: static;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--ff_en);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: var(--bc_black_text);
}
.section_flagship-swiper .ui-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 12rem;
  margin-top: 2rem;
  padding: 0 5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section_flagship-swiper .swiper-slide_ph {
  width: 100%;
  height: 56.6rem;
}

.section_dress .swiper {
  overflow: visible;
}
.section_dress .swiper-button-prev span, .section_dress .swiper-button-next span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--ff_en);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1;
  color: var(--bc_black_text);
}
.section_dress .swiper-button-prev::after, .section_dress .swiper-button-next::after {
  content: none;
}
.section_dress .swiper-button-prev {
  position: absolute;
  left: 1rem;
}
.section_dress .swiper-button-prev i {
  margin-right: 0.5rem;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.section_dress .swiper-button-next {
  position: absolute;
  right: 1rem;
}
.section_dress .swiper-button-next i {
  margin-left: 0.5rem;
}
.section_dress .swiper-pagination {
  position: static;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--ff_en);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: var(--bc_black_text);
}
.section_dress .select {
  position: relative;
  width: 26rem;
  height: 3.2rem;
  cursor: pointer;
  background-color: var(--bc_white);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.section_dress .select.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.section_dress .select:nth-of-type(1) {
  z-index: 10;
}
.section_dress .select:nth-of-type(2) {
  z-index: 9;
}
.section_dress .select:nth-of-type(3) {
  z-index: 8;
}
.section_dress .select:nth-of-type(4) {
  z-index: 7;
}
.section_dress .select_expand {
  width: 0;
  height: 3.2rem;
  position: absolute;
  top: 0;
  right: 0;
}
.section_dress .select_expand::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: calc(50% - 0.3rem);
  right: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1rem;
  height: 0.7rem;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../img/common/ico_accordion_arrow.svg");
  mask-image: url("../img/common/ico_accordion_arrow.svg");
  background: var(--bc_black_text);
  -webkit-transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
  transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
}
.section_dress .select_expand:hover::after {
  opacity: 1;
}
.section_dress .select_expand:checked::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section_dress .select_expandLabel {
  display: block;
  width: 100%;
  height: 3.2rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}
.section_dress .select_close {
  display: none;
}
.section_dress .select_closeLabel {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: none;
}
.section_dress .select_closeLabel + .select_options {
  position: relative;
  z-index: 2;
}
.section_dress .select_items {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  padding-top: 3.2rem;
}
.section_dress .select_items .select_option:has(input[type=radio][disabled]) {
  display: none;
}
.section_dress .select_input {
  display: none;
}
.section_dress .select_label {
  -webkit-transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
  transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
  display: block;
  height: 0;
  font-family: var(--ff_go);
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 3.2rem;
  overflow: hidden;
  color: var(--bc_black_text);
  background-color: var(--bc_white);
  cursor: pointer;
  padding-left: 2rem;
}
.section_dress .select_label-placeholder {
  height: 3.2rem;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: transparent;
}
.section_dress .select_expand:checked + .select_closeLabel {
  display: block;
}
.section_dress .select_expand:checked + .select_closeLabel + .select_options .select_label {
  height: 3.2rem;
}
.section_dress .select_expand:checked + .select_closeLabel + .select_options .select_label:hover {
  background-color: var(--bc_line);
}
.section_dress .select_expand:checked + .select_closeLabel + .select_options + .select_expandLabel {
  display: none;
}
.section_dress .select_input:checked + .select_label {
  height: 3.2rem;
  margin-top: -3.2rem;
}
.section_dress .search_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 26rem;
  height: 3.2rem;
  padding: 0 2rem;
  background-color: var(--bc_black_text);
  border-radius: 0.2rem;
}
.section_dress .search_btn span {
  font-family: var(--ff_go);
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 1;
  color: var(--bc_white);
}
.section_dress .search_btn i {
  position: absolute;
  right: 2rem;
  top: calc(50% - 0.4rem);
  background-color: var(--bc_white);
}
.section_dress-inner {
  position: relative;
  margin-top: 14rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.section_dress-inner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  left: 2rem;
  right: 2rem;
  background-color: var(--bc_gray);
}
.section_dress-sec_tit {
  position: relative;
  width: 100%;
  margin-inline: auto;
}
.section_dress-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section_dress-swiper_wrapper {
  width: 100%;
  margin-top: 5rem;
  overflow: hidden;
}
.section_dress-swiper {
  width: 114.8rem;
  margin-inline: auto;
}
.section_dress-swiper .swiper-slide .-wrap_link {
  z-index: 2;
  top: auto;
  bottom: 0;
  height: 44rem;
}
.section_dress-swiper .swiper-slide .thumb {
  width: 100%;
  height: 44rem;
  margin-inline: auto;
  background-color: var(--bc_blue_gray);
}
.section_dress-swiper .swiper-slide .thumb.is-visible > img {
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.section_dress-swiper .swiper-slide .thumb_backstyle {
  position: absolute;
  z-index: 1;
  top: auto;
  left: 0;
  width: 100%;
  height: 44rem;
  margin-inline: auto;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.section_dress-swiper .swiper-slide .thumb_kirikawari {
  position: absolute;
  z-index: 1;
  top: auto;
  left: 0;
  width: 100%;
  height: 44rem;
  margin-inline: auto;
  clip-path: inset(0% 100% 0% 0%);
}
.section_dress-swiper .swiper-slide-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 77.8rem;
}
.section_dress-swiper .swiper-slide-active {
  width: 52rem !important;
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.section_dress-swiper .swiper-slide-active .-wrap_link {
  top: 0;
  bottom: 0;
  height: auto;
}
.section_dress-swiper .swiper-slide-active .thumb {
  width: 100%;
  height: 77.8rem;
}
.section_dress-swiper .swiper-slide-active .thumb_backstyle,
.section_dress-swiper .swiper-slide-active .thumb_kirikawari {
  top: 0;
  bottom: 0;
  width: 100%;
  height: 77.8rem;
}
.section_dress-swiper .swiper-slide-active ~ .swiper-slide .swiper-slide-inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section_dress-swiper .swiper-slide-active ~ .swiper-slide .swiper-slide-inner .-wrap_link {
  top: 0;
  bottom: auto;
  height: 44rem;
}
.section_dress-swiper .swiper-slide-active ~ .swiper-slide .swiper-slide-inner .thumb_backstyle,
.section_dress-swiper .swiper-slide-active ~ .swiper-slide .swiper-slide-inner .thumb_kirikawari {
  top: 0;
  bottom: auto;
  height: 44rem;
}
.section_dress-swiper .ui-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 12rem;
  padding: 0 5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section_accessories-inner {
  position: relative;
  max-width: 136rem;
  width: 100%;
  margin-inline: auto;
}
.section_accessories-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section_accessories-detail .thumb {
  width: 16rem;
  height: 16rem;
}
.section_accessories-txt_wrap .-t_headline {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.section_accessories-txt_wrap .-t_body {
  color: var(--bc_black_text);
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 1.5rem;
}
.section_accessories-link {
  position: absolute;
  top: 3rem;
  right: 0;
}

.section_about .-info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1rem 0;
  border-top: 1px solid var(--bc_line);
}
.section_about .-info_item:last-of-type {
  border-bottom: 1px solid var(--bc_line);
}
.section_about .-info_item > dt {
  /* width: 20rem; */
  font-family: var(--ff_en);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 18rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.section_about .-info_item > dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.3rem 0;
  font-family: var(--ff_min);
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  /* letter-spacing: 0.05em; */
  letter-spacing: 0;
  line-height: 1.5;
  color: var(--bc_black_text);
}
.section_about .-info_item .-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1em;
  /* > dt {} */
}
.section_about .-info_item .-inline > dd {
  margin-left: 0.5em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section_about .-info_item address {
  font-style: normal;
}
.section_about .-info_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
}
.section_about .-info_link .-btn01 {
  height: 4rem;
}
.section_about .-info_detail_title {
  /* @include f_min(500); */
  font-family: var(--ff_min);
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.section_about .-info_detail_wrap {
  margin-top: 1.5rem;
}
.section_about-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-inline: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section_about-mv {
  position: absolute;
  top: 0;
  left: 0;
  width: 72rem;
  height: 80rem;
}
.section_about-sec_tit {
  position: absolute;
  top: 0;
  right: 0;
  width: 76rem;
}
.section_about-sec_tit .-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
}
.section_about-sec_tit .main {
  font-size: 5.6rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
.section_about-sec_tit .sub {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1;
}
.section_about-txt_wrap {
  max-width: 47rem;
}
.section_about-txt_wrap .-t_headline {
  font-weight: 500;
}
.section_about-txt_wrap .-t_body {
  color: var(--bc_black_text);
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 1.6rem;
}
.section_about-info_wrap {
  margin-top: 6rem;
}
.section_about-shoplist {
  max-width: calc(100% - 8rem);
  width: 100%;
  margin-inline: auto;
  margin-top: 5.5rem;
}
.section_about-shoplist .-info_item > dt {
  width: 10rem;
}
.section_about-shoplist_trigger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem 0;
  background-color: var(--bc_gray);
}
.section_about-shoplist_trigger span {
  font-family: var(--ff_go);
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.section_about-shoplist_detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section_insta-inner {
  position: relative;
  max-width: 144rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 13rem;
}
.section_insta-sec_tit {
  text-align: center;
}
.section_insta-sec_tit .-title {
  font-size: 5.6rem;
  letter-spacing: 0.03em;
}
.section_insta-detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section_insta-detail .hash_label {
  position: absolute;
  top: 0;
  font-family: var(--ff_min);
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: pre;
  color: var(--bc_black_text);
}
.section_insta-detail #sbi_images {
  padding: 0 !important;
}
.section_insta-detail #sbi_images .sbi_photo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--bc_black);
  aspect-ratio: 256/341;
}
.section_insta-detail #sbi_images .sbi_photo::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: var(--bc_black);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  pointer-events: none;
}
.section_insta-detail #sbi_images .sbi_photo img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.section_insta-detail #sbi_images .sbi_photo .sbi-screenreader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--ff_min);
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.8 !important;
  color: var(--bc_white);
  padding: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.no-touchevents .section_insta-detail #sbi_images .sbi_photo:hover::before {
  opacity: 0.7;
}
.no-touchevents .section_insta-detail #sbi_images .sbi_photo:hover .sbi-screenreader {
  opacity: 1;
}
.section_insta-link {
  text-align: center;
  margin-top: 4rem;
}
.section_insta-link .-btn01 {
  width: 25.6rem;
}

.section_designer-inner {
  position: relative;
  max-width: calc(100% - 4rem);
  width: 100%;
  margin-inline: auto;
  margin-top: 12rem;
}
.section_designer-mv {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  clip-path: inset(0px);
  overflow: hidden;
}
.section_designer-mv .-bg img {
  -o-object-position: center top;
  object-position: center top;
}
.section_designer-txt_wrap {
  position: relative;
  max-width: 33rem;
  margin-inline: auto;
  margin-top: 8rem;
}
.section_designer-txt_wrap .-sec_tit {
  text-align: center;
}
.section_designer-txt_wrap .-sec_tit .-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
.section_designer-txt_wrap .-sec_tit .-f_en {
  font-size: 4.8rem;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: pre;
}
.section_designer-txt_wrap > .-t_body {
  margin-inline: auto;
  text-align: justify;
  text-justify: inter-ideograph;
}
.section_designer-link {
  margin-top: 4rem;
  text-align: center;
}
.section_designer-link .-btn01 {
  width: 32rem;
}

.section_coordinator .swiper {
  position: relative;
  margin-inline: auto;
  overflow: visible;
}
.section_coordinator-inner {
  position: relative;
  margin-top: 12rem;
  padding-bottom: 12rem;
}
.section_coordinator-inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 4rem;
  bottom: 0;
  left: 4rem;
  right: calc(50% - 50vw + var(--scrollbar));
  background-color: rgba(var(--bc_gray_RGB), 1);
}
.section_coordinator-sec_tit {
  max-width: 136rem;
  width: 100%;
  margin-inline: auto;
}
.section_coordinator-sec_tit .-t_body {
  margin-top: 5rem;
  color: var(--bc_black_text);
}
.section_coordinator-swiper .swiper-slide-inner {
  max-width: 34.4rem;
  width: 100%;
}
.section_coordinator-swiper .swiper-slide-inner .ph {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 46rem;
}
.section_coordinator-swiper .swiper-slide-inner .label {
  position: absolute;
  z-index: 0;
  top: 0rem;
  left: 2rem;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.section_coordinator-swiper .swiper-slide-inner .label span {
  font-family: var(--ff_en);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4.8rem;
  letter-spacing: 0.02em;
  line-height: 0;
  color: var(--bc_black);
}
.section_coordinator-swiper .swiper-slide-inner .-t_body {
  color: var(--bc_black_text);
  margin-top: 1rem;
}
.section_coordinator-swiper_wrapper {
  position: relative;
  overflow: hidden;
}

.section_atelier-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  max-width: calc(100% - 4rem);
  width: 100%;
  margin-inline: auto;
  margin-top: 12rem;
}
.section_atelier-mv {
  width: calc(100% - 46rem);
  height: 72rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section_atelier-txt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 44rem;
}
.section_atelier-t_body {
  text-align: justify;
  text-justify: inter-ideograph;
}

.section_journal:has(.swiper) {
  overflow: hidden;
}
.section_journal-inner {
  position: relative;
  max-width: 136rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 20rem;
}
.section_journal-inner::before {
  content: "";
  position: absolute;
  top: -8.5rem;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw + var(--scrollbar) / 2);
  height: 1px;
  background-color: var(--bc_line);
}
.section_journal-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section_journal-detail:has(.swiper) {
  display: block;
}
.section_journal-item {
  position: relative;
  width: 40rem;
}
.section_journal-item .thumb {
  width: 100%;
  height: 26.7rem;
}
.section_journal-txt_wrap {
  margin-top: 1.5rem;
  width: 100%;
}
.section_journal-txt_wrap .-t_headline {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.6;
}
.section_journal-txt_wrap .-t_body {
  margin-top: 1rem;
}
.section_journal-txt_wrap .-date {
  border-top: 1px solid var(--bc_line);
  margin-top: 0.5rem;
  padding-top: 1.5rem;
  font-family: var(--ff_en);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.section_journal-txt_wrap .-date time {
  position: relative;
}
.section_journal-txt_wrap .-date time + time::before {
  content: "-";
  margin-inline: 0.25em;
}
.section_journal-link {
  position: absolute;
  top: 3rem;
  right: 0;
}
.section_journal-link .-btn01 {
  width: 20rem;
}
.section_journal-swiper {
  overflow: visible;
  clip-path: polygon(0rem 0, calc(50% + 50vw - var(--scrollbar) / 2) 0, calc(50% + 50vw - var(--scrollbar) / 2) 100%, 0 100%);
}

.section_news-inner {
  position: relative;
  width: 100%;
  margin-inline: auto;
}
.section_news-sec_tit {
  position: absolute;
  top: 0;
  left: 0;
}
.section_news-link {
  position: absolute;
  top: 11rem;
  left: 0;
}
.section_news-link .-btn01 {
  width: 16rem;
}
.section_news-item_wrap {
  width: 88rem;
  margin-left: calc(100% - 88rem);
}
@-webkit-keyframes anim-underline01-top {
  0% {
    clip-path: inset(0% 100% 0% 0%);
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
  }
}
@keyframes anim-underline01-top {
  0% {
    clip-path: inset(0% 100% 0% 0%);
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
  }
}
.section_news-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
.section_news-menu .-underline.is-active {
  color: var(--bc_black_text);
}
.section_news-menu .-underline.is-active span::before {
  -webkit-animation-name: anim-underline01-top;
  animation-name: anim-underline01-top;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  clip-path: inset(0% 0% 0% 0%);
}
.section_news-menu_item {
  font-family: var(--ff_en);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.5;
  color: var(--bc_black_text);
}
.section_news-menu_item.is-active {
  color: var(--bc_black);
  cursor: default;
}
.section_news-detail_wrap {
  margin-top: 4rem;
}
.section_news-detail_item {
  position: relative;
  padding: 4rem 0;
}
.section_news-detail_item:first-child {
  border-top: 1px solid var(--bc_line);
  border-bottom: 1px solid var(--bc_line);
}
.section_news-detail_item + .section_news-detail_item {
  border-bottom: 1px solid var(--bc_line);
}
.section_news-detail_item .-wrap_link {
  top: 4rem;
  bottom: 4rem;
}
.no-touchevents .section_news-detail_item .-wrap_link:hover ~ .-txt_wrap .-caption {
  opacity: 0.5;
}
.section_news-detail_item .-txt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section_news-detail_item .-date {
  width: 8rem;
  font-family: var(--ff_en);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2;
}
.section_news-detail_item .-category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 16rem;
}
.section_news-detail_item .-category span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5rem 0.8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--bc_black_text);
  border-radius: 2px;
  font-family: var(--ff_en);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1;
}
.section_news-detail_item .-caption {
  font-family: var(--ff_min);
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--bc_black_text);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (width > 767px) {
  .-stalker_item {
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.7s;
    transition: opacity 0.5s, -webkit-transform 0.7s;
    transition: transform 0.7s, opacity 0.5s;
    transition: transform 0.7s, opacity 0.5s, -webkit-transform 0.7s;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    background-color: rgba(var(--bc_00), 0.1);
  }
  :has(.is-disabled) .-stalker_item.is-active {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    pointer-events: none;
  }
  .-stalker_item.is-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .-stalker_item > span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    text-align: center;
    visibility: hidden;
    height: 0;
    pointer-events: none;
  }
  .-stalker_item > span.is-active {
    visibility: visible;
    height: auto;
  }
  .-stalker_item .-stalker_more {
    font-family: var(--ff_en);
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.1;
    white-space: pre;
    color: var(--bc_white);
  }
  .swiper .ui-wrap {
    min-width: 14rem;
    padding: 0 6rem;
  }
  .section_mv .swiper-mv_main {
    aspect-ratio: 16/9;
  }
  .section_mv .swiper-mv_main .swiper-slide .-wrap_link {
    top: 2rem;
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
  }
  .section_mv .swiper-mv_main .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    bottom: 3rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .section_mv .swiper-mv_main .swiper-pagination-bullets.swiper-pagination-horizontal::before {
    content: "";
    position: absolute;
    top: -1rem;
    bottom: -1rem;
    left: -2rem;
    right: -2rem;
    z-index: -1;
    background-color: rgba(var(--bc_00_RGB), 0.25);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
  .section_mv .swiper-mv_main .swiper-pagination {
    gap: 2rem;
    width: auto !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section_mv .swiper-mv_main .swiper-pagination-bullet {
    font-size: 1.4rem;
    color: var(--bc_white);
  }
  .section_mv .swiper-mv_main .swiper-pagination-bullet + span::before {
    position: absolute;
    left: -2.2rem;
    content: "／";
  }
  .section_mv .swiper-mv_main .swiper-progressbar {
    bottom: 3rem;
    right: 2rem;
  }
  .section_mv-logo > img {
    width: calc(100% - 4rem);
  }
  .section_concept-detail.scene01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section_concept-detail.scene01 .-txt_wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section_concept-detail.scene02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    margin-top: 4rem;
  }
  .section_concept-detail.scene02 .-txt_wrap {
    width: calc(100% - 94rem);
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .section_concept-detail.scene02 .-t_body {
    width: 26;
    margin-left: calc(100% - 26rem);
    margin-top: 25rem;
  }
  .section_concept-detail.scene03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    margin-top: 4rem;
    margin-bottom: 25rem;
  }
  .section_concept-detail.scene03 .-txt_wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 102.4rem);
  }
  .section_concept-detail.scene03 .-t_body {
    width: 35rem;
    margin-left: calc(100% - 35rem);
  }
  .section_concept-detail01_ph02 {
    bottom: 2rem;
    right: 62rem;
    width: 40rem;
    height: 53.4rem;
  }
  .section_concept-detail02_ph01 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 45rem;
    height: 72rem;
  }
  .section_concept-detail02_ph02 {
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 45rem;
    height: 72rem;
  }
  .section_concept-detail02_after {
    top: 50%;
    width: 92rem;
    font-size: 1.4rem;
  }
  .section_concept-detail03_ph01 {
    position: relative;
    width: 44.8rem;
    height: 67.3rem;
  }
  .section_concept-detail03_ph02 {
    top: -10rem;
    right: 0;
    width: 28rem;
    height: 42rem;
  }
  .section_concept-detail03_ph03 {
    bottom: -12.4rem;
    right: 14rem;
    width: 28rem;
    height: 42rem;
  }
  .section_concept-collection_inner {
    height: 420vh;
  }
  .section_concept-collection_inner .stiky {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 80rem;
  }
  .section_concept-collection_inner .scrollstate {
    position: absolute;
    width: 3px;
    height: 36rem;
    background-color: #E5E5E5;
    border-radius: 1px;
    top: 0;
    bottom: 0;
    left: calc(50% + 1.5rem);
    margin: auto;
  }
  .section_concept-collection_inner .scrollstate .bar {
    position: absolute;
    top: 0;
    left: 1px;
    width: 100%;
    height: 1rem;
    background-color: #A9B1BE;
  }
  .section_concept-collection_item {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    min-height: 80rem;
    padding: 2rem;
    padding-top: 7.2rem;
  }
  .section_concept-collection_detail {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 50%;
    padding: 2rem;
  }
  .section_concept-collection_detail .title > span {
    will-change: transform;
  }
  .section_concept-collection_detail .title [data-char] {
    will-change: transform;
  }
  .section_concept-collection_detail .ph_wrap {
    position: absolute;
    top: 50%;
    left: calc(100% - 25vw + 1rem);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 31.2rem;
    height: 46.9rem;
  }
  .section_concept-collection_detail .caption {
    width: 32rem;
    margin-left: calc(100% - 31.2rem);
  }
  .section_flagship-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    max-width: 136rem;
    width: 100%;
    min-height: 97.1rem;
    margin-top: 8rem;
  }
  .section_flagship-title {
    width: calc(100% - 4rem);
    height: 60rem;
  }
  .section_flagship-main_ph {
    position: absolute;
    top: 0;
    right: 0;
    width: 72.8rem;
    height: 97.1rem;
  }
  .section_flagship-txt_wrap {
    max-width: 42.4rem;
    padding-inline: 3rem;
    margin-top: 18rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section_flagship-swiper {
    width: 42.4rem;
    padding-bottom: 5rem;
  }
  .section_dress-sec_tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 23.3rem;
    max-width: 136rem;
  }
  .section_dress-sec_tit .-t_body {
    width: 52rem;
    text-align: center;
  }
  .section_dress-link .-btn01 {
    position: absolute;
    right: calc(50% - 68rem);
    top: 12.4rem;
  }
  .section_dress-search {
    position: absolute;
    left: calc(50% - 68rem);
    z-index: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem;
    width: 26rem;
    height: 22.2rem;
    margin-top: 5rem;
  }
  .section_dress-swiper {
    -webkit-transform: translateX(-11.3rem);
    transform: translateX(-11.3rem);
  }
  .section_dress-swiper .ui-wrap {
    position: absolute;
    z-index: 1;
    top: 46rem;
    left: calc(50% + 11.3rem + 28rem);
  }
  .section_accessories-inner {
    margin-top: 15rem;
    padding-bottom: 13rem;
  }
  .section_accessories-detail {
    gap: 4rem 7.99rem;
    margin-top: 4rem;
  }
  .section_accessories-detail:nth-of-type(1) {
    margin-top: 9rem;
  }
  .section_accessories-txt_wrap {
    width: 64rem;
    margin-left: calc(100% - 64rem);
    margin-top: 4rem;
  }
  .section_about .-info_link .-btn01 {
    /* width: 35rem; */
    width: calc((100% - 2rem) / 2);
  }
  .section_about-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: calc(100% - 8rem);
    min-height: 80rem;
    margin-top: 14rem;
    padding-left: 80rem;
  }
  .section_about-sec_tit .-title {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .section_about-shoplist .-info_detail {
    width: calc((100% - 8rem) / 2);
  }
  .section_about-shoplist .-info_detail:nth-of-type(odd) {
    position: relative;
  }
  .section_about-shoplist .-info_detail:nth-of-type(odd)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -4rem;
    width: 1px;
    background-color: var(--bc_line);
  }
  .section_about-shoplist_detail {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8rem;
    padding: 5rem 2rem;
  }
  .section_insta-detail {
    margin-top: 4rem;
  }
  .section_insta-detail .hash_label {
    left: calc(100% + 2.5rem);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 1.6rem;
  }
  .section_insta-detail #sbi_images {
    gap: 4rem !important;
  }
  .section_insta-detail #sbi_images .sbi_item:last-of-type {
    display: none !important;
  }
  .section_designer-mv {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 60rem;
  }
  .section_designer-mv .-sec_tit .-title {
    color: var(--bc_white);
  }
  .section_designer-mv .-bg {
    position: fixed;
    top: 2rem;
    left: 2rem;
    width: calc(100% - 4rem);
    height: calc(100% - 4rem);
  }
  .section_designer-txt_wrap > .-t_body {
    width: 100%;
    margin-top: 4rem;
  }
  .section_designer-ph01 {
    position: absolute;
    top: 8rem;
    left: calc(50% - 72rem);
    max-width: none;
    width: 37.6rem;
    height: 28.2rem;
  }
  .section_designer-ph02 {
    position: absolute;
    top: 19.5rem;
    right: calc(50% - 72rem);
    width: 27.2rem;
    height: 40.8rem;
  }
  .section_coordinator .swiper {
    width: 136rem;
    padding-top: 10rem;
    clip-path: polygon(-1rem 0, calc(50% + 50vw - var(--scrollbar) / 2) 0, calc(50% + 50vw - var(--scrollbar) / 2) 100%, -1rem 100%);
  }
  .section_coordinator .swiper .ui-wrap {
    position: absolute;
    top: 0rem;
    right: 0;
  }
  .section_coordinator-swiper_wrapper {
    margin-top: -2rem;
  }
  .section_atelier-t_body {
    width: 31rem;
    margin-left: 13rem;
  }
  .section_journal-detail {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5rem;
  }
  .section_journal-detail:has(.swiper) {
    margin-top: 5rem;
  }
  .section_journal-swiper {
    padding-bottom: 7rem;
  }
  .section_journal-swiper .ui-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .section_news-inner {
    max-width: 136rem;
    min-height: 48rem;
    margin-top: 12rem;
    padding-bottom: 16rem;
  }
  .section_news-detail_item .-caption {
    width: calc(100% - 24rem);
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.8;
  }
}
@media (width <= 767px) {
  .swiper .swiper-button-prev span, .swiper .swiper-button-next span {
    font-size: 1.2rem;
  }
  .swiper .swiper-pagination {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
  .swiper .ui-wrap {
    padding: 0 5rem;
  }
  .section_mv .swiper-mv_wrapper {
    height: 100svh;
    overflow: hidden;
  }
  .section_mv .swiper-wrapper {
    height: calc(100% - 5rem);
  }
  .section_mv .swiper-mv_main {
    height: calc(100% - 6.2rem);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section_mv .swiper-mv_main .swiper-slide .-wrap_link {
    width: 10rem;
    height: 10rem;
    top: auto;
    left: auto;
    right: 1rem;
    bottom: 2rem;
  }
  .section_mv .swiper-mv_main .swiper-pagination_wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 5rem;
    overflow-x: auto;
  }
  .section_mv .swiper-mv_main .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: static;
    width: auto;
    -webkit-padding-end: 2rem;
    padding-inline-end: 2rem;
  }
  .section_mv .swiper-mv_main .swiper-pagination-bullet {
    font-size: 1.3rem;
    margin: 0;
    padding-left: 2rem;
  }
  .section_mv .swiper-mv_main .swiper-pagination-bullet-active {
    border: none;
  }
  .section_mv .swiper-mv_main .swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    left: 2rem;
    right: 0;
    bottom: -0.5rem;
    height: 1px;
    background-color: var(--bc_black);
  }
  .section_mv .swiper-mv_main .swiper-progressbar {
    left: 2rem;
    bottom: 8rem;
  }
  .section_mv .mv_movie {
    aspect-ratio: 1/1.77;
  }
  .section_mv-inner .-stalker_item {
    position: absolute;
    right: 1rem;
    bottom: 13rem;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background-color: rgba(var(--bc_black_RGB), 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: none;
  }
  .section_mv-inner .-stalker_item > span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    text-align: center;
    visibility: visible;
    height: auto;
    pointer-events: none;
  }
  .section_mv-inner .-stalker_item .-stalker_more {
    font-family: var(--ff_en);
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1.1;
    white-space: pre;
    color: var(--bc_white);
    pointer-events: none;
  }
  .section_mv-logo {
    height: 6.2rem;
    padding-top: 2rem;
  }
  .section_mv-logo > img {
    width: calc(100% - 0.45rem);
  }
  .section_mv-logo::before {
    height: 6.2rem;
  }
  .section_mv-logo:has(.section_mv-openlabel) {
    height: 9.45rem;
    padding-top: 2.5rem;
  }
  .section_mv-logo:has(.section_mv-openlabel)::before {
    height: 9.45rem;
  }
  .section_mv-openlabel {
    height: 1rem;
    padding: 0.5rem 0;
    margin-top: 1.3rem;
  }
  .section_concept-inner {
    max-width: calc(100% - 2rem);
  }
  .section_concept-detail {
    padding: 6rem 0;
  }
  .section_concept-detail .-t_headline {
    font-size: 2.2rem;
  }
  .section_concept-detail.scene01 {
    padding-top: 0;
    padding-bottom: 4.5rem;
  }
  .section_concept-detail.scene01 .-txt_wrap {
    gap: 56rem;
  }
  .section_concept-detail.scene01 .-txt_wrap .-t_body {
    width: 29rem;
    margin-left: calc(100% - 29rem);
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .section_concept-detail.scene02 {
    padding: 4.5rem 0;
  }
  .section_concept-detail.scene02 .-txt_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 47rem;
  }
  .section_concept-detail.scene02 .-t_body {
    width: 26rem;
    margin-inline: auto;
  }
  .section_concept-detail.scene03 {
    padding-top: 4.5rem;
    padding-bottom: 9rem;
  }
  .section_concept-detail.scene03 .-txt_wrap {
    gap: 58rem;
  }
  .section_concept-detail.scene03 .-t_headline {
    text-align: center;
  }
  .section_concept-detail.scene03 .-t_body {
    width: 31.5rem;
    margin-inline: auto;
  }
  .section_concept-detail01_ph01 {
    position: absolute;
    right: 0;
    top: 14rem;
    width: 25rem;
    height: 37.5rem;
  }
  .section_concept-detail01_ph01::before {
    top: 0;
    left: -0.25em;
    font-size: 1.3rem;
  }
  .section_concept-detail01_ph02 {
    top: 38rem;
    left: 0;
    width: 14rem;
    height: 18.6rem;
  }
  .section_concept-detail02_ph01 {
    position: absolute;
    top: 14rem;
    left: calc(50% - 18.5rem);
    width: 18.4rem;
    height: 36.4rem;
  }
  .section_concept-detail02_ph02 {
    position: absolute;
    top: 14rem;
    right: calc(50% - 18.5rem);
    width: 18.4rem;
    height: 36.4rem;
  }
  .section_concept-detail02_after {
    top: 32rem;
    width: 37rem;
    font-size: 1.3rem;
  }
  .section_concept-detail02_after > span::before {
    clip-path: porygon(calc(100% - 6.4rem) 0, 100% 0, 100% 100%, calc(100% - 6.4rem) 100%);
  }
  .section_concept-detail02_after > span::after {
    width: 6.4rem;
  }
  .section_concept-detail03_ph01 {
    position: absolute;
    top: 13rem;
    left: 0;
    width: 19rem;
    height: 28.5rem;
  }
  .section_concept-detail03_ph01 .caption {
    left: calc(100% + 2rem);
    font-size: 1.3rem;
  }
  .section_concept-detail03_ph02 {
    top: 35rem;
    right: 0;
    width: 12rem;
    height: 18rem;
  }
  .section_concept-detail03_ph03 {
    top: 44rem;
    left: calc(50% - 7.5rem);
    width: 12rem;
    height: 18rem;
  }
  .section_concept-collection_inner .obs_area {
    display: none;
  }
  .section_concept-collection_inner .obs_item {
    display: none;
  }
  .section_concept-collection_inner .section_concept-collection_item {
    opacity: 1 !important;
  }
  .section_concept-collection_inner .scrollstate {
    display: none;
  }
  .section_concept-collection_inner .counter {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
  }
  .section_concept-collection_item {
    display: block;
    padding-bottom: 8rem;
  }
  .section_concept-collection_item::before {
    top: 0;
    left: 1rem;
    right: 1rem;
    bottom: 0;
  }
  .section_concept .ph_wrap_main {
    width: calc(100% - 2rem);
    height: 49.2rem;
    margin-inline: auto;
  }
  .section_concept-collection_mv img {
    clip-path: none !important;
  }
  .section_concept-collection_detail {
    position: relative;
  }
  .section_concept-collection_detail .title {
    font-size: 3rem;
    line-height: 1.2;
    text-align: center;
    margin-top: 5rem;
  }
  .section_concept-collection_detail .title > span {
    overflow: visible !important;
    clip-path: none !important;
  }
  .section_concept-collection_detail .title [data-char] {
    display: inline !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transform-style: flat !important;
    transform-style: flat !important;
  }
  .section_concept-collection_detail .ph_wrap {
    width: 14rem;
    height: 21rem;
    margin-top: 4rem;
  }
  .section_concept-collection_detail .ph {
    width: 14rem;
    height: 21rem;
    clip-path: none !important;
  }
  .section_concept-collection_detail .caption {
    width: 27rem;
    margin-inline: auto;
    margin-top: 3rem;
    opacity: inherit !important;
  }
  .section_concept-collection_detail-link {
    margin-top: 4rem;
    text-align: center;
  }
  .section_concept-collection_detail-link .-btn01 {
    width: 27rem;
  }
  .section_flagship-inner {
    margin-top: 8rem;
  }
  .section_flagship-detail {
    margin-top: 4rem;
  }
  .section_flagship-title {
    width: calc(100% - 2rem);
    height: 24.7rem;
  }
  .section_flagship-sec_tit {
    gap: 1.5rem;
  }
  .section_flagship-sec_tit .-title {
    font-size: 3.6rem;
  }
  .section_flagship-sec_tit .-t_body {
    font-size: 1.3rem;
  }
  .section_flagship-main_ph {
    width: calc(100% - 4rem);
    aspect-ratio: 350/467;
    height: auto;
    margin-inline: auto;
  }
  .section_flagship-txt_wrap {
    max-width: calc(100% - 12rem);
    margin-inline: auto;
    margin-top: 5rem;
  }
  .section_flagship-swiper {
    width: calc(100% - 2rem);
    margin-left: 2rem;
    margin-top: 6rem;
    padding-bottom: 4rem;
  }
  .section_flagship-swiper .ui-wrap {
    right: 2rem;
  }
  .section_flagship-swiper .swiper-slide_ph {
    width: 22.4rem;
    height: 33.6rem;
  }
  .section_dress .swiper-button-prev span, .section_dress .swiper-button-next span {
    font-size: 1.2rem;
  }
  .section_dress .swiper-pagination {
    font-size: 1.2rem;
  }
  .section_dress .select {
    width: 15.5rem;
    height: 3.6rem;
  }
  .section_dress .select:nth-of-type(1) {
    width: 100%;
  }
  .section_dress .select_expand {
    height: 3.6rem;
  }
  .section_dress .select_expandLabel {
    height: 3.6rem;
  }
  .section_dress .select_items {
    padding-top: 3.6rem;
  }
  .section_dress .select_label {
    line-height: 3.6rem;
  }
  .section_dress .select_label-placeholder {
    height: 3.6rem;
  }
  .section_dress .select_expand:checked + .select_closeLabel + .select_options .select_label {
    height: 3.5rem;
  }
  .section_dress .select_input:checked + .select_label {
    height: 3.6rem;
    margin-top: -3.6rem;
  }
  .section_dress .search_btn {
    width: 100%;
    height: 3.6rem;
    margin-top: 2rem;
  }
  .section_dress-inner {
    margin-top: 8rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .section_dress-inner::before {
    left: 1rem;
    right: 1rem;
  }
  .section_dress-sec_tit {
    max-width: calc(100% - 6rem);
  }
  .section_dress-sec_tit .-title {
    font-size: 4rem;
  }
  .section_dress-sec_tit .-t_body {
    margin-top: 5rem;
  }
  .section_dress-link {
    margin-top: 5rem;
    text-align: center;
  }
  .section_dress-link .-btn01 {
    width: 25rem;
  }
  .section_dress-search {
    position: relative;
    z-index: 10;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem 2rem;
    max-width: calc(100% - 6rem);
    width: 100%;
    margin-inline: auto;
    margin-top: 4rem;
  }
  .section_dress-swiper_wrapper {
    margin-top: 6rem;
  }
  .section_dress-swiper {
    width: 100%;
    -webkit-transform: translateX(-6rem);
    transform: translateX(-6rem);
  }
  .section_dress-swiper .swiper-slide .-wrap_link {
    height: 22.4rem;
  }
  .section_dress-swiper .swiper-slide .thumb {
    height: 22.4rem;
  }
  .section_dress-swiper .swiper-slide .thumb_backstyle {
    height: 22.4rem;
  }
  .section_dress-swiper .swiper-slide .thumb_kirikawari {
    height: 22.4rem;
  }
  .section_dress-swiper .swiper-slide-inner {
    height: 40.3rem;
  }
  .section_dress-swiper .swiper-slide-active {
    width: 27rem !important;
  }
  .section_dress-swiper .swiper-slide-active .-wrap_link {
    height: auto;
  }
  .section_dress-swiper .swiper-slide-active .thumb {
    height: 40.3rem;
  }
  .section_dress-swiper .swiper-slide-active .thumb_backstyle,
  .section_dress-swiper .swiper-slide-active .thumb_kirikawari {
    height: 40.3rem;
  }
  .section_dress-swiper .swiper-slide-active ~ .swiper-slide .swiper-slide-inner .-wrap_link {
    height: 22.4rem;
  }
  .section_dress-swiper .swiper-slide-active ~ .swiper-slide .swiper-slide-inner .thumb_backstyle,
  .section_dress-swiper .swiper-slide-active ~ .swiper-slide .swiper-slide-inner .thumb_kirikawari {
    height: 22.4rem;
  }
  .section_dress-swiper .ui-wrap {
    position: relative;
    left: 50%;
    margin-top: 2rem;
  }
  .section_accessories-inner {
    margin-top: 9rem;
  }
  .section_accessories-sec_tit {
    text-align: center;
  }
  .section_accessories-sec_tit .-title {
    font-size: 4rem;
    line-height: 1.2;
  }
  .section_accessories-detail {
    max-width: calc(100% - 2rem);
    width: 100%;
    margin-inline: auto;
    margin-top: 6rem;
    gap: 3rem calc((100% - 34.8rem) / 2);
  }
  .section_accessories-detail .thumb {
    width: 11.6rem;
    height: 11.6rem;
  }
  .section_accessories-txt_wrap {
    position: static;
    max-width: calc(100% - 6rem);
    width: 100%;
    margin-inline: auto;
    margin-top: 4rem;
  }
  .section_accessories-txt_wrap .-t_headline {
    font-size: 2.2rem;
  }
  .section_accessories-link {
    position: static;
    text-align: center;
    margin-top: 3.5rem;
  }
  .section_accessories-link .-btn01 {
    width: 33rem;
    height: 3.6rem;
  }
  .section_about .-info_item {
    display: block;
    padding: 1.5rem 0;
  }
  .section_about .-info_item > dt {
    width: 100%;
    font-size: 1.3rem;
  }
  .section_about .-info_item > dd {
    padding: 0;
    padding-top: 1rem;
    font-size: 1.2rem;
  }
  .section_about .-info_item .-inline > dd {
    margin-left: 1em;
  }
  .section_about .-info_link {
    gap: 1rem;
  }
  .section_about .-info_link .-btn01 {
    width: calc((100% - 1rem) / 2);
  }
  .section_about-inner {
    display: block;
    margin-top: 12rem;
  }
  .section_about-mv {
    position: static;
    width: calc(100% - 2rem);
    height: 24.7rem;
    margin-inline: auto;
    margin-top: 5rem;
  }
  .section_about-sec_tit {
    position: static;
    text-align: center;
    width: 100%;
  }
  .section_about-sec_tit .main {
    font-size: 4rem;
  }
  .section_about-sec_tit .sub {
    font-size: 2rem;
    letter-spacing: 0.02em;
  }
  .section_about-txt_wrap {
    max-width: calc(100% - 4rem);
    margin-inline: auto;
    margin-top: 6rem;
  }
  .section_about-txt_wrap .-t_headline {
    font-weight: 400;
    line-height: 1.5em;
  }
  .section_about-txt_wrap .-t_body {
    margin-top: 2rem;
  }
  .section_about-info_wrap {
    max-width: calc(100% - 4rem);
    margin-inline: auto;
    margin-top: 4rem;
  }
  .section_about-shoplist {
    max-width: calc(100% - 4rem);
    margin-top: 3.5rem;
  }
  .section_about-shoplist .-info_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section_about-shoplist .-info_item > dt {
    width: 8rem;
  }
  .section_about-shoplist .-info_item > dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
  }
  .section_about-shoplist .-info_item .-inline {
    margin-right: 0;
  }
  .section_about-shoplist .-info_item .-inline > dd {
    margin-left: 0;
  }
  .section_about-shoplist .-info_item .-inline > dd::before {
    content: "：";
  }
  .section_about-shoplist_trigger span {
    font-size: 1.2rem;
  }
  .section_about-shoplist_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 4.5rem;
    padding: 4rem 0;
  }
  .section_about-shoplist_detail .-info_link {
    margin-top: 2rem;
  }
  .section_insta-inner {
    max-width: calc(100% - 4rem);
    margin-top: 11rem;
  }
  .section_insta-sec_tit .-title {
    font-size: 4rem;
  }
  .section_insta-detail {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 7rem;
  }
  .section_insta-detail .hash_label {
    font-size: 1.3rem;
    left: 0;
    top: -2rem;
  }
  .section_insta-detail #sbi_images {
    gap: 1rem !important;
  }
  .section_insta-link {
    margin-top: 5rem;
  }
  .section_insta-link .-btn01 {
    width: 27rem;
  }
  .section_designer-inner {
    max-width: calc(100% - 2rem);
    margin-top: 10rem;
  }
  .section_designer-mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section_designer-mv .-sec_tit .-title {
    text-align: center;
    font-size: 4rem;
    letter-spacing: 0;
    line-height: 1.2;
  }
  .section_designer-mv .-bg {
    position: static;
    margin-top: 5rem;
  }
  .section_designer-txt_wrap {
    max-width: calc(100% - 6rem);
    width: 100%;
    margin-top: 4rem;
  }
  .section_designer-txt_wrap .-sec_tit .-f_en {
    font-size: 3.6rem;
    letter-spacing: 0;
  }
  .section_designer-txt_wrap > .-t_body {
    width: 100%;
    margin-top: 3rem;
  }
  .section_designer-ph01 {
    position: relative;
    width: 17rem;
    height: 12.8rem;
    margin-left: -2rem;
    margin-top: 8rem;
  }
  .section_designer-ph02 {
    position: relative;
    width: 13rem;
    height: 19.6rem;
    margin-top: -16.2rem;
    margin-left: calc(100% - 11rem);
  }
  .section_designer-link .-btn01 {
    width: 100%;
  }
  .section_coordinator .swiper {
    width: calc(100% - 3rem);
    margin-left: 3rem;
    clip-path: polygon(-1rem 0, calc(50% + 50vw) 0, calc(50% + 50vw) 100%, -1rem 100%);
  }
  .section_coordinator .swiper .ui-wrap {
    position: relative;
    margin-top: 3rem;
    margin-left: calc(100% - 14rem);
  }
  .section_coordinator-inner {
    padding-bottom: 7rem;
  }
  .section_coordinator-inner::before {
    top: 3rem;
    left: 1rem;
    right: 0;
  }
  .section_coordinator-sec_tit {
    max-width: calc(100% - 4rem);
  }
  .section_coordinator-sec_tit .-title {
    max-width: calc(100% - 2rem);
    width: 100%;
    margin-inline: auto;
  }
  .section_coordinator-sec_tit .-t_body {
    width: calc(100% - 1rem);
    margin-left: 1rem;
    margin-top: 5rem;
    letter-spacing: 0.04em;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .section_coordinator-swiper .swiper-slide-inner {
    max-width: 27.4rem;
  }
  .section_coordinator-swiper .swiper-slide-inner .ph {
    height: 36.1rem;
  }
  .section_coordinator-swiper .swiper-slide-inner .label span {
    font-size: 3.6rem;
  }
  .section_coordinator-swiper .swiper-slide-inner .-t_body {
    margin-top: 2rem;
  }
  .section_coordinator-swiper_wrapper {
    margin-top: 5rem;
  }
  .section_atelier-inner {
    display: block;
    max-width: calc(100% - 2rem);
    margin-top: 8rem;
  }
  .section_atelier-mv {
    width: 100%;
    height: 49.3rem;
  }
  .section_atelier-txt_wrap {
    display: block;
    max-width: calc(100% - 2rem);
    width: 100%;
    margin-inline: auto;
    margin-top: 4rem;
    padding: 0;
  }
  .section_atelier-t_body {
    margin-top: 5rem;
  }
  .section_journal-inner {
    max-width: calc(100% - 4rem);
    margin-top: 14rem;
  }
  .section_journal-inner::before {
    top: -7rem;
    left: 0;
    right: 0;
  }
  .section_journal-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
    margin-top: 7rem;
  }
  .section_journal-detail:has(.swiper) {
    margin-top: 3rem;
  }
  .section_journal-detail:has(.swiper) .section_journal-item {
    width: 31rem;
  }
  .section_journal-item {
    width: 100%;
  }
  .section_journal-item .thumb {
    height: 23.4rem;
  }
  .section_journal-txt_wrap .-t_headline {
    font-size: 1.7rem;
  }
  .section_journal-txt_wrap .-date {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .section_journal-txt_wrap[data-accordion=sp] .-t_headline {
    position: relative;
  }
  .section_journal-txt_wrap[data-accordion=sp] .-t_headline span {
    display: block;
    padding-bottom: 4rem;
    -webkit-transition: padding-bottom 1s;
    transition: padding-bottom 1s;
  }
  .section_journal-txt_wrap[data-accordion=sp] .-t_headline::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .section_journal-txt_wrap[data-accordion=sp] .-t_headline::after {
    content: "View More";
    font-family: var(--ff_en);
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0;
    padding: 0.5rem 1.5rem;
    border: 1px solid var(--bc_black);
    opacity: 1;
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s;
  }
  .section_journal-txt_wrap[data-accordion=sp].is-active .-t_headline {
    pointer-events: none;
  }
  .section_journal-txt_wrap[data-accordion=sp].is-active .-t_headline span {
    padding-bottom: 0;
  }
  .section_journal-txt_wrap[data-accordion=sp].is-active .-t_headline::after {
    opacity: 0;
  }
  .section_journal-link {
    position: static;
    margin-top: 4rem;
  }
  .section_journal-link .-btn01 {
    width: 100%;
  }
  .section_journal-swiper {
    padding-top: 4rem;
  }
  .section_journal-swiper .ui-wrap {
    position: absolute;
    top: 0;
    right: 0;
  }
  .section_news-inner {
    max-width: calc(100% - 4rem);
    margin-top: 10rem;
    padding-bottom: 12rem;
  }
  .section_news-sec_tit {
    position: static;
  }
  .section_news-link {
    position: static;
    margin-top: 5rem;
  }
  .section_news-link .-btn01 {
    width: 100%;
  }
  .section_news-item_wrap {
    width: 100%;
    margin: 0;
    margin-top: 6rem;
  }
  .section_news-menu_item {
    font-size: 1.4rem;
  }
  .section_news-detail_wrap {
    margin-top: 3rem;
  }
  .section_news-detail_item {
    padding: 1.5rem 0;
  }
  .section_news-detail_item .-wrap_link {
    top: 1.5rem;
    bottom: 1.5rem;
  }
  .section_news-detail_item .-txt_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section_news-detail_item .-date {
    width: 7.6rem;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .section_news-detail_item .-category {
    width: calc(100% - 7.6rem);
  }
  .section_news-detail_item .-category span {
    padding: 0.25rem 0.5rem;
    font-size: 1.2rem;
  }
  .section_news-detail_item .-caption {
    width: 100%;
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1.8;
    margin-top: 1rem;
  }
  .-phase1-5 .section_about-inner {
    display: block;
    margin-top: 9rem;
  }
}
@media screen and (min-width: 1601px) {
  .section_mv-logo {
    height: 12.18vw;
    padding-top: 2.5vw;
  }
  .section_mv-logo::before {
    height: 12.18vw;
  }
  .section_mv-logo:has(.section_mv-openlabel) {
    height: 16.56vw;
  }
  .section_mv-logo:has(.section_mv-openlabel)::before {
    height: 16.56vw;
  }
  .section_mv-openlabel {
    height: 1.8125vw;
    margin-top: 2.18vw;
  }
}
@media screen and (width > 767px) and (min-width: 1000px) and (max-height: 640px) {
  .section_concept-collection_item .section_concept-collection_detail .ph_wrap {
    width: auto;
    height: 40rem;
    aspect-ratio: 31.2/46.9;
  }
  .section_concept-collection_item .section_concept-collection_detail .ph {
    width: 100%;
    height: 100%;
  }
  .section_concept-collection_item .section_concept-collection_detail .caption {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (width > 767px) and (min-width: 1200px) and (max-height: 740px) {
  .section_concept-collection_item .section_concept-collection_detail .ph_wrap {
    width: auto;
    height: 34rem;
    aspect-ratio: 31.2/46.9;
  }
  .section_concept-collection_item .section_concept-collection_detail .ph {
    width: 100%;
    height: 100%;
  }
  .section_concept-collection_item .section_concept-collection_detail .caption {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (width > 767px) and (min-width: 1400px) and (max-height: 860px) {
  .section_concept-collection_item .section_concept-collection_detail .ph_wrap {
    width: auto;
    height: 32rem;
    aspect-ratio: 31.2/46.9;
  }
  .section_concept-collection_item .section_concept-collection_detail .ph {
    width: 100%;
    height: 100%;
  }
  .section_concept-collection_item .section_concept-collection_detail .caption {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (width > 767px) and (min-width: 1600px) and (max-height: 900px) {
  .section_concept-collection_item .section_concept-collection_detail .caption {
    width: 100%;
    margin-left: 0;
  }
}/*# sourceMappingURL=top.css.map */
