@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;
  max-width: 100%;
  height: auto;
}

/* 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;
}

.strokeText {
  position: relative;
  display: block;
}

.strokeText::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 3px #fff;
  text-stroke: 3px #fff;
}

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

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

@keyframes classes_role {
  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%, -30vw);
    transform: translate(-50%, -30vw);
    opacity: 1;
  }
}

@keyframes classes_info_m {
  0% {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -30vw);
    transform: translate(-50%, -30vw);
    opacity: 1;
  }
}

@-webkit-keyframes classes_deco_text {
  0% {
    -webkit-transform: translate(0%, -94%) scale(1.5);
    transform: translate(0%, -94%) scale(1.5);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    -webkit-transform: translate(0%, -94%) scale(1);
    transform: translate(0%, -94%) scale(1);
    opacity: 1;
    -webkit-filter: blur(1);
    filter: blur(1);
  }
}

@keyframes classes_deco_text {
  0% {
    -webkit-transform: translate(0%, -94%) scale(1.5);
    transform: translate(0%, -94%) scale(1.5);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    -webkit-transform: translate(0%, -94%) scale(1);
    transform: translate(0%, -94%) scale(1);
    opacity: 1;
    -webkit-filter: blur(1);
    filter: blur(1);
  }
}

@-webkit-keyframes Kv_sky_move {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 50% 0%;
  }
}

@keyframes Kv_sky_move {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 50% 0%;
  }
}

@-webkit-keyframes Kv_fly_move {
  from {
    -webkit-transform: translate(-35%, -25%);
    transform: translate(-35%, -25%);
  }
  to {
    -webkit-transform: translate(-35%, -5%);
    transform: translate(-35%, -5%);
  }
}

@keyframes Kv_fly_move {
  from {
    -webkit-transform: translate(-35%, -25%);
    transform: translate(-35%, -25%);
  }
  to {
    -webkit-transform: translate(-35%, -5%);
    transform: translate(-35%, -5%);
  }
}

@-webkit-keyframes Highlight {
  from {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
  to {
    -webkit-filter: brightness(1.12);
    filter: brightness(1.12);
  }
}

@keyframes Highlight {
  from {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
  to {
    -webkit-filter: brightness(1.12);
    filter: brightness(1.12);
  }
}

/* -----------------------------------------------------------------
組件設定
-------------------------------------------------------------------*/
.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(37, 38, 41, 0.9);
  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;
  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.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%);
  -ms-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;
  }
}

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

@media screen and (max-width: 375px) {
  .language {
    font-size: 12px;
  }
}

.landscape {
  display: none;
}

@media screen and (device-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;
  }
}

.navigation {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 60px;
  padding: 0 10px;
  z-index: 30;
}

.navigation .x-logo {
  margin-right: 50px;
}

.navigation .x-logo img {
  height: 40px;
}

.navigation .left-section,
.navigation .right-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1180px) {
  .navigation .xlmenu a:hover::after {
    display: block;
  }
}

@media screen and (max-width: 820px) {
  .navigation .xlmenu {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .navigation .x-logo img {
    height: 30px;
  }
}

.xlmenu {
  font-size: 16px;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.xlmenu a {
  color: #666;
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.xlmenu a.xlmenu-games {
  padding-right: 30px;
}

.xlmenu a.xlmenu-games::after {
  z-index: 20;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-width: 6px;
  border-top-color: #666;
  pointer-events: none;
  -webkit-transform: translate(0, -40%);
  -ms-transform: translate(0, -40%);
  transform: translate(0, -40%);
}

.xlmenu a.xlmenu-games.active::after {
  -webkit-transform: translate(0, -75%) scaleY(-1);
  -ms-transform: translate(0, -75%) scaleY(-1);
  transform: translate(0, -75%) scaleY(-1);
}

.xlmenu a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #fcd200;
  left: 0;
  bottom: 0;
  display: none;
}

.xlmenu a.active::before {
  display: block;
}

.xlmenu-secondary {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 20;
}

.xlmenu-secondary .close {
  position: absolute;
  width: 40px;
  height: 40px;
  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: #aaa;
  border-radius: 50%;
  right: 10px;
  margin-top: 10px;
  cursor: pointer;
  z-index: 21;
}

.xlmenu-secondary .close svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.xlmenu-secondary .close:hover {
  background-color: #888;
}

.xlmenu-secondary-wrap {
  z-index: 20;
}

.xlmenu-secondary-container {
  padding: 20px;
  width: 100%;
  position: relative;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.xlmenu-secondary-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.games-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px;
  border-radius: 5px;
  margin: 0 10px;
}

.games-item:hover {
  border: 1px solid #fcd200;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.6);
}

.games-icon {
  margin-right: 10px;
}

.games-icon img {
  width: 44px;
  border-radius: 4px;
}

.games-name {
  margin-bottom: 0em;
  color: #666;
  font-weight: normal;
  font-size: 14px;
}

.games-info .platform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.games-info .platform svg {
  width: 14px;
  height: 14px;
  fill: #999;
}

.memberTool-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  margin: 0 10px;
  padding: 9px;
  border-radius: 5px;
}

.memberTool-item:hover {
  border: 1px solid #fcd200;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.6);
}

.memberTool-item svg {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  fill: #999;
}

.xlmenu-control {
  margin-left: 10px;
  width: 30px;
  height: 30px;
  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;
}

.xlmenu-control .icon-btn-menu {
  fill: #888;
  width: 20px;
  height: 20px;
}

.xlmenu-control .icon-btn-close {
  display: none;
}

@media screen and (min-width: 821px) {
  .xlmenu-control {
    display: none;
  }
}

.blank {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 98;
  display: none;
}

.sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  z-index: 99;
  width: 50vw;
  height: 100%;
  right: 0;
  background-color: #fff;
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.06, 0.71, 0.59, 1.02);
  -o-transition: all 0.3s cubic-bezier(0.06, 0.71, 0.59, 1.02);
  transition: all 0.3s cubic-bezier(0.06, 0.71, 0.59, 1.02);
  opacity: 0;
}

.sidebar .x-logo img {
  height: 40px;
}

.sidebar-top {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
  border-bottom: 1px solid #ccc;
  color: #888;
}

.sidebar-top .icon-arrow-left,
.sidebar-top .icon-btn-close {
  width: 20px;
  height: 20px;
  fill: #888;
}

.sidebar-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
}

.sidebar .xlmenu {
  height: auto;
  width: 100%;
}

.sidebar .xlmenu a {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.sidebar .xlmenu a svg {
  width: 15px;
  height: 15px;
  fill: #999;
}

@media screen and (max-width: 480px) {
  .sidebar {
    width: 100vw;
  }
  .sidebar .x-logo img {
    height: 30px;
  }
}

.top {
  position: fixed;
  z-index: 11;
  width: 100%;
  left: 0;
  top: 0;
}

.top-section:nth-child(2), .top-section #game-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 110px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 94, 173, 0.65)), to(rgba(0, 94, 173, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 94, 173, 0.65) 0%, rgba(0, 94, 173, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 94, 173, 0.65) 0%, rgba(0, 94, 173, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 94, 173, 0.65) 0%, rgba(0, 94, 173, 0) 100%);
  -webkit-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  -o-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
}

@media screen and (max-width: 1280px) {
  .top-section:nth-child(2), .top-section #game-navigation {
    height: 90px;
  }
}

@media screen and (max-width: 1024px) {
  .top-section:nth-child(2), .top-section #game-navigation {
    background: none;
  }
}

.top-section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.top .game-logo {
  position: absolute;
  top: .5vw;
  left: .5vw;
  width: 16vw;
}

.top .game-logo img {
  width: 100%;
  height: auto;
}

.top .social {
  padding-right: 20px;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3)) drop-shadow(0 0 8px rgba(0, 0, 0, 0.3)) drop-shadow(0 0 16px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3)) drop-shadow(0 0 8px rgba(0, 0, 0, 0.3)) drop-shadow(0 0 16px rgba(0, 0, 0, 0.3));
}

.top .social svg {
  fill: white;
}

.menu {
  font-size: .95vw;
  margin-left: 18vw;
  text-transform: uppercase;
  height: 100%;
}

.menu a {
  color: white;
  font-weight: normal;
  -webkit-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  -o-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
}

