@charset "UTF-8";
.sp {
	display: none;
}
.bg.sp {
	display: none !important;
}
button {
	cursor: pointer;
}

.sc-main-visual {
	position: relative;
	height: auto;
	padding-top: 400px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.sc-wrap.statement .sc-main-visual {
	height: calc(100vh - 69px - 39px - 68px);
	padding: 0;
}





.sc-main-visual.contain {
	background-size: contain;
	background-position: 50% 50%;
}

.sc-main-visual .bg {
	position: absolute;
	width: 100%;
	height: 580px;
	left: 0;
	top: 0;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: auto 580px;
	background-attachment: fixed;
}


.sc-wrap.entertainment .sc-main-visual .bg {
}


.platform .sc-main-visual .bg {
}
.vehicle1 .sc-main-visual .bg {
}
.vehicle2 .sc-main-visual .bg {
}



.sc-main-visual .label {
	position: fixed;
	width: 1190px;
	left: calc(50% - 595px);
	top: 380px;
	transform: translateY(-50%);
	z-index: 2;
	font-size: 32px;
	font-family: "SST W55 Bold", Arial, sans-serif;
}
.vehicle1 .sc-main-visual .label,
.vehicle2 .sc-main-visual .label {
	color: #fff;
	display: none;
}
.sc-content {
	position: relative;
	z-index: 200;
}

body.scrolled-title .sc-main-visual .label {
	visibility: hidden;
}


.sc-main-visual .copyright {
	position: fixed;
	right: 15px;
	top: 530px;
	z-index: 100;
}
.sc-main-visual .copyright p {
	font-size: 10px;
	color: #fff;
	text-align: right;
}
.sc-main-visual .copyright p span {
	color: #fff !important;
	font-family: "SST W55 Bold", Arial, sans-serif !important;
}

@media screen and (min-width:1990px) {
	.sc-main-visual .copyright {
		width: 1990px;
		right: auto;
		left: calc(50% - 995px);
	}
	.sc-main-visual .copyright p {
		padding: 0 15px;
	}
}





.ly_header {
	position: relative;
	z-index: 100;
	background: #fff;
}

.sc-wrap.statement {
	background: #fff;
}
.sc-wrap.statement > * {
	position: relative;
	z-index: 100;
}
.sc-wrap.statement .sc-main-visual {
	z-index: 50;
}
.sc-wrap.statement > footer {
	background: #fff;
}
.tmpl-footer-all {
	position: relative;
	z-index: 100;
}




.sc-main-visual video {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}
.sc-main-visual .overlay {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 3000px auto;
}

.sc-main-visual nav {
	position: absolute;
	width: 226px;
	height: 48px;
	left: calc(50% - 113px);
	top: calc(50% + 130px);
	z-index: 100;
}
.sc-main-visual nav a {
	display: flex;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 48px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 14px;
	font-family: "SST W55 Bold", Arial, sans-serif;
	transition: all 300ms ease-out
}
.sc-main-visual nav a:hover {
	color: #fff !important;
	background: rgba(255,255,255,0.2);
	text-decoration: none;
}


.sc-main-visual .scroll {
	position: absolute;
	display: block;
	width: 100px;
	height: 60px;
	left: calc(50% - 50px);
	bottom: 40px;
	z-index: 100;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background: url(../img/arrow_down_white.svg) 50% 100% no-repeat;
	background-size: 22px auto;
}



@media screen and (max-height:779px) {
	.sc-main-visual .overlay {
		background-position: 50% 40%;
	}
	.sc-main-visual nav {
		top: calc(50% + 80px);
	}
}

@media screen and (max-height:679px) {
	.sc-main-visual .overlay {
		background-position: 50% 35%;
	}
	.sc-main-visual nav {
		top: calc(50% + 70px);
	}
	.sc-main-visual .scroll {
		bottom: 25px;
	}
}

@media screen and (max-height:599px) {
	.sc-wrap.statement .sc-main-visual {
		height: calc(600px - 69px - 39px - 68px);
	}
}




.sc-menu {
	display: none;
}



.sc-nav {
	position: relative;
	width: 100%;
	height: 68px;
	z-index: 2000;
	background: #fff;
}

.sc-nav ul {
	font-size: 0;
	text-align: center;
	display: flex;
	justify-content: center;
}
.sc-nav li {
}
.sc-nav > ul > li + li {
	margin-left: 30px;
}
.sc-nav > ul > li a {
	position: relative;
}
.sc-nav > ul > li + li a:before {
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: 16px;
	left: -15px;
	top: 50%;
	margin-top: -8px;
	background: #212121;
}
.sc-nav > ul > li a {
	display: block;
	height: 68px;
	line-height: 68px;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	transition: color 300ms linear;
	cursor: pointer;
}
.sc-nav > ul > li a:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 15px;
	background: #000;
	
	transform: scaleX(0);
	transition: transform 300ms ease-out;
}
.sc-nav > ul > li a:hover {
	color: #999;
}
.sc-nav > ul > li a:hover::after {
	transform: scaleX(1);
}


.sc-wrap.statement		.sc-nav li.statement a:after,
.sc-wrap.news			.sc-nav li.news a:after,

.sc-wrap.vehicle		.sc-nav li.vehicle > a:after,
.sc-wrap.vehicle1		.sc-nav li.vehicle1 a:after,
.sc-wrap.vehicle2		.sc-nav li.vehicle2 a:after,

.sc-wrap.platform		.sc-nav li.platform a:after,
.sc-wrap.gallery		.sc-nav li.gallery a:after,

.sc-wrap.platform		.sc-nav li.vehicle > a:after,
.sc-wrap.gallery		.sc-nav li.vehicle > a:after,

.sc-wrap.safety			.sc-nav li.safety a:after,
.sc-wrap.entertainment	.sc-nav li.entertainment a:after,
.sc-wrap.adaptability	.sc-nav li.adaptability a:after,

.sc-wrap.safety			.sc-nav li.concept > a:after,
.sc-wrap.entertainment	.sc-nav li.concept > a:after,
.sc-wrap.adaptability	.sc-nav li.concept > a:after {
	transform: scaleX(1);
	height: 2px;
}



.sc-nav li a:hover:after {
	visibility: visible;
}

.sc-nav li.language {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0 0 0 595px !important;
	transform: translate(-100%, -50%);
}
.sc-nav li.language a:before,
.sc-nav li.language a:after {
	display: none;
}
.sc-nav li.language a {
	display: inline-block;
	height: auto;
	line-height: 1em;
	padding: 3px 4px;
	font-size: 12px;
	color: #656565;
	border: 1px solid #656565;
	border-radius: 4px;
}




body.fixed-nav .sc-nav,
body .sc-nav.fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}
body.fixed-nav .sc-wrap,
body .sc-wrap.fixed {
	padding-top: 68px;
}




.sc-nav ul .inner {
	position: absolute;
	width: 100vw;
	height: 50px;
	left: 0;
	z-index: 100;
	background: #f2f3f4;
}
.sc-nav > ul .inner li + li {
	margin-left: 30px;
}
.sc-nav > ul .inner a {
	height: 50px;
	line-height: 50px;
}
.sc-nav > ul .inner li:nth-child(1) a::before {
	display: none;
}
.sc-nav > ul .inner li a:after {
	bottom: 8px;
}



.sc-nav ul .inner {
	visibility: hidden;
	opacity: 0;
	transition: all 400ms ease-out 100ms;
}
.sc-nav > ul > li:hover a + .inner {
	visibility: visible;
	opacity: 1;
}
.sc-nav > ul > li a.hover + .inner {
	visibility: visible;
	opacity: 1;
}













.sc-wrap * {
	letter-spacing: 0;
}
.sc-wrap .nobr {
	white-space: nowrap;
}



.sc-wrap > footer {
	position: relative;
	z-index: 200;
	padding: 65px 0 90px;
	text-align: center;
	font-size: 13px;
	font-family: "SST W55 Bold", Arial, sans-serif;
}
.sc-wrap > footer.dark {
	background: #d6d5cb;
}
.sc-wrap > footer.tint {
	background: #f2f2f2;
}
.sc-wrap > footer p + p {		
	margin-top: 15px;		
}		
.sc-wrap > footer p a {		
	color: #212121;		
	text-decoration: underline;		
}		
.sc-wrap > footer p a:hover {		
	text-decoration: none;		
}




.sc-content .intro {
	padding: 70px 0;
	text-align: center;
	background: #fff;
}

.sc-content .intro h1 {
	margin: 0 0 20px;
	font-size: 32px;
	font-weight: normal;
	font-family: "SST W55 Bold", Arial, sans-serif;
}
.sc-content .intro h1 + article {
	margin-top: 10px;
}

.sc-content .intro dl {
	margin: 0 auto;
}
.sc-content .intro dt {
	margin: 0 0 30px;
	font-size: 28px;
}
.sc-content .intro dd {
	font-size: 16px;
}


.sc-content .intro.mini {
	padding-bottom: 80px;
}
.sc-content .intro.mini h1 {
	margin: 0;
	font-size: 25px;
}
.sc-content .intro.mini h1 + article {
	margin-top: 5px;
}
.sc-content .intro.mini dt {
	font-size: 32px;
}
.sc-content .intro.mini dd {
	font-size: 18px;
}



.sc-wrap h2 {
	margin: 0 0 30px;
	text-align: center;
	font-size: 30px;
	font-family: "SST W55 Bold", Arial, sans-serif;
}





.sc-inner-nav {
	margin: 30px auto 0;
	text-align: center;
	font-size: 0;
}
.sc-inner-nav ul {
	display: flex;
	height: 50px;
	justify-content: center;
	align-items: center;
}
.sc-inner-nav li {
	box-sizing: border-box;
	position: relative;
	border-right: 1px solid #333;
}
.sc-inner-nav li:nth-child(1) {
	border-left: 1px solid #333;
}


