@charset "UTF-8";
/* -----------------------------------------------------------------
基本設定
-------------------------------------------------------------------*/
/* -----------------------------------------------------------------
	official 設定
-------------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&family=Zen+Maru+Gothic:wght@300;400;500;700;900&Kosugi+Maru&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@100.900&family=Shippori+Mincho:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&family=Zen+Maru+Gothic:wght@300;400;500;700;900&Kosugi+Maru&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@100.900&family=Shippori+Mincho:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap");
@import "/assets/css/lib/swiper8.min.css";
@import "/throneofdesire/assets/css/dmm/header/dmmheader_pc.css";
@import "/throneofdesire/assets/css/dmm/header/dmmheader_sp.css";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a {
  text-decoration: none;
}

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

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

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

figure {
  margin: 0;
}

.wrap {
  text-align: left;
}

.point {
  color: #DE5E5E;
}

.tac {
  text-align: center;
}

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

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

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

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

@keyframes upDown {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes Rotate360 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes Rotate360 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes lightSweep {
  from {
    -webkit-transform: skew(-45deg, 0) translate(-100%, 0);
            transform: skew(-45deg, 0) translate(-100%, 0);
  }
  to {
    left: 100%;
    -webkit-transform: skew(-45deg, 0) translate(100%, 0);
            transform: skew(-45deg, 0) translate(100%, 0);
  }
}
@keyframes lightSweep {
  from {
    -webkit-transform: skew(-45deg, 0) translate(-100%, 0);
            transform: skew(-45deg, 0) translate(-100%, 0);
  }
  to {
    left: 100%;
    -webkit-transform: skew(-45deg, 0) translate(100%, 0);
            transform: skew(-45deg, 0) translate(100%, 0);
  }
}
@-webkit-keyframes Enlarge {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes Enlarge {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@-webkit-keyframes Btn_light_move {
  from {
    left: -150%;
  }
  to {
    left: 350%;
  }
}
@keyframes Btn_light_move {
  from {
    left: -150%;
  }
  to {
    left: 350%;
  }
}
@-webkit-keyframes lanlancat_upDown {
  from {
    margin-top: 1em;
  }
  to {
    margin-top: 0;
  }
}
@keyframes lanlancat_upDown {
  from {
    margin-top: 1em;
  }
  to {
    margin-top: 0;
  }
}
@-webkit-keyframes LeftIn {
  from {
    margin-left: -1em;
    opacity: 0;
  }
  to {
    margin-left: 0em;
    opacity: 1;
  }
}
@keyframes LeftIn {
  from {
    margin-left: -1em;
    opacity: 0;
  }
  to {
    margin-left: 0em;
    opacity: 1;
  }
}
@-webkit-keyframes RightIn {
  from {
    margin-left: 0em;
    opacity: 0;
  }
  to {
    margin-left: -1em;
    opacity: 1;
  }
}
@keyframes RightIn {
  from {
    margin-left: 0em;
    opacity: 0;
  }
  to {
    margin-left: -1em;
    opacity: 1;
  }
}
@-webkit-keyframes Building_UpDown {
  from {
    margin-top: -8px;
  }
  to {
    margin-top: 0px;
  }
}
@keyframes Building_UpDown {
  from {
    margin-top: -8px;
  }
  to {
    margin-top: 0px;
  }
}
@-webkit-keyframes Bg_brightness {
  from {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  to {
    -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
  }
}
@keyframes Bg_brightness {
  from {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  to {
    -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
  }
}
@-webkit-keyframes Chara_brightness {
  from {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  to {
    -webkit-filter: brightness(0.9);
            filter: brightness(0.9);
  }
}
@keyframes Chara_brightness {
  from {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  to {
    -webkit-filter: brightness(0.9);
            filter: brightness(0.9);
  }
}
@-webkit-keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes PrizePoint {
  0% {
    left: -1.8em;
  }
  20% {
    left: -1em;
  }
  30% {
    left: -1.8em;
  }
  40% {
    left: -1em;
  }
  50% {
    left: -1.8em;
  }
  100% {
    left: -1.8em;
  }
}
@keyframes PrizePoint {
  0% {
    left: -1.8em;
  }
  20% {
    left: -1em;
  }
  30% {
    left: -1.8em;
  }
  40% {
    left: -1em;
  }
  50% {
    left: -1.8em;
  }
  100% {
    left: -1.8em;
  }
}
@-webkit-keyframes PrizePoint_retro {
  0% {
    top: -120%;
  }
  20% {
    top: -100%;
  }
  30% {
    top: -120%;
  }
  40% {
    top: -100%;
  }
  50% {
    top: -120%;
  }
  100% {
    top: -120%;
  }
}
@keyframes PrizePoint_retro {
  0% {
    top: -120%;
  }
  20% {
    top: -100%;
  }
  30% {
    top: -120%;
  }
  40% {
    top: -100%;
  }
  50% {
    top: -120%;
  }
  100% {
    top: -120%;
  }
}
@-webkit-keyframes PrizePoint_lanlancat {
  0% {
    right: -6.5em;
  }
  20% {
    right: -7em;
  }
  30% {
    right: -6.5em;
  }
  40% {
    right: -7em;
  }
  50% {
    right: -6.5em;
  }
  100% {
    right: -6.5em;
  }
}
@keyframes PrizePoint_lanlancat {
  0% {
    right: -6.5em;
  }
  20% {
    right: -7em;
  }
  30% {
    right: -6.5em;
  }
  40% {
    right: -7em;
  }
  50% {
    right: -6.5em;
  }
  100% {
    right: -6.5em;
  }
}
@-webkit-keyframes classes_role {
  0% {
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(1);
            filter: blur(1);
    opacity: 1;
  }
}
@keyframes classes_role {
  0% {
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(1);
            filter: blur(1);
    opacity: 1;
  }
}
@-webkit-keyframes classes_info {
  0% {
    -webkit-transform: translate(-20%, 0%);
            transform: translate(-20%, 0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes classes_info {
  0% {
    -webkit-transform: translate(-20%, 0%);
            transform: translate(-20%, 0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    opacity: 1;
  }
}
@-webkit-keyframes classes_info_m {
  0% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -30vw);
            transform: translate(-50%, -30vw);
    opacity: 1;
  }
}
@keyframes classes_info_m {
  0% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -30vw);
            transform: translate(-50%, -30vw);
    opacity: 1;
  }
}
@-webkit-keyframes classes_deco_text {
  0% {
    -webkit-transform: translate(0%, -94%) scale(1.5);
            transform: translate(0%, -94%) scale(1.5);
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    -webkit-transform: translate(0%, -94%) scale(1);
            transform: translate(0%, -94%) scale(1);
    opacity: 1;
    -webkit-filter: blur(1);
            filter: blur(1);
  }
}
@keyframes classes_deco_text {
  0% {
    -webkit-transform: translate(0%, -94%) scale(1.5);
            transform: translate(0%, -94%) scale(1.5);
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    -webkit-transform: translate(0%, -94%) scale(1);
            transform: translate(0%, -94%) scale(1);
    opacity: 1;
    -webkit-filter: blur(1);
            filter: blur(1);
  }
}
@-webkit-keyframes Kv_sky_move {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 50% 0%;
  }
}
@keyframes Kv_sky_move {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 50% 0%;
  }
}
@-webkit-keyframes Kv_fly_move {
  from {
    -webkit-transform: translate(-35%, -25%);
            transform: translate(-35%, -25%);
  }
  to {
    -webkit-transform: translate(-35%, -5%);
            transform: translate(-35%, -5%);
  }
}
@keyframes Kv_fly_move {
  from {
    -webkit-transform: translate(-35%, -25%);
            transform: translate(-35%, -25%);
  }
  to {
    -webkit-transform: translate(-35%, -5%);
            transform: translate(-35%, -5%);
  }
}
@-webkit-keyframes Highlight {
  from {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  to {
    -webkit-filter: brightness(1.12);
            filter: brightness(1.12);
  }
}
@keyframes Highlight {
  from {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  to {
    -webkit-filter: brightness(1.12);
            filter: brightness(1.12);
  }
}
body {
  font-family: "Kosugi Maru", sans-serif;
}
body .url-section .urlField,
body .milestone-number {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
}

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

.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;
}
.btn-area button {
  background: none;
  border: none;
}
@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 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: 0.9em;
  text-align: center;
  line-height: 4;
  padding: 0 4em;
  border-radius: 10em;
  background: linear-gradient(190deg, #31212c 13%, #120d11 57%, #000000 81%, #180b1a 100%);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center top;
  color: #FFF;
  overflow: visible;
}
.btn-kv {
  margin: 0 1em;
}
.btn-PC, .btn-AND {
  background: linear-gradient(190deg, #f209a7 13%, #d41195 50%, #d41195 70%, #cc10b8 100%);
  border: 2px solid #ff36c1;
}
.btn-IOS, .btn-AND, .btn-PC {
  padding: 0 7em;
  text-transform: math-auto;
}
.btn-Steam {
  width: 11.4em;
  padding: 0 2em;
  margin: 0 1.5em;
  text-transform: math-auto;
  background-image: url("/assets/images/btn-steam.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.btn-Steam::before, .btn-Steam::after {
  display: none;
}
.btn-Steam-ob {
  width: 11.4em;
  padding: 0 2em;
  margin: 0 1.5em;
  text-transform: math-auto;
  background-image: url("/assets/images/btn-steam-ob.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.btn-Steam-ob::before, .btn-Steam-ob::after {
  display: none;
}
.btn-X {
  background: linear-gradient(190deg, #a319e2 13%, #b725fa 50%, #9a0fda 70%, #9a0fda 100%);
}
.btn-X b {
  display: inline;
  color: #5cfcf6;
}
.btn-X p {
  display: inline;
}

.kv-content-txt {
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.9em;
  line-height: 2;
  width: 33em;
  width: 37em;
  color: #FFF;
  padding: 2em 9em;
  margin-top: 1.5em;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.57)), color-stop(75%, rgba(0, 0, 0, 0.57)), to(transparent));
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.57) 25%, rgba(0, 0, 0, 0.57) 75%, transparent 100%);
}
.kv-content-txt::before, .kv-content-txt::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 0.1em;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, rgba(255, 236, 188, 0.66)), color-stop(75%, rgba(255, 236, 188, 0.66)), to(transparent));
  background: linear-gradient(to right, transparent 0%, rgba(255, 236, 188, 0.66) 25%, rgba(255, 236, 188, 0.66) 75%, transparent 100%);
}
.kv-content-txt::before {
  top: 0.5em;
}
.kv-content-txt::after {
  bottom: 0.5em;
}
.kv-content input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 1.5em;
  height: 1.5em;
  border-radius: 0.25em;
  background: #f072a8;
  vertical-align: middle;
}
.kv-content input[type=checkbox]::after {
  content: "√";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #080808;
  font-family: fangsong;
  font-weight: 900;
  opacity: 0;
}
.kv-content input[type=checkbox]:checked {
  cursor: pointer;
}
.kv-content input[type=checkbox]:checked::after {
  opacity: 1;
}
.kv-content label {
  vertical-align: middle;
  cursor: pointer;
}

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

/* -----------------------------------------------------------------
  footer
-------------------------------------------------------------------*/
.footer {
  position: relative;
  background-color: #060606;
  height: auto;
  min-height: auto;
  padding: 1em 0;
  font-size: 14px;
  font-size: 0.73vw;
}
.footer::before {
  content: "";
  display: block;
  position: absolute;
  top: -1em;
  left: 0%;
  width: 100%;
  height: 0.6em;
  background-color: #060606;
  z-index: 10;
}
.footer::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: url("/throneofdesire/assets/images/register_dmg/deco-water.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 1;
}
.footer .footer_section {
  width: 52em;
  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: 0;
}
.footer .footer_section:nth-child(1) {
  width: 100%;
  margin-bottom: 1em;
}
.footer .game-info {
  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: 0.9em;
  -webkit-column-gap: 6em;
     -moz-column-gap: 6em;
          column-gap: 6em;
  padding: 4em 1em;
  color: #c24d94;
  z-index: 2;
}
.footer .game-info-logo {
  width: 23em;
  text-align: center;
}
.footer .game-info-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .game-info-content li {
  display: inline-block;
  padding: 0.6em 1em;
  border-bottom: 2px solid #c24d94;
}
.footer .game-info-content li span {
  display: block;
}
.footer .game-info-content .recommend li:first-child {
  border: none;
  padding-bottom: 0;
}
.footer footer {
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: column;
  -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;
  text-align: left;
  width: 70em;
  width: 100%;
  color: #d1c7c4;
  z-index: 2;
}
.footer footer .copyright {
  line-height: 1.5;
  text-align: center;
  margin: 0 3.6em;
}
.footer footer .logo {
  margin: 0 auto;
  width: 13.5em;
  margin: 0;
  margin-left: 1em;
}
.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;
  width: 100%;
  min-width: 100vw;
  background: -webkit-gradient(linear, left top, right top, from(#a6245b), color-stop(61%, #da0f99), to(#d41597));
  background: linear-gradient(to right, #a6245b 0%, #da0f99 61%, #d41597 100%);
}
.footer footer .links span {
  display: block;
}
.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 {
  display: block;
  color: #fff;
  padding: 1em 2em;
  position: relative;
}
@media (hover: hover) {
  .footer footer .links a:hover {
    color: #e5cb94;
  }
}
.footer footer p {
  margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
  .footer footer {
    height: auto;
    padding: 1em;
    width: auto;
  }
  .footer footer .footer_section {
    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 > 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;
  }
}
@media screen and (max-device-width: 1024px) {
  .footer {
    font-size: 2em;
  }
  .footer .game-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .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 {
    -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: 820px) {
  .footer {
    font-size: 2em;
  }
  .footer .game-info-logo {
    padding-bottom: 4em;
  }
  .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-section {
    -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 .game-info {
    font-size: 0.8em;
  }
  .footer footer .links span {
    display: block;
    width: 50%;
    border: 1px solid #df4eae;
  }
}
@media screen and (max-width: 480px) {
  .footer .game-info {
    font-size: 0.8em;
  }
  .footer footer .links span {
    display: block;
    width: 50%;
    border: 1px solid #df4eae;
  }
}
/* -----------------------------------------------------------------
  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.5em;
  font-family: "Caveat", cursive;
  text-transform: initial;
}
.title-content {
  position: relative;
}
.title-content::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.68em;
  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;
  color: #d3d0ce;
}

.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 {
  height: auto;
}

.wrap a {
  color: #fff;
}

/* -----------------------------------------------------------------
  共用樣式
-------------------------------------------------------------------*/
body {
  font-family: "Kosugi Maru", sans-serif;
}
body .milestone-number {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
}
body section .title h2 {
  font-family: "Noto Serif JP", "Noto Sans JP", Arial, sans-serif;
}
body #character .chara-info-name .name,
body #character .chara-info-name .dialogue {
  font-family: "Noto Serif JP", "Noto Sans JP", Arial, sans-serif;
}
body .btn {
  font-weight: 500;
}

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

@media (hover: hover) {
  .kv-content-txt li:hover {
    -webkit-filter: contrast(2);
            filter: contrast(2);
  }
  .kv-content-txt li:hover label {
    color: #f7afdb;
  }
}

@media (hover: hover) {
  .milestone-item:hover .milestone-number {
    margin-top: -0.15em;
  }
  .milestone-item:hover .milestone-prize {
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
  }
  .milestone-item:hover .milestone-name b {
    background: #890f1a;
    border-color: #bf4f4f;
  }
}

@media (hover: hover) {
  .footage-mv:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}

@media (hover: hover) {
  .features-item:hover {
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
  }
}

@media (hover: hover) {
  #kv .btn:hover,
  #cta .btn:hover {
    padding: 0 9em;
  }
}

@media (hover: hover) {
  #go_x .btn:hover {
    margin-top: 0.25em;
  }
}

@media (hover: hover) {
  #character .chara-img:hover {
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
  }
}

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

