@charset "utf-8";
/* CSS Document */

/* PC */
@media screen and (min-width: 768px) {
.btn-pageTop {bottom: 110px !important;}
}

/*w980以上*/
@media screen and (max-width: 1199px) and (min-width: 980px) {


}

/*w1200以上*/
@media (min-width: 1200px){

}

/* tablet */
@media screen and (max-width: 979px) and (min-width: 768px) {
.btn-pageTop {bottom: 13.5vw !important;}
}


/*  SP */

@media screen and (max-width: 767px) and (min-width: 0px) {
.btn-pageTop {bottom: 26.5vw !important;}
}

@media screen and (max-width: 480px){}

@media screen and (max-width: 270px){
.btn-pageTop {bottom: 33vw !important;}

}