.sc-inner-nav a {
	position: relative;
	display: inline-block;
	padding: 0 30px;
	line-height: 1;
	font-size: 16px;
	cursor: pointer;
}
.sc-inner-nav a:hover span {
	text-decoration: underline;
}











.sc-multi-2 {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
}
.sc-multi-2.compact {
	padding: 0 80px;
}
.sc-multi-2 > * {
	width: calc(50% - 20px);
}
.sc-multi-2 > *:nth-child(2n) {
	margin-left: 40px;
}
.sc-multi-2 > *:nth-child(n + 3) {
	margin-top: 45px;
}

.sc-multi-2 .entry {
	text-align: left;
}
.sc-multi-2 .entry figure + * {
	margin-top: 15px;
}
.sc-multi-2 .entry .date {
	font-size: 14px;
	color: #707070;
}
.sc-multi-2 .entry .title {
	margin: 0 0 10px;
	font-size: 22px;
	font-family: "SST W55 Bold", Arial, sans-serif;
	line-height: 1.5;
}
.sc-multi-2 .entry .date + .title {
	margin-top: 6px;
}
.sc-multi-2 .entry h2,
.sc-multi-2 .entry h3,
.sc-multi-2 .entry h4 {
	margin: 0 0 5px;
	font-size: 18px;
	font-family: "SST W55 Bold", Arial, sans-serif;
	text-align: left;
}
.sc-multi-2 .entry p {
	font-size: 14px;
	line-height: 1.7;
}
.sc-multi-2 .entry nav {
	margin: 25px 0 0;
	text-align: right;
}
.sc-multi-2 .entry nav a {
	color: #555;
	font-size: 17px;
}
.sc-multi-2 .entry nav a:hover {
	color: #555 !important;
}
.sc-multi-2 .entry nav a:after {
	display: inline-block;
	content: "＞";
	padding-left: 8px;
}
.sc-multi-2 .caption {
	margin: 0 0 10px;
	font-size: 16px;
	font-family: "SST W55 Bold", Arial, sans-serif;
}

.sc-multi-2 .entry figure {
	height: 300px;
	overflow: hidden;
}
.sc-multi-2 figure a img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	transition: opacity 300ms ease-out;
}
.sc-multi-2 figure a:hover img {
	opacity: 0.7;
}
.sc-multi-2 .entry.video figure {
	position: relative;
}
.sc-multi-2 .entry.video figure a:after {
	position: absolute;
	display: block;
	content: "";
	width: 84px;
	height: 84px;
	left: 50%;
	top: 50%;
	z-index: 10;
	margin: -42px 0 0 -42px;
	background: url(../img/btn_video.svg) 50% 50% no-repeat;
	background-size: 100% auto;
}






.sc-multi-3 {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	max-width: 1190px;
	margin: 0 auto;
}
.sc-multi-3.compact {
	padding: 0 80px;
}
.sc-multi-3 > * {
	width: calc((100% - 60px) / 3);
}
.sc-multi-3 > *:nth-child(3n),
.sc-multi-3 > *:nth-child(3n + 2) {
	margin-left: 30px;
}
.sc-multi-3 > *:nth-child(n + 4) {
	margin-top: 45px;
}
.sc-multi-3 .caption {
	margin: 0 0 5px;
	font-size: 16px;
	font-family: "SST W55 Bold", Arial, sans-serif;
	white-space: nowrap;
}






.sc-statement-intro {
	padding: 70px 0;
	text-align: center;
	background: #d6d5cb;
}
.sc-statement-intro h1 {
	font-size: 32px;
	font-family: "SST W55 Bold", Arial, sans-serif;
}
.sc-statement-intro article {
	margin: 30px 0 0;
}
.sc-statement-intro article p {
	font-size: 18px;
}



.sc-top-content {
	position: relative;
	height: 640px;
	overflow: hidden;
}
.sc-top-content.v1 {
	background: #000;
}
.sc-top-content.v2 {
	background: #fff;
	text-align: right;
}

.sc-top-content .content {
	margin-top: 100px;
}

.sc-top-content .inner {
	position: relative;
	display: flex;
	max-width: 1190px;
	height: 640px;
	margin: 0 auto;
	z-index: 100;
}
.sc-top-content.v2 .inner {
	justify-content: flex-end;
}

.sc-top-content .inner h2 {
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 1;
	letter-spacing: 5px;
}
.sc-top-content.v1 .inner h2 {
	text-align: left;
	color: #fff;
}
.sc-top-content.v2 .inner h2 {
	text-align: right;
}

.sc-top-content .inner p {
	font-size: 26px;
	line-height: 1.5;
	letter-spacing: 2px;
}
.sc-top-content.v1 .inner p {
	color: #fff;
}
.sc-top-content.v2 .inner p {
	text-align: right;
}

.sc-top-content .inner nav {
	margin: 45px 0 0;
}
.sc-top-content .inner a {
	display: inline-flex;
	width: 140px;
	height: 48px;
	color: #000;
	justify-content: center;
	align-items: center;
	background: #fff;
	transition: all 300ms ease-out;
	cursor: pointer;
}

.sc-top-content .inner a:hover {
	background: rgba(255,255,255,0.8);
	text-decoration: none;
}



.sc-top-content .bg {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 1;
	transition: all 200ms ease-out;
}
.sc-top-content .bg img {
	width: 100%;
	height: 100%;
}

.sc-top-content.v1 .bg {
	height: 100%;
	bottom: 0;
	background: url(../img/top/v1.jpg) 50% 50% no-repeat;
	background-size: 1980px 640px;
}
.sc-top-content.v1 .bg img {
	width: 1980px;
	height: 640px;
}

.sc-top-content.v2 .bg {
	height: 100%;
	background: url(../img/top/v2.jpg?2) 50% 50% no-repeat;
	background-size: 1980px 640px;
}
.sc-top-content.v2 .bg img {
	width: 1980px;
	height: 640px;
}


.sc-top-content.v1.fix .bg {
	height: 100%;
	bottom: 0;
}

.sc-top-content.fix .bg {
	opacity: 0;
	transition: all 800ms ease-out;
}
.sc-top-content.fix .content > * {
	transition: all 800ms ease-out;
}
.sc-top-content.fix .content h2 {
	transition-delay: 100ms;
	transform: translateY(50px);
	opacity: 0;
}
.sc-top-content.fix .content p {
	transition-delay: 300ms;
	transform: translateY(50px);
	opacity: 0;
}
.sc-top-content.fix .content nav {
	transition-delay: 500ms;
	transform: translateY(50px);
	opacity: 0;
}

.sc-top-content.fix.passed .bg {
	opacity: 1;
}
.sc-top-content.fix.passed .content > * {
	opacity: 1;
	transform: translateY(0);
}

body.index2 .break {
	height: 20vh;
}







.sc-news {
	padding: 75px 0 40px;
	background: #f2f2f2;
}
.sc-news h2 {
	margin-bottom: 8px;
}
.sc-news section > nav {
	box-sizing: border-box;
	max-width: calc(1190px + 80px);
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 40px;
	text-align: right;
}
.sc-news section > nav a {
	color: #333 !important;
	font-family: "SST W55 Bold", Arial, sans-serif;
}
.sc-news .entries {
	box-sizing: border-box;
	display: flex;
	max-width: calc(1190px + 80px);
	justify-content: space-between;
	margin: 15px auto 0;
	padding: 0 40px;
}


.sc-news .entry {
	width: calc((100% - 50px) / 3);
}
.sc-news .entry article {
	margin: 20px 0 0;
}
.sc-news .entry .date {
	font-family: "SST W55 Bold", Arial, sans-serif;
	color: #767676;
}
.sc-news .entry .title {
	margin: 10px 0 0;
	font-size: 20px;
	line-height: 1.5;
	color: #333;
}
.sc-news .entry .date {
	font-family: "SST W55 Bold", Arial, sans-serif;
	color: #555;
}
.sc-news .entry nav {
	margin: 25px 0 0;
}
.sc-news .entry nav a {
	color: #333 !important;
}

.sc-news figure a img {
	height: 213px;
	object-fit: cover;
	transition: all 300ms ease-out;
}
.sc-news figure a:hover img {
	opacity: 0.7;
}







.top-concept {
	box-sizing: border-box;
	padding: 75px 0 40px;
	background: #d6d5cb;
}
.top-concept ul {
	display: flex;
	max-width: calc(1480px + 80px);
	margin: 0 auto;
	padding: 0 40px;
	justify-content: space-between;
}
.top-concept li {
	width: calc((100% - 60px) / 3);
}
.top-concept img {
	width: 100%;
	height: auto;
}
.top-concept dl {
	margin: 30px 0 0;
}
.top-concept nav {
	margin: 16px 0 0;
}
.top-concept dt {
	font-size: 26px;
	font-family: "SST W55 Bold", Arial, sans-serif;
}
.top-concept nav a {
	color: #222 !important;
}

.top-concept .thumb a img {
	transition: all 300ms ease-out;
}
.top-concept .thumb a:hover img {
	opacity: 0.7;
}



.top-gallery {
	position: relative;
	padding: 0 0 75px;
	background: #fff;
}
.top-gallery h2 {
	position: absolute;
	width: 800px;
	left: calc(50% - 400px);
	top: 75px;
	z-index: 10;
	text-align: center;
}
.top-gallery figure {
	position: relative;
	margin: 0 auto;
}
.top-gallery img {
	width: 100%;
	height: auto;
}
.top-gallery nav {
	margin: 40px 0 0;
	text-align: center;
}
.top-gallery nav a {
	display: inline-flex;
	width: 180px;
	height: 47px;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	color: #595959;
	background: #eee;
	transition: all 300ms ease-out;
}
.top-gallery nav a:hover {
	background: rgba(238,238,238,0.8);
	text-decoration: none;
	color: #595959 !important;
}
.top-gallery nav {
	display: none !important;
}


