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

@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body {
  background: radial-gradient(circle, #E7E7E7 0%, #ffffff 100%);
  background-attachment: fixed;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
}
body .m-modal .m-modal__bg {
  position: fixed !important;
  background: rgba(255, 255, 255, 0.9);
}
body .m-modal .m-modal__content {
  max-width: 1270px;
}
@media screen and (max-width: 959px) {
  body .m-modal .m-modal__content {
    width: 91%;
  }
}
body.is-modal-open {
  overflow: auto !important;
}

.l-grid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.piece {
  transition: transform 0.2s;
  overflow: visible;
  pointer-events: auto;
}

.l-wrap {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .l-wrap {
    padding-top: 10px;
  }
}
@media screen and (max-width: 959px) {
  .l-wrap.-in {
    padding-top: 70px;
  }
}
.l-wrap__inner {
  margin: 0 auto;
  padding: 75px 0;
  margin: 0 auto;
  width: 90%;
  max-width: 1270px;
  min-height: 100vh;
}
@media screen and (max-width: 959px) {
  .l-wrap__inner {
    padding: 0 0;
    width: 91%;
  }
}

.l-logo {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 146px;
  font-family: "Asimovian", "IBM Plex Mono", monospace;
  font-size: min(155px, 11.9230769231vw);
  letter-spacing: 5px;
  line-height: 0.9;
  font-weight: 700;
}
.l-logo a {
  text-decoration: none;
}
.l-logo.-in {
  font-size: min(98px, 7.5384615385vw);
}
@media screen and (max-width: 959px) {
  .l-logo.-in {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 45px;
    font-size: min(48px, 11.7333333333vw);
    letter-spacing: min(1.5px, 0.4vw);
  }
}
.l-logo.-in span {
  min-width: 18px;
}
@media screen and (max-width: 959px) {
  .l-logo.-in span {
    min-width: min(13px, 3.4666666667vw);
  }
}
.l-logo.-in span:hover {
  transform: translateY(min(8px, 0.6153846154vw));
}
@media screen and (max-width: 959px) {
  .l-logo.-in span:hover {
    transform: translateY(min(4px, 1.0666666667vw));
  }
}
@media screen and (max-width: 959px) {
  .l-logo {
    margin-bottom: 45px;
    font-size: min(77px, 20.5333333333vw);
    letter-spacing: 2.5px;
    font-weight: 700;
  }
}
.l-logo__sub {
  color: #222222;
}
.l-logo__shadow {
  color: transparent;
  position: absolute;
  font-weight: 400;
  top: min(13px, 1vw);
  left: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-text-stroke: min(6px, 0.4615384615vw) rgb(84, 84, 84);
}
.-in .l-logo__shadow {
  top: min(8px, 0.6153846154vw);
  -webkit-text-stroke: 4px rgb(84, 84, 84);
}
@media screen and (max-width: 959px) {
  .-in .l-logo__shadow {
    top: min(4px, 1.0666666667vw);
    -webkit-text-stroke: min(2.5px, 0.6666666667vw) rgb(84, 84, 84);
  }
}
@media screen and (max-width: 959px) {
  .l-logo__shadow {
    top: min(6px, 1.6vw);
    -webkit-text-stroke: min(4px, 1.0666666667vw) rgb(84, 84, 84);
  }
}
.l-logo span {
  display: inline-block;
  transition: transform 0.1s ease-out;
}
.l-logo span:hover {
  transform: translateY(min(13px, 1vw));
}
@media screen and (max-width: 959px) {
  .l-logo span:hover {
    transform: translateY(min(6px, 1.6vw));
  }
}

.l-content {
  position: relative;
  padding-bottom: 85px;
}
@media screen and (max-width: 959px) {
  .l-content {
    padding-bottom: 32px;
  }
}

.l-section + .l-section {
  margin-top: 143px;
}
@media screen and (max-width: 959px) {
  .l-section + .l-section {
    margin-top: 34px;
  }
}
.l-section__ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .l-section__ttl {
    margin-bottom: 8px;
  }
}
.l-section__ttl h2 {
  font-size: min(41px, 3.1538461538vw);
  padding-bottom: 4px;
  line-height: 1.3;
  transform: translateX(-35px);
  opacity: 0;
  position: relative;
  overflow: hidden;
}
.l-section__ttl h2::before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #000;
  box-sizing: border-box;
  transform: translateX(-100%);
}
.l-section.is-active .l-section__ttl h2 {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-section.is-active .l-section__ttl h2::before {
  transform: translateX(0);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .l-section__ttl h2 {
    padding-bottom: 1px;
    border-width: 1px;
    font-size: 17px;
    letter-spacing: 1px;
  }
}
.l-section__ttl h2 .is-light {
  vertical-align: baseline;
  font-weight: 400;
  padding: 0 47px;
  font-size: 43px;
}
@media screen and (max-width: 959px) {
  .l-section__ttl h2 .is-light {
    padding: 0 16px;
    font-size: 22px;
  }
}
.l-section__ttl-en {
  text-align: right;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 700;
  font-size: min(16px, 1.2307692308vw);
  margin-top: 6px;
  transform: translateX(30px);
  opacity: 0;
}
.l-section.is-active .l-section__ttl-en {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .l-section__ttl-en {
    font-size: 8px;
    margin-top: 2px;
  }
}

.c-more {
  text-align: center;
}
.c-more__inner {
  border: 1px solid #222222;
  display: block;
  text-decoration: none;
  border-radius: 5px;
  padding: min(23px, 1.7692307692vw) min(20px, 1.5384615385vw);
  background-color: #fff;
  transition: background 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .c-more__inner {
    padding: 13px 15px;
    border-radius: 3px;
  }
}
@media (hover: hover) {
  .c-more__inner:hover {
    background-color: #222222;
  }
  .c-more__inner:hover .c-more__text {
    color: #fff;
  }
}
.c-more__text {
  color: #000;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 700;
  font-size: min(30px, 2.3076923077vw);
  letter-spacing: 1.5px;
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .c-more__text {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}

.c-btn {
  border: 2px solid #222222;
  text-align: center;
  background-color: #222222;
  border-radius: 5px;
  overflow: hidden;
  transition: background 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .c-btn {
    border-radius: 3px;
  }
}
@media (hover: hover) {
  .c-btn:hover {
    background-color: #fff;
  }
  .c-btn:hover .c-btn__text {
    color: #000;
  }
}
.c-btn__inner {
  display: block;
  text-decoration: none;
  padding: 15px 20px 19px;
}
@media screen and (max-width: 959px) {
  .c-btn__inner {
    padding: 12px 20px 13px;
  }
}
.c-btn__text {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .c-btn__text {
    font-size: 14px;
  }
}

.c-back {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 28px;
  position: relative;
  padding-bottom: 5px;
}
.c-back::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #000;
  pointer-events: none;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .c-back:hover::before {
    transform: scaleX(1);
    transform-origin: right;
  }
}
@media screen and (max-width: 959px) {
  .c-back {
    font-size: 13px;
  }
}

.c-link {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  vertical-align: baseline;
  padding: 3px 10px 5px;
  line-height: 1.4;
  transition: background 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .c-link {
    padding: 2px 7px 3px;
  }
}
@media (hover: hover) {
  .c-link:hover {
    background-color: #545454;
  }
}

.c-pager {
  padding: 0 44px;
}
@media screen and (max-width: 959px) {
  .c-pager {
    padding: 0 29px;
  }
}
.c-pager__list {
  display: flex;
  justify-content: center;
}
.c-pager__list-item {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(26px, 2vw);
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .c-pager__list-item {
    font-size: 12px;
  }
}
.c-pager__list-item + .c-pager__list-item {
  margin-left: 30px;
}
@media screen and (max-width: 959px) {
  .c-pager__list-item + .c-pager__list-item {
    margin-left: 25px;
  }
}
.c-pager__list-item a {
  text-decoration: none;
  color: #000;
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .c-pager__list-item a:hover {
    color: #545454;
  }
}
.c-pager__list-item span {
  vertical-align: baseline;
  position: relative;
  display: inline-block;
}
.c-pager__list-item span::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: #000;
}
@media screen and (max-width: 959px) {
  .c-pager__list-item span::before {
    bottom: -6px;
  }
}
.c-pager__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .c-pager__btn {
    width: 15px;
    height: 15px;
  }
}
.c-pager__btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-pager__btn::before {
  content: "";
  position: relative;
  display: block;
  width: 8px;
  height: 3px;
  background-color: #000;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .c-pager__btn::before {
    height: 2px;
    width: 5px;
  }
}
.c-pager__btn.is-disable {
  opacity: 0;
  pointer-events: none;
}
.c-pager__btn.-next {
  right: 0;
}
@media (hover: hover) {
  .c-pager__btn.-next:hover::before {
    transform: translateX(6px);
    width: 15px;
  }
}
.c-pager__btn.-prev {
  left: 0;
}
@media (hover: hover) {
  .c-pager__btn.-prev:hover::before {
    transform: translateX(-6px);
    width: 15px;
  }
}

