@charset "UTF-8";

/*メインレイアウト*/

/*メイン*/
.top-contents{
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: -750px;
    color: #AA231A;
}

#head-arts{
    width: 200px;
}

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

/*c104*/
.c104 .main-h{
    width: 200px;
}

.main-h{
    height: 60px;
    background-color: #AA231A;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.main-h p{
    color: white;
    font-family: ab-booing, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
}

#c104{
    width: 600px;
}/*表紙*/

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

.sub1-contents{
    display: flex;
    justify-content: center;
    color: #AA231A;
}

.sub1-sentence{
    margin-left: 40px;
}

/*others*/
.others .main-h{
    width: 300px;
}

.sub2-contents{
    display: flex;
    justify-content: center;
}

.sub2-contents img{
    width: 300px;
    margin-left: 50px;
    object-fit: cover;
}

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

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

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

    .top-contents p{
        font-size: 2.5vw;
        max-font-size: 0.9rem;
    }

    #head-arts{
        margin-left: 30px;
    }

    .main-h{
        margin-left: auto;
        margin-right: auto;
    }

    /*C104*/
    .sub1-contents{
        flex-direction: column;
    }

    #c104{
        width: 65vw;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

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

    .sub1-sentence{
        margin-left: 0;
        text-align: center;
        margin-bottom: 50px;
    }

    /*OTHERS*/
    .sub2-contents{
        flex-direction: column;
    }

    .sub2-contents img{
        margin-left: 0;
        margin-top: 40px;
    }

    /*フッター*/
    #img-cup{
        width: 80px;
        height: auto;
    }

    #logo-x{
        width: 30px;
        height: auto;
        margin-top: -10px;
    }

    .github-logo-f img{
        width: 40px;
        height: auto;
        margin-top: -8px;
    }

    .footer-img{
        margin-top: -20px;
    }

    .footer-contents{
        z-index: 3;
    }
}