@charset "UTF-8";
/* -----------------------------------------------------------------
基本設定
-------------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url(/online/assets/css/lib/swiper8.min.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;
}

img {
  max-width: 100%;
  height: auto;
}

.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;
}

.strokeText {
  position: relative;
}

.strokeText::before {
  content: attr(data-stroke);
  z-index: -1;
  position: absolute;
}

@-webkit-keyframes UpDown {
  from {
    margin-top: -5px;
  }
  to {
    margin-top: 0px;
  }
}

@keyframes UpDown {
  from {
    margin-top: -5px;
  }
  to {
    margin-top: 0px;
  }
}

@-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 Btn_light_move {
  from {
    left: -150%;
  }
  to {
    left: 350%;
  }
}

@keyframes Btn_light_move {
  from {
    left: -150%;
  }
  to {
    left: 350%;
  }
}

@-webkit-keyframes Btn_light_official {
  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 Btn_light_official {
  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 Spirit_UpDown {
  from {
    margin-top: -20px;
  }
  to {
    margin-top: 0px;
  }
}

@keyframes Spirit_UpDown {
  from {
    margin-top: -20px;
  }
  to {
    margin-top: 0px;
  }
}

@-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 classes-second {
  0% {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(1);
    filter: blur(1);
    opacity: 1;
  }
}

@keyframes classes-second {
  0% {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(1);
    filter: blur(1);
    opacity: 1;
  }
}

@-webkit-keyframes classes-info {
  0% {
    -webkit-transform: translate(-20%, 0%);
    transform: translate(-20%, 0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 1;
  }
}

@keyframes classes-info {
  0% {
    -webkit-transform: translate(-20%, 0%);
    transform: translate(-20%, 0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 1;
  }
}

@-webkit-keyframes classes-info-m {
  0% {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    opacity: 1;
  }
}

@keyframes classes-info-m {
  0% {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    opacity: 1;
  }
}

@-webkit-keyframes classes-content {
  0% {
    -webkit-transform: translate(0%, 30%);
    transform: translate(0%, 30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 1;
  }
}

@keyframes classes-content {
  0% {
    -webkit-transform: translate(0%, 30%);
    transform: translate(0%, 30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 1;
  }
}

/* -----------------------------------------------------------------
組件設定
-------------------------------------------------------------------*/
.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%);
  -ms-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;
  width: 3em;
  height: 3em;
  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: .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.6);
}

.footer footer .copyright {
  line-height: 1.5;
  margin-left: 50px;
  margin-right: 50px;
  text-align: center;
}

.footer footer .logo {
  margin-right: 1em;
}

.footer footer .logo img {
  width: 100%;
}

.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:nth-child(3) a::after, .footer footer .links span:last-child a::after {
  display: none;
}

.footer footer .links a {
  color: rgba(255, 255, 255, 0.6);
  padding: 0 0.5em;
  position: relative;
}

.footer footer .links a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.8);
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -40%);
  -ms-transform: translate(0, -40%);
  transform: translate(0, -40%);
}

@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);
  background-color: #38393b;
  padding: 1em;
  padding: .7em;
  width: 95%;
  margin: 0 auto;
}

.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: 0 auto;
    margin-bottom: 1em;
    width: 14em;
  }
  .footer footer .logo img {
    width: 100%;
  }
  .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 (max-width: 480px) {
  .footer footer .logo {
    width: 10em;
  }
}

body.zh-hant .links-license,
body.zh-hans .links-license,
body.EN .links-license {
  display: none;
}

.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: 5px 10px;
  min-width: 10em;
  background-color: #fff;
}

.language-main span {
  margin-right: 10px;
}

.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:last-child {
  margin-right: 0;
}

.language-main span.icon-globel {
  position: relative;
  -webkit-transform: translate(0, 10%);
  -ms-transform: translate(0, 10%);
  transform: translate(0, 10%);
}

.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 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 12px;
}

.language-list a {
  padding: .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;
  }
}

.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;
  }
}

.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;
}

.gdpr {
  color: #999;
  position: fixed;
  padding: .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);
  -o-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: .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);
  -o-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;
  }
}

/* ==========================================================================
btns
==========================================================================*/
.btns .btn {
  text-align: center;
  display: inline-block;
  margin: 0 0.2vw;
  background: #5d5d5d;
  border-radius: 10px;
  color: #fff;
  border: 2px solid #1d1d1e;
  position: relative;
  overflow: hidden;
}

.btns .btn.btn-account::after, .btns .btn.btn-playnow::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(right, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transform: skew(-50deg, 0) translate(-100%, 0);
  -ms-transform: skew(-50deg, 0) translate(-100%, 0);
  transform: skew(-50deg, 0) translate(-100%, 0);
  opacity: .4;
}

