/* --------------------------------------------------
Look
-------------------------------------------------- */
@keyframes cross1 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(20deg);
  }
}
@keyframes cross2 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-20deg);
  }
}
@keyframes cross1Rev {
  0% {
    transform: translate(-50%, -50%) rotate(20deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0);
  }
}
@keyframes cross2Rev {
  0% {
    transform: translate(-50%, -50%) rotate(-20deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0);
  }
}
body #wrapper .issue-contents .layerScope {
  position: relative;
  display: grid;
  align-items: start;
  z-index: 1;
}
body #wrapper .issue-contents .layerScope > * {
  grid-area: 1/-1;
}
body #wrapper .issue-contents .layerScope .layerStage {
  pointer-events: none;
}
body #wrapper .issue-contents .layerScope .footPanel {
  position: sticky;
  top: 0;
  z-index: -1;
}
body #wrapper .issue-contents .stickyScope--controller {
  position: relative;
}
body #wrapper .issue-contents .scenes {
  pointer-events: auto;
}
body #wrapper .issue-contents .scenes .scene {
  position: sticky;
  background: #F5F5F4;
  box-shadow: -0.77vw 0 1.79vw rgba(0, 0, 0, 0.1);
}
body #wrapper .issue-contents .scenes .scene:not(:last-child) {
  margin-block: 0 25.64vw;
}
body #wrapper .issue-contents .scenes .scene .intro {
  width: 87.69vw;
  margin-block: 0 14.36vw;
  margin-inline: auto;
  padding-block: 7.2rem 5.6rem;
  opacity: 0;
  filter: blur(0.2rem);
  transform: translate(0, 1rem);
}
body #wrapper .issue-contents .scenes .scene .intro .heading {
  margin-block: 0 8.72vw;
  padding-block: 0 8.72vw;
  border-bottom: 1px solid;
  text-align: center;
}
body #wrapper .issue-contents .scenes .scene .intro .heading .title {
  margin-block: 0 4.1vw;
  font-family: "bressay", serif;
  font-size: 7.18vw;
  letter-spacing: -0.01em;
}
body #wrapper .issue-contents .scenes .scene .intro .heading .titleJp {
  font-family: "fot-tsukumin-pr6n", sans-serif;
  font-weight: 300;
  font-size: 3.85vw;
  letter-spacing: 0.02em;
}
body #wrapper .issue-contents .scenes .scene .intro .body {
  width: 66.15vw;
  margin-inline: auto;
}
body #wrapper .issue-contents .scenes .scene .intro .body .text {
  font-family: "fot-tsukumin-pr6n", sans-serif;
  font-weight: 300;
  font-size: 3.59vw;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
body #wrapper .issue-contents .scenes .scene .intro.is-active {
  opacity: 1;
  filter: none;
  transform: none;
  transition: opacity 0.4s ease 0s, filter 0.4s ease 0s, transform 0.6s ease 0s;
}
body #wrapper .issue-contents .scenes .scene .looks .look .visual {
  margin-inline: auto;
}
body #wrapper .issue-contents .scenes .scene .looks .look .visual .media img {
  aspect-ratio: 685/917;
}
body #wrapper .issue-contents .scenes .scene .looks .look .visual .media img.landscape {
  aspect-ratio: 917/685;
}
body #wrapper .issue-contents .scenes .scene .looks .look .visual--small {
  width: 83.59vw;
}
body #wrapper .issue-contents .scenes .scene .looks .look .visual--large {
  width: 91.79vw;
}
body #wrapper .issue-contents .scenes .scene .looks .look .content {
  padding-block: 4.1vw 12.31vw;
  padding-inline: 4.1vw;
}
body #wrapper .issue-contents .scenes .scene .looks .look .content .default {
  position: relative;
}
body #wrapper .issue-contents .scenes .scene .looks .look .content .default .tagline {
  margin-block: 0 3.08vw;
  font-family: "fot-tsukumin-pr6n", sans-serif;
  font-weight: 300;
  font-size: 4.36vw;
  line-height: 1.41;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 1px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
