@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-black);
  --color-bg: var(--color-cream);
  --color-black: #000;
  --color-white: #fff;
  --color-gray-bg: #f5f3f0;
  --color-purple: #e690ff;
  --color-violet: #b5a0ff;
  --color-cream: #f4f3ef;
  --color-sky: #62acff;
  --color-pink: #f5425f;
  --color-yellow: #f6ec56;
  --color-gradient-main: linear-gradient(to right, #e690ff 0%, #62acff 100%);
  --color-gradient-line: linear-gradient(to right, #b5a0ff 0%, #e690ff 50%, #62acff 100%);
  --color-gradient-1: linear-gradient(to right, #b5a0ff 0%, #e690ff 100%);
  --color-gradient-2: linear-gradient(to right, #e690ff 0%, #62acff 100%);
  --color-gradient-3: linear-gradient(to right, #b5a0ff 0%, #e690ff 50%, #62acff 100%);
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
  --ease_bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
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, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 961px) {
  html {
    font-size: min(0.78125vw, 8px);
  }
}
@media screen and (min-width: 961px) and (min-width: 1400px) {
  html {
    font-size: min(0.7142857143vw, 11.4285714286px);
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: min(2.6666666667vw, 15px);
  }
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.15rem;
  color: var(--color-text);
  background: var(--color-bg);
  overflow: hidden;
  font-family: "M PLUS 1p", -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%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}
body[data-lang=ch] {
  font-family: "Noto Sans SC", "M PLUS 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

a {
  color: var(--color-text);
  position: relative;
  text-decoration: none;
}

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

* {
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
*::before, *::after {
  box-sizing: border-box;
}
*:focus-visible {
  outline: 1px solid var(--color-black) !important;
}

input, select, textarea {
  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;
}

button {
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: "M PLUS 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ol, ul {
  list-style: none;
}

@media screen and (min-width: 961px) {
  .is-sp {
    display: none !important;
  }
  .is-sp-inline {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .sp-inline {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none !important;
  }
  .is-pc-inline {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
}
@media screen and (orientation: landscape) {
  .is-port {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .is-land {
    display: none !important;
  }
}
img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}
img[height] {
  height: auto !important;
}

[data-prefix]::before {
  content: attr(data-prefix);
}

[data-suffix]::after {
  content: attr(data-suffix);
}

.l-wrap {
  display: block;
  position: relative;
}
.l-wrap__op {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  background: var(--color-gradient-3);
  z-index: 100;
}
.is-load .l-wrap__op {
  opacity: 0;
  transition: opacity 1.2s var(--ease_inout);
}
.l-wrap__op-cap {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 1rem;
  font-size: 2.6rem;
  font-weight: 500;
  font-family: "Audiowide", "M PLUS 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.2rem;
  text-align: center;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .l-wrap__op-cap {
    font-size: 1.8rem;
  }
}
.is-ready .l-wrap__op-dot:nth-child(1) {
  animation: dot1 1s steps(1, jump-end) infinite;
}
.is-ready .l-wrap__op-dot:nth-child(2) {
  animation: dot2 1s steps(1, jump-end) infinite;
}
.is-ready .l-wrap__op-dot:nth-child(3) {
  animation: dot3 1s steps(1, jump-end) infinite;
}
.is-ready .l-wrap__op-dot:nth-child(4) {
  animation: dot4 1s steps(1, jump-end) infinite;
}
.is-ready .l-wrap__op-dot:nth-child(5) {
  animation: dot5 1s steps(1, jump-end) infinite;
}
.is-ready .l-wrap__op-dot:nth-child(6) {
  animation: dot6 1s steps(1, jump-end) infinite;
}
.is-ready .l-wrap__op-dot:nth-child(7) {
  animation: dot7 1s steps(1, jump-end) infinite;
}
.is-ready .l-wrap__op-dot:nth-child(8) {
  animation: dot8 1s steps(1, jump-end) infinite;
}
.is-ready .l-wrap__op-dot:nth-child(9) {
  animation: dot9 1s steps(1, jump-end) infinite;
}
.is-ready .l-wrap__op-dot:nth-child(10) {
  animation: dot10 1s steps(1, jump-end) infinite;
}
@keyframes dot1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dot2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dot3 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.l-wrap__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/frame/bg_repeat.png") repeat 0 0/11px auto;
}
@media screen and (max-width: 960px) {
  .l-wrap__bg {
    background-size: 5.5px auto;
  }
}
.l-wrap__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_kirakira.png") repeat-y center top/100% auto;
}
@media screen and (max-width: 960px) {
  .l-wrap__bg::before {
    background-size: 200% auto;
  }
}
.l-wrap__cover::before {
  content: "";
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/frame/frame_l.png") no-repeat 0 50%/35px auto, url("../img/frame/frame_r.png") no-repeat 100% 50%/35px auto, url("../img/frame/frame_l_top.png") no-repeat 0% 0%/50px auto, url("../img/frame/frame_r_top.png") no-repeat 100% 0%/50px auto;
  z-index: 25;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-wrap__cover::before {
    background-size: 17.5px auto, 17.5px auto, 25px auto, 25px auto;
  }
}
.l-wrap__cover::after {
  content: "";
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  background: url("../img/frame/frame_l_down.png") no-repeat 0% 100%/50px auto, url("../img/frame/frame_r_down.png") no-repeat 100% 100%/50px auto;
  z-index: 20;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-wrap__cover::after {
    background-size: 25px auto, 25px auto;
  }
}
.l-wrap__cover-line {
  display: block;
  position: fixed;
  z-index: 20;
  pointer-events: none;
}
.l-wrap__cover-line.--line1 {
  width: 100%;
  height: 20px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .l-wrap__cover-line.--line1 {
    height: 10px;
  }
}
.l-wrap__cover-line.--line1::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-gradient-line);
}
@media screen and (max-width: 960px) {
  .l-wrap__cover-line.--line1::before {
    width: 100%;
  }
}
.l-wrap__cover-line.--line2 {
  width: 100%;
  height: 20px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .l-wrap__cover-line.--line2 {
    height: 10px;
  }
}
.l-wrap__cover-line.--line2::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-gradient-line);
}
.l-wrap__cover-line.--line3 {
  width: 20px;
  height: 100vh;
  top: 0;
  left: 0;
  background: var(--color-violet);
}
@media screen and (max-width: 960px) {
  .l-wrap__cover-line.--line3 {
    width: 10px;
  }
}
.l-wrap__cover-line.--line4 {
  width: 20px;
  height: 100vh;
  top: 0;
  right: 0;
  background: var(--color-sky);
}
@media screen and (max-width: 960px) {
  .l-wrap__cover-line.--line4 {
    width: 10px;
  }
}
.l-wrap__container {
  display: block;
  position: relative;
}

.l-lang {
  display: block;
  position: fixed;
  top: 4.7rem;
  right: 4.5rem;
  color: var(--color-white);
  background: var(--color-black);
  border-radius: 20rem;
  z-index: 20;
}
@media screen and (max-width: 960px) {
  .l-lang {
    top: 2.9rem;
    right: 2rem;
  }
}
.l-lang__content {
  display: block;
  position: relative;
  padding: 0.3rem;
}
.l-lang__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-lang__list {
    gap: 0.5rem;
  }
}
.l-lang__link {
  width: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--color-white);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .l-lang__link {
    width: 3.5rem;
  }
}
.is-current .l-lang__link {
  color: var(--color-black);
  background-color: var(--color-white);
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .l-lang__link {
    transition: opacity 0.4s var(--ease_out);
  }
  .l-lang__link:hover {
    opacity: 0.6;
  }
}
.l-lang__link-text {
  display: block;
  position: relative;
  padding: 0.2rem 0;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Audiowide", "M PLUS 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .l-lang__link-text {
    padding: 0.35rem 0;
    font-size: 1.35rem;
  }
}

