@import url("https://use.typekit.net/say2njz.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
@keyframes motion {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #000;
  font-family: "century-old-style-std", serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.looking {
  overflow: hidden;
}
body.looking .sec {
  pointer-events: none;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active, a.active {
  color: #D4D6CB;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999999;
  transition: all 0.75s ease-in-out 0s;
}
#loader .logo {
  width: 250px;
  background-image: url(../images/logo_load.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  height: 33px;
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  display: block;
}
#loader.complete {
  opacity: 0;
}

main#container {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
main#container #visual {
  width: 100%;
  background-color: #000;
  padding: 0px;
  margin: 0 auto;
  position: relative;
}
main#container #visual:not(:last-child) {
  margin-bottom: 0px;
}
main#container #visual.on h1 {
  clip-path: inset(0 0 0 0);
}
main#container #visual.on .photo {
  opacity: 1;
}
main#container #visual.on .photo .combo > div {
  opacity: 1;
}
main#container #visual h1 {
  width: 100%;
  height: 14.275vw;
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0.75s;
}
main#container #visual .photo {
  width: 100%;
}
main#container #visual .photo .combo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main#container #visual .photo .combo > div {
  width: 50%;
  opacity: 0;
}
main#container #visual .photo .combo > div:nth-child(1) {
  transition: all 0.5s ease-in 0s;
}
main#container #visual .photo .combo > div:nth-child(2) {
  transition: all 0.5s ease-in 0.25s;
}
main#container .text {
  opacity: 0;
  transition: all 0.4s ease-in 0s;
}
main#container .text.show {
  opacity: 1;
}
main#container .photo {
  opacity: 0;
  transition: all 0.4s ease-in 0s;
}
main#container .photo.show {
  opacity: 1;
}
main#container .photo.link > div {
  position: relative;
}
main#container .photo > div.bd {
  border: solid 2px #000;
}
main#container .photo > div.change img:nth-child(2) {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  animation-name: motion;
  animation-iteration-count: infinite;
  animation-duration: 5s;
  animation-timing-function: ease;
  animation-direction: alternate;
}
main#container .photo.link {
  position: relative;
}
main#container .photo.link.wh > div:not(.credits)::before {
  background-image: url(../images/icon_plus2.png);
}
main#container .photo.link.left > div:not(.credits)::before {
  right: auto;
  left: 10px;
}
main#container .photo.link > div {
  position: relative;
}
main#container .photo.link > div:not(.credits)::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/icon_plus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 5;
  transition: all 0.25s ease-in 0s;
}
main#container .photo.link > div img {
  transition: all 0.25s ease-in 0s;
}
main#container .photo.link:hover > div img {
  opacity: 0.8;
}
main#container .photo.link.on > div:not(.credits)::before {
  background-image: url(../images/icon_plus2.png);
  transform: rotate(225deg);
}
main#container .photo.link.on .credits {
  opacity: 1;
  pointer-events: auto;
}
main#container .photo.link .credits {
  width: 100%;
  height: 100%;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-out;
}
main#container .photo.link .credits .incredit {
  width: 400px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container .photo.link .credits .incredit > div {
  width: 100%;
  padding: 0px;
}
main#container .photo.link .credits .incredit > div:not(:last-child) {
  margin-bottom: 10px;
}
main#container .photo.link .credits .incredit > div.item-d-none dl dd {
  width: auto;
}
main#container .photo.link .credits .incredit > div.item-d-none dl dd a, main#container .photo.link .credits .incredit > div.item-d-none dl dd span {
  display: none;
}
main#container .photo.link .credits .incredit > div.item-d-none dl dd::before {
  content: "COMING SOON";
  color: #FFF;
  font-family: "futura-pt", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
