@charset "UTF-8";
/* CSS Document */
::-moz-selection {
  background: rgba(223, 0, 128, 0.6); /* Safari */
  color: white;
}
::selection {
  background: rgba(223, 0, 128, 0.6); /* Safari */
  color: white;
}

::-moz-selection {
  background: rgba(223, 0, 128, 0.6); /* Firefox */
  color: white;
}

html, body {
  height: 100%;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #231815;
}
a:hover {
  text-decoration: underline;
}

li {
  list-style-type: none;
}

dl, dt, dd, ul, li, figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, p {
  padding: 0;
  margin: 0;
  font-size: 1em;
}

._pc {
  display: block;
}
@media all and (max-width: 1100px) {
  ._pc {
    display: none;
  }
}

._sp {
  display: none;
}
@media all and (max-width: 1100px) {
  ._sp {
    display: block;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #231815;
  width: 100%;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  font-weight: bold;
}

.main {
  width: 100svw;
  height: 100svh;
}
.main__cover {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  cursor: pointer;
}
._endroll-active .main__cover {
  display: none;
}

.first {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: url(../vol6/A_0291.jpg) center top/cover;
  color: black;
  letter-spacing: 0.05em;
  width: 100%;
  height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10vw;
  text-align: center;
  -webkit-transition: 1s;
  transition: 1s;
}
.first #first3 {
  position: absolute;
  bottom: 15vh;
  left: 7.5vw;
}
@media all and (max-width: 1100px) {
  .first #first3 {
    top: auto;
    right: auto;
    left: 4.75vw;
    bottom: 29svh;
  }
}
.first #first4 {
  position: absolute;
  bottom: 11.5vh;
  left: 17.5vw;
}
@media all and (max-width: 1100px) {
  .first #first4 {
    top: auto;
    left: 25.5vw;
    right: auto;
    bottom: 25.5svh;
  }
}
.first__subtitle {
  font-size: 18px;
}
@media all and (max-width: 1100px) {
  .first__subtitle {
    font-size: 14px;
  }
}
.first__maintitle {
  font-size: 2.5rem;
}
@media all and (max-width: 1100px) {
  .first__maintitle {
    font-size: 3.25rem;
    font-size: 2.25rem;
    font-size: 2rem;
  }
}
.first__credit h2 {
  text-transform: uppercase;
  font-size: 45px;
  font-size: 36px;
  font-size: 20px;
}
@media all and (max-width: 1100px) {
  .first__credit h2 {
    font-size: 24px;
    font-size: 14px;
  }
}
.first._past {
  opacity: 0;
  visibility: hidden;
}

