@charset "utf-8";

/* ”¼‰~Œ` */
.pagetop-go {
	background-color: #373640;
	width: 180px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	& p {
		text-align: center;
		margin-top: -10px;
		color: white;
	}
	& a {
		display: block;
		z-index: 999;
		padding-top : 33px;
	}
	& a:hover {
		text-decoration: none;
		transform: translate(0px,-10px);
		transition: all 1s;
	}
}

/* –îˆó•”•ª */
.arrow {
	width: 30px;
	margin: 0 auto;
	aspect-ratio: 1/1;
	border: 3px solid;
	border-color: red red transparent transparent;
	transform: rotate(-45deg);
}
