* {
  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 { font-size: 100%; }
body {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  min-height: 100dvh;
  position: relative;
  background-color: #000;
  caret-color: transparent;
  font-size: 1rem;
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS P明朝", "MS Mincho", serif;
  font-style: normal;
  line-height: 1.7;
  overflow: hidden;
}
/* loading */
#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  transition: opacity 1s ease;
}
#loading-screen.is-loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#loading-screen.is-skipped {
  display: none;
  opacity: 0;
}
.loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.sk-folding-cube {
  width: 40px;
  height: 40px;
  position: relative;
  transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5d875;
  animation: sk-foldCubeAngle 1.2s infinite linear both;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 { transform: scale(1.1) rotateZ(90deg); }
.sk-folding-cube .sk-cube3 { transform: scale(1.1) rotateZ(180deg); }
.sk-folding-cube .sk-cube4 { transform: scale(1.1) rotateZ(270deg); }
.sk-folding-cube .sk-cube2:before { animation-delay: 0.15s; }
.sk-folding-cube .sk-cube3:before { animation-delay: 0.3s; }
.sk-folding-cube .sk-cube4:before { animation-delay: 0.45s; }
@keyframes sk-foldCubeAngle {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}
#system-loading-text {
  color: #bc9744;
  font-size: clamp(0.875rem, 0.807rem + 0.3vw, 1rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  animation: goldPulse 2s infinite ease-in-out;
}
#system-loading-text::after {
  content: "...";
  position: absolute;
  left: 100%;
  animation: dotProgress 2s infinite steps(4);
}
@keyframes goldPulse {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}
@keyframes dotProgress {
  0% { content: ""; }
  25% { content: "."; }
  50% { content: ".."; }
  75%, 100% { content: "..."; }
}
#loading-text {
  color: #ffffff;
  font-size: clamp(1.75rem, 1.479rem + 1.2vw, 2.25rem);
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.8;
  display: none;
  transition: opacity 1s ease;
}
.fade-out {
  opacity: 0;
  transition: opacity 1s ease;
}
/* audio */
#audio-confirm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  color: #fff;
  opacity: 1;
  transition: opacity 1.5s ease;
}
.is-visible {
  opacity: 1;
}
.confirm-content {
  margin: 0 auto;
  font-size: clamp(1rem, 0.932rem + 0.3vw, 1.125rem);
  text-align: center;
  animation: audioContentFadeIn 1.0s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes audioContentFadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.confirm-content p {
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
#start-button {
  padding: 1rem 4rem;
  background: rgba(104, 75, 37, 0.48);
  background: linear-gradient(90deg,rgba(66, 47, 24, 0.48) 0%, rgba(104, 75, 37, 0.72) 50%, rgba(66, 47, 24, 0.48) 100%);
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-size: clamp(1rem, 0.932rem + 0.3vw, 1.125rem);
  color: #f5d875;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  transition: all 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS Gothic", sans-serif;
  font-style: normal;
}
#start-button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #d0ab53;
  perspective: 1000px;
  transform: translate3d(0, 0, 0);
  image-rendering: auto;
  z-index: 1;
}
#start-button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  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;
}
#start-button:hover {
  color: #fff;
  filter: drop-shadow(0 0 4px rgba(208, 171, 83, 0.24));
}
#start-button:hover::after {
  opacity: 1;
}

/* section */
.content-section {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  scroll-snap-align: start;
  box-sizing: border-box;
}
.site-container {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  aspect-ratio: 9 / 20;
  transition: opacity 1.5s ease;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 2;
  opacity: 0;
}
@media (min-width: 768px) {
  .site-container {
    max-width: calc(520px / 0.96);
    aspect-ratio: 9 / 19.5;
  }
}
.site-container::-webkit-scrollbar {
  display: none;
}
body.is-site-visible .site-container {
  opacity: 1;
}
.site-container {
  background: linear-gradient(90deg,rgba(90, 60, 19, 0) 0%, rgba(90, 60, 19, 0.24) 8%, rgba(130, 94, 44, 0.4) 40%, rgba(130, 94, 44, 0.4) 64%, rgba(90, 60, 19, 0.24) 92%, rgba(90, 60, 19, 0) 100%);
  background-size: cover;
}

