@charset "UTF-8";/* local common
============================================================================= */
.-cont_header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90rem;
  overflow: hidden;
}
.-cont_header-mv_left, .-cont_header-mv_right {
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  max-width: none;
}
.-cont_header-mv_left img, .-cont_header-mv_right img {
  -o-object-position: center top;
  object-position: center top;
}
.-cont_header-mv_logo {
  position: absolute;
  z-index: 1;
  display: block;
  width: 26.3rem;
  height: auto;
}
.-cont_header-mv_logo img {
  width: 100%;
  height: auto;
}
.-cont_header-mv {
  width: 100%;
}

/* contents
============================================================================= */
.section_concept {
  position: relative;
}
.section_concept-inner {
  position: relative;
  width: 100%;
  display: block;
}
.section_concept-bgwrap {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
}
.section_concept-bgwrap video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100vh;
}
.section_concept-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.section_concept-bg img {
  -o-object-position: center top;
  object-position: center top;
}
.section_concept-detail_mv_softright {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: soft-light;
  transition: opacity 1.6s;
}
.section_concept-detail_section .-t_headline {
  position: relative;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-left: 12rem;
}
.section_concept-detail_section .-t_headline::after {
  content: "";
  position: absolute;
  right: -5rem;
  top: 50%;
  width: 4.8rem;
  height: 1px;
  background-color: var(--bc_black);
}
.section_concept-detail_section .-t_body {
  margin-left: 16rem;
  max-width: 36rem;
}

.section_about-inner {
  position: relative;
}
.section_about-detail {
  text-align: center;
  color: var(--bc_white);
}
.section_about-detail .-t_headline {
  margin-top: 5rem;
}

.section_lineup-inner {
  position: relative;
  margin-top: 17rem;
}
.section_lineup-sec_tit {
  display: flex;
  width: 100%;
  margin-inline: auto;
}
.section_lineup-detail {
  margin-top: 6rem;
  overflow: hidden;
}
.section_lineup-swiper {
  max-width: 160rem;
  width: 100%;
  margin-inline: auto;
  overflow: visible;
}
.section_lineup-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.section_lineup-ph {
  width: 32.2rem;
  height: 54rem;
}
.section_lineup-link {
  max-width: 144rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 4rem;
  text-align: right;
}

.section_original-inner {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 160rem;
  margin-inline: auto;
  margin-top: 16rem;
}
.section_original-mv {
  width: 76rem;
  height: 90rem;
}
.section_original-detail {
  box-sizing: border-box;
}
.section_original-link {
  text-align: right;
  margin-top: 8rem;
  margin-right: 8rem;
}

.section_topstylist-inner {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 160rem;
  margin-inline: auto;
  margin-top: 16rem;
}
.section_topstylist-mv {
  display: flex;
  flex-direction: column;
  width: 76rem;
  height: 90rem;
  overflow: hidden;
}
.section_topstylist-mv .upper, .section_topstylist-mv .lower {
  width: 100%;
  height: 50%;
  max-width: none;
}
.section_topstylist-mv img {
  -o-object-position: center top;
  object-position: center top;
}
.section_topstylist-detail {
  box-sizing: border-box;
}
.section_topstylist-link {
  text-align: right;
  margin-top: 8rem;
  margin-right: 8rem;
}

.section_brandstory {
  position: relative;
  margin-top: 16rem;
}
.section_brandstory .-bg img {
  -o-object-position: center top;
  object-position: center top;
}
.section_brandstory-inner {
  position: relative;
  display: flex;
  margin-inline: auto;
  box-sizing: border-box;
}
.section_brandstory-main {
  width: 60rem;
  height: 78.4rem;
}
.section_brandstory-sub {
  width: 25.9rem;
  height: 32rem;
}
.section_brandstory-detail {
  color: var(--bc_white);
}
.section_brandstory-detail .-t_title {
  position: absolute;
  top: 17rem;
  left: 33rem;
  font-size: 8rem;
  letter-spacing: 0.1em;
}
.section_brandstory-detail .-t_title span {
  margin-left: 1.3em;
}
.section_brandstory-detail .-t_headline {
  margin-top: 9rem;
}
.section_brandstory-detail .-t_body {
  margin-top: 4.5rem;
}
.section_brandstory-link {
  margin-top: 5rem;
}

