@charset 'UTF-8';

/* Base
----------------------------------------------------------------- */
.pg-feature {
  --font-family-default: kozuka-gothic-pr6n, noto-sans-cjk-jp, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  --font-family-english: proxima-nova, noto-sans-cjk-jp, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  color: #fff;
  font-family: var(--font-family-default);
  background: #000;
  overflow: hidden;
}
.pg-feature * {
  outline: none !important;
}
.pg-feature a {
  color: inherit;
}
.pg-feature a:hover {
  color: inherit;
  text-decoration: none;
}
.pg-feature a:hover p {
  text-decoration: inherit;
}

/* Main Visual
----------------------------------------------------------------- */
.pg-mv {
  position: relative;
  z-index: 1;
}

.pg-mv__visual {
  overflow: hidden;
}
.pg-mv__detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.pg-mv__title {
  width: 77.3334%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .pg-mv__title {
    width: 52.4306%;
  }
}

.pg-mv.js-scroll-add-class .pg-mv__image {
  transition: 1s ease-in-out;
}
.pg-mv.js-scroll-add-class .pg-mv__title {
  transition: 1s ease-in-out .8s;
}
.pg-mv.js-scroll-add-class:not(.is-animated) .pg-mv__image {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.2);
}
.pg-mv.js-scroll-add-class:not(.is-animated) .pg-mv__title {
  opacity: 0;
  visibility: hidden;
}

/* Introduction
----------------------------------------------------------------- */
.pg-intro {
  margin: 60px 0 80px;
}
.pg-intro__inner {
  padding: 0 24px;
}
@media (min-width: 769px) {
  .pg-intro {
    margin: 160px 0;
  }
  .pg-intro__inner {
    width: min(50%, max(530px, 36.8055%));
    padding: 0;
    margin: 0 auto;
  }
}

.pg-intro__body {
  padding: 0 0 0 24px;
}
.pg-intro__text {
  font-size: 13px;
  line-height: 2.2;
}
@media (min-width: 769px) {
  .pg-intro__body {
    padding: 0;
  }
  .pg-intro__text {
    font-size: 15px;
  }
}

/* Product
----------------------------------------------------------------- */
.pg-product {
  margin: 80px 0 100px;
}
.pg-product__inner {
  padding: 0 24px;
}
@media (min-width: 769px) {
  .pg-product {
    margin: 160px 0 240px;
  }
  .pg-product__inner {
    width: min(87.5%, max(1060px, 73.6112%));
    padding: 0;
    margin: 0 auto;
  }
}

.pg-product__image {
  position: relative;
  z-index: 1;
}
.pg-product__image::before {
  content: '';
  display: block;
  padding-top: 125%;
}
.pg-product__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  object-fit: cover;
}
.pg-product__detail {
  padding: 0 0 0 24px;
  margin: 32px 0 0;
}
.pg-product__title {
  max-width: 164px;
}
.pg-product__text {
  font-size: 12px;
  line-height: 2;
  margin: 24px 0 0;
}
.pg-product__button {
  max-width: 200px;
  margin: 20px auto 0;
}
.pg-product__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 52px;
  font-size: 12px;
  text-align: center;
  padding: 8px;
  border: 1px solid #676767;
  border-radius: 28px;
}
@media (min-width: 769px) {
  .pg-product__body {
    display: flex;
  }
  .pg-product__visual {
    width: 560px;
    flex: 1 1 auto;
  }
  .pg-product__detail {
    width: 500px;
    padding: 20px 60px;
    margin: 0;
    align-self: center;
    flex: 1 1 auto;
  }
  .pg-product__title {
    max-width: 200px;
  }
  .pg-product__text {
    font-size: 13px;
    margin: 32px 0 0;
  }
  .pg-product__button {
    max-width: 216px;
    margin: 40px 0 0;
  }
  .pg-product__button a {
    min-height: 58px;
  }
  .pg-product__button a:hover {
    color: #000;
    background: #fff;
    border-color: #fff;
    opacity: 1;
  }
}

/* Look
----------------------------------------------------------------- */
.pg-look {
  margin: 100px 0 60px;
}
.pg-look__block {
  position: relative;
  z-index: 1;
}
.pg-look__block:nth-of-type(n+2) {
  margin-top: 100px;
}
.pg-look__inner {
  padding: 0 24px;
}
@media (min-width: 769px) {
  .pg-look {
    margin: 240px 0 160px;
  }
  .pg-look__block:nth-of-type(n+2) {
    margin-top: 240px;
  }
  .pg-look__inner {
    padding: 0;
  }
  .pg-look__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .pg-look__block:nth-of-type(2n) .pg-look__content {
    flex-direction: row-reverse;
  }
}