main#container .photo.link .credits .incredit > div dl {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main#container .photo.link .credits .incredit > div dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main#container .photo.link .credits .incredit > div dl dt::before {
  content: "-";
  color: #FFF;
  font-family: "futura-pt", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-left: 10px;
  display: inline-block;
  order: 3;
}
main#container .photo.link .credits .incredit > div dl dt strong:nth-child(1) {
  color: #FFF;
  font-family: "futura-pt", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  order: 1;
}
main#container .photo.link .credits .incredit > div dl dt strong:nth-child(2) {
  color: #FFF;
  font-family: "futura-pt", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-left: 5px;
  order: 2;
}
main#container .photo.link .credits .incredit > div dl dt strong:nth-child(3) {
  color: #FFF;
  font-family: "futura-pt", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-left: 10px;
  order: 4;
}
main#container .photo.link .credits .incredit > div dl dd {
  width: 60px;
}
main#container .photo.link .credits .incredit > div dl dd:hover a {
  color: #000;
  background-color: #FFF;
}
main#container .photo.link .credits .incredit > div dl dd a {
  color: #FFF;
  font-family: "futura-pt", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 20px;
  border: solid 1px #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main#container #lead {
  width: 100%;
  padding: 0 0 100px 0;
  background-color: #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main#container #lead.on h2 {
  opacity: 1;
}
main#container #lead.on p {
  opacity: 1;
}
main#container #lead.on .photo {
  opacity: 1;
}
main#container #lead h2 {
  width: 340px;
  height: 44px;
  background-image: url(../images/logo_lead.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
  transform: translateY(-20px);
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main#container #lead p {
  color: #FFF;
  font-family: "century-old-style-std", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
  margin-bottom: 80px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main#container #lead .photo {
  width: 1090px;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main#container #lead .photo .combo {
  width: 100%;
  background-color: transparent !important;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main#container #lead .photo .combo > div {
  width: calc(50% - 5px);
}
main#container section {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main#container section.sec1 {
  padding: 100px 0;
  margin: 0 auto;
  position: relative;
}
main#container section.sec1::before {
  content: "";
  width: 100%;
  height: 1085px;
  background-color: #000;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  display: block;
}
main#container section.sec1 .inner {
  width: 683px;
  position: relative;
  z-index: 1;
}
main#container section.sec1 .inner .photo {
  width: 100%;
}
main#container section.sec1 .inner .photo:not(:last-child) {
  margin-bottom: 100px;
}
main#container section.sec1 .inner .text {
  text-align: left;
  width: 100%;
  position: relative;
  transform: translateX(-50px);
}
main#container section.sec1 .inner .text p {
  color: #FFF;
  font-family: "century-old-style-std", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
}
main#container section.sec2 {
  padding: 0 0 150px 0;
  margin: 0 auto;
  position: relative;
}
main#container section.sec2::before {
  content: "";
  width: 100%;
  height: 960px;
  background-color: #000;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  display: block;
}
main#container section.sec2 > .photo {
  margin-bottom: 100px;
}
main#container section.sec2 .inner {
  width: 683px;
  position: relative;
  z-index: 1;
}
main#container section.sec2 .inner .photo {
  width: 100%;
}
main#container section.sec2 .inner .photo:not(:last-child) {
  margin-bottom: 100px;
}
main#container section.sec2 .inner .text {
  text-align: left;
  width: 100%;
  position: relative;
  transform: translateX(-50px);
}
main#container section.sec2 .inner .text p {
  color: #FFF;
  font-family: "century-old-style-std", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
}
main#container section.sec3 {
  padding: 150px 0 200px 0;
  margin: 0 auto;
}
main#container section.sec3 .inner {
  width: 100%;
  position: relative;
  z-index: 1;
}
main#container section.sec3 .inner .set {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
main#container section.sec3 .inner .set:not(:last-child) {
  margin-bottom: 250px;
}
main#container section.sec3 .inner .set .photo {
  position: relative;
}
main#container section.sec3 .inner .set .photo:nth-child(1) {
  width: 410px;
  top: 280px;
  right: -50px;
  z-index: 5;
}
main#container section.sec3 .inner .set .photo:nth-child(2) {
  width: 546px;
}
main#container section.sec3 .inner > .photo {
  width: 683px;
  margin: 0 auto;
}
main#container section.sec4 {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
main#container section.sec4:not(:last-child) {
  margin-bottom: 200px;
}
main#container section.sec4 .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main#container section.sec4 .inner::after {
  content: "";
  width: 100%;
  height: 100vh;
  display: block;
}
main#container section.sec4 .inner .bgph {
  width: 1092px;
  position: sticky;
  top: 0px;
}
main#container section.sec4 .inner .photo {
  position: sticky;
}
main#container section.sec4 .inner .photo.p10 {
  width: 546px;
  margin-bottom: 100px;
  transform: translateX(-175px);
}
main#container section.sec4 .inner .photo.p11 {
  width: 410px;
  margin-bottom: 200px;
  transform: translateX(250px);
}
main#container section.sec4 .inner .photo.p12 {
  width: 683px;
}
main#container section.sec5 {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
main#container section.sec5:not(:last-child) {
  margin-bottom: 0px;
}
main#container section.sec5 .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  clip-path: inset(0 0 0 0);
}
main#container section.sec5 .inner .bgph {
  width: 100%;
  position: relative;
}
main#container section.sec5 .inner .wrap {
  width: 100%;
  padding: 150px 0;
  background-color: #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
