.bottomFooter {
    background-color: #710005;
}

.bottomFooter__copyright {
    color: #FFFFC6;
}


/* パンくずエリア背景色 */
.breadcrumb {
    background: #F9F4E3;
}

/* パンくず文字 */
.breadcrumb__item {
    color: #A33528;
}



/* THE THOR TwitterシェアボタンをX風にする */
.socialList__link.icon-twitter::before {
    content: "𝕏" !important;
    font-family: Arial, sans-serif !important;
    font-weight: bold;
}

/* Xのブランドカラーに変更 */
.socialList__link.icon-twitter {
    background: #000 !important;
    color: #fff !important;
}



/* Twitter旧鳥アイコン → X */
.icon-x-twitter::before {
    content: "𝕏";
    font-family: Arial, sans-serif !important;
    font-weight: normal;
}







/* =========================================
   LINEアイコン
   ・文字のみ
   ・背景なし
   ・他のSNSアイコンと同じ色を継承
========================================= */

.icon-line-custom::before {
    content: "LINE" !important;

    /* THE THORのアイコンフォントを解除 */
    font-family: Arial, Helvetica, sans-serif !important;

    /* LINE文字 */
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: -0.3px !important;
    line-height: 1 !important;

    /* 他SNSと同じ色 */
    color: inherit !important;

    /* 不要な装飾を完全に解除 */
    background: none !important;
    border: none !important;

    width: auto !important;
    height: auto !important;

    position: static !important;
    transform: none !important;
}

/* 以前作った吹き出しの尻尾を完全削除 */
.icon-line-custom::after {
    content: none !important;
    display: none !important;
}