/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/assets/stylesheets/app.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

:root {
  font-family: "Shippori Mincho", 游明朝, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 62.5%;
  --space: min(4.6875vw, 60px);
  --space-right: var(--space);
  --space-left: var(--space);
  scroll-behavior: smooth;
  scroll-padding-top: 3rem;
}
@media screen and (max-width: 759.98px ) {
  :root {
    --space: min(5.1282vw, 20px);
    --space-right: calc(var(--space) * 1.75);
  }
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 1.4rem;
  color: #000;
  line-height: 1.6;
}

html {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 62.5%;
  letter-spacing: 0.0625em;
  font-feature-settings: "palt" 1;
  min-height: 100%;
  position: relative;
}

body {
  height: 100%;
}

body {
  font-size: 1.4rem;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  line-height: inherit;
  font-size: inherit;
  font-weight: normal;
}

p, li, dd, dt, th, td, button, figcaption,
a, input, textarea, select {
  line-height: inherit;
  font-size: inherit;
}

li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  outline: none;
  display: block;
  padding: 0;
  color: inherit;
  border-radius: 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  text-align: initial;
}

input {
  display: block;
  line-height: 1;
  border: none;
}
input[type=submit] {
  padding: 0;
  background: none;
}
input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

textarea {
  display: block;
  border: none;
}

