/* BASIC css start */
footer {
    padding: 100px 0 60px;
    margin-top: 160px;
    background: #EFE9DC;
}

footer > .inner-box {
    width: 100%;
    max-width: 1720px;
    margin: 0 auto;
    padding: 0 60px;
}

footer .info-wrap {
    position: relative;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

footer .info-wrap .menu-wrap {
    display: flex;
    gap: 80px;
    width: 100%;
    margin-bottom: 48px;
}

footer .info-wrap .menu-wrap > .item {
    width: 416px;
}

footer .info-wrap .menu-wrap > .item:nth-child(3) {
    width: auto;
}

footer .menu-wrap .title {
    color: #151515;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.4px;
    margin-bottom: 16px;
}

footer .menu-wrap .text-info, footer .menu-wrap .text-info a {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 200% */
    word-break: keep-all;
}

footer .menu-wrap .text-info + .title {
    margin-top: 16px;
}

footer .menu-wrap .list-wrap {
    display: flex;
    gap: 12px;
    flex-direction: column;
    margin-bottom: 16px;
}

footer .menu-wrap .list-wrap > li {
    display: flex;
    gap: 30px;
}

footer .menu-wrap .list-wrap a {
    position: relative;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

footer .menu-wrap .list-wrap > li > a + a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background: #666;
}

footer .menu-wrap .list-arrow-wrap {
    display: flex;
    gap: 4px;
    flex-direction: column;
}

footer .menu-wrap .list-arrow-wrap a {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #4C4C4A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 200% */
}

footer .menu-wrap .list-arrow-wrap a::after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url('/design/bikibiki/renewal/images/icon_footer_link.svg') no-repeat center;
}

footer .copy-wrap p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 200% */
}

footer .logo-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

}

footer .logo-wrap .sns-wrap {
    display: flex;
    gap: 32px;
    align-items: center;
}

@media (max-width: 1500px){
    footer > .inner-box {
        padding: 0 30px;
    }

    footer .info-wrap .menu-wrap {
        gap: 20px;
    }

    footer .info-wrap .menu-wrap > .item {
        min-width: 200px;
        width: auto;
    }
}

@media (max-width: 1200px){
    footer {
        padding: 40px 0;
        margin-top: 100px;
    }

    footer > .inner-box {
        padding: 0 60px;
    }

    footer .info-wrap .menu-wrap {
        flex-direction: column;
        gap: 32px;
    }

    footer .menu-wrap .title {
        font-size: 16px;
        line-height: 19px; /* 118.75% */
        letter-spacing: -0.32px;
        margin-bottom: 12px;
    }

    footer .menu-wrap .text-info, footer .menu-wrap .text-info a {
        font-size: 14px;
        line-height: 22px; /* 157.143% */
    }

    footer .copy-wrap {
        display: none;
    }

    footer .menu-wrap .list-wrap {
        gap: 8px;
        margin-bottom: 0;
    }

    footer .menu-wrap .list-wrap > li {
        gap: 28px;
    }

    footer .menu-wrap .list-wrap > li > a + a::before {
        left: -14px;
        height: 10px;
    }

    footer .menu-wrap .list-wrap a {
        font-size: 14px;
    }

    footer .menu-wrap .list-arrow-wrap {
        gap: 8px;
    }

    footer .menu-wrap .list-arrow-wrap a {
        justify-content: flex-end;
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
    }

    footer .menu-wrap .list-arrow-wrap {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    footer .info-wrap .menu-wrap {
        margin-bottom: 0;
    }

    footer .logo-wrap .sns-wrap {
        position: absolute;
        right: 0;
        bottom: 129px;
        gap: 12px;
    }
}

@media (max-width: 976px){
    footer {
        margin-bottom: 78px;
    }

    footer .logo-wrap > h1 {
        display: none;
    }

}

@media (max-width: 768px){
    footer > .inner-box {
        padding: 0 24px;
    }

    footer .menu-wrap .title {
        font-size: 14px;
        line-height: 19px; /* 135.714% */
        letter-spacing: -0.28px;
        margin-bottom: 8px;
    }

    footer .menu-wrap .text-info, footer .menu-wrap .text-info a {
        font-size: 12px;
        font-weight: 500;
        line-height: 20px; /* 166.667% */
    }

    footer .menu-wrap .list-wrap a, footer .menu-wrap .list-arrow-wrap a {
        font-size: 12px;
    }

    footer .logo-wrap .sns-wrap {
        bottom: 110px;
    }
}


/* BASIC css end */