.section_service-inner {
  max-width: 124rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 17rem;
}
.section_service .-sec_tit {
  text-align: center;
}
.section_service .-sec_tit .-t_headline {
  margin-top: 9rem;
}
.section_service .-sec_tit .-t_body {
  margin-top: 5rem;
}
.section_service-detail {
  display: flex;
  justify-content: space-between;
}
.section_service-detail_ph {
  width: 100%;
  height: 36rem;
}
.section_service-detail_txt {
  margin-top: 2rem;
}
.section_service-detail_txt .label {
  position: absolute;
  top: -3.5rem;
  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.8rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--bc_black);
  padding: 0 2rem;
}
.section_service-detail_txt .label::before, .section_service-detail_txt .label::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.9rem);
  display: block;
  width: 0.4rem;
  height: 1.8rem;
  border-top: 1px solid var(--bc_main);
  border-bottom: 1px solid var(--bc_main);
}
.section_service-detail_txt .label::before {
  border-left: 1px solid var(--bc_main);
  left: 0;
}
.section_service-detail_txt .label::after {
  border-right: 1px solid var(--bc_main);
  right: 0;
}
.section_service-detail_txt .-t_headline {
  text-align: center;
}
.section_service-detail_txt .-t_body {
  margin-top: 1.5rem;
}
.section_service-item {
  position: relative;
  width: 36rem;
  margin-top: 17rem;
}

