@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;800&family=Ultra&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanrp.min.css");
/*!
  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 {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

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 {
  vertical-align: baseline;
  margin: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

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] {
  cursor: help;
  border-bottom: 1px dotted;
}

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

hr {
  display: block;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #cccccc;
  padding: 0;
  height: 1px;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  background-color: transparent;
  min-height: 1.5em;
}

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 {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: '.';
}

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

.swiper-container.swiper-container-autoheight {
  height: auto;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 1;
  -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;
  padding: 0;
  width: 100%;
  height: 100%;
}

.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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

.u-hover-alpha {
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-alpha:hover {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-color {
  -webkit-transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-color:hover {
  -webkit-transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  color: #aaaaaa !important;
}

.u-hover-scale {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.u-hover-zoom {
  overflow: hidden;
}

.u-hover-zoom .u-hover-zoom-item {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-zoom:hover .u-hover-zoom-item {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-list-arrow {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-list-arrow:after {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-list-arrow:hover {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  color: #aaaaaa !important;
}

.u-hover-list-arrow:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-ta-center {
  text-align: center;
}

.u-ta-left {
  text-align: left;
}

.u-ta-right {
  text-align: right;
}

.u-fw-lighter {
  font-weight: lighter;
}

.u-fw-normal {
  font-weight: normal;
}

.u-fw-bold {
  font-weight: bold;
}

.u-font-en {
  font-family: 'Ultra', serif;
}

.u-mt-0 {
  margin-top: 0px;
}

.u-mb-0 {
  margin-bottom: 0px;
}

.u-mt-1 {
  margin-top: 1px;
}

.u-mb-1 {
  margin-bottom: 1px;
}

.u-mt-2 {
  margin-top: 2px;
}

.u-mb-2 {
  margin-bottom: 2px;
}

.u-mt-3 {
  margin-top: 3px;
}

.u-mb-3 {
  margin-bottom: 3px;
}

.u-mt-4 {
  margin-top: 4px;
}

.u-mb-4 {
  margin-bottom: 4px;
}

.u-mt-5 {
  margin-top: 5px;
}

.u-mb-5 {
  margin-bottom: 5px;
}

.u-mt-6 {
  margin-top: 6px;
}

.u-mb-6 {
  margin-bottom: 6px;
}

.u-mt-7 {
  margin-top: 7px;
}

.u-mb-7 {
  margin-bottom: 7px;
}

.u-mt-8 {
  margin-top: 8px;
}

.u-mb-8 {
  margin-bottom: 8px;
}

.u-mt-9 {
  margin-top: 9px;
}

.u-mb-9 {
  margin-bottom: 9px;
}

.u-mt-10 {
  margin-top: 10px;
}

.u-mb-10 {
  margin-bottom: 10px;
}

.u-mt-11 {
  margin-top: 11px;
}

.u-mb-11 {
  margin-bottom: 11px;
}

.u-mt-12 {
  margin-top: 12px;
}

.u-mb-12 {
  margin-bottom: 12px;
}

.u-mt-13 {
  margin-top: 13px;
}

.u-mb-13 {
  margin-bottom: 13px;
}

.u-mt-14 {
  margin-top: 14px;
}

.u-mb-14 {
  margin-bottom: 14px;
}

.u-mt-15 {
  margin-top: 15px;
}

.u-mb-15 {
  margin-bottom: 15px;
}

.u-mt-16 {
  margin-top: 16px;
}

.u-mb-16 {
  margin-bottom: 16px;
}

.u-mt-17 {
  margin-top: 17px;
}

.u-mb-17 {
  margin-bottom: 17px;
}

.u-mt-18 {
  margin-top: 18px;
}

.u-mb-18 {
  margin-bottom: 18px;
}

.u-mt-19 {
  margin-top: 19px;
}

.u-mb-19 {
  margin-bottom: 19px;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-mb-20 {
  margin-bottom: 20px;
}

.u-mt-21 {
  margin-top: 21px;
}

.u-mb-21 {
  margin-bottom: 21px;
}

.u-mt-22 {
  margin-top: 22px;
}

.u-mb-22 {
  margin-bottom: 22px;
}

.u-mt-23 {
  margin-top: 23px;
}

.u-mb-23 {
  margin-bottom: 23px;
}

.u-mt-24 {
  margin-top: 24px;
}

.u-mb-24 {
  margin-bottom: 24px;
}

.u-mt-25 {
  margin-top: 25px;
}

.u-mb-25 {
  margin-bottom: 25px;
}

.u-mt-26 {
  margin-top: 26px;
}

.u-mb-26 {
  margin-bottom: 26px;
}

.u-mt-27 {
  margin-top: 27px;
}

.u-mb-27 {
  margin-bottom: 27px;
}

.u-mt-28 {
  margin-top: 28px;
}

.u-mb-28 {
  margin-bottom: 28px;
}

.u-mt-29 {
  margin-top: 29px;
}

.u-mb-29 {
  margin-bottom: 29px;
}

.u-mt-30 {
  margin-top: 30px;
}

.u-mb-30 {
  margin-bottom: 30px;
}

.u-mt-31 {
  margin-top: 31px;
}

.u-mb-31 {
  margin-bottom: 31px;
}

.u-mt-32 {
  margin-top: 32px;
}

.u-mb-32 {
  margin-bottom: 32px;
}

.u-mt-33 {
  margin-top: 33px;
}

.u-mb-33 {
  margin-bottom: 33px;
}

.u-mt-34 {
  margin-top: 34px;
}

.u-mb-34 {
  margin-bottom: 34px;
}

.u-mt-35 {
  margin-top: 35px;
}

.u-mb-35 {
  margin-bottom: 35px;
}

.u-mt-36 {
  margin-top: 36px;
}

.u-mb-36 {
  margin-bottom: 36px;
}

.u-mt-37 {
  margin-top: 37px;
}

.u-mb-37 {
  margin-bottom: 37px;
}

.u-mt-38 {
  margin-top: 38px;
}

.u-mb-38 {
  margin-bottom: 38px;
}

.u-mt-39 {
  margin-top: 39px;
}

.u-mb-39 {
  margin-bottom: 39px;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mb-40 {
  margin-bottom: 40px;
}

.u-mt-41 {
  margin-top: 41px;
}

.u-mb-41 {
  margin-bottom: 41px;
}

.u-mt-42 {
  margin-top: 42px;
}

.u-mb-42 {
  margin-bottom: 42px;
}

.u-mt-43 {
  margin-top: 43px;
}

.u-mb-43 {
  margin-bottom: 43px;
}

.u-mt-44 {
  margin-top: 44px;
}

.u-mb-44 {
  margin-bottom: 44px;
}

.u-mt-45 {
  margin-top: 45px;
}

.u-mb-45 {
  margin-bottom: 45px;
}

.u-mt-46 {
  margin-top: 46px;
}

.u-mb-46 {
  margin-bottom: 46px;
}

.u-mt-47 {
  margin-top: 47px;
}

.u-mb-47 {
  margin-bottom: 47px;
}

.u-mt-48 {
  margin-top: 48px;
}

.u-mb-48 {
  margin-bottom: 48px;
}

.u-mt-49 {
  margin-top: 49px;
}

.u-mb-49 {
  margin-bottom: 49px;
}

.u-mt-50 {
  margin-top: 50px;
}

.u-mb-50 {
  margin-bottom: 50px;
}

/*!
  Styles
  */
