@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url(./swiper8.min.css);

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    line-height: 1.3;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

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

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none;
    max-width: 100%;
    height: auto
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

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

body,
html {
    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
}

input:focus,
textarea: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
}

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

    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

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

    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@-webkit-keyframes Rotate360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes Rotate360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes lightSweep {
    0% {
        -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 {
    0% {
        -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 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
}

@keyframes Enlarge {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
}

@-webkit-keyframes Btn_light_move {
    0% {
        left: -150%
    }

    to {
        left: 350%
    }
}

@keyframes Btn_light_move {
    0% {
        left: -150%
    }

    to {
        left: 350%
    }
}

@-webkit-keyframes lanlancat_upDown {
    0% {
        margin-top: 1em
    }

    to {
        margin-top: 0
    }
}

@keyframes lanlancat_upDown {
    0% {
        margin-top: 1em
    }

    to {
        margin-top: 0
    }
}

@-webkit-keyframes LeftIn {
    0% {
        margin-left: -1em;
        opacity: 0
    }

    to {
        margin-left: 0em;
        opacity: 1
    }
}

@keyframes LeftIn {
    0% {
        margin-left: -1em;
        opacity: 0
    }

    to {
        margin-left: 0em;
        opacity: 1
    }
}

@-webkit-keyframes RightIn {
    0% {
        margin-left: 0em;
        opacity: 0
    }

    to {
        margin-left: -1em;
        opacity: 1
    }
}

@keyframes RightIn {
    0% {
        margin-left: 0em;
        opacity: 0
    }

    to {
        margin-left: -1em;
        opacity: 1
    }
}

@-webkit-keyframes Building_UpDown {
    0% {
        margin-top: -8px
    }

    to {
        margin-top: 0px
    }
}

@keyframes Building_UpDown {
    0% {
        margin-top: -8px
    }

    to {
        margin-top: 0px
    }
}

@-webkit-keyframes Bg_brightness {
    0% {
        -webkit-filter: brightness(1);
        filter: brightness(1)
    }

    to {
        -webkit-filter: brightness(1.15);
        filter: brightness(1.15)
    }
}

@keyframes Bg_brightness {
    0% {
        -webkit-filter: brightness(1);
        filter: brightness(1)
    }

    to {
        -webkit-filter: brightness(1.15);
        filter: brightness(1.15)
    }
}

@-webkit-keyframes Chara_brightness {
    0% {
        -webkit-filter: brightness(1);
        filter: brightness(1)
    }

    to {
        -webkit-filter: brightness(0.9);
        filter: brightness(0.9)
    }
}

@keyframes Chara_brightness {
    0% {
        -webkit-filter: brightness(1);
        filter: brightness(1)
    }

    to {
        -webkit-filter: brightness(0.9);
        filter: brightness(0.9)
    }
}

@-webkit-keyframes FadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes FadeIn {
    0% {
        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
    }

    to {
        left: -1.8em
    }
}

@keyframes PrizePoint {
    0% {
        left: -1.8em
    }

    20% {
        left: -1em
    }

    30% {
        left: -1.8em
    }

    40% {
        left: -1em
    }

    50% {
        left: -1.8em
    }

    to {
        left: -1.8em
    }
}

@-webkit-keyframes PrizePoint_retro {
    0% {
        top: -120%
    }

    20% {
        top: -100%
    }

    30% {
        top: -120%
    }

    40% {
        top: -100%
    }

    50% {
        top: -120%
    }

    to {
        top: -120%
    }
}

@keyframes PrizePoint_retro {
    0% {
        top: -120%
    }

    20% {
        top: -100%
    }

    30% {
        top: -120%
    }

    40% {
        top: -100%
    }

    50% {
        top: -120%
    }

    to {
        top: -120%
    }
}

@-webkit-keyframes PrizePoint_lanlancat {
    0% {
        right: -6.5em
    }

    20% {
        right: -7em
    }

    30% {
        right: -6.5em
    }

    40% {
        right: -7em
    }

    50% {
        right: -6.5em
    }

    to {
        right: -6.5em
    }
}

@keyframes PrizePoint_lanlancat {
    0% {
        right: -6.5em
    }

    20% {
        right: -7em
    }

    30% {
        right: -6.5em
    }

    40% {
        right: -7em
    }

    50% {
        right: -6.5em
    }

    to {
        right: -6.5em
    }
}

@-webkit-keyframes classes_role {
    0% {
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0
    }

    to {
        -webkit-filter: blur(1);
        filter: blur(1);
        opacity: 1
    }
}

@keyframes classes_role {
    0% {
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0
    }

    to {
        -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
    }

    to {
        -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
    }

    to {
        -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
    }

    to {
        -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
    }

    to {
        -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)
    }

    to {
        -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)
    }

    to {
        -webkit-transform: translate(0%, -94%) scale(1);
        transform: translate(0%, -94%) scale(1);
        opacity: 1;
        -webkit-filter: blur(1);
        filter: blur(1)
    }
}

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

.footer .language {
    margin: 0
}

.footer .language-main {
    border-color: rgba(255, 255, 255, 0.3);
    background-color: transparent;
    color: #fff
}

.footer .language-main svg {
    fill: #fff
}

.footer .language-main svg g {
    fill: #fff
}

.footer .language-list {
    background-color: rgba(37, 38, 41, 0.9);
    top: 0;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%)
}

.footer .language-list a {
    color: #fff
}

@media (hover:hover) {
    .footer .language-list a:hover {
        background-color: rgba(0, 0, 0, 0.5)
    }
}

.footer .social {
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer .social a {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none
}

.footer .social a svg {
    fill: #fff
}

@media (hover:hover) {
    .footer .social a svg {
        opacity: .8
    }

    .footer .social a svg:hover {
        opacity: 1
    }
}

.footer .footer_section:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.footer footer {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    color: rgba(255, 255, 255, 0.8)
}

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

.footer footer .logo {
    margin-right: 1em
}

.footer footer .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer footer .links span~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%);
    -ms-transform: translate(0, -40%);
    transform: translate(0, -40%)
}

.footer footer .links a {
    color: rgba(255, 255, 255, 0.8);
    padding: 0 0.5em;
    position: relative
}

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

.footer footer p {
    margin-bottom: 0
}

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

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

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

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

@media screen and (max-width:1023px) {
    .footer footer {
        height: auto;
        padding: 1em;
        width: auto
    }

    .footer footer .footer_section:first-child {
        display: block;
        text-align: center
    }

    .footer footer .footer_section:first-child>div {
        margin-bottom: 1em
    }

    .footer footer .logo {
        margin-right: 0;
        margin-bottom: 1em
    }

    .footer footer .copyright {
        margin-left: 0;
        margin-right: 0
    }

    .footer .social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 0
    }

    .footer .social a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer .language {
        width: 12em;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (max-width:767px) {
    .footer {
        font-size: 12px
    }
}

@media screen and (orientation:portrait) and (max-width:576px) {
    .th .footer .rank {
        display: block
    }

    .th .footer .rank-img {
        float: left
    }

    .th .footer .rank:after {
        content: '';
        display: block;
        clear: both
    }
}

.language {
    position: relative;
    cursor: pointer
}

.language dl {
    margin: 0;
    padding: 0
}

.language-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    padding: .5em 1em;
    min-width: 10em;
    background-color: #fff;
    gap: .6em
}

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

.language-main span.icon-arrow svg {
    width: 0.5em;
    height: auto
}

.language-list {
    position: absolute;
    z-index: 30;
    background-color: #fff;
    width: 100%;
    text-align: center;
    margin: 0;
    border-radius: 5px;
    -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 .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 12px
}

.language-list a {
    padding: .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
    }
}

.landscape {
    display: none
}

@media screen and (max-width:900px) and (max-height:600px) and (orientation:landscape) {
    .landscape {
        position: fixed;
        z-index: 999;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        background: #32373b
    }

    .landscape img {
        margin-bottom: 20px;
        width: 100px;
        height: 85px;
        -webkit-animation: landscape 1s ease-out infinite alternate;
        animation: landscape 1s ease-out infinite alternate
    }

    @-webkit-keyframes landscape {
        0% {
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg)
        }

        10% {
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg)
        }

        70% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
        }

        to {
            -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)
        }

        to {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
        }
    }

    .landscape p {
        width: 100%;
        font-size: 18px;
        color: #fff;
        text-align: center
    }
}

