@charset "UTF-8";
.pagetop {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 20px;
	opacity: 0.6;/*透過*/
	font-size: 1.7em;
}
.pagetop a {
    display: block;
    text-align: center;
    color: rgba(255,72,130,1.00);
}
 
@media (max-width:600px){
.pagetop_sp {
    	display: none;
    	bottom: 0;
    	right: 8px;
		opacity: 0.6;/*透過*/
		position: fixed;
	font-size: 1.5em;
}
.pagetop_sp a {
    display: block;
    text-align: center;
    color: rgba(255,72,130,1.00);
    text-decoration: none;
}
}