header {
  background-color: #FFF;
}

.header-pc, .header-sp {
  position: relative;
  z-index: 50;
}

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

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.5em;
  min-height: auto;
  background-image: url("/throneofdesire/assets/images/register_dmg/kv-bg.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
  z-index: 0;
}
.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 .game-logo {
  margin: 0 auto;
  margin-top: 7em;
}
.kv .game-logo a {
  position: relative;
  display: block;
  width: 30em;
  margin-right: 2em;
}
.kv .game-logo img {
  width: 100%;
  height: auto;
  max-width: initial;
}
.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: 6em;
}
.kv .btn-area {
  gap: 0.5em;
}

.register-btn {
  text-align: center;
}

.kv-content.register-ok .kv-content-txt, .kv-content.register-repeat .kv-content-txt {
  width: 50em;
}
.kv-content.register-ok .slogan, .kv-content.register-repeat .slogan {
  margin: 0 auto;
  font-family: "Noto Serif JP", "Noto Sans JP", Arial, sans-serif;
}
.kv-content.register-ok .slogan h1, .kv-content.register-repeat .slogan h1 {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 100%;
  color: #fbdea5;
}
.kv-content.register-ok .slogan .sub, .kv-content.register-repeat .slogan .sub {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.kv-bg-area {
  position: fixed;
  display: block;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.kv-bg-area video {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .kv-bg-area video {
    display: none !important;
  }
}
.kv-bg-area::after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 100%;
  height: 56em;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(55%, transparent), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent 0%, transparent 55%, rgba(0, 0, 0, 0.8) 100%);
}

