body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  margin: 0;
  width: 100vw;
  max-width: 1920px;
  overflow-x: hidden;
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  background: #1b1b1b;
}

html {
  scroll-behavior: smooth;
  display: flex;
  justify-content: center;
}

a {
  text-decoration: none;
}

p {
  padding: unset;
  margin: unset;
}

[id]:not([id^="fade"]):not([id^="drawing"]):not([id="center-container"]):not(
    [id="top-page"]
  ) {
  opacity: 0;
}

/* Add to index.css */
#loading-overlay {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.3s ease;
}

#loading-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}

body {
  opacity: 0;
  transition: opacity 0.3s ease;
}

body.loaded {
  opacity: 1;
}

/* Optimize animations */
@media (prefers-reduced-motion: reduce) {
  .fixed-footer-register-container {
    transition: none;
  }
  #cookie-banner {
    transition: none;
  }
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.background-fixed-page .footer-left-fixed-container,
.background-fixed-page .right-bottom-container,
.background-fixed-page .menu-container,
.center-container .mid-page .download-container,
.background-fixed-page .top-left-text {
  opacity: 0;
  will-change: opacity;
  transition: opacity 1s ease;
}

/* Paint optimization */
.menu-container,
.footer-left-fixed-container,
.right-bottom-container {
  will-change: transform;
  transform: translateZ(0);
}

/* Rest of animation related styles */
#drawing-line-1,
#drawing-line-2 {
  will-change: width;
  overflow: hidden;
  width: 0;
}

#fade-yellow-bg,
#fade-animation-1,
#fade-animation-2,
#fade-animation-3,
#label-fade,
#fade-logo {
  will-change: opacity;
  opacity: 0;
}

/* Hide all elements with IDs initially except specific ones */

/* Center container specific styles */
#center-container {
  opacity: 0;
}

/* Elements inside top-page should be visible by default */
#top-page * {
  opacity: 1;
}

/* Transition settings for animations */
[id] {
  transition: opacity 1s ease;
}

#drawing-line-1,
#drawing-line-2 {
  transition: width 1s ease;
}

.fixed-footer-register-container {
  display: none;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background: #2c2b2c;
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  opacity: 0;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  pointer-events: none;
  will-change: opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.modal-container {
  position: relative;
  background: #2c2b2c;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateZ(0);
}

.close-modal-btn {
  cursor: pointer;
  opacity: 1 !important;
  transition: opacity 0.2s ease;
}

.close-modal-btn:hover {
  opacity: 0.8 !important;
}
.close-modal-btn {
  margin-top: 24px;
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--80, #b69c5f);
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 8px */
  letter-spacing: 1.04px;
}

.modal-content {
  width: 100%;
  display: flex;
  justify-content: center;
}

.iframe-container {
  width: 100%;
  max-width: 980px;
  position: relative;
  aspect-ratio: 16/9;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}

.iframe-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 40%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}

.iframe-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.play-button {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  transition: transform 0.3s ease;
}

.zoom-button {
  position: absolute;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  width: 24px;
  height: 23.961px;
  aspect-ratio: 24/23.96;
  bottom: 8px;
  right: 8px;
}

.play-button:hover {
  transform: scale(1.1);
}

.iframe-container.playing img,
.iframe-container.playing .play-button {
  opacity: 0;
  pointer-events: none;
}

.iframe-container.playing iframe {
  opacity: 1;
  pointer-events: auto;
}

.noto-serif-jp-font {
  font-family: "Noto Serif JP", sans-serif;
}