.l-footer {
  display: block;
  position: relative;
  padding: 7.8rem 0;
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding: 6rem 0;
  }
}
.l-footer__container {
  display: block;
  position: relative;
}
.l-footer__content {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-footer__sns {
  display: block;
  position: relative;
}
.l-footer__copy {
  width: 100%;
  display: block;
  position: relative;
  margin: 5rem auto 0;
  font-size: 1.1rem;
  line-height: 1.3;
  letter-spacing: 0;
  font-family: "Audiowide", "M PLUS 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-footer__copy {
    margin-top: 5rem;
    font-size: 0.9rem;
  }
}
.l-footer__bnr {
  width: 100%;
  display: block;
  position: relative;
  margin: 7.2rem auto 0;
}
@media screen and (max-width: 960px) {
  .l-footer__bnr {
    margin-top: 2.5rem;
  }
}

.l-footer_sns {
  display: block;
  position: relative;
}
.l-footer_sns__cap {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 3.8rem;
  font-size: 2.4rem;
  letter-spacing: 0.06rem;
  font-family: "Audiowide", "M PLUS 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-footer_sns__cap {
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
.l-footer_sns__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_sns__list {
    gap: 5rem;
  }
}
.l-footer_sns__list-item {
  display: block;
  position: relative;
}
.l-footer_sns__link {
  width: 6rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_sns__link {
    width: 4.3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_sns__link {
    transition: opacity 0.4s var(--ease_out);
  }
  .l-footer_sns__link:hover {
    opacity: 0.6;
  }
}

.l-footer_bnr {
  display: block;
  position: relative;
}
.l-footer_bnr__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8.5rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_bnr__list {
    gap: 5rem;
  }
}
.l-footer_bnr__list-item {
  display: block;
  position: relative;
}
.l-footer_bnr__link {
  display: block;
  position: relative;
}
.l-footer_bnr__link.--mega {
  width: 8rem;
}
@media screen and (max-width: 960px) {
  .l-footer_bnr__link.--mega {
    width: 4.64rem;
  }
}
.l-footer_bnr__link.--bandai {
  width: 19rem;
}
@media screen and (max-width: 960px) {
  .l-footer_bnr__link.--bandai {
    width: 11.02rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_bnr__link {
    transition: opacity 0.4s var(--ease_out);
  }
  .l-footer_bnr__link:hover {
    opacity: 0.6;
  }
}

.p-hero {
  display: block;
  position: relative;
}
.p-hero__bg {
  width: 100%;
  height: calc(100% + 5rem);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/kv_decor_repeat.png") repeat-x 0 100%/274.5rem auto;
  opacity: 0.5;
}
@media screen and (max-width: 960px) {
  .p-hero__bg {
    background-position-y: 80%;
    background-size: 137.25rem auto;
  }
}
.is-load .p-hero__bg {
  animation: kv_marquee 60s linear infinite;
}
@media screen and (max-width: 960px) {
  .is-load .p-hero__bg {
    animation-duration: 120s;
  }
}
@keyframes kv_marquee {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -274.5rem;
  }
}
.p-hero__container {
  width: 95%;
  max-width: 127rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-hero__inner {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .p-hero__inner {
    min-height: min(var(--svh), 100rem);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5rem 0;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__inner {
    width: 100%;
    display: block;
    position: relative;
    padding: 5rem 0 0;
  }
}
.p-hero__kv {
  width: 76rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__kv {
    top: -3rem;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__kv {
    width: 37.5rem;
    left: -1.1rem;
  }
}
.p-hero__kv-img {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: scale3d(1.2, 1.2, 1.2);
}
.is-load .p-hero__kv-img {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: opacity 0.3s var(--ease_inout) 0.6s, transform 0.2s var(--ease_out) 0.6s;
}
.p-hero__kv-text {
  width: 65.5%;
  display: block;
  position: absolute;
  top: 95%;
  left: 52.2%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-hero__kv-text {
    width: 82%;
    left: 50%;
    top: 103%;
  }
}
.p-hero__kv-title {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(20rem);
}
.is-load .p-hero__kv-title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_inout) 0.8s, transform 1s var(--ease_bounce) 0.8s;
}
.p-hero__kv-title img {
  transform: rotateY(360deg);
}
.is-load .p-hero__kv-title img {
  transform: rotate(0);
  transition: transform 1.2s var(--ease_inout) 1.2s;
}
.p-hero__kv-illustrator {
  width: 100%;
  display: block;
  position: absolute;
  top: 70%;
  left: 85%;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  transform: translate(-50%, -50%) rotate(0.04deg);
}
@media screen and (max-width: 960px) {
  .p-hero__kv-illustrator {
    width: auto;
    height: 100%;
    top: 102%;
    left: 91%;
    font-size: 1rem;
    writing-mode: vertical-lr;
  }
}
[data-lang=en] .p-hero__kv-illustrator {
  font-size: 1rem;
}
.p-hero__content {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__content {
    flex: 1 1 0;
    min-width: 0;
    margin-left: -2rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__content {
    margin-top: 12rem;
  }
}
.p-hero__content > * {
  opacity: 0;
  transform: translateY(5rem) rotate(-0.04deg);
}
.is-load .p-hero__content > * {
  opacity: 1;
  transform: translateY(0) rotate(-0.04deg);
  transition: opacity 0.4s var(--ease_inout) 0.9s, transform 1s var(--ease_bounce) 0.9s;
}
.is-load .p-hero__content > *:nth-child(1) {
  transition-delay: 1s;
}
.is-load .p-hero__content > *:nth-child(2) {
  transition-delay: 1.05s;
}
.is-load .p-hero__content > *:nth-child(3) {
  transition-delay: 1.1s;
}
.is-load .p-hero__content > *:nth-child(4) {
  transition-delay: 1.15s;
}
.is-load .p-hero__content > *:nth-child(5) {
  transition-delay: 1.2s;
}
.is-load .p-hero__content > *:nth-child(6) {
  transition-delay: 1.25s;
}
.is-load .p-hero__content > *:nth-child(7) {
  transition-delay: 1.3s;
}
.is-load .p-hero__content > *:nth-child(8) {
  transition-delay: 1.35s;
}
.is-load .p-hero__content > *:nth-child(9) {
  transition-delay: 1.4s;
}
.is-load .p-hero__content > *:nth-child(10) {
  transition-delay: 1.45s;
}
.p-hero__lead {
  display: block;
  position: relative;
  margin-bottom: 2.5rem;
  font-size: 8rem;
  font-weight: 800;
  letter-spacing: 0.2rem;
  line-height: 1;
  text-align: center;
  color: transparent;
  background: var(--color-gradient-main);
  -webkit-background-clip: text;
}
@media screen and (max-width: 960px) {
  .p-hero__lead {
    display: none;
  }
}
[data-lang=en] .p-hero__lead {
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  font-family: "Audiowide", "M PLUS 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
[data-lang=ch] .p-hero__lead {
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -0.1rem;
}
.p-hero__title {
  display: block;
  position: relative;
  margin-top: -0.5rem;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 1.1;
  text-align: center;
  font-family: "Audiowide", "M PLUS 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: transparent;
  background: var(--color-gradient-main);
  -webkit-background-clip: text;
}
@media screen and (max-width: 960px) {
  .p-hero__title {
    display: none;
  }
}
.p-hero__date {
  display: block;
  position: relative;
  font-size: 3.2rem;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-hero__date {
    font-size: 2rem;
  }
}
.p-hero__date strong {
  font-weight: 900;
  font-size: 2em;
}
[data-lang=en] .p-hero__date {
  font-size: 2.2rem;
  letter-spacing: 0;
  font-family: "Audiowide", "M PLUS 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
[data-lang=en] .p-hero__date strong {
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  [data-lang=en] .p-hero__date {
    margin-bottom: -0.6rem;
    font-size: 1.5rem;
    letter-spacing: -0.1rem;
  }
}
[data-lang=ch] .p-hero__date {
  font-size: 4rem;
}
@media screen and (max-width: 960px) {
  [data-lang=ch] .p-hero__date {
    font-size: 2.45rem;
  }
}
.p-hero__time {
  display: block;
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-hero__time {
    margin-top: 0.4rem;
    font-size: 1.5rem;
  }
}
.p-hero__time small {
  font-size: 0.65em;
}
.p-hero__area {
  display: block;
  position: relative;
  margin-top: 0.2rem;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-hero__area {
    margin-top: 0.3rem;
    font-size: 1.4rem;
  }
}
.p-hero__area small {
  font-size: 0.65em;
}
.p-hero__cap {
  width: 30rem;
  min-height: 6.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1rem 2rem;
  margin: 4rem auto 0;
  color: var(--color-white);
  background: var(--color-gradient-main);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-hero__cap {
    width: 27rem;
    min-height: 6rem;
    margin-top: 2rem;
  }
}
[data-lang=en] .p-hero__cap {
  width: 40rem;
  margin-top: 5.2rem;
}
@media screen and (max-width: 960px) {
  [data-lang=en] .p-hero__cap {
    padding: 0.6rem 2rem;
    width: 25rem;
    min-height: 2.5rem;
    margin-top: 3.2rem;
  }
}
.p-hero__cap-text {
  display: block;
  position: relative;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-hero__cap-text {
    font-size: 3.3rem;
  }
}
[data-lang=en] .p-hero__cap-text {
  font-size: 3.6rem;
  font-family: "Audiowide", "M PLUS 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  [data-lang=en] .p-hero__cap-text {
    font-size: 2.3rem;
  }
}

.p-section {
  display: block;
  position: relative;
  margin-top: 10rem;
  padding: 10rem 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-section {
    margin-top: 3rem;
    padding: 4rem 0;
  }
}
.p-section + .p-section {
  margin-top: 1.8rem;
}
@media screen and (max-width: 960px) {
  .p-section + .p-section {
    margin-top: 1.2rem;
  }
}
.p-section__container {
  display: block;
  position: relative;
}
.p-section__header {
  display: block;
  position: relative;
  margin-bottom: 4.2rem;
}
@media screen and (max-width: 960px) {
  .p-section__header {
    margin-bottom: 2.2rem;
  }
}
.p-section__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-section__title-new {
  width: 7rem;
  display: block;
  position: absolute;
  top: -0.5rem;
  left: 89%;
  opacity: 0;
  transform: translate(-50%, 120%);
}
@media screen and (max-width: 960px) {
  .p-section__title-new {
    top: 0.35rem;
    width: 4.2rem;
  }
}
[data-lang=en] .p-section__title-new {
  top: -2.2rem;
  left: 84%;
}
@media screen and (max-width: 960px) {
  [data-lang=en] .p-section__title-new {
    top: -0.8rem;
  }
}
[data-lang=ch] .p-section__title-new {
  top: -3rem;
  left: 86%;
}
@media screen and (max-width: 960px) {
  [data-lang=ch] .p-section__title-new {
    top: -1.6rem;
    left: 78%;
  }
}
.is-active .p-section__title-new {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s var(--ease_out) 0.4s, transform 1s var(--ease_bounce) 0.4s;
}
.p-section__title-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 5.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-section__title-text {
    height: 2.3rem;
    padding: 1rem 0;
  }
}
.p-section__title-text img {
  width: auto;
  height: 5.25rem;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(4rem);
}
@media screen and (max-width: 960px) {
  .p-section__title-text img {
    height: 2.3rem;
  }
}
[data-lang=en] .p-section__title-text img {
  height: 11.5rem;
}
@media screen and (max-width: 960px) {
  [data-lang=en] .p-section__title-text img {
    height: 5.25rem;
  }
}
[data-lang=en] #info .p-section__title-text img {
  height: 5.25rem;
}
@media screen and (max-width: 960px) {
  [data-lang=en] #info .p-section__title-text img {
    height: 2.3rem;
  }
}
[data-lang=ch] .p-section__title-text img {
  height: 12rem;
}
@media screen and (max-width: 960px) {
  [data-lang=ch] .p-section__title-text img {
    height: 6rem;
  }
}
[data-lang=ch] #info .p-section__title-text img {
  height: 5.25rem;
}
@media screen and (max-width: 960px) {
  [data-lang=ch] #info .p-section__title-text img {
    height: 2.3rem;
  }
}
.is-active .p-section__title-text img {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out) 0.2s, transform 1s var(--ease_bounce) 0.2s;
}
.p-section__title-text::before {
  content: "";
  width: 117.2rem;
  height: 27.7rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 4.6rem;
  background: url("../img/arrow_L.png") no-repeat right center/100% auto;
  opacity: 0;
  transform: translate(-105%, -50%);
}
@media screen and (max-width: 960px) {
  .p-section__title-text::before {
    width: 58.6rem;
    height: 13.85rem;
    left: 3.2rem;
  }
}
.is-active .p-section__title-text::before {
  opacity: 1;
  transform: translate(-100%, -50%);
  transition: opacity 1.4s var(--ease_out) 0.2s, transform 2.4s var(--ease_out) 0.2s;
}
.p-section__title-text::after {
  content: "";
  width: 117.2rem;
  height: 27.7rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 4.6rem;
  background: url("../img/arrow_R.png") no-repeat left center/100% auto;
  opacity: 0;
  transform: translate(105%, -50%);
}
@media screen and (max-width: 960px) {
  .p-section__title-text::after {
    width: 58.6rem;
    height: 13.85rem;
    right: 3.2rem;
  }
}
.is-active .p-section__title-text::after {
  opacity: 1;
  transform: translate(100%, -50%);
  transition: opacity 1.4s var(--ease_out) 0.2s, transform 2.4s var(--ease_out) 0.2s;
}
.p-section__inner {
  width: 85%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(4rem);
}
.is-active .p-section__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out) 0.4s, transform 1s var(--ease_bounce) 0.4s;
}
.p-section__coming {
  width: 69rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 10rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-section__coming {
    padding: 8.5rem 0 2.2rem;
    width: 28rem;
  }
}

