/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');

#lp-main{}
	#lp-main a{
		color: inherit;
		fill: currentColor;
		text-decoration: underline;
		outline: none;
		-webkit-touch-callout: none;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		transition-property: color,text-decoration,background,background-color,background-size,border,border-color,box-shadow,fill,filter,opacity;
		transition-duration: 0.2s;
		transition-timing-function: ease-out;
		}
		#lp-main a:hover{
			}
		#lp-main a i{
			display: flex;
			align-content: center;
			}
	#lp-main p{
		line-height: 1.6em;
		}
	#lp-main p+p{
		margin-top: 1em;
		}
	#lp-main img{
		max-width: 100%;
		height: auto;
		vertical-align: top;
		}
		#lp-main img[src$=".svg"]{
			width: 100%;
			}
	#lp-main svg{
		width: 1em;
		height: 1em;
		}

#lp-main .wrap{
	width: calc(100% - 2em);
	margin: 0 auto;
	}

#lp-main .headline{
	margin: 0;
	padding: 0.8em;
	border: 1px solid #333;
	background: rgba(255, 255, 255, 0.5);
	font-weight: bold;
	text-align: center;
	line-height: 1.4em;
	}
	#lp-main .headline+*{
		margin-top: 2em;
		}

#lp-main .title{
	margin: 0;
	padding: 0;
	color: #0068b7;
	line-height: 1.4em;
	font-family: freight-neo-pro,sans-serif;
	font-weight: 700;
	font-style: normal;
	}

#lp-main .subTitle{
	margin: 0;
	padding: 0.5em 0;
	border-bottom: 1px solid #999;
	border-top: 3px solid #999;
	font-weight: bold;
	line-height: 1.4em;
	}

#lp-main .buttonSet{
	display: grid;
	gap: 1em;
	}
	#lp-main .buttonSet li{
		display: flex;
		list-style: none;
		}
		#lp-main .buttonSet li a,
		#lp-main .buttonSet li button{
			width: 100%;
			}

#lp-main .linkBut{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.8em 1em;
	background: #0068b6;
	border: none;
	color: #fff;
	fill: #fff;
	font-family: inherit;
	font-size:  inherit;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.4em;
	}
	#lp-main .linkBut:hover{
		background: #e50012;
		color: #fff;
		fill: #fff;
		}
	#lp-main .linkBut i{
		margin-left: 0.5em;
		order: 1;
		}

#lp-main .linkText{
	display: inline-flex;
	align-items: center;
	}
	#lp-main .linkText i{
		display: flex;
		align-items: center;
		}
	#lp-main .linkText[data-icon="popup"]{}
		#lp-main .linkText[data-icon="popup"] span{
			display: flex;
			align-items: center;
			margin-right: 0.2em;
			opacity: 0.5;
			}
		#lp-main .linkText[data-icon="popup"] svg{
			width: 0.8em;
			}

#lp-main .list{
	list-style: none;
	}
	#lp-main .list > li{
		line-height: 1.4em;
		text-indent: 0;
		}
		#lp-main .list > li > .list{
			margin-top: 0.5em;
			}
			#lp-main .list > li:not(:last-child){}
				#lp-main .list > li:not(:last-child) > .list:last-child{
					margin-bottom: 1em;
					}
		#lp-main .list > li > .list.count{}
			#lp-main .list > li > .list.count > li{
				padding-left: 2.8em;
				}
				#lp-main .list > li > .list.count > li:before{
					content: "ï¼ˆ"counter(count)"ï¼‰";
					}
	#lp-main .list > li+li{
		margin-top: 0.5em;
		}
	#lp-main .list.point{}
		#lp-main .list.point > li{
			display: flex;
			align-items: flex-start;
			}
			#lp-main .list.point > li:before{
				content: "â—";
				margin-right: 0.2em;
				color: #0068b7;
				transform: scale(0.7);
				}
	#lp-main .list.notes{}
		#lp-main .list.notes > li{
			padding-left: 1em;
			text-indent: -1em;
			}
	#lp-main .list.count{
		counter-reset: count;
		}
		#lp-main .list.count > li{
			position: relative;
			padding-left: 1.5em;
			}
			#lp-main .list.count > li:before{
				counter-increment: count;
				content: counter(count)".";
				position: absolute;
				left: 0;
				}
	#lp-main .list+*,
	#lp-main *+.list{
		margin-top: 1em;
		}