img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

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

body,
button,
input,
select,
textarea,
datalist {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  font-weight: 500;
  font-size: 13.5px;
  line-height: 1.3;
  font-family: YakuHanRP, 'M PLUS 1p', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
  word-break: break-all;
}

main {
  display: block;
}

a {
  color: #000000;
  text-decoration: none;
}

.l-container {
  position: relative;
  opacity: 0;
  overflow: hidden;
}

.is-ready .l-container {
  opacity: 1;
}

.l-main {
  position: relative;
}

.l-main__wrapper {
  position: relative;
}

.l-header {
  position: relative;
  z-index: 2;
}

/*============================
  footer
============================*/

.l-footer__copy {
  font-weight: 700;
}

/*============================
  section
============================*/
.l-section {
  position: relative;
}

.l-section:nth-of-type(3n + 1) {
  background-color: #ffe301;
}

.l-section:nth-of-type(3n + 2) {
  background-color: #000000;
}

.l-section:nth-of-type(3n + 3) {
  background-color: #ffe301;
}

.l-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  padding-left: 27px;
  width: 100%;
  max-width: 1680px;
  height: 100%;
  pointer-events: none;
  font-size: 240px;
  font-size: clamp(144px, 30.968vh, 288px);
  line-height: 0.94;
  letter-spacing: 0.01em;
}