.top-gallery a img {
	transition: all 300ms ease-out;
}
.top-gallery a:hover img {
	opacity: 0.7;
}

.top-gallery figure span {
	position: absolute;
	display: inline-flex;
	width: 200px;
	height: 50px;
	left: calc(50% - 100px);
	bottom: 50px;
	z-index: 10;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #000;
	background: #eee;
	transition: all 300ms ease-out;
}
/*
.top-gallery figure a:hover span {
	background: rgba(238,238,238,0.8);
	text-decoration: none;
	color: #595959 !important;
}
*/
















/* VEHICLE 1 */

.grid-image {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	margin: 0 auto;
}
.grid-image + .grid-image {
	margin-top: 80px;
}

.grid-image .image-main {
	width: 100%;
}
.grid-image .image {
	width: 50%;
}
.grid-image .image + .image {
}
.grid-image img {
	width: 100%;
	height: auto;
}

.grid-image .image-main.motion img + img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.grid-image .image-main.motion img {
	transition: opacity 1000ms ease-out;
}
.grid-image .image-main.motion img.off {
	opacity: 0;
}




.grid-image > div {
	opacity: 0;
	transform: translateY(50px);
	transition: all 800ms ease-out;
}
.grid-image > div.passed {
	opacity: 1;
	transform: translateY(0);
}






.interior {
	margin: 75px 0 0;
}
.vehicle-video + .exterior {
	margin: 75px 0 0;
}

.specifications {
	background: #d6d5cb;
}

.specifications .inner {
	box-sizing: border-box;
	max-width: calc(1190px + 80px);
	margin: 0 auto;
	padding: 75px 40px;
}
.specifications .inner h2 {
	margin-bottom: 40px;
	text-align: left;
	font-size: 30px;
}

.specifications article {
	display: flex;
	width: 100%;
}
.specifications article > div {
	width: 50%;
}
.specifications dl {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 1.5;
}
.specifications dt {
	width: 180px;
	font-family: "SST W55 Bold", Arial, sans-serif;
}
.specifications dd {
	width: calc(100% - 180px);
}
.specifications dl + dl {
	margin-top: 10px;
}

.specifications .fig-group {
	display: flex;
	justify-content: space-between;
	margin: 85px 0 0;
}
.specifications .fig-group > *:nth-child(1) {
	margin-right: 50px;
}
.specifications .fig-group > *:nth-child(2) {
	margin-left: 50px;
}


.vehicle-video {
	box-sizing: border-box;
	max-width: calc(1190px + 80px);
	margin: 0 auto;
	padding: 0 40px;
}
.vehicle-video .inner {
	position: relative;
	padding-top: 56.25%;
}

.vehicle-video .inner > a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.vehicle-video .inner > a img {
	width: 100%;
	height: auto;
	transition: all 300ms ease-out;
}
.vehicle-video .inner > a:after {
	position: absolute;
	display: block;
	content: "";
	width: 84px;
	height: 84px;
	left: 50%;
	top: 50%;
	z-index: 10;
	margin: -42px 0 0 -42px;
	background: url(../img/btn_video.svg) 50% 50% no-repeat;
	background-size: 100% auto;
}
.vehicle-video .inner > a:hover img {
	opacity: 0.7;
}




.vehicle-video-wide {
	margin: 0 0 75px;
}
.vehicle-video-wide .inner {
	position: relative;
}
.vehicle-video-wide .inner > button {
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
.vehicle-video-wide .inner > button img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: all 300ms ease-out;
}
.vehicle-video-wide .inner > button:after {
	position: absolute;
	display: block;
	content: "";
	width: 84px;
	height: 84px;
	left: 50%;
	top: 50%;
	z-index: 10;
	margin: -42px 0 0 -42px;
	background: url(../img/btn_video.svg) 50% 50% no-repeat;
	background-size: 100% auto;
}
.vehicle-video-wide .inner > button:hover img {
	opacity: 0.7;
}










.related-concept {
	box-sizing: border-box;
	max-width: calc(1190px + 80px);
	margin: 80px auto 170px;
	padding: 0 40px;
}
.related-concept ul {
	display: flex;
	justify-content: space-between;
}
.related-concept li {
	width: calc((100% - 60px) / 3);
}
.related-concept img {
	width: 100%;
	height: auto;
}
.related-concept dl {
	margin: 20px 0 0;
}
.related-concept nav {
	margin: 16px 0 0;
	font-family: "SST W55 Bold", Arial, sans-serif;
}
.related-concept dt {
	line-height: 1.5;
	font-size: 26px;
	font-family: "SST W55 Bold", Arial, sans-serif;
}

.related-concept .thumb a img {
	transition: all 300ms ease-out;
}
.related-concept .thumb a:hover img {
	opacity: 0.7;
}




.safety .intro {
	padding-bottom: 50px;
}
#oval-sensing {
	padding: 75px 0;
	background: #d6d5cb;
}
#oval-sensing h2 {
	margin-bottom: 25px;
}
.safety .lead {
	width: 700px;
	margin: 0 auto;
	font-size: 14px;
}
#oval-sensing .vehicle-video {
	margin-top: 40px;
}

#oval-sensing .column h3 {
	margin: 75px 0 30px;
	font-size: 25px;
	text-align: center;
	font-family: "SST W55 Bold", Arial, sans-serif;
}

#oval-sensing .column article {
	box-sizing: border-box;
	max-width: calc(1190px + 80px);
	margin: 0 auto;
	padding: 0 40px;
}
#oval-sensing .column ul {
	display: flex;
	justify-content: space-between;
}
#oval-sensing .column li {
	width: calc((100% - 60px) / 3);
}
#oval-sensing .column img {
	width: 100%;
	height: auto;
}
#oval-sensing .column dl {
	margin-top: 18px;
}
#oval-sensing .column dt {
	font-family: "SST W55 Bold", Arial, sans-serif;
}
#oval-sensing .column dd {
	margin: 8px 0 0;
	font-size: 14px;
}

#oval-sensing nav {
	margin: 70px 0 0;
	text-align: center;
}
#oval-sensing nav a {
	font-size: 17px;
	font-family: "SST W55 Bold", Arial, sans-serif;
}


#oval-sensing video {
	position: absolute;
	width: auto;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}







.switcher {
	position: relative;
	box-sizing: border-box;
	max-width: 1190px;
	margin: 30px auto 0;
}
.switcher .image {
	position: relative;
}
.switcher .image img {
	width: 100%;
	height: auto;
}
.switcher .image > span {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
}
.switcher ul {
	width: 694px;
	display: flex;
	margin: 0 auto;
}
.switcher li {
	position: relative;
	width: calc(50% - 1px);
	min-height: 140px;
	background: #fff;
}
.switcher li + li {
	margin-left: 2px;
}
.switcher li a {
	box-sizing: border-box;
	display: block;
	min-height: 140px;
	padding: 20px 19px;
	cursor: pointer;
	text-decoration: none !important;
}
.switcher li dt {
	font-size: 14px;
	font-family: "SST W55 Bold", Arial, sans-serif;
}
.switcher li dd {
	font-size: 11px;
}

.switcher .sst-bold {
	font-family: "SST W55 Bold", sans-serif !important;
}



.switcher .image > * {
	transition: all 1000ms ease-out;
}
.switcher .image > *.active {
	opacity: 1;
	visibility: visible;
}
.switcher .image > *.hidden {
	opacity: 0;
	visibility: hidden;
}


.switcher li {
	transition: all 400ms ease-out;
}
.switcher li dl {
	transition: all 400ms ease-out;
}
.switcher li:before {
	position: absolute;
	display: block;
	content: "";
	width: 0%;
	height: 10px;
	left: 0;
	top: 0;
	background: #999;
	transition: all 400ms ease-out;
}
.switcher li.hidden {
	background: rgba(255, 255, 255, 0.5);
}
.switcher li.hidden dl {
	opacity: 0.4;
}
.switcher li.hidden:hover {
	background: rgba(255, 255, 255, 1);
}
.switcher li.hidden:hover dl {
	opacity: 1;
}
.switcher li a:hover {
	text-decoration: none !important;
}

.switcher li.active:before {
	width: 100%;
}

.switcher .pager {
	display: none;
}




#driving-assistance {
	padding: 75px 0;
	background: #f2f2f2;
}



#driving-assistance .switcher .image {
	height: 362px;
	padding: 0;
	overflow: hidden;
}
#driving-assistance .switcher figure {
	position: absolute;
	box-sizing: border-box;
	max-width: 1280px;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#driving-assistance .switcher figure > div {
	position: relative;
	height: 100%;
	overflow: hidden;
}
#driving-assistance > figure {
	position: relative;
	box-sizing: border-box;
	max-width: 1190px;
	height: 394px;
	margin: 30px auto 0;
	overflow: hidden;
}
#driving-assistance > figure > div {
	position: relative;
	height: 100%;
	overflow: hidden;
}
#driving-assistance .column {
	margin: 70px 0 0;
}
#driving-assistance .column h3 {
	margin: 75px 0 30px;
	font-size: 25px;
	text-align: center;
	font-family: "SST W55 Bold", Arial, sans-serif;
}



#monitoring-system {
	padding: 75px 0;
	background: #d6d5cb;
}
#monitoring-system .column {
	margin: 70px 0 0;
}
#monitoring-system .column h3 {
	margin: 75px 0 30px;
	font-size: 25px;
	text-align: center;
	font-family: "SST W55 Bold", Arial, sans-serif;
}


#monitoring-system > figure:nth-of-type(1),
#monitoring-system > figure:nth-of-type(2) {
	position: relative;
	box-sizing: border-box;
	max-width: 1190px;
	height: 404px;
	margin: 30px auto 0;
}
#monitoring-system > figure:nth-of-type(1) > div,
#monitoring-system > figure:nth-of-type(2) > div {
	position: relative;
	height: 404px;
	overflow: hidden;
}