.btns .btn.btn-account::after {
  -webkit-animation: Btn_light_official 2s 0s cubic-bezier(0.1, 0.66, 0.42, 1.04) infinite;
  animation: Btn_light_official 2s 0s cubic-bezier(0.1, 0.66, 0.42, 1.04) infinite;
}

.btns .btn.btn-playnow::after {
  -webkit-animation: Btn_light_official 2s 0.2s cubic-bezier(0.1, 0.66, 0.42, 1.04) infinite;
  animation: Btn_light_official 2s 0.2s cubic-bezier(0.1, 0.66, 0.42, 1.04) infinite;
}

.btns .btn span {
  position: relative;
  z-index: 1;
}

.btns .btn p {
  background-color: #040404;
  position: relative;
  display: block;
  margin: 1px;
  font-size: 1.08vw;
  line-height: 2em;
  text-indent: 0.8em;
  padding: 0.2em 2em;
  border-radius: 7px;
  min-width: 10em;
  text-indent: 0;
}

.btns .btn-playnow p {
  padding: 0.4em 1.5em 0em 2em;
  text-indent: 1.2em;
}

.btns .btn-playnow p::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  width: 1.5em;
  height: 1.5em;
}

.btns .btn-playnow p::before {
  background-image: url("/online/assets/images/btns-deco-Windows.png");
  background-size: contain;
}

.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%);
  -ms-transform: translate(-51%, -23%);
  transform: translate(-51%, -23%);
  color: #c9c9c9;
  width: 100%;
}

.btns .btn-gift p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.2em 1em;
}

.btns .btn-gift em {
  font-style: normal;
}

.btns .btn-gift picture {
  width: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 .2em;
}

@media screen and (orientation: portrait) {
  .btns .btn p {
    font-size: 3vw;
  }
  .btns .btn-playnow {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .btns .btn p {
    font-size: 3.2vw;
  }
}

/* -----------------------------------------------------------------
lib
-------------------------------------------------------------------*/
/* -----------------------------------------------------------------
內容
-------------------------------------------------------------------*/
/* ==========================================================================
CLASSES
==========================================================================*/
#classes {
  background-image: url("/online/grandfantasia-origin/assets/images/index/classes-bg.webp");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vw;
}

@media screen and (orientation: portrait) {
  #classes {
    height: 133vw;
  }
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  #classes {
    height: 164vw;
  }
}

#classes .container {
  padding-top: 60px;
  position: relative;
  height: 100%;
}

@media screen and (orientation: portrait) {
  #classes .container {
    padding-top: 5vw;
  }
}

#classes .title {
  position: relative;
  z-index: 10;
}

.classes {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .classes {
    padding-top: 18vw;
  }
}

.classes-info {
  position: absolute;
  text-align: center;
  z-index: 2;
  font-size: 1.2vw;
  width: 25em;
  top: 30%;
  left: 7vw;
  opacity: 0;
}

@media screen and (orientation: portrait) {
  .classes-info {
    width: 100%;
    top: 24vw;
    left: 50%;
    padding: 0 5vw;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  .classes-info {
    top: 18vw;
  }
}

.classes-system {
  text-align: center;
  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;
  position: relative;
}

.classes-system h3 {
  font-size: 3.5vw;
  text-transform: uppercase;
  margin-bottom: .2em;
  font-weight: 900;
}

@media screen and (orientation: portrait) {
  .classes-system h3 {
    font-size: 6vw;
  }
}

.classes-content {
  font-size: .9vw;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 3em;
}

.classes-content span {
  display: block;
}

@media screen and (orientation: portrait) {
  .classes-content {
    font-size: 3vw;
    margin-bottom: 1em;
  }
  .classes-content span {
    display: inline;
  }
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  .classes-content {
    font-size: 3.5vw;
  }
}

.classes-slogan {
  font-size: 2.4vw;
  width: 8.5em;
  margin: auto;
}

.classes-slogan span {
  display: block;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 1.3;
  height: 1.5em;
  padding: 0 1em;
  position: relative;
  font-style: italic;
  font-weight: 500;
}

.classes-slogan span:first-child {
  font-size: .75em;
  -webkit-transform: translate(-1.5em, 0);
  -ms-transform: translate(-1.5em, 0);
  transform: translate(-1.5em, 0);
  margin-bottom: .2em;
}

.classes-slogan span:first-child::before {
  content: "「";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-20%, -40%);
  -ms-transform: translate(-20%, -40%);
  transform: translate(-20%, -40%);
  font-weight: 600;
}