#lp-main .table{}
	#lp-main table.table{
		width: 100%;
		border-collapse: collapse;
		}
		#lp-main table.table thead{
			background: rgba(0, 104, 182, 0.1);
			}
		#lp-main table.table th,
		#lp-main table.table td{
			padding: 0.8em;
			border: 1px solid #ccc;
			line-height: 1.4em;
			vertical-align: middle;
			}
		#lp-main table.table th{
			background: rgba(0, 0, 0, 0.05);
			}
	#lp-main dl.table{
		display: flex;
		}
		#lp-main dl.table > dt,
		#lp-main dl.table > dd{
			padding: 0.8em;
			line-height: 1.4em;
			}
		#lp-main dl.table > dt{
			background: rgba(0, 104, 182, 0.1);
			}
		#lp-main dl.table > dd{
			background: rgba(0, 0, 0, 0.05);
			}
	#lp-main .table+*,
	#lp-main *+.table{
		margin-top: 1em;
		}

	#lp-main .anchor{
		position: absolute;
		opacity: 0;
		}

	#lp-main .none{
		display: none;
		}

	#lp-main .thumb{}
		#lp-main .thumb img{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			object-fit: inherit;
			object-position: inherit;
			opacity: 1;
			transition: opacity 0.2s ease-out;
			}
		#lp-main .thumb:not(img){
			position: relative;
			display: block;
			width: 100%;
			margin: 0;
			padding: 66.66% 0 0 0;
			object-fit: cover;
			object-position: center;
			background-image: rgba(0,0,0,0.05) url('data:image/svg+xml;charset=UTF-8,');
			background-position: center center;
			background-repeat: no-repeat;
			background-size: 3em;
			overflow: hidden;
			background: opacity 0.2s ease-out;
			}
		#lp-main img.thumb{
			opacity: 0;
			}
		#lp-main .thumb.contain{
			object-fit: contain;
			}
		#lp-main .thumb.cover{
			object-fit: cover;
			}
		#lp-main .thumb.top{
			object-position: center top;
			}
		#lp-main .thumb.bottom{
			object-position: center bottom;
			}
		#lp-main .thumb.left{
			object-position: left center;
			}
		#lp-main .thumb.right{
			object-position: right center;
			}

#lp-hero{
	padding: 0!important;
	}
	#lp-hero{
		position: relative;
		}
		#lp-hero:before{
			content: "";
			position: absolute;
			bottom: -1.5em;
			background: url("https://d14ii1k8b0fjjs.cloudfront.net/files/user/japanesealps_heroImgMountain.png") no-repeat;
			background-size: cover;
			z-index: 1;
			}
		#lp-hero h1{
			position: absolute;
			top: 0;
			right: 2em;
			height: auto;
			}
		#lp-hero ul{
			z-index: -1;
			}

#lp-route{
	position: relative;
	background: #D6E9F1;
	}
	#lp-route:before{
		content: "";
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		background: url("https://d14ii1k8b0fjjs.cloudfront.net/files/user/japanesealps_routeBg.svg") repeat-y;
		background-size: contain;
		z-index: 1;
		}
	#lp-route:after{
		content: "";
		position: absolute;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		background: url("https://d14ii1k8b0fjjs.cloudfront.net/files/user/japanesealps_routeImgMountain.png") no-repeat;
		background-size: contain;
		z-index: 1;
		}
	#lp-route>div{
		position: relative;
		z-index: 1;
		}
	#lp-route h2{
		display: none;
		}
	#lp-route h3{
		margin: 0;
		padding: 0;
		line-height: 1.4em;
		font-family: freight-neo-pro,sans-serif;
		font-weight: 700;
		font-style: normal;
		}
	[data-lang="cn"] #lp-route h3{
		font-family: "å¾®è½¯é›…é»‘","å®‹ä½“";
		}
	[data-lang="tw"] #lp-route h3{
		font-family: "Noto Sans TC", "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", sans-serif;
		}
		#lp-route section:nth-of-type(1) h3{
			color: #1f4993;
			}
		#lp-route section:nth-of-type(2) h3{
			color: #7c6829;
			}
		#lp-route section:nth-of-type(3) h3{
			color: #e37786;
			}
		#lp-route section:nth-of-type(4) h3{
			color: #519b82;
			}

#lp-map{}
	#lp-map h2{
		display: none;
		}

#lp-point{}
	#lp-point h2{
		display: none;
		}
	#lp-point dl{
		position: relative;
		display: flex;
		flex-direction: column;
		}
		#lp-point dl:hover{}
			#lp-point dl:hover img{
				opacity: 0.6;
				}
	#lp-point dt{
		margin-top: 0.5em;
		line-height: 1.4em;
		}
	#lp-point dd{
		background: #000;
		order: -1;
		}
		#lp-point dd .thumb{
			padding-top: 55%;
			}
	#lp-point a{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-indent: -99999px;
		transition-duration: 0.2s;
		transition-timing-function: ease-out;
		z-index: 1;
		}

