@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;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: "dnp-shuei-shogomincho-std", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #FFF;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}

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

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

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: calc(var(--vh) * 100);
  min-height: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: opacity 0.75s ease-out;
}
#loader.hide {
  opacity: 0;
}
#loader .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#loader .inner h2 {
  width: 223px;
  height: 17px;
  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;
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: #999;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  display: block;
}

header {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 999;
  pointer-events: none;
  transition: all 0.2s ease-in 0s;
  opacity: 1;
}
header.on {
  opacity: 1;
}
header .inner {
  width: 100%;
  position: relative;
}
header .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
header .inner ul::before {
  content: "";
  width: 1px;
  height: 1.4rem;
  margin: 0 10px;
  background-color: #000;
  display: inline-block;
  order: 2;
}
header .inner ul li:nth-child(1) {
  order: 1;
}
header .inner ul li:nth-child(2) {
  order: 3;
}
header .inner ul li a {
  pointer-events: auto;
}
header .inner ul li a span {
  color: #000;
  font-family: "kings-caslon", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  position: relative;
  transition: all 0.2s ease-in 0s;
}
header .inner ul li a:hover span {
  color: #999;
}

main {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
}
main section#visual {
  width: 100%;
  height: 74.9vw;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
}
main section#visual.on .inner .title {
  opacity: 1;
}
main section#visual.on .inner .photo {
  opacity: 1;
}
main section#visual .inner {
  width: 100%;
  padding: 0px;
}
main section#visual .inner .title {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main section#visual .inner .title h1 {
  width: 657px;
  position: relative;
}
main section#visual .inner .title h1 span {
  width: 100%;
  height: 732px;
  background-image: url(../images/logo_o.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 section#visual .inner .photo {
  width: 100%;
  vertical-align: bottom;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#contents {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#contents:not(:last-child) {
  margin-bottom: 240px;
}
main section#contents .sec {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main section#contents .sec .wc {
  width: 100%;
  position: relative;
}
main section#contents .sec .wc.on .btn span {
  background-color: #FFF;
}
main section#contents .sec .wc.on .btn span:nth-child(1) {
  transform: rotate(-180deg);
}
main section#contents .sec .wc.on .btn span:nth-child(2) {
  transform: rotate(90deg);
}
main section#contents .sec .wc.on .cwrap {
  opacity: 1;
  pointer-events: auto;
}
main section#contents .sec .wc .ph {
  width: 100%;
}
main section#contents .sec .wc .btn {
  width: 98px;
  height: 98px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
