/*  df-menu
-------------------------------------------------
    - df-width-menu
    - menu-top
------------------------------------------------*/

.df-width-menu
{
    /**/
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    width: 900px;
    max-width: 1920px;
}

@media screen and (max-width: 768px)
{
    .df-width-menu
    {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }
}

/*-----------------------------------------------
   social-links
-----------------------------------------------*/
.social-links
{
    display: flex;
    position: fixed;
    top: 4.5rem;
    right: 6rem;
    z-index: 20;
    width: 80px;
    height: 70px;
    flex-direction: row;
}

.bt_twitter ,
.bt_guide ,
.bt_fb ,
.bt_ig ,
.bt_youtube,
.bt_discord
{
    display: block;
    margin: 0 1px;
    opacity: .5;
    overflow: hidden;
    transition: all .3s;
    text-indent: -999px;
    background: url(../images/btn/bt_twitter-b.png) 0 0 / 100% no-repeat;
    flex: 1;
}

.bt_youtube
{
    background: url(../images/btn/bt_youtube-b.png) 0 0 / 100% no-repeat;
}

.bt_guide
{
    background: url(../images/btn/bt_guide-b.png) 0 0 / 100% no-repeat;
}
.bt_ig
{
    background: url(../images/btn/bt_ig-b.png) 0 0 / 100% no-repeat;
}
.bt_fb
{
    background: url(../images/btn/bt_fb-b.png) 0 0 / 100% no-repeat;
}
.bt_discord
{
    background: url(../images/btn/bt_discord-b.png) 0 0 / 100% no-repeat;
}
.bt_twitter:hover ,
.bt_guide:hover ,
.bt_ig:hover ,
.bt_fb:hover ,
.bt_youtube:hover,
.bt_dicord:hover
{
    opacity: 1;
    opacity: .8;
    transition: all .3s;
    background: url(../images/btn/bt_twitter.png) 0 0 / 100% no-repeat;
}

.bt_youtube:hover
{
    background: url(../images/btn/bt_youtube.png) 0 0 / 100% no-repeat;
}

.bt_guide:hover
{
    background: url(../images/btn/bt_guide.png) 0 0 / 100% no-repeat;
}
.bt_ig:hover
{
    background: url(../images/btn/bt_ig.png) 0 0 / 100% no-repeat;
}
.bt_fb:hover
{
    background: url(../images/btn/bt_fb.png) 0 0 / 100% no-repeat;
}
.bt_discord:hover
{
    background: url(../images/btn/bt_discord.png) 0 0 / 100% no-repeat;
}
@media screen and (max-width:768px)
{

    .social-links
    {
        top: 11vh;
        right: 2rem;
        width: 70px;
    }


    .social-links-open
    {
        position: absolute;
        top: 70vh;
        right: 0;
        left: 0;
        margin: 0 auto;
        z-index: 99;
        width: 80px;
        height: 35px;
        flex-direction: row;
        animation: link_ 3s ease 0 1 both;
    }
}

@media screen and (max-width:320px)
{
    .social-links
    {
        top: 11vh;
        right: 2rem;
    }
}

/*-----------------------------------------------
    menu-box
-----------------------------------------------*/

.menu-box-img img
{
    opacity: 0;
    cursor: pointer;
    transition: all .3s;
}

.menu-box-img:hover img
{
    opacity: 1;
    transition: all .3s;
}


/*-----------------------------------------------
    menu-item
-----------------------------------------------*/
.bar-item
{
    position: absolute;
}

.game-name
{
    display: block;
    margin: 8px 0 0 35px;
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
}

.game-sl
{
    display: block;
    margin: -78px 0 0 36px;
    color: #4a342f;
    font-size: .75rem;
    letter-spacing: .03rem;
}

.icon
{
    position: absolute;
    top: 7px;
    left: 72px;
    z-index: 10;
    width: 95px;
}

.icon img
{
    max-width: 100%;
}

