@charset "UTF-8";

/*---------- reset ----------*/
.main-area .main-inner {
  margin: 0;
  width: 100%;
}

/*---------- reset ----------*/
/*---------- all common ----------*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}
@font-face {
  font-family: "notoserif";
  src: url("../font/NotoSerifJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "notoserif-semibold";
  src: url("../font/NotoSerifJP-SemiBold_0.otf") format("opentype");
}

.FR241031pierrecardin img,
.FR241031pierrecardin svg,
.FR241031pierrecardin picture,
.FR241031pierrecardin video {
  width: 100%;
  height: auto;
}

.FR241031pierrecardin a,
.FR241031pierrecardin picture {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

/*---------- all common ----------*/
/*---------- animation ----------*/

.js-fade-Vr:not(.model__title) {
  transform: translateY(100px);
  opacity: 0;
  transition-duration: 1.1s;
}

.js-fade-Vr:not(.model__title).active {
  transform: translateY(0);
  opacity: 1;
}


.FR241031pierrecardin .model__title {
  position: absolute;
  font-size: calc(122* (100vw /750));
  letter-spacing: 0.02em;
  line-height: 1;
  font-family: "kepler-std-semicondensed-dis", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: 0.8s 0s;
  z-index: 2;
  pointer-events: none;
}

.model__title span {
  font-size: calc(126* (100vw /750));
}