select {
  outline: none;
  border-radius: 0;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

svg {
  display: block;
}
svg:not(:root) {
  overflow: visible;
}

/*
 * header
*/
.navi {
  display: flex;
  writing-mode: vertical-rl;
  text-orientation: sideways-right;
  text-orientation: sideways;
  position: fixed;
  top: 20px;
  right: 14px;
  font-size: 18px;
  gap: min(5.555vh, 60px);
  z-index: 200;
}
@media screen and (max-width: 759.98px ) {
  .navi {
    font-size: 14px;
  }
}

.navi li a {
  display: block;
  background: #fff;
}
.navi li a:hover {
  background: #000;
  color: #fff;
}

.sideTitle {
  position: absolute;
  left: 14px;
  top: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
@media screen and (max-width: 759.98px ) {
  .sideTitle {
    gap: 20px;
    left: 10px;
    top: 14px;
  }
  .sideTitle img {
    width: 16px;
  }
}
.sideTitle .line1 {
  height: 70px;
  width: 2.5px;
  border-radius: 1em;
  background: currentColor;
  margin-right: 2px;
}
@media screen and (max-width: 759.98px ) {
  .sideTitle .line1 {
    width: 2px;
  }
}
.sideTitle .line2 {
  flex: 1;
  width: 2.5px;
  border-radius: 1em;
  background: currentColor;
  margin-right: 2px;
}
@media screen and (max-width: 759.98px ) {
  .sideTitle .line2 {
    width: 2px;
  }
}

.scrollNavigate {
  writing-mode: vertical-rl;
  text-orientation: sideways-right;
  text-orientation: sideways;
  position: fixed;
  top: 0;
  right: 20px;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  font-family: "Zen Antique", Shippori Mincho, 游明朝, YuMincho, Yu Mincho, Hiragino Mincho ProN, Hiragino Mincho Pro, HGS明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
  z-index: 100;
  transition: filter 0.4s ease-out, opacity 0.4s ease-out, visibility 0.4s ease-out;
}
.scrollNavigate.is-hidden {
  opacity: 0;
  visibility: hidden;
  filter: blur(2px);
}
.scrollNavigate i {
  display: block;
  margin-top: auto;
  margin-bottom: 70px;
  position: relative;
}
.scrollNavigate i::after {
  content: "";
  height: 100px;
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  background: currentColor;
}

.footer {
  margin-top: min(25.9375%, 332px);
}

.footer_inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 60px;
  box-sizing: content-box;
}

.footer_credit {
  display: flex;
}
@media screen and (max-width: 759.98px ) {
  .footer_credit {
    flex-direction: column;
    gap: 20px;
  }
}

.credit_label {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 759.98px ) {
  .credit_label {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.credit_label div {
  writing-mode: vertical-rl;
  text-orientation: sideways-right;
  text-orientation: sideways;
  color: #fff;
  background: #000;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 500px;
}
@media screen and (max-width: 759.98px ) {
  .credit_label div {
    font-size: 1.3rem;
  }
}

.credit_label dt {
  display: inline;
}

.credit_label dd {
  display: inline;
  margin: 0;
}
.credit_label dd span {
  display: inline-block;
}
.credit_label dd span:not(:last-child)::after {
  content: "/";
  margin-inline: 0.5em;
}

.credit_label dd::before {
  content: ":";
  display: inline-block;
  margin-inline: 0.5em;
}

.credit_logo {
  margin-left: auto;
  align-self: flex-end;
}
@media screen and (max-width: 759.98px ) {
  .credit_logo {
    width: 100%;
  }
}

.credit_logo li {
  margin-top: 30px;
  padding: 6px 10px;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 759.98px ) {
  .credit_logo li {
    margin-inline: auto;
  }
}

.credit_logo li img {
  vertical-align: bottom;
}

.footer_copyright {
  text-align: center;
  margin-top: min(216px, 20.37735%);
  margin-bottom: 34px;
  margin-inline: auto;
  font-size: 10px;
  background: #fff;
  width: -moz-max-content;
  width: max-content;
}

/*
 * visual
*/
.visual {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  background: #ccc;
  filter: contrast(1);
  transition: filter 0.2s ease-out;
}
.visual.is-shadow {
  filter: contrast(0.7);
}
.visual .visual-logo1 {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 759.98px ) {
  .visual .visual-logo1 {
    top: auto;
    bottom: 0;
    left: 0;
    transform: translateX(0);
  }
}
.visual .visual-logo1 img {
  width: 100%;
}
.visual .visual-logo2 {
  position: absolute;
  z-index: 1;
  bottom: -5%;
  left: 50%;
  width: 100%;
  height: 78%;
  max-width: 1300px;
  transform: translateX(-50%);
}
@media screen and (max-width: 759.98px ) {
  .visual .visual-logo2 {
    top: auto;
    bottom: 0;
    right: 0;
    left: auto;
    width: 70%;
    height: 100%;
    transform: translateX(0);
  }
}
.visual .visual-logo2 img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.visual .visual-logo2 canvas {
  width: 100%;
  height: 100%;
}
.visual .visual-canvas {
  width: 100%;
  height: 100%;
}
.visual .visual-canvas img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.visual .visual-canvas canvas {
  width: 100%;
  height: 100%;
}

/*
 * about
*/
.about {
  max-width: 1280px;
  margin: 0 auto;
  margin-top: min(100vh + 25.9375%, 100vh + 332px);
  padding-inline: min(4.6875vw, 60px) min(4.6875vw, 60px);
  padding-inline: var(--space-right) var(--space-left);
}

.about_inner {
  position: relative;
  padding-bottom: min(11.5254237288%, 136px);
  container: about/inline-size;
}

.aboutText p {
  line-height: 2;
  position: relative;
  font-size: clamp(1.6rem, 1.72413cqw, 2rem);
  text-align: justify;
}
.aboutText p > span {
  background: #fff;
  padding: 0.3em 0;
}

.aboutText .first {
  margin-left: 44.82758%;
  padding-top: 2em;
}
@media screen and (max-width: 759.98px ) {
  .aboutText .first {
    margin-left: 0;
  }
}
.aboutText .first h2 {
  font-family: "Zen Antique", Shippori Mincho, 游明朝, YuMincho, Yu Mincho, Hiragino Mincho ProN, Hiragino Mincho Pro, HGS明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
  position: relative;
  width: 99.21875%;
  float: left;
  font-size: 20px;
  margin: -0.5em 1em 0 -78.75%;
  container: about-heading/inline-size;
}
@media screen and (max-width: 759.98px ) {
  .aboutText .first h2 {
    margin: 0;
    width: 100%;
    margin: 0 auto;
    aspect-ratio: 1/0.3685;
    float: none;
    max-width: 420px;
  }
  .aboutText .first h2::before {
    content: "";
    display: block;
    padding-top: 15.625%;
  }
}
.aboutText .first h2 span {
  background: #fff;
  position: absolute;
  line-height: 1;
  letter-spacing: -0.1em;
  font-feature-settings: "palt";
  font-size: 12.5984cqw;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 0.1em;
}
.aboutText .first h2 span:first-child {
  top: 0;
  right: 7.88643%;
  z-index: 4;
}
.aboutText .first h2 span:nth-child(2) {
  top: 1.35em;
  left: 5.82677%;
  z-index: 2;
}
.aboutText .first h2 span:nth-child(2) {
  top: 1.35em;
  left: 5.82677%;
  z-index: 2;
}
.aboutText .first h2 span:nth-child(3) {
  top: 0.6em;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  z-index: 3;
}
.aboutText .first h2 span:nth-child(4) {
  left: 24%;
  top: 2em;
  z-index: 1;
}
.aboutText .first img {
  margin: 0 1em 0 -78.75%;
  width: 99.21875%;
  float: left;
  shape-outside: url(../40d4ae04859f1952fbdd.svg);
  height: auto;
  shape-margin: 5px;
  visibility: hidden;
}
@media screen and (max-width: 759.98px ) {
  .aboutText .first img {
    display: none;
  }
}
.aboutText .first i::before {
  content: "";
  display: block;
  padding-top: 15.625%;
}

.aboutText > p:nth-child(2) {
  margin: 5.17241% 6.89655% 0 37.931%;
}
@media screen and (max-width: 759.98px ) {
  .aboutText > p:nth-child(2) {
    margin: 2em 0 0;
  }
}

.aboutText > p:nth-child(3) {
  margin: 5.17241% calc(min(4.6875vw, 60px) * -1) 0 50%;
  margin: 5.17241% calc(var(--space-right) * -1) 0 50%;
}
@media screen and (max-width: 759.98px ) {
  .aboutText > p:nth-child(3) {
    margin: 2em 0 0;
  }
}

.aboutBizarre {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 759.98px ) {
  .aboutBizarre {
    position: relative;
    margin: 5em auto 0 0;
    width: -moz-max-content;
    width: max-content;
  }
}

.aboutBizarre_text {
  height: 375px;
  width: 14.4em;
  margin: 0;
}

.aboutBizarre_header {
  position: absolute;
  bottom: 100%;
  right: 0;
}
@media screen and (max-width: 759.98px ) {
  .aboutBizarre_header {
    bottom: 0;
    top: 0;
    left: calc(100% + 10px);
  }
}

.aboutBizarre_ja {
  position: absolute;
  left: calc(100% + 10px);
  top: 100%;
  height: -moz-max-content;
  height: max-content;
  margin: 0;
  line-height: 1;
  font-family: "Zen Antique", Shippori Mincho, 游明朝, YuMincho, Yu Mincho, Hiragino Mincho ProN, Hiragino Mincho Pro, HGS明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
  font-size: 2rem;
  writing-mode: vertical-rl;
  text-orientation: sideways-right;
  text-orientation: sideways;
  color: #fff;
  background: #000;
}
@media screen and (max-width: 759.98px ) {
  .aboutBizarre_ja {
    bottom: auto;
    top: 0;
    right: auto;
    left: 0;
  }
}

.aboutBizarre_en {
  position: absolute;
  top: 0;
  font-size: 2rem;
  left: calc(100% + 5px);
  height: -moz-max-content;
  height: max-content;
  font-family: "Zen Antique", Shippori Mincho, 游明朝, YuMincho, Yu Mincho, Hiragino Mincho ProN, Hiragino Mincho Pro, HGS明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
  text-transform: uppercase;
  color: #fff;
  background: #000;
}

.aboutBizarre_text {
  writing-mode: vertical-rl;
  text-orientation: sideways-right;
  text-orientation: sideways;
}
.aboutBizarre_text span {
  color: #fff;
  background: #000;
  text-align: justify;
  padding: 0 0.2em;
}

/*
 * bookInfo
*/
.bookInfo {
  margin-top: min(25.9375%, 332px);
}

.bookInfo_releaseWrap {
  max-width: 1060px;
  margin: 0 auto;
  padding-inline: min(4.6875vw, 60px) min(4.6875vw, 60px);
  padding-inline: var(--space-right) var(--space-left);
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.bookInfo_release {
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 7rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 759.98px ) {
  .bookInfo_release {
    font-size: 7.5vw;
  }
}
.bookInfo_release > span {
  display: inline-flex;
  align-items: flex-end;
  padding: 0 0.25em 0.15em;
  background: #fff;
}
.bookInfo_release i {
  font-size: 8rem;
  font-family: "Zen Antique", Shippori Mincho, 游明朝, YuMincho, Yu Mincho, Hiragino Mincho ProN, Hiragino Mincho Pro, HGS明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
  font-style: normal;
}
@media screen and (max-width: 759.98px ) {
  .bookInfo_release i {
    font-size: 10vw;
  }
}

.bookInfo_inner {
  max-width: 1060px;
  margin: 80px auto 0;
  padding-inline: min(4.6875vw, 60px) min(4.6875vw, 60px);
  padding-inline: var(--space-right) var(--space-left);
  display: flex;
  box-sizing: content-box;
}
@media screen and (max-width: 759.98px ) {
  .bookInfo_inner {
    display: block;
  }
}

.bookInfo_titleEn {
  font-size: 8rem;
  letter-spacing: -0.1em;
  font-family: "Zen Antique", Shippori Mincho, 游明朝, YuMincho, Yu Mincho, Hiragino Mincho ProN, Hiragino Mincho Pro, HGS明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
  line-height: 1;
}
@media screen and (max-width: 759.98px ) {
  .bookInfo_titleEn {
    font-size: 6.4rem;
  }
}

.bookInfo_titleEn span {
  display: block;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 0.1em;
}

.bookInfo_titleJa {
  letter-spacing: -0.1em;
  font-family: "Zen Antique", Shippori Mincho, 游明朝, YuMincho, Yu Mincho, Hiragino Mincho ProN, Hiragino Mincho Pro, HGS明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
  line-height: 1;
  font-size: 4.4rem;
  margin-top: 10px;
  letter-spacing: normal;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.52rem;
}
.bookInfo_titleJa span {
  display: inline;
  padding-right: 0;
}
.bookInfo_titleJa span:not(:first-child) {
  margin-left: -0.2em;
}
.bookInfo_titleJa span:nth-child(2) {
  margin-left: -0.15em;
}
.bookInfo_titleJa span:nth-child(3) {
  margin-left: -0.23em;
}

.bookInfo_cover {
  width: 42.45283%;
}
@media screen and (max-width: 759.98px ) {
  .bookInfo_cover {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

.bookInfo_contents {
  flex: 1;
  margin-left: 8.125%;
  position: relative;
}
@media screen and (max-width: 759.98px ) {
  .bookInfo_contents {
    margin: 0;
    margin-top: 20px;
  }
}

.bookInfo_data {
  margin-top: 40px;
}

.bookInfo_data li {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  background: #fff;
}

.bookInfo_data li:first-child {
  margin-right: 27%;
}

.bookInfo_data li:last-child {
  margin-top: 0.5em;
  margin-right: 8.8%;
}
@media screen and (max-width: 759.98px ) {
  .bookInfo_data li:last-child {
    margin-right: 0;
  }
}

.bookInfo_description {
  margin-top: 12.5%;
  max-width: 313px;
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
  margin-right: 220px;
}
@media screen and (max-width: 1023.98px ) {
  .bookInfo_description {
    margin: 2em 0 0;
    max-width: none;
  }
}
.bookInfo_description span {
  padding: 0.3em 0;
  background: #fff;
}

.bookInfo_buy {
  container: bookInfo-buy/inline-size;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
  aspect-ratio: 1;
  color: #AEB2B5;
  border: currentColor 6px solid;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-feature-settings: "palt";
  line-height: 1;
  background: #fff;
  font-family: "Zen Antique", Shippori Mincho, 游明朝, YuMincho, Yu Mincho, Hiragino Mincho ProN, Hiragino Mincho Pro, HGS明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
}
@media screen and (max-width: 1023.98px ) {
  .bookInfo_buy {
    position: relative;
    margin-left: auto;
    margin-right: -0.65em;
    width: 160px;
    margin-top: 1em;
  }
}
.bookInfo_buy span {
  color: currentColor;
  font-size: 22cqw;
}
.bookInfo_buy:hover {
  background: currentColor;
}
.bookInfo_buy:hover span {
  color: #fff;
}

.js-section {
  transition: filter 0.4s ease-out, opacity 0.4s ease-out, visibility 0.4s ease-out;
  opacity: 0;
  visibility: hidden;
  filter: blur(2px) contrast(0);
}
.js-section.is-visible {
  opacity: 1;
  visibility: visible;
  filter: blur(0) contrast(1);
}

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