@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	padding: 0;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	color: #333333;
	background-color: #ffffff;
	overflow: hidden;
}
#footer {
	margin-top: 60px;
}
#contents * {
	box-sizing: border-box;
}
#contents a {
	color: #0099cc;
	text-decoration: underline;
}
#contents a:hover {
	opacity: 0.7;
}
figure {
	margin: 0;
}
.display_sp {
	display: none;
}
.end_txt {
	padding: 20px 0;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: #f50028;
	background-color: #fff;
}
/*注釈テキスト*/
.note_txt {
	padding-left: 1em;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.6;
	color: #999;
	text-indent: -1em;
}
ul.note_txt {
	padding-left: 0;
	text-indent: 0;
	text-align: left;
}
ul.note_txt li {
	padding-left: 1em;
	text-indent: -1em;
}
/*角丸ブロック*/
.round_block {
	border-radius: 8px;
}
/*強調カラーテキスト*/
.em_font {
	color: #C1272D;
}
/*太字*/
.bold_font {
	font-weight: bold;
}
/*中黒リスト*/
.dot_list {
	margin-top: 10px;
	padding-left: 1em;
	text-indent: -1em;
}
/*(数字)リスト*/
.num_list {
	padding-left: 1.5em;
	text-indent: -1.4em;
	counter-reset: number 0;
}
.num_list > li::before {
	content: "(" counter(number) ")";
	counter-increment: number 1;
}
/* ============== btn =================== */
#contents .btn {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.btn_lead {
	width: 100%;
	max-width: 285px;
	margin: 0 auto;
}
.btn_wrap {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 40px auto 0;
}
.btn {
	width: 100%;
	max-width: 400px;
	height: 50px;
	margin: 20px auto 0;
	position: relative;
	display: grid;
	place-items: center;
	background-color: transparent;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/lawson_2608/img/btnarrow_right.png), linear-gradient(57deg, #f09e37 0%, #fdf286 27%, #f3ae48 52%, #feef87 78%, #eb9737 100%);
	background-size: 20px, auto;
	background-position: center right 15px, center;
	background-repeat: no-repeat, no-repeat;
	border: 1px solid #000000;
	border-radius: 5px;
	box-shadow: 0 3px 0 #000000;
}
.btn_att {
	margin-top: 20px;
	font-size: 12px;
	line-height: 1.6;
	color: #999;
}
/*終了対応*/
#contents .close_btn {
	position: relative;
	pointer-events: none;
}
#contents .close_btn::after {
	content:"※本キャンペーンは終了しました";
	width: 104%;
	height: 120%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
	font-weight: bold;
	color: #ffffff;
	background-color: rgba(0,0,0,0.7);
	z-index: 10;
}
/* ============== top =================== */
.top {
	background-color: #f2f2f2;	
	font-size: 0;
}
.top_ttl {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/lawson_2608/img/mv_pc_bg.png);
	background-size: auto 100%;
	background-position: center;
	background-repeat: repeat-x;
}
.top_date {
	padding: 20px;
	display: grid;
	place-items: center;
	background-color: #231815;
}
/* ============== sec共通 =================== */
.sec {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 0 auto;
	padding: 50px 70px 60px;
	background-color: #FFE6E6;
	border-radius: 8px;
}
.sec + .sec {
	margin-top: 60px;
}
.sec_ttl {
	width: 345px;
	margin: 0 auto;
}
.sec_lead {
	margin-top: 20px;
	font-size: 18px;
}
/* ============== LP =================== */
/* join キャンペーン参加方法 */
.join {
	margin-top: 35px;
}
.join_steps {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	max-width: 830px;
	margin: 40px auto 0;
}
.join_step {
	position: relative;
	background-color: #ffffff;
	border-radius: 8px;
}
.join_step_icon {
	width: 160px;
	height: 25px;
	margin: 0 auto;
	position: absolute;
	top: -13px;
	left: 0;
	right: 0;
	display: grid;
	place-items: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	background-color: #c1272d;
	border-radius: 500px;
	z-index: 2;
}
.join_step_img {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	padding: 30px 20px 20px;
}
.join_step_img > img {
	width: 100%;
	max-width: 345px;
}
.join_step_img > .note_txt {
	width: 100%;
	margin-top: 20px;
	padding-left: 0;
	text-align: left;
	text-indent: 0;
}
.join_btn_wrap {
	width: 100%;
	max-width: 305px;
	margin-top: 20px;
	padding: 0;
}
.join_btn {
	margin-top: 0;
}
.join_btn_att {
	text-align: left;
}
.join > .note_txt {
	margin-top: 20px;
	text-align: left;
}
/* benefits 特典内容 */
.benefits_list {
	margin-top: 25px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.benefits_item {
	padding-top: 35px;
	position: relative;
}
.benefits_item.is_upcoming::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(102, 102, 102, 0.90);
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/lawson_2608/img/comingsoon.png);
	background-size: 146px;
	background-position: center;
	background-repeat: no-repeat;
}
.benefits_item_inner {
	padding-top: 30px;
	position: relative;
	background-color: #FFF;
	outline: 1px solid #000;
}
.benefits_item_icon {
	width: 70px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}