.classes-slogan span:last-child {
  line-height: 1.4;
  -webkit-transform: translate(0.5em, 0);
  -ms-transform: translate(0.5em, 0);
  transform: translate(0.5em, 0);
}

.classes-slogan span:last-child::after {
  content: "」";
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(20%, 40%);
  -ms-transform: translate(20%, 40%);
  transform: translate(20%, 40%);
  font-weight: 600;
}

@media screen and (orientation: portrait) {
  .classes-slogan {
    font-size: 4vw;
  }
}

.classes-slide, .classes-item,
.classes .swiper {
  height: 100%;
}

.classes-character {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

@media screen and (orientation: portrait) {
  .classes-character {
    display: block;
  }
}

.classes-character::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15vh;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  opacity: .2;
}

.classes-character figure {
  opacity: 0;
  width: 60vw;
  display: block;
}

@media screen and (orientation: portrait) {
  .classes-character figure {
    width: 85vw;
    bottom: 0;
  }
}

.classes-character .second {
  position: absolute;
  z-index: 1;
}

.classes-character .second figcaption {
  top: 40%;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

@media screen and (orientation: portrait) {
  .classes-character .second {
    left: 50%;
  }
}

.classes-character .third figcaption {
  top: 70%;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

@media screen and (orientation: portrait) {
  .classes-character .third {
    position: absolute;
    left: 50%;
  }
  .classes-character .third figcaption {
    top: 50%;
  }
}

.classes-character img {
  position: relative;
}

.classes-character figure figcaption {
  position: absolute;
  text-align: center;
  z-index: 3;
  left: 50%;
  font-size: 1vw;
}

@media screen and (orientation: portrait) {
  .classes-character figure figcaption {
    font-size: 1.7vw;
  }
}

.classes-character figure figcaption span {
  display: block;
}

.classes-character figure figcaption span.promotion {
  background-color: #000;
  line-height: 1.6;
  border-radius: 1em;
  color: #fff;
  width: 5.5em;
  margin: auto;
  position: relative;
}

.classes-character figure figcaption span.promotion::before, .classes-character figure figcaption span.promotion::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: .3em solid;
  top: 50%;
}

.classes-character figure figcaption span.promotion::before {
  left: 0;
  -webkit-transform: translate(-90%, -50%);
  -ms-transform: translate(-90%, -50%);
  transform: translate(-90%, -50%);
  border-color: transparent #000 transparent transparent;
}

.classes-character figure figcaption span.promotion::after {
  right: 0;
  -webkit-transform: translate(90%, -50%);
  -ms-transform: translate(90%, -50%);
  transform: translate(90%, -50%);
  border-color: transparent transparent transparent #000;
}

.classes-character figure figcaption span.classes-name {
  font-size: 2.2em;
  font-weight: 900;
  color: #000;
}

.classes-character figure figcaption span.classes-name::before {
  -webkit-text-stroke: 4px #fff;
  text-stroke: 4px #fff;
}

.classes .swiper-slide::after {
  font-family: "Kaushan Script", cursive;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12vw;
  color: #fff;
  line-height: 1;
  -webkit-transform: translate(0, 15%);
  -ms-transform: translate(0, 15%);
  transform: translate(0, 15%);
  z-index: 2;
}

@media screen and (orientation: portrait) {
  .classes .swiper-slide::after {
    width: 100%;
    text-align: center;
    font-size: 15vw;
    letter-spacing: .05em;
    -webkit-transform: translate(0, 10%);
    -ms-transform: translate(0, 10%);
    transform: translate(0, 10%);
    text-shadow: 0 0 1em #000;
  }
}

.classes .swiper-slide-active .classes-info {
  -webkit-animation: classes-info 0.8s 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
  animation: classes-info 0.8s 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
}

@media screen and (orientation: portrait) {
  .classes .swiper-slide-active .classes-info {
    -webkit-animation: classes-info-m 0.8s 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
    animation: classes-info-m 0.8s 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
  }
}

.classes .swiper-slide-active .classes-character .second {
  -webkit-animation: classes-second 0.8s 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
  animation: classes-second 0.8s 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
}

.classes .swiper-slide-active .classes-character .third {
  -webkit-animation: classes-second 0.8s 0.7s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
  animation: classes-second 0.8s 0.7s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
}

.classes-soulblade::after {
  content: "SoulBlade";
}

.classes-soulblade .second {
  -webkit-transform: translate(25%, 0);
  -ms-transform: translate(25%, 0);
  transform: translate(25%, 0);
}

.classes-soulblade .second figcaption {
  -webkit-transform: translate(-24em, 100%);
  -ms-transform: translate(-24em, 100%);
  transform: translate(-24em, 100%);
}

@media screen and (orientation: portrait) {
  .classes-soulblade .second {
    -webkit-transform: translate(-20%, 30%);
    -ms-transform: translate(-20%, 30%);
    transform: translate(-20%, 30%);
  }
  .classes-soulblade .second figcaption {
    -webkit-transform: translate(-20em, 50%);
    -ms-transform: translate(-20em, 50%);
    transform: translate(-20em, 50%);
  }
}

.classes-soulblade .third-1 {
  -webkit-transform: translate(-20%, 0);
  -ms-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
}

.classes-soulblade .third-1 figcaption {
  -webkit-transform: translate(-20em, 0%);
  -ms-transform: translate(-20em, 0%);
  transform: translate(-20em, 0%);
}

@media screen and (orientation: portrait) {
  .classes-soulblade .third-1 {
    -webkit-transform: translate(-67%, 28%);
    -ms-transform: translate(-67%, 28%);
    transform: translate(-67%, 28%);
  }
}

.classes-ninja::after {
  content: "Ninja";
}

.classes-ninja .second {
  -webkit-transform: translate(5%, 0);
  -ms-transform: translate(5%, 0);
  transform: translate(5%, 0);
}

.classes-ninja .second figcaption {
  -webkit-transform: translate(-12em, 0%);
  -ms-transform: translate(-12em, 0%);
  transform: translate(-12em, 0%);
}

@media screen and (orientation: portrait) {
  .classes-ninja .second {
    -webkit-transform: translate(-50%, 30%);
    -ms-transform: translate(-50%, 30%);
    transform: translate(-50%, 30%);
  }
  .classes-ninja .second figcaption {
    -webkit-transform: translate(-5em, 0%);
    -ms-transform: translate(-5em, 0%);
    transform: translate(-5em, 0%);
  }
}

.classes-ninja .third-1 {
  -webkit-transform: translate(75%, 0);
  -ms-transform: translate(75%, 0);
  transform: translate(75%, 0);
}

.classes-ninja .third-1 figcaption {
  -webkit-transform: translate(-20em, 0%);
  -ms-transform: translate(-20em, 0%);
  transform: translate(-20em, 0%);
}

@media screen and (orientation: portrait) {
  .classes-ninja .third-1 {
    -webkit-transform: translate(-75%, 30%);
    -ms-transform: translate(-75%, 30%);
    transform: translate(-75%, 30%);
  }
  .classes-ninja .third-1 figcaption {
    -webkit-transform: translate(-10em, 0%);
    -ms-transform: translate(-10em, 0%);
    transform: translate(-10em, 0%);
  }
}

.classes-ninja .third-2 {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
}

@media screen and (orientation: portrait) {
  .classes-ninja .third-2 {
    -webkit-transform: translate(-2%, 30%);
    -ms-transform: translate(-2%, 30%);
    transform: translate(-2%, 30%);
  }
  .classes-ninja .third-2 figcaption {
    -webkit-transform: translate(-5em, 0%);
    -ms-transform: translate(-5em, 0%);
    transform: translate(-5em, 0%);
  }
}

.classes-warrior::after {
  content: "Warrior";
}

.classes-warrior .second {
  -webkit-transform: translate(-5%, 0);
  -ms-transform: translate(-5%, 0);
  transform: translate(-5%, 0);
}

@media screen and (orientation: portrait) {
  .classes-warrior .second {
    -webkit-transform: translate(-60%, 30%);
    -ms-transform: translate(-60%, 30%);
    transform: translate(-60%, 30%);
  }
}

.classes-warrior .third-1 {
  -webkit-transform: translate(25%, 0);
  -ms-transform: translate(25%, 0);
  transform: translate(25%, 0);
}

@media screen and (orientation: portrait) {
  .classes-warrior .third-1 {
    -webkit-transform: translate(-105%, 30%);
    -ms-transform: translate(-105%, 30%);
    transform: translate(-105%, 30%);
  }
  .classes-warrior .third-1 figcaption {
    top: 50%;
    -webkit-transform: translate(2em, 0%);
    -ms-transform: translate(2em, 0%);
    transform: translate(2em, 0%);
  }
}

.classes-warrior .third-2 {
  -webkit-transform: translate(25%, 0);
  -ms-transform: translate(25%, 0);
  transform: translate(25%, 0);
}

@media screen and (orientation: portrait) {
  .classes-warrior .third-2 {
    -webkit-transform: translate(-10%, 30%);
    -ms-transform: translate(-10%, 30%);
    transform: translate(-10%, 30%);
  }
  .classes-warrior .third-2 figcaption {
    top: 50%;
    -webkit-transform: translate(-6em, 0%);
    -ms-transform: translate(-6em, 0%);
    transform: translate(-6em, 0%);
  }
}

.classes-archer::after {
  content: "Archer";
}

.classes-archer .second {
  -webkit-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  transform: translate(0%, 0);
}

@media screen and (orientation: portrait) {
  .classes-archer .second {
    -webkit-transform: translate(-55%, 30%);
    -ms-transform: translate(-55%, 30%);
    transform: translate(-55%, 30%);
  }
}

.classes-archer .third-1 {
  -webkit-transform: translate(45%, 0);
  -ms-transform: translate(45%, 0);
  transform: translate(45%, 0);
}

.classes-archer .third-1 figcaption {
  -webkit-transform: translate(-5em, 0%);
  -ms-transform: translate(-5em, 0%);
  transform: translate(-5em, 0%);
}

@media screen and (orientation: portrait) {
  .classes-archer .third-1 {
    -webkit-transform: translate(-95%, 30%);
    -ms-transform: translate(-95%, 30%);
    transform: translate(-95%, 30%);
  }
  .classes-archer .third-1 figcaption {
    -webkit-transform: translate(-3em, 0%);
    -ms-transform: translate(-3em, 0%);
    transform: translate(-3em, 0%);
  }
}

.classes-archer .third-2 {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
}

.classes-archer .third-2 figcaption {
  -webkit-transform: translate(-5em, 0%);
  -ms-transform: translate(-5em, 0%);
  transform: translate(-5em, 0%);
}

@media screen and (orientation: portrait) {
  .classes-archer .third-2 {
    -webkit-transform: translate(-10%, 30%);
    -ms-transform: translate(-10%, 30%);
    transform: translate(-10%, 30%);
  }
  .classes-archer .third-2 figcaption {
    -webkit-transform: translate(-3em, 0%);
    -ms-transform: translate(-3em, 0%);
    transform: translate(-3em, 0%);
  }
}

.classes-priest::after {
  content: "Priest";
}

.classes-priest .second {
  -webkit-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  transform: translate(0%, 0);
}

@media screen and (orientation: portrait) {
  .classes-priest .second {
    -webkit-transform: translate(-60%, 30%);
    -ms-transform: translate(-60%, 30%);
    transform: translate(-60%, 30%);
  }
}

.classes-priest .third-1 {
  -webkit-transform: translate(60%, 0);
  -ms-transform: translate(60%, 0);
  transform: translate(60%, 0);
}

.classes-priest .third-1 figcaption {
  -webkit-transform: translate(-15em, 0%);
  -ms-transform: translate(-15em, 0%);
  transform: translate(-15em, 0%);
}

@media screen and (orientation: portrait) {
  .classes-priest .third-1 {
    -webkit-transform: translate(-75%, 30%);
    -ms-transform: translate(-75%, 30%);
    transform: translate(-75%, 30%);
  }
  .classes-priest .third-1 figcaption {
    -webkit-transform: translate(-12em, 0%);
    -ms-transform: translate(-12em, 0%);
    transform: translate(-12em, 0%);
  }
}

.classes-priest .third-2 {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
}

.classes-priest .third-2 figcaption {
  -webkit-transform: translate(-5em, 0%);
  -ms-transform: translate(-5em, 0%);
  transform: translate(-5em, 0%);
}

@media screen and (orientation: portrait) {
  .classes-priest .third-2 {
    -webkit-transform: translate(-10%, 30%);
    -ms-transform: translate(-10%, 30%);
    transform: translate(-10%, 30%);
  }
  .classes-priest .third-2 figcaption {
    -webkit-transform: translate(-1em, 0%);
    -ms-transform: translate(-1em, 0%);
    transform: translate(-1em, 0%);
  }
}

.classes-mage::after {
  content: "Mage";
}

.classes-mage .second {
  -webkit-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  transform: translate(0%, 0);
}

@media screen and (orientation: portrait) {
  .classes-mage .second {
    -webkit-transform: translate(-50%, 30%);
    -ms-transform: translate(-50%, 30%);
    transform: translate(-50%, 30%);
  }
}

.classes-mage .third-1 {
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
}

.classes-mage .third-1 figcaption {
  -webkit-transform: translate(-5em, 0%);
  -ms-transform: translate(-5em, 0%);
  transform: translate(-5em, 0%);
}

@media screen and (orientation: portrait) {
  .classes-mage .third-1 {
    -webkit-transform: translate(-75%, 30%);
    -ms-transform: translate(-75%, 30%);
    transform: translate(-75%, 30%);
  }
  .classes-mage .third-1 figcaption {
    -webkit-transform: translate(-13em, 0%);
    -ms-transform: translate(-13em, 0%);
    transform: translate(-13em, 0%);
  }
}

.classes-mage .third-2 {
  -webkit-transform: translate(25%, 0);
  -ms-transform: translate(25%, 0);
  transform: translate(25%, 0);
}

@media screen and (orientation: portrait) {
  .classes-mage .third-2 {
    -webkit-transform: translate(-10%, 30%);
    -ms-transform: translate(-10%, 30%);
    transform: translate(-10%, 30%);
  }
  .classes-mage .third-2 figcaption {
    -webkit-transform: translate(-7em, 0%);
    -ms-transform: translate(-7em, 0%);
    transform: translate(-7em, 0%);
  }
}

.classes-item.active {
  display: block;
}

.swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.btn-account, .btn-gift {
  display: none !important;
}

.swiper-lazy {
  opacity: 0;
}

.swiper-lazy-loaded {
  opacity: 1;
}

.control .swiper-button-next, .control .swiper-button-prev {
  width: 64px;
  height: 82px;
}

@media screen and (max-width: 480px) {
  .control .swiper-button-next, .control .swiper-button-prev {
    width: 32px;
    height: 41px;
  }
}

.control .swiper-button-next::after, .control .swiper-button-prev::after {
  display: none;
}

.control .swiper-button-next {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.control-dark .swiper-button-next, .control-dark .swiper-button-prev {
  background-image: url("/online/grandfantasia-origin/assets/images/index/arrow-dark.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.control-light .swiper-button-next, .control-light .swiper-button-prev {
  background-image: url("/online/grandfantasia-origin/assets/images/index/arrow-light.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

body {
  color: #4b4845;
  position: relative;
  line-height: 1.5;
  padding-top: 60px;
}

@media screen and (max-width: 820px) {
  body {
    padding-top: 0;
  }
}

body.active {
  height: 100%;
  overflow: hidden;
}

picture {
  display: block;
}

.wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.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-playnow {
  display: inline-block !important;
}

/* ==========================================================================
主視覺
============================================================================*/
.ZH-HANT .kv .slogan h1 {
  width: 920px;
}

@media screen and (orientation: portrait) {
  .ZH-HANT .kv .slogan h1 {
    width: 90vw;
  }
}

.ZH-HANT .kv .slogan span {
  width: 100%;
  height: 0;
  padding-top: 21.41304%;
  background-image: url("/online/grandfantasia-origin/assets/images/landing/class-soulblade/slogan_zh_hant_coming.webp");
}

.EN .kv .slogan h1 {
  width: 968px;
}

@media screen and (orientation: portrait) {
  .EN .kv .slogan h1 {
    width: 90vw;
  }
}

.EN .kv .slogan span {
  width: 100%;
  height: 0;
  padding-top: 33.93595%;
  background-image: url("/online/grandfantasia-origin/assets/images/landing/class-soulblade/slogan_en_coming.webp");
}

.kv {
  height: 960px;
  position: relative;
  overflow: hidden;
  background-image: url("/online/grandfantasia-origin/assets/images/landing/class-soulblade/kv_bg.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (orientation: portrait) {
  .kv {
    height: 143vw;
    background-image: url("/online/grandfantasia-origin/assets/images/landing/class-soulblade/kv_bg_m.webp");
    background-position: center;
  }
}

.kv .container {
  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-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  height: 100%;
  padding-bottom: 5vw;
  position: relative;
  z-index: 3;
}

@media screen and (orientation: portrait) {
  .kv .container {
    padding-bottom: 15vw;
  }
}

.kv h1,
.kv h2,
.kv h3 {
  margin-bottom: 0;
}

.kv .game-logo {
  position: absolute;
  left: 10px;
  top: 10px;
}

@media screen and (orientation: portrait) {
  .kv .game-logo {
    width: 32vw;
    left: auto;
    right: 10px;
  }
}

.kv .slogan h1 {
  margin: auto;
}

.kv .slogan span {
  display: block;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.kv .role {
  position: absolute;
}

.kv .role::after {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.kv .role_girl {
  left: 12vw;
  top: 0;
  width: 1072px;
}

.kv .role_girl::after {
  background-image: url("/online/grandfantasia-origin/assets/images/landing/class-soulblade/kv_girl.webp");
  width: 100%;
  height: 0;
  padding-top: 138.15299%;
  -webkit-transform: translate(0, -3%);
  -ms-transform: translate(0, -3%);
  transform: translate(0, -3%);
}

@media screen and (orientation: portrait) {
  .kv .role_girl {
    width: 115vw;
    left: 0;
    top: 0;
  }
  .kv .role_girl::after {
    -webkit-transform: translate(-5%, 5%);
    -ms-transform: translate(-5%, 5%);
    transform: translate(-5%, 5%);
  }
}

.kv .role_boy {
  right: 12vw;
  top: 230px;
  width: 560px;
}

.kv .role_boy::after {
  background-image: url("/online/grandfantasia-origin/assets/images/landing/class-soulblade/kv_boy.webp");
  width: 100%;
  height: 0;
  padding-top: 147.5%;
}

@media screen and (orientation: portrait) {
  .kv .role_boy {
    display: none;
  }
}

.kv .role_feather {
  top: 350px;
  left: 15px;
  width: 450px;
}

@media screen and (orientation: portrait) {
  .kv .role_feather {
    display: none;
  }
}

.kv .role_feather::after {
  background-image: url("/online/grandfantasia-origin/assets/images/landing/class-soulblade/kv_feather.webp");
  width: 100%;
  height: 0;
  padding-top: 111.55556%;
}

@media screen and (orientation: portrait) {
  .kv .role_feather::after {
    width: 20vw;
    left: 0;
    top: 10vw;
  }
  .kv .role_feather::after::after {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.kv_deco {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 492px;
  -webkit-transform: translate(0, -69%);
  -ms-transform: translate(0, -69%);
  transform: translate(0, -69%);
  background-image: url("/online/grandfantasia-origin/assets/images/landing/class-soulblade/kv_deco.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (orientation: portrait) {
  .kv_deco {
    height: 50vw;
  }
}

/* ------------------------------------------------------------------

-------------------------------------------------------------------*/
section {
  position: relative;
}

section.section {
  height: 960px;
}

section .title {
  font-size: 60px;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: .5em;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  section .title {
    font-size: 8vw;
    padding-bottom: 6vw;
  }
}

section .title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 449px;
  height: 38px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  section .title::after {
    width: 63vw;
    height: 5.4vw;
  }
}

section .title-light {
  color: #f4eed8;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5), 0 3px 5px rgba(0, 0, 0, 0.5), 0 3px 5px rgba(0, 0, 0, 0.5);
}

section .title-light::after {
  background-image: url("/online/grandfantasia-origin/assets/images/index/title-deco-light.webp");
}

section .title-dark {
  color: #4b4845;
  text-shadow: 0 3px 5px rgba(255, 255, 255, 0.5), 0 3px 5px rgba(255, 255, 255, 0.5), 0 3px 5px rgba(255, 255, 255, 0.5);
}

section .title-dark::after {
  background-image: url("/online/grandfantasia-origin/assets/images/index/title-deco-dark.webp");
}

section .title span {
  font-size: .25em;
  font-family: "Rosarivo", cursive;
  display: block;
  margin-bottom: -.5em;
}

section .title h2 {
  position: relative;
  z-index: 9;
  font-size: inherit;
  font-weight: 700;
  margin: 0;
}

section .container {
  position: relative;
  z-index: 2;
}

#lanlancat {
  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;
  overflow: hidden;
  background-image: url("/online/grandfantasia-origin/assets/images/landing/class-soulblade/rabbit_bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 1180px) {
  #lanlancat {
    height: auto;
    padding: 12vw 0;
  }
}

#lanlancat .lanlancat_collab {
  width: 25.36vw;
  margin-bottom: 15px;
}

#lanlancat .lanlancat_collab img {
  max-width: 100%;
  height: auto;
}

@media screen and (orientation: portrait) {
  #lanlancat .lanlancat_collab {
    width: 40vw;
  }
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  #lanlancat .lanlancat_collab {
    width: 60vw;
  }
}

#lanlancat h3 {
  font-size: 30px;
  color: #4b4845;
  letter-spacing: .05em;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 820px) {
  #lanlancat h3 {
    font-size: 24px;
  }
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  #lanlancat h3 {
    font-size: 4vw;
    text-align: center;
  }
  #lanlancat h3 span {
    display: block;
  }
}

#lanlancat .container {
  width: 83.33vw;
  padding: 45px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 1.6vw;
  border: 8px solid #d5c6b6;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 100px;
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  #lanlancat .container {
    width: 90vw;
    border-width: 1.5vw;
    padding-bottom: 5vw;
  }
}