.p-info {
  display: block;
  position: relative;
}
.p-info__inner {
  display: block;
  position: relative;
}
.p-info__list {
  display: block;
  position: relative;
}
.p-info__list-item {
  display: block;
  position: relative;
}
.p-info__list-item:nth-child(n+4) {
  display: none;
}
.is-info-show .p-info__list-item:nth-child(n+4) {
  display: block;
}
.p-info__list-item + .p-info__list-item {
  margin-top: 2rem;
}
.p-info__more {
  width: 35rem;
  display: block;
  position: relative;
  margin: 3.65rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-info__more {
    width: 27.5rem;
    margin-top: 2rem;
  }
}
.is-info-show .p-info__more {
  display: none;
}

.p-info_article {
  display: block;
  position: relative;
  border-radius: 1rem;
  transition: background-color 0.3s var(--ease_out);
}
.p-info_article.is-drawer-open {
  background-color: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .p-info_article:hover {
    background-color: var(--color-white);
  }
}
.p-info_article::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.3rem solid var(--color-black);
  border-radius: 1rem;
}
@media screen and (max-width: 960px) {
  .p-info_article::before {
    border-width: 0.2rem;
  }
}
.p-info_article__header {
  width: 100%;
  display: block;
  position: relative;
  padding: 2rem 5rem;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .p-info_article__header {
    min-height: 10.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .p-info_article__header {
    padding: 1.85rem 4.5rem 1.8rem 2.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-info_article__header {
    transition: color 0.3s var(--ease_out);
  }
  .p-info_article__header:hover {
    color: var(--color-sky);
  }
}
.p-info_article__header::after {
  content: "";
  width: 1.8rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 3.9rem;
  background: url("../img/arrow.svg") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-info_article__header::after {
    width: 1.4rem;
    right: 1.9rem;
  }
}
.p-info_article__date {
  display: block;
  position: relative;
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.1rem;
  color: var(--color-pink);
}
@media screen and (min-width: 961px) {
  .p-info_article__date {
    margin-right: 2.1rem;
  }
}
@media screen and (max-width: 960px) {
  .p-info_article__date {
    font-size: 2rem;
    line-height: 1.2;
  }
}
.p-info_article__title {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 960px) {
  .p-info_article__title {
    font-size: 1.8rem;
  }
}
[data-lang=en] .p-info_article__title {
  font-weight: 500;
}
.p-info_article__inner {
  display: none;
  position: relative;
  padding: 1rem 5rem 5rem;
}
@media screen and (max-width: 960px) {
  .p-info_article__inner {
    padding: 0.5rem 2.4rem 3rem;
  }
}
.p-info_article__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.1rem;
  transform: rotate(-0.04deg);
}
@media screen and (max-width: 960px) {
  .p-info_article__text {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0;
  }
}

.p-exhibition {
  display: block;
  position: relative;
  padding-top: 6rem;
}
@media screen and (max-width: 960px) {
  .p-exhibition {
    padding-top: 1rem;
  }
}
.p-exhibition__inner {
  display: block;
  position: relative;
}
.p-exhibition__list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 2rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-exhibition__list {
    gap: 1.2rem 1rem;
  }
}
.p-exhibition__list + .p-exhibition__list {
  margin-top: 5rem;
}
@media screen and (max-width: 960px) {
  .p-exhibition__list + .p-exhibition__list {
    margin-top: 3.2rem;
  }
}
.p-exhibition__list-item {
  width: calc(25% - 1.5rem);
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-exhibition__list-item {
    width: calc(50% - 0.5rem);
  }
}
.p-exhibition__link {
  display: block;
  position: relative;
}
.p-exhibition__link-cap {
  min-width: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  padding: 0.2rem 1rem;
  top: -0.1rem;
  left: 50%;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  color: var(--color-white);
  background: var(--color-black);
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-exhibition__link-cap {
    min-width: 4rem;
    padding: 0.2rem 0.5rem;
    font-size: 0.8rem;
  }
}
[data-lang=en] .p-exhibition__link-cap {
  letter-spacing: -0.01rem;
}
.p-exhibition__link-img {
  display: block;
  position: relative;
  z-index: 0;
}
.p-exhibition__link-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-gradient-1);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-exhibition__link-img::before {
    transition: opacity 0.3s var(--ease_out);
  }
  .p-exhibition__link:hover .p-exhibition__link-img::before {
    opacity: 0.3;
  }
}

