@charset "UTF-8";
@import url("https://use.typekit.net/aoj6oom.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: "cormorant-infant", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-image: url(../images/bg_grey.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active, a.active {
  color: #5B5B5B;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
img.sp {
  display: none;
}

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: 143px;
  height: 55px;
  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;
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  display: block;
}

header {
  width: 100%;
  padding: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 5;
  box-sizing: border-box;
}
header.white h2 span {
  color: #FFF;
}
header.white h2 span:nth-child(2) {
  border-left: solid 1px #FFF;
}
header.white ul::before {
  background-color: #FFF;
}
header.white ul li a {
  color: #FFF;
}
header h2 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
}
header h2 span {
  color: #000;
  font-family: "cormorant-infant", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
  transition: all 0.2s ease-in 0s;
}
header h2 span:nth-child(2) {
  padding-left: 8px;
  border-left: solid 1px #000;
  transition: all 0.2s ease-in 0s;
}
header ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 8px;
}
header ul::before {
  content: "";
  width: 1px;
  background-color: #000;
  display: block;
  order: 2;
  transition: all 0.2s ease-in 0s;
}
header ul li:nth-child(1) {
  order: 1;
}
header ul li:nth-child(2) {
  order: 3;
}
header ul li a {
  color: #000;
  font-family: "cormorant-infant", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.2s ease-in 0s;
}

