@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
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, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

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

blockquote, q {
  quotes: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

:root {
  --color-white: #fff;
  --color-black: #000;
  --color-blue: #23d2e8;
}

@keyframes tenmetu {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0.3;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg/pc/base_pc.jpg) repeat-y top center;
  background-size: 100%;
}
@media screen and (max-width: 859px) {
  .l-bg {
    background: url(../img/bg/sp/base_sp.jpg) repeat-y top center;
    background-size: 100%;
  }
}

.l-prism {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-prism__item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 190%;
  transition: transform 1.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.l-prism__item img {
  width: 100%;
}

.l-wrap {
  position: relative;
  overflow: hidden;
}
.l-wrap::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  z-index: 1;
}
.is-load .l-wrap::after {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s cubic-bezier(0.37, 0, 0.63, 1);
}

.l-debris {
  position: relative;
}
.l-debris__deco {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.l-debris__item {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  transition: background 1.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.l-debris__item.-left {
  left: -8rem;
  background: url(../img/bg/pc/debris_right_pc.png) repeat-y left top;
  background-size: 420px;
}
@media screen and (max-width: 859px) {
  .l-debris__item.-left {
    background: url(../img/bg/pc/debris_left_sp.png) repeat-y left top;
    background-size: 200px;
    left: -7.5rem;
  }
}
.l-debris__item.-right {
  right: -8rem;
  background: url(../img/bg/pc/debris_right_pc.png) repeat-y right top;
  background-size: 420px;
}
@media screen and (max-width: 859px) {
  .l-debris__item.-right {
    background: url(../img/bg/sp/debris_right_sp.png) repeat-y right top;
    background-size: 200px;
    right: -7.5rem;
  }
}

.l-in_head {
  position: relative;
  margin: 0 auto;
  width: 550px;
  padding: 30px 0 60px;
  z-index: 1;
  transform: scale(0.95);
  opacity: 0;
}
@media screen and (max-width: 859px) {
  .l-in_head {
    padding: 27px 0 34px;
    width: 27.6rem;
  }
}
.is-load .l-in_head {
  opacity: 1;
  transform: scale(1);
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.2s;
}
.is-load .l-in_head img {
  animation: tenmetu 0.4s linear forwards 0.2s;
}

.l-footer {
  position: relative;
  margin-top: 0.4rem;
  z-index: 1;
}
@media screen and (max-width: 859px) {
  .l-footer {
    margin-top: 1rem;
  }
}
.l-footer__content {
  position: relative;
  padding: 5rem 3.8rem 6rem;
}
@media screen and (max-width: 859px) {
  .l-footer__content {
    padding: 4rem 2rem 3.5rem;
  }
}
.l-footer__content-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 859px) {
  .l-footer__content-inner {
    display: block;
  }
}
.l-footer__logo {
  width: 30rem;
}
@media screen and (max-width: 859px) {
  .l-footer__logo {
    padding: 0;
    margin: 0 auto;
    width: 29rem;
  }
}
.l-footer__logo a {
  display: block;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) {
  .l-footer__logo a:hover {
    transform: scale(0.97);
  }
  .l-footer__logo a:hover img {
    animation: tenmetu 0.4s linear forwards;
  }
}
.l-footer__share {
  font-family: "begum", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
  display: flex;
  justify-content: center;
  margin-top: 3.2rem;
  padding-left: 2rem;
}
@media screen and (max-width: 859px) {
  .l-footer__share {
    padding-left: 0;
    margin-top: 4.1rem;
  }
}
.l-footer__share-text {
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-right: 1.7rem;
  padding-top: 0.3rem;
}
@media screen and (max-width: 859px) {
  .l-footer__share-text {
    font-size: 1.1rem;
  }
}
.l-footer__share-list {
  display: flex;
}
.l-footer__share-list-item {
  width: 2.3rem;
}
@media screen and (max-width: 859px) {
  .l-footer__share-list-item {
    width: 1.8rem;
  }
}
.l-footer__share-list-item + .l-footer__share-list-item {
  margin-left: 2.1rem;
}
.l-footer__share-list-item a {
  display: block;
}
@media (hover: hover) {
  .l-footer__share-list-item a:hover {
    animation: tenmetu 0.4s linear forwards;
  }
}
.l-footer__share-list-item svg {
  fill: var(--color-white);
}
.l-footer__links {
  padding-top: 2.5rem;
  text-align: right;
}
@media screen and (max-width: 859px) {
  .l-footer__links {
    padding-top: 3.5rem;
  }
}
.l-footer__anilink {
  padding-right: 0.1rem;
}
.l-footer__anilink-list {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 859px) {
  .l-footer__anilink-list {
    justify-content: center;
  }
}
.l-footer__anilink-list-item {
  position: relative;
}
.l-footer__anilink-list-item + .l-footer__anilink-list-item {
  padding-left: 1.7rem;
  margin-left: 1.5rem;
}
@media screen and (max-width: 859px) {
  .l-footer__anilink-list-item + .l-footer__anilink-list-item {
    padding-left: 1.5rem;
    margin-left: 1.2rem;
  }
}
.l-footer__anilink-list-item + .l-footer__anilink-list-item::before {
  content: "";
  position: absolute;
  top: 65%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--color-white);
  height: 88%;
  width: 2px;
}
@media screen and (max-width: 859px) {
  .l-footer__anilink-list-item + .l-footer__anilink-list-item::before {
    width: 1px;
  }
}
.l-footer__anilink-list-item a {
  text-decoration: none;
  color: var(--color-white);
  font-family: "begum", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
}
@media (hover: hover) {
  .l-footer__anilink-list-item a:hover {
    animation: tenmetu 0.4s linear forwards;
  }
}
@media screen and (max-width: 859px) {
  .l-footer__anilink-list-item a {
    font-size: 1.2rem;
  }
}
.l-footer__text {
  font-size: 1.2rem;
  margin-top: 2.9rem;
}
@media screen and (max-width: 859px) {
  .l-footer__text {
    margin-top: 2.7rem;
    text-align: center;
    line-height: 1.5;
    font-size: 1.1rem;
  }
}
.l-footer__copy {
  font-size: 1rem;
  margin-top: 1.3rem;
  letter-spacing: 0.3px;
  font-family: "begum", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 859px) {
  .l-footer__copy {
    margin-top: 1.5rem;
    line-height: 1.5;
    text-align: center;
  }
}

.l-content {
  position: relative;
}
.l-content__top {
  position: relative;
}
.l-content__bottom {
  position: relative;
  transform: scale(-1) translateY(0.2px);
}
.l-content__inner {
  position: relative;
  padding: 8.9rem 0 11.8rem;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 859px) {
  .l-content__inner {
    padding: 5.5rem 0 5.8rem;
  }
}

.l-main {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
  position: relative;
  z-index: 1;
  transform: translateY(30px);
  opacity: 0;
}
.is-load .l-main {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.5s;
}
@media screen and (max-width: 859px) {
  .l-main {
    width: 89.5%;
  }
}
.l-main__ttl {
  position: relative;
  text-align: center;
  font-size: 4.6rem;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 859px) {
  .l-main__ttl {
    font-size: 2rem;
  }
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

@media screen and (min-width: 860px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}
@media screen and (max-width: 859px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}
html {
  width: 100%;
  font-size: 62.5%;
}
@media screen and (min-width: 860px) {
  html {
    font-size: min(0.7142857143vw, 10px);
  }
}
@media screen and (max-width: 370px) {
  html {
    font-size: 54%;
  }
}

body {
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
  color: var(--color-white);
  background-color: var(--color-black);
}