@charset "UTF-8";
/* =========================================================

Foundation

========================================================= */
:root {
  --color-black: #000;
  --color-white: #fff;
  --color-gray: #BBB6B4;
  --color-bg-white: #fff;
  --color-bg-gray: #BBB6B4;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-family-sans: "Noto Sans JP", sans-serif;
  --font-family-eng: "Hanken Grotesk", sans-serif;
  --site-padding: calc(120 / 1512 * 100vw);
  --site-padding-lg: calc(160 / 1512 * 100vw);
  --site-padding-md: calc(80 / 1512 * 100vw);
  --site-padding-sm: calc(30 / 390 * 100vw);
  --site-padding-xs: calc(20 / 390 * 100vw);
  --site-margin: calc(120 / 1512 * 100vw);
  --site-margin-lg: calc(160 / 1512 * 100vw);
  --site-margin-md: calc(80 / 1512 * 100vw);
  --site-margin-sm: calc(30 / 390 * 100vw);
  --easeInSine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --easeOutSine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --easeInOutSine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --easeInQuad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --easeOutQuad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --easeInOutQuad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --easeInCubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --easeOutCubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --easeInOutCubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --easeInQuart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --easeOutQuart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --easeInOutQuart: cubic-bezier(0.77, 0, 0.175, 1);
  --easeInQuint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --easeOutQuint: cubic-bezier(0.23, 1, 0.32, 1);
  --easeInOutQuint: cubic-bezier(0.86, 0, 0.07, 1);
  --easeInExpo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --easeOutExpo: cubic-bezier(0.19, 1, 0.22, 1);
  --easeInOutExpo: cubic-bezier(1, 0, 0, 1);
  --easeInCirc: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --easeOutCirc: cubic-bezier(0.075, 0.82, 0.165, 1);
  --easeInOutCirc: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --easeInBack: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --easeOutBack: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --easeInOutBack: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*, :after, :before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

address, blockquote, dl, figure, form, iframe, p, pre, table {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

embed, iframe, img, object, svg {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
}

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

[type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled, button:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
  appearance: button;
}

[type=number] {
  -webkit-appearance: textfield;
  appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

html {
  font-size: calc(7 * 1px + 0.625vw);
}

html.is-header-search-open, html.is-megamenu-open, html.is-modal-show, html.is-side-nav-open {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}
/******************************************************************************

* BASIC

*******************************************************************************/
html {
  font-size: 62.5%;
}

body {
  /*height: 100%;*/
  color: var(--color-black);
  font-size: 1rem;
  font-family: var(--font-family-sans);
  position: relative;
  font-weight: 400;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  /*-moz-font-feature-settings: "palt";
  font-feature-settings: "palt";*/
  font-feature-settings: "palt";
  -ms-font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  /*letter-spacing: $letter-spacing-md;*/
  background: var(--color-black);
  word-wrap: break-word;
  vertical-align: baseline;
  white-space: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  transition: var(--easeOutCubic) 1.5s;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: var(--font-weight-medium);
}

a {
  color: currentcolor;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  color: currentcolor;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

:active, :focus, :hover, :visited, a, a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: none !important;
}

blockquote {
  margin: 0;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* =========================================================

Layout

========================================================= */
/*content*/
.l-content {
  width: 100%;
  position: relative;
  z-index: 101;
}

.l-content-body {
  position: relative;
  opacity: 0;
  transition: var(--easeOutCubic) 0.8s;
  transition-delay: 1s;
}
.is-page-loaded .l-content-body {
  opacity: 1;
}

.l-container {
  padding: calc(150/1512*100vw) var(--site-padding-md);
  position: relative;
}
@media (max-width: 767px) {
  .l-container {
    padding: calc(100/390*100vw) var(--site-padding-sm);
  }
}

.l-footer {
  background: var(--color-black);
  padding: 2rem 0;
  position: relative;
  z-index: 11;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 2rem 0 10rem;
  }
}

.l-footer-copyright {
  font-size: 0.8vw;
  color: var(--color-white);
  font-family: var(--font-family-eng);
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer-copyright {
    font-size: 3vw;
  }
}

.l-header {
  display: flex;
  position: fixed;
  width: 100%;
  height: 6rem;
  align-items: center;
  z-index: 111;
  overflow: hidden;
  top: 0;
  left: 0;
  transform: translateY(-80%);
  transition: var(--easeOutCubic) 0.8s;
  transition-delay: 0.8s;
}
.is-page-loaded .l-header {
  transform: translateY(0%);
}
.l-header:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: var(--color-white);
  width: calc(100% - 16px);
  height: 100%;
  transition: var(--easeOutCubic) 0.5s;
}
@media (max-width: 767px) {
  .l-header:before {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: var(--color-black);
    width: 0;
    height: 1px;
    opacity: 0.3;
  }
  .is-page-loaded .l-header:before {
    width: 100%;
  }
}
.l-header:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: var(--color-black);
  width: 0;
  height: 1px;
  opacity: 0.3;
  transition: var(--easeOutCubic) 1s;
  transition-delay: 1s;
}
.is-page-loaded .l-header:after {
  width: calc(100% - 16px);
}
@media (max-width: 767px) {
  .is-page-loaded .l-header:after {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .l-header {
    height: 5rem;
    background: var(--color-white);
  }
  .l-header .l-header-sns {
    display: none;
  }
}

.l-header-toggle {
  width: 9rem;
  position: relative;
  height: 100%;
  transition: var(--easeOutCubic) 0.5s;
}
@media (max-width: 767px) {
  .l-header-toggle {
    width: 5rem;
  }
}
.l-header-toggle:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: var(--color-black);
  width: 1px;
  height: 0;
  opacity: 0.3;
  transition: var(--easeOutCubic) 0.5s;
  transition-delay: 1s;
}
.is-page-loaded .l-header-toggle:after {
  height: 100%;
}
.is-gnav-open .l-header-toggle {
  background: var(--color-black);
}

.l-header-ttl {
  padding-left: 3.5rem;
  position: relative;
  opacity: 0;
  transition: var(--easeOutCubic) 0.5s;
  transition-delay: 1.2s;
}
@media (max-width: 767px) {
  .l-header-ttl {
    padding-left: 1.8rem;
  }
}
.is-page-loaded .l-header-ttl {
  opacity: 1;
}
.l-header-ttl img {
  width: 20rem;
}
@media (max-width: 767px) {
  .l-header-ttl img {
    width: 17.5em;
  }
}
.l-header-ttl a {
  transition: var(--easeOutCubic) 0.5s;
}
.l-header-ttl a:hover {
  opacity: 0.5;
}

.l-header-sns {
  margin-left: auto;
  position: relative;
  padding: 0 3rem;
  height: 100%;
  display: flex;
  align-items: center;
}
.l-header-sns:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: var(--color-black);
  width: 1px;
  height: 0;
  opacity: 0.3;
  transition: var(--easeOutCubic) 0.5s;
  transition-delay: 1s;
}
.is-page-loaded .l-header-sns:after {
  height: 100%;
}