.navigation {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 60px;
    padding: 0 10px;
    z-index: 30
}

.navigation .x-logo {
    margin-right: 50px
}

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

.navigation .left-section,
.navigation .right-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

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

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

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

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

.xlmenu a.xlmenu-games {
    padding-right: 30px
}

.xlmenu a.xlmenu-games:after {
    z-index: 20;
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-width: 6px;
    border-top-color: #666;
    pointer-events: none;
    -webkit-transform: translate(0, -40%);
    -ms-transform: translate(0, -40%);
    transform: translate(0, -40%)
}

.xlmenu a.xlmenu-games.active:after {
    -webkit-transform: translate(0, -75%) scaleY(-1);
    -ms-transform: translate(0, -75%) scaleY(-1);
    transform: translate(0, -75%) scaleY(-1)
}

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

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

.xlmenu-secondary {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 20
}

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

.xlmenu-secondary .close svg {
    width: 20px;
    height: 20px;
    fill: #fff
}

.xlmenu-secondary .close:hover {
    background-color: #888
}

.xlmenu-secondary-wrap {
    z-index: 20
}

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

.xlmenu-secondary-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.games-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px;
    border-radius: 5px;
    margin: 0 10px
}

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

.games-icon {
    margin-right: 10px
}

.games-icon img {
    width: 44px;
    border-radius: 4px
}

.games-name {
    margin-bottom: 0em;
    color: #666;
    font-weight: normal;
    font-size: 14px
}

.games-info .platform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

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

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

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

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

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

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

.xlmenu-control .icon-btn-close {
    display: none
}

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

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

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

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

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

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

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

.sidebar .xlmenu {
    height: auto;
    width: 100%
}

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

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

@media screen and (max-width:480px) {
    .sidebar {
        width: 100vw
    }

    .sidebar .x-logo img {
        height: 30px
    }
}

.top {
    position: fixed;
    z-index: 11;
    width: 100%;
    left: 0;
    top: 0
}

.top-section #game-navigation,
.top-section:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 110px;
    position: relative;
    background: linear-gradient(to bottom, rgba(62, 110, 67, 0.52) 0%, rgba(255, 255, 255, 0) 100%);
    -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:1280px) {

    .top-section #game-navigation,
    .top-section:nth-child(2) {
        height: 90px
    }
}

@media screen and (max-width:1024px) {

    .top-section #game-navigation,
    .top-section:nth-child(2) {
        background: none
    }
}

.top-section-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.top.active .top-section:nth-child(2) {
    background-color: rgb(22 12 12 / 80%)
}

.top .game-logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: .5vw;
    width: 8vw
}

.top .game-logo img {
    max-width: 100%;
    height: auto
}

.top .social {
    padding-right: 20px;
    -webkit-filter: drop-shadow(0 0 5px white);
    filter: drop-shadow(0 0 5px white)
}

@media screen and (max-width:1024px) {
    .top .social {
        -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3))
    }
}

.top .social svg {
    fill: black
}

@media screen and (max-width:1024px) {
    .top .social svg {
        fill: #fff
    }
}

.menu {
    font-size: .95vw;
    margin-left: 90vw;
    text-transform: uppercase;
    height: 100%
}

.menu a {
    color: black;
    font-weight: normal;
    -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)
}

.menu a:hover {
    color: #028fe0
}

.menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%
}

.menu-wrap>li {
    height: 100%;
    position: relative;
    min-width: 5em
}

.menu-wrap>li.menu_7,
.menu-wrap>li.menu_8 {
    display: none
}

.menu-main {
    position: relative;
    padding: 0 0.5em;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-shadow: 0 0 5px white, 0 0 5px white, 0 0 5px white
}

@media screen and (max-width:1024px) {
    .menu-main {
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
    }
}

.menu-main:after,
.menu-main:before {
    -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)
}

.menu-main:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 3px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-bottom-color: #fee8a6;
    opacity: 0
}

.menu-main:after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #028fe0;
    opacity: 0
}

.menu li.active .menu-main {
    position: relative
}

.menu li.active .menu-main:after {
    opacity: 1
}

.menu li.active.menu_4 .menu-main:before {
    opacity: 1
}

.menu-sec {
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 10em;
    top: 100%;
    font-size: 16px;
    padding-bottom: 3em;
    border-radius: .5em .5em 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(70%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0) 100%)
}

.menu-sec li:last-child a {
    border: none
}

.menu-sec li a:hover {
    color: white;
    text-shadow: 0 0 1.5em black
}

.menu-sec a {
    display: block;
    padding: .5em 0;
    position: relative;
    z-index: 11;
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.menu-control {
    display: none;
    -webkit-filter: drop-shadow(0 0 10px black);
    filter: drop-shadow(0 0 10px black)
}

.menu-control .icon-btn-close {
    display: none
}

.menu-control .icon-btn-menu {
    display: block
}

.menu-control.active .icon-btn-close {
    display: block
}

.menu-control.active .icon-btn-menu {
    display: none
}

.member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px
}

.member svg {
    width: 20px;
    height: 20px;
    fill: black;
    margin-right: 5px
}

@media screen and (max-width:1024px) {
    .member svg {
        fill: #fff
    }
}

.member a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: black;
    padding: 0 10px;
    -webkit-filter: drop-shadow(0 0 5px white);
    filter: drop-shadow(0 0 5px white)
}

.member a:hover {
    color: #028fe0
}

.member a:hover svg {
    fill: #028fe0
}

@media screen and (max-width:1024px) {
    .member a {
        color: #fff;
        -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3))
    }
}

.download,
.nav-btn {
    height: 100%
}

.download-main,
.nav-btn-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#414965), to(#222635));
    background: -webkit-linear-gradient(top, #414965 0%, #222635 100%);
    background: -o-linear-gradient(top, #414965 0%, #222635 100%);
    background: linear-gradient(to bottom, #414965 0%, #222635 100%);
    color: #fff;
    -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);
    font-size: 26px;
    width: 9em
}

.download-main em,
.nav-btn-main em {
    display: block;
    font-style: normal
}

.download-main svg,
.nav-btn-main svg {
    fill: #fee8a6;
    width: 1em;
    height: 1em;
    position: relative;
    margin-left: 3px
}

.download-main span,
.nav-btn-main span {
    -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);
    line-height: 1
}

.download-main span:first-child,
.nav-btn-main span:first-child {
    color: #fee8a6;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .3em
}

.download-main span:nth-child(2),
.nav-btn-main span:nth-child(2) {
    letter-spacing: 2px;
    font-size: .8em
}

.download-main:hover span:first-child,
.nav-btn-main:hover span:first-child {
    font-size: 1.1em
}

