footer {
    /* padding-top: 80px; */
}
.footer__inner {
    display: flex;
    justify-content: space-between;
    width: 92%;
    max-width: 1200px;
    margin: 0 auto 40px;
    padding-top:80px;
}
.footer__logo {
    max-width: 181px;
}
.footer__logo__txt {
    font-size: 1.2rem;
    line-height: 2.17;
    margin-bottom: 8px;
}
.footer__links__ttl {
    color: #806040;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.33;
    padding-bottom: 6px;
    margin-bottom: 30px;
    border-bottom: 1px solid #806040;
}
.footer__links__col {
    display: flex;
    gap: 80px;
    justify-content: space-between;
}
.footer__links__category {
    margin-bottom: 30px;
}
.footer__links__category__sub-ttl {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.71;
    margin-bottom: 10px;
}
.footer__links__category__list {
    display: grid;
    grid-template-columns: repeat(4,auto);
    gap: 8px 21px;
}
.footer__links__category--goods {
    margin-right: 73px;
}
.footer__links__category--goods .footer__links__category__list {
    grid-template-columns: repeat(2,auto);
}
.footer__links__category__list__items {
    font-size: 1.4rem;
}
.footer__links__category__list__items a {
    text-decoration: underline;
}
.footer__links__category__list__items:nth-child(7) {
    grid-area: 2/3/2/5;
}
.footer__links__category__list__items a::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-inline: 6px 5px;
    background: #333;
    border-radius: 50%;
    translate: 0 -4px;
}
.footer__links__service__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 21px;
}
.footer__links__service__list + .footer__links__service__list {
    margin-top: 15px;
}
.footer__links__service__list__items {
    font-size: 1.4rem;
    line-height: 1;
    padding-right: 2em;
    border-right: 1px solid #333;
}
.footer__links__service__list__items a{
    text-decoration:underline;
}
.footer__links__service__list__items:last-child {
    border: 0;
}
.footer__links__service__border {
    border-top-color: #bfaf9f;
    margin-block: 30px;
}
.footer__fixed {
    z-index: 10;
    width: 92%;
    max-width: 1200px;
    position: fixed;
    bottom: 40px;
    left: 50%;
    translate: -50% 0;
    pointer-events: none;
}
.footer__fixed-btn {
    display: block;
    width: 88px;
    height: 88px;
    margin-inline: auto 0;
    border-radius: 50%;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    pointer-events: all;
}
.footer__fixed-btn--cart {
    background: #ef7700;
    padding-top: 13px;
}
.footer__fixed-btn--cart__img {
    width: 28px;
    margin: 0 auto 3px;
}
.footer__fixed-btn--to-top {
    background: #806040;
    padding-top: 20px;
    margin-top: 16px;
}
.footer__fixed-btn--to-top__img {
    width: 18px;
    margin: 0 auto 8px;
}
.footer__copyright {
    padding-block: 4px;
    background: #806040;
    color: #fff;
    font-size: 1.2rem;
    line-height: 2;
    text-align: center;
}
.footer__fixed.footer__fixed-detail{
	display:none;
}

@media (max-width:768px) {
    footer {
        padding-top: 0px;
    }
    .footer__inner {
        flex-direction: column;
        gap: 30px;
        margin: 0 auto 35px;
        padding-top:40px;
    }
    .footer__logo {
        max-width: 150px;
    }
    .footer__logo img {
        max-width: 140px;
    }
    .footer__logo__txt {
        font-size: 1rem;
        line-height: 1.3;
        margin-bottom: 4px;
    }
    .footer__links__ttl {
        font-size: 1.5rem;
        line-height: 1;
        padding-bottom: 3px;
        margin-bottom: 40px;
    }
    .footer__links__col {
        flex-direction: column;
        gap: 20px;
    }
    .footer__links__category--goods {
        margin-right: 0;
    }
    .footer__links__category__list.pc {
        display: none;
    }
    .footer__links__category__accordion__ttl {
        font-size: 1.4rem;
        font-weight: 600;
        line-height: 1;
        padding-block: 10px;
        border-bottom: 1px solid #ccc;
        list-style: none;
        position: relative;
    }
    .footer__links__category__accordion__ttl::before,
    .footer__links__category__accordion__ttl::after {
        content: "";
        display: block;
        width:  12px;
        height: 3px;
        background: #333;
        position: absolute;
        top: 50%;
        right: 0;
        translate: 0 -50%;
    }
    .footer__links__category__accordion[open] .footer__links__category__accordion__ttl::after {
        rotate: 0deg;
    }
    .footer__links__category__accordion__ttl::after {
        rotate: 90deg;
    }
    .footer__links__category__accordion__list {
        display: grid;
        gap: 10px;
        padding-block: 20px 30px;
    }
    .footer__links__category__accordion__list__items a {
        display: block;
        padding-block: 10px;
        font-size: 1.4rem;
        line-height: 1;
        text-decoration: none;
        border-bottom: 1px solid #ccc;
        background: url(../img/ico_footer-arrow.png) no-repeat center right/6px 8px;
    }
    .footer__links__service__list {
        flex-direction: column;
        gap: 10px 0;
    }
    .footer__links__service__list + .footer__links__service__list {
        margin-top: 10px;
    }
    .footer__links__service__list__items {
        border: 0;
        padding: 0;
    }
    .footer__links__service__list__items a {
        display: block;
        padding-block: 10px;
        font-size: 1.4rem;
        line-height: 1;
        text-decoration: none;
        border-bottom: 1px solid #ccc;
        background: url(../img/ico_footer-arrow.png) no-repeat center right/6px 8px;
    }
    .footer__links__service__border {
        border: 0;
    }
    .footer__copyright {
        font-size: 1rem;
        line-height: 1.2;
        padding-block: 5px;
    }
}