@charset "UTF-8";
/* -----------------------------------------------------------------
基本設定
-------------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;400;500;600;700&family=Noto+Sans+TC:wght@300;400;500;700;900&family=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700&family=Noto+Serif+SC:wght@400;500;600;700&family=ZCOOL+XiaoWei&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Sans+JP:wght@400;500;600;700;800;900&family=Noto+Serif+JP:wght@400;500;600;700&family=Shippori+Mincho:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Della+Respira&family=Noto+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700;1,800;1,900&family=Noto+Serif:ital,wght@0,300;0,400;0,500;0,600;1,500;1,600&display=swap");
@import "/online/assets/css/lib/swiper8.min.css";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a {
  text-decoration: none;
}

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

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

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

figure {
  margin: 0;
}

body.zh-hant {
  font-family: "Noto Sans TC", sans-serif;
}
body.zh-hant section h2 {
  font-family: "Noto Serif JP", Arial, serif;
}
body.zh-hant .btns .btn-playnow p {
  font-family: "Noto Sans TC", sans-serif;
}
body.zh-hant #world .describe {
  font-family: "Noto Serif TC", Arial, serif;
  font-weight: 500;
}
body.zh-hant #senshi .senshi-name {
  font-family: "Noto Serif TC", Arial, serif;
  font-weight: 700;
}
body.zh-hant #senshi .senshi-introduction {
  font-family: "Noto Serif TC", Arial, serif;
}
body.zh-hant .features h3 {
  font-family: "Noto Serif TC", Arial, serif;
}
body.zh-hant #cta h2 {
  font-family: "Noto Serif TC", Arial, serif;
}
body.zh-hant #cta h3 {
  font-family: "Noto Serif TC", Arial, serif;
}

body.zh-hans {
  font-family: "Noto Sans SC", sans-serif;
}
body.zh-hans section h2 {
  font-family: "Noto Serif SC", Arial, serif;
}
body.zh-hans .btns .btn-playnow p {
  font-family: "Noto Sans TC", sans-serif;
}
body.zh-hans .features h3 {
  font-family: "Noto Serif SC", Arial, serif;
}
body.zh-hans #cta h3 {
  font-family: "Noto Serif SC", Arial, serif;
}

body.JP {
  font-family: "Kosugi Maru", sans-serif;
}
body.JP section h2 {
  font-family: "Noto Serif JP", Arial, serif;
}
body.JP .btns .btn-playnow p {
  font-family: "Noto Sans TC", sans-serif;
}
body.JP #features .container .item h3 {
  font-family: "Noto Serif JP", Arial, serif;
}
body.JP #features .container .item h3 .item-tab {
  font-family: "Noto Serif JP", Arial, serif;
}
body.JP #senshi .senshi-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
body.JP #cta h3 {
  font-family: "Noto Serif JP", Arial, serif;
}

body.EN,
body.en {
  font-family: Arial, Helvetica, sans-serif;
}
body.EN section h2,
body.en section h2 {
  font-family: "Cinzel Decorative", Arial, serif;
}
body.EN .btns .btn-playnow p,
body.en .btns .btn-playnow p {
  font-family: "Noto Sans TC", sans-serif;
}
body.EN #world .content,
body.en #world .content {
  font-family: "Della Respira", sans-serif;
}
body.EN #classes .classes-name,
body.en #classes .classes-name {
  font-family: "Noto Sans TC", sans-serif;
}
body.EN #classes .classes-content,
body.en #classes .classes-content {
  font-family: "Della Respira", sans-serif;
}
body.EN #senshi .senshi-name,
body.en #senshi .senshi-name {
  font-family: "Noto Serif TC", Arial, serif;
  font-weight: 700;
}
body.EN #senshi .senshi-name span,
body.en #senshi .senshi-name span {
  font-family: "Della Respira", sans-serif;
  font-weight: 200;
}
body.EN #senshi .senshi-type,
body.en #senshi .senshi-type {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 100;
}
body.EN #senshi .senshi-content,
body.en #senshi .senshi-content {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
}
body.EN #features .container .item h3,
body.en #features .container .item h3 {
  font-family: "Noto Serif", Arial, serif;
}
body.EN #cta h3,
body.en #cta h3 {
  font-family: "Noto Serif JP", Arial, serif;
}

.wrap {
  text-align: left;
}

.point {
  color: #DE5E5E;
}

.tac {
  text-align: center;
}

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

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

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes Rotate360 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes Rotate360 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* -----------------------------------------------------------------
組件設定
-------------------------------------------------------------------*/
.footer {
  position: relative;
  background-color: #252629;
  padding: 1em;
  font-size: 14px;
}
.footer .language {
  margin: 0;
}
.footer .language-main {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: transparent;
  color: #fff;
}
.footer .language-main svg {
  fill: #fff;
}
.footer .language-main svg g {
  fill: #fff;
}
.footer .language-list {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.footer .language-list a {
  color: #fff;
}
@media (hover: hover) {
  .footer .language-list a:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.footer .social {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .social a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
}
.footer .social a svg {
  fill: #fff;
}
@media (hover: hover) {
  .footer .social a svg {
    opacity: 0.8;
  }
  .footer .social a svg:hover {
    opacity: 1;
  }
}
.footer .footer-section:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.footer footer {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
}
.footer footer .copyright {
  line-height: 1.5;
  margin-left: 50px;
  margin-right: 50px;
  text-align: center;
}
.footer footer .logo {
  margin-right: 1em;
}
.footer footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer footer .links span:nth-child(3) a::after, .footer footer .links span:last-child a::after {
  display: none;
}
.footer footer .links a {
  color: rgba(255, 255, 255, 0.8);
  padding: 0 0.5em;
  position: relative;
}
.footer footer .links a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.8);
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
}
@media (hover: hover) {
  .footer footer .links a:hover {
    color: #fff;
  }
}
.footer footer p {
  margin-bottom: 0;
}
.footer .rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  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;
  }
}

.language {
  position: relative;
  cursor: pointer;
}
.language dl {
  margin: 0;
  padding: 0;
}
.language-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  padding: 5px 10px;
  min-width: 10em;
  background-color: #fff;
}
.language-main span {
  margin-right: 10px;
}
.language-main span.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.language-main span:last-child {
  margin-right: 0;
}
.language-main span.icon-globel {
  position: relative;
  -webkit-transform: translate(0, 10%);
          transform: translate(0, 10%);
}
.language-list {
  height: 0;
  overflow: hidden;
  position: absolute;
  z-index: 30;
  background-color: #fff;
  width: 100%;
  text-align: center;
  margin: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 12px;
}
.language-list a {
  padding: 0.5em 0;
  display: block;
  color: #666;
}
.language-list a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.language-list li:first a {
  border-radius: 5px 5px 0 0;
}
.language-list li:last-child a {
  border-radius: 0 0 5px 5px;
}
.language:hover .language-list {
  height: 9.6em;
  display: block;
}
@media screen and (max-width: 375px) {
  .language {
    font-size: 12px;
  }
}

.landscape {
  display: none;
}

@media screen and (max-width: 900px) and (max-height: 600px) and (orientation: landscape) {
  .landscape {
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    background: #32373b;
  }
  .landscape img {
    margin-bottom: 20px;
    width: 100px;
    height: 85px;
    -webkit-animation: landscape 1s ease-out infinite alternate;
    animation: landscape 1s ease-out infinite alternate;
  }
  @-webkit-keyframes landscape {
    0% {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
    }
    10% {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
    }
    70% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
  }
  @keyframes landscape {
    0% {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
    }
    10% {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
    }
    70% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
  }
  .landscape p {
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
  }
}
.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%);
          transform: translate(0, -40%);
}
.xlmenu a.xlmenu-games.active::after {
  -webkit-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);
          transform: translate(100%, 0);
  -webkit-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: 90px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(70%, transparent));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent 70%);
  -webkit-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);
}
.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.active .top-section:nth-child(2) {
  background-color: rgba(0, 0, 0, 0.9);
}
.top.active .top-section:nth-child(2) .game-logo {
  width: 190px;
  top: 20px;
  left: 6px;
}
.top .game-logo {
  position: absolute;
  top: 10px;
  left: 5px;
  top: 0.5vw;
  left: 0.5vw;
  width: 175px;
  width: 9vw;
}
.top .game-logo img {
  max-width: 100%;
  height: auto;
}
.top .social {
  padding-right: 20px;
}