.benefits > .note_txt {
	margin-top: 20px;
}
/* schedule ポイント加算時期 */
.schedule_board {
	width: 100%;
	max-width: 830px;
	margin: 40px auto 0;
	overflow: hidden;
	border-radius: 8px;
}
.schedule_head,
.schedule_item {
	display: grid;
	grid-template-columns: 1.91fr 1fr 0.66fr;
	align-items: center;
	gap: 20px;
}
.schedule_head {
	min-height: 35px;
	padding: 6px 40px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	background-color: #c1272d;
	border-radius: 8px 8px 0 0;
}
.schedule_list {
	padding: 0 40px;
	background-color: #ffffff;
	border-radius: 0 0 8px 8px;
}
.schedule_item {
	padding: 20px 0;
	border-bottom: 1px solid #dddddd;
}
.schedule_item:last-child {
	border-bottom: none;
}
.schedule_item_shop {
	display: flex;
	align-items: center;
	gap: 10px;
	text-align: left;
}
.schedule_item_shop picture {
	flex-shrink: 0;
	line-height: 0;
}
.schedule_item_icon {
	width: 65px;
	height: 25px;
}
.schedule_item_detail {
	display: contents;
}
.schedule_item_entry,
.schedule_item_point {
	text-align: left;
}
.schedule > .note_txt {
	margin-top: 20px;
}
/* follow_el */
.follow_el {
	width: 100%;
	padding: 15px 45px;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.95);
	opacity: 0;
	transform: translateY(5px);
	transition: .3s;
	pointer-events: none;
	z-index: 1000;
}
.follow_el.is_show {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}
.follow_btn {
	margin-top: 0;
}
/* ============== att =================== */
.att {
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	overflow: hidden;
	border-radius: 8px;
}
.att_ttl {
	font-size: 22px;
	text-align: center;
}
.att_list,
.att_item + .att_item {
	margin-top: 40px;
}
.att_item_ttl {
	padding-left: 1.5em;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}
