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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a {
  text-decoration: none;
}

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

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

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

figure {
  margin: 0;
}

.wrap {
  text-align: left;
}

.point {
  color: #DE5E5E;
}

.tac {
  text-align: center;
}

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

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

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

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

@keyframes upDown {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes Rotate360 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes Rotate360 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes lightSweep {
  from {
    -webkit-transform: skew(-45deg, 0) translate(-100%, 0);
            transform: skew(-45deg, 0) translate(-100%, 0);
  }
  to {
    left: 100%;
    -webkit-transform: skew(-45deg, 0) translate(100%, 0);
            transform: skew(-45deg, 0) translate(100%, 0);
  }
}
@keyframes lightSweep {
  from {
    -webkit-transform: skew(-45deg, 0) translate(-100%, 0);
            transform: skew(-45deg, 0) translate(-100%, 0);
  }
  to {
    left: 100%;
    -webkit-transform: skew(-45deg, 0) translate(100%, 0);
            transform: skew(-45deg, 0) translate(100%, 0);
  }
}
@-webkit-keyframes Enlarge {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes Enlarge {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@-webkit-keyframes Btn_light_move {
  from {
    left: -150%;
  }
  to {
    left: 350%;
  }
}
@keyframes Btn_light_move {
  from {
    left: -150%;
  }
  to {
    left: 350%;
  }
}
@-webkit-keyframes lanlancat_upDown {
  from {
    margin-top: 1em;
  }
  to {
    margin-top: 0;
  }
}
@keyframes lanlancat_upDown {
  from {
    margin-top: 1em;
  }
  to {
    margin-top: 0;
  }
}
@-webkit-keyframes LeftIn {
  from {
    margin-left: -1em;
    opacity: 0;
  }
  to {
    margin-left: 0em;
    opacity: 1;
  }
}
@keyframes LeftIn {
  from {
    margin-left: -1em;
    opacity: 0;
  }
  to {
    margin-left: 0em;
    opacity: 1;
  }
}
@-webkit-keyframes RightIn {
  from {
    margin-left: 0em;
    opacity: 0;
  }
  to {
    margin-left: -1em;
    opacity: 1;
  }
}
@keyframes RightIn {
  from {
    margin-left: 0em;
    opacity: 0;
  }
  to {
    margin-left: -1em;
    opacity: 1;
  }
}
@-webkit-keyframes Building_UpDown {
  from {
    margin-top: -8px;
  }
  to {
    margin-top: 0px;
  }
}
@keyframes Building_UpDown {
  from {
    margin-top: -8px;
  }
  to {
    margin-top: 0px;
  }
}
@-webkit-keyframes Bg_brightness {
  from {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  to {
    -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
  }
}
@keyframes Bg_brightness {
  from {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  to {
    -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
  }
}
@-webkit-keyframes Chara_brightness {
  from {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  to {
    -webkit-filter: brightness(0.9);
            filter: brightness(0.9);
  }
}
@keyframes Chara_brightness {
  from {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  to {
    -webkit-filter: brightness(0.9);
            filter: brightness(0.9);
  }
}
@-webkit-keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes PrizePoint {
  0% {
    left: -1.8em;
  }
  20% {
    left: -1em;
  }
  30% {
    left: -1.8em;
  }
  40% {
    left: -1em;
  }
  50% {
    left: -1.8em;
  }
  100% {
    left: -1.8em;
  }
}
@keyframes PrizePoint {
  0% {
    left: -1.8em;
  }
  20% {
    left: -1em;
  }
  30% {
    left: -1.8em;
  }
  40% {
    left: -1em;
  }
  50% {
    left: -1.8em;
  }
  100% {
    left: -1.8em;
  }
}
@-webkit-keyframes PrizePoint_retro {
  0% {
    top: -120%;
  }
  20% {
    top: -100%;
  }
  30% {
    top: -120%;
  }
  40% {
    top: -100%;
  }
  50% {
    top: -120%;
  }
  100% {
    top: -120%;
  }
}
@keyframes PrizePoint_retro {
  0% {
    top: -120%;
  }
  20% {
    top: -100%;
  }
  30% {
    top: -120%;
  }
  40% {
    top: -100%;
  }
  50% {
    top: -120%;
  }
  100% {
    top: -120%;
  }
}
@-webkit-keyframes PrizePoint_lanlancat {
  0% {
    right: -6.5em;
  }
  20% {
    right: -7em;
  }
  30% {
    right: -6.5em;
  }
  40% {
    right: -7em;
  }
  50% {
    right: -6.5em;
  }
  100% {
    right: -6.5em;
  }
}
@keyframes PrizePoint_lanlancat {
  0% {
    right: -6.5em;
  }
  20% {
    right: -7em;
  }
  30% {
    right: -6.5em;
  }
  40% {
    right: -7em;
  }
  50% {
    right: -6.5em;
  }
  100% {
    right: -6.5em;
  }
}
@-webkit-keyframes classes_role {
  0% {
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(1);
            filter: blur(1);
    opacity: 1;
  }
}
@keyframes classes_role {
  0% {
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(1);
            filter: blur(1);
    opacity: 1;
  }
}
@-webkit-keyframes classes_info {
  0% {
    -webkit-transform: translate(-20%, 0%);
            transform: translate(-20%, 0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes classes_info {
  0% {
    -webkit-transform: translate(-20%, 0%);
            transform: translate(-20%, 0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    opacity: 1;
  }
}
@-webkit-keyframes classes_info_m {
  0% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -30vw);
            transform: translate(-50%, -30vw);
    opacity: 1;
  }
}
@keyframes classes_info_m {
  0% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -30vw);
            transform: translate(-50%, -30vw);
    opacity: 1;
  }
}
@-webkit-keyframes classes_deco_text {
  0% {
    -webkit-transform: translate(0%, -94%) scale(1.5);
            transform: translate(0%, -94%) scale(1.5);
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    -webkit-transform: translate(0%, -94%) scale(1);
            transform: translate(0%, -94%) scale(1);
    opacity: 1;
    -webkit-filter: blur(1);
            filter: blur(1);
  }
}
@keyframes classes_deco_text {
  0% {
    -webkit-transform: translate(0%, -94%) scale(1.5);
            transform: translate(0%, -94%) scale(1.5);
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    -webkit-transform: translate(0%, -94%) scale(1);
            transform: translate(0%, -94%) scale(1);
    opacity: 1;
    -webkit-filter: blur(1);
            filter: blur(1);
  }
}
@-webkit-keyframes Kv_sky_move {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 50% 0%;
  }
}
@keyframes Kv_sky_move {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 50% 0%;
  }
}
@-webkit-keyframes Kv_fly_move {
  from {
    -webkit-transform: translate(-35%, -25%);
            transform: translate(-35%, -25%);
  }
  to {
    -webkit-transform: translate(-35%, -5%);
            transform: translate(-35%, -5%);
  }
}
@keyframes Kv_fly_move {
  from {
    -webkit-transform: translate(-35%, -25%);
            transform: translate(-35%, -25%);
  }
  to {
    -webkit-transform: translate(-35%, -5%);
            transform: translate(-35%, -5%);
  }
}
@-webkit-keyframes Highlight {
  from {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  to {
    -webkit-filter: brightness(1.12);
            filter: brightness(1.12);
  }
}
@keyframes Highlight {
  from {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  to {
    -webkit-filter: brightness(1.12);
            filter: brightness(1.12);
  }
}
/* -----------------------------------------------------------------
組件設定
-------------------------------------------------------------------*/
/* -----------------------------------------------------------------
  footer
-------------------------------------------------------------------*/
.footer {
  position: relative;
  background-color: #000;
  height: auto;
  min-height: auto;
  padding: 1em;
  font-size: 14px;
  font-size: 0.73vw;
}
.footer .language {
  margin: 0;
}
.footer .language-main {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: transparent;
  color: #fff;
}
.footer .language-main svg {
  fill: #fff;
}
.footer .language-main svg g {
  fill: #fff;
}
.footer .language-list {
  background-color: rgba(37, 38, 41, 0.9);
  top: 0;
  -webkit-transform: translate(0, -100%);
          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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  width: 2.8em;
  height: 2.8em;
}
.footer .social a svg {
  fill: #fff;
  width: 60%;
  height: 60%;
}
@media (hover: hover) {
  .footer .social a svg {
    opacity: 0.8;
  }
  .footer .social a svg:hover {
    opacity: 1;
  }
}
.footer .footer_section {
  width: 52em;
}
.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: 1.1em;
}
.footer footer {
  margin: 0 auto;
  text-align: left;
  width: 70em;
  color: #d1c7c4;
}
.footer footer .copyright {
  line-height: 1.5;
  text-align: center;
  margin: 0 3.6em;
}
.footer footer .logo {
  margin: 0 auto;
  width: 13.5em;
}
.footer footer .logo img {
  width: 100%;
  height: auto;
}
.footer footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer footer .links span ~ span a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.3);
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
}
.footer footer .links a {
  color: #d1c7c4;
  padding: 0 0.5em;
  position: relative;
}
@media (hover: hover) {
  .footer footer .links a:hover {
    color: #fff;
  }
}
.footer footer p {
  margin-bottom: 0;
}
.footer .rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8em;
  width: 50em;
  padding: 1em;
  border-radius: 5px;
  background-color: #1a1919;
  color: #b7aca9;
}
.footer .rank-img {
  font-size: 1.2em;
  width: 3em;
  margin-right: 0.8em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.8em;
          flex: 0 0 2.8em;
}
.footer .rank-img img {
  max-width: 100%;
  height: auto;
}
.footer .rank-text {
  font-weight: normal;
  text-align: left;
}
.footer .social,
.footer .links_notice,
.footer .links_license {
  display: none;
}

/* -----------------------------------------------------------------
  拿掉語言選單
-------------------------------------------------------------------*/
.footer footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
}
.footer footer .logo {
  margin: 0;
  margin-left: 1em;
}
.footer footer .language {
  display: none;
}
.footer .footer_section:nth-child(1) {
  margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
  .footer footer {
    height: auto;
    padding: 1em;
    width: auto;
  }
  .footer footer .footer_section:nth-child(1) {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0.6em;
    gap: 0.5em;
  }
  .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-device-width: 1024px) {
  .footer {
    font-size: 1.6em;
    padding: 3em 1em;
  }
  .footer footer {
    width: 96%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8em;
  }
  .footer footer .copyright {
    margin: 0 1em;
  }
  .footer footer .footer_section:nth-child(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0.6em;
    gap: 0.5em;
  }
  .footer .rank {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (max-width: 820px) {
  .footer {
    font-size: 1.6em;
    font-size: 2em;
  }
  .footer footer {
    width: 96%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8em;
  }
  .footer footer .copyright {
    margin: 0 1em;
  }
  .footer .social,
  .footer .language {
    display: none;
  }
  .footer .footer-section:nth-child(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0.6em;
    gap: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .footer {
    font-size: 3em;
  }
  .footer footer .logo {
    margin-bottom: 0.5em;
  }
  .footer .rank {
    width: 96%;
  }
}
.landscape {
  display: none;
}

@media screen and (device-max-width: 900px) and (max-height: 600px) and (orientation: landscape) {
  .landscape {
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    background: #32373b;
  }
  .landscape img {
    margin-bottom: 20px;
    width: 100px;
    height: 85px;
    -webkit-animation: landscape 1s ease-out infinite alternate;
    animation: landscape 1s ease-out infinite alternate;
  }
  @-webkit-keyframes landscape {
    0% {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
    }
    10% {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
    }
    70% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
  }
  @keyframes landscape {
    0% {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
    }
    10% {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
    }
    70% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
  }
  .landscape p {
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
  }
}
.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;
  }
}

/* ==========================================================================
	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: #c7a685;
  color: #FFF;
  white-space: nowrap;
}
.news .tabNav .tab_nav a:hover {
  background: #131313;
  color: #fff;
}
.news .tabNav .tab_nav.focus a, .news .tabNav .tab_nav.focus a:hover {
  color: #fff;
  background: #131313;
  cursor: default;
}
.news .tabNav .tab_nav:last-child {
  margin-right: 0;
}
.news .tabNav .btn_more {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  margin-left: 5px;
  background: #333;
  color: #fff;
  width: 30px;
  font-size: 18px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
.news .tabs {
  padding-top: 20px;
}
.news .tabs .tab {
  padding-bottom: 40px;
  min-height: 540px;
}
@media screen and (max-width: 640px) {
  .news .tabs .tab {
    min-height: 30em;
  }
}
.news .tabs .tab .list {
  font-size: 15px;
}
.news .tabs .tab .list a {
  position: relative;
  width: 100%;
  font-size: inherit;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #585858;
}
.news .tabs .tab .list a:hover {
  background: rgba(200, 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: #b454cf;
}
.news .tabs .tab .list a.type_2 span {
  background: #b43939;
}
.news .tabs .tab .list a.type_3 span {
  background: #323e67;
}
.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: #b454cf;
}
.news_in .news_title.type_2 .news_tag {
  background: #b43939;
}
.news_in .news_title.type_3 .news_tag {
  background: #323e67;
}
.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;
  margin-top: 3em;
}
.news_back a {
  background: #020202;
}
.news_back a:hover {
  background: #9f2e95;
}

.btn_back {
  display: block;
  margin: 0 auto;
  width: 8em;
  background: #ba547f;
  color: #FFF;
  padding: 1em 2em;
  margin-top: 5em;
}
.btn_back:hover {
  background: #9f2e95;
}

.tool .btn {
  background: #ba547f;
}

/* ============ news_in 新聞內頁 ============ */
.news_in .news_title {
  position: relative;
  margin: 0 auto;
  padding: 1em 0;
}
.news_in .news_title_section:nth-child(1) {
  border-bottom: 2px #c3bdb4 solid;
}
.news_in .news_title_section:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8em;
}
.news_in .news_title span {
  padding: 0 0.3em;
  color: #FFF;
  text-align: center;
  line-height: 1.8em;
  margin-right: 1em;
  vertical-align: -webkit-baseline-middle;
}

.detail {
  margin: 0 auto;
  min-height: 300px;
  color: #3e3732;
  text-align: left;
}
.detail section {
  margin-bottom: 2.5em;
}
.detail section:last-child {
  margin-bottom: 0;
}
.detail h1 {
  font-size: 1.8em;
}
.detail h2 {
  font-size: 1.3em;
}
.detail h3 {
  font-size: 1.3em;
}
.detail h4 {
  font-size: 1.2em;
}
.detail h5 {
  font-size: 1.1em;
}
.detail h6 {
  font-size: 1em;
}
.detail p {
  font-size: 1em;
}
.detail h2, .detail h3, .detail h4 {
  line-height: 1.2;
  font-weight: 700;
}
.detail h2 {
  position: relative;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#4d3549), to(#bf80a8));
  background: linear-gradient(left, #4d3549 0%, #bf80a8 100%);
  color: #FFF;
  font-size: 1.3em;
  font-weight: 500;
  text-align: left;
  line-height: 1.5em;
  padding: 0.6em 2.5em;
  margin-bottom: 1em;
}
.detail h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0.7em, 0.6em);
          transform: translate(0.7em, 0.6em);
  width: 1.5em;
  height: 1.5em;
  line-height: 1.6em;
  background-image: url("/throneofdesire/assets/images/index/news/title_deco.webp");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.detail h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 5px;
  width: calc(100% - 12px);
  height: calc(100% - 10px);
  border: 1px solid #f7f2ed;
  border-radius: 5px;
}
.detail h2 p, .detail h2 a, .detail h2 span, .detail h2 b {
  color: #FFF;
}
.detail h3 {
  position: relative;
  font-size: 1.3em;
  padding: 0.2em 0;
  padding-left: 1.8em;
  color: #d25600;
  margin-bottom: 0.5em;
  background-image: url("/throneofdesire/assets/images/index/news/subtitle_deco.webp");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px auto;
}
.detail h3 a, .detail h3 span {
  color: #d25600;
}
.detail h4 {
  position: relative;
  font-size: 1.2em;
  padding: 0.2em 0;
  color: #996ccd;
  margin-bottom: 0.5em;
}
.detail p,
.detail ol li {
  font-size: 16px;
  line-height: 1.4;
}
.detail p {
  margin-bottom: 0.8em;
  line-height: 1.6em;
}
.detail a {
  display: inline;
  color: #e34121;
  text-decoration: underline;
}
.detail a:hover {
  text-decoration: none;
}
.detail img {
  display: block;
  max-width: 100%;
  margin: 1em 0;
  height: auto !important;
}
.detail img.center {
  margin-left: auto;
  margin-right: auto;
}
.detail hr {
  margin: 2em 0;
  height: 1px;
  background: #c7cfd8;
  border-width: 0;
}
.detail .color_1 {
  color: #c06f19;
}
.detail .color_2 {
  color: #589319;
}
.detail .color_3 {
  color: #097ec9;
}
.detail .color_4 {
  color: #8255a1;
}
.detail .color_5 {
  color: #bb0028;
}
.detail .center {
  text-align: center;
}
.detail .mb {
  margin-bottom: 20px;
}
.detail .slider {
  display: none;
  margin: 0 0 40px;
  overflow: hidden;
}
.detail ol {
  padding-left: 1.3em;
  margin: 0;
}
.detail ol li {
  list-style-position: outside;
  list-style-type: decimal;
}
.detail table {
  margin-bottom: 20px;
  width: 100% !important;
  max-width: 100% !important;
  font-size: 15px;
  line-height: 19px;
  border-collapse: collapse;
  color: #585858;
  border-width: 0;
  border-color: #b1adab;
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
}
.detail table thead {
  background: #7c688d;
  color: #FFF;
}
.detail table th {
  background: #e3f0f4;
}
.detail table td {
  background: #eef8fb;
}
.detail table th, .detail table td {
  padding: 12px 10px;
  border-width: 0;
  border-color: #b1adab;
  border-style: solid;
  border-right-width: 1px;
  border-bottom-width: 1px;
}
.detail table th img, .detail table td img {
  min-width: 50px;
}
.detail table td {
  color: #3e3732;
}
.detail table h3, .detail table h4 {
  background: none;
  padding: 0;
}
.detail table .tb_color_1 {
  background: #f4f2eb;
}
.detail table .center {
  text-align: center;
}
.detail iframe {
  width: 100%;
  height: 427px;
}
@media screen and (max-width: 768px) {
  .detail h2 {
    font-size: 18px;
  }
  .detail h3 {
    font-size: 20px;
  }
}

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

/* -----------------------------------------------------------------
  cta
-------------------------------------------------------------------*/
#cta {
  position: relative;
  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;
  height: 51.5em;
  min-height: auto;
  background-image: url("/throneofdesire/assets/images/index/cta-bg.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 10;
}
#cta .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
#cta .game-logo {
  margin: 0 auto;
  margin-bottom: 6em;
}
#cta .game-logo a {
  position: relative;
  display: block;
  width: 19em;
  margin-right: 2em;
}
#cta .btns {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4em;
}
#cta .support {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#cta .support-txt {
  text-align: center;
  color: #FFF;
  text-shadow: 0 0 5px #b81550, 0 0 5px #b81550, 0 0 5px #b81550, 0 0 5px #b81550, 0 0 5px #b81550;
}
#cta .support .device-icon {
  display: block;
  width: 6em;
}
.cta-sosial-icon {
  margin: 0 auto;
  text-align: center;
}
.cta-sosial-icon .social a {
  position: relative;
  width: 3.5em;
  height: 3.5em;
  margin: 0 0.8em;
  padding: 1em;
  border-radius: 10em;
  -webkit-box-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
          box-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
}
.cta-sosial-icon .social a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-width: 0.2em;
  border-style: solid;
  border-color: transparent;
  border-radius: 10em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffebca), color-stop(#e1b166), to(#c18570));
  background-image: linear-gradient(to bottom, #ffebca, #e1b166, #c18570);
  background-origin: border-box;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(white), to(white));
  -webkit-mask-image: linear-gradient(white, white), linear-gradient(white, white);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(white), to(white));
          mask-image: linear-gradient(white, white), linear-gradient(white, white);
  -webkit-mask-composite: xor, source-over;
          mask-composite: exclude, add;
  -webkit-mask-clip: padding-box, border-box;
          mask-clip: padding-box, border-box;
}
.cta-sosial-icon svg {
  fill: #e1b166;
  fill: url(#gradient-cta-social);
}

@media screen and (max-width: 1024px) {
  #cta {
    font-size: 2.4vw;
    background-size: cover;
  }
}
@media screen and (max-device-width: 1024px) {
  #cta {
    font-size: 2.4vw;
    background-size: cover;
  }
}
@media screen and (max-width: 480px) {
  #cta {
    font-size: 3vw;
  }
}
/* -----------------------------------------------------------------
  register btns
-------------------------------------------------------------------*/
.btn-area {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1024px) {
  .btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.btn {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  -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);
  overflow: hidden;
}
.btn span {
  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;
}
.btn span::after {
  content: "";
  display: block;
  width: 4em;
  height: 70%;
  background-image: url("/throneofdesire/assets/images/index/kv-btn-deco.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  top: 0.2em;
  right: -0.5em;
  -webkit-transform: translate(0%, 0.2em);
          transform: translate(0%, 0.2em);
  mix-blend-mode: overlay;
}
.btn img {
  width: 1.3em;
  height: 1.3em;
  margin-right: 5px;
}
@media (hover: hover) {
  .btn:hover {
    -webkit-filter: contrast(1.4);
            filter: contrast(1.4);
  }
}
.btn-primary {
  position: relative;
  font-size: 1em;
  text-align: center;
  line-height: 4;
  height: 4.3em;
  padding: 0 4em;
  background-image: url("/throneofdesire/assets/images/index/kv-btn-repeat.png");
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center top;
  color: #FFF;
  text-shadow: 0 0 5px #b81550, 0 0 5px #b81550, 0 0 5px #b81550, 0 0 5px #b81550, 0 0 5px #b81550;
  overflow: visible;
}
.btn-primary::before, .btn-primary::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0%;
  left: -3em;
  width: 3em;
  height: 100%;
  background-image: url("/throneofdesire/assets/images/index/kv-btn-left.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}
.btn-primary::after {
  left: auto;
  right: -3em;
  background-image: url("/throneofdesire/assets/images/index/kv-btn-right.png");
  background-position: left top;
}
.btn-primary .btn-container {
  margin-left: -1em;
}
.btn-primary .btn-container::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: text-bottom;
  background-image: url("/throneofdesire/assets/images/index/kv-btn-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.btn-kv {
  margin: 0 2.5em;
}
.btn-IOS, .btn-AND, .btn-PC {
  padding: 0 2em;
  text-transform: math-auto;
}
.btn-more-info {
  background: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#262121), color-stop(51%, #191718), color-stop(60%, #0c0c0c), color-stop(91%, #1c1c1c), to(#a14f92));
  background: linear-gradient(to bottom, #262121 0%, #191718 51%, #0c0c0c 60%, #1c1c1c 91%, #a14f92 100%);
  padding: 0 2.8em;
  line-height: 3.5;
  font-size: 1.2em;
  border: 0.15em solid #d7aeae;
  -webkit-box-shadow: 0.1em 0.1em 0.5em #46262f;
          box-shadow: 0.1em 0.1em 0.5em #46262f;
}
.btn-more-info a {
  text-shadow: 0 0 5px #b81550, 0 0 5px #b81550, 0 0 5px #b81550, 0 0 5px #b81550, 0 0 5px #b81550;
}
.btn-more-info span::before, .btn-more-info span::after {
  display: none;
}

b.warning {
  display: inline-block;
  background: #433328;
  color: #FFF;
  width: 1.3em;
  height: 1.3em;
  border-radius: 100%;
  line-height: 1.3em;
  font-size: 0.8em;
}

/* ==========================================================================
	News common
========================================================================== */
a, a > * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.language,
.top {
  display: none;
}

html,
body {
  position: relative;
  min-height: 100%;
}

.btn {
  display: inline-block;
  padding: 1em 2em;
  font-size: 0.8em;
  color: #fff;
  text-align: center;
  background: #2d3034;
  border-radius: 3px;
}
.btn:hover {
  background: rgba(45, 48, 52, 0.8);
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 14px;
  }
}

.wrap {
  font-size: 1vw;
  font-size: 19px;
  min-height: 100%;
  background-image: url("/throneofdesire/assets/images/index/news/news-in-bg.webp");
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* ==========================================================================
	News header
========================================================================== */
.head {
  height: 17em;
  position: relative;
  background-image: url("/throneofdesire/assets/images/index/news/news_head.webp");
  background-position: bottom center;
  background-repeat: no-repeat;
}
.head .logo {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  width: 17em;
  z-index: 10;
}
.head .logo a {
  display: block;
}
.head .title {
  padding-top: 3em;
}
.head h2 {
  margin-bottom: 0;
  font-size: inherit;
}
.head h2::before {
  -webkit-text-stroke: 6px #000;
  text-stroke: 6px #000;
}
.head .tool {
  position: absolute;
  top: 1em;
  right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  z-index: 2;
}
.head .tool .language {
  margin-left: 1em;
}
@media screen and (max-width: 900px) {
  .head {
    height: 485px;
    height: 70vw;
    background-image: url("/throneofdesire/assets/images/index/news/news_head_m.webp");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 820px) {
  .head .language {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .head .logo {
    width: 28.64vw;
  }
}
@media screen and (max-width: 600px) {
  .head {
    height: 70vw;
  }
}
@media screen and (max-width: 480px) {
  .head .logo {
    left: 5px;
    top: 5px;
  }
  .head .tool {
    right: 10px;
    top: 10px;
  }
  .head h2 {
    font-size: 10vw;
  }
}

.frame {
  position: relative;
  margin: 0 auto 10em;
  max-width: 47em;
}
@media screen and (max-width: 1023px) {
  .frame {
    width: 95vw;
  }
}

.frame-2 {
  position: relative;
  padding-top: 3em;
  padding-bottom: 3em;
  min-height: 43em;
  background-color: rgba(239, 239, 239, 0.93);
  background-image: url("/throneofdesire/assets/images/index/news/news-paper-bg.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}
.frame-2::before, .frame-2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: 2em;
  background-image: url("/throneofdesire/assets/images/index/news/news-in-bg-frame.jpg");
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}
.frame-2::after {
  top: auto;
  bottom: calc(0% - 2em);
}

.news .list {
  height: auto;
}

.news,
.news_in {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 1.8em);
  margin-top: -0.2em;
  margin-bottom: -0.2em;
  z-index: 10;
  overflow: hidden;
}

.footer {
  font-size: 14px;
}