.menu {
  margin-left: 185px;
  font-size: 18px;
  font-size: 0.95vw;
  margin-left: 10vw;
  text-transform: uppercase;
  height: 100%;
}
.menu a {
  color: #fff;
  font-weight: normal;
  -webkit-transition: all 0.5s cubic-bezier(0.06, 0.71, 0.59, 1.02);
  transition: all 0.5s cubic-bezier(0.06, 0.71, 0.59, 1.02);
}
.menu a:hover {
  color: #ffea00;
}
.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;
}
.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;
  width: 6em;
}
.menu .menu_1 .menu-main, .menu .menu_6 .menu-main {
  width: 4em;
}
.menu .menu_4.active .menu-main {
  position: relative;
}
.menu .menu_4.active .menu-main::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 20px;
  background: #2ff5fc;
}
.menu-sec {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  font-size: 16px;
  padding-top: 2px;
  padding-bottom: 1em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(70%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0) 100%);
  border-radius: 1em 1em 0 0;
}
.menu-sec::before, .menu-sec::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.menu-sec::before {
  height: 3px;
  background-color: #fff;
  z-index: 12;
  background: #c26bfa;
}
.menu-sec::after {
  left: 50%;
  -webkit-transform: rotate(45deg) translate(-50%, 0%);
          transform: rotate(45deg) translate(-50%, 0%);
  width: 10px;
  height: 10px;
  background: #2ff5fc;
  z-index: 12;
}
.menu-sec li:last-child a {
  border: none;
}
.menu-sec li:first-child a {
  border-radius: 0.8em 0.8em 0 0;
}
.menu-sec li a:hover {
  color: #10102e;
  background: #FFF;
}
.menu-sec a {
  display: block;
  padding: 0.5em 0;
  position: relative;
  z-index: 11;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.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: #fff;
  margin-right: 5px;
}
.member a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 0 10px;
}
.member a:hover {
  color: #ffea00;
}
.member a:hover svg {
  fill: #ffea00;
}
.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-color: #fc8b47;
  color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.06, 0.71, 0.59, 1.02);
  transition: all 0.5s cubic-bezier(0.06, 0.71, 0.59, 1.02);
  font-size: 26px;
  width: 8em;
}
.download-main em, .nav-btn-main em {
  display: block;
  font-style: normal;
}
.download-main span, .nav-btn-main span {
  -webkit-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);
}
.download-main span::after, .nav-btn-main span::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("/online/astraltale/assets/images/index/nav-brn-deco-arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 0.2em;
  vertical-align: middle;
}
.download-main:hover, .nav-btn-main:hover {
  background-color: #f17d34;
}
.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: 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: 0.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 0.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: 1440px) {
  .menu {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 1024px) {
  .download, .nav-btn {
    display: none;
  }
  .top-section:nth-child(2), .top-section #game-navigation {
    background-color: #222222;
    padding: 15px;
    position: fixed;
    height: 100vh;
    width: 20em;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    -webkit-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);
            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: start;
        -ms-flex-align: start;
            align-items: start;
    width: 80%;
  }
  .top.active .top-section:nth-child(2) {
    background-color: #333333;
  }
  .top .game-logo {
    position: relative;
    margin-bottom: 20px;
  }
  .social {
    padding-right: 0;
    padding-bottom: 15px;
  }
  .member {
    padding: 20px 0;
    font-size: 16px;
  }
  .language-list {
    top: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  .menu {
    width: 80%;
    margin-left: 0;
    height: auto;
    font-size: 16px;
  }
  .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: 0.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: left;
  }
  .menu-sec li {
    padding: 0;
  }
  .menu-sec li a {
    padding: 0.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 (max-device-width: 1024px) {
  .top-section:nth-child(2), .top-section #game-navigation {
    width: 40vw;
    padding-top: 10vw;
  }
  .top-section-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 5vw;
  }
  .top .game-logo {
    top: 3vw;
    width: 18vw;
    margin-bottom: 6vw;
  }
  .top .social {
    padding-right: 0;
    padding-bottom: 2vw;
  }
  .top .social a {
    font-size: 1vw;
    width: 4vw;
    height: 3vw;
  }
  .top .social a svg {
    width: 3vw;
    height: 3vw;
  }
  .top .language {
    position: absolute;
    top: 3vw;
    right: 10vw;
    font-size: 2vw;
    -webkit-filter: invert(1) brightness(1.3);
            filter: invert(1) brightness(1.3);
  }
  .top .language-list {
    -webkit-transform: translate(0, 32%);
            transform: translate(0, 32%);
  }
  .menu-wrap > li {
    font-size: 2.5vw;
  }
  .menu .menu_4.active .menu-main::after {
    opacity: 0;
  }
  .menu-sec {
    font-size: 2vw;
    text-align: center;
    background: #FFF;
    border-radius: 0 0 1em 1em;
    padding-top: 3vw;
  }
  .menu-sec::before {
    height: 5px;
    background-color: #f1d689;
  }
  .menu-sec li a {
    color: #000;
  }
  .member {
    font-size: 2vw;
  }
}
@media screen and (max-width: 820px) {
  .top-section:nth-child(1), .top-section #xl-navigation {
    display: none;
  }
  .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: 12vw;
  }
  .top .game-logo {
    width: 30vw;
  }
  .top .social a {
    width: 6vw;
  }
  .top .social a svg {
    width: 4vw;
    height: 4vw;
  }
  .top .language {
    font-size: 3vw;
    right: 15vw;
  }
  .menu {
    width: 50%;
  }
  .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 0.5em 0.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: 0.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: #fde3a5;
  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 a {
  position: relative;
  width: 100%;
  font-size: 15px;
  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;
  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 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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1em 0;
  border-bottom: 3px #c3bdb4 solid;
}
.news_in .news_title span {
  width: 7em;
  padding: 0 0.3em;
  background: #CCC;
  color: #FFF;
  text-align: center;
  line-height: 1.8em;
  margin-right: 1em;
  vertical-align: -webkit-baseline-middle;
}
.news_in .news_title li {
  font-size: 1.4em;
  text-align: left;
  width: calc(100% - 6em);
  overflow: hidden;
}
.news_in .news_title tt {
  position: absolute;
  right: 0;
  bottom: -1em;
  font-size: 0.7em;
  line-height: 4.5em;
}
.news_in .news_title.type_1 span {
  background: #2688d3;
  background: #6ea84e;
}
.news_in .news_title.type_2 span {
  background: #7bb442;
  background: #566bba;
}
.news_in .news_title.type_3 span {
  background: #c44141;
  background: #bb4747;
}
.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;
}

.gdpr {
  color: #999;
  position: fixed;
  padding: 0.5em 1em;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  z-index: 55;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.06, 0.71, 0.59, 1.02);
  transition: all 0.5s cubic-bezier(0.06, 0.71, 0.59, 1.02);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gdpr.relative {
  position: relative;
  background-color: black;
}
.gdpr-text {
  text-align: left;
}
.gdpr-btn {
  display: inline-block;
  border: 1px solid #999;
  padding: 0.3em 1em;
  text-align: center;
  cursor: pointer;
  margin-left: 1em;
  -webkit-transition: all 0.5s cubic-bezier(0.06, 0.71, 0.59, 1.02);
  transition: all 0.5s cubic-bezier(0.06, 0.71, 0.59, 1.02);
}
.gdpr-btn:hover {
  color: #fff;
  border-color: #fff;
}
.gdpr a {
  color: #ffd119;
}
@media only screen and (max-width: 480px) {
  .gdpr {
    font-size: 11px;
    line-height: 1.1;
  }
}

/* ==========================================================================
CTA
==========================================================================*/
#cta {
  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;
  height: 11.16vw;
  background-image: url("../images/index/p8-cta-bg.webp");
  background-position: top enter;
  background-repeat: no-repeat;
  background-size: cover;
}
#cta h3 {
  font-size: 1.25vw;
  text-align: center;
}
#cta .btn-transfer {
  display: none;
}
@media screen and (max-width: 1024px) {
  #cta {
    height: 23vw;
    background-size: cover;
  }
  #cta h3 {
    font-size: 2.5vw;
    max-width: 80%;
    padding: 1vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  #cta {
    min-height: auto;
    padding: 5vw 0;
  }
  #cta h3 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 480px) {
  #cta {
    height: 35vw;
  }
}

