@charset "UTF-8";
/* -----------------------------------------------------------------
基本設定
-------------------------------------------------------------------*/
/* -----------------------------------------------------------------
	official 設定
-------------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import "/assets/css/lib/swiper8.min.css";
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap");
* {
  -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);
  }
}
body .url-section .urlField,
body .milestone-number {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
}

body.zh-hant {
  font-family: "Noto Sans TC", "Noto Sans JP", sans-serif;
}
body.zh-hant section#kv .title h2,
body.zh-hant section .title h2,
body.zh-hant .head .title h2,
body.zh-hant #system.lustsanctuary .lust-title {
  font-family: "Noto Serif TC", "Noto Serif TC", "Noto Sans TC", "Noto Sans JP", sans-serif;
  font-weight: 900;
}
body.zh-hant .top .menu li a {
  font-family: "Noto Serif TC", "Noto Serif TC", "Noto Sans TC", "Noto Sans JP", sans-serif;
  font-weight: 300;
}
body.zh-hant #character .chara-info-name .name,
body.zh-hant #character .chara-info-name .dialogue {
  font-family: "Noto Serif TC", "Noto Serif TC", "Noto Sans TC", "Noto Sans JP", sans-serif;
}
body.zh-hant #classes .class-info-name h3 {
  font-family: "Noto Serif TC", "Noto Serif TC", "Noto Sans TC", "Noto Sans JP", sans-serif;
}
body.zh-hant .btn {
  font-family: "Noto Serif TC", "Noto Serif TC", "Noto Sans TC", "Noto Sans JP", sans-serif;
  font-weight: 500;
}

body.zh-hans {
  font-family: "Noto Sans SC", sans-serif;
}
body.zh-hans section#kv .title h2,
body.zh-hans section .title h2,
body.zh-hans .head .title h2,
body.zh-hans #system.lustsanctuary .lust-title {
  font-family: "Noto Serif SC", "Noto Sans SC", sans-serif;
  font-weight: 900;
}
body.zh-hans .top .menu li a {
  font-family: "Noto Serif SC", "Noto Sans SC", sans-serif;
  font-weight: 300;
}
body.zh-hans #character .chara-info-name .name,
body.zh-hans #character .chara-info-name .dialogue {
  font-family: "Noto Serif SC", "Noto Sans SC", sans-serif;
}
body.zh-hans #classes .class-info-name h3 {
  font-family: "Noto Serif SC", "Noto Sans SC", sans-serif;
}
body.zh-hans .btn {
  font-family: "ZCOOL XiaoWei", sans-serif;
  font-weight: 800;
}

body.JP {
  font-family: "Kosugi Maru", sans-serif;
}
body.JP section .title h2,
body.JP .head .title h2,
body.JP .ad-title h3 {
  font-family: "Noto Serif JP", "Noto Sans JP", Arial, sans-serif;
  font-weight: 900;
}
body.JP .top .menu li a {
  font-family: "Noto Serif JP", "Noto Sans JP", Arial, sans-serif;
  font-weight: 300;
}
body.JP #character .chara-info-name .name,
body.JP #character .chara-info-name .dialogue,
body.JP #classes .class-info-name .name,
body.JP #classes .class-info-name .dialogue {
  font-family: "Noto Serif JP", "Noto Sans JP", Arial, sans-serif;
}
body.JP .btn {
  font-family: "Noto Serif JP", "Noto Sans JP", Arial, sans-serif;
  font-weight: 500;
}

body.EN,
body.en {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif, Arial;
}
body.EN section .title h2,
body.EN .head .title h2,
body.EN .ad-title h3,
body.en section .title h2,
body.en .head .title h2,
body.en .ad-title h3 {
  font-family: "DM Serif Display", "Noto Serif", "Noto Sans JP", sans-serif;
  text-transform: math-auto;
  font-weight: 500;
}
body.EN .top .menu li a,
body.en .top .menu li a {
  font-family: "DM Serif Display", "Noto Serif", "Noto Sans JP", sans-serif;
  text-transform: math-auto;
  font-weight: 300;
}
body.EN #character .chara-info-name .name,
body.en #character .chara-info-name .name {
  font-family: "Rowdies", "Noto Sans", "Noto Sans JP", sans-serif;
  letter-spacing: normal;
}
body.EN #classes .class-info-name .name,
body.en #classes .class-info-name .name {
  font-family: "Francois One", "Noto Sans", "Noto Sans JP", sans-serif;
}
body.EN #character .chara-info-name .dialogue,
body.EN #classes .class-info-name .dialogue,
body.en #character .chara-info-name .dialogue,
body.en #classes .class-info-name .dialogue {
  font-family: "DM Serif Display", "Noto Serif", "Noto Sans JP", sans-serif;
  font-weight: 400;
}
body.EN .btn,
body.en .btn {
  font-family: "DM Serif Display", "Noto Serif", "Noto Sans JP", sans-serif;
  font-weight: 500;
}

body.KR {
  font-family: "Hahmlet", "Noto Sans JP", "Noto Sans", sans-serif, Arial;
}
body.KR section .title h2,
body.KR .head .title h2,
body.KR .ad-title h3 {
  font-family: "Song Myung", "Noto Serif", "Noto Sans JP", sans-serif;
  font-weight: 900;
}
body.KR .top .menu li a {
  font-family: "Song Myung", "Noto Serif", "Noto Sans JP", sans-serif;
  font-weight: 300;
}
body.KR #character .chara-info-name .name,
body.KR #character .chara-info-name .dialogue,
body.KR #classes .class-info-name .name,
body.KR #classes .class-info-name .dialogue {
  font-family: "Song Myung", "Noto Serif", "Noto Sans JP", sans-serif;
  font-weight: 400;
}
body.KR #character .chara-info-name .dialogue span,
body.KR #classes .class-info-name .dialogue span {
  font-weight: 500;
}
body.KR .btn {
  font-family: "Song Myung", "Noto Serif", "Noto Sans JP", sans-serif;
  font-weight: 500;
}

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

.landscape {
  display: none;
}

@media screen and (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;
  }
}
.language {
  position: relative;
  margin-right: 1em;
  cursor: pointer;
}
.language dl {
  margin: 0;
  padding: 0;
}
.language-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  padding: 0.5em 0.7em;
  background-color: rgba(255, 255, 255, 0.2392156863);
}
.language-main span.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.language-main span.icon-globel svg {
  width: 1em;
  height: 1em;
  fill: #FFF;
}
.language-main span.icon-arrow svg {
  width: 0.5em;
  height: auto;
}
.language-list {
  position: absolute;
  top: 5em;
  left: 50%;
  width: 6.5em;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  font-size: 12px;
  font-size: 0.7em;
  text-align: center;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 30;
}
.language-list::before {
  content: "";
  display: block;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.3em 0.3em 0.3em;
  border-color: transparent transparent #FFF transparent;
}
.language-list ul {
  background-color: #fff;
}
.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;
}
@media screen and (max-width: 375px) {
  .language {
    font-size: 12px;
  }
}

/* -----------------------------------------------------------------
  top
-------------------------------------------------------------------*/
.top {
  position: fixed;
  z-index: 20;
  width: 100%;
  left: 0;
  top: 0;
  font-size: 1vw;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}
.top-section {
  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;
  height: 70px;
  font-size: 1vw;
  height: 3.65em;
  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%);
  background: rgba(29, 24, 30, 0.95);
  -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;
}
.top-section-container > div {
  padding: 0.25em;
}
.top-section-container .social {
  margin-right: 9em;
}
.top .game-logo {
  font-size: 1vw;
  top: 0.5em;
  left: 0.5em;
  width: 18em;
  height: 4em;
  padding-left: 1em;
}
.top .game-logo img {
  max-width: 100%;
  height: auto;
}

