@charset "UTF-8";/* local common
============================================================================= */

.swiper-button-prev span, .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-button-prev::after, .swiper-button-next::after {
  content: none;
}

.swiper-button-prev {
  position: absolute;
  left: 1rem;
}
.swiper-button-prev i {
  margin-right: 0.5rem;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.swiper-button-next {
  position: absolute;
  right: 1rem;
}
.swiper-button-next i {
  margin-left: 0.5rem;
}

.ui-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  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: 13rem;
}

.swiper-pagination {
  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;
  gap: 2rem;
}
.swiper-pagination-bullet {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
  height: 1rem;
  width: 8rem;
  border-radius: 0;
  opacity: 1;
}
.swiper-pagination-bullet:only-child {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  pointer-events: none !important;
}
.swiper-pagination-bullet .swiper-progressbar-in {
  display: none;
}
.swiper-pagination-bullet-active .swiper-progressbar-in {
  display: block;
}

.swiper-pagination-extra {
  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-progressbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 8rem;
  height: 1px;
  background: var(--bc_line);
  overflow: hidden;
}
.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;
}

/* contents
============================================================================= */
.-cont_header {
  padding: 8rem 0;
}
.-cont_header-sec_tit {
  z-index: 10;
  top: 2rem;
}
.-cont_header-swiper {
  position: relative;
  z-index: 0;
  width: 75%;
  height: calc(42.1875vw + 6rem);
  margin-inline: auto;
  padding-bottom: 6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.-cont_header-swiper .swiper-wrapper {
  overflow: hidden;
}
.-cont_header-swiper .swiper-pagination {
  z-index: 0;
}
.-cont_header-ph {
  width: 100%;
  height: 100%;
}
.-cont_header .mv_movie {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  aspect-ratio: 1/2;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_intro-inner {
  position: relative;
  max-width: calc(100% - 8rem);
  width: 100%;
  height: 82.8rem;
  margin-inline: auto;
  background-color: var(--bc_black_text);
}
.section_intro-inner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(var(--bc_black_text_RGB), 1);
  mix-blend-mode: multiply;
  opacity: 0.65;
}
.section_intro-detail {
  position: relative;
  overflow: hidden;
  background-color: var(--bc_black_text);
}
.section_intro-detail .swiper {
  position: relative;
  z-index: 0;
  overflow: visible;
}
.section_intro-detail .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.section_intro-text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  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: 5rem;
  text-align: center;
}
.section_intro-text .-t_headline {
  white-space: pre;
  color: var(--bc_white);
}
.section_intro-text .-t_body {
  color: var(--bc_white);
}

.section_access-inner {
  position: relative;
  max-width: calc(100% - 16rem);
  width: 100%;
  margin-inline: auto;
  margin-top: 16rem;
}
.section_access-gmap iframe {
  width: 100%;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transition: -webkit-filter 1s;
  transition: -webkit-filter 1s;
  transition: filter 1s;
  transition: filter 1s, -webkit-filter 1s;
}
.section_access-gmap:hover iframe {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}
.section_access-detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 7rem;
  padding-right: 72rem;
}
.section_access-sec_tit .-title {
  font-size: 5.6rem;
}
.section_access-info_wrap {
  margin-top: 9rem;
}
.section_access-map {
  position: absolute;
  top: 0;
  right: 0;
  width: 64rem;
  height: 42.8rem;
}

.-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);
}
.-info_item:last-of-type {
  border-bottom: 1px solid var(--bc_line);
}
.-info_item > dt {
  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;
}
.-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;
  line-height: 1.5;
  color: var(--bc_black_text);
}
.-info_item .-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1em;
}
.-info_item .-inline > dd {
  margin-left: 0.5em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.-info_item address {
  font-style: normal;
}

.-info_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
}
.-info_link .-btn01 {
  height: 4rem;
}

.-info_detail_title {
  font-family: var(--ff_min);
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.-info_detail_wrap {
  margin-top: 1.5rem;
}

@media (width <= 767px) {
  .content_wrap:has(.dress_archive-search) .dress_archive-search {
    margin-top: 7rem;
  }
  .swiper-button-prev span, .swiper-button-next span {
    font-size: 1.2rem;
  }
  .swiper-pagination {
    gap: 0rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto;
  }
  .swiper-pagination-bullet {
    width: 4.8rem;
  }
  .swiper-progressbar {
    width: 4.8rem;
  }
  .-cont_header {
    padding: 0;
  }
  .-cont_header-swiper {
    width: calc(100% - 2rem);
    height: calc((100vw - 2rem) * 0.5625 + 6rem);
  }
  .-cont_header-swiper .swiper-slide {
    width: 100%;
    height: calc((100vw - 2rem) * 0.5625);
  }
  .-cont_header .mv_movie {
    aspect-ratio: 1/1;
  }
  .section_intro-inner {
    max-width: 100%;
    height: 72rem;
    margin-top: 8rem;
    overflow: hidden;
  }
  .section_intro-detail {
    left: calc(50% - 76.9vw);
    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: 153.8vw;
    height: 72rem;
    gap: 1rem;
  }
  .section_intro-detail .swiper {
    width: 19.4rem;
    height: auto;
    aspect-ratio: 194/273;
  }
  .section_access-inner {
    max-width: calc(100% - 4rem);
    margin-top: 8rem;
  }
  .section_access-gmap iframe {
    height: 59.74vw;
  }
  .section_access-detail {
    margin-top: 4.5rem;
    padding: 0;
  }
  .section_access-sec_tit .-title {
    font-size: 3rem;
  }
  .section_access-info_wrap {
    margin-top: 3rem;
  }
  .section_access-map {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 350/234;
    margin-top: 4.6rem;
  }
  .-info_item {
    display: block;
    padding: 1.5rem 0;
  }
  .-info_item > dt {
    width: 100%;
    font-size: 1.3rem;
  }
  .-info_item > dd {
    padding: 0;
    padding-top: 1rem;
    font-size: 1.2rem;
  }
  .-info_item .-inline > dd {
    margin-left: 1em;
  }
  .-info_link {
    gap: 1rem;
  }
  .-info_link .-btn01 {
    width: calc((100% - 1rem) / 2);
  }
}

@media (width > 767px) {
  .section_intro-detail {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: (1fr)[1];
    grid-template-rows: repeat(1, 1fr);
    gap: 4rem;
    width: 100%;
    height: 100%;
    max-width: 156rem;
    padding-inline: 8rem;
    margin-inline: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section_intro-detail .swiper {
    width: 100%;
    height: 62rem;
  }
  .section_intro-detail .swiper-slide picture {
    width: 100%;
    height: calc(100% - 4rem);
  }
  .-info_link .-btn01 {
    width: calc((100% - 2rem) / 2);
  }
}/*# sourceMappingURL=shop.css.map */
