@charset "UTF-8";
/* @import must be at top of file, otherwise CSS will not work */
/* =========================================================

Foundation

========================================================= */
:root {
  --color-white: #fff;
  --color-black: #131313;
  --color-red:#B8423C;
  --color-lightblue: #9CD9E9;
  --color-bg-primary: #131313;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 600;
  --font-family-sans: "Zen Kaku Gothic New", sans-serif;
  --font-family-eng:"EB Garamond", sans-serif;
  --font-family-eng-sub:"Inter", sans-serif;
  --site-padding: 11.9047619vw;
  --site-padding-lg:17.1296296vw;
  --site-padding-md: 10.25641026vw;
  --site-padding-sm: 5.12820513vw;
  --site-margin: 8.46001322vw;
  --site-margin-lg:17.1296296vw;
  --site-margin-md: 10.25641026vw;
  --site-margin-sm: 5.12820513vw;
  --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);
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
* Remove default margin.
*/
body {
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
}

/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}

/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold;
}

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic;
}

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000;
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0;
}

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 0;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  box-sizing: content-box;
  height: 0;
}

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
  line-height: normal;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold;
}

/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/******************************************************************************
* FONT
*******************************************************************************/
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

footer,
header,
section {
  display: block;
}

dd,
dt,
li,
p,
pre,
td,
th {
  line-break: strict;
  word-break: break-strict;
}

dd,
div,
dl,
dt,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

input[type=text],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

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

figure {
  margin: 0px;
}

/******************************************************************************

* BASIC

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

body {
  /*height: 100%;*/
  color: var(--color-white);
  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-bg-primary);
  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;
}
.is-gnav-open body {
  overflow: hidden;
}

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

a {
  color: var(--color-white);
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}

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

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

Layout

========================================================= */
/*wrapper*/
.l-wrapper {
  position: relative;
}

/*content*/
.l-content {
  width: 100%;
  position: relative;
  z-index: 101;
  opacity: 0;
}
.is-page-loaded .l-content {
  opacity: 1;
  transition: var(--easeOutCubic) 1.2s;
}
.is-gnav-open .l-content {
  opacity: 0;
  pointer-events: none;
}

.l-container {
  padding: 0 var(--site-padding);
}
@media (max-width: 1440px) {
  .l-container {
    padding: 0 var(--site-padding-md);
  }
}
@media (max-width: 767px) {
  .l-container {
    padding: 0 var(--site-padding-sm);
  }
}

.l-header {
  position: fixed;
  z-index: 112;
  width: 100%;
  opacity: 0;
}
.is-page-loaded .l-header {
  transition: var(--easeOutCubic) 1.5s;
  transition-delay: 1s;
  opacity: 1;
}

.l-header-logo {
  position: absolute;
  width: 4.4973545vw;
  max-width: 68px;
  top: 2.2vh;
  left: 2.6vw;
}
@media (max-width: 767px) {
  .l-header-logo {
    left: 50%;
    transform: translateX(-50%);
    width: 14.61538462vw;
    top: 2.05128205vh;
  }
}
.is-normal .l-header-logo {
  opacity: 0;
}

.l-header-menu {
  position: absolute;
  right: 2.6vw;
  top: 4vh;
}
@media (max-width: 767px) {
  .l-header-menu {
    display: none;
  }
}
.is-normal .l-header-menu {
  right: 2.6vw;
  width: calc(100% - 5.2vw);
  left: inherit;
  margin-left: auto;
}

.l-header-menu__list {
  display: flex;
  gap: 50px;
  align-items: baseline;
}
.is-normal .l-header-menu__list {
  gap: 0;
  justify-content: end;
}

.l-header-menu__item {
  letter-spacing: 0.05rem;
  font-size: 0.866667vw;
  font-family: var(--font-family-eng-sub);
  font-weight: var(--font-weight-medium);
}
.is-normal .l-header-menu__item--live {
  padding: 0 20.5010582vw;
}
.is-normal .l-header-menu__item--goods {
  padding: 0 19.04761905vw;
}
.l-header-menu__item a {
  display: table;
  position: relative;
  color: #ffff00;
  mix-blend-mode: lighten;
}
.l-header-menu__item a:hover:after {
  animation: shake-x-right 0.18s linear infinite;
}
.l-header-menu__item a:hover:before {
  animation: shake-x-left 0.18s linear infinite;
}
.l-header-menu__item a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-text);
  font-size: 0.866667vw;
  color: #00ffff;
  mix-blend-mode: lighten;
}
.l-header-menu__item a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-text);
  font-size: 0.866667vw;
  color: #ff00ff;
  mix-blend-mode: lighten;
}
.l-header-menu__item a span {
  display: table;
}

.l-header-menu__item-inner {
  position: relative;
}
.l-header-menu__item-inner svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1vw;
  width: 0.9vw;
}