#driving-assistance video,
#monitoring-system video {
	position: absolute;
	width: auto;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}









#incabin-monitoring {
	padding: 75px 0;
	background: #f2f2f2;
}
#incabin-monitoring .switcher .image {
	height: 436px;
}
#incabin-monitoring figure {
	position: relative;
	box-sizing: border-box;
	max-width: 1190px;
	height: 436px;
	margin: 30px auto 0;
}
#incabin-monitoring figure > div {
	position: relative;
	height: 436px;
	overflow: hidden;
}





.entertainment .lead {
	width: 700px;
	margin: 35px auto 0;
	font-size: 14px;
}
#reality-audio {
	padding: 75px 0;
	background: #d6d5cb;
}
#reality-audio h2 {
	margin: 0;
}
#reality-audio h3 {
	margin-top: -5px;
	text-align: center;
	font-size: 25px;
	font-family: "SST W55 Bold", Arial, sans-serif;
}

#reality-audio .switcher .image {
	height: 404px;
}
#reality-audio figure {
	position: relative;
	box-sizing: border-box;
	max-width: 1190px;
	height: 404px;
	margin: 30px auto 0;
}
#reality-audio figure > div {
	position: relative;
	height: 404px;
	overflow: hidden;
}

#reality-audio nav {
	margin: 70px 0 0;
	text-align: center;
}
#reality-audio nav a {
	font-size: 17px;
	font-family: "SST W55 Bold", Arial, sans-serif;
}

#reality-audio .notes {
	margin-top: 15px;
	font-size: 13px;
}




#entertainment-display {
	padding: 75px 0;
	background: #f2f2f2;
}

#entertainment-display > figure {
	position: relative;
	box-sizing: border-box;
	max-width: 1190px;
	height: 404px;
	margin: 30px auto 0;
}
#entertainment-display > figure > div {
	position: relative;
	height: 404px;
	overflow: hidden;
}


#entertainment-display .column h3 {
	margin: 75px 0 30px;
	font-size: 25px;
	text-align: center;
	font-family: "SST W55 Bold", Arial, sans-serif;
}


#entertainment-display .switcher .image {
	height: 678px;
	padding: 0;
	overflow: hidden;
}
#entertainment-display .switcher figure {
	position: absolute;
	box-sizing: border-box;
	max-width: 1190px;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#entertainment-display .switcher figure > div {
	position: relative;
	height: 100%;
	overflow: hidden;
}


#entertainment-display .switcher ul {
	width: 100%;
}
#entertainment-display .switcher li {
	width: calc(100% / 3);
	height: 160px;
}
#entertainment-display .switcher dt {
	font-size: 14px;
}

#entertainment-display .switcher img {
	width: 100%;
	height: 678px;
	object-fit: cover;
}


#entertainment-display video {
	position: absolute;
	width: auto;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
















#control-system {
	padding: 75px 0;
	background: #d6d5cb;
}
#control-system > figure:nth-of-type(1) {
	position: relative;
	box-sizing: border-box;
	max-width: 1190px;
	height: 404px;
	margin: 30px auto 0;
}
#control-system > figure:nth-of-type(1) > div {
	position: relative;
	height: 404px;
	overflow: hidden;
}
#control-system video {
	position: absolute;
	width: auto;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#control-system .sc-multi-3 {
	margin-top: 30px;
}

#control-system .column h3 {
	margin: 75px 0 30px;
	font-size: 25px;
	text-align: center;
	font-family: "SST W55 Bold", Arial, sans-serif;
}
#control-system > figure:nth-of-type(2) {
	position: relative;
	box-sizing: border-box;
	max-width: 1190px;
	height: 678px;
	margin: 30px auto 0;
}
#control-system > figure:nth-of-type(2) > div {
	position: relative;
	height: 678px;
	overflow: hidden;
}






.adaptability .lead {
	width: 700px;
	margin: 35px auto 0;
	font-size: 14px;
}
#vision-s-link {
	padding: 75px 0;
	background: #d6d5cb;
}

#vision-s-link .switcher .image {
	height: 678px;
	padding: 0;
	overflow: hidden;
}
#vision-s-link .switcher figure {
	position: absolute;
	box-sizing: border-box;
	max-width: 1190px;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#vision-s-link .switcher figure > div {
	position: relative;
	height: 100%;
	overflow: hidden;
}

#vision-s-link .switcher ul {
	width: 800px;
}
#vision-s-link .switcher li {
}


#vision-s-link video {
	position: absolute;
	width: auto;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}







.switcher.compact2 .image {
	height: 404px !important;
}
.switcher.compact2 .image > figure,
.switcher.compact2 .image > span {
	width: 100% !important;
	height: 100% !important;
}
.switcher.compact2 .image > span img,
.switcher.compact2 .image > figure video {
	width: 100% !important;
	height: 100% !important;
	left: 0 !important;
	top: 0 !important;
	transform: none !important;
	object-fit: cover !important;
}




.switcher.compact3 .image {
	width: 800px !important;
	height: 450px !important;
	margin: 0 auto !important;
}
.switcher.compact3 .image > figure,
.switcher.compact3 .image > span {
	width: 100% !important;
	height: 100% !important;
}
.switcher.compact3 .image > span img,
.switcher.compact3 .image > figure video {
	width: 100% !important;
	height: 100% !important;
	left: 0 !important;
	top: 0 !important;
	transform: none !important;
	object-fit: cover !important;
}


body.compact3 .lead {
	width: 800px !important;
}






#personalized-cabin {
	padding: 75px 0;
	background: #f2f2f2;
}
#personalized-cabin .switcher .image {
	height: 380px;
	padding: 0;
	overflow: hidden;
}
#personalized-cabin .switcher figure {
	position: relative;
	box-sizing: border-box;
	max-width: 1190px;
	height: 380px;
	margin: 30px auto 0;
}
#personalized-cabin .switcher figure > div {
	position: relative;
	height: 380px;
	overflow: hidden;
}

#personalized-cabin .switcher ul {
	width: 800px;
}
#personalized-cabin .switcher li {
}



#personalized-cabin .column h3 {
	margin: 75px 0 30px;
	font-size: 25px;
	text-align: center;
	font-family: "SST W55 Bold", Arial, sans-serif;
}

#personalized-cabin > figure {
	position: relative;
	box-sizing: border-box;
	max-width: 1190px;
	height: 678px;
	margin: 30px auto 0;
}
#personalized-cabin > figure > div {
	position: relative;
	height: 678px;
	overflow: hidden;
}
#personalized-cabin > figure > div {
	position: relative;
	height: 100%;
	overflow: hidden;
}
#personalized-cabin video {
	position: absolute;
	width: auto;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}



#personalized-cabin button.sound {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 75px;
	bottom: 15px;
	z-index: 100;
	font-size: 0;
	border: none;
	/*
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 50% 50%;
	background-size: 26px auto;
	background-image: url(../img/icon_sound_on.svg);
	*/
	background: none;
}
/*
#personalized-cabin button.sound.muted {
	background-image: url(../img/icon_sound_off.svg);
}
*/
#personalized-cabin button.sound img {
	position: absolute;
	width: 26px;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}


#connectivity {
	padding: 75px 0;
	background: #d6d5cb;
}
#connectivity > figure {
	position: relative;
	box-sizing: border-box;
	max-width: 1190px;
	height: 488px;
	margin: 30px auto 0;
}
#connectivity > figure > div {
	position: relative;
	height: 488px;
	overflow: hidden;
}
#connectivity nav {
	margin: 40px 0 0;
	text-align: center;
}
#connectivity nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 48px;
	text-align: center;
	color: #595959;
	background: #eee;
	transition: all 300ms ease-out;
	cursor: pointer;
}
#connectivity nav a:hover {
	background: rgba(238,238,238,0.8);
	color: #595959 !important;
	text-decoration: none;
}

#connectivity .link {
	margin: 40px 0;
	text-align: center;
}
#connectivity .link a {
	font-family: "SST W55 Bold", Arial, sans-serif;
}
#connectivity .link a:after {
	display: inline-block;
	content: "＞";
	padding-left: 8px;
}
#connectivity .link br {
	display: none;
}






#sustainability {
	padding: 75px 0;
	background: #f2f2f2;
}

#sustainability .column h3 {
	margin: 75px 0 30px;
	font-size: 25px;
	text-align: center;
	font-family: "SST W55 Bold", Arial, sans-serif;
}


#sustainability .lead {
	width: 700px;
	margin: 35px auto 0;
	font-size: 14px;
}

#sustainability > figure {
	position: relative;
	box-sizing: border-box;
	max-width: 1190px;
	height: 488px;
	margin: 30px auto 0;
}
#sustainability .icon {
	margin: 40px 0;
	text-align: center;
}
#sustainability .icon img {
	width: 115px;
	height: auto;
}
#sustainability .link {
	margin: 40px 0;
	text-align: center;
}
#sustainability .link a {
	font-family: "SST W55 Bold", Arial, sans-serif;
}
#sustainability .link a:after {
	display: inline-block;
	content: "＞";
	padding-left: 8px;
}








.platform .intro {
	padding-bottom: 0;
}

.platform .sc-multi-2 {
	margin-bottom: 140px;
}







.video-player-ui {
	position: absolute;
	left: 15px;
	bottom: 15px;
	z-index: 100;
	opacity: 0.9;
}
.video-player-ui button {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
}
.video-player-ui button canvas {
	position: absolute;
	left: 0;
	top: 0;
	transform-origin: left top;
	transform: scale(0.5);
	z-index: 10;
}
.video-player-ui button span {
	position: absolute;
	width: 24px;
	height: 24px;
	left: 50%;
	top: 50%;
	z-index: 1;
	margin: -12px 0 0 -12px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
/*
.video-player-ui button span {
	background-image: url(../img/ui_pause.svg);
	background-size: 22px 22px;
}
.video-player-ui button.paused span {
	background-image: url(../img/ui_play.svg);
	background-size: 24px 24px;
}
*/





#color .slick-dots {
	display: none !important;
}


