@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&display=swap");
@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 show {
  0% {
    clip-path: polygon(0 100%, 0 100%, 0 100%, 0% 100%);
  }
  40% {
    clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes hide {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  60% {
    clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 100%, 0 100%, 0 100%, 0% 100%);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  color: #07161e;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  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, video {
  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--------------------------------------------------------- */
img,
video {
  filter: grayscale(100%) brightness(2);
  transition: all 0.5s ease-in;
}
img.on,
video.on {
  filter: grayscale(0%) brightness(1);
}

#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: opacity 1s ease-in-out 0.5s;
}
#loader h3 {
  width: 151px;
  height: 45px;
  background-image: url(../images/logo.png);
  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: 10px;
  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: #e9ea5b;
  display: block;
}
#loader.active h3 {
  opacity: 1;
}
#loader.complete {
  opacity: 0;
}

header {
  width: 151px;
  height: 41px;
  position: absolute;
  right: 70px;
  top: 50px;
  z-index: 1;
}
header h1 {
  width: 151px;
  height: 45px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

main {
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
  box-sizing: border-box;
}
main #index {
  width: 100%;
  padding: 30px 50px 0 0;
  margin-bottom: 20px;
}
main #index .visual {
  width: 100%;
  position: relative;
}
main #index .visual .title {
  width: 568px;
  position: absolute;
  right: 50px;
  top: calc(50% - 220px);
  z-index: 5;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main #index .visual .title h2 {
  width: 568px;
  height: 351px;
  background-image: url(../images/title1.png);
  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: 20px;
  transition: all 0.5s ease-in 1s;
  clip-path: inset(0 100% 0 0);
}
main #index .visual .title h3 {
  width: 316px;
  height: 72px;
  background-image: url(../images/title2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  transition: all 0.5s ease-in 1.25s;
  clip-path: inset(0 100% 0 0);
}
main #index .visual .inner {
  width: 100%;
  position: relative;
}
main #index .visual .inner::before {
  content: "";
  width: 56px;
  height: 321px;
  background-image: url(../images/obj_tape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  display: block;
  position: absolute;
  right: -28px;
  top: calc(50% - 160px);
  z-index: 1;
  mix-blend-mode: multiply;
}
main #index .visual .inner img {
  filter: grayscale(100%) brightness(1);
  transition: all 0.5s ease-in;
}
main #index .visual.on .title h2 {
  clip-path: inset(0 0% 0 0);
}
main #index .visual.on .title h3 {
  clip-path: inset(0 0% 0 0);
}
main #index .visual.on .inner img {
  filter: grayscale(0%) brightness(1);
}
main .sec {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
main .sec .photo {
  position: relative;
}
main .sec .photo.popup .pwrap {
  position: relative;
  transition: all 0.3s ease-in 0s;
}
main .sec .photo.popup .pwrap::before {
  content: "+ CREDIT";
  color: #e9ea5b;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3rem;
  letter-spacing: 0em;
  display: inline-block;
  position: absolute;
  transition: all 0.25s ease-in 0s;
  z-index: 10;
}
main .sec .photo.popup .credits {
  pointer-events: none;
  transition: clip-path 0.5s ease-in 0s;
  clip-path: polygon(0 100%, 0 100%, 0 100%, 0 100%);
  pointer-events: auto;
  animation-name: hide;
  animation-duration: 0.3s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
main .sec .photo.popup:hover .pwrap::before {
  color: #FFF;
}
main .sec .photo.popup.on .credits {
  pointer-events: auto;
  animation-name: show;
  animation-duration: 0.3s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
main .sec#sec1 {
  width: 100%;
  margin: 0 auto;
}
main .sec#sec1 .inner {
  width: 100%;
}
main .sec#sec1 .inner .photo {
  width: 100%;
  padding: 0 0 0 100px;
  margin: 0px;
}
main .sec#sec1 .inner .photo .pwrap::before {
  left: 20px;
  bottom: 40px;
}
main .sec#sec1 .inner .photo .credits {
  left: 120px;
  bottom: 40px;
}
main .sec#sec1 .inner .set {
  width: 100%;
  padding: 0 0 0 30px;
  margin-top: -25px;
  position: relative;
}
main .sec#sec1 .inner .set .inset {
  text-align: left;
  width: 75vw;
  padding: 30px 0 180px 30px;
  background-image: url(../images/bg_paper.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main .sec#sec1 .inner .set .inset div {
  width: 70%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec#sec1 .inner .set .inset div p {
  color: #07161e;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0em;
  width: 100%;
  margin-bottom: 180px;
}
main .sec#sec1 .inner .set .inset div .ph {
  width: 55%;
  transform: rotate(-2deg);
}
main .sec#sec1 .inner .set .video {
  width: 35%;
  position: absolute;
  top: 40%;
  right: 0px;
}
main .sec#sec2 {
  width: 100%;
  margin: -180px auto 330px auto;
  position: relative;
}
main .sec#sec2 .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
main .sec#sec2 .inner .video {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main .sec#sec2 .inner .video video {
  width: 60%;
}
main .sec#sec2 .inner .photo {
  width: calc(50% - 10px);
}
main .sec#sec2 .inner .photo .pwrap::before {
  left: 20px;
  bottom: 20px;
}
main .sec#sec2 .inner .photo .credits {
  left: -200px;
  top: 40%;
}
main .sec#sec3 {
  width: 100%;
  padding: 0px;
  margin: 0 auto 80px auto;
}
main .sec#sec3 .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
main .sec#sec3 .set .photo:nth-child(1) {
  width: calc(50% + 30px);
  padding: 0 0 75px 30px;
}
main .sec#sec3 .set .photo:nth-child(1) .pwrap::before {
  left: 20px;
  bottom: 20px;
}
main .sec#sec3 .set .photo:nth-child(1) .credits {
  right: -175px;
  top: 50%;
}
main .sec#sec3 .set .photo:nth-child(2) {
  width: 25%;
}
main .sec#sec3 .photo {
  width: 100%;
  margin: -155px 0 0 0;
  position: relative;
}
main .sec#sec3 .photo.deco {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main .sec#sec3 .photo.deco div {
  width: 28%;
  margin-left: -15%;
  position: relative;
}
main .sec#sec4 {
  width: 100%;
  padding: 0px;
  margin: 0 auto 165px auto;
  position: relative;
  z-index: 1;
}
main .sec#sec4 .video {
  width: 100%;
}
main .sec#sec4 > .photo {
  position: relative;
}
main .sec#sec4 > .photo.p1 {
  width: 720px;
  margin: -40px auto 50px auto;
}
main .sec#sec4 > .photo.p1 .pwrap::before {
  right: 70px;
  bottom: 60px;
}
main .sec#sec4 > .photo.p1 .credits {
  left: -175px;
  top: 50%;
}
main .sec#sec4 > .photo.p2 {
  width: 30%;
  margin-top: -90px;
  left: 14.5%;
}
main .sec#sec4 > .photo.p2 .pwrap::before {
  left: 20px;
  bottom: 20px;
}
main .sec#sec4 > .photo.p2 .credits {
  right: -175px;
  top: 75%;
}
main .sec#sec4 .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
main .sec#sec4 .set .photo:nth-child(1) {
  width: 30%;
  padding: 95px 0 0 0;
}
main .sec#sec4 .set .photo:nth-child(2) {
  width: 50%;
}
main .sec#sec4 .set .photo:nth-child(2) .pwrap::before {
  left: 20px;
  bottom: 20px;
}
main .sec#sec4 .set .photo:nth-child(2) .credits {
  left: -175px;
  top: 25%;
}
main .sec#sec5 {
  width: 100%;
  padding: 0px;
  margin: 0 auto 90px auto;
  position: relative;
  z-index: 0;
}
main .sec#sec5 > .photowrap {
  width: 100%;
  margin-bottom: 80px;
  position: relative;
}
main .sec#sec5 > .photowrap .photo {
  width: 720px;
  margin: 0 auto;
}
main .sec#sec5 > .photowrap .photo .pwrap::before {
  left: 70px;
  bottom: 60px;
}
main .sec#sec5 > .photowrap .photo .credits {
  left: -175px;
  top: 25%;
}
main .sec#sec5 .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
main .sec#sec5 .set .combo:nth-child(1) {
  width: 38.5%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec#sec5 .set .combo:nth-child(1) .photo {
  width: 76%;
  margin-bottom: 220px;
}
main .sec#sec5 .set .combo:nth-child(1) .video {
  width: 76%;
  margin-left: auto;
}
main .sec#sec5 .set .combo:nth-child(2) {
  width: 45%;
  padding: 0 45px 0 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec#sec5 .set .combo:nth-child(2) .photo {
  width: 76%;
  margin-left: auto;
}
main .sec#sec5 .set .combo:nth-child(2) .video {
  width: 76%;
  margin-bottom: 50px;
}
main .sec#sec5 .set .text {
  width: 900px;
  height: 1150px;
  padding: 30px;
  background-image: url(../images/bg_paper2.jpg);
  display: flex;
  flex-wrap: no-repeat;
  flex-direction: center top;
  justify-content: contain;
  align-items: flex-start;
  position: absolute;
  left: calc(50% - 450px);
  top: 365px;
  z-index: -1;
}
main .sec#sec5 .set .text p {
  color: #07161e;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0em;
  text-align: left;
  pointer-events: none;
}
main .sec#sec5 .set2 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: -20px;
}
main .sec#sec5 .set2 .photo:nth-child(1) {
  width: 30%;
}
main .sec#sec5 .set2 .photo:nth-child(2) {
  width: 50%;
}
main .sec#sec5 .set2 .photo:nth-child(2) .pwrap::before {
  left: 20px;
  bottom: 20px;
}
main .sec#sec5 .set2 .photo:nth-child(2) .credits {
  left: -275px;
  top: 50%;
}
main .sec#sec6 {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
main .sec#sec6 > .photo {
  width: 100%;
  padding: 0 100px 0 0;
  position: relative;
}
main .sec#sec6 > .photo::after {
  content: "";
  width: 408px;
  height: 68px;
  background-image: url(../images/obj_tape2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: 90px;
  z-index: 1;
  mix-blend-mode: multiply;
  display: block;
}
main .sec#sec6 > .photo .pwrap::before {
  right: 40px;
  top: 40px;
}
main .sec#sec6 > .photo .credits {
  right: 40px;
  top: 30%;
}
main .sec#sec6 .set {
  width: 100%;
  padding: 0 150px 0 0;
  margin: -170px 0 310px 0;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec#sec6 .set::before {
  content: "";
  width: 64%;
  height: 92.8vw;
  background-image: url(../images/bg_chair.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0px;
  top: 385px;
  z-index: -1;
}
main .sec#sec6 .set .photo {
  position: relative;
}
main .sec#sec6 .set .photo:nth-child(1) {
  width: 30%;
  margin-left: auto;
  pointer-events: none;
}
main .sec#sec6 .set .photo:nth-child(2) {
  width: 56%;
}
main .sec#sec6 .set .photo:nth-child(2) .pwrap::before {
  left: 20px;
  bottom: 20px;
}
main .sec#sec6 .set .photo:nth-child(2) .credits {
  right: -75px;
  top: 75%;
}
main .sec#sec7 {
  width: 100%;
  padding: 0px;
  margin: -150px auto 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-strat;
}
main .sec#sec7 .set {
  width: calc(50% - 10px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec#sec7 .set:nth-child(1) {
  padding: 515px 0 0 0;
}
main .sec#sec7 .set:nth-child(1) .photo:nth-child(1) {
  width: 100%;
  margin-bottom: 115px;
}
main .sec#sec7 .set:nth-child(1) .photo:nth-child(2) {
  width: 100%;
  padding: 0 85px 0 255px;
}
main .sec#sec7 .set:nth-child(1) .photo:nth-child(2) .pwrap::before {
  left: 20px;
  bottom: 20px;
}
main .sec#sec7 .set:nth-child(1) .photo:nth-child(2) .credits {
  right: -250px;
  bottom: 20px;
}
main .sec#sec7 .set:nth-child(2) .photo:nth-child(1) {
  width: 100%;
  margin-bottom: 115px;
}
main .sec#sec7 .set:nth-child(2) .photo:nth-child(1) .pwrap::before {
  left: 20px;
  bottom: 20px;
}
main .sec#sec7 .set:nth-child(2) .photo:nth-child(1) .credits {
  left: -200px;
  top: 35%;
}
main .sec#sec7 .set:nth-child(2) .photo:nth-child(2) {
  width: 100%;
  padding: 0 70px;
}
main .sec#sec8 {
  width: 100%;
  padding: 0px;
  margin: -160px auto 0 auto;
  position: relative;
  z-index: 0;
}
main .sec#sec8 > .photo {
  width: 100%;
}
main .sec#sec8 .set {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  margin-top: -165px;
}
main .sec#sec8 .set .photo {
  position: relative;
}
main .sec#sec8 .set .photo:nth-child(1) {
  width: calc(50% - 10px + 60px);
  padding: 0 0 115px 60px;
}
main .sec#sec8 .set .photo:nth-child(1) .pwrap::before {
  left: 20px;
  bottom: 20px;
}
main .sec#sec8 .set .photo:nth-child(1) .credits {
  right: -100px;
  bottom: 20px;
}
main .sec#sec8 .set .photo:nth-child(2) {
  width: calc(37.5% + 30px);
  padding: 0 30px 0 0;
}
main .sec#sec8 .set .photo:nth-child(2)::before {
  content: "";
  width: 160px;
  height: 80px;
  background-image: url(../images/obj_tape3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  mix-blend-mode: multiply;
  display: block;
  position: absolute;
  left: calc(50% - 90px);
  top: -30px;
  z-index: 1;
}
main .sec#sec8 .set .video {
  width: 100%;
  margin-bottom: -70px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
