@charset "utf-8";

.js-pagetop {
	z-index: 99;
	position: fixed;
	bottom: 66px;
	right: 10px;
	width: 50px;
	opacity: 0;
	transition: .5s;
}

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

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

@media screen and (min-width: 1024px) {
	.js-pagetop {
		width: 50px;
		bottom: 89px;
	}
}

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

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