.menu a:hover {
  color: #f7ff7f;
}

.menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
}

.menu-wrap > li {
  height: 100%;
  position: relative;
  min-width: 5em;
}

.menu-wrap > li.menu_8, .menu-wrap > li.menu_7 {
  display: none;
}

.menu-main {
  position: relative;
  padding: 0 0.5em;
  height: 100%;
  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;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 0 4px rgba(0, 0, 0, 0.3), 0 0 8px rgba(0, 0, 0, 0.3), 0 0 16px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1024px) {
  .menu-main {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
}

.menu-main::before, .menu-main::after {
  -webkit-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  -o-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
}

.menu-main::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 3px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-bottom-color: #fee8a6;
  opacity: 0;
}

.menu-main::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #f7ff7f;
  opacity: 0;
}

.menu li.active .menu-main {
  position: relative;
}

.menu li.active .menu-main::after {
  opacity: 1;
}

.menu li.active.menu_4 .menu-main::before {
  opacity: 1;
}

.menu-sec {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 10em;
  top: 100%;
  font-size: 16px;
  padding-bottom: 3em;
  border-radius: .5em .5em 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(70%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0) 100%);
}

.menu-sec li:last-child a {
  border: none;
}

.menu-sec li a:hover {
  color: white;
  text-shadow: 0 0 1.5em black;
}

.menu-sec a {
  display: block;
  padding: .5em 0;
  position: relative;
  z-index: 11;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-control {
  display: none;
  -webkit-filter: drop-shadow(0 0 10px black);
  filter: drop-shadow(0 0 10px black);
}

.menu-control .icon-btn-close {
  display: none;
}

.menu-control .icon-btn-menu {
  display: block;
}

.menu-control.active .icon-btn-close {
  display: block;
}

.menu-control.active .icon-btn-menu {
  display: none;
}

.member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
}

.member svg {
  width: 20px;
  height: 20px;
  fill: white;
  margin-right: 5px;
}

@media screen and (max-width: 1024px) {
  .member svg {
    fill: #fff;
  }
}

.member a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  padding: 0 10px;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3)) drop-shadow(0 0 8px rgba(0, 0, 0, 0.3)) drop-shadow(0 0 16px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3)) drop-shadow(0 0 8px rgba(0, 0, 0, 0.3)) drop-shadow(0 0 16px rgba(0, 0, 0, 0.3));
}

.member a:hover {
  color: #f7ff7f;
}

.member a:hover svg {
  fill: #f7ff7f;
}

.download, .nav-btn {
  height: 100%;
}

.download-main, .nav-btn-main {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#414965), to(#222635));
  background: -webkit-linear-gradient(top, #414965 0%, #222635 100%);
  background: -o-linear-gradient(top, #414965 0%, #222635 100%);
  background: linear-gradient(to bottom, #414965 0%, #222635 100%);
  color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  -o-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  font-size: 26px;
  width: 9em;
}

.download-main em, .nav-btn-main em {
  display: block;
  font-style: normal;
}

.download-main svg, .nav-btn-main svg {
  fill: #fee8a6;
  width: 1em;
  height: 1em;
  position: relative;
  margin-left: 3px;
}

.download-main span, .nav-btn-main span {
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  -o-transition: all 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  transition: all 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  line-height: 1;
}

.download-main span:first-child, .nav-btn-main span:first-child {
  color: #fee8a6;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: .3em;
}

.download-main span:nth-child(2), .nav-btn-main span:nth-child(2) {
  letter-spacing: 2px;
  font-size: .8em;
}

.download-main:hover span:nth-child(1), .nav-btn-main:hover span:nth-child(1) {
  font-size: 1.1em;
}

.download.active .download-main, .nav-btn.active .download-main {
  background: -webkit-gradient(linear, left bottom, left top, from(#153058), to(#0b1a2f));
  background: -webkit-linear-gradient(bottom, #153058 0%, #0b1a2f 100%);
  background: -o-linear-gradient(bottom, #153058 0%, #0b1a2f 100%);
  background: linear-gradient(to top, #153058 0%, #0b1a2f 100%);
}

.download.active .download-main span:nth-child(1), .nav-btn.active .download-main span:nth-child(1) {
  font-size: 1.1em;
}

.download-select, .nav-btn-select {
  display: none;
  background-color: rgba(0, 0, 0, 0.95);
  color: #fff;
  border-radius: 8px;
}

.download-select a, .nav-btn-select a {
  color: #fff;
}

.download-select a:hover, .nav-btn-select a:hover {
  color: #ffde00;
}

.download-select span, .download-select a, .nav-btn-select span, .nav-btn-select a {
  display: block;
  padding: .5em;
}

.download-select ul > li, .nav-btn-select ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 15px;
  font-weight: bold;
}

.download-select ul > li:last-child, .nav-btn-select ul > li:last-child {
  border: none;
}

.download-select ul ul, .nav-btn-select ul ul {
  border-radius: 0 0 8px 8px;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 0 1em .2em;
}

.download-select ul ul li, .nav-btn-select ul ul li {
  font-size: 13px;
  font-weight: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.download-select ul ul li:last-child, .nav-btn-select ul ul li:last-child {
  border: none;
}

.download-select .xdownloader, .nav-btn-select .xdownloader {
  display: none;
}

.download .download-select, .nav-btn .download-select {
  border-radius: 0 0 8px 8px;
}

@media screen and (max-width: 1600px) {
  .menu {
    font-size: 15px;
  }
  .menu-sec {
    font-size: 13px;
  }
  .download-main, .nav-btn-main {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 1024px) {
  .download, .nav-btn {
    display: none;
  }
  .top-section:nth-child(1), .top-section #xl-navigation {
    display: none !important;
  }
  .top-section:nth-child(2), .top-section #game-navigation {
    background-color: #222222;
    padding: 15px;
    position: fixed;
    height: 100vh;
    width: 100vw;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.06, 0.71, 0.59, 1.02);
    -o-transition: all 0.3s cubic-bezier(0.06, 0.71, 0.59, 1.02);
    transition: all 0.3s cubic-bezier(0.06, 0.71, 0.59, 1.02);
  }
  .top-section:nth-child(2).active, .top-section #game-navigation.active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .top-section-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
  }
  .top.active .top-section:nth-child(2) {
    background-color: #333333;
  }
  .top .game-logo {
    position: relative;
    top: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    left: auto;
  }
  .top .social {
    padding-right: 0;
    padding-bottom: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .top .language {
    position: absolute;
    right: 15vw;
    top: 3vw;
    -webkit-filter: invert(1) brightness(1.3);
    filter: invert(1) brightness(1.3);
  }
  .member {
    padding: 20px 0;
    font-size: 16px;
  }
  .menu {
    width: 80%;
    margin-left: 0;
    height: auto;
    font-size: 16px;
  }
  .menu a {
    color: #fff;
  }
  .menu-wrap {
    display: block;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    height: auto;
  }
  .menu-wrap > li.menu_8, .menu-wrap > li.menu_7 {
    display: block;
  }
  .menu-main {
    width: 100%;
    padding: .5em 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menu-sec {
    position: relative;
    text-align: center;
  }
  .menu-sec li {
    padding: 0;
  }
  .menu-sec li a {
    padding: .5em;
  }
  .menu-sec::before {
    height: 2px;
    background-color: #fff;
    z-index: 11;
  }
  .menu-sec::after {
    display: none;
  }
  .menu-control {
    position: fixed;
    top: 80px;
    right: 10px;
    top: 2vw;
    right: 2vw;
    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;
    font-size: 1vw;
    width: 6em;
    height: 6em;
    background: #202028;
    border-radius: 100%;
    -webkit-filter: none;
    filter: none;
  }
  .menu-control svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    font-size: 1vw;
    width: 2.5em;
    height: 2.5em;
  }
  .menu .menu_1 .menu-main,
  .menu .menu_6 .menu-main {
    width: auto;
  }
}

@media screen and (orientation: portrait) {
  .top-section:nth-child(1), .top-section #xl-navigation {
    display: none !important;
  }
  .top-section:nth-child(2), .top-section #game-navigation {
    width: 100vw;
  }
}

@media screen and (max-width: 640px) {
  .top-section:nth-child(2),
  .top-section #game-navigation {
    padding-top: 15vw;
  }
  .top .game-logo {
    width: 40vw;
  }
  .top .social a {
    width: 6vw;
  }
  .top .social a svg {
    width: 4vw;
    height: 4vw;
  }
  .top .language {
    font-size: 3vw;
  }
  .menu {
    width: 80vw;
  }
  .menu-control {
    font-size: 1.5vw;
  }
  .menu-control svg {
    font-size: 1.5vw;
  }
  .menu-wrap > li {
    font-size: 3.2vw;
  }
  .menu-sec {
    font-size: 3vw;
  }
  .member {
    font-size: 3vw;
  }
}

@media screen and (max-width: 480px) {
  .menu-wrap > li {
    font-size: 4vw;
  }
  .download-select ul > li, .nav-btn-select ul > li {
    font-size: 13px;
  }
  .download-select ul ul, .nav-btn-select ul ul {
    padding: 0 .5em .2em;
  }
  .download-select ul ul li, .nav-btn-select ul ul li {
    font-size: 12px;
  }
}

@media screen and (max-width: 375px) {
  .game-logo {
    width: 150px;
  }
  .menu {
    font-size: 12px;
    line-height: 1.3;
  }
  .menu-sec {
    padding-bottom: .5em;
    font-size: 12px;
  }
  .member {
    font-size: 12px;
  }
}

/* ==========================================================================
	News
========================================================================== */
/* ============ 反白設定 ============ */
::-moz-selection {
  background: #413a57;
  color: #fff;
}
::selection {
  background: #413a57;
  color: #fff;
}

::-moz-selection {
  background: #413a57;
  color: #fff;
}

.news_list_area .news_list ul.list li a p::-moz-selection {
  background: #dbe6d2;
}

.news_list_area .news_list ul.list li a p::selection {
  background: #dbe6d2;
}

.news_list_area .news_list ul.list li a p::-moz-selection {
  background: #dbe6d2;
}

.news_list_area .news_detail p::-moz-selection {
  background: #dbe6d2;
}

.news_list_area .news_detail p::selection {
  background: #dbe6d2;
}

.news_list_area .news_detail p::-moz-selection {
  background: #dbe6d2;
}

/* ================================== */
body.JP {
  font-family: 'Noto Sans JP', sans-serif;
}

body.JP #cta h3 {
  font-family: 'Noto Serif JP', Arial, serif;
}

body.EN {
  font-family: 'Noto Sans', sans-serif;
}

body.EN #cta h3 {
  font-family: 'Noto Serif JP', Arial, serif;
}

body.zh-hans {
  font-family: 'Noto Sans SC', sans-serif;
}

body.zh-hans #cta h3 {
  font-family: 'Noto Serif SC', Arial, serif;
}

