@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	padding: 0;
	font-size: 14px;
	color: #333;
	background-color: #ffffff;
	text-align: center;
	line-height: 1.6;
}
#footer {
	margin-top: 60px;
}
#contents * {
	box-sizing: border-box;
}
#contents a {
	color: #0099cc;
	text-decoration: underline;
}
#contents a:hover {
	opacity: 0.7;
}
.display_sp {
	display: none;
}
.end_txt {
	margin: 20px auto;
	font-size: 180%;
	font-weight: 700;
	color: #FF0004;
	text-align: center;
	line-height: 1;
}
/*強調カラーテキスト*/
.em_font {
	color: #F50028;/* 任意 */
}
/*太字*/
.bold_font {
	font-weight: bold;
}
/*注釈テキスト*/
.note_txt {
	padding-left: 1em;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	line-height: 1.6;
	text-indent: -1em;
}
/*マーカー*/
.line_txt {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 69%, #FDFF55 70%, #FDFF55 85%, rgba(255, 255, 255, 0.00) 86%);
}
/*吹き出し*/
.slash_line {
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	gap: 20px;
	line-height: 1.5;
}
.slash_line span:first-of-type {
	display: block;
}
.slash_line::before,
.slash_line::after {
	content: "";
	width: 30px;
	height: 35px;
	display: block;
}
.slash_line::before {
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/winticket_2508/img/fukidashi_black_l.png) 0 0/contain no-repeat;
}
.slash_line::after {
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/winticket_2508/img/fukidashi_black_r.png) 0 0/contain no-repeat;
}
/*角丸ブロック*/
.round_block {
	border-radius: 10px;
}
/*プロモーションコード*/
.code_num {
	display: inline-flex;
	padding: 0 5px;
	align-items: baseline;
	cursor: pointer;
}
.code_num::after {
	content: "";
	width: 12px;
	height: 14px;
	margin-left: 5px;
	display: block;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/winticket_2508/img/btn_copy.png) 0 0/contain no-repeat;
}
/*自転車装飾*/
.deco_box {
	padding: 60px 0;
	position: relative;
}
.deco_box::before {
	content: "";
	width: 375px;
	height: 35px;
	margin: auto;
	display: block;
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/winticket_2508/img/sec_pic.png) 0 0/contain no-repeat;
	z-index: 2;
}
/* ============== btn =================== */
.btn_wrap {
	margin-top: 60px;
	padding: 60px 30px;
	background-color: #DFF6FF;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/winticket_2508/img/contents_top_bg_pc.png);
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
}
.btn_lead {
	font-weight: 700;
}
.btn_lead + .btn_code {
	margin-top: 15px;
}
.btn_code_num {
	padding: 0;
	font-size: 18px;
	font-weight: 700;
}
#contents .btn {
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
}
.btn {
	width: 100%;
	max-width:400px;
	height: 50px;
	margin: 15px auto 0;
	display: grid;
	position: relative;
	place-items: center;
	background-color: #ff9123;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/winticket_2508/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 5px;
}
.btn_note_txt {
	margin-top: 15px;
}
/*終了対応*/
#contents .btn_close {
	pointer-events: none;
}
#contents .btn_close::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: 700;
	color: #ffffff;
	background-color: rgba(0,0,0,0.7);
	transform: translate(-50%,-50%);
	z-index: 10;
}
/* ============== LP =================== */
/* top */
.top {
	background-color: #ade9ff;
}
.top_date {
	padding: 10px;
	display: grid;
	place-items: center;
	background-color: #1A52FE;
}
.top_date img {
	width: auto;
	height: 22px;
}
/* sec共通 */
.sec {
	margin-top: 60px;
	padding-right: 30px;
	padding-left: 30px;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/winticket_2508/img/contents_top_bg_pc.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.sec_inner {
	max-width: 970px;
	margin: 0 auto;
}
/* join */
.join {
	background-color: #DFF6FF;
}
.join_inner {
	margin-top: 50px;
}
.join_ttl img {
	width: 280px;
}
.join_lead {
	font-size: 18px;
	font-weight: bold;
}
.join_lead_bottom {
	margin-top: 60px;
}
.step {
	margin-top: 30px;
}
.step_item {
	padding: 50px 30px 40px;
	position: relative;
	background-color: #FFF;
}
.step_item + .step_item {
	margin-top: 60px;
}
.step_icon {
	width: 160px;
	height: 30px;
	margin: auto;
	padding-top: 3px;
	display: grid;
	place-items: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	font-weight: 700;
	color: #ffffff;
	background: #44E7B5;
	transform: translateY(-50%);
	border-radius: 30px;
}
p + .step_lead {
	margin-top: 10px;
}
.step_lead {
	font-weight: 700;
}
.step_btn {
	margin-top: 30px;
}
.step_benefits,
.join_limited_benefits {
	padding-top: 12px;
	position: relative;
	border-top: 1px solid #333;
}
.step_benefits {
	margin-top: 42px;
}
.join_limited_benefits {
	margin-top: 22px;
}
.step_benefits::before,
.step_benefits::after,
.join_limited_benefits::before,
.join_limited_benefits::after {
	content: "";
	margin: auto;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -1px;
}
.step_benefits::after,
.join_limited_benefits::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	border-top: 11px solid #FFF;
	border-bottom: 0;
}
.step_benefits::before,
.join_limited_benefits::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 12px solid #333;
	border-bottom: 0;
}
.step_benefits_txt,
.join_limited_benefits_txt {
	margin-top: 30px;
	padding: 40px 15px 60px;
	font-weight: 700;
	background-color: #FFFFD6;
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
	border-radius: 10px;
}
.step_01_benefits_txt {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/winticket_2508/img/step1_point_pc.png);
}
.step_03_benefits_txt {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/winticket_2508/img/step3_point_pc.png);
}
.join_limited_benefits_txt {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/winticket_2508/img/more_point_pc.png);
}
.step_benefits_txt .line_txt,
.join_limited_benefits_txt .line_txt {
	font-size: 28px;
	line-height: 1.5;
}
.join_note_txt {
	text-align: left;
}
.step_benefits + .note_txt,
.join_limited_benefits + .note_txt {
	margin-top: 30px;
}
.step_pic {
	max-width: 275px;
	margin-top: 30px;
	display: inline-block;
	text-align: center;
}
.step_pic_list {
	display: flex;
	justify-content: center;
	gap: 30px;
}
.join_limited {
	margin-top: 20px;
	padding: 50px 30px 40px;
	background-color: #FFF;
}
.join_limited_lead {
	display: inline-flex;
	align-items: center;
	font-weight: bold;
	gap: 20px;
	line-height: 1.5;
}
.join_limited_lead::before,
.join_limited_lead::after {
	content: "";
	width: 72px;
	height: 34px;
	display: block;
}
.join_limited_lead::before {
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/winticket_2508/img/sparkling_l.png) 0 0 / contain no-repeat;
}
.join_limited_lead::after {
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/winticket_2508/img/sparkling_r.png) 0 0 / contain no-repeat;
}
/* about */
.about {
	background-color: #CCFAF1;
}
.about_ttl {
	padding-left: 30px;
}
.about_ttl img {
	width: 233px;
}
.about_item_wrap {
	margin-top: 70px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: max-content max-content;
	gap: 60px 30px;
}
.about_item {
	display: flex;
	flex-direction: column;
	position: relative;
}
.about_item::before {
	content: "";
	width: 254px;
	height: 60px;
	margin: auto;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -30px;
	background-size: contain;
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 2;
}
.about_item-01::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/winticket_2508/img/about_subttl_01.png);
}
.about_item-02::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/winticket_2508/img/about_subttl_02.png);
}
.about_item-03::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/winticket_2508/img/about_subttl_03.png);
}
.about_item-04::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/winticket_2508/img/about_subttl_04.png);
}
.about_item_ttl {
	min-height: 120px;
	padding: 45px 30px 20px;
	display: grid;
	place-content: center;
	font-size: 18px;
	font-weight: 700;
	color: #1E113C;
	background-color: #F2F2F2;
	border-radius: 10px 10px 0 0;
	line-height: 1.5;
}
.about_item_txt {
	padding: 30px;
	background-color: #FFF;
	border-radius: 0 0 10px 10px;
	text-align: left;
	flex:1;
}
.about_item_txt p + p,
.about_item_txt .note_txt {
	margin-top: 15px;
}
/* ============== att =================== */
.att {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 60px auto 0;
	padding: 50px 70px;
	text-align: left;
	border: 1px solid #ddd;
	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: 700;
	line-height: 1.3;
}
/*「●」タイプのリスト用*/
.att_item_ttl::before {
	content: "";
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	background-color: #1A52FE;
	border-radius: 50%;
}
.att_item_ttl + dd {
	margin-top: 10px;
}
.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: 20px auto;
	text-align: center;
}
.att_list_style {
	margin-top: 10px;
	padding-left: 1em;
	text-indent: -1em;
}
.att_num_style {
	margin-top: 10px;
	padding-left: 1.5em;
	text-indent: -1.4em;
	counter-reset: number 0;
}
.att_num_style > li::before {
	content: "(" counter(number) ")";
	counter-increment: number 1;
}
.att_small-unit {
	margin: 10px auto;
}
.att_list_style .att_small-unit {
	text-indent: 0;
}
.att_list_style li > .att_list_style,
.att_list_style li > .att_num_style,
.att_num_style li > .att_list_style,
.att_num_style li > .att_num_style,
.att_small-unit .att_list_style,
.att_small-unit .att_num_style {
	margin-top: 0;
	padding-bottom: 10px;
}
.att_list_style li > .att_num_style,
.att_num_style li > .att_num_style {
	transform: translateX(-0.2em);
}
.att_small-unit .att_list_style,
.att_small-unit .att_num_style {
	margin-left: 0.5em;
}
.att_item_fwb {
	font-weight: 700;
}
.att_item_ftem {
	font-weight: 700;
	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%;
	}
	/*吹き出し*/
	.slash_line {
		align-items: flex-end;
	}