#lp-report{
	background: #DDE2E5;
	}
	#lp-report h2{
		display: none;
		}
	#lp-report h3{
		font-family: freight-neo-pro,sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 1.6em;
		line-height: 1.2em;
		}
		#lp-report h3+p{
			padding-top: 1em;
			}
	#lp-report>div{}
		#lp-report>div>div{
			position: relative;
			}
			#lp-report>div>div:nth-of-type(1):before{
				content: "";
				position: absolute;
				width: 100%;
				height: 100%;
				background: rgba(54,0,0,0.3);
				z-index: 1;
				transition-duration: 0.2s;
				transition-timing-function: ease-out;
				}
			#lp-report>div>div:nth-of-type(2):before{
				content: "";
				position: absolute;
				width: 100%;
				height: 100%;
				background: rgba(7,0,69,0.3);
				z-index: 1;
				transition-duration: 0.2s;
				transition-timing-function: ease-out;
				}
			#lp-report>div>div:hover{}
				#lp-report>div>div:hover:nth-of-type(1):before{
					background: rgba(54,0,0,0.6);
					}
				#lp-report>div>div:hover:nth-of-type(2):before{
					background: rgba(7,0,69,0.6);
					}
			#lp-report>div>div>div{
				position: absolute;
				bottom: 0;
				width: 100%;
				padding: 1em;
				color: #fff;
				z-index: 1;
				}
	#lp-report a{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		text-indent: -99999px;
		}

#lp-spot{
	display: none;
	}
	#lp-spot h2{
		display: none;
		}
	#lp-spot h3{
		font-weight: bold;
		}
		#lp-spot h3+p{
			margin-top: 0.5em;
			}
	#lp-spot>div>div{
		position: relative;
		display: flex;
		padding: 1em;
		border: 1px solid #ccc;
		transition-duration: 0.2s;
		transition-timing-function: ease-out;
		}
		#lp-spot>div>div:hover{
			border: 1px solid #6c93ca;
			}
	#lp-spot>div>div>figure{
		width: 100%;
		}
	#lp-spot a{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		text-indent: -99999px;
		}

#lp-bnr{}
	#lp-bnr a img{
		transition-duration: 0.2s;
		transition-timing-function: ease-out;
		}
		#lp-bnr a:hover img{
			opacity: 0.7;
			}


/* for all */
@media (max-width: 1199.98px) {
/*1199pxä»¥ä¸‹*/
}
@media (max-width: 991.98px) {
/*991pxä»¥ä¸‹*/
#lp-route{}
	#lp-route h3{
		font-size: 1.6em;
		}
	#lp-route section+section{
		padding-top: 0;
		}
	#lp-route section>figure{
		margin-top:1em; 
		}
}


/* for mobile */
@media (max-width: 767.98px) {
/*767pxä»¥ä¸‹*/
#lp-main{}
	#lp-main > *,
	#lp-main article,
	#lp-main article section,
	#lp-main article header,
	#lp-main article footer{
		padding-top: 2em;
		padding-bottom: 2em;
		}
	#lp-main .headline{
		font-size: 1.6em;
		}
	#lp-main .title{
		font-size: 1.4em;
		}
	#lp-main .subTitle{
		font-size: 1.2em;
		}
	#lp-main .anchor{
		margin-top: calc(-4em - 2em);
		}
	#lp-main .tb:not(.sp):not(.sp_p):not(.sp_l),
	#lp-main .pc:not(.sp):not(.sp_p):not(.sp_l){
		display: none !important;
		}
#lp-point{
	background: #f2f2f2;
	}
	#lp-point dl{}
		#lp-point dl+dl{
			margin-top: 2em;
			}
#lp-report{}
	#lp-report>div{}
		#lp-report>div>div+div{
			margin-top: 2em;
			}
#lp-spot{}
	#lp-spot>div>div{
		flex-direction: column;
		}
		#lp-spot>div>div+div{
			margin-top: 2em;
			}
	#lp-spot>div>div>figure{
		width: 100%;
		margin-bottom: 1em;
		order: -1;
		}
}
@media (max-width: 767.98px) and (orientation:portrait) {
/*767pxä»¥ä¸‹ç¸¦å‘ã*/
#lp-main{}
	#lp-main .sp_l,
	#lp-main .tb:not(.sp):not(.sp_p),
	#lp-main .pc:not(.sp):not(.sp_p){
		display: none !important;
		}
