@charset "UTF-8";
/* -----------------------------------------------------------------
基本設定
-------------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.3;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin-top: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin-top: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
}

body {
  font-display: swap;
  text-align: center;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ol {
  padding-left: 0;
  margin-left: 1em;
}

textarea:focus,
input:focus {
  outline: none;
}

figure {
  margin: 0;
}

.wrap {
  text-align: left;
}

.point {
  color: #DE5E5E;
}

.tac {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

#alert {
  display: none;
  padding: 40px;
}

/*單元通用設定*/
@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes upDown {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes Rotate360 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes Rotate360 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes lightSweep {
  from {
    -webkit-transform: skew(-45deg, 0) translate(-100%, 0);
            transform: skew(-45deg, 0) translate(-100%, 0);
  }
  to {
    left: 100%;
    -webkit-transform: skew(-45deg, 0) translate(100%, 0);
            transform: skew(-45deg, 0) translate(100%, 0);
  }
}
@keyframes lightSweep {
  from {
    -webkit-transform: skew(-45deg, 0) translate(-100%, 0);
            transform: skew(-45deg, 0) translate(-100%, 0);
  }
  to {
    left: 100%;
    -webkit-transform: skew(-45deg, 0) translate(100%, 0);
            transform: skew(-45deg, 0) translate(100%, 0);
  }
}
@-webkit-keyframes Enlarge {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes Enlarge {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@-webkit-keyframes Btn_light_move {
  from {
    left: -150%;
  }
  to {
    left: 350%;
  }
}
@keyframes Btn_light_move {
  from {
    left: -150%;
  }
  to {
    left: 350%;
  }
}
@-webkit-keyframes lanlancat_upDown {
  from {
    margin-top: 1em;
  }
  to {
    margin-top: 0;
  }
}
@keyframes lanlancat_upDown {
  from {
    margin-top: 1em;
  }
  to {
    margin-top: 0;
  }
}
@-webkit-keyframes LeftIn {
  from {
    margin-left: -1em;
    opacity: 0;
  }
  to {
    margin-left: 0em;
    opacity: 1;
  }
}
@keyframes LeftIn {
  from {
    margin-left: -1em;
    opacity: 0;
  }
  to {
    margin-left: 0em;
    opacity: 1;
  }
}
@-webkit-keyframes RightIn {
  from {
    margin-left: 0em;
    opacity: 0;
  }
  to {
    margin-left: -1em;
    opacity: 1;
  }
}
@keyframes RightIn {
  from {
    margin-left: 0em;
    opacity: 0;
  }
  to {
    margin-left: -1em;
    opacity: 1;
  }
}
@-webkit-keyframes Building_UpDown {
  from {
    margin-top: -8px;
  }
  to {
    margin-top: 0px;
  }
}
@keyframes Building_UpDown {
  from {
    margin-top: -8px;
  }
  to {
    margin-top: 0px;
  }
}
@-webkit-keyframes Bg_brightness {
  from {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  to {
    -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
  }
}
@keyframes Bg_brightness {
  from {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  to {
    -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
  }
}
@-webkit-keyframes Chara_brightness {
  from {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  to {
    -webkit-filter: brightness(0.9);
            filter: brightness(0.9);
  }
}
@keyframes Chara_brightness {
  from {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  to {
    -webkit-filter: brightness(0.9);
            filter: brightness(0.9);
  }
}
@-webkit-keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes PrizePoint {
  0% {
    left: -1.8em;
  }
  20% {
    left: -1em;
  }
  30% {
    left: -1.8em;
  }
  40% {
    left: -1em;
  }
  50% {
    left: -1.8em;
  }
  100% {
    left: -1.8em;
  }
}
@keyframes PrizePoint {
  0% {
    left: -1.8em;
  }
  20% {
    left: -1em;
  }
  30% {
    left: -1.8em;
  }
  40% {
    left: -1em;
  }
  50% {
    left: -1.8em;
  }
  100% {
    left: -1.8em;
  }
}
@-webkit-keyframes PrizePoint_retro {
  0% {
    top: -120%;
  }
  20% {
    top: -100%;
  }
  30% {
    top: -120%;
  }
  40% {
    top: -100%;
  }
  50% {
    top: -120%;
  }
  100% {
    top: -120%;
  }
}
@keyframes PrizePoint_retro {
  0% {
    top: -120%;
  }
  20% {
    top: -100%;
  }
  30% {
    top: -120%;
  }
  40% {
    top: -100%;
  }
  50% {
    top: -120%;
  }
  100% {
    top: -120%;
  }
}
@-webkit-keyframes PrizePoint_lanlancat {
  0% {
    right: -6.5em;
  }
  20% {
    right: -7em;
  }
  30% {
    right: -6.5em;
  }
  40% {
    right: -7em;
  }
  50% {
    right: -6.5em;
  }
  100% {
    right: -6.5em;
  }
}
@keyframes PrizePoint_lanlancat {
  0% {
    right: -6.5em;
  }
  20% {
    right: -7em;
  }
  30% {
    right: -6.5em;
  }
  40% {
    right: -7em;
  }
  50% {
    right: -6.5em;
  }
  100% {
    right: -6.5em;
  }
}
/* -----------------------------------------------------------------
組件設定
-------------------------------------------------------------------*/
.gdpr {
  color: #999;
  position: fixed;
  padding: 0.5em 1em;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  z-index: 55;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.06, 0.71, 0.59, 1.02);
  transition: all 0.5s cubic-bezier(0.06, 0.71, 0.59, 1.02);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gdpr.relative {
  position: relative;
  background-color: black;
}
.gdpr-text {
  text-align: left;
}
.gdpr-btn {
  display: inline-block;
  border: 1px solid #999;
  padding: 0.3em 1em;
  text-align: center;
  cursor: pointer;
  margin-left: 1em;
  -webkit-transition: all 0.5s cubic-bezier(0.06, 0.71, 0.59, 1.02);
  transition: all 0.5s cubic-bezier(0.06, 0.71, 0.59, 1.02);
}
.gdpr-btn:hover {
  color: #fff;
  border-color: #fff;
}
.gdpr a {
  color: #ffd119;
}
@media only screen and (max-width: 480px) {
  .gdpr {
    font-size: 11px;
    line-height: 1.1;
  }
}

.landscape {
  display: none;
}

@media screen and (max-width: 900px) and (max-height: 600px) and (orientation: landscape) {
  .landscape {
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    background: #32373b;
  }
  .landscape img {
    margin-bottom: 20px;
    width: 100px;
    height: 85px;
    -webkit-animation: landscape 1s ease-out infinite alternate;
    animation: landscape 1s ease-out infinite alternate;
  }
  @-webkit-keyframes landscape {
    0% {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
    }
    10% {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
    }
    70% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
  }
  @keyframes landscape {
    0% {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
    }
    10% {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
    }
    70% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
  }
  .landscape p {
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
  }
}
.language {
  position: relative;
  cursor: pointer;
}
.language dl {
  margin: 0;
  padding: 0;
}
.language-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  padding: 0.5em 1em;
  min-width: 10em;
  background-color: #fff;
  gap: 0.6em;
}
.language-main span.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.language-main span.icon-globel svg {
  width: 1em;
  height: 1em;
}
.language-main span.icon-arrow svg {
  width: 0.5em;
  height: auto;
}
.language-list {
  height: 0;
  overflow: hidden;
  position: absolute;
  z-index: 30;
  background-color: #fff;
  width: 100%;
  text-align: center;
  margin: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 12px;
}
.language-list a {
  padding: 0.5em 0;
  display: block;
  color: #666;
}
.language-list a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.language-list li:first a {
  border-radius: 5px 5px 0 0;
}
.language-list li:last-child a {
  border-radius: 0 0 5px 5px;
}
.language:hover .language-list {
  height: 9.6em;
  display: block;
}
@media screen and (max-width: 375px) {
  .language {
    font-size: 12px;
  }
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social a {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.social svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}
.social-twitter svg {
  width: 16px;
  height: 16px;
}

/* ==========================================================================
btns
==========================================================================*/
.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btns .btn-register,
.btns .btn-account,
.btns .btn-playnow {
  display: inline-block;
  margin: 0 0.2vw;
  background: #5d5d5d;
  color: #FFF;
  border: 2px solid #1d1d1e;
  border-radius: 10px;
}
.btns .btn-register p,
.btns .btn-account p,
.btns .btn-playnow p {
  position: relative;
  display: block;
  margin: 1px;
  min-width: 10em;
  font-size: 1.08vw;
  text-indent: 0;
  line-height: 2em;
  text-align: center;
  padding: 0.2em 2em;
  background-color: #040404;
  border-radius: 7px;
}
.btns .btn-register p::before,
.btns .btn-account p::before,
.btns .btn-playnow p::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.btns .btn-register p::before {
  background: none;
}
.btns .btn-account p::before {
  background: none;
}
.btns .btn-playnow p {
  padding: 0.4em 1.5em 0em 2em;
  text-indent: 1.2em;
}
.btns .btn-playnow p::before {
  background-image: url("/online/aurakingdom-impact/assets/images/btns-deco-Windows.png");
}
.btns .btn-playnow p i {
  display: block;
  font-style: normal;
  font-size: 0.5em;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-51%, -23%);
          transform: translate(-51%, -23%);
  color: #c9c9c9;
  width: 100%;
}
.btns .btn-playnow p.single {
  padding: 0.2em 1.5em 0.2em 2em;
  text-indent: 1.4em;
}
@media screen and (max-device-width: 820px) {
  .btns .btn-playnow {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .btns .btn-register p,
  .btns .btn-account p,
  .btns .btn-playnow p {
    font-size: 3vw;
  }
}
@media screen and (max-width: 480px) {
  .btns .btn-register p,
  .btns .btn-account p,
  .btns .btn-playnow p {
    font-size: 3.2vw;
  }
}

.footer {
  position: relative;
  background-color: #252629;
  padding: 1em;
  font-size: 14px;
}
.footer .language {
  margin: 0;
}
.footer .language-main {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: transparent;
  color: #fff;
}
.footer .language-main svg {
  fill: #fff;
}
.footer .language-main svg g {
  fill: #fff;
}
.footer .language-list {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.footer .language-list a {
  color: #fff;
}
@media (hover: hover) {
  .footer .language-list a:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.footer .social {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .social a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
}
.footer .social a svg {
  fill: #fff;
}
@media (hover: hover) {
  .footer .social a svg {
    opacity: 0.8;
  }
  .footer .social a svg:hover {
    opacity: 1;
  }
}
.footer .footer_section:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.footer footer {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
}
.footer footer .copyright {
  line-height: 1.5;
  margin-left: 50px;
  margin-right: 50px;
  text-align: center;
}
.footer footer .logo {
  margin-right: 1em;
}
.footer footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer footer .links span ~ span a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.3);
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
}
.footer footer .links a {
  color: rgba(255, 255, 255, 0.8);
  padding: 0 0.5em;
  position: relative;
}
@media (hover: hover) {
  .footer footer .links a:hover {
    color: #fff;
  }
}
.footer footer p {
  margin-bottom: 0;
}
.footer .rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1em;
  border-radius: 5px;
}
.footer .rank-img {
  width: 40px;
  font-size: 0;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
}
.footer .rank-img img {
  max-width: 100%;
  height: auto;
}
.footer .rank-text {
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .footer footer {
    height: auto;
    padding: 1em;
    width: auto;
  }
  .footer footer .footer_section:nth-child(1) {
    display: block;
    text-align: center;
  }
  .footer footer .footer_section:nth-child(1) > div {
    margin-bottom: 1em;
  }
  .footer footer .logo {
    margin-right: 0;
    margin-bottom: 1em;
  }
  .footer footer .copyright {
    margin-left: 0;
    margin-right: 0;
  }
  .footer .social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
  }
  .footer .social a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .language {
    width: 12em;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    font-size: 12px;
  }
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  .th .footer .rank {
    display: block;
  }
  .th .footer .rank-img {
    float: left;
  }
  .th .footer .rank::after {
    content: "";
    display: block;
    clear: both;
  }
}

/* -----------------------------------------------------------------
加入官網頁面
-------------------------------------------------------------------*/
/* -----------------------------------------------------------------
  各單元設定
-------------------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
}

a:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.page_event .collection img,
.page_event .views img {
  -o-object-position: center center;
     object-position: center center;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: transform 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}

@media (hover: hover) {
  .page_event .collection:hover {
    cursor: url("/online/aurakingdom-impact/assets/images/landing-page/lanlancat/cursor_lanlancat_MCD-005262.png"), auto;
  }
  .page_event .collection:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .page_event .views:hover {
    cursor: url("/online/aurakingdom-impact/assets/images/landing-page/lanlancat/cursor_lanlancat_MCD-005262.png"), auto;
  }
  .page_event .views:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
body {
  background-color: #fff;
  background-color: #252629;
  background-color: #654c43;
  font-size: 14px;
  font-size: 1vw;
  font-weight: 400;
  color: #4a4a4a;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.5em;
  }
}

.wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  min-height: 100vh;
}

.top {
  position: absolute;
  right: 10px;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .top {
    font-size: 2.2vw;
  }
}
.top .social {
  margin-right: 0.3em;
  z-index: 30;
}
.top .social a {
  margin: 0 0.3em;
  background: none;
  width: 1.5em;
  height: 1.5em;
}
.top .social svg {
  fill: #443c34;
  width: 2em;
  height: 2em;
}
.top .language {
  width: 11em;
  z-index: 33;
}
@media screen and (max-width: 767px) {
  .top .language {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .top .language {
    font-size: 10px;
  }
}

.kv {
  position: relative;
  height: 51.2vw;
  height: 54vw;
  font-size: 1vw;
  overflow: hidden;
  background: none;
  background-image: url("/online/aurakingdom-impact/assets/images/landing-page/lanlancat/kv-bg.webp");
  background-color: #287f3b;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 1024px) {
  .kv {
    font-size: 2vw;
    height: 82em;
    background-image: url("/online/aurakingdom-impact/assets/images/landing-page/lanlancat/kv-bg-m.webp");
    background-size: 100%;
    background-position: 50% 0%;
  }
}
@media screen and (max-width: 640px) {
  .kv {
    font-size: 2.5vw;
    height: 72em;
    background-size: 115%;
  }
}
.kv .container {
  position: relative;
  height: 100%;
}
.kv .inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3em;
  z-index: 2;
}
.kv .inner .game-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -2em;
}
.kv .inner .game-logo a {
  display: block;
  font-size: 1em;
  position: relative;
  padding-bottom: 1em;
  width: 16em;
  text-align: center;
}
.kv .inner .game-logo a img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.kv .inner .game-logo a#btn-logo-lanlancat {
  width: 13em;
  padding-left: 1em;
  padding-top: 1em;
}
.kv .inner .game-logo a#btn-logo-lanlancat:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.kv .inner .game-logo span.collab-x {
  display: block;
  width: 3.5em;
  height: 3.5em;
  background-image: url("/online/aurakingdom-impact/assets/images/landing-page/lanlancat/collab-x.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.kv .inner .time {
  font-size: 1em;
  width: 26em;
  height: 5em;
  background-image: url("/online/aurakingdom-impact/assets/images/landing-page/lanlancat/time.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -200%;
  color: transparent;
  opacity: 0;
  -webkit-animation: FadeIn 0.5s ease-in-out forwards;
          animation: FadeIn 0.5s ease-in-out forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.kv .inner .time img {
  width: 100%;
}

.btns {
  position: relative;
  font-size: 1vw;
  margin-left: -2.5em;
  margin-left: -2.5em;
  opacity: 0;
  -webkit-animation: FadeIn 0.5s ease-in-out forwards;
          animation: FadeIn 0.5s ease-in-out forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.btns .prize {
  display: block;
  position: absolute;
  top: 50%;
  right: -6.5em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5em;
  height: 5em;
  width: 5em;
  height: 5em;
  font-size: 1.3em;
  background-image: url("/online/aurakingdom-impact/assets/images/landing-page/lanlancat/btn_prize_tw.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  -webkit-animation: PrizePoint_lanlancat 1.5s ease-in-out infinite;
          animation: PrizePoint_lanlancat 1.5s ease-in-out infinite;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.btns a {
  position: relative;
  overflow: hidden;
}
.btns a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background-image: url("/online/aurakingdom-impact/assets/images/landing-page/lanlancat/btn_light_move.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: Btn_light_move 4s ease-in-out infinite;
          animation: Btn_light_move 4s ease-in-out infinite;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.btns .btn-account p,
.btns .btn-playnow p {
  font-size: 1.3em;
}
@media screen and (max-width: 1024px) {
  .btns {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
  .btns .prize {
    font-size: 3em;
  }
  .btns .btn-account p,
  .btns .btn-playnow p {
    font-size: 3em;
  }
}
@media screen and (max-width: 480px) {
  .btns .prize {
    font-size: 3.5em;
  }
  .btns .btn-account p,
  .btns .btn-playnow p {
    font-size: 4em;
  }
}

.btns.download {
  height: auto;
}
.btns.download .btn-account {
  display: none;
}
@media screen and (max-device-width: 1024px) {
  .btns.download .btn-account {
    display: block;
  }
  .btns.download .btn-playnow {
    display: none;
  }
}

.page_event {
  position: relative;
  background: #f6f8ef;
  height: 45vw;
  background-image: url("/online/aurakingdom-impact/assets/images/landing-page/lanlancat/bg_2_repeat.png");
  background-size: contain;
  background-repeat: repeat-y;
  background-position: center 3em;
}
@media screen and (max-width: 1024px) {
  .page_event {
    font-size: 2.5vw;
    height: 63em;
    background-image: url("/online/aurakingdom-impact/assets/images/landing-page/lanlancat/bg_2_repeat_m.png");
  }
}
.page_event::before {
  content: "";
  display: block;
  position: absolute;
  top: -10em;
  left: 0%;
  width: 100%;
  height: 30em;
  background-image: url("/online/aurakingdom-impact/assets/images/landing-page/lanlancat/bg_2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 1024px) {
  .page_event::before {
    background-image: url("/online/aurakingdom-impact/assets/images/landing-page/lanlancat/bg_2_m.png");
  }
}
.page_event .container {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.page_event .title {
  display: block;
  margin: 0 auto;
  height: 8em;
  text-align: center;
  color: transparent;
  text-indent: -200%;
  background-image: url("/online/aurakingdom-impact/assets/images/landing-page/lanlancat/title_2_tw.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.page_event .screenshot {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2em;
}
.page_event .screenshot img {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
}
.page_event .collection {
  position: relative;
  display: block;
  width: 50%;
  border: 0.5em solid #ee8e47;
}
.page_event .collection .frame {
  position: relative;
  display: block;
  height: 18em;
  border: 0.5em solid #eaf1d9;
  overflow: hidden;
}
.page_event .collection img {
  margin-top: -26%;
  margin-left: -100%;
}
.page_event .detail_views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_event .detail_views img {
  width: auto;
  height: 100%;
}
.page_event .views {
  position: relative;
  border-radius: 100%;
  border: 0.5em solid #eaf1d9;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page_event .views::before {
  content: "";
  display: block;
  position: absolute;
  top: -2.5em;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 4em;
  height: 2em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.page_event .views .frame {
  width: 15em;
  height: 15em;
  border-radius: 100%;
  border: 0.4em solid #ee8e47;
  overflow: hidden;
}
.page_event .views img {
  margin-left: -92%;
  margin-top: -50%;
}
.page_event .views_t-shirt {
  top: 12em;
  left: 22em;
}
.page_event .views_t-shirt::before {
  background-image: url("/online/aurakingdom-impact/assets/images/landing-page/lanlancat/screen_2_t-shirt_title.png");
}
.page_event .views_mount {
  top: 25em;
  left: 42em;
}
.page_event .views_mount::before {
  top: 6em;
  left: auto;
  right: -7em;
  background-image: url("/online/aurakingdom-impact/assets/images/landing-page/lanlancat/screen_3_mount_title.png");
}
.page_event .views_pet {
  top: 3em;
  right: 5em;
}
.page_event .views_pet::before {
  background-image: url("/online/aurakingdom-impact/assets/images/landing-page/lanlancat/screen_4_pet_title.png");
}
.page_event .chara {
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page_event .chara::before {
  content: "";
  display: block;
  position: absolute;
}
.page_event .chara_fish {
  top: 8em;
  left: -17em;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  width: 50%;
  height: 4em;
  background-image: url("/online/aurakingdom-impact/assets/images/landing-page/lanlancat/sticker_fish.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
.page_event .chara_zashikii {
  bottom: -27em;
  right: -23em;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 38em;
  height: 38em;
  background: #f4df90;
  border-radius: 100%;
}
.page_event .chara_zashikii::before {
  top: -20em;
  left: 23em;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 33em;
  height: 33em;
  background-image: url("/online/aurakingdom-impact/assets/images/landing-page/lanlancat/deco_firework.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  opacity: 0;
}
.page_event .chara_zashikii::after {
  content: "";
  display: block;
  position: absolute;
  top: -22em;
  left: 19em;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 34em;
  height: 69em;
  background-image: url("/online/aurakingdom-impact/assets/images/landing-page/lanlancat/deco_chara.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
.page_event .chara_lanlancat {
  bottom: 0.5em;
  left: -4em;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  width: 50%;
  height: 2em;
  background-image: url("/online/aurakingdom-impact/assets/images/landing-page/lanlancat/deco_line.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
.page_event .chara_lanlancat::before {
  top: -6em;
  left: 20em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15em;
  height: 14em;
  background-image: url("/online/aurakingdom-impact/assets/images/landing-page/lanlancat/sticker_cat_MCD-007896.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}

@media screen and (max-width: 1024px) {
  .page_event .collection {
    width: 37em;
  }
  .page_event .collection .frame {
    height: 13em;
  }
  .page_event .views {
    position: relative;
    -webkit-transform: none;
            transform: none;
  }
  .page_event .views::before {
    top: -2.5em;
    left: 50%;
  }
  .page_event .views .frame {
    width: 11.5em;
    height: 11.5em;
  }
  .page_event .views_t-shirt, .page_event .views_mount, .page_event .views_pet {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 2.5em;
  }
  .page_event .chara_fish {
    top: 5.5em;
    left: 24em;
  }
  .page_event .chara_zashikii {
    font-size: 0.8em;
    right: -20em;
  }
  .page_event .chara_zashikii::before {
    opacity: 1;
  }
  .page_event .chara_lanlancat {
    left: -4.3em;
    bottom: 0;
    width: 20em;
    height: 3em;
    background-size: 196%;
    background-position: left top;
  }
  .page_event .chara_lanlancat::before {
    left: 18em;
  }
}
.footer {
  font-size: 0.73vw;
  background-color: #654c43;
  border-top: 1.5em solid #ee8e47;
}
@media screen and (max-width: 1024px) {
  .footer {
    font-size: 0.7em;
  }
  .footer footer .logo {
    width: 40%;
    margin: 0 auto;
  }
  .footer footer .logo img {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    font-size: 2vw;
  }
}
.footer footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .footer footer {
    display: block;
    width: 80%;
  }
}
.footer .footer_section:nth-child(1) {
  margin-bottom: 0;
}
.footer svg {
  opacity: 0.7;
}
.footer a:hover svg {
  opacity: 1;
}
.footer .links_license a::after, .footer .links_notice {
  display: none;
}
.footer .language {
  display: none;
}
.footer .rank {
  background: none;
}
@media screen and (max-width: 640px) {
  .footer .rank-img {
    font-size: 1em;
    margin-right: 1.2em;
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.5em;
            flex: 0 0 3.5em;
  }
}
.footer .rank-text {
  width: 27em;
}
@media screen and (max-width: 1024px) {
  .footer .rank-text {
    width: 90%;
  }
}

/* -----------------------------------------------------------------
  RWD
-------------------------------------------------------------------*/