@charset "UTF-8";
@import url("https://use.typekit.net/lbq4azn.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;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: "ambroise-firmin-std", serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  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: #666666;
}

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.5s ease-in-out 0.25s;
}
#loader .logo {
  width: 250px;
  height: 64px;
  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;
  left: calc(50% - 125px);
  top: calc(50% - 32px);
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  opacity: 1;
  display: block;
}

.loaded main {
  opacity: 1;
}

header {
  position: fixed;
  top: 20px;
  left: calc(50% + 440px + 20px);
  z-index: 333;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in 0.3s;
}
header.on {
  opacity: 1;
}
header .inner nav ul {
  width: 1.6rem;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
header .inner nav ul li {
  width: 100%;
  pointer-events: auto;
}
header .inner nav ul li:not(:last-child) {
  margin-bottom: 10px;
}
header .inner nav ul li:hover {
  opacity: 0.7;
}
header .inner nav ul li a {
  color: #000;
  font-family: "ambroise-firmin-std", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  cursor: pointer;
  transition: all 0.1s ease-in;
}
header .inner nav ul li span {
  width: 100%;
  height: 1px;
  background-color: #000;
  display: block;
}

#visual {
  width: 100%;
}
#visual:not(:last-child) {
  margin-bottom: 150px;
}
#visual.on .inner h1, #visual.on .inner .photo {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
#visual .inner {
  width: 880px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
#visual .inner h1 {
  width: 361px;
  clip-path: inset(100% 0 0 0);
  opacity: 0;
  transition: all 0.3s ease-in 0s;
}
#visual .inner h1 span {
  width: 100%;
  height: 687px;
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  background-position: cemter;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#visual .inner .photo {
  width: 478px;
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  transition: all 0.3s ease-in 0.2s;
}