@keyframes shake-x-right {
  0%, 100% {
    transform: translateX(0);
    filter: blur(1px);
  }
  20% {
    transform: translateX(-3px);
  }
  40% {
    transform: translateX(3px);
  }
  60% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(3px);
  }
}
@keyframes shake-x-left {
  0%, 100% {
    filter: blur(1px);
    transform: translateX(0);
  }
  20% {
    transform: translateX(3px);
  }
  40% {
    transform: translateX(-3px);
  }
  60% {
    transform: translateX(3px);
  }
  80% {
    transform: translateX(-3px);
  }
}
.l-gnav-toggle {
  position: fixed;
  width: 11.28205128vw;
  height: 11.28205128vw;
  left: 5.12820513vw;
  top: 2.56410256vh;
  z-index: 111111;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: none;
  opacity: 0;
}
.is-page-loaded .l-gnav-toggle {
  transition: var(--easeOutCubic) 1.5s;
  transition-delay: 1s;
  opacity: 1;
}
@media (max-width: 767px) {
  .l-gnav-toggle {
    display: block;
  }
}
.l-gnav-toggle.is-active {
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.is-gnav-open .l-gnav-toggle.is-active {
  background: rgba(255, 255, 255, 0);
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  transition: var(--easeOutCubic) 0s;
  transition-delay: 0s;
}

.l-gnav-toggle__inner {
  position: absolute;
  width: 16px;
  height: 11px;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.l-gnav-toggle__line {
  width: 16px;
  height: 1px;
  background: #fff;
  display: table;
  transition: var(--easeOutCubic) 0.5s;
}
.l-gnav-toggle__line--bottom {
  margin-top: 7px;
}
.is-gnav-open .l-gnav-toggle__line--bottom {
  transform: rotate(45deg);
  margin-top: -1px;
}
.l-gnav-toggle__line--top {
  margin-top: 1px;
}
.is-gnav-open .l-gnav-toggle__line--top {
  transform: rotate(-45deg);
  margin-top: 5px;
}

.l-gnav {
  position: fixed;
  width: 100%;
  height: 100dvh;
  display: none;
  opacity: 0;
  z-index: 22;
  pointer-events: none;
}
.is-gnav-open .l-gnav {
  transition: var(--easeOutCubic) 1.5s;
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 767px) {
  .l-gnav {
    display: block;
  }
}

.l-gnav__img {
  width: 100%;
  height: 28dvh;
  position: absolute;
  bottom: 0;
}
.l-gnav__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-gnav-menu {
  height: calc(100dvh - 28dvh);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.l-gnav-menu__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -42%);
}

.l-gnav-menu__item {
  text-align: center;
  font-family: var(--font-family-en-sub);
  font-weight: var(--font-weight-bold);
  font-size: 4.5vw;
  letter-spacing: 0.08em;
  margin: 3rem 0;
}
@media (max-width: 375px) {
  .l-gnav-menu__item {
    margin: 2rem 0;
  }
}
.l-gnav-menu__item a {
  display: table;
  margin: 0 auto;
}
.l-gnav-menu__item .c-split-move {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
  transition: var(--easeOutCubic) 1.5s;
}
.is-gnav-open .l-gnav-menu__item .c-split-move {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 150%, 0% 150%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 150%, 0% 150%);
}

.l-gnav__copy {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 1111;
}
.l-gnav__copy svg {
  width: 100vw;
  height: 15.3439153vw;
}
@media (max-width: 767px) {
  .l-gnav__copy svg {
    height: 71.15384615svh;
    width: 21.79487179vw;
  }
}

.l-gnav__copy .trace {
  fill: rgba(255, 255, 255, 0.15);
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 0.35;
  stroke-linecap: round;
  stroke-dasharray: 60 var(--len, 1000);
  /* 120pxの線＋残り空白 */
  stroke-dashoffset: var(--len, 1000);
  animation: scan 4s linear infinite;
}
@media (max-width: 767px) {
  .l-gnav__copy .trace {
    fill: rgba(255, 255, 255, 0.18);
    stroke: rgba(255, 255, 255, 0.3);
    stroke-width: 0.35;
  }
}

.l-main {
  position: relative;
  z-index: 2;
  transition: var(--easeOutCubic) 1.2s;
}
.is-gnav-open .l-main {
  opacity: 0;
  pointer-events: none;
}

.l-footer {
  position: relative;
  z-index: 98;
  transition: var(--easeOutCubic) 0.5s;
  padding: 3rem 0 6rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 3rem 0 5rem;
  }
}
.is-page-loaded .l-footer {
  transition: var(--easeOutCubic) 1.5s;
  transition-delay: 1s;
  opacity: 1;
}
.l-footer:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
  transition: var(--easeOutCubic) 1s;
  transition-delay: 0.2s;
  opacity: 0.1;
}

.l-footer__copyright {
  font-size: clamp(12px, 0.8vw, 14px);
  font-family: var(--font-family-eng-sub);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.048rem;
  color: #fff;
  text-align: center;
}

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

Object

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

Component

--------------------------------------------------------- */
.c-background {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.is-page-loaded .c-modal__body {
  transition: var(--easeOutCubic) 3.5s;
  -webkit-mask-size: 350% auto;
  mask-size: 350% auto;
}

.c-background__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  mix-blend-mode: lighten;
}
.is-gnav-open .c-background__img {
  opacity: 0.5 !important;
  pointer-events: none;
}

.c-button {
  display: table;
  margin: 0 auto;
  width: 434px;
  position: relative;
}
@media (max-width: 767px) {
  .c-button {
    width: 100%;
  }
}
.c-button.is-onscreen:after {
  width: 100%;
}
.c-button.is-onscreen:before {
  height: 100%;
}
.c-button.is-onscreen a:after {
  width: 100%;
}
.c-button.is-onscreen a:before {
  height: 100%;
}
.c-button:hover:after {
  width: 0%;
}
.c-button:hover:before {
  height: 0%;
}
.c-button:hover a:after {
  width: 0%;
}
.c-button:hover a:before {
  height: 0%;
}
.c-button:hover .c-button-en:after {
  animation: shake-x-right 0.18s linear infinite;
  mix-blend-mode: multiply;
}
.c-button:hover .c-button-en:before {
  animation: shake-x-left 0.18s linear infinite;
  mix-blend-mode: multiply;
}
.c-button:hover .c-button-jp:after {
  animation: shake-x-right 0.18s linear infinite;
  mix-blend-mode: multiply;
}
.c-button:hover .c-button-jp:before {
  animation: shake-x-left 0.18s linear infinite;
  mix-blend-mode: multiply;
}
.c-button:after {
  position: absolute;
  width: 0%;
  height: 1px;
  top: 0;
  left: 0;
  background: #fff;
  content: "";
  transition: var(--easeOutCubic) 0.5s;
  opacity: 0.2;
}
.c-button:before {
  position: absolute;
  width: 1px;
  height: 0%;
  bottom: 0;
  left: 0;
  background: #fff;
  content: "";
  transition: var(--easeOutCubic) 0.5s;
  transition-delay: 0.2s;
  opacity: 0.2;
}
.c-button a {
  display: block;
  text-align: center;
  position: relative;
  transition: var(--easeOutCubic) 0.5s;
}
.c-button a:hover {
  color: var(--color-black);
}
.c-button a:hover svg {
  transform: translate(1rem, -50%);
}
.c-button a:hover svg path {
  fill: var(--color-black);
}
.c-button a:hover .c-button__inner:after {
  width: 100%;
}
.c-button a:after {
  width: 100%;
}
.c-button a:before {
  height: 100%;
}
.c-button a:after {
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: 0;
  right: 0;
  background: #fff;
  content: "";
  transition: var(--easeOutCubic) 0.5s;
  transition-delay: 0.15s;
  opacity: 0.2;
}
.c-button a:before {
  position: absolute;
  width: 1px;
  height: 0%;
  top: 0;
  right: 0;
  background: #fff;
  content: "";
  transition: var(--easeOutCubic) 0.5s;
  transition-delay: 0.1s;
  opacity: 0.2;
}
.c-button a svg {
  transition: var(--easeOutCubic) 0.5s;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  z-index: 111;
}
@media (max-width: 767px) {
  .c-button a svg {
    right: 2rem;
  }
}
.c-button span {
  display: block;
}