/* header & controls */
.header-parent-container {
  margin: 0 auto;
  position: absolute;
  top: 3%;
  right: 0;
  left: 0;
  z-index: 500;
  display: flex;
  width: 88%;
  align-items: start;
}
#site-controls {
  margin: 2% auto 0;
  flex-shrink: 0;
  width: auto;
  display: flex;
  gap: 12px;
}
.control-group {
  padding: 6px 12px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  font-size: clamp(0.75rem, 0.682rem + 0.3vw, 0.875rem);
  line-height: 1;
  position: relative;
}
@media (max-width: 520px) {
  #site-controls {
    top: 2.2%;
    right: 4.4%;
    gap: 8px;
  }
  .control-group {
    padding: 4px 10px;
  }
}
.control-group::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  border: 1px solid #e7d885;
  z-index: -1;
}
.control-group::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background: rgba(66, 47, 24, 0.72);
  z-index: -2;
}
.control-circle, .menu-circle {
  width: auto;
  height: 2.1rem;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
}
.control-circle::before, .menu-circle::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid #e7d885;
  z-index: -1;
}
.control-circle::after, .menu-circle::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(66, 47, 24, 0.72);
  z-index: -2;
}
.icon-global {
  margin-right: 0.4rem;
  width: auto;
  height: 0.9rem;
  fill: #f5d875;
  transition: fill 0.3s ease;
}
/* language */
.lang-btn {
  color: #b28d3e;
  line-height: 1;
  text-decoration: none;
  transition: color 0.3s;
}
.lang-btn.active, .lang-btn:hover {
  color: #fff;
}
.lang-btn:hover {
  filter: drop-shadow(0 0 5px rgba(208, 171, 83, 0.3));
}
.separator {
  margin: 0 0.2rem;
  color: #b28d3e;
}
/* music */
.music-btn {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.music-btn svg {
  width: auto;
  height: 0.9rem;
  fill: #f5d875;
  transition: all 0.3s ease;
}
.music-btn .icon-music-off { display: none; }
.music-btn.is-paused .icon-music-on { display: none; }
.music-btn.is-paused .icon-music-off {
  display: block;
  fill: #b28d3e;
}
.music-btn:hover svg, .music-btn.is-paused:hover .icon-music-on, .music-btn.is-paused:hover .icon-music-off {
  fill: #fff;
  filter: drop-shadow(0 0 4px rgba(208, 171, 83, 0.3));
}
/* hamburger-menu */
#hamburger-menu {
  display: flex;
  align-items: center;
}
.menu-trigger-btn {
  padding: 0;
  position: relative;
  top: auto;
  left: auto;
  z-index: 1100;
  background: none;
  border: none;
  cursor: pointer;
}
.menu-circle span {
  display: block;
  width: 45%;
  height: 1px;
  background: #f5d875;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.menu-circle span:nth-child(1) { top: 35%; }
.menu-circle span:nth-child(2) { top: 50%; }
.menu-circle span:nth-child(3) { top: 65%; }
.is-active .menu-circle span:nth-child(1) { 
  top: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.is-active .menu-circle span:nth-child(2) { 
  opacity: 0;
}
.is-active .menu-circle span:nth-child(3) { 
  top: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
#menu-trigger:hover .menu-circle span {
  background: #fff;
  box-shadow: 0 0 5px rgba(208, 171, 83, 0.5);
}
.control-group, .control-circle, .menu-trigger-btn {
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS Gothic", sans-serif;
  font-weight: 500;
}
#menu-content {
  position: fixed;
  top: -2%;
  left: 50%;
  transform: translateX(-50%);
  width: 100dvw;
  height: calc(100dvh + 2%);
  background: rgba(0, 0, 0, 1);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0s ease, visibility 0s ease;
  pointer-events: none;
}
#menu-content.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.menu-bg-container{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  overflow: hidden;
  pointer-events: none;
}
.menu-bg-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url("../images/menu_bg_top.gif");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  opacity: 0;
  transition: opacity 300ms ease;
  display: none;
}
.menu-bg-container::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background-image: url("../images/menu_bg_bottom.gif");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  opacity: 0;
  transition: opacity 300ms ease;
  display: none;
}
@media (min-width: 520px) {
  .menu-bg-container::before, .menu-bg-container::after {
    width: 25%;
  }
}
#menu-content.is-open .menu-bg-container::before, #menu-content.is-open .menu-bg-container::after {
  display: block;
  opacity: 0.24;
}
.menu-bg-dot {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  z-index: 2;
  image-rendering: pixelated;
  filter: brightness(0.4);
  opacity: 0;
  transform: translate3d(32px, 0, 0);
  transition: opacity 0s ease, transform 0s ease;
}
@media (min-width: 520px) {
  .menu-bg-dot {
    width: 50%;
  }
}
#menu-content .menu-bg-dot.monochrome-dot1 {
  background-image: url("../images/menu_unit_vargas_mono.webp");
}
#menu-content .menu-bg-dot.monochrome-dot2 {
  background-image: url("../images/menu_unit_selena_mono.webp");
}
#menu-content.is-open .menu-bg-dot {
  opacity: 0.88;
  transform: translate3d(32px, 0, 0);
  transition: opacity 0.4s ease 0.25s;
  animation: pulseDotOnce 8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards 0.65s;
}
@keyframes pulseDotOnce {
0% { transform: translate3d(32px, 0, 0); }
  100% { transform: translate3d(0, 0, 0); }
}
.sp-menu-nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  z-index: 10;
}
.sp-menu-nav li {
  list-style: none;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
#menu-content.is-open li:nth-child(1) { transition-delay: 0.15s; opacity: 1; transform: translateY(0); }
#menu-content.is-open li:nth-child(2) { transition-delay: 0.28s; opacity: 1; transform: translateY(0); }
#menu-content.is-open li:nth-child(3) { transition-delay: 0.40s; opacity: 1; transform: translateY(0); }
.sp-menu-nav a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: serif;
  font-size: clamp(1.5rem, 1.229rem + 1.2vw, 2rem);
  letter-spacing: 0.1em;
}
.sp-menu-nav a, .sp-menu-nav img {
  transition: all 0.3s ease;
}
.sp-menu-nav .sns-icons-wrapper {
  margin-top: 1vh;
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: center;
  align-items: center;
}
.sp-menu-nav a:hover {
  color: #f5e4b6;
  filter: drop-shadow(0 0 8px rgba(230,199,114,0.8));
  transform: scale(1.08);
}
.sp-menu-nav .sns-icons {
  width: 56px;
  height: 56px;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #d0ab53;
  box-sizing: border-box;
  position: relative;
}
.sp-menu-nav .sns-icons img {
  display: block;
  width: 100%;
  height: 20px;
}
header {
  flex: 1 ;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 2vw;
  width: 96%;
  z-index: 600;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
header.is-header-visible {
  opacity: 1;
  visibility: visible;
}
header h1 {
  display: inline-block;
  font-size: clamp(1rem, 0.864rem + 0.6vw, 1.25rem);
  letter-spacing: 0.1em;
  line-height: 1;
}
header h1.logo-s {
  pointer-events: auto;
  cursor: default;
}
header h1.logo-s img {
  width: 100%;
  max-width: 168px;
  transition: all 0.3s ease;
}
header h1.logo-s:hover img {
  filter: drop-shadow(0 0 8px rgba(230,199,114,0.8));
  transform: scale(1.08);
}


/* center contents */
.inner-device-wrapper {
  margin: 2% auto 0;
  position: relative;
  width: 94%;
  max-width: 520px;
  height: 100%;
  filter: drop-shadow(0 0 25px rgba(245, 229, 185, 0.35)) drop-shadow(0 0 60px rgba(225, 190, 98, 0.15));
}
.main-flame {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/flame_smartphone_bg_top.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  pointer-events: none;
  z-index: 110;
}
@media (min-width: 520px) {
  .main-flame {
    width: 100%;
  }
}
@media (min-height: 500px) {
  .main-flame {
    background-image: url("../images/flame_smartphone_bg_top.webp"), url("../images/flame_smartphone_bg_middle.webp");
    background-position: top center, bottom center;
    background-size: contain, contain;
  }
}
@media (min-height: 520px) {
  .main-flame:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(-50%);
    background-image: url("../images/flame_smartphone_bg_bottom.webp");
    background-size: contain;
    background-repeat: repeat-y;
    background-position: center;
    z-index: 0;
  }
}
@media (min-height: 700px) {
  .main-flame:after {
    content: "";
    height: 90%;
  }
}
.smartphone-accessory {
  position: absolute;
  top: 0.9%;
  left: 0;
  right: 0;
  width: 100%;
  height: 2.3%;
  background-image: url("../images/flame_smartphone_camera.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  pointer-events: none;
  z-index: 120;
}
@media (min-width: 1025px) {
  .smartphone-accessory {
    top: 1.2%;
  }
}
.site-container .main-flame {
  filter: drop-shadow(0 0 2px rgba(245, 228, 182, 0.96)) drop-shadow(0 0 4px rgba(238, 214, 151, 0.72)) drop-shadow(0 0 6px rgba(230, 199, 114, 0.48)) drop-shadow(0 0 8px rgba(211, 177, 91, 0.32));
}
main {
  position: absolute;
  top: 0.9%;
  bottom: 0;
  left: 2.6%;
  right: 2.4%;
  width: 95%;
  height: calc(100% - 2.5%);
  margin: 0 auto;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-radius: 6vw 6vw 0 0;
  z-index: 120;
  box-sizing: border-box;
}
@media (min-width: 520px) {
  .smartphone-accessory, main {
    top: 1.2vw;
  }
  main {
    border-radius: 30px 30px 0 0;
  }
}
@media (min-width: 1025px) {
  .smartphone-accessory, main {
    top: 1.5%;
  }
}
main::-webkit-scrollbar {
  display: none;
}
main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  border-top: 1.5px solid transparent;
  border-left: 1.5px solid transparent;
  border-bottom: 1.5px solid transparent;
  background: linear-gradient(135deg, rgba(17,17,17,0) 0%, rgba(51,51,51,0) 35%, rgba(193,158,79,0.72) 50%, rgba(51,51,51,0) 65%, rgba(17,17,17,0) 100%) border-box;
  background-size: 200% 200%;
  background-position: 0% 0%;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 10;
  transition: background-position 1.8s cubic-bezier(0.25, 1, 0.5, 1) 1.5s;
  image-rendering: -webkit-optimize-contrast;
  color-interpolation-filters: sRGB;
  perspective: 1000px;
  transform: translate3d(0, 0, 0);
  image-rendering: auto;
}
body.is-site-visible main::before {
  background-position: 100% 100%;
}
.content-section h2 {
  margin: 0;
  padding: 2% 0 2% 4%;
  position: absolute;
  top: calc(72px + 4dvh);
  left: -0.5px;
  width: 88%;
  min-width: 232px;
  max-width: 384px;
  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.25rem, 1.114rem + 0.6vw, 1.5rem);
  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;
  font-size: 0;
}
#roadmap.content-section h2{
}
#about.content-section h2{
}
.content-section h2 span {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(0.6);
}
.content-section.is-visible h2 span {
  animation: aosZoomIn 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
#roadmap h2.is-h2-animated span {
  animation: aosZoomIn 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
/* --- top --- */
.bg-movie {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
    object-position: center center;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translate3d(0, 0, 0);
  perspective: 1000;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  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: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  pointer-events: none;
}
.video-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.top-contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  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-color: #171717;
  opacity: 1;
  visibility: visible;
  z-index: 12;
  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: translate3d(-50%, 0, 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 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 600ms ease-out 1000ms;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  perspective: 1000;
  -webkit-perspective: 1000;
  z-index: 125;
}
.logo-main.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate3d(-50%, 0, 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-focused {
}
.catch-img {
  height: auto;
  position: absolute;
  z-index: 4;
}
.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);
}
.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;
  }
}

