/*!
  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;
}

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

.is-ie {
  display: none;
}

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

main {
  display: block;
}

.l-container {
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .l-container {
    padding-top: 75px;
  }
}

.l-main {
  position: relative;
  flex: 1 1 auto;
  display: block;
  min-height: 40vh;
}
@media screen and (max-width: 900px) {
  .l-main {
    background-size: 170px auto;
  }
}
@media (-ms-high-contrast: none) {
  .l-main {
    min-height: 50vh;
  }
}
.l-main__bg {
  display: none;
}

@media not all and (max-width: 900px) {
  .l-pc-inner {
    width: 81.4%;
    margin: 0 auto;
    max-width: 1254px;
  }
}

@media screen and (max-width: 900px) {
  .l-sp-inner {
    max-width: 587px;
    width: 92%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 900px) {
  .l-sp-sm-inner {
    margin: 0 auto;
    width: 84%;
    max-width: 536px;
  }
}

@media not all and (max-width: 900px) {
  .l-topWrap {
    position: relative;
    padding-top: 48px;
  }
}

.l-movieBg {
  display: none;
}

.l-in {
  position: relative;
}
@media not all and (max-width: 900px) {
  .l-in__deco {
    position: fixed;
    left: 2%;
    bottom: 30px;
    width: 38px;
    z-index: 99;
  }
  .l-in__deco.is-btm {
    position: absolute;
  }
}

@media not all and (max-width: 900px) {
  .l-in__bg {
    position: absolute;
    width: 2800px;
    height: 2974px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .l-in__bg-inner {
    overflow: hidden;
    height: 0;
  }
  body.is-in-play .l-in__bg-inner {
    height: 100%;
    transition: height 1.5s cubic-bezier(0.37, 0, 0.63, 1) 0.2s;
  }
  .l-in__bg-inner img {
    width: 2800px;
  }
}

.l-in__head {
  padding-top: 29px;
}
@media not all and (max-width: 900px) {
  .l-in__head {
    padding-top: 100px;
  }
}
.l-in__head.-center {
  text-align: center;
}
.l-in__head.-center .l-in__ttl {
  transform-origin: center center;
}

.l-in__ttl {
  transform: scaleX(0.85);
  transform-origin: left center;
  display: inline-block;
  height: 58px;
}
@media not all and (max-width: 900px) {
  .l-in__ttl {
    margin-left: -2.7%;
    height: 141px;
  }
}
.l-in__ttl span {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  opacity: 0;
}
body.is-in-play .l-in__ttl span {
  opacity: 1;
  transition: opacity 0.2s, transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
@media not all and (max-width: 900px) {
  body.is-in-play .l-in__ttl span {
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6s 0.2s;
  }
}
.l-in__ttl img {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: none;
  height: 100%;
}

.l-in__content {
  position: relative;
  margin-top: 29px;
}
@media not all and (max-width: 900px) {
  .l-in__content {
    margin-top: 77px;
    opacity: 0;
  }
}
body.is-in-play .l-in__content {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.2s ease-out, transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
@media not all and (max-width: 900px) {
  body.is-in-play .l-in__content {
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6s 0.2s;
  }
}

.l-modal {
  position: relative;
  width: 100%;
  padding: 4.3% 4.3% 7% 4.3%;
  text-align: left;
}
@media not all and (max-width: 900px) {
  .l-modal {
    padding: 40px;
    margin: 0 auto;
  }
}
.l-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-modal__bg::before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #e02e2c;
  height: 0;
}
.is-active .l-modal__bg::before {
  height: 100%;
  transition: 0.2s;
}
.l-modal__bg span {
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #ffffff;
  opacity: 0;
}
@media not all and (max-width: 900px) {
  .l-modal__bg span {
    width: 9px;
    height: 9px;
  }
}
.is-active .l-modal__bg span {
  opacity: 1;
}
.l-modal__bg span:nth-of-type(1) {
  top: 0;
  left: 0;
  border-bottom: none;
  border-right: none;
  top: 50%;
}
.is-active .l-modal__bg span:nth-of-type(1) {
  top: 0;
  transition: 0.2s;
}
.l-modal__bg span:nth-of-type(2) {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
  top: 50%;
}
.is-active .l-modal__bg span:nth-of-type(2) {
  top: 0;
  transition: 0.2s;
}
.l-modal__bg span:nth-of-type(3) {
  bottom: 0;
  right: 0;
  border-top: none;
  border-left: none;
  bottom: 50%;
}
.is-active .l-modal__bg span:nth-of-type(3) {
  bottom: 0;
  transition: 0.2s;
}
.l-modal__bg span:nth-of-type(4) {
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
  bottom: 50%;
}
.is-active .l-modal__bg span:nth-of-type(4) {
  bottom: 0;
  transition: 0.2s;
}
.l-modal__inner {
  position: relative;
  opacity: 0;
}
.is-active .l-modal__inner {
  opacity: 1;
  transition: opacity 0.3s 0.2s;
}
@media not all and (max-width: 900px) {
  .l-modal__inner {
    display: flex;
    align-items: flex-start;
  }
}

.swiper-container {
  position: relative;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-container.swiper-container-autoheight {
  height: auto;
}

.swiper-wrapper {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  transition-property: transform;
  box-sizing: content-box;
  transform: translate3d(0px, 0, 0);
}
.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-multirow .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

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

.swiper-pagination {
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: center;
}
.swiper-pagination > * {
  font-size: 15px;
  letter-spacing: normal;
}
.swiper-pagination span {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 6px;
}
@media screen and (max-width: 900px) {
  .swiper-pagination span {
    width: 12px;
    height: 12px;
    margin: 0 3px;
  }
}
.swiper-pagination span::before {
  pointer-events: none;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #ffffff;
  transition: background-color 0.3s;
}
@media screen and (max-width: 900px) {
  .swiper-pagination span::before {
    width: 8px;
    height: 8px;
    border-width: 1px;
    margin: -4px 0 0 -4px;
  }
}
.swiper-pagination span.swiper-pagination-bullet-active::before {
  background-color: #e02e2c;
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  line-height: 1;
  top: 50%;
  margin-top: -0.6em;
  cursor: pointer;
}
.swiper-button-prev .p-in-text, .swiper-button-next .p-in-text {
  vertical-align: baseline;
  display: inline-block;
  white-space: nowrap;
}
.swiper-button-prev .p-in-icon, .swiper-button-next .p-in-icon {
  position: absolute;
  display: block;
  height: 20px;
  width: 8px;
  top: 50%;
  margin-top: -10px;
  transition: color 0.2s;
}
.swiper-button-prev .p-in-icon::before, .swiper-button-prev .p-in-icon::after, .swiper-button-next .p-in-icon::before, .swiper-button-next .p-in-icon::after {
  position: absolute;
  content: "";
  background-color: #ffffff;
  width: 10px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  transition: background 0.2s;
}
@media not all and (max-width: 900px) {
  .swiper-button-prev:hover, .swiper-button-next:hover {
    color: #e02e2c;
  }
  .swiper-button-prev:hover .p-in-icon::before, .swiper-button-prev:hover .p-in-icon::after, .swiper-button-next:hover .p-in-icon::before, .swiper-button-next:hover .p-in-icon::after {
    background-color: #e02e2c;
  }
}
.swiper-button-prev {
  left: 0;
  padding-left: 19px;
}
.swiper-button-prev .p-in-icon {
  left: 0;
}
.swiper-button-prev .p-in-icon::before, .swiper-button-prev .p-in-icon::after {
  left: 0;
  transform-origin: left center;
}
.swiper-button-prev .p-in-icon::before {
  margin-top: -2px;
  transform: rotate(-45deg);
}
.swiper-button-prev .p-in-icon::after {
  margin-top: 1px;
  transform: rotate(45deg);
}
.swiper-button-next {
  right: 0;
  padding-right: 19px;
}
.swiper-button-next .p-in-icon {
  right: 0;
}
.swiper-button-next .p-in-icon::before, .swiper-button-next .p-in-icon::after {
  right: 0;
  transform-origin: right center;
}
.swiper-button-next .p-in-icon::before {
  transform: rotate(45deg);
  margin-top: -2px;
}
.swiper-button-next .p-in-icon::after {
  margin-top: 1px;
  transform: rotate(-45deg);
}

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

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

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

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

.u-mt-1 {
  margin-top: 0.1em;
}

.u-mb-1 {
  margin-bottom: 0.1em;
}

.u-mt-2 {
  margin-top: 0.2em;
}

.u-mb-2 {
  margin-bottom: 0.2em;
}

.u-mt-3 {
  margin-top: 0.3em;
}

.u-mb-3 {
  margin-bottom: 0.3em;
}

.u-mt-4 {
  margin-top: 0.4em;
}

.u-mb-4 {
  margin-bottom: 0.4em;
}

.u-mt-5 {
  margin-top: 0.5em;
}

.u-mb-5 {
  margin-bottom: 0.5em;
}

.u-mt-6 {
  margin-top: 0.6em;
}

.u-mb-6 {
  margin-bottom: 0.6em;
}

.u-mt-7 {
  margin-top: 0.7em;
}

.u-mb-7 {
  margin-bottom: 0.7em;
}

.u-mt-8 {
  margin-top: 0.8em;
}

.u-mb-8 {
  margin-bottom: 0.8em;
}

.u-mt-9 {
  margin-top: 0.9em;
}

.u-mb-9 {
  margin-bottom: 0.9em;
}

.u-mt-10 {
  margin-top: 1em;
}

.u-mb-10 {
  margin-bottom: 1em;
}

.u-mt-11 {
  margin-top: 1.1em;
}

.u-mb-11 {
  margin-bottom: 1.1em;
}

.u-mt-12 {
  margin-top: 1.2em;
}

.u-mb-12 {
  margin-bottom: 1.2em;
}

.u-mt-13 {
  margin-top: 1.3em;
}

.u-mb-13 {
  margin-bottom: 1.3em;
}

.u-mt-14 {
  margin-top: 1.4em;
}

.u-mb-14 {
  margin-bottom: 1.4em;
}

.u-mt-15 {
  margin-top: 1.5em;
}

.u-mb-15 {
  margin-bottom: 1.5em;
}

.u-mt-16 {
  margin-top: 1.6em;
}

.u-mb-16 {
  margin-bottom: 1.6em;
}

.u-mt-17 {
  margin-top: 1.7em;
}

.u-mb-17 {
  margin-bottom: 1.7em;
}

.u-mt-18 {
  margin-top: 1.8em;
}

.u-mb-18 {
  margin-bottom: 1.8em;
}

.u-mt-19 {
  margin-top: 1.9em;
}

.u-mb-19 {
  margin-bottom: 1.9em;
}

.u-mt-20 {
  margin-top: 2em;
}

.u-mb-20 {
  margin-bottom: 2em;
}

.u-mt-21 {
  margin-top: 2.1em;
}

.u-mb-21 {
  margin-bottom: 2.1em;
}

.u-mt-22 {
  margin-top: 2.2em;
}

.u-mb-22 {
  margin-bottom: 2.2em;
}

.u-mt-23 {
  margin-top: 2.3em;
}

.u-mb-23 {
  margin-bottom: 2.3em;
}

.u-mt-24 {
  margin-top: 2.4em;
}

.u-mb-24 {
  margin-bottom: 2.4em;
}

.u-mt-25 {
  margin-top: 2.5em;
}

.u-mb-25 {
  margin-bottom: 2.5em;
}

.u-mt-26 {
  margin-top: 2.6em;
}

.u-mb-26 {
  margin-bottom: 2.6em;
}

.u-mt-27 {
  margin-top: 2.7em;
}

.u-mb-27 {
  margin-bottom: 2.7em;
}

.u-mt-28 {
  margin-top: 2.8em;
}

.u-mb-28 {
  margin-bottom: 2.8em;
}

.u-mt-29 {
  margin-top: 2.9em;
}

.u-mb-29 {
  margin-bottom: 2.9em;
}

.u-mt-30 {
  margin-top: 3em;
}

.u-mb-30 {
  margin-bottom: 3em;
}

.u-mt-31 {
  margin-top: 3.1em;
}

.u-mb-31 {
  margin-bottom: 3.1em;
}

.u-mt-32 {
  margin-top: 3.2em;
}

.u-mb-32 {
  margin-bottom: 3.2em;
}

.u-mt-33 {
  margin-top: 3.3em;
}

.u-mb-33 {
  margin-bottom: 3.3em;
}

.u-mt-34 {
  margin-top: 3.4em;
}

.u-mb-34 {
  margin-bottom: 3.4em;
}

.u-mt-35 {
  margin-top: 3.5em;
}

.u-mb-35 {
  margin-bottom: 3.5em;
}

.u-mt-36 {
  margin-top: 3.6em;
}

.u-mb-36 {
  margin-bottom: 3.6em;
}

.u-mt-37 {
  margin-top: 3.7em;
}

.u-mb-37 {
  margin-bottom: 3.7em;
}

.u-mt-38 {
  margin-top: 3.8em;
}

.u-mb-38 {
  margin-bottom: 3.8em;
}

.u-mt-39 {
  margin-top: 3.9em;
}

.u-mb-39 {
  margin-bottom: 3.9em;
}

.u-mt-40 {
  margin-top: 4em;
}

.u-mb-40 {
  margin-bottom: 4em;
}

.u-mt-41 {
  margin-top: 4.1em;
}

.u-mb-41 {
  margin-bottom: 4.1em;
}

.u-mt-42 {
  margin-top: 4.2em;
}

.u-mb-42 {
  margin-bottom: 4.2em;
}

.u-mt-43 {
  margin-top: 4.3em;
}

.u-mb-43 {
  margin-bottom: 4.3em;
}

.u-mt-44 {
  margin-top: 4.4em;
}

.u-mb-44 {
  margin-bottom: 4.4em;
}

.u-mt-45 {
  margin-top: 4.5em;
}

.u-mb-45 {
  margin-bottom: 4.5em;
}

.u-mt-46 {
  margin-top: 4.6em;
}

.u-mb-46 {
  margin-bottom: 4.6em;
}

.u-mt-47 {
  margin-top: 4.7em;
}

.u-mb-47 {
  margin-bottom: 4.7em;
}

.u-mt-48 {
  margin-top: 4.8em;
}

.u-mb-48 {
  margin-bottom: 4.8em;
}

.u-mt-49 {
  margin-top: 4.9em;
}

.u-mb-49 {
  margin-bottom: 4.9em;
}

.u-mt-50 {
  margin-top: 5em;
}

.u-mb-50 {
  margin-bottom: 5em;
}

body .m-modal .m-modal__close-btn {
  position: fixed;
  top: 9px;
  right: 10px;
  width: 54px;
  height: 54px;
  z-index: 1;
}
@media not all and (max-width: 900px) {
  body .m-modal .m-modal__close-btn {
    width: 109px;
    height: 109px;
    right: 18px;
    top: 16px;
    transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  body .m-modal .m-modal__close-btn:hover {
    transform: rotate(90deg);
  }
  body .m-modal .m-modal__close-btn:hover span::before {
    transform: translateY(0);
  }
  body .m-modal .m-modal__close-btn:hover span:nth-of-type(2)::before {
    transform: translateY(0);
  }
}
body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
  content: none;
}
body .m-modal .m-modal__close-btn span {
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  left: 50%;
  background-color: #ffffff;
  overflow: hidden;
}
@media not all and (max-width: 900px) {
  body .m-modal .m-modal__close-btn span {
    width: 2px;
    margin-left: -1px;
  }
  body .m-modal .m-modal__close-btn span::before {
    position: absolute;
    pointer-events: none;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e02e2c;
    transition: 0.2s;
    transform: translateY(-101%);
  }
}
body .m-modal .m-modal__close-btn span:nth-of-type(1) {
  transform: rotate(45deg);
}
body .m-modal .m-modal__close-btn span:nth-of-type(2) {
  transform: rotate(-45deg);
}
body .m-modal .m-modal__close-btn span:nth-of-type(2):before {
  transform: translateY(101%);
}
@media screen and (max-width: 767px) {
  body .m-modal[data-modal-type=youtube] .m-modal__content {
    width: 100%;
  }
}
body .m-modal[data-modal-type=img] .m-modal__content img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body .m-modal[data-modal-type=template] .m-modal__content {
    width: 92%;
  }
}
@media not all and (max-width: 900px) {
  body .m-modal[data-modal-type=template] .m-modal__content {
    width: 74.5%;
    max-width: 1147px;
  }
}
@media screen and (max-width: 767px) {
  body.is-modal-overflow-prep .m-modal .m-modal__content {
    margin: 70px auto 50px;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scrollbgText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes scrollbgText_pc {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loadingBar {
  0% {
    transform: translateX(-101%);
  }
  100% {
    transform: translateX(101%);
  }
}
@keyframes buruburu_1 {
  0% {
    opacity: 1;
    transform: translate(-6px, 0px) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: translate(2px, 0) rotate(1deg);
  }
}
@keyframes buruburu_2 {
  0% {
    opacity: 1;
    transform: scaleX(1.03) translate(4px, 0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1) translate(-6px, 0);
  }
}
@keyframes turn_on {
  0% {
    transform: scale(1, 0.8) translate3d(0, 0, 0);
    opacity: 1;
  }
  3.5% {
    transform: scale(1, 0.8) translate3d(0, 100%, 0);
  }
  3.6% {
    transform: scale(1, 0.8) translate3d(0, -100%, 0);
    opacity: 1;
  }
  9% {
    transform: scale(1.3, 0.6) translate3d(0, 100%, 0);
    opacity: 0;
  }
  11% {
    transform: scale(1, 1) translate3d(0, 0, 0);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1) translate3d(0, 0, 0);
    opacity: 0;
  }
}
@keyframes turn-on {
  0% {
    transform: scale(1, 0.8) translate3d(0, 0, 0);
    opacity: 1;
  }
  3.5% {
    transform: scale(1, 0.8) translate3d(0, 100%, 0);
  }
  3.6% {
    transform: scale(1, 0.8) translate3d(0, -100%, 0);
    opacity: 1;
  }
  9% {
    transform: scale(1.3, 0.6) translate3d(0, 100%, 0);
    opacity: 0;
  }
  11% {
    transform: scale(1, 1) translate3d(0, 0, 0);
    filter: contrast(0) brightness(0);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1) translate3d(0, 0, 0);
    filter: contrast(1) brightness(1.1) saturate(1.1);
    opacity: 1;
  }
}
@keyframes turn-off {
  0% {
    transform: scale(1, 1.3) translate3d(0, 0, 0);
    opacity: 1;
  }
  60% {
    transform: scale(1.3, 0.001) translate3d(0, 0, 0);
    filter: brightness(10);
  }
  100% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: scale(0, 0.0001) translate3d(0, 0, 0);
    filter: brightness(50);
  }
}
@keyframes logo_out {
  0%, 40%, 44%, 58%, 61%, 65%, 69% {
    transform: scaleY(1) scaleX(1);
  }
  70% {
    transform: scaleY(0.02) scaleX(1);
  }
  71% {
    transform: scaleY(0.1) scaleX(3);
  }
  73% {
    transform: scaleY(0.02) scaleX(0);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scaleY(0) scaleX(0);
  }
}
@keyframes flash2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes glitch_anime_1 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  31% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scaleOutIn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes noise-anime-3 {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-2%);
  }
  20% {
    transform: translateX(2%);
  }
  30% {
    transform: translateX(-2%);
  }
  40% {
    transform: translateX(1%);
  }
  50% {
    transform: translateX(-1%);
  }
  60% {
    transform: translateX(1%);
  }
  70% {
    transform: translateX(-3%);
  }
  80% {
    transform: translateX(2%);
  }
  90% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(4%);
    opacity: 1;
  }
}
.u-hover-scale {
  transition: 0.6s cubic-bezier(0, 1.52, 0.83, 1.29);
}
.u-hover-scale:hover {
  transform: scale(1.15);
}

.u-hver-shrink {
  transition: 0.6s cubic-bezier(0, 1.52, 0.83, 1.29);
}
.u-hver-shrink:hover {
  transform: scale(0.95);
}

.c-btn {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding: 0 4px;
}
@media not all and (max-width: 900px) {
  .c-btn:hover .c-btn__bg {
    transform: scale(1.1);
    transition-duration: 0.2s;
  }
  .c-btn:hover .c-btn__bg::before {
    transform: scale(1);
    animation: flash2 0.1s infinite cubic-bezier(0.47, 0, 0.745, 0.715) forwards normal;
    transition-duration: 0.2s;
  }
}
.c-btn.-small {
  height: 32px;
}
@media not all and (max-width: 900px) {
  .c-btn.-small {
    height: 34px;
  }
}
.c-btn.-arrowR::before {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  right: 12px;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #ffffff;
}
@media not all and (max-width: 900px) {
  .c-btn.-arrowR::before {
    border-width: 4.5px 0 4.5px 6px;
    margin-top: -4px;
    right: 10px;
  }
}
.c-btn__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media not all and (max-width: 900px) {
  .c-btn__bg::before {
    position: absolute;
    pointer-events: none;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(224, 46, 44, 0.5);
    transform: scale(0);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .-bgBlack .c-btn__bg::before {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.c-btn__bg span {
  display: block;
  position: absolute;
  border: 2px solid #ffffff;
  width: 9px;
  height: 9px;
}
@media screen and (max-width: 900px) {
  .-small .c-btn__bg span {
    width: 5px;
    height: 5px;
    border-width: 1px;
  }
}
.c-btn__bg span:nth-of-type(1) {
  top: 0;
  left: 0;
  border-bottom: none;
  border-right: none;
}
.c-btn__bg span:nth-of-type(2) {
  top: 0;
  right: 0;
  border-bottom: none;
  border-left: none;
}
.c-btn__bg span:nth-of-type(3) {
  right: 0;
  bottom: 0;
  border-top: none;
  border-left: none;
}
.c-btn__bg span:nth-of-type(4) {
  bottom: 0;
  left: 0;
  border-top: none;
  border-right: none;
}

.c-btn__text {
  position: relative;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 14.5px;
  letter-spacing: 0.03em;
  z-index: 1;
}
@media not all and (max-width: 900px) {
  .c-btn__text {
    font-size: 19px;
    letter-spacing: 0.05em;
    padding: 0 2px;
  }
  .c-btn__text::before {
    position: absolute;
    pointer-events: none;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(224, 46, 44, 0.5);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
.-ja .c-btn__text {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
}
@media not all and (max-width: 900px) {
  .-ja .c-btn__text {
    font-weight: 500;
    font-size: 17px;
  }
}
.-small .c-btn__text {
  font-size: 11px;
}
@media screen and (max-width: 360px) {
  .-small .c-btn__text {
    font-size: 10px;
  }
}
@media not all and (max-width: 900px) {
  .-small .c-btn__text {
    font-size: 14px;
  }
}

.c-twitter {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
@media not all and (max-width: 900px) {
  .c-twitter:hover path {
    fill: #e02e2c;
  }
  .c-twitter:hover .c-twitter__text {
    color: #e02e2c;
  }
}
.c-twitter__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
}
@media screen and (max-width: 900px) {
  .c-twitter__icon {
    top: 2px;
  }
}
.c-twitter__icon svg {
  width: 100%;
  height: auto;
}
@media (-ms-high-contrast: none) {
  .c-twitter__icon svg {
    height: 12px;
  }
}
.c-twitter__icon path {
  fill: #ffffff;
  transition: fill 0.4s cubic-bezier(0.18, 0.63, 0.19, 0.98);
}

.c-twitter__text {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 16.5px;
  line-height: 1;
  transition: color 0.4s cubic-bezier(0.18, 0.63, 0.19, 0.98);
}
@media not all and (max-width: 900px) {
  .c-twitter__text {
    letter-spacing: 0.05em;
  }
}

.c-newsList__item {
  position: relative;
  display: block;
  background-color: #e02e2c;
  padding: 11px 0 12px;
}
@media not all and (max-width: 900px) {
  .c-newsList__item {
    padding: 13px 0 16px;
  }
  .c-newsList__item::before {
    position: absolute;
    pointer-events: none;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  }
  .c-newsList__item:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
  }
}
.c-newsList__item + .c-newsList__item {
  margin-top: 5px;
}
@media not all and (max-width: 900px) {
  .c-newsList__item + .c-newsList__item {
    margin-top: 20px;
  }
}

.c-newsList__inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 3% 0 2.4%;
  z-index: 1;
}
@media not all and (max-width: 900px) {
  .c-newsList__inner {
    padding: 0 115px 0 20px;
  }
}

.c-newsList__date {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #000000;
  position: relative;
  padding-left: 10px;
  min-width: 68px;
  flex: 0 0 auto;
}
@media not all and (max-width: 900px) {
  .c-newsList__date {
    padding-left: 20px;
    min-width: 135px;
    transition: color 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-newsList__item:hover .c-newsList__date {
    color: #e02e2c;
  }
}
.c-newsList__date-year {
  position: absolute;
  writing-mode: vertical-lr;
  top: 1px;
  left: 0;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-align: center;
  height: 100%;
  line-height: 1;
}
@media not all and (max-width: 900px) {
  .c-newsList__date-year {
    font-size: 17px;
    top: 4px;
    letter-spacing: 0.11em;
  }
}
@media (-ms-high-contrast: none) {
  .c-newsList__date-year {
    max-height: 3.5em;
  }
}
.c-newsList__date-date {
  font-size: 24.5px;
  letter-spacing: 0.02em;
  line-height: 37px;
}
@media not all and (max-width: 900px) {
  .c-newsList__date-date {
    font-size: 49px;
    letter-spacing: 0;
    line-height: 60px;
  }
}

.c-newsList__ttl {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  flex: 1 1 auto;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.55;
  letter-spacing: 0.03em;
  max-height: 3.1em;
}
@media not all and (max-width: 900px) {
  .c-newsList__ttl {
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 1.7;
    max-height: 3.4em;
  }
}

.c-newsList__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.c-pagination {
  text-align: center;
  font-size: 0;
  letter-spacing: -0.4em;
}
.c-pagination > * {
  font-size: 15px;
  letter-spacing: normal;
}
.c-pagination__item {
  position: relative;
  display: inline-block;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: 800;
  width: 30px;
  height: 30px;
  margin: 1px 16px;
  font-size: 18px;
}
@media screen and (max-width: 360px) {
  .c-pagination__item {
    margin: 1px 13px;
  }
}
@media not all and (max-width: 900px) {
  .c-pagination__item {
    width: 34px;
    height: 34px;
    margin: 1px 17px;
    font-size: 21px;
  }
}
.c-pagination__item.is-current {
  pointer-events: none;
  background-color: #e02e2c;
}

.c-pagination__text {
  line-height: 30px;
}
@media not all and (max-width: 900px) {
  .c-pagination__text {
    line-height: 34px;
  }
}

.c-pagination__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.is-current .c-pagination__link {
  display: none;
}

.c-pagination__deco {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.5);
  transition: 0.4s cubic-bezier(0, 1.52, 0.83, 1.29);
}
@media not all and (max-width: 900px) {
  .c-pagination__item:hover .c-pagination__deco {
    transform: scale(1);
    animation: flash2 0.1s infinite cubic-bezier(0.47, 0, 0.745, 0.715) forwards normal;
  }
}
.c-pagination__deco span {
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #ffffff;
}
.c-pagination__deco span:nth-of-type(1) {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
.c-pagination__deco span:nth-of-type(2) {
  top: 0;
  right: 0;
  border-bottom: none;
  border-left: none;
}
.c-pagination__deco span:nth-of-type(3) {
  bottom: 0;
  right: 0;
  border-top: none;
  border-left: none;
}
.c-pagination__deco span:nth-of-type(4) {
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
}

.c-article__head {
  position: relative;
  background-color: #e02e2c;
  padding: 15px 4% 19px;
  margin-bottom: 5px;
}
@media not all and (max-width: 900px) {
  .c-article__head {
    padding: 20px 2.85% 23px;
    margin-bottom: 10px;
  }
}

.c-article__ttl {
  line-height: 1.55;
  font-size: 15.5px;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
@media not all and (max-width: 900px) {
  .c-article__ttl {
    font-size: 27px;
    line-height: 1.6;
  }
}

.c-article__date {
  margin-top: 3px;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 14.5px;
  letter-spacing: 0.04em;
}
@media not all and (max-width: 900px) {
  .c-article__date {
    margin-top: 8px;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 0.06em;
  }
}

.c-article__body {
  position: relative;
  background-color: #e02e2c;
  padding: 25px 4% 46px;
  font-size: 12.5px;
  letter-spacing: 0.03em;
  line-height: 1.55;
  font-weight: 300;
  word-break: break-all;
}
@media not all and (max-width: 900px) {
  .c-article__body {
    padding: 44px 2.85% 54px;
    font-size: 16px;
    line-height: 1.75;
  }
}
.c-article__body a {
  color: #000000;
  font-weight: 400;
}
@media not all and (max-width: 900px) {
  .c-article__body a:hover {
    text-decoration: underline;
  }
}
.c-article__body img {
  max-width: 100% !important;
  width: auto;
  height: auto !important;
}
.c-article__body iframe {
  max-width: 100%;
}

@media not all and (max-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}
body {
  position: relative;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #808a72;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: normal;
  background: url(../img/common/bg/bg_deep.jpg) repeat 50% 0;
}
@media screen and (max-width: 900px) {
  body {
    background-size: 900px auto;
    font-size: 13px;
  }
}

[data-modal] {
  cursor: pointer;
}

button,
input,
select,
textarea,
datalist {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
}

a {
  color: #ffffff;
  text-decoration: none;
  box-sizing: border-box;
}

::-moz-selection {
  background: rgba(224, 46, 44, 0.7);
}

::selection {
  background: rgba(224, 46, 44, 0.7);
}

path {
  fill-rule: evenodd;
}

.l-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  pointer-events: none !important;
  opacity: 0.5;
}
.l-container:not([data-page=top]) .l-bg {
  opacity: 0;
}
body.is-in-play .l-container:not([data-page=top]) .l-bg {
  opacity: 0.5;
  transform: scale(1);
  transition: opacity 0.8s linear, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-bg__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-bg__list img {
  width: 100%;
}
.l-bg__list::after {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.l-bg__list-item {
  position: absolute;
  transition: transform 0.5s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  top: 0;
}
.l-bg__list-item:nth-of-type(1) {
  width: 60%;
  left: -20%;
  margin-top: 39%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(1) {
    left: -78px;
    width: 486px;
    margin-top: 58px;
  }
}
.l-bg__list-item:nth-of-type(2) {
  right: -40.5%;
  width: 75%;
  margin-top: 85%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(2) {
    width: 340px;
    right: -80px;
    margin-top: 384px;
  }
}
.l-bg__list-item:nth-of-type(3) {
  margin-top: 146.5%;
  left: -12.5%;
  width: 55%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(3) {
    width: 411px;
    left: -48px;
    margin-top: 750px;
  }
}
.l-bg__list-item:nth-of-type(4) {
  margin-top: 15%;
  right: -29%;
  width: 85%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(4) {
    margin-top: -28px;
    width: 678px;
    right: 86px;
  }
}
.l-bg__list-item:nth-of-type(5) {
  margin-top: 223%;
  width: 76%;
  left: -21.5%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(5) {
    width: 600px;
    margin-top: 1486px;
    left: -183px;
  }
}
.l-bg__list-item:nth-of-type(6) {
  margin-top: 215%;
  right: -9%;
  width: 42.5%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(6) {
    width: 325px;
    right: -9px;
    margin-top: 1318px;
  }
}
.l-bg__list-item:nth-of-type(7) {
  width: 60%;
  left: -20%;
  margin-top: 324%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(7) {
    left: -78px;
    width: 486px;
    margin-top: 2014px;
  }
}
.l-bg__list-item:nth-of-type(8) {
  right: -40.5%;
  width: 75%;
  margin-top: 370%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(8) {
    width: 340px;
    right: -80px;
    margin-top: 2340px;
  }
}
.l-bg__list-item:nth-of-type(9) {
  margin-top: 431.5%;
  left: -12.5%;
  width: 55%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(9) {
    width: 411px;
    left: -48px;
    margin-top: 2706px;
  }
}
.l-bg__list-item:nth-of-type(10) {
  margin-top: 300%;
  right: -29%;
  width: 85%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(10) {
    margin-top: 1928px;
    width: 678px;
    right: 86px;
  }
}
.l-bg__list-item:nth-of-type(11) {
  margin-top: 508%;
  width: 76%;
  left: -21.5%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(11) {
    width: 600px;
    margin-top: 3442px;
    left: -183px;
  }
}
.l-bg__list-item:nth-of-type(12) {
  margin-top: 500%;
  right: -9%;
  width: 42.5%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(12) {
    width: 325px;
    right: -9px;
    margin-top: 3274px;
  }
}
.l-bg__list-item:nth-of-type(13) {
  width: 60%;
  left: -20%;
  margin-top: 609%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(13) {
    left: -78px;
    width: 486px;
    margin-top: 3970px;
  }
}
.l-bg__list-item:nth-of-type(14) {
  right: -40.5%;
  width: 75%;
  margin-top: 655%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(14) {
    width: 340px;
    right: -80px;
    margin-top: 4296px;
  }
}
.l-bg__list-item:nth-of-type(15) {
  margin-top: 716.5%;
  left: -12.5%;
  width: 55%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(15) {
    width: 411px;
    left: -48px;
    margin-top: 4662px;
  }
}
.l-bg__list-item:nth-of-type(16) {
  margin-top: 585%;
  right: -29%;
  width: 85%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(16) {
    margin-top: 3884px;
    width: 678px;
    right: 86px;
  }
}
.l-bg__list-item:nth-of-type(17) {
  margin-top: 793%;
  width: 76%;
  left: -21.5%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(17) {
    width: 600px;
    margin-top: 5398px;
    left: -183px;
  }
}
.l-bg__list-item:nth-of-type(18) {
  margin-top: 785%;
  right: -9%;
  width: 42.5%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(18) {
    width: 325px;
    right: -9px;
    margin-top: 5230px;
  }
}
.l-bg__list-item:nth-of-type(19) {
  width: 60%;
  left: -20%;
  margin-top: 894%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(19) {
    left: -78px;
    width: 486px;
    margin-top: 5926px;
  }
}
.l-bg__list-item:nth-of-type(20) {
  right: -40.5%;
  width: 75%;
  margin-top: 940%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(20) {
    width: 340px;
    right: -80px;
    margin-top: 6252px;
  }
}
.l-bg__list-item:nth-of-type(21) {
  margin-top: 1001.5%;
  left: -12.5%;
  width: 55%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(21) {
    width: 411px;
    left: -48px;
    margin-top: 6618px;
  }
}
.l-bg__list-item:nth-of-type(22) {
  margin-top: 870%;
  right: -29%;
  width: 85%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(22) {
    margin-top: 5840px;
    width: 678px;
    right: 86px;
  }
}
.l-bg__list-item:nth-of-type(23) {
  margin-top: 1078%;
  width: 76%;
  left: -21.5%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(23) {
    width: 600px;
    margin-top: 7354px;
    left: -183px;
  }
}
.l-bg__list-item:nth-of-type(24) {
  margin-top: 1070%;
  right: -9%;
  width: 42.5%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(24) {
    width: 325px;
    right: -9px;
    margin-top: 7186px;
  }
}
.l-bg__list-item:nth-of-type(25) {
  width: 60%;
  left: -20%;
  margin-top: 1179%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(25) {
    left: -78px;
    width: 486px;
    margin-top: 7882px;
  }
}
.l-bg__list-item:nth-of-type(26) {
  right: -40.5%;
  width: 75%;
  margin-top: 1225%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(26) {
    width: 340px;
    right: -80px;
    margin-top: 8208px;
  }
}
.l-bg__list-item:nth-of-type(27) {
  margin-top: 1286.5%;
  left: -12.5%;
  width: 55%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(27) {
    width: 411px;
    left: -48px;
    margin-top: 8574px;
  }
}
.l-bg__list-item:nth-of-type(28) {
  margin-top: 1155%;
  right: -29%;
  width: 85%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(28) {
    margin-top: 7796px;
    width: 678px;
    right: 86px;
  }
}
.l-bg__list-item:nth-of-type(29) {
  margin-top: 1363%;
  width: 76%;
  left: -21.5%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(29) {
    width: 600px;
    margin-top: 9310px;
    left: -183px;
  }
}
.l-bg__list-item:nth-of-type(30) {
  margin-top: 1355%;
  right: -9%;
  width: 42.5%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(30) {
    width: 325px;
    right: -9px;
    margin-top: 9142px;
  }
}
.l-bg__list-item:nth-of-type(31) {
  width: 60%;
  left: -20%;
  margin-top: 1464%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(31) {
    left: -78px;
    width: 486px;
    margin-top: 9838px;
  }
}
.l-bg__list-item:nth-of-type(32) {
  right: -40.5%;
  width: 75%;
  margin-top: 1510%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(32) {
    width: 340px;
    right: -80px;
    margin-top: 10164px;
  }
}
.l-bg__list-item:nth-of-type(33) {
  margin-top: 1571.5%;
  left: -12.5%;
  width: 55%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(33) {
    width: 411px;
    left: -48px;
    margin-top: 10530px;
  }
}
.l-bg__list-item:nth-of-type(34) {
  margin-top: 1440%;
  right: -29%;
  width: 85%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(34) {
    margin-top: 9752px;
    width: 678px;
    right: 86px;
  }
}
.l-bg__list-item:nth-of-type(35) {
  margin-top: 1648%;
  width: 76%;
  left: -21.5%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(35) {
    width: 600px;
    margin-top: 11266px;
    left: -183px;
  }
}
.l-bg__list-item:nth-of-type(36) {
  margin-top: 1640%;
  right: -9%;
  width: 42.5%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(36) {
    width: 325px;
    right: -9px;
    margin-top: 11098px;
  }
}
.l-bg__list-item:nth-of-type(37) {
  width: 60%;
  left: -20%;
  margin-top: 1749%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(37) {
    left: -78px;
    width: 486px;
    margin-top: 11794px;
  }
}
.l-bg__list-item:nth-of-type(38) {
  right: -40.5%;
  width: 75%;
  margin-top: 1795%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(38) {
    width: 340px;
    right: -80px;
    margin-top: 12120px;
  }
}
.l-bg__list-item:nth-of-type(39) {
  margin-top: 1856.5%;
  left: -12.5%;
  width: 55%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(39) {
    width: 411px;
    left: -48px;
    margin-top: 12486px;
  }
}
.l-bg__list-item:nth-of-type(40) {
  margin-top: 1725%;
  right: -29%;
  width: 85%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(40) {
    margin-top: 11708px;
    width: 678px;
    right: 86px;
  }
}
.l-bg__list-item:nth-of-type(41) {
  margin-top: 1933%;
  width: 76%;
  left: -21.5%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(41) {
    width: 600px;
    margin-top: 13222px;
    left: -183px;
  }
}
.l-bg__list-item:nth-of-type(42) {
  margin-top: 1925%;
  right: -9%;
  width: 42.5%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(42) {
    width: 325px;
    right: -9px;
    margin-top: 13054px;
  }
}
.l-bg__list-item:nth-of-type(43) {
  width: 60%;
  left: -20%;
  margin-top: 2034%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(43) {
    left: -78px;
    width: 486px;
    margin-top: 13750px;
  }
}
.l-bg__list-item:nth-of-type(44) {
  right: -40.5%;
  width: 75%;
  margin-top: 2080%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(44) {
    width: 340px;
    right: -80px;
    margin-top: 14076px;
  }
}
.l-bg__list-item:nth-of-type(45) {
  margin-top: 2141.5%;
  left: -12.5%;
  width: 55%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(45) {
    width: 411px;
    left: -48px;
    margin-top: 14442px;
  }
}
.l-bg__list-item:nth-of-type(46) {
  margin-top: 2010%;
  right: -29%;
  width: 85%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(46) {
    margin-top: 13664px;
    width: 678px;
    right: 86px;
  }
}
.l-bg__list-item:nth-of-type(47) {
  margin-top: 2218%;
  width: 76%;
  left: -21.5%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(47) {
    width: 600px;
    margin-top: 15178px;
    left: -183px;
  }
}
.l-bg__list-item:nth-of-type(48) {
  margin-top: 2210%;
  right: -9%;
  width: 42.5%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(48) {
    width: 325px;
    right: -9px;
    margin-top: 15010px;
  }
}
.l-bg__list-item:nth-of-type(49) {
  width: 60%;
  left: -20%;
  margin-top: 2319%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(49) {
    left: -78px;
    width: 486px;
    margin-top: 15706px;
  }
}
.l-bg__list-item:nth-of-type(50) {
  right: -40.5%;
  width: 75%;
  margin-top: 2365%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(50) {
    width: 340px;
    right: -80px;
    margin-top: 16032px;
  }
}
.l-bg__list-item:nth-of-type(51) {
  margin-top: 2426.5%;
  left: -12.5%;
  width: 55%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(51) {
    width: 411px;
    left: -48px;
    margin-top: 16398px;
  }
}
.l-bg__list-item:nth-of-type(52) {
  margin-top: 2295%;
  right: -29%;
  width: 85%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(52) {
    margin-top: 15620px;
    width: 678px;
    right: 86px;
  }
}
.l-bg__list-item:nth-of-type(53) {
  margin-top: 2503%;
  width: 76%;
  left: -21.5%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(53) {
    width: 600px;
    margin-top: 17134px;
    left: -183px;
  }
}
.l-bg__list-item:nth-of-type(54) {
  margin-top: 2495%;
  right: -9%;
  width: 42.5%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(54) {
    width: 325px;
    right: -9px;
    margin-top: 16966px;
  }
}
.l-bg__list-item:nth-of-type(55) {
  width: 60%;
  left: -20%;
  margin-top: 2604%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(55) {
    left: -78px;
    width: 486px;
    margin-top: 17662px;
  }
}
.l-bg__list-item:nth-of-type(56) {
  right: -40.5%;
  width: 75%;
  margin-top: 2650%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(56) {
    width: 340px;
    right: -80px;
    margin-top: 17988px;
  }
}
.l-bg__list-item:nth-of-type(57) {
  margin-top: 2711.5%;
  left: -12.5%;
  width: 55%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(57) {
    width: 411px;
    left: -48px;
    margin-top: 18354px;
  }
}
.l-bg__list-item:nth-of-type(58) {
  margin-top: 2580%;
  right: -29%;
  width: 85%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(58) {
    margin-top: 17576px;
    width: 678px;
    right: 86px;
  }
}
.l-bg__list-item:nth-of-type(59) {
  margin-top: 2788%;
  width: 76%;
  left: -21.5%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(59) {
    width: 600px;
    margin-top: 19090px;
    left: -183px;
  }
}
.l-bg__list-item:nth-of-type(60) {
  margin-top: 2780%;
  right: -9%;
  width: 42.5%;
}
@media not all and (max-width: 900px) {
  .l-bg__list-item:nth-of-type(60) {
    width: 325px;
    right: -9px;
    margin-top: 18922px;
  }
}
.l-bg__list-item.is-active > img {
  animation: noise-anime-3 0.3s steps(1) infinite;
}
.l-bg__list-glitch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.is-active .l-bg__list-glitch {
  opacity: 1;
}
.is-active .l-bg__list-glitch .p-in-item {
  animation: glitch_anime_1 infinite 0.2s;
}
.is-active .l-bg__list-glitch .p-in-item:nth-of-type(1) {
  animation-delay: 0s;
}
.is-active .l-bg__list-glitch .p-in-item:nth-of-type(2) {
  animation-delay: 0.06s;
}
.is-active .l-bg__list-glitch .p-in-item:nth-of-type(3) {
  animation-delay: 0.12s;
}
.l-bg__list-glitch .p-in-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

/*============================
header
============================*/
@media screen and (max-width: 900px) {
  .l-header__bg {
    position: fixed;
    left: 0;
    top: 0;
    height: 75px;
    z-index: 100;
    width: 100%;
    background: url(../img/common/bg/bg_light.jpg) repeat 50% 0;
    background-size: 900px auto;
  }
}