.l-section__bg-item {
  position: absolute;
  top: 47px;
}

.l-section[data-index="1"] .l-section__bg-item {
  color: #edd300;
}

.l-section[data-index="2"] .l-section__bg-item {
  color: #191919;
}

.l-section[data-index="3"] .l-section__bg-item {
  color: #edd300;
}

.l-section__bg-text span {
  display: inline-block;
  vertical-align: baseline;
}

.l-section__container {
  display: table;
  position: relative;
  margin: 0 auto;
  padding: 10px 0;
  min-height: 100vh;
  table-layout: fixed;
}

.l-section__wrapper {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  z-index: 1;
}

.l-section__ttl {
  position: relative;
  margin-bottom: 45px;
}

.l-section__ttl.is-hidden {
  position: absolute;
  top: 0;
  visibility: hidden;
  pointer-events: none;
}

.l-section__deco {
  position: relative;
}

.l-section__deco--1 img {
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.is-active .l-section__deco--1 img {
  -webkit-animation: norinori .8s alternate infinite ease-in-out;
  animation: norinori .8s alternate infinite ease-in-out;
}

.l-section__deco--2 {
  position: absolute;
  right: 4%;
  bottom: 32px;
  width: 49.5%;
}

.l-section__deco--2 img {
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.is-active .l-section__deco--2 img {
  -webkit-animation: norinori2 0.4s infinite alternate cubic-bezier(0.83, 0, 0.17, 1) 1s;
  animation: norinori2 0.4s infinite alternate cubic-bezier(0.83, 0, 0.17, 1) 1s;
}

.is-active .l-section__deco--3 img {
  -webkit-animation: spray 1.8s infinite;
  animation: spray 1.8s infinite;
}

.is-active .l-section__deco--4 img {
  -webkit-animation: rotateY 5s infinite alternate;
  animation: rotateY 5s infinite alternate;
}

/*============================
  footer
============================*/
/*============================
  sns
============================*/
.l-sns {
  position: fixed;
  top: 15px;
  z-index: 50;
}

.l-sns__list-item {
  margin: 0 2px;
  width: 51px;
}

.l-sns__list-link {
  display: block;
}

/*============================
  entry
============================*/
.l-entry {
  position: fixed;
  bottom: 34px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  z-index: 50;
  -webkit-transition: cubic-bezier(0.24, 0.63, 0.42, 0.98) 0.3s;
  transition: cubic-bezier(0.24, 0.63, 0.42, 0.98) 0.3s;
  width: 75.7%;
  max-width: 450px;
}

.l-entry.is-hide {
  -webkit-transform: translateX(-50%) translateY(30px);
  transform: translateX(-50%) translateY(30px);
  opacity: 0;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  pointer-events: none;
}

/*============================
  scroll
============================*/
.l-scroll {
  position: fixed;
  bottom: 38px;
  left: 12px;
  z-index: 50;
  font-size: 12px;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

.l-scroll__arrow {
  position: absolute;
  bottom: 0;
  left: 2px;
  -webkit-transition: bottom .5s .3s, -webkit-transform .3s;
  transition: bottom .5s .3s, -webkit-transform .3s;
  transition: bottom .5s .3s, transform .3s;
  transition: bottom .5s .3s, transform .3s, -webkit-transform .3s;
  width: 15px;
}

.is-scroll .l-scroll__arrow {
  bottom: calc(100% - 32px);
  -webkit-transform: translateX(0px) rotate(180deg);
  transform: translateX(0px) rotate(180deg);
}

.l-scroll__arrow-inner {
  display: block;
  width: 100%;
}

.l-scroll__down {
  display: inline-block;
  position: relative;
  -webkit-transition: .4s .5s;
  transition: .4s .5s;
  -webkit-transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, transform, opacity;
  transition-property: visibility, transform, opacity, -webkit-transform;
}

.is-scroll .l-scroll__down {
  position: absolute;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, transform, opacity;
  transition-property: visibility, transform, opacity, -webkit-transform;
}

.l-scroll__down-link {
  display: block;
  position: relative;
  padding-bottom: 36px;
  color: #ffffff;
}

.l-scroll__up {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, transform, opacity;
  transition-property: visibility, transform, opacity, -webkit-transform;
}

.is-scroll .l-scroll__up {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
  -webkit-transition: .4s .5s;
  transition: .4s .5s;
  -webkit-transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, transform, opacity;
  transition-property: visibility, transform, opacity, -webkit-transform;
}

.l-scroll__up-link {
  display: block;
  padding-top: 36px;
  color: #ffffff;
}

section.m-modal .m-modal__close-btn {
  position: fixed;
  top: 5px;
  right: 5px;
}

.c-btn_round {
  display: block;
  position: relative;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
}

.c-btn_round.is-disabled {
  pointer-events: none !important;
}

.c-btn_round.is-disabled::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/btn_entry_off.png) no-repeat 0 0;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

.c-btn_round.is-disabled img {
  opacity: 0;
}

.c-box {
  position: relative;
  -webkit-box-shadow: inset 0 0 0 3px #000000;
  box-shadow: inset 0 0 0 3px #000000;
  border-radius: 12px;
  background-color: #ffffff;
  padding: 3px;
}

.c-box::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 4px 4px 0 #000000;
  box-shadow: 4px 4px 0 #000000;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

.c-note-indent > li {
  padding-left: 1em;
  text-indent: -1em;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes scrollBar {
  0% {
    -webkit-transform: translateY(-101%);
    transform: translateY(-101%);
  }
  100% {
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
  }
}

@keyframes scrollBar {
  0% {
    -webkit-transform: translateY(-101%);
    transform: translateY(-101%);
  }
  100% {
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
  }
}

@-webkit-keyframes norinori {
  0% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  100% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
}

@keyframes norinori {
  0% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  100% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
}

@-webkit-keyframes norinori2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}

@keyframes norinori2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}

@-webkit-keyframes spray {
  0% {
    -webkit-transform: translateY(-10px) rotate(2deg);
    transform: translateY(-10px) rotate(2deg);
  }
  7% {
    -webkit-transform: translateY(10px) rotate(-2deg);
    transform: translateY(10px) rotate(-2deg);
  }
  14% {
    -webkit-transform: translateY(-10px) rotate(2deg);
    transform: translateY(-10px) rotate(2deg);
  }
  21% {
    -webkit-transform: translateY(10px) rotate(-2deg);
    transform: translateY(10px) rotate(-2deg);
  }
  28% {
    -webkit-transform: translateY(-10px) rotate(2deg);
    transform: translateY(-10px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(2deg);
    transform: translateY(-10px) rotate(2deg);
  }
}

@keyframes spray {
  0% {
    -webkit-transform: translateY(-10px) rotate(2deg);
    transform: translateY(-10px) rotate(2deg);
  }
  7% {
    -webkit-transform: translateY(10px) rotate(-2deg);
    transform: translateY(10px) rotate(-2deg);
  }
  14% {
    -webkit-transform: translateY(-10px) rotate(2deg);
    transform: translateY(-10px) rotate(2deg);
  }
  21% {
    -webkit-transform: translateY(10px) rotate(-2deg);
    transform: translateY(10px) rotate(-2deg);
  }
  28% {
    -webkit-transform: translateY(-10px) rotate(2deg);
    transform: translateY(-10px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(2deg);
    transform: translateY(-10px) rotate(2deg);
  }
}

@-webkit-keyframes spray2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  25% {
    -webkit-transform: translate3d(-100px, -10px, 0);
    transform: translate3d(-100px, -10px, 0);
  }
  50% {
    -webkit-transform: translate3d(-100px, 50px, 0);
    transform: translate3d(-100px, 50px, 0);
  }
  75% {
    -webkit-transform: translate3d(50px, -20px, 0);
    transform: translate3d(50px, -20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes spray2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  25% {
    -webkit-transform: translate3d(-100px, -10px, 0);
    transform: translate3d(-100px, -10px, 0);
  }
  50% {
    -webkit-transform: translate3d(-100px, 50px, 0);
    transform: translate3d(-100px, 50px, 0);
  }
  75% {
    -webkit-transform: translate3d(50px, -20px, 0);
    transform: translate3d(50px, -20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes rotateY {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  20% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(720deg);
    transform: rotateY(720deg);
  }
  80% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes rotateY {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  20% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(720deg);
    transform: rotateY(720deg);
  }
  80% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@-webkit-keyframes arrow_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes arrow_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    -webkit-transform: translate(2px, 2px) rotateZ(1deg);
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    -webkit-transform: translate(2px, 0px) rotateZ(-1deg);
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}

@keyframes buruburu {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    -webkit-transform: translate(2px, 2px) rotateZ(1deg);
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    -webkit-transform: translate(2px, 0px) rotateZ(-1deg);
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}

.animation-target {
  -webkit-animation: animation 1400ms linear both;
  animation: animation 1400ms linear both;
}

/* Generated with Bounce.js. Edit at http://bouncejs.com#%7Bs%3A%5B%7BT%3A%22c%22%2Ce%3A%22b%22%2Cd%3A1400%2CD%3A0%2Cf%3A%7Bx%3A1%2Cy%3A1%7D%2Ct%3A%7Bx%3A2%2Cy%3A2%7D%2Cs%3A1%2Cb%3A6%7D%5D%7D */
@-webkit-keyframes animation {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    -webkit-transform: matrix3d(1.407, 0, 0, 0, 0, 1.407, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.407, 0, 0, 0, 0, 1.407, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.81% {
    -webkit-transform: matrix3d(1.893, 0, 0, 0, 0, 1.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.893, 0, 0, 0, 0, 1.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(2.226, 0, 0, 0, 0, 2.226, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2.226, 0, 0, 0, 0, 2.226, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.61% {
    -webkit-transform: matrix3d(2.332, 0, 0, 0, 0, 2.332, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2.332, 0, 0, 0, 0, 2.332, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.52% {
    -webkit-transform: matrix3d(2.239, 0, 0, 0, 0, 2.239, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2.239, 0, 0, 0, 0, 2.239, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.32% {
    -webkit-transform: matrix3d(2.069, 0, 0, 0, 0, 2.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2.069, 0, 0, 0, 0, 2.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    -webkit-transform: matrix3d(1.938, 0, 0, 0, 0, 1.938, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.938, 0, 0, 0, 0, 1.938, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    -webkit-transform: matrix3d(1.897, 0, 0, 0, 0, 1.897, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.897, 0, 0, 0, 0, 1.897, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.74% {
    -webkit-transform: matrix3d(1.979, 0, 0, 0, 0, 1.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.979, 0, 0, 0, 0, 1.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.44% {
    -webkit-transform: matrix3d(2.032, 0, 0, 0, 0, 2.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2.032, 0, 0, 0, 0, 2.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.86% {
    -webkit-transform: matrix3d(1.99, 0, 0, 0, 0, 1.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.99, 0, 0, 0, 0, 1.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75.28% {
    -webkit-transform: matrix3d(2.003, 0, 0, 0, 0, 2.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2.003, 0, 0, 0, 0, 2.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.69% {
    -webkit-transform: matrix3d(1.999, 0, 0, 0, 0, 1.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.999, 0, 0, 0, 0, 1.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

.animation-target {
  -webkit-animation: animation 1400ms linear both;
  animation: animation 1400ms linear both;
}

/* Generated with Bounce.js. Edit at http://bouncejs.com#%7Bs%3A%5B%7BT%3A%22c%22%2Ce%3A%22b%22%2Cd%3A1400%2CD%3A0%2Cf%3A%7Bx%3A0%2Cy%3A0%7D%2Ct%3A%7Bx%3A1%2Cy%3A1%7D%2Cs%3A1%2Cb%3A6%7D%5D%7D */
@-webkit-keyframes animation {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    -webkit-transform: matrix3d(0.407, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.407, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.81% {
    -webkit-transform: matrix3d(0.893, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.893, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(1.226, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.226, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.61% {
    -webkit-transform: matrix3d(1.332, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.332, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.52% {
    -webkit-transform: matrix3d(1.239, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.239, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.32% {
    -webkit-transform: matrix3d(1.069, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.069, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    -webkit-transform: matrix3d(0.938, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.938, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    -webkit-transform: matrix3d(0.897, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.897, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.74% {
    -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.44% {
    -webkit-transform: matrix3d(1.032, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.032, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.86% {
    -webkit-transform: matrix3d(0.99, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75.28% {
    -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.003, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.69% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-webkit-keyframes ttl_in {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    -webkit-transform: matrix3d(0.407, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.407, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.81% {
    -webkit-transform: matrix3d(0.893, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.893, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(1.226, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.226, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.61% {
    -webkit-transform: matrix3d(1.332, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.332, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.52% {
    -webkit-transform: matrix3d(1.239, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.239, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.32% {
    -webkit-transform: matrix3d(1.069, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.069, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    -webkit-transform: matrix3d(0.938, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.938, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    -webkit-transform: matrix3d(0.897, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.897, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.74% {
    -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.44% {
    -webkit-transform: matrix3d(1.032, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.032, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.86% {
    -webkit-transform: matrix3d(0.99, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75.28% {
    -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.003, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.69% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes ttl_in {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    -webkit-transform: matrix3d(0.407, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.407, 0, 0, 0, 0, 0.407, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.81% {
    -webkit-transform: matrix3d(0.893, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.893, 0, 0, 0, 0, 0.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(1.226, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.226, 0, 0, 0, 0, 1.226, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.61% {
    -webkit-transform: matrix3d(1.332, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.332, 0, 0, 0, 0, 1.332, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.52% {
    -webkit-transform: matrix3d(1.239, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.239, 0, 0, 0, 0, 1.239, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.32% {
    -webkit-transform: matrix3d(1.069, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.069, 0, 0, 0, 0, 1.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    -webkit-transform: matrix3d(0.938, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.938, 0, 0, 0, 0, 0.938, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    -webkit-transform: matrix3d(0.897, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.897, 0, 0, 0, 0, 0.897, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.74% {
    -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.44% {
    -webkit-transform: matrix3d(1.032, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.032, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.86% {
    -webkit-transform: matrix3d(0.99, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75.28% {
    -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.003, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.69% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@media not all and (max-width: 900px){
  .u-hover-scale:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  body,
  button,
  input,
  select,
  textarea,
  datalist {
    font-size: 18px;
    letter-spacing: normal;
  }
  .l-pc-inner {
    margin: 0 auto;
    width: 71.4%;
    max-width: 1200px;
  }
  .l-footer {
    color: #ffffff;
    font-size: 12px;
  }
  .l-footer__inner {
    position: fixed;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 50;
    line-height: 1;
  }
  .l-footer__wrap {
    -webkit-transform: rotate(90deg) translateX(-50%);
    transform: rotate(90deg) translateX(-50%);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  .l-section__ttl {
    margin: 0 auto 30px;
  }
  .l-section__deco {
    position: absolute;
  }
  .l-section__deco--1 {
    top: 50%;
    right: -9.7%;
    margin-top: -105px;
    width: 313px;
  }
  .l-section__deco--2 {
    top: 50%;
    right: -6.9%;
    margin-top: -102px;
    width: 246px;
  }
  .l-section__deco--3 {
    bottom: 0;
    left: -135px;
    width: 182px;
  }
  .l-section__deco--4 {
    bottom: 0;
    left: -142px;
    width: 168px;
  }
  .l-section__deco--5 {
    right: -178px;
    bottom: 0;
    width: 140px;
  }
  .l-sns {
    top: 45px;
    right: 24px;
  }
  .l-sns__list-item {
    margin: 0 0 9px 0;
    width: 81px;
  }
  .l-entry {
    bottom: 40px;
  }
  .l-scroll {
    bottom: 41px;
    left: 12px;
    font-size: 20px;
  }
  .l-scroll__arrow {
    left: 6px;
    width: 23px;
    height: 49px;
  }
  .is-scroll .l-scroll__arrow {
    bottom: calc(100% - 49px);
  }
  .l-scroll:hover .l-scroll__arrow-inner {
    -webkit-animation: arrow_down .3s linear 2;
    animation: arrow_down .3s linear 2;
  }
  .l-scroll__down-link {
    padding-bottom: 61px;
  }
  .l-scroll__up-link {
    padding-top: 61px;
  }
  section.m-modal .m-modal__close-btn {
    top: 7px;
    right: 10px;
    -webkit-transition: opacity .45s;
    transition: opacity .45s;
  }
  section.m-modal .m-modal__close-btn:hover {
    opacity: 0.6;
  }
  section.m-modal .m-modal__close-btn::before, section.m-modal .m-modal__close-btn::after {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    width: 2px;
  }
  .c-btn_round:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .c-box::before {
    -webkit-box-shadow: 5px 5px 0 #000000;
    box-shadow: 5px 5px 0 #000000;
  }
}

@media screen and (max-width: 900px){
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .l-sp-inner {
    margin: 0 auto;
    width: 90%;
    max-width: 552.5px;
  }
  .l-footer {
    position: relative;
    background-color: #000000;
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    text-align: center;
  }
  .l-footer__inner {
    padding: 29px 0 33px;
  }
  .l-footer__copy {
    font-size: 12px;
  }
  .l-section__bg {
    max-width: 638px;
    font-size: 120px;
    font-size: clamp(72px, 32vw, 180px);
    line-height: 0.93;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .l-section__bg-item {
    top: 19px;
    left: 3%;
  }
  .l-section__deco--1 {
    margin: -35px 1% 0 auto;
    width: 62.5%;
  }
  .l-section__deco--3 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 36.6%;
  }
  .l-section__deco--4 {
    position: absolute;
    right: 5.2%;
    bottom: 0;
    width: 25.8%;
  }
  .l-section__deco--5 {
    margin: 18px 1.5% 0 auto;
    width: 30.2%;
  }
  .l-sns {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .l-sns__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-scroll {
    right: 12px;
    left: auto;
  }
  section.m-modal .m-modal__close-btn {
    width: 60px;
    height: 60px;
  }
  section.m-modal .m-modal__close-btn::before, section.m-modal .m-modal__close-btn::after {
    height: 60px;
  }
}

@media screen and (min-width: 901px) and (max-width: 1000px){
  .l-pc-inner {
    width: 80%;
  }
}

@media (-ms-high-contrast: none){
  .is-scroll .l-scroll__arrow {
    bottom: calc(100% - 72px);
    -webkit-transform: rotate(180deg) translateX(-24px);
    transform: rotate(180deg) translateX(-24px);
  }
}

@media (max-height: 800px){
  section.m-modal .m-modal__content {
    width: 85%;
    max-width: 900px;
  }
}

@media (max-height: 900px){
  section.m-modal .m-modal__content {
    width: 85%;
    max-width: 1100px;
  }
}

@media screen and (max-width: 767px){
  section.m-modal .m-modal__content {
    width: 100%;
  }
}
