@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

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

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

html {
  scroll-behavior: smooth;
  /****** アンカーリンク用高さ調整 start  ******/
  scroll-padding-top: 180px;
  /******* アンカーリンク用高さ調整 end  *******/
}
html body {
  width: 100%;
  font-weight: 500;
  font-family: "Sawarabi Gothic", sans-serif;
  background-color: #0e0e0e;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pkna" 1;
  line-height: 1.8;
  letter-spacing: 0.08rem;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html .animate__fadeIn {
  transform: none !important;
}
html p {
  transform: rotate(0.05deg);
  transform: skewX(0.03deg);
}
html a {
  text-decoration: none;
  transform: rotate(0.05deg);
  transform: skewX(0.03deg);
}
html td {
  transform: rotate(0.05deg);
  transform: skewX(0.03deg);
}
html ul li {
  list-style: none;
}
html img {
  display: block;
}

.br {
  display: inline-block;
}

main {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}
main::before {
  position: absolute;
  background-image: url("../assets/img/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  top: 0px;
  width: 100%;
  height: 100vh;
  position: fixed;
  content: "";
  opacity: 0.1;
}

section {
  overflow: hidden;
  margin: 200px auto;
}
@media screen and (max-width: 1024px) {
  section {
    margin: 100px auto;
  }
}
@media screen and (max-width: 768px) {
  section {
    margin: 70px auto;
  }
}
@media screen and (max-width: 480px) {
  section {
    margin: 50px auto;
  }
}

.contents {
  position: relative;
  max-width: 1400px;
  width: 90%;
  margin: auto;
  z-index: 50;
}
@media screen and (max-width: 1024px) {
  .contents {
    padding: 20px 0;
  }
}

.main-ttl {
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column-reverse;
  gap: 0.3rem;
  position: relative;
  padding: 30px 0 0 80px;
}
.main-ttl span {
  display: inline-block;
}
.main-ttl::before, .main-ttl::after {
  content: "";
  position: absolute;
  opacity: 0;
}
.main-ttl::before {
  top: 1em;
  left: 0.2em;
  width: 70px;
  height: 70px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  transform: translateX(-60px) rotate(0deg);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
}
@media screen and (max-width: 768px) {
  .main-ttl::before {
    width: 50px;
    height: 50px;
  }
}
.main-ttl::after {
  top: 0.9em;
  left: 0.7em;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  transform: translateX(-80px) rotate(0deg);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0.12s, opacity 0.6s ease 0.12s;
}
@media screen and (max-width: 768px) {
  .main-ttl::after {
    width: 60px;
    height: 60px;
  }
}
.main-ttl.is-animated::before {
  transform: translateX(0) rotate(45deg);
  opacity: 1;
}
.main-ttl.is-animated::after {
  transform: translateX(0) rotate(60deg);
  opacity: 1;
}
.main-ttl.is-animated .ja {
  opacity: 0.8;
  transform: translateY(0);
}
.main-ttl .ja {
  line-height: 1.3;
  font-size: 1.2rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #878787;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.5s ease 1s, transform 0.5s ease 1s;
}
.main-ttl .ja br {
  display: none;
}
.main-ttl .en2 {
  font-size: 2.5rem;
  color: rgb(110, 109, 109);
  text-transform: uppercase;
  line-height: 1;
  font-family: "Red Rose", serif;
}
.main-ttl .en2::first-letter {
  color: #494949;
}
.main-ttl .js-cursor {
  display: inline-block;
  width: 3px;
  background: rgba(72, 72, 72, 0.6274509804);
  height: 0.85em;
  vertical-align: -0.1em;
  margin-left: 2px;
  opacity: 0;
}
.main-ttl .js-cursor.is-blink {
  animation: cursor-blink 0.8s step-end infinite;
}
@keyframes cursor-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .main-ttl .ja {
    font-size: 1.3rem;
  }
  .main-ttl .en2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 550px) {
  .main-ttl {
    margin-bottom: 2rem;
  }
  .main-ttl .ja {
    font-size: 1rem;
  }
  .main-ttl .en2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 490px) {
  .main-ttl .ja {
    font-size: 1.1rem;
  }
  .main-ttl .en2 {
    font-size: 1.5rem;
  }
}

.big {
  font-size: 24px;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

/*****************************************/
/*****  inview  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.splitText {
  overflow: hidden;
}

.js-fader-title {
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
  --ease-in-quad: cubic-bezier(0.11, 0, 0.5, 0);
  opacity: 0;
  transition: 1s all, opacity 0.5s;
  -webkit-transition: 1s all, opacity 0.5s;
}
.js-fader-title .char {
  opacity: 0;
  translate: 0 100%;
  --index: 0;
  display: inline-block;
}
.js-fader-title .char:first-child {
  text-transform: uppercase;
}
.js-fader-title.is-show {
  opacity: 1;
}
.js-fader-title.is-show .char {
  --delay: 0.2s;
  opacity: 1;
  translate: 0;
  transition: opacity 0.7s var(--ease-in-quad) calc(var(--delay) * var(--index)), translate 1.4s var(--ease-out-quart) calc(var(--delay) * var(--index));
}

.js-fader-l {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transition: 1s all;
  -webkit-transition: 1s all;
}
.js-fader-l.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.js-fader-r {
  opacity: 0;
  visibility: hidden;
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
  transition: 1s all;
  -webkit-transition: 1s all;
}
.js-fader-r.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.js-fader-t {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transition: 1s all;
  -webkit-transition: 1s all;
}
.js-fader-t.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.js-fader-d {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  transition: 1s all;
  -webkit-transition: 1s all;
}
.js-fader-d.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.js-blur {
  filter: blur(6px);
  -webkit-filter: blur(6px);
  transition: 1s all;
  -webkit-transition: 1s all;
}
.js-blur.is-show {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  filter: blur(0);
  -webkit-filter: blur(0);
}

.js-fader {
  -webkit-mask-image: linear-gradient(270deg, transparent 35%, #000 60%, #000);
  mask-image: linear-gradient(270deg, transparent 35%, #000 60%, #000);
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-size: 250% 100%;
  mask-size: 250% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  opacity: 0;
}

.js-fader.is-show {
  transition: opacity 1.8s, -webkit-mask-position 2.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1.8s, mask-position 2.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1.8s, mask-position 2.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-mask-position 2.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  opacity: 1;
}

.zoomin {
  width: 100%;
  height: 100%;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  filter: blur(10px);
  -webkit-filter: blur(10px);
  transition: transform 1.2s ease, filter 1.2s ease;
  -webkit-transition: transform 1.2s ease, filter 1.2s ease;
  object-fit: cover;
  overflow: hidden;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
}
.zoomin.is-show {
  transform: scale(1);
  -webkit-transform: scale(1);
  filter: blur(0);
  -webkit-filter: blur(0);
}

.js-anim {
  position: relative;
  display: inline-block;
  transition: all 1.5s ease;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.js-anim.is-show {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.js-bganim {
  width: fit-content;
  overflow: hidden;
  position: relative;
  display: flex;
}
.js-bganim span {
  transform: translateX(var(--x, -125%));
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.25s;
  position: relative;
  z-index: 1;
}
.js-bganim::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 150%;
  transform: translateX(var(--cover-x, 0%));
  transition: transform 1.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  background-color: rgb(48, 48, 48);
  z-index: 0;
}
.js-bganim.is-show {
  --x: 0;
  --cover-x: 101%;
}

.js-scroll-reveal {
  transform: perspective(2500px) rotateY(-100deg);
  transition-duration: 1.5s;
  opacity: 0;
}
.js-scroll-reveal.is-animated {
  opacity: 1;
  transform: perspective(2500px) rotateY(0);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 1);
}

.js-clip-in {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  transition: clip-path 1s;
}

.js-clip-in.is-active {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.bg-js {
  position: relative;
  overflow: hidden;
}

#projector {
  position: absolute;
  top: -50px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.center-div {
  width: 580px;
  height: 374px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -290px;
  margin-top: -187px;
}

#preloaderDiv {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

#logo {
  opacity: 0;
  filter: alpha(opacity=0);
}

#date2014 {
  position: absolute;
  padding-left: 210px;
  padding-top: 15px;
  opacity: 0;
  top: 303px;
  left: 0;
  filter: alpha(opacity=0);
}

.lamp-section {
  position: relative;
  z-index: 50;
}

.lamp {
  position: fixed;
  top: 100px;
  width: 120px;
  z-index: 30;
}
@media screen and (max-width: 1024px) {
  .lamp {
    width: 80px;
  }
}
.lamp img {
  filter: blur(1px) drop-shadow(0 0 8px rgba(18, 18, 18, 0.15));
  width: 100%;
  display: block;
}
.lamp {
  filter: brightness(0.3);
  opacity: 0.7;
  transition: 3s;
}
.lamp::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translateX(-50%);
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 210, 120, 0.6) 0%, rgba(255, 210, 120, 0.2) 35%, transparent 70%);
  opacity: 0;
  transition: 2s;
  pointer-events: none;
}
@media screen and (max-width: 1280px) {
  .lamp::after {
    width: 150px;
    height: 150px;
  }
}
.lamp.active {
  filter: brightness(1);
  opacity: 1;
}
.lamp.active img {
  filter: blur(0.8px) drop-shadow(0 0 10px rgba(0, 0, 0, 0.4)) drop-shadow(0 0 25px rgba(0, 0, 0, 0.25)) drop-shadow(0 0 50px rgba(0, 0, 0, 0.15));
}
.lamp.active::after {
  opacity: 1;
  animation: lampGlow 6s ease-in-out infinite;
}

.lamp-left {
  left: 30px;
}

.lamp-right {
  right: 30px;
}

@keyframes lampGlow {
  0% {
    transform: translateX(-50%) scale(0.95);
    opacity: 0.6;
  }
  50% {
    transform: translateX(-50%) scale(1.15);
    opacity: 0.8;
  }
  100% {
    transform: translateX(-50%) scale(0.95);
    opacity: 0.6;
  }
}
#header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all 0.4s ease;
  font-family: "Red Rose", serif;
}
#header .header-inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .logo {
  line-height: 1;
}
#header .logo a {
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#header .logo span {
  font-size: 30px;
  letter-spacing: 0.08em;
  font-weight: 800;
}
#header .logo small {
  font-size: 0.9rem;
  letter-spacing: 0.24em;
  color: rgba(255, 255, 255, 0.58);
  text-transform: uppercase;
  text-align: center;
}
#header .global-nav ul {
  display: flex;
  align-items: center;
  gap: 34px;
}
#header .global-nav li {
  list-style: none;
}
#header .global-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 0.14em;
  position: relative;
  padding-bottom: 8px;
}
#header .global-nav a::after {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s ease;
}
#header .global-nav a:hover::after {
  width: 100%;
}
#header .global-nav .sns-link {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
#header .global-nav .sns-link i {
  font-size: 20px;
}
#header .global-nav .sns-link img {
  display: block;
  width: 40px;
  height: 40px;
}
#header .menu-btn {
  display: none;
}
@media screen and (max-width: 1153px) {
  #header {
    height: 72px;
  }
  #header .global-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 78%;
    max-width: 360px;
    height: 100vh;
    background: rgba(5, 5, 8, 0.96);
    backdrop-filter: blur(16px);
    padding: 120px 32px 40px;
    transition: 0.45s ease;
    z-index: 998;
  }
  #header .global-nav.active {
    right: 0;
  }
  #header .global-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  #header .global-nav a {
    font-size: 1rem;
    letter-spacing: 0.18em;
  }
  #header .global-nav .sns-link {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  #header .global-nav .sns-link i {
    font-size: 20px;
  }
  #header .global-nav .sns-link img {
    display: block;
    width: 40px;
    height: 40px;
  }
  #header .menu-btn {
    width: 48px;
    height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    background: transparent;
    border: none;
    position: relative;
    z-index: 1000;
    cursor: pointer;
  }
  #header .menu-btn span {
    width: 34px;
    height: 2px;
    background: #fff;
    display: block;
    transition: 0.3s ease;
  }
  #header .menu-btn.active span:nth-child(1) {
    transform: translateY(10px) rotate(35deg);
  }
  #header .menu-btn.active span:nth-child(2) {
    opacity: 0;
  }
  #header .menu-btn.active span:nth-child(3) {
    transform: translateY(-10px) rotate(-35deg);
  }
}

#header.fixed {
  background: rgba(5, 5, 8, 0.82);
  backdrop-filter: blur(12px);
}

#footer {
  background-color: black;
  padding: 20px 0;
}
#footer p {
  text-align: center;
  font-family: "Red Rose", serif;
}

#mainvisual {
  width: 100%;
  height: 100svh;
  overflow: hidden;
  position: relative;
  background: rgba(0, 0, 0, 0.6745098039);
  margin: 0;
  z-index: 99;
}
#mainvisual #stars,
#mainvisual #stars2,
#mainvisual #stars3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
#mainvisual #stars {
  width: 1px;
  height: 1px;
  animation: animStar 50s linear infinite;
}
#mainvisual #stars2 {
  width: 2px;
  height: 2px;
  animation: animStar 100s linear infinite;
}
#mainvisual #stars3 {
  width: 3px;
  height: 3px;
  animation: animStar 150s linear infinite;
}
@keyframes animStar {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-2000px);
  }
}
#mainvisual .mv-img {
  max-width: 1280px;
  width: 100%;
  height: 100vh;
  margin: auto;
}
#mainvisual svg {
  display: block;
  width: 55%;
  height: 100vh;
  margin: 0 auto;
}
#mainvisual .draw-path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
}
#mainvisual .path-white {
  stroke: #fff;
}
#mainvisual .path-dark {
  stroke: rgba(255, 255, 255, 0.35);
}
#mainvisual .mv-particles {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.3;
  background-image: radial-gradient(#fff 1px, transparent 1px);
  background-size: 80px 80px;
  animation: particleMove 30s linear infinite;
}
#mainvisual .mv-scroll {
  position: absolute;
  font-family: "Red Rose", serif;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  z-index: 20;
}
#mainvisual .mv-scroll span {
  color: #fff;
  letter-spacing: 0.3em;
  font-size: 1rem;
}
#mainvisual .mv-scroll::after {
  content: "";
  width: 1px;
  height: 80px;
  background: #fff;
  display: block;
  margin: 10px auto 0;
  animation: scrollLine 2s infinite;
}
@media screen and (max-width: 768px) {
  #mainvisual .mv-mask {
    width: 80vw;
  }
  #mainvisual .mv-moon {
    width: 350px;
  }
  #mainvisual .mv-copy {
    width: 90%;
  }
  #mainvisual .mv-copy h2 {
    font-size: 3.2rem;
  }
  #mainvisual .mv-copy .text {
    font-size: 1.4rem;
  }
}

@keyframes moonFloat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes maskFloat {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, -53%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@keyframes particleMove {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100px);
  }
}
@keyframes scrollLine {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  51% {
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
#information {
  position: relative;
  color: #fff;
}
#information .info-list {
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
#information .info-item {
  display: grid;
  grid-template-columns: 140px 1fr 150px;
  gap: 24px;
  align-items: center;
  padding: 28px 0;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  transition: 0.3s ease;
}
#information .info-item time {
  font-family: "Red Rose", serif;
  font-size: 1rem;
  letter-spacing: 0.08em;
  opacity: 0.7;
}
#information .info-item p {
  font-size: 1.3rem;
  letter-spacing: 0.08em;
}
#information .info-item p .br {
  display: inline-block;
}
#information .info-item span {
  font-family: "Red Rose", serif;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  opacity: 0.5;
  text-align: right;
  transform: translateX(-10px);
  transition: transform 0.4s ease-in-out;
}
#information .info-item span i {
  margin-left: 10px;
}
#information .info-item:hover {
  background: rgba(255, 255, 255, 0.05);
}
#information .info-item:hover span {
  transform: translateX(0);
}
@media screen and (max-width: 1280px) {
  #information .info-item {
    grid-template-columns: 114px 1fr 150px;
  }
  #information .info-item time {
    font-size: 0.9rem;
  }
  #information .info-item p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #information {
    padding: 80px 0;
  }
  #information .info-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  #information .info-item span {
    text-align: left;
    margin-left: 20px;
  }
}

#greeting {
  overflow: visible;
  position: relative;
}
#greeting .item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  transform-origin: 0 0;
  animation: rotate-item 20s linear infinite;
  pointer-events: none;
}
#greeting .round {
  position: absolute;
  border-radius: 50%;
}
#greeting .round-01 {
  left: 20%;
  top: 0%;
  width: 18vw;
  height: 18vw;
  background: rgba(97, 89, 41, 0.76);
  filter: blur(70px);
  animation: flash 5s linear infinite;
  opacity: 0.3;
}
#greeting .round-02 {
  left: 60%;
  top: -20%;
  width: 30vw;
  height: 30vw;
  background-color: rgba(175, 170, 121, 0.76);
  filter: blur(100px);
  animation: flash 8s linear infinite;
  opacity: 0.3;
}
#greeting .round-03 {
  left: 10%;
  top: 60%;
  width: 3vw;
  height: 3vw;
  background-color: rgba(247, 229, 184, 0.77);
  filter: blur(30px);
  animation: flash 3s linear infinite;
  opacity: 0.3;
}
#greeting .contents__wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#greeting .contents__wrap--text {
  width: 50%;
}
#greeting .contents__wrap--text .big {
  margin-bottom: 20px;
}
#greeting .contents__wrap--text p {
  padding: 10px 0;
}
#greeting .contents__wrap--text a {
  margin-top: 4rem;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
  padding: 10px;
  backdrop-filter: blur(10px);
  transition: all 0.4s ease;
}
#greeting .contents__wrap--text a span {
  font-family: "Red Rose", serif;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
#greeting .contents__wrap--text a img {
  width: 30px;
  filter: invert(100%);
}
#greeting .contents__wrap--text a:hover {
  background-color: white;
}
#greeting .contents__wrap--text a:hover span {
  color: black;
}
#greeting .contents__wrap--text a:hover img {
  filter: none;
}
#greeting .contents__wrap figure {
  width: 50%;
}
#greeting .contents__wrap figure img {
  aspect-ratio: 4/4;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  #greeting .contents__wrap {
    flex-direction: column;
  }
  #greeting .contents__wrap--text {
    width: 100%;
  }
  #greeting .contents__wrap figure {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #greeting .contents__wrap--text .big {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #greeting .contents__wrap--text .big {
    font-size: 18px;
  }
}

@keyframes rotate-item {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.5;
  }
}
#member {
  overflow: visible;
  background-color: transparent;
}
#member .contents__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
#member .contents__wrap .memberbox .name {
  margin-bottom: 1rem;
}
#member .contents__wrap .memberbox .name .label {
  margin-right: 10px;
  background-color: rgba(255, 255, 255, 0.2862745098);
  backdrop-filter: blur(5px);
  padding: 5px;
  font-size: 13px;
}
#member .contents__wrap .memberbox .memberphoto {
  cursor: pointer;
  overflow: hidden;
  border-radius: 20px;
}
#member .contents__wrap .memberbox .memberphoto img {
  width: 100%;
  display: block;
  transition: 0.6s ease;
}
#member .contents__wrap .memberbox .memberphoto:hover img {
  transform: scale(1.05);
}
#member .contents__wrap .memberbox .snsitem {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
}
#member .contents__wrap .memberbox .snsitem a i {
  color: #fff;
  font-size: 30px;
  padding: 5px;
  border-radius: 10px;
  transition: all 0.4s ease;
}
#member .contents__wrap .memberbox .snsitem a:hover i {
  background-color: #fff;
  color: black;
}

#member-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}
#member-modal.active {
  opacity: 1;
  visibility: visible;
}
#member-modal.active .modal-content {
  transform: translate(-50%, -50%) scale(1);
}
#member-modal .modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
}
#member-modal .modal-content {
  max-width: 1280px;
  width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  transition: 0.4s ease;
}
#member-modal .modal-content img {
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center top;
  width: 90%;
  margin: auto;
  display: block;
  border-radius: 20px;
}
#member-modal .modal-bg-name {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 80px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.185);
  letter-spacing: 0.05em;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  z-index: 12;
}
#member-modal .modal-close {
  position: absolute;
  right: -10px;
  top: -50px;
  border: none;
  background: transparent;
  color: #fff;
  cursor: pointer;
}
#member-modal .modal-close::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 2px;
  background: #fff;
  transition: 0.4s ease;
}
#member-modal .modal-close:hover::before {
  width: 100%;
}
#member-modal .modal-inner {
  display: flex;
  align-items: center;
  gap: 3rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem;
}
#member-modal .modal-image {
  flex: 0 0 45%;
}
#member-modal .modal-image img {
  width: 100%;
  display: block;
  border-radius: 20px;
}
#member-modal .modal-info {
  flex: 1;
}
#member-modal .profile-item {
  margin-bottom: 2rem;
}
#member-modal .profile-item .label {
  font-family: "Red Rose", serif;
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #aaa;
  text-transform: uppercase;
}
#member-modal .profile-item p {
  color: #fff;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  #member .contents__wrap {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2rem;
  }
  #member-modal .modal-content {
    width: 90%;
  }
  #member-modal .modal-bg-name {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  #member-modal .modal-content img {
    width: 70%;
    aspect-ratio: 3/3;
  }
  #member-modal .modal-close {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 15px;
    border-radius: 10px;
  }
  #member-modal .modal-bg-name {
    font-size: 30px;
  }
  #member-modal .profile-item {
    margin-bottom: 1rem;
  }
  #member-modal .profile-item .label {
    font-size: 0.8rem;
  }
  #member-modal .profile-item p {
    font-size: 1rem;
  }
  #member-modal .modal-inner {
    max-height: 90svh;
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 480px) {
  #member .contents__wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  #member-modal .modal-content {
    width: 90%;
  }
  #member-modal .modal-content img {
    width: 80%;
  }
}
#movie {
  overflow: hidden;
}
#movie .movieSwiper {
  overflow: hidden;
}
#movie .swiper-slide a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
}
#movie .swiper-slide figure {
  overflow: hidden;
  border-radius: 20px;
}
#movie .swiper-slide figure img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: 0.6s;
}
#movie .swiper-slide:hover img {
  transform: scale(1.05);
}
#movie .swiper-slide:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.1);
}
#movie .swiper-slide .ttl {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  flex-wrap: wrap;
}
#movie .swiper-slide h3 {
  font-size: 1.1rem;
}
#movie .swiper-slide .title-en {
  font-size: 0.8rem;
  font-family: "Red Rose", serif;
}
#movie .play-btn {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
#movie .play-btn i {
  color: #fff;
  font-size: 2rem;
}
#movie .movie-next,
#movie .movie-prev {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  transition: 0.4s ease;
}
#movie .movie-next::after,
#movie .movie-prev::after {
  color: #fff;
  font-size: 1.6rem;
}
#movie .movie-next:hover,
#movie .movie-prev:hover {
  background: rgba(255, 255, 255, 0.15);
}

#instagram .insta-btn {
  width: fit-content;
  display: block;
  vertical-align: middle;
  color: #fdfdfd;
  font-weight: 500;
  font-size: 20px;
  padding: 10px;
  border-radius: 5px;
  transition: all 0.4s ease;
  font-family: "Red Rose", serif;
}
#instagram .insta-btn i {
  vertical-align: middle;
  color: #fdfdfd;
  font-size: 30px;
  margin-right: 10px;
  transition: all 0.4s ease;
}
#instagram .insta-btn:hover {
  background-color: #fdfdfd;
  color: #151515;
}
#instagram .insta-btn:hover i {
  color: rgb(21, 21, 21);
}
#instagram .insta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #instagram .insta-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
#instagram .insta-item {
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1;
}
#instagram .insta-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}
#instagram .insta-item::before {
  content: "VIEW";
  position: absolute;
  padding: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  color: #fff;
  opacity: 0;
  letter-spacing: 0.2em;
  transition: 0.4s;
  font-size: 1rem;
  background-color: rgba(21, 21, 21, 0.8235294118);
}
#instagram .insta-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.4s;
}
#instagram .insta-item:hover img {
  transform: scale(1.08);
}
#instagram .insta-item:hover::before, #instagram .insta-item:hover::after {
  opacity: 1;
}

#music-page {
  margin: 0;
  padding: 0;
  color: #fff;
  overflow: hidden;
}
#music-page .bg-js {
  padding: 180px 0 0;
}
#music-page .contents {
  width: min(90%, 1200px);
  margin: 0 auto;
}
#music-page .latest-release {
  display: grid;
  grid-template-columns: 46% 1fr;
  gap: 70px;
  align-items: center;
  margin-top: 50px;
}
#music-page .latest-release .jacket {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.7);
}
#music-page .latest-release .jacket::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 2;
  pointer-events: none;
}
#music-page .latest-release .jacket img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}
#music-page .latest-release .text .label {
  font-family: "Red Rose", serif;
  display: inline-block;
  margin-bottom: 24px;
  font-size: 1.2rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  opacity: 0.6;
}
#music-page .latest-release .text h3 {
  font-size: 3rem;
  line-height: 1.1;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}
#music-page .latest-release .text .release {
  font-family: "Red Rose", serif;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  opacity: 0.65;
  margin-bottom: 50px;
}
#music-page .listen-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}
#music-page .listen-links a {
  font-family: "Red Rose", serif;
  min-width: 170px;
  padding: 16px 22px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  text-decoration: none;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.35s ease;
}
#music-page .listen-links a i {
  font-size: 1.8rem;
}
#music-page .listen-links a:hover {
  background: #fff;
  color: #000;
}
#music-page .tunecore-btn {
  font-family: "Red Rose", serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  padding: 18px 32px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-size: 1.3rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  transition: 0.35s ease;
}
#music-page .tunecore-btn:hover {
  background: transparent;
  color: #fff;
  outline: 1px solid rgba(255, 255, 255, 0.5);
}
#music-page .discography {
  margin: 100px auto 100px;
}
#music-page .discography .section-subttl {
  font-size: clamp(3rem, 5vw, 6rem);
  letter-spacing: 0.12em;
  margin-bottom: 50px;
}
#music-page .discographySwiper {
  overflow: visible;
  margin-top: 60px;
}
#music-page .discographySwiper .swiper-slide {
  opacity: 0.4;
  transition: 0.5s ease;
}
#music-page .discographySwiper .swiper-slide .music-card {
  transform: scale(0.85);
  transition: 0.5s ease;
}
#music-page .discographySwiper .swiper-slide-active {
  opacity: 1;
}
#music-page .discographySwiper .swiper-slide-active .music-card {
  transform: scale(1);
}
#music-page .music-card figure {
  overflow: hidden;
}
#music-page .music-card figure img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: 0.6s ease;
}
#music-page .music-card:hover img {
  transform: scale(1.08);
}
#music-page .music-card a {
  display: block;
  color: #fff;
  text-decoration: none;
}
#music-page .music-card figure {
  overflow: hidden;
  background: #111;
}
#music-page .music-card figure img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  transition: 0.6s ease;
}
#music-page .music-card .card-text {
  margin-top: 18px;
}
#music-page .music-card .card-text h4 {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
#music-page .music-card .card-text p {
  font-family: "Red Rose", serif;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  opacity: 0.55;
}
#music-page .music-card:hover figure img {
  transform: scale(1.08);
  opacity: 0.75;
}
#music-page .all-release-link {
  margin-top: 110px;
  text-align: center;
}
#music-page .all-release-link a {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 40px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: 0.35s ease;
}
#music-page .all-release-link a span {
  font-size: 1.1rem;
  letter-spacing: 0.35em;
  opacity: 0.55;
}
#music-page .all-release-link a strong {
  font-size: clamp(2.4rem, 4vw, 4.8rem);
  letter-spacing: 0.08em;
  font-weight: 500;
}
#music-page .all-release-link a:hover {
  background: rgba(255, 255, 255, 0.08);
}
@media screen and (max-width: 928px) {
  #music-page .bg-js {
    padding: 110px 0 0;
  }
  #music-page .latest-release {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  #music-page .discography {
    margin: 80px 0;
  }
  #music-page .discography-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 520px) {
  #music-page .discography-grid {
    grid-template-columns: 1fr;
  }
  #music-page .listen-links a {
    width: 100%;
  }
  #music-page .tunecore-btn {
    width: 100%;
    font-size: 1rem;
  }
}

#next-live {
  position: relative;
  padding-top: 80px;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 60%);
}
#next-live .live-card {
  max-width: 900px;
  margin: auto;
  padding: 80px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
}
#next-live .live-card .label {
  font-family: "Red Rose", serif;
  display: inline-block;
  letter-spacing: 0.4em;
  margin-bottom: 30px;
  opacity: 0.5;
}
#next-live .live-card figure {
  width: 100%;
  margin: auto;
}
#next-live .live-card figure img {
  width: 100%;
  object-fit: contain;
}
#next-live .live-card .date {
  font-family: "Red Rose", serif;
  font-size: 2rem;
  letter-spacing: 0.3em;
  margin: 20px auto;
}
#next-live .live-card h2 {
  font-size: 3rem;
  margin-bottom: 30px;
}
#next-live .live-card .venue {
  font-size: 2rem;
  margin-bottom: 40px;
}
#next-live .live-card ul {
  font-family: "Red Rose", serif;
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 50px;
}
#next-live .ticket-btn {
  font-family: "Red Rose", serif;
  display: inline-flex;
  width: 240px;
  height: 70px;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #000;
  text-decoration: none;
  transition: 0.4s;
}
#next-live .ticket-btn:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

@media screen and (max-width: 1024px) {
  #next-live .live-card {
    padding: 40px 20px;
  }
  #next-live .live-card h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  #next-live .live-card .venue {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #next-live .live-card ul {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  #next-live .live-card h2 {
    font-size: 24px;
  }
}
#schedule .section-subttl {
  text-align: center;
  margin-bottom: 80px;
  font-size: clamp(3rem, 5vw, 6rem);
  letter-spacing: 0.2em;
  color: #fff;
}
#schedule .schedule-list li {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 0 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#schedule .schedule-list li .date {
  font-family: "Red Rose", serif;
  min-width: 140px;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.5);
}
#schedule .schedule-list li .text {
  flex: 1;
}
#schedule .schedule-list li .text h4 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #fff;
}
#schedule .schedule-list li .text p {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
}
#schedule .schedule-list li .ticket-btn {
  font-family: "Red Rose", serif;
  min-width: 180px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
  transition: 0.4s ease;
}
#schedule .schedule-list li .ticket-btn:hover {
  background: #fff;
  color: #000;
}
@media screen and (max-width: 768px) {
  #schedule .schedule-list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  #schedule .schedule-list li .date {
    min-width: auto;
  }
  #schedule .schedule-list li .text h4 {
    font-size: 1.5rem;
  }
  #schedule .schedule-list li .text p {
    font-size: 1.3rem;
  }
  #schedule .schedule-list li .ticket-btn {
    width: 100%;
  }
}

#past-live .contents .past-list {
  position: relative;
}
#past-live .contents .past-list::before {
  content: "";
  position: absolute;
  left: 120px;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1024px) {
  #past-live .contents .past-list::before {
    left: 90px;
  }
}
#past-live .contents .past-list li {
  display: flex;
  gap: 60px;
  padding: 40px 0;
}
@media screen and (max-width: 1024px) {
  #past-live .contents .past-list li {
    gap: 30px;
  }
}
#past-live .contents .past-list .date {
  font-family: "Red Rose", serif;
  width: 120px;
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  #past-live .contents .past-list .date {
    font-size: 0.8rem;
  }
}
#past-live .contents .past-list h4 {
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  #past-live .contents .past-list h4 {
    font-size: 1.1rem;
  }
}

#ticket-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}
#ticket-modal.active {
  opacity: 1;
  visibility: visible;
}
#ticket-modal.active .ticket-modal__content {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
#ticket-modal .ticket-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
}
#ticket-modal .ticket-modal__content {
  width: min(90%, 620px);
  padding: 70px 45px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.92);
  opacity: 0;
  text-align: center;
  color: #fff;
  background: rgba(15, 15, 15, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 28px;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.7);
  transition: 0.4s ease;
}
#ticket-modal .ticket-modal__content::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  pointer-events: none;
}
#ticket-modal .ticket-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  z-index: 2;
  transition: 0.3s ease;
}
#ticket-modal .ticket-modal__close:hover {
  background: #fff;
  color: #000;
}
#ticket-modal .ticket-modal__label {
  font-family: "Red Rose", serif;
  display: block;
  margin-bottom: 24px;
  font-size: 1.1rem;
  letter-spacing: 0.35em;
  opacity: 0.55;
}
#ticket-modal h3 {
  font-family: "Red Rose", serif;
  margin-bottom: 28px;
  font-size: 30px;
  letter-spacing: 0.08em;
}
#ticket-modal p {
  line-height: 2;
  opacity: 0.8;
}

#biography-mv {
  margin: 0 auto;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 50;
}
#biography-mv::before {
  position: absolute;
  background-image: url("../assets/img/yamikakushi-toplogo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 1/1;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  content: "";
}
#biography-mv .contents {
  margin: 0 auto;
}
#biography-mv .sub {
  font-family: "Red Rose", serif;
  display: block;
  letter-spacing: 0.4em;
  margin-bottom: 30px;
  opacity: 0.5;
}
#biography-mv .year-counter {
  font-family: "Red Rose", serif;
  font-size: clamp(8rem, 14vw, 18rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}
#biography-mv .year-counter .start-year {
  font-family: "Red Rose", serif;
  color: rgba(255, 255, 255, 0.3);
}
#biography-mv .year-counter .arrow {
  font-family: "Red Rose", serif;
  margin: 0 0.3em;
  opacity: 0.4;
}
#biography-mv .year-counter #current-year {
  color: #fff;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.3), 0 0 40px rgba(255, 255, 255, 0.15);
}
#biography-mv .story-text {
  font-family: "Red Rose", serif;
  margin-top: 40px;
  font-size: 2rem;
  letter-spacing: 0.3em;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
#biography-mv .story-text.active {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 1280px) {
  #biography-mv .story-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  #biography-mv .story-text {
    font-size: 1.1rem;
  }
}
#timeline {
  position: relative;
  overflow: visible;
}
#timeline .timeline-year {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: flex-start;
  gap: 80px;
  margin-bottom: 80px;
  position: relative;
}
#timeline .timeline-year .year {
  font-family: "Red Rose", serif;
  position: sticky;
  height: fit-content;
  font-size: 8rem;
  line-height: 1;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.24);
  letter-spacing: -0.05em;
}
#timeline .timeline-year .events {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#timeline .timeline-year .events .event-card {
  display: grid;
  grid-template-columns: 1fr 350px;
  padding: 40px;
  gap: 1rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  transition: 0.5s ease;
}
#timeline .timeline-year .events .event-card .date {
  font-family: "Red Rose", serif;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  opacity: 0.5;
  margin-bottom: 15px;
}
#timeline .timeline-year .events .event-card h3 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
#timeline .timeline-year .events .event-card p {
  line-height: 2;
}
#timeline .timeline-year .events .event-card figure {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 16px;
}
#timeline .timeline-year .events .event-card figure img {
  width: 100%;
  display: block;
  transition: 0.6s ease;
}
#timeline .timeline-year .events .event-card .meta {
  margin-bottom: 20px;
}
#timeline .timeline-year .events .event-card .badge {
  font-family: "Red Rose", serif;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  font-weight: 600;
  backdrop-filter: blur(10px);
}
#timeline .timeline-year .events .event-card .badge.music {
  background: rgba(104, 94, 255, 0.15);
  border: 1px solid rgba(104, 94, 255, 0.4);
  color: #bdb8ff;
}
#timeline .timeline-year .events .event-card .badge.live {
  background: rgba(255, 84, 112, 0.15);
  border: 1px solid rgba(255, 84, 112, 0.4);
  color: #ff9baa;
}
#timeline .timeline-year .events .event-card .badge.history {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
}

@media screen and (max-width: 1280px) {
  #timeline .timeline-year {
    grid-template-columns: 90px 1fr;
  }
  #timeline .timeline-year .year {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1024px) {
  #timeline .timeline-year .events .event-card {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #timeline .timeline-year {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  #timeline .timeline-year .events .event-card {
    padding: 20px;
  }
}
#goods-page {
  overflow: visible;
  position: unset;
  color: #fff;
  margin: 0;
  padding: 0;
}
#goods-page .bg-js {
  padding: 180px 0 50px;
  overflow: visible;
}
#goods-page .pickup-goods {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 48% 1fr;
  gap: 70px;
  align-items: center;
  margin-top: 50px;
}
#goods-page .pickup-goods figure {
  overflow: hidden;
  border-radius: 24px;
  background: #111;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.65);
}
#goods-page .pickup-goods figure img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  transition: 0.7s ease;
}
#goods-page .pickup-goods .text .label {
  font-family: "Red Rose", serif;
  display: inline-block;
  margin-bottom: 24px;
  font-size: 1.2rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  opacity: 0.6;
}
#goods-page .pickup-goods .text h3 {
  font-family: "Red Rose", serif;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}
#goods-page .pickup-goods .text .price {
  font-family: "Red Rose", serif;
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
}
#goods-page .pickup-goods .text .goods-size {
  font-family: "Red Rose", serif;
}
#goods-page .pickup-goods .text .status {
  display: inline-flex;
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  margin-bottom: 32px;
}
#goods-page .pickup-goods .text .status.on-sale {
  color: #8cffc1;
  background: rgba(0, 255, 128, 0.08);
  border-color: rgba(0, 255, 128, 0.25);
}
#goods-page .pickup-goods .text .status.coming-soon {
  font-family: "Red Rose", serif;
  color: #9bc8ff;
  background: rgba(80, 140, 255, 0.08);
  border-color: rgba(80, 140, 255, 0.25);
}
#goods-page .pickup-goods .text .status.sold-out {
  font-family: "Red Rose", serif;
  color: #ff8d8d;
  background: rgba(255, 0, 0, 0.08);
  border-color: rgba(255, 0, 0, 0.25);
}
#goods-page .pickup-goods .text .lead {
  font-family: "Red Rose", serif;
  line-height: 2;
  opacity: 0.75;
}
#goods-page .goods-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}
#goods-page .goods-card {
  position: relative;
  cursor: pointer;
}
#goods-page .goods-card figure {
  overflow: hidden;
  background: #111;
  border-radius: 18px;
}
#goods-page .goods-card figure img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  transition: 0.6s ease;
}
#goods-page .goods-card .card-text {
  padding-top: 20px;
}
#goods-page .goods-card .goods-status {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 1.1rem;
  letter-spacing: 0.12em;
}
#goods-page .goods-card .goods-status.on-sale {
  color: #8cffc1;
  background: rgba(0, 255, 128, 0.08);
  border-color: rgba(0, 255, 128, 0.25);
}
#goods-page .goods-card .goods-status.coming-soon {
  color: #9bc8ff;
  background: rgba(80, 140, 255, 0.08);
  border-color: rgba(80, 140, 255, 0.25);
}
#goods-page .goods-card .goods-status.sold-out {
  font-family: "Red Rose", serif;
  color: #ff8d8d;
  background: rgba(255, 0, 0, 0.08);
  border-color: rgba(255, 0, 0, 0.25);
}
#goods-page .goods-card h4 {
  font-family: "Red Rose", serif;
  font-size: 20px;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
#goods-page .goods-card .goods-size {
  font-family: "Red Rose", serif;
  margin: 10px 0;
  font-size: 1.3rem;
  opacity: 0.7;
  letter-spacing: 0.1em;
}
#goods-page .goods-card .price {
  font-family: "Red Rose", serif;
  font-size: 1.4rem;
  opacity: 0.65;
  letter-spacing: 0.12em;
}
#goods-page .goods-card:hover figure img {
  transform: scale(1.08);
  opacity: 0.75;
}
#goods-page .goods-order {
  padding: 70px 40px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
#goods-page .goods-order span {
  font-family: "Red Rose", serif;
  display: block;
  margin-bottom: 18px;
  font-size: 1.1rem;
  letter-spacing: 0.4em;
  opacity: 0.55;
}
#goods-page .goods-order h3 {
  font-size: 40px;
  margin-bottom: 24px;
}
#goods-page .goods-order p {
  opacity: 0.75;
  line-height: 2;
}
#goods-page .goods-order .sns-links {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 40px;
}
#goods-page .goods-order .sns-links a {
  font-family: "Red Rose", serif;
  min-width: 180px;
  padding: 16px 24px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: 0.35s ease;
}
#goods-page .goods-order .sns-links a:hover {
  background: #fff;
  color: #000;
}
#goods-page #goods-modal {
  z-index: 999999;
}
#goods-page #goods-modal .modal-overlay {
  z-index: 999999;
}
#goods-page #goods-modal .modal-inner {
  z-index: 1000000;
}
#goods-page #goods-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}
#goods-page #goods-modal.active {
  opacity: 1;
  visibility: visible;
}
#goods-page #goods-modal .modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
}
#goods-page #goods-modal .modal-inner {
  padding: 30px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(90%, 700px);
  background: #111;
  border-radius: 20px;
  overflow: visible;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
#goods-page #goods-modal .modal-inner figure img {
  width: 400px;
  margin: 1rem auto;
  display: block;
}
#goods-page #goods-modal .modal-inner .modal-text .status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  border: 1px solid transparent;
}
#goods-page #goods-modal .modal-inner .modal-text .status.on-sale {
  color: #8cffc1;
  background: rgba(0, 255, 128, 0.08);
  border-color: rgba(0, 255, 128, 0.25);
}
#goods-page #goods-modal .modal-inner .modal-text .status.coming-soon {
  color: #9bc8ff;
  background: rgba(80, 140, 255, 0.08);
  border-color: rgba(80, 140, 255, 0.25);
}
#goods-page #goods-modal .modal-inner .modal-text .status.sold-out {
  color: #ff8d8d;
  background: rgba(255, 0, 0, 0.08);
  border-color: rgba(255, 0, 0, 0.25);
}
#goods-page #goods-modal .modal-inner .modal-text h3 {
  font-size: 2rem;
  margin-bottom: 15px;
}
#goods-page #goods-modal .modal-inner .modal-text .price {
  font-size: 2rem;
  opacity: 0.7;
}
#goods-page #goods-modal .modal-close {
  position: absolute;
  top: -25px;
  right: -25px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000002;
}
#goods-page #goods-modal .modal-close i {
  font-size: 30px;
  text-shadow: 1px 1px 5px white;
}
#goods-page #goods-modal .modal-prev,
#goods-page #goods-modal .modal-next {
  position: absolute;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  color: #ffffff;
  z-index: 1000001;
  transition: 0.3s ease;
}
#goods-page #goods-modal .modal-prev:hover,
#goods-page #goods-modal .modal-next:hover {
  background: rgba(3, 3, 3, 0.2);
}
#goods-page #goods-modal .modal-prev i,
#goods-page #goods-modal .modal-next i {
  font-size: 24px;
}
#goods-page #goods-modal .modal-close {
  top: 20px;
  right: 20px;
}
#goods-page #goods-modal .modal-prev {
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
#goods-page #goods-modal .modal-next {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  #goods-page .bg-js {
    padding: 110px 0 50px;
  }
  #goods-page .pickup-goods {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  #goods-page .goods-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #goods-page .goods-order h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  #goods-page #goods-modal .modal-inner {
    width: 95%;
    max-height: 85svh;
    overflow-y: auto;
  }
  #goods-page #goods-modal figure img {
    width: 100%;
    max-width: 300px;
  }
}
@media screen and (max-width: 520px) {
  #goods-page .goods-grid {
    grid-template-columns: 1fr;
  }
  #goods-page .goods-order {
    padding: 50px 20px;
  }
  #goods-page .goods-order .sns-links {
    flex-direction: column;
  }
  #goods-page .goods-order .sns-links a {
    width: 100%;
  }
}

.goods-shop {
  padding: 80px 40px;
  margin: 0 auto 0;
  text-align: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 600px) {
  .goods-shop {
    padding: 40px 20px;
  }
}
.goods-shop .en-ttl {
  font-family: "Red Rose", serif;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0.4em;
  font-size: 1.2rem;
  opacity: 0.5;
}
.goods-shop .tb-br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .goods-shop .tb-br {
    display: block;
  }
}
.goods-shop .sp-br {
  display: none;
}
@media screen and (max-width: 600px) {
  .goods-shop .sp-br {
    display: block;
  }
}
.goods-shop h3 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .goods-shop h3 {
    font-size: 24px;
  }
}
.goods-shop p {
  line-height: 2;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .goods-shop p {
    text-align: left;
  }
}
.goods-shop .mercari-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 40px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.4s ease;
}
.goods-shop .mercari-btn img {
  display: block;
  width: 40px;
  height: 40px;
}
.goods-shop .mercari-btn:hover {
  background: #fff;
  color: #000;
  transform: translateY(-5px);
}

.contact-bg-js {
  padding: 100px 0;
}

#contact-top {
  margin: 0;
}
#contact-top .contents {
  padding: 0;
}
#contact-top .contents figure {
  max-width: 1280px;
  width: 60%;
  height: 100%;
  margin: auto;
}
#contact-top .contents figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#contact-page {
  margin-top: 0;
  padding-bottom: 50px;
}
#contact-page .contents {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
#contact-page .contact-form dl {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#contact-page .contact-form dl dt {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
#contact-page .contact-form dl dt span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  padding: 4px 10px;
  font-size: 0.8rem;
  color: #fff;
  background: #b4002d;
  border-radius: 999px;
}
#contact-page .contact-form dl dd {
  margin: 0;
}
#contact-page .contact-form dl dd input,
#contact-page .contact-form dl dd select,
#contact-page .contact-form dl dd textarea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  color: #fff;
  border-radius: 15px;
  transition: 0.4s ease;
  font-size: 1.5rem;
}
#contact-page .contact-form dl dd input:focus,
#contact-page .contact-form dl dd select:focus,
#contact-page .contact-form dl dd textarea:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.06);
}
#contact-page .contact-form dl dd textarea {
  min-height: 250px;
  resize: vertical;
}
#contact-page .contact-form dl dd select {
  font-size: 1.1rem;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 20 20'%3E%3Cpath d='M5 7l5 5 5-5H5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16px;
}
#contact-page .contact-form button {
  margin: 60px auto 0;
  width: 300px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  color: #000;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  backdrop-filter: blur(10px);
  transition: 0.4s ease;
}
#contact-page .contact-form button:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 768px) {
  #contact-page .contact-form dl {
    gap: 20px;
  }
  #contact-page .contact-form dl dt {
    font-size: 1.2rem;
  }
  #contact-page .contact-form dl dd input,
  #contact-page .contact-form dl dd select,
  #contact-page .contact-form dl dd textarea {
    padding: 10px 16px;
  }
  #contact-page .contact-form button {
    width: 100%;
  }
}

#thanks-page {
  min-height: calc(100svh - 120px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 180px 0;
}
#thanks-page::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../assets/img/yamikakushi-toplogo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 800px;
  height: 800px;
  opacity: 0.1;
  pointer-events: none;
}
#thanks-page .contents {
  width: min(90%, 800px);
  margin: 0 auto;
  text-align: center;
}
#thanks-page h2 {
  font-family: "Red Rose", serif;
  font-size: 80px;
  letter-spacing: 0.15em;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1;
  position: relative;
}
#thanks-page h2::after {
  content: "";
  width: 120px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
#thanks-page .sub {
  display: block;
  margin-bottom: 60px;
  font-size: 1.3rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
#thanks-page p {
  font-size: 1.2rem;
  line-height: 2.2;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 60px;
}
#thanks-page a {
  width: 280px;
  height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  transition: 0.4s ease;
  letter-spacing: 0.15em;
}
#thanks-page a:hover {
  background: #fff;
  color: #000;
  transform: translateY(-5px);
}

@media screen and (max-width: 768px) {
  #thanks-page {
    padding: 120px 0;
  }
  #thanks-page h2 {
    font-size: 3rem;
  }
  #thanks-page p {
    font-size: 1rem;
  }
  #thanks-page .back-btn {
    width: 100%;
  }
}
#error-page {
  min-height: calc(100svh - 120px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 180px 0;
}
#error-page::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../assets/img/yamikakushi-toplogo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 800px;
  height: 800px;
  opacity: 0.1;
  pointer-events: none;
}
#error-page .contents {
  width: min(90%, 800px);
  margin: 0 auto;
  text-align: center;
}
#error-page .sub {
  font-family: "Red Rose", serif;
  display: block;
  margin-bottom: 40px;
  letter-spacing: 0.4em;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.4);
}
#error-page h2 {
  font-family: "Red Rose", serif;
  font-size: 50px;
  margin-bottom: 30px;
  color: #ff6b6b;
}
#error-page p {
  line-height: 2;
  margin-bottom: 20px;
}
#error-page .small {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
}
#error-page .back-btn {
  font-family: "Red Rose", serif;
  width: 280px;
  height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: 0.4s ease;
}
#error-page .back-btn:hover {
  background: #fff;
  color: #000;
}

/*# sourceMappingURL=style.css.map */
