*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
}
html body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
}
html body .clearfix {
  display: inline-block;
  height: 1%;
}
html body .clearfix::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
html body img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 980px) {
  html body .pc {
    display: block;
  }
  html body .sp {
    display: none !important;
  }
}
@media screen and (max-width: 980px) {
  html body .sp {
    display: block;
  }
  html body .pc {
    display: none !important;
  }
}
html body .scroll-in {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
html body .scroll-in.show {
  opacity: 1;
  transition: 0.5s ease;
  -webkit-transform: none;
          transform: none;
}
@font-face {
  html body {
    font-family: "HelveticaNeue-Bold";
    src: url(../font/helvetica-neue/HelveticaNeue-Bold.eot);
  }
}

:root {
  --disp-height: 100vh;
  --text-color: #000;
  --bg: #fff;
  --theme-color: #f2f2b2;
}

html {
  background-color: var(--bg);
}
html body {
  -webkit-font-smoothing: auto;
  opacity: 1;
  padding-top: 0;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  color: var(--text-color);
  background-color: var(--bg);
}
html body [data-flip-pic] {
  position: relative;
}
html body [data-flip-pic] > * {
  opacity: 0;
  position: relative;
}
html body [data-flip-pic] > *:nth-child(n+2) {
  position: absolute;
  left: 0;
  top: 0;
}
html body [data-flip-pic] > *.show {
  opacity: 1;
}
html body.show {
  opacity: 1;
  transition: 0.3s ease;
}
html body #main {
  position: relative;
  display: block;
}
html body #main #main-visual {
  width: 100%;
  height: var(--disp-height);
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  overflow: clip;
}
@media screen and (min-width: 980px) {
  html body #main #main-visual {
    height: auto;
    position: relative;
  }
}
html body #main #main-visual .tag {
  background-color: var(--theme-color);
  font-size: 1rem;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  position: absolute;
  z-index: 2;
  right: -40px;
  bottom: 165.5px;
  text-transform: uppercase;
  border-radius: 5px 0 0 5px;
  transition: translate 0.3s ease 0s, right 0.5s ease 2s;
}
html body #main #main-visual .tag span {
  rotate: 180deg;
}
html body #main #main-visual .tag:hover {
  translate: 4px 0;
}
html body #main #main-visual .ph {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 980px) {
  html body #main #main-visual .ph {
    height: auto;
  }
}
html body #main #main-visual .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1.1;
  opacity: 0;
}
@media screen and (min-width: 980px) {
  html body #main #main-visual .ph img {
    height: auto;
  }
}
html body #main #main-visual.show .tag {
  right: 0;
}
html body #main #main-visual.show .ph img {
  scale: 1;
  opacity: 1;
  transition: 2s ease 0s;
}
html body #main #main-visual hgroup {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  color: var(--theme-color);
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 100%;
  padding-left: 8.1333333333%;
  padding-bottom: 8.4%;
  pointer-events: none;
}
@media screen and (min-width: 980px) {
  html body #main #main-visual hgroup {
    width: 100%;
    height: 100vh;
    padding: 0;
    max-height: 100%;
    bottom: auto;
    top: 0;
  }
  html body #main #main-visual hgroup .title-inner {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: 6.2591508053%;
    margin-bottom: 71px;
  }
}
html body #main #main-visual hgroup .season {
  font-weight: 400;
  font-size: 3.0666666667vw;
  line-height: 1.3913043478;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
