@charset "UTF-8";
:root {
  --color-black: #000;
  --color-white: #fff;
  --color-gray: #a2a2a2;
  --color-border: #333333;
  --color-porple: #5245a1;
  --color-porple-light: #eac9e0;
  --color-porple-light2: #8b7dc8;
  --color-porple-border: #70145f;
  --color-btn-bg: #031320;
  --color-yellow: #e9df59;
}

:root {
  --vh: 100vh;
  --footer-height: 200px;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 1.5px;
  letter-spacing: 0.15rem;
  font-weight: 600;
  background-color: var(--color-black);
  font-family: "M PLUS Rounded 1c", -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%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

a {
  color: var(--text);
  position: relative;
  text-decoration: none;
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus-visible {
  outline: 1px solid var(--color-black) !important;
}

input, select, textarea {
  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;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ol, ul {
  list-style: none;
}

@media screen and (min-width: 901px) {
  .is-sp {
    display: none !important;
  }
  .is-sp-inline {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .sp-inline {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .is-pc {
    display: none !important;
  }
  .is-pc-inline {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
}
@media screen and (orientation: landscape) {
  .is-port {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .is-land {
    display: none !important;
  }
}
img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}
img[height] {
  height: auto !important;
}

[data-prefix]::before {
  content: attr(data-prefix);
}

[data-suffix]::after {
  content: attr(data-suffix);
}

.swiper-container {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.swiper-container.swiper-container-autoheight {
  height: auto;
}

.swiper-wrapper {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  color: var(--color-porple-light);
}

.l-main {
  position: relative;
  width: 100%;
  min-height: calc(100vh - var(--footer-height));
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: url(../img/common/bg_contentsB-1.jpg);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: cover;
  -webkit-transition: -webkit-transform 2.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: -webkit-transform 2.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 2.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 2.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, -webkit-transform 2.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
@media screen and (max-width: 900px) {
  .l-bg {
    height: 150%;
  }
}
[data-page=introduction] .l-bg {
  background-image: url(../img/intro/bg_intro.jpg);
  background-position: center center;
}
@media screen and (max-width: 900px) {
  [data-page=introduction] .l-bg {
    background-image: url(../img/intro/bg_intro_sp.jpg);
  }
}

/*============================
header
============================*/
.l-header {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  z-index: 100;
}
.l-header__bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  z-index: 100;
  padding: 0 4.8%;
}
@media screen and (min-width: 901px) {
  .l-header__bar {
    height: 105px;
    padding: 0 40px;
  }
}
.l-header__bar-inner {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .l-header__bar-right {
    margin-left: 160px;
    height: 105px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 0.4s ease-out 0s, visibility 0.4s ease-out, -webkit-transform 1.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: opacity 0.4s ease-out 0s, visibility 0.4s ease-out, -webkit-transform 1.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: opacity 0.4s ease-out 0s, transform 1.8s cubic-bezier(0.19, 1, 0.22, 1) 0s, visibility 0.4s ease-out;
    transition: opacity 0.4s ease-out 0s, transform 1.8s cubic-bezier(0.19, 1, 0.22, 1) 0s, visibility 0.4s ease-out, -webkit-transform 1.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
}

.l-header__logo {
  position: fixed;
  top: 41px;
  left: 50px;
  width: 207px;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
  overflow: hidden;
}
.is-load .l-header__logo {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
@media screen and (max-width: 900px) {
  .l-header__logo {
    top: 19px;
    left: 19px;
    width: 106px;
  }
}
.l-header__logo-link {
  display: block;
}

@media screen and (min-width: 901px) {
  .l-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.l-header__menu-item {
  margin-right: 45px;
}
.l-header__menu-item:last-of-type {
  margin-right: 0;
}
.l-header__menu-link {
  position: relative;
  display: block;
  padding: 10px 0;
}
.l-header__menu-link::before {
  position: absolute;
  content: "";
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.2, 0.37, 0.29, 1.01);
  transition: -webkit-transform 0.4s cubic-bezier(0.2, 0.37, 0.29, 1.01);
  transition: transform 0.4s cubic-bezier(0.2, 0.37, 0.29, 1.01);
  transition: transform 0.4s cubic-bezier(0.2, 0.37, 0.29, 1.01), -webkit-transform 0.4s cubic-bezier(0.2, 0.37, 0.29, 1.01);
}
.l-header__menu-link:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.l-header__menu-text {
  font-size: 18px;
  letter-spacing: 1.6px;
}

@media screen and (min-width: 901px) {
  .l-header__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.25em;
    margin-left: 46px;
  }
}
.l-header__sns-item {
  margin-right: 26px;
}
.l-header__sns-item:last-of-type {
  margin-right: 0;
}
.l-header__sns-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}
@media screen and (min-width: 901px) {
  .l-header__sns-link svg {
    width: 15px;
    height: 15px;
  }
}
.l-header__sns-link path {
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
@media screen and (min-width: 901px) {
  .l-header__sns-link:hover path {
    fill: rgba(255, 255, 255, 0.5);
  }
}

.l-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 100;
  color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.is-ready .l-nav {
  -webkit-transition: 0.5s 1s;
  transition: 0.5s 1s;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
}
.is-menu-open .l-nav {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-nav a {
  color: #fff;
}
.l-nav__logo {
  width: 117px;
  width: 31%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .l-nav__logo {
    position: relative;
    width: 90%;
    max-width: 226px;
  }
}
@media screen and (max-width: 900px) {
  .l-nav__logo {
    max-width: 200px;
    min-width: 117px;
  }
}
.l-nav__logo-link {
  display: block;
}
.l-nav__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../img/common/bg_contentsB-1.jpg) no-repeat;
  background-size: cover;
}
.l-nav__bg-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 20.05%;
  height: 100%;
  background-color: #000;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: scalex(0);
  transform: scalex(0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 901px) {
  .l-nav__bg-item {
    width: 10.05%;
  }
}
.is-menu-open .l-nav__bg-item {
  -webkit-transform: scalex(1);
  transform: scalex(1);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}
.l-nav__bg-item:nth-of-type(1) {
  left: 0%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media screen and (min-width: 901px) {
  .l-nav__bg-item:nth-of-type(1) {
    left: 0%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
.l-nav__bg-item:nth-of-type(2) {
  left: 20%;
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}
@media screen and (min-width: 901px) {
  .l-nav__bg-item:nth-of-type(2) {
    left: 10%;
    -webkit-transition-delay: 0.06s;
    transition-delay: 0.06s;
  }
}
.l-nav__bg-item:nth-of-type(3) {
  left: 40%;
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}
@media screen and (min-width: 901px) {
  .l-nav__bg-item:nth-of-type(3) {
    left: 20%;
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
  }
}
.l-nav__bg-item:nth-of-type(4) {
  left: 60%;
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}
@media screen and (min-width: 901px) {
  .l-nav__bg-item:nth-of-type(4) {
    left: 30%;
    -webkit-transition-delay: 0.18s;
    transition-delay: 0.18s;
  }
}
.l-nav__bg-item:nth-of-type(5) {
  left: 80%;
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
}
@media screen and (min-width: 901px) {
  .l-nav__bg-item:nth-of-type(5) {
    left: 40%;
    -webkit-transition-delay: 0.24s;
    transition-delay: 0.24s;
  }
}
.l-nav__bg-item:nth-of-type(6) {
  left: 100%;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media screen and (min-width: 901px) {
  .l-nav__bg-item:nth-of-type(6) {
    left: 50%;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}
.l-nav__bg-item:nth-of-type(7) {
  left: 120%;
  -webkit-transition-delay: 0.48s;
  transition-delay: 0.48s;
}
@media screen and (min-width: 901px) {
  .l-nav__bg-item:nth-of-type(7) {
    left: 60%;
    -webkit-transition-delay: 0.36s;
    transition-delay: 0.36s;
  }
}
.l-nav__bg-item:nth-of-type(8) {
  left: 140%;
  -webkit-transition-delay: 0.56s;
  transition-delay: 0.56s;
}
@media screen and (min-width: 901px) {
  .l-nav__bg-item:nth-of-type(8) {
    left: 70%;
    -webkit-transition-delay: 0.42s;
    transition-delay: 0.42s;
  }
}
.l-nav__bg-item:nth-of-type(9) {
  left: 160%;
  -webkit-transition-delay: 0.64s;
  transition-delay: 0.64s;
}
@media screen and (min-width: 901px) {
  .l-nav__bg-item:nth-of-type(9) {
    left: 80%;
    -webkit-transition-delay: 0.48s;
    transition-delay: 0.48s;
  }
}
.l-nav__bg-item:nth-of-type(10) {
  left: 180%;
  -webkit-transition-delay: 0.72s;
  transition-delay: 0.72s;
}
@media screen and (min-width: 901px) {
  .l-nav__bg-item:nth-of-type(10) {
    left: 90%;
    -webkit-transition-delay: 0.54s;
    transition-delay: 0.54s;
  }
}
.l-nav__bg-item:nth-of-type(11) {
  left: 200%;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
@media screen and (min-width: 901px) {
  .l-nav__bg-item:nth-of-type(11) {
    left: 100%;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
}
.l-nav__bg-item:nth-of-type(12) {
  left: 220%;
  -webkit-transition-delay: 0.88s;
  transition-delay: 0.88s;
}
@media screen and (min-width: 901px) {
  .l-nav__bg-item:nth-of-type(12) {
    left: 110%;
    -webkit-transition-delay: 0.66s;
    transition-delay: 0.66s;
  }
}
.l-nav__bg-item:nth-of-type(13) {
  left: 240%;
  -webkit-transition-delay: 0.96s;
  transition-delay: 0.96s;
}
@media screen and (min-width: 901px) {
  .l-nav__bg-item:nth-of-type(13) {
    left: 120%;
    -webkit-transition-delay: 0.72s;
    transition-delay: 0.72s;
  }
}
.l-nav__bg-item:nth-of-type(14) {
  left: 260%;
  -webkit-transition-delay: 1.04s;
  transition-delay: 1.04s;
}
@media screen and (min-width: 901px) {
  .l-nav__bg-item:nth-of-type(14) {
    left: 130%;
    -webkit-transition-delay: 0.78s;
    transition-delay: 0.78s;
  }
}
.l-nav__bg-item:nth-of-type(15) {
  left: 280%;
  -webkit-transition-delay: 1.12s;
  transition-delay: 1.12s;
}
@media screen and (min-width: 901px) {
  .l-nav__bg-item:nth-of-type(15) {
    left: 140%;
    -webkit-transition-delay: 0.84s;
    transition-delay: 0.84s;
  }
}
.l-nav__bg-item:nth-of-type(16) {
  left: 300%;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
@media screen and (min-width: 901px) {
  .l-nav__bg-item:nth-of-type(16) {
    left: 150%;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
}
.l-nav__bg-item:nth-of-type(17) {
  left: 320%;
  -webkit-transition-delay: 1.28s;
  transition-delay: 1.28s;
}
@media screen and (min-width: 901px) {
  .l-nav__bg-item:nth-of-type(17) {
    left: 160%;
    -webkit-transition-delay: 0.96s;
    transition-delay: 0.96s;
  }
}
.l-nav__bg-item:nth-of-type(18) {
  left: 340%;
  -webkit-transition-delay: 1.36s;
  transition-delay: 1.36s;
}
@media screen and (min-width: 901px) {
  .l-nav__bg-item:nth-of-type(18) {
    left: 170%;
    -webkit-transition-delay: 1.02s;
    transition-delay: 1.02s;
  }
}
.l-nav__bg-item:nth-of-type(19) {
  left: 360%;
  -webkit-transition-delay: 1.44s;
  transition-delay: 1.44s;
}
@media screen and (min-width: 901px) {
  .l-nav__bg-item:nth-of-type(19) {
    left: 180%;
    -webkit-transition-delay: 1.08s;
    transition-delay: 1.08s;
  }
}
.l-nav__bg-item:nth-of-type(20) {
  left: 380%;
  -webkit-transition-delay: 1.52s;
  transition-delay: 1.52s;
}
@media screen and (min-width: 901px) {
  .l-nav__bg-item:nth-of-type(20) {
    left: 190%;
    -webkit-transition-delay: 1.14s;
    transition-delay: 1.14s;
  }
}

.l-nav__inner {
  position: relative;
  display: table;
  width: 100%;
  min-height: 100%;
  z-index: 100;
}

.l-nav__content {
  padding: 30px 0;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
@media screen and (min-width: 901px) {
  .l-nav__content {
    padding: 80px 0;
  }
}

.l-nav__flow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.l-nav__main {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.is-menu-open .l-nav__main {
  -webkit-transition: opacity 0.3s 0.4s;
  transition: opacity 0.3s 0.4s;
  opacity: 1;
}
@media screen and (min-width: 901px) {
  .l-nav__main {
    width: 78.5%;
    margin: 0 auto;
  }
}

.l-nav__block {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 50px auto 0;
}
@media screen and (max-width: 900px) {
  .l-nav__block {
    width: 88%;
    max-width: 450px;
    margin: 50px auto 0;
  }
}

@media screen and (min-width: 901px) {
  .l-nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l-nav__menu-item {
  position: relative;
  width: 15%;
}
@media screen and (min-width: 901px) {
  .l-nav__menu-item {
    margin-left: 4.5%;
  }
}
@media screen and (max-width: 900px) {
  .l-nav__menu-item {
    width: 40%;
    margin: 0 auto;
  }
}
.l-nav__menu-item.-news {
  width: 13.5%;
}
@media screen and (max-width: 900px) {
  .l-nav__menu-item.-news {
    width: 23%;
  }
}
.l-nav__menu-item.-special {
  width: 17%;
}
@media screen and (max-width: 900px) {
  .l-nav__menu-item.-special {
    width: 44%;
  }
}
.l-nav__menu-item.-intro {
  width: 32%;
}
@media screen and (max-width: 900px) {
  .l-nav__menu-item.-intro {
    width: 53.5%;
  }
}
.l-nav__menu-item.-story {
  width: 15.5%;
}
@media screen and (max-width: 900px) {
  .l-nav__menu-item.-story {
    width: 24%;
  }
}
.l-nav__menu-item.-staff {
  width: 16.6%;
}
@media screen and (max-width: 900px) {
  .l-nav__menu-item.-staff {
    width: 26%;
  }
}
.l-nav__menu-item.-chara {
  width: 29.8%;
}
@media screen and (max-width: 900px) {
  .l-nav__menu-item.-chara {
    width: 49.8%;
  }
}
.l-nav__menu-item.-original {
  width: 22%;
}
@media screen and (max-width: 900px) {
  .l-nav__menu-item.-original {
    width: 36%;
  }
}
.l-nav__menu-item.-movie {
  width: 15.5%;
}
@media screen and (max-width: 900px) {
  .l-nav__menu-item.-movie {
    width: 24.5%;
  }
}
.l-nav__menu-item.-goods {
  width: 13.5%;
}
@media screen and (max-width: 900px) {
  .l-nav__menu-item.-goods {
    width: 23%;
  }
}
@media screen and (min-width: 901px) {
  .l-nav__menu-item:nth-child(4n-3) {
    margin-left: 0;
  }
  .l-nav__menu-item:nth-child(4n-3)::before {
    content: none;
  }
  .l-nav__menu-item:nth-child(n+5) {
    margin-top: 43px;
  }
  .l-nav__menu-item::before {
    content: "";
    position: absolute;
    top: 0%;
    left: -35px;
    width: 13px;
    height: 100%;
    background: url(../img/common/menu/line_menu.svg) center center no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 900px) {
  .l-nav__menu-item + .l-nav__menu-item {
    margin-top: 15.5px;
  }
}
.l-nav__menu-inner {
  display: block;
  padding: 10px 20px;
}
@media screen and (min-width: 901px) {
  .l-nav__menu-inner:hover::before {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    -webkit-transition: -webkit-clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: -webkit-clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  }
}
@media screen and (max-width: 900px) {
  .l-nav__menu-inner {
    padding: 5px;
  }
}
.l-nav__menu-inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  width: 100px;
  padding-top: 100px;
  opacity: 1;
  -webkit-clip-path: circle(0% at 50% 50%);
  clip-path: circle(0% at 50% 50%);
  background-color: var(--color-porple-border);
  -webkit-transition: -webkit-clip-path 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: -webkit-clip-path 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: clip-path 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: clip-path 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-clip-path 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
.l-nav__menu-img {
  position: relative;
}
.l-nav__menu-img figure img {
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 901px) {
  #js-nav-show-point {
    position: absolute;
    top: 40vh;
    bottom: 0;
    width: 1px;
    pointer-events: none;
    z-index: 100;
  }
}

@media screen and (min-width: 901px) {
  .l-nav_sns {
    position: fixed;
    right: 56px;
    bottom: 54px;
  }
}
@media screen and (max-width: 900px) {
  .l-nav_sns {
    position: relative;
    width: 54%;
    margin: 11% auto 0;
  }
}
@media screen and (min-width: 901px) {
  .l-nav_sns__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 901px) {
  .l-nav_sns__head {
    margin-right: 53px;
  }
}
.l-nav_sns__cap {
  width: 65px;
}
@media screen and (max-width: 900px) {
  .l-nav_sns__cap {
    width: 30%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .l-nav_sns__cont {
    margin-top: 15px;
  }
}
.l-nav_sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.l-nav_sns__item {
  width: 36px;
  margin-left: 44px;
}
@media screen and (max-width: 900px) {
  .l-nav_sns__item {
    width: 18%;
    margin-left: 25%;
  }
}
.l-nav_sns__item:first-of-type {
  margin-left: 0;
}
.l-nav_sns__link {
  display: block;
}
@media screen and (min-width: 901px) {
  .l-nav_sns__link:hover::before {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    -webkit-transition: -webkit-clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: -webkit-clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  }
}
.l-nav_sns__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  width: 130%;
  padding-top: 130%;
  opacity: 1;
  -webkit-clip-path: circle(0% at 50% 50%);
  clip-path: circle(0% at 50% 50%);
  background-color: var(--color-porple-border);
  -webkit-transition: -webkit-clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: -webkit-clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
.l-nav_sns__img {
  position: relative;
}
.l-hamburger {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 120px;
  height: 120px;
  cursor: pointer;
  z-index: 100;
  display: block;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  overflow: hidden;
  line-height: 1;
  padding: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
}
.is-load .l-hamburger {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
@media screen and (min-width: 901px) {
  .l-hamburger {
    top: 16px;
    right: 15px;
  }
}
@media screen and (max-width: 900px) {
  .l-hamburger {
    width: 65px;
    height: 65px;
    top: 5px;
    right: 5px;
  }
}
.l-hamburger__open {
  position: relative;
  height: 100%;
  display: block;
  background: url(../img/common/menu/btn_menu-bg.png) no-repeat;
  background-size: contain;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.is-menu-open .l-hamburger__open {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-hamburger__open .p-in-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.l-hamburger__open-bar {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 1px;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  overflow: hidden;
}
.l-hamburger__open-bar:nth-of-type(1) {
  top: 0px;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.l-hamburger__open-bar:nth-of-type(2) {
  top: 5px;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.l-hamburger__open-bar:nth-of-type(3) {
  top: 10px;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.is-menu-open .l-hamburger__open-bar {
  width: 0;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.is-menu-open .l-hamburger__open-bar:nth-of-type(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.is-menu-open .l-hamburger__open-bar:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.is-menu-open .l-hamburger__open-bar:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.l-hamburger__open-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: background-color cubic-bezier(0.25, 1, 0.5, 1) 0.7s;
  transition: background-color cubic-bezier(0.25, 1, 0.5, 1) 0.7s;
}
.l-hamburger__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/menu/btn_menu-bg_on.png) no-repeat;
  background-size: contain;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.is-menu-open .l-hamburger__close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-hamburger__close-inner {
  position: relative;
  height: 100%;
  display: block;
}
.l-hamburger__close-bar {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 0;
  -webkit-transition: width 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: width 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: width 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: width 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-menu-open .l-hamburger__close-bar {
  -webkit-transition: width 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 1.1s;
  transition: width 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 1.1s;
  transition: width 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 1.1s;
  transition: width 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 1.1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 1.1s;
}
.l-hamburger__close-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: background-color cubic-bezier(0.25, 1, 0.5, 1) 0.7s;
  transition: background-color cubic-bezier(0.25, 1, 0.5, 1) 0.7s;
}
.l-hamburger__close-bar:nth-of-type(1) {
  top: 0;
}
.is-menu-open .l-hamburger__close-bar:nth-of-type(1) {
  width: 30px;
  -webkit-transform: translateY(0) rotate(15deg);
  transform: translateY(0) rotate(15deg);
}
.l-hamburger__close-bar:nth-of-type(2) {
  top: 0;
}
.is-menu-open .l-hamburger__close-bar:nth-of-type(2) {
  width: 30px;
  -webkit-transform: translateY(0) rotate(-15deg);
  transform: translateY(0) rotate(-15deg);
}

/*============================
footer
============================*/
.l-footer {
  position: relative;
  background-color: var(--color-black);
  color: #a196e9;
}
.l-footer__bg {
  position: relative;
  padding-top: 5%;
}
@media screen and (max-width: 900px) {
  .l-footer__bg {
    padding-top: 20%;
  }
}
.l-footer__bg-img figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.l-footer__top {
  position: relative;
}
.l-footer__top-inner {
  position: relative;
  padding: 25px 0;
}
@media screen and (max-width: 900px) {
  .l-footer__top-inner {
    padding: 22px 0;
  }
}
.l-footer__top-inner::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
  height: 5%;
  border-top: 1px solid #292448;
  border-bottom: 3px solid #292448;
}
.l-footer__center-inner {
  position: relative;
  padding: 68px 0 57px;
}
@media screen and (max-width: 900px) {
  .l-footer__center-inner {
    padding: 34px 0 32px;
  }
}
.l-footer__center-inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #292448;
}
.l-footer__bottom {
  position: relative;
}
.l-footer__bottom-inner {
  padding: 28px 35px;
}
@media screen and (min-width: 901px) {
  .l-footer__bottom-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__bottom-inner {
    padding: 30px 0 55px;
  }
}
.l-footer__logo {
  width: 11.5%;
}
@media screen and (max-width: 900px) {
  .l-footer__logo {
    width: 43%;
    max-width: 220px;
    margin: 0 auto;
  }
}
.l-footer__copy {
  width: 12%;
}
@media screen and (min-width: 901px) {
  .l-footer__copy {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 900px) {
  .l-footer__copy {
    width: 38%;
    margin: 28px auto 0;
  }
}
.l-footer_menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .l-footer_menu__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
.l-footer_menu__item {
  position: relative;
  width: 8%;
}
@media screen and (min-width: 901px) {
  .l-footer_menu__item {
    margin-left: 50px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1180px) {
  .l-footer_menu__item {
    margin-left: 25px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1000px) {
  .l-footer_menu__item {
    margin-left: 15px;
  }
}
@media screen and (max-width: 900px) {
  .l-footer_menu__item {
    width: 50%;
  }
  .l-footer_menu__item:nth-child(even) {
    margin-left: 14%;
  }
  .l-footer_menu__item:nth-of-type(odd)::before {
    content: none;
  }
  .l-footer_menu__item:nth-of-type(n + 3) {
    margin-top: 10px;
  }
}
.l-footer_menu__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -33px;
  width: 9px;
  height: 100%;
  background: url(../img/common/menu/line_menu.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 901px) and (max-width: 1180px) {
  .l-footer_menu__item::before {
    left: -18px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1000px) {
  .l-footer_menu__item::before {
    left: -11px;
  }
}
@media screen and (max-width: 900px) {
  .l-footer_menu__item::before {
    left: -26px;
    width: 7px;
  }
}
@media screen and (min-width: 901px) {
  .l-footer_menu__item.-news {
    width: 5.7%;
    min-width: 84px;
  }
}
@media screen and (max-width: 900px) {
  .l-footer_menu__item.-news {
    width: 20%;
  }
}
@media screen and (min-width: 901px) {
  .l-footer_menu__item.-intro {
    width: 11.4%;
    min-width: 167.9px;
  }
}
@media screen and (max-width: 900px) {
  .l-footer_menu__item.-intro {
    width: 48%;
  }
}
@media screen and (min-width: 901px) {
  .l-footer_menu__item.-story {
    width: 6%;
    min-width: 88.3px;
  }
}
@media screen and (max-width: 900px) {
  .l-footer_menu__item.-story {
    width: 22%;
  }
}
@media screen and (min-width: 901px) {
  .l-footer_menu__item.-staff {
    width: 6.4%;
    min-width: 94.2px;
  }
}
@media screen and (max-width: 900px) {
  .l-footer_menu__item.-staff {
    width: 23.5%;
  }
}
@media screen and (min-width: 901px) {
  .l-footer_menu__item.-chara {
    width: 11.5%;
    min-width: 169.2px;
  }
}
@media screen and (max-width: 900px) {
  .l-footer_menu__item.-chara {
    width: 44%;
  }
}
@media screen and (min-width: 901px) {
  .l-footer_menu__item.-original {
    width: 8.5%;
    min-width: 125px;
  }
}
@media screen and (max-width: 900px) {
  .l-footer_menu__item.-original {
    width: 32%;
  }
}
@media screen and (min-width: 901px) {
  .l-footer_menu__item.-movie {
    width: 6%;
    min-width: 88.2px;
  }
}
@media screen and (max-width: 900px) {
  .l-footer_menu__item.-movie {
    width: 21.5%;
  }
}
.l-footer_menu__item.-special {
  width: 10.5%;
}
@media screen and (max-width: 900px) {
  .l-footer_menu__item.-special {
    width: 42%;
  }
}
@media screen and (min-width: 901px) {
  .l-footer_menu__item.-goods {
    width: 5.7%;
    min-width: 84px;
  }
}
@media screen and (max-width: 900px) {
  .l-footer_menu__item.-goods {
    width: 20%;
  }
}
.l-footer_menu__item:first-of-type {
  margin-left: 0;
}
.l-footer_menu__item:first-of-type::before {
  content: none;
}
.l-footer_menu__link {
  display: block;
  padding: 10px;
}
@media screen and (min-width: 901px) {
  .l-footer_menu__link:hover::before {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    -webkit-transition: -webkit-clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: -webkit-clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  }
}
@media screen and (max-width: 900px) {
  .l-footer_menu__link {
    padding: 5px;
  }
}
.l-footer_menu__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  padding-top: 60px;
  opacity: 1;
  -webkit-clip-path: circle(0% at 50% 50%);
  clip-path: circle(0% at 50% 50%);
  background-color: var(--color-porple-border);
  -webkit-transition: -webkit-clip-path 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: -webkit-clip-path 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: clip-path 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: clip-path 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-clip-path 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
.l-footer_menu__img {
  position: relative;
}
.l-footer_menu__img figure img {
  margin: 0 auto;
}

.l-footer_bnr {
  width: 90%;
  max-width: 1150px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .l-footer_bnr {
    width: 77%;
    max-width: 560px;
  }
}
.l-footer_bnr__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-footer_bnr__item {
  position: relative;
  width: 24%;
  margin-left: 1%;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  .l-footer_bnr__item:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .l-footer_bnr__item:nth-of-type(n + 5) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 900px) {
  .l-footer_bnr__item {
    width: 48%;
    margin-left: 4%;
    border-radius: 5px;
  }
  .l-footer_bnr__item:nth-of-type(odd) {
    margin-left: 0;
  }
  .l-footer_bnr__item:nth-of-type(n + 3) {
    margin-top: 10px;
  }
}
.l-footer_bnr__link {
  position: relative;
  display: block;
}
@media screen and (min-width: 901px) {
  .l-footer_bnr__link:hover::after {
    opacity: 0.5;
    -webkit-transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  }
}
.l-footer_bnr__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: var(--color-porple);
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  pointer-events: none;
}
.l-footer_bnr__img {
  position: relative;
}
.l-footer_sns {
  width: 21%;
}
@media screen and (max-width: 900px) {
  .l-footer_sns {
    width: 46%;
    max-width: 200px;
    margin: 30px auto 0;
  }
}
@media screen and (min-width: 901px) {
  .l-footer_sns__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.l-footer_sns__cap {
  width: 62%;
}
@media screen and (max-width: 900px) {
  .l-footer_sns__cap {
    width: 30%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .l-footer_sns__cont {
    margin-top: 15px;
  }
}
.l-footer_sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.l-footer_sns__item {
  width: 16%;
  margin-left: 19%;
}
@media screen and (max-width: 900px) {
  .l-footer_sns__item {
    width: 18%;
    margin-left: 25%;
  }
}
.l-footer_sns__item:first-of-type {
  margin-left: 0;
}
.l-footer_sns__link {
  position: relative;
  display: block;
}
@media screen and (min-width: 901px) {
  .l-footer_sns__link:hover::before {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    -webkit-transition: -webkit-clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: -webkit-clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  }
}
.l-footer_sns__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  width: 130%;
  padding-top: 130%;
  opacity: 1;
  -webkit-clip-path: circle(0% at 50% 50%);
  clip-path: circle(0% at 50% 50%);
  background-color: var(--color-porple-border);
  -webkit-transition: -webkit-clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: -webkit-clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
.l-footer_sns__img {
  position: relative;
}
.l-footer_billing {
  position: relative;
  padding: 74px 0;
  text-align: center;
  font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .l-footer_billing {
    padding: 37px 0 41px;
    overflow: hidden;
  }
}
.l-footer_billing::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #292448;
}
.l-footer_billing__original {
  margin-bottom: 25px;
}
@media screen and (max-width: 900px) {
  .l-footer_billing__original {
    margin-bottom: 19px;
  }
}
.l-footer_billing__original-ttl {
  margin-bottom: 6px;
  font-size: 15px;
  font-size: min(0.9375vw, 15px);
}
@media screen and (max-width: 900px) {
  .l-footer_billing__original-ttl {
    margin-bottom: 3px;
    font-size: 10px;
  }
}
.l-footer_billing__original-name {
  font-size: 24px;
  font-size: min(1.5vw, 24px);
  letter-spacing: 0.4px;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 900px) {
  .l-footer_billing__original-name {
    font-size: 16px;
  }
}
.l-footer_billing__cast {
  margin-bottom: 26px;
}
@media screen and (max-width: 900px) {
  .l-footer_billing__cast {
    margin-bottom: 20px;
  }
}
.l-footer_billing__cast span {
  display: inline-block;
  padding: 0 8px;
  font-size: 20px;
  font-size: min(1.25vw, 20px);
  letter-spacing: 0.2px;
  letter-spacing: 0.02rem;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .l-footer_billing__cast span {
    padding: 0 5px;
    font-size: 12px;
    line-height: 2;
  }
}
@media screen and (max-width: 900px) and (max-width: 360px) {
  .l-footer_billing__cast span {
    font-size: 10px;
  }
}
.l-footer_billing__staff {
  font-size: 14px;
  font-size: min(0.875vw, 14px);
}
@media screen and (max-width: 900px) {
  .l-footer_billing__staff {
    font-size: 10px;
    white-space: nowrap;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}
.l-footer_billing__staff-ttl {
  margin-bottom: 10px;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .l-footer_billing__staff-ttl {
    margin-bottom: 6px;
    font-size: 12px;
  }
}
.l-footer_billing__staff-inner {
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .l-footer_billing__staff-inner {
    letter-spacing: 0.06rem;
  }
}
@media screen and (max-width: 900px) and (max-width: 360px) {
  .l-footer_billing__staff-inner {
    margin-left: -3%;
  }
}
.l-footer_billing__staff-inner + .l-footer_billing__staff-inner {
  margin-top: 28px;
}
@media screen and (max-width: 900px) {
  .l-footer_billing__staff-inner + .l-footer_billing__staff-inner {
    margin-top: 21px;
  }
}
.l-footer_billing__staff-inner span {
  display: inline-block;
}
.l-footer_billing__staff-inner span + span {
  margin-left: 5px;
}
.l-footer_billing__txt {
  margin-top: 28px;
  font-size: 24px;
  font-size: min(1.5vw, 24px);
}
@media screen and (max-width: 900px) {
  .l-footer_billing__txt {
    margin-top: 13px;
    font-size: 11px;
  }
}