/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url(/xlegend/assets/css/lib/swiper8.min.css);
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

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

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

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

figure {
  margin: 0;
}

.btn {
  font-size: 1.6rem;
  line-height: 3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding-left: 1.5em;
  padding-right: 1.5em;
  -webkit-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  -o-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
}

@media screen and (max-width: 767px) {
  .btn {
    font-size: 1.4rem;
  }
}

.btn_radius {
  border-radius: 0.375em;
}

.btn_round {
  border-radius: 1.5em;
}

.btn_primary {
  background-color: #fcd200;
  color: #000;
}

@media (hover: hover) {
  .btn_primary:hover {
    background-color: #fce300;
  }
}

.btn_secondary {
  color: #333;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

@media (hover: hover) {
  .btn_secondary:hover {
    color: #fff;
    background-color: #000;
  }
}

.dropdown {
  position: relative;
  width: 7em;
  cursor: pointer;
}

@media screen and (max-width: 820px) {
  .dropdown {
    font-size: 1.4rem;
  }
}

.dropdown.active .dropdown_main button::after {
  -webkit-transform: translate(0, -75%) scaleY(-1);
  -ms-transform: translate(0, -75%) scaleY(-1);
  transform: translate(0, -75%) scaleY(-1);
}

@media screen and (max-width: 820px) {
  .dropdown.active .dropdown_wrap {
    border-radius: 1rem;
  }
}

.dropdown_wrap {
  position: absolute;
  min-width: 7em;
  background-color: #fcd200;
  border-radius: 2rem;
  -webkit-transform: translate(0, -2rem);
  -ms-transform: translate(0, -2rem);
  transform: translate(0, -2rem);
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  -o-transition: all 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  transition: all 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  min-height: 4rem;
}

@media screen and (max-width: 820px) {
  .dropdown_wrap {
    min-height: 3rem;
    border-radius: 1.5rem;
    -webkit-transform: translate(0, -1.5rem);
    -ms-transform: translate(0, -1.5rem);
    transform: translate(0, -1.5rem);
  }
}

@media (hover: hover) {
  .dropdown_wrap:hover {
    background-color: #fce300;
  }
}

.dropdown_wrap, .dropdown_main, .dropdown_menu {
  margin: 0;
  padding: 0;
}

.dropdown_main button, .dropdown_main a {
  width: 100%;
  line-height: 4rem;
  height: 4rem;
  background-color: transparent;
  border: none;
  position: relative;
  padding-right: 2rem;
  color: black;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (max-width: 820px) {
  .dropdown_main button, .dropdown_main a {
    line-height: 3rem;
    height: 3rem;
  }
}

.dropdown_main button::after, .dropdown_main a::after {
  z-index: 20;
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-width: 6px;
  border-top-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (max-width: 820px) {
  .dropdown_main button::after, .dropdown_main a::after {
    -webkit-transform: translate(0, -30%);
    -ms-transform: translate(0, -30%);
    transform: translate(0, -30%);
    border: 4px solid transparent;
    border-top-width: 5px;
    border-top-color: rgba(0, 0, 0, 0.6);
  }
}

.dropdown_menu {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  -o-transition: all 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  transition: all 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  font-size: 13px;
}

.dropdown_menu a {
  padding: 0.5em 0;
  display: block;
  color: rgba(0, 0, 0, 0.6);
}

@media (hover: hover) {
  .dropdown_menu a:hover {
    color: rgba(0, 0, 0, 0.8);
  }
}

.footer {
  position: relative;
  background-color: #252629;
  padding: 1.5em 1em;
  font-size: 14px;
}

.footer .language dl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  bottom: -4rem;
  background-color: #fff;
}

@media screen and (max-width: 820px) {
  .footer .language dl {
    bottom: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 480px) {
  .footer .language.active .language_main {
    height: 4rem;
  }
}

.footer_language {
  width: 13rem;
  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;
}

@media screen and (max-width: 820px) {
  .footer_language {
    height: 4rem;
    width: auto;
  }
}

@media screen and (max-width: 480px) {
  .footer_language {
    position: fixed;
    bottom: 3vw;
    right: 3vw;
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  }
}

.footer footer {
  width: 1440px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  gap: 1rem;
}

@media screen and (max-width: 1600px) {
  .footer footer {
    width: auto;
  }
}

@media screen and (max-width: 820px) {
  .footer footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
}

.footer footer .copyright {
  line-height: 1.5;
  margin-left: 50px;
  margin-right: 50px;
  text-align: center;
}

@media screen and (max-width: 820px) {
  .footer footer .logo {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    text-align: center;
  }
}

.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 a {
  color: rgba(255, 255, 255, 0.8);
  padding: 0 0.5em;
  position: relative;
}

.footer footer .links a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.8);
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -40%);
  -ms-transform: translate(0, -40%);
  transform: translate(0, -40%);
}

