@charset "utf-8";

.js-pagetop {
	z-index: 9;
	position: fixed;
	bottom: 30px;
	right: 20px;
	width: 56px;
	height: auto;
	opacity: 0;
	transition: .5s;
}

.js-pagetop.active {
	opacity: 1;
}

@media screen and (min-width: 768px) {
	.js-pagetop {}

	.js-pagetop.active {}
}

@media screen and (min-width: 1280px) {
	.js-pagetop {
		right: 5%;
	}
}

@media screen and (min-width: 1440px) {
	.js-pagetop {
		right: 10%;
	}
}

@media screen and (min-width: 1920px) {
	.js-pagetop {
		right: 15%;
	}
}
