@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	padding: 0 0 80px;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	color: #333333;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/ponta_popup_2606/img/contents_bg.png);
	background-size: 800px;
	background-position: top center;
	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 {
	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;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.6;
	text-indent: -1em;
}
/*角丸ブロック*/
.round_block {
	border-radius: 20px;
}
/*強調カラーテキスト*/
.em_font {
	color: #ff9123;
}
/*太字*/
.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 {
	color: #111111;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.btn {
	width: 100%;
	max-width: 400px;
	height: 50px;
	margin: 0 auto;
	padding: 0 40px;
	position: relative;
	display: grid;
	place-items: center;
	background-color: #ffffff;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/ponta_popup_2606/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border: 1px solid #111111;
	border-radius: 5px;
	word-break: keep-all;
}
/*終了対応*/
#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 {
	width: 100%;
	display: grid;
	justify-content: center;
	font-size: 0;
	background-color: #ADD7F2;
	overflow: hidden;
}
.top_inner {
	width: 2000px;
	display: grid;
	justify-content: center;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/ponta_popup_2606/img/mv_pc_bg.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.top_ttl {
	width: 100vw;
	max-width: 970px;
}
.top + * {
	margin-top: 60px;
}
/* ============== sec共通 =================== */
.sec {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 80px auto 0;
}
.sec_ttl {
	width: 100%;
	max-width: 345px;
	margin-right: auto;
	margin-left: auto;
}
.sec_ttl + * {
	margin-top: 30px;
}
.sec_card {
	padding: 50px 60px;
	background-color: #ffffff;
	border-radius: 20px;
}
.sec_note_list {
	margin-top: 40px;
	padding-left: 1em;
	font-size: 12px;
	text-align: left;
	text-indent: -1em;
}
/* ============== LP =================== */
/* info 開催情報 */
.info_list {
	display: flex;
	gap: 30px;
	text-align: left;
}
.info_desc {
	flex: 1;
	min-width: 0;
}
.info_item {
	margin: 0;
	display: flex;
	gap: 10px;
	align-items: flex-start;
}
.info_desc .info_item + .info_item {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #dddddd;
}
.info_item_dt,
.info_item_dd {
	margin: 0;
}
.info_item_dt {
	flex-shrink: 0;
	width: 80px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	color: #ffffff;
	background-color: #005eac;
}
.info_item_dd {
	flex: 1;
	min-width: 0;
	font-size: 14px;
	line-height: 1.6;
	color: #333333;
}
.info_item_dd p + p {
	margin-top: 0;
}
.info_item_dd .note_txt {
	margin-top: 0;
}
.info_item_dd .info_link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}
.info_map_icon {
	width: 11px;
}
.info_map {
	flex: 1;
	min-width: 0;
}
/* goods グッズ */
.goods_list {
	margin-top: 30px;
	display: grid;
	gap: 40px;
}
/* novelty ノベルティ */
.novelty_list {
	margin: 30px 0 0;
	display: flex;
	gap: 40px;
}
.novelty_item {
	flex: 1;
	padding: 20px 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	background-color: #ffffff;
	border: 6px solid #37a0da;
	overflow: hidden;
}
.novelty_item_desc {
	font-weight: bold;
	color: #005eac;
	text-align: center;
}
.novelty_item_desc p {
	font-size: 14px;
}
.novelty_item_em {
	font-size: 24px;
	line-height: 1.3;
}
/* profile Pontaプロフィール */
.profile_card {
	display: grid;
	grid-template-columns: 1fr 100px;
	align-items: center;
	text-align: left;
}
/* news 最新情報 */
.news_card {
	display: flex;
	gap: 30px;
	align-items: stretch;
}
.news_item {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.news_item_event {
	gap: 30px;
}
.news_item_ttl {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	color: #111111;
}
.news_item_ttl + .news_link_list {
	margin-top: 15px;
}
.news_link_list {
	display: flex;
	gap: 20px;
	justify-content: center;
	width: 100%;
}
.news_link_list img {
	width: 80px;
}
.news_line {
	flex-shrink: 0;
	width: 1px;
	background-color: #dddddd;
}
/* ============== att =================== */
.att {
	padding: 50px 60px;
	text-align: left;
	border: 1px solid #005EAC;
	overflow: hidden;
}
.att_ttl {
	color: #005EAC;
	font-size: 20px;
	text-align: center;
	line-height: 1.5;
}
.att_list {
	margin-top: 20px;
}
/* コンテンツ（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 {
		height: 63px;
		padding: 0;
	}
	/*終了対応*/
	#contents .close_btn::after {
		font-size: 1.8rem;
	}
	/* ============== sec共通 =================== */
	.sec {
		margin-top: 80px;
		width: calc(100% - 30px);
	}
	.sec_card  {
		padding: 30px 15px;
	}
	/* ============== LP =================== */
	/* info 開催情報 */
	.info_list {
		flex-direction: column;
		gap: 20px;
	}
	.info_desc .info_item + .info_item {
		margin-top: 20px;
	}
	/* novelty ノベルティ */
	.novelty_list {
		flex-direction: column;
	}
	.novelty_item {
		border-width: 2px;
	}
	/* profile Pontaプロフィール */
	.profile_card {
		position: relative;
		display: block;
	}
	.profile_desc {
		width: 100%;
		max-width: 315px;
		margin: 0 auto;
	}
	.profile_desc p + p {
		margin-top: 1em;
	}
	.profile_ponta_img {
		width: 26.67vw;
		max-width: 100px;
		position: absolute;
		right: 10px;
		bottom: calc(clamp(-65px, calc(-30px - max(0px, 375px - 100vw) * 60 / 55), -30px));
	}
	/* news 最新情報 */
	.news_card {
		flex-direction: column;
		gap: 20px;
	}
	.news_item_event {
		gap: 15px;
	}
	.news_item_ttl {
		font-size: 18px;
	}
	.news_line {
		width: 100%;
		height: 1px;
	}
	.news_link_list img {
		width: 80px;
	}
	/* ============== att =================== */
	.att {
		padding: 30px 15px;
	}
	.att_ttl {
		font-size: 18px;
	}
}