body.zh-hant {
  font-family: 'Noto Sans TC', sans-serif;
}

body.zh-hant #cta h3 {
  font-family: 'Noto Serif TC', Arial, serif;
}

.news,
.news_in {
  padding: 5em;
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .news,
  .news_in {
    padding: 7vw;
  }
}

/* ==========================================================================
News list
==========================================================================*/
.news a, .news a > * {
  display: block;
}

.news .tabNav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1em;
}

.news .tabNav .tab_nav {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: transparent;
  border: 1px solid #d7d7d7;
}

.news .tabNav .tab_nav a {
  font-size: 18px;
  line-height: 3;
  text-align: center;
  background: #e7e7e7;
  color: #333336;
}

.news .tabNav .tab_nav a:hover {
  background: #333336;
  color: #fff;
}

.news .tabNav .tab_nav.focus a,
.news .tabNav .tab_nav.focus a:hover {
  color: #fff;
  background: #333336;
  cursor: default;
}

.news .tabNav .tab_nav:last-child {
  margin-right: 0;
}

.news .tabNav .btn_more {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  margin-left: 5px;
  background: #333;
  color: #fff;
  width: 30px;
  font-size: 18px;
  height: 24px;
  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;
  display: none;
}

.news .tabs {
  padding-top: 20px;
}

.news .tabs .tab {
  padding-bottom: 40px;
  min-height: 540px;
}

@media screen and (max-width: 640px) {
  .news .tabs .tab {
    min-height: 30em;
  }
}

.news .tabs .tab .list {
  font-size: 15px;
}

.news .tabs .tab .list a {
  position: relative;
  width: 100%;
  font-size: inherit;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #585858;
}

.news .tabs .tab .list a:hover {
  background: rgba(105, 114, 131, 0.05);
}

.news .tabs .tab .list a p {
  padding: 0 1em;
  margin-bottom: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: left;
}

.news .tabs .tab .list a span,
.news .tabs .tab .list a tt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.news .tabs .tab .list a span {
  left: 0;
  width: 6.5em;
  color: #fff;
  line-height: 1.8;
}

.news .tabs .tab .list a.type_1 span {
  background: #566bba;
}

.news .tabs .tab .list a.type_2 span {
  background: #6ea84e;
}

.news .tabs .tab .list a.type_3 span {
  background: #bb4747;
}

.news .tabs .tab .list a tt {
  right: 0;
  width: 4em;
}

.news .tabs .tab .list a:last-child {
  border-bottom-width: 0;
}

@media screen and (max-width: 768px) {
  .news .tabNav .tab_nav a {
    font-size: 15px;
  }
  .news .tabNav .btn_more {
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  .news .tabNav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news .tabNav .tab_nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-right: 0;
  }
  .news .tabNav .tab_nav a {
    font-size: 13px;
  }
  .news .tabNav .btn_more {
    font-size: 13px;
  }
}

.pageNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #37383a;
}

.pageNav .navs {
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pageNav svg {
  fill: #fff;
  width: 10px;
}

.pageNav a {
  color: #fff;
}

.pageNav a,
.pageNav span {
  display: block;
  margin: 0 3px;
  width: 1.6em;
  height: 1.6em;
  font-size: 15px;
  line-height: 24px;
  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;
  font-family: Arial;
  background-color: #37383a;
  border: 1px #37383a solid;
}

.pageNav span,
.pageNav a:hover {
  color: #37383a;
  background-color: #fff;
}

.pageNav span svg,
.pageNav a:hover svg {
  fill: #37383a;
}

/* ==========================================================================
News detail
==========================================================================*/
.news_in .news_title_main {
  font-weight: 700;
}

.news_in .news_title_main {
  font-size: 30px;
  line-height: 1.2;
  color: #2f2c2c;
}

.news_in .news_title_section {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news_in .news_title .news_tag {
  font-size: 18px;
  color: #fff;
  padding: 0 .5em;
}

.news_in .news_title.type_1 .news_tag {
  background: #6ea84e;
}

.news_in .news_title.type_2 .news_tag {
  background: #566bba;
}

.news_in .news_title.type_3 .news_tag {
  background: #bb4747;
}

.news_in .news_title tt {
  font-size: 16px;
  color: #a9a9a9;
  margin-left: 1em;
}

@media screen and (max-width: 768px) {
  .news_in .news_title_main {
    font-size: 24px;
  }
  .news_in .news_title span,
  .news_in .news_title tt {
    font-size: 14px;
  }
}

.news_back {
  text-align: center;
}

/* ============ news_in 新聞內頁 ============ */
.news_in .news_title {
  position: relative;
  margin: 0 auto;
  padding: 1em 0;
}

.news_in .news_title_section:nth-child(1) {
  border-bottom: 2px #c3bdb4 solid;
}

.news_in .news_title_section:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .8em;
}

.news_in .news_title span {
  padding: 0 .3em;
  color: #FFF;
  text-align: center;
  line-height: 1.8em;
  margin-right: 1em;
  vertical-align: -webkit-baseline-middle;
}

.news_in a.btn_back_list,
.news_in .btn_back {
  display: block;
  margin: 0 auto;
  width: 8em;
  background: #2d3034;
  color: #FFF;
  padding: 1em 2em;
  margin-top: 5em;
}

.news_in a.btn_back_list:hover,
.news_in .btn_back:hover {
  background: #7c688d;
}

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

/* ==========================================================================
CTA
==========================================================================*/
#cta {
  position: relative;
  z-index: 9;
  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;
  padding: 50px 0;
  background-image: url("/online/talesofwind/assets/images/index/cta/cta_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  #cta {
    padding: 7vw 0;
  }
}