main .sec#sec8 .set .video video {
  width: 30%;
}
main .sec#sec9 {
  width: 100%;
  padding: 0px;
  margin: 0px auto;
  position: relative;
  z-index: 1;
}
main .sec#sec9 .set {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec#sec9 .set .photo:nth-child(1) {
  width: 30%;
  padding-top: 260px;
}
main .sec#sec9 .set .photo:nth-child(2) {
  width: 66.6666666667%;
}
main .sec#sec9 .set .photo:nth-child(2) .pwrap::before {
  left: 20px;
  bottom: 20px;
}
main .sec#sec9 .set .photo:nth-child(2) .credits {
  left: -100px;
  top: 25%;
}
main footer {
  width: 100%;
  background-image: url(../images/bg_footer.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 200px 0 150px 0;
  margin-top: -75px;
  position: relative;
}
main footer .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main footer .inner ul {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main footer .inner ul li:not(:last-child) {
  margin-bottom: 25px;
}
main footer .inner ul li a span {
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main footer .inner ul li a:hover span {
  text-decoration: underline;
}
main footer .inner .credit {
  width: 490px;
  margin: 0 auto 40px auto;
}
main footer .inner .credit div {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main footer .inner .credit div p {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main footer .inner .credit div p:not(:last-child) {
  margin-bottom: 20px;
}
main footer .inner .credit div p span:nth-child(1) {
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main footer .inner .credit div p span:nth-child(2) {
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main footer .inner .cp p {
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main footer .inner.active {
  opacity: 1;
}
main footer .pgtop {
  width: 128px;
  height: 74px;
  position: absolute;
  right: 40px;
  bottom: 40px;
}
main footer .pgtop a {
  width: 100%;
  height: 100%;
  background-image: url(../images/text_pagetop.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  transition: all 0.25s ease-in 0s;
}
main footer .pgtop a:hover {
  opacity: 0.7;
}

.credits {
  width: 375px;
  background-color: #e9ea5b;
  background-image: url(../images/bg_fusen.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 999;
}
.credits .incredits {
  width: 100%;
  padding: 20px 20px 180px 20px;
  position: relative;
}
.credits .incredits::after {
  content: "";
  width: 26px;
  height: 35px;
  background-image: url(../images/btn_close.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 5;
}
.credits .incredits .credit {
  width: 100%;
}
.credits .incredits .credit:not(:last-child) {
  margin-bottom: 20px;
}
.credits .incredits .credit dl.items__credit {
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.credits .incredits .credit dl.items__credit dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.credits .incredits .credit dl.items__credit dt strong {
  display: block;
}
.credits .incredits .credit dl.items__credit dt strong:first-child {
  color: #07161e;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
.credits .incredits .credit dl.items__credit dt strong:first-child span {
  color: #07161e;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin: 0 0 0 5px;
  display: inline-block;
}
.credits .incredits .credit dl.items__credit dt strong:nth-child(2) {
  color: #07161e;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin: 0 0 0 5px;
}
.credits .incredits .credit dl.items__credit dt > span {
  color: #07161e;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin: 0 0 0 5px;
}
.credits .incredits .credit dl.items__credit dd {
  margin: 0 0 0 10px;
}
.credits .incredits .credit dl.items__credit dd a {
  color: #07161e;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
}
.credits .incredits .credit dl.items__credit dd a:not([href]) {
  display: none;
}
.credits .incredits .credit dl.items__credit dd a:not([href]) + a {
  display: inline-block;
}
.credits .incredits .credit dl.items__credit dd a:hover {
  color: #FFF;
}
.credits .incredits .credit dl.items__credit dd a + a {
  display: none;
}

.bg {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
.bg.on {
  opacity: 1;
}
.bg.bg1 {
  background-image: url(../images/bg_beach.jpg);
  z-index: -2;
}
.bg.bg2 {
  background-image: url(../images/bg_sea.jpg);
  z-index: -1;
}

/* ----------------------------------------------- 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 {
    width: 84px;
    height: 25px;
    position: absolute;
    right: 35px;
    top: 25px;
    z-index: 1;
  }
  header h1 {
    width: 84px;
    height: 25px;
  }
  header.active {
    opacity: 1;
  }

  main #index {
    width: 100%;
    padding: 15px 25px 0 0;
    margin-bottom: 15px;
  }
  main #index .visual .title {
    width: 284px;
    position: absolute;
    right: 25px;
    top: auto;
    bottom: 25px;
    z-index: 5;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main #index .visual .title h2 {
    width: 284px;
    height: 175px;
    margin-bottom: 10px;
  }
  main #index .visual .title h3 {
    width: 158px;
    height: 36px;
  }
  main #index .visual .inner::before {
    width: 28px;
    height: 160px;
    right: -14px;
    top: calc(50% - 80px);
  }
  main .sec .photo.popup .pwrap {
    position: relative;
  }
  main .sec .photo.popup .pwrap::before {
    content: "+ CREDIT";
    color: #e9ea5b;
    font-family: "Open Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 3rem;
    letter-spacing: 0em;
    display: inline-block;
    position: absolute;
    transition: all 0.25s ease-in 0s;
    z-index: 10;
  }
  main .sec .photo.popup .pwrap img {
    transition: all 0.5s ease-in 0s;
  }
  main .sec .photo.popup .credits {
    pointer-events: none;
    transition: clip-path 0.5s ease-in 0s;
    clip-path: polygon(0 100%, 0 100%, 0 100%, 0 100%);
    pointer-events: auto;
    animation-name: hide;
    animation-duration: 0.3s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-fill-mode: both;
  }
  main .sec .photo.popup.on .credits {
    pointer-events: auto;
    animation-name: show;
    animation-duration: 0.3s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-fill-mode: both;
  }
  main .sec#sec1 {
    margin-bottom: 80px;
    overflow: hidden;
  }
  main .sec#sec1 .inner .photo {
    padding: 0 0 0 15px;
  }
  main .sec#sec1 .inner .photo .pwrap::before {
    left: 20px;
    bottom: 30px;
  }
  main .sec#sec1 .inner .photo .credits {
    left: 0px;
    bottom: -150px;
  }
  main .sec#sec1 .inner .set {
    width: 100%;
    padding: 0 0 0 30px;
    margin-top: -25px;
    position: relative;
  }
  main .sec#sec1 .inner .set .inset {
    text-align: left;
    width: 900px;
    padding: 30px 0 60px 30px;
    background-image: url(../images/bg_paper.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  main .sec#sec1 .inner .set .inset div {
    width: 420px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec#sec1 .inner .set .inset div p {
    color: #07161e;
    font-family: "Open Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3rem;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main .sec#sec1 .inner .set .inset div .ph {
    width: 55vw;
  }
  main .sec#sec1 .inner .set .video {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    transform: translateX(-10px);
  }
  main .sec#sec2 {
    width: 100%;
    margin: 0px auto 80px auto;
    position: relative;
  }
  main .sec#sec2::before {
    content: "";
    width: 100%;
    height: 1200px;
    left: 0px;
    top: 330px;
    z-index: -1;
  }
  main .sec#sec2 .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  main .sec#sec2 .inner .video {
    width: calc(100% - 25px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    order: 2;
  }
  main .sec#sec2 .inner .video video {
    width: 100%;
  }
  main .sec#sec2 .inner .photo {
    width: calc(100% - 45px);
    margin: 0 0 25px auto;
    order: 1;
    position: static;
  }
  main .sec#sec2 .inner .photo .pwrap::before {
    left: 10px;
    bottom: 10px;
  }
  main .sec#sec2 .inner .photo .credits {
    left: 15px;
    top: 50%;
  }
  main .sec#sec3 {
    width: 100%;
    padding: 0px;
    margin: 0 auto 80px auto;
    overflow: hidden;
  }
  main .sec#sec3 .set {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec#sec3 .set .photo:nth-child(1) {
    width: 100%;
    padding: 0 45px 0 0;
    margin-bottom: 45px;
  }
  main .sec#sec3 .set .photo:nth-child(1) .pwrap::before {
    left: 10px;
    bottom: 10px;
  }
  main .sec#sec3 .set .photo:nth-child(1) .credits {
    right: 30px;
    top: 55%;
  }
  main .sec#sec3 .set .photo:nth-child(2) {
    width: 45%;
    margin-left: auto;
  }
  main .sec#sec3 .photo {
    width: 100%;
    margin: 0px auto;
    position: relative;
  }
  main .sec#sec3 .photo.deco {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main .sec#sec3 .photo.deco div {
    width: 65%;
    margin: 0 auto;
  }
  main .sec#sec4 {
    margin: 0 auto 65px auto;
    position: relative;
    z-index: 1;
  }
  main .sec#sec4 .video {
    width: 100%;
    margin-bottom: 35px;
  }
  main .sec#sec4 > .photo {
    position: relative;
  }
  main .sec#sec4 > .photo.p1 {
    width: 80%;
    margin: 0px auto 40px auto;
    position: static;
  }
  main .sec#sec4 > .photo.p1 .pwrap::before {
    right: 35px;
    bottom: 30px;
  }
  main .sec#sec4 > .photo.p1 .credits {
    left: 15px;
    top: 25%;
  }
  main .sec#sec4 > .photo.p2 {
    width: 80%;
    margin: 0 auto;
    left: auto;
    position: static;
  }
  main .sec#sec4 > .photo.p2 .pwrap::before {
    left: 15px;
    bottom: 10px;
  }
  main .sec#sec4 > .photo.p2 .credits {
    right: auto;
    left: 15px;
    top: auto;
    bottom: -10px;
  }
  main .sec#sec4 .set {
    width: 100%;
    margin-bottom: 65px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  main .sec#sec4 .set .photo:nth-child(1) {
    width: 80%;
    padding: 0px;
    margin-bottom: 45px;
  }
  main .sec#sec4 .set .photo:nth-child(2) {
    width: 88%;
    margin-left: auto;
    position: static;
  }
  main .sec#sec4 .set .photo:nth-child(2) .pwrap::before {
    left: 20px;
    bottom: 10px;
  }
  main .sec#sec4 .set .photo:nth-child(2) .credits {
    left: 0px;
    top: 80%;
  }
  main .sec#sec5 {
    margin: 0 auto 50px auto;
  }
  main .sec#sec5 > .photowrap {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 45px;
  }
  main .sec#sec5 > .photowrap::after {
    content: "";
    width: 100%;
    height: 130vw;
    background-image: url(../images/bg_sea.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 120px;
    z-index: -1;
  }
  main .sec#sec5 > .photowrap .photo {
    width: 100%;
    margin: 0 auto;
    position: static;
  }
  main .sec#sec5 > .photowrap .photo .pwrap::before {
    left: 35px;
    bottom: 30px;
  }
  main .sec#sec5 > .photowrap .photo .credits {
    left: 15px;
    top: 50%;
  }
  main .sec#sec5 .set {
    width: 100%;
    margin-bottom: 95px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  main .sec#sec5 .set .combo:nth-child(1) {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    order: 2;
  }
  main .sec#sec5 .set .combo:nth-child(1) .photo {
    width: 80%;
    margin: 0 auto 395px auto;
  }
  main .sec#sec5 .set .combo:nth-child(1) .video {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  main .sec#sec5 .set .combo:nth-child(2) {
    width: 100%;
    padding: 0px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    order: 1;
  }
  main .sec#sec5 .set .combo:nth-child(2) .photo {
    width: 80%;
    margin-right: auto;
  }
  main .sec#sec5 .set .combo:nth-child(2) .video {
    width: calc(100% - 30px);
    margin: 0 auto 70px auto;
  }
  main .sec#sec5 .set .text {
    width: 100%;
    height: 1150px;
    padding: 30px;
    background-image: url(../images/bg_paper2.jpg);
    display: flex;
    flex-wrap: no-repeat;
    flex-direction: center top;
    justify-content: cover;
    align-items: flex-start;
    position: absolute;
    left: 0px;
    top: calc(50% + 250px);
    z-index: -1;
    overflow: hidden;
  }
  main .sec#sec5 .set .text p {
    color: #07161e;
    font-family: "Open Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3rem;
    letter-spacing: 0em;
    width: 500px;
    position: absolute;
    left: -40px;
    top: 30px;
  }
  main .sec#sec5 .set2 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    margin-top: 0px;
  }
  main .sec#sec5 .set2 .photo:nth-child(1) {
    width: 80%;
    margin-right: auto;
    order: 2;
  }
  main .sec#sec5 .set2 .photo:nth-child(2) {
    width: 100%;
    padding: 0 0 0 45px;
    margin: 0 0 70px 0;
    order: 1;
  }
  main .sec#sec5 .set2 .photo:nth-child(2) .pwrap::before {
    left: 20px;
    bottom: 10px;
  }
  main .sec#sec5 .set2 .photo:nth-child(2) .credits {
    left: 0px;
    top: 75%;
  }
  main .sec#sec6 {
    margin: 0 auto 400px auto;
  }
  main .sec#sec6 > .photo {
    padding: 0px;
    margin-bottom: 25px;
  }
  main .sec#sec6 > .photo::after {
    width: 204px;
    height: 34px;
    top: -15px;
    left: 45px;
  }
  main .sec#sec6 > .photo .pwrap::before {
    top: auto;
    right: 15px;
    bottom: 10px;
    left: auto;
  }
  main .sec#sec6 > .photo .credits {
    left: 15px;
    top: 50%;
  }
  main .sec#sec6 .set {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec#sec6 .set::before {
    content: "";
    width: calc(100% + 25px);
    height: 975px;
    background-image: url(../images/bg_chair.jpg);
    background-repeat: no-repeat;
    background-position: -25px　465px;
    background-size: 670px 975px;
    display: block;
    position: absolute;
    right: auto;
    top: auto;
    bottom: -565px;
    left: -25px;
    z-index: -1;
  }
  main .sec#sec6 .set .photo {
    position: relative;
  }
  main .sec#sec6 .set .photo:nth-child(1) {
    width: 100%;
    padding: 0 17px 0 58px;
    margin: 0 auto 25px auto;
  }
  main .sec#sec6 .set .photo:nth-child(2) {
    width: 100%;
    padding: 0 45px 0 0;
  }
  main .sec#sec6 .set .photo:nth-child(2) .pwrap::before {
    left: 15px;
    bottom: 10px;
  }
  main .sec#sec6 .set .photo:nth-child(2) .credits {
    right: 15px;
    top: 75%;
  }
  main .sec#sec7 {
    margin: 0 auto 110px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec#sec7 .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec#sec7 .set:nth-child(1) {
    padding: 0px;
    order: 2;
  }
  main .sec#sec7 .set:nth-child(1) .photo:nth-child(1) {
    width: 70%;
    margin: 0 auto 70px auto;
  }
  main .sec#sec7 .set:nth-child(1) .photo:nth-child(2) {
    width: 40%;
    padding: 0px;
    margin: 0 auto 0 40px;
    position: static;
  }
  main .sec#sec7 .set:nth-child(1) .photo:nth-child(2) .pwrap::before {
    left: 10px;
    bottom: 10px;
  }
  main .sec#sec7 .set:nth-child(1) .photo:nth-child(2) .credits {
    right: 15px;
    bottom: -200px;
  }
  main .sec#sec7 .set:nth-child(2) {
    margin-bottom: 55px;
    order: 1;
  }
  main .sec#sec7 .set:nth-child(2) .photo:nth-child(1) {
    width: 100%;
    padding: 0 45px 0 0;
    margin-bottom: 90px;
  }
  main .sec#sec7 .set:nth-child(2) .photo:nth-child(1) .pwrap::before {
    left: 15px;
    bottom: 10px;
  }
  main .sec#sec7 .set:nth-child(2) .photo:nth-child(1) .credits {
    left: 0px;
    top: 75%;
  }
  main .sec#sec7 .set:nth-child(2) .photo:nth-child(2) {
    width: calc(100% - 25px);
    padding: 0px;
  }
  main .sec#sec8 {
    width: 100%;
    padding: 0px;
    margin: 0 auto 50px auto;
    position: relative;
    z-index: 0;
  }
  main .sec#sec8 > .photo {
    width: 100%;
    height: 850px;
    position: absolute;
    left: 0px;
    top: -640px;
    overflow: hidden;
  }
  main .sec#sec8 > .photo img {
    width: 1200px;
    height: 850px;
    position: absolute;
    left: calc((1200px - 100vw) / -2);
    top: 0px;
  }
  main .sec#sec8 .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    margin-top: 0;
  }
  main .sec#sec8 .set .photo {
    position: relative;
  }
  main .sec#sec8 .set .photo:nth-child(1) {
    width: 100%;
    padding: 0 0 0 55px;
    margin: 0 0 60px auto;
    order: 1;
  }
  main .sec#sec8 .set .photo:nth-child(1) .pwrap::before {
    left: 15px;
    bottom: 10px;
  }
  main .sec#sec8 .set .photo:nth-child(1) .credits {
    right: 30px;
    bottom: -100px;
  }
  main .sec#sec8 .set .photo:nth-child(2) {
    width: calc(100% - 60px);
    padding: 0px;
    margin: 0 auto;
    order: 3;
  }
  main .sec#sec8 .set .photo:nth-child(2)::before {
    width: 80px;
    height: 40px;
    left: calc(50% - 45px);
    top: -15px;
  }
  main .sec#sec8 .set .video {
    width: calc(100% - 55px);
    margin: 0 0 80px 0;
    order: 2;
  }
  main .sec#sec8 .set .video video {
    width: 100%;
  }
  main .sec#sec9 .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main .sec#sec9 .set .photo:nth-child(1) {
    width: calc(100% - 30px);
    padding: 0px;
    order: 2;
  }
  main .sec#sec9 .set .photo:nth-child(2) {
    width: 100%;
    margin-bottom: 35px;
    order: 1;
  }
  main .sec#sec9 .set .photo:nth-child(2) .pwrap::before {
    left: 15px;
    bottom: 10px;
  }
  main .sec#sec9 .set .photo:nth-child(2) .credits {
    left: 15px;
    top: 50%;
  }
  main footer {
    width: 100%;
    background-image: url(../images/bg_footer.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 200px 0 150px 0;
    margin-top: -75px;
    position: relative;
  }
  main footer .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main footer .inner ul {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main footer .inner ul li:not(:last-child) {
    margin-bottom: 25px;
  }
  main footer .inner ul li a span {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main footer .inner ul li a:hover span {
    text-decoration: underline;
  }
  main footer .inner .credit {
    width: 100%;
    margin: 0 auto 40px auto;
  }
  main footer .inner .credit div {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main footer .inner .credit div p {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main footer .inner .credit div p:not(:last-child) {
    margin-bottom: 20px;
  }
  main footer .inner .credit div p span:nth-child(1) {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main footer .inner .credit div p span:nth-child(2) {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main footer .inner .cp p {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main footer .inner.active {
    opacity: 1;
  }
  main footer .pgtop {
    width: 64px;
    height: 37px;
    right: 20px;
    bottom: 40px;
  }
  main footer .pgtop a:hover {
    opacity: 1;
  }

  .credits {
    width: calc(100% - 30px);
  }
  .credits .incredits {
    width: 100%;
    padding: 15px 15px 90px 15px;
  }
  .credits .incredits::after {
    width: 20px;
    height: 27px;
    right: 10px;
    bottom: 10px;
  }
  .credits .incredits .credit:not(:last-child) {
    margin-bottom: 10px;
  }
}