@charset "UTF-8";

/* reset */
html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
em,
i,
span,
a,
img,
input,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

a,
img,
input {
    border: none;
}

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

b {
    font-weight: bold;
}

a {
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: none;
    outline: none;
    border: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    outline: none;
    background: none;
}

a,
img {
    -webkit-touch-callout: none;
    /* 禁止长按链接与图片弹出菜单，根据需要选择是否删除 */
}

em,
i {
    list-style: none;
    font-style: normal;
}

html,
body {
    -webkit-user-select: none;
    /* 禁止选中文本（如无文本选中需求，此为必选项） */
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none !important;
    -webkit-text-size-adjust: 100% !important;
    overflow-x: hidden;
}

/* reset end */
html {
    font-size: 50px;
    /* 兼容不支持vw的系统 */
    font-size: 13.33333333vw;
    /* 7.5rem === 100vw */
}

@media (max-width: 1024px) {

    html,
    body {
        max-width: 1024px;
    }
}

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

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

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

.s1 {
    height: 6rem;
}

.top_nav {
    background: url(../ossweb-img/m/nav_bg.png) center center/ 100% 100% no-repeat;
    width: 7.5rem;
    height: 0.89rem;
    display: flex;
    align-items: center;
}

.top_nav .logo {
    display: block;
    background: url(../ossweb-img/m/logo.png) center center / 100% no-repeat;
    width: 1.07rem;
    height: 0.82rem;
    flex-shrink: 0;
    margin: 0 0 0 0.2rem;
}

.language {
    background: url(../ossweb-img/m/lang_bg.png) center center / 100% no-repeat;
    width: 2.94rem;
    height: 0.69rem;
    margin: 0 0.1rem 0 auto;
    position: relative;
    z-index: 1;
}

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

.language::after {
    content: "";
    display: block;
    background: url(../ossweb-img/m/row_icon.png) center center / 100% no-repeat;
    width: 0.16rem;
    height: 0.23rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.2rem;
    margin: auto 0;
    transition: all 0.3s;
}

.language.act::after {
    transform: rotate(90deg);
}

.language .lang {
    width: 1.8rem;
    font-size: 0.25rem;
    color: #d7c896;
    line-height: 0.45rem;
    height: 0.45rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: .6rem;
    margin: auto 0;
    text-align: center;
}

.language .lang_list {
    display: none;
}

.language .lang_list {
    display: block;
    background: url(../ossweb-img/m/lang_list.png) top center / 100% no-repeat;
    width: 2.77rem;
    height: 1.16rem;
    max-height: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0.48rem;
    margin: 0 auto;
    opacity: 0;
    transition: all 0.3s;
    padding-top: 0.1rem;
}

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

.lang_item {
    font-size: 0.25rem;
    color: #d7c896;
    line-height: 0.43rem;
    margin: 0.06rem auto;
    text-align: center;
    height: 0.43rem;
    width: 2.69rem;
    position: relative;
}

.lang_item::after {
    content: "";
    display: block;
    background: url(../ossweb-img/m/lang_line.png) center center / 100% no-repeat;
    width: 2.47rem;
    height: 0.02rem;
    position: absolute;
    bottom: -0.01rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.lang_item:last-child::after {
    display: none;
}

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

.btn_home {
    display: block;
    background: url(../ossweb-img/m/btn_home.png) center center / 100% no-repeat;
    width: 1.44rem;
    height: 0.73rem;
    position: relative;
    top: 0.04rem;
    margin: 0 0.1rem 0 0;
}
.btn_home p {
    font-size: 0.25rem;
    line-height: 0.7rem;
    color: #d7c896;
    text-align: center;
}

.btn_social_media {
    display: block;
    background: url(../ossweb-img/m/btn_slide.png) center center / 100% no-repeat;
    width: 0.68rem;
    height: 0.68rem;
    margin: 0 0.1rem 0 0;
    position: fixed;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-flow: column;
    top: 0.9rem;
    right: 0.2rem;
    z-index: 2;
}

.btn_social_media i {
    display: block;
    background: url(../ossweb-img/m/btn_slide_icon.png) center center / 100% 100% no-repeat;
    width: 0.21rem;
    height: 0.03rem;
    margin: 0.02rem auto;
    flex-shrink: 0;
    transition: all 0.3s;
}

.btn_social_media.act i {
    display: none;
}

.btn_social_media.act i:first-child {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-135deg);
    width: 0.33rem;
}

.btn_social_media.act i:last-child {
    display: block;
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0.33rem;
}

.m_social_media_box {
    background: url(../ossweb-img/m/side_bg.png) top center / 100% no-repeat;
    width: 7.5rem;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
    top: -100%;
    opacity: 0;
    transition: all 0.3s;
}