#cta h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding: 0 1em;
  font-weight: 600;
  text-shadow: 0 0 10px #fff;
  font-family: 'Noto Serif TC', serif;
}

@media screen and (orientation: portrait) {
  #cta h2 {
    margin-bottom: 5vw;
  }
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  #cta h2 {
    font-size: 4vw;
    padding: 0 1.5em;
    line-height: 1.3;
  }
  #cta h2 span {
    display: block;
  }
}

#cta .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

/* ==========================================================================
btns
==========================================================================*/
.btn_tips {
  position: relative;
}

.btn_tips::before {
  display: none;
  opacity: 0;
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -93%);
  -ms-transform: translate(-50%, -93%);
  transform: translate(-50%, -93%);
  width: 8.59vw;
  height: 8.59vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (orientation: portrait) {
  .btn_tips::before {
    width: 20vw;
    height: 20vw;
  }
}

.btn_tips:hover::before {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: block;
  opacity: 1;
}

.btn_tips_1::before {
  background-image: url("/online/talesofwind/assets/images/index/btn_tips_1.webp");
}

.btn_tips_2::before {
  background-image: url("/online/talesofwind/assets/images/index/btn_tips_2.webp");
}

.btns .btn {
  text-align: center;
  display: block;
  border-radius: 10px;
  border-width: 2px;
  border-style: solid;
  position: relative;
  overflow: hidden;
  padding: 1px;
  line-height: 1;
  font-size: 1.08vw;
}

.btns .btn.btn_lightSweep::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);
  mix-blend-mode: overlay;
  opacity: 1;
}

.btns .btn.btn_lightSweep:nth-child(1)::after {
  -webkit-animation: lightSweep 3s 0.2s cubic-bezier(0.1, 0.66, 0.42, 1.04) infinite;
  animation: lightSweep 3s 0.2s cubic-bezier(0.1, 0.66, 0.42, 1.04) infinite;
}

.btns .btn.btn_lightSweep:nth-child(2)::after {
  -webkit-animation: lightSweep 3s 0.4s cubic-bezier(0.1, 0.66, 0.42, 1.04) infinite;
  animation: lightSweep 3s 0.4s cubic-bezier(0.1, 0.66, 0.42, 1.04) infinite;
}

.btns .btn.btn_lightSweep:nth-child(3)::after {
  -webkit-animation: lightSweep 3s 0.6s cubic-bezier(0.1, 0.66, 0.42, 1.04) infinite;
  animation: lightSweep 3s 0.6s cubic-bezier(0.1, 0.66, 0.42, 1.04) infinite;
}

.btns .btn.btn_lightSweep:nth-child(4)::after {
  -webkit-animation: lightSweep 3s 0.8s cubic-bezier(0.1, 0.66, 0.42, 1.04) infinite;
  animation: lightSweep 3s 0.8s cubic-bezier(0.1, 0.66, 0.42, 1.04) infinite;
}

.btns .btn.btn_lightSweep:nth-child(5)::after {
  -webkit-animation: lightSweep 3s 1s cubic-bezier(0.1, 0.66, 0.42, 1.04) infinite;
  animation: lightSweep 3s 1s cubic-bezier(0.1, 0.66, 0.42, 1.04) infinite;
}

.btns .btn.btn_dark {
  background: #5d5d5d;
  color: #fff;
  border: 2px solid #1d1d1e;
}

.btns .btn.btn_dark .btn_container {
  background-color: #040404;
}

.btns .btn.btn_light {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(255, 255, 255, 0.95);
  color: rgba(0, 0, 0, 0.8);
}

.btns .btn.btn_light .btn_container {
  background: none;
}

.btns .btn.btn_tips_1 .btn_container::before {
  background-image: url("/online/talesofwind/assets/images/index/btn_tips_1.webp");
}

.btns .btn.btn_tips .btn_container {
  padding: 0 1em;
}

.btns .btn .btn_container {
  position: relative;
  display: block;
  z-index: 1;
  font-size: inherit;
  height: 2.4em;
  border-radius: 7px;
  min-width: 10em;
  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;
}

.btns .btn_playnow .btn_container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(auto, -webkit-max-content) minmax(auto, -webkit-max-content);
  -ms-grid-columns: minmax(auto, max-content) minmax(auto, max-content);
  grid-template-columns: minmax(auto, -webkit-max-content) minmax(auto, -webkit-max-content);
  grid-template-columns: minmax(auto, max-content) minmax(auto, max-content);
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.btns .btn_playnow .btn_container span:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
  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;
  padding-right: .2em;
}

.btns .btn_playnow .btn_container span:nth-child(2) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  font-size: 0.5em;
  color: #c9c9c9;
  position: relative;
  -webkit-transform: translate(0, 30%);
  -ms-transform: translate(0, 30%);
  transform: translate(0, 30%);
  text-align: left;
}

.btns .btn_playnow .btn_container span:nth-child(3) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
  position: relative;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.btns .btn_playnow img {
  width: 1.5em;
  height: 1.5em;
  overflow: hidden;
}

.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 {
    font-size: 3vw;
  }
  .btns .btn_playnow {
    display: none;
  }
}

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

.btn-fixed {
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 101;
}

@media screen and (orientation: portrait) {
  .btn-fixed {
    bottom: 90px;
    right: 10px;
  }
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  .btn-fixed {
    bottom: 22vw;
  }
}

.btn-fixed-main {
  display: block;
  width: 10vw;
  position: relative;
  z-index: 101;
}

@media (hover: hover) {
  .btn-fixed-main:hover {
    cursor: pointer;
  }
}

@media screen and (orientation: portrait) {
  .btn-fixed-main {
    width: 20vw;
  }
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  .btn-fixed-main {
    width: 23vw;
  }
}