.menu {
  position: relative;
  font-size: 0.95vw;
  text-transform: uppercase;
  height: 100%;
}
.menu li:after {
  content: "|";
  display: block;
  position: absolute;
  top: 57%;
  right: -1em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1em;
  height: 2em;
  color: #cfc4c4;
}
.menu li:last-child:after {
  display: none;
}
.menu a {
  position: relative;
  color: #fff;
  color: #cfc4c4;
  font-weight: 500;
  -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: #ffda78;
}
.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-main {
  position: relative;
  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;
  width: auto;
  min-width: 6em;
  height: 100%;
  padding: 0 0.5em;
  padding: 0.25em 1em;
}
.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;
}

.download {
  position: fixed;
  top: 0.9em;
  right: 4.3em;
}
.download-main {
  display: block;
  height: auto;
  background-color: #ca3ba3;
  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);
  width: 8em;
  width: auto;
  padding: 0 2em;
  line-height: 2;
  border-radius: 0.25em;
}
.download-main em {
  display: block;
  font-style: normal;
}
.download-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:hover {
  background-color: #f17d34;
}
.download.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) {
  font-size: 1.1em;
}
.download-select {
  display: none;
  background-color: rgba(0, 0, 0, 0.95);
  color: #fff;
  border-radius: 8px;
}
.download-select a {
  color: #fff;
}
.download-select a:hover {
  color: #ffde00;
}
.download-select span, .download-select a {
  display: block;
  padding: 0.5em;
}
.download-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 {
  border: none;
}
.download-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 {
  font-size: 13px;
  font-weight: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.download-select ul ul li:last-child {
  border: none;
}
.download-select .xdownloader {
  display: none;
}
.download .download-select {
  border-radius: 0 0 8px 8px;
}

@media screen and (max-width: 1024px) {
  .top {
    font-size: 1.5em;
    height: 6em;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .top:before {
    content: "";
    display: block;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 5em;
    background-image: url("/throneofdesire/assets/images/logo_full_tw.webp");
    background-repeat: no-repeat;
    background-position: 1em 0%;
    background-size: contain;
  }
  .top-section {
    position: fixed;
    right: 0;
    font-size: 1.2em;
    width: 20em;
    width: 100%;
    height: 100vh;
    -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;
    background-color: #222222;
    background: rgba(89, 78, 102, 0.95);
    padding-top: 5vw;
    padding-top: 8em;
    -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.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: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
  }
  .top-section-container .social {
    font-size: 1.5em;
    margin-right: 0;
  }
  .top-section-container .language {
    margin-right: 0;
  }
  .top.active .top-section {
    background-color: #333333;
  }
  .top .game-logo {
    display: none;
  }
  .top .social a {
    width: 2em;
    height: 2em;
    margin: 0 0.2em;
    background: #332134;
    padding: 0.5em;
  }
  .top .language {
    position: absolute;
    top: 1.5em;
    left: 1.5em;
  }
  .top .menu {
    width: 50%;
    margin-left: 0;
    height: auto;
    font-size: 1.2em;
  }
  .top .menu-wrap {
    display: block;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    height: auto;
    line-height: 1.8;
  }
  .top .menu-wrap > li {
    border-bottom: 2px solid #9497af;
  }
  .top .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;
  }
  .top .menu-control {
    position: fixed;
    top: 2em;
    right: 2em;
    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: 0.67em;
    width: 6em;
    height: 6em;
    background: #191119;
    border-radius: 100%;
    -webkit-filter: none;
            filter: none;
  }
  .top .menu-control svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    font-size: 1vw;
    width: 2.5em;
    height: 2.5em;
  }
  .top .menu .menu_1 .menu-main,
  .top .menu .menu_6 .menu-main {
    width: auto;
  }
  .top .menu li:before, .top .menu li:after, .top .menu li:nth-child(1):before {
    display: none;
  }
  .top .menu a {
    color: #fffaf6;
  }
  .top .menu a:before, .top .menu a:after {
    display: none;
  }
  .download {
    font-size: 1.2em;
    top: 1.7em;
    right: 5.2em;
  }
}
@media screen and (max-device-width: 1024px) {
  .top-section {
    width: 40vw;
    width: 100%;
    padding-top: 8em;
  }
  .top-section-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 3em;
  }
  .download {
    font-size: 1.2em;
    top: 1.7em;
    right: 5.2em;
  }
}
@media screen and (max-width: 820px) {
  .top {
    font-size: 1.25em;
  }
  .top-section {
    width: 100vw;
  }
  .top .menu {
    font-size: 1em;
  }
}
@media screen and (max-width: 640px) {
  .top {
    font-size: 3vw;
  }
}
@media screen and (max-width: 480px) {
  .top {
    font-size: 3vw;
  }
}
@media screen and (max-width: 375px) {
  .menu {
    line-height: 1.3;
  }
}
.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;
}

/* -----------------------------------------------------------------
  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
========================================================================== */
/* ============ 反白設定 ============ */
::-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;
}

/* -----------------------------------------------------------------
  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%;
  }
}
/* -----------------------------------------------------------------
  age
-------------------------------------------------------------------*/
body.lock {
  overflow: hidden;
  height: 100%;
}
body.lock .wrap {
  height: 100vh;
  overflow: hidden;
}

