@import url('https://fonts.googleapis.com/css2?family=Hina+Mincho&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho&display=swap');

/*****************************
** ■シェアボタン/フォローボタンの【Twitter】を【X】に変更
*****************************/
.socialList-type10 .socialList__item{
	width:100%;
}
.socialList__link.icon-twitter {
	width:100%;
background: #000;
border-bottom: solid 3px rgba(255,255,255,.6);
}
.icon-twitter:before {
font-family: "Font Awesome 5 Brands"; /*【X】アイコンに変更*/
content: "\e61b";
}
.socialList__link.icon-twitter::after {
content: "\0058にポスト"; /*名称を【X】に変更*/
}
.widgetProfile__snsLink.icon-twitter { /*シェアボタンの【Twitter】カラーから【X】カラーに変更*/
color: #000;
}
.widgetProfile__snsLink.icon-twitter:hover { /*シェアボタンホバー時の【Twitter】カラーから【X】カラーに変更*/
background: #000;
}