.btn-fixed-main picture {
  display: block;
  -webkit-animation: zoom .5s infinite alternate backwards ease-in-out;
  animation: zoom .5s infinite alternate backwards ease-in-out;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/* -----------------------------------------------------------------
lib
-------------------------------------------------------------------*/
/* -----------------------------------------------------------------
Swiper 箭頭設定
-------------------------------------------------------------------*/
.control_normal .swiper-button-next, .control_normal .swiper-button-prev {
  width: 83px;
  height: 43px;
  -webkit-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  -o-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
}

.control_normal .swiper-button-next svg, .control_normal .swiper-button-prev svg {
  display: none;
}

.control_normal .swiper-button-next:after, .control_normal .swiper-button-prev:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("/online/talesofwind/assets/images/index/arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}

@media screen and (max-width: 576px) {
  .control_normal .swiper-button-next, .control_normal .swiper-button-prev {
    width: 42px;
    height: 22px;
  }
}

.control_normal .swiper-button-next {
  right: 0px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.control_normal .swiper-button-prev {
  left: 0px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.control_thumbs .swiper-button-next, .control_thumbs .swiper-button-prev {
  width: 26px;
  height: 31px;
  top: 50%;
  margin-top: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.control_thumbs .swiper-button-next:after, .control_thumbs .swiper-button-prev:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("/online/talesofwind/assets/images/index/arrow_thumb.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}

.control_thumbs .swiper-button-prev {
  left: 0;
  -webkit-transform: scaleX(-1) translate(0, -50%);
  -ms-transform: scaleX(-1) translate(0, -50%);
  transform: scaleX(-1) translate(0, -50%);
}

@media screen and (orientation: portrait) {
  .control_thumbs .swiper-button-prev {
    left: 2vw;
  }
}

.control_thumbs .swiper-button-next {
  right: 0;
}

@media screen and (orientation: portrait) {
  .control_thumbs .swiper-button-next {
    right: 2vw;
  }
}

/* -----------------------------------------------------------------
botpress設定
-------------------------------------------------------------------*/
.bpFab {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.bpOpen {
  width: 60% !important;
  height: calc(100% - 180px) !important;
  max-height: none !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, 0%) !important;
  -ms-transform: translate(-50%, 0%) !important;
  transform: translate(-50%, 0%) !important;
}

@media screen and (orientation: portrait) {
  .bpOpen {
    width: 100% !important;
    height: calc(100% - 100px) !important;
    bottom: auto !important;
    top: 0 !important;
    left: 0 !important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
}

.language {
  display: none;
}

html, body {
  position: relative;
  width: 100%;
}

body {
  overflow-x: hidden;
  line-height: 1.8;
  color: #162636;
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 60px;
  width: 100%;
  overflow-x: hidden;
}

@media screen and (orientation: portrait) {
  .wrap {
    padding-top: 0;
  }
}

@media screen and (max-width: 1024px) {
  .wrap {
    padding-top: 0;
  }
}

section {
  position: relative;
}

.role, .deco {
  position: absolute;
}

.role span, .deco span {
  display: block;
  width: 100%;
  height: 100%;
}

/* -----------------------------------------------------------------
KV 主視覺
-------------------------------------------------------------------*/
.zh_hant .kv .slogan {
  background-image: url("/online/talesofwind/assets/images/index/slogan_zh_hant.webp");
}

.zh_hans .kv .slogan {
  background-image: url("/online/talesofwind/assets/images/index/slogan_zh_hans.webp");
}

.ja .kv .slogan {
  background-image: url("/online/talesofwind/assets/images/index/slogan_ja.webp");
}

.en .kv .slogan {
  background-image: url("/online/talesofwind/assets/images/index/slogan_en.webp");
}

.th .kv .slogan {
  background-image: url("/online/talesofwind/assets/images/index/slogan_th.webp");
}

.kv {
  height: 47vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 3.5vw;
  background-color: #ccc;
  background-image: url("/online/talesofwind/assets/images/index/kv_bg.webp");
  background-size: cover;
  background-position: top center;
}

@media screen and (orientation: portrait) {
  .kv {
    height: 133vw;
    padding-bottom: 5vw;
    background-image: url("/online/talesofwind/assets/images/index/kv_bg_m.webp");
    background-position: center;
  }
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  .kv {
    height: 177vw;
    padding-bottom: 25vw;
  }
}

.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;
  gap: 3vw;
}

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

.kv .game_logo,
.kv .slogan,
.kv .btns,
.kv .scroll_down {
  position: relative;
  z-index: 1;
}

.kv .game_logo {
  display: none;
  top: 1.5vw;
  text-align: center;
}

.kv .game_logo a {
  display: block;
  width: 20.8vw;
}

.kv .game_logo picture {
  display: block;
}

@media screen and (orientation: portrait) {
  .kv .game_logo {
    display: block;
    position: absolute;
    top: 1vw;
    left: 1vw;
  }
  .kv .game_logo a {
    width: 30vw;
  }
}

.kv .slogan {
  position: absolute;
  left: 50%;
  margin-left: -40vw;
  top: 18vw;
  width: 28.54vw;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (orientation: portrait) {
  .kv .slogan {
    width: 60vw;
    margin-left: -30vw;
    top: 13vw;
  }
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  .kv .slogan {
    width: 80vw;
    margin-left: -40vw;
  }
}

.kv .slogan h1 {
  width: 100%;
  height: 0;
  padding-top: 46.39927%;
}

.kv .slogan h1, .kv .slogan h2 {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}

.kv .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.kv .scroll_down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-animation: upDown .4s infinite ease-in-out alternate;
  animation: upDown .4s infinite ease-in-out alternate;
}

.kv .scroll_down span {
  cursor: pointer;
  display: block;
  width: 4vw;
  height: 2.5vw;
  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;
  -webkit-filter: drop-shadow(0 0 2px #1ffcff) drop-shadow(0 0 3px #1ffcff) drop-shadow(0 0 5px #1ffcff);
  filter: drop-shadow(0 0 2px #1ffcff) drop-shadow(0 0 3px #1ffcff) drop-shadow(0 0 5px #1ffcff);
  background-image: url("/online/talesofwind/assets/images/index/arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.kv .scroll_down svg {
  width: 1.6vw;
  height: 1.6vw;
}

.kv .scroll_down svg rect {
  fill: #B9B9B9 !important;
  stroke: #B9B9B9 !important;
}

.kv .scroll_down svg line {
  stroke: #B9B9B9 !important;
}

@media screen and (orientation: portrait) {
  .kv .scroll_down span {
    width: 10vw;
    height: 10vw;
  }
  .kv .scroll_down svg {
    width: 6vw;
    height: 6vw;
  }
}

/* -----------------------------------------------------------------
title 標題設定
-------------------------------------------------------------------*/
.title {
  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;
  gap: 0;
  line-height: 1;
  font-size: 2.5vw;
  position: relative;
  margin-bottom: .8em;
  z-index: 9;
}

.title::before, .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
}

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

@media screen and (orientation: portrait) and (max-width: 576px) {
  .title {
    font-size: 6vw;
  }
}

.title span, .title h2 {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

.title > span {
  font-family: "Dongle", cursive;
  font-size: .6em;
  letter-spacing: .05em;
  color: #81725c;
}

.title h2 {
  font-size: inherit;
  font-weight: 600;
  letter-spacing: .15em;
  color: #fff;
}

.title h2::before, .title h2::after {
  content: "";
  top: 0;
  position: absolute;
  width: 3.54em;
  height: 2.56em;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/online/talesofwind/assets/images/index/title_bg_side.webp");
}

.title h2::before {
  left: 0;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.title h2::after {
  right: 0;
  -webkit-transform: translate(100%, 0) scaleX(-1);
  -ms-transform: translate(100%, 0) scaleX(-1);
  transform: translate(100%, 0) scaleX(-1);
}

.title h2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.56em;
  padding-bottom: 1em;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  background-image: url("/online/talesofwind/assets/images/index/title_bg_repeat.webp");
  background-size: contain;
  background-repeat: repeat-x;
}

/* -----------------------------------------------------------------
NEWS 公告基本設定
-------------------------------------------------------------------*/
#news .detail {
  width: 55vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  #news .detail {
    width: 85vw;
  }
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  #news .detail {
    width: 90vw;
  }
}

#news .container {
  z-index: 4;
}

@media screen and (max-width: 576px) {
  .news {
    padding: 5vw;
  }
}

.news .tabNav {
  gap: 5px;
  font-size: 16px;
}

@media screen and (max-width: 576px) {
  .news .tabNav {
    font-size: 13px;
    gap: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 375px) {
  .news .tabNav {
    font-size: 12px;
  }
}

.news .tabNav .btn_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news .tabNav .tab_nav {
  font-size: inherit;
}

@media screen and (max-width: 576px) {
  .news .tabNav .tab_nav {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    border: none;
  }
}

.news .list {
  height: 15em;
  overflow: hidden;
}

.news .tabs .tab {
  min-height: auto;
}

@media screen and (max-width: 576px) {
  .news .tabs .tab {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 576px) {
  .news .tabs .tab .list {
    font-size: 13px;
  }
}

.news .pageNav {
  display: none;
}

/* -----------------------------------------------------------------
NEWS 公告設定
-------------------------------------------------------------------*/
#news {
  height: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  background-color: #c8db70;
  background-image: url("/online/talesofwind/assets/images/index/news_bg.webp");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (orientation: portrait) {
  #news {
    height: auto;
    padding-bottom: 15vw;
  }
}

#news .container {
  position: relative;
  padding-top: 5em;
  background-color: #fbffeb;
  border-radius: 30px;
  -webkit-transform: translate(0, -30px);
  -ms-transform: translate(0, -30px);
  transform: translate(0, -30px);
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

@media screen and (orientation: portrait) {
  #news .container {
    padding-top: 3em;
  }
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  #news .container {
    padding-top: 5vw;
  }
}

#news .news {
  padding-top: 0;
  padding-bottom: 2em;
}

#news .news .tabNav .tab_nav {
  border: none;
}

#news .news .tabNav .tab_nav.focus a {
  background-color: #413b20;
  color: rgba(255, 255, 255, 0.85);
}

#news .news .tabNav .tab_nav a {
  font-size: inherit;
  background-color: #ada992;
  color: rgba(255, 255, 255, 0.7);
}

#news .news .tabNav .btn_more {
  font-size: inherit;
  background-color: #ada992;
  color: rgba(255, 255, 255, 0.7);
  height: 100%;
  margin: 0;
  line-height: 3;
}

#news .news .tabs .tab {
  padding-bottom: 1em;
}

#news .news .tabs .tab a {
  color: #393939;
}

