* {
  padding: 0;
  margin: 0;
}
*, *::before, *::after { box-sizing: border-box; }
body,h1,h2,h3,h4,p,ul,ol,figure { margin: 0; }
ul, ol {
  padding: 0;
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input, textarea, select { font: inherit; }
button {
  border: none;
  outline: none;
}
button:focus, a:focus {
  outline: none;
}
html, header, nav, main, section, header, footer {
  margin: 0 auto;
  padding: 0;
}
html#single {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  max-width: calc(520px / 0.96);
  aspect-ratio: 9 / 20;
  position: relative;
}
@media (min-width: 768px) {
  html#single {
    max-width: calc(520px / 0.96);
    aspect-ratio: 9 / 19.5;
  }
}
body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100dvh;
  position: relative;
  background-color: #000000;
  caret-color: transparent;
  font-size: 1rem;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Yu Mincho", "游明朝", Georgia, "Times New Roman", "MS PMincho", serif;
  font-style: normal;
  line-height: 1.7;
}
html, body {
  overflow: hidden;
  scroll-snap-type: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}

/* section */
.content-section {
  display: none;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}
.content-section:not(.is-current-section),
#top.content-section:not(.is-current-section),
#roadmap.content-section:not(.is-current-section),
#about.content-section:not(.is-current-section),
#interact.content-section:not(.is-current-section) {
  display: none;
}
.content-section.is-current-section {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}
#content-area {
  overflow: hidden;
  scroll-snap-type: none;
  height: 100%;
}
#content-area .content-section {
  display: none;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}
#content-area, #top.content-section {
  background-color: #171717;
}
.content-section h2 {
  margin: 0;
  padding: 1.5% 0 1.5% 2%;
  position: absolute;
  top: calc(72px + 4dvh);
  left: -0.5px;
  width: 88%;
  min-width: 232px;
  max-width: 384px;
  display: flex;
  align-items: center;
  clip-path: polygon(0% 0%, 92% 0%, 100% 50%, 92% 100%, 0% 100%, 0% 50%);
  background: rgba(66, 47, 24, 0.72);
  font-size: clamp(1.125rem, 0.922rem + 0.9vw, 1.5rem);
  color: #c19e4f;
  line-height: 1;
  letter-spacing: 0.01em;
  z-index: 25;
}
@media (min-width: 416px) {
  .content-section h2 {
    top: calc(72px + 6dvh);
  }
}
@media (min-width: 520px) {
  .content-section h2 {
    top: 112px;
  }
}
.content-section h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(208, 171, 83, 1) 0%, rgba(208, 171, 83, 1) 72%, rgba(208, 171, 83, 0) 100%);
}
.content-section h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(208, 171, 83, 1) 0%, rgba(208, 171, 83, 1) 72%, rgba(208, 171, 83, 0) 100%);
}
#top.content-section h2{
  display: none;
}
.content-section h2 span {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  opacity: 0;
  transform: translate(0) scale(0.6);
}
.content-section.is-visible h2 span {
  animation: ZoomIn 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
#roadmap h2.is-h2-animated span {
  animation: ZoomIn 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
@keyframes ZoomIn {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.content-section h2 span img.h2-img {
  display: block;
  width: 100%;
  max-width: 212px;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  image-rendering: -webkit-optimize-contrast;
}
@media (min-width: 520px) {
  .content-section h2 span img.h2-img {
    max-width: 280px;
  }
}

/* --- top --- */
.top-still-image {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  background-color: #171717;
}
.top-still-image.is-visible {
  opacity: 1;
  visibility: visible;
  transition: none;
  display: block;
}
.bg-movie {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
    object-position: center center;
  z-index: 3;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translate(0);
  mix-blend-mode: normal;
}
@media screen and (max-height: 670px) {
  .bg-movie {
    object-position: center top;
  }
}
.bg-movie.is-playing {
  opacity: 1;
  visibility: visible;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 1) 100%);
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  pointer-events: none;
}
.video-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.video-overlay.is-skipped {
  opacity: 1;
  visibility: visible;
  transition: none;
}
.top-contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fade-in-element {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transform: translateY(10px);
}
.fade-in-element.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.gray-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 1;
  visibility: visible;
  z-index: 6;
  overflow: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  pointer-events: none;
}
.gray-overlay::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 30%;
  height: 200%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(30deg);
  opacity: 0;
}
.gray-overlay.is-flashing::after {
  animation: lcdFlash 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.gray-overlay.is-faded {
  opacity: 0;
  visibility: hidden;
}
@keyframes lcdFlash {
  0% { left: -60%; opacity: 0; }
  15% { opacity: 1; }
  85% { opacity: 1; }
  100% { left: 150%; opacity: 0; }
}
.logo-main {
  width: 82%;
  max-width: 432px;
  position: absolute;
  left: 50%;
  bottom: 22%;
  opacity: 0;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 0) scale(1.2);
  transform-origin: center center;
  filter: drop-shadow(rgba(255, 235, 67, 0) 0px 0px 0px) drop-shadow(rgba(255, 235, 67, 0) 0px 0px 0px);
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 600ms ease-out 1s;
  z-index: 5;
}
.logo-main.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0) scale(1);
  filter: drop-shadow(rgba(255, 235, 67, 0.48) 0px 0px 2px) drop-shadow(rgba(255, 235, 67, 0.24) 0px 0px 4px);
}
.logo-main.is-skipped {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0) scale(1);
  filter: drop-shadow(rgba(255, 235, 67, 0.48) 0px 0px 2px) drop-shadow(rgba(255, 235, 67, 0.24) 0px 0px 4px);
  transition: none;
}
.catch-img {
  height: auto;
  position: absolute;
  z-index: 5;
}
.catch-img:nth-of-type(2) {
  width: 64%;
  max-width: 288px;
  bottom: 13%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.catch-img:nth-of-type(2).is-visible {
  transform: translateX(-50%) translateY(0);
}
.catch-img:nth-of-type(2).is-skipped {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  transition: none;
}
.scroll-indicator {
  position: absolute;
  bottom: 0;
  right: 1%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 130;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.0s ease, visibility 1.0s ease;
}
.scroll-indicator.is-visible {
  opacity: 1;
  visibility: visible;
}
.scroll-indicator span {
  margin-bottom: 0.5rem;
  font-size: clamp(0.625rem, 0.557rem + 0.3vw, 0.75rem);
  color: rgba(149, 112, 48, 0.8);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  transform: rotate(0deg);
}
.scroll-indicator::after {
  content: "";
  width: 1px;
  height: 48px;
  background: rgba(208, 171, 83, 0.24);
  position: relative;
  overflow: hidden;
}
.scroll-indicator::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, rgba(231, 216, 133, 0) 0%, rgba(231, 216, 133, 1) 50%, rgba(231, 216, 133, 0) 100%);
  z-index: 1;
  animation: scrollLineMove 2.0s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}
