@charset "UTF-8";

.main-img{
    margin-top: -50px;
}

.main-sentence{
    color: #AA231A;
    margin-bottom: 50px;
    margin-top: 70px;
    margin-right: 600px;
}

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

#logo_yoineko{
    margin-top: 30px;
    margin-bottom: -30px;
    width: 450px;
}

.main-object{
    display: flex;
    justify-content: center;
}

#hp-chara{
    position: absolute;
    bottom: 20px;
    margin-left: 400px;
    width: 550px;
}

.footer-contents{
    position: absolute;
    bottom: 0;
}

.footer-img{
    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;
    }

    #hp-chara{
        width: 340px;
        margin-left: -30px;
        position: relative;
    }

    #logo_yoineko{
        margin-top: 30px;
        margin-left: 20px;
        margin-right: auto;
        width: 250px;
    }

    #head_about{
        margin-left: 30px;
        width: 250px;
    }

    .main-object{
        display: block;
        justify-content: center;
    }

    .main-sentence{
        text-align: center;
        font-size: 2.7vw;
        max-font-size: 0.9rem;
        margin-right: 0;
        margin-top: 80px;
    }

    .main-contents{
        justify-content: center;
        margin-top: 100px;
        margin-left: 0;
    }

    /*フッター*/
    #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: -25px 10vw -75px 0;
    }
}