.c-button__inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 34px 0;
}
@media (max-width: 767px) {
  .c-button__inner {
    padding: 24px 0;
  }
}
.c-button__inner:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  content: "";
  transition: var(--easeOutCubic) 0.5s;
}

.c-button-en {
  font-size: clamp(18px, 1.2vw, 18px);
  font-family: var(--font-family-eng-sub);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.02em;
  margin-bottom: 0.8rem;
  position: relative;
  z-index: 2;
}
.c-button-en:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-text);
  font-size: clamp(18px, 1.2vw, 18px);
  color: #00ffff;
  mix-blend-mode: lighten;
}
.c-button-en:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-text);
  font-size: clamp(18px, 1.2vw, 18px);
  color: #ff00ff;
  mix-blend-mode: lighten;
}
@media (max-width: 767px) {
  .c-button-en:after {
    content: none;
  }
  .c-button-en:before {
    content: none;
  }
}

.c-button-jp {
  font-size: clamp(12px, 0.8vw, 12px);
  font-family: var(--font-family-sans);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.02em;
  position: relative;
  z-index: 2;
}
.c-button-jp:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-text);
  font-size: clamp(12px, 0.8vw, 12px);
  color: #00ffff;
  mix-blend-mode: lighten;
}
.c-button-jp:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-text);
  font-size: clamp(12px, 0.8vw, 12px);
  color: #ff00ff;
  mix-blend-mode: lighten;
}
@media (max-width: 767px) {
  .c-button-jp:after {
    content: none;
  }
  .c-button-jp:before {
    content: none;
  }
}

.c-button-circle {
  position: relative;
  width: 9.19312169vw;
  height: 9.19312169vw;
  transition: var(--easeOutCubic) 1s;
}
@media (max-width: 767px) {
  .c-button-circle {
    width: 23.07692308vw;
    height: 23.07692308vw;
    transition: none;
  }
}

.c-button-circle__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-button-circle__inner a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transition: var(--easeOutCubic) 1s;
}
.c-button-circle__inner a:hover {
  opacity: 0.5;
  transform: scale(0.9);
}

.c-button-circle__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%);
}
@media (max-width: 767px) {
  .c-button-circle__icon {
    width: 5.66666667vw;
  }
}

.c-button-circle__item {
  position: absolute;
  top: 0;
  left: 0;
  animation: loader-spin 20s linear infinite;
}
.c-button-circle__item img {
  width: 9.19312169vw;
  height: 9.19312169vw;
}
@media (max-width: 767px) {
  .c-button-circle__item img {
    width: 23.07692308vw;
    height: 23.07692308vw;
  }
}

.c-button-ticket {
  margin-left: auto;
}
.c-button-ticket span {
  z-index: 111;
  position: relative;
  font-size: clamp(18px, 1.2vw, 18px);
  font-family: var(--font-family-eng-sub);
  font-weight: var(--font-weight-medium);
  display: table;
}
.c-button-ticket span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-text);
  font-size: clamp(18px, 1.2vw, 18px);
  color: #00ffff;
  mix-blend-mode: lighten;
}
.c-button-ticket span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-text);
  font-size: clamp(18px, 1.2vw, 18px);
  color: #ff00ff;
  mix-blend-mode: lighten;
}
@media (max-width: 767px) {
  .c-button-ticket span:after {
    content: none;
  }
  .c-button-ticket span:before {
    content: none;
  }
}
.c-button-ticket a {
  display: table;
  background: #b8423c;
  position: relative;
  padding: 1.3rem 1.4rem;
  width: 156px;
  letter-spacing: 0.015em;
}
.c-button-ticket a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--color-white);
  content: "";
  transition: var(--easeOutCubic) 0.5s;
}
.c-button-ticket a:hover {
  color: var(--color-black);
}
.c-button-ticket a:hover:after {
  width: 100%;
}
.c-button-ticket a:hover svg {
  transform: translate(0.5rem, -50%);
}
.c-button-ticket a:hover svg path {
  fill: var(--color-black);
}
.c-button-ticket a:hover span:after {
  animation: shake-x-right 0.18s linear infinite;
  mix-blend-mode: multiply;
}
.c-button-ticket a:hover span:before {
  animation: shake-x-left 0.18s linear infinite;
  mix-blend-mode: multiply;
}
.c-button-ticket svg {
  transition: var(--easeOutCubic) 0.5s;
  position: absolute;
  top: 50%;
  right: 1.4rem;
  transform: translateY(-50%);
  z-index: 111;
}

.c-sns {
  position: fixed;
  top: 50%;
  right: 2.6vw;
  transform: translateY(-50%);
  z-index: 111;
  opacity: 0;
}
@media (max-width: 767px) {
  .c-sns {
    top: 4.35897436vh;
    transform: translateY(0%);
    right: 5.12820513vw;
  }
}
.is-page-loaded .c-sns {
  transition: var(--easeOutCubic) 1.5s;
  transition-delay: 1s;
  opacity: 1;
}

