/* ===============================
Site Footer
================================ */
.site-footer {
    text-align: center;
    padding: clamp(15px, 4vw, 30px) 0; /* 30px / 750 * 100 */
    font-size: clamp(12px, 1.867vw, 14px); /* 14px / 750 * 100 */
    line-height: 1.47;
    background-color: var(--global-bg-color-gray);
    background-blend-mode: overlay;
}
@media screen and (max-width: 767px) { /* @include sp */
    .site-footer span {
        display: block;
    }
}
/*
.footer-share-buttons .addtoany_list a,
.footer-share-buttons .widget .addtoany_list a {
    padding: 0 8px;
}
*/
.site-info {
    color: rgba(0, 0, 0, 0.5);
}