.l-header__logo {
  position: fixed;
  left: 50%;
  z-index: 100;
  width: 133px;
  top: 9px;
}
@media screen and (max-width: 900px) {
  .l-header__logo {
    transform: translateX(-50%);
  }
}
@media not all and (max-width: 900px) {
  .l-header__logo {
    width: 200px;
    left: 30px;
    top: 29px;
    z-index: 101;
    pointer-events: none;
  }
  .is-menu-open .l-header__logo {
    pointer-events: auto;
  }
}
.l-header__logo-link {
  display: block;
  position: relative;
}
.l-header__logo-img {
  display: block;
}
@media not all and (max-width: 900px) {
  .l-header__logo-img.-black {
    opacity: 0;
  }
}
@media screen and (max-width: 900px) {
  .is-menu-open .l-header__logo-img.-black {
    opacity: 0;
  }
}
.l-header__logo-img.-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  transition: 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) opacity;
}
.is-menu-open .l-header__logo-img.-white {
  opacity: 1;
}

.l-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 100;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  overscroll-behavior-y: none;
  transition: 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-property: opacity, visibility;
  background-color: #000000;
}
.is-menu-open .l-nav {
  opacity: 1;
  visibility: visible;
}
.l-nav path {
  fill: #ffffff;
}
.l-nav__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.l-nav__bg-logo {
  display: flex;
  position: absolute;
  top: 0;
  width: 100vh;
  transition: 0.3s;
}
@media screen and (max-width: 900px) {
  .l-nav__bg-logo {
    right: -3px;
    transform: rotate(90deg) translateX(0);
    transform-origin: right top;
  }
}
@media not all and (max-width: 900px) {
  .l-nav__bg-logo {
    width: 100vw;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.l-nav__bg-logo .p-in-item {
  flex-shrink: 0;
  width: 100%;
}

.l-nav__inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: table;
  table-layout: fixed;
}

.l-nav__wrap {
  width: 84%;
  margin: 0 auto;
  padding: 52px 0 50px;
  display: block;
  vertical-align: middle;
  max-width: 536px;
}
@media not all and (max-width: 900px) {
  .l-nav__wrap {
    width: 75%;
    max-width: 1200px;
    padding: 150px 0;
  }
}

.l-nav__menu {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .l-nav__menu {
    width: 90%;
  }
}
@media not all and (max-width: 900px) {
  .l-nav__menu {
    display: flex;
    flex-wrap: wrap;
  }
}
.l-nav__menu::before {
  position: absolute;
  content: "";
  left: -5.8%;
  top: 4px;
  width: 3%;
  height: 44px;
  background: url(../img/menu/txt_navi.png) no-repeat 0 0;
  background-size: contain;
  opacity: 0;
  width: 5px;
  transform: translateY(-100px);
}
@media not all and (max-width: 900px) {
  .l-nav__menu::before {
    left: 0;
    height: 86px;
    width: 11px;
  }
}
.is-menu-open .l-nav__menu::before {
  transform: translateY(0);
  transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s 0.1s;
  animation: flash2 0.1s 2 cubic-bezier(0.47, 0, 0.745, 0.715) forwards normal 0.4s;
}
.l-nav__menu-item {
  position: relative;
}
@media not all and (max-width: 900px) {
  .l-nav__menu-item {
    margin: 0.2% 0;
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .l-nav__menu-item + .l-nav__menu-item {
    margin-top: 1px;
  }
}
.is-menu-open .l-nav__menu-item span {
  width: 100%;
  transition: width 0.4s cubic-bezier(0.18, 0.63, 0.19, 0.98);
}
.is-menu-open .l-nav__menu-item:nth-of-type(1) span {
  transition-delay: 0s;
}
@media not all and (max-width: 900px) {
  .is-menu-open .l-nav__menu-item:nth-of-type(1) span {
    transition-delay: 0s;
  }
}
.is-menu-open .l-nav__menu-item:nth-of-type(2) span {
  transition-delay: 0.04s;
}
@media not all and (max-width: 900px) {
  .is-menu-open .l-nav__menu-item:nth-of-type(2) span {
    transition-delay: 0.03s;
  }
}
.is-menu-open .l-nav__menu-item:nth-of-type(3) span {
  transition-delay: 0.08s;
}
@media not all and (max-width: 900px) {
  .is-menu-open .l-nav__menu-item:nth-of-type(3) span {
    transition-delay: 0.06s;
  }
}
.is-menu-open .l-nav__menu-item:nth-of-type(4) span {
  transition-delay: 0.12s;
}
@media not all and (max-width: 900px) {
  .is-menu-open .l-nav__menu-item:nth-of-type(4) span {
    transition-delay: 0.09s;
  }
}
.is-menu-open .l-nav__menu-item:nth-of-type(5) span {
  transition-delay: 0.16s;
}
@media not all and (max-width: 900px) {
  .is-menu-open .l-nav__menu-item:nth-of-type(5) span {
    transition-delay: 0.12s;
  }
}
.is-menu-open .l-nav__menu-item:nth-of-type(6) span {
  transition-delay: 0.2s;
}
@media not all and (max-width: 900px) {
  .is-menu-open .l-nav__menu-item:nth-of-type(6) span {
    transition-delay: 0.15s;
  }
}
.is-menu-open .l-nav__menu-item:nth-of-type(7) span {
  transition-delay: 0.24s;
}
@media not all and (max-width: 900px) {
  .is-menu-open .l-nav__menu-item:nth-of-type(7) span {
    transition-delay: 0.18s;
  }
}
.is-menu-open .l-nav__menu-item:nth-of-type(8) span {
  transition-delay: 0.28s;
}
@media not all and (max-width: 900px) {
  .is-menu-open .l-nav__menu-item:nth-of-type(8) span {
    transition-delay: 0.21s;
  }
}
.is-menu-open .l-nav__menu-item:nth-of-type(9) span {
  transition-delay: 0.32s;
}
@media not all and (max-width: 900px) {
  .is-menu-open .l-nav__menu-item:nth-of-type(9) span {
    transition-delay: 0.24s;
  }
}
.is-menu-open .l-nav__menu-item:nth-of-type(10) span {
  transition-delay: 0.36s;
}
@media not all and (max-width: 900px) {
  .is-menu-open .l-nav__menu-item:nth-of-type(10) span {
    transition-delay: 0.27s;
  }
}
.is-menu-open .l-nav__menu-item:nth-of-type(11) span {
  transition-delay: 0.4s;
}
@media not all and (max-width: 900px) {
  .is-menu-open .l-nav__menu-item:nth-of-type(11) span {
    transition-delay: 0.3s;
  }
}
.is-menu-open .l-nav__menu-item:nth-of-type(12) span {
  transition-delay: 0.44s;
}
@media not all and (max-width: 900px) {
  .is-menu-open .l-nav__menu-item:nth-of-type(12) span {
    transition-delay: 0.33s;
  }
}
.is-menu-open .l-nav__menu-item:nth-of-type(13) span {
  transition-delay: 0.48s;
}
@media not all and (max-width: 900px) {
  .is-menu-open .l-nav__menu-item:nth-of-type(13) span {
    transition-delay: 0.36s;
  }
}
.is-menu-open .l-nav__menu-item:nth-of-type(14) span {
  transition-delay: 0.52s;
}
@media not all and (max-width: 900px) {
  .is-menu-open .l-nav__menu-item:nth-of-type(14) span {
    transition-delay: 0.39s;
  }
}
.is-menu-open .l-nav__menu-item:nth-of-type(15) span {
  transition-delay: 0.56s;
}
@media not all and (max-width: 900px) {
  .is-menu-open .l-nav__menu-item:nth-of-type(15) span {
    transition-delay: 0.42s;
  }
}
.l-nav__menu-link {
  display: inline-block;
  position: relative;
  height: 10.8vw;
  padding: 3px 0;
  max-height: 69px;
}
@media not all and (max-width: 900px) {
  .l-nav__menu-link {
    height: 5.2vw;
    max-height: 83px;
    padding-left: 7.6%;
  }
  .l-nav__menu-link:hover span::after {
    transform-origin: left center;
    transform: scaleX(1);
  }
}
@media screen and (min-width: 901px) and (max-width: 1285px) {
  .l-nav__menu-link::before {
    left: 20px;
  }
}
.l-nav__menu-link span {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  width: 0;
  z-index: 1;
}
.l-nav__menu-link span::before {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/menu/m_chara_r.png) no-repeat left bottom;
  background-size: auto 100%;
  width: 0;
  transition: 0.3s cubic-bezier(0.18, 0.63, 0.19, 0.98);
}
.is-current .l-nav__menu-link span::before {
  opacity: 1;
  width: 100%;
}
.l-nav__menu-item.-top .l-nav__menu-link span::before {
  background-image: url(../img/menu/m_top_r.png);
}
.l-nav__menu-item.-news .l-nav__menu-link span::before {
  background-image: url(../img/menu/m_news_r.png);
}
.l-nav__menu-item.-intro .l-nav__menu-link span::before {
  background-image: url(../img/menu/m_intro_r.png);
}
.l-nav__menu-item.-story .l-nav__menu-link span::before {
  background-image: url(../img/menu/m_story_r.png);
}
.l-nav__menu-item.-chara .l-nav__menu-link span::before {
  background-image: url(../img/menu/m_chara_r.png);
}
.l-nav__menu-item.-staffcast .l-nav__menu-link span::before {
  background-image: url(../img/menu/m_staffcast_r.png);
}
.l-nav__menu-item.-onair .l-nav__menu-link span::before {
  background-image: url(../img/menu/m_onair_r.png);
}
.l-nav__menu-item.-music .l-nav__menu-link span::before {
  background-image: url(../img/menu/m_music_r.png);
}
.l-nav__menu-item.-movie .l-nav__menu-link span::before {
  background-image: url(../img/menu/m_movie_r.png);
}
.l-nav__menu-item.-goods .l-nav__menu-link span::before {
  background-image: url(../img/menu/m_goods_r.png);
}
.l-nav__menu-item.-special .l-nav__menu-link span::before {
  background-image: url(../img/menu/m_special_r.png);
}
.l-nav__menu-item.-bdcd .l-nav__menu-link span::before {
  background-image: url(../img/menu/m_bdcd_r.png);
}
.l-nav__menu-item.-EVENT .l-nav__menu-link span::before {
  background-image: url(../img/menu/m_EVENT_r.png);
}
.l-nav__menu-link span::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 50%;
  bottom: 0;
  background-color: #e02e2c;
  transform: scaleX(0);
  transform-origin: bottom center;
  transition: transform 0.3s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  z-index: -1;
  transform-origin: right center;
}
.is-current .l-nav__menu-link span::after {
  background-color: #ffffff;
}
.l-nav__menu-link img {
  width: auto;
  max-width: none;
  height: 100%;
}
.is-current .l-nav__menu-link img {
  opacity: 0;
}