.c-sns-menu__list {
  display: table;
}
@media (max-width: 767px) {
  .c-sns-menu__list {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}

.c-sns-menu__item {
  display: table;
  margin: 2.2rem auto;
}
@media (max-width: 767px) {
  .c-sns-menu__item {
    margin: 0;
  }
}
.c-sns-menu__item a {
  transition: var(--easeOutCubic) 1s;
}
.c-sns-menu__item a:hover {
  opacity: 0.5;
}

.c-elm {
  position: fixed;
  top: 50%;
  left: 2.6vw;
  transform: translateY(-50%);
  z-index: 111;
  opacity: 0;
}
.is-page-loaded .c-elm {
  transition: var(--easeOutCubic) 1.5s;
  transition-delay: 1s;
  opacity: 1;
}

.c-marquee {
  position: fixed;
  overflow: hidden;
  white-space: nowrap;
  bottom: 1.1vh;
  left: 0;
  z-index: 1111;
  mix-blend-mode: plus-lighter;
  opacity: 0;
}
@media (max-width: 767px) {
  .c-marquee {
    bottom: 0.8974359vh;
  }
}
.is-page-loaded .c-marquee {
  transition: var(--easeOutCubic) 1.5s;
  transition-delay: 1s;
  opacity: 1;
}

.c-marquee__inner {
  animation: marquee 20s linear infinite;
  display: inline-block;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .c-marquee__inner {
    animation: marquee 30s linear infinite;
  }
}

.c-marquee__list {
  display: flex;
  gap: 20px;
}
.c-marquee__list img {
  width: 11.0449735vw;
}
@media (max-width: 767px) {
  .c-marquee__list img {
    width: 42.82051282vw;
  }
}

/* 横に流れるアニメーション */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.c-scroll {
  position: fixed;
  left: 50%;
  bottom: 8.4vh;
  transform: translateX(-50%);
  z-index: 1112;
  opacity: 0;
}
@media (max-width: 767px) {
  .c-scroll {
    bottom: 5.76923077vh;
  }
}
.is-page-loaded .c-scroll {
  transition: var(--easeOutCubic) 1.5s;
  transition-delay: 1s;
  opacity: 1;
}
.is-normal .c-scroll {
  position: relative;
  left: inherit;
  bottom: inherit;
  transform: translateX(0);
  display: table;
  margin: 0 auto 3rem;
}
@media (max-width: 767px) {
  .is-normal .c-scroll {
    margin: 0 auto 2rem;
  }
}

.c-scroll__item {
  margin-bottom: 0.7rem;
  opacity: 0;
  animation: scroll-fade 1.8s ease-in-out infinite;
}

/* 上から順にディレイ */
.c-scroll__item:nth-child(1) {
  animation-delay: 0s;
}

.c-scroll__item:nth-child(2) {
  animation-delay: 0.3s;
}

.c-scroll__item:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes scroll-fade {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.js-split {
  overflow: hidden;
  display: block;
  display: flex;
}

.c-split-inner {
  overflow: hidden;
  display: inline-block;
}

.c-split-inner:nth-child(1) .c-split-move {
  transition-delay: 0.1s;
}

.c-split-inner:nth-child(2) .c-split-move {
  transition-delay: 0.12s;
}

.c-split-inner:nth-child(3) .c-split-move {
  transition-delay: 0.14s;
}

.c-split-inner:nth-child(4) .c-split-move {
  transition-delay: 0.16s;
}

.c-split-inner:nth-child(5) .c-split-move {
  transition-delay: 0.18s;
}

.c-split-inner:nth-child(6) .c-split-move {
  transition-delay: 0.2s;
}

.c-split-inner:nth-child(7) .c-split-move {
  transition-delay: 0.22s;
}

.c-split-inner:nth-child(8) .c-split-move {
  transition-delay: 0.24s;
}

.c-split-inner:nth-child(9) .c-split-move {
  transition-delay: 0.26s;
}

.c-split-inner:nth-child(10) .c-split-move {
  transition-delay: 0.28s;
}

.c-split-inner:nth-child(11) .c-split-move {
  transition-delay: 0.3s;
}

.c-split-inner:nth-child(12) .c-split-move {
  transition-delay: 0.32s;
}

.c-split-inner:nth-child(13) .c-split-move {
  transition-delay: 0.34s;
}

.c-split-inner:nth-child(14) .c-split-move {
  transition-delay: 0.36s;
}

.c-split-inner:nth-child(15) .c-split-move {
  transition-delay: 0.38s;
}

.c-split-inner:nth-child(16) .c-split-move {
  transition-delay: 0.4s;
}

.c-split-inner:nth-child(17) .c-split-move {
  transition-delay: 0.42s;
}

.c-pagetop {
  position: fixed;
  right: 2.6vw;
  z-index: 11;
  bottom: 15.4vh;
  opacity: 0;
}
.c-pagetop .c-scroll__list {
  transform: rotate(180deg);
  opacity: 0;
}
.is-page-loaded .c-pagetop .c-scroll__list {
  transition: var(--easeOutCubic) 1.5s;
  transition-delay: 1s;
  opacity: 1;
}
@media (max-width: 767px) {
  .c-pagetop {
    right: 5.12820513vw;
  }
}

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

Project

--------------------------------------------------------- */
/* 初期：スクロールを止めたい場合 */
html:not(.is-page-loaded) {
  overflow: hidden;
}

/* Loader overlay */
.p-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  transition: var(--easeOutCubic) 0.5s;
}
.is-page-loaded .p-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.is-normal .p-loader {
  opacity: 1;
  visibility: visible;
}
.is-normal .p-loader .p-loader__logo {
  transform: translateY(-2rem);
}
.is-gnav-open .is-normal .p-loader {
  opacity: 0 !important;
}
@media (max-width: 767px) {
  .p-loader {
    width: 49.74358974vw;
    margin: 0 auto;
  }
}

@keyframes loader-spin {
  to {
    transform: rotate(360deg);
  }
}
/* FV video */
.p-fv {
  position: relative;
  height: 100svh;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-fv .c-button-ticket a {
    margin: 0 auto;
  }
}
.is-normal .p-fv .p-fv-new {
  display: none;
}
.is-normal .p-fv .c-scroll {
  display: none;
}

.notice {
  margin-top: 2rem;
}
.notice span {
  font-size: clamp(12px, 0.8vw, 12px);
  line-height: 1.6;
  font-weight: 700;
  color: #131313;
  background: #fff;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (max-width: 767px) {
  .notice {
    text-align: center;
    margin: 1rem auto 0;
  }
}

.p-fv__video {
  position: fixed;
  inset: 0;
  top: 0;
  left: 0;
  -webkit-mask-image: url(../img/blur.webp);
          mask-image: url(../img/blur.webp);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 0 auto;
  mask-size: 0 auto;
  pointer-events: none;
}
@media (max-width: 767px) {
  .p-fv__video {
    -webkit-mask-image: url(../img/blur_sp.webp);
            mask-image: url(../img/blur_sp.webp);
  }
}
.p-fv__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.is-gnav-open .p-fv__video video {
  visibility: hidden;
  pointer-events: none;
}
.is-page-loaded .p-fv__video {
  -webkit-mask-size: 300% auto;
          mask-size: 300% auto;
  transition: 3s ease 0s;
}
@media (max-width: 767px) {
  .is-page-loaded .p-fv__video {
    -webkit-mask-size: 500% auto;
            mask-size: 500% auto;
    transition: 4s ease 0s;
  }
}

.p-fv__copy {
  position: fixed;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .p-fv__copy {
    left: inherit;
    right: 0;
  }
}
.p-fv__copy svg {
  width: 100vw;
  height: 15.3439153vw;
  opacity: 0;
}
@media (max-width: 767px) {
  .p-fv__copy svg {
    height: 71.15384615vh;
    width: 21.79487179vw;
  }
}
.is-page-loaded .p-fv__copy svg {
  transition: var(--easeOutCubic) 1.5s;
  transition-delay: 1s;
  opacity: 1;
}

.p-fv__copy .trace {
  fill: rgba(255, 255, 255, 0.15);
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 0.35;
  stroke-linecap: round;
  stroke-dasharray: 60 var(--len, 1000);
  /* 120pxの線＋残り空白 */
  stroke-dashoffset: var(--len, 1000);
  animation: scan 4s linear infinite;
}
@media (max-width: 767px) {
  .p-fv__copy .trace {
    fill: rgba(255, 255, 255, 0.18);
    stroke: rgba(255, 255, 255, 0.3);
    stroke-width: 0.35;
  }
}

@keyframes scan {
  to {
    stroke-dashoffset: 0;
  }
}
.p-fv__elm-1 {
  position: fixed;
  width: 2.97619048vw;
  top: 17.05170517vh;
  left: 18.78306878vw;
}
@media (max-width: 767px) {
  .p-fv__elm-1 {
    width: 9.23076923vw;
    top: 19.1025641vh;
    left: 17.17948718vw;
  }
}
.p-fv__elm-1 img {
  opacity: 0;
}
.is-page-loaded .p-fv__elm-1 img {
  transition: var(--easeOutCubic) 1.5s;
  transition-delay: 1s;
  opacity: 1;
}

.p-fv__elm-2 {
  position: fixed;
  width: 9.45767196vw;
  top: 63.36633663vh;
  right: 16.2037037vw;
}
@media (max-width: 767px) {
  .p-fv__elm-2 {
    right: 6.41025641vw;
    width: 30.51282051vw;
    top: inherit;
    bottom: 11.92307692vh;
  }
}
.p-fv__elm-2 img {
  opacity: 0;
}
.is-page-loaded .p-fv__elm-2 img {
  transition: var(--easeOutCubic) 1.5s;
  transition-delay: 1s;
  opacity: 1;
}

.p-fv-new {
  position: absolute;
  z-index: 1111;
  width: 66.66666667vw;
  max-width: 1008px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  opacity: 0;
}
.is-page-loaded .p-fv-new {
  transition: var(--easeOutCubic) 1.5s;
  transition-delay: 1s;
  opacity: 1;
  transform: translate(-50%, -50%);
}
.is-normal .p-fv-new {
  position: relative;
  width: 33.333333vw;
  transform: translate(0%, 0%);
  top: 0;
  left: 0;
  display: table;
  margin: 0 auto;
}
.is-normal .p-fv-new .c-button-circle {
  position: absolute;
  right: 0;
  top: 1rem;
}
@media (max-width: 767px) {
  .is-normal .p-fv-new {
    width: 100%;
  }
}
.is-normal .p-fv-new .c-button-circle {
  right: 0;
  top: -1.5rem;
}
@media (max-width: 767px) {
  .is-normal .p-fv-new .c-button-circle {
    right: 10.25641026vw;
  }
}
@media (max-width: 767px) {
  .p-fv-new {
    width: 100%;
  }
  .p-fv-new .c-button-circle {
    position: absolute;
    right: 0;
    top: 1rem;
  }
  .is-guest .p-fv-new {
    transform: translate(-50%, -45%);
  }
}
@media (max-width: 375px) {
  .p-fv-new {
    width: 100%;
  }
  .p-fv-new .c-button-circle {
    right: -3rem;
    top: -1.5rem;
  }
}

.p-fv-new__inner {
  display: flex;
  align-items: center;
}
.is-normal .p-fv-new__inner {
  display: block;
}
@media (max-width: 767px) {
  .p-fv-new__inner {
    display: block;
  }
}

.p-fv-new__img {
  width: 33.333333vw;
}
.is-normal .p-fv-new__img {
  display: table;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-fv-new__img {
    width: 39.74358974vh;
    height: 39.74358974vh;
    margin: 0 auto;
    max-width: 310px;
  }
  .is-guest .p-fv-new__img {
    max-width: 300px;
  }
  .is-normal .p-fv-new__img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding: 0 10.25641026vw;
  }
}