.FR241031pierrecardin .model__title.active {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

@media screen and (min-width: 768px) {

  .FR241031pierrecardin .model__title {
    font-size: 8rem;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }

  .model__title span {
    font-size: 8.3rem;
  }
}

/*---------- animation ----------*/
/*---------- font ----------*/
.FR241031pierrecardin {
  color: #000000;
  font-feature-settings: "palt";
  font-family: "notoserif", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: calc(24 *(100vw / 750));
  line-height: 2.2;
  letter-spacing: 0.05em;
}


@media screen and (min-width: 768px) {

  .FR241031pierrecardin {
    font-size: 1.3rem;
  }
}

.sec-iconArea__txt,
.sec-credit span {
  font-family: "Crimson Text", serif;
  font-size: calc(24 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 768px) {

  .sec-iconArea__txt,
  .sec-credit span {
    font-size: 1.3rem;
  }
}

/*---------- font ----------*/


/*---------- common ----------*/
.model__img {
  position: relative;
}

.model__img::before {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.FR241031pierrecardin {
  overflow: hidden;
}

.firstviewArea__img {
  margin-inline: auto;
  margin-bottom: calc(104 *(100vw / 750));
}

.firstviewArea__ttl {
  text-align: center;
  font-weight: 600;
  font-size: calc(34* (100vw /750));
  letter-spacing: 0.17em;
  line-height: 1.9;
}

.firstviewArea__ttl::first-line {
  letter-spacing: 0.17em;
}

.firstviewArea__lead {
  text-align: center;
  font-size: calc(25* (100vw /750));
  line-height: 2.15;
  letter-spacing: 0.14em;
  margin-top: calc(50*(100vw / 750));
  color: #58595B;
}

.firstviewArea__date {
  width: calc(344*(100vw / 750));
  margin: calc(88*(100vw / 750)) auto 0;
}

@media screen and (min-width: 768px) {
  .model__img {
    background: #fff;
  }

  .model__img::before {
    z-index: 2;
  }

  .FR241031pierrecardin {
    padding-top: 3rem;
    padding-bottom: 3.3rem;
    border-bottom: 0.1rem solid #000;
  }

  .firstviewArea__img {
    margin: 0 auto 5.5rem;
    width: 120rem;
  }

  .firstviewArea__ttl {
    font-size: 1.8rem;
    letter-spacing: 0.19em;
  }

  .firstviewArea__ttl::first-line {
    letter-spacing: 0.19em;
  }

  .firstviewArea__lead {
    font-size: 1.3rem;
    margin-top: 3rem;
    letter-spacing: 0.16em;
  }

  .firstviewArea__date {
    width: 20.3rem;
    margin: 5.7rem auto 0;
  }
}






/* ▽_____________ common ______________▽ */
.sec__content-item {
  position: relative;
}

.credit__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(40*(100vw / 750));
  gap: calc(19*(100vw / 750)) calc(13*(100vw / 750));
}

.credit__wrap::after {
  content: "";
  width: 100%;
}

.credit__wrap li {
  font-size: calc(24* (100vw / 750));
  font-family: "kepler-std-semicondensed-sub", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.07em;
  white-space: nowrap;
  line-height: 1;
  color: #58595B;
}

@media screen and (min-width: 768px) {
  .credit__wrap {
    margin-top: 3rem;
    gap: 1.1rem 0.8rem;
  }

  .credit__wrap li {
    font-size: 1.4rem;
    width: fit-content;
    letter-spacing: 0.07em;
  }
}






/* △_____________ common ______________△ */




/* ===============================================
* sec *
=============================================== */
.sec__content-wrap {
  position: relative;
}

.sec__content-wrap::before,
.sec__content-wrap::after,
.sec__content-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}


@media screen and (max-width: 767px) {
  .sec1 .model__title {
    top: calc(970*(100vw / 750));
    left: calc(85*(100vw / 750));
    writing-mode: vertical-lr;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    transform: scale(-1);
  }

  .sec1 .sec__content-item--1 {
    width: calc(600* (100vw /750));
    margin: calc(159*(100vw / 750)) 0 0 0;
  }

  .sec1 .sec__content-item--2 {
    width: calc(530* (100vw /750));
    margin: calc(80*(100vw / 750)) 0 0 auto;
    z-index: 1;
  }

  .sec1 .sec__content-item--3 {
    width: calc(490* (100vw /750));
    margin: calc(-54*(100vw / 750)) 0 0 calc(40*(100vw / 750));
  }
}

@media screen and (min-width: 768px) {
  .sec1 .sec__content-wrap {
    display: grid;
    width: 89rem;
    grid-template-columns: 52rem 9rem auto;
    grid-template-rows: 5.7rem 45rem auto;
    margin: 11.4rem auto 0;
    padding-left: 5rem;
  }

  .sec1 .model__title {
    top: 0;
    left: 51.8rem;
    writing-mode: vertical-lr;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }

  .sec1 .sec__content-item--1 {
    width: 46rem;
    grid-area: 1 / 1 / 2 / 2;
  }

  .sec1 .sec__content-item--2 {
    width: 28rem;
    grid-area: 2 / 3 / 3 / 4;
  }

  .sec1 .sec__content-item--3 {
    width: 24rem;
    grid-area: 3 / 2 / 4 / 3;
  }

  .sec1 .credit__wrap {
    flex-direction: column;
  }
}


/* ===============================================
* sec2 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec2 .model__title {
    top: calc(706*(100vw / 750));
    right: calc(25*(100vw / 750));
    writing-mode: vertical-lr;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    /* transform: scale(-1); */
  }

  .sec2 .sec__content-item--1 {
    width: calc(580*(100vw / 750));
    margin: calc(162*(100vw / 750)) auto 0;
  }

  .sec2 .sec__content-item--2 {
    margin: calc(80*(100vw / 750)) 0 0 0;
  }

  .sec2 .credit__wrap {
    flex-direction: row;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .sec2 .sec__content-wrap {
    display: grid;
    width: 96.4rem;
    grid-template-columns: 28rem auto;
    grid-template-rows: 25.6rem auto;
    margin: 15.9rem auto 0;
    padding-right: 3.8rem;
  }

  .sec2 .model__title {
    top: 20.8rem;
    right: 5.9rem;
    -webkit-clip-path: iinset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }

  .sec2 .sec__content-item--1 {
    width: 35rem;
    grid-area: 1 / 1 / 2 / 2;
    z-index: 1;
  }

  .sec2 .sec__content-item--2 {
    width: 68.4rem;
    grid-area: 2 / 3 / 3 / 4;
  }
}

