@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 {
  --in-sine: cubic-bezier(.47, 0, .745, .715);
  --out-sine: cubic-bezier(.39, .575, .565, 1);
  --in-out-sine: cubic-bezier(.445, .05, .55, .95);
  --in-quad: cubic-bezier(.55, .085, .68, .53);
  --out-quad: cubic-bezier(.25, .46, .45, .94);
  --in-out-quad: cubic-bezier(.455, .03, .515, .955);
  --in-cubic: cubic-bezier(.55, .055, .675, .19);
  --out-cubic: cubic-bezier(.215, .61, .355, 1);
  --in-out-cubic: cubic-bezier(.645, .045, .355, 1);
  --in-quart: cubic-bezier(.895, .03, .685, .22);
  --out-quart: cubic-bezier(.165, .84, .44, 1);
  --in-out-quart: cubic-bezier(.77, 0, .175, 1);
  --in-quint: cubic-bezier(.755, .05, .855, .06);
  --out-quint: cubic-bezier(.23, 1, .32, 1);
  --in-out-quint: cubic-bezier(.86, 0, .07, 1);
  --in-expo: cubic-bezier(.95, .05, .795, .035);
  --out-expo: cubic-bezier(.19, 1, .22, 1);
  --in-out-expo: cubic-bezier(1, 0, 0, 1);
  --in-circ: cubic-bezier(.6, .04, .98, .335);
  --out-circ: cubic-bezier(.075, .82, .165, 1);
  --in-out-circ: cubic-bezier(.785, .135, .15, .86);
  --in-back: cubic-bezier(.6, -.28, .735, .045);
  --out-back: cubic-bezier(.175, .885, .32, 1.275);
  --in-out-back: cubic-bezier(.68, -.55, .265, 1.55);
}

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

@media screen and (min-width: 961px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
body {
  font-family: YakuHanMP, "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  color: #fff;
  position: relative;
}

.l-wrap {
  overflow: hidden;
  min-height: 100vh;
}

.l-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_star.png) repeat center center;
  background-size: 1432px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.l-bg__item {
  width: 135px;
}
@media screen and (max-width: 960px) {
  .l-bg__item {
    width: 64px;
  }
}
.l-bg__item:nth-child(1) {
  background: url(../img/deco_sido_l.png) repeat-y 0 0;
  background-size: 135px;
}
@media screen and (max-width: 960px) {
  .l-bg__item:nth-child(1) {
    background: url(../img/deco_sido_l_sp.png) repeat-y 0 0;
    background-size: 64px;
  }
}
.l-bg__item:nth-child(2) {
  background: url(../img/deco_sido_r.png) repeat-y 0 0;
  background-size: 135px;
}
@media screen and (max-width: 960px) {
  .l-bg__item:nth-child(2) {
    background: url(../img/deco_sido_r_sp.png) repeat-y 0 0;
    background-size: 64px;
  }
}
.l-bg__base {
  opacity: 0;
}
.l-bg__sasa-item {
  position: absolute;
  opacity: 0;
  display: none;
}
.l-bg__sasa-item img {
  width: 100%;
}
.l-bg__sasa-item.-sasa1 {
  left: 0%;
  top: 0%;
  width: 30%;
}

.l-content {
  position: relative;
  margin: 0 auto;
  width: 82%;
  max-width: 900px;
  padding-bottom: 122px;
}
@media screen and (max-width: 960px) {
  .l-content {
    padding-bottom: 72px;
    width: 84%;
  }
}