body #wrapper .issue-contents .scenes .scene .looks .look .content .default .tagline br {
  display: none;
}
body #wrapper .issue-contents .scenes .scene .looks .look .content .default .excerpt {
  width: 61.54vw;
  font-family: "bressay", serif;
  font-size: 3.59vw;
  line-height: 1.3;
}
body #wrapper .issue-contents .scenes .scene .looks .look .content .default .excerpt .name {
  font-style: italic;
}
body #wrapper .issue-contents .scenes .scene .looks .look .content .default .excerpt .brand .smallCaps {
  font-variant-caps: small-caps;
}
body #wrapper .issue-contents .scenes .scene .looks .look .content .default .openBtn {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 0 1.03vw;
  align-items: baseline;
  width: auto;
  color: #888888;
}
body #wrapper .issue-contents .scenes .scene .looks .look .content .default .openBtn .label {
  font-weight: 500;
  font-size: 3.08vw;
}
body #wrapper .issue-contents .scenes .scene .looks .look .content .default .openBtn .icon {
  width: 4.1vw;
}
body #wrapper .issue-contents .scenes .scene .looks .look .content .default .openBtn .icon img {
  aspect-ratio: 1;
}
body #wrapper .issue-contents .scenes .scene .looks .look .content .toggleContent {
  display: none;
}
body #wrapper .issue-contents .scenes .scene:first-child {
  padding-block: 72px 0;
}
body #wrapper .issue-contents .scenes .scene:last-child {
  padding-block: 0 160px;
}