@keyframes scrollLineMove {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  30% {
    transform: scaleY(1);
    transform-origin: top;
  }
  31% {
    transform-origin: bottom;
  }
  60% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}

/* --- story --- */
#story.content-section {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url("../images/story_bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.story-scroll-container {
  margin-top: calc(72px + 4dvh + 40px);
  margin-left: 1%;
  margin-right: 1%;
  padding: 4vh 2%;
  width: 98%;
  height: calc(100% - (72px + 4dvh + 40px));
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #b28d3e transparent;
  scrollbar-width: thin;
}
@media (min-width: 520px) {
  .story-scroll-container {
    margin-top: calc(112px + 50px);
    height: calc(100% - (112px + 50px));
  }
}
.story-movie-container {
  margin: 0 auto;
  width: 80%;
  max-width: 368px;
  border: 1px solid #957030;
  opacity: 0;
  transform: translate(0, 40px);
  position: relative;
  overflow: hidden;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.story-movie-container.is-inview {
  opacity: 1;
  transform: translate(0) scale(1);
}
.story-movie-container a {
  margin: 0 auto;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.story-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: auto;
  height: 2rem;
  fill: rgba(245, 216, 117, 0.88);
  z-index: 5;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
.story-movie-container a:hover .story-play-icon {
  opacity: 0;
  visibility: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .story-movie-container a:hover .story-play-icon {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
.story-movie {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.story-movie-img {
  margin: auto;
  width: 100%;
  max-width: 368px;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) and (pointer: fine) {
  .story-movie-container a:hover .story-movie-img {
    transform: scale(1.03);
  }
}
.story-youtube-area {
  margin: 1rem auto 3rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 10;
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.story-youtube-area.is-inview {
  opacity: 1;
  transform: translate(0);
}
.youtube-play-btn {
  margin: 0 auto;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  width: 88%;
  max-width: 360px;
  background: rgba(104, 75, 37, 0.48);
  background: linear-gradient(90deg,rgba(33, 23, 12, 1) 0%, rgba(75, 54, 27, 1) 50%, rgba(33, 23, 12, 1) 100%);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: clamp(1rem, 0.932rem + 0.3vw, 1.125rem);
  color: #f5d875;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
  transition: all 0.3s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS Gothic", sans-serif;
  font-style: normal;
  white-space: nowrap;
  box-sizing: border-box;
}
.youtube-play-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #d0ab53;
  transform: translate(0);
  image-rendering: auto;
  z-index: 1;
}
.youtube-play-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg,rgba(208, 171, 83, 0.32) 0%, rgba(208, 171, 83, 0) 56%) border-box border-box;
  opacity: 0;
}
.youtube-play-btn:hover {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .youtube-play-btn:hover {
    filter: drop-shadow(0 0 4px rgba(208, 171, 83, 0.24));
  }
}
.youtube-play-btn:hover::after {
  opacity: 1;
}
.youtube-play-btn img {
  margin-right: 0.5rem;
  display: inline-block;
  flex-shrink: 0;
  width: auto;
  height: 12px;
}
.story-contents {
  margin: 0 auto 3rem;
  position: relative;
  width: 97.56%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.story-scroll-container .text {
  width: 96%;
  margin: 0 auto 2dvh;
  font-size: clamp(0.938rem, 0.7rem + 1.05vw, 1.375rem);
  color: #ffffff;
  -webkit-text-stroke: 2px #412a22;
  paint-order: stroke fill;
  stroke-linejoin: round;
  line-height: 1.2;
  text-align: center;
  text-shadow: rgb(65, 42, 34) 1px 1px 4px, rgb(65, 42, 34) -1px -1px 6px;
  opacity: 0;
  visibility: hidden;
  transform: translate(24px, 0);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.8s;
}
.story-scroll-container .text.is-inview,
.story-scroll-container .story-contents.is-inview .text {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.story-swiper {
  margin: 0 auto;
  padding:0 0 6dvh ;
  width: 100%;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translate(0, 40px) scale(0.96);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.6s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
}
.story-contents.is-inview .story-swiper {
  opacity: 1;
  transform: translate(0) scale(1);
}
.story-swiper .swiper-wrapper {
  position: relative;
  width: 88%;
  height: 100%;
}
.story-swiper .swiper-slide {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.story-ss {
  width: 80%;
  max-width: 368px;
  border: 1px solid rgba(0, 0, 0, 0.64);
  aspect-ratio: 2.4 / 3.2;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.story-ss img.story-img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 640px;
  max-width: 368px;
  height: 100%;
  max-height: 952px;
  object-fit: cover;
}
.story-swiper .swiper-button-prev, .story-swiper .swiper-button-next {
  color: #e1be62;
  z-index: 100;
  top: calc(50% + 4vh);
  transform: translateY(-50%) rotate(0deg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s ease;
}
.story-swiper .swiper-button-next { right: -1%; }
.story-swiper .swiper-button-prev { left: -1%; }
.story-swiper .swiper-button-next svg.swiper-navigation-icon, .story-swiper .swiper-button-prev svg.swiper-navigation-icon {
  display: none;
}
.story-swiper .swiper-button-prev {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'><path fill='%23e1be62' d='M32.2,24.15l-4,4,4,4v-8ZM42.83,5.41l-2.83-2.82L14.59,28l25.41,25.41,2.83-2.82-22.59-22.59L42.83,5.41Z'/></svg>");
}
.story-swiper .swiper-button-next {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'><path fill='%23e1be62' d='M25.21,32.15l4-4-4-4v8ZM17.41,2.59l-2.82,2.82,22.58,22.59-22.58,22.59,2.82,2.82,25.42-25.41L17.41,2.59Z'/></svg>");
}
.story-swiper .swiper-button-prev:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'><path fill='%23ffffff' d='M32.2,24.15l-4,4,4,4v-8ZM42.83,5.41l-2.83-2.82L14.59,28l25.41,25.41,2.83-2.82-22.59-22.59L42.83,5.41Z'/></svg>");
}
.story-swiper .swiper-button-next:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'><path fill='%23ffffff' d='M25.21,32.15l4-4-4-4v8ZM17.41,2.59l-2.82,2.82,22.58,22.59-22.58,22.59,2.82,2.82,25.42-25.41L17.41,2.59Z'/></svg>");
}
.story-swiper .swiper-button-disabled { filter: grayscale(1) opacity(0.35); }
.story-swiper .swiper-horizontal>.swiper-pagination-bullets,
.story-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  margin: 0 auto;
  padding: 0.5rem 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64%;
  max-width: 400px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
}
.story-swiper .swiper-pagination-bullets.swiper-pagination-horizontal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(208, 171, 83, 0) 0%, rgba(208, 171, 83, 1) 16%, rgba(208, 171, 83, 1) 84%, rgba(208, 171, 83, 0) 100%);
}
.story-swiper .swiper-pagination-bullets.swiper-pagination-horizontal::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(208, 171, 83, 0) 0%, rgba(208, 171, 83, 1) 16%, rgba(208, 171, 83, 1) 84%, rgba(208, 171, 83, 0) 100%);
}
.story-swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.story-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: auto 8%;
}
@media (min-width: 520px) {
  .story-swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .story-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: auto 4%;
  }
}
.story-swiper .swiper-pagination-bullet {
  background: #C5994E;
  background: linear-gradient(90deg,rgba(197, 153, 78, 1) 0%, rgba(125, 85, 43, 1) 72%);
  transform: rotate(45deg);
  border-radius: 0;
  opacity: 1;
  transition: all 0.3s ease;
}
.story-swiper .swiper-pagination-bullet:hover {
  background: #fff;
  opacity: 1;
}
.story-swiper .swiper-pagination-bullet-active {
  transform: rotate(45deg) scale(1.3);
  background: #E1CE7B;
  background: linear-gradient(90deg,rgba(225, 206, 123, 1) 0%, rgba(152, 116, 57, 1) 72%);
  opacity: 1;
  filter: drop-shadow(0 0 8px rgba(245, 228, 182,0.96));
}
.story-swiper .swiper-button-prev:focus, .story-swiper .swiper-button-next:focus, .swiper-pagination-bullet:focus {
  outline: none;
}

