@charset "utf-8";

/*------------------------------------------------------------------------------ SET --*/
@font-face {
	font-family: 'NissanBrand';
	src: url(../ASSETS/FONT/NissanBrand-Light.woff2) format("woff2"), url(../ASSETS/FONT/NissanBrand-Light.woff) format('woff');
}

.pcv {
	display: block !important;
}

.spv {
	display: none !important;
}

.disp {
	opacity: 1 !important;
}

@media screen and (max-width:767px) {
	.pcv {
		display: none !important;
	}

	.spv {
		display: block !important;
	}

	img {
		width: 100%;
		height: auto;
	}
}

.dispNon {
	display: none !important;
}

/*------------------------------------------------------------------------------ COMMON --*/
body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
	text-align: left;
	font-family: "Nissan Bold", Verdana, Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	position: relative;
	line-height: 0;
	font-size: 14px;
	font-weight: 400;
	background: #000;
}

body,
html {
	height: 100%;
}

.log {
	position: absolute;
	left: 0;
	top: 60%;
	width: 1px;
	height: 100px;
	z-index: 1;
	opacity: 0;
}

main {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#banner {
	position: absolute;
	right: 0;
	top: 610px;
	padding: 0 0 0;
	z-index: 90;
}

#banner a img {
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

#banner a:hover img {
	opacity: 0.7;
}

#banner.fix {
	position: fixed;
	top: 20px;
}

#banner.nonbanner {
	display: none;
}

#localNav {
	position: relative;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 50px 0 0;
}

#localNav ul {
	position: relative;
	width: 100%;
	display: table;
}

#localNav ul li {
	position: relative;
	display: table-cell;
	width: 50%;
	padding: 0 0 50px;
}

#localNav ul li a img {
	width: 100%;
	height: auto;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

#localNav ul li p {
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -13px;
	width: 26px;
	height: 20px;
	text-align: center;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	background: url(../ASSETS/IMAGE/icon_arrow.png) 0 0 no-repeat;
	background-size: 100% auto;
}

#localNav ul li:hover a img {
	opacity: 0.7;
}

#localNav ul li:hover p {
	transform: translate3d(0, 0, 0);
	animation: nav_animation 2s ease-out;
}

@keyframes nav_animation {
	0% {
		bottom: 15px;
	}

	10% {
		bottom: 5px;
	}

	30% {
		bottom: 15px;
	}

	40% {
		bottom: 5px;
	}

	60% {
		bottom: 15px;
	}

	100% {
		bottom: 15px;
	}
}

@media screen and (max-width:767px) {
	.log {
		position: absolute;
		left: 0;
		top: 40%;
		width: 1px;
		height: 100px;
		z-index: 1;
		opacity: 0;
	}

	body {
		min-width: 320px;
		font-size: 13px;
		/*overflow-x:hidden;*/
	}

	#banner {
		position: fixed !important;
		right: 0;
		top: auto;
		bottom: 0 !important;
		padding: 0 0 0;
		z-index: 90;
		width: 100%;
	}

	#banner a:hover img {
		opacity: 1;
	}

	#banner.fix {
		position: fixed !important;
		top: auto;
		bottom: 0 !important;
	}

	#localNav {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0 0 0;
	}

	#localNav ul {
		position: relative;
		width: 100%;
		display: table;
	}

	#localNav ul li {
		position: relative;
		display: table-cell;
		width: 50%;
		padding: 0 0 40px;
	}

	#localNav ul li a img {
		transition: all .5s ease;
		-webkit-transition: all .5s ease;
	}

	#localNav ul li p {
		position: absolute;
		bottom: 10px;
		left: 50%;
		margin-left: -2vw;
		width: 4vw;
		height: 3vw;
		text-align: center;
		transition: all .5s ease;
		-webkit-transition: all .5s ease;
		background: url(../ASSETS/IMAGE/icon_arrow.png) 0 0 no-repeat;
		background-size: 100% auto;
	}

	#localNav ul li:hover a img {
		opacity: 0.7;
	}

	#localNav ul li:hover p {
		transform: translate3d(0, 0, 0);
		animation: nav_animation 2s ease-out;
	}

	@keyframes nav_animation {
		0% {
			bottom: 10px
		}

		10% {
			bottom: 5px;
		}

		30% {
			bottom: 10px;
		}

		40% {
			bottom: 5px;
		}

		60% {
			bottom: 10px;
		}

		100% {
			bottom: 10px;
		}
	}
}

html,
body {
	height: 100%;
}

/*------------------------------------------------------------------------------ main --*/

#read {
	position: relative;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 120px 0 60px;
	text-align: center;
}

#read .log {
	position: absolute;
	left: 0;
	top: 20%;
	width: 1px;
	height: 60%;
	z-index: 1;
	opacity: 0;
}

#read h2 {
	position: relative;
	font-size: 46px;
	line-height: 69px;
	font-weight: 400;
}

#read .txt {
	position: relative;
	font-size: 18px;
	line-height: 36px;
	font-weight: 400;
	padding: 36px 0 0;
}

#read h3 {
	position: relative;
	font-size: 30px;
	line-height: 52px;
	font-weight: 600;
	padding: 36px 0 0;
}