.p-fv-new__textarea {
  padding-left: 5.42328042vw;
}
@media (max-width: 767px) {
  .p-fv-new__textarea {
    width: 39.74358974vh;
    padding: 0 0 0;
    position: relative;
    margin: 0 auto;
  }
}
.is-normal .p-fv-new__textarea {
  padding-left: 0;
  margin-top: 5rem;
  position: relative;
}
@media (max-width: 767px) {
  .is-normal .p-fv-new__textarea {
    width: 100%;
    margin-top: 4rem;
    padding: 0 10.25641026vw;
  }
}

.p-fv-new__heading {
  font-size: clamp(30px, 2vw, 36px);
  font-family: var(--font-family-eng);
  font-weight: var(--font-weight-medium);
  line-height: normal;
  margin-bottom: 1.5rem;
  letter-spacing: 0.03em;
}
.is-normal .p-fv-new__heading {
  display: block;
  font-size: clamp(36px, 2.666667vw, 40px);
  text-align: center;
  line-height: 1;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .p-fv-new__heading {
    font-size: 9vw;
    text-align: center;
  }
}
@media (max-width: 375px) {
  .p-fv-new__heading {
    font-size: 8vw;
  }
}

.p-fv-new__ttl {
  font-size: clamp(30px, 2.66667vw, 40px);
  font-family: var(--font-family-eng-sub);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .p-fv-new__ttl {
    font-size: 7.5vw;
    margin: 1.5rem 0 2rem;
  }
}
@media (max-width: 375px) {
  .p-fv-new__ttl {
    font-size: 6vw;
  }
}

