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

@keyframes loop_x {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes shape_hand {
  0% {
    transform: translateX(-5%);
  }
  50% {
    transform: translateX(5%);
  }
  100% {
    transform: translateX(-5%);
  }
}
@keyframes vibration {
  0% {
    transform: translateY(0);
  }
  16% {
    transform: translateY(20px);
  }
  32% {
    transform: translateY(-15px);
  }
  48% {
    transform: translateY(5px);
  }
  64% {
    transform: translateY(-3px);
  }
  80% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes tenmetu {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0.3;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
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: YakuHanJP, "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
  color: var(--color-white);
}

.l-wrap {
  position: relative;
  overflow: hidden;
  opacity: 0;
}
.is-op-end .l-wrap {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .is-menu-open .l-wrap {
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  }
}
.l-wrap.-in {
  opacity: 1;
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg/base_pc.jpg) repeat-y top center;
  background-size: 100%;
}
@media screen and (max-width: 859px) {
  .l-bg {
    background: url(../img/bg/base_sp.jpg) repeat-y top center;
    background-size: 100%;
  }
}
.l-bg::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1;
}

.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-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 1;
}
.l-header__logo {
  flex-shrink: 0;
  width: 18.4rem;
  width: 183px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 859px) {
  .l-header__logo {
    width: 149px;
  }
}
.l-header__logo a {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (hover: hover) {
  .l-header__logo a:hover {
    animation: tenmetu 0.4s linear forwards;
  }
}
.l-header__logo a h1 {
  width: 72%;
  margin: 0 auto;
  transform: translateX(-5%) translateY(-5%);
}
.l-header__content {
  position: relative;
  height: 60px;
  flex-grow: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  padding: 0 36px;
  padding-right: 60px;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .l-header__content {
    padding: 0;
    padding-right: 31px;
  }
}
@media screen and (max-width: 859px) {
  .l-header__content {
    height: 47px;
    padding-right: 15px;
  }
}
.l-header__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  opacity: 0.2;
  transition: opacity 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.is-deep .l-header__content::before {
  opacity: 0.75;
}
@media screen and (max-width: 1200px) {
  .l-header__content.-all {
    display: none;
  }
}
.l-header__content.-small {
  display: none;
}
@media screen and (max-width: 1200px) {
  .l-header__content.-small {
    display: block;
  }
}
.l-header__content-inner {
  position: relative;
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .l-header__content-inner {
    justify-content: flex-end;
  }
}
.l-header__menuarea {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0 6rem;
  padding-top: 65px;
  overflow: hidden;
  pointer-events: none;
}
.l-header__menuarea .l-side {
  opacity: 0;
}
.is-menu-open .l-header__menuarea .l-side {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .l-header__menuarea {
    display: block;
  }
}
.is-menu-open .l-header__menuarea {
  pointer-events: auto;
}
@media screen and (max-width: 859px) {
  .l-header__menuarea {
    padding: 0 3rem;
    padding-top: 60px;
  }
}
.l-header__menuarea-inner {
  height: 100%;
  width: 100%;
  position: relative;
}
.is-menu-open .l-header__menuarea-inner {
  overflow: auto;
}
.l-header__menuarea-content {
  display: flex;
  align-items: center;
  min-height: 100%;
}
@media screen and (max-width: 859px) {
  .l-header__menuarea-content {
    flex-direction: column;
    justify-content: center;
  }
}
.l-header__menuarea-box {
  width: 50%;
}
.l-header__menuarea-box:nth-child(2) {
  padding-left: 14.9rem;
}
@media screen and (max-width: 859px) {
  .l-header__menuarea-box:nth-child(2) {
    padding-left: 0;
  }
}
@media screen and (max-width: 859px) {
  .l-header__menuarea-box {
    width: 100%;
  }
}
.l-header__menuarea-logo {
  margin: 0 auto;
  width: 73%;
  transform: translateY(30px);
  opacity: 0;
}
.is-menu-open .l-header__menuarea-logo {
  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);
}
@media screen and (max-width: 859px) {
  .l-header__menuarea-logo {
    width: 24rem;
    margin-bottom: 5.2rem;
  }
}
.l-header__menuarea-official {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 4rem;
  transform: translateY(35px);
  opacity: 0;
}
.is-menu-open .l-header__menuarea-official {
  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.2s;
}
@media screen and (max-width: 859px) {
  .l-header__menuarea-official {
    margin: 0 auto;
    margin-top: 5.6rem;
  }
}
.l-header__menuarea-official a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 0.8rem 1.5rem;
  background-color: var(--color-black);
  transition: background 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