#news .news .tabs .tab .list a:nth-child(5) {
  border: none;
}

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

@media screen and (max-width: 1024px) {
  #news .role {
    display: none;
  }
}

#news .role_1 {
  left: 50%;
  margin-left: -57vw;
  top: 50%;
  margin-top: -20vw;
  width: 29.27vw;
  height: 34.22vw;
}

#news .role_1 span {
  background-image: url("/online/talesofwind/assets/images/index/news/news_role_1.webp");
  background-repeat: no-repeat;
  background-size: contain;
}

#news .role_2 {
  left: 50%;
  margin-left: 26vw;
  top: 50%;
  margin-top: -23vw;
  width: 26.77vw;
  height: 66.3vw;
  -webkit-transform: translate(0, -15%);
  -ms-transform: translate(0, -15%);
  transform: translate(0, -15%);
}

#news .role_2 span {
  background-image: url("/online/talesofwind/assets/images/index/news/news_role_2.webp");
  background-repeat: no-repeat;
  background-size: contain;
}

/* -----------------------------------------------------------------
setting 世界觀
-------------------------------------------------------------------*/
#setting {
  height: 62.08vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -11vw;
  background-image: url("/online/talesofwind/assets/images/index/setting/setting_bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (orientation: portrait) {
  #setting {
    height: 144vw;
    background-image: url("/online/talesofwind/assets/images/index/setting/setting_bg_m.webp");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }
  #setting::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30vw;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
  }
}

#setting .container {
  position: relative;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

@media screen and (orientation: portrait) {
  #setting .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#setting .main {
  padding: 0px;
  z-index: 2;
  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;
  width: 50vw;
  margin-right: 3vw;
  padding-top: 5vw;
}

@media screen and (orientation: portrait) {
  #setting .main {
    width: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    max-width: 90vw;
    margin-right: 0;
  }
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  #setting .main {
    border-width: 9vw;
  }
}

#setting .content {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 0.94vw;
}

@media screen and (max-width: 1366px) {
  #setting .content {
    font-size: 1.1vw;
  }
}

@media screen and (orientation: portrait) {
  #setting .content {
    font-size: 2.8vw;
    padding: 1em;
  }
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  #setting .content {
    padding: 0;
  }
}

#setting .content p {
  margin-bottom: 1em;
}

#setting .content p:last-child {
  margin-bottom: 0;
}

#setting .content span {
  display: block;
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  #setting .content span {
    display: inline;
  }
}

#setting .content em {
  font-style: normal;
  font-size: 1.3em;
}

#setting .content .deco_img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

#setting .content .deco_img img {
  height: 100%;
  width: auto;
}

#setting .role {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

#setting .role_1 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 51.88vw;
  height: 61.56vw;
  -webkit-transform: translate(-10%, -44%);
  -ms-transform: translate(-10%, -44%);
  transform: translate(-10%, -44%);
  z-index: 1;
}

#setting .role_1 span {
  background-image: url("/online/talesofwind/assets/images/index/world_role.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1600px) {
  #setting .role_1 {
    -webkit-transform: translate(-25%, -44%);
    -ms-transform: translate(-25%, -44%);
    transform: translate(-25%, -44%);
  }
}

#setting .role_2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 69.9vw;
  height: 58.23vw;
  -webkit-transform: translate(-20%, -35%);
  -ms-transform: translate(-20%, -35%);
  transform: translate(-20%, -35%);
  z-index: 3;
}

#setting .role_2 span {
  background-image: url("/online/talesofwind/assets/images/index/world_cube.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1600px) {
  #setting .role_2 {
    -webkit-transform: translate(-27%, -35%);
    -ms-transform: translate(-27%, -35%);
    transform: translate(-27%, -35%);
  }
}

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

/* -----------------------------------------------------------------
角色輪播共用
-------------------------------------------------------------------*/
.character {
  height: 960px;
  overflow: hidden;
  position: relative;
}

@media screen and (orientation: portrait) {
  .character {
    height: 80vh;
  }
}

.character_info {
  font-size: 16px;
  position: absolute;
  z-index: 4;
  max-width: 30em;
  border-image-source: url("/online/talesofwind/assets/images/index/classes/class_info_border.webp");
  border-image-slice: 80;
  border-image-repeat: repeat;
  border-image-width: 40px;
  padding: 1em 2em;
  border-style: solid;
}

.character_info_container {
  background-color: #fff;
  padding: 1.875em 0;
  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;
  z-index: 1;
  gap: 1em;
}

@media screen and (max-width: 1180px) {
  .character_info {
    font-size: 14px;
  }
}

@media screen and (orientation: portrait) {
  .character_info {
    border-image-slice: 90;
    border-image-width: 30px;
    max-width: none;
    width: 80vw;
    margin-bottom: -20vw;
  }
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  .character_info {
    width: 75vw;
    font-size: 12px;
  }
  .character_info::after {
    display: none;
  }
  .character_info_container {
    padding: 1em;
    gap: .8em;
  }
}

.character_info_system {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: "noto serif tc", serif;
  font-style: italic;
  gap: .5em;
}

.character_info_name {
  font-size: 3em;
  position: relative;
  text-transform: uppercase;
  font-weight: 800;
  color: #162636;
  line-height: 1;
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  .character_info_name {
    font-size: 2em;
  }
}

.character_info_icon {
  width: 64px;
  -webkit-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%);
}

.character_info_icon img {
  width: 100%;
  height: auto;
}

.character_info_race h4, .character_info_race h5 {
  line-height: 1.3;
}

.character_info_race h4 {
  color: #162636;
  opacity: .8;
  font-size: 1.375em;
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  .character_info_race h4 {
    font-size: 1.2em;
  }
}

.character_info_race h5 {
  color: #969696;
  font-size: 1em;
  padding-left: 1em;
}

.character_info_slogan {
  font-size: 1.125em;
}

.character_info_content {
  padding: 0 .5em;
  font-size: 1.125em;
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  .character_info_content {
    padding: 0;
  }
}

.character_info_content p {
  margin-bottom: 0;
}

.character h3, .character h4, .character h5 {
  margin: 0;
}

.character_slide {
  height: 100%;
}

.character_img {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.character_img picture {
  display: block;
}

@media screen and (max-width: 1440px) {
  .character_img picture {
    width: 90vw;
  }
}

@media screen and (orientation: portrait) {
  .character_img picture {
    width: 150vw !important;
    position: absolute;
  }
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  .character_img picture {
    width: 180vw !important;
  }
}

.character_bg {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  bottom: 0;
  width: 100%;
  height: 520px;
  z-index: 1;
}

.character_bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

@media screen and (max-width: 1440px) {
  .character_bg {
    height: 40vw;
  }
}

@media screen and (orientation: portrait) {
  .character_bg {
    height: 75vw;
  }
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  .character_bg {
    height: 120vw;
  }
}

.character_bg span {
  display: block;
  font-family: "Gloock", serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: .7;
  font-size: 11vw;
}

.character .thumbs {
  display: none;
  position: absolute;
  bottom: 0;
  z-index: 3;
  width: 65vw;
}

.character .thumbs .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (orientation: portrait) {
  .character .thumbs {
    width: 100%;
  }
}

/* -----------------------------------------------------------------
classes 職業
-------------------------------------------------------------------*/
#classes .title {
  position: absolute;
  left: 12vw;
  top: 50px;
}

@media screen and (orientation: portrait) {
  #classes .title {
    position: relative;
    left: auto;
    top: auto;
  }
}

#classes .container {
  position: relative;
}

.classes_slide {
  height: 100%;
}

.classes_slide .swiper-button-prev, .classes_slide .swiper-button-next {
  top: 60%;
}

@media screen and (max-width: 576px) {
  .classes_slide .swiper-button-prev, .classes_slide .swiper-button-next {
    top: 50%;
  }
}

.classes_info {
  top: 15vw;
  right: 9vw;
}

@media screen and (orientation: portrait) {
  .classes_info {
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
  }
}

.classes_img picture {
  width: 1500px;
  display: block;
}

@media screen and (max-width: 1440px) {
  .classes_img picture {
    width: 90vw;
  }
}

@media screen and (orientation: portrait) {
  .classes_img picture {
    width: 150vw !important;
    position: absolute;
  }
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  .classes_img picture {
    width: 180vw !important;
  }
}

