@charset "utf-8";

/* ============== 共通 =================== */
#contents {
	color: #333333;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	background-color: #FFE852;
	padding: 0 0 60px 0;
	overflow: hidden;
}

#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 {
	color: #fff;
	background-color: #df0615;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	line-height: 1;
}

/*注釈テキスト*/
.note_txt {
	font-size: 12px;
	line-height: 1.6;
	font-weight: normal;
	color: #999;
	text-indent: -1em;
	padding-left: 1em;
}

/*角丸ブロック*/
.round_block {
	border-radius: 8px;
}

/*マーカー*/
.line_txt {
	display: inline;
	background: linear-gradient(transparent 70%, #fee661 0%);
	/* 任意 */
	padding: 0 5px;
}

/*強調カラーテキスト*/
.em_font {
	color: #ff9123;
	/* 任意 */
}

/*太字*/
.bold_font {
	font-weight: bold;
}

/*中黒リスト*/
.dot_list {
	text-indent: -1em;
	margin-top: 10px;
	padding-left: 1em;
}

/*(数字)リスト*/
.num_list {
	text-indent: -1.4em;
	padding-left: 1.5em;
	counter-reset: number 0;
}

.num_list>li::before {
	counter-increment: number 1;
	content: "(" counter(number) ")";
}

/* ============== btn =================== */
#contents .btn {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.btn_wrap {
	padding: 0 60px;
}

.btn {
	display: grid;
	place-items: center;
	background-color: #DF0615;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/sukiya_2604/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 5px;
	max-width: 400px;
	height: 50px;
	margin: 0 auto;
	position: relative;
}

.btn_att {
	color: #999999;
	font-size: 12px;
	margin-top: 20px;
}

/*終了対応*/
#contents .close_btn {
	position: relative;
	pointer-events: none;
}

#contents .close_btn::after {
	content: "※本キャンペーンは終了しました";
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 2.2rem;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.7);
	/* 固定 */
	width: 104%;
	height: 120%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

/* ============== top =================== */
.top {
	/* 任意 */
	font-size: 0;
}

.top_date {
	display: grid;
	place-items: center;
	background-color: #dddddd;
	/* 任意 */
	height: 45px;
	padding: 0 28px;
}

.top_date img {
	width: auto;
	max-height: 23px;
}

.top+* {
	margin-top: 40px;
}

/* ============== sec共通 =================== */
.sec {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 0 auto;
	padding: 50px 70px;
}

.btn_wrap+*,
.sec+.sec {
	margin-top: 40px;
}

.sec_ttl {
	font-size: 22px;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
}

.sec_ttl+* {
	margin-top: 40px;
}

.sec_lead_main,
.sec_lead_main .em_font {
	font-size: 22px;
	font-weight: bold;
}

.sec_lead p+.sec_lead_main {
	margin-top: 10px;
}

.sec .note_txt {
	text-align: left;
}

/* ============== att =================== */
.att {
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	overflow: hidden;
}

.att_item+.att_item {
	margin-top: 30px;
}

.att_item_ttl {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	padding-left: 1.5em;
	position: relative;
}

/*「●」タイプのリスト用*/
.att_item_ttl::before {
	content: "";
	display: block;
	background-color: #DF0615;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 2px;
	left: 0;
}

.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 {
	color: #f50028;
	font-weight: bold;
}

/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {

	/* ============== 共通 =================== */
	img {
		width: 100%;
	}

	.display_pc {
		display: none;
	}

	.display_sp {
		display: block;
	}

	.end_txt {
		font-size: 150%;
	}

	.top+* {
		margin-top: 40px;
	}

	/* ============== btn =================== */
	.btn_wrap {
		padding: 0 45px;
	}

	.btn_att {
		text-align: left;
		margin-top: 15px;
	}

	/*終了対応*/
	#contents .close_btn::after {
		font-size: 1.8rem;
	}

	/* ============== top =================== */
	.top_date {
		height: 36px;
	}

	/* ============== sec共通 =================== */
	.sec {
		width: calc(100% - 30px);
		padding: 30px;
	}

	.btn_wrap+*,
	.sec+.sec {
		margin-top: 40px;
	}

	.sec_ttl+* {
		margin-top: 30px;
	}

	.sec_lead_main {
		font-size: 18px;
	}

	/* ============== att =================== */
	.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;
	}
}