@media screen and (max-device-width: 1024px) {
  .kv {
    font-size: 2.4vw;
    height: 62em;
    background-image: url("/throneofdesire/assets/images/register_dmg/kv-bg-m.webp");
    background-size: cover;
  }
  .kv .game-logo {
    margin-top: 0.5em;
    padding-bottom: 25em;
  }
  .kv .game-logo a {
    position: absolute;
    right: 0;
    width: 17em;
  }
  .kv .btns {
    font-size: 1.2em;
  }
  .kv-content.register-ok, .kv-content.register-repeat {
    padding-top: 14em;
  }
  .kv-content.register-ok .kv-content-txt, .kv-content.register-repeat .kv-content-txt {
    width: 90%;
    padding: 2em;
  }
  .kv-bg-area {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .kv {
    font-size: 2.4vw;
    height: 62em;
    background-image: url("/throneofdesire/assets/images/register_dmg/kv-bg-m.webp");
    background-size: cover;
  }
  .kv .game-logo {
    margin-top: 0.5em;
    padding-bottom: 25em;
  }
  .kv .game-logo a {
    position: absolute;
    right: 0;
    width: 17em;
  }
  .kv .btns {
    font-size: 1.2em;
  }
  .kv-content.register-ok, .kv-content.register-repeat {
    padding-top: 14em;
  }
  .kv-content.register-ok .kv-content-txt, .kv-content.register-repeat .kv-content-txt {
    width: 90%;
    padding: 2em;
  }
  .kv-bg-area {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .kv {
    font-size: 3vw;
    height: 67em;
  }
  .kv .btns {
    padding-top: 14em;
  }
  .kv-content.register-ok .kv-content-txt, .kv-content.register-repeat .kv-content-txt {
    width: 100%;
    padding: 2em 1em;
  }
}
/* -----------------------------------------------------------------
  milestone
-------------------------------------------------------------------*/
/* -----------------------------------------------------------------
  milestone 里程碑
-------------------------------------------------------------------*/
#milestone {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 66em;
  padding-top: 14em;
  margin-top: -5.8em;
  background-image: url("/throneofdesire/assets/images/register_dmg/milestone-bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 4;
}
#milestone .container::before {
  content: "";
  display: block;
  position: absolute;
  top: 41em;
  right: 4em;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 50em;
  height: 50em;
  background-image: url("/throneofdesire/assets/images/register_dmg/milestone-chara.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 2;
}
#milestone .title {
  padding-right: 8em;
}

.milestone {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
  color: #613828;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 69%;
}
.milestone::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 44em;
  height: 23em;
  background-image: url("/throneofdesire/assets/images/register_dmg/milestone-prize-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 0;
}
.milestone-row {
  position: relative;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 3em;
  z-index: 3;
}
.milestone-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ecd4c1;
  margin: 0.6em;
  border: 2px solid #4f4225;
  outline: 1px solid #f7ce9e;
}
.milestone-number {
  display: block;
  position: absolute;
  top: -1.5em;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 100%;
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  color: #feedde;
  white-space: nowrap;
  background-image: url("/throneofdesire/assets/images/register_dmg/milestone-number-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.milestone-number span {
  font-size: 0;
  text-indent: -1000%;
  opacity: 0;
}
.milestone-prize {
  position: relative;
  margin: 0 auto;
  margin: 0.25em;
  margin-top: 0.35em;
  width: 10em;
  height: 6em;
  background-image: url("/throneofdesire/assets/images/register_dmg/milestone-prize-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 80%;
}
.milestone-prize .get {
  display: block;
  position: absolute;
  bottom: -3.2em;
  right: -0.1em;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 4.8em;
  height: 4.8em;
  background-image: url("/throneofdesire/assets/images/register_dmg/prize-get.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: none;
}
.milestone-name {
  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: 0.7em;
  font-weight: 500;
  height: 7.5em;
  line-height: 1.5em;
  padding: 0.5em 0.8em;
  margin-top: -1.3em;
}
.milestone-name span {
  display: block;
  text-align: center;
  z-index: 2;
  font-size: 1.1em;
  width: 12em;
  line-height: 1.8em;
}
.milestone-name b {
  display: block;
  padding: 0 3.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  background: #483221;
  color: #FFF;
  border: 2px solid #6f4a2d;
  border-radius: 10em;
}
.milestone-item-2::before, .milestone-item-4::before {
  background: #45291e;
}
.milestone-item-1 .milestone-number {
  background-image: url("/throneofdesire/assets/images/register_dmg/milestone-number-1.png");
}
.milestone-item-1 .milestone-prize {
  background-image: url("/throneofdesire/assets/images/register_dmg/milestone-prize-1.png");
}
.milestone-item-2 .milestone-number {
  background-image: url("/throneofdesire/assets/images/register_dmg/milestone-number-2.png");
}
.milestone-item-2 .milestone-prize {
  background-image: url("/throneofdesire/assets/images/register_dmg/milestone-prize-2.png");
}
.milestone-item-3 .milestone-number {
  background-image: url("/throneofdesire/assets/images/register_dmg/milestone-number-3.png");
}
.milestone-item-3 .milestone-prize {
  background-image: url("/throneofdesire/assets/images/register_dmg/milestone-prize-3.png");
}
.milestone-item-4 .milestone-number {
  background-image: url("/throneofdesire/assets/images/register_dmg/milestone-number-4.png");
}
.milestone-item-4 .milestone-prize {
  background-image: url("/throneofdesire/assets/images/register_dmg/milestone-prize-4.png");
}
.milestone-item-5 .milestone-number {
  background-image: url("/throneofdesire/assets/images/register_dmg/milestone-number-5.png");
}
.milestone-item-5 .milestone-prize {
  width: 19em;
  height: 7em;
  background-image: url("/throneofdesire/assets/images/register_dmg/milestone-prize-5.png");
  background-position: 50% 100%;
}
.milestone-item-5 .milestone-name {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 5.5em;
  margin-top: -0.8em;
}
.milestone-item-5 .milestone-name span {
  font-size: 1.4em;
  width: auto;
  padding-right: 0.5em;
}
.milestone-item.get {
  opacity: 1;
}
.milestone-item.get .milestone-prize span.get {
  display: block;
}

@media screen and (max-device-width: 1024px) {
  #milestone {
    font-size: 2.6em;
    height: 88em;
    margin-top: -10em;
    background-image: url("/throneofdesire/assets/images/register_dmg/milestone-bg-m.webp");
  }
  #milestone .container {
    padding: 0;
  }
  #milestone .container::before {
    font-size: 0.72em;
    top: 92em;
    right: auto;
    left: -16.5em;
  }
  #milestone .title {
    padding: 0;
  }
  .milestone {
    margin: 0 auto;
    width: 63%;
  }
  .milestone::before {
    background-image: url("/throneofdesire/assets/images/register_dmg/milestone-prize-bg-m.png");
    width: 130%;
    height: 37em;
  }
  .milestone-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    width: auto;
    z-index: 1;
  }
  .milestone-item-5 {
    font-size: 1.15em;
  }
}
@media screen and (max-width: 820px) {
  #milestone {
    font-size: 2.6em;
    height: 88em;
    margin-top: -10em;
    background-image: url("/throneofdesire/assets/images/register_dmg/milestone-bg-m.webp");
  }
  #milestone .container {
    padding: 0;
  }
  #milestone .container::before {
    font-size: 0.72em;
    top: 92em;
    right: auto;
    left: -16.5em;
  }
  #milestone .title {
    padding: 0;
  }
  .milestone {
    margin: 0 auto;
    width: 63%;
  }
  .milestone::before {
    background-image: url("/throneofdesire/assets/images/register_dmg/milestone-prize-bg-m.png");
    width: 130%;
    height: 37em;
  }
  .milestone-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    width: auto;
    z-index: 1;
  }
  .milestone-item-5 {
    font-size: 1.15em;
  }
}
@media screen and (max-width: 640px) {
  .milestone {
    width: 65%;
  }
}
@media screen and (max-width: 480px) {
  #milestone {
    font-size: 3.4em;
    margin-top: -3em;
    padding-top: 6em;
    height: 73em;
    background-size: cover;
  }
  #milestone .container::before {
    font-size: 0.5em;
    top: 124em;
    left: -16em;
  }
  .milestone {
    width: 100%;
  }
  .milestone-name span {
    font-size: 1.6em;
    width: 9em;
  }
  .milestone-name b {
    font-size: 1.5em;
    padding: 0 2.5em;
  }
  .milestone-item-5 .milestone-prize {
    width: 20em;
    height: 7.5em;
  }
  .milestone-item-5 .milestone-name span {
    font-size: 1.3em;
    padding-right: 0.5em;
    padding-left: 5em;
  }
}
/* -----------------------------------------------------------------
  movie
-------------------------------------------------------------------*/
#movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 42em;
  padding-top: 10em;
  background-image: url("/throneofdesire/assets/images/register_dmg/video-bg.webp");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: -8em;
}
#movie .container {
  position: relative;
  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;
  font-size: 1em;
  width: 80em;
  background-image: url("/throneofdesire/assets/images/register_dmg/video-frame.webp");
  background-size: 92%;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  padding-top: 2em;
}
#movie .container::after {
  content: "";
  display: block;
  position: absolute;
  top: 22em;
  right: -20em;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 65em;
  height: 19em;
  background-image: url("/throneofdesire/assets/images/register_dmg/deco-line.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#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: 31.5em;
  height: 18em;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
#movie .content .footage-mv:nth-child(1) {
  z-index: 3;
}
#movie .content .footage-mv:nth-child(1)::before {
  content: "THRONE OF DESIRE";
  display: block;
  position: absolute;
  top: -1.8em;
  right: 11em;
  width: auto;
  height: 1em;
  color: #131313;
  font-size: 0.85em;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
}
#movie .content .footage-mv-1 {
  border: 0.3em solid #a48468;
  -webkit-box-shadow: 0.4em 0.4em 0em #da60c7;
          box-shadow: 0.4em 0.4em 0em #da60c7;
}