.p-fv-new__date {
  font-size: clamp(12px, 0.8vw, 12px);
  font-family: var(--font-family-eng-sub);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.05em;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .p-fv-new__date {
    font-size: 3vw;
    margin-bottom: 2.5rem;
  }
}

.p-fv-new__tracklist {
  font-size: clamp(12px, 0.8vw, 12px);
  font-family: var(--font-family-eng-sub);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.05em;
  line-height: 2;
  opacity: 0.8;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .p-fv-new__tracklist {
    font-size: 3vw;
    display: none;
    margin-bottom: 0;
  }
}
.is-normal .p-fv-new__tracklist {
  display: block;
}

.p-new {
  padding-bottom: 180px;
  margin-top: -20rem;
  position: relative;
  z-index: 10000;
  display: none;
}
.is-normal .p-new {
  display: block;
}
@media (max-width: 767px) {
  .p-new {
    padding-bottom: 120px;
    padding-top: 120px;
    margin-top: -32rem;
  }
}

.p-tour__heading {
  font-size: clamp(38px, 4vw, 60px);
  font-family: var(--font-family-eng-sub);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.05em;
  line-height: normal;
  margin-bottom: 12rem;
}
@media (max-width: 767px) {
  .p-tour__heading {
    font-size: 9.5vw;
    margin-bottom: 6rem;
  }
}
.p-tour__heading .c-split-move {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
  transition: var(--easeOutCubic) 1.5s;
}
.p-tour__heading.is-onscreen .c-split-move {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 150%, 0% 150%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 150%, 0% 150%);
}

.p-tour {
  padding: 180px var(--site-padding);
}
@media (max-width: 767px) {
  .p-tour {
    padding: 120px var(--site-padding-md) 0;
  }
}

.p-tour__inner {
  max-width: 1152px;
  margin: 0 auto;
}

.p-tour__item {
  opacity: 0;
  transform: translateY(100px);
  transition: var(--easeOutCubic) 1.2s;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .p-tour__item {
    margin-bottom: 6rem;
  }
}
.p-tour__item.is-onscreen {
  opacity: 1;
  transform: translateY(0);
}
.p-tour__top {
  display: flex;
  position: relative;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .p-tour__top {
    display: block;
    padding-bottom: 2rem;
  }
}
.p-tour__top:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  content: "";
  transition: var(--easeOutCubic) 1s;
  transition-delay: 0.2s;
  opacity: 0.1;
}
.is-onscreen .p-tour__top:after {
  width: 100%;
}

.p-tour__date {
  font-size: clamp(23px, 2.66667vw, 40px);
  font-family: var(--font-family-eng-sub);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.05em;
  padding-right: 4rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-tour__date {
    padding-right: 0;
    font-size: 5.75vw;
    margin-bottom: 2rem;
  }
}
.p-tour__date:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
  background: #fff;
  content: "";
  transition: var(--easeOutCubic) 1s;
  transition-delay: 0.2s;
  opacity: 0.1;
}
@media (max-width: 767px) {
  .p-tour__date:after {
    content: none;
  }
}
.is-onscreen .p-tour__date:after {
  height: 100%;
}
.p-tour__date span {
  font-size: clamp(12px, 1vw, 15px);
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .p-tour__date span {
    font-size: 3vw;
  }
}

.p-tour__place {
  padding-left: 4.5rem;
}
@media (max-width: 767px) {
  .p-tour__place {
    padding-left: 0;
  }
}
.p-tour__place span {
  display: table;
}

.p-tour__place-name {
  font-size: clamp(16px, 1.33333vw, 20px);
  font-family: var(--font-family-eng-sub);
  font-weight: var(--font-weight-medium);
  margin-bottom: 0.7rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-tour__place-name {
    font-size: 4vw;
  }
}

.p-tour__place-pre {
  font-size: clamp(12px, 0.933333vw, 14px);
  font-family: var(--font-family-eng-sub);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-tour__place-pre {
    font-size: 3vw;
  }
}

.p-tour__bottom {
  display: flex;
  align-items: baseline;
  position: relative;
  padding: 2.5rem 0;
  gap: 40px;
  font-family: var(--font-family-eng-sub);
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.05em;
}
.p-tour__bottom span {
  font-weight: var(--font-weight-bold);
}
@media (max-width: 767px) {
  .p-tour__bottom {
    padding: 1.5rem 0;
    display: block;
    margin-bottom: 1rem;
  }
}
.p-tour__bottom:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  content: "";
  transition: var(--easeOutCubic) 1s;
  transition-delay: 0.2s;
  opacity: 0.1;
}
@media (max-width: 767px) {
  .p-tour__bottom:after {
    content: none;
  }
}
.is-onscreen .p-tour__bottom:after {
  width: 100%;
}

.p-tour__time {
  font-size: clamp(12px, 0.8vw, 12px);
  opacity: 0.5;
}
@media (max-width: 767px) {
  .p-tour__time {
    font-size: 3vw;
  }
}