main#container section.sec5 .inner .wrap:last-child {
  background-color: #FFF;
}
main#container section.sec5 .inner .wrap .photo {
  width: 683px;
}
main#container section.sec5 .inner .wrap .photo.p15 > div:not(.credits) {
  position: relative;
}
main#container section.sec5 .inner .wrap .photo.p15 > div:not(.credits) p {
  color: #000;
  font-family: "century-old-style-std", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  height: 100%;
  top: 0px;
  right: -40px;
}
main#container section.sec6 {
  width: 100%;
  background-color: #000;
  margin: 0 auto;
  position: relative;
}
main#container section.sec6:not(:last-child) {
  margin-bottom: 0px;
}
main#container section.sec6 .inner {
  width: 100%;
  clip-path: inset(0 0 0 0);
}
main#container section.sec6 .inner .bgph {
  width: 100%;
  position: sticky;
  top: -50%;
}
main#container section.sec6 .inner .wrap {
  width: 100%;
  padding: 0 0 100px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 1;
}
main#container section.sec6 .inner .wrap::before {
  content: "";
  width: 100%;
  height: calc(100% - 490px);
  background-color: #000;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 0;
}
main#container section.sec6 .inner .wrap .photo {
  width: 683px;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
main#container section.sec6 .inner .wrap p {
  color: #FFF;
  font-family: "century-old-style-std", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  position: relative;
  z-index: 1;
}
main#container section.sec6 .inner .wrap p:not(:last-child) {
  margin-bottom: 100px;
}
main#container section.sec6 .inner .wrap .set.photo {
  width: 1090px;
  margin-bottom: 100px;
}
main#container section.sec6 .inner .wrap .set.photo > div.combo {
  width: 100%;
  background-color: transparent !important;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main#container section.sec6 .inner .wrap .set.photo > div.combo::before {
  right: auto;
  left: 10px;
}
main#container section.sec6 .inner .wrap .set.photo > div.combo .ph {
  width: calc(50% - 5px);
  margin: 0px;
}
main#container section.sec7 {
  width: 100%;
  padding: 150px 0;
  margin: 0 auto;
}
main#container section.sec7 .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main#container section.sec7 .inner .photo {
  width: 683px;
  margin-bottom: 30px;
}
main#container section.sec7 .inner .staff {
  text-align: right;
  width: 683px;
}
main#container section.sec7 .inner .staff p {
  color: #0B2276;
  font-family: "century-old-style-std", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}
main#container footer {
  width: 100%;
  padding: 50px 0;
  border-top: solid 1px #0B2276;
  position: relative;
}
main#container footer .inner {
  width: calc(100% - 60px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
main#container footer .inner .set ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}
main#container footer .inner .set ul li a {
  color: #0B2276;
  font-family: "century-old-style-std", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}
main#container footer .inner .set p {
  color: #0B2276;
  font-family: "century-old-style-std", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}
main#container footer .inner .pgtop {
  color: #0B2276;
  font-family: "century-old-style-std", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}