.block
{
    /*background: #c4b68c;*/
    display: none;
    position: absolute;
    z-index: 10;
    opacity: 1;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px)
{
    .icon
    {
        top: 7px;
        left: 0;
        width: 90px;
    }

    .icon img
    {
        max-width: 80%;
    }

    .game-name
    {
        margin: 7px 10px 0 2%;
        font-size: 1.5rem;
    }

    .game-sl
    {
        display: block;
        margin: -79px 0 0 5px;
        font-size: .75rem;
    }
}

/*-----------------------------------------------
    menu-top
-----------------------------------------------*/
.menu-top a
{
    display: block;
    width: 100%;
    height: 45px;
    height: 100%;
    line-height: 60px;
    font-size: 1.05rem;
    letter-spacing: .01rem;
}

.bar_move
{
    display: block;
    position: absolute;
    top: 0;
    left: 170px;
    margin: 0 0 0 9px;
    width: 11%;
    height: 5px;
    height: 60px;
    text-align: left;
    background-color: #6fb0e1;
}

.menu-top
{
    position: fixed;
    top: 0;
    padding: 0;
    z-index: 99;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #ddd;
    transition: all .3s;
    background-color: #ffff;
}

.down-mt
{
    transition: all .3s;
    background-color: #fff;
}

.top-mt
{
    transition: all .3s;
    background-color: #fff;
}

.menu-list
{
    position: relative;
}

.menu-list ul
{
    float: right;
    width: 85%;
}

.menu-list ul a
{
    position: relative;
    margin: 0 0px;
    float: left;
    width: 14%;
    height: 60px;
    overflow: hidden;
    color: #060606;
    font-family: 'Playfair Display', serif;
    font-size: 0.85rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.01rem;
}

.menu-list ul a:nth-child(1)
{
    padding: 0 0 0 46px;
    width: 12%;
    color: #fff;
}

.menu-list ul a:nth-child(2)
{
    padding: 0 0 0 23px;
    width: 12%;
}

.menu-list ul a:nth-child(3)
{
    padding: 0 0 0 7px;
    width: 14%;
}
.menu-list ul a:nth-child(4)
{
    padding: 0 0 0 6px;
    width: 14%;
}
.menu-list ul a:nth-child(5)
{
    padding: 0 0 0 6px;
    width: 15%;
    /*! border: 0; */
}
.menu-list ul a:nth-child(6)
{
    padding: 0 0 0 11px;
    width: 14%;
}

.menu-list ul a:nth-child(7)
{
    padding: 0 0 0 7px;
    width: 14%;
}
.icon-home
{
    position: relative;
    margin: 0 0 0 15px;
    padding-left: 145px;
    float: left;
    height: 60px;
}

.icon-home a
{
    width: 250px;
}

.menu-drop ,
.menu-up
{
    margin: 0 15px;
    float: right;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    font-size: 1.2rem;
}

.menu-drop img ,
.menu-up img
{
    width: 0;
}

.menu-up
{
    display: none;
    margin: -55px 0 0 0;
    color: #000;
}


@media screen and (max-width:1400px)
{
    .menu-list ul a
{
    margin: 0 0px;
    width: 16%;
    height: 60px;
    overflow: hidden;
    color: #505050;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: .01rem;
}

.menu-list ul
{
    float: right;
    width: 63%;
}
.bar_move
{
    display: block;
    position: absolute;
    top: 0;
    left: 170px;
    margin: 0 0 0 7px;
    width: 10%;
    height: 5px;
    height: 60px;
    text-align: left;
    background-color: #6fb0e1;
}
}