@media screen and (max-width: 900px) {
  .l-nav__sns {
    width: 90%;
    margin: 22px auto 0;
  }
}
@media not all and (max-width: 900px) {
  .l-nav__sns {
    position: fixed;
    display: flex;
    left: 30px;
    bottom: 30px;
  }
}
.l-nav__sns-item {
  position: relative;
}
@media not all and (max-width: 900px) {
  .l-nav__sns-item + .l-nav__sns-item {
    margin-left: 35px;
  }
}
@media screen and (max-width: 900px) {
  .l-nav__sns-item + .l-nav__sns-item {
    margin-top: 5px;
  }
}
.l-nav__sns-link {
  position: relative;
  display: block;
  padding-left: 25px;
  display: inline-block;
}
@media not all and (max-width: 900px) {
  .l-nav__sns-link {
    transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding-left: 32px;
  }
  .l-nav__sns-link:hover {
    color: #e02e2c;
  }
  .l-nav__sns-link:hover path {
    fill: #e02e2c;
  }
}
.l-nav__sns-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media not all and (max-width: 900px) {
  .l-nav__sns-icon {
    width: 20px;
    top: 1px;
  }
}
.l-nav__sns-icon svg {
  width: 100%;
  height: 14px;
}
@media not all and (max-width: 900px) {
  .l-nav__sns-icon svg {
    height: 17px;
  }
}
.l-nav__sns-icon path {
  transition: fill 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-nav__sns-text {
  letter-spacing: 0.06em;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
@media not all and (max-width: 900px) {
  .l-nav__sns-text {
    letter-spacing: 0.1em;
    font-size: 19px;
  }
}

@media not all and (max-width: 900px) {
  .l-nav__share {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    align-items: center;
  }
  .l-nav__share-head {
    font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-right: 24px;
    font-size: 12px;
  }
  .l-nav__share-list {
    display: flex;
    align-items: center;
  }
  .l-nav__share-list-item {
    width: 21px;
    position: relative;
    margin-right: 15px;
  }
  .l-nav__share-list-item:last-of-type {
    margin-right: 0;
  }
  .l-nav__share-list-item a {
    display: block;
  }
}
@media not all and (max-width: 900px) {
  .l-nav__share-list-item a:hover path {
    fill: #e02e2c;
  }
}
@media not all and (max-width: 900px) {
  .l-nav__share-list-item svg {
    width: 100%;
    height: auto;
  }
}
@media not all and (max-width: 900px) {
  .l-nav__share-list-item path {
    transition: fill 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media (-ms-high-contrast: none) {
  .l-nav__share-list-item svg {
    height: 21px;
  }
}

/*============================
.l-hamburger
============================*/
.l-hamburger {
  position: fixed;
  z-index: 100;
  top: 14px;
  right: 0;
  width: 60px;
  height: 47px;
}
@media not all and (max-width: 900px) {
  .l-hamburger {
    right: 15px;
    top: 15px;
    width: 90px;
  }
}
.l-hamburger__inner {
  cursor: pointer;
}

.l-hamburger___icon {
  width: 30px;
  padding: 15px 0;
  margin: 0 auto;
}
@media not all and (max-width: 900px) {
  .l-hamburger___icon {
    width: 60px;
  }
}
.l-hamburger___icon-inner {
  position: relative;
}

.l-hamburger__open {
  position: relative;
}
.is-menu-open .l-hamburger__open {
  opacity: 0;
}
.l-hamburger__open::before {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/menu/btn_open_b.png) no-repeat 0 0;
  background-size: 100% auto;
  transition: 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) opacity;
}
@media not all and (max-width: 900px) {
  .is-white .l-hamburger__open::before {
    opacity: 0;
  }
}
.l-hamburger__open img {
  opacity: 0;
}
@media not all and (max-width: 900px) {
  .l-hamburger__open img {
    transition: 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) opacity;
  }
  .is-white .l-hamburger__open img {
    opacity: 1;
  }
}

.l-hamburger__close {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  opacity: 0;
  transition: 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) opacity;
}
.is-menu-open .l-hamburger__close {
  opacity: 1;
  transition-delay: 0.05s;
}

