@charset "UTF-8";

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 18px;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: url(../ossweb-img/cussor1.png), auto;
}

i {
    font-style: normal;
}

body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus,
input:focus,
p:focus,
div:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
html {
    width: 100%;
    background: #0a1010;
    -webkit-overflow-scrolling: touch;
}
html {
    cursor: url(../ossweb-img/cussor.png), auto;
}

main,
section,
nav,
footer {
    display: block;
    margin: 0;
    padding: 0;
}

@font-face { font-family: 'NS-M'; src: url(../fonts/NotoSans-Medium.ttf) format('truetype'); }
@font-face { font-family: 'NS-R'; src: url(../fonts/NotoSans-Regular.ttf) format('truetype'); }
@font-face { font-family: 'NS-JP-M'; src: url(../fonts/NotoSansJP-Medium.ttf) format('truetype'); }
@font-face { font-family: 'NS-JP-R'; src: url(../fonts/NotoSansJP-Regular.ttf) format('truetype'); }


body {
    overflow-x: hidden;
    font-family: "NS-R";
}
.lang-en { font-family: 'NS-R'; }

.lang-ja { font-family: 'NS-JP-R'; }

.f-bold {
    font-family: "NS-M";
}

.lang-ja .f-bold {
    font-family: "NS-JP-M";
}

.wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-width: 10rem;
}

.container {
    position: relative;
    background: url(../ossweb-img/bg.jpg) 0 0 / 100% 10rem no-repeat, url(../ossweb-img/bg2.jpg) 0 10rem / 100% 22.34rem no-repeat;
    background-color: #0a1010;
}

.section {
    width: 100%;
    position: relative;
    overflow: unset;
}

.s1 {
    height: 10rem;
}

.top_nav {
    display: flex;
    padding: 0.2rem;
}

.top_nav .logo {
    display: block;
    background: url(../ossweb-img/logo.png) center center / 100% no-repeat;
    width: 2.04rem;
    height: 1.56rem;
}

.language {
    background: url(../ossweb-img/lang_bg.png?v=1.0) center center / 100% no-repeat;
    position: relative;
    width: 2.34rem;
    height: 0.55rem;
    margin: 0 0 0 auto;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: url(../ossweb-img/cussor1.png), auto;
}
.language p:hover {
    filter: brightness(1.2);
}

.language::before {
    content: "";
    display: block;
    background: url(../ossweb-img/lang_icon.png) center center / 100% no-repeat;
    width: 0.23rem;
    height: 0.23rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.22rem;
    margin: auto 0;
}

.language::after {
    content: "";
    display: block;
    background: url(../ossweb-img/row_icon.png) center center / 100% no-repeat;
    width: 0.14rem;
    height: 0.21rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.15rem;
    margin: auto 0;
    transition: all 0.3s;
}
.language.act::after {
    transform: translateX(-0.1rem) rotate(90deg);
}

.language .lang {
    text-align: center;
    font-size: 0.2rem;
    line-height: 0.55rem;
    height: 0.55rem;
    color: #d7c896;
    width: 100%;
}

.lang_list {
    background: url(../ossweb-img/lang_list.png) top center / 100% no-repeat;
    width: 2.22rem;
    max-height: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0.33rem;
    margin: 0 auto;
    overflow: hidden;
    height: 0;
    transition: all 0.3s;
    padding: 0;
    padding-top: 0.06rem;
}

.lang_list.act {
    opacity: 1;
    max-height: 0.88rem;
    height: 0.88rem;
}