.p-about {
  display: block;
  position: relative;
  padding-top: 4.6rem;
}
@media screen and (max-width: 960px) {
  .p-about {
    padding-top: 2.6rem;
  }
}
.p-about__inner {
  display: block;
  position: relative;
}
.p-about__lead {
  display: block;
  position: relative;
  margin-bottom: 3.5rem;
  font-size: 3.4rem;
  line-height: 1.35;
  font-weight: 800;
  text-align: center;
  transform: rotate(-0.04deg);
}
@media screen and (max-width: 960px) {
  .p-about__lead {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    letter-spacing: -0.05rem;
    line-height: 1.5;
  }
}
[data-lang=en] .p-about__lead {
  letter-spacing: -0.05rem;
}
@media screen and (max-width: 960px) {
  [data-lang=en] .p-about__lead {
    font-size: 1.8rem;
    letter-spacing: -0.08rem;
  }
  [data-lang=en] .p-about__lead br {
    display: none;
  }
}
[data-lang=ch] .p-about__lead {
  letter-spacing: -0.04rem;
}
.p-about__text {
  display: block;
  position: relative;
  font-size: 2.3rem;
  line-height: 1.75;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-align: center;
  transform: rotate(-0.04deg);
}
@media screen and (max-width: 960px) {
  .p-about__text {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0;
  }
}
[data-lang=en] .p-about__text {
  font-weight: 500;
  letter-spacing: -0.05rem;
}
@media screen and (max-width: 960px) {
  [data-lang=en] .p-about__text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
[data-lang=ch] .p-about__text {
  letter-spacing: -0.04rem;
}
.p-about__slideshow {
  width: 100vw;
  display: block;
  position: relative;
  left: 50%;
  margin: 9.6rem auto 0;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 960px) {
  .p-about__slideshow {
    margin-top: 8.3rem;
  }
}

.p-slideshow {
  width: 100%;
  display: block;
  position: relative;
}
.p-slideshow__cap {
  width: 33.2rem;
  display: block;
  position: relative;
  margin: 0 auto 2.9rem;
}
@media screen and (max-width: 960px) {
  .p-slideshow__cap {
    width: 22.1rem;
    margin-bottom: 1.8rem;
  }
}
.p-slideshow__cap-base {
  display: block;
  position: relative;
}
.p-slideshow__cap-text {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-white);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .p-slideshow__cap-text {
    font-size: 1.5rem;
    letter-spacing: 0.15rem;
  }
}
[data-lang=en] .p-slideshow__cap-text {
  font-size: 2.2rem;
}
@media screen and (max-width: 960px) {
  [data-lang=en] .p-slideshow__cap-text {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
}
[data-lang=ch] .p-slideshow__cap-text {
  font-size: 2.2rem;
}
@media screen and (max-width: 960px) {
  [data-lang=ch] .p-slideshow__cap-text {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
}
.p-slideshow__content {
  display: block;
  position: relative;
  padding: 5.5rem 0;
}
@media screen and (max-width: 960px) {
  .p-slideshow__content {
    padding: 3.8rem 0;
  }
}
.p-slideshow__content::before {
  content: "";
  width: 100%;
  height: 5rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/decor_txt_repeat_top.png") repeat-x 0 45%/62.85rem auto;
}
@media screen and (max-width: 960px) {
  .p-slideshow__content::before {
    height: 2.5rem;
    background-size: 37.71rem auto;
  }
}
.is-load .p-slideshow__content::before {
  animation: deco_top 30s linear infinite;
}
@media screen and (max-width: 960px) {
  .is-load .p-slideshow__content::before {
    animation: deco_top_sp 30s linear infinite;
  }
}
@keyframes deco_top {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -62.85rem;
  }
}
@keyframes deco_top_sp {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -37.71rem;
  }
}
.p-slideshow__content::after {
  content: "";
  width: 100%;
  height: 5rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/decor_txt_repeat_top.png") repeat-x 0 45%/62.85rem auto;
}
@media screen and (max-width: 960px) {
  .p-slideshow__content::after {
    height: 2.5rem;
    background-size: 37.71rem auto;
  }
}
.is-load .p-slideshow__content::after {
  animation: deco_bottom 30s linear infinite;
}
@media screen and (max-width: 960px) {
  .is-load .p-slideshow__content::after {
    animation: deco_bottom_sp 30s linear infinite;
  }
}
@keyframes deco_bottom {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 62.85rem;
  }
}
@keyframes deco_bottom_sp {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 37.71rem;
  }
}
.p-slideshow__visual {
  width: 100%;
  height: 25rem;
  display: block;
  position: relative;
  margin: 0 auto;
  background: url("../img/img_decor.jpg") repeat-x 0 50%/333.7rem auto;
}
@media screen and (max-width: 960px) {
  .p-slideshow__visual {
    height: 12.5rem;
    background-size: 166.85rem auto;
  }
}
.is-load .p-slideshow__visual {
  animation: slideshow 120s linear infinite;
}
@media screen and (max-width: 960px) {
  .is-load .p-slideshow__visual {
    animation-duration: 240s;
  }
}
@keyframes slideshow {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -333.7rem;
  }
}