/* --- 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;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.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 4%;
}
@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 2%;
  }
}
.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;
  transform: rotateY(-90deg);
  transform-origin: left center; 
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
.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 {
  animation: aosFlipRight 850ms cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.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: translate3d(0, 24px, 1px);
}
.roadmap-swiper .is-animated .update-item {
  animation: aosSlideFadeUp 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: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", 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: translate3d(0, 24px, 1px);
}
.roadmap-swiper .is-animated .update-item dt {
  animation: aosSlideFadeUp 600ms cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.65s;
}
.roadmap-swiper .is-animated .update-item .main-text {
  animation: aosSlideFadeUp 600ms cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.80s; 
}
.roadmap-swiper .is-animated .update-item .sub-text {
  animation: aosSlideFadeUp 600ms cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.95s; 
}
.dot-member {
  position: absolute;
  bottom: 8vh; 
  left: 50%;
  width: 112px;
  height: 112px;
  z-index: 150;
  image-rendering: pixelated;
  transform: translate3d(-50%, 0, 0) scaleX(1);
  pointer-events: none;
}
@media (min-width: 521px) {
  .dot-member {
    width: 224px;
    height: 224px;
  }
}
.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; 
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-origin: padding-box;
  background-clip: padding-box;
}
.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 {
  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: translate3d(-50%, 0, 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-member.is-walking .dot-img-walk.selena {
  display: block;
  background-image: url("../images/roadmap_unit_selena_walk.webp");
  background-repeat: no-repeat;
  background-size: 600% 100%;
  background-position: 0 0;
  animation: spriteWalk 0.8s steps(5) infinite;
}

/* --- 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: translate3d(0, 0, 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: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes marqueeLoopRight {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.about-bg-heroes {
  width: 100%;
  min-width: 448px;
  max-width: 496px;
  height: 160px;
  position: absolute;
  bottom: calc(48px + 1dvh);
  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: translate3d(0, 40px, 0);
  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_ezel.webp");
  z-index: 2;
}
.ill1 {
  left: 54%;
  right: 0;
  bottom: -24px;
  transform: translate3d(-50%, 40px, 0);
  background-image: url("../images/about_illustration_vargas.webp");
  z-index: 3;
}
.ill3 {
  left: 2%;
  bottom: -24px;
  background-image: url("../images/about_illustration_lancel.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; }
#about.heroes-summoned .ill5 { animation: summonHero 800ms cubic-bezier(0.215, 0.610, 0.355, 1) forwards 0.15s; }
#about.heroes-summoned .ill4 { animation: summonHero 800ms cubic-bezier(0.215, 0.610, 0.355, 1) forwards 0.3s; }
#about.heroes-summoned .ill1 { animation: summonHeroCenter 900ms cubic-bezier(0.215, 0.610, 0.355, 1) forwards 0.45s; }
#about.heroes-summoned .ill3 { animation: summonHero 800ms cubic-bezier(0.215, 0.610, 0.355, 1) forwards 0.6s; }
#about.heroes-summoned .ill2 { animation: summonHero 800ms cubic-bezier(0.215, 0.610, 0.355, 1) forwards 0.75s; }

@keyframes summonHero {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: drop-shadow(0 0 4px rgba(230,199,114,0.48));
  }
}
@keyframes summonHeroCenter {
  0% {
    opacity: 0;
    transform: translate3d(-50%, 40px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
    filter: drop-shadow(0 0 4px rgba(230,199,114,0.56));
  }
}
.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: translate3d(0, 40px, 0);
  -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: aosFadeUp 800ms cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.6s;
}
.content-section h3 {
  margin-bottom: 1rem;
  font-size: clamp(1rem, 0.932rem + 0.3vw, 1.125rem);
  line-height: 1;
  color: #fff;
  text-shadow: 0px 0px 2px #000000, 0px 0px 4px #000000, 0px 0px 6px #000000, 0px 0px 8px #000000;
}
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);
  text-shadow: 0px 0px 2px #000000, 0px 0px 4px #000000, 0px 0px 6px #000000, 0px 0px 8px #000000;
}
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: 0.75rem;
}
.scroll-indicator.about-indicator {
  position: absolute;
  bottom: calc(83px + 1dvh);
  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;
}

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: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", 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;
}
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;
  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;
}
.device-pulse {
  margin: 2% auto 0;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  width: 93%;
  max-width: calc(520px - 3%);
  height: 100%;
  aspect-ratio: 9 / 19.5;
  background: radial-gradient(circle, rgba(230,199,114,0.2) 0%, rgba(0,0,0,0) 70%);
  border-radius: 40px 40px 0 0;
  box-shadow: 0 0 5px  #f5e4b6, 0 0 20px #eed697, 0 0 45px rgba(230, 190, 114, 0.7), 0 0 70px rgba(211, 177, 91, 0.4);
  transition: box-shadow 0.5s ease;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: -1;
  transform: translateZ(0) translateX(-50%);
}
body.is-site-visible .device-pulse {
  animation: devicePulse 4s infinite alternate ease-in-out;
}
@keyframes devicePulse {
  0% {
    box-shadow: 
      0 0 5px  #fff, 
      0 0 20px #e1be62, 
      0 0 45px rgba(225, 190, 98, 0.7), 
      0 0 70px rgba(211, 177, 91, 0.4);
    filter: brightness(1);
  }
  100% {
    box-shadow: 
      0 0 8px  #f5e4b6, 
      0 0 35px #eed697, 
      0 0 70px rgba(230, 190, 114, 0.9), 
      0 0 110px rgba(230, 190, 114, 0.6);
    filter: brightness(1.2) contrast(1.1);
  }
}

/* pixel */
#pixel-effect-canvas {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.5s ease-out;
}
body.is-pc-layout-visible #pixel-effect-canvas {
  opacity: 1;
  visibility: visible;
}
.pixel-effect{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100dvw;
  height: 100vh;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.5s ease-out;
}
body.is-pc-layout-visible .pixel-effect {
  opacity: 1;
  visibility: visible;
}
#orientation-blocker {
  display: none;
}

