@charset "utf-8";

/*main*/
#main {
    white-space: nowrap;
    overflow: hidden;
    background-attachment: fixed;
}

#home {
    height: 768px;
    text-align: left;
    background-size: cover;
    margin-top: 64px;
}

#home .home1{
    height: 768px;
    text-align: left;
    width: 100%;
}

#home .home2{
    height: 768px;
    text-align: left;
    width: 100%;
}

#home .home3{
    height: 768px;
    text-align: left;
    background-size: cover;
    width: 100%;
}

.sliders_show{
    height: 881.5px;
    width: 1763px;
    overflow: hidden;
    position: absolute;
}

.navigation{
    position: relative;
    bottom: 22px;
    left: 20%;
    display: none;
}

.bar{
    width: 50px;
    height: 10px;
    border: 2px solid #fff;
    margin:  6px;
    cursor: pointer;
    transition: 0.4s;
}

.bar:hover{
    background: #d2c69e
}

input[name="control"]
{
    position: absolute;
    visibility: hidden;
}

.sliders {
    /* width: 1740px;
    overflow: hidden;
    position: absolute; */
}

.slider_item{
    width: 0.6s;
    transition: 0.6s;
    position: absolute;
}

.slider img{
    width: 100%;
    height: 100%;
}

#control_1:checked ~ .slider_item1{
    margin-left: 0;
}

#control_2:checked ~ .slider_item1{
    margin-left: -20%;
}

#control_3:checked ~ .slider_item1{
    margin-left: -40%;
}


#instroduction {
}

#nft {
    height: auto;
    width: 100%;
    text-align: center;
    background-size: cover;
}

#game {
    height: auto;
    width: 100%;
    text-align: center;
    background-size: cover;
}

#community {
    height: auto;
    width: 100%;
    text-align: center;
    background-size: cover;
}

#comunity {
    height: auto;
    width: 100%;
    text-align: center;
    background-size: cover;
    margin-top: 100px;
    padding-top: 50px;
}

#footer {
    height: 66px;
    width: 100%;
    text-align: center;
    background-color: rgb(223, 223, 223);
}

/*navigation*/
#navigation {
    position: relative;
    display: flex;
}

#navigation .nav-top {
    position: absolute;
}

#navigation .nav-fixed {
    position: fixed;
    top: 0;
}

#nav-bar {
    background: url("../img/header.png") center;
    height: 64px;
    z-index: 100;
    width: 100%;
    background-size: 100% 100%;
}

#nav-bar ul {
    margin-right: 2%;
    margin-top: 16px;
    float: right;
}

#nav-bar li {
    list-style: none;
    width: 12%;
    float: left;
    text-decoration: none;
}

.nav-icon{
    display: flex;
}

.top_btn {
    min-width: 164px;
    padding: 0 16px;
    display: inline-block;
    background: none;
    font-size: 18px;
    color: white;
    border: none;
    height: 66px;
    width: 70px;
    outline: none;
    position: relative;
    top: -13px;
    cursor: pointer;
}

.top_btn_selected{
    position: relative;
    /* display: none; */
    visibility: hidden;
    top: -40px;
}

.top_btn:hover .top_btn_selected {
    display: block;
    visibility: visible;
}

.top_btn:hover .btn_content {
    color: rgb(54, 112, 195);
}

.btn_content {
    position: relative;
    align-items: center;
    color: rgb(0, 0, 0);
    line-height: normal;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'HiraginoSans-W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

/*home*/
#box_top {
    position: relative;
    height: 768px;
    /* margin-bottom: -40px; */
}

.top_logo{
    position: absolute;
    text-align: left;
    top: 12px;
    left: 20px;
}

/*instroduction*/
.instroduction_class {
    position: relative;
    background: url("../img/instroduction_bg.png") no-repeat center;
    width: 100%;
    height: 692px;
    text-align: left;
    background-size: cover;
}

.introduce1{
    position: relative;
    content: url(../img/introduce1.png);
    top: -240px;
    left: 250px;
}