@media not all and (max-width: 900px) {
  .l-hamburger__deco {
    position: absolute;
    margin-top: 17px;
    right: 13px;
    width: 62px;
    opacity: 0;
    transform: translateX(20px);
    transition: 0.3s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  }
  .is-white .l-hamburger__deco {
    transition: 0.3s cubic-bezier(0.18, 0.63, 0.19, 0.98);
    opacity: 1;
    transform: translateX(0);
  }
  .l-hamburger__deco-inner {
    transition: 0.6s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  }
  .is-menu-open .l-hamburger__deco-inner {
    transition: 0.3s cubic-bezier(0.18, 0.63, 0.19, 0.98);
    transform: translateY(20px);
    opacity: 0;
  }
}

/*============================
footer
============================*/
.l-footer {
  text-align: center;
  position: relative;
  background-color: #000000;
  padding-bottom: 42px;
}
@media not all and (max-width: 900px) {
  .l-footer {
    text-align: left;
    padding-bottom: 61px;
  }
}
.l-footer path {
  fill: #ffffff;
}
.l-footer__inner {
  position: relative;
}
@media not all and (max-width: 900px) {
  .l-footer__inner {
    width: 85.7%;
    margin: 0 auto;
  }
}

@media not all and (max-width: 900px) {
  .l-footer__wrap {
    display: flex;
    align-items: flex-start;
  }
}