.footer footer .links a:last-child::after {
  display: none;
}

@media (hover: hover) {
  .footer footer .links a:hover {
    color: #fff;
  }
}

.footer footer p {
  margin-bottom: 0;
}

.footer .rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1em;
  border-radius: 5px;
}

.footer .rank-img {
  width: 40px;
  font-size: 0;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}

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

.footer .rank-text {
  font-weight: normal;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .footer footer .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-width: 767px) {
  .footer {
    font-size: 12px;
  }
}

.language {
  position: relative;
  cursor: pointer;
  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;
  width: 4rem;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  -o-transition: all 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  transition: all 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04);
}

@media screen and (max-width: 820px) {
  .language {
    width: 3rem;
    font-size: 1.4rem;
  }
}

.language.hover,
.language.hover dl {
  width: 14.5rem;
}

@media screen and (max-width: 820px) {
  .language.hover,
  .language.hover dl {
    width: 13rem;
  }
}

.language.hover .language_main_wrap, .language.active .language_main_wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 820px) {
  .language.active dl {
    border-radius: 1rem;
  }
}

.language dl {
  margin: 0;
  padding: 0;
  position: absolute;
  -webkit-transform: translate(0, -2rem);
  -ms-transform: translate(0, -2rem);
  transform: translate(0, -2rem);
  width: 4rem;
  background-color: #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 2rem;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  -o-transition: all 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  transition: all 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04);
}

@media screen and (max-width: 820px) {
  .language dl {
    width: 3rem;
    -webkit-transform: translate(0, -1.5rem);
    -ms-transform: translate(0, -1.5rem);
    transform: translate(0, -1.5rem);
  }
}

.language_main {
  color: #000;
  padding: 0.5rem 1rem;
  height: 4rem;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 820px) {
  .language_main {
    height: 3rem;
    padding: 0.5rem;
  }
}

.language_main_wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 12rem;
  gap: 1rem;
}

.language_main span:last-child {
  margin-right: 0;
  width: 1rem;
}

.language_main span.icon-globel {
  position: relative;
  -webkit-transform: translate(0, 10%);
  -ms-transform: translate(0, 10%);
  transform: translate(0, 10%);
}

.language_list {
  height: 0;
  overflow: hidden;
  z-index: 30;
  width: 100%;
  text-align: center;
  margin: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  -o-transition: all 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  transition: all 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  font-size: 1.3rem;
  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;
}

.language_list a {
  padding: 0.5em 0;
  display: block;
  color: rgba(0, 0, 0, 0.6);
}

@media (hover: hover) {
  .language_list a:hover {
    color: black;
  }
}

.navigation {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 60px;
  padding: 0 10px;
  z-index: 30;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

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

.navigation .left_section,
.navigation .right_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation .left_section {
  gap: 2rem;
}

.navigation .right_section {
  gap: 1rem;
}

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

.navigation .xlmenu a.xlmenu_games::after {
  z-index: 20;
  content: "next";
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(90deg);
  -ms-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
  font-family: swiper-icons;
  line-height: 1;
  font-size: 11px;
}

.navigation .xlmenu a.xlmenu_games.active::after {
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  -ms-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
}

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

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

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

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

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

#en .xlmenu_member .dropdown_main a, #en .topup .dropdown_main a, #jp .xlmenu_member .dropdown_main a, #jp .topup .dropdown_main a {
  color: rgba(0, 0, 0, 0.6);
  padding-right: 0;
}

#en .xlmenu_member .dropdown_main a:after, #en .topup .dropdown_main a:after, #jp .xlmenu_member .dropdown_main a:after, #jp .topup .dropdown_main a:after {
  display: none;
}

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

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

.xlmenu_secondary {
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  z-index: 20;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  -o-transition: all 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  transition: all 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04);
}

.xlmenu_secondary.active {
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.xlmenu_secondary .close {
  position: absolute;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e5e5e5;
  border-radius: 50%;
  right: 10px;
  margin-top: 80px;
  cursor: pointer;
  z-index: 21;
}

.xlmenu_secondary .close svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}

