@charset "UTF-8";
.c-icon-button {
  position: absolute;
  bottom: clamp(0.5rem, calc(16 / var(--content-base-width, 1440) * 100vw), 1rem);
  width: 48px;
  height: 48px;
  z-index: 10;
  display: grid;
  align-items: center;
  justify-items: center;
  transition-property: opacity;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
}
.c-icon-button::before, .c-icon-button::after {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  grid-area: 1/-1;
  transition-property: opacity, visibility;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
}
.c-icon-button[data-type=plus] {
  right: clamp(0.5rem, calc(16 / var(--content-base-width, 1440) * 100vw), 1rem);
  transition-property: transform;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
}
.c-icon-button[data-type=plus]::before {
  background: transparent url("/assets/img/svg/icons/plus-icon-default.svg") center center no-repeat;
  background-size: contain;
}
.c-icon-button[data-type=plus]::after {
  background: transparent url("/assets/img/svg/icons/plus-icon-hover.svg") center center no-repeat;
  background-size: contain;
}
.c-icon-button[data-type=plus].is-active {
  transform: rotate(135deg);
}
.c-icon-button[data-type=plus].is-active::before {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 48.0625em) {
  .c-icon-button[data-type=plus]:hover::before {
    opacity: 0;
    visibility: hidden;
  }
  .c-icon-button[data-type=plus]:not(:hover, .is-active)::after {
    opacity: 0;
    visibility: hidden;
  }
}
.c-icon-button[data-type=volume] {
  right: clamp(0.5rem, calc(16 / var(--content-base-width, 1440) * 100vw), 1rem);
}
.c-icon-button[data-type=volume]::before {
  background: transparent url("/assets/img/svg/icons/volume-icon-off.svg") center center no-repeat;
  background-size: contain;
}
.c-icon-button[data-type=volume]::after {
  background: transparent url("/assets/img/svg/icons/volume-icon-on.svg") center center no-repeat;
  background-size: contain;
}
.c-icon-button[data-type=volume].is-muted::after {
  opacity: 0;
  visibility: hidden;
}
.c-icon-button[data-type=volume]:not(.is-muted)::before {
  opacity: 0;
  visibility: hidden;
}
.c-icon-button[data-type=volume]:hover {
  cursor: pointer;
}
.c-icon-button[data-type=volume]:not(:hover) {
  opacity: 0.5;
}
.c-icon-button[data-type=expand] {
  left: clamp(0.5rem, calc(16 / var(--content-base-width, 1440) * 100vw), 1rem);
}
.c-icon-button[data-type=expand]::before {
  background: transparent url("/assets/img/svg/icons/expand-icon-default.svg") center center no-repeat;
  background-size: contain;
}
.c-icon-button[data-type=expand]::after {
  background: transparent url("/assets/img/svg/icons/expand-icon-hover.svg") center center no-repeat;
  background-size: contain;
}
.c-icon-button[data-type=expand]:hover {
  cursor: pointer;
}
.c-icon-button[data-type=expand]:not(:hover) {
  opacity: 0.5;
}
@media (max-width: 48em) {
  .c-icon-button[data-type=expand] {
    display: none;
  }
}

@media (max-width: 30em) {
  .u-d-n--sp {
    display: none;
  }
}
@media (min-width: 30.0625em) and (max-width: 48em) {
  .u-d-n--tb {
    display: none;
  }
}
@media (min-width: 48.0625em) {
  .u-d-n--pc {
    display: none;
  }
}
@media (max-width: 48em) {
  .u-d-n--not-pc {
    display: none;
  }
}
@media (min-width: 30.0625em) {
  .u-d-n--not-sp {
    display: none;
  }
}
.u-d-b--sp {
  display: none;
}
@media (max-width: 30em) {
  .u-d-b--sp {
    display: block;
  }
}
.u-d-b--tb {
  display: none;
}
@media (min-width: 30.0625em) and (max-width: 48em) {
  .u-d-b--tb {
    display: block;
  }
}
.u-d-b--pc {
  display: none;
}
@media (min-width: 48.0625em) {
  .u-d-b--pc {
    display: block;
  }
}
.u-d-b--not-pc {
  display: none;
}
@media (max-width: 48em) {
  .u-d-b--not-pc {
    display: block;
  }
}
.u-d-b--not-sp {
  display: none;
}
@media (min-width: 30.0625em) {
  .u-d-b--not-sp {
    display: block;
  }
}