@media not all and (max-width: 900px) {
  .l-footer__wrap2 {
    padding-top: 68px;
    width: calc(100% - 400px);
    max-width: 500px;
    margin-left: 47px;
  }
}

.l-footer__logo {
  position: relative;
  width: 55.6%;
  padding-top: 25px;
}
@media screen and (max-width: 900px) {
  .l-footer__logo {
    margin: 0 auto;
    max-width: 211px;
  }
}
@media not all and (max-width: 900px) {
  .l-footer__logo {
    width: 280px;
    padding-top: 50px;
  }
}
.l-footer__logo:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  height: 2px;
}
.l-footer__logo-link {
  display: block;
  transition: opacity 0.2s;
}
@media not all and (max-width: 900px) {
  .l-footer__logo-link:hover {
    opacity: 0.7;
  }
}

.l-footer__nav {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .l-footer__nav {
    justify-content: center;
    margin-top: 28px;
  }
}
@media not all and (max-width: 900px) {
  .l-footer__nav {
    align-items: flex-start;
  }
}
.l-footer__nav-item {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: 200;
  font-size: 14.5px;
  letter-spacing: 0.01em;
  margin: 2px 7px;
}
@media not all and (max-width: 900px) {
  .l-footer__nav-item {
    font-size: 23.5px;
    margin: 2px 18px 2px 0;
    letter-spacing: 0.05em;
  }
}
.l-footer__nav-link {
  display: block;
  padding: 0 2px;
  position: relative;
}
.l-footer__nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 2px;
  bottom: 0;
  background-color: #e02e2c;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s cubic-bezier(0.18, 0.63, 0.19, 0.98);
}
@media not all and (max-width: 900px) {
  .l-footer__nav-link:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
  }
}

