/*
 Theme Name: TCD Child
 Template: agent_tcd033
*/

/* PC共通: Pinterest → TikTok */
.footer_sns_icon li.pinterest a::before,
#footer_social_link li.pinterest a::before,
#footer_social_link li.pint a::before {
  font-family: 'tiktok_x_icon' !important;
  content: "\e900" !important;   /* 必要に応じて変更 */
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  width: 1em;
  height: 1em;
  text-align: center;
}

/* PC背景が黒なので白抜き */
.footer_sns_icon li.pinterest a::before {
  color: #fff;
}

/* SP背景が白なので黒 */
#footer_social_link li.pinterest a::before,
#footer_social_link li.pint a::before {
  color: #111;
}