/* landscape */
@media screen and (max-width: 1024px) and (orientation: landscape) {
  #orientation-blocker {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    z-index: 99999;
    color: #fff;
    text-align: center;
  }
  .blocker-message {
    padding: 20px;
  }
  .blocker-message p {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #fff;
  }
}
/* --- pc --- */
body.is-site-visible {
}
.pc-bg-layer {
  position: fixed;
  top: 0;
  width: calc((100% - 500px) / 2);
  height: 100vh;
  z-index: -1;
  overflow: hidden;
}
.left-bg {
  left: 0;
  background-image: url("../images/pc_gear_left.webp"), url("../images/pc_bg_left.webp");
  background-repeat: no-repeat;
  background-position: left bottom, left bottom;
  background-size: contain, cover;
  mask-image: linear-gradient(to right, rgba(0,0,0,1) 92%, rgba(0,0,0,0.48) 100%);
}
.right-bg {
  right: 0;
  background-image: url("../images/pc_gear_right.webp"), url("../images/pc_bg_right.webp");
  background-repeat: no-repeat;
  background-position: right top, right bottom;
  background-size: contain, cover;
  mask-image: linear-gradient(to left, rgba(0,0,0,1) 92%, rgba(0,0,0,0.48) 100%);
}

@media (min-width: 820px) {
.device-bg-glow {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1080px;
    height: 100vh;
    background: url("../images/pc_bg.webp") no-repeat center center;
    background-size: cover;
    mix-blend-mode: screen;
    pointer-events: none;
    z-index: -1;
  }
  .pc-left-container {
    position: fixed;
    top: 50%;
    bottom: auto;
    left: calc((100% - (520px + 4%)) / 4);
    width: calc((100% - (520px + 4%)) / 2 - 4%);
    max-width: fit-content;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
  }
  /* pc-logo */
  .pc-logo-container {
    margin: 6vh auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1%;
    width: 100%;
    max-width: 320px;
    font-size: clamp(0.625rem, 0.557rem + 0.3vw, 0.75rem);
    line-height: 1;
  }
  .pc-side-logo.left-logo {
    display: block;
    width: 40%;
    max-width: 104px;
  }
  #alim-logo {
    width: 100%;
    fill: #e94709;
    transition: all 0.3s ease;
  }
  .left-logo:hover #alim-logo {
    fill: #fff;
    filter: drop-shadow(0 0 8px rgba(230,199,114,0.8));
    transform: scale(1.08);
  }
  /* back-text */
  .pc-back-marquee {
    margin: 6vh auto 0;
    display: flex;
    flex-direction: column;
    gap: 0.5vh;
    pointer-events: none;
    opacity: 0; 
    visibility: hidden;
    transition: opacity 1.0s ease, visibility 1.0s ease;
    mix-blend-mode: screen;
    filter: brightness(1.3);
  }
  body.is-pc-layout-visible .pc-back-marquee {
    opacity: 0.8;
    visibility: visible;
  }
  .pc-back-block {
    overflow: hidden;
    line-height: 0.9;
  }
  .pc-back-marquee span {
    display: block;
    font-size: clamp(2rem, 1.729rem + 1.2vw, 2.5rem);
    color: rgba(58, 48, 16, 0.88);
    color: rgba(83, 68, 19, 0.72);
    letter-spacing: 0.02em;
    white-space: nowrap;
    text-transform: uppercase;
    transform: translate3d(0, 0, 0);
  }
  .pc-back-marquee span.is-playing {
    animation: backTextFlow 6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  }

  /* pc-sns */
  .pc-sns-area {
    margin: 6vh auto 6vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .pc-sns-area .sns-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 160px;
    height: 100%;
    min-height: 160px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    text-decoration: none;
  }
  .pc-sns-area .sns-icons::before {
    content: "";
    margin: auto;
    position: absolute;
    inset: 0;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%, 50% 0%, 50% 1px, 1px 50%, 50% calc(100% - 1px), calc(100% - 1px) 50%, 50% 1px);
    background: #957030;
    width: 100%;
    max-width: 160px;
    height: 100%;
    min-height: 160px;
    z-index: -1;
  }
  .pc-sns-area .sns-icons::after {
    content: "";
    margin: auto;
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.24);
    z-index: -2;
  }
  .pc-sns-area .sns-icons img {
    width: 100%;
    max-width: 56px;
    transition: all 0.3s ease;
  }
  .pc-sns-area .sns-icons:hover img {
    filter: drop-shadow(0 0 8px rgba(230,199,114,0.8));
    transform: scale(1.08);
  }
  .pc-left-text {
    margin: 0 auto;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    text-align: center;
    color: #957030;
    color: #bc9744;
    font-size: clamp(1rem, 0.932rem + 0.3vw, 1.125rem);
    line-height: 1;
    letter-spacing: 0.02em;
    text-shadow: 0px 0px 2px #000000, 0px 0px 4px #000000, 0px 0px 6px #000000, 0px 0px 8px #000000;
  }
  .pc-bg-layer.right-bg {
    position: fixed;
    top: 0;
    right: 0;
    width: calc((100% - 500px) / 2);
    height: 100vh;
    z-index: -1;
    overflow: hidden;
  }
  /* pc-list */
  .pc-only-next-list {
    margin: 6vh auto 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 76.76%;
    max-width: 304px;
    position: relative;
    top: 32%;
    transform: translate(0%, -50%);
    z-index: 16;
  }
  .pc-only-next-list::before {
    content: "";
    position: absolute;
    border: 1px solid #957030;
    inset: 0;
    z-index: -1;
  }
  .pc-only-next-list::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
    z-index: -2;
  }
  .pc-only-next-list li {
    margin: 6vh auto;
    width: 100%;
    max-width: 296px;
    line-height: 1;
  }
  .pc-sub-nav-item {
    width: 100%;
  }
  .pc-only-next-list dl {
    margin: 0 auto;
    text-align: center;
    color: #bc9744;
    color: #cca84f;
  }
  .pc-only-next-list dl .pc-date {
    margin-bottom: 0.5vh;
    display: block;
    font-size: clamp(0.875rem, 0.807rem + 0.3vw, 1rem);
  }
  .pc-only-next-list dl .pc-text {
    margin: 0 auto 2vh;
    padding-bottom: 2vh;
    display: block;
    width: 90%;
    font-size: clamp(1.75rem, 1.614rem + 0.6vw, 2rem);
    border-bottom: 1px solid #d0ab53;
    border-image: linear-gradient(to right, #644320, #d0ab53, #e7d885, #d0ab53, #644320);
    border-image-slice: 1;
  }
  .pc-only-next-list dl .pc-sub-text {
    font-size: clamp(1rem, 0.932rem + 0.3vw, 1.125rem);
    letter-spacing: 0.1em;
  }
  html[lang="en"] .pc-only-next-list dl .pc-sub-text {
    font-size: clamp(0.75rem, 0.614rem + 0.6vw, 1rem);
    letter-spacing: -0.01em;
  }
  .pc-label {
    display: inline-block;
    padding: 0.7% 8% 0.5%;
    margin-bottom: 2vh;
    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: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS Gothic", sans-serif;
    font-style: normal;
  }
  .pc-label span {
    display: inline-block;
  }
  .pc-right-element {
    position: absolute;
    width: 208px;
    height: 119px;
    right: -3vw;
    bottom: -5vh;
    opacity: 0;
    visibility: hidden;
    z-index: 15;
    pointer-events: none;
    image-rendering: pixelated;
    transition: opacity 1.0s ease;
    transform-origin: right bottom;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  body.is-pc-layout-visible .pc-right-element {
    opacity: 1;
    visibility: visible;
  }
  #dot {
    background-image: url("../images/pc_unit_selena_skill.webp");
    background-repeat: no-repeat;
    background-size: 3120px 119px;
    background-position: 0 0;
  }
  #dot.is-playing-once {
    animation: playPcDotOnce 1.63s linear forwards;
  }
  .pc-side-logo, .pc-left-container, .pc-bg-layer, .device-bg-glow {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.5s ease-out, visibility 1.5s ease-out;
  }
  body.is-pc-layout-visible .pc-side-logo,
  body.is-pc-layout-visible .pc-left-container,
  body.is-pc-layout-visible .pc-bg-layer,
  body.is-pc-layout-visible .device-bg-glow {
    opacity: 1;
    visibility: visible;
  }
}


