@charset "UTF-8"; 

* {
	box-sizing: border-box;
}
.cont {
	width: 100%;
	/*max-width: 680px;*/
	margin: auto;
	position: relative;
}
p {
	margin: 0;
}
.cpn {
	position: absolute;
	top: 271px;
	left: 20px;
}
.date {
	position: absolute;
	top: 51.7%;
	left: 13%;
	font-size: 45px;
	font-weight: bold;
	color: #fff;
}
.code {
	position: absolute;
	font-size: 60px;
	top: 57.5%;
	text-align: center;
	width: 86%;
	font-weight: bold;
	letter-spacing: 25px;
	left: 7%;
}
a {
	display: block;
	position: absolute;
	top: 73.2%;
	left: 46%;
	width: 250px;
	height: 45px;
}
div#shop {
	padding: 40px 7% 20px;
	margin-top: -19px;
	background-image: url(images/paypay_harunoundameshi-2_0.png);
}
.shop-ttl {
	width: 100%;
	background: #004da0;
	text-align: center;
	padding: 27px 10px;
	margin-bottom: 75px;
	box-sizing: border-box;
	position: relative;
	color:#fff;
}
.shop-ttl::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 20px 0 20px;
	border-color: #004da0 transparent transparent transparent;
	transform: translate(-50%, 100%);
	left: 50%;
	bottom: 0;
}
.shop-ttl p {
	font-size: 44px;
	font-weight: bold;
}
.shop-txt {
	font-size: 28px;
	color: #000;
	text-align: center;
	margin-bottom: 75px;
}
select {
	width: 100%;
	line-height: 100px;
	display: block;
	height: 100px;
	background: transparent;
	color: #000;
	font-size: 38px;
	border-radius: 50px;
	border: 4px solid;
	margin-bottom: 40px;
	position: relative;
	cursor: pointer;
}
option {
	color: #404040;
	text-align: center;
}
select {
-webkit-appearance: none;
appearance: none; /* デフォルトの矢印を無効 */
	outline: none;
}
select::-ms-expand {
display: none; /* デフォルトの矢印を無効(IE用) */
}
.select {
	position: relative;
}
select:focus {
	outline: none;
}
.select::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 15px 0 15px;
	border-color: #000 transparent transparent transparent;
	transform: translateY(-50%);
	top: 50%;
	right: 40px;
}
.shop-list {
	margin-top: 80px;
	background: #fff;
}
.shop-list div {
	border-bottom: 1px solid #404040;
	padding: 30px 20px;
}
.shop-list div p {
	font-size: 28px;
}
.shop-list div p.shop-name {
	margin-bottom: 10px;
	position: relative;
	padding-left: 1em;
	font-weight: bold;
}
.shop-list div p.shop-name::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 20px;
	height: 20px;
	background-color: #004da0;
}
@media screen and (max-width: 720px) {
	.date {
		font-size: 7vw;
	}
	.code {
		font-size: 9vw;
		letter-spacing: 15px;
	}
	a {
		width: 37vw;
		height: 7vw;
	}
	.cpn {
		position: absolute;
		top: 20%;
		left: 13px;
		width: 94%;
	}
	div#shop {
		padding: 20px 7% 20px;
	}
	.shop-ttl {
		padding: 16px 10px;
		margin-bottom: 38px;
	}
	.shop-ttl p {
		font-size: 22px;
	}
	.shop-txt {
		font-size: 14px;
		color: #000;
		text-align: center;
		margin-bottom: 32px;
	}
	select {
		line-height: 50px;
		height: 50px;
		font-size: 19px;
		border: 2px solid;
		margin-bottom: 20px;
	}
	.select::after {
		border-width: 11px 8px 0 8px;
		right: 20px;
	}
	.shop-list {
		margin-top: 40px;
	}
	.shop-list div {
		padding: 15px 10px;
	}
	.shop-list div p {
		font-size: 14px;
	}
	.shop-list div p.shop-name {
		margin-bottom: 5px;
	}
	.shop-list div p.shop-name::before {
		top: 4px;
		width: 11px;
		height: 11px;
	}
	.shop-ttl::after {
		border-width: 20px 10px 0 10px;
	}
}