.lang_item {
    font-size: 0.2rem;
    color: #d7c896;
    line-height: 0.36rem;
    margin: 0.01rem auto;
    text-align: center;
    height: 0.36rem;
    width: 2.15rem;
    position: relative;
}
.lang_item:first-child {
    margin: 0.062rem auto 0;
}
.lang_item::after {
    content: "";
    display: block;
    background: url(../ossweb-img/lang_line.png) center center / 100% no-repeat;
    width: 1.94rem;
    height: 0.01rem;
    position: absolute;
    bottom: -0.01rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.lang_item.act,
.lang_item:hover {
    background: url(../ossweb-img/lang_act.png) center center / 100% 0.36rem no-repeat;
}

.btn_home {
    display: block;
    background: url(../ossweb-img/btn_home.png?v=1.0) center center / 100% no-repeat;
    width: 1.5rem;
    height: 0.51rem;
}

.btn_home:hover {
    filter: brightness(1.2);
}

.btn_home p {
    font-size: 0.2rem;
    color: #d7c896;
    line-height: 0.52rem;
    text-align: center;
}

.m_social_media_box {
    display: none;
}

.slogan {
    background: url(../ossweb-img/slogan_en.png) center center / 12.4rem 0.93rem no-repeat;
    width: 13rem;
    height: 4.07rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.7rem;
    margin: 0 auto;
    text-align: center;
    font-size: 0.64rem;
    line-height: 0.74rem;
    color: #d7c896;

}
.lang-en .slogan {
    background: url(../ossweb-img/slogan_en.png) center center / 12.4rem 0.93rem no-repeat;
}
.lang-ja .slogan {
    background: url(../ossweb-img/slogan_ja.png) center center / 10.59rem 1.1rem no-repeat;
}

/* .slogan span {
    background: linear-gradient(to right, #bc923b 0%, #f6dc92 50%, #e1c16d 50%, #debc5c 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-family: "DINPro-Medium";
    filter: brightness(1.1);
} */

.btn_join {
    display: block;
    background: url(../ossweb-img/btn_join.png) center center / 100% no-repeat;
    width: 2.01rem;
    height: 0.76rem;
    position: absolute;
    top: 8.52rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}
.btn_join.act {
    position: fixed;
    top: unset;
    bottom: 0.25rem;
    left: unset;
    margin: 0;
    right: 0.3rem;
    animation: an_join 0.5s ease-in-out;
}
@keyframes an_join {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

.btn_join_last {
    bottom: 0.15rem;
}

.btn_join:hover {
    filter: brightness(1.1);
}

.btn_join p {
    font-size: 0.28rem;
    line-height: 0.76rem;
    text-align: center;
    color: #f9f1d7;
}

.social_media_box {
    position: fixed;
    left: 0;
    bottom: 0.2rem;
    display: flex;
    align-items: center;
    padding: 0 0.1rem;
    z-index: 2;
}

.social_media_box::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../ossweb-img/media_line.png) center center / 100% no-repeat;
    width: 5.84rem;
    height: 0.09rem;
    left: 0;
    bottom: 0;
}
.social_media_box1 {
    bottom: 0.5rem;
}

.social_media_box a {
    display: block;
    margin: 0.1rem 0.25rem;
    position: relative;
    transition: all 0.2s;
}

.social_media_box a::after {
    content: "";
    display: block;
    background: url(../ossweb-img/media_line_min.png) center center / 100% no-repeat;
    width: 0.02rem;
    height: 0.18rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -0.25rem;
}

.social_media_box .x-box {
    background: url(../ossweb-img/x_box_act.png) center center / 100% no-repeat;
    width: 0.21rem;
    height: 0.22rem;
    opacity: 0.7;
}

.social_media_box .x-box:hover {
    opacity: 1;
    /* background: url(../ossweb-img/x_box_act.png) center center / 100% no-repeat; */
}

.social_media_box .ins {
    background: url(../ossweb-img/ins_act.png) center center / 100% no-repeat;
    width: 0.24rem;
    height: 0.24rem;
    opacity: 0.7;
}

.social_media_box .ins:hover {
    opacity: 1;
    /* background: url(../ossweb-img/ins_act.png) center center / 100% no-repeat; */
}

.social_media_box .yt {
    background: url(../ossweb-img/yt_act.png) center center / 100% no-repeat;
    width: 0.29rem;
    height: 0.2rem;
    opacity: 0.7;
}

.social_media_box .yt:hover {
    opacity: 1;
    /* background: url(../ossweb-img/yt_act.png) center center / 100% no-repeat; */
}