main#container footer .inner .pgtop:hover {
  opacity: 0.7;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }

  html {
    height: -webkit-fill-available;
  }

  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }

  #loader {
    width: 100%;
    height: 100vh;
    min-height: -webkit-fill-available;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
  }
  #loader .logo {
    width: 150px;
    height: 20px;
  }
  #loader.active h3 {
    opacity: 1;
  }
  #loader.complete {
    opacity: 0;
  }

  main#container {
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }
  main#container #visual {
    width: 100%;
    background-color: #000;
    padding: 0px;
    margin: 0 auto;
    position: relative;
  }
  main#container #visual:not(:last-child) {
    margin-bottom: 0px;
  }
  main#container #visual h1 {
    width: 241px;
    height: 138px;
    background-image: url(../images_sp/title.png);
    top: 10px;
    left: 10px;
  }
  main#container #visual .photo .combo > div {
    width: 100%;
  }
  main#container #visual .photo .combo > div:last-child {
    display: none;
  }
  main#container .photo.link > div {
    position: relative;
  }
  main#container .photo > div.bd {
    border: solid 2px #000;
  }
  main#container .photo.link {
    position: relative;
  }
  main#container .photo.link.wh > div:not(.credits)::before {
    background-image: url(../images/icon_plus2.png);
  }
  main#container .photo.link.left > div:not(.credits)::before {
    right: auto;
    left: 10px;
  }
  main#container .photo.link > div {
    position: relative;
  }
  main#container .photo.link > div:not(.credits)::before {
    width: 16px;
    height: 16px;
  }
  main#container .photo.link:hover > div img {
    opacity: 1;
  }
  main#container .photo.link.on > div:not(.credits)::before {
    background-image: url(../images/icon_plus2.png);
    transform: rotate(225deg);
  }
  main#container .photo.link.on .credits {
    opacity: 1;
    pointer-events: auto;
  }
  main#container .photo.link .credits {
    padding: 20px 0;
  }
  main#container .photo.link .credits .incredit {
    width: calc(100% - 20px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container .photo.link .credits .incredit.narrow {
    width: calc(100% - 80px);
  }
  main#container .photo.link .credits .incredit > div {
    width: 100%;
    padding: 0px;
  }
  main#container .photo.link .credits .incredit > div:not(:last-child) {
    margin-bottom: 10px;
  }
  main#container .photo.link .credits .incredit > div.item-d-none dl dd::before {
    color: #FFF;
    font-family: "futura-pt", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container .photo.link .credits .incredit > div dl {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  main#container .photo.link .credits .incredit > div dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main#container .photo.link .credits .incredit > div dl dt::before {
    content: "-";
    color: #FFF;
    font-family: "futura-pt", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-left: 5px;
    display: inline-block;
    order: 3;
  }
  main#container .photo.link .credits .incredit > div dl dt strong:nth-child(1) {
    color: #FFF;
    font-family: "futura-pt", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    order: 1;
  }
  main#container .photo.link .credits .incredit > div dl dt strong:nth-child(2) {
    color: #FFF;
    font-family: "futura-pt", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-left: 3px;
    order: 2;
  }
  main#container .photo.link .credits .incredit > div dl dt strong:nth-child(3) {
    color: #FFF;
    font-family: "futura-pt", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-left: 5px;
    order: 4;
  }
  main#container .photo.link .credits .incredit > div dl dd {
    width: 40px;
  }
  main#container .photo.link .credits .incredit > div dl dd:hover a {
    color: #000;
    background-color: #FFF;
  }
  main#container .photo.link .credits .incredit > div dl dd a {
    color: #FFF;
    font-family: "futura-pt", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    width: 100%;
    height: 20px;
    border: solid 1px #FFF;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  main#container #lead {
    width: 100%;
    padding: 0 0 50px 0;
  }
  main#container #lead h2 {
    width: 250px;
    height: 33px;
    margin-bottom: 30px;
    transform: translateY(-20px);
  }
  main#container #lead p {
    color: #FFF;
    font-family: "century-old-style-std", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
    margin-bottom: 50px;
  }
  main#container #lead .photo {
    width: calc(100% - 40px);
  }
  main#container #lead .photo .combo {
    width: 100%;
  }
  main#container #lead .photo .combo > div {
    width: calc(50% - 5px);
  }
  main#container section.sec1 {
    padding: 50px 0;
  }
  main#container section.sec1::before {
    height: 140vw;
  }
  main#container section.sec1 .inner {
    width: calc(100% - 80px);
  }
  main#container section.sec1 .inner .photo {
    width: 100%;
  }
  main#container section.sec1 .inner .photo:not(:last-child) {
    margin-bottom: 50px;
  }
  main#container section.sec1 .inner .text {
    transform: translateX(-20px);
  }
  main#container section.sec1 .inner .text p {
    color: #FFF;
    font-family: "century-old-style-std", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
  }
  main#container section.sec2 {
    padding: 0 0 50px 0;
    margin: 0 auto;
    position: relative;
  }
  main#container section.sec2::before {
    height: 125vw;
  }
  main#container section.sec2 > .photo {
    margin-bottom: 50px;
  }
  main#container section.sec2 .inner {
    width: calc(100% - 40px);
  }
  main#container section.sec2 .inner .photo {
    width: 100%;
  }
  main#container section.sec2 .inner .photo:not(:last-child) {
    width: calc(100% - 40px);
    margin: 0 auto 50px auto;
  }
  main#container section.sec2 .inner .text {
    text-align: left;
    width: 100%;
    position: relative;
    transform: translateX(-50px);
  }
  main#container section.sec2 .inner .text p {
    color: #FFF;
    font-family: "century-old-style-std", serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
  }
  main#container section.sec3 {
    padding: 50px 0;
    margin: 0 auto;
  }
  main#container section.sec3 .inner {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  main#container section.sec3 .inner .set {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
  }
  main#container section.sec3 .inner .set:not(:last-child) {
    margin-bottom: 40vw;
  }
  main#container section.sec3 .inner .set .photo {
    position: relative;
  }
  main#container section.sec3 .inner .set .photo:nth-child(1) {
    width: 40%;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -30vw;
    left: 20px;
  }
  main#container section.sec3 .inner .set .photo:nth-child(2) {
    width: 70%;
  }
  main#container section.sec3 .inner > .photo {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
  main#container section.sec4 {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  main#container section.sec4:not(:last-child) {
    margin-bottom: 50px;
  }
  main#container section.sec4 .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container section.sec4 .inner::after {
    content: none;
    width: 100%;
    height: 50vh;
    display: block;
  }
  main#container section.sec4 .inner .bgph {
    width: 100%;
  }
  main#container section.sec4 .inner .photo {
    position: sticky;
  }
  main#container section.sec4 .inner .photo.p10 {
    width: 80%;
    margin-bottom: 50px;
    transform: translateX(20px);
  }
  main#container section.sec4 .inner .photo.p11 {
    width: 50%;
    margin: 0 0 50px auto;
    transform: translateX(-40px);
  }
  main#container section.sec4 .inner .photo.p12 {
    width: calc(100% - 40px);
    transform: translateX(20px);
  }
  main#container section.sec5 {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  main#container section.sec5:not(:last-child) {
    margin-bottom: 0px;
  }
  main#container section.sec5 .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    clip-path: inset(0 0 0 0);
  }
  main#container section.sec5 .inner .bgph {
    width: 100%;
    position: relative;
  }
  main#container section.sec5 .inner .wrap {
    padding: 40px 0;
  }
  main#container section.sec5 .inner .wrap.w2 {
    padding-left: 20px;
    justify-content: flex-start;
  }
  main#container section.sec5 .inner .wrap.w2 .photo {
    width: calc(100% - 85px);
  }
  main#container section.sec5 .inner .wrap.w2 .photo.p15 > div:not(.credits) {
    position: relative;
  }
  main#container section.sec5 .inner .wrap.w2 .photo.p15 > div:not(.credits) p {
    color: #000;
    font-family: "century-old-style-std", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0em;
    height: 100%;
    top: 0px;
    right: calc(-4rem - 10px);
  }
  main#container section.sec5 .inner .wrap .photo {
    width: calc(100% - 80px);
  }
  main#container section.sec6 {
    width: 100%;
    background-color: #000;
    margin: 0 auto;
    position: relative;
  }
  main#container section.sec6:not(:last-child) {
    margin-bottom: 0px;
  }
  main#container section.sec6 .inner {
    width: 100%;
  }
  main#container section.sec6 .inner .bgph {
    width: 100%;
    margin-bottom: 40px;
    top: 0px;
  }
  main#container section.sec6 .inner .wrap {
    width: 100%;
    padding: 0 0 50px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  main#container section.sec6 .inner .wrap::before {
    content: "";
    width: 100%;
    height: calc(100% - 200px);
    background-color: #000;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 0;
  }
  main#container section.sec6 .inner .wrap .photo {
    width: calc(100% - 80px);
    margin-bottom: 50px;
  }
  main#container section.sec6 .inner .wrap p {
    color: #FFF;
    font-family: "century-old-style-std", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main#container section.sec6 .inner .wrap p:not(:last-child) {
    margin-bottom: 50px;
  }
  main#container section.sec6 .inner .wrap .set.photo {
    width: calc(100% - 40px);
    margin-bottom: 50px;
  }
  main#container section.sec6 .inner .wrap .set.photo > div.combo .ph {
    width: calc((100% - 5px) / 2);
  }
  main#container section.sec7 {
    padding: 50px 0;
  }
  main#container section.sec7 .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container section.sec7 .inner .photo {
    width: calc(100% - 80px);
    margin-bottom: 50px;
  }
  main#container section.sec7 .inner .staff {
    width: calc(100% - 80px);
  }
  main#container section.sec7 .inner .staff p {
    color: #0B2276;
    font-family: "century-old-style-std", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main#container footer {
    width: calc(100% - 40px);
    padding: 50px 0;
    margin: 0 auto;
    border-top: solid 1px #0B2276;
    position: relative;
  }
  main#container footer .inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  main#container footer .inner .set ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  main#container footer .inner .set ul li a {
    color: #0B2276;
    font-family: "century-old-style-std", serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main#container footer .inner .set p {
    color: #0B2276;
    font-family: "century-old-style-std", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main#container footer .inner .pgtop:hover {
    opacity: 1;
  }
}

/*# sourceMappingURL=style.css.map */