#read h2 span,
#read .txt span,
#read h3 span {
	display: block;
	transition: all 1.5s ease-out;
	-webkit-transition: all 1.5s ease-out;
	opacity: 0;
}

#read h2 span.start,
#read .txt span.start,
#read h3 span.start {
	opacity: 1;
	transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
}

@media screen and (max-width:767px) {
	#read {
		position: relative;
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		padding: 12vw 0 8vw;
		text-align: center;
	}

	#read .log {
		position: absolute;
		left: 0;
		top: 40%;
		width: 1px;
		height: 40%;
		z-index: 1;
		opacity: 0;
	}

	#read h2 {
		position: relative;
		font-size: 32px;
		line-height: 42px;
		font-weight: 400;
	}
}

@media screen and (max-width:480px) {
	#read h2 {
		position: relative;
		font-size: 23px;
		line-height: 34px;
		font-weight: 400;
	}

	#read .txt {
		position: relative;
		font-size: 13px;
		line-height: 22px;
		font-weight: 400;
		padding: 22px 0 0;
	}

	#read h3 {
		position: relative;
		font-size: 16px;
		line-height: 26px;
		font-weight: 600;
		padding: 26px 0 0;
	}

	#read h2 span.start,
	#read .txt span.start,
	#read h3 span.start {
		opacity: 1;
		transform: translateY(-25px);
		-webkit-transform: translateY(-25px);
	}
}

/*------------------------------------------------------------------------------ tour_list --*/

#tour_list {
	position: relative;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0 0 125px;
	text-align: center;
}

#tour_list .log {
	position: absolute;
	left: 0;
	top: 20%;
	width: 1px;
	height: 60%;
	z-index: 1;
	opacity: 0;
}

#tour_list img {
	width: 100%;
	height: auto;
}

#tour_list ul.list1 {
	width: 100%;
	margin: 45px auto 0;
	overflow: hidden;
	zoom: 1;
}

#tour_list ul.list1 li {
	float: left;
	width: 30%;
	margin: 0 0 0 5%;
	text-align: left;
}

#tour_list ul.list1 li:nth-child(1) {
	margin: 0;
}

#tour_list ul li .tour img {
	height: 12px;
	width: auto;
}

#tour_list ul li .tour {
	padding: 20px 0 10px;
}

#tour_list ul.list1 li .sub {
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
}

#tour_list ul.list1 li h3 {
	padding: 0 0 20px;
	font-size: 24px;
	line-height: 39px;
	font-weight: 600;
}

#tour_list ul.list1 li h3 span {
	display: block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
}

#tour_list ul.list1 li .txt {
	position: relative;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}

#tour_list ul.list1 li .txt span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../ASSETS/IMAGE/pc_gr.png) 0 0 repeat-x;
	background-size: 20px 200px;
	z-index: 10;
}

#tour_list ul.list1 li .modal_btn {
	padding: 20px 0 0;
	text-align: center;
}

#tour_list ul.list1 li .modal_btn p {
	display: inline-block;
	cursor: pointer;
}

#tour_list ul.list1 li .modal_btn p img {
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

#tour_list ul.list1 li .modal_btn p:hover img {
	opacity: .7;
}

#tour_list .btn {
	position: relative;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	padding: 75px 0;
	text-align: center;
}

#tour_list .btn a img {
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

#tour_list .btn a:hover img {
	opacity: 0.7;
}

.more {
	text-align: center;
	padding: 0 0 20px;
}

.more p {
	position: relative;
	display: inline-block;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	padding: 0 60px;
}

.more p .l {
	position: absolute;
	display: block;
	left: 0;
	top: 5px;
	color: #fff;
	text-decoration: none;
	height: 35px;
	width: 40px;
}

.more p .l::before {
	content: '';
	width: 40px;
	height: 35px;
	display: block;
	border-left: #fff solid 2px;
	transform: rotate(160deg);
	position: absolute;
	top: 0;
	right: 0;
}

.more p .r {
	position: absolute;
	display: block;
	right: 0;
	top: 5px;
	color: #fff;
	text-decoration: none;
	height: 35px;
	width: 40px;
}

.more p .r::before {
	content: '';
	width: 40px;
	height: 35px;
	display: block;
	border-left: #fff solid 2px;
	transform: rotate(20deg);
	position: absolute;
	top: 0;
	left: 0;
}

#tour_list ul.list2 {
	width: 100%;
	margin: 0 auto 0;
	overflow: hidden;
	zoom: 1;
}

#tour_list ul.list2 li {
	float: left;
	width: 23%;
	margin: 0 0 0 2.66%;
	text-align: left;
}

#tour_list ul.list2 li:nth-child(1) {
	margin: 0;
}

#tour_list ul li .tour img {
	height: 12px;
	width: auto;
}

#tour_list ul li .tour {
	padding: 20px 0 10px;
}

#tour_list ul.list2 li h3 {
	padding: 20px 0 5px;
	font-size: 20px;
	line-height: 34px;
	font-weight: 600;
}

#tour_list ul.list2 li .txt {
	position: relative;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}