.l-footer__sns {
  margin-top: 17px;
}
@media not all and (max-width: 900px) {
  .l-footer__sns {
    margin-top: 20px;
  }
}
.l-footer__sns-item + .l-footer__sns-item {
  margin-top: 4px;
}
.l-footer__sns-link {
  position: relative;
  display: block;
  padding-left: 19px;
  display: inline-block;
  transition: color 0.4s cubic-bezier(0.18, 0.63, 0.19, 0.98);
}
@media not all and (max-width: 900px) {
  .l-footer__sns-link {
    padding-left: 26px;
  }
  .l-footer__sns-link:hover {
    color: #e02e2c;
  }
  .l-footer__sns-link:hover path {
    fill: #e02e2c;
  }
}
.l-footer__sns-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media not all and (max-width: 900px) {
  .l-footer__sns-icon {
    width: 14px;
    left: 2px;
    top: 1px;
  }
}
.l-footer__sns-icon svg {
  width: 100%;
  height: 10px;
}
@media not all and (max-width: 900px) {
  .l-footer__sns-icon svg {
    height: 12px;
  }
}
.l-footer__sns-icon path {
  transition: fill 0.4s cubic-bezier(0.18, 0.63, 0.19, 0.98);
}
.l-footer__sns-text {
  letter-spacing: 0.06em;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 13.5px;
}
@media not all and (max-width: 900px) {
  .l-footer__sns-text {
    letter-spacing: 0.1em;
    font-size: 15px;
  }
}

