.sns {
	margin-top: 20px;
}

.sns__header {
	margin-bottom: 12px;
	font-size: 1.4rem;
	font-weight: normal;
	color: #757575;
}

.sns__item {
	margin-right: 12px;
	display: inline-block;
}

.sns__item:last-of-type {
	margin: 0;
}

.link.sns__link {
	display: inline;
	font-size: 1.4rem;
}

.sns__link .icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	font-size: 1.8rem;
	line-height: 40px;
	text-align: center;
}

.sns__link .icon::after {
	color: #fff;
}

.sns__link .icon--twitter {
	background-color: #1da1f2;
}

.sns__link .icon--facebook {
	background-color: #3b579d;
}

.sns__link .icon--instagram {
	background-color: #000;
}

.sns__label {
	display: none;
}
