#footer {
    font-family: "Noto Serif JP";
    background: #393733;
    color: #fff;
    padding: 9vw 0 20.5vw;
    font-weight: 500
}

#footer .row {
    text-align: center;
    font-size: 13px;
    line-height: 1;
    letter-spacing: .1em
}

#footer .row * {
    letter-spacing: .1em
}

#footer .row .bnr {
    margin: 0 8% 8vw
}

#footer .row .btn-copy {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto
}

#footer .row .btn-copy a {
    position: relative;
    display: block;
    padding-right: 20px
}

#footer .row .btn-copy a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url("../img/shared/icon_copy.png") no-repeat center/100%;
    width: 14px;
    height: 14px
}

#footer .row .btn-cookie {
    width: -moz-fit-content;
    width: fit-content;
    margin: 6.5vw auto 0
}

#footer .row .btn-cookie a {
    position: relative;
    display: block;
    padding-right: 20px
}

#footer .row .btn-cookie a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url("../img/shared/icon_cookie.png") no-repeat center/100%;
    width: 14px;
    height: 14px
}

#footer .row #socialbuttons {
    margin-top: 9.5vw
}

#footer .row address {
    margin-top: 5vw
}

@media screen and (min-width: 768px) {
    #footer {
        padding: 0 30px 49px
    }

    #footer .nav-list {
        display: flex;
        justify-content: center;
        border-bottom: 1px solid #656057;
        max-width: 1200px;
        margin: 0 auto;
        padding: 28px 0 17px
    }

    #footer .nav-list ul {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 26px;
        height: 58px
    }

    #footer .nav-list ul .txt a {
        position: relative;
        font-size: 17px;
        line-height: 23px
    }

    #footer .nav-list ul .txt a::before {
        content: "";
        position: absolute;
        top: -13px;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        border-radius: 50%;
        width: 7px;
        height: 7px;
        opacity: 0
    }

    #footer .nav-list ul .txt a:hover::before,
    #footer .nav-list ul .txt a.active::before {
        opacity: 1
    }

    #footer .nav-list ul .map {
        width: 21px
    }

    #footer .nav-list ul .map a {
        display: block
    }

    #footer .nav-list ul .map a img {
        display: block
    }

    #footer .nav-list ul .insta {
        width: 30px
    }

    #footer .nav-list ul .insta a {
        display: block
    }

    #footer .nav-list ul .insta a img {
        display: block
    }

    #footer .nav-list ul:nth-child(1) {
        width: 365px
    }

    #footer .nav-list ul:nth-child(2) {
        width: 291px
    }

    #footer .nav-list ul:nth-child(3) {
        border-right: 1px solid #fff;
        width: 314px
    }

    #footer .nav-list ul+ul {
        border-left: 1px solid #fff
    }

    #footer .row {
        display: flex;
        justify-content: space-between;
        text-align: left;
        max-width: 1200px;
        margin: 0 auto 0;
        padding: 29px 0 0;
        font-size: 15px;
        line-height: 24px
    }

    #footer .row .bnr {
        order: 2;
        margin: 4px 99px 0 0
    }

    #footer .row .group {
        order: 1;
        display: flex;
        flex-direction: column
    }

    #footer .row .top {
        display: flex;
        flex-direction: column-reverse;
        order: 1
    }

    #footer .row .bot {
        order: 2
    }

    #footer .row .btn-copy {
        margin: 27px 0 0
    }

    #footer .row .btn-copy a {
        padding-right: 25px
    }

    #footer .row .btn-copy a:after {
        width: 16px;
        height: 16px
    }

    #footer .row .btn-copy a:hover {
        text-decoration: underline
    }

    #footer .row .btn-cookie {
        margin: 3px 0 0
    }

    #footer .row .btn-cookie a {
        padding-right: 25px
    }

    #footer .row .btn-cookie a:after {
        width: 16px;
        height: 16px
    }

    #footer .row .btn-cookie a:hover {
        text-decoration: underline
    }

    #footer .row #socialbuttons {
        margin-top: 13px;
        padding: 0;
        max-width: unset
    }

    #footer .row address {
        margin-top: 0
    }
}