@media screen and (max-width: 768px)
{
    .icon-home
    {
        position: relative;
        margin: -7px 0 0 15px;
        padding-left: 80px;
        height: 57px;
        /*! background: #fff; */
        /*! width: 100%; */
    }

    .menu-drop img ,
    .menu-up img
    {
        width: 23px;
    }

    .menu-up
    {
        margin: 0 15px 0 0;
    }

    .bar-item
    {
        position: relative;
        padding-top: 10px;
        z-index: 99;
        width: 100%;
        height: 59px;
        background: #fff;
    }

    .menu-box
    {
        position: absolute;
        top: 0;
        margin: 0 auto;
        padding: 30px 0 0 0;
        z-index: 10;
        width: 90%;
        max-width: 450px;
        overflow: hidden;
        border-radius: 0;
        background: url(../images/menu-box.jpg) no-repeat 0 30px;
        background-size: 100%;
    }

    .menu-list
    {
        position: absolute;
        top: -100vh;
        left: 0;
        z-index: 98;
        width: 100%;
        height: 100vh;
    }

    .menu-list-open
    {
        top: 0;
        transition: all .5s ease;
    }

    .menu-list-close
    {
        top: -100vh;
        transition: all .8s ease;
    }

    .menu-list ul
    {
        padding: 20vh 0;
        float: none;
        width: 100%;
        height: 100%;
        background: #020202eb;
    }

    .menu-list ul a
    {
        margin: 0 7px;
        float: none;
        width: 19%;
        height: 55px;
        color: #505050;
        border-bottom: 1px solid #222020;
        font-size: 1.5rem;
        font-weight: 550;
        text-align: center;
        letter-spacing: .03rem;
    }

    .menu-list ul a:nth-child(1) ,
    .menu-list ul a:nth-child(2) ,
    .menu-list ul a:nth-child(3) ,
    .menu-list ul a:nth-child(4) ,
    .menu-list ul a:nth-child(5),
    .menu-list ul a:nth-child(6),
    .menu-list ul a:nth-child(7)
    {
        /*! background: #000000b0; */
        margin: 0 auto;
        padding: 0;
        width: 80%;
    }

    /* .menu-list ul a
    {
        position: absolute;
        top     : -380px;
        left    : 0;
        z-index : 98;
        width   : 100%;
        height  : 40px;
    }*/
}

/*-----------------------------------------------
    close
-----------------------------------------------*/

/*   show 0-768px   */
.goclose
{
    /*display: none;*/
    width: 0;
    height: 0;
}

.goclose .nav_close
{
    position: fixed;
    top: 1px;
    right: 4px;
    z-index: 99;
    width: 45px;
    height: 45px;
    cursor: pointer;
    border-radius: 50%;
    transition: all .3s;
    /*! padding: 7px 0 0 0; */
}

.nav_close span ,
.nav_close:before ,
.nav_close:after
{
    display: block;
    margin: 7px auto 6px;
    width: 50%;
    height: 3px;
    content: '';
    transition: all .3s;
    background-color: #423e3e;
}

.nav_close:before
{
    margin-top: 19px;
}

.nav_close span
{
    margin-top: 6px;
    margin-bottom: -1px;
}

.menuOpen .nav_close
{
    top: 15px;
    right: 2px;
    transform: rotate(180deg);
    animation: slow-float .3s ease-out 0s 1 both;
}

.menuOpen .nav_close:before
{
    transform: translateY(9px) rotate(45deg);
}

.menuOpen .nav_close:after
{
    transform: translateY(-9px) rotate(-45deg);
}

.menuOpen .nav_close span
{
    background-color: transparent;
}



@media screen and (max-width:768px)
{
    .goclose
    {
        display: block;
        z-index: 99;
        /*! width: auto; */
        /*! height: auto; */
    }
}



/*-----------------------------------------------
    homeback
-----------------------------------------------*/
.homeback {
    position: absolute;
    left: 70%;
    top: 0;
    z-index: 99;
}

.homeback a {
    font-family: 'Playfair Display', serif;
    float: left;

    text-align: center;
    position: relative;
    height: 60px;
    overflow: hidden;
    width: 100px;
    font-size: 1.15rem;
    letter-spacing: 0.03rem;
    font-weight: 550;

    line-height: 60px;
}

.homeback a:hover {
    background: #55acee;
    color: #fff;

}


@media screen and (max-width:768px) {
    .homeback {
        right: 0;

    }

    .homeback a {

        color: #fff;
        line-height: 60px;
        background: url(../images/btn/icon-home.png) no-repeat 90% center / 25%;
        color: #fff;
        text-indent: -300%;
        overflow: hidden;
    }

    .homeback a:hover {
        background: #fff;
        background: url(../images/btn/icon-home.png) no-repeat 90% center / 25%;

    }
}