.page-collection-2026fw {
  --content-min-margin: 16;
  --content-base-margin: 80;
  position: relative;
  background-color: #fff;
  padding-top: clamp(4rem, calc(96 / var(--content-base-width, 1440) * 100vw), 6rem);
}
.page-collection-2026fw:has(.pg-contents:is(.is-leaving, .is-leaved)) .pg-tab-switcher,
.page-collection-2026fw:has(.pg-contents:is(.is-leaving, .is-leaved)) .pg-looks__header {
  opacity: 0;
  visibility: hidden;
}

.header-wrap.fixed .header-inner-box {
  background-color: transparent;
}

.pg-screen {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}

.pg-header__inner {
  --minmax: max(calc(var(--content-min-margin, 24) * 1px), calc(var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw));
  max-width: var(--content-max-width, 800px);
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - var(--minmax) * 2);
  text-align: center;
}
.pg-header__title {
  font-size: clamp(2rem, calc(40 / var(--content-base-width, 1440) * 100vw), 2.5rem);
}
.pg-header__lead {
  font-size: 0.75rem;
  margin-top: clamp(2rem, calc(48 / var(--content-base-width, 1440) * 100vw), 3rem);
  line-height: 1.6;
}

.pg-tab-switcher {
  position: relative;
  height: clamp(2rem, calc(40 / var(--content-base-width, 1440) * 100vw), 2.5rem);
  margin-top: clamp(2rem, calc(48 / var(--content-base-width, 1440) * 100vw), 3rem);
  transition-property: opacity, visibility;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
  z-index: 5;
}
.pg-tab-switcher.is-fixed .pg-tab-switcher__items {
  position: fixed;
  top: calc(var(--fixed-header-height) + 16px);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}