@media screen and (max-width:767px) {
	#tour_list {
		position: relative;
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		padding: 0 0 6vw;
		text-align: center;
	}

	#tour_list .log {
		position: absolute;
		left: 0;
		top: 10%;
		width: 1px;
		height: 60%;
		z-index: 1;
		opacity: 0;
	}

	#tour_list ul.list1 {
		width: 100%;
		margin: 0 auto 0;
		overflow: hidden;
		zoom: 1;
	}

	#tour_list ul.list1 li {
		float: left;
		width: 100%;
		margin: 0 0 0;
		text-align: left;
		padding: 0 0 10vw;
	}

	#tour_list ul.list1 li:nth-child(1) {
		margin: 0;
	}

	#tour_list ul li .tour img {
		height: 4vw;
		width: auto;
	}

	#tour_list ul.list1 li .tour {
		padding: 4vw 0 2vw;
		margin: 0 6vw;
	}

	#tour_list ul.list1 li .sub {
		font-size: 13px;
		line-height: 23px;
		font-weight: 600;
		padding: 0 6vw;
	}

	#tour_list ul.list1 li h3 {
		font-size: 23px;
		line-height: 34px;
		font-weight: 600;
		padding: 0 6vw 20px;
	}

	#tour_list ul.list1 li h3 span {
		display: block;
		font-size: 13px;
		line-height: 23px;
		font-weight: 600;
	}

	#tour_list ul.list1 li .txt {
		font-size: 13px;
		line-height: 23px;
		font-weight: 400;
		padding: 0 6vw;
	}

	#tour_list ul.list1 li .modal_btn {
		padding: 4vw 6vw 0;
		text-align: center;
	}

	#tour_list ul.list1 li .modal_btn p {
		width: 37vw;
	}

	#tour_list .btn {
		position: relative;
		width: 100%;
		max-width: 650px;
		margin: 0 auto;
		padding: 3vw 0 12vw;
		text-align: center;
	}

	#tour_list .btn a img {
		transition: all .5s ease;
		-webkit-transition: all .5s ease;
	}

	#tour_list .btn a:hover img {
		opacity: 0.7;
	}

	.more {
		text-align: center;
		padding: 0 0 20px;
	}

	.more p {
		position: relative;
		display: inline-block;
		font-size: 13px;
		line-height: 26px;
		font-weight: 400;
		padding: 0 60px;
	}

	.more p .l {
		position: absolute;
		display: block;
		left: 0;
		top: 5px;
		color: #fff;
		text-decoration: none;
		height: 35px;
		width: 40px;
	}

	.more p .l::before {
		content: '';
		width: 40px;
		height: 35px;
		display: block;
		border-left: #fff solid 2px;
		transform: rotate(160deg);
		position: absolute;
		top: 0;
		right: 0;
	}

	.more p .r {
		position: absolute;
		display: block;
		right: 0;
		top: 5px;
		color: #fff;
		text-decoration: none;
		height: 35px;
		width: 40px;
	}

	.more p .r::before {
		content: '';
		width: 40px;
		height: 35px;
		display: block;
		border-left: #fff solid 2px;
		transform: rotate(20deg);
		position: absolute;
		top: 0;
		left: 0;
	}

	#tour_list ul.list2 {
		width: 100%;
		margin: 0 6vw 0;
		overflow: hidden;
		zoom: 1;
	}

	#tour_list ul.list2 li {
		float: left;
		width: 42vw;
		margin: 0 0 5vw 4vw;
		text-align: left;
	}

	#tour_list ul.list2 li:nth-child(1),
	#tour_list ul.list2 li:nth-child(3) {
		margin: 0 0 5vw 0;
	}

	#tour_list ul li .tour img {
		height: 12px;
		width: auto;
	}

	#tour_list ul.list2 li .tour {
		padding: 4vw 0 2vw;
		margin: 0 0;
	}

	#tour_list ul.list2 li h3 {
		padding: 3vw 0 5px;
		font-size: 14px;
		line-height: 20px;
		font-weight: 600;
	}

	#tour_list ul.list2 li .txt {
		font-size: 13px;
		line-height: 23px;
		font-weight: 400;
	}
}

/*------------------------------------------------------------------------------ technology --*/

#technology {
	position: relative;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0 0 125px;
	text-align: center;
}

#technology .log {
	position: absolute;
	left: 0;
	top: 20%;
	width: 1px;
	height: 60%;
	z-index: 1;
	opacity: 0;
}

#technology img {
	width: 100%;
	height: auto;
}

#technology .sub_ttl {
	width: 650px;
	margin: 0 auto;
	padding: 0 0 40px;
}

#technology ul.list1 {
	width: 100%;
	max-width: 650px;
	margin: 0 auto 0;
	overflow: hidden;
	zoom: 1;
}

#technology ul.list1 li {
	padding: 50px 0 0;
}

#technology ul.list1 li dl {
	margin: 0 0 0;
	width: 100%;
	position: relative;
	display: table;
}

#technology ul.list1 li dt {
	display: table-cell;
	width: 47%;
	vertical-align: top;
	text-align: left;
}