.c-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .c-category {
    margin: 0 auto;
    width: 90%;
    max-width: 290px;
  }
}
.c-category__item {
  font-weight: 700;
  font-size: min(20px, 1.5384615385vw);
  letter-spacing: 1.5px;
  margin: 0 min(23px, 1.7692307692vw) 5px;
}
@media screen and (max-width: 959px) {
  .c-category__item {
    font-size: 11px;
    margin: 0 10px 11px;
  }
}
.c-category__item a {
  text-decoration: none;
  color: #000;
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .c-category__item a:hover {
    color: #545454;
  }
}
.c-category__item span {
  vertical-align: baseline;
  position: relative;
}
.c-category__item span::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #000;
}
@media screen and (max-width: 959px) {
  .c-category__item span::before {
    bottom: -3px;
  }
}

.l-modal {
  text-align: left;
  transform: scale(0.95);
  opacity: 0;
}
.is-open .l-modal {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-close .l-modal {
  opacity: 1;
  transform: scale(1);
}
.l-modal__inner {
  padding: 80px 0;
}
@media screen and (max-width: 959px) {
  .l-modal__inner {
    padding: 24px 0;
  }
}
.l-modal__content {
  position: relative;
  background-color: #fff;
  border: 1px solid #000;
  padding: 10.5% 15% 9.5% 6.8%;
}
@media screen and (max-width: 959px) {
  .l-modal__content {
    padding: 7.5% 8% 15.5% 8%;
  }
}
.l-modal .m-modal__close {
  position: absolute;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .l-modal .m-modal__close {
    top: 50%;
    right: 5.6%;
    transform: translateY(-50%);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-modal .m-modal__close:hover {
    transform: translateY(-50%) rotate(180deg);
  }
}
@media screen and (max-width: 959px) {
  .l-modal .m-modal__close {
    position: absolute;
    bottom: 13px;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    height: 25px;
  }
}
.l-modal .m-modal__close::before, .l-modal .m-modal__close::after {
  content: "";
  width: 90%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
}
.l-modal .m-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-modal .m-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.is-modal-overflow-prep .m-modal .m-modal__content {
  margin: 0 auto;
}

.l-footer {
  background-color: #000;
  text-align: center;
  color: #fff;
  padding: 30px 20px;
}
@media screen and (max-width: 959px) {
  .l-footer {
    padding: 12px 15px 8px;
  }
}
.l-footer__copy {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: gray;
}
@media screen and (max-width: 959px) {
  .l-footer__copy {
    font-size: 6px;
  }
}

.l-menu {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1320px;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
  padding: 93px 10px;
}
.is-menu-open .l-menu {
  pointer-events: auto;
}
@media screen and (max-width: 959px) {
  .l-menu {
    padding: 11px 12px;
  }
}
.l-menu__btn {
  position: absolute;
  top: 109px;
  right: 25px;
  width: 65px;
  z-index: 1;
  pointer-events: all;
  cursor: pointer;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .l-menu__btn:hover {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 959px) {
  .l-menu__btn {
    top: 20px;
    right: 21px;
    width: 37px;
  }
}
.l-menu__btn-open {
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-menu-open .l-menu__btn-open {
  opacity: 0;
}
.l-menu__btn-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
}
.is-menu-open .l-menu__btn-close {
  opacity: 1;
  transition-delay: 0s;
}
.l-menu__content {
  position: relative;
  width: 30rem;
  margin-left: auto;
}
@media screen and (min-width: 960px) {
  .l-menu__content {
    height: 585px;
  }
}
@media screen and (max-width: 959px) {
  .l-menu__content {
    width: 100%;
    max-height: 100%;
  }
}
.is-menu-open .l-menu__content {
  opacity: 1;
}
.l-menu__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(217, 217, 217, 0.9);
  transform-origin: top right;
  border-radius: 5px;
  transform: scale(0.3);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-menu-open .l-menu__content::before {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .l-menu__content::before {
    border-radius: 3px;
  }
}
.l-menu__content-inner {
  overflow: auto;
  max-height: 100%;
}
@media screen and (max-width: 959px) {
  .l-menu__content-inner {
    max-height: var(--content_height);
  }
}
.l-menu__main {
  position: relative;
  padding: 100px 15px 137px;
}
@media screen and (max-width: 959px) {
  .l-menu__main {
    padding: 71px 9px 92px;
  }
}
.l-menu__deco {
  position: absolute;
  bottom: 24px;
  right: 15px;
  z-index: 1;
  width: 65px;
  transform: translateY(-30px);
  opacity: 0;
  cursor: pointer;
}
.is-menu-open .l-menu__deco {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 959px) {
  .l-menu__deco {
    width: 37px;
    bottom: 10px;
    right: 9px;
  }
}
@media (hover: hover) {
  .l-menu__deco:hover img {
    transform: scale(0.95);
  }
}
.l-menu__deco img {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-menu__list {
  position: relative;
  text-align: right;
}
.l-menu__list-item {
  line-height: 1.3;
  transform: translateY(-35px);
  opacity: 0;
}
.is-menu-open .l-menu__list-item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-menu-open .l-menu__list-item:nth-child(1) {
  transition-delay: 0.2s;
}
.is-menu-open .l-menu__list-item:nth-child(2) {
  transition-delay: 0.28s;
}
.is-menu-open .l-menu__list-item:nth-child(3) {
  transition-delay: 0.36s;
}
.is-menu-open .l-menu__list-item:nth-child(4) {
  transition-delay: 0.44s;
}
.is-menu-open .l-menu__list-item:nth-child(5) {
  transition-delay: 0.52s;
}
.is-menu-open .l-menu__list-item:nth-child(6) {
  transition-delay: 0.6s;
}
.is-menu-open .l-menu__list-item:nth-child(7) {
  transition-delay: 0.68s;
}
.is-menu-open .l-menu__list-item:nth-child(8) {
  transition-delay: 0.76s;
}
.is-menu-open .l-menu__list-item:nth-child(9) {
  transition-delay: 0.84s;
}
.is-menu-open .l-menu__list-item:nth-child(10) {
  transition-delay: 0.92s;
}
.is-menu-open .l-menu__list-item:nth-child(11) {
  transition-delay: 1s;
}
.is-menu-open .l-menu__list-item:nth-child(12) {
  transition-delay: 1.08s;
}
.is-menu-open .l-menu__list-item:nth-child(13) {
  transition-delay: 1.16s;
}
.is-menu-open .l-menu__list-item:nth-child(14) {
  transition-delay: 1.24s;
}
.is-menu-open .l-menu__list-item:nth-child(15) {
  transition-delay: 1.32s;
}
.l-menu__list-item + .l-menu__list-item {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .l-menu__list-item + .l-menu__list-item {
    margin-top: 16px;
  }
}
.l-menu__list-item a {
  text-decoration: none;
  color: #000;
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: 700;
  position: relative;
}
@media (hover: hover) {
  .l-menu__list-item a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.l-menu__list-item a::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #000;
  pointer-events: none;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .l-menu__list-item a {
    font-size: 14.5px;
  }
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #fff;
}
.is-load .l-loading {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.l-loading__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.is-load .l-loading__content {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-loading .loader {
  color: #000;
  font-size: 50px;
  text-indent: -9999em;
  overflow: hidden;
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: mltShdSpin 1.8s infinite ease, round 1.8s infinite ease;
}
@media screen and (max-width: 959px) {
  .l-loading .loader {
    font-size: 35px;
  }
}

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

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