@media screen and (min-width: 980px) {
  html body #main #main-visual hgroup .season {
    font-size: 1.65rem;
  }
}
html body #main #main-visual hgroup h1 {
  font-weight: 300;
  font-size: 18.8vw;
  line-height: 0.9007092199;
  margin-top: 1.0666666667%;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 980px) {
  html body #main #main-visual hgroup h1 {
    font-size: 10.205rem;
    margin-top: 10px;
  }
}
html body #main #main-visual hgroup h1 span {
  display: inline-block;
  opacity: 0;
}
html body #main #main-visual hgroup h1 span:nth-child(1) {
  translate: -20px 0;
}
html body #main #main-visual hgroup h1 span:nth-child(3) {
  translate: 20px 0;
}
html body #main #main-visual hgroup .en-lead {
  width: 82.5333333333%;
  margin-top: 1.3333333333%;
  opacity: 0;
  translate: 0 10px;
}
@media screen and (min-width: 980px) {
  html body #main #main-visual hgroup .en-lead {
    width: 452.5px;
    margin-top: 10px;
  }
}
html body #main #main-visual.show hgroup .season {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: 1s ease 1s;
}
html body #main #main-visual.show hgroup h1 span {
  opacity: 1;
  translate: 0 0;
  transition: 1s ease 1.3s;
}
html body #main #main-visual.show hgroup h1 span:nth-child(3) {
  transition-delay: 1.6s;
}
html body #main #main-visual.show hgroup .en-lead {
  opacity: 1;
  translate: 0 0;
  transition: 1s ease 2s;
}
html body #main #pics {
  background-color: white;
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 30px;
  overflow: clip;
}
@media screen and (min-width: 980px) {
  html body #main #pics {
    padding-top: 119.5px;
  }
}
html body #main #pics .lead {
  font-size: 1.2rem;
  line-height: 1.7916666667;
  margin-left: 8.1333333333%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 980px) {
  html body #main #pics .lead {
    font-size: 1.6rem;
    margin-left: 6.4055636896%;
  }
}
html body #main #pics .credit-box {
  margin-top: 20px;
  margin-left: 20px;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 980px) {
  html body #main #pics .credit-box {
    position: absolute;
    left: 100%;
    bottom: 10px;
    white-space: nowrap;
  }
}
html body #main #pics .credit-box .type {
  font-size: 1rem;
  margin-bottom: 10px;
}
html body #main #pics .credit-box ul li {
  font-size: 1.2rem;
  margin-bottom: 7px;
}
@media screen and (min-width: 980px) {
  html body #main #pics .credit-box ul li {
    margin-bottom: 8px;
  }
}
html body #main #pics .credit-box ul li:has(a[href=""]).show, html body #main #pics .credit-box ul li.coming.show {
  opacity: 0.5;
}
html body #main #pics .credit-box ul li:has(a[href=""]) a, html body #main #pics .credit-box ul li.coming a {
  pointer-events: none;
}
html body #main #pics .credit-box ul li:has(a[href=""]) a::after, html body #main #pics .credit-box ul li.coming a::after {
  opacity: 0;
}
html body #main #pics .credit-box ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
html body #main #pics .credit-box ul li a:hover {
  text-decoration: underline;
}
html body #main #pics .credit-box ul li a span {
  font-size: 1rem;
}
html body #main #pics .credit-box ul li a::after {
  content: "";
  width: 12px;
  aspect-ratio: 1/1;
  display: block;
  background-image: url("../img/doors_2025aw_otona/yajirushi.png");
  background-size: 100% 100%;
  margin-left: 5px;
}
html body #main #pics .credit-box ul li .note {
  display: block;
  font-size: 1rem;
  margin-top: 3px;
}
html body #main #pics .ph {
  position: relative;
  z-index: 1;
}
html body #main #pics .ph.scroll-in {
  opacity: 1;
  transition: 1.5s ease 0s;
}
html body #main #pics .ph.scroll-in.from-left .img {
  overflow: hidden;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