#technology ul.list1 li dd {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	border-left: #fff 1px solid;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	padding: 0 0 0 14px;
}

#technology ul li .tech img {
	height: 12px;
	width: auto;
}

#technology ul.list1 li .tech {
	padding: 20px 0 10px;
	text-align: left;
}

#technology ul.list1 li .sub {
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
}

#technology ul.list1 li h3 {
	font-size: 24px;
	line-height: 39px;
	font-weight: 600;
}

#technology ul.list1 li h3 p {
	font-size: 16px;
	line-height: 29px;
	font-weight: 600;
}

#technology ul.list1 li h3 span {
	font-size: 10px;
	vertical-align: top;
	position: relative;
	top: -10px;
	font-weight: 400;
}

#technology ul.list1 li .cap {
	padding: 10px 0 0;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	font-weight: 400;
}

#technology ul.list2 {
	width: 100%;
	margin: 65px auto 0;
	overflow: hidden;
	zoom: 1;
}

#technology ul.list2 li {
	float: left;
	width: 32%;
	margin: 0 0 0 2%;
	text-align: left;
}

#technology ul.list2 li:nth-child(1) {
	margin: 0;
}

#technology ul.list2 li .tech {
	padding: 20px 0 10px;
}

#technology ul.list2 li.cap_list .tech {
	padding: 20px 0 0;
}

#technology ul.list2 li .sub {
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
}

#technology ul.list2 li .sub span {
	font-size: 10px;
	vertical-align: top;
	position: relative;
	top: -3px;
	font-weight: 400;
}

#technology ul.list2 li h3 {
	position: relative;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
}

#technology ul.list2 li p.sup {
	display: none;
}

#technology ul.list2 li p.gr {
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
}

#technology ul.list2 li h3 span {
	font-size: 10px;
	vertical-align: top;
	position: relative;
	top: -5px;
}

#technology #cap {
	margin: 60px auto 0;
	width: 100%;
	border-top: #191919 1px solid;
	padding: 20px 0 0;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	text-align: left;
}

@media screen and (max-width:767px) {
	#technology {
		position: relative;
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		padding: 0 0 12vw 0;
		text-align: center;
	}

	#technology .log {
		position: absolute;
		left: 0;
		top: 10%;
		width: 1px;
		height: 60%;
		z-index: 1;
		opacity: 0;
	}

	#technology img {
		width: 100%;
		height: auto;
	}

	#technology .sub_ttl {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 6vw;
	}

	#technology ul.list1 {
		width: 100%;
		max-width: 650px;
		margin: 0 auto 0;
		overflow: hidden;
		zoom: 1;
	}

	#technology ul.list1 li {
		padding: 0 0 10vw;
	}

	#technology ul.list1 li dl {
		margin: 0 0 0;
		width: 100%;
		position: relative;
		display: block;
	}

	#technology ul.list1 li dt {
		display: block;
		width: 100%;
		vertical-align: top;
		text-align: left;
		padding: 0 6vw;
	}

	#technology ul.list1 li dd {
		display: block;
		vertical-align: middle;
		text-align: left;
		border-left: none;
		font-size: 13px;
		line-height: 23px;
		font-weight: 400;
		padding: 0 6vw;
	}

	#technology ul li .tech img {
		height: 3vw;
		width: auto;
	}

	#technology ul.list1 li .tech {
		padding: 4vw 6vw 2vw;
		margin: 0 0;
	}

	#technology ul.list1 li .sub {
		font-size: 13px;
		line-height: 23px;
		font-weight: 600;
	}

	#technology ul.list1 li h3 {
		padding: 0 0 5px;
		font-size: 23px;
		line-height: 34px;
		font-weight: 600;
	}

	#technology ul.list1 li h3 p {
		font-size: 15px;
		line-height: 24px;
		font-weight: 600;
	}

	#technology ul.list1 li h3 span {
		font-size: 12px;
		vertical-align: top;
		position: relative;
		top: -10px;
	}

	#technology ul.list1 li .cap {
		padding: 5px 6vw 0;
		text-align: left;
		font-size: 11px;
		line-height: 16px;
		font-weight: 400;
	}

	#technology ul.list2 {
		width: 100%;
		margin: 0 auto 0;
		overflow: hidden;
		zoom: 1;
	}

	#technology ul.list2 li {
		position: relative;
		float: left;
		width: 100%;
		margin: 0;
		text-align: left;
		overflow: hidden;
		zoom: 1;
	}

	#technology ul.list2 li:nth-child(1) .img,
	#technology ul.list2 li:nth-child(2)>div,
	#technology ul.list2 li:nth-child(3) .img {
		float: left;
		width: 50%;
	}

	#technology ul.list2 li:nth-child(1)>div,
	#technology ul.list2 li:nth-child(2) .img,
	#technology ul.list2 li:nth-child(3)>div {
		float: right;
		width: 50%;
	}

	#technology ul.list2 li>div {
		position: relative;
		display: table;
		height: 30vw;
	}

	#technology ul.list2 li>div>div {
		display: table-cell;
		height: 100%;
	}

	#technology ul.list2 li:nth-child(1)>div>div {
		padding: 0 3vw 0;
		text-align: left;
		vertical-align: top;
	}

	#technology ul.list2 li:nth-child(2)>div>div {
		padding: 1vw 3vw;
		text-align: left;
		vertical-align: middle;
	}

	#technology ul.list2 li:nth-child(3)>div>div {
		padding: 0 3vw 0;
		text-align: left;
		vertical-align: bottom;
	}

	#technology ul.list2 li:nth-child(1) {
		margin: 0;
	}

	#technology ul.list2 li .tech {
		padding: 0 0 2vw;
	}

	#technology ul.list2 li.cap_list .tech {
		padding: 2vw 0 0;
	}

	#technology ul.list2 li .sub {
		font-size: 11px;
		line-height: 20px;
		font-weight: 600;
		padding: 0;
	}

	#technology ul.list1 li .sub span {
		font-size: 9px;
		vertical-align: top;
		position: relative;
		top: -4px;
		font-weight: 400;
	}

	#technology ul.list2 li h3 {
		font-size: 14px;
		line-height: 20px;
		font-weight: 600;
		letter-spacing: -1px;
	}

	#technology ul.list2 li p.sup {
		display: block;
		font-size: 10px;
		line-height: 10px;
		font-weight: 400;
	}

	#technology ul.list2 li p.gr {
		font-size: 12px;
		line-height: 20px;
		font-weight: 600;
	}

	#technology ul.list2 li h3 span {
		display: none;
	}

	#technology #cap {
		margin: 6vw 6vw 0;
		width: auto;
		border-top: #191919 1px solid;
		padding: 6vw 0 0;
		font-size: 11px;
		line-height: 16px;
		font-weight: 400;
		text-align: left;
	}
}

