/*support*/
.support-wrap .img-wrap-1 {
	height: 540px;
	background-image: url(../img/custom-img-1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.support-wrap .img-wrap-2 {
	height: 220px;
	background-image: url(../img/custom-img-2.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.support-wrap .txt-wrap {
	height: 320px;
/*	padding: 32px 64px;
*/
	padding: 16px 46px;
}


/*life*/
.life .img-wrap {
	height: 540px;
	padding: 0 16px;
	background-image: url(../img/life-img-1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.life .img-wrap .txt-wrap {
	padding-top: 160px;
}

.life .img-wrap .ttl {
	text-align: center;
}

.life .img-wrap .txt {
	color: #fff;
	text-shadow:0px 0px 3px #000000;
	text-align: center;
	font-size: 18px;
}

/*cars*/
.cars-wrap {
	/*padding: 64px 0;*/
	background-color: #F5DB4D;
	background-color: #FFE65D;
	background-color: #F8F8F4;
	background-color: #fff;
}

.cars-wrap .cars {
	margin-left: -40px;
	margin-right: -40px;
}

.cars-wrap .cars .items.left {
	margin-top: 100px;
}

.cars-wrap .cars .items .item {
	position: relative;
	height: 360px;
	margin: 0 40px 64px 40px;
	-webkit-background-size: cover;
	background-size: cover;
}

.cars-wrap .cars .items .item {
	display: block;
	position: relative;
	height: 360px;
	margin: 0 40px 64px 40px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

.cars-wrap .cars .items .item:last-child {
	margin-bottom: 0;
}

.cars-wrap .cars .item .car-name {
	text-shadow: 0px 0px 8px #000000;
	font-weight: bold;
	color: #fff;
}

.cars-wrap .cars .item .car-info {
	text-shadow: 0px 0px 8px #000000;
	color: #fff;
}

.cars-wrap .cars .item.car-1 .car-txt,
.cars-wrap .cars .item.car-3 .car-txt {
	position: absolute;
	left: 24px;
	top: 24px;
}

.cars-wrap .cars .item.car-2 .car-txt,
.cars-wrap .cars .item.car-4 .car-txt {
	position: absolute;
	left: 24px;
	bottom: 24px;
}

.cars-wrap .box-1 {
	position: relative;
}

.cars-wrap .catch {
	pointer-events: none;
	position: absolute;
	top: 250px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 394px;
	background-image: url(../img/cars-strip.png);
	background-position: center center;
	background-repeat: no-repeat;
	letter-spacing: 1em;
}

.cars-wrap .catch .txt {
	padding-top: 52px;
	text-align: center;
	font-size: 90px;
	color: #fff;
	color: #aaa;
	line-height: 1.5em;
}

.cars-wrap .cars .items .btn-wrap {
	margin: 0 32px 0 32px;
}