.gunplay-font {
  font-family: "Gunplay", sans-serif;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.header-mobile {
  display: none;
}

.mobile-menu {
  display: none;
}

.background-fixed-page {
  position: fixed;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  background: #1b1b1b;
}

.bg-noisepattern {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 4;
  pointer-events: none;
}

.bg-range-fixed {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 3;
  pointer-events: none;
}

.bg-faded-background {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 2;
}

.crossline-1,
.crossline-2 {
  position: absolute;
  width: 100vw;
  z-index: 2;
  opacity: 0.05;
}

.crossline-1 {
  bottom: 130px;
}

.crossline-2 {
  top: -70px;
}

.center-container {
  display: flex;
  height: 100%;
  position: relative;
  flex-direction: column;
  background: var(--90, #2c2b2c);
  box-sizing: border-box;
  width: 480px;
  overflow: hidden;
}

.mid-page {
  position: relative;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 100svh;
}

.top-left-text {
  color: #ecebec;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 10px */
  letter-spacing: 1.3px;
  left: 24px;
  top: 24px;
  z-index: 3;
}

.opacity-top-layout {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 598px;
  flex-shrink: 0;
  opacity: 0.6 !important;
  background: linear-gradient(360deg, rgba(17, 16, 17, 0) 0%, #111011 100%);
  mix-blend-mode: normal;
}

.opacity-bottom-layout {
  position: absolute;
  z-index: 0;
  bottom: 0;
  width: 100%;
  height: 1458px;
  flex-shrink: 0;
  opacity: 0.6 !important;
  background: linear-gradient(180deg, rgba(17, 16, 17, 0) 0%, #111011 100%);
  mix-blend-mode: multiply;
}

.footer-left-fixed-container {
  position: absolute;
  display: flex;
  gap: 32px;
  left: 24px;
  bottom: 24px;
  z-index: 4;
}

.official-account-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.official-account-container p {
  color: #b69c5f;
  font-size: 14px;
  font-style: normal;
  line-height: 100%; /* 14px */
  letter-spacing: 0.7px;
}

.icon-official-account-container {
  display: flex;
  gap: 24px;
  align-items: center;
}

.social-icon {
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.yt-icon {
  height: 15px;
  object-fit: contain;
}

.share-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.share-container p {
  color: #b69c5f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 0.7px;
}

.right-bottom-container {
  position: absolute;
  display: flex;
  box-sizing: border-box;
  left: calc((100vw - 480px) / 2 + 480px + 40px);
  bottom: 24px;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  z-index: 2;
}

.right-bottom-text {
  width: fit-content;
  height: 24px;
  flex-shrink: 0;
  object-fit: contain;
}

.store-button-container {
  display: flex;
  cursor: pointer;
  gap: 16px;
}

.store-button {
  height: 50px;
}

.store-download-button {
  height: 50px;
  cursor: pointer;
}

.top-page-container {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-direction: column;
  position: relative;
}

.thumbnail-container {
  width: 100%;
  height: 720px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}

.thumbnail-img {
  width: 100%;
  height: 720px;
  object-fit: cover;
}

.top-fade-thumbnail {
  position: absolute;
  top: 0;
  z-index: 2;
  height: 33%;
  object-fit: cover;
  width: 105%;
}
.bottom-fade-thumbnail {
  height: 33%;
  object-fit: cover;
}

.label-thumbnail-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  z-index: 3;
  top: 20px;
}

.label-thumbnail-container img {
  height: 47px;
}

.bottom-fade-thumbnail {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 105%;
}

.logo-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 8px;
  bottom: -16px;
  z-index: 3;
  justify-content: center;
}

.spring-text-svg {
  display: flex;
  gap: 8.4px;
  height: 25px;
  width: 100%;
  justify-content: center;
  position: relative;
}

.spring-text-svg img {
  height: 100%;
  width: 100% !important;
}

.logo-container p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  line-height: 100%; /* 24px */
  letter-spacing: 4.8px;
}

.logo-container img {
  width: 340px;
}

.layer-dirty-top-page {
  height: 219px;
  width: 190px;
  position: absolute;
  bottom: -104px;
  left: 0;
  z-index: 1;
}

.noisepattern {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 99;
  opacity: 1;
  will-change: opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  contain: paint;
  pointer-events: none;
}

.download-container {
  width: 100%;
  padding-top: 64px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;

  z-index: 0;
}

.download-jp-text {
  height: 41px;
  z-index: 1;
}

.gray-border-box {
  width: 100%;
  max-width: 432px;
  z-index: -1;
}

.store-box-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 0 24px 24px 24px;
  height: fit-content;
  gap: 16px;
  width: 100%;
  max-width: 432px;
  box-sizing: border-box;
  width: 100%;
  z-index: 1;
  justify-self: center;
  align-self: center;
}

.store-box-selection-container {
  position: absolute;
  display: flex;
  gap: 16px;
}

.sponsored-list-container {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 0 24px;
  box-sizing: border-box;
  position: relative;
  gap: 40px;
}

.first-line-sponsored {
  display: flex;
  gap: 50px;
  align-items: stretch;
  align-self: start;
}

.second-line-sponsored {
}

.sponsored-item-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 13px;
}