.pg-look__header {
  padding: 0 0 0 24px;
  margin: 0 0 48px;
}
.pg-look__heading {
  max-width: 280px;
  margin: 0 0 20px;
}
.pg-look__name {
  font-size: 14px;
}
.pg-look__sub-name {
  font-size: 10px;
  margin: 4px 0 0;
}
.pg-look__lead-text {
  font-size: 12px;
  line-height: 2;
  margin: 20px 0 0;
}
@media (min-width: 769px) {
  .pg-look__header {
    width: min(50%, max(620px, 43.0556%));
    padding: 10% 8.3334%;
    margin: 0 0 17.0139%;
  }
  .pg-look__block:nth-of-type(2n+1) .pg-look__header {
    margin-left: auto;
  }
  .pg-look__block:nth-of-type(2n) .pg-look__header {
    margin-right: auto;
  }
  .pg-look__heading {
    max-width: 365px;
    margin: 0 0 24px;
  }
  .pg-look__name {
    font-size: 16px;
  }
  .pg-look__sub-name {
    font-size: 11px;
    margin: 8px 0 0;
  }
  .pg-look__lead-text {
    font-size: 13px;
    margin: 28px 0 0;
  }
}

.pg-look__box {
  position: relative;
  z-index: 1;
}
.pg-look__box:not(.is-open) {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.pg-look__box:nth-of-type(n+2) {
  margin-top: 24px;
}
.pg-look__box-content {
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .pg-look__body,
  .pg-look__boxes {
    display: contents;
  }
  .pg-look__box {
    width: 43.0556%;
    margin: 0 1.3889%;
  }
  .pg-look__box:nth-of-type(2) {
    margin: -17.0139% 1.3889% 0;
  }
  .pg-look__box:nth-of-type(3) {
    margin: 20.5556% 6.25% 0;
  }
  .pg-look__block:nth-of-type(2n+1) .pg-look__box:nth-of-type(2n+1),
  .pg-look__block:nth-of-type(2n) .pg-look__box:nth-of-type(2n) {
    margin-left: 0;
  }
  .pg-look__block:nth-of-type(2n+1) .pg-look__box:nth-of-type(2n),
  .pg-look__block:nth-of-type(2n) .pg-look__box:nth-of-type(2n+1) {
    margin-right: 0;
  }
  .pg-look__box:not(.is-open) {
    cursor: unset;
  }
}

.pg-look__visual {
  overflow: hidden;
}
.pg-look__image {
  position: relative;
  z-index: 1;
}
.pg-look__image::before {
  content: '';
  display: block;
  padding-top: 125%;
}
.pg-look__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  object-fit: cover;
}

.pg-look__detail {
  display: flex;
  align-items: center;
  color: #fff;
  background: rgba(0,0,0,.5);
  padding: 40px 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  transition: .4s;
}
.pg-look__box:not(.is-open) .pg-look__detail {
  opacity: 0;
  visibility: hidden;
}
.pg-look__detail-content {
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
}
.pg-look__credits {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
}
.pg-look__credit {
  font-family: var(--font-family-english);
}
.pg-look__credit:nth-of-type(n+2) {
  margin-top: 28px;
}
.pg-look__credit a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pg-look__credit a.is-comingsoon {
  pointer-events: none;
}
.pg-look__credit-name {
  font-size: 13px;
  letter-spacing: .05em;
  line-height: 1.3;
}
.pg-look__credit a:not(.is-comingsoon) .pg-look__credit-name {
  padding: 0 12px 0 0;
  position: relative;
  z-index: 1;
}
.pg-look__credit a:not(.is-comingsoon) .pg-look__credit-name::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(45deg);
  transition: all .3s ease;
}
.pg-look__credit-price {
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 1.3;
  margin: 4px 0 0;
}
.pg-look__credit-price small {
  font-size: 10px;
}
.pg-look__credit-note {
  font-size: 11px;
  letter-spacing: .05em;
  line-height: 1.4;
  margin: 4px 0 0;
}
@media (min-width: 769px) {
  .pg-look__detail {
    padding: 60px 80px;
  }
  .pg-look__box:not(.is-open) .pg-look__detail {
    opacity: unset;
    visibility: unset;
  }
  .pg-look__box:not(:hover) .pg-look__detail {
    opacity: 0;
    visibility: hidden;
  }
  .pg-look__credit:nth-of-type(n+2) {
    margin-top: 40px;
  }
  .pg-look__credit a:not(.is-comingsoon) {
    padding-right: 12px;
  }
  .pg-look__credit a:hover {
    opacity: 1;
  }
  .pg-look__credit-name {
    font-size: 14px;
  }
  .pg-look__credit a:hover .pg-look__credit-name::after {
    transform: translate(10px, -50%) rotate(45deg);
  }
  .pg-look__credit-price {
    font-size: 13px;
    margin: 8px 0 0;
  }
  .pg-look__credit-price small {
    font-size: 11px;
  }
  .pg-look__credit-note {
    font-size: 12px;
    margin: 8px 0 0;
  }
}

