.l-spacer {
    padding-left: 3.75rem;
    padding-right: 3.75rem
}

@media screen and (min-width:1280px) {
    .l-spacer {
        padding-left: 7.5rem;
        padding-right: 7.5rem
    }
}

@media screen and (max-width:979px) {
    .l-spacer {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.c-footer {
    margin-top: auto;
    position: relative;
    width: 100%
}

.c-footer__main {
    background-color: var(--color-base-01);
    padding: 3.75rem 0 2.5rem
}

.c-footer__inner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 75rem;
    padding-bottom: 3.75rem;
    position: relative;
}

.c-footer__inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    border-bottom: 1px solid var(--color-line-01);
}

@media screen and (max-width:979px) {
    .c-footer__inner {
        flex-direction: column;
        gap: 2.5rem
    }
}

.c-footer__left {
    flex-shrink: 0
}

.c-footer__brand {
    display: flex;
    flex-direction: column;
    gap: .75rem
}

.c-footer__brand img {
    height: auto;
    width: 10rem
}

.c-footer__right {
    display: flex;
    gap: 7.5rem
}

@media screen and (max-width:979px) {
    .c-footer__right {
        flex-direction: column;
        gap: 2.5rem
    }
}

.c-footer__external-list {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    list-style: none;
    margin: 0;
    padding: 0
}

.c-footer__external-item {
    margin: 0
}

.c-footer__external-link {
    align-items: center;
    color: var(--color-bl-02);
    display: flex;
    font-size: .875rem;
    font-weight: 400;
    gap: .25rem;
    line-height: 1.4;
    text-decoration: none
}

@media screen and (max-width:979px) {
    .c-footer__external-link {
        font-size: .8125rem;
        font-weight: 400;
        line-height: 1.4
    }
}

.c-footer__external-icon {
    align-items: center;
    display: inline-flex;
    height: 1rem;
    justify-content: center;
    width: 1rem
}

.c-footer__external-icon img {
    height: 1rem;
    width: 1rem
}

.c-footer__copyright {
    margin: 0 auto;
    max-width: 75rem;
    padding-top: 1.5rem;
    text-align: right
}

.c-footer__copyright p {
    color: var(--color-bl-02);
    font-size: .625rem;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1.4;
    margin: 0
}

.sp-only {
    display: none;
}

@media screen and (max-width: 768px) {
    .sp-only {
        display: inline;
    }
}