.m_social_media_box::after {
    content: "";
    width: 200vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: -50vw;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.m_social_media_box.act {
    top: 0;
    opacity: 1;
}

.m_logo {
    display: block;
    background: url(../ossweb-img/m/m_logo.png) center center / 100% no-repeat;
    width: 1.75rem;
    height: 1.33rem;
    margin: 0.1rem 0 0 0.1rem;
}

.m_btn_close {
    display: block;
    background: url(../ossweb-img/m/btn_close.png) center center / 100% no-repeat;
    width: 0.37rem;
    height: 0.37rem;
    position: absolute;
    top: 0.4rem;
    right: 0.2rem;
}

.social_media_list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    top: 1.7rem;
}

.social_media_list a {
    width: 2rem;
    height: 1.2rem;
    margin: 0.6rem 0.4rem;
}

.social_media_list .x-box {
    display: block;
    background: url(../ossweb-img/m/x-box.png) center center / 0.53rem 0.55rem no-repeat;
}

.social_media_list .fb {
    display: block;
    background: url(../ossweb-img/m/fb.png) center center / 0.53rem 0.53rem no-repeat;
}

.lang-ja .social_media_list .fb {
    display: none;
}

.social_media_list .ins {
    display: block;
    background: url(../ossweb-img/m/ins.png) center center / 0.59rem 0.59rem no-repeat;
}

.social_media_list .yt {
    display: block;
    background: url(../ossweb-img/m/yt.png) center center / 0.71rem 0.49rem no-repeat;
}

.social_media_list .discord {
    display: block;
    background: url(../ossweb-img/m/discord.png) center center / 0.67rem 0.49rem no-repeat;
}

.slogan {
    display: block;
    background: url(../ossweb-img/m/slogan_en.png) center center / 6.39rem 0.48rem no-repeat;
    width: 7rem;
    height: 0.98rem;
    position: absolute;
    top: 3.4rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: scale(1.1);
}
.lang-en .slogan { 
    background: url(../ossweb-img/m/slogan_en.png) center center / 6.39rem 0.48rem no-repeat;
}
.lang-ja .slogan {
    background: url(../ossweb-img/m/slogan_ja.png) center center / 5.46rem 0.57rem no-repeat;
}

/* .slogan {
    background: url(../ossweb-img/slogan.png) center center / 100% no-repeat;
    width: 7.2rem;
    height: 0.98rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.2rem;
    margin: 0 auto;
    text-align: center;
    font-size: 0.47rem;
    line-height: 0.74rem;
    color: #d7c896;
    display: flex;
    align-items: center;
    justify-content: center;

}

.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 {
    background: url(../ossweb-img/m/btn_join.png) center center / 100% no-repeat;
    width: 3.14rem;
    height: 0.88rem;
    position: absolute;
    top: 4.87rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}
.btn_join.act {
    display: block;
    position: fixed;
    top: unset;
    bottom: 1.4rem;
    animation: an_join 0.5s ease-in-out;
}
@keyframes an_join {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
.btn_join.bottom {
    position: absolute;
    bottom: 3.4rem;
}

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

.s2 {
    min-height: 17rem;
    height: auto;
    margin-bottom: 0.8rem;
}

.s2_content {
    padding-top: 0.5rem;
    display: flex;
    flex-flow: column;
    flex-direction: column-reverse;
}

.join_info_box {
    background: url(../ossweb-img/m/join_info_box.png) center center / 100% no-repeat;
    width: 6.87rem;
    height: 8.66rem;
    margin: 0.4rem auto 0.5rem;
    position: relative;
}

.join_info_text_box {
    width: 6rem;
    height: 7.6rem;
    margin: 0.3rem auto 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0.1rem;
}
.pc_join_info_text {
    display: none;
}

.join_info_title {
    font-size: 0.32rem;
    line-height: 0.52rem;
    text-align: center;
    width: max-content;
    padding: 0 0.33rem;
    margin: 0.1rem 0 0.44rem 0;
    background: linear-gradient(#EAE1AD, #BDA96D);
    -webkit-background-clip: text;
    color: transparent;
}
.lang-ja .join_info_title {
    margin: 0.1rem 0 0.3rem 0;
}

.join_info_tit {
    font-size: 0.24rem;
    color: #ead58e;
    line-height: 0.4rem;
    position: relative;
    padding-left: 0.33rem;
    margin-top: 0.4rem;
}
.lang-ja .join_info_tit {
    margin-top: 0.24rem;
}

.join_info_tit:first-child {
    margin-top: 0;
}

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

.join_info_text {
    font-size: 0.18rem;
    line-height: 0.4rem;
    color: #fff1d7;
    padding-left: 0.33rem;
    margin-bottom: 0.1rem;
}

.join_info_tip {
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #8d877d;
    padding-left: 0.33rem;
    margin-top: 0.3rem;
}

.btn_more {
    display: block;
    padding: 0 0.3rem;
}
/* 已点击 */
.btn_more:visited {
    color: #a19d91;
}