.sc-gallery-slide.multi .slick-dots {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 800px;
	height: 20px;
	left: calc(50% - 400px);
	bottom: -34px;
	text-align: center;
}
/*
.sc-gallery-slide.multi .slick-dots * {
	outline: none;
}
*/
.sc-gallery-slide.multi .slick-dots button {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	border: none;
	background: transparent;
	font-size: 0;
	cursor: pointer;
}
.sc-gallery-slide.multi .slick-dots button::after {
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	left: calc(50% - 5px);
	top: calc(50% - 5px);
	background: #898989;
	border-radius: 5px;
	transition: all 300ms ease-out;
}
.sc-gallery-slide.multi .slick-dots li + li {
	margin-left: 20px;
}
.sc-gallery-slide.multi .slick-dots .slick-active button::after {
	transform: scale(1.2);
	background: #555;
}











.gallery .slick-arrow {
	position: absolute;
	width: 40px;
	height: 50px;
	top: calc(50% - 25px);
	z-index: 100;
	border: none;
	font-size: 0;
	cursor: pointer;
}
.gallery .slick-prev {
	left: -60px;
	background: url(../img/arrow_prev2.svg) 50% 50% no-repeat;
	background-size: 16px auto;
}
.gallery .slick-next {
	right: -60px;
	background: url(../img/arrow_next2.svg) 50% 50% no-repeat;
	background-size: 16px auto;
}


.gallery .intro {
	padding-bottom: 0;
}
.sc-gallery-slide {
	max-width: 1190px;
	margin: 0 auto;
}


.sc-gallery-slide figure {
	position: relative;
}
.sc-gallery-slide a {
	position: relative;
	display: block;
	cursor: pointer;
	overflow: hidden;
}
.sc-gallery-slide .active::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 123px;
	left: -4px;
	top: -4px;
	z-index: 10;
	padding: 2px;
	border: 2px solid #888;
}


.sc-gallery-slide .item-inner {
	display: flex;
	width: 1190px;
	height: 596px;
}
.sc-gallery-slide .item-inner a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.sc-gallery-slide .item-inner a img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	transition: all 300ms ease-out;
	will-change: opacity;
}
.sc-gallery-slide .item-inner a:hover img {
	opacity: 0.7
}


.sc-gallery-slide .item-inner .full {
	
}

.sc-gallery-slide .item-inner .small {
	display: flex;
	flex-direction: column;
	width: 38%;
}
.sc-gallery-slide .item-inner .medium {
	display: flex;
	flex-direction: column;
	width: 50%;
}
.sc-gallery-slide .item-inner .large {
	width: 62%;
}







.sc-gallery-slide nav .inner {
	display: flex;
	flex-wrap: wrap;
}
.sc-gallery-slide nav .inner figure {
	width: calc((100% - 40px) / 5);
	margin-left: 10px;
	margin-top: 10px;
}
.sc-gallery-slide nav .inner figure:nth-child(5n + 1) {
	margin-left: 0;
}
.sc-gallery-slide nav strong {
	display: block;
	margin: 6px 0 0;
	text-align: center;
	font-size: 14px;
	font-family: "SST W20 Bold", Arial, sans-serif;
}
.sc-gallery-slide nav .inner img {
	width: 100%;
	height: auto;
	transition: all 300ms ease-out;
	will-change: opacity;
}

.sc-gallery-slide nav img {
	position: relative;
	transform: scale(1.01);
}
.sc-gallery-slide nav a:hover img {
	opacity: 0.7
}





#gallery-exterior-sp {
	display: none;
}

#zoom-view {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000010;
	pointer-events: none;
}
#zoom-view img {
	position: absolute;
	box-sizing: border-box;
	max-width: 1600px;
	width: 90vw;
	height: 90vh;
	left: 50%;
	top: 50%;
	object-fit: contain;
	transform: translate(-50%, -50%);
	margin: 0 auto;
	pointer-events: none;
}


#zoom-view .slick-arrow {
	position: absolute;
	width: 40px;
	height: 50px;
	top: calc(50% - 25px);
	z-index: 100;
	border: none;
	font-size: 0;
	cursor: pointer;
	pointer-events: auto;
}
#zoom-view .slick-prev {
	left: -60px;
	background: url(../img/arrow_prev3.svg) 50% 50% no-repeat;
	background-size: 16px auto;
}
#zoom-view .slick-next {
	right: -60px;
	background: url(../img/arrow_next3.svg) 50% 50% no-repeat;
	background-size: 16px auto;
}


#gallery-overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 1000005;
	background: rgba(0,0,0,0.9);
}

#gallery-close {
	position: fixed;
	width: 40px;
	height: 40px;
	right: 50px;
	top: 50px;
	z-index: 1000015;
	font-size: 0;
	border: none;
	background: none;
}
#gallery-close::before,
#gallery-close::after {
	position: absolute;
	content: "";
	width: 36px;
	height: 2px;
	left: 2px;
	top: calc(50% - 1px);
	background: #fff;
}
#gallery-close::before {
	transform: rotate(45deg);
}
#gallery-close::after {
	transform: rotate(-45deg);
}


#gallery-overlay,
#gallery-close {
	opacity: 0;
	transition: opacity 400ms linear;
}
body.zoom #gallery-overlay,
body.zoom #gallery-close {
	opacity: 1;
}


#zoom-view {
	opacity: 0;
	visibility: hidden;
	transition: opacity 400ms linear;
}
body.zoom #zoom-view {
	opacity: 1;
	visibility: visible;
}









.sc-gallery-slide .inner img {
	position: relative;
	transition: opacity 300ms linear;
}
.sc-gallery-slide .inner a:hover img {
	opacity: 0.7
}




.zoom-view-single {
	position: fixed;
	width: calc((100vh - 120px) * (3840 / 2716));
	height: calc(100vh - 120px);
	left: 50%;
	top: 60px;
	transform: translateX(-50%);
	z-index: 1000010;
}
.zoom-view-single span {
	display: block;
	width: calc((100vh - 120px) * (3840 / 2716));
	height: calc(100vh - 120px);
}

.zoom-view-single[data-key="3"] {
	width: calc((100vh - 120px) * (2400 / 1280));
}
.zoom-view-single[data-key="3"] span {
	width: calc((100vh - 120px) * (2400 / 1280));
}

.zoom-view-single span img {
	position: absolute;
	left: 1px;
	top: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
}



.zoom-view-single .slide,
.zoom-view-single .slide .inner {
	position: relative;
	height: 100%;
}


.zoom-view-single {
	visibility: hidden;
	opacity: 0;
	transition: all 400ms ease-out;
}
body[data-zoom="0"] .zoom-view-single[data-key="0"],
body[data-zoom="1"] .zoom-view-single[data-key="1"],
body[data-zoom="2"] .zoom-view-single[data-key="2"],
body[data-zoom="3"] .zoom-view-single[data-key="3"] {
	visibility: visible;
	opacity: 1;
}

body.zoom-single #gallery-overlay,
body.zoom-single #gallery-close {
	opacity: 1;
}


.zoom-view-single .slick-slide {
	position: relative;
}
.zoom-view-single .slick-slide::after {
	position: absolute;
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	left: calc(50% - 20px);
	top: calc(50% - 20px);
	z-index: 1;
	background: #000 url(../img/loading.gif) 50% 50% no-repeat;
	background-size: 32px auto;
	border-radius: 8px;
}
.zoom-view-single .slick-slide img {
	position: relative;
	z-index: 10;
}
.zoom-view-single .slick-arrow {
	position: absolute;
	width: 40px;
	height: 50px;
	top: calc(50% - 25px);
	z-index: 100;
	border: none;
	font-size: 0;
	cursor: pointer;
	pointer-events: auto;
}
.zoom-view-single .slick-prev {
	left: -60px;
	background: url(../img/arrow_prev3.svg) 50% 50% no-repeat;
	background-size: 16px auto;
}
.zoom-view-single .slick-next {
	right: -60px;
	background: url(../img/arrow_next3.svg) 50% 50% no-repeat;
	background-size: 16px auto;
}

.zoom-view-single .slick-loading {
    visibility: hidden;
}








.sc-gallery-video {
	margin: 0 auto;
	padding: 70px 0;
	background: #D6D5CB;
}
.sc-gallery-video ul {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	max-width: calc(1190px + 80px);
	margin: 0 auto;
	padding: 0 40px;
}
.sc-gallery-video li {
	width: calc((100% - 50px) / 2);
}
.sc-gallery-video li:nth-child(2n) {
	margin-left: 50px;
}
.sc-gallery-video li:nth-child(n + 3) {
	margin-top: 50px;
}
.sc-gallery-video img {
	width: 100%;
	height: 322px;
	object-fit: cover;
	transition: all 300ms ease-out;
}
.sc-gallery-video .title {
	margin: 15px 0 0;
	text-align: center;
	font-size: 17px;
	color: #231815;
	line-height: 1.5;
	font-family: "SST W20 Bold", Arial, sans-serif;
}
.sc-gallery-video a {
	cursor: pointer;
	color: #231815;
	text-decoration: none !important;
}
.sc-gallery-video a:hover {
	text-decoration: none !important;
}
.sc-gallery-video a:hover img {
	opacity: 0.7
}


.gallery .sc-content {
	padding-bottom: 100px;
	background: #f2f2f2;
}
.gallery .sc-content .intro {
	background: transparent;
}
#movies {
	margin-top: 70px;
}
#color {
	margin-top: 50px;
	padding-top: 20px;
}
.sc-gallery-video .thumb {
	position: relative;
}
.sc-gallery-video .thumb:after {
	position: absolute;
	display: block;
	content: "";
	width: 84px;
	height: 84px;
	left: 50%;
	top: 50%;
	z-index: 10;
	margin: -42px 0 0 -42px;
	background: url(../img/btn_video.svg) 50% 50% no-repeat;
	background-size: 100% auto;
}