.social_media_box .fb {
    background: url(../ossweb-img/fb_act.png) center center / 100% no-repeat;
    width: 0.24rem;
    height: 0.24rem;
    opacity: 0.7;
}
.lang-ja .social_media_box .fb {
    display: none;
}

.social_media_box .fb:hover {
    opacity: 1;
    /* background: url(../ossweb-img/fb_act.png) center center / 100% no-repeat; */
}

.social_media_box .discord {
    background: url(../ossweb-img/discord_act.png) center center / 100% no-repeat;
    width: 0.26rem;
    height: 0.2rem;
    opacity: 0.7;
}

.social_media_box .discord:hover {
    opacity: 1;
}

.s2 {
    height: 10rem;
}

.s2_content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 8.8rem;
}

.beta_reward_box {
    display: block;
    margin: 0 0.3rem;
    height: 6.61rem;
    flex-shrink: 0;
    width: 6.4rem;
}

.beta_reward_title {
    position: relative;
    background: url(../ossweb-img/beta_reward_title.png) bottom center / 100% 0.47rem no-repeat;
    width: 5.13rem;
    height: 0.6rem;
    margin: 0 auto;
}

.beta_reward_title p {
    text-align: center;
    font-size: 0.4rem;
    background: linear-gradient(#EAE1AD, #BDA96D);
    -webkit-background-clip: text;
    color: transparent;
    line-height: 0.5rem;
}

.beta_reward_tip {
    margin: 0.2rem auto;
    font-size: 0.2rem;
    color: #fff1d7;
    line-height: 0.32rem;
}
.lang-ja .beta_reward_tip {
    text-align: center;
}
.beta_reward_tip i{
    color: #f29e38;
}

.beta_reward_img {
    display: block;
    background: url(../ossweb-img/beta_reward_img_bg.png) center center / 100% no-repeat;
    width: 4.48rem;
    height: 4.49rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.beta_reward_img.no_reward::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../ossweb-img/no_reward.png) center center / 100% no-repeat;
    width: 0.82rem;
    height: 1.52rem;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.beta_reward_img img {
    display: block;
    width: 3.1rem;
    height: 3.1rem;
    object-fit: contain;
}

.beta_reward_img img[src=""] {
    display: none;
}


.join_info_box {
    display: block;
    background: url(../ossweb-img/join_info_box.png?v=1.0) center center / 100% no-repeat;
    width: 6.33rem;
    height: 6.61rem;
    margin: 1rem 0.3rem 0;
    flex-shrink: 0;
    padding: 0.26rem 0.32rem;
}

.join_info_text_box {
    width: 100%;
    height: 5.7rem;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0.1rem;
}

.join_info_title {
    font-size: 0.32rem;
    line-height: 0.42rem;
    margin-bottom: 0.32rem;
    text-align: center;
    background: linear-gradient(#EAE1AD, #BDA96D);
    -webkit-background-clip: text;
    color: transparent;
}

.join_info_tit {
    font-size: 0.2rem;
    line-height: 0.32rem;
    color: #ead58e;
    position: relative;
    padding: 0 0 0 0.3rem;
    margin: 0.24rem 0 0 0;
}
.join_info_tit:first-child {
    margin: 0;
}

.join_info_tit::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../ossweb-img/join_info_tit_icon.png) center center / 100% no-repeat;
    width: 0.2rem;
    height: 0.23rem;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}

.join_info_text {
    font-size: 0.16rem;
    line-height: 0.32rem;
    color: #fff1d7;
    margin-left: 0.3rem;
    margin-bottom: 0.1rem;
}
.m_join_info_text {
    display: none;
}

.join_info_tip {
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #747474;
    padding: 0 0 0 0.3rem;
    margin-top: 0.14rem;
}

.btn_more {
    font-size: 0.22rem;
    line-height: 0.32rem;
    float: right;
    width: max-content;
    color: #ead58e;
    text-decoration: underline;
}
/* 已点击 */
.btn_more:visited {
    color: #a19d91;
}