/* ==========================================================================
btns
==========================================================================*/
.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btns .btn-register,
.btns .btn-account,
.btns .btn-playnow {
  display: inline-block;
  margin: 0 0.2vw;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #16dffd), color-stop(62%, #2d6bbf), to(#122b89));
  background: linear-gradient(to bottom, #16dffd 20%, #2d6bbf 62%, #122b89 100%);
  color: #FFF;
  border: 2px solid #1d1d1e;
  border-radius: 10em;
}
.btns .btn-register p,
.btns .btn-account p,
.btns .btn-playnow p {
  position: relative;
  display: block;
  margin: 3px;
  font-size: 1.3em;
  font-size: 1.08vw;
  line-height: 2em;
  text-indent: 0.8em;
  padding: 0 2.5em;
  border: 3px solid #efd57a;
  border-radius: 10em;
  min-width: 10em;
  text-shadow: 0px 0px 5px #1aa6ff, 0px 0px 5px #1aa6ff, 0px 0px 5px #1aa6ff, 0px 0px 5px #1aa6ff;
}
.btns .btn-register p::before,
.btns .btn-account p::before,
.btns .btn-playnow p::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(40%, -50%);
          transform: translate(40%, -50%);
  width: 1.5em;
  height: 1.5em;
  background-image: url("../images/index/btns-deco-moon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.btns .btn-register {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #cc27f0), color-stop(62%, #7534b8), to(#210b4b));
  background: linear-gradient(to bottom, #cc27f0 20%, #7534b8 62%, #210b4b 100%);
}
.btns .btn-register p {
  text-shadow: 0px 0px 5px #ff3bef, 0px 0px 5px #ff3bef, 0px 0px 5px #ff3bef;
}
.btns .btn-account {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #16dffd), color-stop(62%, #2d6bbf), to(#122b89));
  background: linear-gradient(to bottom, #16dffd 20%, #2d6bbf 62%, #122b89 100%);
}
.btns .btn-playnow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f64c35), color-stop(62%, #c61010), to(#550c06));
  background: linear-gradient(to bottom, #f64c35 20%, #c61010 62%, #550c06 100%);
}
.btns .btn-playnow p {
  padding-left: 3em;
  text-shadow: 0px 0px 5px #fa503d, 0px 0px 5px #fa503d, 0px 0px 5px #fa503d, 0px 0px 5px #fa503d;
}
.btns .btn-playnow p::before {
  background-image: url("../images/index/btns-deco-Windows.png");
}
.btns .btn-playnow p i {
  display: block;
  font-style: normal;
  font-size: 0.5em;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-51%, -23%);
          transform: translate(-51%, -23%);
  color: #c9c9c9;
  width: 100%;
}
@media screen and (max-device-width: 820px) {
  .btns .btn-playnow {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .btns .btn-register p,
  .btns .btn-account p,
  .btns .btn-playnow p {
    font-size: 3vw;
  }
}
@media screen and (max-width: 480px) {
  .btns .btn-register p,
  .btns .btn-account p,
  .btns .btn-playnow p {
    font-size: 3.2vw;
  }
}

body.official .btns .btn-register,
body.official .btns .btn-account,
body.official .btns .btn-playnow {
  background: #5d5d5d;
  border-radius: 10px;
}
body.official .btns .btn-register p,
body.official .btns .btn-account p,
body.official .btns .btn-playnow p {
  background-color: #040404;
  border: none;
  text-shadow: none;
  padding: 0.2em 2em;
  border-radius: 7px;
  text-indent: 0;
  margin: 1px;
}
body.official .btns .btn-register p::before,
body.official .btns .btn-account p::before,
body.official .btns .btn-playnow p::before {
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
body.official .btns .btn-register p::before,
body.official .btns .btn-account p::before {
  background: none;
}
body.official .btns .btn-playnow p {
  padding: 0.4em 1.5em 0em 2em;
  text-indent: 1.2em;
}

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

@media screen and (max-width: 820px) {
  body {
    padding-top: 0;
  }
}
body.active {
  height: 100%;
  overflow: hidden;
}

.wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}

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

.kv {
  height: 60.96vw;
  width: 100vw;
  position: relative;
  background-color: #ece6e4;
  background-image: url("/online/astraltale/assets/images/index/kv-bg.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kv .container {
  position: absolute;
  width: 100%;
  bottom: 16.7vw;
}
.kv .game-logo {
  display: none;
}
.kv .slogan h1 {
  margin: 0 auto;
  color: transparent;
  width: 32vw;
  height: 7.8vw;
  font-size: 1vw;
  width: 32em;
  height: 7.8em;
  text-indent: -200em;
  background-image: url("/online/astraltale/assets/images/index/kv-slogan-tw.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kv .btns {
  margin-bottom: 20px;
}
.kv .scroll-down img {
  width: auto;
  width: 2.5vw;
  height: auto;
}
.kv .scroll-down img:hover {
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .kv {
    min-height: 100vh;
  }
}
@media screen and (max-width: 1180px) {
  .kv .container {
    bottom: 8vw;
  }
  .kv .scroll-down img {
    width: 3vw;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .kv .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .kv .game-logo {
    display: block;
    position: absolute;
    top: 16vw;
    left: 1vw;
    width: 15vw;
  }
  .kv .game-logo img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .kv {
    height: 144.5vw;
    background-image: url("/online/astraltale/assets/images/index/kv-bg-m.webp");
    background-position: center;
    background-size: cover;
  }
  .kv .container {
    padding-bottom: 16vw;
  }
  .kv .slogan h1 {
    font-size: 2.5vw;
  }
  .kv .game-logo {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -146%);
            transform: translate(-50%, -146%);
    font-size: 3vw;
    height: 8em;
    width: 40vw;
    opacity: 0;
  }
  .kv .scroll-down img {
    width: 7vw;
  }
}
@media screen and (max-width: 640px) {
  .kv .container {
    padding-bottom: 9vw;
  }
}
@media screen and (max-width: 480px) {
  .kv {
    height: 175vw;
    min-height: 100vh;
  }
  .kv .container {
    padding-bottom: 13vw;
  }
  .kv .slogan h1 {
    font-size: 3vw;
  }
}

section {
  position: relative;
}
section .title {
  font-size: 48px;
  font-size: 2.5vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
section .title-light h2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#e7edff), color-stop(82%, #c6d0ec));
  background: linear-gradient(top, #e7edff 0%, #c6d0ec 82%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
section .title-light h2 span, section .title-light h2::after {
  background-image: url("/online/astraltale/assets/images/index/title-deco-star-light.png");
}
section .title-light h2::before {
  background-image: url("/online/astraltale/assets/images/index/title-deco-line-light.png");
}
section .title-dark h2 {
  color: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#b4bee5), color-stop(82%, #3f496d));
  background: linear-gradient(top, #b4bee5 0%, #3f496d 82%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
section .title-dark h2 span, section .title-dark h2::after {
  background-image: url("/online/astraltale/assets/images/index/title-deco-star-dark.png");
}
section .title-dark h2::before {
  background-image: url("/online/astraltale/assets/images/index/title-deco-line-dark.png");
}
section .title.word-3 h2, section .title.word-4 h2 {
  letter-spacing: 0.3em;
  text-indent: 0.5em;
}
section .title.word-3 h2 span {
  display: none;
}
section .title.word-3 h2::after {
  display: inline-block;
}
section .title.word-4 h2 span {
  display: inline-block;
}
section .title.word-4 h2::before {
  margin-left: 0.15em;
}
section .title.word-4 h2::after {
  display: none;
}
section h2 {
  position: relative;
  min-width: 10vw;
  font-size: inherit;
  font-weight: 900;
  line-height: 1.8em;
  z-index: 9;
}
section h2::before, section h2::after {
  content: "";
}
section h2::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 5px;
  background-image: url("/online/astraltale/assets/images/index/title-deco-line-dark.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
section h2 span, section h2::after {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  vertical-align: middle;
  background-image: url("/online/astraltale/assets/images/index/title-deco-star-dark.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
section h2 span {
  margin-right: 0.2em;
}
@media screen and (max-width: 1180px) {
  section {
    min-height: auto;
  }
}
@media screen and (max-width: 1024px) {
  section {
    width: 100vw;
  }
  section .title {
    font-size: 8vw;
  }
}

/* ==========================================================================
NEWS
==========================================================================*/
#news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 26vw;
  background-image: url("/online/astraltale/assets/images/index/p2-news-bg.webp");
  background-color: #f2f6fc;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
#news .container {
  position: relative;
  margin: auto;
  margin-top: -4.5vw;
}
#news .container::before, #news .container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
#news .container::before {
  background-color: #FFF;
  width: 70vw;
  height: 80%;
  -webkit-transform: translate(-33vw, 6vw);
          transform: translate(-33vw, 6vw);
}
#news .container::after {
  background-image: url("/online/astraltale/assets/images/index/p2-deco-star.png");
  top: auto;
  bottom: 1vw;
  width: 12vw;
  height: 10vw;
  -webkit-transform: translate(-32vw, 0);
          transform: translate(-32vw, 0);
}
#news .news {
  padding: 0;
}
#news .news .tabs .tab .list a span {
  width: 7em;
}
#news .tab_nav a {
  font-size: 14px;
  font-size: 1em;
}
#news .tabNav .btn_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#news .tabs {
  position: relative;
  padding: 17px 0;
  border-bottom: 2px #333336 solid;
}
#news .tab {
  height: 225px;
  height: 11.7vw;
  min-height: auto;
  overflow: hidden;
}
#news .tab:nth-child(n+2) {
  display: none;
}
#news .tab .list a {
  font-size: 0.78vw;
  padding: 0 0.3vw;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}
#news .tab .list a:nth-child(5) {
  border: none;
}
#news .tab .list a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#news .pageNav {
  display: none;
}
#news .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#news span.p2-deco-1.dot {
  display: block;
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translate(0%, -4vw);
          transform: translate(0%, -4vw);
  width: 27vw;
  height: 16vw;
  background-image: url("/online/astraltale/assets/images/index/p2-deco-dot.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
#news span.p2-deco-2.magicircle {
  display: block;
  position: absolute;
  top: 27%;
  right: -22%;
  width: 42vw;
  height: 42vw;
  background-image: url("/online/astraltale/assets/images/index/deco-magicircle.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  z-index: 5;
  -webkit-animation: Rotate360 50s infinite linear;
          animation: Rotate360 50s infinite linear;
}

.news_area {
  display: block;
  width: 45em;
  width: 36vw;
  min-width: 36vw;
}
.news_area .news_tab {
  position: relative;
  text-align: left;
  font-size: 0.85em;
  margin-top: 1em;
  margin-bottom: -0.5em;
  border-bottom: none;
}
.news_area .news_tab .tab_nav:nth-child(1).active, .news_area .news_tab .tab_nav:nth-child(1).focus {
  margin-left: 0;
}
.news_area .news_tab .tab_nav {
  position: relative;
  display: inline-block;
  color: #4a585a;
  min-width: 14%;
  padding: 0.5em;
  padding: 0.3vw;
  text-align: center;
  border: none;
}
.news_area .news_tab .tab_nav a {
  color: #3e3936;
  background: #e7e7e7;
}
.news_area .news_tab .tab_nav a:hover {
  color: #FFF;
}
.news_area .news_tab .tab_nav.active a, .news_area .news_tab .tab_nav.focus a {
  color: #FFF;
}
.news_area .news_tab a.more {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2em;
          flex: 0 0 2em;
  width: 2em;
  height: 2em;
  background: #333336;
  color: #FFF;
  text-align: center;
  border-radius: 0.3em;
  display: none;
}
.news_area .news_tab a.more {
  display: block;
}
.news_area .tabs {
  border-bottom: 2px solid #939393;
}
.news_area ul.list {
  display: inline-block;
  width: 100%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-top: 0.4vw;
  padding-bottom: 0.4vw;
  overflow: hidden;
  vertical-align: middle;
}
.news_area ul.list a {
  position: relative;
  color: #444255;
  font-size: 0.8em;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.6em;
  border-bottom: 1px solid #d7cfcf;
}
.news_area ul.list a:nth-child(n+6) {
  display: none;
}
.news_area ul.list a:nth-child(5) {
  border: none;
}
.news_area ul.list a.focus, .news_area ul.list a.hover, .news_area ul.list a:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.news_area ul.list a.type_1 span {
  background: #2688d3;
  background: #6ea84e;
}
.news_area ul.list a.type_2 span {
  background: #7bb442;
  background: #566bba;
}
.news_area ul.list a.type_3 span {
  background: #c44141;
  background: #bb4747;
}
.news_area ul.list a:hover {
  background: #f5f5f5;
}
.news_area ul.list a span, .news_area ul.list a p, .news_area ul.list a tt {
  display: inline-block;
  vertical-align: middle;
}
.news_area ul.list a span {
  width: 6em;
  padding: 0 0.3em;
  background: #CCC;
  color: #FFF;
  text-align: center;
  line-height: 1.8em;
  vertical-align: -webkit-baseline-middle;
}
.news_area ul.list a p {
  font-size: 1.1em;
  line-height: 3em;
  width: calc(100% - 11em);
  height: 2.5em;
  padding-right: 2em;
  overflow: hidden;
}
.news_area ul.list a tt {
  position: absolute;
  right: 0;
  font-size: 0.9em;
  line-height: 4.5em;
}

@media screen and (max-width: 1024px) {
  #news {
    height: 102vw;
    background-color: #ece6e3;
    background-image: url("/online/astraltale/assets/images/index/p2-news-bg-m.jpg");
    background-position: center bottom;
    background-size: cover;
  }
  #news .container {
    margin-top: -8.5vw;
  }
  #news .container::before {
    width: 90vw;
    height: 90%;
    -webkit-transform: translate(-15vw, 13vw);
            transform: translate(-15vw, 13vw);
  }
  #news .detail {
    width: 70vw;
    font-size: 2.5vw;
  }
  #news .tab {
    height: auto;
    padding-bottom: 0;
  }
  #news .tab .list a {
    font-size: 1.8vw;
  }
  #news .tab .list a p {
    padding: 0 2em 0 1em;
  }
  #news span.p2-deco-1.dot {
    width: 53vw;
    height: 23vw;
    -webkit-transform: translate(21%, 27vw);
            transform: translate(21%, 27vw);
  }
  #news span.p2-deco-2.magicircle {
    top: 48%;
    right: -61%;
    width: 78vw;
    height: 80vw;
  }
}
@media screen and (max-width: 640px) {
  #news .container::before {
    -webkit-transform: translate(-8vw, 20vw);
            transform: translate(-8vw, 20vw);
  }
  #news .tab {
    height: 17em;
  }
  #news .tab .list a {
    font-size: 2.3vw;
  }
  #news .detail {
    width: 75vw;
  }
}
@media screen and (max-width: 480px) {
  #news .container::before {
    -webkit-transform: translate(-4vw, 20vw);
            transform: translate(-4vw, 20vw);
    width: 93vw;
  }
  #news .news_tab {
    font-size: 1em;
  }
  #news .tab_nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
  }
  #news .tab_nav .btn_more {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
  }
  #news .detail {
    width: 85vw;
  }
}
@media screen and (max-width: 375px) {
  #news .tab_nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21%;
            flex: 0 0 21%;
  }
  .news_area .news_tab a.more {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5em;
            flex: 0 0 1.5em;
    width: 1.5em;
    height: 1.5em;
  }
}
/* ==========================================================================
WORLD
==========================================================================*/
#world {
  height: 53.7vw;
  background-image: url("/online/astraltale/assets/images/index/p3-world-bg.webp");
  background-color: #f2faff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
}
#world .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
}
#world .main {
  position: relative;
}
#world .main::after {
  content: "";
  display: block;
  position: absolute;
  top: -3vw;
  width: 100%;
  height: 6vw;
  background-image: url("/online/astraltale/assets/images/index/world/world-txt-deco-story.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
#world .frame {
  position: relative;
}
#world .frame::before, #world .frame::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: calc(-50% - 1.2em);
  margin-top: calc(-50% - 1.2em);
  font-size: 1vw;
  width: 40.5em;
  height: 40.5em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