.age-verify {
  position: fixed;
  font-size: 1vw;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-image: url("/throneofdesire/assets/images/index/age-bg.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 100;
}
.age-verify .container {
  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;
  width: 100%;
  height: 100%;
}
.age-verify .age-pop {
  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: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30em;
  font-size: 0.9em;
}
.age-verify .age-pop .content {
  display: block;
  width: 100%;
  padding: 3em;
}
.age-verify .age-pop .content.qa {
  background: #0a0a0a;
  padding-bottom: 1.5em;
}
.age-verify .age-pop .content.rank-txt {
  font-size: 0.85em;
  background: #3f3f3f;
  color: #d5d5d5;
  padding: 2em 1.5em;
  line-height: 1.6;
}
.age-verify .age-pop .title {
  margin: 0 auto;
  font-size: 1.5em;
  font-weight: 600;
  color: #ffffff;
  line-height: 2;
}
.age-verify .age-pop p {
  color: #c3c3c3;
  font-size: 0.8em;
}
.age-verify .age-pop .btns {
  margin: 0 auto;
  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-top: 1em;
}
.age-verify .age-pop .btns a {
  display: inline-block;
  width: 8em;
  line-height: 3em;
  color: #FFF;
  background: #414141;
  margin: 0.5em;
  border-radius: 0.2em;
}
.age-verify .age-pop .btns a.age-18-under {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #535050), to(#414141));
  background: linear-gradient(to bottom, #535050 25%, #414141 100%);
}
.age-verify .age-pop .btns a.age-18-over {
  background: #8b1919;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #a93232), to(#8b1919));
  background: linear-gradient(to bottom, #a93232 25%, #8b1919 100%);
}

@media screen and (max-width: 1024px) {
  .age-verify {
    font-size: 2.5vw;
    height: 140vw;
    min-height: 100vh;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .age-verify .age-pop .content.qa {
    font-size: 1.1em;
  }
  .age-verify .age-pop .content.rank-txt {
    font-size: 0.95em;
    padding: 1em 2em;
  }
}
@media screen and (max-width: 640px) {
  .age-verify {
    font-size: 3.2vw;
  }
  .age-verify .age-pop .content.qa {
    font-size: 1.2em;
  }
  .age-verify .age-pop .content.rank-txt {
    font-size: 1.1em;
  }
}
/* -----------------------------------------------------------------
  title
-------------------------------------------------------------------*/
.title {
  position: relative;
  margin-bottom: 0.3em;
  text-align: center;
  color: #15191c;
  font-size: 2.6em;
  text-transform: uppercase;
  white-space: nowrap;
}
.title .title-content {
  margin: 0 auto;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.title h2 {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  font-size: 1em;
  font-weight: 900;
  line-height: 1.5em;
  padding: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#221f1f), color-stop(81%, #41434b));
  background: linear-gradient(to top, #221f1f 0%, #41434b 81%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  border-bottom: 0.05em solid #000;
  padding: 0 1em;
  margin-bottom: 0.1em;
}
.title h2::before, .title h2::after {
  content: "";
  display: block;
  position: absolute;
  left: -0.5em;
  bottom: -0.3em;
  width: 1em;
  height: 0.5em;
  background-image: url("/throneofdesire/assets/images/index/deco-title-line.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.title h2::after {
  left: auto;
  right: -0.5em;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.title h2 b {
  display: block;
  font-weight: 900;
  line-height: 1.5em;
  margin-top: -0.2em;
}
.title span {
  display: block;
  font-size: 0.4em;
  font-family: "Caveat", cursive;
  text-transform: initial;
}
.title-content {
  position: relative;
}
.title-content::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.55em;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
          transform: translate(-50%, 0%) rotate(45deg);
  width: 0.18em;
  height: 0.18em;
  background: #221f1f;
}

.title.light .title-content::after {
  background: #FFF;
}
.title.light .title-content h2 {
  background: -webkit-gradient(linear, left bottom, left top, from(#c1bcbc), color-stop(81%, #ece6e6));
  background: linear-gradient(to top, #c1bcbc 0%, #ece6e6 81%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  border-color: #FFF;
}
.title.light .title-content h2::before, .title.light .title-content h2::after {
  -webkit-filter: contrast(0) brightness(5);
          filter: contrast(0) brightness(5);
}
.title.light span {
  color: #FFF;
}

.description {
  position: relative;
  margin: 0 auto;
  font-size: 0.8em;
  text-align: center;
  line-height: 1.5;
  color: #fdfaf8;
  min-width: 30em;
  padding: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.description span {
  display: block;
}
.description span.point {
  color: #d44e4e;
  display: block;
}
.description hr {
  width: 80%;
  margin: 0.5em auto;
}

/* -----------------------------------------------------------------
  Common
-------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

::-webkit-input-placeholder {
  color: #cbc4b9;
  font-weight: 500;
}

::-moz-placeholder {
  color: #cbc4b9;
  font-weight: 500;
}

:-ms-input-placeholder {
  color: #cbc4b9;
  font-weight: 500;
}

::-ms-input-placeholder {
  color: #cbc4b9;
  font-weight: 500;
}

::placeholder {
  color: #cbc4b9;
  font-weight: 500;
}

figure picture {
  font-size: 0;
}

#alert {
  display: none;
}

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

a {
  color: #fff;
}

/* -----------------------------------------------------------------
  共用樣式
-------------------------------------------------------------------*/
.social a {
  width: 1em;
  height: 1em;
  margin: 0 0.2em;
}
.social svg {
  width: 100%;
  height: auto;
}

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

.icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3em;
  height: 3em;
}

.vedio-frame,
video {
  position: relative;
  width: 100%;
  height: 100%;
  border: 0.25em solid #a48468;
}

/* -----------------------------------------------------------------*/
body {
  color: #232323;
  font-weight: 400;
}

/* -----------------------------------------------------------------
  wrap
-------------------------------------------------------------------*/
.wrap {
  width: 100%;
  position: relative;
  font-size: 1vw;
  overflow: hidden;
}

section {
  position: relative;
  font-size: 1em;
  height: 45em;
}
section .container {
  z-index: 10;
}
section .title {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0.5em;
}
/* -----------------------------------------------------------------
  kv
-------------------------------------------------------------------*/
/* -----------------------------------------------------------------
  kv
-------------------------------------------------------------------*/
.kv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1vw;
  height: 51.5vw;
  min-height: auto;
  background-image: url("/throneofdesire/assets/images/index/kv-bg.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
  z-index: 10;
}
.kv .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.kv .slogan {
  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: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1vw;
  width: 55em;
  margin: 0 auto;
  padding-top: 3em;
  margin-bottom: 1em;
}
.kv .slogan h1 {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 4.5em;
  background-image: url("/throneofdesire/assets/images/index/kv-title-tw.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
.kv .slogan h1 p, .kv .slogan h1 span {
  display: none;
}
.kv .slogan .sub {
  display: block;
  margin: 0 auto;
  width: 18em;
  height: 6em;
  margin-right: 9em;
  background-image: url("/throneofdesire/assets/images/index/kv-sub-tw.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.kv .slogan .sub span {
  display: none;
}
.kv .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: 15em;
  padding-top: 16.5em;
}
.kv .kv-play {
  display: block;
  margin: 0 auto;
  width: 4em;
  height: 4em;
  margin-bottom: 0.5em;
}

.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;
}
.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;
}
.support .device-icon {
  display: block;
  width: 6em;
}
@media screen and (max-width: 1024px) {
  .kv {
    font-size: 2.4vw;
    height: 62em;
    background-image: url("/throneofdesire/assets/images/index/kv-bg-m.webp");
    background-size: cover;
  }
  .kv .slogan {
    width: 92%;
    padding-top: 18em;
  }
  .kv .slogan h1 {
    background-image: url("/throneofdesire/assets/images/index/kv-title-tw-m.png");
    background-size: contain;
    height: 11em;
  }
  .kv .slogan .sub {
    background-image: url("/throneofdesire/assets/images/index/kv-sub-tw-m.png");
    width: 36em;
    height: 17em;
  }
  .kv .btns {
    font-size: 1.2em;
    padding-top: 12em;
  }
  .kv .support {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 480px) {
  .kv {
    font-size: 3vw;
    height: 67em;
  }
  .kv .slogan {
    width: 100%;
    padding-top: 22em;
  }
  .kv .slogan h1 {
    height: 13em;
  }
  .kv .slogan .sub {
    width: 42em;
    height: 21em;
    margin-right: 4em;
  }
  .kv .btns {
    padding-top: 14em;
  }
}
/* -----------------------------------------------------------------
  news 公告設定
-------------------------------------------------------------------*/
#news {
  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;
  height: 51.5em;
  background-image: url("/throneofdesire/assets/images/index/news-bg.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}
#news .container {
  position: relative;
  font-size: 1em;
  width: 80em;
  padding-top: 1em;
  padding-bottom: 1em;
  -o-border-image: url("/throneofdesire/assets/images/index/news/border-image-2.png") 80 repeat;
     border-image: url("/throneofdesire/assets/images/index/news/border-image-2.png") 80 fill repeat;
  border-width: 4em;
  border-style: solid;
  z-index: 4;
}
#news .container .news-content {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
}
#news .container .news-banner {
  position: relative;
  background: #000;
  width: 42%;
  border: 0.25em solid #c7a685;
  overflow: hidden;
}
#news .container .news-banner a {
  display: block;
  width: 100%;
}
#news .container .news-banner a img {
  display: block;
  width: 100%;
}
#news .container .detail,
#news .container .news-detail {
  position: relative;
  width: 42%;
  height: 16em;
  z-index: 1;
}
#news .news {
  padding: 0 2em;
  padding: 0;
}
#news .news .tabNav {
  font-size: 0.8em;
  gap: 0.4em;
  margin-bottom: 0;
}
#news .news .tabNav .tab_nav {
  border: none;
}
#news .news .tabNav .tab_nav.focus a {
  background-color: #131313;
  color: rgba(255, 255, 255, 0.85);
}
#news .news .tabNav .tab_nav a {
  font-size: inherit;
  background-color: #c7a685;
  color: rgba(255, 255, 255, 0.7);
  line-height: 3;
}
#news .news .tabNav .btn_more {
  font-size: inherit;
  background-color: #131313;
  color: rgba(255, 255, 255, 0.7);
  height: 100%;
  margin: 0;
  line-height: 3;
}
#news .news .tabs .tab {
  padding-bottom: 1em;
}
#news .news .tabs .tab a {
  color: #393939;
}
#news .news .tabs .tab .list {
  font-size: 0.78em;
}
#news .news .tabs .tab .list a:nth-child(5) {
  border: none;
}