.intermission {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 90rem;
  margin-top: 16rem;
}
.intermission-bg img {
  -o-object-position: center top;
  object-position: center top;
}
.intermission-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  margin-left: 61.87%;
  color: var(--bc_white);
}
.intermission-detail .-t_body {
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
.intermission-detail .-t_body::after {
  content: "";
  display: inline-block;
  height: 1px;
  background-color: var(--bc_white);
}
.intermission-logo {
  width: 26.3rem;
}
.intermission-logo img {
  width: 100%;
  height: auto;
}
@media (width <= 767px) {
  .-cont_header {
    height: auto;
    aspect-ratio: 375/667;
  }
  .-cont_header-mv_logo {
    width: 14.8rem;
  }
  .-cont_header-mv .swiper-slide {
    width: 100%;
  }
  .section_concept-detail {
    padding-top: 27rem;
    padding-bottom: 12rem;
  }
  .section_concept-detail_mv {
    position: relative;
    width: calc(100% - 2.4rem);
    height: 48rem;
    margin-left: 2.4rem;
  }
  .section_concept-detail_section:has(.-t_headline) {
    position: absolute;
    top: 12.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .section_concept-detail_section .-t_headline {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    line-height: 1.8;
    white-space: pre;
    font-feature-settings: "palt";
    margin-inline: auto;
    padding-right: 4.5rem;
  }
  .section_concept-detail_section .-t_headline::after {
    width: 4rem;
    right: 0;
  }
  .section_concept-detail_section .-t_body {
    width: calc(100% - 6rem);
    max-width: 100%;
    margin-inline: auto;
    margin-top: 6rem;
  }
  .section_about-bg {
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh;
  }
  .section_about-detail .-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 75vh;
  }
  .section_about-detail .-t_title {
    font-size: 3rem;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .section_about-detail .-t_headline {
    margin-top: 3rem;
  }
  .section_lineup-inner {
    margin-top: 11rem;
  }
  .section_lineup-sec_tit {
    flex-direction: column;
    gap: 5rem;
    max-width: calc(100% - 4.8rem);
  }
  .section_lineup-sec_tit .-t_body {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .section_lineup-ph {
    width: 24.6rem;
    height: 41.3rem;
  }
  .section_lineup-link {
    text-align: center;
    padding-bottom: 1px;
  }
  .section_original-inner {
    margin-top: 8rem;
    padding-top: 8rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .section_original-mv {
    width: calc(100% - 2.4rem);
    height: 41.5rem;
    margin-left: 0;
  }
  .section_original-detail {
    width: calc(100% - 4.8rem);
    margin-inline: auto;
    margin-top: 4.5rem;
  }
  .section_original-detail .-sec_tit {
    position: absolute;
    top: 0;
    left: 2.4rem;
  }
  .section_original-detail .-sec_tit .-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .section_original-detail .-t_body {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .section_original-link {
    margin-top: 4rem;
    margin-right: 0;
  }
  .section_topstylist-inner {
    margin-top: 10rem;
    padding-top: 8rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .section_topstylist-mv {
    width: calc(100% - 2.4rem);
    height: 41.5rem;
    margin-left: 0;
  }
  .section_topstylist-detail {
    width: calc(100% - 4.8rem);
    margin-inline: auto;
    margin-top: 4.5rem;
  }
  .section_topstylist-detail .-sec_tit {
    position: absolute;
    top: 0;
    left: 2.4rem;
  }
  .section_topstylist-detail .-sec_tit .-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .section_topstylist-detail .-t_body {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .section_topstylist-link {
    margin-top: 4rem;
    margin-right: 0;
  }
  .section_brandstory {
    margin-top: 8rem;
  }
  .section_brandstory-inner {
    flex-direction: column;
    padding-top: 27.5rem;
    padding-bottom: 8rem;
  }
  .section_brandstory-main {
    width: 31.9rem;
    height: 40.5rem;
  }
  .section_brandstory-sub {
    position: absolute;
    top: 4rem;
    left: 0;
    width: 15.6rem;
    height: 19.4rem;
  }
  .section_brandstory-detail .-t_title {
    top: 10rem;
    left: auto;
    right: 2.4rem;
    font-size: 5rem;
    font-weight: 100;
    line-height: 1;
  }
  .section_brandstory-detail .-t_headline {
    width: calc(100% - 4.8rem);
    margin-inline: auto;
    margin-top: 6rem;
  }
  .section_brandstory-detail .-t_body {
    width: calc(100% - 4.8rem);
    margin-inline: auto;
    margin-top: 4rem;
  }
  .section_brandstory-link {
    text-align: right;
    width: calc(100% - 4.8rem);
    margin-inline: auto;
    margin-top: 4rem;
  }
  .section_service-inner {
    max-width: calc(100% - 4.8rem);
    margin-top: 8rem;
  }
  .section_service .-sec_tit .-t_headline {
    margin-top: 5rem;
  }
  .section_service .-sec_tit .-t_body {
    margin-top: 4rem;
    text-align: left;
  }
  .section_service-detail {
    flex-direction: column;
    width: calc(100% - 3.2rem);
    margin-inline: auto;
  }
  .section_service-detail_ph {
    height: auto;
    aspect-ratio: 1/1;
  }
  .section_service-detail_txt {
    margin-top: 3rem;
  }
  .section_service-detail_txt .label {
    font-size: 1.5rem;
  }
  .section_service-detail_txt .label::before, .section_service-detail_txt .label::after {
    top: calc(50% - 0.7rem);
    height: 1.4rem;
  }
  .section_service-detail_txt .-t_body {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .section_service-item {
    width: 100%;
    margin-top: 9rem;
  }
  .intermission {
    margin-top: 8rem;
    height: auto;
    aspect-ratio: 375/667;
  }
  .intermission-detail {
    margin-inline: auto;
  }
  .intermission-detail .-t_body {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
  }
  .intermission-detail .-t_body::after {
    position: relative;
    width: 4rem;
    margin-left: 0.5em;
  }
  .intermission-logo {
    width: 17.8rem;
    filter: drop-shadow(0 0 1rem rgba(var(--bc_black_RGB, 0.4)));
  }
}
@media (width > 767px) {
  .-cont_header-mv .swiper-wrapper {
    display: flex;
  }
  .-cont_header-mv .swiper-slide {
    width: 50%;
    height: 90rem;
  }
  .section_concept-inner {
    padding-top: 16rem;
  }
  .section_concept-detail_mv {
    position: sticky;
    top: 0;
    left: 41.57%;
    height: 100vh;
    width: 58.43%;
  }
  .section_concept-detail_mv_picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .section_concept-detail_section {
    display: flex;
    align-items: center;
    height: 100vh;
  }
  .section_concept-detail_section:has(.-t_headline) {
    margin-top: -100vh;
  }
  .section_about-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
  }
  .section_about-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  .section_about-detail .-t_body {
    margin-top: 5rem;
  }
  .section_lineup-sec_tit {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 128rem;
  }
  .section_lineup-sec_tit .-title {
    margin-top: 2rem;
  }
  .section_original-detail {
    width: 52.5%;
    padding-left: 12rem;
    margin-top: -12rem;
  }
  .section_original-detail .-t_body {
    margin-top: 5rem;
  }
  .section_topstylist-mv .upper, .section_topstylist-mv .lower {
    width: calc(100% + 2px);
    height: calc(50% + 2px);
  }
  .section_topstylist-detail {
    width: 52.5%;
    padding-left: 12rem;
    margin-top: -12rem;
  }
  .section_topstylist-detail .-t_body {
    margin-top: 5rem;
  }
  .section_brandstory-inner {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: calc(100% - 32rem);
    max-width: 128rem;
    padding: 12rem 0;
  }
  .section_brandstory-detail {
    position: relative;
  }
  .intermission-detail .-t_body::after {
    position: absolute;
    right: -5rem;
    top: 50%;
    width: 4.8rem;
  }
}
@media screen and (width > 767px) and (orientation: portrait) {
  .section_about-bg img {
    -o-object-position: 80% top;
    object-position: 80% top;
  }
}
@media screen and (orientation: portrait) and (width > 767px) {
  .section_lineup-sec_tit {
    max-width: calc(100% - 16rem);
  }
  .section_lineup-link {
    max-width: calc(100% - 22rem);
  }
  .section_original-inner {
    max-width: 100vw;
  }
  .section_original-mv {
    aspect-ratio: 76/90;
    width: 45%;
    height: auto;
  }
  .section_topstylist-inner {
    max-width: 100vw;
  }
  .section_topstylist-mv {
    aspect-ratio: 76/90;
    width: 45%;
    height: auto;
  }
}
@media (width <= 767px) and (width <= 767px) {
  .section_brandstory-main {
    margin-left: calc(100% - 31.9rem);
  }
}/*# sourceMappingURL=dress-concept.css.map */
