@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap");

/*
h2, h3, h4 {
	font-family: Montserrat, 'Noto Sans JP', sans-serif;
	font-weight: bold;
	-moz-font-feature-settings: 'palt';
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	line-height: 1.25;
}
*/
.kv,
.contents {
	font-family: Montserrat, 'Noto Sans JP', sans-serif;
}
@media print, screen and (min-width:1000px) {
	h2, h3, h4,
	.kv,
	.contents {
		font-family: Montserrat, 'Yu Gothic', YuGothic, sans-serif;
	}
}
.kv {
	position: relative;
	background: url('../kouritu/kv-kouritu.jpg') no-repeat top center;
	background-size: cover;
	overflow: hidden;
}
.kv-w {
	position: relative;
	background: url('../kouritu/kv-watowa.jpg') no-repeat top center;
	background-size: cover;
	overflow: hidden;
}
.kv-container {
	position: relative;
}
.wrapper-pagetitle {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}
.pagetitle {
	display: inline-block;
	background: #ffffffc7;
	font-size: 1.7rem;
	line-height: 1.25;
	text-align: center;
	letter-spacing: .25em;
}
.pagetitle > span {
	display: inline-block;
	margin: 4px;
	padding: .75em .35em .75em .6em;
	border: 1px solid #fff;
}
.contents {
	margin: 0 15px 80px;
	font-size: 1.4rem;
	line-height: 1.75;
}
.hr {
	display: block;
	width: 100px;
	height: 1px;
	margin: 40px auto;
	border: none;
	border-top: 1px #000 solid;
}
.greeting {
	background: #f9f6ef;
	padding: 1.25em 1em;
}
.coupon-detail {
	margin: 0 -15px;
	padding: 25px 15px 15px;
	background: #c30000;
	color: #fff;
	line-height: 1.1;
	text-align: center;
}
.coupon-detail .off {
	display: block;
	font-size: 4.2rem;
	font-weight: bold;
}
.condition {
	position: relative;
	margin: 40px 0 0;
	border: 2px solid #fff;
}
.condition::before {
	position: absolute;
	top: -34px;
	left: 50%;
	transform: translateX(-50%) rotate(-45deg);
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #c30000 url('../kouritu/coupon.svg') no-repeat center center;
	background-size: 36px;
}
.condition > dl {
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin: 22px 0 4px;
	padding: 10px;
}
.condition dt {
	font-weight: normal;
}
.condition dt::after {
	display: inline-block;
	content: '';
	width: 6px;
	height: 6px;
	margin: 0 10px 0 4px;
	border: solid #fff;
	border-width: 1px 1px 0 0;
	transform: rotate(45deg) translateY(-2px);
}
.condition dd {
	font-size: 2.4rem;
	font-weight: bold;
}
.small {
	font-size: 75%;
}
.registration {
	margin: 40px -15px;
	padding: 20px 20px 30px;
	background: #a047ce;
	color: #fff;
}
.registration img {
	display: block;
	width: 60px;
	margin: 0 auto 10px;
}
.registration .btn {
	position: relative;
	display: block;
	margin: 20px 0 0;
	padding: 0;
	height: 44px;
	background: #fff;
	border-radius: 22px;
	color: #a047ce;
	line-height: 44px;
	text-align: center;
}
.registration .btn::after {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border: solid #a047ce;
	border-width: 2px 2px 0 0;
}
.registration .btn:hover {
	text-decoration: none;
	opacity: .8;
}
.step h2 {
	padding: .45em 0 .35em;
	background: #bfac7e;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.step > ol {
	margin: 10px 0 0;
	font-size: 1.4rem;
	line-height: 1.5;
}
.step > ol > li {
	position: relative;
	border: 6px solid #f9f6ef;
	padding: 10px 15px;
}
.step img {
	display: block;
	width: 60px;
	margin: 10px auto 20px;
}
@media only screen and (max-width:999px) {
	.pc-only {
		display: none;
	}
	.kv::before,
	.kv-w::before {
		content: '';
		display: block;
		padding-top: 85%;
	}
	.contents {
		font-size: 1.6rem;
	}
	.greeting {
		margin: 0 -15px;
	}
	.greeting > p:nth-of-type(n+2) {
		margin-top: .75em;
	}
	.step > ol > li:not(:last-child) {
		margin-bottom: 20px;
	}
	.step > ol > li:not(:last-child)::after {
		position: absolute;
		bottom: -25px;
		left: 50%;
		transform: rotate(45deg) translateX(-50%);
		content: '';
		display: block;
		width: 12px;
		height: 12px;
		border: solid #bfac7e;
		border-width: 0 4px 4px 0;
	}
}
@media print, screen and (min-width:1000px) {
	.sp-only {
		display: none;
	}
	.kv {
		height: 480px;
		background: url('../kouritu/kv-kouritu.jpg') no-repeat top center;
	}
	.kv-w {
		height: 480px;
		background: url('../kouritu/kv-watowa.jpg') no-repeat top center;
	}
	.kv-container {
		position: inherit;
		max-width: 1000px;
		width: 100%;
		height: 800px;
		margin: 0 auto;
	}
	.wrapper-pagetitle {
		transform: translateY(-120%);
	}
	.pagetitle {
		font-size: 3rem;
	}
	.pagetitle > span {
		padding: .75em .45em .75em .7em;
	}
	.contents {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 120px;
		font-size: 2rem;
	}
	.hr {
		margin: 80px auto;
	}
	.greeting {
		padding: 1.5em 2em;
		text-align: center;
	}
	.coupon-detail {
		margin: 10px 0 0;
		padding: 35px 25px 25px;
	}
	.coupon-detail .off {
		font-size: 4.8rem;
	}
	.condition {
		margin: 50px 0 0;
	}
	.condition dl {
		padding: 12px 15px 15px;
	}
	.condition dt::after {
		transform: rotate(45deg) translateY(-4px);
	}
	.condition dd {
		font-size: 3rem;
	}
	.registration {
		max-width: 640px;
		margin: 80px auto;
		padding: 40px;
		border-radius: 10px;
	}
	.step > ol {
		display: flex;
		font-size: 1.6rem;
	}
	.step > ol > li {
		flex: 1;
	}
	.step > ol > li:not(:last-child) {
		margin-right: 20px;
	}
	.step > ol > li:not(:last-child)::after {
		position: absolute;
		top: 50%;
		right: -20px;
		transform: translateY(-56%) rotate(45deg);
		content: '';
		display: block;
		width: 12px;
		height: 12px;
		border: solid #bfac7e;
		border-width: 4px 4px 0 0;
	}
}
.usage h2 {
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	text-align: center;
}
.usage > ul {
	margin: 20px 0;
}
.usage h3 {
	position: relative;
	border: 1px solid #bfac7e;
	height: 30px;
	margin: 0 0 8px;
	color: #bfac7e;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}
.usage h3::after {
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	background: #fff;
	border: solid #bfac7e;
	border-width: 0 1px 1px 0;
}
.usage a:hover {
	text-decoration: none;
}
@media only screen and (max-width:999px) {
	.usage > ul > li:nth-child(n+2) {
		margin-top: 20px;
	}
}
@media print, screen and (min-width:1000px) {
	.usage h2 {
		font-family: 'Yu Mincho', YuMincho, serif;
		font-size: 3rem;
	}
	.usage > ul {
		display: flex;
		margin: 40px 0;
	}
	.usage > ul > li {
		flex: 1;
	}
	.usage > ul > li:nth-child(n+2) {
		margin-left: 20px;
	}
	.usage h3 {
		height: 36px;
		font-size: 1.7rem;
		line-height: 36px;
	}
}
.btn-shopping a {
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
	margin: 40px 0;
	background: #f60;
	border-radius: 30px;
	color: #fff !important;
	text-align: center;
	line-height: 60px;
}
.btn-shopping a::after {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border: solid #fff;
	border-width: 2px 2px 0 0;
}
.btn-shopping a:hover {
	text-decoration: none;
	opacity: .8;
}
@media print, screen and (min-width:1000px) {
	.btn-shopping a {
		width: 480px;
		height: 80px;
		margin: 80px auto;
		border-radius: 40px;
		font-size: 2.4rem;
		line-height: 80px;
	}
}