@media (hover: hover) {
  .xlmenu_secondary .close:hover {
    background-color: #ccc;
  }
}

.xlmenu_secondary_wrap {
  z-index: 20;
}

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

.xlmenu_secondary_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.xlmenu_secondary .game_nav {
  margin-bottom: 1em;
}

.games_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 10px;
  border-radius: 5px;
}

.games_item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (hover: hover) {
  .games_item:hover {
    border: 1px solid #fcd200;
    padding: 9px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.games_icon {
  margin-right: 10px;
}

.games_icon img {
  width: 60px;
  border-radius: 4px;
}

.games_name {
  margin-bottom: 0em;
  color: #666;
  font-weight: normal;
  font-size: 13px;
  text-align: left;
}

.games_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  gap: 0.5em;
}

.games_link a {
  font-size: inherit;
  display: inline-block;
  border-radius: 0.25em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #666;
  padding: 0.2em 0.5em;
}

@media (hover: hover) {
  .games_link a:hover {
    background-color: #666;
    color: #fff;
  }
}

.games .platform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
}

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

.games_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.1em;
}

#zh-hant .games_item[data-tags="nav_mobile_jp"], #zh-hant .games_item[data-tags="nav_mobile_global"], #zh-hant .games_item[data-tags="nav_mobile_hk"], #zh-hant .games_item[data-tags="nav_pc_tw"], #zh-hant .games_item[data-tags="nav_pc_global"], #zh-hant .games_item[data-tags="nav_pc_en"] {
  display: none;
}

#en .games_item[data-tags="nav_mobile_jp"], #en .games_item[data-tags="nav_mobile_tw"], #en .games_item[data-tags="nav_mobile_hk"], #en .games_item[data-tags="nav_pc_tw"], #en .games_item[data-tags="nav_pc_global"], #en .games_item[data-tags="nav_pc_en"] {
  display: none;
}

#jp .games_item[data-tags="nav_mobile_global"], #jp .games_item[data-tags="nav_mobile_tw"], #jp .games_item[data-tags="nav_mobile_hk"], #jp .games_item[data-tags="nav_pc_tw"], #jp .games_item[data-tags="nav_pc_global"], #jp .games_item[data-tags="nav_pc_en"] {
  display: none;
}

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

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

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

