@charset "UTF-8";
/*////////////////////////////////////////////////////////

スタンプ

////////////////////////////////////////////////////////*/
#stamp_wrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	height: 120vh;
	display: none;
	background: rgba(0,0,0,0.8);
}
#stamp {
	padding: 5px 0;
	position: relative;
}
/* シート背景 */
.stamp_box {
	width: 100%;
	min-height: 460px;
	margin: 0 auto;
	padding: 95px 0 0;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	background: url(../images/pay/stamp/sheet.png) no-repeat top;
	background-size: 100%;
}
.txt_noice{
	margin-bottom: 0;
	line-height: 15px;
	font-size: 11px;
	color: #000;
}
.rank_sta {
    background: rgba(153, 51, 51,0.5);
    padding: 10px;
    font-size: 13px;
    border-top: 1px solid #bfa569;
    border-bottom: 1px solid #bfa569;
}
/* スタンプ */
.stamp_point {
	margin: 0 auto;
	padding: 18px 35px 5px 26px;
	overflow: hidden;
	margin-bottom: 0;
}
.stamp_point li {
	width: 25%;
	height: 48px;
	margin-top: 8px;
	margin-bottom: 9px;
	box-sizing: border-box;
	float: left;
	position: relative;
}
.stamp_point li img {
	width: 58px !important;
	opacity: 0;
	transform: scale(2.3, 2.3);
	transition-duration: 0.7s;
	margin-top: 1px;
}
.stamp_point li:nth-child(4) img,
.stamp_point li:nth-child(8) img,
.stamp_point li:nth-child(12) img,
.stamp_point li:nth-child(16) img{
	margin-left: 7px;
	/* margin-top: 2px; */
}
.stamp_point li.stamp_old img, .loginbonus .stamp_point li.stamp_new img {
	opacity: 1;
	transform: scale(1, 1);
}
.stamp_point li:nth-child(16) img{
	/* margin-top: 5px; */
}
#stamp_wrap .btn_close{
	width: 172px;
	margin: 0px auto 4px auto;
}

/* COIPO
------------------------------------------------------- */
.no_connect #stamp_wrap{
	display: none !important;
}

/* ログボページ
------------------------------------------------------- */
.loginbonus{
	padding-top: 10px;
}
.stamp_close,
.no_connect .stamp,
.connected .stamp_close{
	display: none;
}
/* グレーアウトスタンプ */
.no_connect .stamp_close{
	display: block;
	width: 95%;
	margin: 0 auto;
	position: relative;
}
.no_connect .stamp_close a{
	display: block;
	width: 256px;
	height: 46px;
	margin: 0 auto;
	position: absolute;
	top: 267px;
	left: 0;
	right: 0;
}