@media screen and (max-width: 576px) {
  .news {
    padding: 5vw;
  }
}
.news .tabNav {
  gap: 5px;
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  .news .tabNav {
    font-size: 13px;
    gap: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 375px) {
  .news .tabNav {
    font-size: 12px;
  }
}
.news .tabNav .btn_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news .tabNav .tab_nav {
  font-size: inherit;
}
@media screen and (max-width: 576px) {
  .news .tabNav .tab_nav {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    border: none;
  }
}
.news .list {
  height: 15em;
  overflow: hidden;
}
.news .tabs .tab {
  min-height: auto;
}
@media screen and (max-width: 576px) {
  .news .tabs .tab {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .news .tabs .tab .list {
    font-size: 13px;
  }
}

#news .pageNav {
  display: none;
}

@media screen and (max-width: 1024px) {
  #news {
    font-size: 2.4vw;
    height: 66.5em;
    background-image: url("/throneofdesire/assets/images/index/news-bg-m.webp");
    background-size: cover;
  }
  #news .container {
    width: 80%;
  }
  #news .container .news-content {
    -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;
  }
  #news .container .news-banner, #news .container .news-detail {
    width: 100%;
  }
  #news .container .news-detail {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 480px) {
  #news {
    font-size: 3vw;
    height: 63.5em;
  }
  #news .container {
    width: 90%;
  }
}
/* -----------------------------------------------------------------
  movie
-------------------------------------------------------------------*/
#movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 51em;
  padding-top: 10em;
  background-image: url("/throneofdesire/assets/images/index/movie-bg.webp");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 3;
}
#movie .container {
  position: relative;
  font-size: 1em;
  width: 80em;
}
#movie .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 25em;
  margin-bottom: 1em;
}
#movie .title .title-content {
  margin: 0;
}
#movie .content {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#movie .content .footage-mv {
  position: relative;
  display: block;
  width: 35em;
  height: 20em;
  background-color: rgba(0, 0, 0, 0.5);
}
#movie .content .footage-mv:nth-child(1) {
  margin-top: -12em;
  margin-right: -2em;
  z-index: 3;
}
#movie .content .footage-mv:nth-child(1)::before {
  content: "THRONE OF DESIRE";
  display: block;
  position: absolute;
  top: -1.5em;
  left: 0;
  width: auto;
  height: 1em;
  color: #131313;
}
@media screen and (max-width: 1024px) {
  #movie {
    font-size: 2.4vw;
    height: 77em;
    background-image: url("/throneofdesire/assets/images/index/movie-bg-m.webp");
    background-size: cover;
  }
  #movie .container {
    width: 96%;
  }
  #movie .title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80%;
  }
  #movie .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 2em;
    gap: 2em;
  }
  #movie .content .footage-mv {
    width: 86%;
    height: auto;
  }
  #movie .content .footage-mv:nth-child(1) {
    margin: 0 auto;
  }
  #movie .content .footage-mv:nth-child(2) {
    margin: 0 auto;
  }
  #movie .content .footage-mv video {
    border: none;
  }
}
@media screen and (max-width: 480px) {
  #movie {
    font-size: 3vw;
    height: 73.8em;
  }
  #movie .container {
    width: 90%;
  }
  #movie .content {
    gap: 3em;
  }
  #movie .content .footage-mv {
    width: 95%;
  }
}
/* -----------------------------------------------------------------
  character
-------------------------------------------------------------------*/
/* -----------------------------------------------------------------
  character
-------------------------------------------------------------------*/
#character {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1vw;
  height: auto;
  min-height: 51.5em;
  background-image: url("/throneofdesire/assets/images/index/character-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
  margin-top: -2.3em;
  z-index: 1;
}
#character .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%;
  padding-top: 5em;
}
#character .swiper {
  overflow: inherit;
}
#character .chara-nav {
  position: absolute;
  left: 8em;
  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;
  z-index: 20;
}
#character .chara-nav span {
  display: none;
}
#character .chara a {
  display: block;
  width: 5em;
  height: 5.5em;
}
#character .chara a .nav-icon {
  position: absolute;
}
#character .chara a .nav-icon::before {
  content: "";
  display: block;
  position: absolute;
  width: 92%;
  height: 88%;
  border: 0.23em solid #ffe324;
  border-radius: 100em;
  opacity: 0;
}
@media (hover: hover) {
  #character .chara a:hover .nav-icon::before {
    opacity: 1;
  }
}
#character .chara a.active .nav-icon::before {
  opacity: 1;
}
#character .chara-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#character .chara-slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  right: 0%;
  -webkit-transform: translate(0%, -30%);
          transform: translate(0%, -30%);
  width: 50em;
  height: 39em;
  background-image: url("/throneofdesire/assets/images/index/characters/character_6_bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#character .chara-img {
  width: 44em;
  margin-top: -8em;
  margin-left: -34em;
}
#character .chara-img .costume-img-2 {
  display: none;
}
#character .chara-img.cos1 .costume-img-1 {
  display: block;
}
#character .chara-img.cos1 .costume-img-2 {
  display: none;
}
#character .chara-img.cos2 .costume-img-1 {
  display: none;
}
#character .chara-img.cos2 .costume-img-2 {
  display: block;
}
#character .chara-info {
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translate(0%, -85%);
          transform: translate(0%, -85%);
}
#character .chara-info-container {
  width: 45em;
}
#character .chara-info-name {
  position: relative;
  margin-bottom: 0.8em;
}
#character .chara-info-name .name {
  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;
  font-size: 2em;
  font-weight: 600;
  letter-spacing: 0.5em;
  margin-bottom: 0.15em;
}
#character .chara-info-name .name::after {
  content: "";
  display: block;
  position: relative;
  width: 3em;
  height: 1em;
  background-image: url("/throneofdesire/assets/images/index/characters/character_6_name_en.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#character .chara-info-name .name-en {
  display: none;
}
#character .chara-info-name .dialogue {
  font-size: 1.2em;
  font-weight: 600;
}
#character .chara-info-content {
  font-size: 0.85em;
  width: calc(100% + 2.5em);
  padding: 1.8em 15em 1.8em 2.5em;
  margin-left: -2.5em;
  background: #FFF;
  line-height: 1.6;
}
#character .chara-info-content p:nth-child(1) {
  margin-bottom: 1em;
}
#character .chara-slide.Executor::before {
  background-image: url("/throneofdesire/assets/images/index/characters/character_6_bg.webp");
}
#character .chara-slide.Executor .chara-info-name .name::after {
  background-image: url("/throneofdesire/assets/images/index/characters/character_6_name_en.png");
}
#character .chara-slide.Merlin::before {
  background-image: url("/throneofdesire/assets/images/index/characters/character_5_bg.webp");
}
#character .chara-slide.Merlin .chara-info-name .name::after {
  background-image: url("/throneofdesire/assets/images/index/characters/character_5_name_en.png");
}
#character .chara-slide.Guinevere::before {
  background-image: url("/throneofdesire/assets/images/index/characters/character_4_bg.webp");
}
#character .chara-slide.Guinevere .chara-info-name .name::after {
  background-image: url("/throneofdesire/assets/images/index/characters/character_4_name_en.png");
}
#character .chara-slide.Morgause::before {
  background-image: url("/throneofdesire/assets/images/index/characters/character_3_bg.webp");
}
#character .chara-slide.Morgause .chara-info-name .name::after {
  width: 3em;
  height: 3em;
  margin-bottom: -1em;
  background-image: url("/throneofdesire/assets/images/index/characters/character_3_name_en.png");
}
#character .chara-slide.Galahad::before {
  background-image: url("/throneofdesire/assets/images/index/characters/character_2_bg.webp");
}
#character .chara-slide.Galahad .chara-info-name .name::after {
  background-image: url("/throneofdesire/assets/images/index/characters/character_2_name_en.png");
}
#character .chara-slide.Secret::before {
  background-image: none;
}
#character .chara-slide.Secret .chara-info-name .name::after {
  background-image: url("/throneofdesire/assets/images/index/characters/character_1_name_en.png");
}

