@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	padding: 0 0 60px;
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
	color: #333333;
	background-color: #f2f2f2;
	overflow: hidden;
}
#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;
	text-align: left;
	line-height: 1.6;
	color: #999;
	text-indent: -1em;
}
/*角丸ブロック*/
.round_block {
	border-radius: 8px;
}
/*強調カラーテキスト*/
.em_font {
	color: #ED1C24;
}
/*太字*/
.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,
#contents .nav_btn {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
.btn {
	width: 100%;
	max-width: 400px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	display: grid;
	place-items: center;
	background-color: #ff9123;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/cucp_2512/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 5px;
}
/*終了対応*/
#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/cucp_2512/img/mv_pc_bg.png);
}
.top_date {
	height: 60px;
	padding: 0 28px;
	display: grid;
	place-items: center;
	background-color: #A5CF4C;
}
.top_date_img {
	width: 100%;
	max-width: 472px;
}
/* ============== nav =================== */
.nav {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 40px auto 0;
}
.nav_list {
	display: flex;
	gap: 20px;
}
.nav_item {
	height: 50px;
	flex: 1;
}
.nav_btn {
	height: 100%;
	display: grid;
	place-items: center;
	background-color: #693B97;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/cucp_2512/img/btnarrow_bottom.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 5px;
}
.nav + * {
	margin-top: 80px;
}
/* ============== sec共通 =================== */
.sec {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 60px auto 0;
	padding-top: 22.5px;
}
.sec + .sec {
	margin-top: 60px;
}
.sec_inner {
	padding: 50px 70px;
	position: relative;
	background-color: #fff;
	border: 1px solid #693B97;
	border-radius: 8px;
}
.sec_ttl {
	width: 150px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}