.classes_item:nth-child(1) .classes_bg::before {
  background-image: url("/online/talesofwind/assets/images/index//classes/classes_1_bg.webp");
}

.classes_item:nth-child(1) .classes_bg span {
  font-size: 11vw;
}

.classes_item:nth-child(2) .classes_bg::before {
  background-image: url("/online/talesofwind/assets/images/index//classes/classes_2_bg.webp");
}

.classes_item:nth-child(2) .classes_bg span {
  font-size: 16vw;
}

.classes_item:nth-child(3) .classes_bg::before {
  background-image: url("/online/talesofwind/assets/images/index//classes/classes_3_bg.webp");
}

.classes_item:nth-child(3) .classes_bg span {
  font-size: 20vw;
}

.classes_item:nth-child(4) .classes_bg::before {
  background-image: url("/online/talesofwind/assets/images/index//classes/classes_4_bg.webp");
}

.classes_item:nth-child(4) .classes_bg span {
  font-size: 20vw;
}

.classes_item:nth-child(5) .classes_bg::before {
  background-image: url("/online/talesofwind/assets/images/index//classes/classes_5_bg.webp");
}

.classes_item:nth-child(5) .classes_bg span {
  font-size: 20vw;
}

.classes_item:nth-child(6) .classes_bg::before {
  background-image: url("/online/talesofwind/assets/images/index//classes/classes_6_bg.webp");
}

.classes_item:nth-child(6) .classes_bg span {
  font-size: 11vw;
}

.classes_item:nth-child(1) .classes_img picture {
  -webkit-transform: translate(-12%, 0);
  -ms-transform: translate(-12%, 0);
  transform: translate(-12%, 0);
}

@media screen and (orientation: portrait) {
  .classes_item:nth-child(1) .classes_img picture {
    -webkit-transform: translate(-5%, 0);
    -ms-transform: translate(-5%, 0);
    transform: translate(-5%, 0);
  }
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  .classes_item:nth-child(1) .classes_img picture {
    -webkit-transform: translate(-3%, 2%);
    -ms-transform: translate(-3%, 2%);
    transform: translate(-3%, 2%);
  }
}

.classes_item:nth-child(2) .classes_img picture {
  -webkit-transform: translate(-10%, 0);
  -ms-transform: translate(-10%, 0);
  transform: translate(-10%, 0);
}

@media screen and (orientation: portrait) {
  .classes_item:nth-child(2) .classes_img picture {
    -webkit-transform: translate(-5%, 5%);
    -ms-transform: translate(-5%, 5%);
    transform: translate(-5%, 5%);
  }
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  .classes_item:nth-child(2) .classes_img picture {
    -webkit-transform: translate(-3%, 6%);
    -ms-transform: translate(-3%, 6%);
    transform: translate(-3%, 6%);
  }
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  .classes_item:nth-child(3) .classes_img picture {
    -webkit-transform: translate(0%, 5%);
    -ms-transform: translate(0%, 5%);
    transform: translate(0%, 5%);
  }
}

.classes_item:nth-child(4) .classes_img picture {
  -webkit-transform: translate(-7%, -4%);
  -ms-transform: translate(-7%, -4%);
  transform: translate(-7%, -4%);
}

@media screen and (orientation: portrait) {
  .classes_item:nth-child(4) .classes_img picture {
    -webkit-transform: translate(-5%, -3%);
    -ms-transform: translate(-5%, -3%);
    transform: translate(-5%, -3%);
  }
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  .classes_item:nth-child(4) .classes_img picture {
    -webkit-transform: translate(-4%, 0%);
    -ms-transform: translate(-4%, 0%);
    transform: translate(-4%, 0%);
  }
}

.classes_item:nth-child(5) .classes_img picture {
  -webkit-transform: translate(-13%, -14%);
  -ms-transform: translate(-13%, -14%);
  transform: translate(-13%, -14%);
}

@media screen and (orientation: portrait) {
  .classes_item:nth-child(5) .classes_img picture {
    -webkit-transform: translate(-8%, -15%);
    -ms-transform: translate(-8%, -15%);
    transform: translate(-8%, -15%);
  }
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  .classes_item:nth-child(5) .classes_img picture {
    -webkit-transform: translate(-6%, -5%);
    -ms-transform: translate(-6%, -5%);
    transform: translate(-6%, -5%);
  }
}

.classes_item:nth-child(6) .classes_img picture {
  -webkit-transform: translate(-13%, -10%);
  -ms-transform: translate(-13%, -10%);
  transform: translate(-13%, -10%);
}

@media screen and (orientation: portrait) {
  .classes_item:nth-child(6) .classes_img picture {
    -webkit-transform: translate(-10%, -9%);
    -ms-transform: translate(-10%, -9%);
    transform: translate(-10%, -9%);
  }
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  .classes_item:nth-child(6) .classes_img picture {
    -webkit-transform: translate(-10%, 0%);
    -ms-transform: translate(-10%, 0%);
    transform: translate(-10%, 0%);
  }
}

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

@keyframes classes_info_m {
  0% {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -30vw);
    transform: translate(-50%, -30vw);
    opacity: 1;
  }
}

@keyframes classes_deco_text {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(1);
    filter: blur(1);
  }
}

/* -----------------------------------------------------------------
Classes 職業動畫設定
-------------------------------------------------------------------*/
.character_img, .character_info, .character .classes_bg span {
  opacity: 0;
}

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

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

@media screen and (orientation: portrait) {
  .character .swiper-slide-active .character_info {
    -webkit-animation: classes_info_m 0.5s 0.6s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
    animation: classes_info_m 0.5s 0.6s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
  }
}

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

@media screen and (orientation: portrait) {
  .classes_slide .classes_item .classes_img img {
    display: none;
  }
  .classes_slide .classes_item .classes_img picture {
    width: auto;
    height: 220vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .classes_slide .classes_item:nth-child(1) .classes_img picture {
    background-image: url("/online/talesofwind/assets/images/index/classes/classes_1.webp");
  }
  .classes_slide .classes_item:nth-child(2) .classes_img picture {
    background-image: url("/online/talesofwind/assets/images/index/classes/classes_2.webp");
  }
  .classes_slide .classes_item:nth-child(3) .classes_img picture {
    background-image: url("/online/talesofwind/assets/images/index/classes/classes_3.webp");
  }
  .classes_slide .classes_item:nth-child(4) .classes_img picture {
    background-image: url("/online/talesofwind/assets/images/index/classes/classes_4.webp");
  }
  .classes_slide .classes_item:nth-child(5) .classes_img picture {
    background-image: url("/online/talesofwind/assets/images/index/classes/classes_5.webp");
  }
  .classes_slide .classes_item:nth-child(6) .classes_img picture {
    background-image: url("/online/talesofwind/assets/images/index/classes/classes_6.webp");
  }
  .classes_slide .classes_item:nth-child(7) .classes_img picture {
    background-image: url("/online/talesofwind/assets/images/index/classes/classes_7.webp");
  }
}

/* -----------------------------------------------------------------
features 遊戲特色
-------------------------------------------------------------------*/
#features {
  padding: 5vw 0 10vw;
  background-image: url("/online/talesofwind/assets/images/index/features/features_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (orientation: portrait) {
  #features {
    padding: 10vw 0 15vw;
  }
}

#features .title {
  margin-bottom: 3em;
}

#features .container {
  max-width: 1250px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  #features .container {
    padding: 0 5vw;
  }
}

.features {
  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;
  gap: 4vw;
}

@media screen and (orientation: portrait) {
  .features {
    padding-top: 3vw;
    gap: 10vw;
  }
}

.features_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  color: #fff;
  max-width: 80vw;
  height: 13.02vw;
  position: relative;
}

.features_item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: .5vw;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 1.04vw;
  height: 11.98vw;
  background-image: url("/online/talesofwind/assets/images/index/features/features_deco.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (orientation: portrait) {
  .features_item::after {
    display: none;
  }
}