/*------------------------------------------------------------------------------ application --*/
#application {
	position: relative;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0 0 50px;
	text-align: center;
}

#application .log {
	position: absolute;
	left: 0;
	top: 20%;
	width: 1px;
	height: 60%;
	z-index: 1;
	opacity: 0;
}

#application h2 img {
	width: 100%;
	height: auto;
}

#application h3 {
	width: 100%;
	min-height: 52px;
	text-align: center;
	font-size: 24px;
	line-height: 52px;
	font-weight: 600;
	letter-spacing: 0.4em;
	color: #fff;
	background: url(../ASSETS/IMAGE/pc_ttl4_bg.png) 0 0 no-repeat;
	background-size: cover;
}

#application>div {
	position: relative;
	padding: 0;
	background: #cbebff;
}

.info-end-bg {
	position: absolute;
	width: 860px;
	height: 920px;
	top: 70px;
	left: 50%;
	margin-left: -430px;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 10;
}

@media screen and (max-width:767px) {
	.info-end-bg {
		position: absolute;
		width: 100vw;
		height: 177.866vw;
		top: 7vw;
		left: 50%;
		margin-left: -50vw;
		background-color: rgba(0, 0, 0, 0.9);
		z-index: 10;
	}
}

.info-end-wrap {
	width: 577px;
	margin: auto;
	margin-top: 316px;
}

@media screen and (max-width:767px) {
	.info-end-wrap {
		width: 75vw;
		margin: auto;
		margin-top: 68.6vw;
	}
}

.pcend {
	width: 577px;
}

@media screen and (max-width:767px) {
	.pcend {
		display: none;
	}
}

.spend {
	display: none;
}

@media screen and (max-width:767px) {
	.spend {
		display: block;
		width: 75vw;
	}
}

#application>div li {
	padding: 0 40px;
	text-align: center;
	color: #000;
}

#application>div li h4 {
	font-size: 20px;
	line-height: 34px;
	font-weight: 600;
}

#application>div li p {
	font-size: 20px;
	line-height: 34px;
	font-weight: 400;
}

#application>div li span {
	display: block;
	font-size: 14px;
	line-height: 34px;
	font-weight: 400;
}

#application>div li .btn {
	position: relative;
	width: 240px;
	margin: 0 auto;
	padding: 10px 0 80px;
	text-align: center;
}

#application>div li .btn a img {
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

#application>div li .btn a:hover img {
	opacity: 0.7;
}

#application>div li:nth-child(1) {
	padding: 230px 40px 0;
	height: 470px;
	background: url(../ASSETS/IMAGE/pc_arrow1_bg.png) top center no-repeat;
	background-size: 980px auto;
}

#application>div li:nth-child(2) {
	padding: 40px 40px 0;
}

#application>div li:nth-child(3) {
	padding: 160px 40px 40px;
	background: #fff url(../ASSETS/IMAGE/pc_arrow3_bg.png) top center no-repeat;
	background-size: 980px auto;
}

#application>div li .cap {
	margin: 20px auto 0;
	width: 100%;
	border-top: #e4e4e4 1px solid;
	padding: 20px 0 0;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	text-align: left;
}

#application>div li .cap a {
	color: #0064F5;
	text-decoration: underline;
}