.s3 {
    height: 12.34rem;
    padding-top: 0.8rem;
}

.s3_box.faq_box {
    width: 14rem;
    margin: 0 auto;
    height: 7.5rem;
    position: relative;
}

.faq_title {
    background: url(../ossweb-img/faq_title_line.png) bottom center / 100% no-repeat;
    min-width: 5.13rem;
    height: 0.6rem;
    margin: 0 auto;
    width: max-content;
    position: relative;
    padding: 0 0.46rem;
}

.faq_title::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../ossweb-img/faq_title_icon.png) center center / 100% no-repeat;
    width: 0.26rem;
    height: 0.29rem;
    top: 0;
    bottom: 0;
    left: 0.1rem;
    margin: auto 0;
}

.faq_title::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../ossweb-img/faq_title_icon.png) center center / 100% no-repeat;
    width: 0.26rem;
    height: 0.29rem;
    top: 0;
    bottom: 0;
    right: 0.1rem;
    margin: auto 0;
}

.faq_title p {
    font-size: 0.4rem;
    line-height: 0.5rem;
    text-align: center;
    background: linear-gradient(#EAE1AD, #BDA96D);
    -webkit-background-clip: text;
    color: transparent;
}

.faq_list {
    margin: 0.2rem auto 0;
    height: 6.6rem;
    width: 100%;
    padding: 0 0.4rem;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    position: relative;
    width: 12.03rem;
}
.faq_list::-webkit-scrollbar {
    display: none;
}
.faq_list::-webkit-scrollbar-thumb {
    background: transparent;
}
.faq_list::-webkit-scrollbar-track {
    background: transparent;
}

.faq_item {
    position: relative;
    margin: 0.8rem 0 1.04rem 0;
}
.faq_item b {
    font-weight: normal;
    color: #f29e38;
}

.faq_item::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../ossweb-img/faq_line.png) center center / 100% no-repeat;
    width: 12.03rem;
    height: 0.03rem;
    left: 0;
    right: 0;
    bottom: -0.52rem;
    margin: 0 auto;
}
.faq_item:last-child::after,
.faq_item:first-child::after {
    display: none;
}
.faq_item:first-child {
    margin: 0.32rem 0 0.8rem 0;
}

.faq_text {
    color: #ead58e;
    font-size: 0.2rem;
    line-height: 0.3rem;
}
.m_faq_text {
    display: none;
}

.faq_question {
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #ead58e;
    margin-bottom: 0.52rem;
}
.m_faq_question {
    display: none;
}

.faq_answer {
    font-size: 0.16rem;
    line-height: 0.32rem;
    color: #fff1d7;
}
.m_faq_answer {
    display: none;
}

.faq_tip {
    color: #747474;
    font-size: 0.16rem;
    line-height: 0.26rem;
}
.m_faq_tip {
    display: none;
}

.scroll_bar {
    background: url(../ossweb-img/scroll_bar.png) center center / 0.08rem 5.12rem no-repeat;
    background-color: transparent;
    width: 0.35rem;
    height: 5.12rem;
    position: absolute;
    top: 0.6rem;
    bottom: 0;
    right: -.5rem;
    margin: auto 0;
    pointer-events: auto;
    /* 确保可以点击 */
}

.scroll_bar i {
    display: block;
    background: url(../ossweb-img/scroll_icon.png) center center / 0.35rem 0.48rem no-repeat;
    width: 0.35rem;
    height: 0.48rem;
    position: relative;
    transform: translateY(0);
    cursor: url(../ossweb-img/cussor1.png), auto;
    transition: transform 0.1s ease-out;
}

.footer {
    width: 14rem;
    margin: 0 auto;
    padding-top: 1.5rem;
}

.footer_link1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer_link1 .link {
    display: block;
    margin: 0 0.2rem;
    position: relative;
}

.footer_link1 .link::after {
    content: "";
    display: block;
    background: #baa48f;
    width: 1px;
    height: 0.28rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -0.2rem;
}