/*「●」タイプのリスト用*/
.att_item_ttl::before {
	content: "";
	width: 14px;
	height: 14px;
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	background-color: #C1272D;
	border-radius: 50%;
}
.att_item_inner p {
	margin-top: 10px;
}
.att_item_inner .note_txt {
	margin-top: 0;
}
.att_item_inner p + p {
	margin-top: 0;
}
.att_item_img {
	text-align: center;
	margin-top: 20px;
}
.att_item_img + * {
	margin-top: 20px;
}
.att .dot_list,
.att .num_list,
.att_small_unit,
.att_small_unit + * {
	margin-top: 10px;
}
.att_small_unit dd > *:first-child {
	margin-top: 0;
}
.att .dot_list .att_small_unit {
	text-indent: 0;
}
.att .dot_list li > .dot_list,
.att .dot_list li > .num_list,
.att .num_list li > .dot_list,
.att .num_list li > .num_list,
.att_small_unit .dot_list,
.att_small_unit .num_list {
	margin-top: 0;
}
.att .dot_list li > .dot_list + *,
.att .dot_list li > .num_list + *,
.att .num_list li > .dot_list + *,
.att .num_list li > .num_list + *,
.att_small_unit .dot_list + *,
.att_small_unit .num_list + * {
	margin-top: 10px;
}
.att .dot_list li > .num_list,
.att .num_list li > .num_list {
	transform: translateX(-0.2em);
}
.att_small_unit .dot_list,
.att_small_unit .num_list {
	margin-left: 0.5em;
}
.att .em_font {
	font-weight: bold;
	color: #f50028;
}
/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
	/* ============== 共通 =================== */
	#footer {
		margin-top: 50px;
	}
	img {
		width: 100%;
	}
	.display_pc {
		display: none;
	}
	.display_sp {
		display: block;
	}
	.end_txt {
		font-size: 150%;
	}
	/* ============== btn =================== */
	.btn_wrap {
		width: calc(100% - 90px);
		margin-top: 50px;
	}
	.btn {
		margin-top: 10px;
	}
	.btn_att {
		text-align: left;
	}
	/*終了対応*/
	#contents .close_btn::after {
		font-size: 1.8rem;
	}
	/* ============== top =================== */
	.top_date {
		padding: 10px 11px;
	}
	/* ============== sec共通 =================== */
	.sec {
		width: 100%;
		padding: 45px 15px 40px;
		border-radius: 0;
	}
	.sec + .sec {
		margin-top: 50px;
	}
	.sec_ttl {
		width: 100%;
		max-width: 500px;
	}
	.sec_lead {
		font-size: 16px;
	}
	/* ============== LP =================== */
	/* join キャンペーン参加方法 */
	.join {
		margin-top: 50px;
	}
	.join_steps {
		grid-template-columns: 1fr;
	}
	.join_btn_wrap {
		width: 100%;
		max-width: none;
		margin-top: 20px;
	}
	.join_btn {
		margin-top: 0;
		width: calc(100% - 20px);
	}
	/* benefits 特典内容 */
	.benefits_item {
		width: 100%;
		max-width: 500px;
		margin-right: auto;
		margin-left: auto;
	}
	.benefits_item_inner {
		padding-top: 40px;
	}
	.benefits_item.is_upcoming::after {
		background-size: 144px;
	}
	/* schedule ポイント加算時期 */
	.schedule_board {
		margin-top: 40px;
		overflow: visible;
		border-radius: 0;
	}
	.schedule_head {
		display: none;
	}
	.schedule_list {
		display: flex;
		flex-direction: column;
		gap: 20px;
		padding: 0;
		background-color: transparent;
		border-radius: 0;
	}
	.schedule_item {
		display: flex;
		flex-direction: column;
		gap: 10px;
		padding: 0;
		border-bottom: none;
		text-align: left;
	}
	.schedule_item_shop {
		flex-wrap: nowrap;
		width: 100%;
	}
	.schedule_item_shop picture,
	.schedule_item_icon {
		width: 50px;
		height: 50px;
	}
	.schedule_item_shop_txt {
		flex: 1;
		min-width: 0;
	}
	.schedule_item_shop_txt .schedule_item_label {
		font-weight: normal;
		color: #333333;
	}
	.schedule_item_detail {
		display: flex;
		flex-direction: column;
		gap: 10px;
		width: 100%;
		padding: 10px 20px;
		background-color: #ffffff;
		border-radius: 8px;
	}
	.schedule_item_entry,
	.schedule_item_point {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 15px;
		width: 100%;
	}
	.schedule_item_entry {
		padding-bottom: 10px;
		border-bottom: 1px solid #dddddd;
	}
	.schedule_item_label {
		width: 114px;
		flex-shrink: 0;
	}
	/* follow_el */
	.follow_btn {
		margin-top: 0;
	}
	/* ============== att =================== */
	.att {
		width: calc(100% - 30px);
		padding: 40px 30px 30px;
		border-radius: 8px;
	}
	.att_item_ttl {
		padding-left: 1.5em;
	}
	.att_item_inner p,
	.att .dot_list,
	.att .num_list,
	.att_small_unit,
	.att_small_unit + * {
		margin-top: 5px;
	}
}