@media screen and (max-width:767px) {
	#application {
		position: relative;
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		padding: 0 0 12vw 0;
		text-align: center;
	}

	#application .log {
		position: absolute;
		left: 0;
		top: 10%;
		width: 1px;
		height: 60%;
		z-index: 1;
		opacity: 0;
	}

	#application h3 {
		width: 100%;
		min-height: 52px;
		text-align: center;
		font-size: 16px;
		line-height: 52px;
		font-weight: 600;
		letter-spacing: 0.4em;
		color: #fff;
		background: url(../ASSETS/IMAGE/sp_ttl4_bg.png) 0 0 no-repeat;
		background-size: cover;
	}

	#application>div {
		background: #cbebff;
	}

	#application>div li {
		text-align: center;
		color: #000;
		min-height: 50vw;
	}

	#application>div li h4 {
		font-size: 15px;
		line-height: 20px;
		font-weight: 600;
	}

	#application>div li p {
		font-size: 13px;
		line-height: 20px;
		font-weight: 400;
		letter-spacing: -1px;
	}

	#application>div li span {
		display: block;
		font-size: 11px;
		line-height: 20px;
		font-weight: 400;
	}

	#application>div li .btn {
		position: relative;
		width: 32vw;
		margin: 0 auto;
		padding: 10px 0 0;
		text-align: center;
	}

	#application>div li .btn a img {
		transition: all .5s ease;
		-webkit-transition: all .5s ease;
	}

	#application>div li .btn a:hover img {
		opacity: 0.7;
	}

	#application>div li:nth-child(1) {
		padding: 32vw 6vw 0;
		height: 77vw;
		background: url(../ASSETS/IMAGE/sp_arrow1_bg.png) top center no-repeat;
		background-size: 100% auto;
	}

	#application>div li:nth-child(2) {
		padding: 7vw 1vw 4vw !important;
		height: auto;
	}

	#application>div li:nth-child(3) {
		padding: 20vw 6vw 6vw;
		background: #fff url(../ASSETS/IMAGE/sp_arrow3_bg.png) top center no-repeat;
		background-size: 100% auto;
	}

	#application>div li .cap {
		margin: 3vw auto 0;
		width: 100%;
		border-top: #e4e4e4 1px solid;
		padding: 20px 0 0;
		font-size: 11px;
		line-height: 20px;
		font-weight: 400;
		text-align: left;
	}

	#application>div li .cap a {
		color: #0064F5;
		text-decoration: underline;
	}
}

@media screen and (max-width:480px) {}

/*------------------------------------------------------------------------------ requirements --*/
#requirements {
	position: relative;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0 0 170px;
	text-align: center;
}

#requirements .log {
	position: absolute;
	left: 0;
	top: 20%;
	width: 1px;
	height: 60%;
	z-index: 1;
	opacity: 0;
}

#requirements h3 {
	width: 100%;
	min-height: 52px;
	text-align: center;
	font-size: 24px;
	line-height: 52px;
	font-weight: 600;
	letter-spacing: 0.4em;
	color: #fff;
	background: url(../ASSETS/IMAGE/pc_ttl4_bg.png) 0 0 no-repeat;
	background-size: cover;
}

#requirements>div {
	padding: 10px 10px 10px 40px;
	background: #fff;
}

#requirements>div a {
	color: #0064F5;
	text-decoration: underline;
}

#req_box {
	position: relative;
	text-align: left;
	width: 100%;
	height: 780px;
	overflow: hidden;
	color: #000;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	padding: 0 30px 0 0;
}

.req_btn {
	width: 100%;
	margin: 195px auto 0;
	overflow: hidden;
	zoom: 1;
}

.req_btn li {
	float: left;
	width: 20%;
	margin: 0 0 0 20%;
	text-align: left;
}

.req_btn li:nth-child(1) {
	margin: 0;
}

.req_btn li img {
	width: 100%;
	height: auto;
}

.req_btn li a img {
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.req_btn li a:hover img {
	opacity: 0.7;
}

.req_btn.agree {
	display: block;
}

.req_btn.non {
	display: none;
}

#check {
	position: relative;
	text-align: center;
	padding: 75px 0 90px;
}

input[type=checkbox] {
	display: inline-block;
	margin-right: 10px;
}

input[type=checkbox]+label {
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 36px;
	text-decoration: underline;
	cursor: pointer;
}

