/* footer */
footer {
    font-size: 14px;
    background: #858483;
    padding: 3em 0 2em;
    margin-top: 10%;
}

footer ul {
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding-bottom: 2em;
    text-align: center;
}

footer ul li a {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #fff;
    box-sizing: border-box;
}

footer p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    text-align: center;
    color: #fff;
    font-size: 0.8em;
    font-family: poppins;
    font-weight: 200;
    letter-spacing: 0.15em;
}