@charset "UTF-8";
.box-wrapper {
  overflow-x: hidden;
  /* フォント指定済 */
}
.box-wrapper * {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.box-wrapper .pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .box-wrapper .pc {
    display: block;
  }
}
.box-wrapper .sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .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;
  height: 74px;
}
@media screen and (max-width: 767.98px) {
  .box-wrapper .loading img {
    width: 120px;
    height: 44px;
  }
}
.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 .relume {
  container-type: inline-size;
  max-width: 1440px;
  margin: 0 auto;
  background: #fff;
  color: #1f1f1f;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.box-wrapper .relume img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-wrapper .relume a {
  text-decoration: none;
}
.box-wrapper .relume .mv {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  aspect-ratio: 1440/960;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .box-wrapper .relume .mv {
    aspect-ratio: 393/490;
  }
}
.box-wrapper .relume .mv__bg {
  position: absolute;
  inset: 0;
}
.box-wrapper .relume .mv__bg--alt {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: mvBgFade 10s ease-in-out infinite;
}
.box-wrapper .relume .mv__title {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 4.8611cqw;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .box-wrapper .relume .mv__title {
    font-size: 24px;
    white-space: normal;
    padding: 0 20px;
  }
}
.box-wrapper .relume .mv__brand {
  position: absolute;
  top: 2.2222cqw;
  left: 2.4306cqw;
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 2.0833cqw;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .box-wrapper .relume .mv__brand {
    top: 16px;
    left: 16px;
    font-size: 14px;
  }
}
.box-wrapper .relume .mv__season {
  position: absolute;
  right: 2.6389cqw;
  bottom: 2.9167cqw;
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 2.0833cqw;
  text-align: right;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .box-wrapper .relume .mv__season {
    right: 16px;
    bottom: 16px;
    font-size: 14px;
  }
}
.box-wrapper .relume .mv__logo {
  position: absolute;
  top: 1.8056cqw;
  right: 2.1229cqw;
  width: 6.8354cqw;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .box-wrapper .relume .mv__logo {
    top: 14px;
    right: 16px;
    width: 64px;
  }
}
.box-wrapper .relume .body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 11.1111cqw;
  gap: 11.1111cqw;
}
@media screen and (max-width: 767.98px) {
  .box-wrapper .relume .body {
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
    gap: 80px;
  }
}
.box-wrapper .relume .lead,
.box-wrapper .relume .lead span {
  width: 100%;
  margin: 0;
  color: #1f1f1f;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 0.9028cqw;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .box-wrapper .relume .lead,
  .box-wrapper .relume .lead span {
    font-size: 11px;
  }
}
.box-wrapper .relume .look {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 62.5cqw;
  gap: 1.7361cqw;
}
.box-wrapper .relume .look__img {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .box-wrapper .relume .look {
    width: 100%;
    gap: 16px;
  }
}
.box-wrapper .relume .credit {
  display: flex;
  flex-direction: column;
  width: 25.5556cqw;
  gap: 0.6944cqw;
}
@media screen and (max-width: 767.98px) {
  .box-wrapper .relume .credit {
    width: 100%;
    gap: 8px;
  }
}
.box-wrapper .relume .itemCredit {
  display: flex;
  align-items: center;
  gap: 0.6944cqw;
}
.box-wrapper .relume .itemCredit__name,
.box-wrapper .relume .itemCredit__price {
  font-size: 0.9028cqw;
  white-space: nowrap;
}
.box-wrapper .relume .itemCredit__name {
  margin-right: 0.3472cqw;
}
.box-wrapper .relume .itemCredit__buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #1f1f1f;
  color: #fff;
  font-size: 0.8333cqw;
  padding: 0.0694cqw 0.4861cqw;
}
@media screen and (max-width: 767.98px) {
  .box-wrapper .relume .itemCredit {
    gap: 8px;
  }
  .box-wrapper .relume .itemCredit__name,
  .box-wrapper .relume .itemCredit__price {
    font-size: clamp(11px, calc(9.51px + 0.465vw), 13px);
  }
  .box-wrapper .relume .itemCredit__name {
    margin-right: 4px;
  }
  .box-wrapper .relume .itemCredit__buy {
    font-size: 11px;
    padding: 2px 8px;
  }
}
.box-wrapper .relume .pair {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100vw;
  container-type: inline-size;
}
.box-wrapper .relume .pair__col {
  width: 46.8889cqw;
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
}
.box-wrapper .relume .pair__col--down {
  margin-top: 15.018cqw;
}
.box-wrapper .relume .pair__col--down-alt {
  margin-top: 15.2083cqw;
}
.box-wrapper .relume .pair__col--down-lg {
  margin-top: 18.2206cqw;
}
@media screen and (max-width: 767.98px) {
  .box-wrapper .relume .pair {
    flex-direction: column;
    gap: 20px;
  }
  .box-wrapper .relume .pair__col {
    width: 85%;
    margin-top: 0 !important;
  }
  .box-wrapper .relume .pair__col:first-child {
    margin-right: auto;
  }
  .box-wrapper .relume .pair__col:last-child {
    margin-left: auto;
  }
  .box-wrapper .relume .pair--even .pair__col:first-child {
    margin-right: 0;
    margin-left: auto;
  }
  .box-wrapper .relume .pair--even .pair__col:last-child {
    margin-left: 0;
    margin-right: auto;
  }
}
.box-wrapper .relume .grid {
  display: flex;
  flex-direction: column;
  width: 88.8889cqw;
  gap: 4.8264cqw;
}
.box-wrapper .relume .grid__row {
  display: flex;
  align-items: flex-start;
  gap: 4.8264cqw;
}
.box-wrapper .relume .grid__col {
  position: relative;
  flex: 1 0 0;
  aspect-ratio: 4/5;
  overflow: hidden;
}
.box-wrapper .relume .grid__col--stack {
  aspect-ratio: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.7361cqw;
}
.box-wrapper .relume .grid__col--stack .look__img {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .box-wrapper .relume .grid {
    width: 100%;
    gap: 20px;
  }
  .box-wrapper .relume .grid__row {
    flex-direction: column;
    gap: 20px;
  }
  .box-wrapper .relume .grid__col {
    flex: none;
    width: 100%;
  }
  .box-wrapper .relume .grid__col--stack {
    display: contents;
  }
  .box-wrapper .relume .grid .credit {
    order: 99;
  }
}
.box-wrapper .relume .footer {
  position: relative;
  width: 100vw;
  aspect-ratio: 1440/960;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .box-wrapper .relume .footer {
    aspect-ratio: 3/4;
  }
}
.box-wrapper .relume .footer__bg {
  position: absolute;
  inset: 0;
}
.box-wrapper .relume .footer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  mix-blend-mode: multiply;
}
.box-wrapper .relume .footer__inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4.3056cqw;
}
.box-wrapper .relume .footer__logo {
  width: 24.4444cqw;
  height: auto;
}
.box-wrapper .relume .footer__credit {
  margin: 0;
  color: #fff;
  font-size: 1.25cqw;
  line-height: 2.3611cqw;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .box-wrapper .relume .footer__inner {
    gap: 24px;
  }
  .box-wrapper .relume .footer__logo {
    width: 100px;
  }
  .box-wrapper .relume .footer__credit {
    font-size: 12px;
    line-height: 1.8;
  }
}

@keyframes mvBgFade {
  0%,
  35% {
    opacity: 0;
  }
  50%,
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
