*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html {
  scroll-behavior: smooth;
  scrollbar-color: #525252 #1a2428;
}
html::-webkit-scrollbar {
  width: 14px;
}
html::-webkit-scrollbar-track {
  background: #1a2428;
}
html::-webkit-scrollbar-thumb {
  background: #525252;
  border-radius: 4px;
}
html::-webkit-scrollbar-button {
  background: #1a2428;
  height: 12px;
}
html::-webkit-scrollbar-button:vertical:decrement {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6'%3E%3Cpath d='M4 0l4 6H0z' fill='%23888'/%3E%3C/svg%3E") center no-repeat #1a2428;
}
html::-webkit-scrollbar-button:vertical:increment {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6'%3E%3Cpath d='M4 6l4-6H0z' fill='%23888'/%3E%3C/svg%3E") center no-repeat #1a2428;
}

body {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 1.2vw, 18px);
  background-color: #2d3a40;
  color: #effcff;
  overflow-x: hidden;
}

.fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  z-index: -1;
}
.fixed-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 40%;
     object-position: 50% 40%;
}
.fixed-bg__glitch {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 40%;
     object-position: 50% 40%;
  pointer-events: none;
  opacity: 0;
}
.fixed-bg__glitch--1 {
  animation: glitch-1 8s infinite;
}
.fixed-bg__glitch--2 {
  animation: glitch-2 8s infinite;
}

@keyframes glitch-1 {
  0%, 90% {
    opacity: 0;
  }
  90.5% {
    opacity: 0.8;
    transform: translate(-2%, -1%);
    clip-path: inset(20% 0 60% 0);
    filter: hue-rotate(-30deg) saturate(1.5);
  }
  91% {
    opacity: 0.6;
    transform: translate(1%, 2%);
    clip-path: inset(50% 0 20% 0);
  }
  91.5% {
    opacity: 0;
    transform: none;
    clip-path: none;
    filter: none;
  }
  100% {
    opacity: 0;
  }
}
@keyframes glitch-2 {
  0%, 93% {
    opacity: 0;
  }
  93.5% {
    opacity: 0.7;
    transform: translate(2%, 1%);
    clip-path: inset(40% 0 30% 0);
    filter: hue-rotate(20deg) brightness(1.3);
  }
  94% {
    opacity: 0.5;
    transform: translate(-1%, -2%);
    clip-path: inset(10% 0 70% 0);
  }
  94.5% {
    opacity: 0;
    transform: none;
    clip-path: none;
    filter: none;
  }
  100% {
    opacity: 0;
  }
}
@keyframes title-glow {
  0%, 100% {
    filter: drop-shadow(0 0 8px rgba(218, 165, 80, 0.6)) drop-shadow(0 0 25px rgba(218, 165, 80, 0.3));
  }
  18% {
    filter: drop-shadow(0 0 20px rgba(218, 165, 80, 0.9)) drop-shadow(0 0 50px rgba(218, 165, 80, 0.5));
  }
  20% {
    filter: drop-shadow(0 0 2px rgba(218, 165, 80, 0.1));
  }
  21% {
    filter: drop-shadow(0 0 15px rgba(218, 165, 80, 0.8)) drop-shadow(0 0 40px rgba(218, 165, 80, 0.4));
  }
  22% {
    filter: drop-shadow(0 0 1px rgba(218, 165, 80, 0.05));
  }
  23% {
    filter: drop-shadow(0 0 12px rgba(218, 165, 80, 0.7)) drop-shadow(0 0 35px rgba(218, 165, 80, 0.35));
  }
  50% {
    filter: drop-shadow(0 0 10px rgba(218, 165, 80, 0.6)) drop-shadow(0 0 30px rgba(218, 165, 80, 0.3));
  }
  75% {
    filter: drop-shadow(0 0 18px rgba(218, 165, 80, 0.85)) drop-shadow(0 0 45px rgba(218, 165, 80, 0.45));
  }
}
@keyframes glitch-flip {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(-1);
  }
  100% {
    transform: scaleX(-1);
  }
}
.hero {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1;
  min-height: 100lvh;
}
.hero__content {
  position: absolute;
  inset: 0;
}
.hero__director {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  filter: drop-shadow(2px 2px 4px rgba(18, 29, 22, 0.32));
}
.hero__copy {
  position: absolute;
  left: 3%;
  bottom: 4%;
  width: 1.8%;
  filter: drop-shadow(2px 2px 4px rgba(18, 29, 22, 0.32));
}
.hero__title-jp {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -55%);
  width: 55%;
}
.hero__title-jp img {
  filter: drop-shadow(0 0 8px rgba(218, 165, 80, 0.4));
  animation: title-glow 4s ease-in-out infinite;
}
.hero__release {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  filter: drop-shadow(2px 2px 4px rgba(18, 29, 22, 0.32));
}
.hero__a24 {
  position: absolute;
  bottom: 4%;
  right: 3%;
  width: 4%;
  filter: drop-shadow(2px 2px 4px rgba(18, 29, 22, 0.32));
}