.sec_lead {
	font-size: 28px;
	font-weight: bold;
}
.sec_txt {
	margin-top: 30px;
	text-align: left;
}
p + p,
p + .sec_note_txt {
	margin-top: 10px;
}
/* ============== LP =================== */
/* About */
.about_lead {
	font-size: 20px;
	font-weight: bold;
}
.about_img {
	width: 100%;
	max-width: 345px;
	margin-top: 30px;
}
/* Campaign */
.campaign_Benefits {
	margin-top: 40px;
}
.campaign_Benefit {
	padding: 40px 70px 20px;
	position: relative;
	background-color: #E4DDEF;
}
.campaign_Benefit + .campaign_Benefit {
	margin-top: 40px;
}
.campaign_num {
	width: 200px;
	height: 30px;
	display: grid;
	align-items: center;
	position: absolute;
	top: 0;
	left: 50%;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #693B97;
	border-radius: 500px;
	transform: translate(-50%, -50%);
}
.campaign_Benefit_ttl {
	font-size: 18px;
}
.campaign_txt {
	margin-top: 10px;
}
.campaign_img_area {
	width: 100%;
	margin-top: 20px;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
}
.campaign_img {
	width: 100%;
	max-width: 305px;
}
.campaign_note_txt {
	margin-top: 20px;
}
.campaign_goal {
	position: relative;
}
.campaign_goal::before {
	content: "";
	width: 110px;
	height: 20px;
	margin: 20px auto 0;
	display: block;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/cucp_2512/img/campaign_arrow.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.campaign_goal_txt {
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
}
.campaign_em_font {
	font-size: 26px;
}
.campaign_em_font_small {
	font-size: 22px;
}
.campaign_em_font_large {
	font-size: 40px;
}
/* Point */
.point_img {
	width: 100%;
	margin-top: 30px;
}
.point_note_txt {
	margin-top: 20px;
}
/* Shop */
.shop_img {
	width: 100%;
	max-width: 345px;
	margin-top: 30px;
}
.shop_list {
	margin-top: 30px;
}
.shop_item {
	padding: 20px;
	background-color: #E4DDEF;
}
.shop_item + .shop_item {
	margin-top: 20px;
}
.shop_name {
	font-size: 22px;
	font-weight: bold;
	text-align: left;
}
.shop_theme,
.shop_term {
	padding-bottom: 5px;
	font-weight: bold;
	color: #693B97;
	border-bottom: 1px solid #693B97;
}
.shop_theme {
	padding: 0;
	border: none;
}
.shop_badge {
	width: 76px;
	height: 23px;
	font-size: 12px;
	line-height: 21px;
	color: #693B97;
	border: 1px solid #693B97;
	border-radius: 20px;
}
.shop_badge_green {
	background-color: #C6F0B3;
}
.shop_badge_pink {
	background-color: #FFCEEB;
}
.shop_badge_yellow {
	background-color: #FFE09D;
}
.shop_badge_blue {
	background-color: #B9EDEF;
}
.shop_info {
	display: flex;
	gap: 40px;
}
.shop_info_img {
	width: 200px;
	height: 200px;
}
.shop_info_list {
	width: 100%;
}
.shop_info_item + .shop_info_item {
	margin-top: 20px;
}
.shop_description {
	margin-top: 5px;
}
/* Shop > accordion */
.accordion_header {
	display: flex;
	gap: 20px;
}
.accordion_header_bottom {
	display: flex;
	align-items: center;
	gap: 10px;
}

.accordion_content {
	margin-top: 20px;
	text-align: left;
	overflow: hidden;
}
/* Information */
.information_list {
	display: flex;
	justify-content: center;
	gap: 50px;
}
.information_item {
	max-width: 345px;
	flex: 1;
}
.information_item > * + * {
	margin-top: 10px;
	display: block;
}
.information_slash_txt {
	position: relative;
	display: inline-flex;
	align-items: end;
	gap: 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	color: #693B97;
}
.information_slash_txt::before,
.information_slash_txt::after {
	content: '';
	width: 2px;
	height: 20px;
	display: inline-block;
	background-color: #693B97;
}
.information_slash_txt::before {
	transform: rotate(-30deg);
}
.information_slash_txt::after {
	transform: rotate(30deg);
}
.information_bnr{
	border: 1px solid #DDD;
}
/* ============== att =================== */
.att {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 60px auto 0;
	padding: 50px 70px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	overflow: hidden;
}
.att_ttl {
	font-size: 28px;
	text-align: center;
}
.att_list {
	margin-top: 40px;
}
.att_item + .att_item {
	margin-top: 30px;
}
.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;
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	background-color: #A5CF4C;
	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 =================== */
	/*終了対応*/
	#contents .close_btn::after {
		font-size: 1.8rem;
	}
	/* ============== top =================== */
	.top_date {
		height: 46px;
		padding: 0 10px;
	}
	/* ============== nav =================== */
	.nav {
		width: calc(100% - 30px);
		margin-top: 30px;
	}
	.nav_list {
		flex-direction: column;
		gap: 10px;
	}
	.nav_item {
		flex: auto;
	}
	.nav + * {
		margin-top: 60px;
	}
	/* ============== sec共通 =================== */
	.sec {
		width: 100%;
	}
	.sec_inner {
		padding: 40px 15px;
		border-right: none;
		border-left: none;
		border-radius: 0;
	}
	.sec_lead {
		font-size: 22px;
	}
	.sec_txt {
		margin-top: 20px;
	}
	/* ============== LP =================== */
	/* About */
	.about_lead {
		font-size: 18px;
	}
	.about_img {
		margin-top: 20px;
	}
	/* Campaign */
	.campaign_Benefits {
		margin-top: 30px;
	}
	.campaign_Benefit {
		padding-right: 20px;
		padding-left: 20px;
	}
	.campaign_Benefit + .campaign_Benefit {
		margin-top: 30px;
	}
	.campaign_num {
		width: 160px;
	}
	.campaign_img_area {
		margin-top: 10px;
		border-radius: 4px;
	}
	.campaign_note_txt {
		margin-top: 10px;
	}
	.campaign_goal::before {
		margin-top: 30px;
	}
	.campaign_em_font {
		line-height: 1.3;
	}
	.campaign_em_font_small {
		margin-top: 5px;
		margin-bottom: -45px;
		display: block;
		font-size: 26px;
	}
	/* Point */
	.point_img {
		max-width: 692px;
		margin: 20px auto 0;
	}
	.point_note_txt {
		margin-top: 10px;
	}
	/* Shop */
	.shop_img {
		margin-top: 20px;
	}
	.shop_list {
		margin-top: 20px;
	}
	.shop_item {
		cursor: pointer;
	}
	.shop_name {
		font-size: 18px;
	}
	.shop_info {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.shop_info_item + .shop_info_item {
		margin-top: 15px;
	}
	/* Shop > accordion */
	.accordion_header {
		flex-direction: column;
		gap: 5px;
	}
	.accordion_header_top {
		display: grid;
		grid-template-columns: 1fr 30px;
	}
	.accordion_icon {
		content: "";
		width: 30px;
		height: 30px;
		position: relative;
		display: block;
		background-color: #693b97;
		border-radius: 50%;
	}
	.accordion_icon::before,
	.accordion_icon::after {
		content: "";
		width: 2px;
		height: 14px;
		position: absolute;
		left: 50%;
		top: 50%;
		background-color: #fff;
		transform: translate(-50%, -50%);
		transition: all 0.5s;
	}
	.accordion_icon::after {
		transform: translate(-50%, -50%) rotate(-90deg);
	}
	.is_open .accordion_icon::before {
		transform: translate(-50%, -50%) rotate(-90deg);
	}
	.accordion_content {
		height: 0;
		margin-top: 0;
		padding: 0;
		transition: all 0.5s;
	}
	.is_open .accordion_content {
		margin-top: 20px;
	}
	/* Information */
	.information_list {
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}
	.information_item {
		max-width: 690px;
	}
	/* ============== att =================== */
	.att {
		width: calc(100% - 30px);
		padding: 40px 30px 30px;
	}
	.att_ttl {
		font-size: 22px;
	}
	.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;
	}
}