:root {
  --font-roboto-condensed: Roboto Condensed, 'Roboto condensed', Roboto, 'Roboto';
}

[lang="zh"],
[lang="zh"] body {
  font-family: 'Helvetica', 'Noto Sans CJK', 'SimSun', 'PingFang SC', 'Microsoft YaHei', '微软雅黑', sans-serif;
}

[lang="ja"],
[lang="ja"] body {
  font-family: 'Meiryo', 'Hiragino Kaku Gothic Pro', 'Yu Gothic', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', Osaka, 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
}

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

html::-webkit-scrollbar {
  width: 4px;
}

html::-webkit-scrollbar-track {
  background-color: transparent;
}

html::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 2px;
}

body {
  color: #FFF;
  font-family: Roboto, 'Roboto', Roboto Condensed, 'Roboto condensed', sans-serif;
  background-color: #000;
}

footer {
  padding: 32px 24px;
  border-top: 1px solid #171717;
}

footer a {
  text-decoration: underline;
}

footer .holder {
  gap: 32px;
}

footer .disclaimer {
  color: #737373;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.36px;
  margin-top: 32px;
}

footer .licenses {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

footer .licenses img {
  width: auto;
  height: 24px;
}

main {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

main > section {
  position: relative;
}

main a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

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

.ds-only {
  display: none;
}

.holder {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.btn-cta {
  display: block;
  min-width: 240px;
  padding: 12px 24px;
  background-color: #D30000;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.64px;
  border-radius: 999px;
  border: 0;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
}

.btn-cta.lg {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.72px;
}

.section-title-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
  padding: 0 24px;
  z-index: 1;
}

.section-title-container h2 {
  font-family: var(--font-roboto-condensed), sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.6px;
}

.section-title-container h2 .primary {
  background: linear-gradient(90deg, #D90000 0%, #ED2A2A 50%, #D90000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-title-container .description {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.42px;
}

.tnc a {
  text-decoration: underline;
}

.tnc .holder {
  position: relative;
  gap: 12px;
  padding: 56px 24px;
}

.tnc .holder:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(171, 17, 17, 1), rgba(0, 0, 0, 0));
  content: '';
}

.tnc h2 {
  color: #D4D4D4;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.42px;
}

.tnc ul {
  padding-left: 24px;
}

.tnc ul li {
  color: #737373;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.36px;
}

.tnc p {
  color: #737373;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.36px;
}

.tnc a {
  color: #A3A3A3;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  footer {
    padding: 40px 24px;
  }

  footer .holder {
    gap: 40px;
  }

  footer .licenses {
    gap: 12px;
  }

  .btn-cta {
    height: 56px;
    min-width: 282px;
  }

  .section-title-container h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.8px;
  }
}

@media only screen and (min-width: 1024px) {
  .m-only {
    display: none;
  }

  .ds-only {
    display: block;
  }
}

@media only screen and (min-width: 1280px) {
  footer {
    padding: 40px;
  }

  footer .disclaimer {
    margin-top: 40px;
  }

  footer .licenses {
    gap: 12px;
  }

  .section-title-container {
    gap: 12px;
  }

  .section-title-container h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.96px;
  }

  .section-title-container .description {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.6px;
  }
}

/* style.animations */
.ani-cover:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 1;
  background-color: rgba(0, 0, 0, .8);
  backdrop-filter: blur(10px);
  pointer-events: none;
  transition: opacity 1.25s ease-in-out;
}

.ani-cover.active:before {
  opacity: 0;
}
