@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	padding: 0;
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
	color: #333333;
	background-color: #ffffff;
	overflow: hidden;
}
#footer {
	margin-top: 50px;
}
#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;
	text-indent: -1em;
	color: #999;
}
/*角丸ブロック*/
.round_block {
	border-radius: 8px;
}
/*強調カラーテキスト*/
.em_font_red {
	color: #E4002B;
	font-weight: bold;
}
.em_font_kfc {
	color: #E7221A;
}
.em_font_orange {
	color: #FF9123;
}
/*太字*/
.bold_font {
	font-weight: bold;
}
/*左寄せ*/
.align_left {
	text-align: left;
}
/*中黒リスト*/
.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: #ffffff;
}
.btn_wrap {
	width: calc(100% - 120px);
	margin: 50px auto 0;
}
.btn {
	width: 100%;
	max-width: 400px;
	height: 50px;
	margin: 0 auto;
	display: grid;
	place-items: center;
	position: relative;
	background-color: #E4002B;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/kfc_2509/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 5px;
}
.btn_att {
	margin-top: 20px;
	font-size: 12px;
	color: #999999;
}
/*終了対応*/
#contents .close_btn {
	position: relative;
	pointer-events: none;
}
#contents .close_btn::after {
	content:"※本キャンペーンは終了しました";
	width: 104%;
	height: 120%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 2.2rem;
	font-weight: bold;
	color: #ffffff;
	background-color: rgba(0,0,0,0.7);
	transform: translate(-50%,-50%);
	z-index: 10;
}
/* ============== top =================== */
.top {
	font-size: 0;
	background-color: #FFE800;
}
/* ============== sec共通 =================== */
.sec {
	width:calc(100% - 60px);
	max-width: 970px;
	margin: 0 auto;
	position: relative;
	background-color: #FFF9B9;
}
.sec:not(.att) {
	margin-top: 100px;
	border-radius: 8px;
}
.sec:not(.att)::before {
	content: "";
	width: 450px;
	height: 58px;
	margin: auto;
	display: block;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 2;
}
.sec_inner {
	width: calc(100% - 60px);
	max-width: 830px;
	margin: 0 auto;
	padding: 50px 0;
}
/* step共通 */
.step {
	margin-top: 40px;
	display: flex;
	gap: 30px;
}
.step_item {
	position: relative;
	background-color: #fff;
	flex: 1;
}
.step_icon {
	width: 160px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 50%;
	display: grid;
	place-items: center;
	font-weight: bold;
	color: #ffffff;
	background-color: #FF9123;
	border-radius: 15px;
	transform: translate(-50%, -50%);
}
/* ============== LP =================== */
/* lead_wrap */
.lead_wrap {
	margin-top: 50px;
	font-size: 14px;
	font-weight: bold;
}
.lead_slash_txt {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}
.lead_slash_txt::before,
.lead_slash_txt::after {
	content: '';
	width: 2px;
	height: 16px;
	display: inline-block;
	background-color: #333;
}
.lead_slash_txt::before {
	transform: rotate(-30deg);
}
.lead_slash_txt::after {
	transform: rotate(30deg);
}
.lead_txt {
	font-size: 20px;
	font-weight: bold;
}
/* nav */
.nav {
	width: calc(100% - 60px);
	margin: 50px auto 0;
}
.nav_list {
	display: flex;
	justify-content: center;
	gap: 10px;
}
.nav_item {
	width: 100%;
	max-width: 400px;
	flex: 1;
}
#contents .nav_btn {
	font-size: 16px;
	color: #E4002B;
}
.nav_btn {
	background-color: #fff;
	border: 1px solid #E4002B;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/kfc_2509/img/btnarrow_down.png);
}
/* join 参加方法  */
.join {
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	position: relative;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/kfc_2509/img/join_bg_pc.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.join::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/kfc_2509/img/join_top_pc.png);
}
.join .join_inner {
	padding-bottom: 0;
}
.join_step_body {
	padding: 30px 20px 20px;
}
.join_step_01 .join_step_body {
	padding-right: 35px;
	padding-left: 35px;
}
.join_step_btn {
	margin-top: 35px;
}
.join_step_att {
	margin-top: 20px;
	text-align: left;
}
.join_att {
	margin-top: 10px;
	text-align: left;
}
.join_goal {
	margin-top: 30px;
}
.join_goal::before {
	content:"";
	width: 110px;
	height: 20px;
	margin: 0 auto;
	display: block;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/kfc_2509/img/join_arrow.png) 0 0/contain no-repeat;
}
.join_goal_lead {
	margin-top: 30px;
	font-size: 22px;
	font-weight: bold;
}
.join_goal_lead .em_font_orange {
	font-size: 50px;
	line-height: 1.5;
}
.join_goal_item {
	width: calc(100% - 60px);
	max-width: 830px;
	margin: 40px auto 0;
	padding: 30px 20px;
	position: relative;
	background-color: #fff;
}
.join_goal_balloon {
	padding: 5px 7px 5px 16px;
	position: absolute;
	top: 0;
	left: 50%;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	background-color: #FF9123;
	border-radius: 60px;
	transform: translate(-50%, -50%);
}
.join_goal_balloon::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -8px;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 15px solid #ff9123;
	border-bottom: 0;
	transform: translateX(-50%);
}
.join_goal_txt {
	font-size: 20px;
	line-height: 1.5;
}
.join_goal_txt_img {
	width: 180px;
	margin-top: 20px;
}
.join_goal_att {
	margin-top: 30px;
}
.join_goal_pic {
	margin-top: 30px;
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}
/* app KFC公式アプリ・Pontaカード連携方法 */
.app::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/kfc_2509/img/connect_top_pc.png);
}
.app_att {
	margin-top: 20px;
}
.app_list {
	flex-wrap: wrap;
	row-gap: 40px;
}
.app_step_item {
	text-align: left;
}
.app_step_01 {
	width: 100%;
	flex: auto;
}
.app_step_body {
	padding: 40px 20px;
}
.app_step_01 .app_step_body {
	padding: 30px 15px 40px;
}
.app_step_txt {
	text-align: center;
}
.app_step_img img {
	margin-top: 20px;
}
.app_kfc_item {
	width: 100%;
	max-width: 733px;
	margin: 20px auto 0;
	padding: 30px;
	display: flex;
	gap: 30px;
	background-color: #FFECEB;
}
.app_kfc_left {
	flex-shrink: 0;
}
.app_kfc_logo {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	gap: 20px;
}
.app_kfc_logo img {
	width: 75px;
}
.app_kfc_qr {
	width: 100px;
	margin: 20px auto 0;
	display: block;
}
.app_kfc_index {
	margin-top: 10px;
}
.app_kfc_index p + p {
	margin-top: 2rem;
}
/* ============== att =================== */
.att {
	margin-top: 50px;
	padding: 50px 70px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	overflow: hidden;
}
.att_ttl {
	font-size: 22px;
	text-align: center;
}
.att_list {
	margin-top: 40px;
}
.att_item + .att_item {
	margin-top: 40px;
}
.att_item_ttl {
	position: relative;
	padding-left: 1.5em;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}
