.footer {
    background-color: rgba(118, 109, 109, 0.888);     
    color: #fff;                   /* 文字色 */
    text-align: center;            /* 中央揃え */
    padding: 20px 0;               /* 上下の余白 */
    position: relative;
    bottom: 0;
    width: 100%;
}

.footer-content {
    max-width: 1200px;             /* 最大幅 */
    margin: 0 auto;                /* 中央揃え */
    padding: 0 20px;               /* サイドの余白 */
}

.footer p {
    margin: 0;
    font-size: 14px;
}

.footer-links {
    list-style: none;              /* リストのドットを消す */
    padding: 0;
    margin: 10px 0 0;
    display: flex;
    justify-content: center;       /* 中央揃え */
    gap: 5px;                      /* アイテム間の間隔を5pxに設定 */
}

.footer-links a {
    color: #fff;                  /* リンクの文字色 */
    text-decoration: none;         /* 下線を消す */
    font-size: 14px;
}

.footer-links a:hover {
    text-decoration: underline;    /* ホバー時に下線を追加 */
}
.insta-img, .x-img {
    width: 50px;
    height: 50px;
}