.pg-look__trigger {
  text-align: right;
  margin: 8px 0 0;
  position: relative;
  z-index: 1;
}
.pg-look__trigger-icon {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  cursor: pointer;
  transition: .2s;
}
.pg-look__box:not(.is-open) .pg-look__trigger-icon {
  opacity: 0;
  visibility: hidden;
}
.pg-look__trigger-icon::before,
.pg-look__trigger-icon::after {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: #b3b3b3;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: .2s;
  backface-visibility: hidden;
}
.pg-look__trigger-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.pg-look__trigger-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.pg-look__trigger-text {
  display: inline-block;
  color: #b3b3b3;
  font-size: 10px;
  line-height: 1;
  transition: .4s;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.pg-look__trigger-text::before {
  content: '\7740\7528\30A2\30A4\30C6\30E0'; /* 着用アイテム */
}
.pg-look__box.is-open .pg-look__trigger-text {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 769px) {
  .pg-look__trigger {
    display: none;
  }
  /* .pg-look__trigger {
    margin: 0;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
  }
  .pg-look__trigger-text {
    font-size: 11px;
  }
  .pg-look__box:not(.is-open) .pg-look__trigger-text:not(:hover),
  .pg-look__box.is-open .pg-look__trigger-icon:not(:hover) {
    opacity: .7;
  }
  .pg-look__box:not(.is-open):not(:hover) .pg-look__trigger-text {
    opacity: 0;
  } */
}

.pg-look__sticky {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #bec0c2;
  padding: 40px 0 40px 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
  transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
}
.pg-look__sticky.is-fixed {
  position: fixed;
}
.pg-look__sticky.is-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}
.pg-look__sticky:not(.is-visible) {
  opacity: 0;
  visibility: hidden;
}
.pg-look__sticky-image {
  max-width: 20px;
}
@media (min-width: 769px) {
  .pg-look__sticky {
    display: none;
  }
}

.pg-look__bg {
  display: none;
}
@media (min-width: 769px) {
  .pg-look__bg {
    display: block;
    margin: 0 0 15.5556%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .pg-look__bg::before {
    content: '';
    display: block;
    padding-top: 10%;
  }
  .pg-look__bg-image {
    background-position: 0% 50%;
    background-repeat: repeat-x;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}

.pg-look__footer {
  margin: 60px 0 0;
}
.pg-look__button {
  max-width: 270px;
  margin: 0 auto;
}
.pg-look__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 52px;
  font-size: 12px;
  text-align: center;
  padding: 8px;
  border: 1px solid #676767;
  border-radius: 28px;
}
@media (min-width: 769px) {
  .pg-look__footer {
    margin: 160px 0 0;
  }
  .pg-look__button {
    max-width: 400px;
  }
  .pg-look__button a {
    min-height: 80px;
    font-size: 14px;
    border-radius: 40px;
  }
  .pg-look__button a:hover {
    color: #000;
    background: #fff;
    border-color: #fff;
    opacity: 1;
  }
}


/* Promotion
----------------------------------------------------------------- */
.pg-promotion {
  margin: 60px 0;
}
.pg-promotion__inner {
  padding: 0 24px;
}
.pg-promotion__block:nth-of-type(n+2) {
  margin-top: 92px;
}
@media (min-width: 769px) {
  .pg-promotion {
    margin: 160px 0;
  }
  .pg-promotion__inner {
    width: min(87.5%, max(750px, 52.0834%));
    padding: 0;
    margin: 0 auto;
  }
  .pg-promotion__block:nth-of-type(n+2) {
    margin-top: 240px;
  }
}

.pg-promotion__header {
  text-align: center;
  margin: 0 0 20px;
}
.pg-promotion__lead-text {
  font-size: 12px;
  line-height: 2;
}
@media (min-width: 769px) {
  .pg-promotion__header {
    margin: 0 0 60px;
  }
  .pg-promotion__lead-text {
    font-size: 14px;
  }
}

.pg-promotion__banner:nth-of-type(n+2) {
  margin-top: 20px;
}
.pg-promotion__banner a.is-comingsoon {
  pointer-events: none;
}
@media (min-width: 769px) {
  .pg-promotion__banner:nth-of-type(n+2) {
    margin-top: 32px;
  }
}