#vision-s1 {
	margin-top: 55px;
}



.sc-gallery-slide.multi h2 {
	padding: 20px 0 0;
	margin-top: -20px;
	font-size: 22px;
	font-family: "SST W55 Regular", Arial, sans-serif;
}

.sc-gallery-slide.multi .slide {
	position: relative;
	padding-bottom: 115px;
}

.sc-gallery-slide.multi .dots {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 800px;
	height: 20px;
	margin: 20px auto 0;
	text-align: center;
}
.sc-gallery-slide.multi .dots a {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #898989;
	border-radius: 5px;
}
.sc-gallery-slide.multi .dots a + a {
	margin-left: 18px;
}
.sc-gallery-slide.multi .dots a:nth-child(1) {
	width: 12px;
	height: 12px;
	background: #555;
	border-radius: 6px;
}

.sc-gallery-slide.multi .slide > a {
	position: absolute;
	width: 40px;
	height: 50px;
	top: calc((100% - 115px - 50px) / 2 - 25px);
	z-index: 100;
	border: none;
	font-size: 0;
	cursor: pointer;
}
.sc-gallery-slide.multi .slide > a.prev {
	left: -60px;
	background: url(../img/arrow_prev2.svg) 50% 50% no-repeat;
	background-size: 16px auto;
}
.sc-gallery-slide.multi .slide > a.next {
	right: -60px;
	background: url(../img/arrow_next2.svg) 50% 50% no-repeat;
	background-size: 16px auto;
}





