@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	color: #333333;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	background-color: #ffffff;
	padding: 0;
	overflow: hidden;
}
#contents * {
	box-sizing: border-box;
}
#footer {
	margin-top: 60px;
}
#contents a {
	color: #0099cc;
	text-decoration: underline;
}
#contents a:hover {
	opacity: 0.7;
}
figure {
	margin: 0;
}
.display_sp {
	display: none;
}
.end_txt {
	color: #f50028;
	background-color: #fff;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	line-height: 1;
}
.mt-0 {
	margin-top: 0 !important;
}
.mt-10 {
	margin-top: 10px !important;
}
/*注釈テキスト*/
.note_txt {
	font-size: 12px;
	line-height: 1.6;
	font-weight: normal;
	color: #999;
	text-indent: -1em;
	padding-left: 1em;
}
/*角丸ブロック*/
.round_block {
	border-radius: 8px;
}
/*マーカー*/
.line_txt {
	display: inline;
	background: linear-gradient(transparent 70%, #fee661 0%);/* 任意 */
	padding: 0 5px;
}
/*強調カラーテキスト*/
.em_font {
	font-weight: bold;
	color: #ED1E79;
}
/*太字*/
.bold_font {
	font-weight: bold;
}
/*中黒リスト*/
.dot_list {
	text-indent: -1em;
	margin-top: 10px;
	padding-left: 1em;
}
/*(数字)リスト*/
.num_list {
	text-indent: -1.4em;
	padding-left: 1.5em;
	counter-reset: number 0;
}
.num_list > li::before {
	counter-increment: number 1;
	content: "(" counter(number) ")";
}
/* ============== btn =================== */
#contents .btn {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
}
.btn_wrap {
	padding: 0 60px;
}
.btn {
	display: grid;
	place-items: center;
	border-radius: 5px;
	background-color: #ED1E79;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/l-tike-travel_2601/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 5px;
	width: calc(100% - 40px);
	max-width:400px;
	height: 63px;
	margin: 0 auto;
	position: relative;
}
.btn_att {
	color: #999999;
	font-size: 12px;
	margin-top: 20px;
}
@media screen and (min-width: 901px) and (max-width: 1020px) {
	#contents .btn {
		font-size: 13px;
		padding-right: 20px;
		background-size: 15px;
		background-position: center right 10px;
	}
}
@media screen and (min-width: 768px) and (max-width: 900px) {
	#contents .btn {
		font-size: 11px;
		padding-right: 15px;
		background-size: 15px;
		background-position: center right 5px;
	}
}
/*終了対応*/
#contents .close_btn {
	position: relative;
	pointer-events: none;
}
#contents .close_btn::after {
	content:"※本キャンペーンは終了しました";
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 2.2rem;
	font-weight: bold;
	background-color: rgba(0,0,0,0.7); /* 固定 */
	width: 104%;
	height: 120%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
}
/* ============== top =================== */
.top {
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/l-tike-travel_2601/img/mv_pc_bg.png) top center/cover repeat-x;
	font-size: 0;
}
/* ============== sec共通 =================== */
.sec {
	width:calc(100% - 60px);
	max-width: 970px;
	margin: 0 auto;
	padding: 30px 70px 60px;
	border-radius: 8px;
	background: #CFEFFF;
	overflow: hidden;
}
.sec + .sec {
	margin-top: 60px;
}
.sec_ttl {
	max-width: 380px;
	margin: 0 auto 35px;
}
.sec_main + .note_txt {
	margin-top: 20px;
}
.sec_main .round_block {
	background-color: #ffffff;
}
.sec_item {
	display: flex;
	flex-direction: column;
	position: relative;
}
.sec_item .note_txt {
	text-align: left;
	margin-top: 10px;
}
.step_icon {
	display: grid;
	place-items: center;
	color: #ffffff;
	font-weight: bold;
	line-height: 1;
	background-color: #0074BE;
	border-radius: 15px;
	width: 160px;
	height: 30px;
	margin: auto;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	z-index: 2;
}
.sec_list.column3_block,
.sec_list.column2_block {
	display: flex;
	justify-content: center;
	gap: 0 25px;
}
.sec_list.column3_block .sec_item {
	width: calc(100% / 3);
}
.sec_list.column2_block .sec_item {
	width: calc(100% / 2);
}
/* ============== join =================== */
.sec.join {
	padding-bottom: 0;
	margin-top: 60px;
	background: #CFEFFF url(https://pntc.sslcs.cdngc.net/cdn/campaign/l-tike-travel_2601/img/cp01_bg_pc.png) bottom center/contain no-repeat;
}
.join .step_img {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
	max-height: 190px;
	padding-bottom: 20px;
}
.join .sec_item_01 .step_item_img {
	display: flex;
	align-items: center;
	height: 90px;
}
.join .step_item_btn {
	flex-grow: 1;
}
.join .step_txt {
	text-align: left;
	max-width: 100%;
	padding: 30px 20px 10px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	flex-grow: 1;
}
.join_goal::before {
	content:"";
	display: block;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/l-tike-travel_2601/img/arrow.png) 0 0/contain no-repeat;
	width: 110px;
	height: 20px;
	margin: 0 auto;
}
.join_goal_txt {
	font-size: 22px;
	font-weight: bold;
	margin: 30px auto;
}
.join_goal .em_font {
	font-size: 32px;
}
.join_goal_pic {
	width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
	font-size: 0;
	line-height: 0;
	display: block;
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}
/* ============== dest =================== */
/* tab */
.tab {
	margin-top: 30px;
}
.tab_head{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 0;
}
.tab_btn {
	font-size: 18px;
	font-weight: bold;
	color: #666;
	flex: 1;
	border: 0;
	border-radius: 8px 8px 0 0;
	transform-origin: bottom center;
	transform: translateY(2px);
	cursor: pointer;
	display: flex;
	max-width: 345px;
	height: 45px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-bottom: 2px solid #0074BE;
	background: #DDD;
}
.tab_btn.active {
	color: #333;
	height: 52px;
	align-items: center;
	border-top: 2px solid #0074BE;
	border-right: 2px solid #0074BE;
	border-left: 2px solid #0074BE;
	border-bottom: 0;
	background: #CFEFFF;
}
.tab_panel {
  display: none;
}
.tab_panel.active {
  display: block;
}
.tab_body {
	border-radius: 0 0 8px 8px;
	border-top: 2px solid #0074BE;
	overflow: hidden;
	padding: 45px 25px 0;
}
/* //tab */
.way_item {
	background-color: #fff;
	padding: 30px 0;
	position: relative;
}
.way_item::before {
	display: block;
	content: "";
	width: 35px;
	height: 35px;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -17px;
}
.way_item_01::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/l-tike-travel_2601/img/icon_01.png);
}
.way_item_02::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/l-tike-travel_2601/img/icon_02.png);
}
.way_item.way_item_02 {
	margin-top: 35px;
	padding-bottom: 100px;
	background: #fff url(https://pntc.sslcs.cdngc.net/cdn/campaign/l-tike-travel_2601/img/cp02_bg_pc.png) bottom center / contain no-repeat;
}
.way_item_txt + .note_txt {
	margin-top: 10px;
}
.way_item_txt .way_item_point {
	font-size: 18px;
}
.way_item_txt .way_item_point span {
	font-size: 22px;
}
.way_item_02 .way_item_txt .way_item_point span {
	font-size: 32px;
}
.way_item_txt + .way_item_txt {
	margin-top: 20px;
}
.way_list .sec_list {
	margin: auto;
}
.way_list .sec_list.column2_block {
	max-width: 505px;
}
.way_list .sec_list.column3_block {
	max-width: 770px;
}
.way_list .sec_item {
	border-radius: 8px;
	border: 1px solid #0074BE;
	padding: 30px 18px 20px;
}
.way_list .step_txt {
	text-align: left;
	margin-bottom: 10px;
}
.way_list .sec_item_02 .step_txt ,
.way_list .sec_item_03 .step_txt {
	min-height: 90px;
}
@media screen and (min-width: 847px) and (max-width: 930px) {
	.way_list .sec_item_02 .step_txt ,
	.way_list .sec_item_03 .step_txt {
		min-height: 112px;
	}
}
@media screen and (min-width: 768px) and (max-width: 846px) {
	.way_list .sec_item_02 .step_txt ,
	.way_list .sec_item_03 .step_txt {
		min-height: 135px;
	}
}
.way_list .step_item .note_txt{
	margin-top: 20px;
}
.dest_goal_txt {
	color: #111;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
}
.dest_goal_txt .em_font span {
	font-size: 32px;
}
.dest_goal::before {
	content:"";
	display: block;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/l-tike-travel_2601/img/arrow.png) 0 0/contain no-repeat;
	width: 110px;
	height: 20px;
	margin: 30px auto;
}
/* ============== att =================== */
.att.sec {
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	overflow: hidden;
	padding-top: 50px;
}
.att_ttl {
	font-size: 22px;
	text-align: center;
	margin-bottom: 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: #0074BE;
	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) {
	/* ============== 共通 =================== */
	img {
		width: 100%;
	}
	.display_pc {
		display: none;
	}
	.display_sp {
		display: block;
	}
	.end_txt {
		font-size: 150%;
	}
	/*吹き出しタイトル*/
	.slash_ttl::before, .slash_ttl::after {
		flex: 0 0 30px;
	}
	/* ============== btn =================== */
	.btn_wrap {
		padding: 0 45px;
	}
	.btn_wrap,
	.btn_wrap + .sec {
		margin-top: 50px;
	}
	.btn_att {
		text-align: left;
		margin-top: 15px;
	}
	/*終了対応*/
	#contents .close_btn::after {
		font-size: 1.8rem;
	}
	/* ============== top =================== */
	.top {
		background: none;
	}
	/* ============== sec共通 =================== */
	.sec:not(.att) {
		width: 100%;
		padding: 25px 15px 40px;
		border-radius: 0;
	}
	.sec + .sec {
		/* margin-top: 60px; */
		margin-top: 0;
	}
	.sec_ttl {
		max-width: 380px;
		margin: 0 auto 25px;
	}
	.step_icon {
		height: 25px;
		top: -13px;
	}
	.sec_list.column3_block,
	.sec_list.column2_block {
		flex-direction: column;
		gap: 40px 0;
	}
	.sec_list.column3_block .sec_item,
	.sec_list.column2_block .sec_item {
		width: 100%;
	}
	/* ============== join =================== */
	.sec.join {
		margin-top: 0;
		padding-bottom: 0;
	}
	.sec_item.sec_item_01 {
		background-color: #fff;
		border-radius: 8px;
	}
	.join .step_img {
		flex: none;
		max-height: unset;
	}
	.join .sec_item_01 .step_item_img {
		display: block;
		height: auto;
	}
	.join .sec_item_01 .step_img {
		padding-bottom: 0;
	}
	.join .sec_item_01 .note_txt {
		width: calc(100% - 40px);
		margin: 10px auto 0;
		padding-bottom: 20px;
	}
	.join .step_item_btn {
		margin-top: 10px;
	}
	.join_goal {
		margin-top: 40px;
	}
	.join_goal::before {
		content:"";
		display: block;
		background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/l-tike-travel_2601/img/arrow.png) 0 0/contain no-repeat;
		width: 110px;
		height: 20px;
		margin: 0 auto;
	}
	.join_goal_txt {
		margin: 10px auto 30px;
	}
	.join_goal_pic {
		border-radius: 0;
	}
	/* ============== dest =================== */
	/* tab */
	.tab {
		margin-top: 20px;
	}
	.tab_head{
		width: calc(100% - 30px);
		margin: auto;
	}
	.tab_body {
		padding: 45px 20px 0;
	}
	/* //tab */
	.way_item {
		padding: 30px 0 20px;
	}
	.way_item.way_item_02 {
		margin-top: 40px;
		padding-bottom: 95px;
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/l-tike-travel_2601/img/cp02_bg_sp.png);
	}
	.way_list .sec_list {
		margin: auto;
	}
	.way_list .sec_list.column2_block,
	.way_list .sec_list.column3_block {
		max-width: unset;
	}
	.way_list .sec_item {
		border-radius: 8px;
		border: 1px solid #0074BE;
		padding: 30px 18px 20px;
	}
	.way_list .step_txt {
		text-align: left;
		margin-bottom: 10px;
	}
	.way_list .sec_item_02 .step_txt ,
	.way_list .sec_item_03 .step_txt {
		min-height: unset;
	}
	.way_list .sec_item_02 .step_txt {
		margin-bottom: 0;
	}
	.way_list .step_item_img {
		margin-left: -20px;
    margin-right: -20px;
		width: calc(100% + 40px);
		font-size: 0;
    line-height: 0;
    display: block;
    overflow: hidden;
	}
	.dest_goal_txt {
		color: #111;
		text-align: center;
		font-size: 22px;
		font-weight: bold;
		line-height: 1.4;
	}
	.dest_goal_txt .em_font span {
		font-size: 32px;
	}
	.dest_goal::before {
		margin: 40px auto 10px;
	}
	/* ============== att =================== */
	.sec.att {
		width: calc(100% - 30px);
		margin-top: 40px;
		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;
	}
}