.sponsored-item-container p {
  color: #b69c5f;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: 140%; /* 22.4px */
  letter-spacing: 1.12px;
}

.dirty-download-layer {
  position: absolute;
  top: 31.65px;
  width: 100%;
  z-index: 0;
}

.f4samurai-logo {
  height: 55px;
}

.good-smile-logo {
  height: 40px;
  margin-bottom: 8px;
}

.lidenfilm-logo {
  height: 26px;
}

.introduction-container {
  width: 100%;
  display: flex;
  margin-top: 96px;
  justify-content: center;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
}

.introduction-label-container {
  display: flex;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  align-items: end;
  width: 100%;
  gap: 8px;
}

.red-bar {
  width: calc(100% - 380px);
  height: 8px;
  flex-shrink: 0;
  background: linear-gradient(90deg, #952929 0%, #b93333 100%);
  left: 0;
  z-index: 1;
  position: absolute;
}

.red-bar-information {
  width: calc(100% - 380px);
  height: 8px;
  flex-shrink: 0;
  background: linear-gradient(90deg, #952929 0%, #b93333 100%);
  right: 0;
  bottom: -1px;
  z-index: 1;
  position: absolute;
}

.introduction-text-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  gap: 8px;
  align-items: end;
}

.introduction-text-container p {
  color: #ecebec;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 60px */
  letter-spacing: 1.8px;
  width: fit-content;
  align-items: end;
  z-index: 2;
}
.under-text-introduction {
  color: #ecebec;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  line-height: 100%; /* 12px */
  letter-spacing: 0.84px;
  margin-right: 24px;
  width: fit-content;
}

.bg-range-introduction {
  width: 100%;
  height: 764px;
  object-fit: fill;
  position: absolute;
  top: 0;
  z-index: 1;
}

.introduction-detail-container {
  display: flex;
  margin-top: 103px;
  margin-bottom: 159px;
  flex-direction: column;
  position: relative;
  align-items: center;
  z-index: 1;
}

.introduction-detail-container p {
  color: #b69c5f;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: 140%; /* 22.4px */
  letter-spacing: 1.12px;
}

.title-detail-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}

.title-detail-container p {
  color: #ecebec;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 32px */
  letter-spacing: 1.6px;
}

.detail-introduction-container {
  margin-top: 40px;
  width: 100%;
  max-width: 432px;
}

.detail-introduction-container p {
  color: #ecebec;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 190%; /* 34.2px */
  letter-spacing: 0.9px;
}

.dirty-layer-bottom-introduction {
  position: absolute;
  bottom: -63px;
  width: 100%;
  z-index: 0;
}

.dirty-layer-top-introduction {
  position: absolute;
  top: 16px;
  width: 100%;
  z-index: 0;
}

.gallery-container {
  width: 100%;
  display: flex;
  margin-top: 64px;
  margin-bottom: 96px;
  justify-content: center;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
}

.information-label-container,
.gallery-label-container {
  display: flex;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}

.information-title-text-container,
.credit-title-text-container,
.gallery-title-text-container {
  display: flex;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  width: 100%;
}

.information-title-text-container p,
.credit-title-text-container p,
.gallery-title-text-container p {
  color: #ecebec;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 60px */
  letter-spacing: 1.8px;
  z-index: 2;
}