.introduce2{
    position: relative;
    content: url(../img/introduce2.png);
    top: -220px;
    left: 150px;
    height: 700px;
    filter: drop-shadow(0px 0px 0px #c8ff49);
}

.shadow_class {
    animation: shawAnimation linear 1.5s 1000 2s;
}
@keyframes shawAnimation {
    0% {
        filter: drop-shadow(0px 0px 0px #c8ff49);
    }
    50% {
        filter: drop-shadow(0px 0px 50px #c8ff49);
    }
    100% {
        filter: drop-shadow(0px 0px 0px #c8ff49);
    }
}

.introduce3{
    position: relative;
    content: url(../img/introduce3.png);
    top: -220px;
    left: -400px;
}

/*nft*/
#nft .nft_class {
    position: relative;
    background: url("../img/ntf.png") no-repeat center;
    width: 100%;
    height: 1110px;
    left: 161px;
    margin-top: 50px;
}

/*game*/
#game .game_class {
    position: relative;
    background: url(../img/game.png) no-repeat center;
    width: 100%;
    height: 1127px;
    left: -150px;
    text-align: center;
    margin-bottom: 200px;
}

#game .game_class .game1{
    position: relative;
    content: url(../img/game1.png);
    left: 183px;
}

#game .game_class .game2{
    position: relative;
    content: url(../img/game2.png);
    top: 120px;
    left: 200px;
}

#game .game_class .game3{
    position: relative;
    content: url(../img/game3.png);
    left: -160px;
    top: 18px;
}

#game .game_class .game4{
    position: relative;
    content: url(../img/game4.png);
    left: -110px;
    top: -30px;
}

#game .game_class .game5{
    position: relative;
    content: url(../img/game5.png);
    left: 90px;
    top: -60px;
}

#game .game_class .game6{
    position: relative;
    content: url(../img/game6.png);
    top: 40px;
    left: 80px;
}

#nft .nft_class .ntf_button{
    position: relative;
    background: url(../img/btn_ntf.png);
    width: 227px;
    height: 63px;
    top: -135px;
    left: -471px;
    border: none;
    cursor: pointer;
}

#nft .nft_class .ntf1{
    position: relative;
    background: url(../img/ntf1.png);
    width: 201px;
    height: 250px;
    top: -89px;
    left: -300px;
    border: none;
}

#nft .nft_class .star{
    position: relative;
    width: 512px;
    height: 672px;
    top: 40px;
    left: -400px;
    border: none;
}

#nft .nft_class .dianshiji{
    position: relative;
    width: 989px;
    height: 212px;
    top: -31px;
    left: -115px;
    border: none;
}

#nft .nft_class .ntf2{
    position: relative;
    background: url(../img/ntf2.png);
    width: 201px;
    height: 250px;
    top: -89px;
    left: -280px;
    border: none;
}

#nft .nft_class .ntf3{
    position: relative;
    background: url(../img/ntf3.png);
    width: 201px;
    height: 250px;
    top: -89px;
    left: -260px;
    border: none;
}

/*community*/
.community_class {
    position: relative;
    background: url("../img/community.png") no-repeat center;
    width: 100%;
    height: 1127px;
    left: 115px;
    margin-top: -150px;
}

#community .community_class .twitter_button{
    position: relative;
    background: url(../img/btn_twitter.png);
    width: 77px;
    height: 77px;
    top: 525px;
    left: 70px;
    border: none;
    cursor: pointer;
    margin-left: 20px;
}

#community .community_class .some_button{
    position: relative;
    background: url(../img/btn_some.png);
    width: 77px;
    height: 77px;
    top: 525px;
    left: 70px;
    border: none;
    cursor: pointer;
    margin-left: 20px;
}

#community .community_class .disorder_button{
    position: relative;
    background: url(../img/btn_disorder.png);
    width: 77px;
    height: 77px;
    top: 525px;
    left: 70px;
    border: none;
    cursor: pointer;
    margin-left: 20px;
}
#community .community_class .mail_button{
    position: relative;
    background: url(../img/community1.png);
    width: 369px;
    height: 26px;
    top: 625px;
    left: -220px;
    border: none;
    cursor: pointer;
    margin-left: 20px;
}

/*footer*/
#footer .information {
    position: relative;
    background: url("../img/footer.png") no-repeat center;
    width: 100%;
    height: 66px;
}

