#scroll_top_button {
	width: var(--size-round);
	height: var(--size-round);
	background-color: var(--color-white);
	position: fixed;
	bottom: var(--vgap-universal);
	right: var(--hgap-universal);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: var(--fs-t3);
	cursor: pointer;
	border-radius: var(--br-pill);
	box-shadow: 0px 0px 20px #0000000F;
	color: var(--color-black);
	text-decoration: none;
	z-index: 10;
}

#scroll_top_button::after {
	content: '\e5d8';
	font-family: var(--ff-icon-font);
	font-size: 0.8em;
}