.guidance {
  font-size: 75%;
  position: absolute;
  bottom: 3vh;
  padding: 6px 20px;
  letter-spacing: 0.05em;
  border-radius: 100px;
  text-transform: uppercase;
  left: 0;
  color: white;
  background: #2c548a;
  color: white;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
}
.guidance._on {
  opacity: 1;
  -webkit-animation: tikatika 2.5s step-end infinite;
          animation: tikatika 2.5s step-end infinite;
}
@-webkit-keyframes tikatika {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tikatika {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
._inactive .guidance._on {
  display: none;
}

.endroll {
  padding: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: white !important;
  color: black !important;
  font-size: 95%;
}
.endroll__title1 {
  font-size: 0.8rem;
}
.endroll__title2 {
  margin-top: 7px;
  font-size: 0.8rem;
}
.endroll__title3 {
  font-size: 3.25rem;
  font-size: 2.5rem;
  margin-top: 30px;
}
@media all and (min-width: 1100px) {
  .endroll__title3 {
    font-size: 4rem;
    font-size: 2.325rem;
    margin-top: 25px;
  }
}
.endroll__credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 1100px) {
  .endroll__credit {
    font-size: 140%;
  }
}
.endroll__credit._credit1 {
  margin-top: 20px;
}
@media all and (min-width: 1100px) {
  .endroll__credit._credit1 {
    margin-top: 30px;
  }
}
.endroll__credit dt {
  font-size: 0.8rem;
  margin-top: 17px;
}
@media all and (min-width: 1100px) {
  .endroll__credit dt {
    margin-top: 20px;
  }
}
.endroll__credit dd {
  margin-top: 5px;
}
.endroll__credit dd a:hover {
  text-decoration: none;
  opacity: 0.5;
}
@media all and (min-width: 1100px) {
  .endroll__credit dd {
    margin-top: 7px;
  }
}
.endroll__wrapper {
  position: absolute;
  top: 47.5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.endroll__footer {
  position: absolute;
  left: 50%;
  bottom: 1em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.endroll__control {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* opacity: 0; */
  /* &._on {
      opacity: 1;
  } */
}
.endroll__control li + li {
  margin-left: 10px;
}
.endroll__control li a, .endroll__control li b {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  font-size: 80%;
  text-transform: uppercase;
  white-space: nowrap;
  color: inherit;
  cursor: pointer;
}
.endroll__control li a:hover, .endroll__control li b:hover {
  text-decoration: none;
  opacity: 0.5;
}
.endroll__control span {
  font-size: 110%;
  margin-right: 0.25em;
}
.endroll__control .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 200, "opsz" 24;
}
.endroll__copyright {
  font-size: 0.7rem;
  margin-top: 10px;
  /* opacity: 0; */
  /* &._on {
      opacity: 1;
  } */
}

.chapter {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 100svh;
  background: white;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.chapter._inactive {
  pointer-events: none;
  opacity: 0;
}
.chapter._intermission {
  z-index: 99;
  -webkit-transition: 3s;
  transition: 3s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.chapter.endroll {
  cursor: default;
}
.chapter__message_jp {
  font-family: "dnp-shuei-mincho-pr6", serif;
  font-weight: 400;
  font-size: 80%;
  line-height: 190%;
  position: absolute;
  right: 5vw;
  bottom: 10svh;
}
@media all and (max-width: 1100px) {
  .chapter__message_jp {
    font-size: 75%;
    bottom: 12svh;
  }
}
.chapter__message_text {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  text-align: left;
  display: table;
}
._active .chapter__message_text {
  opacity: 1;
}
.chapter__message_text:nth-child(1) {
  -webkit-transform: translateX(-3em);
          transform: translateX(-3em);
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}
@media all and (max-width: 1100px) {
  .chapter__message_text:nth-child(1) {
    -webkit-transform: translateX(-2em);
            transform: translateX(-2em);
  }
}
.chapter__message_text:nth-child(2) {
  -webkit-transition-delay: 6s;
          transition-delay: 6s;
}
.chapter__message_text:nth-child(3) {
  -webkit-transform: translateX(-1.5em);
          transform: translateX(-1.5em);
  -webkit-transition-delay: 8s;
          transition-delay: 8s;
}
@media all and (max-width: 1100px) {
  .chapter__message_text:nth-child(3) {
    -webkit-transform: translateX(-1em);
            transform: translateX(-1em);
  }
}
.chapter #opening1 {
  position: absolute;
  bottom: 45svh;
  left: 7.5vw;
}
.chapter #opening2 {
  position: absolute;
  bottom: 42svh;
  left: 11.5vw;
}
.chapter #opening3 {
  position: absolute;
  top: 50svh;
  left: calc(50% - 4em);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.chapter #opening4 {
  position: absolute;
  top: 53svh;
  left: calc(50% + 5em);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.chapter #opening5 {
  -webkit-transition: 0;
  transition: 0;
  position: absolute;
  bottom: 25svh;
  right: 7.5vw;
}
.chapter #opening6 {
  -webkit-transition: 0;
  transition: 0;
  position: absolute;
  bottom: 22svh;
  right: 5vw;
}
.chapter #opening7 {
  -webkit-transition: 0;
  transition: 0;
  position: absolute;
  left: 7.5vw;
  bottom: 80svh;
}
.chapter #opening8 {
  -webkit-transition: 0;
  transition: 0;
  position: absolute;
  left: 12.5vw;
  bottom: 77svh;
}
.chapter__trigger {
  font-size: 90%;
  position: absolute;
  bottom: 3svh;
  text-align: center;
  left: 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #C5D1BC;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (max-width: 1100px) {
  .chapter {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media all and (max-width: 1100px) {
  .chapter__header {
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 47.5svh;
  }
}
.chapter__header_main {
  font-size: 16px;
  letter-spacing: 0.03em;
}
@media all and (max-width: 1100px) {
  .chapter__header_main {
    font-size: 14px;
    margin-top: 5px;
    padding-left: 5vw;
  }
}
.chapter__header_sub {
  font-size: 16px;
  padding-left: 3px;
  will-change: contents;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media all and (max-width: 1100px) {
  .chapter__header_sub {
    padding-left: 2px;
    font-size: 14px;
  }
}
.chapter__footer {
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 15px;
  font-size: 14px;
}
.chapter__footer p {
  letter-spacing: 0.1em;
}
.chapter__footer p._small {
  font-size: 90%;
}
.chapter__footer p + p {
  margin-top: 10px;
}
.chapter._past {
  color: #B4CCF1;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.chapter__cover {
  position: fixed;
  z-index: 10;
  height: 100svh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0.25;
  -webkit-transition: 1s;
  transition: 1s;
}
.chapter__cover._on {
  opacity: 1;
}
.chapter .typewriter-space {
  display: inline-block;
  width: 0.35em; /* 好みに応じて調整可 */
  height: 1em; /* 揃えるとバウンスしにくい */
}

.card {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100svw;
  height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 1.25s;
  transition: 1.25s;
}
._chapter2 .card {
  -webkit-transition: 2s;
  transition: 2s;
}
.card__figure {
  max-width: 60%;
}
@media all and (max-width: 1100px) {
  .card__figure {
    max-width: 90vw;
  }
}
.card__figure img {
  width: auto;
  max-height: 90vh;
}
._chapter2 .card__figure {
  max-width: none;
}
._chapter2 .card__figure img {
  height: 100vh;
}
@media all and (max-width: 1100px) {
  ._chapter2 .card__figure img {
    height: auto;
    max-width: 95vw;
  }
}
.card._past {
  opacity: 0;
}
.card._active {
  z-index: 60;
}
.card._inactive {
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}

.chaptercontrol {
  position: fixed;
  z-index: 110;
  bottom: 3svh;
  right: 2.5svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.chaptercontrol .back__button, .chaptercontrol .next__button {
  cursor: pointer;
  opacity: 0.5;
  padding: 5px;
  margin-left: 0.05em;
}
.chaptercontrol .back__button span, .chaptercontrol .next__button span {
  font-size: 22px;
  font-weight: 600;
}
@media all and (min-width: 1100px) {
  .chaptercontrol .back__button, .chaptercontrol .next__button {
    margin-left: 0em;
  }
  .chaptercontrol .back__button span, .chaptercontrol .next__button span {
    font-size: 24px;
  }
  .chaptercontrol .back__button:hover, .chaptercontrol .next__button:hover {
    opacity: 1;
  }
}
._endroll-active .chaptercontrol {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  opacity: 0;
  visibility: hidden;
}

.reset__button {
  position: fixed;
  z-index: 110;
  top: 10vh;
  left: 0;
}
/*# sourceMappingURL=vol6.css.map */