/* ============== btn =================== */
	.btn_wrap {
		padding: 60px 45px;
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/winticket_2508/img/contents_top_bg_sp.png);
	}
	.btn_lead + .btn_code {
		margin-top: 10px;
	}
	.btn {
		margin-top: 10px;
	}
	.btn_note_txt {
		margin-top: 10px;
		text-align: left;
	}
	/*終了対応*/
	#contents .btn_close::after {
		font-size: 1.8rem;
	}
	/* ============== LP =================== */
	/* top */
	.top_date {
		height: 36px;
	}
	.top_date img {
		height: 16px;
	}
	/*コンテンツ幅*/
	.sec {
		padding-top: 60px;
		padding-left: 15px;
		padding-right: 15px;
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/winticket_2508/img/contents_top_bg_sp.png);
		background-size: contain;
	}
	/* join */
	.join_inner {
		margin-top: 40px;
	}
	.step_btn {
		margin-top: 10px;
	}
	.step_benefits_txt {
		padding: 20px 15px 80px;
	}
	.step_01_benefits_txt {
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/winticket_2508/img/step1_point_sp.png);
		background-size: 255px;
		background-position: bottom 20px center;
	}
	.step_03_benefits_txt {
		padding-bottom: 96px;
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/winticket_2508/img/step3_point_sp.png);
		background-size: 345px auto;
	}
	.step_pic_list {
		flex-direction: column;
		align-items: center;
	}
	.step_pic + .step_pic {
		margin-left: 0;
		margin-top: 0;
	}
	.join_limited {
		padding: 40px 30px;
	}
	.join_limited_lead {
		gap: 10px;
	}
	.join_limited_lead::before,
	.join_limited_lead::after {
		width: 50.4px;
		height: 23.8px;
	}
	.join_limited_benefits_txt {
		margin-top: 30px;
		padding: 20px 15px 130px;
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/winticket_2508/img/more_point_sp.png);
		background-size: 345px auto;
	}
	.step_benefits_txt .font_sm,
	.join_limited_benefits_txt .font_sm {
		font-size: 22px;
	}
	/* about */
	.about {
		background-size: contain;
	}
	.about_ttl {
		padding-left: 0;
	}
	.about_item_wrap {
		grid-template-columns: 1fr;
		grid-template-rows: max-content;
		gap: 60px;
	}
	.about_item_ttl {
		min-height: auto;
	}
/* ============== att =================== */
	.att {
		width: calc(100% - 30px);
		padding: 30px;
	}
	.att_item_inner p, .att_list_style {
		margin-top: 5px;
	}
}