main section#contents .sec .wc .btn.left {
  right: auto;
  left: 30px;
}
main section#contents .sec .wc .btn span {
  background-color: #000;
  position: absolute;
  z-index: 3;
  transition: all 0.25s ease-in 0s;
}
main section#contents .sec .wc .btn span:nth-child(1) {
  width: 100%;
  height: 2px;
  top: calc(50% - 1px);
  left: 0px;
}
main section#contents .sec .wc .btn span:nth-child(2) {
  width: 2px;
  height: 100%;
  top: 0px;
  left: calc(50% - 1px);
}
main section#contents .sec .wc .cwrap {
  width: 100%;
  height: calc(100% + 1px);
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
  pointer-events: none;
}
main section#contents .sec .wc .cwrap .credits {
  width: 480px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#contents .sec .wc .cwrap .credits p {
  color: #FFF;
  font-family: "kings-caslon", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  padding: 10px 0 0 0;
}
main section#contents .sec .wc .cwrap .credits p:not(:last-child) {
  margin-bottom: 10px;
}
main section#contents .sec .wc .cwrap .credits > div {
  width: 100%;
}
main section#contents .sec .wc .cwrap .credits > div:not(:last-child) {
  margin-bottom: 10px;
}
main section#contents .sec .wc .cwrap .credits > div.item-d-none dl dd a {
  display: none;
}
main section#contents .sec .wc .cwrap .credits > div.item-d-none dl dd a + span {
  display: inline-block;
}
main section#contents .sec .wc .cwrap .credits > div dl {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main section#contents .sec .wc .cwrap .credits > div dl dt {
  width: calc(100% - 70px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#contents .sec .wc .cwrap .credits > div dl dt strong {
  color: #FFF;
  font-family: "kings-caslon", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main section#contents .sec .wc .cwrap .credits > div dl dt span {
  display: inline-block;
}
main section#contents .sec .wc .cwrap .credits > div dl dt span.price {
  margin-left: 0.6rem;
}
main section#contents .sec .wc .cwrap .credits > div dl dt span:nth-child(2) {
  color: #FFF;
  font-family: "kings-caslon", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main section#contents .sec .wc .cwrap .credits > div dl dt span:nth-child(3) {
  color: #FFF;
  font-family: "kings-caslon", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main section#contents .sec .wc .cwrap .credits > div dl dt span:nth-child(3)::before {
  content: "";
  width: 5px;
  height: 1px;
  background-color: #FFF;
  margin: 0 10px;
  display: inline-block;
}
main section#contents .sec .wc .cwrap .credits > div dl dd {
  width: 70px;
}
main section#contents .sec .wc .cwrap .credits > div dl dd a {
  color: #FFF;
  font-family: "big-caslon-fb", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  width: 100%;
  padding: 4px 20px;
  border: solid 1px #FFF;
  display: block;
  transition: all 0.2s ease-in 0s;
}
main section#contents .sec .wc .cwrap .credits > div dl dd a:hover {
  opacity: 0.5;
}
main section#contents .sec .wc .cwrap .credits > div dl dd a + span {
  display: none;
}
main section#contents .sec .wc .cwrap .credits > div dl dd span {
  color: #000;
  font-family: "big-caslon-fb", serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main section#contents .sec.on {
  opacity: 1;
}
main section#contents .sec.sec1 {
  background-color: #000;
  padding: 95px 0 250px 0;
}
main section#contents .sec.sec1:not(:last-child) {
  margin-bottom: 100px;
}
main section#contents .sec.sec1 .lead {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#contents .sec.sec1 .lead.show {
  opacity: 1;
}
main section#contents .sec.sec1 .lead:not(:last-child) {
  margin-bottom: 35px;
}
main section#contents .sec.sec1 .lead .inlead {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#contents .sec.sec1 .lead .inlead h3 {
  color: #FFF;
  font-family: "dnp-shuei-shogomincho-std", sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main section#contents .sec.sec1 .lead .inlead h4 {
  color: #B5B5B5;
  font-family: "dnp-shuei-4go-std", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.07em;
  margin-bottom: 70px;
}
main section#contents .sec.sec1 .lead .inlead p {
  color: #FFF;
  font-family: "dnp-shuei-4go-std", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
}
main section#contents .sec.sec1 .cphoto {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#contents .sec.sec1 .cphoto.show {
  opacity: 1;
}
main section#contents .sec.sec1 .photos {
  width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#contents .sec.sec1 .photos:not(:last-child) {
  margin-bottom: 120px;
}
main section#contents .sec.sec1 .photos.show {
  opacity: 1;
}
main section#contents .sec.sec1 .photos.show .ph {
  opacity: 1;
}
main section#contents .sec.sec1 .photos .ph {
  position: relative;
  opacity: 0;
}
main section#contents .sec.sec1 .photos .ph.p1 {
  width: 536px;
  margin-left: auto;
  transition: all 0.5s ease-in 0s;
}
main section#contents .sec.sec1 .photos .ph.p2 {
  width: 654px;
  margin-top: -345px;
  margin-right: auto;
  z-index: 1;
  transition: all 0.5s ease-in 0.25s;
}
main section#contents .sec.sec1 .photos .ph.p3 {
  width: 390px;
  margin-top: -330px;
  transform: translateX(240px);
  transition: all 0.5s ease-in 0.5s;
}
main section#contents .sec.sec1 .photo {
  width: calc(100% - 106px);
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#contents .sec.sec1 .photo.show {
  opacity: 1;
}
main section#contents .sec.sec1 .photo:not(:last-child) {
  margin-bottom: 250px;
}
main section#contents .sec.sec1 .movie {
  width: 390px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#contents .sec.sec1 .movie.show {
  opacity: 1;
}
main section#contents .sec.sec1 .movie > div {
  width: 100%;
  position: relative;
  transform: translateX(-235px);
}
main section#contents .sec.sec1 .movie > div video {
  width: 100%;
  height: auto;
}
main section#contents .sec.sec2 {
  width: 100%;
  padding: 0 0 640px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#contents .sec.sec2 .photos {
  width: calc(100% - 204px);
  max-width: 1162px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#contents .sec.sec2 .photos:not(:last-child) {
  margin-bottom: 215px;
}
main section#contents .sec.sec2 .photos.show .ph {
  opacity: 1;
}
main section#contents .sec.sec2 .photos .ph {
  position: relative;
  transition: all 0.5s ease-in 0s;
  opacity: 0;
}
main section#contents .sec.sec2 .photos .ph.p1 {
  width: 100%;
  margin-bottom: 10px;
}
main section#contents .sec.sec2 .photos .ph.p2 {
  width: 100%;
  transition: all 0.5s ease-in 0.5s;
}
main section#contents .sec.sec2 .movie {
  width: 390px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#contents .sec.sec2 .movie.show {
  opacity: 1;
}
main section#contents .sec.sec2 .movie > div {
  width: 100%;
  position: relative;
  transform: translateX(350px);
}
main section#contents .sec.sec2 .movie > div video {
  width: 100%;
  height: auto;
}
main section#contents .sec.sec2 .bg {
  width: 100%;
  position: absolute;
  bottom: -640px;
  left: 0px;
  z-index: -1;
}
main section#contents .sec.sec2 .bg::before {
  content: "";
  width: 532px;
  height: 593px;
  background-image: url(../images/logo_o.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;
  bottom: 0px;
  left: calc(50% - 532px);
  display: block;
}
main section#contents .sec.sec3 {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#contents .sec.sec3 .photo {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#contents .sec.sec3 .photo.show {
  opacity: 1;
}
main section#contents .sec.sec3 .photos {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main section#contents .sec.sec3 .photos.show .ph {
  opacity: 1;
}
main section#contents .sec.sec3 .photos .ph {
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#contents .sec.sec3 .photos .ph.p1 {
  width: 770px;
  margin: -70px 0 0 auto;
}
main section#contents .sec.sec3 .photos .ph.p2 {
  width: 1092px;
  margin: -30px 0 0 0;
  transition-delay: 0.5s;
}
main section#contents .sec.sec3 .photos .ph.p3 {
  width: 790px;
  margin: -70px auto 0 0;
  transition-delay: 1s;
}
main section#contents .sec.sec3 .photos .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section#contents .sec.sec3 .photos .bg > div {
  width: 100%;
}
main section#contents .sec.sec4 {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#contents .sec.sec4:not(:last-child) {
  margin-bottom: 200px;
}
main section#contents .sec.sec4.on .photos .ph {
  opacity: 1;
  transform: translateX(0);
}
main section#contents .sec.sec4 .photos {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main section#contents .sec.sec4 .photos:not(:last-child) {
  margin-bottom: 100px;
}
main section#contents .sec.sec4 .photos::before {
  content: "";
  width: 24.6%;
  height: 27.4044vw;
  background-image: url(../images/logo_o.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;
  right: 0px;
  display: block;
}
main section#contents .sec.sec4 .photos .ph {
  width: 100%;
  position: relative;
  opacity: 0;
  transform: translateX(-5%);
  transition: all 0.5s ease-in 0s;
}
main section#contents .sec.sec4 .photos .ph > div {
  position: relative;
}
main section#contents .sec.sec4 .photos .ph.p1 {
  z-index: 2;
}
main section#contents .sec.sec4 .photos .ph.p1 > div {
  width: 50.95%;
  margin: -70px auto 0 0;
}
main section#contents .sec.sec4 .photos .ph.p2 {
  position: absolute;
  top: 170px;
  left: 0px;
  transition-delay: 0.5s;
  z-index: 1;
}
main section#contents .sec.sec4 .photos .ph.p2 > div {
  width: 75.4%;
  clip-path: inset(0 0 1px 0);
}
main section#contents .sec.sec4 .photos .ph.p3 {
  transition-delay: 1s;
  z-index: 0;
}
main section#contents .sec.sec4 .photos .ph.p3 > div {
  width: 77.45%;
  margin: -294px 0 0 auto;
}
main section#contents .sec.sec4 .photo {
  opacity: 0;
  transition: all 0.5s ease-out 0s;
}
main section#contents .sec.sec4 .photo.show {
  opacity: 1;
}
main section#contents .sec.sec4 .photo:not(:last-child) {
  margin-bottom: 100px;
}
main section#contents .sec.sec4 .photo:nth-child(2) {
  width: calc(100% - 204px);
  min-width: 1160px;
}
main section#contents .sec.sec4 .photo:nth-child(3) {
  width: 100%;
}
main section#contents .sec.sec5 {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#contents .sec.sec5:not(:last-child) {
  margin-bottom: 300px;
}
main section#contents .sec.sec5 .movie {
  width: 390px;
  opacity: 0;
  transition: all 0.5s ease-out 0s;
}
main section#contents .sec.sec5 .movie.show {
  opacity: 1;
}
main section#contents .sec.sec5 .movie:not(:last-child) {
  margin-bottom: 200px;
}
main section#contents .sec.sec5 .movie video {
  width: 100%;
  height: auto;
}
main section#contents .sec.sec5 .photo {
  width: calc(100% - 204px);
  min-width: 1160px;
  opacity: 0;
  transition: all 0.5s ease-out 0s;
}
main section#contents .sec.sec5 .photo:not(:last-child) {
  margin-bottom: 10px;
}
main section#contents .sec.sec5 .photo.show {
  opacity: 1;
}
main section#contents .sec.sec6 {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#contents .sec.sec6:not(:last-child) {
  margin-bottom: 300px;
}
main section#contents .sec.sec6 .photo {
  width: 765px;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-out 0s;
}
main section#contents .sec.sec6 .photo.show {
  opacity: 1;
}
main section#contents .sec.sec6 .photo.show::before {
  opacity: 1;
}
main section#contents .sec.sec6 .photo::before {
  content: "";
  width: 170px;
  height: 189px;
  background-image: url(../images/logo_o.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: calc(50% - 95px);
  left: calc(50% - 85px);
  z-index: 1;
  display: block;
  opacity: 0;
  transition: all 0.5s ease-out 0.5s;
}
main section#contents .sec.sec6 .staff {
  margin: -80px 0 200px 0;
  position: relative;
}
main section#contents .sec.sec6 .staff.show p {
  opacity: 1;
}
main section#contents .sec.sec6 .staff.show dl {
  opacity: 1;
}
main section#contents .sec.sec6 .staff p {
  color: #000;
  font-family: "big-caslon-fb", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: -0.01em;
  opacity: 0;
  transition: all 0.5s ease-out 0s;
}
main section#contents .sec.sec6 .staff p:not(:last-child) {
  margin-bottom: 210px;
}
main section#contents .sec.sec6 .staff dl {
  opacity: 0;
  transition: all 0.5s ease-out 0.5s;
}
main section#contents .sec.sec6 .staff dl dt {
  color: #000;
  font-family: "big-caslon-fb", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
  margin-bottom: 60px;
}
main section#contents .sec.sec6 .staff dl dd {
  color: #000;
  font-family: "dnp-shuei-4go-std", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