.btn-more-info {
  position: absolute;
  display: block;
  margin: 0 auto;
  bottom: 7em;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  #character {
    position: relative;
    font-size: 2.4vw;
    height: 76em;
    height: 82em;
    background-attachment: scroll;
    background-size: cover;
  }
  #character::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/throneofdesire/assets/images/index/character-bg.webp");
    background-position: 50% 50%;
    background-size: cover;
    z-index: -1;
    opacity: 0;
  }
  #character .title {
    margin: 0 auto;
  }
  #character .chara-slide::before {
    display: none;
  }
  #character .chara-nav {
    left: 2em;
    top: 3em;
  }
  #character .chara-nav a .nav-icon {
    width: 5em;
  }
  #character .chara-img {
    margin-right: auto;
    margin-top: -1.5em;
    margin-left: 2em;
    width: 100%;
  }
  #character .chara-info {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    font-size: 1.3em;
    margin-top: 10em;
    z-index: 2;
  }
  #character .chara-info-container {
    width: 100%;
  }
  #character .chara-info-name {
    font-size: 0.85em;
    text-align: center;
    padding: 0;
    margin-bottom: -8em;
    text-shadow: 0 0 15px #FFF, 0 0 15px #FFF, 0 0 15px #FFF, 0 0 15px #FFF, 0 0 15px #FFF;
  }
  #character .chara-info-name .name {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 800;
  }
  #character .chara-info .dialogue {
    width: 89%;
    margin: 0 auto;
  }
  #character .chara-info .dialogue span {
    display: inline-block;
    font-weight: 800;
  }
  #character .chara-info .dialogue span:nth-child(1) {
    text-indent: 0em;
  }
  #character .chara-info .dialogue span:nth-child(2) {
    text-indent: 0em;
  }
  #character .chara-info-content {
    margin: 0 auto;
    padding: 0 2em;
    padding-top: 9em;
    padding-bottom: 8em;
    width: 90%;
    background: rgba(255, 255, 255, 0.8);
  }
  #character .chara-info-btn p::before, #character .chara-info-btn p::after {
    display: none;
  }
  #character .btn-more-info {
    bottom: 5.8em;
  }
}
@media screen and (max-width: 480px) {
  #character {
    font-size: 3vw;
    height: 80em;
  }
  #character .container {
    padding-top: 7em;
  }
  #character .title {
    margin-bottom: 1.5em;
  }
  #character .chara-nav {
    top: -4em;
    font-size: 0.95em;
  }
  #character .btn-more-info {
    bottom: 7.8em;
  }
}
/* -----------------------------------------------------------------
  character  另開頁
-------------------------------------------------------------------*/
#character.character-detail {
  margin: 0 auto;
  min-width: auto;
  height: 54em;
}
#character.character-detail .title {
  margin-right: 2em;
}
#character.character-detail .chara-nav {
  left: 11em;
}
#character.character-detail .chara-slide::before {
  display: none;
}
#character.character-detail .chara-img {
  margin-left: 0;
  margin-right: -48.2em;
  margin-top: -10em;
  width: 51em;
}
#character.character-detail .chara-info {
  right: auto;
  top: 17em;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
