@charset "UTF-8";
/*-----------------------------------
ページ共通
-----------------------------------*/
#coupon {
	max-width: 1240px;
	margin: 0 auto;
  color: #202020;
  font-size: 16px;
	line-height: 1.8;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "BIZ UDPGothic", "Helvetica Neue", arial, sans-serif;
}
#coupon a{
	text-decoration: none;
	color: #d93600;
}
#coupon img{
	width: 100%;
}
#coupon section {
	padding: 40px 0;
}
#coupon section:first-of-type{
	padding-top: 0;
}
#coupon section:last-of-type{
	padding-bottom: 0;
}
#coupon h2{
	margin-bottom: 30px;
	font-size: 26px;
	font-weight: 600;
	text-align: center;
}
#coupon .coupon-title{
	font-size: 30px;
}
#coupon .coupon-title span{
	padding-bottom: 3px;
	border-bottom: 2px solid #df5f03;
}
#coupon h3{
	font-size: 22px;
}
#coupon .attention-tx{
	color: #d93600;
}
#coupon .attention-list .attention-tx{
	text-indent: -1em;
	padding-left: 1em;
}

/*ボタン*/
#coupon .button{
	width: 440px;
	margin: 35px auto 0;
}
#coupon .button a{
	display: block;
	position: relative;
	padding: 20px 30px;
	border: 2px solid #df5f03;
	background: #df5f03;
	font-size: 18px;
	text-align: center;
	color: #fff;
	border-radius: 100vh;
	transition: 0.3s all;
	font-weight: 500;
}
#coupon .button a::after{
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s all;
}

@media screen and (min-width: 600px){
	#coupon a:hover{
		text-decoration: underline;
	}
	.sp-only{
		display: none;
	}
	
	/*ボタン*/
	#coupon .button a:hover{
		background: #fff;
		color: #df5f03;
		text-decoration: none;
	}
	#coupon .button a:hover::after{
		border-top: solid 2px #df5f03;
		border-right: solid 2px #df5f03;
	}
}

@media screen and (max-width: 599px){
	#coupon section{
		padding: 20px 0;
	}
	#coupon h2{
		margin-bottom: 25px;
		font-size: 20px;
	}
	#coupon .coupon-title{
		font-size: 22px;
	}
	#coupon h3{
		font-size: 20px;
	}
	
	/*ボタン*/
	#coupon .button{
		width: 85%;
		margin: 25px auto 0;
	}
	#coupon .button a{
		padding: 17px 30px;
		font-size: 17px;
		line-height: 1.5;
	}
}

/*-----------------------------------
クーポンコード
-----------------------------------*/
#coupon .couponcode .code-area{
	padding: 30px 0;
	font-size: 80px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.1em;
}
/*バレンタイン*/
#coupon.valentine .couponcode .code-area{
	background-color: #f0b6ba;
	color: #a04f4e;
}

@media screen and (max-width: 599px){
	#coupon .couponcode .code-area{
		padding: 20px;
		font-size: 60px;
	}
}

/*-----------------------------------
概要
-----------------------------------*/
#coupon .notes-wrap h2 .main-tx{
	font-size: 35px;
}
#coupon .notes-wrap .notes-inner{
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 38px 45px;
	border-radius: 16px;
	background: #f5f5f5;
	border: 2px dashed #000000;
	font-size: 18px;
	box-sizing: border-box;
}
#coupon .notes-wrap .notes-inner h3{
	color: #df5f03;
}
#coupon .notes-wrap .notes-inner p{
	font-weight: 500;
}
#coupon .notes-wrap .notes-inner .notes-item + .notes-item{
	margin-top: 15px;
}
#coupon .notes-wrap .notes-inner .notes-item .number{
	font-size: 24px;
}
#coupon .notes-wrap .notes-inner .notes-item .attention-tx{
	font-size: 15px;
}
#coupon .notes-wrap .notes-inner .notes-item .end{
	color: #d93600;
	font-weight: 600;
}
#coupon .notes-wrap .notes-inner .notes-item .notes-tx{
	text-indent: -1em;
	padding-left: 1em;
}
#coupon .notes-wrap .notes-inner .notes-item .attention-list{
	margin-top: 5px;
}

@media screen and (max-width: 599px){
	#coupon .notes-wrap h2 .main-tx{
		font-size: 28px;
	}
	#coupon .notes-wrap .notes-inner{
		padding: 20px 15px 35px;
		font-size: 17px;
	}
	#coupon .notes-wrap .notes-inner .notes-item + .notes-item{
		margin-top: 10px;
	}
	#coupon .notes-wrap .notes-inner .notes-item .number{
		font-size: 22px;
	}
}

/*-----------------------------------
ご利用方法
-----------------------------------*/
#coupon .flow-wrap .flow-img{
	max-width: 1000px;
	margin: 0 auto;
}
#coupon .flow-wrap .flow-list .flow-item{
	text-indent: -1em;
	padding-left: 1em;
	font-size: 17px;
}
#coupon .flow-wrap .flow-list .flow-item + .flow-item{
	margin-top: 10px;
}
#coupon .flow-wrap .flow_notes{
	margin-top: 40px;
	padding: 15px 25px;
	border: 1px dotted #c72425;
}
#coupon .flow-wrap .flow_notes .attention-list{
	margin-top: 4px;
	padding-bottom: 13px;
	border-bottom: 1px solid #202020;
}
#coupon .flow-wrap .flow_notes .contact{
	margin: 13px 0 10px;
	text-indent: -1em;
	padding-left: 1em;
}
#coupon .flow-wrap .flow_notes .contact .imp-tx{
	font-weight: 600;
}

@media screen and (max-width: 599px){
	#coupon .flow-wrap .flow-list .flow-item{
		font-size: 15px;
	}
	#coupon .flow-wrap .flow_notes{
		margin-top: 25px;
		padding: 15px;
		font-size: 14px;
	}
	#coupon .flow-wrap .flow_notes h3{
		font-size: 17px;
		text-align: center;
	}
}

/*-----------------------------------
バナー
-----------------------------------*/
#coupon .banner-wrap .banner_list{
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}
#coupon .banner-wrap .banner_list::after{
	display: none;
}
#coupon .banner-wrap .banner_list .banner_item{
	width: calc((100% - 75px) / 4);
}

@media screen and (max-width: 599px){
	#coupon .banner-wrap .banner_list{
		gap: 15px;
	}
	#coupon .banner-wrap .banner_list .banner_item{
		width: calc((100% - 15px) / 2);
	}
}
 

