@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-black);
  --color-bg: var(--color-gray-bg);
  --color-black: #000;
  --color-white: #fff;
  --color-gray-bg: #f5f3f0;
  --color-purple: #b5a0ff;
  --color-sky: #62acff;
  --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, 12.5px);
  }
}
@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;
}
.is-load .l-wrap {
  animation: bg 10s linear infinite;
}
@keyframes bg {
  0% {
    background: #f5f3f0;
  }
  25% {
    background: #e5daff;
  }
  50% {
    background: #cfe6ff;
  }
  75% {
    background: #f8deff;
  }
  100% {
    background: #f5f3f0;
  }
}
.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;
}
.l-wrap__bg::before {
  content: "";
  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::before {
    background-size: 5.5px auto;
  }
}
.l-wrap__cover {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  pointer-events: none;
}
.l-wrap__cover::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  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_l_down.png") no-repeat 0% 100%/50px auto, url("../img/frame/frame_r_top.png") no-repeat 100% 0%/50px auto, url("../img/frame/frame_r_down.png") no-repeat 100% 100%/50px auto, url("../img/frame/frame_center_top.png") no-repeat 50% 0%/auto 35px, url("../img/frame/frame_center_down.png") no-repeat 50% 100%/auto 35px;
}
@media screen and (max-width: 960px) {
  .l-wrap__cover::after {
    background-size: 17.5px auto, 17.5px auto, 25px auto, 25px auto, 25px auto, 25px auto, auto 17.5px, auto 17.5px;
  }
}
.l-wrap__cover-line {
  display: block;
  position: absolute;
}
.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: calc(50% - 160px);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-gradient-1);
}
@media screen and (max-width: 960px) {
  .l-wrap__cover-line.--line1::before {
    width: calc(50% - 80px);
  }
}
.l-wrap__cover-line.--line1::after {
  content: "";
  width: calc(50% - 160px);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color-gradient-2);
}
@media screen and (max-width: 960px) {
  .l-wrap__cover-line.--line1::after {
    width: calc(50% - 80px);
  }
}
.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: calc(50% - 160px);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-gradient-1);
}
@media screen and (max-width: 960px) {
  .l-wrap__cover-line.--line2::before {
    width: calc(50% - 80px);
  }
}
.l-wrap__cover-line.--line2::after {
  content: "";
  width: calc(50% - 160px);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color-gradient-2);
}
@media screen and (max-width: 960px) {
  .l-wrap__cover-line.--line2::after {
    width: calc(50% - 80px);
  }
}
.l-wrap__cover-line.--line3 {
  width: 20px;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-purple);
}
@media screen and (max-width: 960px) {
  .l-wrap__cover-line.--line3 {
    width: 10px;
  }
}
.l-wrap__cover-line.--line4 {
  width: 20px;
  height: 100%;
  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: 10.9rem 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__bnr {
  width: 100%;
  display: block;
  position: relative;
  margin: 6rem auto 0;
}
@media screen and (max-width: 960px) {
  .l-footer__bnr {
    margin-top: 4rem;
  }
}
.l-footer__bnr-link {
  width: 47rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-footer__bnr-link {
    width: 24rem;
  }
}
@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;
  }
}
.l-footer__copy {
  width: 100%;
  display: block;
  position: relative;
  margin: 7.8rem 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: 4rem;
    font-size: 0.9rem;
  }
}

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

