/* Dr.JAPAN footer SNS と同デザイン（アイコン付き） */
.footer-social {
	width: 100%;
	max-width: 960px;
	margin: 0 auto 1.4em;
	padding: 0 16px;
	text-align: center;
	box-sizing: border-box;
}

.footer-social-title {
	margin: 0 0 14px;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: rgba(255, 255, 255, 0.86);
}

.footer-social-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.footer-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 48px;
	padding: 7px 17px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff !important;
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none !important;
	transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.footer-social-link:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.55);
	transform: translateY(-2px);
	color: #fff !important;
}

.footer-social-icon {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	padding: 6px;
	border-radius: 50%;
	background: #fff;
	flex: 0 0 auto;
	box-sizing: border-box;
}

.footer-social-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: #000;
}

.footer-social-link-line > span:last-child {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}

.footer-social-link-line strong {
	font-size: 0.8rem;
}

.footer-social-link-line small {
	font-size: 0.65rem;
	font-weight: 500;
	opacity: 0.78;
}

/* SWELL フッター内 */
.l-footer .footer-social {
	margin: 1.2em auto 1.6em;
}

@media (max-width: 600px) {
	.footer-social-links {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.footer-social-link {
		padding-right: 10px;
		padding-left: 10px;
	}
}
