@charset "UTF-8";
.box-wrapper {
  /* フォント指定済 */
}
.box-wrapper * {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; /* フォント指定済 */
  box-sizing: border-box;
}
.box-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.box-wrapper .pc {
  display: none;
}
@media screen and (min-width: 750px) {
  .box-wrapper .pc {
    display: block;
  }
}
.box-wrapper .sp {
  display: block;
}
@media screen and (min-width: 750px) {
  .box-wrapper .sp {
    display: none;
  }
}
.box-wrapper .loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 1.2s ease;
}
.box-wrapper .loading.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.box-wrapper .loading img {
  width: 200px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .loading img {
    width: 120px;
  }
}
.box-wrapper .loading__bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 10px;
  background: #000;
  transition: width 1.2s ease;
}
.box-wrapper .loading__bar.is-active {
  width: 100%;
}
.box-wrapper .mv {
  position: relative;
  width: 100%;
  min-height: 100dvh;
  aspect-ratio: 1440/900;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .box-wrapper .mv {
    aspect-ratio: 390/630;
    min-height: unset;
  }
}
.box-wrapper .mv__img {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.box-wrapper .mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.box-wrapper .mv__copy {
  position: absolute;
  left: 49.2%;
  top: 79.7%;
}
@media screen and (max-width: 750px) {
  .box-wrapper .mv__copy {
    left: 0;
    right: 0;
    top: 83.7%;
    bottom: auto;
    text-align: center;
  }
}
.box-wrapper .mv__title {
  font-family: "Cormorant Garamond", "Garamond", serif;
  font-size: clamp(36px, 6.94vw, 100px);
  font-weight: 600;
  font-style: normal;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .box-wrapper .mv__title {
    font-size: 48px;
    white-space: nowrap;
  }
}
.box-wrapper .mv__subtitle {
  font-family: "Cormorant Garamond", "Garamond", serif;
  font-size: clamp(14px, 4vw, 36px);
  font-weight: 600;
  font-style: normal;
  color: #fff;
  margin-top: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .box-wrapper .mv__subtitle {
    font-size: 17px;
    white-space: nowrap;
  }
}
.box-wrapper .lead-copy {
  padding: 100px 50px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .box-wrapper .lead-copy {
    padding: 70px 20px;
  }
}
.box-wrapper .lead-copy__text p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 30px;
  color: #000;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .box-wrapper .lead-copy__text p {
    font-size: 11px;
    line-height: 24px;
  }
}
.box-wrapper .look-contents {
  width: 100%;
}
.box-wrapper .look__box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .box-wrapper .look__box {
    gap: 12px;
  }
}
.box-wrapper .look__img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.box-wrapper .look__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-wrapper .look__credits {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .look__credits {
    gap: 2px;
  }
}
.box-wrapper .look--01 {
  padding: 0 50px 100px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .look--01 {
    padding: 0 20px 40px;
  }
}
.box-wrapper .look--01 .look__box {
  max-width: 900px;
}
.box-wrapper .look--01 .look__img {
  aspect-ratio: 1078/1438;
}
.box-wrapper .look--02 {
  padding: 100px 50px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .look--02 {
    padding: 40px 0;
  }
}
.box-wrapper .look--02 .look__box {
  max-width: 1200px;
}
.box-wrapper .look--02 .look__img {
  aspect-ratio: 4/3;
}
@media screen and (max-width: 750px) {
  .box-wrapper .look--02 .look__img {
    aspect-ratio: 390/291;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper .look--02 .look__credits {
    padding-left: 20px;
  }
}
.box-wrapper .look--03 {
  padding: 100px 50px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .look--03 {
    padding: 40px 20px;
  }
}
.box-wrapper .look--03 .look__box {
  max-width: 900px;
}
.box-wrapper .look--03 .look__img {
  aspect-ratio: 1078/1438;
}
.box-wrapper .look-flex {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  gap: 100px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .box-wrapper .look-flex {
    padding: 0;
    gap: 0;
  }
}
.box-wrapper .look--04 {
  padding: 0 200px;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 750px) {
  .box-wrapper .look--04 {
    padding: 40px 20px;
    justify-content: flex-start;
  }
}
.box-wrapper .look--04 .look__box {
  width: 700px;
  max-width: 100%;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .box-wrapper .look--04 .look__box {
    width: 300px;
  }
}
.box-wrapper .look--04 .look__img {
  aspect-ratio: 1078/1438;
}
.box-wrapper .look--05 {
  padding: 0 200px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 750px) {
  .box-wrapper .look--05 {
    padding: 40px 20px;
    justify-content: flex-end;
  }
}
.box-wrapper .look--05 .look__box {
  width: 700px;
  max-width: 100%;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .box-wrapper .look--05 .look__box {
    width: 300px;
  }
}
.box-wrapper .look--05 .look__img {
  aspect-ratio: 1078/1438;
}
.box-wrapper .look--06 {
  padding: 100px 50px 200px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .look--06 {
    padding: 70px 20px;
  }
}
.box-wrapper .look--06 .look__box {
  max-width: 900px;
}
.box-wrapper .look--06 .look__img {
  aspect-ratio: 1078/1438;
}
.box-wrapper .itemCredit {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  line-height: 25px;
  color: #000;
}
@media screen and (max-width: 750px) {
  .box-wrapper .itemCredit {
    gap: 4px;
    font-size: 12px;
  }
}
.box-wrapper .itemCredit .itemCredit__name,
.box-wrapper .itemCredit .itemCredit__brand,
.box-wrapper .itemCredit .itemCredit__price {
  white-space: nowrap;
  font-family: "new-hero-bold", sans-serif;
  font-weight: 200;
}
.box-wrapper .itemCredit .itemCredit__sep {
  color: #000;
  flex-shrink: 0;
}
.box-wrapper .itemCredit .itemCredit__buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 14px;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  line-height: 1;
  flex-shrink: 0;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 750px) {
  .box-wrapper .itemCredit .itemCredit__buy {
    padding: 3px 10px;
    font-size: 9px;
  }
}
.box-wrapper .itemCredit .itemCredit__buy:hover {
  opacity: 0.7;
}
.box-wrapper .feature-footer {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .box-wrapper .feature-footer {
    height: 293px;
  }
}
.box-wrapper .feature-footer__img {
  position: absolute;
  inset: 0;
}
.box-wrapper .feature-footer__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.box-wrapper .feature-footer__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.3);
}
.box-wrapper .feature-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .feature-footer__inner {
    gap: 25px;
    padding: 0 20px;
  }
}
.box-wrapper .feature-footer__logo {
  width: 150px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .feature-footer__logo {
    width: 90px;
  }
}
.box-wrapper .feature-footer__credit {
  font-family: "Cormorant Garamond", "Garamond", serif;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .box-wrapper .feature-footer__credit {
    font-size: 12px;
  }
}
.box-wrapper .feature-footer__credit p {
  margin: 0;
  font-family: "Cormorant Garamond", "Garamond", serif;
}
.box-wrapper .fadeInTrigger {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.box-wrapper .fadeInTrigger.fadeIn {
  opacity: 1;
  transform: translateY(0);
}