@keyframes playPcDotOnce {
  0%, 14.11%       { background-position: 0px 0%; }
  14.12%, 20.25%   { background-position: -208px 0%; }
  20.26%, 26.39%   { background-position: -416px 0%; }
  26.40%, 32.52%   { background-position: -624px 0%; }
  32.53%, 38.66%   { background-position: -832px 0%; }
  38.67%, 44.79%   { background-position: -1040px 0%; }
  44.80%, 50.93%   { background-position: -1248px 0%; }
  50.94%, 57.06%   { background-position: -1456px 0%; }
  57.07%, 63.20%   { background-position: -1664px 0%; }
  63.21%, 69.33%   { background-position: -1872px 0%; }
  69.34%, 75.47%   { background-position: -2080px 0%; }
  75.48%, 81.60%   { background-position: -2288px 0%; }
  81.61%, 87.74%   { background-position: -2496px 0%; }
  87.75%, 93.87%   { background-position: -2704px 0%; }
  93.88%, 100%     { background-position: -2912px 0%; }
}
@keyframes backTextFlow {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  7% {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  8% {
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  18.7% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@media (max-width: 1025px) {
  .pc-left-container, .pc-side-logo, #dot, .pc-only-next-list { display: none; }
}
@media screen and (min-width: 1025px) and (max-width: 1320px) {
  .pc-right-element { transform: scale(3); }
}
@media screen and (min-width: 1321px) and (max-width: 1616px) {
  .pc-right-element { transform: scale(4); }
}
@media screen and (min-width: 1617px) and (max-width: 1912px) {
  .pc-right-element { transform: scale(5); }
}
@media screen and (min-width: 1913px) {
  .pc-right-element { transform: scale(6.001); }
}

/* particles */
#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  opacity: 0;
  pointer-events: auto;
  transition: opacity 2.5s ease-out;
}
body.is-bg-visible #particles-js {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  #particles-js { display: none; }
}
#particles-js,
.pc-bg-layer,
.fog-canvas {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#pixel-effect-canvas {
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* click */
.click-spark-container {
  position: fixed;
  width: 0;
  height: 0;
  z-index: 9999;
  pointer-events: none;
}
.spark-dot {
  position: absolute;
  opacity: 1;
}
.click-spark-container .dot-1 {
  width: 5px;
  height: 5px;
  background-color: #f5e5b9;
  transform: translate3d(4px, -18px, 0);
  animation: sparkOut1 260ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.click-spark-container .dot-2 {
  width: 4px;
  height: 4px;
  background-color: #ead18d;
  transform: translate3d(22px, -8px, 0);
  animation: sparkOut2 260ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.click-spark-container .dot-3 {
  width: 4px;
  height: 4px;
  background-color: #ead18d;
  transform: translate3d(-24px, 4px, 0);
  animation: sparkOut3 260ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.click-spark-container .dot-4 {
  width: 3px;
  height: 3px;
  background-color: #dfc073;
  transform: translate3d(-12px, 14px, 0);
  animation: sparkOut4 260ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.click-spark-container .dot-5 {
  width: 2px;
  height: 2px;
  background-color: #cca84f;
  transform: translate3d(14px, 20px, 0);
  animation: sparkOut5 260ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes sparkOut1 {
  0% { transform: translate3d(4px, -18px, 0); opacity: 1; }
  100% { transform: translate3d(6px, -26px, 0); opacity: 0; }
}
@keyframes sparkOut2 {
  0% { transform: translate3d(22px, -8px, 0); opacity: 1; }
  100% { transform: translate3d(30px, -5px, 0); opacity: 0; }
}
@keyframes sparkOut3 {
  0% { transform: translate3d(-24px, 4px, 0); opacity: 1; }
  100% { transform: translate3d(-32px, 2px, 0); opacity: 0; }
}
@keyframes sparkOut4 {
  0% { transform: translate3d(-12px, 14px, 0); opacity: 1; }
  100% { transform: translate3d(-17px, 20px, 0); opacity: 0; }
}
@keyframes sparkOut5 {
  0% { transform: translate3d(14px, 20px, 0); opacity: 1; }
  100% { transform: translate3d(20px, 27px, 0); opacity: 0; }
}

/* animation */
@keyframes aosZoomIn {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes aosFadeUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes aosFlipRight {
  0% {
    opacity: 0;
    transform: perspective(1000px) rotateY(-90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(1000px) rotateY(0deg);
  }
}
@keyframes aosSlideFadeUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}