.footer{
    background-color: #f2a09b;
    overflow: hidden;
    /* padding-bottom: 100px; */
}

.footer img {
    /* background-color: #e07594; */
    width: 55%;
    position: relative;
    left: 65vw;
    bottom: 185px;
    margin-bottom: -320px;
    max-width: 240px;
}

.footer-category{
    padding-top: 40px;
    padding-left: 40px;

}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer a {
    text-decoration: none;
    color: #333333;
    z-index: 1;
}

.footer-category li {
    width: 160px;
    padding-bottom: 10px;
    font-size: 20px;
    font-family: "uddigikyokasho-pro", sans-serif;
    list-style: none;
}

.SNS-category {
    display: flex;
    justify-content: center;
    column-gap: 60px;
    padding-bottom: 50px;
}

.SNS i {
    font-size: 30px;
    line-height: 1;
}

.C-C- {
    /* display: flex; */
    /* justify-content: center; */
    padding-bottom: 15px;
}

.C-C- p{
    font-size: 10px;
    font-family: "UD Digi Kyokasho NK-R";
    text-align: center;
    padding-bottom: 1px;
}

@media screen and (min-width: 850px) {
    .footer img {
        display: none;
    }

    .footer_menu {
        display: flex;
    }

    .footer-category li {
        width: 10vw;
        padding-bottom: 30px;
        font-size: 20px;
        font-family: "uddigikyokasho-pro", sans-serif;
        list-style: none;
        float: left;
    }


    .footer-category {
        padding-top: 50px;
        /* padding-left: 40px; */
        padding-left: 25.5vw;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        white-space: nowrap;
    }
    
    .SNS-category {
        display: flex;
        justify-content: center;
        column-gap: 60px;
        padding-bottom: 30px;
        padding-top: 15px;
    }

}