.p-tour__guest {
  font-size: clamp(12px, 0.8vw, 12px);
  opacity: 0.5;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-tour__guest {
    font-size: 3vw;
    margin-top: 1rem;
  }
}

.p-video {
  padding: 0 0 180px;
}
@media (max-width: 767px) {
  .p-video {
    padding: 0;
    margin-top: -8rem;
  }
}

.p-video__frame {
  width: 100%;
  height: 100lvh;
  position: sticky;
  top: 0;
  z-index: 1111;
  pointer-events: none;
}

.p-video__frame-list {
  width: 76.1904762vw;
  max-width: 1152px;
  height: 42.8571429vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .p-video__frame-list {
    width: 87.17948718vw;
    height: 57.43589744vw;
  }
}

.p-video__frame-item {
  position: absolute;
  width: 1.98412698vw;
  height: 1.98412698vw;
  max-width: 30px;
}
@media (max-width: 767px) {
  .p-video__frame-item {
    width: 3.84615385vw;
    height: 3.84615385vw;
  }
}
.p-video__frame-item--1 {
  top: 0;
  left: 0;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}
.p-video__frame-item--2 {
  top: 0;
  right: 0;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
.p-video__frame-item--3 {
  bottom: 0;
  left: 0;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.p-video__frame-item--4 {
  bottom: 0;
  right: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.p-video__splide {
  margin-top: -100lvh !important;
}

.p-video__splide-btn-list {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 13.35978836vw * 2);
  left: 50%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .p-video__splide-btn-list {
    display: none;
  }
}

.p-video__splide-btn--prev .p-video__splide-btn-text {
  writing-mode: vertical-rl;
}
.p-video__splide-btn--next {
  margin-left: auto;
}

button {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

.p-video__list {
  width: 58.994709vw;
  margin: 0 auto;
  margin-top: -100lvh !important;
}
.p-video__splide .p-video__list {
  width: 100%;
}
@media (max-width: 767px) {
  .p-video__list {
    width: 79.48717949vw;
  }
}

.p-video__item {
  height: 100lvh;
}
.p-video__splide .p-video__item {
  width: 58.994709vw !important;
}
@media (max-width: 767px) {
  .p-video__splide .p-video__item {
    width: 79.48717949vw !important;
  }
}

.p-video-yt {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-video-yt {
    overflow: visible;
  }
}

.p-video__item-inner {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-video-yt__btn {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.p-video-yt__btn:hover .p-video-yt__play {
  opacity: 0.5;
  transform: scale(0.9);
}
.p-video-yt__btn:hover .p-video-yt__thumb-wrap:after {
  opacity: 0;
}
.p-video-yt__btn:hover .p-video-yt__thumb {
  transform: scale(1.05);
}

.p-video-yt__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  transition: var(--easeOutCubic) 1s;
}

.p-video-yt__thumb-wrap {
  position: relative;
  overflow: hidden;
}
.p-video-yt__thumb-wrap:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  top: 0;
  left: 0;
  mix-blend-mode: saturation;
  opacity: 0.6;
  transition: var(--easeOutCubic) 1s;
}
@media (max-width: 767px) {
  .p-video-yt__thumb-wrap:after {
    transition: none;
  }
}

.p-video-yt__play {
  position: absolute;
  left: 1.98vw;
  bottom: 1.98vw;
}
@media (max-width: 767px) {
  .p-video-yt__play {
    left: 4.1025641vw;
    bottom: -3.20512821vh;
  }
}

.p-video-yt__ttl {
  font-size: clamp(14px, 1.0667vw, 16px);
  font-family: var(--font-family-eng-sub);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.03em;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7vh;
  line-height: 1.4;
  width: 100%;
}
@media (max-width: 767px) {
  .p-video-yt__ttl {
    font-size: 3.5vw;
    bottom: -10vh;
  }
}

.p-video-yt__time {
  font-size: clamp(10px, 1.0667vw, 14px);
  font-family: var(--font-family-eng-sub);
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.03em;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: -24px;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .p-video-yt__time {
    bottom: -18px;
    font-size: 2.5vw;
  }
}

.p-heading {
  font-size: clamp(38px, 4vw, 60px);
  font-family: var(--font-family-eng);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.03em;
  margin-bottom: 7.5rem;
  position: relative;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-heading {
    font-size: 9.5vw;
    margin-bottom: 5.5rem;
  }
}
.p-heading .c-split-move {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
  transition: var(--easeOutCubic) 1.5s;
}
.p-heading.is-onscreen .c-split-move {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 150%, 0% 150%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 150%, 0% 150%);
}
.p-heading p {
  position: relative;
}
.p-video .p-heading {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 36px;
}
@media (max-width: 767px) {
  .p-video .p-heading {
    top: -6rem;
  }
}
.p-contact .p-heading {
  display: table;
  margin: 0 auto 7.5rem;
}
@media (max-width: 767px) {
  .p-contact .p-heading {
    margin: 0 auto 5.5rem;
  }
}

.p-live {
  padding: 180px var(--site-padding) 0;
  margin-top: -180px;
}
@media (max-width: 767px) {
  .p-live {
    padding: 120px var(--site-padding-md) 0;
    margin-top: -120px;
  }
}

.p-live__inner {
  max-width: 1152px;
  margin: 0 auto;
}

.p-live__item {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 40px;
  padding: 0 0 4.5rem;
  opacity: 0;
  transform: translateY(100px);
  transition: var(--easeOutCubic) 1.2s;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .p-live__item {
    display: block;
    padding: 0 0 3rem;
    margin-bottom: 4rem;
  }
}
.p-live__item.is-onscreen {
  opacity: 1;
  transform: translateY(0);
}
.p-live__item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  content: "";
  transition: var(--easeOutCubic) 1s;
  transition-delay: 0.2s;
  opacity: 0.1;
}
.p-live__item.is-onscreen:after {
  width: 100%;
}

.p-live__date {
  font-size: clamp(12px, 1.0667vw, 16px);
  font-family: var(--font-family-eng-sub);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.03em;
  width: 9.92063492;
  min-width: 150px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-live__date {
    font-size: 3vw;
    margin-bottom: 1.5rem;
    padding-right: 10rem;
  }
}

.p-live__ttl {
  font-size: clamp(14px, 1.0667vw, 16px);
  font-family: var(--font-family-sans);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.03em;
  position: relative;
  line-height: 1.5;
}
.p-live__ttl span {
  display: table;
  font-size: clamp(12px, 0.8vw, 12px);
  opacity: 0.5;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-live__ttl span {
    font-size: 2.5vw;
    margin-top: 0.5rem;
  }
}
.p-live__ttl a {
  text-decoration: underline;
  font-size: clamp(12px, 0.8vw, 12px);
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-live__ttl {
    font-size: 3.5vw;
    margin-bottom: 1.5rem;
    padding-right: 12rem;
  }
}

@media (max-width: 767px) {
  .p-live__link {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-live__link.c-button-ticket {
  margin-left: 0;
}
.p-live__link.c-button-ticket span {
  font-size: clamp(14px, 0.933333vw, 14px);
}
.p-live__link.c-button-ticket span:after {
  font-size: clamp(14px, 0.933333vw, 14px);
}
.p-live__link.c-button-ticket span:before {
  font-size: clamp(14px, 0.933333vw, 14px);
}
@media (max-width: 767px) {
  .p-live__link.c-button-ticket span:after {
    content: none;
  }
  .p-live__link.c-button-ticket span:before {
    content: none;
  }
}
.p-live__link.c-button-ticket a {
  padding: 0.8rem 1rem;
  width: 100px;
}

.p-live__place {
  font-size: clamp(11px, 0.8vw, 12px);
  font-family: var(--font-family-eng-sub);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.03em;
  margin-left: auto;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-live__place {
    font-size: 2.75vw;
    padding-right: 10rem;
  }
}

.p-live__ticket-ttl {
  font-size: clamp(11px, 0.8vw, 12px);
  font-family: var(--font-family-eng-sub);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .p-live__ticket-ttl {
    font-size: 3.5vw;
    margin-bottom: 2.5rem;
  }
}

.p-about {
  padding: 180px var(--site-padding);
}
@media (max-width: 767px) {
  .p-about {
    padding: 120px 0 100px;
    margin-top: -20px;
  }
  .p-about .p-heading {
    padding: 0 var(--site-padding-md);
  }
}

.p-about__inner {
  max-width: 1152px;
  margin: 0 auto;
}

.p-about__img {
  overflow: hidden;
}
.p-about__img img {
  transform: scaleX(100);
  transition: var(--easeOutCubic) 1s;
  transition-delay: 0.2s;
}
.p-about__img.is-onscreen img {
  transform: scaleX(1);
}

.p-about__textarea {
  display: flex;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .p-about__textarea {
    margin-top: 4rem;
    padding: 0 var(--site-padding-md);
    display: block;
  }
}

.p-about__info {
  width: 217px;
}
@media (max-width: 767px) {
  .p-about__info {
    width: 100%;
  }
}

.p-about__ttl {
  font-size: clamp(16px, 1.3333vw, 20px);
  font-family: var(--font-family-eng-sub);
  font-weight: var(--font-weight-medium);
  margin-bottom: 14rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .p-about__ttl {
    font-size: 4vw;
    margin-bottom: 4rem;
  }
}
.p-about__ttl span {
  font-family: var(--font-family-sans);
}

.p-about__member-label {
  font-size: clamp(11px, 0.8vw, 12px);
  font-family: var(--font-family-eng-sub);
  font-weight: var(--font-weight-medium);
  opacity: 0.2;
  letter-spacing: 0.05em;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .p-about__member-label {
    font-size: 2.75vw;
    margin-bottom: 2.5rem;
  }
}

.p-about__member-item {
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
.p-about__member-item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
  transition: var(--easeOutCubic) 1s;
  transition-delay: 0.2s;
  opacity: 0.1;
}

.p-about__member-name {
  font-size: clamp(12px, 0.93333vw, 14px);
  font-family: var(--font-family-eng-sub);
  font-weight: var(--font-weight-medium);
}
@media (max-width: 767px) {
  .p-about__member-name {
    font-size: 3vw;
  }
}

.p-about__member-sns {
  margin-left: auto;
}
.p-about__member-sns a {
  transition: var(--easeOutCubic) 1s;
}
.p-about__member-sns a:hover {
  opacity: 0.5;
}

.p-about__member-sns-list {
  display: flex;
  align-items: center;
  gap: 18px;
}

.p-about__description {
  margin-left: auto;
  width: 50vw;
}
@media (max-width: 767px) {
  .p-about__description {
    width: 100%;
    margin-top: 4rem;
  }
}
.p-about__description p {
  font-size: clamp(13px, 0.93333vw, 14px);
  font-family: var(--font-family-sans);
  font-weight: var(--font-weight-regular);
  line-height: 2;
  opacity: 0;
  letter-spacing: 0.05em;
  filter: blur(4px);
  transform: translateY(100px);
  transition: var(--easeOutCubic) 1.5s;
}
@media (max-width: 767px) {
  .p-about__description p {
    font-size: 3.25vw;
  }
}
.p-about__description p.is-onscreen {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.p-about__description p.is-onscreen.is-en {
  opacity: 0.5;
}
.p-about__description p.is-en {
  font-size: clamp(10px, 0.8vw, 12px);
  font-family: var(--font-family-eng-sub);
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .p-about__description p.is-en {
    font-size: 2.5vw;
  }
}

.p-contact {
  padding: 180px var(--site-padding);
  position: relative;
}
@media (max-width: 767px) {
  .p-contact {
    padding: 100px var(--site-padding);
  }
}
.p-contact:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  content: "";
  transition: var(--easeOutCubic) 1s;
  transition-delay: 0.2s;
  opacity: 0.1;
}
.p-contact.is-onscreen:after {
  width: 100%;
}

.p-contact__inner {
  max-width: 1152px;
  margin: 0 auto;
}

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


Utility

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

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

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

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

/* =========================================================
ANIMATION
========================================================= */
@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}