.red-bar-gallery {
  width: calc(100% - 273px);
  height: 8px;
  flex-shrink: 0;
  background: linear-gradient(90deg, #952929 0%, #b93333 100%);
  right: 0;
  z-index: 1;
  position: absolute;
}

.under-text-credit,
.under-text-gallery {
  color: #ecebec;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  line-height: 100%; /* 12px */
  margin-left: 24px;
  width: fit-content;
  letter-spacing: 0.84px;
}

.dirty-top-gallery {
  width: 290px;
  position: absolute;
  right: 0;
  z-index: 0;
  top: -8px;
}

.video-player-list-container {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 16px;
  pointer-events: auto;
  z-index: 1;
}

.video-grid-list-container p {
  transition: opacity 0.1s ease;
  min-height: 16px;
  margin: 0;
}

.video-grid-list-container p:empty {
  opacity: 0;
  visibility: hidden;
  height: 16px;
}

.fade .video-player-container {
  opacity: 1 !important;
}

.video-player-container {
  display: flex !important;
  width: 100%;
  cursor: pointer;
  max-width: 480px;
  justify-content: center;
  align-items: center;
  height: 100%;
  pointer-events: auto;
  background: #d3d3d3;
  max-height: 270px;
  position: relative;
}

.play-button {
  position: absolute;
}

.image-slide {
  width: 100%;
  height: 100%;
  background: #000;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); /* 20% black overlay */
  pointer-events: none;
}

.image-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); /* 20% black overlay */
  pointer-events: none;
}

.video-grid-list-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 24px;
}

.video-grid-list-container p {
  color: #b69c5f;
  font-size: 16px;
  font-style: normal;
  line-height: 100%; /* 16px */
  letter-spacing: 0.8px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
  box-sizing: border-box;
}

.video-grid-item {
  background: url("./assets/border-movie.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  aspect-ratio: 16/9;
  padding: 4px;
  box-sizing: border-box;
  width: 133px;
  cursor: pointer;
  height: 77.496px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.video-grid-item img {
  width: 100%;
  object-fit: contain;
}

.video-item {
  width: 100%;
  height: 100%;
  background: #d3d3d3;
}

.credit-container {
  width: 100%;
  display: flex;
  margin-bottom: 96px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  padding-top: 96px;
}

.top-credit-background {
  position: absolute;
  width: 102%;
  top: 0px;
  z-index: 0;
  overflow: hidden;
}

.bottom-credit-background {
  width: 102%;
  position: absolute;
  bottom: -120px;
  z-index: 1;
}

.credit-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #3d3d3d;
  z-index: 2;
}

.credit-label-container {
  display: flex;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 8px;
}

.credit-text-container p {
  color: #ecebec;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 60px */
  letter-spacing: 1.8px;
}

.dirty-layer {
  display: flex;
  width: 100%;
  gap: 160px;
  flex-direction: column;
  position: absolute;
  top: -32px;
  z-index: 0;
}

.dirty-top-credit {
  width: 100%;
}

.credit-detail-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  gap: 40px;
}

.credit-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.title-credit {
  color: #b69c5f;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: 140%; /* 22.4px */
  letter-spacing: 1.12px;
}

.small-name-credit,
.name-credit {
  color: #ecebec;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
  letter-spacing: 1.68px;
}

.small-name-credit {
  letter-spacing: 1.4px;
  font-size: 20px;
}

.note-credit {
  color: #ecebec;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.98px;
}

.sub-note-credit-1 {
  color: #ecebec;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 1.26px;
}

.sub-note-credit-2,
.sub-note-credit-3 {
  color: #ecebec;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.98px;
}

