/* --------------------
   ボタン
-------------------- */
.button {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    max-width: 280px;
    width: 100%;
    display: block;
    border-radius: 60px;
    background:#111;
    text-align: center;
    margin-top: 32px;
    letter-spacing: 1px;
    padding: 0.9rem 2.2rem;
    margin-right: auto;
}
.button-left {
    margin-left: 0;
}
.button-white {
    color: #111;
    background:#fff;
}

.button-link {
    font-size: 14px;
    font-weight: 400;
    color:#111;
    border-bottom: solid 1px #111;
    padding-bottom: 8px;
}
.button-link-white {
    color:#fff;
    border-bottom: solid 1px #fff;
}