.mmba-share {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 1rem 1rem;
	clear: both;
	width: 100%;
	max-width: 45rem;
	margin: 12rem auto 0rem auto;
	padding: 1em 0 0 0;
	border: 0;
	color: #858585;
	border-top: 1px solid rgba(191, 191, 191, 0.748);
}

.mmba-share__title {
	flex: 0 0 auto;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	color: #0a0a0a;
	font-family: "中ゴシックBBB", "YuGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-align: left !important;
}

.mmba-share__list {
	display: flex;
	flex: 0 0 auto;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.25rem;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.mmba-share__item {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mmba-share__link {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 1.5rem;
		height: 2rem;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: transparent;
		color: #8a8a8a !important;
		text-decoration: none;
		transition: color 160ms ease, opacity 160ms ease;

}

.mmba-share__link:hover,
.mmba-share__link:focus-visible {
	background: transparent;
	color: #111 !important;
}

.mmba-share__link:focus-visible {
	outline: 2px solid #111;
	outline-offset: 1px;
}

.mmba-share__icon {
	display: block;
	width: 1.25rem;
	height: 1.258rem;
	fill: currentColor;
	flex: 0 0 auto;
}

@media screen and (max-width: 39.9375em) {
	.mmba-share {
		gap: 0.75rem 1rem;
	}

	.mmba-share__link {
		width: 2.75rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mmba-share__link {
		transition: none;
	}
}