@media (hover: hover) {
  .l-header__menuarea-official a:hover {
    background-color: var(--color-white);
  }
  .l-header__menuarea-official a:hover .l-header__menuarea-official-text {
    color: var(--color-black);
  }
  .l-header__menuarea-official a:hover .l-header__menuarea-official-icon {
    fill: var(--color-black);
  }
}
@media screen and (max-width: 859px) {
  .l-header__menuarea-official a {
    padding: 0.8rem 1.3rem 0.7rem;
  }
}
.l-header__menuarea-official-text {
  color: var(--color-white);
  font-family: YakuHanJP, "begum", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
  margin-right: 1rem;
  transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
@media screen and (max-width: 859px) {
  .l-header__menuarea-official-text {
    font-size: 1.5rem;
    margin-right: 0.8rem;
  }
}
.l-header__menuarea-official-icon {
  width: 2.5rem;
  fill: var(--color-white);
  transition: fill 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
@media screen and (max-width: 859px) {
  .l-header__menuarea-official-icon {
    width: 2.4rem;
  }
}
.l-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url(../img/bg/base_pc.jpg) repeat-y top center;
  background-size: 100%;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
@media screen and (max-width: 859px) {
  .l-header__bg {
    background: url(../img/bg/base_sp.jpg) repeat-y top center;
    background-size: 100%;
  }
}
.is-menu-open .l-header__bg {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-header__bg::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1;
}
.l-header__bg-prism {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-header__bg-prism-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 190%;
}
.l-header__bg-prism-item:nth-child(1) img {
  transform: translateY(6%);
  opacity: 0;
}
.l-header__bg-prism-item:nth-child(2) img {
  transform: translateY(-3%);
  opacity: 0;
}
.l-header__bg-prism-item img {
  width: 100%;
}
.is-menu-open .l-header__bg-prism-item img {
  opacity: 1;
  transform: translateY(0);
  transition: transform 5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.is-menu-close .l-header__bg-prism-item img {
  opacity: 1;
  transform: translateY(0);
}
.l-header__bg-textdeco {
  display: flex;
  position: absolute;
  bottom: -60px;
  left: 0;
}
@media screen and (max-width: 859px) {
  .l-header__bg-textdeco {
    bottom: -25px;
  }
}
.l-header__bg-textdeco-item {
  flex-shrink: 0;
  width: 2056px;
}
.is-menu-open .l-header__bg-textdeco-item, .is-menu-close .l-header__bg-textdeco-item {
  animation: loop_x 30s linear infinite forwards reverse;
}
@media screen and (max-width: 859px) {
  .l-header__bg-textdeco-item {
    width: 1000px;
  }
}
.l-header__hbg {
  width: 60px;
  height: 60px;
  position: relative;
  cursor: pointer;
  pointer-events: all;
}
@media screen and (max-width: 859px) {
  .l-header__hbg {
    width: 47px;
    height: 47px;
  }
}
@media (hover: hover) {
  .l-header__hbg:hover {
    animation: tenmetu 0.4s linear forwards;
  }
}
.l-header__hbg-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: var(--color-white);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.l-header__hbg-line:nth-child(1) {
  top: 40%;
}
.is-menu-open .l-header__hbg-line:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(15deg);
}
.l-header__hbg-line:nth-child(2) {
  top: 63%;
}
.is-menu-open .l-header__hbg-line:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
}
.l-header__official {
  margin-right: 1.6rem;
}
.l-header__official a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: var(--color-black);
  width: 11.7rem;
  width: 117px;
  padding: 1rem 0;
  padding: 6px 0;
  transition: background 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
@media (hover: hover) {
  .l-header__official a:hover {
    background-color: var(--color-white);
  }
  .l-header__official a:hover .l-header__official-text {
    color: var(--color-black);
  }
  .l-header__official a:hover .l-header__official-icon {
    fill: var(--color-black);
  }
}
.l-header__official-text {
  color: var(--color-white);
  font-size: 1.4rem;
  font-size: 14px;
  margin-right: 1rem;
  margin-right: 7px;
  font-family: YakuHanJP, "begum", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
  transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
.l-header__official-icon {
  width: 1.8rem;
  width: 23px;
  flex-shrink: 0;
  fill: var(--color-white);
  transition: fill 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
.l-header__menu {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .l-header__menu {
    display: block;
    transform: translateY(35px);
    opacity: 0;
  }
  .is-menu-open .l-header__menu {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 859px) {
  .l-header__menu-item {
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__menu-item {
    transform: translateY(30px);
    opacity: 0;
  }
  .is-menu-open .l-header__menu-item {
    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);
  }
  .is-menu-open .l-header__menu-item:nth-child(1) {
    transition-delay: 0.2s;
  }
  .is-menu-open .l-header__menu-item:nth-child(2) {
    transition-delay: 0.31s;
  }
  .is-menu-open .l-header__menu-item:nth-child(3) {
    transition-delay: 0.42s;
  }
  .is-menu-open .l-header__menu-item:nth-child(4) {
    transition-delay: 0.53s;
  }
  .is-menu-open .l-header__menu-item:nth-child(5) {
    transition-delay: 0.64s;
  }
  .is-menu-open .l-header__menu-item:nth-child(6) {
    transition-delay: 0.75s;
  }
  .is-menu-open .l-header__menu-item:nth-child(7) {
    transition-delay: 0.86s;
  }
  .is-menu-open .l-header__menu-item:nth-child(8) {
    transition-delay: 0.97s;
  }
  .is-menu-open .l-header__menu-item:nth-child(9) {
    transition-delay: 1.08s;
  }
  .is-menu-open .l-header__menu-item:nth-child(10) {
    transition-delay: 1.19s;
  }
}
.l-header__menu-item + .l-header__menu-item {
  margin-left: 3.8rem;
}
@media screen and (max-width: 1200px) {
  .l-header__menu-item + .l-header__menu-item {
    margin-left: 0;
    margin-top: 3.8rem;
  }
}
@media screen and (max-width: 859px) {
  .l-header__menu-item + .l-header__menu-item {
    margin-top: 2.5rem;
  }
}
.l-header__menu-item a {
  text-decoration: none;
  color: var(--color-white);
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  font-size: 16px;
  font-family: YakuHanJP, "begum", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
}
.l-header__menu-item a::before {
  content: "";
  width: 110%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: var(--color-white);
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .l-header__menu-item a {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 859px) {
  .l-header__menu-item a {
    font-size: 1.9rem;
  }
}
@media (hover: hover) {
  .l-header__menu-item a {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .l-header__menu-item a:hover {
    transform: skewX(-10deg);
  }
  .l-header__menu-item a:hover::before {
    transform: translate(-50%, -50%) scale(1);
  }
}

.l-side {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 1;
}
.l-side__item {
  width: 6rem;
}
@media screen and (max-width: 859px) {
  .l-side__item {
    width: 1.5rem;
  }
}
.l-side__item.-r {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.l-side__item.-l {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.l-side__img {
  width: 25px;
}
@media screen and (max-width: 859px) {
  .l-side__img {
    width: 1.8rem;
  }
}
.l-side__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.l-side__text {
  writing-mode: vertical-lr;
  color: var(--color-white);
  font-size: 1.1rem;
  letter-spacing: 1px;
}
.l-side__bar {
  width: 1px;
  height: 8rem;
  background-color: var(--color-white);
  flex-shrink: 0;
  margin: 2rem 0;
}

.l-content {
  position: relative;
  padding: 0 6rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 859px) {
  .l-content {
    padding: 0 1.5rem;
  }
}

.l-section {
  position: relative;
}
.l-section:nth-child(2n+1) {
  padding: 30px 0;
}
@media screen and (max-width: 859px) {
  .l-section:nth-child(2n+1) {
    padding: 27px 0;
  }
}
.l-section:nth-child(2n+1)::before, .l-section:nth-child(2n+1)::after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  width: 100vw;
  height: 30px;
}
@media screen and (max-width: 859px) {
  .l-section:nth-child(2n+1)::before, .l-section:nth-child(2n+1)::after {
    height: 27px;
  }
}
.l-section:nth-child(2n+1)::before {
  top: 0;
  background: url(../img/bg_edge_long_pc.svg) no-repeat center bottom;
  background-size: 100%;
}
@media screen and (max-width: 859px) {
  .l-section:nth-child(2n+1)::before {
    background: url(../img/bg_edge_long_sp.svg) no-repeat center bottom;
    background-size: 100%;
  }
}
.l-section:nth-child(2n+1)::after {
  box-shadow: 0;
  background: url(../img/bg_edge_long_pc.svg) no-repeat center bottom;
  background-size: 100%;
  transform: translateX(-50%) scale(-1);
}
@media screen and (max-width: 859px) {
  .l-section:nth-child(2n+1)::after {
    background: url(../img/bg_edge_long_sp.svg) no-repeat center bottom;
    background-size: 100%;
  }
}
.l-section__inner {
  position: relative;
}
.l-section:nth-child(2n+1) .l-section__inner {
  padding: 8rem 0 16rem;
}
@media screen and (max-width: 859px) {
  .l-section:nth-child(2n+1) .l-section__inner {
    padding: 5rem 0 8rem;
  }
}
.l-section:nth-child(2n+1) .l-section__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.l-section__content {
  position: relative;
  z-index: 1;
}
.-in .l-section__content {
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
}
.l-section__ttl {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.l-section.is-active .l-section__ttl {
  animation: tenmetu 0.4s linear forwards;
}
.is-load .-in .l-section__ttl {
  animation: tenmetu 0.4s linear forwards;
}
.p-intro .l-section__ttl {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 859px) {
  .p-intro .l-section__ttl {
    margin-bottom: 3.5rem;
  }
}
.p-cast .l-section__ttl {
  margin-bottom: 7.4rem;
}
@media screen and (max-width: 859px) {
  .p-cast .l-section__ttl {
    margin-bottom: 4.6rem;
  }
}
.p-schedule .l-section__ttl {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 859px) {
  .p-schedule .l-section__ttl {
    margin-bottom: 3.5rem;
  }
}
.p-ticket .l-section__ttl {
  margin-bottom: 6.9rem;
}
@media screen and (max-width: 859px) {
  .p-ticket .l-section__ttl {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 859px) {
  .p-news .l-section__ttl {
    margin-bottom: 4rem;
  }
}
.p-streaming .l-section__ttl {
  margin-bottom: 6.8rem;
}
.-in .l-section__ttl {
  margin-bottom: 8rem;
}
@media screen and (max-width: 859px) {
  .-in .l-section__ttl {
    margin-bottom: 4.1rem;
  }
}
.l-section__ttl h2 {
  transform: translateX(-35px);
  opacity: 0;
}
.l-section.is-active .l-section__ttl h2 {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.is-load .-in .l-section__ttl h2 {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 859px) {
  .l-section__ttl h2 {
    margin: 0 auto;
  }
}
.-in .l-section__ttl h2 {
  margin: 0 auto;
}
.p-news .l-section__ttl h2 {
  width: 46.3rem;
}
@media screen and (max-width: 859px) {
  .p-news .l-section__ttl h2 {
    width: 16.2rem;
  }
}
.p-intro .l-section__ttl h2 {
  width: 115rem;
}
@media screen and (max-width: 859px) {
  .p-intro .l-section__ttl h2 {
    width: 34.4rem;
  }
}
.p-cast .l-section__ttl h2 {
  width: 98.5rem;
}
@media screen and (max-width: 859px) {
  .p-cast .l-section__ttl h2 {
    width: 34.4rem;
  }
}
.p-schedule .l-section__ttl h2 {
  width: 83rem;
}
@media screen and (max-width: 859px) {
  .p-schedule .l-section__ttl h2 {
    width: 28.5rem;
  }
}
.p-ticket .l-section__ttl h2 {
  margin: 0 auto;
  width: 57rem;
}
@media screen and (max-width: 859px) {
  .p-ticket .l-section__ttl h2 {
    width: 20rem;
  }
}
.p-streaming .l-section__ttl h2 {
  margin: 0 auto;
  width: 92rem;
}
@media screen and (max-width: 859px) {
  .p-streaming .l-section__ttl h2 {
    width: 32.5rem;
  }
}
.p-comment .l-section__ttl h2 {
  width: 82rem;
}
@media screen and (max-width: 859px) {
  .p-comment .l-section__ttl h2 {
    width: 29rem;
  }
}
.l-section__ttl-content {
  padding: 1.6rem 0 0;
}
@media screen and (max-width: 859px) {
  .l-section__ttl-content {
    padding: 0rem 0 0;
  }
}
.l-section__ttl-ja {
  margin-top: 1.4rem;
  padding-left: 0.8rem;
  transform: translateX(-35px);
  opacity: 0;
}
.l-section.is-active .l-section__ttl-ja {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.15s;
}
.is-load .-in .l-section__ttl-ja {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.15s;
}
@media screen and (max-width: 859px) {
  .l-section__ttl-ja {
    margin: 0 auto;
    margin-top: 1.2rem;
    padding: 0;
  }
}
.-in .l-section__ttl-ja {
  margin: 0 auto;
  margin-top: 1rem;
}
.p-news .l-section__ttl-ja {
  width: 7.1rem;
}
@media screen and (max-width: 859px) {
  .p-news .l-section__ttl-ja {
    width: 3.2rem;
  }
}
.p-intro .l-section__ttl-ja {
  width: 15.5rem;
}
@media screen and (max-width: 859px) {
  .p-intro .l-section__ttl-ja {
    width: 7.5rem;
  }
}
.p-cast .l-section__ttl-ja {
  width: 14.5rem;
}
@media screen and (max-width: 859px) {
  .p-cast .l-section__ttl-ja {
    width: 7rem;
  }
}
.p-schedule .l-section__ttl-ja {
  width: 11rem;
}
@media screen and (max-width: 859px) {
  .p-schedule .l-section__ttl-ja {
    width: 5rem;
  }
}
.p-ticket .l-section__ttl-ja {
  margin: 0 auto;
  margin-top: 1rem;
  width: 7rem;
}
@media screen and (max-width: 859px) {
  .p-ticket .l-section__ttl-ja {
    width: 3.3rem;
  }
}
.p-streaming .l-section__ttl-ja {
  margin: 0 auto;
  margin-top: 1rem;
  width: 12rem;
}
@media screen and (max-width: 859px) {
  .p-streaming .l-section__ttl-ja {
    width: 6rem;
  }
}
.p-comment .l-section__ttl-ja {
  width: 7.4rem;
}
@media screen and (max-width: 859px) {
  .p-comment .l-section__ttl-ja {
    width: 3rem;
  }
}
.l-section__ttl-base.-top {
  position: relative;
}
.l-section__ttl-base.-top::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 1px;
  width: 100vw;
  transform: translateX(100%);
  background-color: rgba(255, 255, 255, 0.2);
}
.l-section__ttl-base.-top::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3.2rem;
  height: 1px;
  width: 100vw;
  transform: translateX(-100%);
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 859px) {
  .l-section__ttl-base.-top::after {
    top: 1.6rem;
  }
}
.l-section__ttl-base.-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
.l-section__ttl-base.-bottom::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 1px;
  width: 100vw;
  transform: translateX(100%);
  background-color: rgba(255, 255, 255, 0.2);
}
.l-section__ttl-base.-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3.2rem;
  height: 1px;
  width: 100vw;
  transform: translateX(-100%);
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 859px) {
  .l-section__ttl-base.-bottom::after {
    top: 1.6rem;
  }
}
.l-section__ttl-base img {
  width: 100%;
}
.l-section__deco {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
}
.l-section__deco img {
  width: 100%;
}
.l-section__deco.-bottom {
  transform: translateX(-50%) scale(-1);
}

.l-debris {
  position: relative;
}
.-in .l-debris {
  padding-top: 120px;
}
@media screen and (max-width: 859px) {
  .-in .l-debris {
    padding-top: 90px;
  }
}
.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/debris_left_pc.png) repeat-y left top;
  background-size: 420px;
}
@media screen and (max-width: 859px) {
  .l-debris__item.-left {
    background: url(../img/bg/debris_left_sp.png) repeat-y left top;
    background-size: 200px;
    left: -7.5rem;
  }
}
.l-debris__item.-right {
  right: -8rem;
  background: url(../img/bg/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/debris_right_sp.png) repeat-y right top;
    background-size: 200px;
    right: -7.5rem;
  }
}

.c-more {
  display: inline-block;
  vertical-align: baseline;
  padding-right: 0.3rem;
}
.c-more__inner {
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media (hover: hover) {
  .c-more__inner:hover {
    animation: tenmetu 0.4s linear forwards;
  }
}
.c-more__text {
  font-family: YakuHanJP, "begum", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
  color: var(--color-white);
  font-size: 2.4rem;
  font-style: italic;
}
.c-more__icon {
  width: 4.5rem;
  flex-shrink: 0;
  margin-left: 1rem;
  fill: var(--color-white);
}

.c-btn {
  border: 1px solid var(--color-white);
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100px;
}
@media (hover: hover) {
  .c-btn {
    transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .c-btn:hover {
    transform: scale(0.97);
  }
  .c-btn:hover .c-btn__inner::before {
    animation: tenmetu 0.4s linear forwards;
  }
}
.c-btn__inner {
  padding: 1.9rem 0 2rem;
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 859px) {
  .c-btn__inner {
    padding: 0.9rem 0 0.8rem;
  }
}
.c-btn__inner::before {
  content: "";
  width: 2.3rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 2.9rem;
  background: url(../img/arrow_w.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 859px) {
  .c-btn__inner::before {
    right: 1.3rem;
    width: 1.7rem;
  }
}
.c-btn__text {
  color: var(--color-white);
  font-family: YakuHanMP, "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 900;
  font-size: 2.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 859px) {
  .c-btn__text {
    font-size: 1.4rem;
  }
}
.c-btn__text.-en {
  font-family: YakuHanJP, "begum", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.5rem;
  letter-spacing: 1px;
  padding: 0;
}
@media screen and (min-width: 860px) {
  .c-btn__text.-en {
    font-size: 2.4rem;
  }
}

.c-pagination {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.c-pagination__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 5rem;
}
@media screen and (max-width: 859px) {
  .c-pagination__list {
    padding: 0 4.5rem;
  }
}
.c-pagination__list-item {
  font-family: YakuHanJP, "begum", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 2rem;
  margin: 0.5rem 2rem;
}
@media screen and (max-width: 859px) {
  .c-pagination__list-item {
    font-size: 1.5rem;
    margin: 0.5rem 1.6rem;
  }
}
.c-pagination__list span {
  vertical-align: baseline;
}
.c-pagination__list a {
  color: var(--color-white);
  text-decoration: none;
  position: relative;
  display: inline-block;
  vertical-align: baseline;
}
@media (hover: hover) {
  .c-pagination__list a:hover::before {
    transform: translate(-50%, -50%) scaleX(1);
  }
}
.c-pagination__list a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%) scaleX(0);
  width: 160%;
  height: 1px;
  background-color: var(--color-white);
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.c-pagination__nav-button {
  width: 3.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 859px) {
  .c-pagination__nav-button {
    width: 2.5rem;
  }
}
.c-pagination__nav-button.-prev {
  left: 0;
}
.c-pagination__nav-button.-next {
  right: 0;
}
@media (hover: hover) {
  .c-pagination__nav-button:hover {
    animation: tenmetu 0.4s linear forwards;
  }
}
.c-pagination__nav-link {
  display: block;
}
.c-pagination__nav-text {
  display: block;
  fill: var(--color-white);
}
.-prev .c-pagination__nav-text {
  transform: scaleX(-1);
}

.c-back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.c-back a {
  display: flex;
  text-decoration: none;
  align-items: center;
}
@media (hover: hover) {
  .c-back a:hover {
    animation: tenmetu 0.4s linear forwards;
  }
}
.c-back__arrow {
  width: 3rem;
  flex-shrink: 0;
  transform: scaleX(-1);
  fill: var(--color-white);
  margin-right: 2.5rem;
}
@media screen and (max-width: 859px) {
  .c-back__arrow {
    width: 1.8rem;
    margin-right: 0.7rem;
  }
}
.c-back__text {
  color: var(--color-white);
  font-family: YakuHanJP, "begum", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 2.4rem;
  position: relative;
}
@media screen and (max-width: 859px) {
  .c-back__text {
    font-size: 1.6rem;
    letter-spacing: 0.5px;
  }
}

.l-footer {
  position: relative;
  margin-top: 19.3rem;
  z-index: 1;
}
.-in .l-footer {
  margin-top: 6rem;
}
@media screen and (max-width: 859px) {
  .-in .l-footer {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 859px) {
  .l-footer {
    margin-top: 10rem;
  }
}
.l-footer__textdeco {
  display: none;
  position: relative;
  margin-bottom: -46px;
}
@media screen and (max-width: 859px) {
  .l-footer__textdeco {
    margin-bottom: -20px;
  }
}
.-in .l-footer__textdeco {
  display: flex;
  flex-wrap: nowrap;
}
.l-footer__textdeco-item {
  width: 2056px;
  flex-shrink: 0;
}
.is-load .l-footer__textdeco-item {
  animation: loop_x 30s linear infinite forwards;
}
@media screen and (max-width: 859px) {
  .l-footer__textdeco-item {
    width: 1000px;
  }
}
.l-footer__deco {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
}
.l-footer__deco img {
  width: 100%;
}
.l-footer__content {
  position: relative;
  padding: 3rem 0 6rem;
}
@media screen and (max-width: 859px) {
  .l-footer__content {
    padding: 4.5rem 0 6rem;
  }
}
.l-footer__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.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__main {
  padding-top: 1.8rem;
}
@media screen and (max-width: 859px) {
  .l-footer__main {
    padding-top: 0;
  }
}
.l-footer__logo {
  padding-left: 2.2rem;
  width: 30rem;
}
@media screen and (max-width: 859px) {
  .l-footer__logo {
    padding: 0;
    margin: 0 auto;
    width: 25rem;
  }
}
.l-footer__share {
  font-family: YakuHanJP, "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__bnr {
  width: 24rem;
  margin-left: auto;
}
@media screen and (max-width: 859px) {
  .l-footer__bnr {
    margin: 0 auto;
    margin-top: 3.7rem;
  }
}
.l-footer__bnr a {
  display: block;
  overflow: hidden;
}
@media (hover: hover) {
  .l-footer__bnr a:hover img {
    transform: scale(1.05);
  }
}
.l-footer__bnr a img {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.l-footer__links {
  padding-right: 0.1rem;
  text-align: right;
}
.l-footer__anilink {
  padding-right: 0.1rem;
  margin-top: 2.8rem;
}
@media screen and (max-width: 859px) {
  .l-footer__anilink {
    margin-top: 3.4rem;
  }
}
.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: YakuHanJP, "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: 3.8rem;
    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: YakuHanJP, "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.8rem;
    text-align: center;
  }
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #652585;
  background: linear-gradient(94deg, rgb(101, 37, 133) 0%, rgb(49, 7, 131) 50%, rgb(55, 45, 193) 100%);
}
.is-load .l-loading {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.37, 0, 0.63, 1);
}
.l-loading__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18rem;
  height: 18rem;
  text-align: center;
}
@media screen and (max-width: 859px) {
  .l-loading__logo {
    width: 14rem;
    height: 14rem;
  }
}
.l-loading__logo-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-family: YakuHanJP, "begum", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
}
@media screen and (max-width: 859px) {
  .l-loading__logo-text {
    font-size: 1.6rem;
  }
}
.l-loading__logo-spin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: var(--color-white);
  animation: spin 1.2s linear infinite;
}

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