footer {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 30px;
  left: 0px;
  z-index: 10;
}
footer.white .inner .btns .btn::before {
  background-image: url(../images/arrow_white.png);
}
footer.white .inner .btns .btn span {
  color: #FFF;
}
footer.white .inner p {
  color: #FFF;
}
footer .inner {
  width: calc(100% - 196px);
  max-width: 1280px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
footer .inner .btns {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0px;
  position: absolute;
  right: 0px;
  order: 2;
}
footer .inner .btns .btn {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0 2px;
  cursor: pointer;
  transition: all 0.2s ease-in 0s;
}
footer .inner .btns .btn.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
footer .inner .btns .btn.prev::before {
  transform: rotate(180deg);
}
footer .inner .btns .btn:hover {
  opacity: 0.7;
}
footer .inner .btns .btn::before {
  content: "";
  width: 64px;
  height: 6px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  display: block;
  order: 2;
  transition: all 0.2s ease-in 0s;
}
footer .inner .btns .btn span {
  color: #000;
  font-family: "cormorant-infant", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.2s ease-in 0s;
}
footer .inner .btns .btn span:nth-child(1) {
  order: 1;
}
footer .inner .btns .btn span:nth-child(2) {
  order: 3;
}
footer .inner p {
  color: #000;
  font-family: "cormorant-infant", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.2s ease-in 0s;
}

main {
  width: 100%;
  overflow: hidden;
}
main .count {
  width: 80px;
  right: 30px;
  bottom: 30px;
  position: absolute;
  z-index: 999;
  display: inline-block;
  opacity: 0;
}
main .credits {
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 1;
  transition: all 0.5s ease-in 0s;
}
main .credits.on {
  opacity: 1;
}
main .credits.wh > div dl dt span {
  color: #FFF;
}
main .credits.wh > div dl dd span {
  color: #FFF;
}
main .credits.wh > div dl dd a {
  color: #FFF;
}
main .credits.wh > div dl dd a + span {
  color: #FFF;
}
main .credits > div {
  width: 100%;
}
main .credits > div:not(:last-child) {
  margin-bottom: 0px;
}
main .credits > div.item-d-none dl dd a {
  display: none;
}
main .credits > div.item-d-none dl dd a + span {
  color: #000;
  font-family: "cormorant-infant", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  display: inline-block;
}
main .credits > div dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .credits > div dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .credits > div dl dt span {
  color: #000;
  font-family: "cormorant-infant", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
main .credits > div dl dd {
  color: #000;
  font-family: "cormorant-infant", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .credits > div dl dd:not(:first-child) {
  margin-left: 5px;
}
main .credits > div dl dd span {
  color: #000;
  font-family: "cormorant-infant", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
main .credits > div dl dd span:not(:first-child) {
  margin-left: 5px;
}
main .credits > div dl dd a {
  color: #000;
  font-family: "cormorant-infant", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  text-decoration: underline;
  transition: all 0.1s ease-in;
}
main .credits > div dl dd a:not(:first-child) {
  margin-left: 5px;
}
main .credits > div dl dd a:hover {
  color: #5B5B5B;
}
main .credits > div dl dd a + span {
  color: #000;
  font-family: "cormorant-infant", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  display: none;
}
main .contents {
  width: 100%;
}
main .contents .swiper-wrapper {
  width: 100%;
  transition-timing-function: linear;
}
main .contents .swiper-wrapper .swiper-slide {
  width: 100%;
}
main .contents .hero {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main .contents .hero.on .visual .lead {
  opacity: 1;
}
main .contents .hero.on .visual .heroslide {
  opacity: 1;
}
main .contents .hero .visual {
  width: calc(100% - 196px);
  max-width: 1280px;
  position: relative;
}
main .contents .hero .visual .lead {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main .contents .hero .visual .lead p {
  color: #FFF;
  font-family: "cormorant-garamond", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main .contents .hero .visual .heroslide {
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .contents .page {
  width: 100%;
}
main .contents .page.pg1 {
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main .contents .page.pg1.on .inpage .ph {
  opacity: 1;
}
main .contents .page.pg1.on .inpage .combo {
  opacity: 1;
}
main .contents .page.pg1 .inpage {
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .contents .page.pg1 .inpage .ph {
  width: 50%;
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .contents .page.pg1 .inpage .combo {
  width: 40%;
  position: relative;
  transform: translateX(50px);
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main .contents .page.pg1 .inpage .combo .ph {
  width: 100%;
  max-width: 512px;
  margin-bottom: 10px;
  transform: translateY(0px);
}
main .contents .page.pg1 .inpage .combo .credits {
  width: auto;
  position: absolute;
  bottom: 0px;
  left: -284px;
}
main .contents .page.pg2.on .inpage {
  opacity: 1;
}
main .contents .page.pg2 .inpage {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .contents .page.pg2 .inpage .ph {
  width: 60%;
  max-width: 768px;
}
main .contents .page.pg3.on .inpage .wrap .text {
  opacity: 1;
}
main .contents .page.pg3.on .inpage .wrap .set {
  opacity: 1;
}
main .contents .page.pg3.on .inpage .wrap .set::before {
  clip-path: inset(0 0 0 0);
}
main .contents .page.pg3 .inpage {
  width: 100%;
  height: 100vh;
  padding: 0 0 0 50px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #1F3E1B;
}
main .contents .page.pg3 .inpage .wrap {
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main .contents .page.pg3 .inpage .wrap .text {
  text-align: left;
  width: 55%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .contents .page.pg3 .inpage .wrap .text h4 {
  width: 148px;
  height: 25px;
  background-image: url(../images/pg3_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;
  margin-bottom: 40px;
}
main .contents .page.pg3 .inpage .wrap .text .en:not(:last-child) {
  margin-bottom: 20px;
}
main .contents .page.pg3 .inpage .wrap .text .en p {
  color: #FFF;
  font-family: "cormorant-garamond", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}
main .contents .page.pg3 .inpage .wrap .text .en p:not(:last-child) {
  margin-bottom: 0px;
}
main .contents .page.pg3 .inpage .wrap .text .jp:not(:last-child) {
  margin-bottom: 32px;
}
main .contents .page.pg3 .inpage .wrap .text .jp p {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}
main .contents .page.pg3 .inpage .wrap .text .jp p:not(:last-child) {
  margin-bottom: 0px;
}
main .contents .page.pg3 .inpage .wrap .text .ph {
  width: 70%;
}
main .contents .page.pg3 .inpage .wrap .set {
  width: 24.4%;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main .contents .page.pg3 .inpage .wrap .set::before {
  content: "";
  width: 266px;
  height: 92px;
  background-image: url(../images/pg3_sighn.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  left: -100px;
  bottom: 0px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.35s ease-in 0.75s;
}
main .contents .page.pg3 .inpage .wrap .set .ph {
  width: 100%;
}
main .contents .page.pg3 .inpage .wrap .set .ph:not(:last-child) {
  margin-bottom: 10px;
}
main .contents .page.pg4.on .inpage .wrap .set {
  opacity: 1;
}
main .contents .page.pg4.on .inpage .wrap .photo {
  opacity: 1;
}
main .contents .page.pg4 .inpage {
  width: 100%;
  height: 100vh;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #1F3E1B;
}
main .contents .page.pg4 .inpage .wrap {
  width: calc(100% - 200px);
  max-width: 1280px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .contents .page.pg4 .inpage .wrap .set {
  width: 40%;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .contents .page.pg4 .inpage .wrap .set .ph {
  width: 100%;
}
main .contents .page.pg4 .inpage .wrap .set .ph:not(:last-child) {
  margin-bottom: 10px;
}
main .contents .page.pg4 .inpage .wrap .photo {
  width: 30%;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main .contents .page.pg5.on .inpage .wrap .set:nth-child(1) {
  opacity: 1;
}
main .contents .page.pg5.on .inpage .wrap .set:nth-child(2) .ph:nth-child(1) {
  opacity: 1;
}
main .contents .page.pg5.on .inpage .wrap .set:nth-child(2) .ph:nth-child(2) {
  opacity: 1;
}
main .contents .page.pg5.on .inpage .wrap .set:nth-child(2) .credits {
  opacity: 1;
}
main .contents .page.pg5 .inpage {
  width: 100%;
  height: 100vh;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main .contents .page.pg5 .inpage .wrap {
  width: 100%;
  max-width: 1280px;
  padding: 0 20px 0 100px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .contents .page.pg5 .inpage .wrap .set:nth-child(1) {
  width: 40%;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .contents .page.pg5 .inpage .wrap .set:nth-child(1) .ph {
  width: 100%;
}
main .contents .page.pg5 .inpage .wrap .set:nth-child(1) .ph:not(:last-child) {
  margin-bottom: 10px;
}
main .contents .page.pg5 .inpage .wrap .set:nth-child(2) {
  width: 39%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
main .contents .page.pg5 .inpage .wrap .set:nth-child(2) .ph:nth-child(1) {
  width: 100%;
  position: relative;
  transform: translateX(-30px);
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main .contents .page.pg5 .inpage .wrap .set:nth-child(2) .ph:nth-child(1):not(:last-child) {
  margin-bottom: 24px;
}
main .contents .page.pg5 .inpage .wrap .set:nth-child(2) .ph:nth-child(2) {
  width: 54.25%;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.75s;
}
main .contents .page.pg5 .inpage .wrap .set:nth-child(2) .ph:nth-child(2):not(:last-child) {
  margin-bottom: 10px;
}
main .contents .page.pg5 .inpage .wrap .set:nth-child(2) .credits {
  width: 54.25%;
  opacity: 0;
  transition: opacity 0.5s ease-in 1s;
}
main .contents .page.pg6.on .inpage .wrap .set:nth-child(1) {
  opacity: 1;
}
main .contents .page.pg6.on .inpage .wrap .set:nth-child(2) {
  opacity: 1;
}
main .contents .page.pg6 .inpage {
  width: 100%;
  height: 100vh;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main .contents .page.pg6 .inpage .wrap {
  width: calc(100% - 100px);
  max-width: 1280px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .contents .page.pg6 .inpage .wrap .set {
  width: 35%;
  max-width: 448px;
}
main .contents .page.pg6 .inpage .wrap .set:nth-child(1) {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .contents .page.pg6 .inpage .wrap .set:nth-child(1) h4 {
  color: #000;
  font-family: "cormorant-garamond", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main .contents .page.pg6 .inpage .wrap .set:nth-child(1) .en:not(:last-child) {
  margin-bottom: 20px;
}
main .contents .page.pg6 .inpage .wrap .set:nth-child(1) .en p {
  color: #000;
  font-family: "cormorant-garamond", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}
main .contents .page.pg6 .inpage .wrap .set:nth-child(1) .en p:not(:last-child) {
  margin-bottom: 8px;
}
main .contents .page.pg6 .inpage .wrap .set:nth-child(1) .jp:not(:last-child) {
  margin-bottom: 32px;
}
main .contents .page.pg6 .inpage .wrap .set:nth-child(1) .jp p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}
main .contents .page.pg6 .inpage .wrap .set:nth-child(1) .jp p:not(:last-child) {
  margin-bottom: 8px;
}
main .contents .page.pg6 .inpage .wrap .set:nth-child(1) .ph {
  width: 65%;
  margin-bottom: 10px;
}
main .contents .page.pg6 .inpage .wrap .set:nth-child(2) {
  width: 55%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0 10px;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main .contents .page.pg6 .inpage .wrap .set:nth-child(2) .ph {
  width: 100%;
}
main .contents .page.pg6 .inpage .wrap .set:nth-child(2) .credits {
  width: auto;
  position: absolute;
  left: -340px;
  bottom: 0px;
}
main .contents .page.pg7.on .inpage .wrap .set:nth-child(1) {
  opacity: 1;
}
main .contents .page.pg7.on .inpage .wrap .set:nth-child(2) {
  opacity: 2;
}
main .contents .page.pg7 .inpage {
  width: 100%;
  height: 100vh;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main .contents .page.pg7 .inpage .wrap {
  width: calc(100% - 200px);
  max-width: 1280px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .contents .page.pg7 .inpage .wrap .set {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .contents .page.pg7 .inpage .wrap .set:nth-child(1) {
  width: 30%;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .contents .page.pg7 .inpage .wrap .set:nth-child(1) .ph {
  width: 100%;
  margin-bottom: 10px;
}
main .contents .page.pg7 .inpage .wrap .set:nth-child(2) {
  width: 40%;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main .contents .page.pg7 .inpage .wrap .set:nth-child(2) .ph {
  width: 100%;
}
main .contents .page.pg7 .inpage .wrap .set:nth-child(2) .ph:not(:last-child) {
  margin-bottom: 10px;
}
main .contents .page.pg8.on .inpage .wrap .set:nth-child(1) {
  opacity: 1;
}
main .contents .page.pg8.on .inpage .wrap .set:nth-child(2) {
  opacity: 1;
}
main .contents .page.pg8 .inpage {
  width: 100%;
  height: 100vh;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main .contents .page.pg8 .inpage .wrap {
  width: 100%;
  max-width: 1280px;
  padding: 0 0 0 50px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .contents .page.pg8 .inpage .wrap .set:nth-child(1) {
  text-align: left;
  width: 44%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .contents .page.pg8 .inpage .wrap .set:nth-child(1) h4 {
  color: #000;
  font-family: "cormorant-garamond", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  margin-bottom: 40px;
}
main .contents .page.pg8 .inpage .wrap .set:nth-child(1) .en {
  width: 100%;
}
main .contents .page.pg8 .inpage .wrap .set:nth-child(1) .en:not(:last-child) {
  margin-bottom: 20px;
}
main .contents .page.pg8 .inpage .wrap .set:nth-child(1) .en p {
  color: #000;
  font-family: "cormorant-garamond", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}
main .contents .page.pg8 .inpage .wrap .set:nth-child(1) .en p:not(:last-child) {
  margin-bottom: 8px;
}
main .contents .page.pg8 .inpage .wrap .set:nth-child(1) .jp {
  width: 100%;
}
main .contents .page.pg8 .inpage .wrap .set:nth-child(1) .jp:not(:last-child) {
  margin-bottom: 32px;
}
main .contents .page.pg8 .inpage .wrap .set:nth-child(1) .jp p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}
main .contents .page.pg8 .inpage .wrap .set:nth-child(1) .jp p:not(:last-child) {
  margin-bottom: 8px;
}
main .contents .page.pg8 .inpage .wrap .set:nth-child(1) .ph {
  width: 60%;
  margin-bottom: 10px;
  position: relative;
  transform: translateX(-50px);
}
main .contents .page.pg8 .inpage .wrap .set:nth-child(1) .credits {
  width: 60%;
  position: relative;
  transform: translateX(-50px);
}
main .contents .page.pg8 .inpage .wrap .set:nth-child(2) {
  width: 40%;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main .contents .page.pg8 .inpage .wrap .set:nth-child(2) .ph {
  width: 100%;
}
main .contents .page.pg8 .inpage .wrap .set:nth-child(2) .ph:not(:last-child) {
  margin-bottom: 10px;
}
main .contents .page.pg9 {
  background-color: #1F3E1B;
}
main .contents .page.pg9.on .inpage .wrap .set:nth-child(1) {
  opacity: 1;
}
main .contents .page.pg9.on .inpage .wrap .set:nth-child(2) {
  opacity: 1;
}
main .contents .page.pg9 .inpage {
  width: 100%;
  height: 100vh;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main .contents .page.pg9 .inpage .wrap {
  width: 100%;
  max-width: 1280px;
  padding: 0 0 0 50px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .contents .page.pg9 .inpage .wrap .set {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .contents .page.pg9 .inpage .wrap .set:nth-child(1) {
  width: 39%;
  padding: 50px 0 0 0;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .contents .page.pg9 .inpage .wrap .set:nth-child(1) .ph {
  width: 100%;
  margin-bottom: 10px;
}
main .contents .page.pg9 .inpage .wrap .set:nth-child(2) {
  width: 40%;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main .contents .page.pg9 .inpage .wrap .set:nth-child(2) .ph {
  width: 100%;
}
main .contents .page.pg9 .inpage .wrap .set:nth-child(2) .ph:not(:last-child) {
  margin-bottom: 10px;
}
main .contents .page.pg10.on .inpage .wrap .text {
  opacity: 1;
}
main .contents .page.pg10.on .inpage .wrap .set {
  opacity: 1;
}
main .contents .page.pg10 .inpage {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #1F3E1B;
}
main .contents .page.pg10 .inpage .wrap {
  width: 100%;
  max-width: 1280px;
  padding: 0 0 0 90px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main .contents .page.pg10 .inpage .wrap .text {
  text-align: left;
  width: 44%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .contents .page.pg10 .inpage .wrap .text h4 {
  color: #FFF;
  font-family: "cormorant-garamond", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  margin-bottom: 40px;
}
main .contents .page.pg10 .inpage .wrap .text .en {
  width: 100%;
}
main .contents .page.pg10 .inpage .wrap .text .en:not(:last-child) {
  margin-bottom: 20px;
}
main .contents .page.pg10 .inpage .wrap .text .en p {
  color: #FFF;
  font-family: "cormorant-garamond", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}
main .contents .page.pg10 .inpage .wrap .text .en p:not(:last-child) {
  margin-bottom: 8px;
}
main .contents .page.pg10 .inpage .wrap .text .jp {
  width: 100%;
}
main .contents .page.pg10 .inpage .wrap .text .jp:not(:last-child) {
  margin-bottom: 32px;
}
main .contents .page.pg10 .inpage .wrap .text .jp p {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}
main .contents .page.pg10 .inpage .wrap .text .jp p:not(:last-child) {
  margin-bottom: 8px;
}
main .contents .page.pg10 .inpage .wrap .text .ph {
  width: 60%;
  position: relative;
  transform: translateX(-50px);
}
main .contents .page.pg10 .inpage .wrap .text .ph:not(:last-child) {
  margin-bottom: 10px;
}
main .contents .page.pg10 .inpage .wrap .text .credits {
  width: 60%;
  position: relative;
  transform: translateX(-50px);
}
main .contents .page.pg10 .inpage .wrap .set {
  width: 40%;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main .contents .page.pg10 .inpage .wrap .set .ph {
  width: 100%;
}
main .contents .page.pg10 .inpage .wrap .set .ph:not(:last-child) {
  margin-bottom: 10px;
}
main .contents .page.pg11.on .inpage .wrap .set:nth-child(1) {
  opacity: 1;
}
main .contents .page.pg11.on .inpage .wrap .set:nth-child(2) {
  opacity: 1;
}
main .contents .page.pg11 .inpage {
  width: 100%;
  height: 100vh;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main .contents .page.pg11 .inpage .wrap {
  width: 100%;
  max-width: 1280px;
  padding: 0 50px 0 100px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main .contents .page.pg11 .inpage .wrap .set {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .contents .page.pg11 .inpage .wrap .set:nth-child(1) {
  width: 40%;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main .contents .page.pg11 .inpage .wrap .set:nth-child(1) .ph {
  width: 100%;
}
main .contents .page.pg11 .inpage .wrap .set:nth-child(1) .ph:not(:last-child) {
  margin-bottom: 10px;
}
main .contents .page.pg12.on .inpage {
  opacity: 1;
}
main .contents .page.pg12 .inpage {
  width: 100%;
  height: 100vh;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .contents .page.pg12 .inpage .set {
  text-align: left;
  width: 30%;
  max-width: 384px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .contents .page.pg12 .inpage .set .ph {
  width: 100%;
  margin-bottom: 10px;
}
main .contents .page.pg13.on .inpage .wrap .set:nth-child(1) {
  opacity: 1;
}
main .contents .page.pg13.on .inpage .wrap .set:nth-child(2) {
  opacity: 1;
}
main .contents .page.pg13 .inpage {
  width: 100%;
  height: 100vh;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main .contents .page.pg13 .inpage .wrap {
  width: 100%;
  max-width: 1280px;
  padding: 0 50px 0 100px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .contents .page.pg13 .inpage .wrap .set {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .contents .page.pg13 .inpage .wrap .set:nth-child(1) {
  width: 40%;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .contents .page.pg13 .inpage .wrap .set:nth-child(1) .ph {
  width: 100%;
  margin-bottom: 10px;
}
main .contents .page.pg13 .inpage .wrap .set:nth-child(2) {
  width: 39%;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main .contents .page.pg13 .inpage .wrap .set:nth-child(2) .ph {
  width: 100%;
}
main .contents .page.pg13 .inpage .wrap .set:nth-child(2) .ph:not(:last-child) {
  margin-bottom: 10px;
}
main .contents .page.pg14 {
  height: 100vh;
  background-color: #1F3E1B;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
main .contents .page.pg14.on .inpage {
  opacity: 1;
}
main .contents .page.pg14.on .inpage .tt {
  opacity: 1;
}
main .contents .page.pg14.on .inpage .wrap {
  opacity: 1;
}
main .contents .page.pg14 .inpage {
  width: calc(100% - 100px);
  max-width: 1280px;
  background-color: #FFF;
  padding: 50px 100px 50px 40px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 70px;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .contents .page.pg14 .inpage .tt {
  padding: 0 30px 0 0;
  border-right: solid 1px #000;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main .contents .page.pg14 .inpage .tt h4 {
  color: #000;
  font-family: "cormorant-garamond", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main .contents .page.pg14 .inpage .wrap {
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.8s;
}
main .contents .page.pg14 .inpage .wrap dl {
  width: 35%;
  margin: auto 0 0 0;
}
main .contents .page.pg14 .inpage .wrap dl dt {
  color: #000;
  font-family: "adobe-garamond-pro", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 16px;
}
main .contents .page.pg14 .inpage .wrap dl dd:nth-child(2) {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main .contents .page.pg14 .inpage .wrap dl dd:nth-child(3) {
  color: #000;
  font-family: "cormorant-garamond", serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
main .contents .page.pg14 .inpage .wrap .photo {
  width: 35%;
}
main .contents .page.pg15 {
  height: 100vh;
  background-color: #1F3E1B;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .contents .page.pg15.on .wrap .inpage .text {
  opacity: 1;
}
main .contents .page.pg15.on .wrap .inpage .photo {
  opacity: 1;
}
main .contents .page.pg15.on .wrap .staff {
  opacity: 1;
}
main .contents .page.pg15 .wrap {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main .contents .page.pg15 .wrap .inpage {
  width: 924px;
  background-color: #FFF;
  padding: 50px 45px 50px 100px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main .contents .page.pg15 .wrap .inpage .text {
  text-align: left;
  width: calc(50% - 110px);
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main .contents .page.pg15 .wrap .inpage .text .ph {
  display: none;
}
main .contents .page.pg15 .wrap .inpage .text h4 {
  color: #000;
  font-family: "cormorant-garamond", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 8px;
}
main .contents .page.pg15 .wrap .inpage .text h5 {
  color: #000;
  font-family: "cormorant-garamond", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
main .contents .page.pg15 .wrap .inpage .text dl dt {
  color: #000;
  font-family: "adobe-garamond-pro", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 16px;
}
main .contents .page.pg15 .wrap .inpage .text dl dd:nth-child(2):not(:last-child) {
  margin-bottom: 24px;
}
main .contents .page.pg15 .wrap .inpage .text dl dd:nth-child(2) p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
main .contents .page.pg15 .wrap .inpage .text dl dd:nth-child(2) p:not(:last-child) {
  margin-bottom: 8px;
}
main .contents .page.pg15 .wrap .inpage .text dl dd:nth-child(2) p span {
  font-size: 1rem;
}
main .contents .page.pg15 .wrap .inpage .text dl dd:nth-child(3) p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
main .contents .page.pg15 .wrap .inpage .text dl dd:nth-child(3) p.en {
  color: #000;
  font-family: "cormorant-garamond", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
main .contents .page.pg15 .wrap .inpage .text dl dd:nth-child(3) p:not(:last-child) {
  margin-bottom: 8px;
}
main .contents .page.pg15 .wrap .inpage .photo {
  width: 50%;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.8s;
}
main .contents .page.pg15 .wrap .staff {
  text-align: left;
  width: 356px;
  padding: 0 100px 0 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  opacity: 0;
  transition: opacity 0.5s ease-in 1.5s;
}
main .contents .page.pg15 .wrap .staff h4 {
  width: 137px;
  margin-bottom: 32px;
}
main .contents .page.pg15 .wrap .staff p {
  color: #FFF;
  font-family: "cormorant-garamond", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: right;
}
main .contents .page.pg15 .wrap .staff .cp {
  display: none;
}

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

  img.pc {
    display: none;
  }
  img.sp {
    display: block;
  }

  #loader .inner h2 {
    width: 100px;
    height: 31px;
  }

  header {
    width: 100%;
    padding: 14px 20px 0 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
  }
  header.white h2 span {
    color: #FFF;
  }
  header.white h2 span:nth-child(2) {
    border-left: solid 1px #FFF;
  }
  header.white ul::before {
    background-color: #FFF;
  }
  header.white ul li a {
    color: #FFF;
  }
  header h2 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2px 0;
  }
  header h2 span {
    color: #000;
    font-family: "cormorant-infant", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
    transition: all 0.2s ease-in 0s;
  }
  header h2 span:nth-child(2) {
    font-size: 1.2rem;
    padding-left: 0px;
    border-left: none;
    transition: all 0.2s ease-in 0s;
  }
  header ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0 8px;
  }
  header ul::before {
    content: "";
    width: 1px;
    background-color: #000;
    display: block;
    order: 2;
    transition: all 0.2s ease-in 0s;
  }
  header ul li:nth-child(1) {
    order: 1;
  }
  header ul li:nth-child(2) {
    order: 3;
  }
  header ul li a {
    color: #000;
    font-family: "cormorant-infant", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.2s ease-in 0s;
  }

  footer {
    display: none;
  }

  main {
    width: 100%;
    overflow: hidden;
  }
  main .credits {
    text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 1;
    transition: all 0.5s ease-in 0s;
  }
  main .credits.on {
    opacity: 1;
  }
  main .credits.wh > div dl dt span {
    color: #FFF;
  }
  main .credits.wh > div dl dd span {
    color: #FFF;
  }
  main .credits.wh > div dl dd a {
    color: #FFF;
  }
  main .credits.wh > div dl dd a + span {
    color: #FFF;
  }
  main .credits > div {
    width: 100%;
  }
  main .credits > div:not(:last-child) {
    margin-bottom: 0px;
  }
  main .credits > div.item-d-none dl dd a {
    display: none;
  }
  main .credits > div.item-d-none dl dd a + span {
    color: #000;
    font-family: "cormorant-infant", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    display: inline-block;
  }
  main .credits > div dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .credits > div dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .credits > div dl dt span {
    color: #000;
    font-family: "cormorant-infant", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main .credits > div dl dd {
    color: #000;
    font-family: "cormorant-infant", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .credits > div dl dd:not(:first-child) {
    margin-left: 5px;
  }
  main .credits > div dl dd span {
    color: #000;
    font-family: "cormorant-infant", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main .credits > div dl dd span:not(:first-child) {
    margin-left: 5px;
  }
  main .credits > div dl dd a {
    color: #000;
    font-family: "cormorant-infant", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    text-decoration: underline;
    transition: all 0.1s ease-in;
  }
  main .credits > div dl dd a:not(:first-child) {
    margin-left: 5px;
  }
  main .credits > div dl dd a:hover {
    color: #5B5B5B;
  }
  main .credits > div dl dd a + span {
    color: #000;
    font-family: "cormorant-infant", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    display: none;
  }
  main .contents {
    width: 100%;
    padding: 50px 0 0 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .contents .swiper-wrapper {
    width: 100%;
    transition-timing-function: linear;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .contents .swiper-wrapper .swiper-slide {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .contents .hero {
    width: calc(100% - 40px);
    height: auto;
    display: block;
  }
  main .contents .hero .visual {
    width: 100%;
  }
  main .contents .hero .visual .lead p {
    color: #FFF;
    font-family: "cormorant-garamond", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .contents .hero .visual .heroslide {
    width: 100%;
  }
  main .contents .page {
    width: 100%;
  }
  main .contents .page.pg1 {
    padding: 88px 0 72px 0;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .contents .page.pg1 .inpage {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px 0;
  }
  main .contents .page.pg1 .inpage .ph {
    width: calc(100% - 60px);
    position: relative;
    transform: none;
  }
  main .contents .page.pg1 .inpage .combo {
    width: calc(100% - 117px);
    max-width: calc(100% - 117px);
    margin-left: auto;
    transform: none;
  }
  main .contents .page.pg1 .inpage .combo .ph {
    width: 100%;
    margin-bottom: 10px;
    transform: translateY(0px);
  }
  main .contents .page.pg1 .inpage .combo .credits {
    position: relative;
    bottom: auto;
    left: auto;
  }
  main .contents .page.pg2 {
    padding: 0 0 50px 0;
  }
  main .contents .page.pg2 .inpage {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main .contents .page.pg2 .inpage .ph {
    width: calc(100% - 78px);
    max-width: calc(100% - 78px);
  }
  main .contents .page.pg3 .inpage {
    width: 100%;
    height: auto;
    padding: 50px 0 120px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: coumn;
    justify-content: flex-start;
    align-items: center;
  }
  main .contents .page.pg3 .inpage .wrap {
    width: 100%;
    max-width: 1074px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 58px 0;
  }
  main .contents .page.pg3 .inpage .wrap .text {
    text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .contents .page.pg3 .inpage .wrap .text h4 {
    width: calc(100% - 80px);
    height: 25px;
    background-position: left top;
    margin-bottom: 30px;
    position: relative;
  }
  main .contents .page.pg3 .inpage .wrap .text .en {
    width: calc(100% - 80px);
  }
  main .contents .page.pg3 .inpage .wrap .text .en:not(:last-child) {
    margin-bottom: 30px;
  }
  main .contents .page.pg3 .inpage .wrap .text .en p {
    color: #FFF;
    font-family: "cormorant-garamond", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main .contents .page.pg3 .inpage .wrap .text .en p:not(:last-child) {
    margin-bottom: 0px;
  }
  main .contents .page.pg3 .inpage .wrap .text .jp {
    width: calc(100% - 80px);
  }
  main .contents .page.pg3 .inpage .wrap .text .jp:not(:last-child) {
    margin-bottom: 40px;
  }
  main .contents .page.pg3 .inpage .wrap .text .jp p {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main .contents .page.pg3 .inpage .wrap .text .jp p:not(:last-child) {
    margin-bottom: 0px;
  }
  main .contents .page.pg3 .inpage .wrap .text .ph {
    width: calc(100% - 40px);
  }
  main .contents .page.pg3 .inpage .wrap .set {
    width: calc(100% - 100px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  main .contents .page.pg3 .inpage .wrap .set::before {
    content: none;
  }
  main .contents .page.pg3 .inpage .wrap .set .ph {
    width: calc(100% - 56px);
  }
  main .contents .page.pg3 .inpage .wrap .set .ph:not(:last-child) {
    margin-bottom: 10px;
  }
  main .contents .page.pg4.on::before {
    clip-path: inset(0 0 0 0);
  }
  main .contents .page.pg4::before {
    content: "";
    width: 266px;
    height: 92px;
    background-image: url(../images/pg3_sighn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: -70px;
    right: 0px;
    z-index: 1;
    transform: rotate(-10deg);
    clip-path: inset(0 100% 0 0);
    transition: all 0.25s ease-in 0.5s;
  }
  main .contents .page.pg4 .inpage {
    height: auto;
    padding: 0 0 50px 0;
    display: block;
  }
  main .contents .page.pg4 .inpage .wrap {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 60px 0;
  }
  main .contents .page.pg4 .inpage .wrap .set {
    width: calc(100% - 40px);
  }
  main .contents .page.pg4 .inpage .wrap .set .ph {
    width: 100%;
  }
  main .contents .page.pg4 .inpage .wrap .set .ph:not(:last-child) {
    margin-bottom: 10px;
  }
  main .contents .page.pg4 .inpage .wrap .photo {
    width: calc(100% - 40px);
    padding: 0 30px 0 80px;
  }
  main .contents .page.pg5 .inpage {
    width: 100%;
    height: auto;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .contents .page.pg5 .inpage .wrap {
    width: calc(100% - 40px);
    padding: 50px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 50px 0;
  }
  main .contents .page.pg5 .inpage .wrap .set:nth-child(1) {
    width: 100%;
  }
  main .contents .page.pg5 .inpage .wrap .set:nth-child(1) .ph {
    width: 100%;
  }
  main .contents .page.pg5 .inpage .wrap .set:nth-child(1) .ph:not(:last-child) {
    margin-bottom: 10px;
  }
  main .contents .page.pg5 .inpage .wrap .set:nth-child(2) {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .contents .page.pg5 .inpage .wrap .set:nth-child(2) .ph:nth-child(1) {
    width: calc(100% - 78px);
    position: relative;
    transform: none;
  }
  main .contents .page.pg5 .inpage .wrap .set:nth-child(2) .ph:nth-child(1):not(:last-child) {
    margin-bottom: 40px;
  }
  main .contents .page.pg5 .inpage .wrap .set:nth-child(2) .ph:nth-child(2) {
    width: 54.25%;
  }
  main .contents .page.pg5 .inpage .wrap .set:nth-child(2) .ph:nth-child(2):not(:last-child) {
    margin: 0 auto 10px 0;
  }
  main .contents .page.pg5 .inpage .wrap .set:nth-child(2) .credits {
    width: 100%;
  }
  main .contents .page.pg6 .inpage {
    width: 100%;
    height: auto;
    padding: 50px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main .contents .page.pg6 .inpage .wrap {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 60px 0;
  }
  main .contents .page.pg6 .inpage .wrap .set {
    width: 100%;
  }
  main .contents .page.pg6 .inpage .wrap .set:nth-child(1) {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .contents .page.pg6 .inpage .wrap .set:nth-child(1) h4 {
    color: #000;
    font-family: "cormorant-garamond", serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  main .contents .page.pg6 .inpage .wrap .set:nth-child(1) .en {
    padding: 0 20px;
  }
  main .contents .page.pg6 .inpage .wrap .set:nth-child(1) .en:not(:last-child) {
    margin-bottom: 30px;
  }
  main .contents .page.pg6 .inpage .wrap .set:nth-child(1) .en p {
    color: #000;
    font-family: "cormorant-garamond", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main .contents .page.pg6 .inpage .wrap .set:nth-child(1) .en p:not(:last-child) {
    margin-bottom: 8px;
  }
  main .contents .page.pg6 .inpage .wrap .set:nth-child(1) .jp {
    padding: 0 20px;
  }
  main .contents .page.pg6 .inpage .wrap .set:nth-child(1) .jp:not(:last-child) {
    margin-bottom: 30px;
  }
  main .contents .page.pg6 .inpage .wrap .set:nth-child(1) .jp p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main .contents .page.pg6 .inpage .wrap .set:nth-child(1) .jp p:not(:last-child) {
    margin-bottom: 8px;
  }
  main .contents .page.pg6 .inpage .wrap .set:nth-child(1) .ph {
    width: 100%;
    margin-bottom: 10px;
  }
  main .contents .page.pg6 .inpage .wrap .set:nth-child(2) {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .contents .page.pg6 .inpage .wrap .set:nth-child(2) .ph {
    width: 100%;
  }
  main .contents .page.pg6 .inpage .wrap .set:nth-child(2) .ph:not(:last-child) {
    margin-bottom: 10px;
  }
  main .contents .page.pg6 .inpage .wrap .set:nth-child(2) .credits {
    position: relative;
    bottom: auto;
    left: auto;
  }
  main .contents .page.pg7 .inpage {
    width: 100%;
    height: auto;
    padding: 50px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .contents .page.pg7 .inpage .wrap {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 50px 0;
  }
  main .contents .page.pg7 .inpage .wrap .set {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .contents .page.pg7 .inpage .wrap .set:nth-child(1) {
    width: 66.85%;
    max-width: 66.85%;
  }
  main .contents .page.pg7 .inpage .wrap .set:nth-child(1) .ph {
    width: 100%;
    margin-bottom: 10px;
  }
  main .contents .page.pg7 .inpage .wrap .set:nth-child(2) {
    width: 100%;
    max-width: 100%;
  }
  main .contents .page.pg7 .inpage .wrap .set:nth-child(2) .ph {
    width: 100%;
  }
  main .contents .page.pg7 .inpage .wrap .set:nth-child(2) .ph:not(:last-child) {
    margin-bottom: 10px;
  }
  main .contents .page.pg8 .inpage {
    width: 100%;
    height: auto;
    padding: 50px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .contents .page.pg8 .inpage .wrap {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 60px 0;
  }
  main .contents .page.pg8 .inpage .wrap .set:nth-child(1) {
    text-align: left;
    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 .contents .page.pg8 .inpage .wrap .set:nth-child(1) h4 {
    color: #000;
    font-family: "cormorant-garamond", serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 30px;
    box-sizing: border-box;
  }
  main .contents .page.pg8 .inpage .wrap .set:nth-child(1) .en {
    width: 100%;
    padding: 0 20px;
  }
  main .contents .page.pg8 .inpage .wrap .set:nth-child(1) .en:not(:last-child) {
    margin-bottom: 30px;
  }
  main .contents .page.pg8 .inpage .wrap .set:nth-child(1) .en p {
    color: #000;
    font-family: "cormorant-garamond", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main .contents .page.pg8 .inpage .wrap .set:nth-child(1) .en p:not(:last-child) {
    margin-bottom: 8px;
  }
  main .contents .page.pg8 .inpage .wrap .set:nth-child(1) .jp {
    width: 100%;
    padding: 0 20px;
  }
  main .contents .page.pg8 .inpage .wrap .set:nth-child(1) .jp:not(:last-child) {
    margin-bottom: 30px;
  }
  main .contents .page.pg8 .inpage .wrap .set:nth-child(1) .jp p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main .contents .page.pg8 .inpage .wrap .set:nth-child(1) .jp p:not(:last-child) {
    margin-bottom: 8px;
  }
  main .contents .page.pg8 .inpage .wrap .set:nth-child(1) .ph {
    width: 100%;
    margin-bottom: 10px;
    transform: none;
  }
  main .contents .page.pg8 .inpage .wrap .set:nth-child(1) .credits {
    width: 100%;
    position: relative;
    transform: none;
  }
  main .contents .page.pg8 .inpage .wrap .set:nth-child(2) {
    width: calc(100% - 80px);
    max-width: calc(100% - 80px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  main .contents .page.pg8 .inpage .wrap .set:nth-child(2) .ph {
    width: calc(100% - 76px);
  }
  main .contents .page.pg8 .inpage .wrap .set:nth-child(2) .ph:not(:last-child) {
    margin-bottom: 10px;
  }
  main .contents .page.pg8 .inpage .wrap .set:nth-child(2) .credits {
    width: calc(100% - 76px);
  }
  main .contents .page.pg9 .inpage {
    width: 100%;
    height: auto;
    padding: 50px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .contents .page.pg9 .inpage .wrap {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px 0;
  }
  main .contents .page.pg9 .inpage .wrap .set {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .contents .page.pg9 .inpage .wrap .set:nth-child(1) {
    width: calc(100% - 60px);
    max-width: calc(100% - 60px);
    padding: 0px;
  }
  main .contents .page.pg9 .inpage .wrap .set:nth-child(1) .ph {
    width: 100%;
    margin-bottom: 10px;
  }
  main .contents .page.pg9 .inpage .wrap .set:nth-child(1) .credits {
    padding: 0 0 0 20px;
  }
  main .contents .page.pg9 .inpage .wrap .set:nth-child(2) {
    width: calc(100% - 117px);
    max-width: calc(100% - 117px);
    margin-left: auto;
  }
  main .contents .page.pg9 .inpage .wrap .set:nth-child(2) .ph {
    width: 100%;
  }
  main .contents .page.pg9 .inpage .wrap .set:nth-child(2) .ph:not(:last-child) {
    margin-bottom: 10px;
  }
  main .contents .page.pg9 .inpage .wrap .set:nth-child(2) .credits > div dl {
    flex-direction: column;
  }
  main .contents .page.pg10 .inpage {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .contents .page.pg10 .inpage .wrap {
    width: 100%;
    max-width: 1024px;
    padding: 50px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 50px 0;
  }
  main .contents .page.pg10 .inpage .wrap .text {
    text-align: left;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .contents .page.pg10 .inpage .wrap .text h4 {
    color: #FFF;
    font-family: "cormorant-garamond", serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    width: calc(100% - 80px);
    margin-bottom: 30px;
  }
  main .contents .page.pg10 .inpage .wrap .text .en {
    width: calc(100% - 80px);
  }
  main .contents .page.pg10 .inpage .wrap .text .en:not(:last-child) {
    margin-bottom: 30px;
  }
  main .contents .page.pg10 .inpage .wrap .text .en p {
    color: #FFF;
    font-family: "cormorant-garamond", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main .contents .page.pg10 .inpage .wrap .text .en p:not(:last-child) {
    margin-bottom: 8px;
  }
  main .contents .page.pg10 .inpage .wrap .text .jp {
    width: calc(100% - 80px);
  }
  main .contents .page.pg10 .inpage .wrap .text .jp:not(:last-child) {
    margin-bottom: 30px;
  }
  main .contents .page.pg10 .inpage .wrap .text .jp p {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main .contents .page.pg10 .inpage .wrap .text .jp p:not(:last-child) {
    margin-bottom: 8px;
  }
  main .contents .page.pg10 .inpage .wrap .text .ph {
    width: calc(100% - 40px);
    transform: none;
  }
  main .contents .page.pg10 .inpage .wrap .text .ph:not(:last-child) {
    margin-bottom: 10px;
  }
  main .contents .page.pg10 .inpage .wrap .text .credits {
    width: calc(100% - 40px);
    transform: none;
  }
  main .contents .page.pg10 .inpage .wrap .set {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    position: relative;
  }
  main .contents .page.pg10 .inpage .wrap .set .ph {
    width: 100%;
  }
  main .contents .page.pg10 .inpage .wrap .set .ph:not(:last-child) {
    margin-bottom: 10px;
  }
  main .contents .page.pg11 .inpage {
    width: 100%;
    height: auto;
    padding: 50px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .contents .page.pg11 .inpage .wrap {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 50px 0;
  }
  main .contents .page.pg11 .inpage .wrap .set {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /*
    &:nth-child(1){
    	width: calc(100% - 60px);
    	max-width: calc(100% - 60px);	
    	margin: 0 auto 0 0;							
    	.ph{
    		width: 100%;
    		margin-bottom: 10px;
    	}
    	.credits{
    		padding: 0 0 0 20px;
    	}
    }*/
  }
  main .contents .page.pg11 .inpage .wrap .set:nth-child(1) {
    width: calc(100% - 120px);
    max-width: calc(100% - 120px);
    margin: 0 0 0 auto;
  }
  main .contents .page.pg11 .inpage .wrap .set:nth-child(1) .ph {
    width: 100%;
  }
  main .contents .page.pg11 .inpage .wrap .set:nth-child(1) .ph:not(:last-child) {
    margin-bottom: 10px;
  }
  main .contents .page.pg12 .inpage {
    width: 100%;
    height: auto;
    padding: 50px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .contents .page.pg12 .inpage .set {
    text-align: left;
    width: calc(100% - 154px);
    max-width: calc(100% - 154px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .contents .page.pg12 .inpage .set .ph {
    width: 100%;
    margin-bottom: 10px;
  }
  main .contents .page.pg13 .inpage {
    width: 100%;
    height: auto;
    padding: 50px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .contents .page.pg13 .inpage .wrap {
    width: 100%;
    max-width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px 0;
  }
  main .contents .page.pg13 .inpage .wrap .set {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .contents .page.pg13 .inpage .wrap .set:nth-child(1) {
    width: calc(100% - 115px);
    max-width: calc(100% - 115px);
  }
  main .contents .page.pg13 .inpage .wrap .set:nth-child(1) .ph {
    width: 100%;
    margin-bottom: 10px;
  }
  main .contents .page.pg13 .inpage .wrap .set:nth-child(1) .credits {
    padding: 0 0 0 20px;
  }
  main .contents .page.pg13 .inpage .wrap .set:nth-child(2) {
    width: calc(100% - 60px);
    max-width: calc(100% - 60px);
    margin-left: auto;
  }
  main .contents .page.pg13 .inpage .wrap .set:nth-child(2) .ph {
    width: 100%;
  }
  main .contents .page.pg13 .inpage .wrap .set:nth-child(2) .ph:not(:last-child) {
    margin-bottom: 10px;
  }
  main .contents .page.pg14 {
    width: 100%;
    height: auto;
    padding: 50px 0 0 0;
    background-color: #1F3E1B;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  main .contents .page.pg14 .inpage {
    width: calc(100% - 20px);
    padding: 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 0 30px;
  }
  main .contents .page.pg14 .inpage .tt {
    width: 30px;
    padding: 0 10px 0 0;
    border-right: solid 1px #000;
  }
  main .contents .page.pg14 .inpage .tt h4 {
    color: #000;
    font-family: "cormorant-garamond", serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    writing-mode: vertical-rl;
  }
  main .contents .page.pg14 .inpage .wrap {
    text-align: left;
    width: calc(100% - 60px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .contents .page.pg14 .inpage .wrap dl {
    width: calc(100% - 30px);
    margin: 0;
    order: 2;
  }
  main .contents .page.pg14 .inpage .wrap dl dt {
    color: #000;
    font-family: "adobe-garamond-pro", serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 16px;
  }
  main .contents .page.pg14 .inpage .wrap dl dd:nth-child(2) {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    margin-bottom: 30px;
  }
  main .contents .page.pg14 .inpage .wrap dl dd:nth-child(3) {
    color: #000;
    font-family: "cormorant-garamond", serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .contents .page.pg14 .inpage .wrap .photo {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    padding: 20px 0 30px 0;
    order: 1;
  }
  main .contents .page.pg15 {
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: -10px;
    position: relative;
  }
  main .contents .page.pg15 .wrap {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  main .contents .page.pg15 .wrap .inpage {
    width: calc(100% - 20px);
    padding: 0px 10px 10px 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 0 30px;
    margin-bottom: 150px;
  }
  main .contents .page.pg15 .wrap .inpage::before {
    content: "";
    width: 30px;
    border-right: solid 1px #000;
    display: block;
    box-sizing: border-box;
  }
  main .contents .page.pg15 .wrap .inpage .text {
    text-align: left;
    width: calc(100% - 60px);
    max-width: 327px;
    padding: 60px 30px 0 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .contents .page.pg15 .wrap .inpage .text .ph {
    width: 100%;
    margin-bottom: 30px;
    display: block;
  }
  main .contents .page.pg15 .wrap .inpage .text h4 {
    color: #000;
    font-family: "cormorant-garamond", serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 8px;
  }
  main .contents .page.pg15 .wrap .inpage .text h5 {
    color: #000;
    font-family: "cormorant-garamond", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 30px;
  }
  main .contents .page.pg15 .wrap .inpage .text dl {
    padding-bottom: 10px;
  }
  main .contents .page.pg15 .wrap .inpage .text dl dt {
    color: #000;
    font-family: "adobe-garamond-pro", serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 16px;
  }
  main .contents .page.pg15 .wrap .inpage .text dl dd:nth-child(2):not(:last-child) {
    margin-bottom: 24px;
  }
  main .contents .page.pg15 .wrap .inpage .text dl dd:nth-child(2) p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main .contents .page.pg15 .wrap .inpage .text dl dd:nth-child(2) p:not(:last-child) {
    margin-bottom: 8px;
  }
  main .contents .page.pg15 .wrap .inpage .text dl dd:nth-child(2) p span {
    font-size: 1rem;
  }
  main .contents .page.pg15 .wrap .inpage .text dl dd:nth-child(3) p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main .contents .page.pg15 .wrap .inpage .text dl dd:nth-child(3) p.en {
    color: #000;
    font-family: "cormorant-garamond", serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main .contents .page.pg15 .wrap .inpage .text dl dd:nth-child(3) p:not(:last-child) {
    margin-bottom: 8px;
  }
  main .contents .page.pg15 .wrap .inpage .photo {
    display: none;
  }
  main .contents .page.pg15 .wrap .staff {
    text-align: center;
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .contents .page.pg15 .wrap .staff h4 {
    width: 118px;
    margin-bottom: 32px;
  }
  main .contents .page.pg15 .wrap .staff p {
    color: #FFF;
    font-family: "cormorant-garamond", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 60px;
  }
  main .contents .page.pg15 .wrap .staff .cp {
    display: block;
  }
  main .contents .page.pg15 .wrap .staff .cp p {
    color: #FFF;
    font-family: "cormorant-infant", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
  }
}

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