/*
.sc-statement-intro {
	padding: 50px 0 60px;
}
.sc-statement-intro article {
	font-size: 17px;
	line-height: 1.75;
}
.sc-statement-intro h1 {
	margin: 0 0 25px;
	line-height: 1;
	font-size: 25px;
	font-weight: normal;
	font-family: "SST W55 Bold", Arial, sans-serif;
	text-align: center;
}
.sc-statement-intro article {
	width: 1100px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 2;
	text-align: center;
}
.sc-statement-intro article p + p {
	margin-top: 1em;
}

.sc-statement-intro br.soft {
	display: none;
}


.sc-wrap h2 {
	margin: 0 0 30px;
	text-align: center;
	font-size: 32px;
	font-family: "SST W55 Bold", Arial, sans-serif;
}
.sc-wrap .sc-wide-a h3 {
	margin: 0 0 5px;
	text-align: center;
	font-size: 20px;
	font-family: "SST W55 Bold", Arial, sans-serif;
}
.sc-wrap .sc-wide-a h2 + h3 {
	margin-top: -15px;
}


.sc-multi-2 {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
}
.sc-multi-2.compact {
	padding: 0 80px;
}
.sc-multi-2 > * {
	width: calc(50% - 20px);
}
.sc-multi-2 > *:nth-child(2n) {
	margin-left: 40px;
}
.sc-multi-2 > *:nth-child(n + 3) {
	margin-top: 45px;
}


.sc-multi-2 .entry figure + * {
	margin-top: 15px;
}
.sc-multi-2 .entry .date {
	font-size: 14px;
	color: #707070;
}
.sc-multi-2 .entry h3 {
	margin: 0 0 10px;
	font-size: 22px;
	font-family: "SST W55 Bold", Arial, sans-serif;
	line-height: 1.5;
}
.sc-multi-2 .entry .date + h3 {
	margin-top: 6px;
}
.sc-multi-2 .entry h4 {
	margin: 0 0 5px;
	font-size: 18px;
	font-family: "SST W55 Bold", Arial, sans-serif;
}
.sc-multi-2 .entry p {
	font-size: 14px;
	line-height: 1.7;
}
.sc-multi-2 .entry nav {
	margin: 25px 0 0;
	text-align: right;
}
.sc-multi-2 .entry nav a {
	color: #555;
	font-size: 17px;
}
.sc-multi-2 .entry nav a:hover {
	color: #555 !important;
}
.sc-multi-2 .entry nav a:after {
	display: inline-block;
	content: "＞";
	padding-left: 8px;
}
.sc-multi-2 .caption {
	margin: 0 0 10px;
	font-size: 16px;
	font-family: "SST W55 Bold", Arial, sans-serif;
}

.sc-multi-2 figure a img {
	transition: opacity 300ms ease-out;
}
.sc-multi-2 figure a:hover img {
	opacity: 0.7;
}
.sc-multi-2 .entry.video figure {
	position: relative;
}
.sc-multi-2 .entry.video figure a:after {
	position: absolute;
	display: block;
	content: "";
	width: 84px;
	height: 84px;
	left: 50%;
	top: 50%;
	z-index: 10;
	margin: -42px 0 0 -42px;
	background: url(../img/btn_video.svg) 50% 50% no-repeat;
	background-size: 100% auto;
}











.sc-index {
	margin: 40px 0 0;
}
.sc-index h2 {
	margin: 60px 0 35px;
	line-height: 1;
}
.sc-index nav {
}
.sc-index nav a {
	display: block;
	width: 154px;
	height: 38px;
	line-height: 38px;
	margin: 0 auto;
	font-size: 15px;
	color: #231815;
	background: #fff;
	text-decoration: none;
	text-align: center;
}
.sc-index nav a:after {
	content: "＞";
	margin-left: 10px;
}
.sc-index nav a {
	transition: all 500ms ease-out;
}
.sc-index nav a:hover {
	color: #fff !important;
	background: #231815;
}


.sc-index > div {
	position: relative;
	max-width: 1260px;
	min-width: 1170px;
	width: calc(100vw - 20px);
	margin: 0 auto;
	overflow: hidden;
}
.sc-index > div + div {
	margin-top: 10px;
}
.sc-index > div .inner {
	position: relative;
	height: 100%;
	z-index: 10;
	overflow: hidden;
}
.sc-index > div .bg {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}


.sc-index ul.link {
	position: absolute;
	display: flex;
	justify-content: center;
	width: 100%;
	left: 0;
	bottom: 25px;
}
.sc-index ul.link li {
	text-align: center;
	font-size: 14px;
}
.sc-index ul.link li * {
	line-height: 1;
}
.sc-index ul.link li a {
	color: #231815;
	text-decoration: none;
}
.sc-index ul.link li a:hover span {
	text-decoration: underline;
}
.sc-index ul.link li a:before {
	content: "＞";
	position: relative;
	display: inline-block;
	top: 1px;
	margin-right: 4px;
	font-size: 17px;
	color: #fff;
}
.sc-index ul.link li:nth-child(n + 2) {
	margin-left: 28px;
}







.sc-index div.vehicle {
	height: 650px;
}
.sc-index div.vehicle .bg {
	height: 100%;
	background: url(../img/statement/prototype.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.sc-index div.vehicle h2 {
	color: #fff;
}

.sc-index div.vehicle ul.spec {
	position: absolute;
	display: flex;
	justify-content: center;
	width: 100%;
	left: 0;
	bottom: 50px;
}
.sc-index div.vehicle ul.spec li {
	text-align: center;
}
.sc-index div.vehicle ul.spec li * {
	color: #fff;
	line-height: 1;
}
.sc-index div.vehicle ul.spec li:nth-child(n + 2) {
	margin-left: 75px;
}
.sc-index div.vehicle ul.spec li strong {
	font-size: 32px;
	font-family: "SST W55 Bold", Arial, sans-serif;
}
.sc-index div.vehicle ul.spec li em {
	margin-left: 2px;
	font-size: 13px;
	font-family: "SST W55 Bold", Arial, sans-serif;
}
.sc-index div.vehicle ul.spec li span {
	display: block;
	font-size: 13px;
}




.sc-index div.safety {
	height: 650px;
	background: #bdb8a9;
}
.sc-index div.safety .bg {
	height: 490px;
	background: url(../img/statement/safety.jpg) 50% 100% no-repeat;
	background-size: cover;
}
.sc-index div.safety ul.spec {
	position: absolute;
	display: flex;
	justify-content: center;
	width: 100%;
	left: 0;
	bottom: 75px;
}
.sc-index div.safety ul.spec li {
	text-align: center;
}
.sc-index div.safety ul.spec li * {
	line-height: 1;
}
.sc-index div.safety ul.spec li:nth-child(n + 2) {
	margin-left: 75px;
}
.sc-index div.safety ul.spec li strong {
	font-size: 32px;
	font-family: "SST W55 Bold", Arial, sans-serif;
}
.sc-index div.safety ul.spec li em {
	display: block;
	font-size: 13px;
}
.sc-index div.safety ul.spec li span {
	position: absolute;
}




.sc-index div.entertainment {
	height: 650px;
	background: #bdb8a9;
}
.sc-index div.entertainment .bg {
	height: 490px;
	background: url(../img/statement/entertainment.jpg) 50% 100% no-repeat;
	background-size: cover;
}
.sc-index div.entertainment h2 {
	color: #fff;
}
.sc-index div.entertainment ul.spec {
	position: absolute;
	display: flex;
	justify-content: center;
	width: 100%;
	left: 0;
	bottom: 75px;
}
.sc-index div.entertainment ul.spec li {
	text-align: center;
}
.sc-index div.entertainment ul.spec li * {
	line-height: 1;
}
.sc-index div.entertainment ul.spec li:nth-child(n + 2) {
	margin-left: 75px;
}
.sc-index div.entertainment ul.spec li strong {
	font-size: 32px;
	font-family: "SST W55 Bold", Arial, sans-serif;
}
.sc-index div.entertainment ul.spec li em {
	display: block;
	font-size: 13px;
}






.sc-index div.adaptability {
	height: 650px;
	background: #bdb8a9;
}
.sc-index div.adaptability .bg {
	height: 490px;
	background: url(../img/statement/adaptability.jpg) 50% 100% no-repeat;
	background-size: cover;
}
.sc-index div.adaptability h2 {
	color: #fff;
}
.sc-index div.adaptability ul.spec {
	position: absolute;
	display: flex;
	justify-content: center;
	width: 100%;
	left: 0;
	bottom: 70px;
}
.sc-index div.adaptability ul.spec li {
	text-align: center;
}
.sc-index div.adaptability ul.spec li * {
	line-height: 1;
}
.sc-index div.adaptability ul.spec li:nth-child(n + 2) {
	margin-left: 75px;
}
.sc-index div.adaptability ul.spec li strong {
	font-size: 26px;
	font-family: "SST W55 Bold", Arial, sans-serif;
	line-height: 23px;
}
.sc-index div.adaptability ul.spec li em {
	display: block;
	font-size: 13px;
}




.sc-index div.platform {
	height: 500px;
	background: #bdb8a9;
}
.sc-index div.platform .bg {
	height: 500px;
	background: url(../img/statement/platform.jpg) 50% 100% no-repeat;
	background-size: contain;
}







.sc-white {
	background: #fff;
}
.sc-gray {
	background: #f2f2f2;
}


.sc-content .intro {
	padding: 50px 0;
	text-align: center;
	background: #fff;
}

.sc-content .intro h1 {
	margin: 0 0 30px;
	font-size: 32px;
	font-weight: normal;
	font-family: "SST W55 Bold", Arial, sans-serif;
}
.sc-content .intro h1 + article {
	margin-top: 20px;
}

.sc-content .intro dl {
	width: 670px;
	margin: 0 auto;
}
.sc-content .intro dt {
	margin: 0 0 15px;
	font-size: 22px;
}
.sc-content .intro dd {
	font-size: 13px;
	text-align: left;
}



.sc-content .subtitle {
	margin: 65px 0 40px;
}
.sc-content .subtitle h3 {
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	font-family: "SST W55 Bold", Arial, sans-serif;
}


.external-link {
	margin: 40px 0 -40px;
	text-align: center;
}
.external-link a {
	font-size: 17px;
	font-family: "SST W55 Bold", Arial, sans-serif;
	cursor: pointer;
	color: #231815;
}
.external-link a:after {
	position: relative;
	display: inline-block;
	content: "＞";
	margin-left: 8px;
}



.news-list .sc-multi-2,
.sc-news .sc-multi-2,
.sc-gallery-slide .sc-multi-2 {
	text-align: left;
	justify-content: space-between;
}
.news-list .sc-multi-2 > *:nth-child(2n),
.sc-news .sc-multi-2 > *:nth-child(2n),
.sc-gallery-slide .sc-multi-2 > *:nth-child(2n) {
	margin-left: 0;
}
















#gallery {
	padding: 40px 40px 50px;
}
#gallery .slide {
	box-sizing: border-box;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
}






#specifications {
	padding: 40px 40px 50px;
}
#specifications .fig-group {
	display: flex;
	justify-content: center;
	margin: 100px 0 60px;
}
#specifications .fig-group figure + figure {
	margin-left: 45px;
}
#specifications figure img {
	width: auto;
	height: 280px;
}

#specifications article {
	box-sizing: border-box;
	display: flex;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 60px;
}
#specifications article div {
	box-sizing: border-box;
	width: 50%;
}
#specifications article div + div {
	padding-left: 25px;
	border-left: 1px solid #000;
}
#specifications article dl {
	display: flex;
}
#specifications article dt {
	width: 145px;
	font-size: 14px;
	font-family: "SST W55 Bold", Arial, sans-serif;
}
#specifications article dd {
	width: calc(100% - 145px);
	font-size: 13px;
}
#specifications article dl + dl {
	margin-top: 10px;
}
#specifications article dd span {
	display: inline-block;
	margin-left: 10px;
	font-size: 10px;
}



.sc-wrap.platform .sc-main-visual {
	background-color: #bdb8a9;
}



.sc-wrap.platform .sc-content {
	margin-bottom: 120px;
}







.sc-wide-a {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 40px 0 80px;
}
.sc-wide-a .lead {
	width: 670px;
	margin: 0 auto;
	font-size: 13px;
	text-align: left;
}
.sc-wide-a > figure {
	box-sizing: border-box;
	max-width: 1280px;
	margin: 30px auto 0;
	padding: 0 80px;
}
.sc-wide-a header {
	margin: 40px 0 50px;
	text-align: center;
}
.sc-wrap .sc-wide-a header h3 {
	font-size: 22px;
}
.sc-wrap .sc-wide-a header p {
	width: 670px;
	margin: 0 auto;
	font-size: 13px;
	text-align: left;
}

@media screen and (min-width: 640px) {
	.nowrap {
		white-space: nowrap;
	}
}








#vision-s-link figure {
	position: relative;
}
#vision-s-link figure span {
	position: absolute;
	display: block;
	width: 192px;
	left: 180px;
	bottom: -50px;
}
#vision-s-link figure span img {
	width: 100%;
	height: auto;
}



#entertainment-display {
}
#entertainment-display figure.game {
	position: relative;
	padding-bottom: 110px;
}
#entertainment-display figure.game span {
	position: absolute;
	display: block;
	width: 368px;
	left: 50%;
	bottom: 0;
	margin-left: -184px;
}
#entertainment-display figure.game span img {
	width: 100%;
	height: auto;
}
#entertainment-display figure.game + header {
	margin-top: 20px;
}






#control-system > figure {
	position: relative;
	box-sizing: border-box;
	max-width: 1280px;
	height: 380px;
	margin-bottom: 45px;
}
#control-system > figure > div {
	position: relative;
	padding-top: 33.4%;
	overflow: hidden;
}
#control-system video {
	position: absolute;
	width: auto;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}







#oval-sensing .sensor {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1280px;
	margin: 40px auto 0;
	padding: 0 80px;
}
#oval-sensing .sensor .title {
	width: 285px;
	margin-left: 60px;
}
#oval-sensing .sensor .title dt {
	display: inline-block;
	line-height: 1;
	padding: 0 0 18px;
	border-bottom: 1px solid #fff;
}
#oval-sensing .sensor .title dt strong {
	font-size: 54px;
	font-family: "SST W55 Bold", Arial, sans-serif;
	letter-spacing: 1px;
}
#oval-sensing .sensor .title dt span {
	display: block;
	margin: 4px 0 0;
	font-size: 18px;
}
#oval-sensing .sensor .title dd {
	margin: 24px 0 0;
}
#oval-sensing .sensor .title li {
	font-size: 16px;
	line-height: 1;
}
#oval-sensing .sensor .title li + li {
	margin-top: 16px;
}
#oval-sensing .sensor .title li strong {
	font-family: "SST W55 Bold", Arial, sans-serif;
}
#oval-sensing .sensor .title li:before {
	content: "";
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	top: -1px;
	margin-right: 10px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	vertical-align: middle;
}
#oval-sensing .sensor .title li.tof:before {
	background-image: url(../img/safety/icon_tof.svg);
}
#oval-sensing .sensor .title li.radar:before {
	background-image: url(../img/safety/icon_radar.svg);
}
#oval-sensing .sensor .title li.lidar:before {
	background-image: url(../img/safety/icon_lidar.svg);
}

#oval-sensing .sensor img {
	width: 780px;
	height: auto;
}




#oval-sensing .sc-multi-2 {
	margin-top: 60px;
}
#oval-sensing .sc-multi-2 .entry {
	position: relative;
}
#oval-sensing .sc-multi-2 article {
	position: absolute;
	left: 30px;
	top: 25px;
	margin: 0;
	line-height: 1;
}
#oval-sensing .sc-multi-2 article h4 {
	font-size: 16px;
}



#driving-assistance .switcher .image {
	height: 340px;
	padding: 0;
}
#driving-assistance .switcher figure {
	position: absolute;
	box-sizing: border-box;
	max-width: 1280px;
	width: 100%;
	height: 340px;
	left: 0;
	top: 0;
}
#driving-assistance .switcher figure > div {
	position: relative;
	padding-top: 30.4%;
	overflow: hidden;
}
#driving-assistance > figure,
#monitoring-system > figure:nth-of-type(2) {
	position: relative;
	box-sizing: border-box;
	max-width: 1280px;
	height: 340px;
}
#driving-assistance > figure > div,
#monitoring-system > figure:nth-of-type(2) > div {
	position: relative;
	padding-top: 33.4%;
	overflow: hidden;
}

#driving-assistance video,
#monitoring-system video {
	position: absolute;
	width: auto;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}



#incabin-monitoring .switcher .image {
	padding-top: 36.60714286%;
}














.sc-footer-nav {
	margin: 80px 0 20px;
	text-align: center;
	font-size: 0;
}
.sc-footer-nav a,
.sc-footer-nav span {
	position: relative;
	display: inline-block;
	min-width: 240px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
	border: 1px solid #333;
}
.sc-footer-nav a {
	transition: background 500ms ease-out;
}
.sc-footer-nav a:hover {
	text-decoration: none;
	background: rgba(255,255,255,0.2);
}
.sc-footer-nav *:nth-child(2) {
	margin-left: 30px;
}

.sc-footer-nav *:before {
	content: "";
	position: absolute;
	display: block;
	width: 9px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	background-size: 100% auto;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.sc-footer-nav *:nth-child(1):before {
	left: 16px;
	background-image: url(../img/arrow_prev.svg);
}
.sc-footer-nav *:nth-child(2):before {
	right: 16px;
	background-image: url(../img/arrow_next.svg);
}
.sc-footer-nav *:nth-child(1) {
	text-indent: 8px;
}
.sc-footer-nav *:nth-child(2) {
	text-indent: -8px;
}


.sc-footer-nav span {
	opacity: 0.2;
}


















*/