#lanlancat .screenshot {
  position: relative;
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  #lanlancat .screenshot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 3vw;
  }
}

#lanlancat .screenshot_item_1 {
  width: 722px;
}

@media screen and (max-width: 1600px) {
  #lanlancat .screenshot_item_1 {
    width: 45.13vw;
  }
}

@media screen and (orientation: portrait) {
  #lanlancat .screenshot_item_1 {
    width: 55vw;
  }
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  #lanlancat .screenshot_item_1 {
    width: 70vw;
  }
}

#lanlancat .screenshot_item_2, #lanlancat .screenshot_item_3 {
  position: absolute;
}

#lanlancat .screenshot_item_2 img, #lanlancat .screenshot_item_3 img {
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  #lanlancat .screenshot_item_2, #lanlancat .screenshot_item_3 {
    position: relative;
  }
}

#lanlancat .screenshot_item_2 {
  width: 307px;
  left: -150px;
  bottom: -50px;
}

@media screen and (max-width: 1600px) {
  #lanlancat .screenshot_item_2 {
    width: 19.2vw;
    left: -9vw;
  }
}

@media screen and (orientation: portrait) {
  #lanlancat .screenshot_item_2 {
    width: 22vw;
  }
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  #lanlancat .screenshot_item_2 {
    left: auto;
    bottom: auto;
    width: 33vw;
  }
}