@media screen and (max-device-width: 1024px) {
  #movie {
    font-size: 2.3vw;
    height: 44em;
    margin-top: -13em;
    background-size: cover;
  }
  #movie .container {
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: url("/throneofdesire/assets/images/register_dmg/video-frame-m.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 50%;
  }
  #movie .title {
    font-size: 2.4em;
    width: 73%;
    padding-top: 1em;
  }
  #movie .content {
    padding-top: 1em;
  }
  #movie .content .footage-mv {
    width: 31em;
    height: auto;
  }
  #movie .content .footage-mv:nth-child(1)::before {
    display: none;
  }
  #movie .content .footage-mv video {
    border: none;
  }
}
@media screen and (max-width: 820px) {
  #movie {
    font-size: 2.3vw;
    height: 44em;
    margin-top: -13em;
    background-size: cover;
  }
  #movie .container {
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: url("/throneofdesire/assets/images/register_dmg/video-frame-m.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 50%;
  }
  #movie .title {
    font-size: 2.4em;
    width: 73%;
    padding-top: 1em;
  }
  #movie .content {
    padding-top: 1em;
  }
  #movie .content .footage-mv {
    width: 31em;
    height: auto;
  }
  #movie .content .footage-mv:nth-child(1)::before {
    display: none;
  }
  #movie .content .footage-mv video {
    border: none;
  }
}
@media screen and (max-width: 480px) {
  #movie {
    font-size: 3vw;
    height: 51em;
    margin-top: -7em;
  }
  #movie .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 7em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 5em;
  }
  #movie .title {
    font-size: 2.3em;
    width: 85%;
    padding-top: 1.2em;
  }
  #movie .content {
    padding-top: 0;
  }
  #movie .content .footage-mv {
    width: 27em;
  }
}
/* -----------------------------------------------------------------
  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: 57.5em;
  background-color: #0e0502;
  background-image: url("/throneofdesire/assets/images/register_dmg/character-bg.webp");
  background-size: 98%;
  background-repeat: no-repeat;
  background-position: center right;
  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: 8em;
}
#character .title {
  margin-right: 11em;
}
#character .swiper {
  overflow: inherit;
}
#character .chara-nav {
  position: absolute;
  left: 14.5em;
  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;
}
#character .chara a .nav-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 18em;
  height: 0.2em;
  background-color: #c7a685;
  opacity: 0;
}
@media (hover: hover) {
  #character .chara a:hover .nav-icon::before,
  #character .chara a:hover .nav-icon::after {
    opacity: 1;
  }
}
#character .chara a.active .nav-icon::before,
#character .chara a.active .nav-icon::after {
  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: 8.6em;
  right: -1.2em;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 50em;
  height: 39em;
  background-image: url("/throneofdesire/assets/images/register_dmg/characters/character_6_bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#character .chara-img {
  width: 39em;
  margin-top: -7em;
  margin-left: -29em;
}
#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: 58%;
  top: 23em;
  right: 0%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
#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/register_dmg/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/register_dmg/characters/character_5_bg.webp");
}
#character .chara-slide.Executor .chara-info-name .name::after {
  background-image: url("/throneofdesire/assets/images/register_dmg/characters/character_5_name_en.png");
}
#character .chara-slide.Merlin::before {
  background-image: url("/throneofdesire/assets/images/register_dmg/characters/character_4_bg.webp");
}
#character .chara-slide.Merlin .chara-info-name .name::after {
  background-image: url("/throneofdesire/assets/images/register_dmg/characters/character_4_name_en.png");
}
#character .chara-slide.Guinevere::before {
  background-image: url("/throneofdesire/assets/images/register_dmg/characters/character_3_bg.webp");
}
#character .chara-slide.Guinevere .chara-info-name .name::after {
  background-image: url("/throneofdesire/assets/images/register_dmg/characters/character_3_name_en.png");
}
#character .chara-slide.Morgause::before {
  background-image: url("/throneofdesire/assets/images/register_dmg/characters/character_2_bg.webp");
}
#character .chara-slide.Morgause .chara-info-name .name::after {
  width: 3em;
  height: 3em;
  margin-bottom: -1em;
  background-image: url("/throneofdesire/assets/images/register_dmg/characters/character_2_name_en.png");
}
#character .chara-slide.Galahad::before {
  background-image: url("/throneofdesire/assets/images/register_dmg/characters/character_1_bg.webp");
}
#character .chara-slide.Galahad .chara-info-name .name::after {
  background-image: url("/throneofdesire/assets/images/register_dmg/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-device-width: 1024px) {
  #character {
    position: relative;
    font-size: 2.4vw;
    height: 76em;
    background-attachment: scroll;
    background-size: cover;
  }
  #character .container {
    padding-top: 11em;
    background-color: #0e0502;
    background-image: url("/throneofdesire/assets/images/register_dmg/character-bg-m.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  #character .title {
    margin: 0 auto;
    padding-left: 2em;
  }
  #character .chara-slide::before {
    display: none;
  }
  #character .chara-nav {
    font-size: 1.1em;
    left: 5em;
    top: 3em;
  }
  #character .chara-nav a .nav-icon {
    width: 5em;
  }
  #character .chara-img {
    margin-right: auto;
    margin-top: 0em;
    margin-left: 5em;
    width: 100%;
  }
  #character .chara-info {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    font-size: 1.3em;
    margin-top: 3.5em;
    z-index: 2;
  }
  #character .chara-info-container {
    width: 100%;
  }
  #character .chara-info-name {
    font-size: 0.85em;
    text-align: center;
    padding: 0;
    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;
    padding-left: 4em;
    letter-spacing: 0.2em;
  }
  #character .chara-info .dialogue {
    width: 89%;
    margin: 0 auto;
    padding: 0 3em;
    margin-left: 3em;
  }
  #character .chara-info .dialogue span {
    display: inline;
    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;
    margin-right: 0;
    padding: 2em;
    width: 88%;
    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: 820px) {
  #character {
    position: relative;
    font-size: 2.4vw;
    height: 76em;
    height: 82em;
    background-attachment: scroll;
    background-size: cover;
  }
  #character .container {
    padding-top: 9em;
    background-color: #0e0502;
    background-image: url("/throneofdesire/assets/images/register_dmg/character-bg-m.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  #character .title {
    margin: 0 auto;
    padding-left: 2em;
  }
  #character .chara-slide::before {
    display: none;
  }
  #character .chara-nav {
    font-size: 1.1em;
    left: 5em;
    top: 3em;
  }
  #character .chara-nav a .nav-icon {
    width: 5em;
  }
  #character .chara-img {
    margin-right: auto;
    margin-top: 0em;
    margin-left: 5em;
    width: 100%;
  }
  #character .chara-info {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    font-size: 1.2em;
    margin-top: 3.5em;
    z-index: 2;
  }
  #character .chara-info-container {
    width: 100%;
  }
  #character .chara-info-name {
    font-size: 0.85em;
    text-align: center;
    padding: 0;
    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;
    padding-left: 4em;
    letter-spacing: 0.2em;
  }
  #character .chara-info .dialogue {
    width: 89%;
    margin: 0 auto;
    padding: 0 3em;
    margin-left: 3em;
  }
  #character .chara-info .dialogue span {
    display: inline;
    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;
    margin-right: 0;
    padding: 2em;
    width: 88%;
    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: 640px) {
  #character .container {
    background-size: 105%;
    background-position: 11% 61%;
  }
}
@media screen and (max-width: 480px) {
  #character {
    font-size: 3em;
    height: 75em;
  }
  #character .container {
    background-size: 119%;
    background-position: -3% 63%;
  }
}
/* -----------------------------------------------------------------
  character  另開頁
-------------------------------------------------------------------*/
/* -----------------------------------------------------------------
  go_x
-------------------------------------------------------------------*/
#go_x {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 16em;
  background-color: #0e0502;
}
#go_x .title .title-content::after {
  display: none;
}
#go_x .title .title-content h2 {
  border: none;
}
#go_x .title .title-content h2::before, #go_x .title .title-content h2::after {
  display: none;
}
@media screen and (max-device-width: 1024px) {
  #go_x {
    font-size: 2.7vw;
    height: 12em;
    margin-top: -2em;
  }
}
@media screen and (max-width: 820px) {
  #go_x {
    font-size: 2.7vw;
    height: 12em;
    margin-top: -2em;
  }
}
@media screen and (max-width: 480px) {
  #go_x {
    font-size: 3vw;
  }
}
/* -----------------------------------------------------------------
  features
-------------------------------------------------------------------*/
/* -----------------------------------------------------------------
    gallery
-------------------------------------------------------------------*/
#features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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: 57em;
  margin-top: -2em;
  background-image: url("/throneofdesire/assets/images/register_dmg/H-scene-bg.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 2;
}
#features .title .title-content {
  margin-right: 1em;
}
#features .description {
  color: #221e1e;
  padding: 0;
}