.l-header-language {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .l-header-language {
    padding: 0 2rem;
    margin-left: auto;
  }
}
.l-header-language:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: var(--color-black);
  width: 1px;
  height: 0;
  opacity: 0.3;
  transition: var(--easeOutCubic) 0.5s;
  transition-delay: 1s;
}
.is-page-loaded .l-header-language:after {
  height: 100%;
}

.l-header-language__list {
  display: flex;
  gap: 4rem;
  position: relative;
  opacity: 0;
  transition: var(--easeOutCubic) 0.5s;
  transition-delay: 1.2s;
}
.is-page-loaded .l-header-language__list {
  opacity: 1;
}
.l-header-language__list:after {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  background: var(--color-black);
  width: 1px;
  height: 100%;
}
.l-header-language__list a {
  font-size: 1.2rem;
  font-weight: var(--font-weight-semibold);
  font-family: var(--font-family-eng);
}
@media (max-width: 767px) {
  .l-header-language__list a {
    font-size: 3vw;
  }
}

.l-header-language__item {
  opacity: 0.2;
  transition: var(--easeOutCubic) 0.5s;
}
.l-header-language__item:hover {
  opacity: 1;
}
.l-header-language__item.is-active {
  opacity: 1;
}

.l-header-ticket {
  background: var(--color-black);
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 3rem;
  -webkit-clip-path: polygon(0px 0px, 188px 0px, 188px calc(100% - 16px), 172px 100%, 0px 100%);
          clip-path: polygon(0px 0px, 188px 0px, 188px calc(100% - 16px), 172px 100%, 0px 100%);
  opacity: 0;
  transition: var(--easeOutCubic) 0.5s;
  transition-delay: 1.2s;
  pointer-events: none;
  overflow: hidden;
}
.l-header-ticket::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at 30% 40%, #675827, transparent 50%), radial-gradient(circle at 70% 60%, white, transparent 32%);
  filter: blur(30px);
  opacity: 1;
  animation: ticketGlow 4s ease-in-out infinite alternate;
  pointer-events: none;
}
.is-page-loaded .l-header-ticket {
  opacity: 1;
}
.l-header-ticket a {
  display: flex;
  color: var(--color-white);
  align-items: center;
  gap: 1.2rem;
  opacity: 0.5;
}
.l-header-ticket span {
  display: block;
}
@media (max-width: 767px) {
  .l-header-ticket {
    display: none;
  }
}

@keyframes ticketGlow {
  0% {
    opacity: 0;
    transform: translate3d(-8%, -24%, 0) scale(1);
  }
  50% {
    opacity: 0.65;
    transform: translate3d(6%, 14%, 0) scale(1.08);
  }
  100% {
    opacity: 0;
    transform: translate3d(4%, -16%, 0) scale(1.04);
  }
}
.l-header-ticket__label {
  font-size: 2.2rem;
  font-weight: var(--font-weight-bold);
  font-family: var(--font-family-eng);
  line-height: 1;
  text-align: center;
}
.l-header-ticket__label span {
  font-family: var(--font-family-sans);
  font-size: 1rem;
  line-height: 1.2;
}

.l-header-ticket__icon svg {
  width: 2.9rem;
  height: 1.8rem;
}

.c-ticket {
  opacity: 0;
  transition: var(--easeOutCubic) 1s;
  transition-delay: 1.2s;
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1111;
  pointer-events: none;
  display: flex;
  align-items: center;
  -webkit-clip-path: polygon(0px 0px, 188px 0px, 188px calc(100% - 16px), 172px 100%, 0px 100%);
          clip-path: polygon(0px 0px, 188px 0px, 188px calc(100% - 16px), 172px 100%, 0px 100%);
}
@media (max-width: 767px) {
  .c-ticket {
    transition-delay: 2s;
  }
}
.is-page-loaded .c-ticket {
  opacity: 1;
}

.c-ticket__inner {
  background: var(--color-black);
  padding: 1.3rem 3rem;
  transition: var(--easeOutCubic) 0.5s;
}
.c-ticket__inner a {
  display: flex;
  color: var(--color-white);
  align-items: center;
  gap: 1.2rem;
  opacity: 0.5;
}
.c-ticket__inner span {
  display: block;
}
.c-ticket__inner.is-invert {
  background: var(--color-white);
  transition-delay: 0s;
}
.c-ticket__inner.is-invert a {
  color: var(--color-black);
}

.c-ticket__label {
  font-size: 2.2rem;
  font-weight: var(--font-weight-bold);
  font-family: var(--font-family-eng);
  line-height: 1;
  text-align: center;
}
.c-ticket__label span {
  font-family: var(--font-family-sans);
  font-size: 1rem;
  line-height: 1.2;
}

.c-ticket__icon svg {
  width: 2.9rem;
  height: 1.8rem;
}

.l-gnav {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 111;
  pointer-events: none;
}
.is-gnav-open .l-gnav {
  pointer-events: all;
}
@media (max-width: 767px) {
  .l-gnav {
    top: 5rem;
  }
}

.l-gnav__inner {
  background: var(--color-white);
  padding: calc(80 / 1512 * 100vw);
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  transition: var(--easeOutCubic) 0.5s;
}
.is-gnav-open .l-gnav__inner {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
@media (max-width: 767px) {
  .l-gnav__inner {
    padding: calc(50 / 390 * 100vw) calc(40 / 390 * 100vw);
  }
}

.l-gnav-menu__item {
  font-size: 2.5vw;
  font-family: var(--font-family-eng);
  font-weight: var(--font-weight-regular);
  margin-bottom: calc(30 / 1512 * 100vw);
}
.l-gnav-menu__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .l-gnav-menu__item {
    margin-bottom: calc(25 / 390 * 100vw);
    font-size: 7vw;
  }
}

