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

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 3.5%;
  z-index: 3;
}
@media screen and (max-width: 899px) {
  .l-header {
    padding: 0 5.5%;
  }
}
.l-header__inner {
  position: relative;
  color: #fff;
  padding: 30px 0;
}
@media screen and (max-width: 899px) {
  .l-header__inner {
    padding: 4.5% 0;
  }
}
.l-header__ttl {
  margin: 0 auto;
  width: 23%;
  max-width: 298px;
  transform: translateY(-18px);
  opacity: 0;
}
@media screen and (max-width: 899px) {
  .l-header__ttl {
    width: 44%;
  }
}
.is-moveframe-end .l-header__ttl {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.25s;
}
.is-op-skip .l-header__ttl {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.95s;
}
.is-load .-in .l-header__ttl {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.25s;
}
.l-header__ttl svg {
  fill: #fff;
}
.l-header__ttl h1 svg {
  transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 900px) {
  .l-header__ttl h1:hover svg {
    fill: #9fa1c0;
  }
}
.l-header__onair {
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  left: 0;
  font-size: 27px;
  font-size: min(27px, 2.5vw);
  letter-spacing: 4.5px;
  letter-spacing: min(4.5px, 0.4vw);
  font-family: "Outfit", sans-serif;
  line-height: 1.3;
}
@media screen and (max-width: 899px) {
  .l-header__onair {
    letter-spacing: 4.5px;
  }
}
.l-header__onair .is-small {
  font-size: 15px;
  font-size: min(15px, 1.3vw);
  vertical-align: baseline;
}
@media screen and (max-width: 899px) {
  .l-header__onair .is-small {
    font-size: 15px;
  }
}
.l-header__onair .is-middle {
  font-size: 22px;
  font-size: min(22px, 2vw);
}
@media screen and (max-width: 899px) {
  .l-header__onair .is-middle {
    font-size: 22px;
  }
}
@media screen and (max-width: 899px) {
  .l-header__onair {
    display: none;
  }
}
.l-header__onair-inner {
  transform: translateY(-18px);
  opacity: 0;
}
.is-moveframe-end .l-header__onair-inner {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.1;
}
.is-op-skip .l-header__onair-inner {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.8s;
}
.is-load .-in .l-header__onair-inner {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.1;
}
.l-header__menu-btn {
  position: absolute;
  top: 49%;
  right: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 1;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 900px) {
  .l-header__menu-btn:hover {
    transform: translateY(-50%) scale(0.98);
  }
  .l-header__menu-btn:hover .l-header__menu-btn-item {
    background-color: #9fa1c0;
  }
}
.l-header__menu-btn-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateY(-18px);
  opacity: 0;
}
.is-moveframe-end .l-header__menu-btn-inner {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.4s;
}
.is-op-skip .l-header__menu-btn-inner {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 1.15s;
}
.is-load .-in .l-header__menu-btn-inner {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.4s;
}
@media screen and (max-width: 899px) {
  .l-header__menu-btn {
    width: 25px;
    height: 26px;
  }
}
.l-header__menu-btn-item {
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 8px;
  margin-bottom: 8px;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 899px) {
  .l-header__menu-btn-item {
    width: 4px;
    height: 4px;
    margin-right: 6px;
    margin-bottom: 5px;
  }
}
.l-header__menu-btn-item:nth-child(3n) {
  margin-right: 0;
}
.is-menu-open .l-header__menu-btn-item:nth-of-type(2) {
  opacity: 0;
}
.is-menu-open .l-header__menu-btn-item:nth-of-type(4) {
  opacity: 0;
  transition-delay: 0.1s;
}
.is-menu-open .l-header__menu-btn-item:nth-of-type(6) {
  opacity: 0;
  transition-delay: 0.2s;
}
.is-menu-open .l-header__menu-btn-item:nth-of-type(8) {
  opacity: 0;
  transition-delay: 0.3s;
}
.l-header__menu-deco {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.l-header__menu-deco-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform: translateY(-140%);
  transition: transform 0.65s cubic-bezier(0.32, 0, 0.67, 0);
}
.is-menu-open .l-header__menu-deco-item {
  transition: transform 0.75s cubic-bezier(0.76, 0, 0.24, 1);
  transition-delay: 0s;
  transform: translateY(0);
}
.l-header__menu-deco-item::before {
  content: "";
  width: 120%;
  height: 30vh;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(99%);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #000;
}
.l-header__menu-kv {
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .l-header__menu-kv {
    display: flex !important;
    align-items: center;
  }
}
.l-header__menu-kv::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #252832;
  transform: translateX(-60%);
  opacity: 0;
  transition: transform 1.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.is-menu-open .l-header__menu-kv::before {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.35s;
}
.l-header__menu-kv-item {
  margin: 0 auto;
  width: 63%;
  height: 90%;
  position: relative;
  transform: scale(1.05);
  opacity: 0;
}
.is-menu-open .l-header__menu-kv-item {
  opacity: 1;
  transform: scale(1);
  transition: transform 10s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.63s;
}
@media screen and (min-width: 900px) {
  .l-header__menu-kv-item {
    min-width: 380px;
  }
}
.l-header__menu-kv-item img {
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-header__menu-content {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.is-menu-open .l-header__menu-content {
  pointer-events: painted;
}
.l-header__menu-content::before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: black;
  pointer-events: none;
  opacity: 0;
}
.is-menu-open .l-header__menu-content::before {
  opacity: 1;
  transition: opacity 0.3s linear 0.8s;
}
.l-header__menu-content-outer {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.is-menu-open .l-header__menu-content-outer {
  overflow: auto;
}
@media screen and (max-width: 899px) {
  .l-header__menu-content-outer {
    width: 100%;
  }
}
.l-header__menu-content-outer::-webkit-scrollbar {
  display: none;
}
.l-header__menu-content-inner {
  min-height: 100%;
  width: 100%;
  padding: 60px 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 899px) {
  .l-header__menu-content-inner {
    padding: 45px 5%;
  }
}
.l-header__menu-list {
  text-align: center;
}
.l-header__menu-list-item {
  line-height: 1.8;
  letter-spacing: 4.5px;
  transform: translateX(-18px);
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-menu-open .l-header__menu-list-item:nth-child(1) {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.3s;
}
.is-menu-open .l-header__menu-list-item:nth-child(2) {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.43s;
}
.is-menu-open .l-header__menu-list-item:nth-child(3) {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.56s;
}
.is-menu-open .l-header__menu-list-item:nth-child(4) {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.69s;
}
.is-menu-open .l-header__menu-list-item:nth-child(5) {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.82s;
}
.is-menu-open .l-header__menu-list-item:nth-child(6) {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.95s;
}
.is-menu-open .l-header__menu-list-item:nth-child(7) {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 1.08s;
}
.is-menu-open .l-header__menu-list-item:nth-child(8) {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 1.21s;
}
.is-menu-open .l-header__menu-list-item:nth-child(9) {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 1.34s;
}
.is-menu-open .l-header__menu-list-item:nth-child(10) {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 1.47s;
}
.is-menu-open .l-header__menu-list-item:nth-child(11) {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 1.6s;
}
.is-menu-open .l-header__menu-list-item:nth-child(12) {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 1.73s;
}
.is-menu-open .l-header__menu-list-item:nth-child(13) {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 1.86s;
}
.is-menu-open .l-header__menu-list-item:nth-child(14) {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 1.99s;
}
.is-menu-open .l-header__menu-list-item:nth-child(15) {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 2.12s;
}
.l-header__menu-list-item + .l-header__menu-list-item {
  margin-top: 12px;
}
@media screen and (max-width: 899px) {
  .l-header__menu-list-item + .l-header__menu-list-item {
    margin-top: 20px;
  }
}
.l-header__menu-list-item a {
  text-decoration: none;
  color: #fff;
  font-size: 19px;
  font-family: "Outfit", sans-serif;
  display: inline-block;
  vertical-align: baseline;
}
@media screen and (max-width: 899px) {
  .l-header__menu-list-item a {
    font-size: 17px;
  }
}
.l-header__menu-sns {
  position: relative;
  margin-top: 37px;
  padding-top: 36px;
}
@media screen and (max-width: 899px) {
  .l-header__menu-sns {
    margin-top: 41px;
    padding-top: 45px;
  }
}
.l-header__menu-sns::before {
  content: "";
  width: 15px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transform-origin: left;
  background-color: #fff;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.is-menu-open .l-header__menu-sns::before {
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateX(-50%) scaleX(1);
  transition-delay: 0.8s;
}
.l-header__menu-sns-item {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 4.8px;
  transform: translateX(-18px);
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-menu-open .l-header__menu-sns-item {
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-menu-open .l-header__menu-sns-item:nth-child(1) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.8s;
}
.is-menu-open .l-header__menu-sns-item:nth-child(2) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.93s;
}
.is-menu-open .l-header__menu-sns-item:nth-child(3) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.06s;
}
.is-menu-open .l-header__menu-sns-item:nth-child(4) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.19s;
}
.is-menu-open .l-header__menu-sns-item:nth-child(5) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.32s;
}
.l-header__menu-sns-item a {
  text-decoration: none;
  color: #fff;
  font-size: 19px;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 899px) {
  .l-header__menu-sns-item a {
    font-size: 17px;
  }
}