.l-sasa {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  pointer-events: none;
}
.l-sasa__box {
  height: 100%;
  max-width: 259px;
  width: 18%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-sasa__box {
    width: 23%;
  }
}
.l-sasa__box-item {
  position: absolute;
  width: 100%;
}
.-l .l-sasa__box-item:nth-child(1) {
  top: 17.5%;
}
@media screen and (max-width: 960px) {
  .-l .l-sasa__box-item:nth-child(1) {
    top: 23.5%;
  }
}
.-r .l-sasa__box-item:nth-child(1) {
  top: 22.5%;
}
@media screen and (max-width: 960px) {
  .-r .l-sasa__box-item:nth-child(1) {
    top: 11.5%;
  }
}
.-l .l-sasa__box-item:nth-child(2) {
  bottom: 17.5%;
}
@media screen and (max-width: 960px) {
  .-l .l-sasa__box-item:nth-child(2) {
    bottom: 38.5%;
  }
}
.-r .l-sasa__box-item:nth-child(2) {
  bottom: 24.5%;
}
@media screen and (max-width: 960px) {
  .-r .l-sasa__box-item:nth-child(2) {
    bottom: 51.5%;
  }
}
.-l .l-sasa__box-item {
  left: 0;
  transform: scaleX(-1);
}
.-r .l-sasa__box-item {
  right: 0;
}

.l-footer {
  position: relative;
  background-color: #000;
  z-index: 1;
  padding: 45px 5.5%;
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding: 52px 5.5% 111px;
  }
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .l-footer__inner {
    display: block;
  }
}
.l-footer__logo {
  width: 146px;
}
@media screen and (max-width: 960px) {
  .l-footer__logo {
    width: 152px;
    margin: 0 auto;
  }
}
.l-footer__logo a {
  display: block;
}
@media (hover: hover) {
  .l-footer__logo a:hover img {
    transform: scale(0.98);
    opacity: 0.8;
  }
}
.l-footer__logo a img {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-footer__main {
  text-align: right;
}
@media screen and (max-width: 960px) {
  .l-footer__main {
    text-align: center;
  }
}
.l-footer__share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .l-footer__share {
    margin-top: 41px;
    justify-content: center;
  }
}
.l-footer__share-text {
  font-size: 12px;
  flex-shrink: 0;
  margin-right: 20px;
}
@media screen and (max-width: 960px) {
  .l-footer__share-text {
    font-size: 14px;
    flex-shrink: 0;
    margin-right: 22px;
  }
}
.l-footer__share-list {
  display: flex;
  align-items: center;
}
.l-footer__share-list-item {
  width: 22px;
}
@media screen and (max-width: 960px) {
  .l-footer__share-list-item {
    width: 25px;
  }
}
.l-footer__share-list-item + .l-footer__share-list-item {
  margin-left: 20px;
}
@media screen and (max-width: 960px) {
  .l-footer__share-list-item + .l-footer__share-list-item {
    margin-left: 23px;
  }
}
.l-footer__share-list-item a {
  display: block;
}
@media (hover: hover) {
  .l-footer__share-list-item a {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__share-list-item a:hover {
    transform: scale(0.97);
    opacity: 0.8;
  }
}
.l-footer__anilink {
  margin-top: 24px;
}
@media screen and (max-width: 960px) {
  .l-footer__anilink {
    margin-top: 26px;
  }
}
.l-footer__anilink-list {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .l-footer__anilink-list {
    justify-content: center;
  }
}
.l-footer__anilink-list-item + .l-footer__anilink-list-item {
  padding-left: 15px;
  margin-left: 10px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer__anilink-list-item + .l-footer__anilink-list-item {
    padding-left: 14px;
    margin-left: 12px;
  }
}
.l-footer__anilink-list-item + .l-footer__anilink-list-item::before {
  content: "|";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  .l-footer__anilink-list-item + .l-footer__anilink-list-item::before {
    font-size: 11px;
  }
}
.l-footer__anilink-list-item a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}
@media (hover: hover) {
  .l-footer__anilink-list-item a {
    transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__anilink-list-item a:hover {
    opacity: 0.6;
  }
}
.l-footer__lead {
  font-size: 10px;
  margin-top: 18px;
}
@media screen and (max-width: 960px) {
  .l-footer__lead {
    line-height: 1.6;
    margin-top: 28px;
  }
}
.l-footer__copy {
  font-size: 10px;
  margin-top: 11px;
}
@media screen and (max-width: 960px) {
  .l-footer__copy {
    line-height: 1.6;
    margin-top: 0;
  }
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
}
.is-load .l-loading {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1);
}