/* SNSアイコンのブランドカラー */
.masthead .soc-ico a.instagram::before,
.dt-mobile-header .soc-ico a.instagram::before,
#footer .soc-ico a.instagram::before {
  background: #C13584 !important;
}

.masthead .soc-ico a.you-tube::before,
.dt-mobile-header .soc-ico a.you-tube::before,
#footer .soc-ico a.you-tube::before {
  background: #FF0000 !important;
}

/* フッターのYouTubeアイコンを白抜きにする */
#footer .soc-ico a.you-tube,
#footer .soc-ico a.you-tube .soc-font-icon,
#footer .soc-ico a.you-tube .soc-font-icon::before {
  color: #FFFFFF !important;
}

/* フッターSNSの順番をヘッダーに合わせる */
#footer .soc-ico {
  display: flex !important;
  flex-direction: row !important;
}
#footer .soc-ico a.facebook { order: 1 !important; }
#footer .soc-ico a.twitter { order: 2 !important; }
#footer .soc-ico a.instagram { order: 3 !important; }
#footer .soc-ico a.you-tube { order: 4 !important; }