/* Cinematic landing-page treatment shared by the Spanish and Japanese homepages. */
:root {
  color-scheme: dark;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body.h-full,
#app.h-full,
.app-wrapper.h-full,
.content.h-full {
  min-height: 100%;
  height: auto;
}

body {
  margin: 0;
  background: #11071d;
  color: #fff;
}

.content1[data-v-2678b64c] {
  isolation: isolate;
  overflow: hidden;
  background-color: #280c3c;
}

.content1[data-v-2678b64c]::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(13, 4, 23, .42) 0%, rgba(22, 5, 31, .27) 31%, rgba(31, 6, 42, .38) 58%, #11071d 100%),
    radial-gradient(circle at 50% 38%, rgba(75, 18, 86, .64), transparent 60%);
}

.header[data-v-2678b64c] {
  position: relative;
  z-index: 1;
  width: min(100% - 64px, 1200px);
  box-sizing: border-box;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .24);
}

.logo.max[data-v-2678b64c] {
  display: flex;
  align-items: center;
}

.logo.max .brand-image[data-v-2678b64c] {
  display: block;
  width: 228px;
  height: auto;
  max-width: 100%;
  margin: 0;
  object-fit: contain;
}

.slogan[data-v-2678b64c] {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: min(calc(100% - 48px), 980px);
  max-width: none;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
}

.slogan-top[data-v-2678b64c] {
  height: auto;
  min-height: 0;
  font-size: clamp(40px, 5.2vw, 72px);
  line-height: 1.12;
  letter-spacing: -.035em;
  text-wrap: balance;
  text-shadow: 0 8px 34px rgba(17, 3, 26, .54);
}

.download[data-v-2678b64c] {
  position: relative;
  z-index: 1;
  padding: 34px 20px 0;
}

.download[hidden][data-v-2678b64c] {
  display: none;
}

.pc-button-box[data-v-2678b64c] {
  align-items: center;
  gap: 18px;
}

.pc-button[data-v-2678b64c] {
  display: block;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 14px;
  background: rgba(18, 7, 30, .36);
  box-shadow: 0 12px 32px rgba(15, 3, 25, .22);
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease;
}

.pc-button:hover[data-v-2678b64c],
.pc-button:focus-visible[data-v-2678b64c] {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, .76);
  background: rgba(18, 7, 30, .68);
}

.pc-button img[data-v-2678b64c] {
  display: block;
  width: 210px;
  height: auto;
}

.pc-button:focus-visible[data-v-2678b64c],
.mobile-button:focus-visible[data-v-2678b64c],
.content3 a:focus-visible {
  outline: 3px solid #ffcb67;
  outline-offset: 4px;
}

.footer-box[data-v-80fdaa53] {
  background: #11071d;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.content3[data-v-80fdaa53] {
  box-sizing: border-box;
  width: min(100% - 64px, 1200px);
  padding: 46px 0 22px;
  background: transparent;
}

.company-intro[data-v-80fdaa53] {
  width: 100%;
  gap: 36px;
  padding-bottom: 34px;
}

.company-intro h2[data-v-80fdaa53] {
  margin: 0 0 16px;
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
}

.company-intro ul li[data-v-80fdaa53],
.company-intro ul li a {
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.company-intro ul li[data-v-80fdaa53] {
  margin: 9px 0;
}

.company-intro a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer[data-v-80fdaa53] {
  padding: 20px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .48);
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.landing-es .content2[data-v-dfd92682] {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: #1a0b30;
}

.landing-es .content2[data-v-dfd92682] > img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.landing-ja .content2[data-v-dfd92682] {
  box-sizing: border-box;
  width: min(100% - 64px, 1200px);
  max-width: none;
  margin: 0 auto;
  padding: 72px 0 64px;
}

.landing-ja .section-title-span[data-v-dfd92682] {
  color: #fff;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.35;
}

.landing-ja .episode[data-v-dfd92682] {
  box-sizing: border-box;
  width: calc(50% - 14px);
  margin: 24px 0 0;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 18px;
  background: rgba(255, 255, 255, .055);
}

.landing-ja .episode-image img[data-v-dfd92682] {
  border-radius: 10px;
  object-fit: cover;
}

.landing-ja .episode-title[data-v-dfd92682] {
  color: #fff;
}

.landing-ja .episode-description[data-v-dfd92682] {
  color: rgba(255, 255, 255, .68);
}

@media (min-width: 769px) {
  .content1[data-v-2678b64c] {
    height: min(100vh, 900px);
    min-height: 720px;
    max-height: none;
    background-size: cover;
    background-position: center top;
  }
}

@media (max-width: 768px) {
  .content1[data-v-2678b64c] {
    min-height: 600px;
    background-size: cover;
    background-position: center top;
  }

  .header[data-v-2678b64c] {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 22px 0 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
  }

  .header.pb0[data-v-2678b64c] {
    padding-bottom: 16px !important;
  }

  .logo.max .brand-image[data-v-2678b64c] {
    width: 164px;
    height: auto;
  }

  .slogan[data-v-2678b64c] {
    margin: 0;
    padding: 0;
  }

  .slogan-top[data-v-2678b64c] {
    font-size: clamp(31px, 8vw, 44px);
    line-height: 1.16;
    text-transform: none;
  }

  .download[data-v-2678b64c] {
    margin-top: 0;
    padding: 28px 20px 60px;
  }

  .pc-button-box[data-v-2678b64c] {
    display: none;
  }

  .mobile-button[data-v-2678b64c] {
    display: inline-flex;
    width: auto;
    min-width: 176px;
    height: 48px;
    padding: 0 22px;
    gap: 9px;
    border-radius: 999px;
    box-shadow: 0 12px 32px rgba(26, 3, 36, .27);
    text-decoration: none;
  }

  .mobile-button .text[data-v-2678b64c] {
    margin: 0;
    color: #230d2e;
    font-size: 15px;
    font-weight: 700;
  }

  .mobile-button .img[data-v-2678b64c] {
    width: 20px;
    height: 20px;
  }

  .landing-es .content2[data-v-dfd92682] {
    height: min(130vw, 520px);
    overflow: hidden;
  }

  .landing-es .content2[data-v-dfd92682] > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .landing-ja .content2[data-v-dfd92682] {
    width: calc(100% - 40px);
    padding: 44px 0;
  }

  .landing-ja .section-title[data-v-dfd92682] {
    font-size: inherit;
  }

  .landing-ja .section-title-span[data-v-dfd92682] {
    font-size: 26px;
  }

  .landing-ja .episode[data-v-dfd92682] {
    width: 100%;
    padding: 13px;
  }

  .landing-ja .episode-title[data-v-dfd92682] {
    font-size: 16px;
  }

  .landing-ja .episode-description[data-v-dfd92682] {
    font-size: 14px;
    line-height: 1.5;
  }

  .content3[data-v-80fdaa53] {
    width: calc(100% - 40px);
    padding: 36px 0 24px;
  }

  .company-intro[data-v-80fdaa53] {
    gap: 22px;
    padding-bottom: 28px;
  }

  .company-intro[data-v-80fdaa53]::after {
    display: none;
  }

  .contact[data-v-80fdaa53],
  .legal[data-v-80fdaa53] {
    margin: 0;
  }

  .company-intro h2[data-v-80fdaa53] {
    font-size: 16px;
  }

  .company-intro ul li[data-v-80fdaa53],
  .company-intro ul li a {
    font-size: 14px;
  }

  .footer[data-v-80fdaa53] {
    margin: 0;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .pc-button[data-v-2678b64c] {
    transition: none;
  }
}