#character.character-detail .chara-info-container {
  width: 57em;
}
#character.character-detail .chara-info-name {
  padding-left: 19em;
}
#character.character-detail .chara-info-name .name::before {
  content: "";
  display: block;
  position: relative;
  width: 0.7em;
  height: 0.7em;
  background: #242122;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 0.5em;
}
#character.character-detail .chara-info-name .name::after {
  display: none;
}
#character.character-detail .chara-info .dialogue span {
  display: block;
}
#character.character-detail .chara-info .dialogue span:nth-child(2) {
  text-indent: 5em;
}
#character.character-detail .chara-info-content {
  width: 100%;
  margin: 0 auto;
  padding: 2em 4em 3em 23em;
  background: none;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, rgba(255, 255, 255, 0.5019607843)), color-stop(50%, rgba(255, 255, 255, 0.5647058824)), color-stop(80%, rgba(255, 255, 255, 0.5019607843)), to(transparent));
  background-image: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.5019607843) 20%, rgba(255, 255, 255, 0.5647058824) 50%, rgba(255, 255, 255, 0.5019607843) 80%, transparent 100%);
}
#character.character-detail .chara-info-content p {
  position: relative;
  line-height: 1.4;
  border-left: 0.3em solid #000;
  text-indent: 0.7em;
}
#character.character-detail .chara-info-content p:nth-child(1) {
  margin: 0.5em 0;
}
#character.character-detail .chara-info-btn {
  margin-bottom: 2em;
}
#character.character-detail .chara-info-btn p::before, #character.character-detail .chara-info-btn p::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -5em;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background: #3e3e3e;
}
#character.character-detail .chara-info-btn p::before {
  width: 88%;
  height: 0.1em;
}
#character.character-detail .chara-info-btn p::after {
  width: 0.5em;
  height: 0.5em;
  border-radius: 10em;
}
#character.character-detail .chara-info-btn .btn-content {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#character.character-detail .chara-info-btn .btn-change {
  position: relative;
  display: block;
  width: 49%;
  text-align: center;
  height: auto;
  line-height: 3em;
  background: #222222;
  border-radius: 1em 0 0 0;
  border: 0.1em solid #000;
}
#character.character-detail .chara-info-btn .btn-change::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 1.5em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.8em;
  background-image: url("/throneofdesire/assets/images/index/characters/costume-icon-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#character.character-detail .chara-info-btn .btn-change:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
#character.character-detail .chara-info-btn .costume-1 {
  border-color: #9a9a9a;
}
#character.character-detail .chara-info-btn .costume-2 {
  border-color: #ee64b2;
  background-image: -webkit-gradient(linear, left top, right top, from(#be116c), color-stop(78%, #801d4d), to(#771043));
  background-image: linear-gradient(to right, #be116c 0%, #801d4d 78%, #771043 100%);
}
#character.character-detail .chara-info-btn .costume-2::before {
  background-image: url("/throneofdesire/assets/images/index/characters/costume-icon-2.png");
}
#character.character-detail .chara-info-video .video-content {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#character.character-detail .chara-info-video .video {
  width: 49%;
  cursor: pointer;
}
#character.character-detail .chara-info-video .video video {
  border: 0.05em solid #adadad;
}
#character.character-detail .chara-nav {
  left: 13em;
}
#character.character-detail .chara-info {
  left: 4em;
}
#character.character-detail .chara-info-container {
  width: 48em;
}
#character.character-detail .chara-info-btn .btn-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
}
#character.character-detail .chara-info-btn .btn-change {
  width: 74%;
}
#character.character-detail .chara-info-video .video-content .video {
  width: 75%;
}
@media screen and (max-width: 1024px) {
  #character.character-detail {
    height: 82em;
  }
  #character.character-detail .chara-info {
    width: 90%;
  }
  #character.character-detail .chara-info-btn .btn-change {
    width: 100%;
  }
  #character.character-detail .chara-info-video .video-content .video {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  #character.character-detail {
    font-size: 2.4vw;
    height: 76em;
    background-attachment: fixed;
    background-size: cover;
  }
  #character.character-detail .title {
    margin: 0 auto;
  }
  #character.character-detail .chara-slide {
    overflow: hidden;
  }
  #character.character-detail .chara-nav {
    left: 2em;
    top: 3em;
  }
  #character.character-detail .chara-img {
    margin-right: auto;
    margin-top: -4.5em;
    width: 47em;
  }
  #character.character-detail .chara-info {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    font-size: 1.3em;
    margin-top: 4em;
  }
  #character.character-detail .chara-info-container {
    width: 100%;
  }
  #character.character-detail .chara-info-name {
    font-size: 0.85em;
    text-align: center;
    padding: 0;
    margin-bottom: -8em;
    text-shadow: 0 0 15px #FFF, 0 0 15px #FFF, 0 0 15px #FFF, 0 0 15px #FFF, 0 0 15px #FFF;
  }
  #character.character-detail .chara-info-name .name {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -3em;
    font-weight: 800;
  }
  #character.character-detail .chara-info .dialogue span {
    font-weight: 800;
  }
  #character.character-detail .chara-info .dialogue span:nth-child(1) {
    text-indent: -5em;
  }
  #character.character-detail .chara-info .dialogue span:nth-child(2) {
    text-indent: 7em;
  }
  #character.character-detail .chara-info-content {
    padding-left: 6em;
    padding-top: 8.5em;
  }
  #character.character-detail .chara-info-btn p::before, #character.character-detail .chara-info-btn p::after {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  #character.character-detail .chara-info {
    margin-top: 6em;
  }
}
@media screen and (max-width: 768px) {
  #character.character-detail .chara-info {
    margin-top: 4em;
  }
}
@media screen and (max-width: 480px) {
  #character.character-detail {
    font-size: 3vw;
    height: 98em;
  }
  #character.character-detail .container {
    padding-top: 7em;
  }
  #character.character-detail .chara-nav {
    top: 0.5em;
    left: 1.5em;
  }
  #character.character-detail .chara-img {
    margin-left: 0;
    margin-right: -15em;
    margin-top: -4em;
    width: 48em;
  }
  #character.character-detail .chara-info {
    margin: 0 auto;
    width: 94%;
    margin-top: 10em;
  }
  #character.character-detail .chara-info-name {
    margin-bottom: -8.5em;
  }
  #character.character-detail .chara-info-name .name {
    font-size: 2.2em;
    margin-left: 0;
    line-height: 1.8;
  }
  #character.character-detail .chara-info .dialogue span:nth-child(1) {
    text-indent: -9em;
  }
  #character.character-detail .chara-info .dialogue span:nth-child(2) {
    text-indent: 3em;
  }
  #character.character-detail .chara-info-content {
    padding-top: 9em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    background: rgba(255, 255, 255, 0.8);
  }
  #character.character-detail .chara-info-video .video-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #character.character-detail .chara-info-video .video {
    width: 80%;
    margin: 0 auto;
  }
  #character.character-detail .chara-slide.Merlin .chara-info-name .dialogue span:nth-child(1) {
    text-indent: -11em;
  }
  #character.character-detail .chara-slide.Guinevere .chara-info-name .dialogue span {
    display: inline;
  }
  #character.character-detail .chara-slide.Morgause .chara-info-name .dialogue span:nth-child(1) {
    text-indent: -8em;
  }
  #character.character-detail .chara-slide.Galahad .chara-info-name .dialogue span {
    display: inline;
  }
  #character.character-detail .chara-slide.Secret .chara-info-name .dialogue span {
    display: inline;
  }
}
/* -----------------------------------------------------------------
  classes
-------------------------------------------------------------------*/
/* -----------------------------------------------------------------
  classes
-------------------------------------------------------------------*/
#classes {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1vw;
  height: auto;
  background-image: url("/throneofdesire/assets/images/index/classes-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
  margin-top: -2.3em;
  z-index: 1;
}
#classes .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%;
  padding-top: 5em;
}
#classes .title {
  margin-right: 1.5em;
  z-index: 10;
}
#classes .swiper {
  overflow: inherit;
}
#classes .classes-nav {
  position: absolute;
  top: 1em;
  right: 8em;
  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;
  z-index: 20;
}
#classes .classes-nav span {
  display: none;
}
#classes .classes a {
  display: block;
  width: 6.5em;
  height: 8em;
}
#classes .classes a .nav-icon {
  position: absolute;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media (hover: hover) {
  #classes .classes a:hover .nav-icon {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}
#classes .classes a.active .nav-icon {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
#classes .class-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#classes .class-img {
  width: 50em;
  margin-top: -11em;
  margin-right: -23em;
}
#classes .class-info {
  position: absolute;
  top: 40%;
  left: 13em;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  text-align: center;
}
#classes .class-info-container {
  width: 34em;
}
#classes .class-info-name {
  position: relative;
  margin-bottom: 0.8em;
}
#classes .class-info-name .name {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.5em;
  font-weight: 600;
  letter-spacing: 0.5em;
  margin-bottom: 0.15em;
  text-shadow: 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF;
}
#classes .class-info-name .name::after {
  content: "";
  display: block;
  position: relative;
  width: 3em;
  height: 1em;
  background-image: url("/throneofdesire/assets/images/index/classes/class_3_name_en.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#classes .class-info-name .name-en {
  display: none;
}
#classes .class-info-name .positioning span {
  display: inline-block;
  font-size: 0.8em;
  padding: 0 3.3em;
  line-height: 2;
  background-color: #000;
  color: #FFF;
  border-radius: 10em;
}
#classes .class-info-name .description {
  margin: 1em 0;
  margin-bottom: 2em;
  font-size: 0.9em;
  font-weight: 600;
  color: #000;
  text-shadow: 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF;
}
#classes .class-info-name .description span {
  display: block;
}
#classes .class-info-content {
  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;
  font-size: 0.85em;
  width: 100%;
  padding: 2em;
  padding-top: 1em;
  background: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}