.btn_more p {
    font-size: 0.24rem;
    line-height: 0.34rem;
    color: #ead58e;
    text-align: right;
    text-decoration: underline;
}

.beta_reward_title {
    background: url(../ossweb-img/m/faq_title_line.png) bottom center / 100% 0.04rem no-repeat;
    width: 6.64rem;
    margin: 0 auto;
    width: max-content;
    position: relative;
    padding: 0 0.44rem;
    max-width: 5rem;
}
.beta_reward_title::before {
    content: "";
    display: block;
    background: url(../ossweb-img/m/faq_title_icon.png) center center / 100% no-repeat;
    width: 0.34rem;
    height: 0.36rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}
.beta_reward_title::after {
    content: "";
    display: block;
    background: url(../ossweb-img/m/faq_title_icon.png) center center / 100% no-repeat;
    width: 0.34rem;
    height: 0.36rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
}

.beta_reward_title p {
    font-size: 0.51rem;
    line-height: 0.8rem;
    text-align: center;
    position: relative;
    margin: 0 auto;
    background: linear-gradient(#EAE1AD, #BDA96D);
    -webkit-background-clip: text;
    color: transparent;
}

.beta_reward_tip {
    width: 6.64rem;
    margin: 0.4rem auto;
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #fff1d7;
    max-height: 2rem;
}
.lang-ja .beta_reward_tip {
    text-align: center;
}

.beta_reward_tip i{
    color: #f29e38;
}

.beta_reward_img {
    display: block;
    background: url(../ossweb-img/m/beta_reward_img_bg.png) center center / 100% no-repeat;
    width: 3.92rem;
    height: 3.95rem;
    margin: 0 auto;
    position: relative;
}

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

.s2 .btn_join {
    display: none;
}

.s3 {
    height: auto;
    max-height: 47rem;
}

.faq_box {
    padding-top: 0.2rem;
    width: 6.64rem;
    margin: 0 auto;
}

.faq_title {
    background: url(../ossweb-img/m/faq_title_line.png) bottom center / 100% 0.04rem no-repeat;
    width: 6.64rem;
    margin: 0 auto;
    width: max-content;
    position: relative;
    padding: 0 0.44rem;
    max-width: 5rem;
}

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

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

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

.faq_list {
    margin: 0.6rem auto 0;
    height: auto;
    padding: 0 0.4rem;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 44rem;
}

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

.faq_item:first-child {
    margin-top: 0;
}

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

.faq_text {
    font-size: 0.24rem;
    line-height: 0.34rem;
    color: #ead58e;
}
.pc_faq_text{ 
    display: none;
}

.faq_question {
    font-size: 0.24rem;
    line-height: 0.34rem;
    color: #ead58e;
    margin-bottom: 0.2rem;
}
.pc_faq_question {
    display: none;
}

.faq_answer {
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #fff1d7;
}
.pc_faq_answer {
    display: none;
}

.faq_tip {
    color: #747474;
    font-size: 0.18rem;
    line-height: 0.28rem;
}
.pc_faq_tip {
    display: none;
}

.footer {
    margin: 0 auto;
    background: url(../ossweb-img/m/footer.png) center center / 100% no-repeat;
    width: 7.5rem;
    height: 3.3rem;
}

.footer_link1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 7rem;
    margin: 0 auto;
    margin-top: 0.6rem;
}

.footer_link1 .link {
    display: block;
    margin: 0 0.1rem;
    position: relative;
    margin-top: 0.6rem;
}

.footer_link1 .link::after {
    content: "";
    display: block;
    background: rgba(186, 164, 143, .5);
    width: 1px;
    height: 0.2rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -0.1rem;
    margin: auto 0;
}

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

.footer_link1 .link p {
    font-size: 0.16rem;
    color: rgba(186, 164, 143, .5);
    line-height: 0.26rem;
}

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

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

.footer_link2 .link {
    position: relative;
}

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

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

.footer_link2 .capcom {
    display: block;
    background: url(../ossweb-img/m/capcom.png) center center / 100% no-repeat;
    width: 1.44rem;
    height: 0.26rem;
    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.16rem;
    line-height: 0.26rem;
    color: rgba(186, 164, 143, .5);
    text-align: center;
}

.social_media_box {
    display: none;
}

/* 弹窗 */
.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;
}

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


.footer #ot-sdk-btn.ot-sdk-show-settings,
.footer #ot-sdk-btn.optanon-show-settings {
  color: rgba(186, 164, 143, .5) !important;
  font-size: 0.16rem !important;
  line-height: 0.26rem !important;
}
.footer #ot-sdk-btn.ot-sdk-show-settings:hover,
.footer #ot-sdk-btn.optanon-show-settings:hover {
    color: rgba(186, 164, 143, .5) !important;
    filter: brightness(1.5);
}