@media screen and (orientation: landscape) {
  body #wrapper .issue-contents .layerScope {
    height: 100vh;
    scroll-snap-type: y mandatory;
    overflow: scroll;
    overscroll-behavior: none;
  }
  body #wrapper .issue-contents .layerScope > * {
    min-width: 0;
  }
  body #wrapper .issue-contents .footPanelSpacer {
    scroll-snap-align: start;
    pointer-events: none;
  }
  body #wrapper .issue-contents .stickyScope--controller::after {
    display: block;
    content: "";
    height: 200px;
    background: #F5F5F4;
  }
  body #wrapper .issue-contents .scenes .scene {
    position: static;
    display: contents;
  }
  body #wrapper .issue-contents .scenes .scene:not(:last-child) {
    margin-block: 0;
  }
  body #wrapper .issue-contents .scenes .scene .intro {
    position: relative;
    display: grid;
    align-content: center;
    width: 32.29vw;
    height: 100vh;
    margin-block: 0;
    margin-inline: 0;
    padding-block: 0;
    z-index: 30;
    opacity: 0;
    margin-block: 0 -100vh;
  }
  body #wrapper .issue-contents .scenes .scene .intro .heading {
    width: 21.77vw;
    margin-block: 0 1.77vw;
    margin-inline: auto;
    padding-block: 0 2.08vw;
  }
  body #wrapper .issue-contents .scenes .scene .intro .heading .title {
    margin-block: 0 1.25vw;
    font-size: 1.46vw;
  }
  body #wrapper .issue-contents .scenes .scene .intro .heading .titleJp {
    font-size: 0.89vw;
  }
  body #wrapper .issue-contents .scenes .scene .intro .body {
    width: 18.75vw;
  }
  body #wrapper .issue-contents .scenes .scene .intro .body .text {
    font-size: 0.89vw;
    line-height: 1.82;
  }
  body #wrapper .issue-contents .scenes .scene .intro.is-active {
    transition-delay: 0.4s;
  }
  body #wrapper .issue-contents .scenes .scene .looks {
    display: contents;
  }
  body #wrapper .issue-contents .scenes .scene .looks .snapPoint {
    height: 1px;
    margin-bottom: -1px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    pointer-events: none;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look {
    position: relative;
    display: grid;
    grid-template-columns: 32.29% min(min(64.68vh, 35.57vw), 35.57vw) auto;
    height: 100vh;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    background: #F5F5F4;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look--01 {
    z-index: 1;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look--02 {
    z-index: 2;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look--03 {
    z-index: 3;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look--04 {
    z-index: 4;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look--05 {
    z-index: 5;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look--06 {
    z-index: 6;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look--07 {
    z-index: 7;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look--08 {
    z-index: 8;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look--09 {
    z-index: 9;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look--10 {
    z-index: 10;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look--11 {
    z-index: 11;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look--12 {
    z-index: 12;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look--13 {
    z-index: 13;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look--14 {
    z-index: 14;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look--15 {
    z-index: 15;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look--16 {
    z-index: 16;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look--17 {
    z-index: 17;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look--18 {
    z-index: 18;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look--19 {
    z-index: 19;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look--20 {
    z-index: 20;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look--21 {
    z-index: 21;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look:nth-child(2) {
    box-shadow: 0 -0.16vw 0.36vw rgba(0, 0, 0, 0.1);
  }
  body #wrapper .issue-contents .scenes .scene .looks .look:last-child {
    position: sticky;
    top: 0;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look .visual {
    grid-column: 2;
    margin-inline: 0;
    align-self: center;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look .visual--small {
    width: 100%;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look .visual--large {
    width: 100%;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look .visual:has(img.landscape) {
    margin-inline: -12.08vw 0;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look .content {
    padding-block: 0 3.33vw;
    padding-inline: 0;
    position: fixed;
    left: 73.13vw;
    width: 21.72vw;
    opacity: 0;
    transition: opacity 0.4s ease 0s;
    pointer-events: none;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look .content .default {
    position: static;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look .content .default .tagline {
    margin-block: 0 1.67vw;
    font-size: 1.25vw;
    text-underline-offset: 0.5rem;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look .content .default .excerpt {
    width: 100%;
    font-size: 0.99vw;
    line-height: 1.37;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look .content .default .openBtn {
    gap: 0.42vw;
    align-items: center;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look .content .default .openBtn .label {
    font-size: 0.94vw;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look .content .default .openBtn .icon {
    width: 1.25vw;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look .content .toggleContent .description {
    margin-block: 0 2.81vw;
    font-family: "fot-tsukumin-pr6n", sans-serif;
    font-weight: 300;
    font-size: 0.89vw;
    line-height: 1.7;
    letter-spacing: 0.02em;
    text-align: left;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  body #wrapper .issue-contents .scenes .scene .looks .look .content .toggleContent .meta .credit ul {
    display: grid;
    gap: 0.83vw;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look .content .toggleContent .meta .credit ul li {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 2.86vw;
    gap: 0.52vw;
    align-items: center;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look .content .toggleContent .meta .credit ul li .text {
    font-family: "bressay", serif;
    font-size: 0.99vw;
    line-height: 1.3;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look .content .toggleContent .meta .credit ul li .text .name {
    font-style: italic;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look .content .toggleContent .meta .credit ul li .text .brand .smallCaps {
    font-variant-caps: small-caps;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look .content .toggleContent .meta .credit ul li .linkBtn {
    height: 1.15vw;
    font-family: "courier-std", monospace;
    font-size: 0.89vw;
    color: #888888;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look .content .toggleContent .meta .credit ul li .linkBtn a {
    display: grid;
    place-items: center;
    height: 100%;
    border: 1px solid #888888;
    border-radius: 50%;
    transition: background 0.2s ease-out 0s, color 0.2s ease-out 0s;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look .content .toggleContent .meta .credit ul li .linkBtn a:hover {
    background: #E6E6E6;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look .content .toggleContent .closeBtn {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 0.42vw;
    width: auto;
    color: #888888;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look .content .toggleContent .closeBtn .label {
    font-family: "courier-std", monospace;
    font-size: 0.99vw;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look .content .toggleContent .closeBtn .icon {
    width: 1.25vw;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look .content .toggleContent .closeBtn .icon img {
    aspect-ratio: 1;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look.is-active .content {
    opacity: 1;
  }
  body #wrapper .issue-contents .scenes .scene .looks .look.is-active .content a,
  body #wrapper .issue-contents .scenes .scene .looks .look.is-active .content button {
    pointer-events: auto;
  }
  body #wrapper .issue-contents .scenes .scene:first-child {
    padding-block: 0;
  }
  body #wrapper .detailPanels {
    display: none;
  }
}