.features_item:nth-child(1) {
  background-image: url("/online/talesofwind/assets/images/index/features/features_1_bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

.features_item:nth-child(1) h3::before {
  content: "01";
}

.features_item:nth-child(2) {
  background-image: url("/online/talesofwind/assets/images/index/features/features_2_bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

.features_item:nth-child(2) h3::before {
  content: "02";
}

.features_item:nth-child(3) {
  background-image: url("/online/talesofwind/assets/images/index/features/features_3_bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

.features_item:nth-child(3) h3::before {
  content: "03";
}

.features_item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-position: right center;
}

.features_item:nth-child(even) .features_content {
  padding-left: 4.5em;
}

.features_item:nth-child(even)::after {
  left: auto;
  right: .5vw;
  -webkit-transform: translate(0, -50%) scaleX(-1);
  -ms-transform: translate(0, -50%) scaleX(-1);
  transform: translate(0, -50%) scaleX(-1);
}

.features_item:nth-child(1) {
  background-color: #75b9e8;
}

.features_item:nth-child(1) h3 span {
  background: -webkit-gradient(linear, left top, right top, from(#3892cf), color-stop(90%, #3892cf), to(rgba(56, 146, 207, 0)));
  background: -webkit-linear-gradient(left, #3892cf 0%, #3892cf 90%, rgba(56, 146, 207, 0) 100%);
  background: -o-linear-gradient(left, #3892cf 0%, #3892cf 90%, rgba(56, 146, 207, 0) 100%);
  background: linear-gradient(left, #3892cf 0%, #3892cf 90%, rgba(56, 146, 207, 0) 100%);
}

@media screen and (orientation: portrait) {
  .features_item:nth-child(1) {
    color: #3892cf;
  }
  .features_item:nth-child(1) h3 span {
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(90%, white), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, white 0%, white 90%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, white 0%, white 90%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(left, white 0%, white 90%, rgba(255, 255, 255, 0) 100%);
  }
}

.features_item:nth-child(2) {
  background-color: #d55565;
}

.features_item:nth-child(2) h3 span {
  background: -webkit-gradient(linear, left top, right top, from(#ac3746), color-stop(90%, #ac3746), to(rgba(172, 55, 70, 0)));
  background: -webkit-linear-gradient(left, #ac3746 0%, #ac3746 90%, rgba(172, 55, 70, 0) 100%);
  background: -o-linear-gradient(left, #ac3746 0%, #ac3746 90%, rgba(172, 55, 70, 0) 100%);
  background: linear-gradient(left, #ac3746 0%, #ac3746 90%, rgba(172, 55, 70, 0) 100%);
}

@media screen and (orientation: landscape) {
  .features_item:nth-child(2) h4 {
    color: #f7ffa1;
  }
}

@media screen and (orientation: portrait) {
  .features_item:nth-child(2) {
    color: #ac3746;
  }
  .features_item:nth-child(2) h3 span {
    background: none;
  }
}

.features_item:nth-child(3) {
  background-color: #c2e8f9;
  color: #406890;
}

.features_item:nth-child(3) h3 span {
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(90%, white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, white 0%, white 90%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, white 0%, white 90%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(left, white 0%, white 90%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (orientation: portrait) {
  .features_item {
    background: none !important;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .features_item .features_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
  .features_item:nth-child(1) .features_img {
    height: 28.56vw;
    background-image: url("/online/talesofwind/assets/images/index/features/features_1_bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .features_item:nth-child(1) .features_img {
    background-color: #75b9e8;
  }
  .features_item:nth-child(2) .features_img {
    background-color: #d55565;
  }
  .features_item:nth-child(3) .features_img {
    background-color: #c2e8f9;
  }
  .features_item:nth-child(2) .features_img {
    height: 28.56vw;
    background-image: url("/online/talesofwind/assets/images/index/features/features_2_bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .features_item:nth-child(1) .features_img {
    background-color: #75b9e8;
  }
  .features_item:nth-child(2) .features_img {
    background-color: #d55565;
  }
  .features_item:nth-child(3) .features_img {
    background-color: #c2e8f9;
  }
  .features_item:nth-child(3) .features_img {
    height: 28.56vw;
    background-image: url("/online/talesofwind/assets/images/index/features/features_3_bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .features_item:nth-child(1) .features_img {
    background-color: #75b9e8;
  }
  .features_item:nth-child(2) .features_img {
    background-color: #d55565;
  }
  .features_item:nth-child(3) .features_img {
    background-color: #c2e8f9;
  }
  .features_item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.features_title {
  font-size: 1.67vw;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .features_title {
    font-size: 4vw;
  }
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  .features_title {
    font-size: 20px;
  }
}

.features_img {
  font-size: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30.21vw;
  flex: 0 0 30.21vw;
}

.features h3, .features h4 {
  margin: 0;
}

.features h3 {
  font-size: inherit;
  display: inline;
  position: relative;
  padding: 0 .3em;
  margin: 0;
  line-height: 1.5;
  font-weight: 700;
}

.features h3 span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-right: 1.5em;
  padding-left: .3em;
  letter-spacing: .1em;
}

.features h3::before {
  position: absolute;
  z-index: 1;
  font-family: "Roboto", sans-serif;
  font-size: 2em;
  -webkit-transform: translate(-0.92em, -0.45em);
  -ms-transform: translate(-0.92em, -0.45em);
  transform: translate(-0.92em, -0.45em);
}

@media screen and (orientation: portrait) {
  .features h3 {
    padding-left: 2.2em;
  }
  .features h3 span {
    padding-right: 0;
    background: none !important;
  }
  .features h3::before {
    -webkit-transform: translate(-1.1em, -0.4em);
    -ms-transform: translate(-1.1em, -0.4em);
    transform: translate(-1.1em, -0.4em);
  }
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  .features h3 span {
    letter-spacing: 0;
  }
}

.features h4 {
  font-size: 1.04vw;
  letter-spacing: .1em;
}

@media screen and (orientation: portrait) {
  .features h4 {
    font-size: 2.5vw;
  }
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  .features h4 {
    font-size: 16px;
  }
}

.features_content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 2em;
}

@media screen and (orientation: portrait) {
  .features_content {
    width: 100%;
    height: auto;
    padding: 2em 1em !important;
  }
}

.features_text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 2em 0 1em;
  font-size: 0.78vw;
}

@media screen and (orientation: portrait) {
  .features_text {
    padding: 0;
    color: rgba(0, 0, 0, 0.6);
    font-size: 1.5vw;
  }
}

.features_text p {
  margin-bottom: 0;
  opacity: .8;
}

@media screen and (orientation: portrait) {
  .features_text br {
    display: none;
  }
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  .features_text {
    font-size: 14px;
  }
}

/* -----------------------------------------------------------------
media 精彩畫面基本設定
-------------------------------------------------------------------*/
.media {
  position: relative;
  z-index: 5;
}

.media_item {
  position: relative;
  width: 40vw;
  -webkit-filter: blur(4px) brightness(1.3);
  filter: blur(4px) brightness(1.3);
}

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

@media screen and (max-width: 1280px) {
  .media_item {
    width: 62.5vw;
  }
}

@media screen and (max-width: 1024px) {
  .media_item {
    width: 75vw;
    -webkit-filter: none;
    filter: none;
  }
}

.media picture {
  display: block;
  font-size: 0;
}

.media .swiper-slide.swiper-slide-active {
  -webkit-filter: blur(0px) brightness(1);
  filter: blur(0px) brightness(1);
}

@media screen and (max-width: 1024px) {
  .media .swiper-slide.swiper-slide-active {
    -webkit-filter: none;
    filter: none;
  }
}

.media .swiper-slide.swiper-slide-active::before, .media .swiper-slide.swiper-slide-active::after {
  opacity: 1;
}

/* -----------------------------------------------------------------
media 精彩畫面Style設定
-------------------------------------------------------------------*/
#media {
  margin-top: -9vw;
  padding-top: 8vw;
  background-image: url("/online/talesofwind/assets/images/index//media/media_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

#media .title span {
  color: #fff;
}

#media .container {
  height: 900px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}

@media screen and (orientation: portrait) {
  #media .container {
    height: auto;
    padding: 20vw 0 15vw;
  }
}

.media .swiper-slide-shadow-left, .media .swiper-slide-shadow-right {
  display: none;
}

.media .swiper-slide picture {
  position: relative;
  z-index: 1;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

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

.footer .copyright p::before {
  content: "© 2025 BUGCAT CAPOO";
  display: block;
  width: 100%;
}

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