html body #main #pics .ph.scroll-in.from-left .img img {
  scale: 1.1;
}
html body #main #pics .ph.scroll-in.from-left.show .img {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: -webkit-clip-path 1s ease 0s;
  transition: clip-path 1s ease 0s;
  transition: clip-path 1s ease 0s, -webkit-clip-path 1s ease 0s;
}
html body #main #pics .ph.scroll-in.from-left.show .img img {
  scale: 1;
  transition: scale 1.5s ease 0s;
}
html body #main #pics .ph.scroll-in.from-right .img {
  overflow: hidden;
  -webkit-clip-path: inset(0 0% 0 100%);
          clip-path: inset(0 0% 0 100%);
}
html body #main #pics .ph.scroll-in.from-right .img img {
  scale: 1.1;
}
html body #main #pics .ph.scroll-in.from-right.show .img {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: -webkit-clip-path 1s ease 0s;
  transition: clip-path 1s ease 0s;
  transition: clip-path 1s ease 0s, -webkit-clip-path 1s ease 0s;
}
html body #main #pics .ph.scroll-in.from-right.show .img img {
  scale: 1;
  transition: scale 1.5s ease 0s;
}
html body #main #pics .ph.scroll-in.fade .img {
  overflow: hidden;
}
html body #main #pics .ph.scroll-in.fade .img img {
  opacity: 0;
  scale: 1.1;
}
html body #main #pics .ph.scroll-in.fade.show .img img {
  scale: 1;
  opacity: 1;
  transition: 1.5s ease 0s;
}
html body #main #pics .ph.ph1 {
  width: 80%;
  margin-left: auto;
  margin-top: -9.3333333333%;
}
@media screen and (min-width: 980px) {
  html body #main #pics .ph.ph1 {
    width: 43.9238653001%;
    margin-top: -7.2840409956%;
  }
}
html body #main #pics .ph.ph2 {
  width: 76.8%;
  margin-left: 0;
  margin-top: 10.6666666667%;
}
@media screen and (min-width: 980px) {
  html body #main #pics .ph.ph2 {
    width: 36.6032210835%;
    margin-top: -31.1127379209%;
  }
}
html body #main #pics .ph.ph3 {
  width: 89.3333333333%;
  margin-inline: auto;
  margin-top: 13.3333333333%;
}
@media screen and (min-width: 980px) {
  html body #main #pics .ph.ph3 {
    width: 43.9238653001%;
    margin-top: 8.78477306%;
  }
}
@media screen and (max-width: 980px) {
  html body #main #pics .ph.ph3 .credit-box {
    margin-left: 0;
  }
}
html body #main #pics .ph.ph4 {
  width: 100%;
  margin-left: 0;
  margin-top: 20.6666666667%;
}
@media screen and (min-width: 980px) {
  html body #main #pics .ph.ph4 {
    width: 46.8521229868%;
    margin-top: 8.78477306%;
  }
}
html body #main #pics .ph.ph5 {
  width: 48%;
  margin-left: 0%;
  margin-top: -10.6666666667%;
  z-index: 2;
}
@media screen and (min-width: 980px) {
  html body #main #pics .ph.ph5 {
    width: 21.5959004392%;
    margin-left: 72.5475841874%;
    margin-top: -45.0219619327%;
  }
  html body #main #pics .ph.ph5 .img {
    translate: 0 0 !important;
  }
}
html body #main #pics .ph.ph6 {
  width: 60%;
  margin-left: auto;
  margin-top: -52.9333333333%;
}
@media screen and (min-width: 980px) {
  html body #main #pics .ph.ph6 {
    width: 21.5959004392%;
    margin-top: 2.9282576867%;
    margin-left: 72.5475841874%;
  }
  html body #main #pics .ph.ph6 .img {
    translate: 0 0 !important;
  }
}
html body #main #pics .ph.ph9 {
  width: 52%;
  margin-left: 42.6666666667%;
  margin-top: 10.2666666667%;
  z-index: 2;
}
@media screen and (min-width: 980px) {
  html body #main #pics .ph.ph9 {
    width: 23.4260614934%;
    margin-top: 8.78477306%;
    margin-left: auto;
  }
}
html body #main #pics .ph.ph10 {
  width: 52%;
  margin-left: 5.3333333333%;
  margin-top: -50.4%;
}
@media screen and (min-width: 980px) {
  html body #main #pics .ph.ph10 {
    width: 43.1918008785%;
    margin-top: 0%;
    margin-left: 0%;
  }
}
html body #main #pics .ph.ph13 {
  margin-top: 21.3333333333%;
}
@media screen and (min-width: 980px) {
  html body #main #pics .ph.ph13 {
    width: 43.9238653001%;
    margin-top: -3.2576866764%;
    margin-left: 0%;
  }
}
html body #main #pics .ph.ph13 .credit-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 980px) {
  html body #main #pics .ph.ph13 .credit-wrapper {
    justify-content: flex-start;
    position: absolute;
    left: 100%;
    bottom: 0;
  }
}
html body #main #pics .ph.ph13 .credit-wrapper .credit-box {
  width: 50%;
}
@media screen and (min-width: 980px) {
  html body #main #pics .ph.ph13 .credit-wrapper .credit-box {
    position: relative;
    left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 20px;
  }
}
html body #main #pics .ph.ph13 .credit-wrapper .credit-box:nth-child(2) {
  margin-left: 0;
}
html body #main #pics .ph.ph16 {
  width: 69.6%;
  margin-left: 0%;
  margin-top: 21.3333333333%;
}
@media screen and (min-width: 980px) {
  html body #main #pics .ph.ph16 {
    width: 35.1390922401%;
    margin-top: 8.78477306%;
    margin-left: 0%;
  }
}
html body #main #pics .ph.ph17 {
  margin-top: 10.6666666667%;
}
@media screen and (min-width: 980px) {
  html body #main #pics .ph.ph17 {
    width: 43.9238653001%;
    margin-top: -31.6617862372%;
    margin-left: auto;
  }
  html body #main #pics .ph.ph17 .credit-box {
    left: auto;
    right: 100%;
    margin-right: 20px;
  }
}
html body #main #pics .ph.ph17 .img {
  width: 85.3333333333%;
  margin-left: auto;
}
@media screen and (min-width: 980px) {
  html body #main #pics .ph.ph17 .img {
    width: 100%;
  }
}
html body #main #pics .ph.ph18 {
  width: 100%;
  margin-left: 0%;
  margin-top: 21.3333333333%;
}
@media screen and (min-width: 980px) {
  html body #main #pics .ph.ph18 {
    width: 43.9238653001%;
    margin-top: 8.78477306%;
    margin-left: 0%;
  }
}
html body #main #pics .ph.ph19 {
  width: 52%;
  margin-left: auto;
  margin-top: 0%;
}
@media screen and (min-width: 980px) {
  html body #main #pics .ph.ph19 {
    width: 23.4260614934%;
    margin-top: -45.3879941435%;
    margin-left: auto;
  }
}
html body #main #pics .ph.ph20 {
  width: 56%;
  margin-left: 0%;
  margin-top: -38.9333333333%;
  z-index: 2;
}
@media screen and (min-width: 980px) {
  html body #main #pics .ph.ph20 {
    width: 23.4260614934%;
    margin-top: 65.2269399707%;
    margin-left: 0%;
  }
}
html body #main #pics .ph.ph21 {
  width: 100%;
  margin-left: 0%;
  margin-top: 10.6666666667%;
}
@media screen and (min-width: 980px) {
  html body #main #pics .ph.ph21 {
    width: 43.9238653001%;
    margin-top: -74.6339677892%;
    margin-left: auto;
  }
}
html body #main #pics .ph.ph22 {
  width: 62.6666666667%;
  margin-inline: auto;
  margin-top: 21.3333333333%;
}
@media screen and (min-width: 980px) {
  html body #main #pics .ph.ph22 {
    width: 28.5505124451%;
    margin-top: 20.5344070278%;
    overflow: hidden;
  }
  html body #main #pics .ph.ph22 .img {
    scale: 1.1;
    opacity: 0;
  }
  html body #main #pics .ph.ph22 .img img {
    transition: opacity 0.4s ease 0s;
  }
  html body #main #pics .ph.ph22.show .img {
    opacity: 1;
    scale: 1;
    transition: 1s ease;
  }
}
html body #main #pics .ph5-wrapper .credit-box {
  position: relative;
  z-index: 3;
}
html body #main #pics .ph7-wrapper {
  width: 100%;
  overflow: clip;
  height: 500vw;
  margin-top: 16.8%;
}
@media screen and (min-width: 980px) {
  html body #main #pics .ph7-wrapper {
    height: auto;
    margin-top: 9.0775988287%;
  }
}
html body #main #pics .ph7-wrapper .inner {
  width: 162.6666666667%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
}
@media screen and (min-width: 980px) {
  html body #main #pics .ph7-wrapper .inner {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-end;
  }
  html body #main #pics .ph7-wrapper .inner .credit-wrapper .credit-box {
    position: relative;
    left: 0;
  }
}
html body #main #pics .ph7-wrapper .inner .ph {
  width: 48.3606557377%;
  -webkit-transform: none;
          transform: none;
}
@media screen and (min-width: 980px) {
  html body #main #pics .ph7-wrapper .inner .ph {
    width: 31.1127379209%;
    margin-left: 5.8565153734%;
  }
  html body #main #pics .ph7-wrapper .inner .ph.ph8 {
    margin-left: 2.9282576867%;
  }
  html body #main #pics .ph7-wrapper .inner .ph .img {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  html body #main #pics .ph7-wrapper .inner .ph .img img {
    scale: 1.1;
  }
  html body #main #pics .ph7-wrapper .inner .ph.show .img {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    transition: 1s ease 0s;
  }
  html body #main #pics .ph7-wrapper .inner .ph.show .img img {
    scale: 1;
    transition: 1.5s ease 0s;
  }
}
html body #main #pics .ph11-wrapper {
  height: 300vw;
  margin-top: 21.3333333333%;
  overflow: clip;
}
@media screen and (min-width: 980px) {
  html body #main #pics .ph11-wrapper {
    margin-top: 0;
    height: 100vw;
    overflow: visible;
  }
}
html body #main #pics .ph11-wrapper .ph {
  width: 100%;
}
html body #main #pics .ph11-wrapper .ph.ph11 {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: calc(50% - 53.3333333333vw);
  -webkit-transform: none;
          transform: none;
}
@media screen and (min-width: 980px) {
  html body #main #pics .ph11-wrapper .ph.ph11 {
    top: calc(50% - 23.3345534407vw);
  }
}
html body #main #pics .ph11-wrapper .ph.ph11 > .img {
  width: 85.3333333333%;
  margin-left: auto;
}
@media screen and (min-width: 980px) {
  html body #main #pics .ph11-wrapper .ph.ph11 > .img {
    width: 37.3352855051%;
    margin-left: 57.7232796486%;
  }
}
html body #main #pics .ph11-wrapper .ph .credit-box {
  z-index: 3;
  position: relative;
}
@media screen and (min-width: 980px) {
  html body #main #pics .ph11-wrapper .ph .credit-box {
    margin-left: 57.7232796486%;
    left: 0;
    bottom: auto;
    top: 100%;
    margin-top: 10px;
    position: absolute;
  }
}
html body #main #pics .ph11-wrapper .ph .ph12 {
  width: 85.3333333333%;
  margin-inline: auto;
  rotate: -5deg;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  rotate: 25deg;
  z-index: 2;
}
@media screen and (min-width: 980px) {
  html body #main #pics .ph11-wrapper .ph .ph12 {
    width: 37.3352855051%;
    margin-left: 55.1610541728%;
    margin-top: 1.4641288433%;
  }
}
html body #main #pics .ph14-wrapper {
  height: 200vh;
  margin-top: 21.3333333333%;
}
@media screen and (min-width: 980px) {
  html body #main #pics .ph14-wrapper {
    margin-top: 8.78477306%;
    height: 300vh;
  }
}
html body #main #pics .ph14-wrapper .ph14 {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: calc(50% - 74.8666666667vw);
}
@media screen and (min-width: 980px) {
  html body #main #pics .ph14-wrapper .ph14 {
    width: 46.8521229868%;
    right: 0;
    margin-inline: auto;
    top: calc(50% - 35.0841874085vw);
  }
  html body #main #pics .ph14-wrapper .ph14 .credit-box {
    margin-bottom: 25.078125%;
  }
}
html body #main #pics .ph14-wrapper .ph14 .ph15 {
  width: 79.6%;
  left: 0;
  top: 0;
  position: absolute;
  right: 0;
  margin-inline: auto;
  margin-top: 24.6666666667%;
}
@media screen and (min-width: 980px) {
  html body #main #pics .ph14-wrapper .ph14 .ph15 {
    margin-top: 0;
    width: 79.609375%;
    top: 50%;
    translate: 0 -50%;
  }
}
html body #main #pics .ph14-wrapper .ph14 .ph15 .img {
  transition: 0.4s ease;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
