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

/* contents
============================================================================= */
.-cont_header .-sec_tit .-title {
  font-size: 9.1rem;
  line-height: 1.1;
}

.intermission_mov {
  position: relative;
  width: 75%;
  height: 60rem;
  line-height: 0;
  overflow: hidden;
  margin-inline: auto;
  margin-top: 27rem;
}
.intermission_mov .movie {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section_intro-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15rem;
  max-width: calc(100% - 24rem);
  width: 100%;
  margin-inline: auto;
  margin-top: 16rem;
}
.section_intro-mv {
  width: 48rem;
  height: 72rem;
}
.section_intro-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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 72rem;
}
.section_intro-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;
  gap: 2.5rem;
}
.section_intro-sec_tit .position {
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1;
}
.section_intro-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;
  gap: 1.5rem;
}
.section_intro-sec_tit .-title .-f_en {
  font-size: 4.8rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
}
.section_intro-sec_tit .-title .-f_min {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.section_intro-outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12rem;
}
.section_intro-outline > 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;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1;
}
.section_intro-outline > dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: justify;
  text-justify: inter-ideograph;
}

.section_career-inner {
  position: relative;
  max-width: calc(100% - 8rem);
  width: 100%;
  margin-inline: auto;
  margin-top: 16rem;
  padding: 13rem 12rem 26rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section_career-sec_tit {
  color: var(--bc_white);
}
.section_career-sec_tit .-title {
  font-size: 5.6rem;
}
.section_career-chart {
  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;
}
.section_career-chart .segment {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section_career-chart .segment > dt {
  font-family: var(--ff_min);
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--bc_white);
  padding: 2rem 0;
}
.section_career-chart .segment > dd {
  position: relative;
  min-height: 16rem;
  padding: 2rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section_career-chart .segment > dd:has(.-h240) {
  height: 24rem;
}
.section_career-chart .segment > dd:has(.-h340) {
  height: 34rem;
}
.section_career-chart .segment:last-of-type .centerline::after {
  bottom: -13.5rem;
  left: calc(50% - 0.15rem);
  border-radius: 0;
  width: 0.3rem;
  height: 13rem;
  background-color: rgba(var(--bc_white_RGB), 0);
  border-left: 0.3rem dotted var(--bc_white);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section_career-chart .centerline {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: var(--bc_white);
}
.section_career-chart .centerline i {
  position: absolute;
  left: calc(50% - 0.25rem);
  top: calc(50% - 0.25rem);
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--bc_white);
}
.section_career-chart .centerline::before, .section_career-chart .centerline::after {
  content: "";
  position: absolute;
  left: calc(50% - 0.45rem);
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--bc_white);
}
.section_career-chart .centerline::before {
  top: 0;
}
.section_career-chart .centerline::after {
  bottom: 0;
}
.section_career-chart .centerline.-h240 {
  height: 24rem;
  bottom: auto;
}
.section_career-chart .centerline.-h340 {
  height: 34rem;
  bottom: auto;
}
.section_career-chart .dotline {
  position: absolute;
  top: 1.4rem;
  height: 0.3rem;
  width: 16rem;
  border-top: 0.3rem dotted var(--bc_white);
}
.section_career-chart .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 34rem;
  width: 100%;
  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;
  color: var(--bc_white);
}
.section_career-chart .item > dd {
  position: relative;
}
.section_career-chart .item:not(.-rev) {
  left: 35.5rem;
}
.section_career-chart .item:not(.-rev) .dotline {
  left: -18.5rem;
}
.section_career-chart .item.-rev {
  right: 35.5rem;
}
.section_career-chart .item.-rev .dotline {
  right: -18.5rem;
}
.section_career-chart .item_ph {
  position: absolute;
  top: calc(100% + 3rem);
  left: 0;
  width: 22.4rem;
  height: 15rem;
}
.section_career-chart .item_ph .caption {
  position: absolute;
  top: calc(100% + 1rem);
  font-family: var(--ff_min);
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.6;
}
.section_career-chart .item_ph.inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 34rem;
  height: 20rem;
}
.section_career-chart .item_ph.inline picture {
  width: 16rem;
  height: 100%;
}
.section_career-chart .item_ph picture {
  width: 100%;
  height: 100%;
}
.section_career-chart .item_ph.item1996 {
  width: 15rem;
  height: 20rem;
}
.section_career-chart .item_ph.item1996 .caption {
  top: auto;
  bottom: 0;
  left: calc(100% + 1rem);
  width: 16rem;
}
@media (width <= 767px) {
  .content_wrap:has(.dress_archive-search) .dress_archive-search {
    margin-top: 7rem;
  }
  .-cont_header .-sec_tit {
    height: 18rem;
  }
  .-cont_header .-sec_tit .-title {
    font-size: 4.8rem;
  }
  .intermission_mov {
    max-width: calc(100% - 4rem);
    width: 100%;
    aspect-ratio: 350/263;
    margin-top: 8rem;
  }
  .section_intro-inner {
    display: block;
    max-width: calc(100% - 6rem);
    margin-top: 8rem;
    padding-top: 13rem;
  }
  .section_intro-mv {
    width: 21.6rem;
    height: 28.9rem;
    margin-left: calc(100% - 21.6rem);
  }
  .section_intro-sec_tit {
    position: absolute;
    top: 0;
    left: 0;
    gap: 2rem;
  }
  .section_intro-sec_tit .position {
    font-size: 1.4rem;
  }
  .section_intro-sec_tit .-title .-f_en {
    font-size: 4rem;
  }
  .section_intro-sec_tit .-title .-f_min {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .section_intro-outline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.6rem;
    position: relative;
    margin-top: -1.6rem;
  }
  .section_career-inner {
    max-width: 100%;
    margin-top: 10rem;
    padding: 9rem 2rem 18rem;
    overflow: hidden;
  }
  .section_career-sec_tit .-title {
    font-size: 4rem;
  }
  .section_career-chart {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 5rem;
  }
  .section_career-chart .segment {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section_career-chart .segment > dt {
    font-size: 2.8rem;
    padding: 1rem 0;
  }
  .section_career-chart .segment > dd:has(.-h370_sp) {
    height: 37rem;
  }
  .section_career-chart .segment > dd:has(.-h380_sp) {
    height: 38rem;
  }
  .section_career-chart .segment > dd:has(.-h530_sp) {
    height: 53rem;
  }
  .section_career-chart .segment > dd:has(.-h545_sp) {
    height: 54.5rem;
  }
  .section_career-chart .segment > dd:has(.-h690_sp) {
    height: 69rem;
  }
  .section_career-chart .segment:last-of-type .centerline::after {
    bottom: -9.5rem;
    height: 9rem;
  }
  .section_career-chart .centerline {
    left: 3.4rem;
  }
  .section_career-chart .centerline.-h370_sp {
    height: 37rem;
    bottom: auto;
  }
  .section_career-chart .centerline.-h380_sp {
    height: 38rem;
    bottom: auto;
  }
  .section_career-chart .centerline.-h530_sp {
    height: 53rem;
    bottom: auto;
  }
  .section_career-chart .centerline.-h545_sp {
    height: 54.5rem;
    bottom: auto;
  }
  .section_career-chart .centerline.-h690_sp {
    height: 69rem;
    bottom: auto;
  }
  .section_career-chart .dotline {
    top: -1.8rem;
    width: 4rem;
  }
  .section_career-chart .item {
    gap: 0.5rem;
    max-width: 27rem;
  }
  .section_career-chart .item:not(.-rev) {
    left: 8rem;
  }
  .section_career-chart .item:not(.-rev) .dotline {
    left: -4.8rem;
  }
  .section_career-chart .item:not(.-rev) + .-rev {
    margin-top: 4rem;
  }
  .section_career-chart .item.-rev {
    right: auto;
    left: 8rem;
  }
  .section_career-chart .item.-rev .dotline {
    right: auto;
    left: -4.8rem;
  }
  .section_career-chart .item.-rev + .item:not(.-rev) {
    margin-top: 4rem;
  }
  .section_career-chart .item.item2000 {
    margin-top: 2rem;
  }
  .section_career-chart .item.item2010 + .item:not(.-rev) {
    margin-top: 21rem;
  }
  .section_career-chart .item.item2025 {
    margin-top: -2rem;
  }
  .section_career-chart .item_ph {
    top: calc(100% + 2rem);
  }
  .section_career-chart .item_ph .caption {
    line-height: 1.8;
  }
  .section_career-chart .item_ph.inline {
    width: 27.2rem;
    height: 16rem;
  }
  .section_career-chart .item_ph.inline picture {
    width: 12.8rem;
  }
  .section_career-chart .item_ph.item1996 {
    width: 12.8rem;
    height: 17.1rem;
  }
  .section_career-chart .item_ph.item1996 .caption {
    width: 12.8rem;
  }
}
@media (width > 767px) {
  .section_career-chart {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -7rem;
  }
  .section_career-chart .segment.segment1990 > dd {
    padding-bottom: 0;
  }
  .section_career-chart .segment.segment2000 > dd {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section_career-chart .segment.segment2010 > dd {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section_career-chart .item.item1990 {
    margin-top: -2rem;
  }
  .section_career-chart .item.item1996 {
    margin-top: -4rem;
  }
  .section_career-chart .item.item2000 {
    margin-top: -3rem;
  }
  .section_career-chart .item.item2010 {
    margin-top: -2rem;
  }
  .section_career-chart .item.item2019 {
    margin-top: -1rem;
  }
  .section_career-chart .item.item2020 {
    margin-top: -3rem;
  }
  .section_career-chart .item.item2025 {
    margin-top: -4rem;
  }
}/*# sourceMappingURL=designer.css.map */
