/* --- ▼▼▼ .pagetop start ▼▼▼ --- */
#page_top {
	position: fixed;
	z-index: 1001;
}

#page_top .pagetop {
	display: block;
	content: '';
	background: #e2c1be url(https://bambi.ne.jp/images/2/totop.png) no-repeat center;
	background-size: 75% 75%;
	border-radius: 50% 50%;
}


@media screen and (max-width: 480px) {

	#page_top {
		bottom: min(120px, 25vmin);
		right: 10px;
	}

	#page_top .pagetop {
		width: 48px;
		height: 48px;
	}

}

@media screen and (min-width: 481px) {

	#page_top {
		bottom: min(120px, 25vmin);
		right: 12px;
	}

}

@media screen and (min-width: 481px) and (max-width: 1024px) {

	#page_top .pagetop {
		width: 100px;
		height: 100px;
	}

}

@media screen and (min-width: 1025px) {

	#page_top .pagetop {
		width: 100px;
		height: 100px;
	}

}

/* --- ▲▲▲ .pagetop end ▲▲▲ --- */