.stamp-base-bg {
	position: relative;
	width: 218px;
	height: 138px;
	background: url('/superdeal/_pc/img/201809/stamp_basebg.png') no-repeat;
	background-position: center top;
	cursor: pointer;
}
.stamp-base-bg .stampboxbtm {
	position: absolute;
	width: 212px;
	bottom: 6px;
	left: 8px;
	font-size: 11px;
	font-weight: bold;
}
.stamp-base-bg .stampboxbtm.singleline {
	bottom: 14px;
}
.deal-stamp-banner__inner {
  margin-left: auto;
  margin-right: auto;
  width: 218px;
}
.deal-stamp-banner__upper + .deal-stamp-banner__lower {
  margin-top: 5px;
}
.deal-stamp-banner__upper {
  -webkit-box-shadow: -1px 2px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 2px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 2px 1px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.stamp-base-bg .stampmonth {
	position: absolute;
	top: 70px;
	left: 23px;
	color: #fff;
}
.stamppoint-txt {
	font-size: 20px;
	font-weight: bold;
	color: #bf0000;
	padding: 12px 20px;
}


/* stampnumber */
.stampnum {
	position: absolute;
	width: 30px;
	height: 40px;
}
.digit-left {
	right: 46px;
	top: 45px;
}
.digit-right {
	right: 14px;
	top: 45px;
}
.stamp-0 {
	width: 22px;
	height: 32px;
	background: url('/superdeal/_pc/img/201809/numbers/0.png') no-repeat;
	background-position: center top;
	background-size: 22px 32px;
}
.stamp-1 {
	width: 26px;
	height: 32px;
	background: url('/superdeal/_pc/img/201809/numbers/1.png') no-repeat;
	background-position: center top;
	background-size: 14px 30px;
}
.stamp-2 {
	width: 22px;
	height: 32px;
	background: url('/superdeal/_pc/img/201809/numbers/2.png') no-repeat;
	background-position: center top;
	background-size: 22px 31px;
}
.stamp-3 {
	width: 22px;
	height: 32px;
	background: url('/superdeal/_pc/img/201809/numbers/3.png') no-repeat;
	background-position: center top;
	background-size: 22px 32px;
}
.stamp-4 {
	width: 22px;
	height: 32px;
	background: url('/superdeal/_pc/img/201809/numbers/4.png') no-repeat;
	background-position: center top;
	background-size: 22px 30px;
}
.stamp-5 {
	width: 22px;
	height: 32px;
	background: url('/superdeal/_pc/img/201809/numbers/5.png') no-repeat;
	background-position: center top;
	background-size: 21px 31px;
}
.stamp-6 {
	width: 22px;
	height: 32px;
	background: url('/superdeal/_pc/img/201809/numbers/6.png') no-repeat;
	background-position: center top;
	background-size: 21px 32px;
}
.stamp-7 {
	width: 22px;
	height: 32px;
	background: url('/superdeal/_pc/img/201809/numbers/7.png') no-repeat;
	background-position: center top;
	background-size: 22px 32px;
}
.stamp-8 {
	width: 22px;
	height: 32px;
	background: url('/superdeal/_pc/img/201809/numbers/8.png') no-repeat;
	background-position: center top;
	background-size: 22px 32px;
}
.stamp-9 {
	width: 22px;
	height: 32px;
	background: url('/superdeal/_pc/img/201809/numbers/9.png') no-repeat;
	background-position: center top;
	background-size: 21px 32px;
}



/* stampPopUp */
.stampPopUp {
  visibility: hidden;
}
.stampPopUp.active {
  visibility: visible;
}
.stampPopUp__background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  z-index: 9998;
}
.stampPopUp__background.active {
	opacity: 1;
}
.stampPopUp__closeButtonContainer {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 720px;
  margin: 0 auto;
}
.stamp__closeButton {
  cursor: pointer;
  position: absolute;
	top: -22px;
	right: -20px;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  background: url(https://r.r10s.jp/evt/event/superdeal/_cmn/img/2017/icon_close.svg?v=201710311431);
  background-size: contain;
  border-radius: 10px;
  z-index: 999;
}
.stampPopUp__container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 720px;
  min-height: 400px;
	margin: 140px auto;
  will-change: opacity;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  background: #fff;
  z-index: 9999;
}
.stampPopUp__box {
  position: relative;
	overflow: hidden;
}
.stampPopUp__contents {
	position: relative;
  width: 100%;
  width: 720px;
}
.stampPopUp__box .deal-stamp-banner__lower {
	position: relative;
	box-sizing: border-box;
	padding: 0 20px;
	line-height: 1.9em;
}
.stampPopUp__box .deal-stamp-banner__lower .stamp-btmbtn {
	clear: both;
	position: relative;
	width: 260px;
	margin: 20px auto;
	height: 40px;
}
.stampPopUp__box .deal-stamp-banner__lower .stamp_btmbtnlink {
	position: relative;
	display: block;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	color: #333 !important;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.stampPopUp__box .deal-stamp-banner__lower .stamp_btmbtnlink::after {
	display: block;
	content: '';
	position: absolute;
	right: 12px;
	top: 17px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #ccc;
}