@charset "UTF-8";
/*----------------------------------------
	fixbtn
----------------------------------------*/
.fixBtn{
  position: fixed;
  right: -50px;
  bottom: -50px;
  width: 300px;
  transition: 0.3s;
}

.fixBtn-sp img{
  position: fixed;
  width: 250px;
  right: -65px;
  bottom: -40px;
}