html body #main #pics .ph14-wrapper .ph14 .ph15 .img.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
html body #main #outro {
  background-color: white;
  position: relative;
  z-index: 2;
  padding-top: 40px;
}
@media screen and (min-width: 980px) {
  html body #main #outro {
    padding-inline: 5.8565153734%;
    padding-top: 159px;
    padding-bottom: 40px;
  }
}
html body #main #outro .logo {
  width: 125px;
  margin-inline: auto;
  display: block;
}
@media screen and (min-width: 980px) {
  html body #main #outro .logo {
    margin-left: 0;
  }
}
html body #main #outro hgroup {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  html body #main #outro hgroup {
    text-align: left;
  }
}
html body #main #outro hgroup h2 {
  font-size: 2rem;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
html body #main #outro hgroup .season {
  font-size: 1.2rem;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-top: 10px;
}
html body #main #outro .staff {
  text-align: center;
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 20px;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 40px;
}
@media screen and (min-width: 980px) {
  html body #main #outro .staff {
    text-align: left;
  }
}
html body #main #outro .banner {
  display: block;
  width: 89.3333333333%;
  margin-inline: auto;
  margin-bottom: 15px;
  overflow: hidden;
}
@media screen and (min-width: 980px) {
  html body #main #outro .banner {
    width: 47.7707006369%;
    margin: 0;
  }
  html body #main #outro .banner img {
    transition: 0.5s ease;
  }
  html body #main #outro .banner:hover {
    cursor: pointer;
  }
  html body #main #outro .banner:hover img {
    scale: 1.05;
  }
}
@media screen and (min-width: 980px) {
  html body #main #outro .banners {
    width: 45.9736456808%;
    position: absolute;
    right: 0;
    bottom: 77.5px;
    display: flex;
    justify-content: space-between;
    margin-right: 5.8565153734%;
  }
}
html body #main #outro .ph23 {
  margin-top: 40px;
  position: relative;
}
html body #main #outro .ph23 .img {
  position: relative;
  z-index: 1;
}
html body #main #outro .ph23 .links {
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
  text-align: center;
  bottom: 50px;
  z-index: 2;
}
@media screen and (min-width: 980px) {
  html body #main #outro .ph23 .links {
    position: relative;
    text-align: left;
    margin-top: 40px;
    bottom: 0;
  }
}
html body #main #outro .ph23 .links .line {
  font-size: 1.1rem;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.9090909091;
}
html body #main #outro .ph23 .links .line span {
  margin-inline: 1em;
}
html body #main #outro .ph23 .links .line a:hover {
  text-decoration: underline;
}
html body #main #outro .ph23 .copy {
  text-align: center;
  font-size: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
  bottom: 20px;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  z-index: 2;
}
@media screen and (min-width: 980px) {
  html body #main #outro .ph23 .copy {
    position: relative;
    text-align: left;
    bottom: 0;
    margin-top: 20px;
  }
}
