@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	padding: 0;
	font-size: 14px;
	color: #333333;
	background-color: #fff;
	text-align: center;
	line-height: 1.6;
	overflow: hidden;
}
#contents * {
	box-sizing: border-box;
}
#contents a {
	color: #0099cc;
	text-decoration: underline;
}
#contents a:hover {
	opacity: 0.7;
}
#footer {
	margin-top: 60px;
}
figure {
	margin: 0;
}
.display_sp {
	display: none;
}
.end_txt {
	margin: 20px auto;
	font-size: 180%;
	font-weight: bold;
	color: #f50028;
	text-align: center;
	line-height: 1;
}
/*角丸ブロック*/
.round_block {
	border-radius: 8px;
}
/*強調カラーテキスト*/
.em_txt_orange {
	color: #FF9123;
}
.em_txt_green {
	color: #4BCC4B;
}
/*太字*/
.bold_font {
	font-weight: bold;
}
/*注釈テキスト*/
.note_txt {
	font-size: 12px;
	line-height: 1.6;
	font-weight: normal;
	color: #999;
	text-indent: -1em;
	padding-left: 1em;
}
/*中黒リスト*/
.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 =================== */
.btn_wrap {
	margin: 50px auto;
}
#contents .btn {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.btn {
	width: 100%;
	max-width:400px;
	height: 50px;
	margin: 40px auto 0;
	position: relative;
	display: grid;
	place-items: center;
	background-color: #ff9123;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/winticket_2510/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 5px;
}
/*終了対応*/
#contents .btn_close {
	position: relative;
	pointer-events: none;
}
#contents .btn_close::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_ttl {
	background-image: linear-gradient(0deg, #57cdb7, #a4eb9f);
}
.top_date {
	height: 45px;
	padding: 10px;
	display: grid;
	place-items: center;
	background-color: #037F67;
}
.top_date img {
	width: auto;
	height: 100%;
	min-height: 0;
}
/* ============== sec共通 =================== */
.sec {
	width:calc(100% - 60px);
	max-width: 970px;
	margin: 60px auto 0;
	padding: 50px 70px 70px;
	background-color: #E5FFE4;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/winticket_2510/img/sec_pic.png);
	background-size: 375px;
	background-position: bottom -6px center;
	background-repeat: no-repeat;
	border-radius: 8px;
}
.sec_ttl img {
	height: 44px;
	width: auto;
}
.sec_ttl + * {
	margin-top: 40px;
}
/* ============== overview キャンペーン概要 =================== */
.overview {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/winticket_2510/img/sec_pic.png), url(https://pntc.sslcs.cdngc.net/cdn/campaign/winticket_2510/img/kamihubuki_pc.png);
	background-size: 375px, 100%;
	background-position: bottom -6px center, top;
}
.overview_lead {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
}
.overview_txt {
	margin-top: 10px;
}
.overview_img_area {
	margin-top: 40px;
	padding: 40px 0;
	background-color: #fff;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/winticket_2510/img/img_ppp_pc.png);
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
}
.overview_img {
	width: 100%;
	max-width: 341px;
}
/* ============== join キャンペーン参加方法 =================== */
.join_list {
	display: flex;
	gap: 30px;
}
.join_step {
	padding: 30px 0 20px;
	position: relative;
	background-color: #fff;
	flex: 1;
}
.join_step_num {
	width: 160px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 50%;
	font-weight: bold;
	color: #fff;
	background-color: #2CC676;
	border-radius: 500px;
	transform: translate(-50%, -50%);
}
.join_step_img {
	margin-top: 10px;
}
.join_step_img_01 {
	padding: 0 10.2%;
}
.join_step_att {
	width: calc(100% - 40px);
	margin: 20px auto 0;
	text-align: left;
}
/* ============== about WINTICKETとは？ =================== */
.about_body {
	margin-top: 15px;
	padding: 30px 0 30px;
	background-color: #fff;
}
.about_points_img {
	width: 100%;
	max-width: 486px;
	margin: 0 auto;
}
/* ============== att =================== */
.att {
	width:calc(100% - 60px);
	max-width: 970px;
	margin: 60px auto 0;
	padding: 50px 70px;
	border: 1px solid #dddddd;
	text-align: left;
	overflow: hidden;
}
.att_ttl {
	font-size: 22px;
	text-align: center;
	line-height: 1;
}
.att_list {
	margin-top: 40px;
}
.att_item + .att_item {
	margin-top: 40px;
}
.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: #ff9123;
	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) {
	/* ============== 共通 =================== */
	#footer {
		margin-top: 50px;
	}
	img {
		width: 100%;
	}
	.display_pc {
		display: none;
	}
	.display_sp {
		display: block;
	}
	.end_txt {
		font-size: 150%;
	}
	/* ============== btn =================== */
	.btn_wrap {
		width: calc(100% - 40px);
		margin: 20px auto;
	}
	.btn {
		width: calc(100% - 60px);
	}
	/*終了対応*/
	#contents .btn_close::after {
		font-size: 1.8rem;
	}
	/* ============== top =================== */
	.top_date {
		height: 39px;
	}
	/* ============== sec共通 =================== */
	.sec {
		width: 100%;
		margin-bottom: 50px;
		padding: 45px 14px 80px;
		border-radius: 0;
	}
	.sec_ttl img {
		height: 41px;
	}
	.sec_ttl + * {
		margin-top: 30px;
	}
	/* ============== overview キャンペーン概要 =================== */
	.overview {
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/winticket_2510/img/sec_pic.png), url(https://pntc.sslcs.cdngc.net/cdn/campaign/winticket_2510/img/kamihubuki_sp.png);
		background-size: 375px, 100%;
		background-position: bottom -6px center, top;
	}
	.overview_lead {
		margin-top: 30px;
	}
	.overview_img_area {
		margin-top: 30px;
		padding: 30px 30px max(140px, 40%);
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/winticket_2510/img/img_ppp_sp.png);
	}
	.overview_img {
		max-width: 570px;
	}
	/* ============== join キャンペーン参加方法 =================== */
	.join_list {
		margin-top: 40px;
		flex-direction: column;
	}
	.join_num {
		height: 25px;
	}
	.join_step_img {
		max-width: 549px;
	}
	.join_step_img_01 {
		padding: 0 10.4%;
	}
	/* ============== about WINTICKETとは？ =================== */
	.about_body {
		margin-top: 30px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.about_list {
		justify-content: center;
		flex-wrap: wrap;
	}
	.about_item_01 {
		width: 100%;
	}
	/* ============== att =================== */
	.att {
		width: calc(100% - 30px);
		margin: 50px auto 0;
		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;
	}
}