.l-footer__share {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
}
@media not all and (max-width: 900px) {
  .l-footer__share {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 0;
  }
}
.l-footer__share-head {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 10px;
}
@media not all and (max-width: 900px) {
  .l-footer__share-head {
    font-size: 12px;
  }
}
.l-footer__share-list {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
@media not all and (max-width: 900px) {
  .l-footer__share-list {
    margin-left: 21px;
  }
}
.l-footer__share-list-item {
  position: relative;
  width: 19px;
  margin: 0 10px;
}
@media not all and (max-width: 900px) {
  .l-footer__share-list-item {
    width: 21px;
    margin: 0;
  }
  .l-footer__share-list-item + .l-footer__share-list-item {
    margin-left: 15px;
  }
}
.l-footer__share-list-item svg {
  width: 19px;
  height: auto;
}
.l-footer__share-list-item path {
  transition: fill 0.4s cubic-bezier(0, 1.52, 0.83, 1.29);
}
.l-footer__share-list-item a {
  display: block;
}
@media not all and (max-width: 900px) {
  .l-footer__share-list-item a:hover path {
    fill: #e02e2c;
  }
}

.l-footer__pageup {
  margin-top: 38px;
}
@media not all and (max-width: 900px) {
  .l-footer__pageup {
    position: absolute;
    right: 0;
    top: 34px;
  }
}
.l-footer__pageup-link {
  position: relative;
  display: inline-block;
}
@media not all and (max-width: 900px) {
  .l-footer__pageup-link::before {
    position: absolute;
    content: "";
    left: 9px;
    right: 9px;
    background-color: #ffffff;
    height: 3px;
    top: 20px;
    opacity: 0;
    transform: translateX(100%);
    transition: 0.3s cubic-bezier(0.18, 0.63, 0.19, 0.98);
    transition-property: opacity, transform;
  }
  .l-footer__pageup-link:hover::before {
    opacity: 1;
    transform: translateX(0);
  }
  .l-footer__pageup-link:hover .l-footer__pageup-icon::before {
    transform: translateY(-11px) rotate(30deg);
  }
  .l-footer__pageup-link:hover .l-footer__pageup-icon::after {
    transform: translateY(-11px) rotate(-30deg);
  }
}
.l-footer__pageup-icon {
  position: relative;
  margin: 0 auto;
  width: 51px;
  height: 23px;
}
.l-footer__pageup-icon::before, .l-footer__pageup-icon::after {
  position: absolute;
  content: "";
  background-color: #ffffff;
  height: 29px;
  width: 3px;
  top: 0;
  transition: transform 0.3s cubic-bezier(0.18, 0.63, 0.19, 0.98);
}
.l-footer__pageup-icon:before {
  transform-origin: top right;
  left: 50%;
  transform: rotate(45deg);
  margin-left: -6px;
}
.l-footer__pageup-icon::after {
  right: 50%;
  transform-origin: top left;
  transform: rotate(-45deg);
  margin-right: -6px;
}
.l-footer__pageup-text {
  margin-top: 10px;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.03em;
}

.l-footer__copy {
  margin-top: 30px;
  font-size: 9px;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media not all and (max-width: 900px) {
  .l-footer__copy {
    font-size: 10px;
    margin-top: 87px;
    padding-bottom: 3px;
  }
}
.l-footer__copy-link {
  display: block;
  position: relative;
  margin-bottom: 1em;
}
.l-footer__copy-link a {
  line-height: 1.3;
  text-decoration: underline;
}
@media not all and (max-width: 900px) {
  .l-footer__copy-link a:hover {
    text-decoration: none;
  }
}

@media not all and (max-width: 900px) {
  .c-cursor {
    position: fixed;
    z-index: 501;
    width: 64px;
    height: 64px;
    pointer-events: none;
    mix-blend-mode: difference;
    opacity: 0.8;
    margin: -32px 0 0 -32px;
    transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-cursor.is-hide {
    opacity: 0 !important;
  }
}
.p-cursor__inner {
  width: 100%;
  position: relative;
}
.is-active .p-cursor__inner {
  animation: spin linear 1.5s infinite;
}

.p-cursor__circle {
  position: relative;
  width: 64px;
  height: 64px;
  border: 2px solid #e02e2c;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.2s;
}
.is-active .p-cursor__circle {
  transform: scale(1);
}
.p-cursor__circle::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  border: 2px solid #e02e2c;
  border-radius: 50%;
  box-sizing: border-box;
}

.p-cursor__circle2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #e02e2c;
  margin: -2px 0 0 -2px;
}
.p-cursor__circle2 .is-active {
  opacity: 1;
}

.p-cursor__pointer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  transform: scale(0.5);
}
.is-active .p-cursor__pointer {
  opacity: 1;
  transform: scale(1);
}
.p-cursor__pointer span {
  display: block;
  position: absolute;
  background-color: #e02e2c;
}
.p-cursor__pointer span:nth-of-type(1) {
  top: -7px;
  left: 50%;
  width: 2px;
  height: 25px;
  margin-left: -1px;
}
.p-cursor__pointer span:nth-of-type(2) {
  right: -7px;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 25px;
}
.p-cursor__pointer span:nth-of-type(3) {
  bottom: -7px;
  left: 50%;
  margin-left: -1px;
  height: 25px;
  width: 2px;
}
.p-cursor__pointer span:nth-of-type(4) {
  left: -7px;
  top: 50%;
  margin-top: -1px;
  width: 25px;
  height: 2px;
}