@media (max-width: 30em) {
  .pg-tab-switcher.is-fixed .pg-tab-switcher__items {
    left: 1.25rem;
    right: auto;
  }
}
.pg-tab-switcher__items {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: clamp(2rem, calc(40 / var(--content-base-width, 1440) * 100vw), 2.5rem);
  overflow: hidden;
  border-radius: 40px;
  background-color: rgba(242, 242, 242, 0.8);
  backdrop-filter: blur(10px);
  margin-inline: auto;
}
.pg-tab-switcher__items::before {
  content: "";
  display: block;
  background-color: #000;
  border-radius: 40px;
  position: absolute;
  width: var(--tab-switcher-width, 100%);
  height: 100%;
  left: var(--tab-switcher-left, 0);
  transition-property: width, left;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
}
.pg-tab-switcher__item {
  position: relative;
  display: flex;
  align-items: center;
  font-size: clamp(0.75rem, calc(16 / var(--content-base-width, 1440) * 100vw), 1rem);
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 1.5rem;
  transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pg-tab-switcher__item button {
  background-color: transparent;
  border: none;
  color: currentColor;
}
.pg-tab-switcher__item.is-active {
  color: #fff;
}
.pg-tab-switcher__item:hover {
  cursor: pointer;
}
@media (min-width: 48.0625em) {
  .pg-tab-switcher__item:hover:not(.is-active) {
    color: color-mix(in srgb, #000 60%, transparent);
  }
}

.pg-contents {
  position: relative;
  padding-top: clamp(4rem, calc(128 / var(--content-base-width, 1440) * 100vw), 8rem);
}
.pg-contents:not(.is-entered) .pg-sticky-button, .pg-contents:is(.is-leaving, .is-leaved) .pg-sticky-button {
  opacity: 0;
  visibility: hidden;
}
.pg-contents__inner {
  --minmax: max(calc(var(--content-min-margin, 24) * 1px), calc(var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw));
  max-width: var(--content-max-width, 100%);
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - var(--minmax) * 2);
}
.pg-contents__heading {
  font-size: clamp(1.25rem, calc(28 / var(--content-base-width, 1440) * 100vw), 1.75rem);
  margin-bottom: 3rem;
}
@media (max-width: 48em) {
  .pg-contents__heading {
    text-align: center;
  }
}
@media (min-width: 48.0625em) {
  .pg-contents__heading {
    position: absolute;
    top: clamp(4rem, calc(128 / var(--content-base-width, 1440) * 100vw), 8rem);
    left: 1.125rem;
    writing-mode: vertical-rl;
  }
}

.pg-sticky-button {
  position: fixed;
  top: calc(100% - 1.5rem);
  font-size: clamp(0.75rem, calc(14 / var(--content-base-width, 1440) * 100vw), 0.875rem);
  padding: 0.75rem 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  transform: translateY(-100%);
  background-color: rgba(235, 235, 235, 0.8);
  backdrop-filter: blur(20px);
  z-index: 100;
  border-radius: 25px;
  transition-property: opacity, visibility, background-color;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
}
.pg-sticky-button a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (max-width: 48em) {
  .pg-sticky-button {
    margin-inline: auto;
    left: 0;
    right: 0;
  }
}
@media (min-width: 48.0625em) {
  .pg-sticky-button {
    margin-left: auto;
    right: 1.25rem;
  }
  .pg-sticky-button:hover {
    background-color: rgba(209, 209, 209, 0.8);
  }
}

.pg-looks {
  position: relative;
  counter-reset: look-counter;
}
.pg-looks.is-entered .pg-looks__header {
  position: fixed;
  top: var(--fixed-header-height);
}
.pg-looks__header {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  mix-blend-mode: difference;
  transition-property: opacity, visibility;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
}
.pg-looks__content {
  overflow: hidden;
  display: grid;
  gap: clamp(4rem, calc(80 / var(--content-base-width, 1440) * 100vw), 5rem);
}

.pg-look-counter {
  line-height: 1;
  font-size: 1.25rem;
  color: #fff;
  display: flex;
  align-items: center;
  padding-top: 3px;
}
.pg-look-counter > span:first-child {
  margin-left: 0.5rem;
}

.pg-look-counter__current,
.pg-look-counter__total {
  display: inline-flex;
  overflow: hidden;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.pg-look-counter__separator {
  line-height: 1;
}

/* カウンター本体だけを指定 */
.pg-look-counter > span {
  display: inline-flex;
  overflow: hidden;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  vertical-align: middle;
}

.pg-look-counter__digit {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 0.65em;
  height: 1em;
  overflow: hidden;
  line-height: 1;
}

.pg-look-counter__number {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
  /* アニメーション中のちらつき対策 */
  backface-visibility: hidden;
  will-change: transform, opacity;
}

/* 下スクロール時：新しい数字を下に配置 */
.pg-look-counter__number.is-next {
  opacity: 0;
  transform: translateY(100%);
}

/* 下スクロール時：古い数字を上に移動 */
.pg-look-counter__number.is-leave-up {
  opacity: 0;
  transform: translateY(-100%);
}

/* 上スクロール時：新しい数字を上に配置 */
.pg-look-counter__number.is-prev {
  opacity: 0;
  transform: translateY(-100%);
}

/* 上スクロール時：古い数字を下に移動 */
.pg-look-counter__number.is-leave-down {
  opacity: 0;
  transform: translateY(100%);
}

@media (prefers-reduced-motion: reduce) {
  .pg-look-counter__number {
    transition: none;
  }
}
.pg-modal-trigger {
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
@media (hover: hover) and (pointer: fine) {
  .pg-modal-trigger:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.pg-look {
  display: grid;
  counter-increment: look-counter;
}
@media (max-width: 48em) {
  .pg-look {
    display: grid;
    gap: 0.25rem;
    padding-inline: 2.5rem;
  }
  .pg-look .pg-look__content {
    padding-top: 0.75rem;
  }
  .pg-look[data-layout*="sp:01C"] {
    margin-inline: -2.5rem;
  }
  .pg-look[data-layout*="sp:01C"] .pg-look__content {
    padding-left: 2rem;
  }
  .pg-look[data-layout*="sp:02C"] {
    margin-inline: -2.5rem;
  }
  .pg-look[data-layout*="sp:02C"] .pg-look__content {
    padding-left: 1rem;
  }
  .pg-look[data-layout*="sp:05L"] .pg-look__img:nth-child(1) {
    margin-left: -2.5rem;
  }
  .pg-look[data-layout*="sp:05L"] .pg-look__img:nth-child(2) {
    --look-img-col-start: 2;
    --look-img-col-end: 7;
    justify-content: end;
  }
  .pg-look[data-layout*="sp:05L"] .pg-look__content {
    --look-img-col-start: 2;
    --look-img-col-end: 7;
  }
  .pg-look[data-layout*="sp:05R"] .pg-look__img:nth-child(1) {
    margin-right: -2.5rem;
  }
  .pg-look[data-layout*="sp:05R"] .pg-look__img:nth-child(2) {
    --look-img-col-end: 6;
  }
  .pg-look[data-layout*="sp:05R"] .pg-look__content {
    --look-img-col-end: 6;
  }
  .pg-look[data-layout*="sp:07L"] .pg-look__img:nth-child(1) {
    order: 2;
    margin-left: -2.5rem;
  }
  .pg-look[data-layout*="sp:07L"] .pg-look__img:nth-child(2) {
    order: 3;
    --look-img-col-start: 2;
    --look-img-col-end: 7;
  }
  .pg-look[data-layout*="sp:07L"] .pg-look__content {
    --look-img-col-start: 2;
    --look-img-col-end: 7;
    order: 4;
  }
  .pg-look[data-layout*="sp:07L"] .pg-look__mov {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    order: 1;
    margin-inline: -2.5rem;
    padding-bottom: 3.75rem;
  }
  .pg-look[data-layout*="sp:07L"] .pg-look__mov video {
    grid-column: 4/7;
  }
  .pg-look[data-layout*="sp:07R"] .pg-look__img:nth-child(1) {
    order: 2;
    margin-right: -2.5rem;
  }
  .pg-look[data-layout*="sp:07R"] .pg-look__img:nth-child(2) {
    order: 3;
    --look-img-col-start: 1;
    --look-img-col-end: 6;
  }
  .pg-look[data-layout*="sp:07R"] .pg-look__content {
    --look-img-col-start: 1;
    --look-img-col-end: 6;
    order: 4;
  }
  .pg-look[data-layout*="sp:07R"] .pg-look__mov {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    order: 1;
    margin-inline: -2.5rem;
    padding-bottom: 3.75rem;
  }
  .pg-look[data-layout*="sp:07R"] .pg-look__mov video {
    grid-column: 1/4;
  }
  .pg-look[data-layout*="sp:08L"] .pg-look__img:nth-child(1) {
    order: 2;
    margin-left: -2.5rem;
  }
  .pg-look[data-layout*="sp:08L"] .pg-look__content {
    --look-img-col-end: 6;
    order: 3;
    margin-left: -2.5rem;
    padding-left: 1rem;
  }
  .pg-look[data-layout*="sp:08L"] .pg-look__mov {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    order: 1;
    margin-inline: -2.5rem;
    padding-bottom: 3.75rem;
  }
  .pg-look[data-layout*="sp:08L"] .pg-look__mov video {
    grid-column: 4/7;
  }
  .pg-look[data-layout*="sp:08R"] .pg-look__img:nth-child(1) {
    order: 2;
    margin-right: -2.5rem;
  }
  .pg-look[data-layout*="sp:08R"] .pg-look__content {
    --look-img-col-end: 6;
    order: 3;
  }
  .pg-look[data-layout*="sp:08R"] .pg-look__mov {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    order: 1;
    margin-inline: -2.5rem;
    padding-bottom: 3.75rem;
  }
  .pg-look[data-layout*="sp:08R"] .pg-look__mov video {
    grid-column: 1/4;
  }
  .pg-look .pg-look__img {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .pg-look .pg-look__img picture {
    grid-column: var(--look-img-col-start, 1)/var(--look-img-col-end, 7);
  }
  .pg-look .pg-look__content {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .pg-look .pg-credits {
    grid-column: var(--look-img-col-start, 1)/var(--look-img-col-end, 7);
  }
}
@media (min-width: 48.0625em) {
  .pg-look {
    grid-template-columns: repeat(24, minmax(0, 1fr));
    gap: 1rem 0.5rem;
  }
  .pg-look[data-layout*="pc:01R"] {
    grid-template-areas: "c c c c c c b b b b b b b b b a a a a a a a a a";
  }
  .pg-look[data-layout*="pc:01R"] .pg-look__content {
    align-items: end;
    justify-content: end;
    padding-right: 0.5rem;
  }
  .pg-look[data-layout*="pc:01L"] {
    grid-template-areas: "a a a a a a a a a b b b b b b b b b c c c c c c";
  }
  .pg-look[data-layout*="pc:01L"] .pg-look__content {
    align-items: end;
    justify-content: start;
    padding-left: 0.5rem;
  }
  .pg-look[data-layout*="pc:02L"] {
    grid-template-areas: "a a a a a a a a a b b b b b b c c c c c c c c c";
    align-items: end;
  }
  .pg-look[data-layout*="pc:02L"] .pg-look__content {
    align-items: end;
    justify-content: start;
    padding-left: 0.5rem;
  }
  .pg-look[data-layout*="pc:02R"] {
    grid-template-areas: "c c c c c c c c c b b b b b b a a a a a a a a a";
    align-items: end;
  }
  .pg-look[data-layout*="pc:02R"] .pg-look__content {
    align-items: end;
    justify-content: end;
    padding-right: 0.5rem;
  }
  .pg-look[data-layout*="pc:03L"] {
    grid-template-areas: "a a a a a a a a a b b b b b b c c c c c c c c c";
    align-items: start;
  }
  .pg-look[data-layout*="pc:03L"] .pg-look__content {
    align-items: start;
    justify-content: start;
    padding-left: 0.5rem;
  }
  .pg-look[data-layout*="pc:03R"] {
    grid-template-areas: "c c c c c c c c c b b b b b b a a a a a a a a a";
    align-items: start;
  }
  .pg-look[data-layout*="pc:03R"] .pg-look__content {
    align-items: start;
    justify-content: start;
    padding-left: 0.5rem;
  }
  .pg-look[data-layout*="pc:04L"] {
    grid-template-areas: "a a a a a a a a a b b b b b b d d d d d d d d d" "c c c c c c c c c c c c c c c c c c c c c c c c";
    align-items: start;
  }
  .pg-look[data-layout*="pc:04L"] .pg-look__content {
    align-items: start;
    justify-content: start;
    padding-left: 1rem;
  }
  .pg-look[data-layout*="pc:04L"] .pg-look__mov {
    height: 100%;
    grid-template-areas: "x x x x v v v v v";
    align-items: end;
  }
  .pg-look[data-layout*="pc:04L"] .pg-look__mov video {
    grid-area: v;
  }
  .pg-look[data-layout*="pc:04R"] {
    grid-template-areas: "d d d d d d d d d b b b b b b a a a a a a a a a" "x x x x x x x x x c c c c c c c c c c c c c c c";
    align-items: end;
  }
  .pg-look[data-layout*="pc:04R"] .pg-look__content {
    align-items: start;
    justify-content: start;
  }
  .pg-look[data-layout*="pc:04R"] .pg-look__mov {
    height: 100%;
    grid-template-areas: "v v v v v x x x x";
    align-items: end;
    justify-content: start;
  }
  .pg-look[data-layout*="pc:04R"] .pg-look__mov video {
    grid-area: v;
  }
  .pg-look[data-layout*="pc:05L"] {
    grid-template-areas: "a a a a a a a a a a a a c c c c c c c c c c c c";
    align-items: start;
  }
  .pg-look[data-layout*="pc:05L"] .pg-look__content {
    align-items: end;
    justify-content: start;
    padding-left: 0.5rem;
  }
  .pg-look[data-layout*="pc:05R"] {
    grid-template-areas: "c c c c c c c c c c c c a a a a a a a a a a a a";
    align-items: start;
  }
  .pg-look[data-layout*="pc:05R"] .pg-look__content {
    align-items: end;
    justify-content: end;
    padding-right: 0.5rem;
  }
  .pg-look[data-layout*="pc:06L"] {
    grid-template-areas: "a a a a a a a a a c c c c c c c c c b b b b b b";
    align-items: start;
  }
  .pg-look[data-layout*="pc:06L"] .pg-look__content {
    align-items: end;
    justify-content: start;
    padding-left: 0.5rem;
  }
  .pg-look[data-layout*="pc:06R"] {
    grid-template-areas: "b b b b b b c c c c c c c c c a a a a a a a a a";
    align-items: start;
  }
  .pg-look[data-layout*="pc:06R"] .pg-look__content {
    align-items: end;
    justify-content: end;
    padding-right: 0.5rem;
  }
  .pg-look[data-layout*="pc:07L"] {
    grid-template-areas: " a a a a a a a a a c c c c c c c c c c d d d d d";
    align-items: start;
  }
  .pg-look[data-layout*="pc:07L"] .pg-look__content {
    align-items: end;
    justify-content: start;
    padding-left: 0.5rem;
  }
  .pg-look[data-layout*="pc:07L"] .pg-look__mov {
    height: 100%;
    grid-template-areas: "v v v v v";
    align-items: start;
  }
  .pg-look[data-layout*="pc:07L"] .pg-look__mov video {
    grid-area: v;
    width: 100%;
  }
  .pg-look[data-layout*="pc:07R"] {
    grid-template-areas: "d d d d d c c c c c c c c c c a a a a a a a a a";
    align-items: start;
  }
  .pg-look[data-layout*="pc:07R"] .pg-look__content {
    align-items: end;
    justify-content: end;
    padding-right: 0.5rem;
  }
  .pg-look[data-layout*="pc:07R"] .pg-look__mov {
    height: 100%;
    grid-template-areas: "v v v v v";
    align-items: start;
  }
  .pg-look[data-layout*="pc:07R"] .pg-look__mov video {
    grid-area: v;
    width: 100%;
  }
  .pg-look .pg-look__img:nth-child(1) {
    grid-area: a;
  }
  .pg-look .pg-look__img:nth-child(2) {
    grid-area: b;
  }
  .pg-look .pg-look__content {
    grid-area: c;
    height: 100%;
  }
  .pg-look .pg-look__mov {
    grid-area: d;
    display: grid;
    grid-template-columns: subgrid;
  }
}
.pg-look__content {
  display: flex;
}
.pg-look__mov video {
  width: 100%;
}

.pg-credits {
  display: grid;
  gap: 0.25rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.pg-credits::before {
  content: counter(look-counter, decimal-leading-zero);
  font-size: 0.6875rem;
}
.pg-credits__more {
  display: none;
  padding: 0;
  color: inherit;
  font: inherit;
  font-size: 0.75rem;
  text-align: left;
  background: none;
  border: 0;
  cursor: pointer;
}
@media (max-width: 48em) {
  .pg-credits:has(.pg-credit:nth-child(3)) .pg-credits__more {
    display: block;
  }
  .pg-credits:has(.pg-credit:nth-child(3)) .pg-credit:nth-child(n+3) {
    display: none;
  }
  .pg-credits.is-open .pg-credit:nth-child(n+3) {
    display: block !important;
    animation: credit-fade-in 0.4s ease-out both;
  }
  .pg-credits.is-open .pg-credits__more {
    display: none !important;
  }
}

@keyframes credit-fade-in {
  from {
    opacity: 0;
    transform: translateY(-0.25rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .pg-credits .pg-credit {
    animation: none !important;
  }
}
.pg-credit {
  display: grid;
  gap: 0.125rem;
  line-height: 1.4;
}
.pg-credit[data-label="Not Available"] {
  display: none;
}
.pg-credit[data-label$=発売予定] a, .pg-credit[data-label$="출시 예정"] a, .pg-credit[data-label*=Available] a {
  pointer-events: none;
  text-decoration: none;
}
.pg-credit[data-label$=発売予定]::after, .pg-credit[data-label$="출시 예정"]::after, .pg-credit[data-label*=Available]::after {
  content: attr(data-label);
  font-size: 0.625rem;
}
.pg-credit__title {
  font-size: 0.8125rem;
  display: block;
}
.pg-credit__title:link {
  text-decoration: underline;
}
.pg-credit__title:link:hover {
  text-decoration: none;
}
.pg-credit__data {
  display: block;
  font-size: 0.6875rem;
}
.pg-credit__data small {
  font-size: 0.625rem;
}

.pg-footer {
  --button-w: clamp(20.4375rem, calc(480 / var(--content-base-width, 1440) * 100vw), 30rem);
  --button-h: clamp(3.75rem, calc(80 / var(--content-base-width, 1440) * 100vw), 5rem);
  --button-fw: 400;
  padding-inline: max(var(--content-min-margin, 24) * 1px, var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw);
  padding-block: clamp(6rem, calc(160 / var(--content-base-width, 1440) * 100vw), 10rem);
}
.pg-footer .c-button {
  margin-inline: auto;
}

#LookModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: grid;
}

.pg-modal__inner {
  height: 100%;
}
.pg-modal__header {
  --button-h: 2.25rem;
  --button-p-x: 1.5rem;
  --button-fw: 400;
  padding: 1rem;
  display: flex;
  align-items: start;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media (hover: hover) and (pointer: fine) {
  .pg-modal__header:hover {
    --button-bgc: #F5F5F5CC;
    --button-clr: #000;
  }
}
@media (max-width: 48em) {
  .pg-modal__header {
    justify-content: end;
    --button-bgc: #F5F5F5CC;
    --button-clr: #000;
  }
}
@media (min-width: 48.0625em) {
  .pg-modal__header {
    --button-bgc: #000;
    --button-clr: #fff;
    --button-bdc: #000;
  }
}
.pg-modal__header .c-button {
  outline: none;
  backdrop-filter: blur(10px);
}
.pg-modal__title {
  font-size: 0.875rem;
}
@media (max-width: 48em) {
  .pg-modal__title {
    display: none;
  }
}
.pg-modal__content {
  overflow: scroll;
  height: 100%;
  position: relative;
  background: #fff;
}
@media (min-width: 48.0625em) {
  .pg-modal__content {
    padding-block: 5rem 10rem;
    --minmax: max(calc(var(--content-min-margin, 24) * 1px), calc(var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw));
    max-width: var(--content-max-width, 1040px);
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - var(--minmax) * 2);
  }
}

.pg-look-thumbnails__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 48em) {
  .pg-look-thumbnails__header {
    display: none;
  }
}
.pg-look-thumbnails__content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.0625rem;
}
@media (min-width: 48.0625em) {
  .pg-look-thumbnails__content {
    margin-top: 1rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.pg-look-thumbnail {
  overflow: hidden;
}
.pg-look-thumbnail img {
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
@media (hover: hover) and (pointer: fine) {
  .pg-look-thumbnail:hover img {
    transform: scale(1.1);
  }
}