@charset "UTF-8";

.top-contents{
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: -850px;
}

.main-contents{
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#head_game{
    width: 250px;
}

/*seek the eye*/
#ste{
    width: 600px;
}

.sub1-contents{
    display: flex;
    justify-content: center;
    /*width: 1280px;*/
}

.sub1-sentence{
    color: #AA231A;
    margin-left: 50px;
}

.sub-h{
    font-family: ab-tori-b, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    margin-bottom: 50px;
}

/*ゲームサイトロゴ*/
.sub1-img{
    margin-top: 30px;
    margin-left: 50px;
}

.logo-rect img{
    width: 120px;
    margin-right: 20px;
}

.freem-logo img{
    margin-bottom: -10px;
}

.gplay-logo img{
    margin-bottom: -5px;
}

.github-logo img{
    margin-bottom: -5px;
    width: 40px;
}

/*フッター*/
.footer-contents{
    position: absolute;
    bottom: 0;
}

.footer-img{
    margin-top: -40px;
    bottom: 60px;
}

#img-cup{
    margin-top: -60px;
    width: 100px;
}

#logo-x{
    width: 40px;
}

.github-logo-f img{
    margin-top: -8px;
    width: 50px;
}

/* モバイル版　*/
@media (max-width: 600px) {
    .hamburger-wrap{
        display: block;
    }

    .head{
        position: absolute;
        top: 0;
        width: 100%;
        height: 80px;
        background-color: #E8C59F;
        z-index: 2;
    }

    #header-img-sm{
        display: block;
        z-index: 3;
        position: absolute;
        top: -20px;
        left: 0;
    }

    #head_game{
        width: 200px;
        margin-top: 30px;
        margin-bottom: -30px;
    }

    .top-contents{
        margin-left: 0;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .sub1-contents{
        flex-direction: column-reverse;
        text-align: center;
    }

    #ste{
        /*steサムネイル*/
        width: 65vw;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .sub1-sentence{
        margin-left: 0;
    }

    .sub1-sentence-main{
        font-size: 2.5vw;
        max-font-size: 0.9rem;
    }

    .sub-h{
        font-size: 6vw;
        max-font-size: 3rem;
    }

    /*ゲームサイトロゴ*/
    .sub1-img{
        margin-left: 0;
        margin-bottom: 50px;
    }

    .logo-rect img{
        width: 17vw;
    }

    .freem-logo img{
        margin-bottom: -6px;
    }

    .gplay-logo img{
        margin-bottom: -3px;
    }

    .github-logo img{
        margin-bottom: -5px;
        width: 8vw;
    }

    /*フッター*/
    .footer-img{
        margin-top: -20px;
    }

    #logo_yoineko{
        margin-top: 0;
        width: 350px;
    }

    #head_about{
        margin-left: 50px;
    }

    #img-cup{
        width: 80px;
    }

    #logo-x{
        width: 30px;
        left: 90%;
        margin-top: -10px;
    }

    .github-logo-f img{
        width: 40px;
        left: 140%;
    }

    .footer-contents{
        position: relative;
    }

    .footer-img{
        position: relative;
        left: 0;
        margin: 100px 10vw -75px 0;
    }
}