.download.active .download-main,
.nav-btn.active .download-main {
    background: -webkit-gradient(linear, left bottom, left top, from(#153058), to(#0b1a2f));
    background: -webkit-linear-gradient(bottom, #153058 0%, #0b1a2f 100%);
    background: -o-linear-gradient(bottom, #153058 0%, #0b1a2f 100%);
    background: linear-gradient(to top, #153058 0%, #0b1a2f 100%)
}

.download.active .download-main span:first-child,
.nav-btn.active .download-main span:first-child {
    font-size: 1.1em
}

.download-select,
.nav-btn-select {
    display: none;
    background-color: rgba(0, 0, 0, 0.95);
    color: #fff;
    border-radius: 8px
}

.download-select a,
.nav-btn-select a {
    color: #fff
}

.download-select a:hover,
.nav-btn-select a:hover {
    color: #ffde00
}

.download-select a,
.download-select span,
.nav-btn-select a,
.nav-btn-select span {
    display: block;
    padding: .5em
}

.download-select ul>li,
.nav-btn-select ul>li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 15px;
    font-weight: bold
}

.download-select ul>li:last-child,
.nav-btn-select ul>li:last-child {
    border: none
}

.download-select ul ul,
.nav-btn-select ul ul {
    border-radius: 0 0 8px 8px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 0 1em .2em
}

.download-select ul ul li,
.nav-btn-select ul ul li {
    font-size: 13px;
    font-weight: normal;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.download-select ul ul li:last-child,
.nav-btn-select ul ul li:last-child {
    border: none
}

.download-select .xdownloader,
.nav-btn-select .xdownloader {
    display: none
}

.download .download-select,
.nav-btn .download-select {
    border-radius: 0 0 8px 8px
}

@media screen and (max-width:1600px) {
    .menu {
        font-size: 15px
    }

    .menu-sec {
        font-size: 13px
    }

    .download-main,
    .nav-btn-main {
        font-size: 1.2vw
    }
}

@media screen and (max-width:1024px) {

    .download,
    .nav-btn {
        display: none
    }

    .top-section #xl-navigation,
    .top-section:first-child {
        display: none !important
    }

    .top-section #game-navigation,
    .top-section:nth-child(2) {
        background-color: #222222;
        padding: 15px;
        position: fixed;
        height: 100vh;
        width: 100vw;
        right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
        -webkit-transition: all 0.3s cubic-bezier(0.06, 0.71, 0.59, 1.02);
        -o-transition: all 0.3s cubic-bezier(0.06, 0.71, 0.59, 1.02);
        transition: all 0.3s cubic-bezier(0.06, 0.71, 0.59, 1.02)
    }

    .top-section #game-navigation.active,
    .top-section:nth-child(2).active {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .top-section-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 80%
    }

    .top.active .top-section:nth-child(2) {
        background-color: #333333
    }

    .top .game-logo {
        position: relative;
        top: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        left: auto
    }

    .top .social {
        padding-right: 0;
        padding-bottom: 15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }

    .top .language {
        position: absolute;
        right: 15vw;
        top: 3vw;
        -webkit-filter: invert(1) brightness(1.3);
        filter: invert(1) brightness(1.3)
    }

    .member {
        padding: 20px 0;
        font-size: 16px
    }

    .menu {
        width: 80%;
        margin-left: 0;
        height: auto;
        font-size: 16px
    }

    .menu a {
        color: #fff
    }

    .menu-wrap {
        display: block;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        height: auto
    }

    .menu-wrap>li.menu_7,
    .menu-wrap>li.menu_8 {
        display: block
    }

    .menu-main {
        width: 100%;
        padding: .5em 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .menu-sec {
        position: relative;
        text-align: center
    }

    .menu-sec li {
        padding: 0
    }

    .menu-sec li a {
        padding: .5em
    }

    .menu-sec:before {
        height: 2px;
        background-color: #fff;
        z-index: 11
    }

    .menu-sec:after {
        display: none
    }

    .menu-control {
        position: fixed;
        top: 80px;
        right: 10px;
        top: 2vw;
        right: 2vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1vw;
        width: 6em;
        height: 6em;
        background: #202028;
        border-radius: 100%;
        -webkit-filter: none;
        filter: none
    }

    .menu-control svg {
        fill: #fff;
        width: 20px;
        height: 20px;
        font-size: 1vw;
        width: 2.5em;
        height: 2.5em
    }

    .menu .menu_1 .menu-main,
    .menu .menu_6 .menu-main {
        width: auto
    }
}

@media screen and (orientation:portrait) {

    .top-section #xl-navigation,
    .top-section:first-child {
        display: none !important
    }

    .top-section #game-navigation,
    .top-section:nth-child(2) {
        width: 100vw
    }
}

@media screen and (max-width:640px) {

    .top-section #game-navigation,
    .top-section:nth-child(2) {
        padding-top: 15vw
    }

    .top .game-logo {
        width: 40vw
    }

    .top .social a {
        width: 6vw
    }

    .top .social a svg {
        width: 4vw;
        height: 4vw
    }

    .top .language {
        font-size: 3vw
    }

    .menu {
        width: 80vw
    }

    .menu-control {
        font-size: 1.5vw
    }

    .menu-control svg {
        font-size: 1.5vw
    }

    .menu-wrap>li {
        font-size: 3.2vw
    }

    .menu-sec {
        font-size: 3vw
    }

    .member {
        font-size: 3vw
    }
}

@media screen and (max-width:480px) {
    .menu-wrap>li {
        font-size: 4vw
    }

    .download-select ul>li,
    .nav-btn-select ul>li {
        font-size: 13px
    }

    .download-select ul ul,
    .nav-btn-select ul ul {
        padding: 0 .5em .2em
    }

    .download-select ul ul li,
    .nav-btn-select ul ul li {
        font-size: 12px
    }
}

@media screen and (max-width:375px) {
    .game-logo {
        width: 150px
    }

    .menu {
        font-size: 12px;
        line-height: 1.3
    }

    .menu-sec {
        padding-bottom: .5em;
        font-size: 12px
    }

    .member {
        font-size: 12px
    }
}

::-moz-selection {
    background: #413a57;
    color: #fff
}

::selection {
    background: #413a57;
    color: #fff
}

::-moz-selection {
    background: #413a57;
    color: #fff
}

.news_list_area .news_list ul.list li a p::-moz-selection {
    background: #dbe6d2
}

.news_list_area .news_list ul.list li a p::selection {
    background: #dbe6d2
}

.news_list_area .news_list ul.list li a p::-moz-selection {
    background: #dbe6d2
}

.news_list_area .news_detail p::-moz-selection {
    background: #dbe6d2
}

.news_list_area .news_detail p::selection {
    background: #dbe6d2
}

.news_list_area .news_detail p::-moz-selection {
    background: #dbe6d2
}

body.JP {
    font-family: 'Noto Sans JP', sans-serif
}

body.JP #cta h3 {
    font-family: 'Noto Serif JP', Arial, serif
}

body.EN {
    font-family: 'Noto Sans', sans-serif
}

body.EN #cta h3 {
    font-family: 'Noto Serif JP', Arial, serif
}

body.zh-hans {
    font-family: 'Noto Sans SC', sans-serif
}

body.zh-hans #cta h3 {
    font-family: 'Noto Serif SC', Arial, serif
}

body.zh-hant {
    font-family: 'Noto Sans TC', sans-serif
}

body.zh-hant #cta h3 {
    font-family: 'Noto Serif TC', Arial, serif
}

.news,
.news_in {
    padding: 5em;
    width: 100%;
    text-align: left
}

@media screen and (max-width:640px) {

    .news,
    .news_in {
        padding: 7vw
    }
}

.news a,
.news a>* {
    display: block
}

.news .tabNav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1em
}

.news .tabNav .tab_nav {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: transparent;
    border: 1px solid #d7d7d7
}

.news .tabNav .tab_nav a {
    font-size: 18px;
    line-height: 3;
    text-align: center;
    background: #e7e7e7;
    color: #333336
}

.news .tabNav .tab_nav a:hover {
    background: #333336;
    color: #fff
}

.news .tabNav .tab_nav.focus a,
.news .tabNav .tab_nav.focus a:hover {
    color: #fff;
    background: #333336;
    cursor: default
}

.news .tabNav .tab_nav:last-child {
    margin-right: 0
}

.news .tabNav .btn_more {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    margin-left: 5px;
    background: #333;
    color: #fff;
    width: 30px;
    font-size: 18px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none
}

.news .tabs {
    padding-top: 20px
}

.news .tabs .tab {
    padding-bottom: 40px;
    min-height: 540px
}

@media screen and (max-width:640px) {
    .news .tabs .tab {
        min-height: 30em
    }
}

.news .tabs .tab .list {
    font-size: 15px
}

.news .tabs .tab .list a {
    position: relative;
    width: 100%;
    font-size: inherit;
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
    height: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #585858
}

.news .tabs .tab .list a:hover {
    background: rgba(105, 114, 131, 0.05)
}

.news .tabs .tab .list a p {
    padding: 0 1em;
    margin-bottom: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: left
}

.news .tabs .tab .list a span,
.news .tabs .tab .list a tt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center
}

.news .tabs .tab .list a span {
    left: 0;
    width: 6.5em;
    color: #fff;
    line-height: 1.8
}

.news .tabs .tab .list a.type_1 span {
    background: #566bba
}

.news .tabs .tab .list a.type_2 span {
    background: #6ea84e
}

.news .tabs .tab .list a.type_3 span {
    background: #bb4747
}

.news .tabs .tab .list a tt {
    right: 0;
    width: 4em
}

.news .tabs .tab .list a:last-child {
    border-bottom-width: 0
}

@media screen and (max-width:768px) {
    .news .tabNav .tab_nav a {
        font-size: 15px
    }

    .news .tabNav .btn_more {
        font-size: 15px
    }
}

