@import url("https://use.typekit.net/lfi3kpf.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 zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  color: #ede83a;
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #07161e;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.looking {
  overflow: hidden;
}
body.looking .sec {
  pointer-events: none;
}

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

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

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: #07161e;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999999;
  transition: opacity 1s ease-in-out 0.5s;
}
#loader h3 {
  width: 250px;
  height: 118px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
#loader .bar {
  width: 100%;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #ede83a;
  display: block;
}
#loader.active h3 {
  opacity: 1;
}
#loader.complete {
  opacity: 0;
}

header {
  width: auto;
  position: fixed;
  left: 40px;
  top: 40px;
  z-index: 999;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
header h1 {
  width: 163px;
  height: 77px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
header.active {
  opacity: 1;
}

main {
  width: 100%;
  padding: 0px;
  margin: 0 0 400px 0;
  position: relative;
  box-sizing: border-box;
}
main #index {
  width: 100%;
  margin-bottom: 320px;
  position: relative;
}
main #index h2 {
  width: 458px;
  height: 216px;
  background-image: url(../images/logo.svg);
  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;
  right: 80px;
  bottom: 80px;
  z-index: 5;
}
main #index .visual {
  width: 100%;
  height: auto;
}
main #index .visual .swiper-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
main #index .visual .swiper-wrapper .swiper-slide-active .slide-img,
main #index .visual .swiper-wrapper .swiper-slide-duplicate-active .slide-img,
main #index .visual .swiper-wrapper .swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}
main #index .visual .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100vh;
}
main #index .visual .swiper-wrapper .slide-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: scale(1.15);
  display: block;
}
main #index .visual .swiper-wrapper .slide-img img {
  opacity: 0;
}
main #index .visual .swiper-wrapper .slide-img.v1 {
  background-image: url(../images/visual1.jpg);
}
main #index .visual .swiper-wrapper .slide-img.v2 {
  background-image: url(../images/visual2.jpg);
}
main .sec {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
main .sec.active::before {
  opacity: 1;
}
main .sec#sec1::before {
  background-image: url(../images/image1.jpg);
}
main .sec#sec2::before {
  background-image: url(../images/image2.jpg);
}
main .sec#sec3::before {
  background-image: url(../images/image3.jpg);
}
main .sec#sec4::before {
  background-image: url(../images/image4.jpg);
}
main .sec#sec5::before {
  background-image: url(../images/image5.jpg);
}
main .sec#sec6::before {
  background-image: url(../images/image6.jpg);
}
main .sec#sec7::before {
  background-image: url(../images/image7.jpg);
}
main .sec#sec8::before {
  background-image: url(../images/image8.jpg);
}
main .sec#sec9::before {
  background-image: url(../images/image9.jpg);
}
main .sec#sec10::before {
  background-image: url(../images/image10.jpg);
}
main .sec#sec11::before {
  background-image: url(../images/image11.jpg);
}
main .sec#sec12::before {
  background-image: url(../images/image12.jpg);
}
main .sec#sec13::before {
  background-image: url(../images/image13.jpg);
}
main .sec#sec14::before {
  background-image: url(../images/image14.jpg);
}
main .sec#sec15::before {
  background-image: url(../images/image15.jpg);
}
main .sec#sec1 {
  width: 500px;
  margin: 0 auto 400px auto;
}
main .sec#sec2 {
  width: 1024px;
  margin: 0 auto 300px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec#sec2 .inner:nth-child(1) {
  width: 650px;
}
main .sec#sec2 .inner:nth-child(1) .photo + p {
  text-align: left;
}
main .sec#sec2 .inner:nth-child(2) {
  width: 480px;
  position: relative;
  margin: 0 0 0 auto;
  top: -100px;
  left: -100px;
}
main .sec#sec3 {
  width: 710px;
  padding: 0 210px 0 0;
  margin: 0 auto 300px auto;
}
main .sec#sec4 {
  width: 1000px;
  padding: 0;
  margin: 0 auto;
}
main .sec#sec4 .inner .photo .default {
  position: relative;
}
main .sec#sec4 .inner .photo .default p {
  color: #FFF;
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0em;
  font-style: italic;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0px;
  transition: color 0.5s ease-in;
}
main .sec#sec4 .inner.on .photo .default p {
  color: #ede83a;
}
main .sec#sec5 {
  width: 790px;
  padding: 300px 0 350px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec#sec5 .inner:nth-child(1) {
  width: 500px;
}
main .sec#sec5 .inner:nth-child(1) .photo + p {
  text-align: left;
}
main .sec#sec5 .inner:nth-child(2) {
  width: 500px;
  position: relative;
  margin: 0 0 0 auto;
  top: 0px;
  left: 0px;
}
main .sec#sec6 {
  width: 100%;
  margin: 0 auto 360px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
