@charset "utf-8";
.footer {
    padding: 63px  15px 48px;
    background: #e5e5e6;
}
.footer__snsTxt {
    width: fit-content;
    margin: 0 auto 30px;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.08em;
    position: relative;
}
.footer__snsTxt::before {
    content: "";
    width: 13px;
    height: 25px;
    background: url(../imgs/index/deco_01.png) center center / cover;
    position: absolute;
    top: 0;
    left: -21px;
}
.footer__snsTxt::after {
    content: "";
    width: 14px;
    height: 25px;
    background: url(../imgs/index/deco_02.png) center center / cover;
    position: absolute;
    top: -1px;
    right: -14px;
}
.footer__snsList  {
    margin-bottom: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 29px;
}
.footer__snsItem {
    width: 44px;
    height: 44px;
}
.footer__logoLink {
    width: 523px;
    margin: 0 auto 23px;
}
.footer__site-policy {
    display: block;
    margin-bottom: 38px;
    text-decoration: underline;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #000;
}
.footer__info {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
    .footer__logoLink {
        max-width: 523px;
        width: 100%;
    }
}