#lanlancat .screenshot_item_2 figcaption {
  width: 76px;
  top: 30px;
}

@media screen and (max-width: 1600px) {
  #lanlancat .screenshot_item_2 figcaption {
    width: 10vw;
    top: auto;
    bottom: 3vw;
  }
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  #lanlancat .screenshot_item_2 figcaption {
    bottom: auto;
  }
}

#lanlancat .screenshot_item_2 figcaption span {
  width: 100%;
  height: 0;
  padding-top: 37.5%;
  background-image: url("/online/grandfantasia-origin/assets/images/landing/class-soulblade/screen_2_name.webp");
}

#lanlancat .screenshot_item_3 {
  width: 266px;
  right: -100px;
  top: -30px;
}

@media screen and (max-width: 1600px) {
  #lanlancat .screenshot_item_3 {
    width: 16.63vw;
    right: -9vw;
  }
}

@media screen and (orientation: portrait) {
  #lanlancat .screenshot_item_3 {
    width: 18vw;
  }
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  #lanlancat .screenshot_item_3 {
    left: auto;
    top: auto;
    right: auto;
    width: 33vw;
  }
}

#lanlancat .screenshot_item_3 figcaption {
  width: 80px;
  bottom: 20px;
}

#lanlancat .screenshot_item_3 figcaption span {
  width: 100%;
  height: 0;
  padding-top: 35.625%;
  background-image: url("/online/grandfantasia-origin/assets/images/landing/class-soulblade/screen_3_name.webp");
}