main .sec#sec6 .deco {
  position: relative;
}
main .sec#sec6 .deco img {
  filter: grayscale(1) brightness(1.1);
  transition: all 0.5s ease-in 0.5s;
}
main .sec#sec6 .deco p {
  color: #FFF;
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0em;
  font-style: italic;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0px;
  transition: color 0.5s ease-in 0.5s;
}
main .sec#sec6 .deco::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(165, 195, 205, 0.8);
  mix-blend-mode: multiply;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  transition: opacity 0.5s ease-in 0.5s;
}
main .sec#sec6 .deco.on img {
  filter: grayscale(0) brightness(1);
}
main .sec#sec6 .deco.on p {
  color: #ede83a;
}
main .sec#sec6 .deco.on::before {
  opacity: 0;
}
main .sec#sec7 {
  width: 1136px;
  margin: 0 auto 360px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
main .sec#sec7 .inner:nth-child(1) {
  width: 700px;
  padding: 0 0 200px 0;
}
main .sec#sec7 .inner:nth-child(2) {
  width: 400px;
  position: relative;
  margin: 0 0 0 auto;
  top: 0px;
  left: 0px;
}
main .sec#sec8 {
  width: 750px;
  margin: 0 auto;
}
main .sec#sec8 .inner .photo .default p {
  color: #FFF;
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0em;
  font-style: italic;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0px;
  transition: color 0.5s ease-in;
}
main .sec#sec8 .inner.on .photo .default p {
  color: #ede83a;
}
main .sec#sec9 {
  width: 980px;
  padding: 420px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
main .sec#sec9 .inner {
  width: 490px;
}
main .sec#sec9 .inner p.show {
  color: #07161e;
}
main .sec#sec10 {
  width: 100%;
  margin: 0 auto 420px auto;
}
main .sec#sec10 .inner {
  width: 100%;
  position: relative;
}
main .sec#sec10 .inner p {
  color: #FFF;
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0em;
  font-style: italic;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0px;
  transition: color 0.5s ease-in;
}
main .sec#sec10 .inner.on p {
  color: #ede83a;
}
main .sec .inner .photo .default {
  width: 100%;
  position: relative;
}
main .sec .inner .photo .default::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(165, 195, 205, 0.8);
  mix-blend-mode: multiply;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  transition: opacity 0.5s ease-in;
  pointer-events: none;
}
main .sec .inner .photo .default img {
  filter: grayscale(1) brightness(1.1);
  transition: all 0.5s ease-in;
}
main .sec .inner.on .photo .default::before {
  opacity: 0;
}
main .sec .inner.on .photo .default img {
  filter: grayscale(0) brightness(1);
}
main .sec .inner.on:nth-child(2) .photo .default::before {
  transition: opacity 0.5s ease-in 1s;
}
main .sec .inner.on:nth-child(2) .photo .default img {
  transition: all 0.5s ease-in 1s;
}
main article {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -1;
}
main article.bg1 {
  background-image: url(../images/photo_sky.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 150% auto;
  transition: opacity 1s ease-in;
  opacity: 0;
}
main article.bg1.active {
  opacity: 1;
}
main article.bg2 {
  background-color: #ede83a;
  transition: opacity 1s ease-in;
  opacity: 0;
}
main article.bg2.active {
  opacity: 1;
}

.photo {
  position: relative;
}
.photo:not(:last-child) {
  margin-bottom: 20px;
}
.photo .hover {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.25s ease-in;
}
.photo .hover .inphoto {
  position: relative;
}
.photo .hover .inphoto::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(165, 195, 205, 0.8);
  mix-blend-mode: multiply;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}