#footer .information a {
    color: white;
}

#footer .information .text {
    width: 500px;
    background-color: black;
    position: relative;
    margin: 0 auto;
}

#footer .information a:hover {
    color: aliceblue;
}

.zoom_class{
    transition: all 100ms linear;
}

.zoom_class:hover{
    overflow: hidden;
    transform: scale(110%, 110%);
    -webkit-transform: scale(110%, 110%);
    -moz-transform: scale(110%, 110%);
    transition: all 200ms linear;
}

.glow_class{
    filter: drop-shadow(0px 0px 0px #04ff00);
}

.glow_class:hover{
    filter: drop-shadow(0px 0px 5px #04ff00);
}

.aaa{
    position:relative;
    top: 150px;
}


/* language */
.translate
{
    position: relative;
    display: inline-block;
    background: none;
    font-size: 18px;
    color: rgb(0, 0, 0);
    border: none;
    height: 30px;
    width: 100%;
    padding: 0px;
    outline: none;
    text-align: center;
    cursor: pointer;
}

.translate img{
    position: relative;
    left: 7px;
}

.translate .show_btn_text{
    position: relative;
}
.translate .show_btn_text:hover{
    color: rgb(54, 112, 195);
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none; 
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    top: 40px;
}

.dropdown-content a {
    color: rgb(0, 0, 0);
    padding: 12px 25px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.introduce_content{
    position: absolute;
    color: #fff;
    font-size: 20px;
    text-align: left;
    top: 220px;
    left: 240px;
    width: 1000px;
    line-height: 30px;
    font-weight: bold;
}

.community_content{
    position: absolute;
    color: #999999;
    font-size: 16px;
    text-align: left;
    top: 360px;
    width: 1000px;
    line-height: 28px;
    left: 50%;
    margin-left: -585px;
}
    
.ntf_content{
    position: absolute;
    color: #000000;
    font-size: 18px;
    text-align: left;
    top: 320px;
    width: 1000px;
    line-height: 28px;
    left: 50%;
    margin-left: -165px;
}

.game3_content{
    position: absolute;
    color: #000000;
    font-size: 21px;
    top: 1040px;
    line-height: 28px;
    left: 50%;
    margin-left: 30px;
    font-weight: bold;
    pointer-events: none;
}
.game5_content{
    position: absolute;
    color: #000000;
    font-size: 21px;
    top: 1040px;
    line-height: 28px;
    left: 50%;
    margin-left: -362px;
    font-weight: bold;
    pointer-events: none;
}

.game4_content{
    position: absolute;
    color: #000000;
    font-size: 21px;
    top: 1040px;
    line-height: 28px;
    left: 50%;
    margin-left: 410px;
    font-weight: bold;
    pointer-events: none;
}
.game1_title{
    position: absolute;
    color: #fefefe;
    font-size: 21px;
    top: 668px;
    line-height: 28px;
    left: 50%;
    margin-left: 333px;
    font-weight: bold;
    pointer-events: none;
}

.game1_content{
    position: absolute;
    color: #ffffff;
    font-size: 16px;
    top: 713px;
    line-height: 20px;
    left: 50%;
    margin-left: 337px;
    text-align: left;
    pointer-events: none;
}

.game2_title{
    position: absolute;
    color: #ffffff;
    font-size: 21px;
    top: 345px;
    line-height: 20px;
    left: 50%;
    margin-left: 335px;
    text-align: left;
    pointer-events: none;
    font-weight: bold;
}

.game2_content{
    position: absolute;
    color: #ffffff;
    font-size: 16px;
    top: 398px;
    line-height: 20px;
    left: 50%;
    margin-left: 331px;
    text-align: left;
    pointer-events: none;
}

.game6_title{
    position: absolute;
    color: #ffffff;
    font-size: 21px;
    top: 193px;
    line-height: 28px;
    left: 50%;
    margin-left: 25px;
    font-weight: bold;
    pointer-events: none;
}

.game6_content{
    position: absolute;
    color: #ffffff;
    font-size: 16px;
    top: 240px;
    line-height: 20px;
    left: 50%;
    margin-left: -55px;
    text-align: left;
    pointer-events: none;
}