.credits {
  width: 50%;
}
.credits > div {
  width: 100%;
}
.credits > div:not(:last-child) {
  margin-bottom: 10px;
}
.credits > div.item-d-none dl dt {
  width: auto;
}
.credits > div.item-d-none dl dd {
  width: auto;
  display: none;
}
.credits > div.item-d-none dl dd:hover {
  opacity: 1;
}
.credits > div.item-d-none dl dd a {
  display: none;
}
.credits > div.item-d-none dl dd a.line {
  padding: 0 5px;
  display: flex;
}
.credits > div.item-d-none dl dd a.notice {
  text-align: left;
  text-decoration: underline;
  background-color: transparent;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div.item-d-none dl dd span {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: 0em;
  white-space: nowrap;
}
.credits > div dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.credits > div dl dt {
  width: calc(100% - 70px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div dl dt::before {
  content: "-";
  color: #FFF;
  font-family: "garamond-premier-pro", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
  margin: 0 5px;
  display: inline-block;
  order: 2;
}
.credits > div dl dt strong:nth-child(1) {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  order: 1;
}
.credits > div dl dt strong:nth-child(1) span:nth-child(1) {
  color: #FFF;
  font-family: "garamond-premier-pro", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.02em;
}
.credits > div dl dt strong:nth-child(1) span:nth-child(2) {
  color: #FFF;
  font-family: "garamond-premier-pro", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.02em;
  margin-left: 5px;
}
.credits > div dl dt strong:nth-child(1) span:nth-child(2)::after {
  content: none;
}
.credits > div dl dt strong:nth-child(2) {
  order: 3;
  color: #FFF;
  font-family: "garamond-premier-pro", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
  display: inline-block;
}
.credits > div dl dd {
  width: 70px;
  border: solid 1px #FFF;
  transition: all 0.25s ease-in 0s;
}
.credits > div dl dd:hover a {
  color: #000;
  background-color: #FFF;
}
.credits > div dl dd a {
  color: #FFF;
  font-family: "garamond-premier-pro", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 16px;
  padding-top: 2px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
.credits > div dl dd span {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
}

main {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
main .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner .sec {
  width: 880px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner .sec:not(:last-child) {
  margin-bottom: 200px;
}
main .inner .sec#sec1.on .insec .photo:nth-child(1) {
  opacity: 1;
}
main .inner .sec#sec1 .insec .photo:nth-child(1) {
  margin-right: auto;
}
main .inner .sec#sec1 .insec .photo:nth-child(2) {
  margin-left: auto;
}
main .inner .sec#sec1 .insec .text {
  width: 823px;
  height: 119px;
  background-image: url(../images/text1.png);
}
main .inner .sec#sec1 .insec .text:not(:last-child) {
  margin-bottom: 70px;
}
main .inner .sec#sec2 .insec .photo:nth-child(2) {
  margin: 0 0 40px auto;
}
main .inner .sec#sec2 .insec .text {
  width: 836px;
  height: 414px;
  background-image: url(../images/text2.png);
}
main .inner .sec#sec2 .insec .text:not(:last-child) {
  margin-bottom: 80px;
}
main .inner .sec#sec3 {
  margin-bottom: 70px;
}
main .inner .sec#sec3 .insec .photo:nth-child(2) {
  margin: 0 auto 50px 0;
}
main .inner .sec#sec3 .insec .text {
  width: 830x;
  height: 264px;
  margin-right: auto;
  background-image: url(../images/text3.png);
}
main .inner .sec#sec3 .insec .text:not(:last-child) {
  margin-bottom: 70px;
}
main .inner .sec#sec4 {
  margin-bottom: 100px;
}
main .inner .sec#sec4 .insec .photo:last-child {
  margin-left: auto;
}
main .inner .sec#sec4 .insec .photos {
  margin-bottom: 50px;
}
main .inner .sec#sec4 .insec .text {
  width: 835px;
  height: 165px;
  background-image: url(../images/text4.png);
}
main .inner .sec#sec4 .insec .text:not(:last-child) {
  margin-bottom: 70px;
}
main .inner .sec#sec5 .insec .photo:first-child {
  margin-bottom: 40px;
}
main .inner .sec#sec5 .insec .photo:nth-child(3) {
  margin-right: auto;
}
main .inner .sec#sec5 .insec .photo:nth-child(4) {
  margin-left: auto;
}
main .inner .sec#sec5 .insec .text {
  width: 681px;
  height: 65px;
  background-image: url(../images/text5.png);
}
main .inner .sec#sec5 .insec .text:not(:last-child) {
  margin-bottom: 70px;
}
main .inner .sec#sec6 .insec .photo:first-child {
  margin-bottom: 20px;
}
main .inner .sec#sec6 .insec .photoset {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main .inner .sec#sec6 .insec .photoset.show > div {
  opacity: 1;
}
main .inner .sec#sec6 .insec .photoset.show > div:nth-child(1), main .inner .sec#sec6 .insec .photoset.show > div:nth-child(2) {
  transform: translateX(0px);
}
main .inner .sec#sec6 .insec .photoset > div {
  width: calc(50% - 10px);
  opacity: 0;
}
main .inner .sec#sec6 .insec .photoset > div:nth-child(1) {
  transition: all 0.6s ease-out 0s;
  transform: translateX(-50px);
}
main .inner .sec#sec6 .insec .photoset > div:nth-child(2) {
  transition: all 0.6s ease-out 0.2s;
  transform: translateX(50px);
}
main .inner .sec#sec7 .insec .photo:first-child {
  margin-bottom: 20px;
}
main .inner .sec#sec7 .insec .photos {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}
main .inner .sec#sec7 .insec .photos.show > div:nth-child(1), main .inner .sec#sec7 .insec .photos.show > div:nth-child(2) {
  transform: translateX(0px);
}
main .inner .sec#sec7 .insec .photos > div:nth-child(1) {
  transform: translateX(-50px);
}
main .inner .sec#sec7 .insec .photos > div:nth-child(2) {
  margin: -100px 0 0 auto;
  transform: translateX(50px);
}
main .inner .sec#sec7 .insec .text {
  width: 704px;
  height: 127px;
  background-image: url(../images/text7.png);
}
main .inner .sec#sec7 .insec .text:not(:last-child) {
  margin-bottom: 60px;
}
main .inner .sec#sec8 {
  margin-bottom: 60px;
}
main .inner .sec#sec8 .insec .photo:nth-child(2) {
  margin: 0 auto 40px 0;
}
main .inner .sec#sec8 .insec .text {
  width: 763px;
  height: 177px;
  background-image: url(../images/text8.png);
}
main .inner .sec#sec8 .insec .text:not(:last-child) {
  margin-right: auto;
}
main .inner .sec#sec9 .insec .photo:nth-child(2) {
  margin-left: auto;
}
main .inner .sec#sec10 {
  margin-bottom: 150px;
}
main .inner .sec#sec10 .insec .combo {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
}
main .inner .sec#sec10 .insec .combo > div:nth-child(1) {
  width: 616px;
}
main .inner .sec#sec10 .insec .combo > div.text {
  width: 262px;
  height: 114px;
  background-image: url(../images/text10.png);
  position: absolute;
  right: 20px;
  bottom: 40px;
  z-index: 1;
}
main .inner .sec#sec10 .insec .photo:nth-child(2) {
  margin-left: auto;
}
main .inner .sec .insec {
  width: calc(100% - 40px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner .sec .insec .photo {
  width: 100%;
  position: relative;
  transition: all 0.4s ease-in 0s;
  opacity: 0;
}
main .inner .sec .insec .photo:not(:last-child) {
  margin-bottom: 100px;
}
main .inner .sec .insec .photo.show {
  opacity: 1;
}
main .inner .sec .insec .photo.w70 {
  width: 616px;
}
main .inner .sec .insec .photo.w80 {
  width: 704px;
}
main .inner .sec .insec .photo.with-c {
  position: relative;
  cursor: pointer;
}
main .inner .sec .insec .photo.with-c img {
  transition: all 0.25s ease-in 0s;
}
main .inner .sec .insec .photo.with-c:hover img {
  opacity: 0.85;
}
main .inner .sec .insec .photo.with-c.on .btn {
  transform: rotate(135deg);
}
main .inner .sec .insec .photo.with-c.on .btn span {
  background-color: #FFF;
}
main .inner .sec .insec .photo.with-c.on .wc {
  opacity: 1;
  pointer-events: auto;
}
main .inner .sec .insec .photo.with-c .btn {
  width: 38px;
  height: 38px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  transition: all 0.25s ease-in 0s;
}
main .inner .sec .insec .photo.with-c .btn.right {
  right: 30px;
  left: auto;
}
main .inner .sec .insec .photo.with-c .btn span {
  background-color: #000;
  display: block;
  position: absolute;
  transition: all 0.25s ease-in 0s;
}
main .inner .sec .insec .photo.with-c .btn span:nth-child(1) {
  width: 100%;
  height: 2px;
  top: calc(50% - 1px);
  left: 0px;
}
main .inner .sec .insec .photo.with-c .btn span:nth-child(2) {
  width: 2px;
  height: 100%;
  top: 0px;
  left: calc(50% - 1px);
}
main .inner .sec .insec .photo.with-c .wc {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  transition: all 0.25s ease-in 0s;
  opacity: 0;
  pointer-events: none;
}
main .inner .sec .insec .photo.with-c .wc .credits {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .inner .sec .insec .photo video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
main .inner .sec .insec .photos {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
main .inner .sec .insec .photos.show > div {
  opacity: 1;
}
main .inner .sec .insec .photos.show > div:nth-child(1), main .inner .sec .insec .photos.show > div:nth-child(2) {
  transform: translateX(0px);
}
main .inner .sec .insec .photos > div {
  width: 616px;
  position: relative;
  opacity: 0;
}
main .inner .sec .insec .photos > div:nth-child(1) {
  transition: all 0.6s ease-out 0s;
  transform: translateX(50px);
}
main .inner .sec .insec .photos > div:nth-child(2) {
  margin: -100px auto 0 0;
  transition: all 0.6s ease-out 0.2s;
  transform: translateX(-50px);
}
main .inner .sec .insec .text {
  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.4s ease-in 0.1s;
  opacity: 0;
}
main .inner .sec .insec .text.show {
  opacity: 1;
}
main .inner footer {
  text-align: left;
  width: 880px;
  padding: 40px 0 120px 0;
  border-top: solid 1px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
main .inner footer .pgtop a {
  color: #000;
  font-family: "ambroise-firmin-std", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: underline;
  white-space: nowrap;
  transition: all 0.25s ease-in 0s;
}
main .inner footer .pgtop a:hover {
  color: #666666;
}
main .inner footer .infoot {
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .inner footer .infoot ul {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .inner footer .infoot ul li:not(:last-child) {
  margin-bottom: 5px;
}
main .inner footer .infoot ul li a, main .inner footer .infoot ul li span {
  color: #000;
  font-family: "ambroise-firmin-std", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: all 0.25s ease-in 0s;
}
main .inner footer .infoot ul li a:hover, main .inner footer .infoot ul li span:hover {
  color: #666666;
}
main .inner footer .infoot p {
  color: #000;
  font-family: "ambroise-firmin-std", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}

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

  #loader .logo {
    width: 125px;
    height: 32px;
    left: calc(50% - 63px);
    top: calc(50% - 16px);
  }

  .loaded main {
    opacity: 1;
  }

  header {
    position: fixed;
    top: 10px;
    right: 10px;
    left: auto;
  }
  header .inner nav ul {
    width: auto;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  header .inner nav ul li {
    width: auto;
    pointer-events: auto;
  }
  header .inner nav ul li:not(:last-child) {
    margin: 0px;
  }
  header .inner nav ul li:not(:first-child) {
    margin-left: 5px;
  }
  header .inner nav ul li:nth-child(2) {
    width: 1px;
  }
  header .inner nav ul li:hover {
    opacity: 1;
  }
  header .inner nav ul li a {
    color: #000;
    font-family: "ambroise-firmin-std", serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    writing-mode: horizontal-tb;
  }
  header .inner nav ul li span {
    width: 100%;
    height: 100%;
    margin: 0px;
  }

  #visual {
    width: 100%;
  }
  #visual:not(:last-child) {
    margin-bottom: 80px;
  }
  #visual .inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
  }
  #visual .inner h1 {
    width: 40%;
    position: relative;
    transform: translateX(10px);
  }
  #visual .inner h1 span {
    width: 100%;
    height: 76vw;
    background-image: url(../images/title.png);
    background-repeat: no-repeat;
    background-position: cemter;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  #visual .inner .photo {
    width: 52.82%;
  }

  .credits {
    width: calc(100% - 20px);
  }
  .credits > div {
    width: 100%;
  }
  .credits > div:not(:last-child) {
    margin-bottom: 10px;
  }
  .credits > div.item-d-none dl dt {
    width: auto;
  }
  .credits > div.item-d-none dl dd {
    width: auto;
    display: none;
  }
  .credits > div.item-d-none dl dd:hover {
    opacity: 1;
  }
  .credits > div.item-d-none dl dd a {
    display: none;
  }
  .credits > div.item-d-none dl dd a.line {
    padding: 0 5px;
    display: flex;
  }
  .credits > div.item-d-none dl dd a.notice {
    text-align: left;
    text-decoration: underline;
    background-color: transparent;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div.item-d-none dl dd span {
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8rem;
    letter-spacing: 0em;
    white-space: nowrap;
  }
  .credits > div dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .credits > div dl dt {
    width: calc(100% - 50px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div dl dt::before {
    content: "-";
    color: #FFF;
    font-family: "garamond-premier-pro", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
    margin: 0 5px;
    display: inline-block;
    order: 2;
  }
  .credits > div dl dt strong:nth-child(1) {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    order: 1;
  }
  .credits > div dl dt strong:nth-child(1) span:nth-child(1) {
    color: #FFF;
    font-family: "garamond-premier-pro", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0.02em;
  }
  .credits > div dl dt strong:nth-child(1) span:nth-child(2) {
    color: #FFF;
    font-family: "garamond-premier-pro", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0.02em;
    margin-left: 5px;
  }
  .credits > div dl dt strong:nth-child(1) span:nth-child(2)::after {
    content: none;
  }
  .credits > div dl dt strong:nth-child(2) {
    order: 3;
    color: #FFF;
    font-family: "garamond-premier-pro", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
    display: inline-block;
  }
  .credits > div dl dd {
    width: 50px;
    border: solid 1px #FFF;
    transition: all 0.25s ease-in 0s;
  }
  .credits > div dl dd:hover a {
    color: #000;
    background-color: #FFF;
  }
  .credits > div dl dd a {
    color: #FFF;
    font-family: "garamond-premier-pro", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    width: 100%;
    height: 16px;
    padding-top: 2px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  .credits > div dl dd span {
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    white-space: nowrap;
  }

  main .inner .sec {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
  }
  main .inner .sec:not(:last-child) {
    margin-bottom: 80px;
  }
  main .inner .sec#sec1 .insec .photo:nth-child(1) {
    margin-right: auto;
  }
  main .inner .sec#sec1 .insec .photo:nth-child(2) {
    margin-bottom: 10px;
  }
  main .inner .sec#sec1 .insec .text {
    width: 92.162%;
    height: calc((100vw - 20px) * 0.92162 * 0.26686);
    margin-right: auto;
    transform: translateX(10px);
    background-image: url(../images/text1_sp.png);
  }
  main .inner .sec#sec1 .insec .text:not(:last-child) {
    margin-bottom: 50px;
  }
  main .inner .sec#sec2 .insec .photo:nth-child(2) {
    margin: 0 0 40px auto;
  }
  main .inner .sec#sec2 .insec .text {
    width: 94.46%;
    height: calc((100vw - 20px) * 0.9446 * 0.6495);
    margin-right: auto;
    transform: translateX(10px);
    background-image: url(../images/text2_sp.png);
  }
  main .inner .sec#sec2 .insec .text:not(:last-child) {
    margin-bottom: 40px;
  }
  main .inner .sec#sec3 {
    margin-bottom: 35px;
  }
  main .inner .sec#sec3 .insec .photo:nth-child(2) {
    margin: 0 auto 50px 0;
  }
  main .inner .sec#sec3 .insec .text {
    width: 92.567%;
    height: calc((100vw - 20px) * 0.92567 * 0.40146);
    margin-right: auto;
    transform: translateX(10px);
    background-image: url(../images/text3_sp.png);
  }
  main .inner .sec#sec3 .insec .text:not(:last-child) {
    margin-bottom: 35px;
  }
  main .inner .sec#sec4 {
    margin-bottom: 50px;
  }
  main .inner .sec#sec4 .insec .photo:last-child {
    margin-left: auto;
  }
  main .inner .sec#sec4 .insec .photos {
    margin-bottom: 20px;
  }
  main .inner .sec#sec4 .insec .text {
    width: 93.783%;
    height: calc((100vw - 20px) * 0.93783 * 0.258);
    margin-right: auto;
    transform: translateX(10px);
    background-image: url(../images/text4_sp.png);
  }
  main .inner .sec#sec4 .insec .text:not(:last-child) {
    margin-bottom: 35px;
  }
  main .inner .sec#sec5 .insec .photo:first-child {
    margin-bottom: 40px;
  }
  main .inner .sec#sec5 .insec .photo:nth-child(3) {
    margin-right: auto;
  }
  main .inner .sec#sec5 .insec .photo:nth-child(4) {
    margin-left: auto;
  }
  main .inner .sec#sec5 .insec .text {
    width: 87.3%;
    height: calc((100vw - 20px) * 0.873 * 0.1114);
    margin-right: auto;
    transform: translateX(10px);
    background-image: url(../images/text5_sp.png);
  }
  main .inner .sec#sec5 .insec .text:not(:last-child) {
    margin-bottom: 35px;
  }
  main .inner .sec#sec6 .insec .photo:first-child {
    margin-bottom: 20px;
  }
  main .inner .sec#sec6 .insec .photoset > div {
    width: calc(50% - 5px);
  }
  main .inner .sec#sec7 .insec .photo:first-child {
    margin-bottom: 20px;
  }
  main .inner .sec#sec7 .insec .photos {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  main .inner .sec#sec7 .insec .photos > div:nth-child(2) {
    margin: -30px 0 0 auto;
  }
  main .inner .sec#sec7 .insec .text {
    width: 92.432%;
    height: calc((100vw - 20px) * 0.92432 * 0.1915);
    margin-right: auto;
    transform: translateX(10px);
    background-image: url(../images/text7_sp.png);
  }
  main .inner .sec#sec7 .insec .text:not(:last-child) {
    margin-bottom: 30px;
  }
  main .inner .sec#sec8 {
    margin-bottom: 30px;
  }
  main .inner .sec#sec8 .insec .photo:nth-child(2) {
    margin: 0 auto 20px 0;
  }
  main .inner .sec#sec8 .insec .text {
    width: 89.324%;
    height: calc((100vw - 20px) * 0.89324 * 0.345);
    margin-right: auto;
    background-image: url(../images/text8_sp.png);
  }
  main .inner .sec#sec9 .insec .photo:nth-child(2) {
    margin-left: auto;
  }
  main .inner .sec#sec10 {
    margin-bottom: 100px;
  }
  main .inner .sec#sec10 .insec .combo {
    margin-bottom: 50px;
  }
  main .inner .sec#sec10 .insec .combo > div:nth-child(1) {
    width: 70vw;
  }
  main .inner .sec#sec10 .insec .combo > div.text {
    width: 37.8%;
    height: calc((100vw - 20px) * 0.378 * 0.427);
    position: absolute;
    right: 10px;
    bottom: -30px;
    z-index: 1;
  }
  main .inner .sec#sec10 .insec .photo.w70 {
    width: 90vw;
  }
  main .inner .sec .insec {
    width: calc(100% - 20px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner .sec .insec .photo {
    width: 100vw;
    position: relative;
  }
  main .inner .sec .insec .photo:not(:last-child) {
    margin-bottom: 50px;
  }
  main .inner .sec .insec .photo.w70 {
    width: 70vw;
  }
  main .inner .sec .insec .photo.w80 {
    width: 80vw;
  }
  main .inner .sec .insec .photo.with-c {
    position: relative;
    cursor: pointer;
  }
  main .inner .sec .insec .photo.with-c img {
    transition: all 0.25s ease-in 0s;
  }
  main .inner .sec .insec .photo.with-c:hover img {
    opacity: 0.85;
  }
  main .inner .sec .insec .photo.with-c.on .btn {
    transform: rotate(135deg);
  }
  main .inner .sec .insec .photo.with-c.on .btn span {
    background-color: #FFF;
  }
  main .inner .sec .insec .photo.with-c.on .wc {
    opacity: 1;
    pointer-events: auto;
  }
  main .inner .sec .insec .photo.with-c .btn {
    width: 18px;
    height: 18px;
    bottom: 10px;
    right: 10px;
  }
  main .inner .sec .insec .photo.with-c .btn.right {
    right: 10px;
    left: auto;
  }
  main .inner .sec .insec .photo.with-c .wc {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    transition: all 0.25s ease-in 0s;
    opacity: 0;
    pointer-events: none;
  }
  main .inner .sec .insec .photo.with-c .wc .credits {
    width: calc(100% - 20px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec .insec .photos > div {
    width: 70vw;
  }
  main .inner .sec .insec .photos > div:nth-child(2) {
    margin: -30px auto 0 0;
  }
  main .inner footer {
    width: 100%;
    padding: 20px 10px 60px 10px;
    box-sizing: border-box;
  }
  main .inner footer .pgtop {
    position: relative;
  }
  main .inner footer .pgtop a {
    color: #000;
    font-family: "ambroise-firmin-std", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    text-decoration: underline;
    white-space: nowrap;
    transition: all 0.25s ease-in 0s;
  }
  main .inner footer .pgtop a:hover {
    color: #666666;
  }
  main .inner footer .infoot {
    width: 50%;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner footer .infoot ul {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner footer .infoot ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  main .inner footer .infoot ul li a, main .inner footer .infoot ul li span {
    color: #000;
    font-family: "ambroise-firmin-std", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    transition: all 0.25s ease-in 0s;
  }
  main .inner footer .infoot ul li a:hover, main .inner footer .infoot ul li span:hover {
    color: #666666;
  }
  main .inner footer .infoot p {
    color: #000;
    font-family: "ambroise-firmin-std", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
  }
}

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