@media screen and (max-width:480px) {
    .news .tabNav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .news .tabNav .tab_nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-right: 0
    }

    .news .tabNav .tab_nav a {
        font-size: 13px
    }

    .news .tabNav .btn_more {
        font-size: 13px
    }
}

.pageNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #37383a
}

.pageNav .navs {
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pageNav svg {
    fill: #fff;
    width: 10px
}

.pageNav a {
    color: #fff
}

.pageNav a,
.pageNav span {
    display: block;
    margin: 0 3px;
    width: 1.6em;
    height: 1.6em;
    font-size: 15px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Arial;
    background-color: #37383a;
    border: 1px #37383a solid
}

.pageNav a:hover,
.pageNav span {
    color: #37383a;
    background-color: #fff
}

.pageNav a:hover svg,
.pageNav span svg {
    fill: #37383a
}

.news_in .news_title_main {
    font-weight: 700
}

.news_in .news_title_main {
    font-size: 30px;
    line-height: 1.2;
    color: #2f2c2c
}

.news_in .news_title_section {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.news_in .news_title .news_tag {
    font-size: 18px;
    color: #fff;
    padding: 0 .5em
}

.news_in .news_title.type_1 .news_tag {
    background: #6ea84e
}

.news_in .news_title.type_2 .news_tag {
    background: #566bba
}

.news_in .news_title.type_3 .news_tag {
    background: #bb4747
}

.news_in .news_title tt {
    font-size: 16px;
    color: #a9a9a9;
    margin-left: 1em
}

@media screen and (max-width:768px) {
    .news_in .news_title_main {
        font-size: 24px
    }

    .news_in .news_title span,
    .news_in .news_title tt {
        font-size: 14px
    }
}

.news_back {
    text-align: center
}

.news_in .news_title {
    position: relative;
    margin: 0 auto;
    padding: 1em 0
}

.news_in .news_title_section:first-child {
    border-bottom: 2px #c3bdb4 solid
}

.news_in .news_title_section:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .8em
}

.news_in .news_title span {
    padding: 0 .3em;
    color: #FFF;
    text-align: center;
    line-height: 1.8em;
    margin-right: 1em;
    vertical-align: -webkit-baseline-middle
}

.news_in .btn_back,
.news_in a.btn_back_list {
    display: block;
    margin: 0 auto;
    width: 8em;
    background: #2d3034;
    color: #FFF;
    padding: 1em 2em;
    margin-top: 5em
}

.news_in .btn_back:hover,
.news_in a.btn_back_list:hover {
    background: #7c688d
}

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

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

.social svg {
    fill: #fff;
    width: 20px;
    height: 20px
}

.social-twitter svg {
    width: 16px;
    height: 16px
}

.zh_hant #cta h2 {
    margin-bottom: 3.5vw
}

#cta {
    position: relative;
    z-index: 9;
    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;
    padding: 50px 0;
    background-image: url("https://www.x-legend.com/online/aurakingdom-impact/assets/images/index/cta_bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (orientation:portrait) and (max-width:576px) {
    #cta {
        padding: 7vw 0
    }
}

#cta h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding: 0 1em;
    font-weight: 600;
    text-shadow: 0 0 10px #fff;
    font-family: 'Noto Serif TC', serif
}

@media screen and (orientation:portrait) {
    #cta h2 {
        margin-bottom: 7vw
    }
}

@media screen and (orientation:portrait) and (max-width:576px) {
    #cta h2 {
        font-size: 4vw;
        padding: 0 1.5em;
        line-height: 1.3
    }

    #cta h2 span {
        display: block
    }
}

#cta .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px
}

.lanlancat {
    position: relative
}

.lanlancat:before {
    content: "";
    position: absolute;
    width: 5.31vw;
    height: 3.23vw;
    z-index: -1;
    right: 20px;
    top: 0;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    background-image: url("https://www.x-legend.com/online/aurakingdom-impact/assets/images/index/btn_lanlancat_img.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

@media screen and (orientation:portrait) {
    .lanlancat:before {
        width: 10.62vw;
        height: 6.46vw
    }
}

@media screen and (orientation:portrait) and (max-width:576px) {
    .lanlancat:before {
        width: 15.93vw;
        height: 9.69vw
    }
}

.lanlancat:after {
    content: "";
    position: absolute;
    width: 5.73vw;
    height: 0.28vw;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, -150%);
    -ms-transform: translate(0, -150%);
    transform: translate(0, -150%);
    -webkit-filter: drop-shadow(0 0 1px black) drop-shadow(0 0 2px black) drop-shadow(0 0 1px black);
    filter: drop-shadow(0 0 1px black) drop-shadow(0 0 2px black) drop-shadow(0 0 1px black);
    background-image: url("https://www.x-legend.com/online/aurakingdom-impact/assets/images/index/lanlancat_copy.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

@media screen and (orientation:portrait) {
    .lanlancat:after {
        width: 17.19vw;
        height: 0.84vw
    }
}

/*.btns .btn {
    text-align: center;
    display: block;
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
    position: relative;
    overflow: hidden;
    padding: 1px;
    line-height: 1;
    font-size: 1.08vw
}*/
/*

.btns .btn:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(right, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transform: skew(-50deg, 0) translate(-100%, 0);
    -ms-transform: skew(-50deg, 0) translate(-100%, 0);
    transform: skew(-50deg, 0) translate(-100%, 0);
    mix-blend-mode: overlay;
    opacity: 1
}
*/

.btns .btn.btn_lightSweep:first-child::after {
    -webkit-animation: lightSweep 3s 0.2s cubic-bezier(0.1, 0.66, 0.42, 1.04) infinite;
    animation: lightSweep 3s 0.2s cubic-bezier(0.1, 0.66, 0.42, 1.04) infinite
}

.btns .btn.btn_lightSweep:nth-child(2):after {
    -webkit-animation: lightSweep 3s 0.4s cubic-bezier(0.1, 0.66, 0.42, 1.04) infinite;
    animation: lightSweep 3s 0.4s cubic-bezier(0.1, 0.66, 0.42, 1.04) infinite
}

.btns .btn.btn_lightSweep:nth-child(3):after {
    -webkit-animation: lightSweep 3s 0.6s cubic-bezier(0.1, 0.66, 0.42, 1.04) infinite;
    animation: lightSweep 3s 0.6s cubic-bezier(0.1, 0.66, 0.42, 1.04) infinite
}

.btns .btn.btn_lightSweep:nth-child(4):after {
    -webkit-animation: lightSweep 3s 0.8s cubic-bezier(0.1, 0.66, 0.42, 1.04) infinite;
    animation: lightSweep 3s 0.8s cubic-bezier(0.1, 0.66, 0.42, 1.04) infinite
}

.btns .btn.btn_lightSweep:nth-child(5):after {
    -webkit-animation: lightSweep 3s 1s cubic-bezier(0.1, 0.66, 0.42, 1.04) infinite;
    animation: lightSweep 3s 1s cubic-bezier(0.1, 0.66, 0.42, 1.04) infinite
}

.btns .btn.btn_dark {
    background: #5d5d5d;
    color: #fff;
    border: 2px solid #1d1d1e
}

.btns .btn.btn_dark .btn_container {
    background-color: #040404
}

.btns .btn.btn_light {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(255, 255, 255, 0.95);
    color: rgba(0, 0, 0, 0.8)
}

.btns .btn.btn_light .btn_container {
    background: none
}

.btns .btn.btn_lanlancat img {
    width: 10vw;
    height: auto
}

@media screen and (orientation:portrait) {
    .btns .btn.btn_lanlancat img {
        width: 20vw
    }
}

.btns .btn.btn_lanlancat .btn_container {
    padding: 0 1em
}

.btns .btn .btn_container {
    position: relative;
    display: block;
    z-index: 1;
    font-size: inherit;
    height: 2.4em;
    border-radius: 7px;
    min-width: 10em;
    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
}

.btns .btn_playnow .btn_container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(auto, -webkit-max-content) minmax(auto, -webkit-max-content);
    -ms-grid-columns: minmax(auto, max-content) minmax(auto, max-content);
    grid-template-columns: minmax(auto, -webkit-max-content) minmax(auto, -webkit-max-content);
    grid-template-columns: minmax(auto, max-content) minmax(auto, max-content);
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto
}

.btns .btn_playnow .btn_container span:first-child {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / span 2;
    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;
    padding-right: .2em
}

.btns .btn_playnow .btn_container span:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    font-size: 0.5em;
    color: #c9c9c9;
    position: relative;
    -webkit-transform: translate(0, 30%);
    -ms-transform: translate(0, 30%);
    transform: translate(0, 30%);
    text-align: left
}

.btns .btn_playnow .btn_container span:nth-child(3) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    position: relative;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.btns .btn_playnow img {
    width: 1.5em;
    height: 1.5em;
    overflow: hidden
}

.btns .btn_gift p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.2em 1em
}