.footer_link1 .link:last-child::after {
    display: none;
}

.footer_link1 .link p {
    font-size: 0.18rem;
    color: #baa48f;
    line-height: 0.28rem;
}

.footer_link1 .link p:hover {
    filter: brightness(1.5);
}

.footer_link2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.4rem auto;
}

.footer_link2 .link {
    position: relative;
}

.footer_link2 .level_infinite {
    display: block;
    background: url(../ossweb-img/level_infinite.png) center center / 100% no-repeat;
    width: 1.45rem;
    height: 0.37rem;
    margin: 0 0.2rem;
}

.footer_link2 .timi {
    display: block;
    background: url(../ossweb-img/timi.png) center center / 100% no-repeat;
    width: 1.11rem;
    height: 0.45rem;
    margin: 0 0.2rem;
}

.footer_link2 .capcom {
    display: block;
    background: url(../ossweb-img/capcom.png) center center / 100% no-repeat;
    width: 1.67rem;
    height: 0.3rem;
    margin: 0 0.2rem;
}

.footer_link2 .link::after {
    content: "";
    display: block;
    background: #baa48f;
    width: 1px;
    height: 0.28rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -0.2rem;
    margin: auto 0;
}

.footer_link2 .link:last-child::after {
    display: none;
}

.copyright_tip {
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #baa48f;
    text-align: center;
}

/* 弹窗 */
.dialog {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .8);
    display: none;
}
.pop {
  width: 5.81rem;
  height: 3.22rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  background: url(../ossweb-img/pop.png) top center no-repeat;
  background-size: 100%;
  padding: 0.14rem;
  display: none;
}
.pop .btn_close {
    display: block;
    background: url(../ossweb-img/btn_close.png) center center / 100% no-repeat;
    width: 0.27rem;
    height: 0.27rem;
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    transition: all 0.3s ease-out;
}
.pop .btn_close:hover {
    transform: rotate(180deg);
}
.p_title {
    height: 0.57rem;
}

.p_title p {
    font-size: 0.27rem;
    line-height: 0.57rem;
    color: #ead58e;
    text-align: center;
}
.p1_con {
    height: 1.56rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
}
.p1_con p {
    font-size: 0.16rem;
    line-height: 0.26rem;
    color: #d7c896;
}
.btn_cancel {
    background: url(../ossweb-img/btn_cancel.png) center center / 100% no-repeat;
    display: block;
    width: 2.16rem;
    height: 0.56rem;
    position: absolute;
    bottom: 0.3rem;
    left: 0.6rem;
}
.btn_cancel p {
    font-size: 0.25rem;
    color: #f7e388;
    text-align: center;
    line-height: 0.56rem;
}
.btn_confirm {
    background: url(../ossweb-img/btn_confirm.png) center center / 100% no-repeat;
    display: block;
    width: 2.16rem;
    height: 0.55rem;
    position: absolute;
    bottom: 0.3rem;
    right: 0.6rem;
}
.btn_confirm p {
    font-size: 0.25rem;
    color: #f9f1d7;
    text-align: center;
    line-height: 0.55rem;
}
.p2_con {
    height: 2.3rem;
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p_text {
    font-size: 0.2rem;
    color: #d7c896;
    line-height: 0.3rem;
    text-align: center;
}

/* 滚动条 */
::-webkit-scrollbar {
    width: 3px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background-color: #000000;
    border-radius: 0;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb {
    background-color: #f5f2ba;
    border-radius: 10px;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}

.footer #ot-sdk-btn.ot-sdk-show-settings,
.footer #ot-sdk-btn.optanon-show-settings {
  color: #baa48f !important;
  font-size: 0.18rem !important;
  line-height: 0.28rem !important;
  cursor: url(../ossweb-img/cussor1.png), auto;
}
.footer #ot-sdk-btn.ot-sdk-show-settings:hover,
.footer #ot-sdk-btn.optanon-show-settings:hover {
    color: #baa48f !important;
    filter: brightness(1.5);
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-cat-header{
  margin: 0 .5em !important;
}