@media screen and (max-width: 1600px) {
  #lanlancat .screenshot_item_3 figcaption {
    width: 10vw;
    bottom: 3vw;
  }
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  #lanlancat .screenshot_item_3 figcaption {
    bottom: auto;
  }
}

#lanlancat .screenshot_item picture {
  font-size: 0;
}

#lanlancat .screenshot_item img {
  width: 100%;
  height: auto;
  outline: 5px solid #d1e7a1;
  border: 5px solid #fff;
}

@media screen and (orientation: portrait) {
  #lanlancat .screenshot_item img {
    outline-width: .5vw;
    border-width: .5vw;
  }
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  #lanlancat .screenshot_item img {
    margin-bottom: 3vw;
  }
}

#lanlancat .screenshot_item figcaption {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#lanlancat .screenshot_item figcaption span {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  #lanlancat .screenshot_item figcaption {
    position: relative;
  }
}

#lanlancat .role {
  position: absolute;
  z-index: 2;
}

@media screen and (orientation: portrait) {
  #lanlancat .role {
    display: none;
  }
}

#lanlancat .role span {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#lanlancat .role_1 {
  width: 22.29vw;
  left: 0;
  top: 10vw;
}

@media screen and (max-width: 1180px) {
  #lanlancat .role_1 {
    top: 16vw;
  }
}

#lanlancat .role_1 span {
  width: 100%;
  height: 0;
  padding-top: 127.57009%;
  background-image: url("/online/grandfantasia-origin/assets/images/landing/class-soulblade/rabbit_role_1.webp");
}

#lanlancat .role_2 {
  right: 0;
  bottom: 0;
  margin-bottom: -10vw;
  width: 26.98vw;
}

#lanlancat .role_2 span {
  width: 100%;
  height: 0;
  padding-top: 182.23938%;
  background-image: url("/online/grandfantasia-origin/assets/images/landing/class-soulblade/rabbit_role_2.webp");
}

.footer {
  background-color: #252629;
  color: #cbdaee;
}

.footer footer {
  color: inherit;
}

.footer footer .links {
  color: inherit;
}

.footer footer .links a {
  color: #cbdaee;
}

.footer .language-list {
  background-color: rgba(37, 38, 41, 0.9);
}

.footer .rank {
  background-color: rgba(0, 0, 0, 0.5);
}

.footer .links-privacy::after {
  display: none;
}

.footer .links-notice {
  display: none;
}

/*# sourceMappingURL=landing_soulblade.css.map */