#footer .aside3-top > div {
    background-color: #fff;
    color: #000;
    width: 270px;
    height: 44px;
    font-weight: 800;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ----- 会員メニュー ----- */

/* ボタン */
.aside3-top a {
    text-decoration: none;
}

/* ----- SNS ----- */
@media (max-width: 768px) {
    footer .container-footer-sp .item-left .sns-Erea--footer {
        position: relative;
    }
    footer .container-footer-sp .item-left .sns-Erea--footer a {
        position: absolute;
        height: 100%;
        width: 33%;
        top: 0;
    }
    footer .container-footer-sp .item-left .sns-Erea--footer > a:nth-child(2) {
        left: 0;
    }
    footer .container-footer-sp .item-left .sns-Erea--footer > a:nth-child(3) {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    footer .container-footer-sp .item-left .sns-Erea--footer > a:last-child {
        right: 0;
    }
}

/* ----- フッター ----- */

/* リンク */
footer .footer-erea .item-left nav ul li a {
    text-decoration: none;
}
