@charset "shift_jis";
/* バックグランドイメージの変更で対応予定 */

.lower{
	width: 100%;
    z-index: 999;
	position: relative;
}

/*floating Icon*/
.icon-pay-button {
	position: fixed;
	bottom: 15px;
	right: 5px;
	/* margin: 1rem 0; */
	animation: animation-drift 3s linear infinite;
	transform-origin: 50% 50%;
	z-index: 9999;
	background: #fff100;
	border-radius: 50px;
	padding: 10px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  }
  
  @keyframes animation-drift {
	0% {
	  transform: translateY(0);
	}
	33.33333% {
	  transform: translateY(-10px);
	}
	66.66667% {
	  transform: translateY(0);
	}
	100% {
	  transform: translateY(0);
	}
  }
  
  .icon-pay-button:before {
	content: "";
	width: 4.4em;
	height: 4.3em;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	background-image: url("../img/point-img.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
  }
  
  .icon-pay-button_inner {
	width: 6.1em;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	color: #000;
	line-height: 0.99em;
	font-size: 0.7rem;
	text-align: center;
	/* letter-spacing: -0.1em; */
	background-color: rgba(255, 241, 0, 1);
	text-shadow: 1px 1px 0px rgba(255, 241, 0, 1),
	  -1px 1px 0px rgba(255, 241, 0, 1), 1px -1px 0px rgba(255, 241, 0, 1),
	  -1px -1px 0px rgba(255, 241, 0, 1);
  }
  
  [class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "ElegantIcons";
    font-weight: normal;
    font-style: normal;
    /* speak: none; */
    line-height: 1;
    display: inline-block;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}