.p-program {
  display: block;
  position: relative;
  padding-top: 4rem;
}
@media screen and (max-width: 960px) {
  .p-program {
    padding-top: 1.8rem;
  }
}
.p-program__inner {
  display: block;
  position: relative;
}
.p-program__lead {
  display: block;
  position: relative;
  margin-bottom: 7.5rem;
  font-size: 2.3rem;
  line-height: 1.8;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-program__lead {
    margin-bottom: 2.8rem;
    font-size: 1.5rem;
    letter-spacing: -0.05rem;
  }
}
[data-lang=en] .p-program__lead {
  letter-spacing: -0.05rem;
  font-weight: 500;
}
[data-lang=ch] .p-program__lead {
  letter-spacing: -0.04rem;
  font-weight: 600;
}
.p-program__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-program__list {
    gap: 0 1rem;
  }
}
.p-program__list-item {
  width: calc(33.3333333333% - 3.3333333333rem);
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-program__list-item {
    width: calc(50% - 0.5rem);
  }
  .p-program__list-item:nth-child(n+3) {
    margin-top: -6.5%;
  }
}

.p-program_data {
  display: block;
  position: relative;
}
.p-program_data__base {
  width: 110%;
  display: block;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 960px) {
  .p-program_data__base {
    width: 105%;
  }
}
.p-program_data__content {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-program_data__cap {
  display: block;
  position: relative;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -0.1rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-program_data__cap {
    font-size: 1.4rem;
  }
}
[data-lang=en] .p-program_data__cap {
  font-size: 2.6rem;
  font-family: "Audiowide", "M PLUS 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
.p-program_data__coming {
  display: block;
  position: relative;
  margin-top: 0.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Audiowide", "M PLUS 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-program_data__coming {
    font-size: 0.8rem;
    letter-spacing: 0;
  }
}

.p-btn {
  width: 100%;
  min-height: 6.5rem;
  display: block;
  position: relative;
  color: var(--color-black);
  background: var(--color-yellow);
  border-radius: 20rem;
  box-shadow: -0.7rem 0.7rem 0 0 var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-btn {
    min-height: 5.5rem;
    box-shadow: -0.5rem 0.5rem 0 0 var(--color-black);
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-btn {
    transition: color 0.3s var(--ease_out), background-color 0.3s var(--ease_out);
  }
  .p-btn:hover {
    color: var(--color-white);
    background-color: var(--color-pink);
  }
}
.p-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.3rem solid var(--color-black);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-btn::before {
    border-width: 0.15rem;
  }
}
.p-btn__text {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .p-btn__text {
    font-size: 1.65rem;
  }
}

.u-text-indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

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

.u-display-block {
  display: block !important;
}

.u-display-inline-block {
  display: inline-block !important;
}

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

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

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

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

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

.u-fs-1 {
  font-size: 0.1em;
}

.u-fs-2 {
  font-size: 0.2em;
}

.u-fs-3 {
  font-size: 0.3em;
}

.u-fs-4 {
  font-size: 0.4em;
}

.u-fs-5 {
  font-size: 0.5em;
}

.u-fs-6 {
  font-size: 0.6em;
}

.u-fs-7 {
  font-size: 0.7em;
}

.u-fs-8 {
  font-size: 0.8em;
}

.u-fs-9 {
  font-size: 0.9em;
}

.u-fs-10 {
  font-size: 1em;
}

.u-fs-11 {
  font-size: 1.1em;
}

.u-fs-12 {
  font-size: 1.2em;
}

.u-fs-13 {
  font-size: 1.3em;
}

.u-fs-14 {
  font-size: 1.4em;
}

.u-fs-15 {
  font-size: 1.5em;
}

.u-fs-16 {
  font-size: 1.6em;
}

.u-fs-17 {
  font-size: 1.7em;
}

.u-fs-18 {
  font-size: 1.8em;
}

.u-fs-19 {
  font-size: 1.9em;
}

.u-fs-20 {
  font-size: 2em;
}

.u-color-white {
  color: var(--color-white);
}

.u-color-black {
  color: var(--color-black);
}

.u-lazy {
  min-height: 10rem;
  opacity: 0;
}
.u-lazy.is-lazy-loaded {
  opacity: 1;
  min-height: auto;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy__loader {
  height: 4rem;
  width: 4rem;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 25;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader {
  display: block;
}
.u-lazy__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top: 2px solid var(--color-black);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader::before {
  content: "";
  animation: rotate 0.6s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, 0);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes arrow_prev {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, 0) scale(-1, 1);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
}
@keyframes arrow_centerY {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes arrow_centerY_prev {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes skeleton_screen {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
/*# sourceMappingURL=style.css.map */