#classes .class-info-content .rank {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 5em;
  width: 50%;
}
#classes .class-info-content .rank::before, #classes .class-info-content .rank::after {
  content: "";
  display: block;
  position: absolute;
  top: -1.7em;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
          transform: translate(-50%, 0%) rotate(45deg);
  width: 1.8em;
  height: 1.8em;
  background: #000;
  color: #FFF;
}
#classes .class-info-content .rank::after {
  content: "I";
  background: none;
  -webkit-transform: translate(-50%, 0%) rotate(0deg);
          transform: translate(-50%, 0%) rotate(0deg);
}
#classes .class-info-content .rank.rank3::after {
  content: "II";
}
#classes .class-info-content .rank-name {
  position: absolute;
  top: 1em;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  display: block;
  width: 96%;
  line-height: 1.6;
  background: #000;
  color: #FFF;
}
#classes .class-info-content .rank span {
  position: relative;
  display: block;
  width: 50%;
  padding-top: 3.5em;
}
#classes .class-info-content .rank span::before {
  content: "";
  display: block;
  position: absolute;
  top: -1.5em;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 100%;
  height: 4.5em;
  background-image: url("/throneofdesire/assets/images/index/classes/warrior-rank-2-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

#classes .class-slide.Warrior .class-info-name .name::after {
  background-image: url("/throneofdesire/assets/images/index/classes/class_3_name_en.png");
}
#classes .class-slide.Warrior .class-info-name .positioning span {
  background-color: #9f2900;
}
#classes .class-slide.Warrior .class-info-content .rank2 span:nth-child(1)::before {
  background-image: url("/throneofdesire/assets/images/index/classes/warrior-rank-2-1.png");
}
#classes .class-slide.Warrior .class-info-content .rank2 span:nth-child(2)::before {
  background-image: url("/throneofdesire/assets/images/index/classes/warrior-rank-2-2.png");
}
#classes .class-slide.Warrior .class-info-content .rank3 span:nth-child(1)::before {
  background-image: url("/throneofdesire/assets/images/index/classes/warrior-rank-3-1.png");
}
#classes .class-slide.Warrior .class-info-content .rank3 span:nth-child(2)::before {
  background-image: url("/throneofdesire/assets/images/index/classes/warrior-rank-3-2.png");
}
#classes .class-slide.Ranger .class-info-name .name::after {
  background-image: url("/throneofdesire/assets/images/index/classes/class_2_name_en.png");
  height: 1.1em;
  margin-bottom: -0.3em;
}
#classes .class-slide.Ranger .class-info-name .positioning span {
  background-color: #629305;
}
#classes .class-slide.Ranger .class-info-content .rank2 span:nth-child(1)::before {
  background-image: url("/throneofdesire/assets/images/index/classes/ranger-rank-2-1.png");
}
#classes .class-slide.Ranger .class-info-content .rank2 span:nth-child(2)::before {
  background-image: url("/throneofdesire/assets/images/index/classes/ranger-rank-2-2.png");
}
#classes .class-slide.Ranger .class-info-content .rank3 span:nth-child(1)::before {
  background-image: url("/throneofdesire/assets/images/index/classes/ranger-rank-3-1.png");
}
#classes .class-slide.Ranger .class-info-content .rank3 span:nth-child(2)::before {
  background-image: url("/throneofdesire/assets/images/index/classes/ranger-rank-3-2.png");
}
#classes .class-slide.Elementalist .class-info-name .name::after {
  background-image: url("/throneofdesire/assets/images/index/classes/class_1_name_en.png");
  width: 4em;
  height: 1.1em;
  margin-bottom: -0.3em;
}
#classes .class-slide.Elementalist .class-info-name .positioning span {
  background-color: #b440a8;
}
#classes .class-slide.Elementalist .class-info-content .rank2 span:nth-child(1)::before {
  background-image: url("/throneofdesire/assets/images/index/classes/mage-rank-2-1.png");
}
#classes .class-slide.Elementalist .class-info-content .rank2 span:nth-child(2)::before {
  background-image: url("/throneofdesire/assets/images/index/classes/mage-rank-2-2.png");
}
#classes .class-slide.Elementalist .class-info-content .rank3 span:nth-child(1)::before {
  background-image: url("/throneofdesire/assets/images/index/classes/mage-rank-3-1.png");
}
#classes .class-slide.Elementalist .class-info-content .rank3 span:nth-child(2)::before {
  background-image: url("/throneofdesire/assets/images/index/classes/mage-rank-3-2.png");
}

@media screen and (max-width: 1024px) {
  #classes {
    font-size: 2.4vw;
    height: 76em;
    background-image: url("/throneofdesire/assets/images/index/classes-bg-m.webp");
    background-size: cover;
  }
  #classes .title {
    margin: 0 auto;
    margin-bottom: 1em;
  }
  #classes .classes-nav {
    right: auto;
    left: 4em;
  }
  #classes .classes .class-img {
    margin-right: 0;
    margin-top: -4em;
  }
  #classes .classes .class-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 39em;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    overflow: hidden;
  }
  #classes .classes .class-info-name .description {
    margin: 0.5em 0;
    font-size: 1em;
    margin-bottom: 1em;
  }
  #classes .classes .class-info-content {
    font-size: 1em;
  }
}
@media screen and (max-width: 480px) {
  #classes {
    font-size: 3vw;
    height: 80em;
  }
  #classes .classes .class-info {
    font-size: 0.92em;
    top: 44em;
  }
}
/* -----------------------------------------------------------------
  system
-------------------------------------------------------------------*/
/* -----------------------------------------------------------------
  system
-------------------------------------------------------------------*/
#system {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 53em;
  padding-top: 15em;
  margin-top: -2em;
  background-image: url("/throneofdesire/assets/images/index/system-bg.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 3;
}
#system .container {
  margin-left: -63em;
}
#system .sub {
  position: absolute;
  top: 8em;
  right: 3em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
  text-shadow: 0 0 5px #b81550, 0 0 5px #b81550, 0 0 5px #b81550, 0 0 5px #b81550, 0 0 5px #b81550;
  border-bottom: 0.09em solid #cea652;
  padding: 0 1em;
  padding-bottom: 0.5em;
}
#system .sub::before {
  content: "★";
  display: inline-block;
  width: 1.2em;
  height: 1em;
  color: #FFF;
}
#system .sub::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.8em;
  left: -0.7em;
  -webkit-transform: translate(-50%, -50%) rotate(137deg);
          transform: translate(-50%, -50%) rotate(137deg);
  width: 2em;
  border-bottom: 0.09em solid #cea652;
}
#system .description {
  padding: 0;
}
#system .btn-more-info {
  font-size: 1em;
  bottom: 3em;
}

@media screen and (max-width: 1024px) {
  #system {
    font-size: 2.4vw;
    height: 68em;
    padding-top: 9em;
    background-image: url("/throneofdesire/assets/images/index/system-bg-m.webp");
    background-size: cover;
  }
  #system .container {
    margin: 0 auto;
  }
  #system .sub {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
    border: none;
  }
  #system .sub::after {
    display: none;
  }
  #system .content {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 480px) {
  #system {
    font-size: 3vw;
  }
}
/* -----------------------------------------------------------------
  lustsanctuary  另開頁
-------------------------------------------------------------------*/
#system.lustsanctuary {
  margin: 0 auto;
  height: auto;
  min-height: 55.85em;
  background-image: url("/throneofdesire/assets/images/index/lustsanctuary-bg.webp");
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#system.lustsanctuary .container {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
#system.lustsanctuary .lust-title {
  position: absolute;
  top: 7em;
  right: 0%;
  text-align: right;
  padding: 1em 2em 1.8em 6em;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(70%, rgba(202, 59, 163, 0.6)));
  background-image: linear-gradient(to right, transparent 0%, rgba(202, 59, 163, 0.6) 70%);
}
#system.lustsanctuary .lust-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  right: 0%;
  width: 0.5em;
  height: 100%;
  background-color: #d928a9;
}
#system.lustsanctuary .lust-title h2 {
  position: relative;
  font-weight: 500;
  line-height: 2.2;
  color: #FFF;
  border-bottom: 0.05em solid #FFF;
}
#system.lustsanctuary .lust-title h2::before, #system.lustsanctuary .lust-title h2::after {
  content: "";
  display: block;
  position: absolute;
  left: -0.5em;
  bottom: -0.3em;
  width: 1em;
  height: 0.5em;
  background-image: url("/throneofdesire/assets/images/index/deco-title-line.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-filter: contrast(0) brightness(5);
          filter: contrast(0) brightness(5);
}
#system.lustsanctuary .lust-title h2::after {
  left: auto;
  right: -0.5em;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