main section#contents .sec.sec6 .staff dl dd:not(:last-child) {
  margin-bottom: 60px;
}
main section#contents .sec.sec6 .staff dl dd:last-child {
  letter-spacing: -0.05em;
}

footer {
  width: 100%;
  padding: 50px 0;
  border-top: solid 1px #000;
}
footer .inner {
  width: calc(100% - 106px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
footer .inner .link {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .inner .link ul {
  text-align: left;
  margin-bottom: 50px;
}
footer .inner .link ul li a {
  color: #000;
  font-family: "kings-caslon", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.2s ease-in 0s;
}
footer .inner .link ul li a:hover {
  opacity: 0.5;
}
footer .inner .link ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .inner .link p {
  color: #000;
  font-family: "kings-caslon", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner .pgtop {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  cursor: pointer;
}
footer .inner .pgtop p {
  color: #000;
  font-family: "kings-caslon", sans-serif;
  font-size: 1.42rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  text-align: left;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

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

  header {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  header .inner ul li a span {
    color: #000;
    font-family: "kings-caslon", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  header .inner ul li a:hover span {
    color: #000;
  }

  main {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
  }
  main section#visual {
    height: 148.45vw;
  }
  main section#visual .inner .title h1 {
    width: 245px;
  }
  main section#visual .inner .title h1 span {
    height: 273px;
  }
  main section#visual .inner .photo {
    width: 100%;
    vertical-align: bottom;
  }
  main section#contents:not(:last-child) {
    margin-bottom: 240px;
  }
  main section#contents .sec {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main section#contents .sec .wc {
    width: 100%;
    position: relative;
  }
  main section#contents .sec .wc.on .btn span {
    background-color: #FFF;
  }
  main section#contents .sec .wc.on .btn span:nth-child(1) {
    transform: rotate(-180deg);
  }
  main section#contents .sec .wc.on .btn span:nth-child(2) {
    transform: rotate(90deg);
  }
  main section#contents .sec .wc.on .cwrap {
    opacity: 1;
    pointer-events: auto;
  }
  main section#contents .sec .wc .ph {
    width: 100%;
  }
  main section#contents .sec .wc .btn {
    width: 30px;
    height: 30px;
    right: 10px;
    bottom: 10px;
  }
  main section#contents .sec .wc .btn.left {
    right: auto;
    left: 10px;
  }
  main section#contents .sec .wc .btn span {
    background-color: #000;
    position: absolute;
    z-index: 3;
    transition: all 0.25s ease-in 0s;
  }
  main section#contents .sec .wc .btn span:nth-child(1) {
    width: 100%;
    height: 1px;
    top: calc(50% - 1px);
    left: 0px;
  }
  main section#contents .sec .wc .btn span:nth-child(2) {
    width: 1px;
    height: 100%;
    top: 0px;
    left: calc(50% - 1px);
  }
  main section#contents .sec .wc .cwrap {
    width: 100%;
    height: calc(100% + 1px);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease-in 0s;
    pointer-events: none;
  }
  main section#contents .sec .wc .cwrap .credits {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#contents .sec .wc .cwrap .credits p {
    color: #FFF;
    font-family: "kings-caslon", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    padding: 10px 0 0 0;
  }
  main section#contents .sec .wc .cwrap .credits p:not(:last-child) {
    margin-bottom: 10px;
  }
  main section#contents .sec .wc .cwrap .credits > div {
    width: 100%;
  }
  main section#contents .sec .wc .cwrap .credits > div:not(:last-child) {
    margin-bottom: 10px;
  }
  main section#contents .sec .wc .cwrap .credits > div.item-d-none dl dd a {
    display: none;
  }
  main section#contents .sec .wc .cwrap .credits > div.item-d-none dl dd a + span {
    display: inline-block;
  }
  main section#contents .sec .wc .cwrap .credits > div dl {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  main section#contents .sec .wc .cwrap .credits > div dl dt {
    width: calc(100% - 60px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#contents .sec .wc .cwrap .credits > div dl dt strong {
    color: #FFF;
    font-family: "kings-caslon", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section#contents .sec .wc .cwrap .credits > div dl dt span {
    display: inline-block;
  }
  main section#contents .sec .wc .cwrap .credits > div dl dt span.price {
    margin-left: 0.6rem;
  }
  main section#contents .sec .wc .cwrap .credits > div dl dt span:nth-child(2) {
    color: #FFF;
    font-family: "kings-caslon", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section#contents .sec .wc .cwrap .credits > div dl dt span:nth-child(3) {
    color: #FFF;
    font-family: "kings-caslon", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section#contents .sec .wc .cwrap .credits > div dl dt span:nth-child(3)::before {
    width: 3px;
    height: 1px;
    margin: 0 3px;
  }
  main section#contents .sec .wc .cwrap .credits > div dl dd {
    width: 60px;
  }
  main section#contents .sec .wc .cwrap .credits > div dl dd a {
    color: #FFF;
    font-family: "big-caslon-fb", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
    width: 100%;
    padding: 3px 10px;
  }
  main section#contents .sec .wc .cwrap .credits > div dl dd a:hover {
    opacity: 1;
  }
  main section#contents .sec .wc .cwrap .credits > div dl dd a + span {
    display: none;
  }
  main section#contents .sec .wc .cwrap .credits > div dl dd span {
    color: #000;
    font-family: "big-caslon-fb", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section#contents .sec.on {
    opacity: 1;
  }
  main section#contents .sec.sec1 {
    background-color: #000;
    padding: 60px 0 65px 0;
  }
  main section#contents .sec.sec1:not(:last-child) {
    margin-bottom: 20px;
  }
  main section#contents .sec.sec1 .lead {
    text-align: left;
    width: calc(100% - 116px);
  }
  main section#contents .sec.sec1 .lead:not(:last-child) {
    margin-bottom: 60px;
  }
  main section#contents .sec.sec1 .lead .inlead {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#contents .sec.sec1 .lead .inlead h3 {
    color: #FFF;
    font-family: "dnp-shuei-shogomincho-std", sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main section#contents .sec.sec1 .lead .inlead h4 {
    color: #B5B5B5;
    font-family: "dnp-shuei-4go-std", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.07em;
    margin-bottom: 30px;
  }
  main section#contents .sec.sec1 .lead .inlead p {
    color: #FFF;
    font-family: "dnp-shuei-4go-std", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
  }
  main section#contents .sec.sec1 .lead .inlead p:not(:last-child) {
    margin-bottom: 10px;
  }
  main section#contents .sec.sec1 .cphoto {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
  main section#contents .sec.sec1 .photos {
    width: calc(100% - 40px);
  }
  main section#contents .sec.sec1 .photos:not(:last-child) {
    margin-bottom: 60px;
  }
  main section#contents .sec.sec1 .photos .ph {
    position: relative;
  }
  main section#contents .sec.sec1 .photos .ph.p1 {
    width: 50vw;
    margin-left: auto;
  }
  main section#contents .sec.sec1 .photos .ph.p2 {
    width: 70vw;
    margin-top: -10px;
    margin-right: auto;
    z-index: 1;
  }
  main section#contents .sec.sec1 .photos .ph.p3 {
    width: 40vw;
    margin-top: -15px;
    margin-left: auto;
    transform: translateX(-30px);
  }
  main section#contents .sec.sec1 .photo {
    width: 100%;
    margin: 0 auto;
  }
  main section#contents .sec.sec1 .photo:not(:last-child) {
    margin-bottom: 70px;
  }
  main section#contents .sec.sec1 .movie {
    width: calc(100% - 127px);
  }
  main section#contents .sec.sec1 .movie > div {
    transform: translateX(0px);
    width: 100%;
  }
  main section#contents .sec.sec2 {
    width: 100%;
    padding: 0 0 45px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#contents .sec.sec2 .photos {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#contents .sec.sec2 .photos:not(:last-child) {
    margin-bottom: 55px;
  }
  main section#contents .sec.sec2 .photos .ph.p1 {
    width: 100%;
    margin-bottom: 2px;
  }
  main section#contents .sec.sec2 .photos .ph.p2 {
    width: 100%;
  }
  main section#contents .sec.sec2 .movie {
    width: 50.25vw;
    margin-left: auto;
  }
  main section#contents .sec.sec2 .movie > div {
    width: 100%;
    position: relative;
    transform: translateX(-50px);
  }
  main section#contents .sec.sec2 .bg {
    width: 100%;
    position: absolute;
    bottom: -45px;
    left: 0px;
    z-index: -1;
  }
  main section#contents .sec.sec2 .bg::before {
    content: "";
    width: 260px;
    height: 290px;
    bottom: 0px;
    left: 0px;
  }
  main section#contents .sec.sec3 {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#contents .sec.sec3 .photo {
    width: 100%;
  }
  main section#contents .sec.sec3 .photos {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main section#contents .sec.sec3 .photos .ph {
    position: relative;
  }
  main section#contents .sec.sec3 .photos .ph.p1 {
    width: 70vw;
    margin: -20px 0 0 auto;
  }
  main section#contents .sec.sec3 .photos .ph.p2 {
    width: calc(100% - 40px);
    margin: -15px 0 0 0;
  }
  main section#contents .sec.sec3 .photos .ph.p3 {
    width: 73.5vw;
    margin: -20px auto 0 0;
  }
  main section#contents .sec.sec4 {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#contents .sec.sec4:not(:last-child) {
    margin-bottom: 70px;
  }
  main section#contents .sec.sec4.on .photos .ph.p1 {
    transform: translateX(-10%);
  }
  main section#contents .sec.sec4.on .photos .ph.p2 {
    transform: translateX(0);
  }
  main section#contents .sec.sec4.on .photos .ph.p3 {
    transform: translateX(0);
  }
  main section#contents .sec.sec4 .photos {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main section#contents .sec.sec4 .photos:not(:last-child) {
    margin-bottom: 20px;
  }
  main section#contents .sec.sec4 .photos::before {
    width: 24.6vw;
    height: 27.4044vw;
    z-index: 3;
  }
  main section#contents .sec.sec4 .photos .ph {
    width: 100%;
    position: relative;
    transform: translateX(-25%);
    transition: all 0.75s ease-out 0s;
  }
  main section#contents .sec.sec4 .photos .ph > div {
    position: relative;
  }
  main section#contents .sec.sec4 .photos .ph.p1 {
    transform: translateX(-35%);
    z-index: 2;
  }
  main section#contents .sec.sec4 .photos .ph.p1 > div {
    width: 68.46vw;
    margin: -25px auto 0 0;
  }
  main section#contents .sec.sec4 .photos .ph.p2 {
    position: absolute;
    top: 50px;
    left: 0px;
    transition-delay: 0.5s;
    z-index: 1;
  }
  main section#contents .sec.sec4 .photos .ph.p2 > div {
    width: 82.8vw;
    clip-path: inset(0 0 1px 0);
  }
  main section#contents .sec.sec4 .photos .ph.p3 {
    transition-delay: 1s;
    z-index: 0;
  }
  main section#contents .sec.sec4 .photos .ph.p3 > div {
    width: 77.45vw;
    margin: -105px 0 0 auto;
  }
  main section#contents .sec.sec4 .photo:not(:last-child) {
    margin-bottom: 20px;
  }
  main section#contents .sec.sec4 .photo:nth-child(2) {
    width: calc(100% - 40px);
    min-width: calc(100% - 40px);
  }
  main section#contents .sec.sec4 .photo:nth-child(3) {
    width: 100%;
  }
  main section#contents .sec.sec5 {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#contents .sec.sec5:not(:last-child) {
    margin-bottom: 60px;
  }
  main section#contents .sec.sec5 .movie {
    width: calc(100% - 130px);
  }
  main section#contents .sec.sec5 .movie:not(:last-child) {
    margin-bottom: 65px;
  }
  main section#contents .sec.sec5 .photo {
    width: 100%;
    min-width: 100%;
  }
  main section#contents .sec.sec5 .photo:not(:last-child) {
    margin-bottom: 2px;
  }
  main section#contents .sec.sec6 {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#contents .sec.sec6:not(:last-child) {
    margin-bottom: 300px;
  }
  main section#contents .sec.sec6 .photo {
    width: calc(100% - 120px);
  }
  main section#contents .sec.sec6 .photo::before {
    width: 72px;
    height: 80px;
    top: calc(50% - 40px);
    left: calc(50% - 36px);
  }
  main section#contents .sec.sec6 .staff {
    margin: -40px 0 100px 0;
  }
  main section#contents .sec.sec6 .staff p {
    color: #000;
    font-family: "big-caslon-fb", serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2rem;
    letter-spacing: -0.05em;
  }
  main section#contents .sec.sec6 .staff p:not(:last-child) {
    margin-bottom: 100px;
  }
  main section#contents .sec.sec6 .staff dl dt {
    color: #000;
    font-family: "big-caslon-fb", serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 30px;
  }
  main section#contents .sec.sec6 .staff dl dd {
    color: #000;
    font-family: "dnp-shuei-4go-std", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main section#contents .sec.sec6 .staff dl dd:not(:last-child) {
    margin-bottom: 30px;
  }
  main section#contents .sec.sec6 .staff dl dd:last-child {
    letter-spacing: -0.05em;
  }

  footer {
    padding: 30px 0;
  }
  footer .inner {
    width: calc(100% - 40px);
  }
  footer .inner .link {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner .link ul {
    text-align: left;
    margin-bottom: 30px;
  }
  footer .inner .link ul li a {
    color: #000;
    font-family: "kings-caslon", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner .link ul li a:hover {
    opacity: 1;
  }
  footer .inner .link ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .inner .link p {
    color: #000;
    font-family: "kings-caslon", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner .pgtop {
    width: auto;
  }
  footer .inner .pgtop p {
    color: #000;
    font-family: "kings-caslon", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
}

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