#world .frame::before {
  margin-left: calc(-50% - 4.2vw);
  margin-top: calc(-50% - 4.2vw);
  width: 45.5vw;
  height: 45.5vw;
  width: 45.5em;
  height: 45.5em;
  background-image: url("/online/astraltale/assets/images/index/world/world-txt-frame-starmap.webp");
  -webkit-animation: Rotate360 150s infinite linear;
          animation: Rotate360 150s infinite linear;
}
#world .frame::after {
  background-image: url("/online/astraltale/assets/images/index/world/world-txt-frame-circle.webp");
  -webkit-animation: Rotate360 200s infinite linear;
          animation: Rotate360 200s infinite linear;
}
#world .content {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1vw;
  width: 38vw;
  height: 38vw;
  width: 38em;
  height: 38em;
  background-image: url("/online/astraltale/assets/images/index/world/world-txt-bg.webp");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
#world .title h2 {
  margin-bottom: 1vw;
}
#world .describe {
  font-size: 0.95vw;
  color: #4f587b;
  line-height: 1.8;
  text-shadow: 0 0 10px white, 0 0 10px white, 0 0 10px white;
}
#world span {
  display: block;
}
#world span.chara-Marisa, #world span.chara-Amaris {
  position: absolute;
  top: 0%;
  width: 40vw;
  height: 40vw;
  font-size: 1vw;
  width: 40em;
  height: 40em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
#world span.chara-Marisa {
  left: 50%;
  -webkit-transform: translate(-107%, -3%);
          transform: translate(-107%, -3%);
  background-image: url("/online/astraltale/assets/images/index/world/world-chara-Marisa.webp");
}
#world span.chara-Amaris {
  right: 50%;
  -webkit-transform: translate(104%, 0);
          transform: translate(104%, 0);
  background-image: url("/online/astraltale/assets/images/index/world/world-chara-Amaris.webp");
}
#world span.p3-deco.magicircle {
  display: block;
  position: absolute;
  top: 55%;
  left: -122%;
  width: 25vw;
  height: 25vw;
  background-image: url("/online/astraltale/assets/images/index/deco-magicircle.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  z-index: 5;
  -webkit-animation: Rotate360 50s infinite linear;
          animation: Rotate360 50s infinite linear;
}
@media screen and (max-width: 1024px) {
  #world {
    height: 145vw;
    background-color: #ece6e3;
    background-image: url("/online/astraltale/assets/images/index/p3-world-bg-m.webp");
    background-position: center bottom;
    background-size: cover;
  }
  #world .frame::before,
  #world .frame::after,
  #world .content,
  #world .describe {
    font-size: 2.2vw;
  }
  #world .main {
    padding-top: 36vw;
  }
  #world .main::after {
    top: 30vw;
    height: 16vw;
  }
  #world .title h2 {
    margin-bottom: 3vw;
  }
  #world span.chara-Marisa {
    font-size: 2.7vw;
    -webkit-transform: translate(-68%, -39%);
            transform: translate(-68%, -39%);
  }
  #world span.chara-Amaris {
    font-size: 2.8vw;
    -webkit-transform: translate(62%, -35%);
            transform: translate(62%, -35%);
    z-index: -1;
  }
}
@media screen and (max-width: 640px) {
  #world .frame::before,
  #world .frame::after,
  #world .content,
  #world .describe {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 480px) {
  #world {
    height: 180vw;
  }
  #world .frame::before,
  #world .frame::after,
  #world .content,
  #world .describe {
    font-size: 2.8vw;
  }
}