.btns .btn_gift em {
    font-style: normal
}

.btns .btn_gift picture {
    width: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 .2em
}

@media screen and (orientation:portrait) {
    .btns .btn {
        font-size: 3vw
    }

    .btns .btn_playnow {
        display: none
    }
}

@media screen and (max-width:480px) {
    .btns .btn {
        font-size: 3.2vw
    }
}

.btn-fixed {
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 101
}

@media screen and (orientation:portrait) {
    .btn-fixed {
        bottom: 90px;
        right: 10px
    }
}

@media screen and (orientation:portrait) and (max-width:480px) {
    .btn-fixed {
        bottom: 10vw
    }
}

.btn-fixed-main {
    display: block;
    width: 10vw;
    position: relative;
    z-index: 101
}

@media (hover:hover) {
    .btn-fixed-main:hover {
        cursor: pointer
    }
}

@media screen and (orientation:portrait) {
    .btn-fixed-main {
        width: 20vw
    }
}

@media screen and (orientation:portrait) and (max-width:480px) {
    .btn-fixed-main {
        width: 23vw
    }
}

.btn-fixed-main picture {
    display: block;
    -webkit-animation: zoom .5s infinite alternate backwards ease-in-out;
    animation: zoom .5s infinite alternate backwards ease-in-out
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.control_normal .swiper-button-next,
.control_normal .swiper-button-prev {
    width: 84px;
    height: 50px;
    -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)
}

.control_normal .swiper-button-next:after,
.control_normal .swiper-button-prev:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../images-1/arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3))
}

@media screen and (max-width:576px) {

    .control_normal .swiper-button-next,
    .control_normal .swiper-button-prev {
        width: 42px;
        height: 25px
    }
}

.control_normal .swiper-button-next {
    right: 0px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.control_normal .swiper-button-prev {
    left: 0px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.control_thumbs .swiper-button-next,
.control_thumbs .swiper-button-prev {
    width: 26px;
    height: 31px;
    top: 50%;
    margin-top: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

/*
.control_thumbs .swiper-button-next:after,
.control_thumbs .swiper-button-prev:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../images/index/arrow_thumb.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3))
}
*/

.control_thumbs .swiper-button-prev {
    left: 0;
    -webkit-transform: scaleX(-1) translate(0, -50%);
    -ms-transform: scaleX(-1) translate(0, -50%);
    transform: scaleX(-1) translate(0, -50%)
}

@media screen and (orientation:portrait) {
    .control_thumbs .swiper-button-prev {
        left: 2vw
    }
}

.control_thumbs .swiper-button-next {
    right: 0
}

@media screen and (orientation:portrait) {
    .control_thumbs .swiper-button-next {
        right: 2vw
    }
}

.bpFab {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important
}

.bpOpen {
    width: 60% !important;
    height: calc(100% - 180px) !important;
    max-height: none !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0%) !important;
    -ms-transform: translate(-50%, 0%) !important;
    transform: translate(-50%, 0%) !important
}

@media screen and (orientation:portrait) {
    .bpOpen {
        width: 100% !important;
        height: calc(100% - 100px) !important;
        bottom: auto !important;
        top: 0 !important;
        left: 0 !important;
        -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important
    }
}

body,
html {
    position: relative;
    width: 100%
}

body {
    overflow-x: hidden;
    line-height: 1.8;
    color: #ffffff
}

.wrap {
    /*padding-top: 60px;*/
    width: 100%;
    overflow-x: hidden
}

@media screen and (orientation:portrait) {
    .wrap {
        padding-top: 0
    }
}

@media screen and (max-width:1024px) {
    .wrap {
        padding-top: 0
    }
}

section {
    position: relative
}

.deco,
.role {
    position: absolute
}

.deco span,
.role span {
    display: block;
    width: 100%;
    height: 100%
}

.zh_hans .kv .slogan {
    background-image: url("../images-1/title-main.png")
}

.kv {
    height: 47vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 3vw;
    background-color: #ccc;
    background-image: url("../images-1/background-1.png");
    /*background-image: url("../images/kv_bg.png");*/
    background-size: cover;
    background-position: top center
}

@media screen and (orientation:portrait) {
    .kv {
        height: 143vw;
        padding-bottom: 0vw;
        background-image: url("../images-1/background-1-pe.png");
        background-position: center
    }
}

@media screen and (orientation:portrait) and (max-width:576px) {
    .kv {
        height: 180vw;
        padding-bottom: 10vw
    }
}

.kv .container {
    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
}

@media screen and (orientation:portrait) {
    .kv .container {
        position: relative;
        width: 100%;
        height: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        gap: 3vw
    }
}

.kv h1,
.kv h2,
.kv h3 {
    margin-bottom: 0
}

.kv .btns,
.kv .game_logo,
.kv .scroll_down,
.kv .slogan {
    position: relative;
    z-index: 1
}

.kv .game_logo {
    display: none;
    top: 1.5vw;
    text-align: center
}

.kv .game_logo a {
    display: block;
    width: 20.8vw
}

.kv .game_logo picture {
    display: block
}

@media screen and (orientation:portrait) {
    .kv .game_logo {
        display: block;
        position: absolute;
        top: 1vw;
        left: 1vw
    }

    .kv .game_logo a {
        width: 30vw
    }
}

.kv .slogan {
    margin-bottom: -2vw;
    width: 18.33vw;
    height: 17.24vw;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

@media screen and (orientation:portrait) {
    .kv .slogan {
        width: 50vw;
        height: 47vw
    }
}

.kv .slogan h1,
.kv .slogan h2 {
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden
}

.kv .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px
}

.kv .scroll_down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-animation: upDown .4s infinite ease-in-out alternate;
    animation: upDown .4s infinite ease-in-out alternate
}

@media screen and (orientation:landscape) {
    .kv .scroll_down {
        display: none
    }
}

.kv .scroll_down span {
    cursor: pointer;
    display: block;
    width: 4vw;
    height: 2.5vw;
    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;
    -webkit-filter: drop-shadow(0 0 2px #1ffcff) drop-shadow(0 0 3px #1ffcff) drop-shadow(0 0 5px #1ffcff);
    filter: drop-shadow(0 0 2px #1ffcff) drop-shadow(0 0 3px #1ffcff) drop-shadow(0 0 5px #1ffcff);
    background-image: url("../images-1/arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.kv .scroll_down svg {
    width: 1.6vw;
    height: 1.6vw
}

.kv .scroll_down svg rect {
    fill: #B9B9B9 !important;
    stroke: #B9B9B9 !important
}

.kv .scroll_down svg line {
    stroke: #B9B9B9 !important
}

@media screen and (orientation:portrait) {
    .kv .scroll_down span {
        width: 10vw;
        height: 10vw
    }

    .kv .scroll_down svg {
        width: 6vw;
        height: 6vw
    }
}

.title {
    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;
    gap: 10px;
    line-height: 1;
    font-size: 48px;
    position: relative;
    margin-bottom: 1.5em;
    z-index: 9;
    font-family: "noto serif tc", serif
}

.title:after,
.title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%
}
/*

.title:after {
    width: 8em;
    height: .54em;
    -webkit-transform: translate(-50%, 150%);
    -ms-transform: translate(-50%, 150%);
    transform: translate(-50%, 150%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom
}
*/

.title.title_light {
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5))
}

.title.title_light>span {
    color: #fff
}

.title.title_light h2 {
    background: -webkit-gradient(linear, left top, left bottom, from(#bef2ff), to(#fff));
    background: -webkit-linear-gradient(top, #bef2ff, #fff);
    background: -o-linear-gradient(top, #bef2ff, #fff);
    background: linear-gradient(to bottom, #bef2ff, #fff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}


.title.title_dark {
    -webkit-filter: drop-shadow(0 0 1px white) drop-shadow(0 0 2px white) drop-shadow(0 0 3px white);
    filter: drop-shadow(0 0 2px white) drop-shadow(0 0 3px white) drop-shadow(0 0 5px white)
}

.title.title_dark>span {
    color: #4d5184
}

.title.title_dark h2 {
    background: -webkit-gradient(linear, left top, left bottom, from(#4d5184), to(#858dbd));
    background: -webkit-linear-gradient(top, #4d5184, #858dbd);
    background: -o-linear-gradient(top, #4d5184, #858dbd);
    background: linear-gradient(to bottom, #4d5184, #858dbd);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.title h2,
.title span {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    text-transform: uppercase
}

.title>span {
    font-family: "Rosarivo", cursive;
    font-size: .3em;
    letter-spacing: .15em
}

.title h2 {
    font-size: inherit;
    font-weight: 600;
    letter-spacing: .15em
}

@media screen and (max-width:1180px) {
    .title {
        font-size: 48px
    }
}

@media screen and (max-width:576px) {
    .title {
        font-size: 36px
    }
}

#news .detail {
    width: 985px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

@media screen and (max-width:1024px) {
    #news .detail {
        width: 85vw
    }
}

@media screen and (orientation:portrait) and (max-width:576px) {
    #news .detail {
        width: 90vw
    }
}

#news .container {
    z-index: 4
}

@media screen and (max-width:576px) {
    .news {
        padding: 5vw
    }
}

.news .tabNav {
    gap: 5px;
    font-size: 16px
}

@media screen and (max-width:576px) {
    .news .tabNav {
        font-size: 13px;
        gap: 0;
        margin-bottom: 0
    }
}

@media screen and (max-width:375px) {
    .news .tabNav {
        font-size: 12px
    }
}

.news .tabNav .btn_more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news .tabNav .tab_nav {
    font-size: inherit
}

@media screen and (max-width:576px) {
    .news .tabNav .tab_nav {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        border: none
    }
}

.news .list {
    height: 15em;
    overflow: hidden
}

.news .tabs .tab {
    min-height: auto
}

@media screen and (max-width:576px) {
    .news .tabs .tab {
        padding-bottom: 0
    }
}

@media screen and (max-width:576px) {
    .news .tabs .tab .list {
        font-size: 13px
    }
}

.news .pageNav {
    display: none
}

#news {
    padding-bottom: 25vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    background-color: #fff;
    background-image: url("../images-1/background-2.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (orientation:portrait) and (max-width:576px) {
    #news {
        padding-bottom: 30vw
    }
}

#news .container {
    padding-top: 5em;
    background-color: rgb(16 24 29 / 90%);
    border-radius: 0 0 30px 30px
}

#news .news {
    padding-top: 0;
    padding-bottom: 2em
}

#news .news .tabNav .tab_nav {
    border: none
}

#news .news .tabNav .tab_nav.focus a {
    background-color: #fff;
    color: #0066b5
}

#news .news .tabNav .tab_nav a {
    font-size: inherit;
    background-color: #85b5da;
    color: rgba(255, 255, 255, 0.7)
}

#news .news .tabNav .btn_more {
    font-size: inherit;
    background-color: #85b5da;
    color: rgba(255, 255, 255, 0.7);
    height: 100%;
    margin: 0;
    line-height: 3
}

#news .news .tabs .tab a {
    color: #fff
}

#news .deco_1 {
    left: 0;
    top: 0px;
    width: 22.92vw;
    height: 39.38vw
}

#news .deco_1 span {
    background-image: url("../images-1/news_deco_1.png");
    background-repeat: no-repeat;
    background-size: contain
}

