@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	padding: 0;
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
	color: #000000;
	background-color: #FFF;
	overflow: hidden;
}
#footer {
	margin-top: 60px;
}
#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;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-indent: -1em;
}
/*角丸ブロック*/
.round_block {
	border-radius: 8px;
}
/*強調カラーテキスト*/
.em_font {
	color: #ff7e00;
}
/*太字*/
.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 {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.btn_wrap {
	padding: 0 60px;
}
.btn {
	max-width: 400px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	display: grid;
	place-items: center;
	background-color: #0046a9;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/tspoint_2608/img/btnarrow_right.png);
	background-repeat: no-repeat;
	background-position: center right 15px;
	background-size: 20px;
	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%;
	z-index: 10;
	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%);
}
/* ============== top =================== */
.top {
	font-size: 0;
}
.top_ttl {
	background-image: linear-gradient(to bottom, #FFDDC4 0, #FFDDC4 67px, #FF7E00 67px, #FF7E00 70px, #FFF6EE 70px);
}
/* ============== sec共通 =================== */
.sec_inner {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 0 auto;
}
.dec_line_bottom {
	position: relative;
}
.dec_line_bottom::after {
	content: "";
	width: 100%;
	height: 15px;
	display: block;
	background-color: #FFF;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/tspoint_2608/img/line_bg.png);
	background-size: auto 15px;
	background-position: center;
	background-repeat: repeat-x;
}
.app_dl {
	margin-top: 15px;
}
.app_store {
	display: grid;
	grid-template-columns: 342fr 60fr;
	gap: 15px;
}
.app_store_btns {
	display: grid;
	grid-template-columns: 150fr 186fr;
	align-items: center;
	justify-content: center;
	gap: 6px;
}
.app_qr {
	width: 60px;
}
.app_note {
	margin-top: 10px;
	padding-left: 0;
	text-align: left;
	color: #666666;
	text-indent: 0;
}
/* ============== LP =================== */
/* about：TOKAI STATION POINT（トスポ）について */
.about {
	width: 100%;
	max-width: none;
	padding: 55px 0 0;
}
.about_lead {
	margin-top: 30px;
	font-size: 16px;
}
.about_scene {
	width: 420px;
	margin: 20px auto 0;
	display: grid;
	grid-template-columns: repeat(3, 130px);
	justify-content: space-between;
}
.about_use {
	margin-top: 90px;
	padding-bottom: 55px;
	position: relative;
	text-align: center;
	background-color: #fff6ee;
}
.about_use::before {
	content: "";
	width: 611px;
	height: 55px;
	position: absolute;
	top: -54px;
	left: 50%;
	display: block;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/tspoint_2608/img/logo_top_pc.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	transform: translateX(-50%);
}
.about_use_ttl {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 10px;
	font-size: 16px;
	font-weight: normal;
}
.about_use_ttl::before,
.about_use_ttl::after {
	content: '';
	width: 17px;
	height: 20px;
	margin-bottom: 5px;
	display: inline-block;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/tspoint_2608/img/ttl_slash.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.about_use_ttl::after {
	transform: scaleX(-1);
}
.about_logo_area {
	margin-top: 20px;
	padding: 40px 70px;
	display: inline-block;
	background-color: #ffffff;
	border-radius: 10px;
}
.about_note {
	margin-top: 10px;
	text-align: center;
}
.about_btn_wrap {
	margin-top: 30px;
}
/* join：キャンペーン参加方法 */
.join {
	width: 100%;
	max-width: none;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/tspoint_2608/img/sec_join_bg.png);
	background-repeat: repeat;
	background-size: 122px;
}
.join_inner {
	padding: 70px 0 65px;
}
.join_ttl {
	width: 311px;
	margin: 0 auto;
}
.join_code {
	margin-top: 40px;
	text-align: center;
}
.join_code_lead {
	font-size: 16px;
}
.join_code_box {
	max-width: 400px;
	margin: 20px auto 0;
	position: relative;
	border: 1px solid #ffddc4;
	border-radius: 10px;
}
.join_code_read {
	width: 100%;
	padding: 20px 30px;
	font-family: inherit;
	text-align: center;
	background-color: #ffffe6;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}
.join_code_label {
	display: block;
	font-size: 12px;
	color: #111111;
}
.join_code_value {
	margin-top: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	font-size: 20px;
	line-height: 1;
}
.join_code_copy {
	width: 12px;
}
.join_code_ponta {
	width: 49px;
	position: absolute;
	top: 50%;
	right: 50px;
	transform: translateY(-50%) rotate(9deg);
}
.join_code_note {
	margin-top: 10px;
	text-align: center;
}
.join_step {
	margin-top: 40px;
}
.join_step_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	position: relative;
	text-align: center;
	background-color: #ffddc4;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/tspoint_2608/img/stepitem_bg_pc.png);
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	border: 1px solid #FFDDC4;
	border-radius: 10px;
	overflow: hidden;
}
.join_step_num {
	width: 90px;
	height: 34px;
	margin: 0 auto;
	padding: 2px 0 0 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff7e00;
	border-radius: 0 0 10px 10px;
}
.join_step_phone {
	width: 180px;
}
/* STEP1 */
.join_step_first {
	display: block;
	padding: 0 70px 30px;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/tspoint_2608/img/step01_bg_pc.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 370px 275px;
}
.join_step_first_body {
	margin-top: 20px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 30px;
}
.join_step_first_main {
	flex-shrink: 0;
}
.join_step_first_ttl {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.join_step_first_phone {
	margin-top: 20px;
}
.join_app {
	max-width: 500px;
	padding: 20px 30px;
	flex: 1;
	background-color: #ffddc4;
	border: 2px solid #fff6ee;
	border-radius: 10px;
}
.join_app_ttl {
	width: 146px;
	margin: 0 auto;
}
.join_app_txt {
	margin-top: 15px;
	font-size: 14px;
	text-align: left;
}
.join_step_txt {
	font-size: 14px;
}
.join_step_sixth_txt {
	display: grid;
	align-items: center;
}
/* STEP2〜7（PC：グリッド） */
.join_step_list {
	margin-top: 35px;
}
.join_step_list .swiper-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	row-gap: 35px;
}
.join_step_list .swiper-slide {
	height: auto;
}
.join_step_list .join_step_item {
	width: 31%;
	padding: 0 20px 25px;
}
.join_step_list .join_step_txt {
	min-height: calc(1.6em * 2);
}
.join_step_list .display_sp,
.join_step_list .swiper-pagination,
.join_step_list .swiper-button-prev,
.join_step_list .swiper-button-next {
	display: none;
}
.join_step_list .join_step_phone {
	margin-top: 0;
	width: 69%;
}
/* デバイス判定：アプリDLボタン */
.os_switch .app {
	width: auto;
	max-width: none;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
}
.os_switch.is-pc [data-pc-display='hide'] {
	display: none;
}
.os_switch.is-pc .app_link {
	pointer-events: none;
	cursor: default;
}
.is-ios .app_code,
.is-android .app_code {
	display: none;
}
.is-ios [data-os-type='android'],
.is-android [data-os-type='ios'] {
	display: none;
}
.app_store.is-pc .app_link {
	pointer-events: auto;
	cursor: pointer;
}
.app_store.is-ios,
.app_store.is-android {
	grid-template-columns: 1fr;
	justify-items: start;
}
.is-ios .app_store_btns,
.is-android .app_store_btns {
	grid-template-columns: 1fr;
}
/* benefits：特典内容 */
.benefits {
	background-color: #fff6ee;
}
.benefits_inner {
	padding: 70px 0 65px;
}
.benefits_ttl {
	width: 139px;
	margin: 0 auto;
}
.benefits_lead {
	margin-top: 30px;
	font-size: 16px;
}
.benefits_img {
	width: 664px;
	max-width: 100%;
	margin: 20px auto 0;
}
.benefits_note {
	margin-top: 30px;
	padding-left: 0;
	text-align: left;
	text-indent: 0;
}
.benefits_note li {
	padding-left: 1em;
	text-indent: -1em;
}
/* app：トスポアプリダウンロード */
.app {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 60px auto 0;
	padding: 30px 70px;
	border: 3px solid #6c4e37;
	border-radius: 10px;
	background-color: #ffffff;
}
.app_body {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 60px;
}
.app_phone {
	width: 180px;
	flex-shrink: 0;
}
.app_info {
	max-width: 417px;
	text-align: left;
}
/* ============== att =================== */
.att {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 60px auto 0;
	padding: 50px 70px;
	text-align: left;
	color: #333;
	border: 1px solid #dddddd;
	overflow: hidden;
}
.att_ttl {
	width: 176px;
	margin: 0 auto;
}
.att_list,
.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: #FFDDC4;
	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) {
	/* ============== 共通 =================== */
	#footer {
		margin-top: 50px;
	}
	img {
		width: 100%;
	}
	.display_pc {
		display: none;
	}
	.display_sp {
		display: block;
	}
	.end_txt {
		font-size: 150%;
	}
	/*注釈テキスト*/
	.note_txt {
		text-align: left;
	}
	/* ============== btn =================== */
	.btn_wrap {
		padding: 0 22.5px;
	}
	.btn {
		padding-right: 20px;
	}
	/*終了対応*/
	#contents .close_btn::after {
		font-size: 1.8rem;
	}
	/* ============== sec共通 =================== */
	.app_store {
		width: 100%;
		margin: 0 auto;
	}
	.app_store.is-pc {
		grid-template-columns: 1fr;
	}
	.app_store.is-pc .app_code {
		justify-self: center;
	}
	.app_qr {
		width: auto;
	}
	.app_store.is-ios {
		max-width: 218px;
	}
	.app_store.is-android {
		max-width: 270px;
	}
	/* ============== LP =================== */
 	/* about：TOKAI STATION POINT（トスポ）について */
	.about {
		padding-top: 45px;
	}
	.about_ttl {
		max-width: 500px;
		margin: 0 auto;
	}
	.about_lead {
		font-size: 14px;
		text-align: left;
	}
	.about_scene {
		width: 100%;
		max-width: 500px;
		grid-template-columns: repeat(3, 1fr);
		gap: 4.5px;
	}
	.about_use {
		padding: 0 15px 45px;
	}
	.about_use_inner {
		width: 100%;
	}
	.about_use_ttl {
		font-size: 14px;
	}
	.about_logo_area {
		margin-top: 15px;
		padding: 25px 20px;
	}
	/* join：キャンペーン参加方法 */
	.join_inner {
		padding: 60px 0 55px;
	}
	.join_ttl {
		width: 100%;
		max-width: 500px;
	}
	.join_code {
		margin-top: 30px;
	}
	.join_code_lead {
		font-size: 14px;
		text-align: left;
	}
	.join_code_ponta {
		right: 13px;
	}
	.join_step {
		margin-top: 30px;
	}
	.join_step_first_txt {
		font-size: 16px;
		font-weight: bold;
	}
	/* STEP一覧スライダー */
	.join_step_list {
		position: relative;
		left: 50%;
		width: 100vw;
		margin: 30px 0 0 -50vw;
		overflow: visible;
	}
	.join_step_list .swiper-wrapper {
		flex-wrap: nowrap;
	}
	.join_step_list .join_step_item {
		width: 84%;
		max-width: 400px;
	}
	.join_step_list .join_step_item:first-child {
		display: flex;
	}
	.join_step_item .note_txt {
		margin-top: 10px;
		text-align: center;
	}
	.join_step_list .swiper-pagination {
		display: block;
		margin-top: 20px;
		font-size: 0;
		position: static;
	}
	.join_step_list .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		background-color: #DDD;
		opacity: 1;
	}
	.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 7.5px;
	}
	.join_step_list .swiper-pagination-bullet-active {
		background-color: #FF7E00;
	}
	.join_step_list .swiper-button-prev,
	.join_step_list .swiper-button-next {
		width: 40px;
		height: 40px;
		margin-top: 0;
		display: block;
		top: 50%;
		color: transparent;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		transform: translateY(-50%);
		z-index: 10;
	}
	.join_step_list .swiper-button-prev {
		left: 20px;
		left: calc(50% - min(42%, 200px) - 20px);
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/tspoint_2608/img/arrow_left.png);
	}
	.join_step_list .swiper-button-next {
		right: 20px;
		right: calc(50% - min(42%, 200px) - 20px);
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/tspoint_2608/img/arrow_right.png);
	}
	.join_step_list .swiper-button-prev::after,
	.join_step_list .swiper-button-next::after {
		content: none;
	}
	.join_step_list .swiper-button-disabled {
		display: none;
	}
	/* join：アプリDL（SP） */
	.join_dl {
		margin-top: 50px;
		padding: 40px 30px 30px;
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
		background-color: #ffffff;
		border: 2px solid #6c4e37;
		border-radius: 10px;
	}
	.join_dl_ttl {
		width: 38.9vw;
		max-width: 200px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, -50%);
		scroll-margin-top: 20px;
	}
	.join_dl_txt {
		width: 100%;
		font-size: 14px;
		line-height: 1.6;
		text-align: left;
	}
	.join_dl_store {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	.join_dl .app_link {
		display: block;
		width: 100%;
	}
	.join_dl_note {
		width: 100%;
		text-align: left;
	}
	/* benefits：特典内容 */
	.benefits_inner {
		padding: 60px 0 55px;
	}
	.benefits_ttl {
		width: 37.1vw;
		max-width: 250px;
	}
	/* app：トスポアプリダウンロード */
	.app {
		width: calc(100% - 30px);
		margin-top: 50px;
		padding: 30px;
	}
	.app_ttl {
		width: 76vw;
		max-width: 500px;
		margin: 0 auto;
	}
	.app_body {
		margin-top: 15px;
		flex-direction: column;
		gap: 30px;
	}
	.app_dl {
		margin-top: 30px;
	}
	.app_info {
		max-width: none;
	}
	/* ============== att =================== */
	.att {
		width: calc(100% - 30px);
		margin-top: 50px;
		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;
	}
}