.story-scroll-container p {
  width: 96%;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(0.875rem, 0.807rem + 0.3vw, 1rem);
  font-size: clamp(0.75rem, 0.682rem + 0.3vw, 0.875rem);
  -webkit-text-stroke: 2px #412a22;
  paint-order: stroke fill;
  stroke-linejoin: round;
}

/* --- roadmap autoflame --- */
.roadmap-content-wrapper {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.horizontal-scroll-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.roadmap-swiper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 20;
}
.roadmap-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.swiper-slide.bg1 {
  background-image: url("../images/roadmap_bg1.webp");
}
.swiper-slide.bg2 {
  background-image: url("../images/roadmap_bg2.webp");
}
.swiper-slide.bg3 {
  background-image: url("../images/roadmap_bg3.webp");
}
.swiper-slide.bg4 {
  background-image: url("../images/roadmap_bg4.webp");
}
.roadmap-swiper .swiper-button-prev, .roadmap-swiper .swiper-button-next {
  color: #e1be62;
  z-index: 100;
  top: calc(50% + 4vh);
  transform: translateY(-50%) rotate(0deg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s ease;
}
.roadmap-swiper .swiper-button-next { right: 2%; }
.roadmap-swiper .swiper-button-prev { left: 2%; }
.roadmap-swiper .swiper-button-next svg.swiper-navigation-icon, .roadmap-swiper .swiper-button-prev svg.swiper-navigation-icon {
  display: none;
}
.roadmap-swiper .swiper-button-prev {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'><path fill='%23e1be62' d='M32.2,24.15l-4,4,4,4v-8ZM42.83,5.41l-2.83-2.82L14.59,28l25.41,25.41,2.83-2.82-22.59-22.59L42.83,5.41Z'/></svg>");
}
.roadmap-swiper .swiper-button-next {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'><path fill='%23e1be62' d='M25.21,32.15l4-4-4-4v8ZM17.41,2.59l-2.82,2.82,22.58,22.59-22.58,22.59,2.82,2.82,25.42-25.41L17.41,2.59Z'/></svg>");
}
.roadmap-swiper .swiper-button-prev:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'><path fill='%23ffffff' d='M32.2,24.15l-4,4,4,4v-8ZM42.83,5.41l-2.83-2.82L14.59,28l25.41,25.41,2.83-2.82-22.59-22.59L42.83,5.41Z'/></svg>");
}
.roadmap-swiper .swiper-button-next:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'><path fill='%23ffffff' d='M25.21,32.15l4-4-4-4v8ZM17.41,2.59l-2.82,2.82,22.58,22.59-22.58,22.59,2.82,2.82,25.42-25.41L17.41,2.59Z'/></svg>");
}
.roadmap-swiper .swiper-button-disabled { filter: grayscale(1) opacity(0.35); }
.roadmap-swiper .swiper-horizontal>.swiper-pagination-bullets,
.roadmap-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  margin: 0 auto;
  padding: 0.5rem 0;
  left: 0;
  right: 0;
  bottom: 6vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 400px;
  background: rgba(0, 0, 0, 0.24);
  z-index: 100;
}
.roadmap-swiper .swiper-pagination-bullets.swiper-pagination-horizontal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(208, 171, 83, 0) 0%, rgba(208, 171, 83, 1) 16%, rgba(208, 171, 83, 1) 84%, rgba(208, 171, 83, 0) 100%);
}
.roadmap-swiper .swiper-pagination-bullets.swiper-pagination-horizontal::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(208, 171, 83, 0) 0%, rgba(208, 171, 83, 1) 16%, rgba(208, 171, 83, 1) 84%, rgba(208, 171, 83, 0) 100%);
}
.roadmap-swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.roadmap-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: auto 5%;
}
@media (min-width: 520px) {
  .roadmap-swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .roadmap-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: auto 3%;
  }
}
.roadmap-swiper .swiper-pagination-bullet {
  background: #C5994E;
  background: linear-gradient(90deg,rgba(197, 153, 78, 1) 0%, rgba(125, 85, 43, 1) 72%);
  transform: rotate(45deg);
  border-radius: 0;
  opacity: 1;
  transition: all 0.3s ease;
}
.roadmap-swiper .swiper-pagination-bullet:hover {
  background: #fff;
  opacity: 1;
}
.roadmap-swiper .swiper-pagination-bullet-active {
  transform: rotate(45deg) scale(1.3);
  background: #E1CE7B;
  background: linear-gradient(90deg,rgba(225, 206, 123, 1) 0%, rgba(152, 116, 57, 1) 72%);
  opacity: 1;
  filter: drop-shadow(0 0 8px rgba(245, 228, 182,0.96));
}
.roadmap-swiper .swiper-button-prev:focus, .roadmap-swiper .swiper-button-next:focus, .swiper-pagination-bullet:focus {
  outline: none;
}
.bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/roadmap_bgdot.webp");
  background-size: contain;
  background-position: bottom center;
  background-repeat: repeat-x;
  mix-blend-mode: multiply;
  mix-blend-mode: color-burn;
  z-index: 5;
}
.roadmap-flame {
  margin: 4vh auto 0;
  width: 84%;
  max-width: 384px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translate(40px, 0);
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1), visibility 1s ease;
}
.roadmap-flame::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #d0ab53;
  z-index: -1;
  opacity: 1;
}
.roadmap-flame::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/roadmap_flame.webp"), rgba(0, 0, 0, 0.56);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
  opacity: 1;
}
.roadmap-swiper .is-animated .roadmap-flame {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.roadmap-flame .update-item {
  margin: 6vh auto;
  width: 84%;
  font-size: clamp(1.125rem, 1.057rem + 0.3vw, 1.25rem);
  line-height: 1;
  text-align: center;
  color: #e1be62;
  opacity: 0;
  transform: translate(0, 24px);
}
.roadmap-swiper .is-animated .update-item {
  animation: SlideFadeUp 600ms cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.roadmap-flame .update-item .label {
  margin: 0 auto 2vh;
  padding: 0.7% 6% 0.5%;
  display: block;
  width: fit-content;
  font-size: clamp(0.875rem, 0.807rem + 0.3vw, 1rem);
  font-weight: 500;
  color: #382610;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgba(100, 67, 32, 0.64) 0%, rgba(208, 171, 83, 0.72) 25%, rgba(231, 216, 133, 0.72) 50%, rgba(208, 171, 83, 0.72) 78%, rgba(100, 67, 32, 0.64) 100%) border-box border-box;
  clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS Gothic", sans-serif;
  font-style: normal;
  letter-spacing: 0;
}
.roadmap-flame .update-item dd {
  margin-top: 2vh;
}
.roadmap-flame .update-item .main-text {
  padding-bottom: 2vh;
  font-size: clamp(2.125rem, 1.854rem + 1.2vw, 2.625rem);
  color: #eddcad;
  border-bottom: 1px solid #d0ab53;
  border-image: linear-gradient(to right, #644320, #d0ab53, #e7d885, #d0ab53, #644320);
  border-image-slice: 1;
}
.roadmap-flame .update-item .sub-text {
  font-size: clamp(1.25rem, 1.114rem + 0.6vw, 1.5rem);
  letter-spacing: 0.1em;
}
html[lang="en"] .roadmap-flame .update-item .sub-text {
  font-size: clamp(0.875rem, 0.739rem + 0.6vw, 1.125rem);
  letter-spacing: -0.01em;
}
.roadmap-flame .update-item dt,
.roadmap-flame .update-item .main-text,
.roadmap-flame .update-item .sub-text {
  opacity: 0;
  transform: translate(0, 24px);
}
.roadmap-swiper .is-animated .update-item dt {
  animation: SlideFadeUp 600ms cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 1.1s;
}
.roadmap-swiper .is-animated .update-item .main-text {
  animation: SlideFadeUp 600ms cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 1.3s; 
}
.roadmap-swiper .is-animated .update-item .sub-text {
  animation: SlideFadeUp 600ms cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 1.5s; 
}
@keyframes SlideFadeUp {
  0% {
    opacity: 0;
    transform: translate(0, 24px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.dot-member {
  position: absolute;
  bottom: 8vh; 
  left: 50%;
  display: flex;
  align-items: flex-end;
  z-index: 150;
  transform: translate(-50%, 0);
  pointer-events: none;
}
.dot-member .vargas {
  width: 112px;
  height: 112px;
  position: relative;
  image-rendering: pixelated;
  flex-shrink: 0;
}
.dot-member .selena{
  width: 96px;
  height: 96px;
  position: relative;
  image-rendering: pixelated;
  flex-shrink: 0;
}
.dot-member div {
  margin: 0 -10px;
}
@media (min-width: 521px) {
  .dot-member .vargas {
    width: 224px;
    height: 224px;
  }
  .dot-member .selena {
    width: 192px;
    height: 192px;
  }
  .dot-member div {
    margin: 0 -20px;
  }
}
.dot-img-idle, .dot-img-walk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  image-rendering: pixelated;
  background-repeat: no-repeat;
  display: none;
}
.dot-img-idle.vargas {
  display: block; 
  background-image: url("../images/roadmap_unit_vargas_idle.webp");
  background-size: 400% 100%; 
  background-position: 0px 0%; 
}
.dot-member.is-idling .dot-img-idle.vargas {
  display: block;
  animation: spriteIdle-sp 0.45s linear infinite;
}
@media (min-width: 521px) {
  .dot-member.is-idling .dot-img-idle.vargas {
    animation: spriteIdle-pc 0.45s linear infinite;
  }
}
.dot-member.is-walking .dot-img-idle.vargas,
.dot-member.is-walking .dot-img-idle.selena {
  display: none; 
}
.dot-member.is-walking .dot-img-walk.vargas {
  display: block; 
  background-image: url("../images/roadmap_unit_vargas_walk.webp");
  background-size: 600% 100%;
  background-position: 0px 0%;
  animation: spriteWalk-sp 0.45s linear infinite;
}
@media (min-width: 521px) {
  .dot-member.is-walking .dot-img-walk.vargas {
    animation: spriteWalk-pc 0.45s linear infinite;
  }
}
.dot-member:not(.is-walking):not(.is-idling) .dot-img-idle {
  display: none;
}
.dot-member:not(.is-walking):not(.is-idling) .dot-img-walk.vargas {
  display: block;
  background-image: url("../images/roadmap_unit_vargas_walk.webp");
  background-size: 600% 100%;
  background-position: -560px 0%;
  transform: translateZ(0);
}
@media (min-width: 521px) {
  .dot-member:not(.is-walking):not(.is-idling) .dot-img-walk.vargas {
    background-position: -1120px 0%;
    transform: translateZ(0);
  }
}
.dot-member.facing-left {
  transform: translate(-50%, 0) scaleX(-1);
}
@keyframes spriteIdle-sp {
  0%, 24.99%     { background-position: 0px 0%; }
  25.00%, 49.99%  { background-position: -112px 0%; }
  50.00%, 74.99%  { background-position: -224px 0%; }
  75.00%, 100%    { background-position: -336px 0%; }
}
@keyframes spriteWalk-sp {
  0%, 15.47%       { background-position: 0px 0%; }
  15.48%, 34.52%   { background-position: -112px 0%; }
  34.53%, 49.99%   { background-position: -224px 0%; }
  50.00%, 65.47%   { background-position: -336px 0%; }
  65.48%, 84.52%   { background-position: -448px 0%; }
  84.53%, 100%     { background-position: -560px 0%; }
}
@keyframes spriteIdle-pc {
  0%, 24.99%      { background-position: 0px 0%; }     
  25.00%, 49.99%   { background-position: -224px 0%; }   
  50.00%, 74.99%   { background-position: -448px 0%; }   
  75.00%, 100%     { background-position: -672px 0%; }   
}
@keyframes spriteWalk-pc {
  0%, 15.47%       { background-position: 0px 0%; }     
  15.48%, 34.52%   { background-position: -224px 0%; }   
  34.53%, 49.99%   { background-position: -448px 0%; }   
  50.00%, 65.47%   { background-position: -672px 0%; }   
  65.48%, 84.52%   { background-position: -896px 0%; }   
  84.53%, 100%     { background-position: -1120px 0%; }  
}
.dot-img-idle.selena {
  display: block; 
  background-image: url("../images/roadmap_unit_selena_idle.webp");
  background-size: 400% 100%; 
  background-position: 0px 0%; 
}
.dot-member.is-idling .dot-img-idle.selena {
  display: block;
  animation: spriteSelenaIdle-sp 0.45s linear 0.15s infinite;
}
@media (min-width: 521px) {
  .dot-member.is-idling .dot-img-idle.selena {
    animation: spriteSelenaIdle-pc 0.45s linear 0.15s infinite;
  }
}
.dot-member.is-walking .dot-img-walk.selena {
  display: block; 
  background-image: url("../images/roadmap_unit_selena_walk.webp");
  background-size: 600% 100%;
  background-position: 0px 0%;
  animation: spriteSelenaWalk-sp 0.45s linear 0.15s infinite;
}
@media (min-width: 521px) {
  .dot-member.is-walking .dot-img-walk.selena {
    animation: spriteSelenaWalk-pc 0.45s linear 0.15s infinite;
  }
}
.dot-member:not(.is-walking):not(.is-idling) .dot-img-walk.selena {
  display: block;
  background-image: url("../images/roadmap_unit_selena_walk.webp");
  background-size: 600% 100%;
  background-position: -480px 0%;
  transform: translateZ(0);
}
@media (min-width: 521px) {
  .dot-member:not(.is-walking):not(.is-idling) .dot-img-walk.selena {
    background-position: -960px 0%;
    transform: translateZ(0);
  }
}
@keyframes spriteSelenaIdle-sp {
  0%, 24.99%     { background-position: 0px 0%; }
  25.00%, 49.99%  { background-position: -96px 0%; }
  50.00%, 74.99%  { background-position: -192px 0%; }
  75.00%, 100%    { background-position: -288px 0%; }
}
@keyframes spriteSelenaIdle-pc {
  0%, 24.99%     { background-position: 0px 0%; }
  25.00%, 49.99%  { background-position: -192px 0%; }
  50.00%, 74.99%  { background-position: -384px 0%; }
  75.00%, 100%    { background-position: -576px 0%; }
}
@keyframes spriteSelenaWalk-sp {
  0%, 15.47%     { background-position: 0px 0%; }
  15.48%, 34.52% { background-position: -96px 0%; }
  34.53%, 49.99% { background-position: -192px 0%; }
  50.00%, 65.47% { background-position: -288px 0%; }
  65.48%, 84.52% { background-position: -384px 0%; }
  84.53%, 100%   { background-position: -480px 0%; }
}
@keyframes spriteSelenaWalk-pc {
  0%, 15.47%     { background-position: 0px 0%; }
  15.48%, 34.52% { background-position: -192px 0%; }
  34.53%, 49.99% { background-position: -384px 0%; }
  50.00%, 65.47% { background-position: -576px 0%; }
  65.48%, 84.52% { background-position: -768px 0%; }
  84.53%, 100%   { background-position: -960px 0%; }
}


/* --- about --- */
#about.content-section {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.about-bg-marquee {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  opacity: 0.72;
  pointer-events: none;
}
.about-bg-marquee::after {
  content: '';
  display: block;
 position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-position: 0 0, 0 0;
  background: radial-gradient(#000 1px, transparent 1px);
  background-size: 6px 6px;
  z-index: 2;
  pointer-events: none;
  transform: translateZ(0);
}
.about-bg-marquee .marquee-row {
  width: 100%;
  height: 33.334%;
  position: relative;
  overflow: hidden;
}
.about-bg-marquee .row-middle {
  border-top: 1px solid rgba(255, 235, 67, 0.1);
  border-bottom: 1px solid rgba(255, 235, 67, 0.1);
}
.about-bg-marquee .marquee-track {
  display: block;
  white-space: nowrap;
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0);
}
.about-bg-marquee .marquee-img {
  display: inline-block;
  width: 50%;
  height: 100%;
  background-repeat: repeat-x;
  background-position: center center;
  background-size: auto 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  float: left;
}
.marquee-img.bg1 {
  background-image: url("../images/about_bg1.webp");
}
.marquee-img.bg2 {
  background-image: url("../images/about_bg2.webp");
}
.marquee-img.bg3 {
  background-image: url("../images/about_bg3.webp");
}
.about-bg-marquee .track-left {
  animation: marqueeLoopLeft 35s linear infinite;
}
.about-bg-marquee .track-right {
  animation: marqueeLoopRight 35s linear infinite;
}
@keyframes marqueeLoopLeft {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@keyframes marqueeLoopRight {
  0% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(0);
  }
}
.about-bg-heroes {
  width: 100%;
  min-width: 448px;
  max-width: 496px;
  height: 132px;
  position: absolute;
  bottom: -3dvh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  pointer-events: none;
}
.six-heroes {
  width: 168px;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  opacity: 0;
  transform: translate(0, 40px);
  visibility: hidden;
}
.ill6 {
  margin: 0 auto;
  left: -14%;
  right: 0;
  bottom: 16px;
  background-image: url("../images/about_illustration_magress.webp");
  z-index: 0;
}
.ill5 {
  right: 16%;
  bottom: 0;
  background-image: url("../images/about_illustration_atro.webp");
  z-index: 1;
}
.ill4 {
  left: 16%;
  bottom: 8px;
  background-image: url("../images/about_illustration_eze.webp");
  z-index: 2;
}
.ill1 {
  left: 54%;
  right: 0;
  bottom: -24px;
  transform: translate(-50%, 40px);
  background-image: url("../images/about_illustration_vargas.webp");
  z-index: 3;
}
.ill3 {
  left: 2%;
  bottom: -24px;
  background-image: url("../images/about_illustration_lance.webp");
  z-index: 4;
}
.ill2 {
  right: 4%;
  bottom: -24px;
  background-image: url("../images/about_illustration_selena.webp");
  z-index: 5;
}
#about.heroes-summoned .six-heroes { visibility: visible; }
#about.heroes-summoned .ill6 { animation: summonHero 800ms cubic-bezier(0.215, 0.610, 0.355, 1) forwards 0s, fadeGlow 1000ms ease-out forwards 1.55s; }
#about.heroes-summoned .ill5 { animation: summonHero 800ms cubic-bezier(0.215, 0.610, 0.355, 1) forwards 0.15s, fadeGlow 1000ms ease-out forwards 1.55s; }
#about.heroes-summoned .ill4 { animation: summonHero 800ms cubic-bezier(0.215, 0.610, 0.355, 1) forwards 0.3s, fadeGlow 1000ms ease-out forwards 1.55s; }
#about.heroes-summoned .ill1 { animation: summonHeroCenter 900ms cubic-bezier(0.215, 0.610, 0.355, 1) forwards 0.45s, fadeGlowCenter 1000ms ease-out forwards 1.55s; }
#about.heroes-summoned .ill3 { animation: summonHero 800ms cubic-bezier(0.215, 0.610, 0.355, 1) forwards 0.6s, fadeGlow 1000ms ease-out forwards 1.55s; }
#about.heroes-summoned .ill2 { animation: summonHero 800ms cubic-bezier(0.215, 0.610, 0.355, 1) forwards 0.75s, fadeGlow 1000ms ease-out forwards 1.55s; }
@keyframes summonHero {
  0% {
    opacity: 0;
    transform: translate(0, 40px);
    filter: drop-shadow(0 0 0);
  }
  60% {
    opacity: 1;
    transform: translate(0);
    filter: drop-shadow(0 0 6px rgba(230, 199, 114, 0.6));
  }
  100% {
    opacity: 1;
    transform: translate(0);
    filter: drop-shadow(0 0 6px rgba(230, 199, 114, 0.6));
  }
}
@keyframes summonHeroCenter {
  0% {
    opacity: 0;
    transform: translate(-50%, 40px);
    filter: drop-shadow(0 0 0);
  }
  60% {
    opacity: 1;
    transform: translate(-50%, 0);
    filter: drop-shadow(0 0 8px rgba(230, 199, 114, 0.7));
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
    filter: drop-shadow(0 0 8px rgba(230, 199, 114, 0.7));
  }
}
@keyframes fadeGlow {
  0% {
    filter: drop-shadow(0 0 6px rgba(230, 199, 114, 0.6));
  }
  100% {
    filter: drop-shadow(0 0 0 rgba(230, 199, 114, 0));
  }
}

@keyframes fadeGlowCenter {
  0% {
    filter: drop-shadow(0 0 8px rgba(230, 199, 114, 0.7));
  }
  100% {
    filter: drop-shadow(0 0 0 rgba(230, 199, 114, 0));
  }
}
.about-container{
  position: relative;
  width: 100%;
  display: block;
}
.about-contents {
  margin: 0 1%;
  padding: 0 2% 1rem;
  width: 98%;
  height: 48dvh;
  overflow-y: scroll; 
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  top: 0;
  z-index: 5;
  opacity: 0;
  transform: translate(0, 40px);
  -webkit-overflow-scrolling: touch; 
  scrollbar-color: #b28d3e transparent;
  scrollbar-width: thin;
}
@media (min-width: 320px) {
  .about-contents {
    margin-top: calc(72px + 4dvh + 50px);
    overflow-y: scroll;
  }
}
@media (min-width: 416px) {
  .about-contents {
    margin-top: calc(72px + 6dvh + 55px);
    overflow-y: scroll;
  }
}
@media (min-width: 520px) {
  .about-contents {
    margin-top: calc(112px + 60px);
    overflow-y: scroll;
  }
}
.about-contents::-webkit-scrollbar {
  width: 4px;
}
.about-contents::-webkit-scrollbar-track {
  background: transparent;
}
.about-contents::-webkit-scrollbar-thumb {
  background: #b28d3e;
  border-radius: 10px;
}
.about-contents::-webkit-scrollbar-button {
  display: none;
}
#about.is-visible .about-contents {
  animation: FadeUp 800ms cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.6s;
}
.content-section h3 {
  margin-bottom: 3dvh;
  font-size: clamp(1rem, 0.932rem + 0.3vw, 1.125rem);
  line-height: 1;
  color: #fff;
  -webkit-text-stroke: 2px #000000;
  paint-order: stroke fill;
  stroke-linejoin: round;
}
html[lang="en"] .content-section h3 {
  word-break: break-word;
}
.about-contents p {
  color: #fff;
  font-size: clamp(0.813rem, 0.745rem + 0.3vw, 0.938rem);
  font-size: clamp(0.875rem, 0.807rem + 0.3vw, 1rem);
  -webkit-text-stroke: 2px #000000;
  paint-order: stroke fill;
  stroke-linejoin: round;
}
html[lang="en"] .about-contents p {
  word-break: break-word;
}
.about-contents p strong {
  color: #f5d875;
  font-weight: bold;
}
.about-contents p+p {
  margin-top: 2dvh;
}
.scroll-indicator.about-indicator {
  position: absolute;
  bottom: -1px;
  right: 1%;
  z-index: 10;
  pointer-events: none;
  display: none;
  transition: opacity 0.4s, visibility 0.4s;
}
.scroll-indicator.about-indicator.is-visible {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 1;
  visibility: visible;
}
.scroll-indicator.about-indicator.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.scroll-indicator.about-indicator span {
  margin-bottom: 0.5rem;
  font-size: clamp(0.625rem, 0.557rem + 0.3vw, 0.75rem);
  color: rgba(149, 112, 48, 0.8);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  transform: rotate(0deg);
  display: inline-block;
  position: relative;
  z-index: 12;
  opacity: 1;
  visibility: visible;
  text-shadow: rgb(0, 0, 0) 0px 0px 2px, rgb(0, 0, 0) 0px 0px 4px, rgb(0, 0, 0) 0px 0px 6px, rgb(0, 0, 0) 0px 0px 8px;
}
.scroll-indicator.about-indicator::after {
  height: 24px;
}
.scroll-indicator.about-indicator::before {
  height: 24px;
}
@keyframes FadeUp {
  0% {
    opacity: 0;
    transform: translate(0, 40px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
#about.is-visible.is-animated-once .about-contents {
  opacity: 1;
  transform: translate(0, 0);
  animation: none;
}

/* --- interact --- */
#interact.content-section {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url("../images/interact_bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.interact-content-wrapper {
  margin: 0 1%;
  padding: 0 2% 1rem;
  width: 98%;
  height: calc(100% - (72px + 4dvh + 50px) - 82px); 
  overflow-y: scroll; 
  overflow-x: hidden;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch; 
  scrollbar-color: #b28d3e transparent;
  scrollbar-width: thin;
  position: relative;
}
@media (min-width: 320px) {
  .interact-content-wrapper {
  margin-top: calc(72px + 4dvh + 50px);
  }
}
@media (min-width: 416px) {
  .interact-content-wrapper {
    margin-top: calc(72px + 6dvh + 55px);
    height: calc(100% - (72px + 6dvh + 55px) - 82px);
  }
}
@media (min-width: 520px) {
  .interact-content-wrapper {
    margin-top: calc(112px + 60px);
    height: calc(100% - (112px + 60px) - 92px);
  }
}
.interact-content-wrapper::-webkit-scrollbar {
  width: 4px;
}
.interact-content-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.interact-content-wrapper::-webkit-scrollbar-thumb {
  background: #b28d3e;
  border-radius: 10px;
}
.interact-content-wrapper::-webkit-scrollbar-button {
  display: none;
}
.interact-next {
  margin: 0 auto 2vh;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 40px);
  transition: opacity 0.8s ease, transform 0.8s ease, visibility 0.8s;
}
.interact-next.is-inview {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}
.interact-label {
  margin: 0 auto 1vh;
  padding: 0.7% 8% 0.5%;
  width: fit-content;
  font-size: clamp(0.75rem, 0.682rem + 0.3vw, 0.875rem);
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgba(100, 67, 32, 0.64) 0%, rgba(208, 171, 83, 0.72) 25%, rgba(231, 216, 133, 0.8) 50%, rgba(208, 171, 83, 0.72) 78%, rgba(100, 67, 32, 0.64) 100%) border-box border-box;
  clip-path: polygon(8% 0%, 92% 0%, 100% 50%, 92% 100%, 8% 100%, 0% 50%);
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS Gothic", sans-serif;
  font-style: normal;
  line-height: 1;
}
.interact-next .text {
  margin: 2vh auto 3vh;
  width: fit-content;
  font-size: clamp(0.875rem, 0.807rem + 0.3vw, 1rem);
  color: #af8e42;
  line-height: 1;
  letter-spacing: 0.02em;
}
.interact-movie-container {
  margin: 0 auto;
  width: 80%;
  border: 1px solid #957030;
  position: relative;
  overflow: hidden;
}
.interact-movie-container a {
  margin: 0 auto;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.interact-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: auto;
  height: 2rem;
  fill: rgba(245, 216, 117, 0.88);
  z-index: 5;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
.interact-movie-container a:hover .interact-play-icon {
  opacity: 0;
  visibility: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .interact-movie-container a:hover .interact-play-icon {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
.interact-movie {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.interact-movie-img {
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    margin: auto;
    width: 100%;
    max-width: 368px;
}
@media (hover: hover) and (pointer: fine) {
  .interact-movie-container a:hover .interact-movie-img {
    transform: scale(1.03);
  }
}
.interact-explanation {
  margin: 0.75rem auto 2vh;
  width: 88%;
  padding: 0.5rem;
  color: #fff;
  font-size: clamp(0.813rem, 0.745rem + 0.3vw, 0.938rem);
  line-height: 1.7;
  letter-spacing: 0.02em;
  background: rgba(0, 0, 0, 0.32);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.2);
  transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s, transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s, visibility 0.6s 0.2s;
}
.interact-explanation.is-inview {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.hashtag{
  color: #eddcad;
  font-size: clamp(0.78rem, 0.72rem + 0.3vw, 0.875rem);
}
.interact-past-list {
  margin: 0 auto 2vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 40px);
  transition: opacity 0.8s ease, transform 0.8s ease, visibility 0.8s ease;
}
.interact-past-list.is-inview {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}
.interact-past-list ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
}
.interact-past-list li {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.interact-past-list li a {
  margin: 0 auto;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 196px;
  width: 72%;
  max-width: 256px;
  background: rgba(104, 75, 37, 0.48);
  background: linear-gradient(90deg,rgba(33, 23, 12, 1) 0%, rgba(75, 54, 27, 1) 50%, rgba(33, 23, 12, 1) 100%);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: clamp(1rem, 0.932rem + 0.3vw, 1.125rem);
  color: #f5d875;
  letter-spacing: 0.05em;
  line-height: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS Gothic", sans-serif;
  font-style: normal;
  white-space: nowrap;
  position: relative;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.interact-past-list li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #d0ab53;
  transform: translate(0);
  image-rendering: auto;
  z-index: 1;
}
.interact-past-list li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg,rgba(208, 171, 83, 0.32) 0%, rgba(208, 171, 83, 0) 56%) border-box border-box;
  opacity: 0;
}
.interact-past-list li a:hover {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .interact-past-list li a:hover {
    filter: drop-shadow(0 0 4px rgba(208, 171, 83, 0.24));
  }
}
.interact-past-list li a:hover::after {
  opacity: 1;
}
.interact-past-list li a img {
  margin-right: 0.5rem;
  display: inline-block;
  flex-shrink: 0;
  width: auto;
  height: 12px;
}
.interact-past-list li a span {
  margin-left: 0.5rem;
  display: inline-block;
  flex-shrink: 0;
  font-size: clamp(0.625rem, 0.557rem + 0.3vw, 0.75rem);
  letter-spacing: 0.02em;
}
.interact-bg-rus {
  margin-top: -4dvh;
  width: 100%;
  min-width: 336px;
  max-width: 496px;
  height: 51px;
  position: relative;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  pointer-events: none;
}
.rus-dot {
  width: 36px;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 24px);
  image-rendering: pixelated;
  transition: opacity 0.8s ease, transform 0.8s ease, visibility 0.8s ease;
}
@media (min-width: 521px) {
  .interact-bg-rus {
    height: 94px;
  }
  .rus-dot {
    width: 72px;
  }
}
.rus2 {
  left: 4%;
  background-image: url("../images/interact_unit_squirty.webp");
  z-index: 3;
}
.rus1 {
  right: 9%;
  background-image: url("../images/interact_unit_burny.webp");
  z-index: 0;
}
.rus6 {
  margin: 0 auto;
  right: 0;
  background-image: url("../images/interact_unit_gloomy.webp");
  z-index: 2;
}
.interact-bg-rus.is-inview .rus2 {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
  animation: rusFloatBounce 2.2s infinite ease-in-out 0.6s;
}
.interact-bg-rus.is-inview .rus1 {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
  animation: rusFloatBounce 1.8s infinite ease-in-out 0.8s;
}
.interact-bg-rus.is-inview .rus6 {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
  animation: rusFloatBounce 2.5s infinite ease-in-out 1.0s;
}
@keyframes rusFloatBounce {
  0%, 100% {
    transform: translate(0);
  }
  50% {
    transform: translate(0, -8px);
  }
}
  /* footer */
footer {
  width: 100%;
  background-color: #000;
  margin-top: auto;
  box-sizing: border-box;
  scroll-snap-align: end;
  position: relative;
  z-index: 5;
  clear: both;
}
.footer-container {
  margin: 16px auto 10px;
  display: flex;
  align-items: baseline;
  justify-content: space-evenly;
  gap: 0.2rem;
  text-align: center;
}
.footer-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}
.footer-copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  text-align: center;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS Gothic", sans-serif;
  font-style: normal;
}
footer a {
  display: inline-block;
  line-height: 1;
}
footer .footer-sns a {
  padding: 12px;
  height: 2.6rem;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 520px) {
  footer .footer-sns a {
    padding: 10px;
    height: 2.2rem;
  }
}
footer .footer-sns a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid #957030;
  z-index: -1;
}
footer .footer-sns a::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(104, 75, 37, 0.24);
  z-index: -2;
}
footer .footer-sns a img {
  max-height: 100%;
  width: 100%;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  footer .footer-sns a:hover img {
    filter: drop-shadow(0 0 8px rgba(230,199,114,0.8));
    transform: scale(1.08);
  }
}
.footer-container svg {
  width: 100%;
  max-width: 88px;
  fill: #e94709;
  transition: all 0.3s ease;
}
footer a:hover #alim-logo-footer {
  fill: #fff;
}
@media (hover: hover) and (pointer: fine) {
  footer a:hover #alim-logo-footer {
    filter: drop-shadow(0 0 8px rgba(230,199,114,0.8));
    transform: scale(1.08);
  }
}
.copyright {
  display: block;
  color: #4c421f;
  font-size: clamp(0.625rem, 0.557rem + 0.3vw, 0.75rem);
  white-space: nowrap;
  letter-spacing: 0.02em;
}
#content-area footer {
  display: none;
}
#content-area .content-section#interact.is-current-section ~ footer,
#content-area .content-section#interact.is-current-section footer {
  display: block;
}

br.sp {
  display: none;
}
/*@media (max-width: 768px) {
  br.sp {
    display: inline;
  }
}*/