#news .deco_2 {
    right: 0px;
    top: 50%;
    width: 50vw;
    height: 50vw;
    -webkit-transform: translate(30%, -30%);
    -ms-transform: translate(30%, -30%);
    transform: translate(30%, -30%)
}

#news .deco_2 span {
    -webkit-animation: Rotate360 50s infinite linear alternate;
    animation: Rotate360 50s infinite linear alternate;
    background-image: url("../images-1/news_deco_2.png");
    background-repeat: no-repeat;
    background-size: contain
}

#setting {
    height: 1400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*margin-bottom: 0vw;*/
    background-image: url("../images-1/world_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media screen and (max-width:1180px) {
    #setting {
        height: 100vw
    }
}

@media screen and (orientation:portrait) and (max-width:576px) {
    #setting {
        height: 150vw;
        /*margin-bottom: 25vw*/
    }
}

#setting .container {
    position: relative;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

@media screen and (orientation:portrait) {
    #setting .container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 5vw
    }
}

#setting .main {
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-border-image: url("../images-1/world_border_bg.png") 80 repeat;
/*    -o-border-image: url("../images-1/world_border_bg.png") repeat;
    border-image: url("../images-1/world_border_bg.png") fill repeat;*/
    border-width: 5vw;
    border-style: solid;
    padding: 0px;
    z-index: 2;
    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;
    max-width: 1146px;
    margin-right: 3vw
}

/*#setting .main:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("../images-1/world_content_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}*/

@media screen and (max-width:1600px) {
    #setting .main {
        max-width: none;
        width: 65vw
    }
}

@media screen and (orientation:portrait) {
    #setting .main {
        width: auto;
        max-width: 90vw;
        margin-right: 0
    }
}

@media screen and (orientation:portrait) and (max-width:576px) {
    #setting .main {
        border-width: 9vw
    }
}

#setting .content {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 2em;
    text-align: center;
    font-family: "noto serif tc", serif;
    font-weight: 600
}

@media screen and (orientation:portrait) {
    #setting .content {
        padding: 1em
    }
}

@media screen and (orientation:portrait) and (max-width:576px) {
    #setting .content {
        padding: 0
    }
}

#setting .content p {
    margin-bottom: 1em
}

#setting .content p:last-child {
    margin-bottom: 0
}

#setting .content span {
    display: block
}

@media screen and (orientation:portrait) and (max-width:576px) {
    #setting .content span {
        display: inline
    }
}

#setting .content em {
    font-style: normal;
    font-size: 1.3em
}

#setting .content .deco_img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0)
}

#setting .content .deco_img img {
    height: 100%;
    width: auto
}

@media screen and (max-width:1180px) {
    #setting .content {
        font-size: 14px
    }
}

@media screen and (max-width:820px) {
    #setting .content {
        font-size: 12px
    }
}

#setting .role {
    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-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

#setting .role_1 {
    position: absolute;
    top: 40%;
    left: 0;
    width: 51.88vw;
    height: 55.56vw;
    -webkit-transform: translate(-10%, -44%);
    -ms-transform: translate(-10%, -44%);
    transform: translate(-10%, -44%);
    z-index: 1
}

#setting .role_1 span {
    background-image: url("../images-1/wORLD.png");
    background-size: contain;
    background-repeat: no-repeat
}

@media screen and (max-width:1600px) {
    #setting .role_1 {
        -webkit-transform: translate(-25%, -44%);
        -ms-transform: translate(-25%, -44%);
        transform: translate(-25%, -44%)
    }
}

#setting .role_2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 69.9vw;
    height: 58.23vw;
    -webkit-transform: translate(-20%, -35%);
    -ms-transform: translate(-20%, -35%);
    transform: translate(-20%, -35%);
    z-index: 3
}

#setting .role_2 span {
    background-image: url("../images-1/world_cube.png");
    background-size: contain;
    background-repeat: no-repeat
}

@media screen and (max-width:1600px) {
    #setting .role_2 {
        -webkit-transform: translate(-27%, -35%);
        -ms-transform: translate(-27%, -35%);
        transform: translate(-27%, -35%)
    }
}

@media screen and (orientation:portrait) {
    #setting .role {
        display: none
    }
}

.character {
    height: 960px;
    overflow: hidden;
    position: relative
}

@media screen and (orientation:portrait) {
    .character {
        height: 80vh
    }
}

.character_info {
    font-size: 16px;
    background-color: #fff;
    border: 2px solid rgba(94, 96, 111, 0.3);
    position: absolute;
    z-index: 4;
    max-width: 35em
}

.character_info:after {
    position: absolute;
    content: "";
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    left: 0;
    top: 0;
    border: 1px solid rgba(94, 96, 111, 0.3);
    -webkit-transform: translate(-7px, -7px);
    -ms-transform: translate(-7px, -7px);
    transform: translate(-7px, -7px)
}