/* ==========================================================================
CLASSES
==========================================================================*/
#classes {
  position: relative;
  height: 54vw;
  background-image: url("/online/astraltale/assets/images/index/p4-classes-bg.webp");
  background-position: center top;
  background-repeat: no-repeat;
}
#classes .title {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  #classes {
    height: 160vw;
    background-image: url("/online/astraltale/assets/images/index/p4-classes-bg-m.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #classes::before {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #classes {
    height: 180vw;
  }
  #classes .container {
    padding-top: 40px;
  }
}

.classes-name, .senshi-name {
  font-size: 3vw;
  font-weight: 500;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .classes-name, .senshi-name {
    font-size: 5vw;
  }
}
@media screen and (orientation: portrait) and (max-width: 480px) {
  .classes-name, .senshi-name {
    font-size: 8vw;
  }
}
.classes-type, .senshi-type {
  font-weight: 300;
  font-size: 1.5vw;
}
@media screen and (max-width: 1180px) {
  .classes-type, .senshi-type {
    font-size: 1.7vw;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .classes-type, .senshi-type {
    font-size: 3vw;
  }
}
@media screen and (orientation: portrait) and (max-width: 480px) {
  .classes-type, .senshi-type {
    font-size: 16px;
  }
}
.classes-content, .senshi-content {
  font-size: 1.2vw;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1180px) {
  .classes-content, .senshi-content {
    font-size: 1.4vw;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .classes-content, .senshi-content {
    font-size: 3vw;
  }
}
@media screen and (orientation: portrait) and (max-width: 480px) {
  .classes-content, .senshi-content {
    font-size: 14px;
  }
}
.classes-introduction, .senshi-introduction {
  font-size: 1.3vw;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .classes-introduction, .senshi-introduction {
    font-size: 3vw;
  }
}
.classes .swiper-button-next,
.classes .swiper-button-prev, .senshi .swiper-button-next,
.senshi .swiper-button-prev {
  z-index: 11;
}

.classes {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cecece));
  background: linear-gradient(to bottom, #fff 0%, #cecece 100%);
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .classes {
    padding: 10vw 0 5vw;
  }
}
.classes-slide {
  padding-top: 1vw;
}
.classes-bg {
  width: 91vw;
  height: 24.375vw;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
  right: 0;
  overflow: hidden;
  background-position: left top;
  background-size: cover;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .classes-bg {
    width: 100vw;
    height: 40vw;
    background-position: center;
    background-size: cover;
  }
}
.classes-character {
  position: relative;
  z-index: 3;
  left: 50%;
}
.classes-character img {
  max-width: 100%;
  height: auto;
}
.classes-character picture {
  opacity: 0;
  position: relative;
  display: inline-block;
}
.classes-header {
  position: absolute;
  z-index: 4;
  width: 43.2vw;
  text-align: right;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .classes-header {
    top: 0;
    text-align: center;
    width: 100%;
  }
}
.classes-name {
  padding-right: 30px;
  margin-bottom: 0;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .classes-name {
    padding-right: 0;
    margin-bottom: 0.3em;
  }
}
.classes-type {
  position: relative;
  color: rgba(255, 255, 255, 0.6);
  height: 2em;
  line-height: 2;
  padding-right: 30px;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .classes-type {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 6em;
    left: 50%;
    padding-right: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    border-radius: 1em;
  }
  .classes-type::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2em 2em 0 0;
    top: 0;
    right: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) and (orientation: portrait) {
  .classes-type::after {
    display: none;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .classes-type span {
    opacity: 0;
    display: inline-block;
    position: relative;
    font-size: inherit;
    color: rgba(255, 255, 255, 0.8);
  }
}
.classes-content {
  width: 22em;
  position: absolute;
  line-height: 1.8;
  left: 25%;
  top: 50%;
  -webkit-transform: translate(0, -20%);
          transform: translate(0, -20%);
  z-index: 4;
  color: #333;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .classes-content {
    top: 95vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    text-shadow: 0 0 15px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 3px #fff;
    z-index: 5;
  }
}
@media screen and (orientation: portrait) and (max-width: 480px) {
  .classes-content {
    width: 80vw;
  }
}
.classes-content p {
  opacity: 0;
}
.classes-content span {
  display: block;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .classes-content span {
    display: inline;
  }
}
.classes-item:nth-child(1) .classes-bg {
  background-image: url("/online/astraltale/assets/images/index/classes/classes-1-bg.webp");
}
.classes-item:nth-child(1) .classes-name {
  color: #d54d45;
}
.classes-item:nth-child(1) .classes-type {
  background-color: #d54d45;
}
.classes-item:nth-child(1) .classes-type::after {
  border-color: #d54d45 transparent transparent transparent;
}
@media screen and (orientation: portrait) {
  .classes-item:nth-child(1) .classes-type::before {
    border-color: transparent transparent #d54d45 transparent;
  }
}
.classes-item:nth-child(1) .classes-character {
  width: 37.8vw;
}
.classes-item:nth-child(2) .classes-bg {
  background-image: url("/online/astraltale/assets/images/index/classes/classes-2-bg.webp");
}
.classes-item:nth-child(2) .classes-name {
  color: #8c1636;
}
.classes-item:nth-child(2) .classes-type {
  background-color: #8c1636;
}
.classes-item:nth-child(2) .classes-type::after {
  border-color: #8c1636 transparent transparent transparent;
}
@media screen and (orientation: portrait) {
  .classes-item:nth-child(2) .classes-type::before {
    border-color: transparent transparent #8c1636 transparent;
  }
}
.classes-item:nth-child(2) .classes-character {
  width: 37.8vw;
}
.classes-item:nth-child(3) .classes-bg {
  background-image: url("/online/astraltale/assets/images/index/classes/classes-3-bg.webp");
}
.classes-item:nth-child(3) .classes-name {
  color: #1754bc;
}
.classes-item:nth-child(3) .classes-type {
  background-color: #1754bc;
}
.classes-item:nth-child(3) .classes-type::after {
  border-color: #1754bc transparent transparent transparent;
}
@media screen and (orientation: portrait) {
  .classes-item:nth-child(3) .classes-type::before {
    border-color: transparent transparent #1754bc transparent;
  }
}
.classes-item:nth-child(3) .classes-character {
  width: 36.7vw;
}
.classes-item:nth-child(4) .classes-bg {
  background-image: url("/online/astraltale/assets/images/index/classes/classes-4-bg.webp");
}
.classes-item:nth-child(4) .classes-name {
  color: #3a8ea4;
}
.classes-item:nth-child(4) .classes-type {
  background-color: #3a8ea4;
}
.classes-item:nth-child(4) .classes-type::after {
  border-color: #3a8ea4 transparent transparent transparent;
}
@media screen and (orientation: portrait) {
  .classes-item:nth-child(4) .classes-type::before {
    border-color: transparent transparent #3a8ea4 transparent;
  }
}
.classes-item:nth-child(4) .classes-character {
  width: 31.3vw;
}
.classes-item:nth-child(5) .classes-bg {
  background-image: url("/online/astraltale/assets/images/index/classes/classes-5-bg.webp");
}
.classes-item:nth-child(5) .classes-name {
  color: #ff9a45;
}
.classes-item:nth-child(5) .classes-type {
  background-color: #ff9a45;
}
.classes-item:nth-child(5) .classes-type::after {
  border-color: #ff9a45 transparent transparent transparent;
}
@media screen and (orientation: portrait) {
  .classes-item:nth-child(5) .classes-type::before {
    border-color: transparent transparent #ff9a45 transparent;
  }
}
.classes-item:nth-child(5) .classes-character {
  width: 32.6vw;
}
.classes-item:nth-child(6) .classes-bg {
  background-image: url("/online/astraltale/assets/images/index/classes/classes-6-bg.webp");
}
.classes-item:nth-child(6) .classes-name {
  color: #00b7ec;
}
.classes-item:nth-child(6) .classes-type {
  background-color: #00b7ec;
}
.classes-item:nth-child(6) .classes-type::after {
  border-color: #00b7ec transparent transparent transparent;
}
@media screen and (orientation: portrait) {
  .classes-item:nth-child(6) .classes-type::before {
    border-color: transparent transparent #00b7ec transparent;
  }
}
.classes-item:nth-child(6) .classes-character {
  width: 41.1vw;
}
.classes-item:nth-child(7) .classes-bg {
  background-image: url("/online/astraltale/assets/images/index/classes/classes-7-bg.webp");
}
.classes-item:nth-child(7) .classes-name {
  color: #7060b0;
}
.classes-item:nth-child(7) .classes-type {
  background-color: #7060b0;
}
.classes-item:nth-child(7) .classes-type::after {
  border-color: #7060b0 transparent transparent transparent;
}
@media screen and (orientation: portrait) {
  .classes-item:nth-child(7) .classes-type::before {
    border-color: transparent transparent #7060b0 transparent;
  }
}
.classes-item:nth-child(7) .classes-character {
  width: 33.1vw;
}
.classes-item:nth-child(8) .classes-bg {
  background-image: url("/online/astraltale/assets/images/index/classes/classes-8-bg.webp");
}
.classes-item:nth-child(8) .classes-name {
  color: #845e49;
}
.classes-item:nth-child(8) .classes-type {
  background-color: #845e49;
}
.classes-item:nth-child(8) .classes-type::after {
  border-color: #845e49 transparent transparent transparent;
}
@media screen and (orientation: portrait) {
  .classes-item:nth-child(8) .classes-type::before {
    border-color: transparent transparent #845e49 transparent;
  }
}
.classes-item:nth-child(8) .classes-character {
  width: 30.3vw;
}
.classes-item:nth-child(9) .classes-bg {
  background-image: url("/online/astraltale/assets/images/index/classes/classes-9-bg.webp");
}
.classes-item:nth-child(9) .classes-name {
  color: #cf544d;
}
.classes-item:nth-child(9) .classes-type {
  background-color: #cf544d;
}
.classes-item:nth-child(9) .classes-type::after {
  border-color: #cf544d transparent transparent transparent;
}
@media screen and (orientation: portrait) {
  .classes-item:nth-child(9) .classes-type::before {
    border-color: transparent transparent #cf544d transparent;
  }
}
.classes-item:nth-child(9) .classes-character {
  width: 34.4vw;
}
.classes-item:nth-child(10) .classes-bg {
  background-image: url("/online/astraltale/assets/images/index/classes/classes-10-bg.webp");
}
.classes-item:nth-child(10) .classes-name {
  color: #ee5e8a;
}
.classes-item:nth-child(10) .classes-type {
  background-color: #ee5e8a;
}
.classes-item:nth-child(10) .classes-type::after {
  border-color: #ee5e8a transparent transparent transparent;
}
@media screen and (orientation: portrait) {
  .classes-item:nth-child(10) .classes-type::before {
    border-color: transparent transparent #ee5e8a transparent;
  }
}
.classes-item:nth-child(10) .classes-character {
  width: 39.1vw;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .classes-item {
    padding: 10vw 0 5vw;
  }
  .classes-item .classes-character {
    width: auto !important;
    height: 110vw !important;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) and (max-width: 480px) {
  .classes-item .classes-character {
    bottom: -10vw;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .classes-item .classes-character picture {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .classes-item .classes-character img {
    max-width: none;
    width: auto;
    max-height: 100%;
  }
  .classes-item:nth-child(5) .classes-character img {
    max-height: 95%;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) and (max-width: 480px) {
  .classes-item:nth-child(5) .classes-character img {
    max-height: 98%;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .classes-item:nth-child(4) .classes-character img, .classes-item:nth-child(3) .classes-character img {
    max-height: 98%;
  }
}
@media screen and (orientation: portrait) and (max-width: 480px) {
  .classes-item {
    padding: 10vw 0;
  }
}
.classes .swiper-slide-active .classes-name {
  -webkit-animation: classes-name 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
          animation: classes-name 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
}
.classes .swiper-slide-active .classes-type span {
  -webkit-animation: classes-type 0.8s 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
          animation: classes-type 0.8s 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
}
.classes .swiper-slide-active .classes-content p {
  -webkit-animation: classes-content 0.8s 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
          animation: classes-content 0.8s 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
}
.classes .swiper-slide-active .classes-character picture {
  -webkit-animation: classes-character 0.8s 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
          animation: classes-character 0.8s 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
}

@-webkit-keyframes classes-name {
  0% {
    -webkit-transform: translate(-50%, 100%) scale(2);
            transform: translate(-50%, 100%) scale(2);
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  100% {
    -webkit-transform: translate(0%, 0%) scale(1);
            transform: translate(0%, 0%) scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes classes-name {
  0% {
    -webkit-transform: translate(-50%, 100%) scale(2);
            transform: translate(-50%, 100%) scale(2);
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  100% {
    -webkit-transform: translate(0%, 0%) scale(1);
            transform: translate(0%, 0%) scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes classes-type {
  0% {
    -webkit-transform: translate(50%, 0%);
            transform: translate(50%, 0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes classes-type {
  0% {
    -webkit-transform: translate(50%, 0%);
            transform: translate(50%, 0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    opacity: 1;
  }
}
@-webkit-keyframes classes-content {
  0% {
    -webkit-transform: translate(0%, 30%);
            transform: translate(0%, 30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes classes-content {
  0% {
    -webkit-transform: translate(0%, 30%);
            transform: translate(0%, 30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    opacity: 1;
  }
}
@-webkit-keyframes classes-character {
  0% {
    -webkit-transform: translate(20%, 0%) scale(1.1);
            transform: translate(20%, 0%) scale(1.1);
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(8%, 0%) scale(1);
            transform: translate(8%, 0%) scale(1);
    -webkit-filter: blur(1);
            filter: blur(1);
    opacity: 1;
  }
}
@keyframes classes-character {
  0% {
    -webkit-transform: translate(20%, 0%) scale(1.1);
            transform: translate(20%, 0%) scale(1.1);
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(8%, 0%) scale(1);
            transform: translate(8%, 0%) scale(1);
    -webkit-filter: blur(1);
            filter: blur(1);
    opacity: 1;
  }
}
.senshi {
  padding: 2vw 0;
  height: 58vw;
  position: relative;
  background-image: url("/online/astraltale/assets/images/index/p5-senshi-bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .senshi {
    height: 160.2vw;
    background-image: url("/online/astraltale/assets/images/index/p5-senshi-bg-m.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .senshi::before {
    display: none;
  }
  .senshi .title {
    margin-bottom: -22vw;
    padding-top: 11vw;
  }
}
@media screen and (orientation: portrait) and (max-width: 820px) {
  .senshi {
    height: 170vw;
  }
}
@media screen and (orientation: portrait) and (max-width: 480px) {
  .senshi {
    height: 180vw;
  }
  .senshi .title {
    margin-bottom: -13vw;
  }
}
.senshi::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, -5%);
          transform: translate(0, -5%);
  background-image: url("/online/astraltale/assets/images/index/senshi/senshi-bg-ling.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (orientation: portrait) {
  .senshi::before {
    display: none;
  }
}
.senshi-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (orientation: portrait) {
  .senshi-slide {
    position: relative;
  }
}
.senshi-item {
  height: 50vw;
  height: 62vw;
  overflow: hidden;
}
@media screen and (orientation: portrait) {
  .senshi-item {
    height: 150vw;
    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;
  }
}
.senshi-item figure {
  width: 33.3vw;
  height: 28.1vw;
  z-index: 2;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (orientation: portrait) {
  .senshi-item figure {
    width: 70vw;
    height: 70vw;
  }
}
.senshi-item:nth-child(1) figure {
  background-image: url("/online/astraltale/assets/images/index/senshi/senshi-1-bg.webp");
}
.senshi-item:nth-child(1) picture {
  width: 36.4vw;
}
@media screen and (orientation: portrait) {
  .senshi-item:nth-child(1) picture {
    width: 78vw;
  }
}
.senshi-item:nth-child(2) figure {
  background-image: url("/online/astraltale/assets/images/index/senshi/senshi-2-bg.webp");
}
.senshi-item:nth-child(2) picture {
  width: 29vw;
}
@media screen and (orientation: portrait) {
  .senshi-item:nth-child(2) picture {
    width: 64vw;
  }
}
.senshi-item:nth-child(3) figure {
  background-image: url("/online/astraltale/assets/images/index/senshi/senshi-3-bg.webp");
}
.senshi-item:nth-child(3) picture {
  width: 45.4vw;
}
@media screen and (orientation: portrait) {
  .senshi-item:nth-child(3) picture {
    width: 98.4vw;
  }
}
.senshi-item:nth-child(4) figure {
  background-image: url("/online/astraltale/assets/images/index/senshi/senshi-4-bg.webp");
}
.senshi-item:nth-child(4) picture {
  width: 43.9vw;
}
@media screen and (orientation: portrait) {
  .senshi-item:nth-child(4) picture {
    width: 86.9vw;
  }
}
.senshi-item:nth-child(5) figure {
  background-image: url("/online/astraltale/assets/images/index/senshi/senshi-5-bg.webp");
}
.senshi-item:nth-child(5) picture {
  width: 31.6vw;
}
@media screen and (orientation: portrait) {
  .senshi-item:nth-child(5) picture {
    width: 75.6vw;
  }
}
.senshi-item:nth-child(6) figure {
  background-image: url("/online/astraltale/assets/images/index/senshi/senshi-6-bg.webp");
}
.senshi-item:nth-child(6) picture {
  width: 45.5vw;
}
@media screen and (orientation: portrait) {
  .senshi-item:nth-child(6) picture {
    width: 95.5vw;
  }
}
.senshi-item:nth-child(2) picture {
  margin-left: -2vw;
}
.senshi-item:nth-child(5) picture {
  margin-left: 1vw;
}
@media screen and (orientation: portrait) {
  .senshi-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 80vw;
    padding: 5vw;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .senshi-item-wrap::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20vw 20vw 0 0;
    top: 0;
    left: 0;
    border-color: #e5fcac transparent transparent transparent;
  }
}
.senshi-character {
  position: relative;
  left: 15.6vw;
  top: 50%;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (orientation: portrait) {
  .senshi-character {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: block;
    z-index: 2;
  }
}
.senshi-character picture {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}
.senshi-character img {
  max-width: 100%;
  height: auto;
}
.senshi-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-2.5%, -2.5%);
          transform: translate(-2.5%, -2.5%);
  z-index: 1;
  width: 32.1vw;
  height: 29.6vw;
  background-image: url("/online/astraltale/assets/images/index/senshi/senshi-decorate.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (orientation: portrait) {
  .senshi-img::before {
    background: none;
  }
}
.senshi-info {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -20%);
          transform: translate(100%, -20%);
  background-color: rgba(255, 255, 255, 0.9);
  color: #322f2f;
  text-align: left;
  padding: 3vw;
  z-index: 3;
}
@media screen and (orientation: portrait) {
  .senshi-info {
    position: relative;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    top: auto;
    right: auto;
    background: none;
    text-align: center;
    padding: 3vw 0;
  }
}
.senshi-info-wrap {
  opacity: 0;
}
.senshi-name {
  margin-bottom: 0.5em;
}
.senshi-name span {
  font-size: 0.5em;
  opacity: 0.85;
  color: #716d6d;
}
.senshi-type {
  opacity: 0.9;
  margin-bottom: 0.3em;
  color: #a39e9e;
}
.senshi-content {
  font-size: 1vw;
  letter-spacing: 0.15em;
  line-height: 1.7em;
}
.senshi-content p {
  width: 25em;
}
@media screen and (orientation: portrait) {
  .senshi-content p {
    width: auto;
    text-align: left;
  }
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .senshi-content p {
    font-size: 2.5vw;
    line-height: 4vw;
  }
}
@media screen and (orientation: portrait) and (max-width: 480px) {
  .senshi-content p {
    font-size: 3.2vw;
  }
}
.senshi-introduction {
  position: relative;
  font-style: italic;
  font-weight: 500;
  color: #322f2f;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: left;
  font-size: 1vw;
  padding: 2em 1em;
  opacity: 0;
  z-index: 4;
}
.senshi-introduction span {
  display: block;
}
.senshi-introduction span:nth-child(1)::before {
  content: "「";
  display: inline-block;
}
.senshi-introduction span:nth-child(2) {
  text-indent: 2em;
}
.senshi-introduction span:nth-child(2)::after {
  content: "」";
  display: inline-block;
  margin-left: -2em;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  .senshi-introduction {
    position: absolute;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(0, -120%);
            transform: translate(0, -120%);
    color: #fff;
    text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000, 0 0 5px #000, 0 0 5px #000;
    font-size: 3vw;
    padding: 0;
  }
}
.senshi .swiper-slide-active .senshi-introduction {
  -webkit-animation: senshi-introduction 0.8s 1s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
          animation: senshi-introduction 0.8s 1s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
}
@media screen and (orientation: portrait) {
  .senshi .swiper-slide-active .senshi-introduction {
    -webkit-animation: senshi-introduction-portrait 0.8s 1s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
            animation: senshi-introduction-portrait 0.8s 1s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
  }
}
.senshi .swiper-slide-active .senshi-info {
  -webkit-animation: senshi-info 0.5s 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
          animation: senshi-info 0.5s 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
}
.senshi .swiper-slide-active .senshi-info-wrap {
  -webkit-animation: senshi-info-wrap 0.8s 0.8s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
          animation: senshi-info-wrap 0.8s 0.8s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
}
@media screen and (orientation: portrait) {
  .senshi .swiper-slide-active .senshi-info {
    -webkit-animation: none;
            animation: none;
  }
}
.senshi .swiper-slide-active .senshi-character picture {
  -webkit-animation: senshi-character 1s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
          animation: senshi-character 1s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
}

@-webkit-keyframes senshi-introduction {
  0% {
    -webkit-transform: translate(0%, -10%);
            transform: translate(0%, -10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    opacity: 1;
  }
}

@keyframes senshi-introduction {
  0% {
    -webkit-transform: translate(0%, -10%);
            transform: translate(0%, -10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    opacity: 1;
  }
}
@-webkit-keyframes senshi-introduction-portrait {
  0% {
    -webkit-transform: translate(0%, -150%);
            transform: translate(0%, -150%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, -120%);
            transform: translate(0%, -120%);
    opacity: 1;
  }
}
@keyframes senshi-introduction-portrait {
  0% {
    -webkit-transform: translate(0%, -150%);
            transform: translate(0%, -150%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, -120%);
            transform: translate(0%, -120%);
    opacity: 1;
  }
}
@-webkit-keyframes senshi-info {
  0% {
    -webkit-transform: translate(100%, -35%);
            transform: translate(100%, -35%);
  }
  100% {
    -webkit-transform: translate(0%, -35%);
            transform: translate(0%, -35%);
    width: 56vw;
  }
}
@keyframes senshi-info {
  0% {
    -webkit-transform: translate(100%, -35%);
            transform: translate(100%, -35%);
  }
  100% {
    -webkit-transform: translate(0%, -35%);
            transform: translate(0%, -35%);
    width: 56vw;
  }
}
@-webkit-keyframes senshi-info-wrap {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
}
@keyframes senshi-info-wrap {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
}
@-webkit-keyframes senshi-character {
  0% {
    -webkit-transform: translate(20%, 0%) scale(1.1);
            transform: translate(20%, 0%) scale(1.1);
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0%) scale(1);
            transform: translate(0%, 0%) scale(1);
    -webkit-filter: blur(1);
            filter: blur(1);
    opacity: 1;
  }
}
@keyframes senshi-character {
  0% {
    -webkit-transform: translate(20%, 0%) scale(1.1);
            transform: translate(20%, 0%) scale(1.1);
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0%) scale(1);
            transform: translate(0%, 0%) scale(1);
    -webkit-filter: blur(1);
            filter: blur(1);
    opacity: 1;
  }
}
/* ==========================================================================
maps
==========================================================================*/
/* ==========================================================================
FEATURES
==========================================================================*/
#features {
  position: relative;
  height: 70.2vw;
  margin-top: -8.4vw;
}
#features::before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: url("/online/astraltale/assets/images/index/p6-features-bg.webp");
  background-color: #1d1f2f;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
#features .title h2 {
  padding-top: 13vw;
  margin-left: -0.7vw;
  margin-bottom: 2em;
}
#features .container {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
#features .container .item {
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10vw;
  width: 39vw;
  margin-bottom: 3vw;
  background-color: #d7dff1;
  background-repeat: no-repeat;
  background-size: cover;
}
#features .container .item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  left: 0%;
  height: 15.8vw;
  width: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
#features .container .item::after {
  content: "";
  display: block;
  position: absolute;
  right: calc(-6vw + 1px);
  top: 0%;
  border-color: transparent transparent #d7dff1 transparent;
  border-style: solid solid solid solid;
  border-width: 0px 6vw 10vw 0px;
}
#features .container .item:nth-child(odd) {
  margin-right: 46vw;
}
#features .container .item:nth-child(odd) .item-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#features .container .item:nth-child(even) {
  margin-left: 43vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#features .container .item:nth-child(even)::after {
  right: auto;
  left: calc(-6vw + 1px);
  border-width: 0px 0px 10vw 6vw;
}
#features .container .item:nth-child(even) h3 {
  right: auto;
  left: 0%;
}
#features .container .item:nth-child(even) .item-content::before {
  left: auto;
  right: -0.6vw;
}
#features .container .item:nth-child(even) .item-content::after {
  left: auto;
  right: -1.5vw;
}
#features .container .item:nth-child(even) b {
  right: auto;
  left: -11vw;
}
#features .container .item-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #000;
}
#features .container .item-content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: -0.6vw;
  width: 0.3vw;
  height: 10vw;
  background: #d7dff1;
}
#features .container .item-content::after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: -1.5vw;
  width: 0.7vw;
  height: 10vw;
  background-image: url("/online/astraltale/assets/images/index/features/feature-deco-star.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#features .container .item h3 {
  position: relative;
  position: absolute;
  top: -2vw;
  right: 0%;
  font-size: 1.5vw;
  font-weight: 600;
  color: #d7dff1;
}
#features .container .item h3 .item-tab {
  font-size: 1vw;
  color: #d7dff1;
  font-weight: 300;
  padding-right: 1em;
}
#features .container .item-text {
  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;
  font-size: 0.75vw;
  line-height: 1.6;
}
#features .container .item-text span {
  display: block;
}
#features .container .item-text p {
  margin: 0;
}
#features .container .item b {
  position: absolute;
  display: block;
  top: 1vw;
  right: -10vw;
  width: 10vw;
  height: 8vw;
  background-image: url("/online/astraltale/assets/images/index/features/number-1.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
#features .container .item-1::before {
  background-image: url("/online/astraltale/assets/images/index/features/feature-1.webp");
}
#features .container .item-1 h3 {
  color: #404562;
}
#features .container .item-2::before {
  background-image: url("/online/astraltale/assets/images/index/features/feature-2.webp");
  background-position: right bottom;
}
#features .container .item-2 b {
  background-image: url("/online/astraltale/assets/images/index/features/number-2.png");
}
#features .container .item-3::before {
  background-image: url("/online/astraltale/assets/images/index/features/feature-3.webp");
}
#features .container .item-3 b {
  background-image: url("/online/astraltale/assets/images/index/features/number-3.png");
}
@media screen and (max-width: 1024px) {
  #features {
    min-height: 162vw;
    height: auto;
    padding-bottom: 26vw;
    margin-top: 0;
  }
  #features::before {
    background-color: #212836;
    background-image: url("/online/astraltale/assets/images/index/p6-features-bg-m.webp");
    background-position: center top;
    background-size: contain;
  }
  #features .title {
    padding-bottom: 6vw;
  }
  #features .title h2 {
    padding-top: 16vw;
    margin-left: -2vw;
    margin-bottom: 1em;
  }
  #features .container .item {
    margin: 0 auto;
  }
  #features .container .item::before {
    height: 120%;
    left: auto;
    right: -16vw;
    right: -16vw;
    top: 1vw;
    z-index: 10;
  }
  #features .container .item-1::before {
    background-image: url("/online/astraltale/assets/images/index/features/feature-1-m.jpg");
  }
  #features .container .item-2::before {
    background-image: url("/online/astraltale/assets/images/index/features/feature-2-m.jpg");
  }
  #features .container .item-3::before {
    background-image: url("/online/astraltale/assets/images/index/features/feature-3-m.jpg");
  }
  #features .container .item-content::before {
    height: 35vw;
  }
  #features .container .item-content::after {
    left: auto;
    right: -10em;
    top: -3em;
    font-size: 1vw;
    width: 5em;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #features .container .item h3 {
    font-size: 5vw;
    top: -7vw;
    left: 32vw;
  }
  #features .container .item h3 span {
    display: none;
  }
  #features .container .item-text {
    position: absolute;
    left: 5vw;
    top: 44vw;
    font-size: 2.5vw;
    width: 100vw;
    color: #FFF;
  }
  #features .container .item-text p {
    padding: 1vw 11vw;
  }
  #features .container .item-text p span {
    display: inline;
  }
  #features .container .item b {
    font-size: 1vw;
    top: -15em;
    left: 10em;
    width: 12em;
    height: 20em;
  }
  #features .container .item:nth-child(odd), #features .container .item:nth-child(even) {
    margin: 0 auto;
    width: 77vw;
    height: 35vw;
    margin-bottom: 39vw;
  }
  #features .container .item:nth-child(odd) {
    left: -16vw;
  }
  #features .container .item:nth-child(odd)::after {
    border-width: 0px 6vw 35vw 0px;
  }
  #features .container .item:nth-child(even) {
    right: -16vw;
  }
  #features .container .item:nth-child(even)::before {
    right: auto;
    left: -16vw;
  }
  #features .container .item:nth-child(even)::after {
    border-width: 0px 0px 35vw 6vw;
  }
  #features .container .item:nth-child(even) .item-content::after {
    right: auto;
    left: -10em;
  }
  #features .container .item:nth-child(even) .item-text {
    left: auto;
    right: 5vw;
  }
  #features .container .item:nth-child(even) h3 {
    left: 8.5vw;
  }
  #features .container .item:nth-child(even) b {
    left: auto;
    right: 10em;
  }
  #features .container .item:nth-last-child(1) {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 820px) {
  #features {
    padding-bottom: 23vw;
  }
}
@media screen and (max-width: 480px) {
  #features {
    min-height: auto;
    height: 280vw;
  }
  #features .container .title {
    padding-bottom: 10vw;
  }
  #features .container .item h3 {
    font-size: 5.8vw;
  }
  #features .container .item-text {
    font-size: 3vw;
  }
  #features .container .item:nth-child(odd), #features .container .item:nth-child(even) {
    margin-bottom: 44vw;
  }
}

