@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700&family=Noto+Serif+JP:wght@500;600&display=swap');

/* ===========================================
 * Common
 * ======================================== */
body{
	font-size: 62.5%; /*基本のフォントサイズを10pxに指定 */
	font-family:  "Hiragino Sans","Yu Gothic",sans-serif;
	color: #000;
	background: #fff;
}

a:link,a:visited{
	color: #fff;
	text-decoration: underline;
}

img{
	width: 100%;
	max-width: 100%;
}

/* margin */
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.auto{margin: 0 auto;}

.display-pc{
	display:none;
}


/* ===========================================
 * Main　Contents
 * ======================================== */

/* level1 KV
-------------------------*/


/* level2 
-------------------------*/
.level2{
	background: #029238;
	padding: 25px 3.3% 40px;
}

.tit_main{
	margin-bottom: 20px;
}

.coupon_list{
	display: flex;
	flex-wrap:wrap;
}

.days{
	margin-bottom: 0px;
	width: 94%;
	margin: 20px auto 30px;
	opacity: 0.3;

}

.day2{
	margin-top: 20px;
}



/* .coupon_wrap{
	margin-bottom: 20px;
} */


.att,.att_sweets{
	color: #fff;
	font-size:clamp(0.75rem, 0.461rem + 1.23vw, 1.25rem);
	
}

.att li,.att_sweets{
	padding-left: 0.8rem;
	text-indent: -0.8rem;
}

.att_sweets{
	margin-bottom: 30px;
}



/* level3
-------------------------*/
.level3{
	background: #fff;
	padding:30px 12.6% 10px;
}


/* level4
-------------------------*/
.level4{
	background-image: url(../img/dl_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding:40px 0;
}

.dl_att{
	width: 77.3%;
	margin: 0 auto 25px;
}

.share_att{
	font-size: 1.2em;
	font-weight: 300;
	text-align: center;
	padding-top: 10px;
}

.inner{
	padding: 0 15.3% ;
}

.app_list{
	display: flex;
	align-items: center;
	padding: 0 8%;	
}

.app_list li{
	margin: 0 auto;
}



@media screen and (min-width: 768px) {

	/* --------
	Common
	---------------*/
	.wrapper{
		width: 768px;
		margin: 0 auto;
	}

	.display-pc{
		display: block;
	}
	
	.display-sp{
		display: none;
	}


	.days{
	margin-bottom: 0px;
	width: 94%;
	margin: 40px auto 60px;
	opacity: 0.3;
	}


	/* level3
-------------------------*/
.level4{
	background-image: url(../img/dl_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding:90px 0 40px 0;

}

	.qr_code{
		width: 29.6%;
		margin: 0 auto 30px;
	}
	
	.pc_dl_btn{
		display: flex;
		align-items: center;
		padding: 0 13.9%;
	}
	
	.pc_dl_btn li{
		margin-left: 5px;
	}

	.dl_att{
		width: 573px;
		margin: 0 auto 25px;
	}
}