.xlmenu_control {
  margin-left: 10px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.xlmenu_control .icon-btn-close {
  display: none;
}

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

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

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

.sidebar .x-logo {
  font-size: 0;
}

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

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

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

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

.sidebar-main.active {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.sidebar-secondary {
  z-index: 100;
}

.sidebar-secondary.active {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

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

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

.sidebar .xlmenu {
  height: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

#sidebar_games_secondary .xlmenu_secondary_container {
  padding: 0px;
}

#sidebar_games_secondary .xlmenu_secondary_list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

html {
  font-size: 62.5%;
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: #f9f9f9;
  font-size: 1.6rem;
}

.wrap {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  overflow: hidden;
  padding-top: 60px;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

@media screen and (max-width: 1600px) {
  main {
    width: 100%;
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

@media screen and (orientation: portrait) {
  main {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

main .game_header.fixed {
  position: fixed;
  width: 1440px;
  height: auto;
  top: 60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 11;
}

@media screen and (max-width: 1440px) {
  main .game_header.fixed {
    width: 100%;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.subtitle {
  font-size: 3.6rem;
  font-weight: bold;
}

@media screen and (max-width: 1440px) {
  .subtitle {
    font-size: 3rem;
  }
}

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

@media screen and (max-width: 1024px) {
  .subtitle {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .subtitle {
    font-size: 2rem;
  }
}

@media screen and (orientation: portrait) {
  .subtitle {
    max-width: 100%;
    font-size: 3.6rem;
  }
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  .subtitle {
    font-size: 2.4rem;
  }
}

.kv {
  height: 34.375vw;
  position: relative;
}

@media screen and (orientation: portrait) {
  .kv {
    height: auto;
  }
}

.kv .swiper {
  height: 100%;
}

.kv_wrapper, .kv_slide {
  height: 100%;
  position: relative;
}

.kv figure {
  width: 79.6875vw;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
}

@media screen and (orientation: portrait) {
  .kv figure {
    width: 100%;
    height: 57.421875vw;
    position: relative;
  }
}

.kv figure img {
  width: 100%;
  height: auto;
}

@media screen and (orientation: portrait) {
  .kv figure img {
    height: 100%;
    width: auto;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.kv_content {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 1440px;
  height: 100%;
  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;
}

@media screen and (max-width: 1600px) {
  .kv_content {
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (orientation: portrait) {
  .kv_content {
    position: relative;
    -webkit-transform: translate(0, -5vw);
    -ms-transform: translate(0, -5vw);
    transform: translate(0, -5vw);
    height: auto;
    top: auto;
    left: auto;
    margin: auto;
    text-align: center;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.kv .subtitle {
  max-width: 48rem;
  margin-bottom: 0.5em;
}

@media screen and (orientation: portrait) {
  .kv .subtitle {
    max-width: 100%;
  }
}

.kv p {
  max-width: 48rem;
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 1280px) {
  .kv p {
    max-width: 35vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}

@media screen and (max-width: 820px) {
  .kv p {
    font-size: 1.4rem;
  }
}

@media screen and (orientation: portrait) {
  .kv p {
    max-width: 100%;
    margin-bottom: 1em;
  }
}

.kv .btn {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

@media screen and (orientation: portrait) {
  .kv .btn {
    margin: auto;
  }
}

.game {
  width: 100%;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.game_header {
  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;
  width: 100%;
  padding: 2rem 0;
  background-color: #f9f9f9;
}

@media screen and (orientation: portrait) and (max-width: 640px) {
  .game_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3vw;
  }
}

.game_nav {
  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;
  gap: 1rem;
  color: #666;
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  .game_nav {
    gap: 0.5rem;
  }
}

.game_nav > li {
  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: 1.5rem;
  line-height: 2em;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  -o-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  cursor: pointer;
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  .game_nav > li {
    font-size: 1.3rem;
  }
}

@media (hover: hover) {
  .game_nav > li:hover .game_nav_main {
    background-color: #666666;
    color: #fff;
  }
}

.game_nav > li.open .game_nav_main {
  border-radius: .5rem .5rem 0 0;
}

.game_nav > li.open .game_nav_menu {
  display: block;
}

.game_nav > li.active .game_nav_main {
  background-color: #666666;
  color: #fff;
}

.game_nav_main {
  position: relative;
  padding: 0px 1.2em;
  z-index: 12;
  border-radius: .5rem;
}

.game_nav .game_nav_menu {
  position: absolute;
  width: 100%;
  display: none;
  background-color: #6c6c6c;
  border-radius: 0 0 .5rem .5rem;
  font-size: 1.3rem;
  padding-top: 0;
  padding-bottom: 0.5rem;
  bottom: 0;
  left: 0;
  border: 0px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  margin: 0;
  z-index: 11;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.game_nav .game_nav_menu li {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

@media (hover: hover) {
  .game_nav .game_nav_menu li:hover {
    color: white;
  }
}

.game_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  width: 100%;
  gap: 40px 47px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1600px) {
  .game_list {
    gap: 3vw 2.8vw;
  }
}

@media screen and (max-width: 820px) {
  .game_list {
    gap: 3vw;
  }
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  width: 250px;
}

@media screen and (max-width: 1600px) {
  .card {
    width: 21vw;
  }
}

@media screen and (orientation: portrait) {
  .card {
    width: 28vw;
  }
}

@media screen and (max-width: 640px) {
  .card {
    width: 43.5vw;
  }
}

.card_disconted {
  display: none !important;
}

.card_disconted .card_img {
  cursor: default;
}

.card_link {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  bottom: 0;
  left: 0;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  -webkit-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  -o-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.card_link a {
  width: 170px;
  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;
  position: relative;
}

.card_link a img {
  font-size: 0;
}

.card_img {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
}

@media (hover: hover) {
  .card_img:hover .card_link {
    opacity: 1;
  }
  .card_img:hover figure img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.card_img figure {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  font-size: 0;
}

.card_img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  -o-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
}

.card_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

@media screen and (orientation: portrait) {
  .card_info {
    padding: 0.5em 0;
  }
}

.card_name {
  color: #666;
  font-size: 1.4rem;
  margin: 0;
}

@media screen and (max-width: 640px) {
  .card_name {
    font-size: 1.2rem;
  }
}

.card_system {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.card_system svg {
  width: 20px;
  height: 20px;
  fill: rgba(0, 0, 0, 0.3);
}

.swiper-button-next, .swiper-button-prev {
  color: #333;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  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-weight: bold;
  color: var(--swiper-theme-color);
  color: #666;
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: #666;
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

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