.p-hero {
  display: block;
  position: relative;
}
.p-hero__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/kv_decor_repeat.png") repeat-x 0 45%/274.5rem auto;
}
.is-load .p-hero__bg {
  animation: kv_marquee 60s linear infinite;
}
@keyframes kv_marquee {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -274.5rem;
  }
}
.p-hero__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-hero__container {
    padding: 8rem 0 0;
  }
}
.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), 1000px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10rem 0;
  }
}
.p-hero__catch {
  width: 41.5rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__catch {
    position: absolute;
    top: 5rem;
    left: 5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__catch {
    width: 27.2rem;
    margin: 0 auto;
  }
}
[data-lang=en] .p-hero__catch {
  width: 48rem;
}
@media screen and (max-width: 960px) {
  [data-lang=en] .p-hero__catch {
    width: 29rem;
  }
}
[data-lang=ch] .p-hero__catch {
  width: 47rem;
}
@media screen and (max-width: 960px) {
  [data-lang=ch] .p-hero__catch {
    width: 31rem;
  }
}
.p-hero__catch-text {
  display: block;
  position: relative;
}
.p-hero__content {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__content {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 auto;
  }
}
.p-hero__chara {
  width: 48em;
  display: block;
  position: relative;
  margin: 0 auto 1.6rem;
}
@media screen and (max-width: 960px) {
  .p-hero__chara {
    width: 42rem;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 3.5rem auto 1.9rem;
  }
}
@media screen and (max-width: 960px) {
  [data-lang=en] .p-hero__chara {
    margin: 4.5rem auto 2.2rem;
  }
}
@media screen and (max-width: 960px) {
  [data-lang=ch] .p-hero__chara {
    margin: 4.5rem auto 2.2rem;
  }
}
.p-hero__chara-in {
  display: block;
  position: relative;
}
.p-hero__chara-img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(12rem);
}
.p-hero__chara-img:first-child {
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-hero__chara-img {
    transform: translateY(4rem);
  }
}
.is-load .p-hero__chara-img {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s var(--ease_inout) 0.3s, transform 1s var(--ease_bounce) 0.3s;
}
.is-load .p-hero__chara-img:nth-child(1) {
  transition-delay: 0.6s;
}
.is-load .p-hero__chara-img:nth-child(2) {
  transition-delay: 0.7s;
}
.is-load .p-hero__chara-img:nth-child(3) {
  transition-delay: 0.8s;
}
.is-load .p-hero__chara-img:nth-child(4) {
  transition-delay: 0.9s;
}
.is-load .p-hero__chara-img:nth-child(5) {
  transition-delay: 1s;
}
.is-load .p-hero__chara-img:nth-child(6) {
  transition-delay: 1.1s;
}
.is-load .p-hero__chara-img:nth-child(7) {
  transition-delay: 1.2s;
}
.is-load .p-hero__chara-img:nth-child(8) {
  transition-delay: 1.3s;
}
.is-load .p-hero__chara-img:nth-child(9) {
  transition-delay: 1.4s;
}
.is-load .p-hero__chara-img:nth-child(10) {
  transition-delay: 1.5s;
}
.p-hero__chara-illustrator {
  display: block;
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (min-width: 961px) {
  .p-hero__chara-illustrator {
    position: absolute;
    bottom: 1.5rem;
    right: 1.2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__chara-illustrator {
    margin-top: 2.2rem;
    text-align: center;
    font-size: 0.6rem;
    letter-spacing: 0;
  }
}
.is-load .p-hero__chara-illustrator {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s var(--ease_inout) 1.3s, transform 1s var(--ease_bounce) 1.3s;
}
.p-hero__title {
  width: 65rem;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(8rem);
}
@media screen and (max-width: 960px) {
  .p-hero__title {
    width: 30rem;
  }
}
[data-lang=en] .p-hero__title {
  width: 70rem;
}
@media screen and (max-width: 960px) {
  [data-lang=en] .p-hero__title {
    width: 30.5rem;
  }
}
[data-lang=ch] .p-hero__title {
  width: 70rem;
}
@media screen and (max-width: 960px) {
  [data-lang=ch] .p-hero__title {
    width: 30.5rem;
  }
}
.is-load .p-hero__title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s var(--ease_inout) 1s, transform 1s var(--ease_bounce) 1s;
}
.p-hero__date {
  width: 24.5rem;
  display: block;
  position: relative;
  margin: 1.8rem auto 0;
}
@media screen and (min-width: 961px) {
  .p-hero__date {
    display: none;
  }
}
[data-lang=en] .p-hero__date {
  width: 23rem;
  margin-top: 1.5rem;
}
[data-lang=ch] .p-hero__date {
  width: 24.5rem;
  margin-top: 1.3rem;
}

.p-outline {
  display: block;
  position: relative;
  margin: 7.8rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-outline {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  [data-lang=ch] .p-outline {
    margin-top: 2.2rem;
  }
}
.p-outline__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-outline__date {
    font-size: 2rem;
  }
}
.p-outline__date strong {
  font-size: 2em;
}
@media screen and (max-width: 960px) {
  [data-lang=en] .p-outline__date {
    margin-bottom: 0.4rem;
    font-size: 1.7rem;
    letter-spacing: -0.1rem;
  }
}
[data-lang=ch] .p-outline__date {
  font-size: 4rem;
}
@media screen and (max-width: 960px) {
  [data-lang=ch] .p-outline__date {
    margin-bottom: 0.4rem;
    font-size: 2.45rem;
  }
}
.p-outline__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-outline__time {
    margin-top: -0.2rem;
    font-size: 1.5rem;
  }
}
.p-outline__time small {
  font-size: 0.65em;
}
.p-outline__area {
  display: block;
  position: relative;
  margin-top: 0.5rem;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-outline__area {
    margin-top: 0.3rem;
    font-size: 1.4rem;
  }
}
.p-outline__area small {
  font-size: 0.65em;
}
.p-outline__cap {
  display: block;
  position: relative;
  margin-top: 8.4rem;
  padding: 8.5rem 0;
}
@media screen and (max-width: 960px) {
  .p-outline__cap {
    margin-top: 0.3rem;
    padding: 2rem 0;
  }
}
[data-lang=en] .p-outline__cap {
  margin-top: 6.3rem;
}
@media screen and (max-width: 960px) {
  [data-lang=en] .p-outline__cap {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 960px) {
  [data-lang=ch] .p-outline__cap {
    margin-top: 0.8rem;
  }
}
.p-outline__cap::before {
  content: "";
  width: 41%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/arrow_L.png") no-repeat right center/auto 100%;
}
@media screen and (max-width: 960px) {
  .p-outline__cap::before {
    width: 32%;
  }
}
.p-outline__cap::after {
  content: "";
  width: 41%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/arrow_R.png") no-repeat left center/auto 100%;
}
@media screen and (max-width: 960px) {
  .p-outline__cap::after {
    width: 32%;
  }
}
.p-outline__cap-text {
  display: block;
  position: relative;
  font-size: 6.8rem;
  font-weight: 700;
  letter-spacing: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-outline__cap-text {
    font-size: 3.4rem;
    letter-spacing: 0.1rem;
  }
}
[data-lang=en] .p-outline__cap-text {
  font-size: 4.8rem;
  letter-spacing: -0.1rem;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  [data-lang=en] .p-outline__cap-text {
    font-size: 3rem;
    line-height: 0.9;
  }
}
[data-lang=en] .p-outline__cap-text strong {
  font-size: 1.7em;
  font-weight: 600;
}
[data-lang=ch] .p-outline__cap-text {
  letter-spacing: -0.1rem;
}

.p-info {
  width: 81.5%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 8.5rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-info {
    margin-top: 4.8rem;
  }
}
[data-lang=en] .p-info {
  margin-top: 6.8rem;
}
@media screen and (max-width: 960px) {
  [data-lang=en] .p-info {
    margin-top: 5.2rem;
  }
}
.p-info::before {
  content: "";
  width: 100%;
  height: 0.3rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-gradient-3);
}
.p-info::after {
  content: "";
  width: 100%;
  height: 0.3rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--color-gradient-3);
}
.p-info__content {
  display: block;
  position: relative;
  padding: 3.8rem 2rem;
}
@media screen and (max-width: 960px) {
  .p-info__content {
    padding: 2rem 1rem 3rem;
  }
}
@media screen and (max-width: 960px) {
  [data-lang=ch] .p-info__content {
    padding: 4rem 1rem 4rem;
  }
}
.p-info__content::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 0.3rem solid var(--color-purple);
  border-right: 0.3rem solid var(--color-sky);
}
.p-info__text {
  display: block;
  position: relative;
  font-size: 3.2rem;
  line-height: 1.6;
  letter-spacing: -0.1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-info__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 960px) {
  [data-lang=en] .p-info__text {
    font-size: 1.7rem;
    letter-spacing: -0.15rem;
  }
}

.p-slideshow {
  width: 100%;
  display: block;
  position: relative;
  margin: 16rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-slideshow {
    margin-top: 8rem;
  }
}
.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;
  }
}

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