.features {
  position: relative;
  margin: 0 auto;
  width: 100%;
  margin-top: 2em;
  padding: 1em 1em;
  background: #000;
  border: 0.2em solid #c8b68c;
}
.features::before {
  content: "Unleash your primal desires.";
  display: block;
  position: absolute;
  top: -2em;
  left: 0%;
  color: #f3d084;
  font-family: "Noto Sans JP", sans-serif;
  font-style: italic;
  letter-spacing: 2px;
  font-size: 0.8em;
}
.features-slide {
  width: 42em;
  height: 28em;
  height: auto;
}
.features-item {
  width: 45%;
}
.features .swiper-button-next,
.features .swiper-button-prev {
  top: 50%;
  color: transparent;
  width: 5em;
  height: 1.5em;
  background-image: url("/throneofdesire/assets/images/register_dmg/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-device-width: 1024px) {
  #features {
    font-size: 2.4vw;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    height: 78em;
    margin-top: -15em;
    padding-top: 18em;
    background-image: url("/throneofdesire/assets/images/register_dmg/H-scene-bg-m.webp");
    background-size: cover;
  }
  #features .title .title-content {
    margin: 0 auto;
  }
  .features-slide {
    font-size: 1.7vw;
  }
  .features .swiper-button-next {
    width: 2em;
    right: 1em;
    background-image: url("/throneofdesire/assets/images/register_dmg/features/deco-features-arrow-m.png");
  }
  .features .swiper-button-prev {
    width: 2em;
    left: 1em;
    background-image: url("/throneofdesire/assets/images/register_dmg/features/deco-features-arrow-m.png");
  }
}
@media screen and (max-width: 820px) {
  #features {
    font-size: 2.4vw;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    height: 78em;
    margin-top: -15em;
    padding-top: 18em;
    background-image: url("/throneofdesire/assets/images/register_dmg/H-scene-bg-m.webp");
    background-size: cover;
  }
  #features .title .title-content {
    margin: 0 auto;
  }
  .features-slide {
    font-size: 1.7vw;
  }
  .features .swiper-button-next {
    width: 2em;
    right: 1em;
    background-image: url("/throneofdesire/assets/images/register_dmg/features/deco-features-arrow-m.png");
  }
  .features .swiper-button-prev {
    width: 2em;
    left: 1em;
    background-image: url("/throneofdesire/assets/images/register_dmg/features/deco-features-arrow-m.png");
  }
}
@media screen and (max-width: 480px) {
  #features {
    font-size: 3vw;
    margin-top: -17em;
    padding-top: 16em;
  }
  .features-slide {
    font-size: 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: 43em;
  min-height: auto;
  background-image: url("/throneofdesire/assets/images/register_dmg/cta-bg.webp");
  background-color: #060606;
  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 .btn-area {
  gap: 0.5em;
}
#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-device-width: 1024px) {
  #cta {
    font-size: 2.8vw;
    background-size: cover;
    height: 37em;
  }
}
@media screen and (max-width: 820px) {
  #cta {
    font-size: 2.8vw;
    background-size: cover;
    height: 37em;
  }
}
@media screen and (max-width: 480px) {
  #cta {
    font-size: 3.5vw;
  }
}