@media (min-width: 1px) {
	input[type=checkbox] {
		display: none;
		margin: 0;
	}

	input[type=checkbox]+label {
		padding: 0 0 0 50px;
	}

	input[type=checkbox]+label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background: #FFF;
	}

	input[type=checkbox]+label::before {
		border: #ccc solid 1px;
	}

	input[type=checkbox]:checked+label::after {
		content: "";
		position: absolute;
		top: 50%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
	}

	input[type=checkbox]:checked+label::after {
		left: 0;
		width: 30px;
		height: 20px;
		margin-top: -12px;
		border-left: 10px solid #cc0000;
		border-bottom: 10px solid #cc0000;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

.btm_img img {
	width: 100%;
	height: auto;
}

@media screen and (max-width:767px) {
	#requirements {
		position: relative;
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		padding: 0 0 18vw 0;
		text-align: center;
	}

	#requirements h3 {
		width: 100%;
		min-height: 52px;
		text-align: center;
		font-size: 16px;
		line-height: 52px;
		font-weight: 600;
		letter-spacing: 0.4em;
		color: #fff;
		background: url(../ASSETS/IMAGE/sp_ttl4_bg.png) 0 0 no-repeat;
		background-size: cover;
	}

	#requirements>div {
		padding: 3vw 3vw 3vw 6vw;
		background: #fff;
	}

	#requirements>div a {
		color: #0064F5;
		text-decoration: underline;
	}

	#req_box {
		position: relative;
		text-align: left;
		width: 100%;
		height: 104vw;
		overflow: hidden;
		color: #000;
		font-size: 11px;
		line-height: 20px;
		font-weight: 400;
		padding: 0 30px 0 0;
	}

	.req_btn {
		width: 93%;
		margin: 19.3vw auto 0;
		overflow: hidden;
		zoom: 1;
	}

	.req_btn li {
		float: left;
		width: 32%;
		margin: 0 0 0 2%;
		text-align: left;
	}

	.req_btn li:nth-child(1) {
		margin: 0;
	}

	.req_btn li img {
		width: 100%;
		height: auto;
	}

	.req_btn li a img {
		transition: all .5s ease;
		-webkit-transition: all .5s ease;
	}

	.req_btn li a:hover img {
		opacity: 0.7;
	}

	.req_btn.agree {
		display: block;
	}

	.req_btn.non {
		display: none;
	}

	#check {
		position: relative;
		text-align: center;
		padding: 6vw 0 10vw;
	}

	input[type=checkbox] {
		display: inline-block;
		margin-right: 10px;
	}

	input[type=checkbox]+label {
		position: relative;
		display: inline-block;
		font-size: 13px;
		line-height: 36px;
		text-decoration: underline;
		cursor: pointer;
	}

	input[type=checkbox] {
		display: none;
		margin: 0;
	}

	input[type=checkbox]+label {
		padding: 0 0 0 30px;
	}

	input[type=checkbox]+label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background: #FFF;
	}

	input[type=checkbox]+label::before {
		border: #ccc solid 1px;
	}

	input[type=checkbox]:checked+label::after {
		content: "";
		position: absolute;
		top: 50%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
	}

	input[type=checkbox]:checked+label::after {
		left: 0;
		width: 20px;
		height: 16px;
		margin-top: -10px;
		border-left: 7px solid #cc0000;
		border-bottom: 7px solid #cc0000;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

@media screen and (max-width:480px) {}

#modal_bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9998;
	background: #000;
	display: none;
}

#m_t_1,
#m_t_2,
#m_t_3 {
	display: none;
}

#modal {
	position: relative;
	width: 100%;
	max-width: 900px;
	margin: 2vh auto;
	height: 96vh;
	padding: 60px 20px 30px 20px;
	background: #fff;
}

#modal img {
	width: 100%;
	height: auto;
}

#modal .close {
	position: absolute;
	top: 20px;
	right: 18px;
	width: 22px;
	height: 22px;
	z-index: 9999;
	cursor: pointer;
}

#modal .modal_in_box {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 98%;
	margin: 0 auto;
	padding: 0 12% 0 12%;
	text-align: left;
	overflow: hidden;
	color: #000;
	font-size: 11px;
	line-height: 20px;
	font-weight: 400;
}

#modal .modal_in_box .tour img,
#modal .modal_in_box .point img {
	height: 12px;
	width: auto;
}

#modal .modal_in_box .tour {
	padding: 20px 0 0;
}

#modal .modal_in_box .point {
	padding: 40px 0 20px;
}

#modal .modal_in_box .point_list {
	position: relative;
	width: 100%;
	overflow: hidden;
	zoom: 1;
}

#modal .modal_in_box .point_list li {
	position: relative;
	float: left;
	width: 32.5%;
	margin: 0 0 0 2.5%;
	padding: 0 0 0 2.5%;
	text-align: left;
	overflow: hidden;
	zoom: 1;
	border-left: #C4C4C4 2px dotted;
}

#modal .modal_in_box .point_list li:nth-child(1) {
	width: 30%;
	margin: 0;
	padding: 0;
	border-left: none;
}

#modal .modal_in_box .point_img {
	position: relative;
	width: 100%;
	overflow: hidden;
	zoom: 1;
	margin: 30px 0 0;
}

#modal .modal_in_box .point_img li {
	position: relative;
	float: left;
	width: 30%;
	margin: 0 0 0 5%;
	text-align: left;
	overflow: hidden;
	zoom: 1;
}

#modal .modal_in_box .point_img li:nth-child(1) {
	margin: 0;
}

#modal .modal_in_box .point_list li .icon {
	width: 61px;
	margin: 0 auto;
}

#modal .modal_in_box .point_list li .list_txt {
	position: relative;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}

#modal .modal_in_box .sub {
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
}

#modal .modal_in_box h3 {
	padding: 0 0 20px;
	font-size: 24px;
	line-height: 39px;
	font-weight: 600;
}

#modal .modal_in_box h3 span {
	display: block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
}

#modal .modal_in_box .txt {
	position: relative;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}