.l-gnav-toggle {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media (max-width: 767px) {
  .l-gnav-toggle {
    width: 4.9rem;
  }
}

.l-gnav-toggle__inner {
  width: 2.2rem;
  height: 1.1rem;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transition: var(--easeOutCubic) 0.5s;
  transition-delay: 1.2s;
  opacity: 1;
}
@media (max-width: 767px) {
  .l-gnav-toggle__inner {
    margin: 0 auto;
  }
}
.l-gnav-toggle__line {
  background: var(--color-black);
  height: 1px;
  position: absolute;
  left: 0;
  width: 2.2rem;
}
.is-gnav-open .l-gnav-toggle__line {
  background: var(--color-white);
}
.l-gnav-toggle__line--first {
  top: 0;
}
.is-gnav-open .l-gnav-toggle__line--first {
  animation: toggle-first var(--easeOutCubic) 0.8s forwards;
}
.l-gnav-toggle__line--second {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.is-gnav-open .l-gnav-toggle__line--second {
  width: 0;
  transition: var(--easeOutCubic) 0.8s;
}
.l-gnav-toggle__line--third {
  bottom: 0;
}
.is-gnav-open .l-gnav-toggle__line--third {
  animation: toggle-third var(--easeOutCubic) 0.8s forwards;
}

@keyframes toggle-first {
  0% {
    top: 25%;
    transform: translateY(-50%);
  }
  50% {
    top: 50%;
    transform: translateY(-50%);
  }
  100% {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}
@keyframes toggle-third {
  0% {
    top: 25%;
    transform: translateY(-50%);
  }
  50% {
    top: 50%;
    transform: translateY(-50%);
  }
  100% {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
}
.l-gnav-sns {
  display: none;
}
@media (max-width: 767px) {
  .l-gnav-sns {
    display: block;
    margin-top: calc(50 / 390 * 100vw);
  }
}

.l-main {
  position: relative;
  z-index: 2;
  transition: var(--easeOutCubic) 1.2s;
  width: 100%;
}

/*wrapper*/
.l-wrapper {
  position: relative;
  width: 100%;
}
.l-wrapper:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-black);
  content: "";
  top: 0;
  left: 0;
  z-index: 11;
  opacity: 0;
  transition: var(--easeOutCubic) 0.5s;
  pointer-events: none;
}
.is-gnav-open .l-wrapper:after {
  opacity: 0.8;
}

/*@import "layout/parallax";*/
/* =========================================================

Object

========================================================= */
/* ---------------------------------------------------------

Component

--------------------------------------------------------- */
.c-preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.c-preloader__inner {
  width: 100%;
}

.c-preloader__ttl {
  position: relative;
  width: calc(310 / 1512 * 100vw);
  margin: 0 auto;
  transition: var(--easeOutCubic) 1s;
}
@media (max-width: 767px) {
  .c-preloader__ttl {
    width: calc(260 / 390 * 100vw);
  }
}
.is-page-loaded .c-preloader__ttl {
  animation: preloaderLogo2 1.4s var(--easeOutCubic) forwards;
}
@media (max-width: 767px) {
  .is-page-loaded .c-preloader__ttl {
    animation: preloaderLogo2 1.2s var(--easeOutCubic) forwards;
  }
}
.c-preloader__ttl img {
  display: block;
  width: 100%;
  height: auto;
}
.c-preloader__ttl img.is-back {
  opacity: 0.2;
}
.c-preloader__ttl img.is-front {
  position: absolute;
  inset: 0;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.is-animate .c-preloader__ttl img.is-front {
  animation: preloaderLogo 1.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@media (max-width: 767px) {
  .is-animate .c-preloader__ttl img.is-front {
    animation: preloaderLogo 1.2s var(--easeOutCubic) forwards;
  }
}

@keyframes preloaderLogo {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes preloaderLogo2 {
  from {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  to {
    -webkit-clip-path: inset(0 0 0 85%);
            clip-path: inset(0 0 0 85%);
    opacity: 0;
    transform: translateX(3rem);
  }
}
.c-sns {
  margin-left: auto;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.c-sns__list {
  display: flex;
  gap: 3rem;
  opacity: 0;
  transition: var(--easeOutCubic) 0.5s;
  transition-delay: 1.2s;
  align-items: center;
}
@media (max-width: 767px) {
  .c-sns__list {
    gap: 2.5rem;
  }
}
.is-page-loaded .c-sns__list {
  opacity: 1;
}

.c-sns__item a {
  display: block;
  transition: var(--easeOutCubic) 0.5s;
}
.c-sns__item a:hover {
  opacity: 0.5;
}
.c-sns__item--insta svg {
  width: 1.6rem;
  height: 1.6rem;
}
@media (max-width: 767px) {
  .c-sns__item--insta svg {
    width: 2.1rem;
    height: 2.1rem;
  }
}
.c-sns__item--x svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 767px) {
  .c-sns__item--x svg {
    width: 2rem;
    height: 2rem;
  }
}
.c-sns__item--facebook svg {
  width: 1.6rem;
  height: 1.6rem;
}
@media (max-width: 767px) {
  .c-sns__item--facebook svg {
    width: 2.1rem;
    height: 2.1rem;
  }
}
.c-sns__item--contact svg {
  width: 1.8rem;
  height: 1.4rem;
}
@media (max-width: 767px) {
  .c-sns__item--contact svg {
    width: 2.3rem;
    height: 1.9rem;
  }
}

.c-table {
  width: 100%;
  color: var(--color-white);
}

.c-table__heading {
  font-size: 0.8vw;
  font-weight: var(--font-weight-medium);
  line-height: 2;
  padding: calc(20 / 1512 * 100vw) calc(20/1512 * 100vw) calc(20/1512 * 100vw) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 20%;
}
@media (max-width: 767px) {
  .c-table__heading {
    font-size: 3vw;
    width: 25%;
    line-height: 1.5;
    padding: calc(20 / 390 * 100vw) calc(20/390 * 100vw) calc(20/390 * 100vw) 0;
  }
}
.is-en .c-table__heading {
  font-family: var(--font-family-eng);
}

.c-table__desc {
  font-size: 0.8vw;
  font-weight: var(--font-weight-medium);
  line-height: 2;
  padding: calc(20 / 1512 * 100vw) calc(20/1512 * 100vw) calc(20/1512 * 100vw) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 80%;
}
.c-table__desc a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .c-table__desc {
    font-size: 3vw;
    width: 75%;
    line-height: 1.5;
    padding: calc(20 / 390 * 100vw) calc(20/390 * 100vw) calc(20/390 * 100vw) 0;
  }
}
.is-en .c-table__desc {
  font-family: var(--font-family-eng);
}

.c-table__row {
  opacity: 0;
  filter: blur(10px);
  transition: var(--easeOutCubic) 1s;
}
.c-table__row.is-onscreen {
  opacity: 1;
  filter: blur(0);
}

/* ---------------------------------------------------------

Project

--------------------------------------------------------- */
.p-top-kv {
  padding-top: 6rem;
  background: var(--color-white);
  position: relative;
  z-index: 11;
}
@media (max-width: 767px) {
  .p-top-kv {
    padding-top: 0rem;
  }
}

.p-top-kv__inner {
  width: 100%;
  height: min(calc(100svh - 60px), calc(900 / 1512 * 100vw));
  opacity: 0;
  transition: var(--easeOutCubic) 0.8s;
}
@media (max-width: 767px) {
  .p-top-kv__inner {
    transition-delay: 0.3s;
  }
}
.is-page-loaded .p-top-kv__inner {
  opacity: 1;
}
@media (max-width: 767px) {
  .p-top-kv__inner {
    height: 100svh;
    position: relative;
  }
}

.p-top-kv__scroll {
  position: absolute;
  color: var(--color-black);
  right: 1.5vw;
  font-size: 0.9333vw;
  writing-mode: vertical-lr;
  bottom: 2rem;
  font-family: var(--font-family-eng);
  display: flex;
  gap: 2rem;
}
@media (max-width: 767px) {
  .p-top-kv__scroll {
    font-size: 2vw;
    gap: 1rem;
    bottom: 1rem;
  }
}
.p-top-kv__scroll span {
  display: table;
  animation: fluffy 3s infinite;
}

@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.p-top-kv__img {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-top-kv__img-sp {
  display: none;
}
@media (max-width: 767px) {
  .p-top-kv__img-sp {
    display: block;
    height: auto;
    position: absolute;
    top: 5rem;
    left: 0;
  }
}

.p-top-kv__img-item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.p-top-kv__img-item--1 {
  opacity: 0;
  transform: scale(0.95);
  transition: var(--easeOutCubic) 2s;
}
.is-page-loaded .p-top-kv__img-item--1 {
  opacity: 1;
  transform: scale(1);
}
.p-top-kv__img-item--2 {
  opacity: 0;
  transition: var(--easeOutCubic) 0.8s;
  transition-delay: 1s;
}
.is-page-loaded .p-top-kv__img-item--2 {
  opacity: 1;
}
.p-top-kv__img-item--3 {
  opacity: 0;
  transition: var(--easeOutCubic) 0.8s;
  transition-delay: 1s;
}
.is-page-loaded .p-top-kv__img-item--3 {
  opacity: 1;
}
.p-top-kv__img-item--4 {
  opacity: 0;
  transition: var(--easeOutCubic) 0.8s;
  transition-delay: 1s;
}
.is-page-loaded .p-top-kv__img-item--4 {
  opacity: 1;
}
.p-top-kv__img-item--5 {
  opacity: 0;
  transition: var(--easeOutCubic) 0.8s;
  transition-delay: 1s;
}
.is-page-loaded .p-top-kv__img-item--5 {
  opacity: 1;
}
.p-top-kv__img-item--6 {
  opacity: 0;
  transition: var(--easeOutCubic) 0.8s;
  transition-delay: 1s;
}
.is-page-loaded .p-top-kv__img-item--6 {
  opacity: 1;
}

.p-top-kv__img-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
@media (max-width: 767px) {
  .p-top-kv__img-item img {
    height: auto;
  }
}

.p-top-kv__elm {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: 7rem;
}

.p-top-kv__elm-item {
  position: absolute;
}
.p-top-kv__elm-item--1 {
  top: 0;
  left: calc(25 / 390 * 100vw);
  width: calc(50 / 780 * 100vh);
}
.p-top-kv__elm-item--2 {
  top: 0;
  right: calc(25 / 390 * 100vw);
  width: calc(160 / 780 * 100vh);
}
.p-top-kv__elm-item--3 {
  bottom: 0;
  right: calc(25 / 390 * 100vw);
  width: calc(240 / 780 * 100vh);
}

.p-top-about {
  width: 100%;
}
.p-top-about .p-top-section__header {
  width: 50%;
  position: sticky;
  top: 21rem;
  height: calc(100svh - 21rem);
}
@media (max-width: 767px) {
  .p-top-about .p-top-section__header {
    height: auto;
    position: relative;
    width: 100%;
    top: 0;
  }
}
.p-top-about .l-container {
  padding-bottom: 0;
}

.p-top-movie {
  width: 100%;
  height: 100svh;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-top-movie {
    height: 100lvh;
  }
}
.p-top-movie:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--color-black);
  opacity: 0.5;
}
.p-top-movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-about__inner {
  display: flex;
}
@media (max-width: 767px) {
  .p-top-about__inner {
    display: block;
  }
}

.p-top-about__ttl {
  width: calc(310 / 1512 * 100vw);
  opacity: 0;
  filter: blur(10px);
  transition: var(--easeOutCubic) 1s;
}
@media (max-width: 767px) {
  .p-top-about__ttl {
    width: 100%;
  }
}
.p-top-about__ttl.is-onscreen {
  opacity: 1;
  filter: blur(0);
}

.p-top-about__elm {
  position: absolute;
  left: 0;
  bottom: calc(50 / 909 * 100svh);
  opacity: 0;
  filter: blur(10px);
  transition: var(--easeOutCubic) 1s;
}
.p-top-about__elm.is-onscreen {
  opacity: 1;
  filter: blur(0);
}

.p-top-about__copy {
  font-size: 1.5333333vw;
  font-weight: var(--font-weight-medium);
  color: #292929;
  line-height: 1.5;
  letter-spacing: 0.69px;
  margin-bottom: calc(80 / 1512 * 100vw);
}
.is-en .p-top-about__copy {
  font-family: var(--font-family-eng);
}
@media (max-width: 767px) {
  .is-en .p-top-about__copy {
    font-size: 5.5vw;
  }
}
@media (max-width: 767px) {
  .p-top-about__copy {
    font-size: 5.5vw;
    margin-bottom: calc(30 / 390 * 100vw);
  }
}
.p-top-about__copy p {
  position: relative;
}
.p-top-about__copy p:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: var(--easeOutCubic) 1s;
}
.p-top-about__copy p:nth-child(1):after {
  transition-delay: 0.1s;
}
.p-top-about__copy p:nth-child(2):after {
  transition-delay: 0.3s;
}
.p-top-about__copy p:nth-child(3):after {
  transition-delay: 0.5s;
}
.p-top-about__copy.is-onscreen p:after {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.p-top-about__body {
  width: 50%;
  padding-top: calc(60 / 1512 * 100vw);
}
@media (max-width: 767px) {
  .p-top-about__body {
    width: 100%;
    margin: 5rem 0 40vh;
    padding-top: 4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.p-top-about__text {
  font-size: 1.066667vw;
  line-height: 2.5;
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
  margin-bottom: min(calc(80 / 1512 * 100vw), 80px);
  letter-spacing: 0.48px;
  opacity: 0.05;
  opacity: 0;
  filter: blur(10px);
  transition: var(--easeOutCubic) 1s;
}
.is-en .p-top-about__text {
  font-family: var(--font-family-eng);
  font-size: 1vw;
}
@media (max-width: 767px) {
  .is-en .p-top-about__text {
    font-size: 3.25vw;
  }
}
.p-top-about__text.is-onscreen {
  opacity: 1;
  filter: blur(0);
}
@media (max-width: 767px) {
  .p-top-about__text {
    font-size: 3.5vw;
    margin-bottom: min(calc(50 / 390 * 100vw), 50px);
  }
}
.p-top-about__text.is-active {
  opacity: 1;
}
.p-top-about__text.is-near {
  opacity: 1;
}

.p-top-section__heading {
  font-size: 4.5333333vw;
  font-weight: var(--font-weight-medium);
  font-family: var(--font-family-eng);
  margin-bottom: min(calc(80 / 1512 * 100vw), 80px);
}
.p-top-section__heading.is-white {
  color: var(--color-white);
}
@media (max-width: 767px) {
  .p-top-section__heading {
    font-size: 10vw;
    margin-bottom: min(calc(40 / 390 * 100vw), 40px);
    white-space: nowrap;
  }
}
.p-top-section__heading.is-hidden {
  display: none;
}

.p-top-about__photo {
  position: relative;
  margin-bottom: min(calc(80 / 1512 * 100vw), 80px);
}
.p-top-about__photo .p-top-artist__credit {
  color: var(--color-white);
}
.p-top-about__photo.is-onscreen .is-front {
  transform: scaleX(1);
  left: -100%;
}
.p-top-about__photo.is-onscreen .is-back {
  transform: translateX(0) scaleX(1);
}

.p-top-about__tabel {
  margin-bottom: min(calc(80 / 1512 * 100vw), 80px);
}
@media (max-width: 767px) {
  .p-top-about__tabel {
    margin-bottom: min(calc(50 / 390 * 100vw), 50px);
  }
}

.p-top-about__overview {
  margin-bottom: -10rem;
}
@media (max-width: 767px) {
  .p-top-about__overview {
    margin-bottom: 0rem;
  }
}

.p-top-about__async {
  padding-top: 21rem;
  margin: 0 0 calc(50vh - 10rem);
}
@media (max-width: 767px) {
  .p-top-about__async {
    padding-top: 10rem;
  }
}

.p-top-artist {
  background: var(--color-bg-gray);
  position: relative;
  z-index: 111;
}

.p-top-artist__body {
  padding: var(--site-padding-md);
  position: relative;
}
@media (max-width: 767px) {
  .p-top-artist__body {
    padding: var(--site-padding-sm) 0;
  }
}
.p-top-artist__body:before {
  width: 0;
  height: 1px;
  background: var(--color-black);
  position: absolute;
  top: 0;
  left: calc(-80 / 1512 * 100vw);
  content: "";
  opacity: 0.3;
  transition: var(--easeOutCubic) 1s;
}
@media (max-width: 767px) {
  .p-top-artist__body:before {
    left: calc(-40 / 390 * 100vw);
  }
}
.p-top-artist__body:after {
  width: 0;
  height: 1px;
  background: var(--color-black);
  position: absolute;
  bottom: 0;
  left: calc(-80 / 1512 * 100vw);
  content: "";
  opacity: 0.3;
  transition: var(--easeOutCubic) 1s;
}
@media (max-width: 767px) {
  .p-top-artist__body:after {
    left: calc(-40 / 390 * 100vw);
  }
}
.p-top-artist__body.is-onscreen:before {
  width: calc(100% + var(--site-padding-md) * 2);
}
@media (max-width: 767px) {
  .p-top-artist__body.is-onscreen:before {
    width: calc(100% + var(--site-padding-sm) * 2);
  }
}
.p-top-artist__body.is-onscreen:after {
  width: calc(100% + var(--site-padding-md) * 2);
}
@media (max-width: 767px) {
  .p-top-artist__body.is-onscreen:after {
    width: calc(100% + var(--site-padding-sm) * 2);
  }
}

.p-top-artist__img-list {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.p-top-artist__img-list:after {
  position: absolute;
  width: 0;
  height: 0.28rem;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-black);
  transition: var(--easeOutCubic) 1s;
  transition-delay: 0.3s;
}
@media (max-width: 767px) {
  .p-top-artist__img-list:after {
    content: "";
  }
}
.p-top-artist__img-list:before {
  position: absolute;
  width: 0.28rem;
  height: 0;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-black);
  transition: var(--easeOutCubic) 1s;
}
@media (max-width: 767px) {
  .p-top-artist__img-list:before {
    content: "";
  }
}
.p-top-artist__img-list.is-onscreen:after {
  width: calc(60 / 1512 * 100vw);
}
.p-top-artist__img-list.is-onscreen:before {
  height: calc(60 / 1512 * 100vw);
}

.p-top-artist__img {
  width: calc(498 / 1512 * 100vw);
  position: relative;
}
@media (max-width: 767px) {
  .p-top-artist__img {
    width: 100%;
  }
}
.p-top-artist__img.is-onscreen .is-front {
  transform: scaleX(1);
  left: -100%;
}
.p-top-artist__img.is-onscreen .is-back {
  transform: translateX(0) scaleX(1);
}

.p-top-artist__img-wrap {
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .p-top-artist__img-wrap {
    aspect-ratio: 1/1;
  }
  .p-top-artist__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p-top-about .p-top-artist__img-wrap {
    aspect-ratio: inherit;
  }
}
.p-top-artist__img-wrap .is-back {
  transform: translateX(0%) scaleX(5);
  transition: var(--easeOutCubic) 0.6s;
  transition-delay: 0.6s;
  transform-origin: left;
}
.p-top-artist__img-wrap .is-front {
  position: absolute;
  top: 0;
  left: 0%;
  transform: scaleX(100);
  transition: var(--easeOutCubic) 0.6s;
  transition-delay: 0.2s;
}

.p-top-artist__profile-list {
  display: flex;
  justify-content: space-between;
}

.p-top-artist__profile {
  width: calc(498 / 1512 * 100vw);
}
@media (max-width: 767px) {
  .p-top-artist__profile {
    width: 100%;
  }
}

.p-top-artist__list {
  position: relative;
}
.p-top-artist__list:before {
  width: 1px;
  height: 0;
  background: var(--color-black);
  position: absolute;
  top: calc(-80 / 1512 * 100vw);
  left: calc(-80 / 1512 * 100vw);
  content: "";
  opacity: 0.3;
  transition: var(--easeOutCubic) 1s;
}
@media (max-width: 767px) {
  .p-top-artist__list:before {
    content: none;
  }
}
.p-top-artist__list:after {
  width: 1px;
  height: 0;
  background: var(--color-black);
  position: absolute;
  top: calc(-80 / 1512 * 100vw);
  right: calc(-80 / 1512 * 100vw);
  content: "";
  opacity: 0.3;
  transition: var(--easeOutCubic) 1s;
}
@media (max-width: 767px) {
  .p-top-artist__list:after {
    content: none;
  }
}
.p-top-artist__list.is-onscreen:before {
  height: calc(100% + var(--site-padding-md) * 2);
}
.p-top-artist__list.is-onscreen:after {
  height: calc(100% + var(--site-padding-md) * 2);
}

.p-top-artist__credit {
  font-family: var(--font-family-eng);
  font-weight: var(--font-weight-medium);
  font-size: 0.6777777vw;
  opacity: 1;
  position: absolute;
  right: 0;
  bottom: -2rem;
}
.p-top-about .p-top-artist__credit {
  position: relative;
  line-height: 1.5;
  bottom: 0;
  margin-top: 1rem;
  margin-left: auto;
  display: table;
}
@media (max-width: 767px) {
  .p-top-artist__credit {
    font-size: 2.25vw;
    bottom: -1.2rem;
  }
}

.p-top-artist__name {
  display: flex;
  justify-content: space-between;
  margin: 2.5rem 0 2rem;
  color: var(--color-white);
  align-items: end;
  opacity: 0;
  filter: blur(10px);
  transition: var(--easeOutCubic) 1s;
}
.p-top-artist__name.is-onscreen {
  opacity: 1;
  filter: blur(0);
}
@media (max-width: 767px) {
  .p-top-artist__name {
    margin: 2rem 0 2rem;
  }
}

.p-top-artist__name-jp {
  letter-spacing: 0.69px;
  font-size: 1.5333333vw;
  font-weight: var(--font-weight-medium);
}
@media (max-width: 767px) {
  .p-top-artist__name-jp {
    font-size: 4.5vw;
  }
}

.p-top-artist__name-en {
  font-size: 0.8vw;
  font-family: var(--font-family-eng);
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.39px;
}
.is-en .p-top-artist__name-en {
  font-size: 1.5333333vw;
}
@media (max-width: 767px) {
  .is-en .p-top-artist__name-en {
    font-size: 4.5vw;
  }
}
@media (max-width: 767px) {
  .p-top-artist__name-en {
    font-size: 3vw;
  }
}

.p-top-artist__text {
  font-size: min(1.6rem, 0.9333vw);
  line-height: 1.8;
  letter-spacing: 0.39px;
  opacity: 0;
  filter: blur(10px);
  transition: var(--easeOutCubic) 1s;
}
.is-en .p-top-artist__text {
  font-family: var(--font-family-eng);
  font-size: 0.8vw;
}
@media (max-width: 767px) {
  .is-en .p-top-artist__text {
    font-size: 2.75vw;
  }
}
@media (max-width: 767px) {
  .p-top-artist__text {
    font-size: 3vw;
  }
}
.p-top-artist__text.is-onscreen {
  opacity: 1;
  filter: blur(0);
}
.p-top-artist__text a {
  display: block;
  text-decoration: underline;
  color: var(--color-white);
  margin-top: 1rem;
}

.p-top-artist__elm {
  width: 3.7rem;
  height: 3.7rem;
  margin: calc(40 / 390 * 100vw) auto;
  position: relative;
}
.p-top-artist__elm:after {
  position: absolute;
  width: 0;
  height: 0.2rem;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-black);
  transition: var(--easeOutCubic) 1s;
  transition-delay: 0.3s;
}
@media (max-width: 767px) {
  .p-top-artist__elm:after {
    content: "";
  }
}
.p-top-artist__elm:before {
  position: absolute;
  width: 0.2rem;
  height: 0;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-black);
  transition: var(--easeOutCubic) 1s;
}
@media (max-width: 767px) {
  .p-top-artist__elm:before {
    content: "";
  }
}
.p-top-artist__elm.is-onscreen:after {
  width: 100%;
}
.p-top-artist__elm.is-onscreen:before {
  height: 100%;
}

.p-top-ticket {
  background: var(--color-white);
}

.p-top-ticket__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-top-ticket__inner {
    display: block;
  }
}

.p-top-ticket__body {
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .p-top-ticket__body {
    width: 100%;
  }
}

.p-top-ticket__box {
  background: var(--color-black);
  color: var(--color-white);
  font-weight: var(--font-weight-bold);
  height: 100%;
  padding: calc(65 / 1512 * 100vw);
  -webkit-clip-path: polygon(0px 0px, calc(676 / 1512 * 100vw) 0px, calc(676 / 1512 * 100vw) calc(100% - calc(50 / 1512 * 100vw)), calc(626 / 1512 * 100vw) 100%, 0px 100%);
          clip-path: polygon(0px 0px, calc(676 / 1512 * 100vw) 0px, calc(676 / 1512 * 100vw) calc(100% - calc(50 / 1512 * 100vw)), calc(626 / 1512 * 100vw) 100%, 0px 100%);
  opacity: 0;
  filter: blur(10px);
  transition: var(--easeOutCubic) 1s;
}
.p-top-ticket__box.is-onscreen {
  opacity: 1;
  filter: blur(0);
}
@media (max-width: 767px) {
  .p-top-ticket__box {
    font-size: 4.3vw;
    padding: calc(40 / 390 * 100vw) calc(30 / 390 * 100vw);
    -webkit-clip-path: polygon(0px 0px, calc(330 / 390 * 100vw) 0px, calc(330 / 390 * 100vw) calc(100% - calc(20 / 390 * 100vw)), calc(310 / 390 * 100vw) 100%, 0px 100%);
            clip-path: polygon(0px 0px, calc(330 / 390 * 100vw) 0px, calc(330 / 390 * 100vw) calc(100% - calc(20 / 390 * 100vw)), calc(310 / 390 * 100vw) 100%, 0px 100%);
  }
}

.p-top-ticket__text {
  font-size: 2vw;
  text-align: center;
}
.is-en .p-top-ticket__text {
  font-size: 2vw;
  font-family: var(--font-family-eng);
}
@media (max-width: 767px) {
  .is-en .p-top-ticket__text {
    font-size: 5vw;
  }
}
@media (max-width: 767px) {
  .p-top-ticket__text {
    font-size: 4.5vw;
  }
}

.p-top-ticket__comingsoon {
  position: absolute;
  top: calc(-20 / 1512 * 100vw);
  left: calc(-20 / 1512 * 100vw);
  background: #fff;
  border: 1px solid var(--color-black);
  font-size: 1.066667vw;
  font-family: var(--font-family-eng);
  font-weight: var(--font-weight-medium);
  color: var(--color-black);
  padding: calc(20 / 1512 * 100vw) calc(20 / 1512 * 100vw);
  z-index: 111;
  opacity: 1;
  transform: translateY(calc(20 / 1512 * 100vw));
  transition: var(--easeOutCubic) 0.8s;
  transition-delay: 0.3s;
}
@media (max-width: 767px) {
  .p-top-ticket__comingsoon {
    top: calc(-15 / 390 * 100vw);
    left: calc(-15 / 390 * 100vw);
    font-size: 4vw;
    padding: calc(10 / 390 * 100vw) calc(10 / 390 * 100vw);
  }
}
.p-top-ticket__comingsoon.is-onscreen {
  opacity: 1;
  transform: translateY(0);
}

.p-top-venue {
  background: var(--color-bg-gray);
}

.p-top-venue__body {
  display: flex;
  gap: min(calc(80 / 1512 * 100vw), 100px);
  opacity: 0;
  filter: blur(10px);
  transition: var(--easeOutCubic) 1s;
}
.p-top-venue__body.is-onscreen {
  opacity: 1;
  filter: blur(0);
}
@media (max-width: 767px) {
  .p-top-venue__body {
    display: block;
  }
}

.p-top-venue__img {
  width: 55%;
}
@media (max-width: 767px) {
  .p-top-venue__img {
    width: 100%;
  }
}

.p-top-venue__textarea {
  width: 45%;
  margin-top: min(calc(50 / 1512 * 100vw), 50px);
}
@media (max-width: 767px) {
  .p-top-venue__textarea {
    width: 100%;
    margin-top: min(calc(30 / 390 * 100vw), 30px);
  }
}

.p-top-venue__ttl {
  font-size: 1.5333333vw;
  font-weight: var(--font-weight-bold);
  line-height: 1.8;
  margin-bottom: min(calc(40 / 1512 * 100vw), 40px);
}
.is-en .p-top-venue__ttl {
  font-family: var(--font-family-eng);
}
@media (max-width: 767px) {
  .p-top-venue__ttl {
    font-size: 4.5vw;
    margin-bottom: min(calc(10 / 390 * 100vw), 10px);
  }
}

.p-top-venue__text {
  font-size: 0.9333vw;
  line-height: 1.8;
  letter-spacing: 0.39px;
}
.is-en .p-top-venue__text {
  font-family: var(--font-family-eng);
  font-size: 0.8vw;
}
@media (max-width: 767px) {
  .is-en .p-top-venue__text {
    font-size: 2.75vw;
  }
}
@media (max-width: 767px) {
  .p-top-venue__text {
    font-size: 3vw;
  }
}

.p-top-venue__link {
  color: var(--color-white);
  font-size: 0.9333vw;
  font-family: var(--font-family-eng);
  font-weight: var(--font-weight-medium);
  text-decoration: underline;
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .p-top-venue__link {
    font-size: 3.25vw;
  }
}

.p-top-venue__info {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .p-top-venue__info {
    margin-top: min(calc(30 / 390 * 100vw), 30px);
  }
}

.p-top-venue__info-label {
  font-size: 0.9333vw;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.39px;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.is-en .p-top-venue__info-label {
  font-family: var(--font-family-eng);
}
@media (max-width: 767px) {
  .p-top-venue__info-label {
    font-size: 3.25vw;
  }
}

.p-top-contact {
  background: var(--color-white);
}
.p-top-contact .p-top-section__heading {
  font-size: 2.6666667vw;
  margin-bottom: calc(50 / 1512 * 100vw);
}
.p-top-contact .p-top-section__header {
  width: 100%;
  text-align: center;
}

.p-top-contact__body {
  padding: calc(60 / 1512 * 100vw) calc(93 / 1512 * 100vw);
  margin: 0 auto;
  border: 1px solid var(--color-black);
  display: table;
  border-radius: calc(10 / 1512 * 100vw);
  opacity: 0;
  filter: blur(10px);
  transition: var(--easeOutCubic) 1s;
}
.p-top-contact__body.is-onscreen {
  opacity: 1;
  filter: blur(0);
}

.p-top-contact__label {
  font-size: 1.5333333vw;
  font-weight: var(--font-weight-bold);
  line-height: 1.8;
  margin-bottom: min(calc(10 / 1512 * 100vw), 10px);
}

.p-top-contact__link {
  font-size: 0.8vw;
  letter-spacing: 0.39px;
  line-height: 2.5;
  text-align: center;
}
.is-en .p-top-contact__link {
  font-family: var(--font-family-eng);
}
@media (max-width: 767px) {
  .p-top-contact__link {
    font-size: 3vw;
  }
}

.p-top-ambient__body {
  display: flex;
  gap: min(calc(80 / 1512 * 100vw), 100px);
  opacity: 0;
  filter: blur(10px);
  transition: var(--easeOutCubic) 1s;
  color: var(--color-white);
  justify-content: end;
  width: 50%;
}
.p-top-ambient__body.is-onscreen {
  opacity: 1;
  filter: blur(0);
}
@media (max-width: 767px) {
  .p-top-ambient__body {
    display: block;
    width: 100%;
  }
}

.p-top-ambient__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-top-ambient__inner {
    display: block;
  }
}

@media (max-width: 767px) {
  .p-top-ambient__textarea {
    width: 100%;
    margin-top: min(calc(30 / 390 * 100vw), 30px);
  }
}

.p-top-ambient__ttl {
  font-size: 1.5333333vw;
  font-weight: var(--font-weight-bold);
  line-height: 1.8;
  margin-bottom: min(calc(40 / 1512 * 100vw), 40px);
}
.is-en .p-top-ambient__ttl {
  font-family: var(--font-family-eng);
}
@media (max-width: 767px) {
  .p-top-ambient__ttl {
    font-size: 4.5vw;
    margin-bottom: min(calc(30 / 390 * 100vw), 30px);
  }
}

.p-top-ambient__text {
  font-size: 0.9333vw;
  line-height: 2.5;
  letter-spacing: 0.39px;
}
.is-en .p-top-ambient__text {
  font-family: var(--font-family-eng);
  font-size: 0.8vw;
}
@media (max-width: 767px) {
  .is-en .p-top-ambient__text {
    font-size: 2.75vw;
  }
}
@media (max-width: 767px) {
  .p-top-ambient__text {
    font-size: 3vw;
  }
}

/* ---------------------------------------------------------


Utility

--------------------------------------------------------- */
.u-sp-block {
  display: none !important;
}
@media (max-width: 767px) {
  .u-sp-block {
    display: block !important;
  }
}

.u-tab-block {
  display: none !important;
}
@media (max-width: 1023px) {
  .u-tab-block {
    display: block !important;
  }
}

.u-pc-block {
  display: block !important;
}
@media (max-width: 767px) {
  .u-pc-block {
    display: none !important;
  }
}

.u-sp-inline {
  display: none !important;
}
@media (max-width: 767px) {
  .u-sp-inline {
    display: inline !important;
  }
}

.u-pc-inline {
  display: inline !important;
}
@media (max-width: 767px) {
  .u-pc-inline {
    display: none !important;
  }
}

.u-font-jp {
  font-family: var(--font-family-sans);
}

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

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

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

/* =========================================================
IMG
========================================================= */
.u-img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* =========================================================
ANIMATION
========================================================= */
.u-fadeup {
  opacity: 0;
  transform: translateY(6rem);
  transition: var(--easeOutCubic) 0.8s;
}
.u-fadeup.is-onscreen {
  opacity: 1;
  transform: translateY(0);
}

.ambient-glitch {
  position: relative;
  display: inline-block;
  opacity: 0;
  filter: blur(18px);
  transform: translateY(24px) scale(0.98);
}

.ambient-glitch::before,
.ambient-glitch::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.ambient-glitch::before {
  color: rgba(180, 220, 255, 0.8);
}

.ambient-glitch::after {
  color: rgba(255, 180, 230, 0.7);
}

.ambient-glitch.is-onscreen {
  animation: ambientGlitchIn 2s var(--easeOutCubic) forwards;
}

.ambient-glitch.is-onscreen::before {
  animation: ambientGlitchBefore 2.4s var(--easeOutCubic) forwards;
}

.ambient-glitch.is-onscreen::after {
  animation: ambientGlitchAfter 2.4s var(--easeOutCubic) forwards;
}

@keyframes ambientGlitchIn {
  0% {
    opacity: 0;
    filter: blur(18px);
    transform: translateY(24px) scale(0.98);
    letter-spacing: 0.1em;
  }
  35% {
    opacity: 1;
    filter: blur(6px);
    transform: translateY(0) scale(1.015);
    letter-spacing: 0.02em;
  }
  42% {
    transform: translate(2px, -1px) scale(1.015);
  }
  45% {
    transform: translate(-2px, 1px) scale(1.015);
  }
  48% {
    transform: translate(0, 0) scale(1.015);
  }
  70% {
    filter: blur(1.5px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}
@keyframes ambientGlitchBefore {
  0%, 30% {
    opacity: 0;
    transform: translate(0, 0);
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  36% {
    opacity: 0.3;
    transform: translate(-4px, 1px);
    -webkit-clip-path: inset(12% 0 64% 0);
            clip-path: inset(12% 0 64% 0);
  }
  42% {
    opacity: 0.15;
    transform: translate(3px, -1px);
    -webkit-clip-path: inset(48% 0 36% 0);
            clip-path: inset(48% 0 36% 0);
  }
  50%, 100% {
    opacity: 0;
    transform: translate(0, 0);
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
}
@keyframes ambientGlitchAfter {
  0%, 32% {
    opacity: 0;
    transform: translate(0, 0);
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  38% {
    opacity: 0.3;
    transform: translate(4px, -1px);
    -webkit-clip-path: inset(62% 0 18% 0);
            clip-path: inset(62% 0 18% 0);
  }
  44% {
    opacity: 0.2;
    transform: translate(-3px, 1px);
    -webkit-clip-path: inset(24% 0 58% 0);
            clip-path: inset(24% 0 58% 0);
  }
  52%, 100% {
    opacity: 0;
    transform: translate(0, 0);
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
}
.ambient-glitch-hover {
  position: relative;
  display: inline-block;
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
  cursor: pointer;
}

.ambient-glitch-hover::before,
.ambient-glitch-hover::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.ambient-glitch-hover::before {
  color: rgba(180, 220, 255, 0.8);
}

.ambient-glitch-hover::after {
  color: rgba(255, 180, 230, 0.7);
}

/* hoverした時に発火 */
.ambient-glitch-hover:hover {
  animation: ambientGlitchHoverIn 1s var(--easeOutCubic) forwards;
}

.ambient-glitch-hover:hover::before {
  animation: ambientGlitchBefore 1.4s var(--easeOutCubic) forwards;
}

.ambient-glitch-hover:hover::after {
  animation: ambientGlitchAfter 1.4s var(--easeOutCubic) forwards;
}

@keyframes ambientGlitchHoverIn {
  0% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
  20% {
    filter: blur(6px);
    transform: translateY(0) scale(1.015);
  }
  42% {
    transform: translate(2px, -1px) scale(1.015);
  }
  45% {
    transform: translate(-2px, 1px) scale(1.015);
  }
  48% {
    transform: translate(0, 0) scale(1.015);
  }
  70% {
    filter: blur(1.5px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}