.photo .hover .inphoto img {
  filter: grayscale(1) brightness(1.1);
}
.photo .hover .credits {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.25s ease-in 0.5s;
}
.photo .hover .close {
  position: absolute;
  left: 25px;
  top: 25px;
  z-index: 5;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.photo .hover .close span {
  color: #ede83a;
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
.photo .hover .close::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.photo.active .hover {
  clip-path: inset(0 0 0 0);
}
.photo.active .credits {
  opacity: 1;
}
.photo + p {
  color: #ede83a;
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0em;
  text-align: right;
  cursor: pointer;
}
.photo + p:hover {
  opacity: 0.7;
}

.credits .credit {
  width: 100%;
}
.credits .credit:not(:last-child) {
  margin-bottom: 20px;
}
.credits .credit dl.items__credit {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.credits .credit dl.items__credit dt {
  width: 100%;
}
.credits .credit dl.items__credit dt strong {
  display: block;
}
.credits .credit dl.items__credit dt strong:first-child {
  color: #ede83a;
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4rem;
  letter-spacing: 0em;
}
.credits .credit dl.items__credit dt strong:first-child span {
  color: #ede83a;
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4rem;
  letter-spacing: 0em;
  padding: 0 0 0 5px;
  display: inline-block;
}
.credits .credit dl.items__credit dt strong:nth-child(2) {
  color: #ede83a;
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4rem;
  letter-spacing: 0em;
}
.credits .credit dl.items__credit dt > span {
  color: #ede83a;
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
.credits .credit dl.items__credit dd {
  width: 100%;
}
.credits .credit dl.items__credit dd a {
  color: #ede83a;
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4rem;
  letter-spacing: 0em;
  text-decoration: underline;
}
.credits .credit dl.items__credit dd a:not([href]) {
  display: none;
}
.credits .credit dl.items__credit dd a:hover {
  color: #FFF;
}
.credits .credit dl.items__credit dd span {
  color: #ede83a;
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4rem;
  letter-spacing: 0em;
}

footer {
  width: 100%;
  padding: 0 0 80px 0;
  margin: 0 auto;
  position: relative;
}
footer .inner {
  width: 100%;
}
footer .inner .credit {
  width: 490px;
  margin: 0 auto 160px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
footer .inner .credit .set {
  width: 100%;
  height: 100%;
  padding: 75px 0 40px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0px;
  top: 0px;
}
footer .inner .credit .set h5 {
  width: 340px;
  height: 160px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
footer .inner .credit .set div p {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
footer .inner .credit .set div p:not(:last-child) {
  margin-bottom: 10px;
}
footer .inner .credit .set div p span:nth-child(1) {
  color: #ede83a;
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6rem;
  letter-spacing: 0em;
}
footer .inner .credit .set div p span:nth-child(2) {
  color: #ede83a;
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8rem;
  letter-spacing: 0em;
}
footer .inner .banner {
  width: 310px;
  margin: 0 auto 160px auto;
}
footer .inner .banner .bnr1 {
  width: 100%;
  margin-bottom: 40px;
  border: solid 1px #ede83a;
}
footer .inner .banner .bnr1 a {
  width: 100%;
  height: 140px;
  background-image: url(../images/banner_text1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 194px 86px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  transition: all 0.25s ease-in 0s;
}
footer .inner .banner .bnr1 a:hover {
  opacity: 0.7;
}
footer .inner .banner .bnr2 {
  width: 100%;
  border: solid 1px #ede83a;
}
footer .inner .banner .bnr2 span {
  width: 100%;
  height: 140px;
  background-image: url(../images/banner_text2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 136px 88px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
footer .inner ul {
  margin-bottom: 45px;
}
footer .inner ul li:not(:last-child) {
  margin-bottom: 20px;
}
footer .inner ul li a span {
  color: #ede83a;
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner ul li a:hover span {
  opacity: 0.7;
}
footer .inner.active {
  opacity: 1;
}
footer .pgtop {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 80px;
  bottom: 0px;
}
footer .pgtop a {
  width: 100%;
  height: 100%;
  background-image: url(../images/btn_pagetop.svg);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.25s ease-in 0s;
}
footer .pgtop a: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 {
    height: calc(var(--vh, 1vh) * 100);
  }

  header {
    left: 20px;
    top: 20px;
  }
  header h1 {
    width: 95px;
    height: 45px;
  }
  header.active {
    opacity: 1;
  }

  main {
    width: 100%;
    padding: 0px;
    margin: 0 0 160px 0;
    position: relative;
    box-sizing: border-box;
  }
  main #index {
    width: 100%;
    margin-bottom: 190px;
    position: relative;
  }
  main #index h2 {
    width: 250px;
    height: 118px;
    background-image: url(../images/logo.svg);
    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;
    right: calc(50% - 125px);
    bottom: calc(50% - 59px);
    z-index: 5;
  }
  main #index .visual {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
  }
  main #index .visual .swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main #index .visual .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 50%;
  }
  main #index .visual .swiper-wrapper .swiper-slide:nth-child(n+3) {
    display: none;
  }
  main #index .visual .swiper-wrapper .swiper-slide .slide-img {
    transform: scale(1);
  }
  main .sec {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  main .sec.active::before {
    opacity: 1;
  }
  main .sec#sec1 {
    width: calc(100% - 90px);
    margin: 0 auto 160px auto;
  }
  main .sec#sec2 {
    width: calc(100% - 90px);
    margin: 0 auto 160px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec#sec2 .inner:nth-child(1) {
    width: 100%;
    margin-bottom: 160px;
  }
  main .sec#sec2 .inner:nth-child(1) .photo + p {
    text-align: right;
  }
  main .sec#sec2 .inner:nth-child(2) {
    width: 100%;
    margin: 0;
    top: auto;
    left: auto;
  }
  main .sec#sec3 {
    width: calc(100% - 90px);
    padding: 0px;
    margin: 0 auto 160px auto;
  }
  main .sec#sec4 {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  main .sec#sec4 .inner .photo .default p {
    color: #FFF;
    font-family: franklin-gothic-atf, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8rem;
    letter-spacing: 0em;
    bottom: 20px;
    left: 0px;
  }
  main .sec#sec4 .inner .photo + p {
    padding: 0 45px;
  }
  main .sec#sec5 {
    width: calc(100% - 90px);
    padding: 160px 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec#sec5 .inner:nth-child(1) {
    width: 100%;
    margin-bottom: 160px;
  }
  main .sec#sec5 .inner:nth-child(1) .photo + p {
    text-align: right;
  }
  main .sec#sec5 .inner:nth-child(2) {
    width: 100%;
    margin: 0;
  }
  main .sec#sec6 {
    width: 100%;
    margin: 0 auto 160px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec#sec6 .inner {
    width: calc(100% - 90px);
    padding: 0px;
    margin: 0 auto 160px auto;
  }
  main .sec#sec6 .deco {
    width: 100%;
  }
  main .sec#sec6 .deco p {
    color: #FFF;
    font-family: franklin-gothic-atf, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8rem;
    letter-spacing: 0em;
    bottom: 20px;
    left: 0px;
  }
  main .sec#sec7 {
    width: calc(100% - 90px);
    margin: 0 auto 160px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec#sec7 .inner:nth-child(1) {
    width: 100%;
    padding: 0;
    margin-bottom: 160px;
  }
  main .sec#sec7 .inner:nth-child(2) {
    width: 100%;
    margin: 0;
  }
  main .sec#sec8 {
    width: 100%;
    margin: 0 auto;
  }
  main .sec#sec8 .inner .photo .default p {
    color: #FFF;
    font-family: franklin-gothic-atf, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8rem;
    letter-spacing: 0em;
    bottom: 20px;
    left: 0px;
  }
  main .sec#sec8 .inner .photo + p {
    padding: 0 45px;
  }
  main .sec#sec9 {
    width: 100%;
    padding: 160px 45px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec#sec9 .inner {
    width: 100%;
  }
  main .sec#sec9 .inner p.show {
    color: #07161e;
  }
  main .sec#sec9 .inner:nth-child(1) {
    margin-bottom: 160px;
  }
  main .sec#sec10 {
    width: 100%;
    margin: 0 auto 160px auto;
  }
  main .sec#sec10 .inner {
    width: 100%;
    position: relative;
  }
  main .sec#sec10 .inner p {
    color: #FFF;
    font-family: franklin-gothic-atf, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8rem;
    letter-spacing: 0em;
    bottom: 20px;
    left: 0px;
  }
  main article {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    min-height: 100vh;
    min-height: -webkit-fill-available;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: -1;
  }
  main article.bg1 {
    background-image: url(../images_sp/photo_sky.jpg);
    background-repeat: no-repeat;
    background-position: 0px center;
    background-size: 150% auto;
    transition: opacity 1s ease-in;
    opacity: 0;
  }
  main article.bg1.active {
    opacity: 1;
  }
  main article.bg2 {
    background-color: #ede83a;
    transition: opacity 1s ease-in;
    opacity: 0;
  }
  main article.bg2.active {
    opacity: 1;
  }

  .photo {
    position: relative;
  }
  .photo:not(:last-child) {
    margin-bottom: 10px;
  }
  .photo .default {
    width: 100%;
  }
  .photo .hover {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    clip-path: inset(100% 0 0 0);
    transition: clip-path 0.25s ease-in;
  }
  .photo .hover .inphoto {
    position: relative;
  }
  .photo .hover .inphoto::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(165, 195, 205, 0.8);
    mix-blend-mode: multiply;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
  }
  .photo .hover .inphoto img {
    filter: grayscale(1) brightness(1.1);
  }
  .photo .hover .credits {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.25s ease-in 0.5s;
  }
  .photo .hover .close {
    left: 10px;
    top: 10px;
  }
  .photo .hover .close span {
    color: #ede83a;
    font-family: franklin-gothic-atf, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  .photo .hover .close::before {
    content: "";
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .photo.active .hover {
    clip-path: inset(0 0 0 0);
  }
  .photo.active .credits {
    opacity: 1;
  }
  .photo + p {
    color: #ede83a;
    font-family: franklin-gothic-atf, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8rem;
    letter-spacing: 0em;
    text-align: right;
    cursor: pointer;
  }
  .photo + p:hover {
    opacity: 0.7;
  }

  footer {
    width: 100%;
    padding: 0 0 40px 0;
    margin: 0 auto;
    position: relative;
  }
  footer .inner {
    width: 100%;
  }
  footer .inner .credit {
    width: 100%;
    margin: 0 auto 120px auto;
    background-image: url(../images/photo_credit.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  footer .inner .credit .set {
    width: 100%;
    height: auto;
    padding: 65px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    left: auto;
    top: auto;
  }
  footer .inner .credit .set h5 {
    width: 286px;
    height: 135px;
    margin-bottom: 100px;
  }
  footer .inner .credit .set div p {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  footer .inner .credit .set div p:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .inner .credit .set div p span:nth-child(1) {
    color: #ede83a;
    font-family: franklin-gothic-atf, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6rem;
    letter-spacing: 0em;
  }
  footer .inner .credit .set div p span:nth-child(2) {
    color: #ede83a;
    font-family: franklin-gothic-atf, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.8rem;
    letter-spacing: 0em;
  }
  footer .inner .credit img {
    display: none;
  }
  footer .inner .banner {
    width: calc(100% - 70px);
    margin: 0 auto 120px auto;
  }
  footer .inner .banner .bnr1 {
    margin-bottom: 20px;
  }
  footer .inner .banner .bnr1 a {
    width: 100%;
    height: 140px;
    background-image: url(../images/banner_text1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 194px 86px;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    transition: all 0.25s ease-in 0s;
  }
  footer .inner .banner .bnr1 a:hover {
    opacity: 0.7;
  }
  footer .inner .banner .bnr2 {
    width: 100%;
    border: solid 1px #ede83a;
  }
  footer .inner .banner .bnr2 span {
    width: 100%;
    height: 140px;
    background-image: url(../images/banner_text2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 136px 88px;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  footer .inner ul {
    margin-bottom: 45px;
  }
  footer .inner ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  footer .inner ul li a span {
    color: #ede83a;
    font-family: franklin-gothic-atf, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner ul li a:hover span {
    opacity: 0.7;
  }
  footer .inner.active {
    opacity: 1;
  }
  footer .pgtop {
    right: 0px;
    bottom: 0px;
  }
  footer .pgtop a:hover {
    opacity: 1;
  }
}

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