/* ===== Footer ===== */
.sp-site-footer__wrapper {
    display: none;
}

.pc-site-footer__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px 0;
    background: #F1F1F1;
    margin-left: 308px;
}

.pc-site-footer__wrapper > span,
.pc-site-footer__wrapper > span > a,
.sp-site-footer__wrapper > span,
.sp-site-footer__wrapper > span > a,
.sp-site-footer__wrapper > .site-footer__content > span > a {
    font-size: 16px;
    font-family: "Noto Sans JP Regular"; 
    color: var(--primary);
}

.pc-site-footer__wrapper  span > a,
.sp-site-footer__wrapper > .site-footer__content > span > a {
    text-decoration: underline var(--primary);
    text-underline-offset: 4px;
    padding: 6px 12px;
}

.pc-site-footer__wrapper > span:nth-last-child(1) {
    margin-left: 32px;
}

.top .pc-site-footer__wrapper {
    margin-left: 0;
}

.top-footer__wrapper {
    margin: 0 auto;
    text-align: center;
    padding: 32px 0 24px 0;
    background-color: #fff;
    width: 100%;
}

.top-footer__wrapper .site-footer__content {
    margin-bottom: 0;
}

.top-footer__wrapper > .site-footer__content > a {
    text-decoration: underline var(--primary);
}

.site-footer__cr,
.top-footer__wrapper > .site-footer__content > a,
.top-footer__wrapper > .site-footer__content > span {
    font-size: 12px;
    padding-right: 8px;
    line-height: 170%;
    font-family: "Noto Sans JP Regular"; 
    color: #654B01;
}

.top-footer__wrapper .site-footer__content,
.site-footer__cr {
    display: block;
}

.top-footer__wrapper > .footer-logo .pc {
    height: 40px;
    margin-bottom: 24px;
}

.top-footer__wrapper > .footer-logo .sp {
    height: 93px;
    margin-bottom: 24px;
}

@media screen and (min-width: 800px) {
    .sp-site-footer__wrapper {
        margin-left: 308px;
    }

    .top .sp-site-footer__wrapper,
    .sorry .sp-site-footer__wrapper {
        margin-left: 0 ;
    }
}

@media screen and (min-width: 1080px) {
    .pc-site-footer__wrapper {
        margin-left: 308px;
    }

    .sorry .pc-site-footer__wrapper {
        margin: 0;
    }
}

/* ===== SP ===== */
@media screen and (max-width: 1079px) {
    .pc-site-footer__wrapper {
        display: none;
    }

    .sp-site-footer__wrapper {
        display: block;
        max-width: 100%;
        padding: 32px 0;
        background: #F1F1F1;
    }

    .site-footer__content {
        display: flex;
        justify-content: center;
        margin-bottom: 24px;
    }

    .site-footer__content > span:nth-child(1) {
        margin-left: 8px;
    }

    .sp-site-footer__wrapper > span > a {
        text-decoration: underline var(--primary);
        text-underline-offset: 4px;
    }    

    .sp-site-footer__wrapper > span {
        display: block;
        font-size: 12px;
        line-height: 170%;
        text-align: center;
    }
}