.character_info_container {
    padding: 1.875em 0;
    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;
    z-index: 1;
    gap: 1em
}

@media screen and (max-width:1180px) {
    .character_info {
        font-size: 14px
    }
}

@media screen and (orientation:portrait) and (max-width:576px) {
    .character_info {
        width: 75vw;
        font-size: 12px
    }

    .character_info:after {
        display: none
    }

    .character_info_container {
        padding: 1em;
        gap: .8em
    }
}

.character_info_system {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-family: "noto serif tc", serif;
    font-style: italic
}

.character_info_name {
    font-size: 3em;
    position: relative;
    padding-left: .5em;
    padding-right: .3em;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #162636;
    border-left: 10px solid #1c5792;
    color: #fff;
    height: 1.3em;
    line-height: 1.2
}

@media screen and (orientation:portrait) and (max-width:576px) {
    .character_info_name {
        font-size: 2em
    }
}

.character_info_name:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    border-top: 1.3em solid #162636;
    border-right: .5em solid transparent
}

.character_info_race {
    padding-left: 1em
}

.character_info_race h4,
.character_info_race h5 {
    line-height: 1.3
}

.character_info_race h4 {
    font-size: 1.375em
}

@media screen and (orientation:portrait) and (max-width:576px) {
    .character_info_race h4 {
        font-size: 1.2em
    }
}

.character_info_race h5 {
    color: #969696;
    font-size: 1em;
    padding-left: 1em
}

.character_info_slogan {
    font-size: 1.125em
}

.character_info_content {
    padding: 0 1.875em;
    font-size: 1.125em
}

@media screen and (orientation:portrait) and (max-width:576px) {
    .character_info_content {
        padding: 0
    }
}

.character_info_content p {
    margin-bottom: 0
}

.character h3,
.character h4,
.character h5 {
    margin: 0
}

.character_slide {
    height: 100%
}

.character_img {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.character_img picture {
    display: block
}

@media screen and (max-width:1440px) {
    .character_img picture {
        width: 90vw
    }
}

@media screen and (orientation:portrait) {
    .character_img picture {
        width: 150vw !important;
        position: absolute
    }
}

@media screen and (orientation:portrait) and (max-width:576px) {
    .character_img picture {
        width: 180vw !important
    }
}

.character_bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 500px;
    z-index: 1
}

.character_bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (max-width:1440px) {
    .character_bg {
        height: 40vw
    }
}

@media screen and (orientation:portrait) {
    .character_bg {
        height: 75vw
    }
}

@media screen and (orientation:portrait) and (max-width:576px) {
    .character_bg {
        height: 120vw
    }
}

.character_bg span {
    font-family: "Gloock", serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    line-height: .7;
    font-size: 11vw;
    padding-left: .3em
}

.character .thumbs {
    position: absolute;
    bottom: 0;
    z-index: 3;
    width: 65vw
}

.character .thumbs .swiper-slide {
    opacity: 0.5;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (orientation:portrait) {
    .character .thumbs {
        width: 100%
    }
}

#classes .title {
    position: absolute;
    right: 150px;
    top: 50px
}

@media screen and (max-width:1440px) {
    #classes .title {
        right: 7vw
    }
}

@media screen and (orientation:portrait) {
    #classes .title {
        position: relative;
        right: auto;
        top: auto
    }
}

.classes_slide {
    height: 100%
}

.classes_slide .swiper-button-next,
.classes_slide .swiper-button-prev {
    top: 60%
}

@media screen and (max-width:576px) {

    .classes_slide .swiper-button-next,
    .classes_slide .swiper-button-prev {
        top: 50%
    }
}

.classes_info {
    bottom: 150px;
    left: 9vw
}

@media screen and (orientation:portrait) {
    .classes_info {
        bottom: 0;
        left: 50%
    }
}

.classes .thumbs {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(99, 108, 127, 0)), color-stop(23%, #636c7f), to(#636c7f));
    background: -webkit-linear-gradient(left, rgba(99, 108, 127, 0) 0%, #636c7f 23%, #636c7f 100%);
    background: -o-linear-gradient(left, rgba(99, 108, 127, 0) 0%, #636c7f 23%, #636c7f 100%);
    background: linear-gradient(90deg, rgba(99, 108, 127, 0) 0%, #636c7f 23%, #636c7f 100%)
}

@media screen and (orientation:portrait) {
    .classes .thumbs {
        background: #636c7f;
        padding: 1vw 0
    }
}

.classes .thumbs figure {
    width: 100px
}

.classes .thumbs .classes_thumbs {
    margin: 0 10vw;
    padding: 0 30px
}

@media screen and (orientation:portrait) {
    .classes .thumbs .classes_thumbs {
        margin: 0;
        padding: 0 5vw
    }
}

.classes .thumbs .swiper-slide-thumb-active {
    opacity: 1;
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.8));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.8))
}

.classes_img picture {
    width: 1464px;
    display: block
}

@media screen and (max-width:1440px) {
    .classes_img picture {
        width: 90vw
    }
}

@media screen and (orientation:portrait) {
    .classes_img picture {
        width: 150vw !important;
        position: absolute
    }
}

@media screen and (orientation:portrait) and (max-width:576px) {
    .classes_img picture {
        width: 180vw !important
    }
}

.classes_item:first-child .classes_bg {
    background-color: #5bc4da
}

.classes_item:first-child .classes_bg::before {
    background-image: url("../images/index/weapon/weapon_1_bg.webp")
}

.classes_item:first-child .classes_bg span {
    color: #5bc4da;
    font-size: 9vw
}

.classes_item:nth-child(2) .classes_bg {
    background-color: #e1ddfa
}

.classes_item:nth-child(2) .classes_bg:before {
    background-image: url("../images/index/weapon/weapon_2_bg.webp")
}

.classes_item:nth-child(2) .classes_bg span {
    color: #e1ddfa;
    font-size: 11vw
}

.classes_item:nth-child(3) .classes_bg {
    background-color: #ead6f3
}

.classes_item:nth-child(3) .classes_bg:before {
    background-image: url("../images/index/weapon/weapon_3_bg.webp")
}

.classes_item:nth-child(3) .classes_bg span {
    color: #ead6f3;
    font-size: 18vw
}

.classes_item:nth-child(4) .classes_bg {
    background-color: #b5d9f5
}

.classes_item:nth-child(4) .classes_bg:before {
    background-image: url("../images/index/weapon/weapon_4_bg.webp")
}

.classes_item:nth-child(4) .classes_bg span {
    color: #b5d9f5;
    font-size: 14vw
}


.classes_item:nth-child(3) .classes_img picture {
    -webkit-transform: translate(10%, 0);
    -ms-transform: translate(10%, 0);
    transform: translate(10%, 0)
}

#eidolon .title {
    position: absolute;
    left: 150px;
    top: 50px
}

@media screen and (max-width:1440px) {
    #eidolon .title {
        left: 7vw
    }
}

@media screen and (orientation:portrait) {
    #eidolon .title {
        position: relative;
        left: auto;
        top: 5vw
    }
}

@media screen and (orientation:portrait) {
    .eidolon {
        padding-top: 2vw
    }
}

.eidolon_info {
    bottom: 200px;
    right: 12vw
}

@media screen and (orientation:portrait) {
    .eidolon_info {
        right: auto;
        bottom: 0;
        left: 50%
    }
}

.eidolon_img picture {
    width: 1720px
}


@media screen and (orientation:portrait) {

    .eidolon_item:first-child figure::before,
    .eidolon_item:nth-child(9) figure:before,
    .eidolon_item:nth-child(10) figure:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 10vw;
        left: 0;
        top: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
        z-index: 2
    }
}

.eidolon_item:first-child picture {
    -webkit-transform: translate(0, -10%);
    -ms-transform: translate(0, -10%);
    transform: translate(0, -10%)
}

@media screen and (orientation:portrait) {
    .eidolon_item:first-child picture {
        -webkit-transform: translate(0, -5%);
        -ms-transform: translate(0, -5%);
        transform: translate(0, -5%)
    }
}

@media screen and (orientation:portrait) and (max-width:576px) {
    .eidolon_item:nth-child(3) picture {
        -webkit-transform: translate(10%, 0);
        -ms-transform: translate(10%, 0);
        transform: translate(10%, 0)
    }
}

