@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

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

blockquote, q {
  quotes: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

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

ol, ul {
  list-style: none;
}

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

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

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

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

@keyframes loop_x {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop_tape_pc {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -413px center;
  }
}
@keyframes loop_tape_sp {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -207px center;
  }
}
@keyframes katakata {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(0);
  }
}
body {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 400;
}
body.is-menu-open {
  overflow: hidden;
}

.l-wrap {
  overflow: hidden;
  min-height: 100vh;
}

.l-section {
  position: relative;
}
.l-section::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 50px;
  background: url(../img/tape.jpg) repeat-x 0 center;
  background-size: 413px;
}
@media screen and (max-width: 859px) {
  .l-section::before {
    padding-top: 25px;
    background-size: 207px;
  }
}
@media screen and (min-width: 860px) {
  .l-section:nth-child(2n)::before {
    animation: loop_tape_pc 6s linear infinite forwards;
  }
}
@media screen and (max-width: 859px) {
  .l-section:nth-child(2n)::before {
    animation: loop_tape_sp 6s linear infinite forwards;
  }
}
.l-section:nth-child(2n) .l-section__ttl {
  right: 2%;
}
@media screen and (max-width: 859px) {
  .l-section:nth-child(2n) .l-section__ttl {
    right: 4%;
  }
}
@media screen and (min-width: 860px) {
  .l-section:nth-child(2n+1)::before {
    animation: loop_tape_pc 6s linear infinite forwards reverse;
  }
}
@media screen and (max-width: 859px) {
  .l-section:nth-child(2n+1)::before {
    animation: loop_tape_sp 6s linear infinite forwards reverse;
  }
}
.l-section:nth-child(2n+1) .l-section__ttl {
  left: 0;
}
.l-section__ttl {
  position: absolute;
  top: 0;
  transform: translateY(-53%);
}
.l-section__ttl img {
  transform: scale(1.5);
  opacity: 0;
}
.l-section.is-active .l-section__ttl img {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-section__inner {
  position: relative;
  height: 100%;
  margin: 0 auto;
  width: 96%;
  max-width: 1700px;
  padding: 100px 0;
}
@media screen and (max-width: 859px) {
  .l-section__inner {
    width: 92%;
    padding: 60px 0;
  }
}

.l-footer {
  position: relative;
}
.l-footer__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 114px;
  background: url(../img/ftr/bg_ftr_pc.png) repeat-x center bottom;
  background-size: 1400px;
  transform: translateY(-83%);
}
@media screen and (max-width: 859px) {
  .l-footer__deco {
    padding-top: 65px;
    background: url(../img/ftr/bg_ftr_sp.png) repeat-x center bottom;
    background-size: 400px;
    transform: translateY(-95%);
  }
}
.l-footer__content {
  position: relative;
  background-color: #000000;
  color: #ffffff;
  padding: 98px 40px 74px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .l-footer__content {
    display: block;
  }
}
@media screen and (max-width: 859px) {
  .l-footer__content {
    padding: 40px 10px 39px;
  }
}
.l-footer__logo {
  width: 25%;
  max-width: 350px;
}
@media screen and (max-width: 1100px) {
  .l-footer__logo {
    width: 350px;
  }
}
@media screen and (min-width: 860px) {
  .l-footer__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__logo {
    position: relative;
    transform: translate(0, 0);
    top: 0;
    left: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 859px) {
  .l-footer__logo {
    margin: 0 auto;
    width: min(223px, 59.4666666667vw);
  }
}
.l-footer__logo a {
  display: block;
}
@media (hover: hover) {
  .l-footer__logo a {
    transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__logo a:hover {
    transform: scale(0.97);
    opacity: 0.9;
  }
}
.l-footer__copy {
  width: 30.5%;
  max-width: 400px;
  font-size: 10px;
}
@media screen and (max-width: 1100px) {
  .l-footer__copy {
    margin: 0 auto;
    width: 400px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 859px) {
  .l-footer__copy {
    width: 100%;
    padding: 0 5.5%;
    margin-top: 17px;
    font-size: min(10px, 2.6666666667vw);
  }
}
.l-footer__copy-list-item {
  line-height: 1.7;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 859px) {
  .l-footer__copy-list-item {
    line-height: 1.2;
  }
  .l-footer__copy-list-item + .l-footer__copy-list-item {
    margin-top: 6px;
  }
}
.l-footer__links {
  flex-shrink: 0;
  width: min(400px, 30.7692307692vw);
}
@media screen and (max-width: 1100px) {
  .l-footer__links {
    margin: 0 auto;
    margin-top: 41px;
    width: 400px;
  }
}
@media screen and (max-width: 859px) {
  .l-footer__links {
    width: 100%;
    margin-top: 41px;
  }
}
.l-footer__share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .l-footer__share {
    justify-content: center;
  }
}
.l-footer__share-text {
  font-family: "acumin-pro-wide", sans-serif;
  font-weight: 600;
  font-weight: 900;
  flex-shrink: 0;
  margin-right: 4%;
  font-size: min(21px, 1.6153846154vw);
  letter-spacing: 1px;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .l-footer__share-text {
    font-size: 21px;
  }
}
@media screen and (max-width: 859px) {
  .l-footer__share-text {
    margin-right: 5.5%;
    font-size: min(15px, 4vw);
  }
}
.l-footer__share-list {
  display: flex;
}
.l-footer__share-list-item {
  width: min(90px, 6.9230769231vw);
  border-radius: 0 20px 0 20px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .l-footer__share-list-item {
    width: 90px;
  }
}
@media screen and (max-width: 859px) {
  .l-footer__share-list-item {
    width: min(68px, 18.1333333333vw);
    border-radius: 0 10px 0 10px;
  }
}
@media (hover: hover) {
  .l-footer__share-list-item {
    transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__share-list-item:hover {
    transform: scale(0.97);
    opacity: 0.9;
  }
}
.l-footer__share-list-item + .l-footer__share-list-item {
  margin-left: 10px;
}
@media screen and (max-width: 859px) {
  .l-footer__share-list-item + .l-footer__share-list-item {
    margin-left: min(11px, 2.9333333333vw);
  }
}
.l-footer__share-list-item.-red {
  background-color: #e60012;
}
.l-footer__share-list-item.-red .p-in_icon {
  width: 23%;
}
.l-footer__share-list-item.-yellow {
  background-color: #fff108;
}
.l-footer__share-list-item.-yellow svg {
  fill: #000000;
}
.l-footer__share-list-item.-blue {
  background-color: #1d2088;
}
.l-footer__share-list-item a {
  display: block;
  position: relative;
  width: 100%;
  padding-top: min(40px, 3.0769230769vw);
}
@media screen and (max-width: 1100px) {
  .l-footer__share-list-item a {
    padding-top: 40px;
  }
}
@media screen and (max-width: 859px) {
  .l-footer__share-list-item a {
    padding-top: min(30px, 8vw);
  }
}
.l-footer__share-list-item .p-in_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 27%;
}
.l-footer__share-list-item svg {
  fill: #ffffff;
}
.l-footer__anilink {
  margin-top: 16px;
}
@media screen and (max-width: 859px) {
  .l-footer__anilink {
    margin-top: 23px;
  }
}
.l-footer__anilink-list {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1100px) {
  .l-footer__anilink-list {
    justify-content: center;
  }
}
.l-footer__anilink-list-item {
  position: relative;
}
.l-footer__anilink-list-item + .l-footer__anilink-list-item {
  padding-left: min(34px, 2.6153846154vw);
  margin-left: min(29px, 2.2307692308vw);
}
@media screen and (max-width: 1100px) {
  .l-footer__anilink-list-item + .l-footer__anilink-list-item {
    padding-left: 34px;
    margin-left: 29px;
  }
}
@media screen and (max-width: 859px) {
  .l-footer__anilink-list-item + .l-footer__anilink-list-item {
    padding-left: min(18px, 4.8vw);
    margin-left: min(12px, 3.2vw);
  }
}
.l-footer__anilink-list-item + .l-footer__anilink-list-item::before {
  content: "/";
  position: absolute;
  top: 65%;
  left: 0;
  transform: translateY(-50%);
  font-size: 14px;
}
@media screen and (max-width: 859px) {
  .l-footer__anilink-list-item + .l-footer__anilink-list-item::before {
    font-size: min(11px, 2.9333333333vw);
  }
}
.l-footer__anilink-list-item a {
  color: #ffffff;
  text-decoration: none;
  font-family: "acumin-pro-wide", sans-serif;
  font-weight: 600;
  font-size: min(14px, 1.0769230769vw);
}
@media screen and (max-width: 1100px) {
  .l-footer__anilink-list-item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 859px) {
  .l-footer__anilink-list-item a {
    font-size: min(11px, 2.9333333333vw);
    letter-spacing: 0.5px;
  }
}
@media (hover: hover) {
  .l-footer__anilink-list-item a:hover {
    color: #fff108;
  }
}
.l-footer__text {
  font-size: min(12px, 0.9230769231vw);
  line-height: 1.3;
  margin-top: 16px;
}
@media screen and (max-width: 859px) {
  .l-footer__text {
    padding: 0 5.5%;
    text-align: center;
    font-size: min(11px, 2.9333333333vw);
  }
}
.l-footer__text-item + .l-footer__text-item {
  margin-top: 7px;
}
@media screen and (max-width: 859px) {
  .l-footer__text-item + .l-footer__text-item {
    margin-top: 2px;
  }
}

.l-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.is-menu-open .l-menu {
  pointer-events: auto;
}
.l-menu__filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}
.is-menu-open .l-menu__filter {
  opacity: 1;
}
.l-menu__btn {
  position: absolute;
  top: 20px;
  left: 0;
  transform: translateX(-100%);
  width: 42px;
  cursor: pointer;
  pointer-events: all;
}
@media screen and (max-width: 859px) {
  .l-menu__btn {
    top: auto;
    bottom: 0;
    left: auto;
    right: 20px;
    transform: translateY(100%);
    width: 130px;
  }
}
.l-menu__btn-inner {
  background-color: #e60012;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 5px 15px;
  border-radius: 15px 0 0 15px;
  overflow: hidden;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
  box-sizing: border-box;
}
@media screen and (min-width: 860px) {
  .l-menu__btn-inner {
    border-top: 2px solid #000000;
  }
}
@media screen and (max-width: 859px) {
  .l-menu__btn-inner {
    flex-direction: row;
    border-right: 2px solid #000000;
    border-radius: 0 0 15px 15px;
    padding: 7px 9px 8px;
    justify-content: center;
  }
}
@media (hover: hover) {
  .l-menu__btn-inner:hover .l-menu__btn-text {
    color: #fff108;
  }
  .l-menu__btn-inner:hover .l-menu__btn-icon::before, .l-menu__btn-inner:hover .l-menu__btn-icon::after {
    background-color: #fff108;
  }
}
.l-menu__btn-text {
  font-family: "acumin-pro-wide", sans-serif;
  font-weight: 600;
  font-weight: 900;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 25px;
  transform: translateX(3px);
}
@media screen and (min-width: 860px) {
  .l-menu__btn-text {
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 859px) {
  .l-menu__btn-text {
    font-size: 19px;
  }
}
.l-menu__btn-icon {
  width: 20px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
  margin-bottom: 11px;
}
@media screen and (max-width: 859px) {
  .l-menu__btn-icon {
    width: 16px;
    height: 16px;
    margin-bottom: 0;
    margin-right: 6px;
  }
}
.l-menu__btn-icon::before, .l-menu__btn-icon::after {
  content: "";
  height: 100%;
  width: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
}
@media screen and (max-width: 859px) {
  .l-menu__btn-icon::before, .l-menu__btn-icon::after {
    width: 100%;
    height: 3px;
  }
}
.l-menu__btn-icon::before {
  left: 40%;
}
@media screen and (max-width: 859px) {
  .l-menu__btn-icon::before {
    left: 50%;
    top: 30%;
  }
}
.is-menu-open .l-menu__btn-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (min-width: 860px) {
  .is-menu-open .l-menu__btn-icon::before {
    left: 50%;
  }
}
@media screen and (max-width: 859px) {
  .is-menu-open .l-menu__btn-icon::before {
    top: 50%;
  }
}
.l-menu__btn-icon::after {
  left: 78%;
}
@media screen and (max-width: 859px) {
  .l-menu__btn-icon::after {
    left: 50%;
    top: 70%;
  }
}
.is-menu-open .l-menu__btn-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 860px) {
  .is-menu-open .l-menu__btn-icon::after {
    left: 50%;
  }
}
@media screen and (max-width: 859px) {
  .is-menu-open .l-menu__btn-icon::after {
    top: 50%;
  }
}
.l-menu__content {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  background-color: #e60012;
  box-sizing: border-box;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-menu-open .l-menu__content {
  transition: transform 0.75s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 860px) {
  .l-menu__content {
    border-left: 2px solid #000000;
    transform: translateX(100%);
  }
  .is-menu-open .l-menu__content {
    transform: translateX(0);
  }
}
@media screen and (max-width: 859px) {
  .l-menu__content {
    width: 100%;
    border-bottom: 2px solid #000000;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    transform: translateY(-100%);
  }
  .is-menu-open .l-menu__content {
    transform: translateY(0);
  }
}
.l-menu__content-inner {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 860px) {
  .l-menu__content-inner {
    height: 100%;
    overflow: auto;
  }
}
.l-menu__content-main {
  padding: 20px 58px;
  min-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 859px) {
  .l-menu__content-main {
    padding: 56px 31px;
  }
}
.l-menu__bg {
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 188%;
  transform: translate(47%, 48%);
  pointer-events: none;
}
@media screen and (max-width: 859px) {
  .l-menu__bg {
    bottom: auto;
    top: 0;
    width: 100%;
    transform: translate(37%, -55%);
  }
}
.l-menu__list-item {
  transform: translateY(35px);
  opacity: 0;
}
.is-menu-open .l-menu__list-item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-menu-open .l-menu__list-item:nth-child(1) {
  transition-delay: 0.2s;
}
.is-menu-open .l-menu__list-item:nth-child(2) {
  transition-delay: 0.33s;
}
.is-menu-open .l-menu__list-item:nth-child(3) {
  transition-delay: 0.46s;
}
.is-menu-open .l-menu__list-item:nth-child(4) {
  transition-delay: 0.59s;
}
.is-menu-open .l-menu__list-item:nth-child(5) {
  transition-delay: 0.72s;
}
.l-menu__list-item + .l-menu__list-item {
  margin-top: 30px;
}
@media screen and (max-width: 859px) {
  .l-menu__list-item + .l-menu__list-item {
    margin-top: 16px;
  }
}
.l-menu__list-item a {
  text-decoration: none;
  font-family: "acumin-pro-wide", sans-serif;
  font-weight: 600;
  font-weight: 900;
  color: #ffffff;
  font-size: 30px;
  display: inline-block;
  vertical-align: baseline;
}
@media (hover: hover) {
  .l-menu__list-item a:hover {
    color: #fff108;
  }
}
@media screen and (max-width: 859px) {
  .l-menu__list-item a {
    font-size: 24px;
  }
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  background-color: #ffffff;
  z-index: 2;
}
.is-load .l-loading {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.l-ticket {
  position: fixed;
  bottom: 40px;
  right: 27px;
  z-index: 1;
  width: 220px;
  transform: scale(1.3);
  opacity: 0;
}
@media screen and (max-width: 859px) {
  .l-ticket {
    width: 150px;
    bottom: 22px;
    right: 13px;
  }
}
.is-load .l-ticket {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}
.is-foot .l-ticket {
  transform: scale(0.9);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0s;
}
.l-ticket a {
  display: block;
  transform: rotate(10deg);
}
@media (hover: hover) {
  .l-ticket a:hover img {
    transform: scale(1.1);
  }
}
.l-ticket a img {
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.l-ticket__img {
  animation: katakata 1.2s steps(1) infinite forwards;
}

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

@media screen and (min-width: 860px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}
@media screen and (max-width: 859px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}
.p-hero {
  position: relative;
  z-index: 1;
}
.p-hero__deco {
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%) rotate(-4deg);
  width: 101%;
  overflow: hidden;
  background-color: #000000;
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 859px) {
  .p-hero__deco {
    width: 105%;
    transform: translateX(-50%) rotate(8deg);
  }
}
.p-hero__deco-list {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
  width: 100%;
  animation: loop_x 20s linear infinite forwards;
}
.p-hero__deco-list-item {
  width: 29%;
  flex-shrink: 0;
}
@media screen and (max-width: 859px) {
  .p-hero__deco-list-item {
    width: 55%;
  }
}
.p-hero__deco2 {
  position: absolute;
  top: 9%;
  right: 4.5%;
  width: 21.8%;
  transform: rotate(40deg);
}
@media screen and (max-width: 859px) {
  .p-hero__deco2 {
    top: 23%;
    right: auto;
    left: -5%;
    width: 44.8%;
    transform: rotate(-20deg);
  }
}
.p-hero__logo {
  transform: scale(0.6);
  opacity: 0;
}
.is-load .p-hero__logo {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
.p-hero__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-hero__officialx {
  position: absolute;
  top: -15%;
  left: -3%;
  width: 25%;
}
@media screen and (max-width: 859px) {
  .p-hero__officialx {
    top: -10%;
    left: -12%;
    width: 53%;
  }
}
.p-hero__officialx a {
  display: block;
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (hover: hover) {
  .p-hero__officialx a:hover {
    transform: scale(1.1);
  }
}
.p-hero__officialx-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52%;
}
@media screen and (max-width: 859px) {
  .p-hero__officialx-text {
    top: 55%;
    left: 58%;
    width: 54%;
  }
}
.p-hero__ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-hero__ttl-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-hero__schedule {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.p-hero img {
  width: 100%;
}

.p-intro {
  position: relative;
  padding: max(12.5%, 175px) 5% max(9%, 130px);
  text-align: center;
  margin-top: -4%;
}
@media screen and (max-width: 859px) {
  .p-intro {
    padding: 30.5% 2% 25.5%;
    margin-top: -8%;
  }
}
.p-intro__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(2);
  opacity: 0;
  width: 100%;
  height: 100%;
}
.p-intro.is-active .p-intro__bg {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-intro__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg_lead_pc.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 859px) {
  .p-intro__bg::before {
    background: url(../img/bg_lead_sp.png) no-repeat center center;
    background-size: cover;
  }
}
.p-intro__lead {
  position: relative;
  font-weight: 900;
  line-height: 1.6;
  font-size: min(24px, 1.8461538462vw);
  transform: scale(0.6);
  opacity: 0;
}
.p-intro.is-active .p-intro__lead {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.7s cubic-bezier(0.83, 0, 0.17, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 859px) {
  .p-intro__lead {
    font-size: 15px;
    letter-spacing: -0.5px;
  }
}

.p-lineup {
  background-color: #e60012;
}
.p-lineup__ttl {
  width: 380px;
}
@media screen and (max-width: 859px) {
  .p-lineup__ttl {
    width: 190px;
  }
}
.p-lineup__dot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.p-lineup__dot img {
  width: 100%;
}
.p-lineup__cloud {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.p-lineup__cloud img {
  width: 100%;
}
.p-lineup__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 87%;
  transform: translateY(40px);
  opacity: 0;
}
.l-section.is-active .p-lineup__list {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 859px) {
  .p-lineup__list {
    width: 92%;
  }
}
.p-lineup__list-item {
  width: 22.2%;
  margin-right: 3.5%;
  margin-bottom: 3.5%;
}
@media screen and (min-width: 860px) {
  .p-lineup__list-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 859px) {
  .p-lineup__list-item {
    width: 45%;
    margin-right: 8%;
    margin-bottom: 7.5%;
  }
  .p-lineup__list-item:nth-child(2n) {
    margin-right: 0;
  }
}
.p-lineup__list-item a {
  display: block;
  position: relative;
}
.p-lineup__list-item a::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  border: 4px solid #000000;
  box-sizing: border-box;
  background-color: #1d2088;
  position: absolute;
  top: 3%;
  right: -4%;
}
@media screen and (max-width: 859px) {
  .p-lineup__list-item a::before {
    border-radius: 10px;
    border-width: 3px;
  }
}
@media (hover: hover) {
  .p-lineup__list-item a:hover .p-lineup__list-thumb {
    transform: translate(4%, 3%);
  }
}
.p-lineup__list-thumb {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 4px solid #000000;
  box-sizing: border-box;
  position: relative;
  padding-top: 136%;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 859px) {
  .p-lineup__list-thumb {
    padding-top: 133%;
    border-radius: 10px;
    border-width: 3px;
  }
}
.p-lineup__list-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-goods__ttl {
  width: 380px;
  z-index: 1;
  transform: translateY(-48%);
}
@media screen and (max-width: 859px) {
  .p-goods__ttl {
    width: 190px;
    transform: translateY(-50%);
  }
}
.p-goods .l-section__inner {
  width: 100%;
  max-width: none;
  padding: 0;
}
.p-goods__coming {
  position: relative;
}
.p-goods__coming-bg img {
  width: 100%;
}
.p-goods__coming-text {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 21%;
}
@media screen and (max-width: 859px) {
  .p-goods__coming-text {
    top: 47%;
    width: 43%;
  }
}
.p-goods__coming-text img {
  width: 100%;
}