/*------------------------------------------------------------
  footer-btn
------------------------------------------------------------*/
.footer-btn {
  background:rgba(255,255,255,0.50);
  width:100%;
  height: 83px;
  position: fixed;
  bottom:0;
  z-index: 1000;
  box-sizing:border-box;
  padding: 5px 0 0 0 !important;

  height: 93px;

}
.footer-btn img {
	display: block;
  width: 800px;
  width: 400px;
	height: 73px;
	border-radius:8px;
	position: relative;
	margin:0 auto;
	text-align:center;
  text-decoration: none;

  width: 400px;
  height: auto;
  border-radius: 0;
  position: absolute;
  right: 110px;
}

/*----------------------------------------------------------------------------------------------------
  sp
----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 640px){

.footer-btn {
  background:none;
  width:100% !important;
  height: auto;
  position: fixed;
  bottom:0;
  z-index: 1000;
  padding: 0;

  z-index: 1001;

}
.footer-btn img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius:0px;
  position: relative;
}
.footer-btn img {
  width: 96%;
  right: 2%;
  bottom: 5px;
  height: auto;
  position: absolute;
}
}