/* ==========================================================================
Media
==========================================================================*/
#media {
  height: 51vw;
  margin-top: -5.35vw;
  padding-top: 7vw;
  background-image: url("/online/astraltale/assets/images/index/p7-media-bg.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #media {
    height: 128vw;
    background-color: #f1f8ff;
    background-image: url("/online/astraltale/assets/images/index/p7-media-bg-m.jpg");
    background-position: center top;
    background-size: cover;
    margin-top: 0;
    padding-top: 30vw;
  }
}

.media {
  padding-top: 3vw;
}
.media-item {
  position: relative;
  width: 40vw;
  height: 22.5vw;
  -webkit-filter: blur(4px) brightness(1.3);
          filter: blur(4px) brightness(1.3);
}
.media-item::before, .media-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.media-item::before {
  width: 102%;
  height: 104%;
  border: 2px solid #fb86ff;
  z-index: -1;
}
.media-item::after {
  width: 100%;
  height: 100%;
  background-color: #f3ffa5;
  margin: -1vw 0 0 -1vw;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .media-item::after {
    margin: -2vw 0 0 -2vw;
  }
}
.media-item img {
  max-width: 100%;
  height: auto;
}
.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 .swiper-pagination {
  bottom: -4em;
}
.media .swiper-pagination-bullet {
  width: 4em;
  border-radius: 0;
  background: #383737;
  opacity: 1;
}
.media .swiper-pagination-bullet-active {
  background-color: #d83cfa;
}
@media screen and (max-width: 640px) {
  .media .swiper-pagination-bullet {
    width: 7vw;
  }
}
.media .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.media .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.5em;
}
@media screen and (max-width: 480px) {
  .media .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .media .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1vw;
  }
}
@media screen and (max-width: 1280px) {
  .media-item {
    width: 62.5vw;
    height: 35.15vw;
  }
}
@media screen and (max-width: 1024px) {
  .media-item {
    width: 80vw;
    height: 44vw;
    -webkit-filter: none;
            filter: none;
  }
}
/* ==========================================================================
footer
==========================================================================*/
.footer {
  background-color: #252629;
  color: #cbdaee;
}
.footer footer {
  color: inherit;
}
.footer footer .links {
  color: inherit;
}
.footer footer .links a {
  color: #cbdaee;
}
.footer .language-list {
  background-color: #252629;
}
.footer .rank {
  background-color: rgba(0, 0, 0, 0.5);
}
.footer .links-privacy a::after {
  display: none;
}
.footer .links-notice {
  display: none;
}

/* ==========================================================================
swiperu樣式修改
==========================================================================*/
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 1vw;
  width: 2.5em;
  height: 2.5em;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}
.swiper-button-next-disabled, .swiper-button-prev-disabled {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .swiper-button-next, .swiper-button-prev {
    font-size: 3vw;
  }
}
@media screen and (max-width: 480px) {
  .swiper-button-next, .swiper-button-prev {
    font-size: 4vw;
  }
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: "";
  width: 31px;
  height: 31px;
  font-size: 1vw;
  width: 90%;
  height: 75%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.swiper-button-prev {
  left: 60px;
  left: 3vw;
}
.swiper-button-next {
  right: 60px;
  right: 3vw;
}
.swiper-button-prev::after, .swiper-button-next::after {
  background-image: url("/online/astraltale/assets/images/index/arrow.webp");
  background-repeat: no-repeat;
}
.swiper-button-prev::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}