@keyframes loop_text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes menu-dot-out {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes menu-dot-in {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scrolldown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(0);
  }
  66% {
    transform: translateY(0);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes glitch_bg {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  4% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.l-section {
  margin: 0 auto;
  max-width: 1170px;
  display: flex;
  width: 85%;
}
@media screen and (max-width: 899px) {
  .l-section {
    display: block;
  }
}
.l-section__ttl {
  flex-shrink: 0;
  font-size: 52px;
  letter-spacing: 9px;
  font-family: "Outfit", sans-serif, "Noto Sans JP", YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo;
}
.l-section__ttl h2 {
  position: relative;
  overflow: hidden;
  font-weight: 300;
}
.l-section__ttl h2 .p-in_text {
  vertical-align: baseline;
  display: inline-block;
  min-width: 15px;
  min-height: 15px;
}
@media screen and (max-width: 899px) {
  .l-section__ttl h2 .p-in_text {
    min-width: 5px;
    min-height: 5px;
  }
}
@media screen and (min-width: 900px) {
  .l-section__ttl h2 .p-in_text {
    transform: translateX(-100%);
  }
  .is-active .l-section__ttl h2 .p-in_text:nth-child(1) {
    transform: translateX(0);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0s;
  }
  .is-active .l-section__ttl h2 .p-in_text:nth-child(2) {
    transform: translateX(0);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0.1s;
  }
  .is-active .l-section__ttl h2 .p-in_text:nth-child(3) {
    transform: translateX(0);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0.2s;
  }
  .is-active .l-section__ttl h2 .p-in_text:nth-child(4) {
    transform: translateX(0);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0.3s;
  }
  .is-active .l-section__ttl h2 .p-in_text:nth-child(5) {
    transform: translateX(0);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0.4s;
  }
  .is-active .l-section__ttl h2 .p-in_text:nth-child(6) {
    transform: translateX(0);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0.5s;
  }
  .is-active .l-section__ttl h2 .p-in_text:nth-child(7) {
    transform: translateX(0);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0.6s;
  }
  .is-active .l-section__ttl h2 .p-in_text:nth-child(8) {
    transform: translateX(0);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0.7s;
  }
  .is-active .l-section__ttl h2 .p-in_text:nth-child(9) {
    transform: translateX(0);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0.8s;
  }
  .is-active .l-section__ttl h2 .p-in_text:nth-child(10) {
    transform: translateX(0);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0.9s;
  }
  .is-active .l-section__ttl h2 .p-in_text:nth-child(11) {
    transform: translateX(0);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 1s;
  }
  .is-active .l-section__ttl h2 .p-in_text:nth-child(12) {
    transform: translateX(0);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 1.1s;
  }
  .is-active .l-section__ttl h2 .p-in_text:nth-child(13) {
    transform: translateX(0);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 1.2s;
  }
  .is-active .l-section__ttl h2 .p-in_text:nth-child(14) {
    transform: translateX(0);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 1.3s;
  }
  .is-active .l-section__ttl h2 .p-in_text:nth-child(15) {
    transform: translateX(0);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 1.4s;
  }
}
@media screen and (max-width: 899px) {
  .l-section__ttl h2 .p-in_text {
    transform: translateY(100%);
  }
  .is-active .l-section__ttl h2 .p-in_text:nth-child(1) {
    transform: translateY(0);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0s;
  }
  .is-active .l-section__ttl h2 .p-in_text:nth-child(2) {
    transform: translateY(0);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0.1s;
  }
  .is-active .l-section__ttl h2 .p-in_text:nth-child(3) {
    transform: translateY(0);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0.2s;
  }
  .is-active .l-section__ttl h2 .p-in_text:nth-child(4) {
    transform: translateY(0);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0.3s;
  }
  .is-active .l-section__ttl h2 .p-in_text:nth-child(5) {
    transform: translateY(0);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0.4s;
  }
  .is-active .l-section__ttl h2 .p-in_text:nth-child(6) {
    transform: translateY(0);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0.5s;
  }
  .is-active .l-section__ttl h2 .p-in_text:nth-child(7) {
    transform: translateY(0);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0.6s;
  }
  .is-active .l-section__ttl h2 .p-in_text:nth-child(8) {
    transform: translateY(0);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0.7s;
  }
  .is-active .l-section__ttl h2 .p-in_text:nth-child(9) {
    transform: translateY(0);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0.8s;
  }
  .is-active .l-section__ttl h2 .p-in_text:nth-child(10) {
    transform: translateY(0);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0.9s;
  }
  .is-active .l-section__ttl h2 .p-in_text:nth-child(11) {
    transform: translateY(0);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 1s;
  }
  .is-active .l-section__ttl h2 .p-in_text:nth-child(12) {
    transform: translateY(0);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 1.1s;
  }
  .is-active .l-section__ttl h2 .p-in_text:nth-child(13) {
    transform: translateY(0);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 1.2s;
  }
  .is-active .l-section__ttl h2 .p-in_text:nth-child(14) {
    transform: translateY(0);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 1.3s;
  }
  .is-active .l-section__ttl h2 .p-in_text:nth-child(15) {
    transform: translateY(0);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 1.4s;
  }
}
.l-section__ttl h2 .p-in_text.is-horizon {
  transform: translateY(100%);
}
.is-active .l-section__ttl h2 .p-in_text.is-horizon:nth-child(1) {
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0s;
}
.is-active .l-section__ttl h2 .p-in_text.is-horizon:nth-child(2) {
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.1s;
}
.is-active .l-section__ttl h2 .p-in_text.is-horizon:nth-child(3) {
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.2s;
}
.is-active .l-section__ttl h2 .p-in_text.is-horizon:nth-child(4) {
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.3s;
}
.is-active .l-section__ttl h2 .p-in_text.is-horizon:nth-child(5) {
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.4s;
}
.is-active .l-section__ttl h2 .p-in_text.is-horizon:nth-child(6) {
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.5s;
}
.is-active .l-section__ttl h2 .p-in_text.is-horizon:nth-child(7) {
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.6s;
}
.is-active .l-section__ttl h2 .p-in_text.is-horizon:nth-child(8) {
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.7s;
}
.is-active .l-section__ttl h2 .p-in_text.is-horizon:nth-child(9) {
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.8s;
}
.is-active .l-section__ttl h2 .p-in_text.is-horizon:nth-child(10) {
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.9s;
}
.is-active .l-section__ttl h2 .p-in_text.is-horizon:nth-child(11) {
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 1s;
}
.is-active .l-section__ttl h2 .p-in_text.is-horizon:nth-child(12) {
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 1.1s;
}
.is-active .l-section__ttl h2 .p-in_text.is-horizon:nth-child(13) {
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 1.2s;
}
.is-active .l-section__ttl h2 .p-in_text.is-horizon:nth-child(14) {
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 1.3s;
}
.is-active .l-section__ttl h2 .p-in_text.is-horizon:nth-child(15) {
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 1.4s;
}
.l-section__ttl span {
  vertical-align: baseline;
}
@media screen and (min-width: 900px) {
  .l-section__ttl {
    writing-mode: vertical-rl;
    text-align: left;
    width: 23%;
    max-width: 164px;
    padding-right: 2%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 899px) {
  .l-section__ttl {
    font-size: 8vw;
    font-size: min(29px, 8vw);
    letter-spacing: 5px;
  }
}
.-in .l-section__ttl {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .-in .l-section__ttl {
    width: 165px;
    padding-right: 3%;
    font-size: 52px;
  }
}
@media screen and (max-width: 899px) {
  .-in .l-section__ttl {
    display: flex;
  }
}
.l-section__inner {
  flex-grow: 1;
}

.l-wrap {
  background: linear-gradient(176deg, rgb(37, 40, 50) 10%, rgb(0, 0, 0) 100%);
  color: #fff;
  font-family: "Noto Sans JP", YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.l-main {
  position: relative;
  margin-bottom: 52px;
}
@media screen and (max-width: 899px) {
  .l-main {
    margin-bottom: 99px;
  }
}
.l-main.-in {
  margin-bottom: 123px;
}
@media screen and (max-width: 899px) {
  .l-main.-in {
    padding-top: 34px;
    margin-bottom: 90px;
  }
}

.l-footer {
  padding: 94px 0;
}
@media screen and (max-width: 899px) {
  .l-footer {
    padding: 0 0 14%;
  }
}
.l-footer__inner {
  padding-bottom: 54px;
  margin: 0 auto;
  width: 90%;
  max-width: 1160px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .l-footer__inner {
    padding: 0;
  }
}
.l-footer__content {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 899px) {
  .l-footer__content {
    flex-direction: column;
    align-items: center;
    padding: 37% 0 0;
  }
}
.l-footer__official {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  letter-spacing: 2.2px;
}
@media screen and (max-width: 899px) {
  .l-footer__official {
    display: none;
  }
}
.l-footer__official a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding-right: 22px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .l-footer__official a:hover .l-footer__official-text::after {
    transform: translateY(-50%) scaleX(1);
    transform-origin: left;
  }
}
.l-footer__official a::before {
  content: "";
  width: 8px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #fff;
}
.l-footer__official-text {
  position: relative;
}
.l-footer__official-text::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scaleX(0);
  background-color: #fff;
  transform-origin: right;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.l-footer__logo {
  margin: 0 auto;
  width: 60%;
}
@media screen and (max-width: 899px) {
  .l-footer__logo {
    width: 66%;
    max-width: 320px;
  }
}
.l-footer__logo svg {
  fill: #fff;
  transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 900px) {
  .l-footer__logo:hover svg {
    fill: #9fa1c0;
  }
}
@media screen and (max-width: 899px) {
  .l-footer__menu {
    display: none;
  }
}
.l-footer__menu-list {
  display: flex;
  flex-wrap: wrap;
}
.l-footer__menu-list-item {
  width: 50%;
  font-family: "Outfit", sans-serif;
  line-height: 1.3;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 3px;
}
.l-footer__menu-list-item a {
  text-decoration: none;
  color: #fff;
  position: relative;
}
.l-footer__bnr {
  margin-top: 74px;
}
@media screen and (max-width: 899px) {
  .l-footer__bnr {
    margin-top: 41px;
  }
}
.l-footer__bnr-list {
  display: flex;
}
@media screen and (max-width: 899px) {
  .l-footer__bnr-list {
    justify-content: center;
  }
}
.l-footer__bnr-list-item {
  height: 67px;
}
@media screen and (max-width: 899px) {
  .l-footer__bnr-list-item {
    height: 8vh;
    max-height: 50px;
  }
}
@media screen and (min-width: 900px) {
  .l-footer__bnr-list-item {
    transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .l-footer__bnr-list-item:hover {
    opacity: 0.5;
  }
}
.l-footer__bnr-list-item + .l-footer__bnr-list-item {
  margin-left: 20px;
}
@media screen and (max-width: 899px) {
  .l-footer__bnr-list-item + .l-footer__bnr-list-item {
    margin-left: 15px;
  }
}
.l-footer__bnr-list-item img {
  height: 100%;
}
.l-footer__box.-left {
  width: 39.5%;
  max-width: 377px;
}
.l-footer__box.-center {
  width: 41%;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 899px) {
  .l-footer__box.-center {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
  }
}
.l-footer__copy {
  font-size: 11px;
  text-align: center;
  letter-spacing: 1px;
  font-family: "Outfit", sans-serif;
  letter-spacing: 1.5px;
}
@media screen and (min-width: 900px) {
  .l-footer__copy {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    text-align: center;
  }
}
@media screen and (max-width: 899px) {
  .l-footer__copy {
    margin-top: 47px;
    font-size: 10px;
  }
}
.l-footer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .l-footer__sns {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 899px) {
  .l-footer__sns {
    margin-top: 49px;
  }
}
.l-footer__sns-ttl {
  font-size: 13px;
  letter-spacing: 1.5px;
  font-family: "Outfit", sans-serif;
  margin-right: 30px;
}
@media screen and (max-width: 899px) {
  .l-footer__sns-ttl {
    margin-right: 28px;
  }
}
.l-footer__snslist {
  display: flex;
  align-items: center;
}
.l-footer__snslist-item {
  width: 15px;
}
@media screen and (max-width: 899px) {
  .l-footer__snslist-item {
    width: 18px;
  }
}
@media screen and (min-width: 900px) {
  .l-footer__snslist-item {
    transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .l-footer__snslist-item:hover {
    opacity: 0.5;
  }
}
.l-footer__snslist-item + .l-footer__snslist-item {
  margin-left: 21px;
}
@media screen and (max-width: 899px) {
  .l-footer__snslist-item + .l-footer__snslist-item {
    margin-left: 32px;
  }
}
.l-footer__snslist-item svg {
  fill-rule: evenodd;
  fill: #fff;
}
.l-footer__pagetop {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10%;
  cursor: pointer;
}
@media screen and (max-width: 899px) {
  .l-footer__pagetop {
    top: 0;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 23%;
    max-width: 134px;
  }
}
@media screen and (min-width: 900px) {
  .l-footer__pagetop {
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .l-footer__pagetop:hover {
    transform: scale(1.15);
  }
  .l-footer__pagetop:hover .l-footer__pagetop-base {
    transform: rotate(90deg);
  }
}
.l-footer__pagetop-base {
  transition: transform 3s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-load .l-footer__pagetop-base img {
  animation: loop_rotate 15s linear infinite both;
}
.l-footer__pagetop-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scaleY(-1);
  width: 16%;
  fill: #fff;
}
@media screen and (max-width: 899px) {
  .l-footer__pagetop-arrow {
    width: 15%;
  }
}

.p-bg {
  position: fixed;
  top: 135px;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .p-bg {
    position: absolute;
  }
}
@media screen and (max-width: 899px) {
  .p-bg.-in {
    top: 69px;
    position: fixed;
  }
}
@media screen and (max-width: 899px) {
  .p-bg.-top {
    display: none;
    top: auto;
    bottom: 23%;
  }
  .is-fix-bg .p-bg.-top {
    position: fixed;
    top: 69px;
    bottom: auto;
  }
}
.p-bg__list {
  display: flex;
  min-width: 4000px;
  width: 100%;
  transform: scale(0.98);
  opacity: 0;
}
.is-op-end .p-bg__list {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1.2s cubic-bezier(0.65, 0, 0.35, 1), transform 2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 3.2s;
}
.is-op-skip .p-bg__list {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1.2s cubic-bezier(0.65, 0, 0.35, 1), transform 2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 2s;
}
.is-load .-in .p-bg__list {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1.2s cubic-bezier(0.65, 0, 0.35, 1), transform 2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.5s;
}
@media screen and (max-width: 899px) {
  .p-bg__list {
    min-width: auto;
    width: 1030px;
  }
}
.p-bg__list-item {
  flex-shrink: 0;
  min-width: 2000px;
  width: 58%;
  position: relative;
}
.is-load .p-bg__list-item {
  animation: loop_text 40s linear infinite both;
}
@media screen and (max-width: 899px) {
  .p-bg__list-item {
    min-width: auto;
    width: 100%;
  }
}
.p-bg__list-base {
  position: relative;
}
.p-bg__list-rgb {
  opacity: 0;
}
.is-load .p-bg__list-rgb {
  animation: opacity-shift 3s steps(1, end) infinite alternate both 6s;
}
@keyframes opacity-shift {
  0% {
    opacity: 1;
  }
  1.3333333333% {
    opacity: 1;
  }
  2.6666666667% {
    opacity: 1;
  }
  4% {
    opacity: 1;
  }
  5.3333333333% {
    opacity: 1;
  }
  6.6666666667% {
    opacity: 1;
  }
  8% {
    opacity: 1;
  }
  9.3333333333% {
    opacity: 1;
  }
  10.6666666667% {
    opacity: 1;
  }
  12% {
    opacity: 1;
  }
  13.3333333333% {
    opacity: 1;
  }
  14.6666666667% {
    opacity: 1;
  }
  16% {
    opacity: 1;
  }
  17.3333333333% {
    opacity: 1;
  }
  18.6666666667% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  21.3333333333% {
    opacity: 1;
  }
  22.6666666667% {
    opacity: 1;
  }
  0%, 24%, 100% {
    opacity: 0;
  }
}
.p-bg__list-rgb-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
}
.is-load .p-bg__list-rgb-item.-r {
  animation: rgb-shift-r 3s steps(1, end) infinite alternate both 6s;
}
@keyframes rgb-shift-r {
  0% {
    transform: translate(-0.2181404882%, -0.1695993825%);
  }
  1.3333333333% {
    transform: translate(0.0823918588%, -0.170823694%);
  }
  2.6666666667% {
    transform: translate(-0.1317366551%, 0.3671560612%);
  }
  4% {
    transform: translate(-0.3735546741%, 0.6612991813%);
  }
  5.3333333333% {
    transform: translate(0.0547149183%, 0.2857950552%);
  }
  6.6666666667% {
    transform: translate(0.6593498334%, 0.4964241768%);
  }
  8% {
    transform: translate(-0.4459516208%, -0.6083512247%);
  }
  9.3333333333% {
    transform: translate(-0.2346044315%, -0.1570795046%);
  }
  10.6666666667% {
    transform: translate(0.1379280042%, 0.2681452051%);
  }
  12% {
    transform: translate(-0.3041983215%, 0.6388831228%);
  }
  13.3333333333% {
    transform: translate(-0.1708949559%, -0.1615247312%);
  }
  14.6666666667% {
    transform: translate(-0.1582056601%, -0.6332765015%);
  }
  16% {
    transform: translate(-0.1506301091%, -0.1203618992%);
  }
  17.3333333333% {
    transform: translate(0.3464246008%, -0.0480525632%);
  }
  18.6666666667% {
    transform: translate(-0.276696333%, 0.4310866281%);
  }
  20% {
    transform: translate(0.5999136688%, -0.636897728%);
  }
  21.3333333333% {
    transform: translate(-0.1428957079%, -0.1059416752%);
  }
  22.6666666667% {
    transform: translate(0.5674569017%, 0.3927910828%);
  }
  0%, 24%, 100% {
    transform: none;
  }
}
.is-load .p-bg__list-rgb-item.-g {
  animation: rgb-shift-g 3s steps(1, end) infinite alternate both 6s;
}
@keyframes rgb-shift-g {
  0% {
    transform: translate(0.0947892724%, -0.5205366898%);
  }
  1.3333333333% {
    transform: translate(0.1815001597%, 0.6956466786%);
  }
  2.6666666667% {
    transform: translate(0.3501916962%, 0.03446119%);
  }
  4% {
    transform: translate(-0.1426611191%, -0.6788817134%);
  }
  5.3333333333% {
    transform: translate(0.2745584916%, -0.073838178%);
  }
  6.6666666667% {
    transform: translate(-0.0115393594%, -0.4901612248%);
  }
  8% {
    transform: translate(-0.0730159968%, 0.551356192%);
  }
  9.3333333333% {
    transform: translate(-0.5415091327%, 0.4341086033%);
  }
  10.6666666667% {
    transform: translate(-0.2811663783%, -0.4101663111%);
  }
  12% {
    transform: translate(-0.4232110727%, -0.6744578582%);
  }
  13.3333333333% {
    transform: translate(-0.592389869%, -0.0679400742%);
  }
  14.6666666667% {
    transform: translate(-0.0169039061%, -0.0035897954%);
  }
  16% {
    transform: translate(-0.0636308842%, 0.1299223015%);
  }
  17.3333333333% {
    transform: translate(-0.0343094298%, -0.3477114697%);
  }
  18.6666666667% {
    transform: translate(0.2140339988%, -0.0555786131%);
  }
  20% {
    transform: translate(0.0933112587%, 0.1021432695%);
  }
  21.3333333333% {
    transform: translate(0.5039345768%, 0.0053206836%);
  }
  22.6666666667% {
    transform: translate(-0.6411124145%, -0.0406633226%);
  }
  0%, 24%, 100% {
    transform: none;
  }
}
.is-load .p-bg__list-rgb-item.-b {
  animation: rgb-shift-b 3s steps(1, end) infinite alternate both 6s;
}
@keyframes rgb-shift-b {
  0% {
    transform: translate(-0.3433003728%, 0.197018472%);
  }
  1.3333333333% {
    transform: translate(0.4050471852%, 0.4043409727%);
  }
  2.6666666667% {
    transform: translate(0.4261462363%, -0.0719124496%);
  }
  4% {
    transform: translate(-0.1757582152%, -0.2543743991%);
  }
  5.3333333333% {
    transform: translate(-0.3158556465%, 0.0699846805%);
  }
  6.6666666667% {
    transform: translate(-0.1397243806%, -0.6337351488%);
  }
  8% {
    transform: translate(-0.4912977437%, -0.3372554814%);
  }
  9.3333333333% {
    transform: translate(-0.4910510823%, 0.5379947105%);
  }
  10.6666666667% {
    transform: translate(-0.3029741323%, -0.588907046%);
  }
  12% {
    transform: translate(-0.6944031819%, 0.1539570512%);
  }
  13.3333333333% {
    transform: translate(0.3128740069%, 0.1100895845%);
  }
  14.6666666667% {
    transform: translate(0.1905663713%, -0.1529113229%);
  }
  16% {
    transform: translate(-0.1665372473%, 0.5712869288%);
  }
  17.3333333333% {
    transform: translate(-0.3012591057%, 0.2393728092%);
  }
  18.6666666667% {
    transform: translate(-0.4350108199%, 0.1970891653%);
  }
  20% {
    transform: translate(-0.4652788827%, 0.6305150136%);
  }
  21.3333333333% {
    transform: translate(0.3833724467%, -0.4282147376%);
  }
  22.6666666667% {
    transform: translate(0.4666051616%, -0.0121664002%);
  }
  0%, 24%, 100% {
    transform: none;
  }
}

.p-bgGlich {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.p-bgGlich__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.is-load .-g1 .p-bgGlich__item:nth-child(1) {
  background: url(../img/bg/glitch01.png) no-repeat center center;
  background-size: cover;
  opacity: 0;
  animation: glitch_bg 3s steps(1, end) infinite alternate both 6s;
}
.is-load .-g1 .p-bgGlich__item:nth-child(2) {
  background: url(../img/bg/glitch02.png) no-repeat center center;
  background-size: cover;
  opacity: 0;
  animation: glitch_bg 3s steps(1, end) infinite alternate both 6.13s;
}
.is-load .-g1 .p-bgGlich__item:nth-child(3) {
  background: url(../img/bg/glitch03.png) no-repeat center center;
  background-size: cover;
  opacity: 0;
  animation: glitch_bg 3s steps(1, end) infinite alternate both 6.26s;
}
.is-load .-g1 .p-bgGlich__item:nth-child(4) {
  background: url(../img/bg/glitch04.png) no-repeat center center;
  background-size: cover;
  opacity: 0;
  animation: glitch_bg 3s steps(1, end) infinite alternate both 6.39s;
}
.is-load .-g2 .p-bgGlich__item:nth-child(1) {
  background: url(../img/bg/glitch01.png) no-repeat center center;
  background-size: cover;
  opacity: 0;
  animation: glitch_bg 3s steps(1, end) infinite alternate both 6.8s;
}
.is-load .-g2 .p-bgGlich__item:nth-child(2) {
  background: url(../img/bg/glitch02.png) no-repeat center center;
  background-size: cover;
  opacity: 0;
  animation: glitch_bg 3s steps(1, end) infinite alternate both 6.93s;
}
.is-load .-g2 .p-bgGlich__item:nth-child(3) {
  background: url(../img/bg/glitch03.png) no-repeat center center;
  background-size: cover;
  opacity: 0;
  animation: glitch_bg 3s steps(1, end) infinite alternate both 7.06s;
}
.is-load .-g2 .p-bgGlich__item:nth-child(4) {
  background: url(../img/bg/glitch04.png) no-repeat center center;
  background-size: cover;
  opacity: 0;
  animation: glitch_bg 3s steps(1, end) infinite alternate both 7.19s;
}

.p-frame {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 2;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  padding: 16px 6px;
}
@media screen and (max-width: 899px) {
  .p-frame {
    padding: 17% 1.8%;
  }
}
.p-frame__item {
  height: 100%;
  width: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 899px) {
  .p-frame__item {
    width: 1.4%;
  }
}
.p-frame__item:nth-of-type(2) {
  margin-right: 1px;
}
.p-frame__item svg {
  fill: #fff;
}
.p-frame__top {
  width: 100%;
}

.c-more__inner {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  padding-right: 33px;
  text-decoration: none;
}
@media screen and (max-width: 899px) {
  .c-more__inner {
    padding-right: 19px;
  }
}
.c-more__inner::before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../img/icon/arrow_r.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .c-more__inner::before {
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 900px) {
  .c-more a:hover .c-more__text::after {
    transform: translateY(-50%) scaleX(1);
    transform-origin: left;
  }
}
.c-more__text {
  color: #fff;
  font-family: "Outfit", sans-serif;
  letter-spacing: 3px;
  font-size: 18px;
  position: relative;
}
.c-more__text::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scaleX(0);
  background-color: #fff;
  transform-origin: right;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 899px) {
  .c-more__text {
    font-size: 13px;
    letter-spacing: 2.5px;
  }
}

.c-btn {
  text-align: center;
  background: #fff;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}
.c-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9fa1c0;
  transform: scaleX(0);
  transform-origin: right;
  pointer-events: none;
  transition: transform 0.7s cubic-bezier(0.76, 0, 0.24, 1);
}
@media screen and (min-width: 900px) {
  .c-btn:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.c-btn__inner {
  text-decoration: none;
  padding: 20px 17% 22px;
  display: block;
  position: relative;
}
@media screen and (max-width: 899px) {
  .c-btn__inner {
    padding: 13px 17% 14px;
  }
}
.c-btn__icon {
  position: absolute;
  top: 50%;
  right: 9%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 899px) {
  .c-btn__icon {
    width: 15px;
    height: 15px;
    right: 10%;
  }
}
.c-btn__text {
  color: #000;
  font-size: 18px;
  letter-spacing: 1px;
}
@media screen and (max-width: 899px) {
  .c-btn__text {
    font-size: 13px;
  }
}

.shuffle-effect-hover {
  transition: color 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 900px) {
  .shuffle-effect-hover:hover {
    color: #9fa1c0;
  }
}

.m-modal__content {
  max-width: 1800px !important;
  width: 85% !important;
}
@media screen and (max-width: 899px) {
  .m-modal__content {
    width: 100% !important;
  }
}
.is-modal-overflow-prep .m-modal__content {
  padding: 30px 0;
  margin: 0 auto;
}
.m-modal__close-btn {
  top: 49px !important;
  right: 2.5% !important;
  width: 60px !important;
  height: 60px !important;
  position: fixed !important;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 900px) {
  .m-modal__close-btn:hover {
    transform: rotate(180deg) scale(0.8);
  }
  .m-modal__close-btn:hover::before, .m-modal__close-btn:hover::after {
    transform: translate(-50%, -50%) rotate(0) !important;
  }
}
.m-modal__close-btn::before, .m-modal__close-btn::after {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 140% !important;
  height: 2px !important;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 899px) {
  .m-modal__close-btn::before, .m-modal__close-btn::after {
    height: 1px !important;
  }
}
.m-modal__close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg) !important;
}
.m-modal__close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}
@media screen and (max-width: 899px) {
  .m-modal__close-btn {
    width: 37px !important;
    height: 37px !important;
    top: 18px !important;
    right: 18px !important;
  }
}

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

@media screen and (min-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}