#system.lustsanctuary .content {
  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;
}

.lust-page {
  height: 48em;
}
.lust-page-title {
  color: #FFF;
}
.lust-page-title h3 {
  width: 22em;
  margin: 0 auto;
}
.lust-page-title h3 span {
  display: none;
}
.lust-page .description {
  margin-bottom: 2em;
}

.lust-mv {
  position: relative;
  width: 43.75em;
  height: 25em;
}
@media screen and (max-width: 1024px) {
  #system.lustsanctuary {
    font-size: 2.2vw;
    padding-top: 16em;
  }
  #system.lustsanctuary .lust-title {
    top: 8em;
  }
  #system.lustsanctuary .lust-mv {
    font-size: 0.8em;
  }
  #system.lustsanctuary .description {
    font-size: 1.1em;
  }
}
@media screen and (max-device-width: 1024px) {
  #system.lustsanctuary {
    font-size: 2.2vw;
    padding-top: 16em;
  }
  #system.lustsanctuary .lust-title {
    top: 8em;
  }
  #system.lustsanctuary .lust-mv {
    font-size: 0.8em;
  }
  #system.lustsanctuary .description {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 820px) {
  #system.lustsanctuary {
    padding-top: 20em;
  }
  #system.lustsanctuary .lust-title {
    top: 11em;
  }
}
@media screen and (max-width: 480px) {
  #system.lustsanctuary {
    font-size: 2.5em;
  }
  #system.lustsanctuary .description {
    padding: 0 2em;
  }
  #system.lustsanctuary .lust-mv {
    font-size: 0.7em;
    margin: 0 auto;
  }
}
/* -----------------------------------------------------------------
  gallery
-------------------------------------------------------------------*/
/* -----------------------------------------------------------------
  gallery
-------------------------------------------------------------------*/
#gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 51.56em;
  margin-top: -2em;
  background-image: url("/throneofdesire/assets/images/index/gallery-bg.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 3;
}
#gallery .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3em;
  padding-bottom: 4em;
}
#gallery .title {
  margin: 0 auto;
}
#gallery .content {
  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;
}
#gallery .description {
  color: #221e1e;
  padding: 0;
}
#gallery .gallery-mv {
  position: relative;
  width: 29em;
  height: auto;
  width: 43.75em;
  height: 25em;
}
#gallery .gallery-mv::before {
  content: "Unleash your primal desires.";
  display: block;
  position: absolute;
  top: -1.5em;
  right: 0;
  width: auto;
  height: 1em;
  color: #131313;
}
#gallery .vedio-frame {
  background: #1e1e1e;
}
#gallery .gallery {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  background: #0c0906;
}
#gallery .gallery-list-title {
  position: absolute;
  top: -3em;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  text-align: center;
  font-size: 0.8em;
  color: #221e1e;
}
#gallery .gallery-list-title p {
  position: relative;
  padding: 0.5em 5em;
  background: #69543f;
  color: #efd4b5;
  border-radius: 4em;
}
#gallery .gallery-list-title p::before {
  content: "";
  display: block;
  position: absolute;
  top: -1.8em;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 2em;
  height: 2em;
  background-image: url("/throneofdesire/assets/images/index/gallery/deco-list-title.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#gallery .gallery-slide {
  width: 100%;
  padding-top: 1.2em;
  padding-bottom: 1em;
}
#gallery .gallery-slide::before, #gallery .gallery-slide::after {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 100%;
  height: 0.9em;
  background-image: url("/throneofdesire/assets/images/index/gallery/deco-gallery-frame.png");
  background-position: center center;
  background-repeat: repeat-x;
  background-size: contain;
}
#gallery .gallery-slide::after {
  top: auto;
  bottom: 0.1em;
}
#gallery .gallery-item {
  height: auto;
}

@media screen and (max-width: 1024px) {
  #gallery {
    font-size: 2.4vw;
    height: 63em;
    padding-top: 10em;
    background-image: url("/throneofdesire/assets/images/index/gallery-bg-m.webp");
    background-size: cover;
  }
  #gallery .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #gallery .description {
    font-size: 1.05em;
  }
  #gallery .gallery-mv {
    width: 86%;
    height: auto;
  }
  #gallery .gallery-mv .vedio-frame {
    height: 99%;
  }
  #gallery .gallery-mv video {
    border: none;
  }
  #gallery .gallery-list-title {
    top: -5em;
  }
  #gallery .gallery-slide {
    width: 120%;
  }
}
@media screen and (max-width: 480px) {
  #gallery {
    font-size: 3vw;
    height: 58em;
    padding-top: 8em;
  }
  #gallery .gallery-list-title {
    font-size: 1em;
    width: 82%;
  }
  #gallery .gallery-list-title p {
    padding: 0.5em 4em;
  }
}
/* -----------------------------------------------------------------
  features
-------------------------------------------------------------------*/
/* -----------------------------------------------------------------
    gallery
-------------------------------------------------------------------*/
#features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: 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;
  height: 52em;
  margin-top: -2em;
  background-image: url("/throneofdesire/assets/images/index/features-bg.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}
#features .title {
  margin: 0 auto;
}
#features .description {
  color: #221e1e;
  padding: 0;
}

.features {
  position: relative;
  margin: 0 auto;
  width: 100%;
  margin-top: 2em;
  padding: 1em 5em;
  background: #000;
  border: 0.2em solid #c8b68c;
}
.features::before, .features::after {
  content: "";
  position: absolute;
  top: 1em;
  right: 1em;
  width: 5em;
  height: 5em;
  background-image: url("/throneofdesire/assets/images/index/features/deco-features-frame.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 5;
}
.features::after {
  top: auto;
  right: auto;
  left: 1em;
  bottom: 1em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.features-slide {
  width: 42em;
  height: 28em;
  height: auto;
}
.features-item {
  width: 45%;
}
.features .swiper-button-next,
.features .swiper-button-prev {
  top: 48%;
  color: transparent;
  width: 3em;
  height: 4em;
  background-image: url("/throneofdesire/assets/images/index/features/deco-features-arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: drop-shadow(0.2em 0.2em 1em rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0.2em 0.2em 1em rgba(0, 0, 0, 0.8));
  z-index: 10;
}
.features .swiper-button-next:hover,
.features .swiper-button-prev:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.features .swiper-button-next {
  right: -4em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.features .swiper-button-prev {
  left: -4em;
}

@media screen and (max-width: 1024px) {
  #features {
    font-size: 2.4vw;
    height: 46em;
    background-image: url("/throneofdesire/assets/images/index/features-bg-m.webp");
    background-size: cover;
  }
  .features-slide {
    font-size: 1.7vw;
  }
  .features .swiper-button-next {
    width: 2em;
    right: 1em;
  }
  .features .swiper-button-prev {
    width: 2em;
    left: 1em;
  }
}
@media screen and (max-width: 480px) {
  #features {
    font-size: 3vw;
  }
  .features-slide {
    font-size: 2.2vw;
  }
}
/* -----------------------------------------------------------------
  CTA
-------------------------------------------------------------------*/
/* -----------------------------------------------------------------
  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 #b81550, 0 0 5px #b81550, 0 0 5px #b81550;
          box-shadow: 0 0 5px #b81550, 0 0 5px #b81550, 0 0 5px #b81550;
}
.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;
  }
}
/* -----------------------------------------------------------------
  注意事項 彈窗 設定
-------------------------------------------------------------------*/
#notice {
  display: none;
}