/*「●」タイプのリスト用*/
.att_item_ttl::before {
	content: "";
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	background-color: #FF9123;
	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 {
	margin-top: 20px;
	text-align: center;
}
.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) {
	/* ============== 共通 =================== */
	img {
		width: 100%;
	}
	.display_pc {
		display: none;
	}
	.display_sp {
		display: block;
	}
	.end_txt {
		font-size: 150%;
	}
	/* ============== btn =================== */
	.btn_wrap {
		width: calc(100% - 90px);
	}
	.btn_att {
		text-align: left;
	}
	/*終了対応*/
	#contents .close_btn::after {
		font-size: 1.8rem;
	}
	/* ============== sec共通 =================== */
	.sec {
		width: calc(100% - 30px);
	}
	.sec:not(.att) {
		width: 100%;
		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;
		border-radius: 0;
	}
	.sec:not(.att)::before {
		width: 100%;
		max-width: 375px;
		height: 56px;
	}
	.sec_inner {
		width: calc(100% - 30px);
		padding: 45px 0;
	}
	.sec_ttl {
		font-size: 22px;
	}
	/* step共通 */
	.step {
		margin-top: 40px;
		flex-direction: column;
	}
	.step_icon {
		height: 25px;
	}
	/* ============== LP =================== */
	/* lead_wrap */
	.lead_slash_txt {
		align-items: flex-end;
	}
	.lead_slash_txt::before,
	.lead_slash_txt::after {
		margin-bottom: 3px;
	}
	.lead_txt {
		margin-top: 5px;
		font-size: 18px;
	}
	/* nav */
	.nav {
		width: calc(100% - 90px);
	}
	.nav_list {
		align-items: center;
		flex-direction: column;
	}
	.nav_btn_app {
		height: 67px;
	}
	/* join 参加方法  */
	.join {
		background-image: none;
	}
	.join::before {
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/kfc_2509/img/join_top_sp.png);
	}
	.join_step_01 .join_step_body {
		padding-right: 30px;
		padding-left: 30px;
	}
	.join_step_btn {
		margin-top: 30px;
	}
	.join_step_img img {
		width: 100%;
		max-width: 690px;
		display: block;
		margin: 0 auto;
	}
	.join_step_att {
		margin-top: 10px;
	}
	.join_att {
		margin-top: 20px;
	}
	.join_goal_lead {
		font-size: 18px;
	}
	.join_goal_lead .em_font_orange {
		margin-top: 10px;
		display: inline-block;
		line-height: 1;
	}
	.join_goal_item {
		width: calc(100% - 30px);
		margin-top: 60px;
	}
	.join_goal_txt {
		font-size: 18px;
	}
	.join_goal_txt_img {
		width: 100%;
		max-width: 169px;
	}
	.join_goal_att {
		width: calc(100% - 30px);
		margin-right: auto;
		margin-left: auto;
		text-align: left;
	}
	.join_goal_pic {
		border-radius: 0;
	}
	/* app KFC公式アプリ・Pontaカード連携方法 */
	.app::before {
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/kfc_2509/img/connect_top_sp.png);
	}
	.app_step_body {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.app_step_01 .app_step_body {
		padding-right: 15px;
		padding-left: 15px;
	}
	.app_step_img img {
		width: 100%;
		max-width: 546px;
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	.app_kfc_item {
		width: 100%;
		flex-direction: column;
		gap: 20px;
	}
	.app_kfc_dl {
		width: calc(100% - 55px);
		max-width: 401px;
		display: block;
		margin: 0 auto;
	}
	/* ============== att =================== */
	.att {
		padding: 40px 30px 30px;
	}
	.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;
	}
}