/* PRELOAD */
.video-player-ui:before {
	content: "";
	visibility: hidden;
	background-image: url(../img/ui_pause.svg);
}
.video-player-ui:after {
	content: "";
	visibility: hidden;
	background-image: url(../img/ui_play.svg);
}







.dissolve-ready {
	opacity: 0;
	transform: translateY(50px);
}
.dissolve-show {
	opacity: 1;
	transform: translateY(0px);
	transition: all 500ms ease-out;
}








body.modal-news {
	position: fixed;
	width: 100%;
}


#sc-news-overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 1000005;
	background: rgba(0,0,0,0.6);
}
#sc-news-modal {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000010;
	color: #231815;
}
.sc-modal-container {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10010;
	overflow: auto;
}
.sc-modal-inner {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 50px auto;
	background: #fff;
}
.sc-modal-entry {
	padding: 110px 80px 60px;
}

.sc-modal-entry .sc-news-main {
	margin: 0 0 20px;
}

.sc-modal-entry .sc-news-main img {
	width: 100%;
	height: auto;
}

.sc-modal-entry .sc-news-main.video {
	position: relative;
	padding-top: 56.25%;
}
.sc-modal-entry .sc-news-main.video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}


.sc-news-meta {
	margin: 0 0 20px;
}
.sc-modal-entry .date {
	margin: 0 0 12px;
	font-size: 18px;
	line-height: 1;
}
.sc-modal-entry .title {
	font-size: 32px;
	line-height: 1.3;
}

.sc-modal-entry article {
	margin: 20px 0 0;
}
.sc-modal-entry article p,.sc-modal-entry article span {
	font-size: 15px;
	line-height: 1.8;
}


.sc-modal-entry article + .sc-images {
	display: flex;
	margin: 40px 0 0;
}
.sc-modal-entry article + .sc-images.multi figure {
	width: calc(100% - 10px);
}
.sc-modal-entry article + .sc-images.multi figure + figure {
	margin-left: 20px;
}
.sc-modal-entry article + .sc-images figure img {
	width: 100%;
	height: auto;
}

.sc-modal-entry article p + p {
	margin-top: 1em;
}

.sc-modal-entry article ul {
	margin-top: 1em;
}

.sc-modal-entry article ul li {
	margin-top: 0.5em;
}


/*----横並びリスト----*/
.sp_only {
	display: none;
}

.sc-modal-entry article .sc-news-topics {
	margin-top: 0;
}

.sc-modal-entry article .sc-news-topics li {
	display: flex;
}

.sc-modal-entry article .sc-news-topics li:first-child {
	margin-top: 0;
}

.sc-modal-entry article .sc-news-topics li > span {
	display: inline-block;
}

.sc-modal-entry article .sc-news-topics li > span:first-child {
	width: 8em;
}


#sc-news-close1 {
	position: absolute;
	display: block;
	left: 80px;
	top: 45px;
	z-index: 10200;
	cursor: pointer;
	font-size: 17px;
	color: #808078;
	text-decoration: underline;
}
#sc-news-close1:hover {
	text-decoration: none;
}
#sc-news-close1:before {
	content: "＜";
	display: inline-block;
	margin-right: 8px;
}

.sc-modal-entry #sc-news-close2 {
	position: relative;
	display: block;
	width: 240px;
	height: 50px;
	margin: 55px auto 0;
	line-height: 50px;
	font-size: 16px;
	color: #333;
	text-align: center;
	border: 1px solid #333;
	cursor: pointer;
}
.sc-modal-entry #sc-news-close2 {
	transition: background 500ms ease-out;
}
.sc-modal-entry #sc-news-close2:hover {
	text-decoration: none;
	background: rgba(0,0,0,0.07);
}


#sc-news-overlay {
	opacity: 0;
	transition: opacity 400ms linear;
}
body.modal-news #sc-news-overlay {
	opacity: 1;
}


#sc-news-modal .sc-modal-container {
	opacity: 0;
	transition: opacity 400ms linear;
}
body.modal-news-detail #sc-news-modal .sc-modal-container {
	opacity: 1;
}

body.modal-news-closing #sc-news-overlay,
body.modal-news-closing #sc-news-modal .sc-modal-container {
	transition-duration: 200ms;
}






/*
.sc-gallery-slide .slick-arrow {
	position: absolute;
	display: block;
	width: 64px;
	height: 100%;
	top: 0;
	z-index: 10;
	background: none;
	border: none;
	font-size: 0;
	color: rgba(0,0,0,0);
	background-position: 50% 50%;
	background-size: 22px 42px;
	background-repeat: no-repeat;
	outline: none;
}
.sc-gallery-slide .slick-prev {
	left: 0;
	background-image: url(../img/slide_prev.svg);
}
.sc-gallery-slide .slick-next {
	right: 0;
	background-image: url(../img/slide_next.svg);
}

.sc-gallery-slide .slick-dots {
	position: absolute;
	width: 100%;
	height: 55px;
	left: 0;
	bottom: 0;
	text-align: center;
	opacity: 1;
	outline: none;
}
.sc-gallery-slide .slick-dots li {
	display: inline-block;
}
.sc-gallery-slide .slick-dots li button {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	background: none;
	border: none;
	font-size: 0;
	color: rgba(0,0,0,0);
	outline: none;
	cursor: pointer;
}
.sc-gallery-slide .slick-dots li button:before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	left: 50%;
	top: 50%;
	margin: -5px 0 0 -5px;
	border: 2px solid #fff;
	border-radius: 5px;
}
.sc-gallery-slide .slick-dots .slick-active button:before {
	background: #fff;
}



#gallery-exterior h2,
#gallery-interior h2 {
	font-size: 24px;
}
#gallery-interior {
	padding: 70px 0;
}














@media screen and (max-width:639px) {
	.sc-content .intro h1 span {
		display: block;
		margin: 6px 0 0;
	}
}


.sc-chara {
	font-family: Verdana, Geneva, sans-serif;
}
.sc-content.sc-prototype section p {
	text-align: left;
}



_:-ms-lang(x)::backdrop, .sc-content .sc-shortcut li:nth-child(3) {
	width: calc((100% - 16px) / 3 - 1px);
}

body.scroll-end [data-smoothtop="fixed"] .ly_pagetop-main {
	margin-bottom: 60px;
}

@media screen and (max-width: 639px) {
	body.scroll-end [data-smoothtop="fixed"] .ly_pagetop-main {
		margin-bottom: 0;
	}
}
*/




/*
body[data-ui-mode="mouse"] * {
	outline: none;
}
*/


#video-overlay {
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 2000;
	background: rgba(0,0,0,0.9);
	
	opacity: 0;
	transition: all 300ms ease-out;
}
body[data-player="on"] #video-overlay {
	opacity: 1;
}


#video-player {
	position: fixed;
	width: 960px;
	height: 540px;
	left: calc(50% - 480px);
	top: calc(50% - 270px);
	z-index: 2010;
	
	opacity: 0;
	transition: all 300ms ease-out;
}
body[data-player="on"] #video-player {
	opacity: 1;
	transition-delay: 150ms;
}

#video-player iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

#video-close {
	position: fixed;
	display: block;
	width: 40px;
	height: 40px;
	left: calc(50% + 480px - 40px);
	top: calc(50% - 270px - 60px);
	z-index: 2020;
	font-size: 0;
	
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	
	opacity: 0;
	transition: all 300ms ease-out;
}
body[data-player="on"] #video-close {
	opacity: 1;
	transition-delay: 300ms;
}

#video-close::before,
#video-close::after {
	position: absolute;
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	left: 0px;
	top: calc(50% - 0.5px);
	background: #fff;
}
#video-close::before {
	transform: rotate(45deg);
}
#video-close::after {
	transform: rotate(-45deg);
}


section.privacy h1 {		
	margin: 0 0 20px;		
	font-size: 22px;		
	font-family: "SST W55 Bold", Arial, sans-serif;		
}		
section.privacy h2 {		
	margin: 0 0 10px;		
	text-align: left;		
	font-size: 16px;		
	font-family: "SST W55 Bold", Arial, sans-serif;		
}		
section.privacy {		
	box-sizing: border-box;		
	display: flex;		
	flex-wrap: wrap;		
	max-width: 980px;		
	margin: 0 auto;		
	padding: 20px 40px 0;		
}		
section.privacy article + article {		
	margin-top: 30px;		
}		
section.privacy article + footer,		
section.privacy footer + article {		
	margin-top: 30px;		
}		
section.privacy footer {		
	font-size: 15px;		
}		
section.privacy th,		
section.privacy td {		
	text-align: left;		
	font-size: 14px;		
	padding: 0 30px 5px 0;		
}		
section.privacy th {		
	font-family: "SST W55 Bold", Arial, sans-serif;		
}







/* JA */
@media screen and (min-width: 640px) {
	#oval-sensing .sensor .title dt span {
		font-size: 14px;
	}
}

@media screen and (max-width: 639px) {
	#oval-sensing .sensor .title dt span {
		font-size: 12px;
	}
}

/* 2021/05/27 */
.NewsBtn {
    display: block;
    margin: 0 auto 20px;
    width: 1200px;
    text-align: right;
}

.NewsBtn a {
	color: #808078;
	font-size: 17px;
}
.NewsBtn a:after {
	display: inline-block;
	content: "＞";
	padding-left: 8px;
}

@media screen and (max-width: 640px) {
	.NewsBtn {
		width: 100%;
		text-align: center;
	}
	.NewsBtn a {
		font-size: 14px;
	}
}




html[lang="en"] .sc-news .entry .title {
	min-height: 4.2em;
}
html[lang="en"] .sc-multi-2 .entry p {
	font-size: 13px;
}
html[lang="en"] .sc-top-content .inner p {
	font-size: 24px;
	letter-spacing: 0;
}
html[lang="en"] .sc-content .intro dt {
	line-height: 1.5;
}