#lp-hero{}
	#lp-hero:before{
		width: 100%;
		height: 100px;
		}
	#lp-hero h1{
		top: 2em;
		width: 15em;
		}
	#lp-hero li .thumb{
		padding-top: 120%;
		}
#lp-route{
	margin-top: 4em;
	}
	#lp-route:after{
		top: -1em;
		width: 310px;
		height: 32px;
		}
}
@media (max-width: 767.98px) and (orientation:landscape) {
/*767pxä»¥ä¸‹æ¨ªå‘ã*/
#lp-main{}
	#lp-main .sp_p,
	#lp-main .tb:not(.sp):not(.sp_l),
	#lp-main .pc:not(.sp):not(.sp_l){
		display: none !important;
		}
#lp-hero{}
	#lp-hero:before{
		bottom: -3em;
		width: 60%;
		height: 110px;
		}
	#lp-hero h1{
		top: 2em;
		width: 22em;
		}
#lp-route{
	margin-top: 6em;
	}
	#lp-route:after{
		top: -25px;
		width: 500px;
		height: 51px;
		}
}
@media (max-width: 767.98px) and (orientation:portrait), (max-width: 575.98px) and (orientation:landscape) {
/*767pxä»¥ä¸‹ç¸¦å‘ã, 575pxä»¥ä¸‹æ¨ªå‘ã*/
#lp-main .table{}
	#lp-main dl.table{
		flex-direction: column;
		align-items: stretch;
		}
		#lp-main dl.table > dt+dd{
			margin-top: 0;
			}
}
@media (min-width: 576px) and (max-width: 767.98px) and (orientation:landscape), (min-width: 768px) {
/*576pxï½ž767pxæ¨ªå‘ã, 768pxä»¥ä¸Š,*/
#lp-main .table{}
	#lp-main dl.table{
		flex-wrap: wrap;
		}
		#lp-main dl.table > dt,
		#lp-main dl.table > dd{
			margin-top: 1px;
			}
		#lp-main dl.table > dt{
			width: 10em;
			}
		#lp-main dl.table > dd{
			width: calc(100% - 10em);
			}
}
@media (min-width: 576px) and (max-width: 767.98px) and (orientation:landscape), (min-width: 768px) and (max-width: 991.98px) {
/*576pxï½ž767pxæ¨ªå‘ã, 768pxï½ž991px*/
}


/* for tablet */
@media (min-width: 768px) {
/*768pxä»¥ä¸Š*/
/*html{
	font-size: 62.5%;
	}*/
#lp-main .headline{
	font-size: 1.8em;
	}
#lp-main .subTitle{
	font-size: 1.4em;
	}
#lp-point{
	padding-top: 0!important;
	}
	#lp-point .wrap{
		background: #EDEBEA;
		}
	#lp-point h2+div{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		}
	#lp-point dl{
		position: relative;
		width: calc(100% / 2);
		border-bottom: none;
		padding: 2em;
		}
		#lp-point dl:nth-child(-n+2){
			border-top: none;
			}
		#lp-point dl:nth-child(odd){
			border-left: none;
			border-right: none;
			}
		#lp-point dl:nth-child(even){
			border-right: none;
			}
		#lp-point dl:nth-child(2n):last-child:before{
			display: none;
			}
		#lp-point dl:nth-child(n+3){
			}
#lp-report{}
	#lp-report>div{
		display: flex;
		justify-content: space-between;
		}
	#lp-report>div>div{
		width: calc(100% / 2 - 1em);
		}
	#lp-report>div>div+div{
		margin-top: 0;
		}
#lp-spot{}
	#lp-spot>div{
		display: flex;
		justify-content: space-between;
		}
		#lp-spot>div>div{
			width: calc(50% - 1em);
			justify-content: space-between;
			}
		#lp-spot>div>div>div{
			width: calc(60% - 0.5em);
			}
		#lp-spot>div>div>figure{
			width: calc(40% - 0.5em);
			}
	#lp-spot .thumb{
		padding-top: 100%;
		}
}
@media (min-width: 768px) and (max-width: 1199.98px) {
/*768pxï½ž1199px*/
}
@media (min-width: 768px) and (max-width: 991.98px) {
/*768pxï½ž991px*/
#lp-main{}
	#lp-main > *,
	#lp-main article,
	#lp-main article section,
	#lp-main article header,
	#lp-main article footer{
		padding-top: 3em;
		padding-bottom: 3em;
		}
	#lp-main .wrap{
		max-width: 720px;
		}
	#lp-main .anchor{
		margin-top: calc(-4em - 2em);
		}
	#lp-main .sp:not(.tb),
	#lp-main .sp_p:not(.tb),
	#lp-main .sp_l:not(.tb),
	#lp-main .pc:not(.tb){
		display: none !important;
		}
