@charset "UTF-8";
/*//////////////////////////////////////////////////
	限定コンテンツトップ
//////////////////////////////////////////////////*/
/*--------------------------------------------------
	MV
--------------------------------------------------*/
.mv {
  position: relative;
  z-index: 1;
  margin-bottom: 3.2rem;
}
.mv .p-title {
  position: absolute;
  z-index: 1;
  top: 8.8rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.5rem;
}
.mv .mv__copy {
  position: absolute;
  z-index: 1;
  top: 2.6rem;
  right: 3.6rem;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  line-height: 1.6;
  font-size: 1.25rem;
}
.mv .caption {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 1.6rem;
  font-size: 1rem;
  text-align: right;
}

.p-copy {
  margin-bottom: 4.8rem;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 769px) {
  .mv {
    aspect-ratio: auto;
  }
  .mv img {
    height: auto;
  }
  .mv .p-title {
    top: 50%;
    left: 50%;
    font-size: 8rem;
    transform: translate(-50%, -50%);
  }
  .mv .mv__copy {
    top: 10.2rem;
    right: 22.6rem;
    font-size: 3.6rem;
  }
  .mv .caption {
    bottom: 0.8rem;
    right: 3.5rem;
    font-size: 1.2rem;
  }
  .p-copy {
    margin-bottom: 12rem;
    line-height: 2.4;
    font-size: 2rem;
  }
}
/*--------------------------------------------------
	メインコンテンツ
--------------------------------------------------*/
.sec__outer {
  margin-bottom: 5.2rem;
}
.sec__outer .c-inner {
  width: 92%;
}

.sec__title {
  margin-bottom: 1.2rem;
  line-height: 1.6;
  font-size: 1.6rem;
  text-align: center;
}

.sec__img {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 2.6rem;
}
.sec__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec__img .caption {
  padding: 0.4rem 0;
  line-height: 1.4;
  text-align: right;
}
.sec__img .caption.over {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.2rem 1.6rem;
}

.sec__body {
  margin-bottom: 3.2rem;
}
.sec__body .read {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
}
.sec__body .body {
  text-align: center;
  font-size: 1.2rem;
}

.sec_01 .sec__img {
  aspect-ratio: 75/56;
}

.sec_02 .sec__img {
  aspect-ratio: 75/54;
}

.sec_03 .sec-title {
  margin-bottom: 0;
}
.sec_03 .sec__img {
  aspect-ratio: 75/44;
  margin-bottom: 1rem;
}
.sec_03 .sec__img.img-02 {
  margin-bottom: 3rem;
}

.sec_02 .sec__title-en,
.sec_03 .sec__title-en {
  opacity: 0.3;
  margin-bottom: 1.6rem;
  line-height: 1;
  text-align: center;
  font-size: 2rem;
}

.material {
  width: 90%;
  margin: auto;
}
.material .material-ttl {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 1.2rem;
  font-family: "TrajanPro-Regular", serif;
  font-size: 1.5rem;
}
.material .material-ttl::before, .material .material-ttl::after {
  content: "";
  border-top: 1px solid #fff;
}
.material .material-tbox {
  margin-bottom: 2rem;
}
.material .material-tbox .material-read {
  margin-bottom: 1.2rem;
  text-align: center;
  font-size: 1.2rem;
}
.material .material-tbox .material-body {
  letter-spacing: 0.05em;
  font-size: 1rem;
}
.material .material-image {
  width: 17.6rem;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .sec__outer {
    width: min(1000px, 100rem);
    margin: 0 auto 12rem;
  }
  .sec__outer .c-inner {
    width: 100%;
  }
  .sec__title {
    margin-bottom: 4rem;
    font-size: 3.6rem;
  }
  .sec__img {
    margin-bottom: 5rem;
  }
  .sec__img .caption {
    font-size: 1.4rem;
  }
  .sec__img .caption.over {
    padding: 0.5rem 3.5rem;
  }
  .sec__body {
    margin-bottom: 7.2rem;
    text-align: center;
  }
  .sec__body .body {
    line-height: 2.6;
    font-size: 1.8rem;
  }
  .sec_03 {
    display: flex;
    flex-direction: column;
  }
  .sec_03 .sec-title .sec__title-en {
    margin-bottom: 3rem;
  }
  .sec_03 .sec__img {
    margin-bottom: 4.5rem;
  }
  .sec_03 .sec__img.img-02 {
    margin-bottom: 8rem;
  }
  .sec_03 .sec__img.img-02, .sec_03 .sec-cont {
    order: 2;
  }
  .sec_01 .sec__img,
  .sec_02 .sec__img,
  .sec_03 .sec__img {
    aspect-ratio: auto;
  }
  .sec_01 .sec__img img,
  .sec_02 .sec__img img,
  .sec_03 .sec__img img {
    width: 100%;
    height: auto;
    object-fit: initial;
  }
  .sec_02 .sec__title-en,
  .sec_03 .sec__title-en {
    margin-bottom: 8rem;
    font-size: 7.8rem;
  }
  .attent .c-inner {
    width: min(960px, 92%);
  }
  .material {
    width: 100%;
  }
  .material .material-ttl {
    font-size: 4.4rem;
  }
  .material .material-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 4.8rem;
  }
  .material .material-tbox {
    order: 2;
    width: calc(100% - 40.8rem);
    margin-bottom: 0;
  }
  .material .material-tbox .material-read {
    margin-bottom: 1em;
    text-align: left;
    font-size: 3rem;
  }
  .material .material-tbox .material-body {
    font-size: 1.6rem;
  }
  .material .material-image {
    order: 1;
    width: 36rem;
  }
}
/*# sourceMappingURL=style.css.map */