#modal .modal_in_box .info {
	position: relative;
	margin: 15px 0 0;
	padding: 15px 0;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	border-top: #C4C4C4 1px solid;
	border-bottom: #C4C4C4 1px solid;
}

#modal .modal_in_box .info span {
	font-size: 12px;
	line-height: 20px;
}

#modal .modal_in_box .info a {
	display: inline-block;
	color: #0064F5;
	text-decoration: underline;
	background: url(../ASSETS/IMAGE/icon_window.png) center right no-repeat;
	background-size: 14px auto;
	padding: 0 20px 0 0;
}

#modal .modal_in_box .btn {
	text-align: center;
	margin: 60px auto;

}

@media screen and (max-width:767px) {
	#modal_bg {
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		z-index: 9998;
		background: #000;
		display: none;
	}

	#modal {
		position: relative;
		width: 94vw;
		max-width: 900px;
		margin: 2vh auto !important;
		height: 96vh;
		padding: 60px 20px 20px 20px;
		background: #fff;
	}

	#modal img {
		width: 100%;
		height: auto;
	}

	#modal .close {
		position: absolute;
		top: 20px;
		right: 17px;
		width: 20px;
		height: 20px;
		z-index: 9999;
		cursor: pointer;
	}

	#modal .modal_in_box {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 98%;
		margin: 0 auto;
		padding: 0 35px 0 0;
		text-align: left;
		overflow: hidden;
		color: #000;
		font-size: 11px;
		line-height: 20px;
		font-weight: 400;
	}

	#modal .modal_in_box .tour img,
	#modal .modal_in_box .point img {
		height: 4vw;
		width: auto;
	}

	#modal .modal_in_box .tour {
		padding: 4vw 0 0;
	}

	#modal .modal_in_box .point {
		padding: 10vw 0 4vw;
	}

	#modal .modal_in_box .point_list {
		position: relative;
		width: 100%;
		overflow: hidden;
		zoom: 1;
	}

	#modal .modal_in_box .point_list>li {
		position: relative;
		float: none;
		width: 100%;
		height: auto !important;
		margin: 0 0 0 0;
		padding: 2vw 0;
		text-align: left;
		overflow: hidden;
		zoom: 1;
		border-left: none;
		border-bottom: #C4C4C4 1px dotted;
		display: table;
	}

	#modal .modal_in_box .point_list>li:nth-child(1) {
		margin: 0;
		padding: 0 0 2vw;
		border-left: none;
		width: 100%;
	}

	#modal .modal_in_box .point_img {
		position: relative;
		width: 100%;
		overflow: hidden;
		zoom: 1;
		margin: 30px 0 0;
	}

	#modal .modal_in_box .point_img li {
		position: relative;
		float: left;
		width: 30%;
		margin: 0 0 0 5%;
		text-align: left;
		overflow: hidden;
		zoom: 1;
	}

	#modal .modal_in_box .point_img li:nth-child(1) {
		margin: 0;
	}

	#modal .modal_in_box .point_list li .icon {
		float: none;
		display: table-cell;
		width: 15%;
		height: auto !important;
		margin: 0 !important;
		padding: 1vw 0 0 !important;
		text-align: left;
		vertical-align: middle;
	}

	#modal .modal_in_box .point_list li .icon img {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}

	#modal .modal_in_box .point_list li .list_txt {
		float: none;
		display: table-cell !important;
		width: 85%;
		height: auto !important;
		position: relative;
		font-size: 13px;
		line-height: 23px;
		font-weight: 400;
		text-align: left;
		vertical-align: middle;
		padding: 0 0 0 5% !important;
		margin: 0 !important;
	}

	#modal .modal_in_box .sub {
		font-size: 13px;
		line-height: 23px;
		font-weight: 600;
	}

	#modal .modal_in_box h3 {
		padding: 0 0 20px;
		font-size: 23px;
		line-height: 34px;
		font-weight: 600;
	}

	#modal .modal_in_box h3 span {
		display: block;
		font-size: 13px;
		line-height: 23px;
		font-weight: 600;
	}

	#modal .modal_in_box .txt {
		position: relative;
		font-size: 13px;
		line-height: 23px;
		font-weight: 400;
	}

	#modal .modal_in_box .info a {
		display: inline-block;
		color: #0064F5;
		text-decoration: underline;
		background: url(../ASSETS/IMAGE/icon_window.png) center right no-repeat;
		background-size: 13px auto;
		padding: 0 20px 0 0;
	}

	#modal .modal_in_box .info {
		position: relative;
		margin: 15px 0 0;
		padding: 15px 0;
		font-size: 13px;
		line-height: 23px;
		font-weight: 400;
		border-top: #C4C4C4 1px solid;
		border-bottom: #C4C4C4 1px solid;
	}

	#modal .modal_in_box .info span {
		font-size: 11px;
		line-height: 18px;
	}

	#modal .modal_in_box .btn {
		text-align: center;
		margin: 40px auto;
		cursor: pointer;
	}
}

#tour_list,
#technology,
#application,
#requirements,
.btm_img {
	transition: all 1.5s ease-out;
	-webkit-transition: all 1.5s ease-out;
	opacity: 0;
}

.inCont {
	opacity: 1 !important;
}