#lp-hero{}
	#lp-hero:before{
		width: 40vw;
		height: 10vw;
		}
	#lp-hero h1{
		top: 2em;
		width: 22em;
		}
#lp-route{
	margin-top: 8em;
	}
	#lp-route:after{
		top: -38px;
		width: 750px;
		height: 77px;
		}
	#lp-route section+section{
		padding-top: 0;
		}
}


/* for PC */
@media (min-width: 992px) {
/*992pxä»¥ä¸Š*/
#lp-main{}
	#lp-main > *,
	#lp-main article,
	#lp-main article section,
	#lp-main article header,
	#lp-main article footer{
		padding-top: 4em;
		padding-bottom: 4em;
		}
	#lp-main .anchor{
		margin-top: calc(-4em - 2em);
		}
	#lp-main .sp:not(.pc),
	#lp-main .sp_p:not(.pc),
	#lp-main .sp_l:not(.pc),
	#lp-main .tb:not(.pc){
		display: none !important;
		}
#lp-hero{
	margin: auto 3em;
	}
	#lp-hero:before{
		width: 400px;
		height: 130px;
		bottom: -4em;
		}
	#lp-hero h1{
		top: auto;
		bottom: 3em;
		right: 3em;
		width: 26em;
		}
	#lp-hero li{}
		#lp-hero li .thumb{
			padding-top: 50%;
			object-position: top;
			}
#lp-route{}
	#lp-route h3{
		text-align: center;
		font-size: 2em;
		margin-bottom: 0.5em;
		}
	#lp-route section{
		display: flex;
		position: relative;
		align-items: center;
		justify-content: space-between;
		}
		#lp-route section:nth-of-type(even){
			}
		#lp-route section:nth-of-type(odd){
			flex-direction: row-reverse;
			}
		#lp-route section+section{
			padding-top: 0;
			}
		#lp-route section>div{
			width: calc(35% - 1em);
			}
		#lp-route section>figure{
			width: calc(65% - 1em);
			}
	#lp-route .thumb{
		padding-top: 50%;
		}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
/*992pxï½ž1199px*/
#lp-main .wrap{
	max-width: 940px;
	}
#lp-hero{
	margin: auto 1em;
	}
	#lp-hero li{}
		#lp-hero li .thumb{
			padding-top: 50%;
			object-position: bottom;
			}
#lp-route{
	margin-top: 9em;
	}
	#lp-route:after{
		top: -48px;
		width: 950px;
		height: 97px;
		}
}
@media (min-width: 1200px) {
/*1200pxä»¥ä¸Š*/
#lp-main .wrap{
	max-width: 1140px;
	}
#lp-route{
	margin-top: 9em;
	}
	#lp-route:after{
		top: -51px;
		width: 1000px;
		height: 102px;
		}
}


/* ie */
@media all and (-ms-high-contrast: none) {
#lp-main .buttonSet{
	display: flex;
	flex-wrap: wrap;
	margin-right: -1em;
	margin-bottom: -1em;
	}
	#lp-main .buttonSet li{
		margin: 0 1em 1em 0;
		}
	#lp-main .buttonSet >a,
	#lp-main .buttonSet >button{
		margin: 0 1em 1em 0;
		}
#lp-main .thumb{}
	#lp-main .thumb img{
		opacity: 0;
		}
	#lp-main .thumb:not(img){
		background-size: cover;
		}
	#lp-main .thumb.contain{
		background-size: contain;
		}
	#lp-main .thumb.cover{
		background-size: cover;
		}
	#lp-main .thumb.top{
		background-position: center top;
		}
	#lp-main .thumb.bottom{
		background-position: center bottom;
		}
	#lp-main .thumb.left{
		background-position: left center;
		}
	#lp-main .thumb.right{
		background-position: right center;
		}
}

/* CENTER LP BNR AND CTA BUTTON */
#lp-bnr .wrap {
  display: flex;
  justify-content: center;
}

.lp-cta-wrapper picture {
  display: flex;
  justify-content: center;
}

.lp-cta-wrapper a:hover img {
        transition-property: opacity;
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
	opacity: 0.7;
  }