/* ===============================================
* sec3 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec3 .model__title {
    top: calc(433*(100vw / 750));
    left: calc(45*(100vw / 750));
    writing-mode: vertical-lr;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    transform: scale(-1);
  }

  .sec3 .sec__content-item--1 {
    width: calc(570*(100vw / 750));
    margin: calc(162*(100vw / 750)) 0 0 auto;
    z-index: 1;
  }

  .sec3 .sec__content-item--2 {
    margin: calc(-80*(100vw / 750)) 0 0 0;
  }

  .sec3 .sec__content-item--3 {
    width: calc(600* (100vw /750));
    margin: calc(-120*(100vw / 750)) 0 0 0;
    z-index: 1;
  }

  .sec3 .credit__wrap {
    flex-direction: row;
    margin-left: calc(39* (100vw /750));
  }
}

@media screen and (min-width: 768px) {
  .sec3 .sec__content-wrap {
    display: grid;
    width: 104rem;
    grid-template-columns: 22rem 49rem auto;
    grid-template-rows: 18rem 52rem auto;
    margin: 14.9rem auto 0;
    padding-left: 4rem;
  }

  .sec3 .model__title {
    top: 17.7rem;
    left: 16.9rem;
    -webkit-clip-path: iinset(0 100% 0 0);
    clip-path: inset(0 0 100% 0);
    writing-mode: vertical-lr;
    transform: scale(-1);
  }

  .sec3 .sec__content-item--1 {
    width: 33rem;
    grid-area: 1 / 3 / 2 / 3;
    z-index: 1;
  }

  .sec3 .sec__content-item--2 {
    width: 56rem;
    grid-area: 2 / 2 / 3 / 4;
  }

  .sec3 .sec__content-item--3 {
    width: 42rem;
    grid-area: 3 / 1 / 4 / 2;
  }

  .sec3 .credit__wrap {
    position: absolute;
    flex-direction: row;
    transform: rotate(90deg);
    top: 51.2rem;
    right: -16.4rem;
  }
}

/* ===============================================
* sec4 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec4 .model__title {
    top: calc(852*(100vw / 750));
    right: calc(113*(100vw / 750));
    writing-mode: vertical-lr;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }

  .sec4 .sec__content-item--1 {
    margin: calc(162*(100vw / 750)) 0 0 0;
  }

  .sec4 .sec__content-item--2 {
    width: calc(534*(100vw / 750));
    margin: calc(80*(100vw / 750)) 0 0 calc(40*(100vw / 750));
  }

  .sec4 .sec__content-item--3 {
    width: calc(630* (100vw /750));
    margin: calc(40*(100vw / 750)) 0 0 auto;
  }

  .sec4 .credit__wrap {
    justify-content: flex-end;
    margin-right: calc(39*(100vw / 750));
  }
}

@media screen and (min-width: 768px) {
  .sec4 .sec__content-wrap {
    display: grid;
    width: 108rem;
    grid-template-columns: 14rem 48rem auto;
    grid-template-rows: 52rem 11.3rem auto;
    margin: 16rem auto 0;
  }

  .sec4 .model__title {
    top: 24.3rem;
    right: 22.4rem;
    -webkit-clip-path: iinset(0 100% 0 0);
    clip-path: inset(0 0 100% 0);
    writing-mode: vertical-lr;
  }

  .sec4 .sec__content-item--1 {
    width: 76.5rem;
    grid-area: 1 / 1 / 2 / 2;
  }

  .sec4 .sec__content-item--2 {
    width: 39rem;
    grid-area: 3 / 2 / 4 / 3;
  }

  .sec4 .sec__content-item--3 {
    width: 46rem;
    grid-area: 2 / 3 / 4 / 4;
  }

  .sec4 .credit__wrap {
    flex-direction: column;
    align-items: center;
  }
}

/* ===============================================
* foot_content *
=============================================== */
.foot_content {
  margin: calc(183* (100vw /750)) 0 calc(150* (100vw /750));
}

.lp_btn {
  width: calc(223* (100vw /750));
  margin: auto;
  border-bottom: calc(6* 100vw / 750) double #58595B;
  padding-bottom: calc(18* 100vw / 750);
}

.staff-credit {
  font-family: "kepler-std-semicondensed-sub", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(28* (100vw /750));
  line-height: 1.75;
  letter-spacing: 0.07em;
  color: #58595B;
  text-align: center;
  margin-top: calc(150*(100vw / 750));
}

@media screen and (min-width: 768px) {
  .foot_content {
    margin: 16rem 0 10rem;
  }

  .lp_btn {
    width: 11.3rem;
    border-bottom: 0.3rem double #58595B;
    padding-bottom: 0;
  }

  .staff-credit {
    font-size: 1.4rem;
    margin-top: 13.3rem;
  }
}