.info {
  display: flex;
  gap: 20px;
  padding: 20px;
}
.info__trailer {
  position: relative;
  flex: 1;
  height: 15vw;
  border: none;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  padding: 40px;
  border-radius: 10px;
}
.info__trailer:hover .info__trailer-bg iframe {
  filter: brightness(0.55);
}
.info__trailer:hover .info__trailer-label, .info__trailer:hover .info__trailer-play {
  animation: glitch-flip 0.1s steps(1) forwards;
}
.info__trailer-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.info__trailer-bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  transform: translate(-50%, -50%);
  border: none;
  pointer-events: none;
  filter: brightness(0.7);
  transition: filter 0.3s ease;
}
.info__trailer-dots {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.4) 1px, transparent 1px);
  background-size: 4px 4px;
  pointer-events: none;
}
.info__trailer-label {
  position: relative;
  z-index: 1;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: clamp(15px, 2vw, 24px);
  line-height: 1.15;
  letter-spacing: 0.2em;
  color: #effcff;
  text-align: left;
  transition: opacity 0.15s ease;
}
.info__trailer-play {
  position: absolute;
  z-index: 1;
  bottom: 40px;
  right: 40px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: clamp(15px, 2vw, 24px);
  letter-spacing: 0.2em;
  color: #effcff;
  transition: opacity 0.15s ease;
}
.info__x {
  border-radius: 10px;
  position: relative;
  width: 35%;
  height: 15vw;
  flex-shrink: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  transition: background-color 0.3s ease;
}
.info__x:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
.info__x:hover .info__x-label {
  animation: glitch-flip 0.1s steps(1) forwards;
}
.info__x:hover .info__x-icon {
  opacity: 1;
}
.info__x-label {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: clamp(15px, 2vw, 24px);
  line-height: 1.15;
  letter-spacing: 0.2em;
  color: #effcff;
  text-align: right;
  transition: opacity 0.15s ease;
}
.info__x-icon {
  transition: opacity 0.3s ease;
  position: absolute;
  bottom: 32px;
  left: 32px;
  width: clamp(24px, 3vw, 40px);
}

.footer {
  background-color: rgba(45, 58, 64, 0.7);
  padding: 60px 40px;
}
.footer__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.footer__share {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__share-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(12px, 1vw, 14px);
  color: #effcff;
  white-space: nowrap;
}
.footer__share-icons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__share-icons a {
  display: flex;
  align-items: center;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}
.footer__share-icons a:hover {
  opacity: 1;
}
.footer__share-icons img {
  width: auto;
  height: clamp(18px, 1.5vw, 24px);
}
.footer__badges {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__badges a {
  display: block;
  transition: opacity 0.3s ease;
}
.footer__badges a:hover {
  opacity: 0.8;
}
.footer__badges img {
  width: auto;
  height: clamp(20px, 1.5vw, 24px);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.modal[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.85);
}
.modal__content {
  position: relative;
  width: 100%;
  max-width: 1500px;
  aspect-ratio: 16/9;
  margin-top: 60px;
  padding: 0 20px;
}
.modal__close {
  position: absolute;
  top: -50px;
  right: 0;
  background: none;
  border: none;
  color: #effcff;
  font-size: 40px;
  cursor: pointer;
  line-height: 1;
  transition: opacity 0.3s ease;
}
.modal__close:hover {
  opacity: 0.7;
}
.modal__video {
  width: 100%;
  height: 100%;
  background: #000;
}

.loading {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 2s ease;
}
.loading.is-hidden {
  opacity: 0;
}
.loading__title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  z-index: 1;
  opacity: 0.32;
}
.loading__title img {
  filter: drop-shadow(0 0 8px rgb(239, 252, 255));
  animation: title-glow 4s ease-in-out infinite;
}

@media (max-width: 768px) {
  .hero {
    aspect-ratio: 5/8;
    min-height: 80vh;
  }
  .hero__director {
    top: 4%;
    width: 70%;
  }
  .hero__copy {
    left: 5%;
    width: 3.8%;
  }
  .hero__title-jp {
    top: auto;
    bottom: 15%;
    transform: translateX(-50%);
    width: 70%;
  }
  .hero__release {
    bottom: 4%;
    left: 52%;
    width: 20%;
  }
  .hero__a24 {
    bottom: 4%;
    right: 6%;
    width: 10%;
  }
  .info {
    flex-direction: column;
    gap: 10px;
    padding: 20px;
  }
  .info__trailer {
    flex: none;
    height: 40vw;
    padding: 20px;
  }
  .info__trailer-play {
    bottom: 20px;
    right: 20px;
  }
  .info__x {
    width: 100%;
    height: 30vw;
    padding: 20px;
  }
  .info__x-icon {
    bottom: 20px;
    left: 20px;
  }
  .footer {
    padding: 40px 20px;
  }
  .footer__inner {
    flex-direction: column;
    gap: 15px;
  }
  .modal__content {
    padding: 0;
    margin-top: 0;
  }
  .loading__title {
    width: 60%;
  }
}/*# sourceMappingURL=style.css.map */