.shadow-credit-img-container {
  max-width: 337px;
  max-height: 253px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.credit-img {
  width: 100%;
  height: 100%;
  z-index: 3;
}

.credit-shadow {
  position: absolute;
  width: 337px;
  height: 253px;
  background: #4e4d4e;
  transform: rotate(1.2deg);
  z-index: 2;
  top: 6px;
  left: 6px;
  flex-shrink: 0;
}

.information-container {
  width: 100%;
  display: flex;
  margin-top: 64px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
}

.information-detail-container {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  padding: 32px 24px;
  flex-direction: column;
  position: relative;
  gap: 24px;
}

.information-content-container {
  display: flex;
  gap: 5px;
  justify-content: start;
}

.information-content-container img {
  height: fit-content;
  margin-top: 8px;
}

.information-content-detail {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.information-content-detail :nth-child(1) {
  color: var(--30-white, #ecebec);
  font-size: 18px;
  font-style: normal;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.54px;
}

.information-content-detail :nth-child(2) {
  color: var(--30-white, #ecebec);
  font-size: 24px;
  font-style: normal;
  line-height: 140%; /* 33.6px */
  letter-spacing: 0.72px;
}

.gray-box-bg {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 1;
  width: 320px;
  height: 96px;
  transform: rotate(1.2deg);
  flex-shrink: 0;
  background: var(--80, #4e4d4e);
}

.information-image-container {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.image-content {
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}

.image-content img {
  width: 320px;
  height: 96px;
  flex-shrink: 0;
  z-index: 2;
}

.dummy-text {
  width: 320px;
  height: 96px;
  flex-shrink: 0;
  z-index: 2;
  background: #a3a3a3;
  justify-content: center;
  display: flex;
  align-items: center;
  color: var(--30-white, #ecebec);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.48px;
}

.footer-container {
  margin-top: 45px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 64px;
  box-sizing: border-box;
  align-items: center;
  position: relative;
  padding: 0 25px 20px 25px;
}

.link-underline-text {
  color: #ecebec;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: 100%; /* 16px */
  letter-spacing: 0.48px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.company-information {
  color: #ecebec;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  line-height: 130%; /* 15.6px */
  letter-spacing: 0.84px;
}

.menu-container {
  display: flex;
  position: absolute;
  height: fit-content;
  z-index: 4;
  right: calc((100vw - 480px) / 2 + 480px + 110px);
}

.vertical-menu-label {
  display: flex;
  gap: 7px;
  position: relative;
  width: fit-content;
  margin-top: 18px;
  height: max-content;
  transform: rotate(-90deg);
}

.menu-label {
  color: #b69c5f;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 10px */
  letter-spacing: 1.3px;
}

.vertical-menu-label img {
  width: 7px;
  flex-shrink: 0;
  transform: rotate(90deg);
}

.menu-options {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.menu-options p {
  color: #ecebec;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: 2.08px;
  cursor: pointer;
}

.menu-options p:hover {
  color: #b93333;
  transition: color 0.3s ease;
}

.menu-options p.active {
  color: #b93333;
  transition: color 0.3s ease;
}

.icon-official-account-container img:hover {
  opacity: 0.4;
}

.thumbnail .slick-current {
  opacity: 1;
}

.slick-slide {
  pointer-events: auto !important;
}

.slick-track {
  pointer-events: auto;
}

.slick-list {
  pointer-events: auto;
}

.fade {
  width: 100%;
  max-width: 480px;
  position: relative;
  padding: 0;
  pointer-events: auto !important;
  margin: 0;
}

.thumbnail {
  width: 100%;
}

.slide-arrow {
  display: block;
  width: 17px !important;
  height: 35px !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: auto !important;
  z-index: 3;
  cursor: pointer;
  transition: 0.3s;
  fill: #fff;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
}

.slide-arrow:hover {
  opacity: 0.5;
}

.prev-arrow {
  left: 24px;
}

.next-arrow {
  right: 24px;
}

#cookie-banner {
  position: fixed;
  bottom: 200px;
  right: 20px;
  max-width: 440px;
  background: #fff;
  padding: 20px clamp(1.5rem, 0.84rem + 2.7vw, 3rem);
  text-align: left;
  display: none;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 700;
}

#cookie-banner p {
  font-size: clamp(0.8125rem, 0.778rem + 0.2vw, 0.9375rem);
  line-height: 1.5;
  margin-bottom: 20px;
}

#cookie-banner .cookie-buttons {
  display: flex;
  gap: 12px;
}

#cookie-banner .cookie-buttons button {
  padding: 10px 20px;
  border-radius: 6px;
  border: none;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

#cookie-banner .cookie-buttons button.accept {
  background: #000;
  color: white;
  font-size: clamp(0.75rem, 0.6rem + 0.5vw, 1rem);
}

#cookie-banner .cookie-buttons button.reject {
  background: #fff;
  color: #000;
  font-size: clamp(0.75rem, 0.6rem + 0.5vw, 1rem);
  border: 1px solid #000;
}

@media screen and (max-width: 1200px) {
  .right-bottom-container {
    left: calc((100vw - 480px) / 2 + 480px + 24px);
  }
  .store-button-container {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}

@media screen and (max-width: 1085px) {
  .menu-container {
    right: unset;
    left: 8px;
  }
}

@media screen and (max-width: 1050px) {
  .footer-left-fixed-container {
    flex-direction: column;
  }

  .right-bottom-text {
    height: 20px;
  }
  .store-button {
    height: 47px;
  }

  .right-bottom-container {
    left: calc((100vw - 480px) / 2 + 480px + 16px);
  }
}

@media screen and (max-width: 1024px) {
  #cookie-banner {
    bottom: 125px;
    top: unset;
  }

  .modal-content {
    gap: 24px;
  }

  .close-modal-btn {
    margin-bottom: 32px;
  }

  .background-fixed-page {
    display: none;
  }

  .first-line-sponsored {
    align-self: unset;
  }

  .thumbnail-container {
    height: calc(100svh - 100px);
  }

  .thumbnail-img {
    height: calc(100svh - 100px);
    object-fit: cover;
  }

  .bottom-fade-thumbnail {
    bottom: 0px;
  }

  .center-container {
    width: 100%;
    padding-top: 60px;
  }

  .official-account-container p {
    font-size: 12px;
  }

  .right-bottom-text {
    height: 24px;
  }

  .red-bar-gallery {
    width: calc(100% - 205px);
  }

  .header-mobile {
    background: #2c2b2c;
    display: flex;
    position: fixed;
    padding: 20px;
    width: 100vw;
    z-index: 100;
    height: 60px;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
  }

  .red-bar {
    width: calc(100% - 50% - 120px);
  }

  .fixed-footer-register-container {
    width: 100%;
    min-width: 100vw;
    height: 122px;
    display: flex;
    flex-direction: column;
    padding: 16px;
    box-sizing: border-box;
    position: fixed;
    justify-content: center;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    background-color: #4e4d4e;
    bottom: 0;
    gap: 16px;
    transition: opacity 0.3s ease;
    will-change: opacity;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .fixed-footer-text {
    height: 24px;
  }

  .footer-store-button {
    cursor: pointer;
    height: 50px;
  }

  .fixed-footer-button-container {
    display: flex;
    gap: 8px;
    justify-content: center;
  }

  .header-mobile svg {
    cursor: pointer;
  }

  .header-mobile p {
    color: var(--30-white, #ecebec);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 10px */
    letter-spacing: 1.3px;
    cursor: pointer;
  }

  .mobile-menu {
    display: flex;
    opacity: 0;
    flex-direction: column;
    width: 100vw;
    background: url("./assets/mobile-menu-background.png");
    background-size: 100% 100%;
    height: 100svh;
    box-sizing: border-box;
    position: fixed;
    z-index: 1000;
    pointer-events: none;
    transition: opacity 0.3s ease;
    will-change: opacity;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .mobile-menu.visible {
    opacity: 1;
    pointer-events: auto;
  }

  .bg-range-mobile {
    width: 100vw;
    height: 100dvh;
    object-fit: fill;
    position: absolute;
    z-index: 1;
  }

  .crossline-1 {
    top: 37%;
    opacity: 0.1;
  }

  .crossline-2 {
    top: 30%;
    opacity: 0.1;
  }

  .mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 22px 20px 0px 20px;
    z-index: 3;
  }
  .sponsored-list-container {
    align-self: center;
    margin-right: 24px;
    max-width: 395px;
    box-sizing: unset;
  }

  .mobile-menu-header p {
    color: var(--80, #b69c5f);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 10px */
    letter-spacing: 1.3px;
  }

  .close-btn-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  .close-btn-container p {
    color: var(--80, #b69c5f);
    font-size: 6px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 6px */
    letter-spacing: 0.78px;
  }

  .mobile-menu-list-container {
    display: flex;
    align-items: start;
    z-index: 3;
    margin-top: 41px;
  }

  .mobile-menu-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .mobile-menu-item :nth-child(1) {
    color: var(--30-white, #ecebec);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 32px */
    letter-spacing: 4.16px;
  }

  .mobile-menu-item :nth-child(2) {
    color: var(--80, #b69c5f);
    font-size: 10px;
    font-style: normal;
    line-height: 100%; /* 10px */
    letter-spacing: 0.7px;
  }

  .mobile-menu-link-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .footer-mobile-menu {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 20px 20px;
    height: 100%;

    justify-content: end;
  }

  .footer-left-fixed-container,
  .right-bottom-container {
    position: relative;
    left: unset;
    bottom: unset;
  }

  .footer-left-fixed-container {
    flex-direction: row;
  }
  .store-button-container {
    flex-direction: row;
  }
  .vertical-menu-label {
    margin-top: 20px;
  }

  .footer-container {
    padding: 0 25px calc(122px + 20px) 25px;
  }

  .red-bar-information {
    width: calc(100% - 50% - 138px);
  }
}

@media screen and (max-width: 890px) {
  .menu-options p {
    font-size: 12px;
  }
}

@media screen and (max-width: 840px) {
  .footer-left-fixed-container {
    left: 12px;
    gap: 16px;
  }

  .store-button {
    height: 40px;
  }
}

@media screen and (max-width: 780px) {
  .spring-text-svg {
    gap: 8px;
    height: 23px;
  }

  .label-thumbnail-container {
    top: 15px;
  }

  .label-thumbnail-container img {
    height: 40px;
  }

  .store-download-button {
    height: 47px;
  }

  .logo-container p {
    font-size: 22.235px;
    font-style: normal;
    line-height: 100%; /* 22.235px */
    letter-spacing: 4.447px;
  }

  .logo-container img {
    width: 315px;
  }

  .f4samurai-logo {
    height: 40px;
  }

  .good-smile-logo {
    height: 33px;
    margin-bottom: 2px;
  }

  .lidenfilm-logo {
    height: 24px;
  }

  .sponsored-item-container {
    gap: 16px;
  }

  .sponsored-item-container p {
    font-size: 12px;
  }

  .sponsored-list-container {
    gap: 30px;
    margin-right: unset;
    box-sizing: border-box;
  }

  .information-title-text-container p,
  .credit-title-text-container p,
  .gallery-title-text-container p,
  .introduction-text-container p {
    font-size: 44px;
    letter-spacing: 1.32px;
  }

  .red-bar-information {
    width: calc(100% - 50% - 100px);
  }

  .red-bar {
    width: calc(100% - 50% - 100px);
  }

  .under-text-introduction {
    margin-right: 20px;
    font-size: 10px;
  }

  .introduction-detail-container p {
    font-size: 12px;
  }

  .title-detail-container p {
    font-size: 26px;
  }

  .detail-introduction-container {
    margin-top: 24px;
  }

  .detail-introduction-container p {
    font-size: 14px;
    padding: 0px 24px;
  }

  .bg-range-introduction {
    height: 598px;
  }

  .video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
  }

  .video-grid-item {
    width: 160px;
    height: 93.229px;
    flex-shrink: 0;
  }

  .video-item {
    width: 100%;
    height: 100%;
    background: #d3d3d3;
  }

  .video-grid-list-container {
    padding: 0 8px;
  }

  .gallery-container {
    margin-bottom: 72px;
  }

  .title-credit {
    font-size: 12px;
    font-style: normal;
    line-height: 140%; /* 16.8px */
    letter-spacing: 0.84px;
  }

  .small-name-credit,
  .name-credit {
    font-size: 18px;
    letter-spacing: 1.26px;
  }

  .note-credit {
    font-size: 10px;
    letter-spacing: 0.7px;
  }

  .under-gallery-img {
    font-size: 20px;
    letter-spacing: 1.4px;
  }

  .sub-note-credit-1 {
    font-size: 16px;
    letter-spacing: 1.12px;
  }

  .sub-note-credit-2,
  .sub-note-credit-3 {
    font-size: 12px;
    letter-spacing: 0.84px;
  }

  .information-content-detail :nth-child(1) {
    font-size: 14px;
    letter-spacing: 0.42px;
  }

  .information-content-detail :nth-child(2) {
    font-size: 18px;
    letter-spacing: 0.54px;
  }

  .information-content-container img {
    margin-top: 4px;
  }

  .link-underline-text {
    font-size: 14px;
    letter-spacing: 0.42px;
  }
  .company-information {
    font-size: 10px;
    letter-spacing: 0.7px;
  }
}

@media screen and (max-width: 540px) {
  #cookie-banner {
    left: 50%;
    transform: translate(-50%);
    width: 90%;
    text-align: center;
  }

  #cookie-banner .cookie-buttons {
    justify-content: center;
  }
}

@media screen and (max-width: 375px) {
  .first-line-sponsored {
    gap: 32px;
  }
}
