@charset "utf-8";

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

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

@media screen and (min-width: 768px) {
	.js-pagetop {
		z-index: 9;
		position: fixed;
		bottom: 50px;
		right: 20px;
		width: 60px;
		height: auto;
		opacity: 0;
		transition: .5s;
	}

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

@media screen and (min-width: 1280px) {
	.js-pagetop {
		bottom: 50px;
		right: 20px;
		width: 72px;
	}
}

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

@media screen and (min-width: 1920px) {
	.js-pagetop {
		bottom: 100px;
	}
}