@media screen and (orientation:portrait) and (max-width:576px) {

    .eidolon_item:nth-child(6) picture,
    .eidolon_item:nth-child(8) picture {
        -webkit-transform: translate(-5%, 0);
        -ms-transform: translate(-5%, 0);
        transform: translate(-5%, 0)
    }
}

.eidolon_item:nth-child(9) picture {
    -webkit-transform: translate(0, -15%);
    -ms-transform: translate(0, -15%);
    transform: translate(0, -15%)
}

@media screen and (orientation:portrait) and (max-width:576px) {
    .eidolon_item:nth-child(9) picture {
        -webkit-transform: translate(10%, -15%);
        -ms-transform: translate(10%, -15%);
        transform: translate(10%, -15%)
    }
}

.eidolon_item:nth-child(10) picture {
    -webkit-transform: translate(0, -10%);
    -ms-transform: translate(0, -10%);
    transform: translate(0, -10%)
}

.eidolon_bg {
    height: 645px
}

@media screen and (orientation:portrait) {
    .eidolon_bg {
        height: 70vw
    }
}

@media screen and (orientation:portrait) and (max-width:576px) {
    .eidolon_bg {
        height: 130vw
    }
}

.eidolon .thumbs {
    margin: 0;
    left: 0;
    padding: 0vw 10vw 0 .5vw;
    background: -webkit-gradient(linear, right top, left top, from(rgba(99, 108, 127, 0)), color-stop(23%, #636c7f), to(#636c7f));
    background: -webkit-linear-gradient(right, rgba(99, 108, 127, 0) 0%, #636c7f 23%, #636c7f 100%);
    background: -o-linear-gradient(right, rgba(99, 108, 127, 0) 0%, #636c7f 23%, #636c7f 100%);
    background: linear-gradient(-90deg, rgba(99, 108, 127, 0) 0%, #636c7f 23%, #636c7f 100%)
}

@media screen and (orientation:portrait) {
    .eidolon .thumbs {
        background: #636c7f;
        padding: 1vw 0
    }
}

.eidolon .thumbs .eidolon_thumbs {
    padding-left: 30px;
    padding-right: 30px
}

@media screen and (orientation:portrait) and (max-width:576px) {

    .eidolon .thumbs .eidolon_thumbs:after,
    .eidolon .thumbs .eidolon_thumbs:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 10vw;
        top: 0;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        z-index: 2;
        pointer-events: none
    }

    .eidolon .thumbs .eidolon_thumbs:before {
        left: 0
    }

    .eidolon .thumbs .eidolon_thumbs:after {
        right: 0
    }
}

.eidolon .thumbs .swiper-slide {
    padding-bottom: .7vw
}

@media screen and (orientation:portrait) and (max-width:576px) {
    .eidolon .thumbs .swiper-slide {
        padding-bottom: 2vw
    }
}

.eidolon .thumbs figure {
    width: 100px;
    height: 100px;
    position: relative
}

@media screen and (orientation:portrait) and (max-width:576px) {
    .eidolon .thumbs figure {
        width: 18vw;
        height: 18vw
    }
}

.eidolon .thumbs figure img {
    position: relative;
    z-index: 1
}

.eidolon .thumbs figure:after {
    content: "";
    position: absolute;
    width: 70%;
    height: 70%;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    border-radius: 50%;
    border: 4px solid #b6b6b6;
    background-color: #fff
}

.eidolon .thumbs .swiper-slide-thumb-active {
    opacity: 1
}

.eidolon .thumbs .swiper-slide-thumb-active figure:after {
    border-color: #ffec93
}

.character .classes_bg span,
.character_img,
.character_info {
    opacity: 0
}

.character .swiper-slide-active .character_img {
    -webkit-animation: classes_role 0.8s 0.4s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
    animation: classes_role 0.8s 0.4s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards
}

.character .swiper-slide-active .character_info {
    -webkit-animation: classes_info 0.8s 0.6s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
    animation: classes_info 0.8s 0.6s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards
}

@media screen and (orientation:portrait) {
    .character .swiper-slide-active .character_info {
        -webkit-animation: classes_info_m 0.5s 0.6s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
        animation: classes_info_m 0.5s 0.6s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards
    }
}

.character .swiper-slide-active .character_bg span {
    -webkit-animation: classes_deco_text 0.5s 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
    animation: classes_deco_text 0.5s 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards
}

@media screen and (orientation:portrait) {
    .classes_slide .classes_item .classes_img img {
        display: none
    }

    .classes_slide .classes_item:first-child .classes_img picture {
        height: 180vw;
        background-image: url("../images/index/weapon/weapon_1.webp");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center
    }

    .classes_slide .classes_item:nth-child(2) .classes_img picture {
        height: 180vw;
        background-image: url("../images/index/weapon/weapon_2.webp");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center
    }

    .classes_slide .classes_item:nth-child(3) .classes_img picture {
        height: 180vw;
        background-image: url("../images/index/weapon/weapon_3.webp");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center
    }

    .classes_slide .classes_item:nth-child(4) .classes_img picture {
        height: 180vw;
        background-image: url("../images/index/weapon/weapon_4.webp");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center
    }

}

#features {
    padding: 5vw 0 10vw;
    background-image: url("../images-1/features_bg.png");
    background-size: cover;
    background-repeat: no-repeat
}

@media screen and (orientation:portrait) {
    #features {
        padding: 10vw 0 25vw
    }
}

@media screen and (orientation:portrait) and (max-width:576px) {
    #features {
        padding-bottom: 40vw
    }
}

#features .title {
    margin-bottom: 3em
}

#features .container {
    max-width: 1250px;
    margin: 0 auto
}

@media screen and (max-width:1280px) {
    #features .container {
        padding: 0 5vw
    }
}

.features {
    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;
    gap: 2em
}

.features_item {
    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: 2em
}

.features_item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media screen and (orientation:portrait) {
    .features_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .features_item:nth-child(2n) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.features_title {
    font-size: 2.2em;
    margin-bottom: .5em;
    text-transform: uppercase
}

@media screen and (max-width:1024px) {
    .features_title {
        font-size: 1.6em
    }
}

@media screen and (orientation:portrait) {
    .features_title {
        text-align: center
    }
}

.features h3 {
    font-size: inherit;
    display: inline;
    position: relative;
    padding: 0 .3em;
    margin: 0;
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #b8feff));*/
    /*background: -webkit-linear-gradient(top, transparent 50%, #b8feff 50%);*/
    /*background: -o-linear-gradient(top, transparent 50%, #b8feff 50%);*/
    /*background: linear-gradient(to bottom, transparent 50%, #b8feff 50%)*/
}

.features h3 span {
    position: relative;
    z-index: 2
}

.features_content,
.features_img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.features_text p {
    margin-bottom: 0
}

@media screen and (orientation:portrait) {
    .features_text br {
        display: none
    }
}

@media screen and (orientation:portrait) and (max-width:576px) {
    .features_text {
        font-size: 14px
    }
}

.media {
    position: relative;
    z-index: 5
}

.media_item {
    position: relative;
    width: 40vw;
    -webkit-filter: blur(4px) brightness(1.3);
    filter: blur(4px) brightness(1.3)
}

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

@media screen and (max-width:1280px) {
    .media_item {
        width: 62.5vw
    }
}

@media screen and (max-width:1024px) {
    .media_item {
        width: 75vw;
        -webkit-filter: none;
        filter: none
    }
}

.media picture {
    display: block;
    font-size: 0
}

.media .swiper-slide.swiper-slide-active {
    -webkit-filter: blur(0px) brightness(1);
    filter: blur(0px) brightness(1)
}

@media screen and (max-width:1024px) {
    .media .swiper-slide.swiper-slide-active {
        -webkit-filter: none;
        filter: none
    }
}

.media .swiper-slide.swiper-slide-active:after,
.media .swiper-slide.swiper-slide-active:before {
    opacity: 1
}

#media {
    margin-top: -170px;
    background-image: url("../images-1/media_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top
}

#media .container {
    height: 900px;
    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;
    gap: 40px
}

@media screen and (orientation:portrait) {
    #media .container {
        height: auto;
        padding: 20vw 0 15vw
    }
}

.media .swiper-slide-shadow-left,
.media .swiper-slide-shadow-right {
    display: none
}

.media .swiper-slide picture {
    position: relative;
    z-index: 1;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

.footer .links-notice {
    display: none
}

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