@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: 45px;
}
#contents * {
	box-sizing: border-box;
}
#contents a {
	text-decoration: underline;
	color: #0099cc;
}
#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 {
	color: #E4002B;
}
/*太字*/
.bold_font {
	font-weight: bold;
}
/* 吹き出し */
.speech_bubble {
	padding: 5px 15px;
	display: inline-block;
	position: relative;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	line-height: 1.5;
	color: #ffffff;
	background-color: #29abe2;
	border-radius: 60px;
}
.speech_bubble::after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	border-style: solid;
	border-width: 11.25px 8.66px 0 8.66px;
	border-color: #29abe2 transparent transparent;
	translate: -50% 0;
}
.speech_bubble + * {
	margin-top: 10px;
}
/*中黒リスト*/
.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 {
	padding: 0 60px;
}
.btn {
	width: 100%;
	max-width:400px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	display: grid;
	place-items: center;
	background-color: #29ABE2;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/kfc_2603/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 5px;
}
.btn_att {
	font-size: 12px;
	text-align: left;
	color: #999999;
}
/*終了対応*/
#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%;
	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);
	transform: translate(-50%,-50%);
	z-index: 10;
}
/* ============== top =================== */
.top {
	font-size: 0;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/kfc_2603/img/mv_pc_bg.png);
	background-size: auto 100%;
	background-position: center;
	background-repeat: repeat-x;
}
/* ============== sec共通 =================== */
.sec {
	padding: 45px 30px;
}
.sec_inner {
	max-width: 970px;
	margin: 0 auto;
}
.sec_ttl {
	width: 345px;
	margin: 0 auto;
}
/* ============== LP =================== */
/* lead_wrap */
.lead_wrap {
	padding: 45px 0;
	background: linear-gradient(180deg, #FEFFD7 0%, #FDFF9D 100%);
}
.lead_inner {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 0 auto;
}
.lead_txt {
	margin-top: 10px;
	font-weight: bold;
}
.lead_txt_img {
	width: 345px;
}
/* nav */
.nav_list {
	width: 100%;
	max-width: 810px;
	margin: 30px auto 0;
	display: flex;
	justify-content: center;
	gap: 10px;
}
.nav_item {
	flex: 1;
}
#contents .nav_btn {
	color: #333;
}
.nav_btn {
	background-color: #fff;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/kfc_2603/img/btnarrow_down.png);
	border: 1px solid #DDD;
}
/* join キャンペーン参加方法 */
.join {
	background: 
		url(https://pntc.sslcs.cdngc.net/cdn/campaign/kfc_2603/img/join_bg_top.png) top center / 2000px auto no-repeat,
		linear-gradient(to bottom, #FFD8E6 0px, #FFC9DD 380px, #FFC9DD 100%);
	overflow: hidden;
}
.join_steps {
	width: 100%;
	max-width: 830px;
	margin: 40px auto 0;
	display: flex;
	position: relative;
	gap: 30px;
}
.join_step {
	padding: 30px 20px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	flex: 1;
	background-color: #fff;
}
.join_step + .join_step::after {
	content: "";
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 0;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/kfc_2603/img/join_and.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform: translate(-40px, -50%);
}
.join_step_txt_area {
	height: 66px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.join_step_txt {
	font-weight: bold;
}
.join_step_btn {
	margin: 22px 0;
}
.join_step_img {
	width: 100%;
	max-width: 305px;
}
.join_step_att {
	font-size: 12px;
	text-align: left;
}
.join_goal {
	margin-top: 40px;
	position: relative;
	z-index: 1;
}
.join_goal::before {
	content: "";
	width: 110px;
	height: 20px;
	display: block;
	margin: 0 auto;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/kfc_2603/img/join_arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.join_goal::after {
	content: "";
	width: 940px;
	position: absolute;
	top: 60px;
	left: 50%;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/kfc_2603/img/join_last_bg_pc.png);
	background-size: contain;
	background-repeat: no-repeat;
	aspect-ratio: 940 / 442;
	transform: translateX(-50%);
	z-index: -1;
}
.join_goal_col {
	margin-top: 40px;
}
.join_goal_col + .join_goal_col {
	margin-top: 30px;
}
.join_goal_txt_img {
	width: 345px;
	margin-right: auto;
	margin-left: auto;
}
.join_goal_txt + .join_goal_txt_img {
	margin-top: 10px;
}
.join_goal_att {
	margin-top: 30px;
	padding-left: 1em;
	font-size: 12px;
	text-indent: -1em;
}
/* app KFC公式アプリ・Pontaカード連携方法 */
.app {
	background: 
		url(https://pntc.sslcs.cdngc.net/cdn/campaign/kfc_2603/img/app_bg_top.png) top center / 2000px auto no-repeat,
		linear-gradient(to bottom, #FEFFD7 0px, #FDFF9D 380px, #FDFF9D 100%);
}
.app_steps {
	width: 100%;
	max-width: 830px;
	margin: 40px auto 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, auto);
	gap: 30px;
}
.app_step {
	padding: 30px 20px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	background-color: #fff;
}
.app_step_01 {
	grid-column: 1 / 3;
}
.app_step_num {
	width: 160px;
	height: 25px;
	position: absolute;
	top: 0;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	color: #fff;
	background-color: #FF9123;
	border-radius: 500px;
	transform: translate(-50%, -50%);
}
.app_step_txt {
	font-weight: bold;
}
.app_step_img {
	width: 100%;
	max-width: 305px;
}
.app_download_imgs {
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
.app_logo {
	width: 100px;
	flex-shrink: 0;
}
.app_btn img {
	width: auto;
	max-height: 100px;
}
.app_step_panel {
	padding: 20px;
	display: grid;
	grid-template-columns: 265px 1fr;
	align-items: center;
	gap: 20px;
	font-size: 12px;
	text-align: left;
	background-color: #F8F7F5;
}
.app_step_panel p + p {
	margin-top: 10px;
}
.app_att {
	margin-top: 30px;
	font-size: 12px;
}
/* follow_elem */
.follow_elem {
  width: 100%;
	padding: 0 15px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.90) 100%);
  opacity: 0;
  transform: translateY(5px);
  transition: .3s;
  pointer-events: none;
  z-index: 1000;
}
.follow_elem.is_show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
/* ============== att =================== */
.att {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 45px auto 0;
	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 {
	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: #FF3C96;
	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;
}
/* ============== アニメーション ============== */
.animation_fadeIn {
	transform: translateY(-10px);
	opacity: 0;
}
.animation_fadeIn.is_show {
	animation: fadeIn 300ms cubic-bezier(0, 0, 0.3, 1) 0.3s forwards;
}

/* コンテンツ（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 =================== */
	/*終了対応*/
	#contents .close_btn::after {
		font-size: 1.8rem;
	}
	/* ============== sec共通 =================== */
	.sec {
		padding-right: 15px;
		padding-left: 15px;
	}
	.sec_ttl {
		width: 100%;
		max-width: 420px;
	}
	.sec_inner {
		width: 100%;
	}
	/* ============== LP =================== */
	/* lead_wrap */
	.lead_inner {
		width: calc(100% - 30px);
	}
	.lead_txt {
		font-weight: normal;
	}
	.lead_txt_img {
		width: 100%;
		max-width: 450px;
	}
	/* nav */
	.nav_list {
		flex-direction: column;
	}
	/* join キャンペーン参加方法 */
	.join_steps {
		width: 100%;
		margin-top: 40px;
		flex-direction: column;
	}
	.join_step + .join_step::after {
		top: 0;
		left: 50%;
		transform: translate(-50%, -40px);
	}
	.join_step_txt_area {
		height: auto;
	}
	.join_step_btn {
		margin: 0;
	}
	.join_goal::after {
		width: 100vw;
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/kfc_2603/img/join_last_bg_sp.png);
		background-size: 100%;
		aspect-ratio: 750 / 884;
	}
	.join_goal_att {
		text-align: left;
	}
	/* app KFC公式アプリ・Pontaカード連携方法 */
	.app_steps {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.app_step_img {
		max-width: 610px;
	}
	.app_download_imgs {
		height: 70px;
	}
	.app_logo {
		width: 70px;
	}
	.app_btn img {
		max-height: 70px;
	}
	.app_step_panel {
		display: flex;
		flex-direction: column;
		font-size: 14px;
	}
	.app_step_subttl {
		width: 100%;
		max-width: 350px;
	}
	.app_step_panel p + p {
		margin-top: 20px;
	}
	.app_att {
		text-align: left;
	}
	/* ============== att =================== */
	.att {
		width: calc(100% - 30px);
		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;
	}
}

@keyframes fadeIn {
	from {
		transform: translateY(-10px);
		opacity: 0.01;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}