@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;0,800;0,900;1,700;1,800&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/*!
  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, caption, tbody, tfoot, thead, tr, th, td,
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;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: 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;
}

.swiper {
  position: relative;
  margin-left: auto;
  list-style: none;
  padding: 0;
  z-index: 1;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

body .m-modal__content {
  z-index: 100;
}
body .m-modal .m-modal__close-btn {
  position: fixed;
  top: 3%;
  right: 3%;
  width: 90px;
  cursor: pointer;
}
@media not all and (max-width: 900px) {
  body .m-modal .m-modal__close-btn {
    transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  }
  body .m-modal .m-modal__close-btn:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 900px) {
  body .m-modal .m-modal__close-btn {
    top: 2%;
    right: 2%;
    width: 45px;
    height: 40px;
  }
}
@media not all and (max-width: 900px) {
  body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
    width: 7px !important;
  }
}
@media screen and (max-width: 900px) {
  body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
    height: 40px !important;
    width: 3px !important;
  }
}
body .m-modal .m-modal__close-btn::before {
  transform: rotate(-120deg) !important;
}
body .m-modal .m-modal__close-btn::after {
  transform: rotate(120deg) !important;
}
body .m-modal .m-modal__close-line {
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: 7px;
}
@media screen and (max-width: 900px) {
  body .m-modal .m-modal__close-line {
    height: 25px;
    margin-bottom: 4px;
  }
}
body .m-modal .m-modal__close-line span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #ffffff;
}
body .m-modal .m-modal__close-line span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-27deg);
}
body .m-modal .m-modal__close-line span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(27deg);
}
body .m-modal .m-modal__close-txt {
  font-size: 25px;
  letter-spacing: 0.34rem;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  body .m-modal .m-modal__close-txt {
    font-size: 13px;
    letter-spacing: 0.14rem;
  }
}
body .m-modal .m-modal__bg {
  background-color: rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 767px) {
  body .m-modal .m-modal__content {
    width: 100%;
  }
}
@media not all and (max-width: 900px) {
  body .m-modal .m-modal__content {
    max-width: 150vh;
  }
}
body.is-modal-afteropen .m-modal .m-modal__bg-layer::before {
  transform-origin: left center;
  transform: scaleX(1);
  animation: dot_bg_loop_sp 1s linear infinite;
}

#youtubePlayer_ui {
  display: none;
}

@media not all and (max-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
html {
  touch-action: manipulation;
}

body,
button,
input,
select,
textarea,
datalist {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: normal;
}
@media not all and (max-width: 900px) {
  body,
  button,
  input,
  select,
  textarea,
  datalist {
    font-size: 16px;
  }
}

body {
  background: #000;
  color: #ffffff;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  font-family: YakuHanJPs_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
}

h2 {
  font-weight: 400;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

* {
  -webkit-tap-highlight-color: transparent;
}

main {
  display: block;
}

a {
  color: currentColor;
  text-decoration: none;
}

svg {
  fill-rule: evenodd;
  width: 100%;
  height: 100%;
}

[data-modal] {
  cursor: pointer;
}

[tabindex] {
  cursor: pointer;
}
[tabindex].focus-visible {
  outline: 1px solid;
}

.js-focus-visible :focus:not(:focus-visible) {
  outline: 0;
}

.visually-hidden {
  font-size: 0;
  opacity: 0;
}

/*============================
  .l-header
============================*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.l-header__inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: clip-out 0.5s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.is-menu-open .l-header__inner {
  pointer-events: auto;
  animation: clip-in 0.4s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.l-header__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000 url(../img/common/bg.jpg) center center repeat-y;
  background-size: 100% auto;
}
.l-header__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000 url(../img/common/logo.png) center center no-repeat;
  background-size: 38% auto;
  opacity: 0.1;
}
@media screen and (max-width: 900px) {
  .l-header__inner::after {
    background-size: 73% auto;
  }
}
.l-header__twi {
  position: fixed;
  bottom: 3.5%;
  right: 2%;
  width: 136px;
  height: 136px;
  transform: translateX(120%);
  opacity: 0;
}
@media not all and (max-width: 900px) {
  .l-header__twi img {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-header__twi:hover img {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 900px) {
  .l-header__twi {
    bottom: auto;
    top: 1.5%;
    right: 2.5%;
    width: 68px;
    height: 68px;
  }
  .is-menu-open .l-header__twi {
    top: auto;
    bottom: 1.5%;
  }
}
.is-op-end .l-header__twi {
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 2s, opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 2s;
  transform: translateX(0%);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .is-op-end .l-header__twi {
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 2s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 2s;
  }
}
.is-skip .l-header__twi {
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transform: translateX(0%);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .is-skip .l-header__twi {
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  }
}
.l-header__twi-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media not all and (max-width: 900px) {
  .l-header__twi-inner {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-header__twi:hover .l-header__twi-inner {
    transform: scale(1.1);
  }
}
.l-header__twi-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/btn_x-frame.png) center center no-repeat;
  background-size: contain;
  animation: rotate 10s linear infinite;
}
.l-header__btn {
  position: fixed;
  top: 28px;
  left: 0;
  width: 72px;
  height: 50px;
  cursor: pointer;
}
@media not all and (max-width: 900px) {
  .l-header__btn {
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-header__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 900px) {
  .l-header__btn {
    top: 8px;
    width: 36px;
    height: 36px;
  }
}
.l-header__btn-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
[data-page=top] .l-header__btn-line {
  transform: translateX(-100%);
}
.is-op-end [data-page=top] .l-header__btn-line {
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 2s;
  transform: translateX(0%);
}
.is-skip [data-page=top] .l-header__btn-line {
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transform: translateX(0%);
}
.l-header__btn-line span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 7px;
  background: #ffffff;
  transform: translateY(-50%);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .l-header__btn-line span {
    height: 3px;
  }
}
.l-header__btn-line span:nth-child(1) {
  transform: translateY(-13px);
}
@media screen and (max-width: 900px) {
  .l-header__btn-line span:nth-child(1) {
    transform: translateY(-6px);
  }
}
.is-menu-open .l-header__btn-line span:nth-child(1) {
  transform: rotate(20deg);
}
.l-header__btn-line span:nth-child(2) {
  transform: translateY(13px);
}
@media screen and (max-width: 900px) {
  .l-header__btn-line span:nth-child(2) {
    transform: translateY(6px);
  }
}
.is-menu-open .l-header__btn-line span:nth-child(2) {
  transform: rotate(-20deg);
}
.l-header__logo {
  position: fixed;
  top: 2.2%;
  width: 139px;
}
@media not all and (max-width: 900px) {
  .l-header__logo {
    right: 1.5%;
  }
}
@media screen and (max-width: 900px) {
  .l-header__logo {
    left: 50%;
    width: 76px;
    transform: translateX(-50%);
  }
}
.is-menu-open .l-header__logo {
  z-index: -1;
}

.l-nav {
  position: relative;
  z-index: 1;
}
@media not all and (max-width: 900px) {
  .l-nav {
    width: 75%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .l-nav {
    width: 84%;
    margin: 0 auto;
  }
}
@media not all and (max-width: 900px) {
  .l-nav__list {
    display: grid;
    grid-template-columns: 58% 42%;
    row-gap: 12px;
  }
}
.l-nav__list-item {
  transform: translateX(-50px);
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-top: 14.5px;
  }
}
.is-menu-open .l-nav__list-item {
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(0px);
  opacity: 1;
}
.is-menu-open .l-nav__list-item:nth-child(1) {
  transition-delay: 0s;
}
.is-menu-open .l-nav__list-item:nth-child(2) {
  transition-delay: 0.1s;
}
.is-menu-open .l-nav__list-item:nth-child(3) {
  transition-delay: 0.2s;
}
.is-menu-open .l-nav__list-item:nth-child(4) {
  transition-delay: 0.3s;
}
.is-menu-open .l-nav__list-item:nth-child(5) {
  transition-delay: 0.4s;
}
.is-menu-open .l-nav__list-item:nth-child(6) {
  transition-delay: 0.5s;
}
.is-menu-open .l-nav__list-item:nth-child(7) {
  transition-delay: 0.6s;
}
.is-menu-open .l-nav__list-item:nth-child(8) {
  transition-delay: 0.7s;
}
.is-menu-open .l-nav__list-item:nth-child(9) {
  transition-delay: 0.8s;
}
.is-menu-open .l-nav__list-item:nth-child(10) {
  transition-delay: 0.9s;
}
.is-menu-open .l-nav__list-item:nth-child(11) {
  transition-delay: 1s;
}
.is-menu-open .l-nav__list-item:nth-child(12) {
  transition-delay: 1.1s;
}
.is-menu-open .l-nav__list-item:nth-child(13) {
  transition-delay: 1.2s;
}
.is-menu-open .l-nav__list-item:nth-child(14) {
  transition-delay: 1.3s;
}
.is-menu-open .l-nav__list-item:nth-child(15) {
  transition-delay: 1.4s;
}
.is-menu-open .l-nav__list-item:nth-child(16) {
  transition-delay: 1.5s;
}
.is-menu-open .l-nav__list-item:nth-child(17) {
  transition-delay: 1.6s;
}
.is-menu-open .l-nav__list-item:nth-child(18) {
  transition-delay: 1.7s;
}
.is-menu-open .l-nav__list-item:nth-child(19) {
  transition-delay: 1.8s;
}
.is-menu-open .l-nav__list-item:nth-child(20) {
  transition-delay: 1.9s;
}
.l-nav__link {
  display: inline-block;
  position: relative;
  font-family: YakuHanJPs_Noto, "Montserrat", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 800;
  font-size: 67px;
  font-size: clamp(45px, 4.6527777778vw, 100px);
  letter-spacing: -0.15rem;
}
@media screen and (max-width: 900px) {
  .l-nav__link {
    font-size: 35px;
  }
}
@media not all and (max-width: 900px) {
  .l-nav__link:hover::after {
    transform: scaleX(1) translateY(-50%);
  }
  .l-nav__link::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(100% + 10px);
    height: 5px;
    background: currentColor;
    transform: scaleX(0) translateY(-50%);
    transform-origin: left;
    transition: transform 0.35s cubic-bezier(0.65, 0, 0.35, 1);
  }
}
.l-nav__link span {
  display: block;
}

/*============================
footer
============================*/
.l-footer {
  padding-bottom: 72px;
  color: #474749;
}
.l-footer__container {
  font-family: YakuHanJPs_Noto, "Montserrat", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  width: 90%;
  width: 87.5%;
  margin: 0 auto;
}
.l-footer__head {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 4px solid rgba(255, 255, 255, 0.3);
  border-bottom: 4px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 900px) {
  .l-footer__head {
    grid-template-columns: 57.5% 42.5%;
    border-width: 2px;
  }
}
.l-footer__inner {
  padding-top: 58px;
}
@media not all and (max-width: 900px) {
  .l-footer__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.l-footer__official-item + .l-footer__official-item {
  margin-top: 26px;
}
@media screen and (max-width: 900px) {
  .l-footer__official-item + .l-footer__official-item {
    margin-top: 27px;
  }
}
.l-footer__official-link {
  position: relative;
}
@media not all and (max-width: 900px) {
  .l-footer__official-link {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .l-footer__official-link::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ffffff;
    opacity: 0.2;
    transform: scaleX(0) translateY(-50%);
    transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
    transform-origin: left;
  }
  .l-footer__official-link:hover::after {
    transform: scaleX(1) translateY(-50%);
  }
  .l-footer__official-link:hover .l-in-ttl {
    animation: shake 0.2s linear alternate infinite;
  }
  .l-footer__official-link:hover .l-in-txt {
    animation: shake 0.2s linear alternate infinite;
  }
}
.l-footer__official-link .l-in-ttl {
  letter-spacing: 0.046rem;
  font-weight: 700;
  font-size: 15px;
}
@media screen and (max-width: 900px) {
  .l-footer__official-link .l-in-ttl {
    font-size: 11.5px;
    letter-spacing: 0.03rem;
  }
}
.l-footer__official-link .l-in-txt {
  padding-left: 3px;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .l-footer__official-link .l-in-txt {
    margin-top: 5px;
    font-size: 11.5px;
  }
}
@media not all and (max-width: 900px) {
  .l-footer__links {
    margin-right: 5.8%;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__links {
    display: flex;
    margin-top: min(16%, 80px);
  }
}
@media not all and (max-width: 900px) {
  .l-footer__links-item + .l-footer__links-item {
    margin-top: 34px;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__links-item + .l-footer__links-item {
    margin-left: 23px;
  }
}
.l-footer__links-txt {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05rem;
}
@media not all and (max-width: 900px) {
  .l-footer__links-txt {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .l-footer__links-txt::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ffffff;
    opacity: 0.2;
    transform: scaleX(0) translateY(-50%);
    transition: transform 0.25s cubic-bezier(0.65, 0, 0.35, 1);
    transform-origin: left;
  }
  .l-footer__links-txt:hover {
    animation: shake 0.2s linear alternate infinite;
  }
  .l-footer__links-txt:hover::after {
    transform: scaleX(1) translateY(-50%);
  }
}
@media screen and (max-width: 900px) {
  .l-footer__links-txt {
    font-size: 10px;
    transform: scale(0.9);
    transform-origin: left center;
  }
}
.l-footer__copy {
  width: 100%;
  margin-top: 52px;
  font-size: 11px;
  font-family: YakuHanJPs_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 900px) {
  .l-footer__copy {
    margin-top: 17%;
    margin-top: min(17%, 90px);
    font-size: 10px;
  }
}

.l-footer_sns {
  margin: 20px 0;
  padding: 26px 0;
  padding-right: 4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .l-footer_sns {
    margin: 11px 0;
    padding: 16px 0;
    padding-right: 4%;
  }
}
.l-footer_sns.--share {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.l-footer_sns__ttl {
  font-size: 31px;
  font-weight: 800;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .l-footer_sns__ttl {
    font-size: 10px;
  }
}
.--account .l-footer_sns__ttl {
  padding-left: 10%;
}
.l-footer_sns__list {
  width: 54%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .l-footer_sns__list {
    width: 65%;
  }
  .--account .l-footer_sns__list {
    width: 40%;
  }
}
.l-footer_sns__list-item {
  position: relative;
  width: 17.6%;
  padding-top: 17.6%;
}
.l-footer_sns__list-item + .l-footer_sns__list-item {
  margin-left: 15%;
}
@media screen and (max-width: 900px) {
  .l-footer_sns__list-item {
    width: 5.6vw;
    padding-top: 5.6vw;
  }
}
.l-footer_sns__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}
.l-footer_sns__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
}
.l-footer_sns__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media not all and (max-width: 900px) {
  .l-footer_sns__link:hover {
    animation: shake2 0.5s linear infinite;
  }
  .l-footer_sns__link:hover::before {
    animation: noiseBefore 0.61s linear infinite;
  }
  .l-footer_sns__link:hover::after {
    animation: noiseAfter 0.79s linear infinite;
    opacity: 0.3;
  }
}
.--twi .l-footer_sns__link {
  background-image: url(../img/common/icon_x.svg);
  background-size: 80% auto;
}
.--twi .l-footer_sns__link::before {
  background: url(../img/common/icon_x.svg) center center no-repeat;
  background-size: 80% auto;
}
.--twi .l-footer_sns__link::after {
  -webkit-mask: url(../img/common/icon_x.svg) center center no-repeat;
  mask: url(../img/common/icon_x.svg) center center no-repeat;
  -webkit-mask-size: 80% auto;
  mask-size: 80% auto;
}
.--fb .l-footer_sns__link {
  background-image: url(../img/common/icon_facebook.svg);
}
.--fb .l-footer_sns__link::before {
  background: url(../img/common/icon_facebook.svg) center center no-repeat;
  background-size: contain;
}
.--fb .l-footer_sns__link::after {
  -webkit-mask: url(../img/common/icon_facebook.svg) center center no-repeat;
  mask: url(../img/common/icon_facebook.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.--line .l-footer_sns__link {
  background-image: url(../img/common/icon_line.svg);
}
.--line .l-footer_sns__link::before {
  background: url(../img/common/icon_line.svg) center center no-repeat;
  background-size: contain;
}
.--line .l-footer_sns__link::after {
  -webkit-mask: url(../img/common/icon_line.svg) center center no-repeat;
  mask: url(../img/common/icon_line.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.l-in {
  position: relative;
  padding-top: 142px;
  padding-bottom: 148px;
}
@media screen and (max-width: 900px) {
  .l-in {
    padding-top: 100px;
    padding-bottom: 90px;
  }
}
.l-in::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #000;
  transform-origin: right;
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.is-load .l-in::after {
  transform: scaleX(0);
}
.l-in__container {
  transform: translateX(-100px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .l-in__container {
  transform: scaleX(1);
  opacity: 1;
}
.l-in__header {
  position: relative;
}
@media not all and (max-width: 900px) {
  .l-in__header {
    width: 87.5%;
    margin: 0 auto 38px;
  }
}
.l-in__ttl {
  font-family: YakuHanJPs_Noto, "Montserrat", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 800;
  font-size: 80px;
  letter-spacing: -0.08rem;
}
@media screen and (max-width: 900px) {
  .l-in__ttl {
    margin-bottom: 26px;
    text-align: center;
    font-size: 53px;
    letter-spacing: -0.03rem;
  }
}
.l-wrapper {
  position: relative;
  overflow: hidden;
}
.l-wrapper__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000 url(../img/common/bg.jpg) center center repeat-y;
  background-size: 100% auto;
}
.l-wrapper__particle {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.is-menu-open .l-wrapper__particle {
  z-index: 3;
}
.l-wrapper__particle canvas {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-main {
  min-height: 100vh;
  position: relative;
}

.l-section__ttl {
  color: #474749;
}

.c-pagination {
  position: relative;
  font-family: YakuHanJPs_Noto, "Montserrat", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
}
.c-pagination__list {
  text-align: center;
}
@media screen and (max-width: 900px) {
  .c-pagination__list {
    margin-bottom: 26px;
  }
}
.c-pagination__list-item {
  display: inline-block;
}
@media not all and (max-width: 900px) {
  .c-pagination__list-item {
    font-size: 20px;
    padding: 2px 3px;
  }
}
@media screen and (max-width: 900px) {
  .c-pagination__list-item {
    padding: 2px;
    font-size: 13px;
  }
}
@media not all and (max-width: 900px) {
  .c-pagination__list-item + .c-pagination__list-item {
    margin-left: 48.5px;
  }
}
@media screen and (max-width: 900px) {
  .c-pagination__list-item + .c-pagination__list-item {
    margin-left: 20px;
  }
}
.c-pagination__list-item a,
.c-pagination__list-item span {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  box-sizing: border-box;
  color: #474749;
}
@media not all and (max-width: 900px) {
  .c-pagination__list-item a,
  .c-pagination__list-item span {
    width: 16px;
    height: 16px;
    line-height: 16px;
    transition: opacity 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  }
}
.c-pagination__list-item a::after,
.c-pagination__list-item span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transform: translateY(-50%) scaleX(0);
  transform-origin: left;
  transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}
.c-pagination__list-item span {
  color: #ffffff;
}
@media not all and (max-width: 900px) {
  .c-pagination__list-item a:hover {
    color: #ffffff;
  }
  .c-pagination__list-item a:hover::after {
    transform: translateY(-50%) scaleX(1);
  }
}
@media screen and (max-width: 900px) {
  .c-pagination__nav {
    display: flex;
    justify-content: space-between;
  }
}
.c-pagination__nav-button {
  position: relative;
  width: 80px;
}
@media not all and (max-width: 900px) {
  .c-pagination__nav-button {
    position: absolute;
    top: 50%;
    width: 98px;
    margin-top: -8px;
  }
}
.c-pagination__nav-button.is-disabled {
  pointer-events: none !important;
  opacity: 0.3;
}
@media not all and (max-width: 900px) {
  .c-pagination__nav-button.-prev {
    left: 0;
  }
}
@media not all and (max-width: 900px) {
  .c-pagination__nav-button.-next {
    right: 0;
  }
}
.c-pagination__nav-link {
  display: block;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media not all and (max-width: 900px) {
  .c-pagination__nav-link {
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-pagination__nav-link:hover {
    transform: translateX(-7px);
  }
}
.-next .c-pagination__nav-link {
  flex-direction: row-reverse;
}
@media not all and (max-width: 900px) {
  .-next .c-pagination__nav-link:hover {
    transform: translateX(7px);
  }
}
.c-pagination__nav-arrow {
  position: relative;
  display: block;
  width: 20px;
}
@media screen and (max-width: 900px) {
  .c-pagination__nav-arrow {
    width: 13px;
  }
}
@media not all and (max-width: 900px) {
  .c-pagination__nav-arrow::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/common/icon_arrowR_fill.svg) center center no-repeat;
    background-size: contain;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: -webkit-clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1);
    transition: clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1);
    transition: clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1), -webkit-clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  }
}
.-prev .c-pagination__nav-arrow::before {
  background: url(../img/common/icon_arrowL_fill.svg) center center no-repeat;
  background-size: contain;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
@media not all and (max-width: 900px) {
  .c-pagination__nav-link:hover .c-pagination__nav-arrow::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.c-pagination__nav-text {
  display: block;
  padding-left: 10px;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .c-pagination__nav-text {
    padding-left: 6px;
    font-size: 15.5px;
    letter-spacing: 0.04rem;
  }
}
.-next .c-pagination__nav-text {
  padding-left: 0;
  padding-right: 10px;
}
@media screen and (max-width: 900px) {
  .-next .c-pagination__nav-text {
    padding-right: 6px;
  }
}
.c-pagination__nav-button.-prev .c-pagination__nav-text {
  left: auto;
  right: 0;
  text-align: right;
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.is-load .c-loading {
  opacity: 0;
}
.c-loading__inner {
  --stroke-width: calc(60px / 6);
  width: 60px;
  height: 60px;
  border-width: var(--stroke-width);
  border-style: solid;
  border-color: #474749 #474749 #474749 transparent;
  border-radius: 50%;
  transform: rotate(0deg);
  animation: cubic-bezier(0.65, 0, 0.35, 1) 1s infinite loading;
}
@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes clip-out {
  0% {
    -webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@keyframes clip-in {
  0% {
    -webkit-clip-path: polygon(0 0, 0% 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0% 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes op_logo {
  0% {
    transform: translate(20px, 20px);
    opacity: 0;
  }
  20% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(-15px, -15px);
  }
  60% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(10px, 10px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes op_grich {
  0% {
    transform: translate(60px, 60px);
  }
  25% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-50px, -50px);
  }
  70% {
    transform: translate(0, 0);
  }
  82% {
    transform: translate(30px, 30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes op_grich2 {
  0% {
    transform: translate(-60px, -60px);
  }
  25% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(50px, -50px);
  }
  75% {
    transform: translate(0, 0);
  }
  90% {
    transform: translate(-30px, 30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes line_inout {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50.1% {
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
@keyframes noiseBefore {
  0% {
    top: 2px;
    left: -4px;
  }
  100% {
    top: -2px;
    left: 4px;
  }
}
@keyframes noiseAfter {
  0% {
    top: -2px;
    left: -4px;
  }
  100% {
    top: 2px;
    left: 4px;
  }
}
@keyframes shake {
  0% {
    transform: skewX(-15deg);
  }
  15% {
    transform: skewX(15deg);
  }
  30% {
    transform: skewX(-15deg);
  }
  45% {
    transform: skewX(15deg);
  }
  60% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
@keyframes shake2 {
  0% {
    transform: skewX(0deg);
  }
  30% {
    transform: skewX(0deg);
  }
  31% {
    transform: skewX(-20deg);
  }
  32% {
    transform: skewX(20deg);
  }
  33% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
@keyframes shake3 {
  0% {
    transform: skewX(0deg);
  }
  50% {
    transform: skewX(1deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
:root {
  --color-bb: #da1617;
  --color-bb2: #fe2a29;
  --color-mtc: #0647d9;
  --color-mtc2: #0B8FFC;
  --color-fp: #edba00;
  --color-fp2: #F7E500;
  --color-mtnr: #a8a8a8;
  --color-mtnr2: #CFCFCF;
  --color-dtth: #f36a00;
  --color-dtth2: #F99A02;
  --color-bat: #6c4095;
  --color-bat2: #955BC1;
  --color-chuoku: #FF0080;
  --color-chuoku2:rgb(255, 109, 182);
  --color-other: #434343;
}