@charset "UTF-8";
.pc {
	display: none;
}
.bg.pc {
	display: none;
}


.sc-menu {
	position: relative;
	width: 100%;
	height: 50px;
	z-index: 2000;
}
.sc-menu strong {
	line-height: 50px;
	margin-left: 1rem;
	font-size: 16px;
	font-weight: normal;
	font-family: "SST W55 Bold", Arial, sans-serif;
}
.sc-menu button {
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	top: 14px;
	right: 1rem;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 0;
	background: #fff;
}
.sc-menu a:hover {
	opacity: 1;
	text-decoration: none;
	cursor: pointer;
}
.sc-nav {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 0;
	background: #fff;
	overflow: hidden;
	transition: height 300ms ease-out;
}
body.opened-nav .sc-nav {
}

.sc-menu button i {
	position: absolute;
	display: block;
	width: 22px;
	height: 2px;
	left: 0;
	top: 50%;
	background: #666;
	transition: transform 200ms ease-out;
}
.sc-menu button i:nth-child(1) {
	margin-top: -6px;
}
.sc-menu button i:nth-child(2) {
}
.sc-menu button i:nth-child(3) {
	margin-top: 6px;
}

body.opened-nav .sc-menu button i:nth-child(2) {
	transform: scaleX(0);
}
body.opened-nav .sc-menu button i:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}
body.opened-nav .sc-menu button i:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}


.sc-nav {
	z-index: 2000;
}
.sc-nav > ul {
	font-size: 0;
	text-align: left;
	display: block;
	padding: 5px 0 8px;
	background: #f2f3f4;
}
.sc-nav > ul > li {
	position: relative;
	padding: 0;
}
.sc-nav > ul > li + li {
	margin: 0;
}
.sc-nav > ul > li + li:before {
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: 16px;
	left: -15px;
	top: 50%;
	margin-top: -8px;
	background: #ccc;
}
.sc-nav li a {
	position: relative;
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 0 1rem;
	font-size: 13px;
	font-weight: normal;
	color: #212121;
	text-decoration: none;
}
.sc-nav > ul > li > a {
	font-family: "SST W55 Bold", Arial, sans-serif;
}

.sc-nav li:after {
	display: none;
}
.sc-nav li a:after {
	position: absolute;
	content: "";
	display: block;
	width: calc(100% - 2rem);
	height: 2px;
	left: 1rem;
	bottom: 11px;
	background: #000;
	visibility: hidden;
}

.sc-nav > ul ul {
	margin: 0 0 5px 20px;
}
.sc-nav > ul .inner a {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.sc-nav > ul .inner {
	overflow: hidden;
	transition: height 300ms ease-out;
	height: 0;
}


.sc-nav li.vehicle > a,
.sc-nav li.concept > a {
	background: url(../img/arrow_down.svg) right 15px top 50% no-repeat;
	background-size: 13px auto;
}
.sc-nav li.vehicle.opened > a,
.sc-nav li.concept.opened > a {
	background-image: url(../img/arrow_up.svg);
}



/*
.sc-nav li.language {
	display: none;
}
.sc-nav li.language:before {
	content: "";
	position: absolute;
	display: block;
	width: 100vw;
	height: 1px;
	left: 0;
	top: 10px;
	background: #e3e3e3;
}
*/
.sc-nav li.language {
	padding: 10px 0 5px 1rem;
}
.sc-nav li.language a {
	display: inline-block;
	height: auto;
	line-height: 1em;
	padding: 3px 4px;
	font-size: 12px;
	font-family: "SST W20 Roman", Arial, sans-serif;
	color: #656565;
	border: 1px solid #656565;
	border-radius: 4px;
}







body.fixed-nav .sc-nav {
	position: fixed;
	left: 0;
	top: 50px;
	z-index: 1000;
}
body.fixed-nav .sc-menu,
body .sc-menu.fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background: #fff;
}
body.fixed-nav .sc-wrap,
body .sc-wrap.fixed {
	padding-top: 50px;
}




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


.sc-wrap > footer {
	padding: 20px 20px 20px;
	text-align: center;
	font-size: 9px;
	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;		
}		









/* 1 */



.sc-main-visual {
	position: relative;
	height: 50vw;
	padding: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.sc-wrap.statement .sc-main-visual {
	height: 100vw;
}

.sc-main-visual .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}


.sc-main-visual img,
.sc-main-visual video {
	width: 100%;
	height: 100%;
	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: 400vw auto;
}


.sc-main-visual h1 {
	font-size: 30px;
}
.sc-main-visual h1 span {
	top: 0;
}


.sc-main-visual .video-player-ui {
	left: 0;
	bottom: 0;
}




.sc-main-visual nav {
	position: absolute;
	width: 200px;
	height: 40px;
	left: calc(50% - 100px);
	bottom: 60px;
	z-index: 100;
}
.sc-main-visual nav a {
	display: flex;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	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 {
	display: none;
}


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


.platform .sc-main-visual .bg {
	background-size: 2400px auto;
}
.vehicle1 .sc-main-visual .bg {
	background-color: #000;
	background-size: auto 650px;
	background-position: 75% 30px;
}

.vehicle2 .sc-main-visual .bg {
	background-color: #d6d5cb;
	background-size: auto 450px;
	background-position: 70% 150px;
}
*/
/*
.vehicle1 .sc-main-visual .bg {
	background-size: auto 60vw;
}
.vehicle2 .sc-main-visual .bg {
	background-size: auto 40vw;
	background-position: 25% 55%;
}
*/

.sc-main-visual .label {
	position: absolute;
	display: flex;
	height: 100%;
	align-items: center;
	left: 18px;
	top: 0;
	z-index: 2;
	font-size: 16px;
	font-family: "SST W55 Bold", Arial, sans-serif;
}
.vehicle1 .sc-main-visual .label,
.vehicle2 .sc-main-visual .label {
	color: #fff;
	display: none;
}



.sc-main-visual .copyright {
	position: absolute;
	left: 8px;
	bottom: 6px;
	z-index: 100;
}
.sc-main-visual .copyright p {
	font-size: 7px;
	line-height: 1.5;
	color: #fff;
}
.sc-main-visual .copyright p span {
	color: #fff !important;
	font-family: "SST W55 Bold", Arial, sans-serif !important;
}


















.sc-content .intro {
	padding: 30px 0;
	text-align: center;
	background: #fff;
}
.sc-content .intro br.soft {
	display: none;
}
.sc-content .intro h1 {
	margin: 0 0 15px;
	font-size: 22px;
	font-weight: normal;
	font-family: "SST W55 Bold", Arial, sans-serif;
}
.sc-content .intro h1 + article {
	margin-top: 15px;
}

.sc-content .intro dl {
	margin: 0 20px;
}
.sc-content .intro dt {
	margin: 0 0 25px;
	font-size: 18px;
	line-height: 1.6;
	text-align: left;
}
.sc-content .intro dd {
	font-size: 13px;
	text-align: left;
}



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





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






.sc-inner-nav {
	box-sizing: border-box;
	max-width: 100vw;
	margin: 30px auto 0;
	padding: 0 20px;
}
.sc-inner-nav ul {
	display: block;
	height: auto;
	border: none;
	text-align: left;
}
.sc-inner-nav li {
	box-sizing: border-box;
	position: relative;
	height: auto;
	border: none !important;
}


.sc-inner-nav li + li {
	margin-top: 10px;
	margin-left: 0;
}
.sc-inner-nav a {
	height: auto;
	padding: 0;
	line-height: 1.4;
	font-size: 13px;
}
.sc-inner-nav a:before {
	display: inline-block;
	content: "＞";
	margin-right: 5px;
}










.sc-multi-2 {
	box-sizing: border-box;
	display: block;
	padding: 0 20px;
	text-align: left;
}

.sc-multi-2 > * {
	width: 100%;
}
.sc-multi-2 > *:nth-child(2n) {
	margin-left: 0;
}
.sc-multi-2 > * + * {
	margin-top: 30px !important;
}


.sc-multi-2 .entry figure + * {
	margin-top: 12px;
}
.sc-multi-2 .entry .date {
	font-size: 11px;
	color: #707070;
}
.sc-multi-2 .entry .title {
	margin: 10px 0 10px;
	font-size: 17px;
	font-family: "SST W55 Bold", Arial, sans-serif;
	line-height: 1.2;
}
.sc-multi-2 .entry h2,
.sc-multi-2 .entry h3,
.sc-multi-2 .entry h4 {
	margin: 0 0 5px;
	font-size: 15px;
	line-height: 1.2;
	text-align: left;
}
.sc-multi-2 .entry p {
	font-size: 11px;
	line-height: 1.75;
}
.sc-multi-2 .entry nav {
	margin: 15px 0 0;
	text-align: right;
}
.sc-multi-2 .entry nav a {
	font-size: 13px;
}
.sc-multi-2 .entry nav a:after {
	padding-left: 6px;
}



.sc-multi-2.compact {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0;
}
.sc-multi-2.compact .entry {
	width: calc(50% - 5px);
}
.sc-multi-2.compact .entry + .entry {
	margin: 0 !important;
}
.sc-multi-2 .caption {
	height: 30px;
	margin: 0;
	font-size: 10px;
	line-height: 1.3;
}



.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-multi-2 .entry.video figure a:after {
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
}
.sc-multi-2 .entry nav a:after {
	display: inline-block;
	content: "＞";
	padding-left: 8px;
}









.sc-multi-3 {
	box-sizing: border-box;
	display: block;
	padding: 0 20px;
}
.sc-multi-3 > * {
	width: 100%;
}
.sc-multi-3 > *:nth-child(3n),
.sc-multi-3 > *:nth-child(3n + 2) {
	margin-left: 0;
}
.sc-multi-3 > * + * {
	margin-top: 30px !important;
}
.sc-multi-3.compact {
	padding: 0;
}
.sc-multi-3 .caption {
	margin: 0 0 5px;
	font-size: 12px;
	white-space: normal;
}






.sc-statement-intro {
	padding: 30px 20px;
	text-align: center;
	background: #d6d5cb;
}
.sc-statement-intro h1 {
	margin: 0;
	font-size: 22px;
	font-family: "SST W55 Bold", Arial, sans-serif;
}
.sc-statement-intro article {
	margin: 10px 0 0;
	text-align: left;
	font-size: 13px;
}







.sc-top-content {
	position: relative;
	height: 100vw;
	overflow: hidden;
}
.sc-top-content.v1 {
	background: url(../img/top/v1_sp.jpg) 0 0 no-repeat;
	background-size: cover;
}
.sc-top-content.v2 {
	background: url(../img/top/v2_sp.jpg?2) 0 0 no-repeat;
	background-size: cover;
}


.sc-top-content .inner {
	position: relative;
	display: flex;
	box-sizing: border-box;
	width: 100%;
	height: 100vw;
	z-index: 100;
	margin: 0 auto;
	padding: 0 20px;
}


.sc-top-content .inner h2 {
	margin: 30px 0 10px;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 4px;
	text-align: left;
}
.sc-top-content.v1 .inner h2 {
	text-align: left;
	color: #fff;
}

/*
.sc-top-content.v2 .inner {
	justify-content: flex-end;
}
.sc-top-content.v2 .inner h2 {
	text-align: right;
}
*/

.sc-top-content .inner p {
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 1px;
}
.sc-top-content.v1 .inner p {
	color: #fff;
}
/*
.sc-top-content.v2 .inner p {
	text-align: right;
}
*/
.sc-top-content .inner nav {
	position: absolute;
	width: 160px;
	height: 40px;
	left: calc(50% - 80px);
	bottom: 25px;
}
.sc-top-content .inner a {
	display: inline-flex;
	width: 160px;
	height: 40px;
	font-size: 14px;
	color: #000;
	justify-content: center;
	align-items: center;
	background: #EDEDED;
	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%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: 1;
	overflow: hidden;
	transition: all 200ms ease-out;
	
	display: none;
}
.sc-top-content .bg img {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 0;
}

.sc-top-content.v1 .bg img {
	width: 140vw !important;
	max-width: 140vw;
	left: -30%;
	bottom: -4%;
}

.sc-top-content.v2 .bg img {
	width: 150vw !important;
	max-width: 150vw;
}










.sc-news {
	padding: 40px 0;
	background: #f2f2f2;
}
.sc-news h2 {
	margin-bottom: 0;
}
.sc-news section > nav {
	justify-content: space-between;
	margin: 0 20px 6px;
	text-align: right;
}
.sc-news section > nav a {
	color: #000 !important;
	font-size: 12px;
	font-family: "SST W55 Bold", Arial, sans-serif;
}
.sc-news .entries {
	margin: 0 20px;
}
.sc-news .entry + .entry {
	margin-top: 30px;
}
.sc-news .entry article {
	margin: 12px 0 0;
}
.sc-news .entry .date {
	font-size: 11px;
	color: #555;
	font-family: "SST W55 Bold", Arial, sans-serif;
}
.sc-news .entry .title {
	margin: 10px 0;
	font-size: 17px;
	color: #333;
	line-height: 1.4;
}
.sc-news .entry nav {
	margin: 15px 0 0;
	text-align: right;
}
.sc-news .entry nav a {
	font-size: 13px;
	color: #000;
}

.sc-news figure a img {
	transition: all 300ms ease-out;
}
.sc-news figure a:hover img {
	opacity: 0.7;
}





.top-concept {
	box-sizing: border-box;
	margin: 0 0 0;
	padding: 40px 0;
	background: #d6d5cb;
}
.top-concept h2 {
	margin-bottom: 20px;
}
.top-concept ul {
	margin: 0 auto;
}
.top-concept li + li {
	margin-top: 35px;
}
.top-concept img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.top-concept dl {
	margin: 14px 20px 0;
}
.top-concept nav {
	margin: 5px 20px 0;
	font-size: 12px;
	font-family: "SST W55 Bold", Arial, sans-serif;
}
.top-concept nav a {
	color: #212121;
}
.top-concept dt {
	font-size: 16px;
	font-family: "SST W55 Bold", Arial, sans-serif;
	line-height: 1.4;
}
.top-concept dd {
	font-size: 13px;
}
.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 70px;
}
.top-gallery h2 {
	position: absolute;
	width: 100vw;
	left: 0;
	top: 15px;
	z-index: 10;
	text-align: center;
}
.top-gallery figure {
	margin: 0 auto;
}
.top-gallery img {
	width: 100vw;
	height: 50vw;
	object-fit: cover;
}
.top-gallery nav {
	margin: 20px 0 0;
	text-align: center;
}
.top-gallery nav a {
	display: inline-flex;
	width: 160px;
	height: 40px;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	color: #000;
	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 figure span {
	display: none !important;
}










/* VEHICLE 1 */

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

.grid-image .image-main {
	position: relative;
	width: 100%;
}
.grid-image .image {
	width: calc(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: 50px 0 0;
}
.vehicle-video + .exterior {
	margin: 50px 0 0;
}

.specifications {
	background: #d6d5cb;
}

.specifications .inner {
	box-sizing: border-box;
	max-width: calc(1190px + 80px);
	margin: 0 auto;
	padding: 25px 20px;
}
.specifications .inner h2 {
	margin-bottom: 15px;
}

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

.specifications .fig-group {
	margin: 40px 0 0;
}
.specifications .fig-group .fig {
	text-align: center;
}
.specifications .fig-group .fig + .fig {
	margin-top: 40px;
}
.specifications .fig-group .fig img {
	width: auto;
	height: 130px;
}




.vehicle-video {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 20px;
}
.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;
}
.vehicle-video .inner > a:after {
	position: absolute;
	display: block;
	content: "";
	width: 50px;
	height: 50px;
	left: 50%;
	top: 50%;
	z-index: 10;
	margin: -25px 0 0 -25px;
	background: url(../img/btn_video.svg) 50% 50% no-repeat;
	background-size: 100% auto;
}






.vehicle-video-wide {
	box-sizing: border-box;
	margin: 0 auto 40px;
	padding: 0;
}
.vehicle-video-wide .inner {
	position: relative;
	padding-top: 56.25%;
}

.vehicle-video-wide .inner > button {
	position: absolute;
	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;
}
.vehicle-video-wide .inner > button:after {
	position: absolute;
	display: block;
	content: "";
	width: 50px;
	height: 50px;
	left: 50%;
	top: 50%;
	z-index: 10;
	margin: -25px 0 0 -25px;
	background: url(../img/btn_video.svg) 50% 50% no-repeat;
	background-size: 100% auto;
}









.related-concept {
	box-sizing: border-box;
	margin: 30px 0 60px;
}
.related-concept ul {
	margin: 0 auto;
}
.related-concept li + li {
	margin-top: 35px;
}
.related-concept img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.related-concept dl {
	margin: 14px 20px 0;
}
.related-concept nav {
	margin: 5px 20px 0;
	font-size: 12px;
	font-family: "SST W55 Bold", Arial, sans-serif;
}
.related-concept dt {
	font-size: 16px;
	font-family: "SST W55 Bold", Arial, sans-serif;
	line-height: 1.4;
}
.related-concept dd {
	font-size: 13px;
}
.related-concept .thumb a img {
	transition: all 300ms ease-out;
}
.related-concept .thumb a:hover img {
	opacity: 0.7;
}









.safety .intro {
}
#oval-sensing {
	padding: 25px 20px;
	background: #d6d5cb;
}
#oval-sensing h2 {
	margin-bottom: 15px;
}
.safety .lead {
	margin: 0 auto;
	font-size: 12px;
}
#oval-sensing .vehicle-video {
	margin-top: 20px;
	padding: 0;
}

#oval-sensing .column {
	margin: 40px 0 0;
}
#oval-sensing .column h3 {
	margin: 0 0 10px;
	line-height: 1.5;
	font-size: 16px;
	text-align: center;
	font-family: "SST W55 Bold", Arial, sans-serif;
}

#oval-sensing .column article {
	box-sizing: border-box;
	margin: 0 auto;
}
#oval-sensing .column ul {
}
#oval-sensing .column li + li {
	margin-top: 30px;
}
#oval-sensing .column img {
	width: 100%;
	height: auto;
}
#oval-sensing .column dl {
	margin-top: 12px;
}
#oval-sensing .column dt {
	font-size: 14px;
	font-family: "SST W55 Bold", Arial, sans-serif;
}
#oval-sensing .column dd {
	margin: 5px 0 0;
	font-size: 12px;
}

#oval-sensing nav {
	margin: 30px 0 0;
	text-align: center;
}
#oval-sensing nav a {
	font-size: 12px;
	font-family: "SST W55 Bold", Arial, sans-serif;
	line-height: 1.3;
}

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



.switcher {
	max-width: 100vw;
	width: calc(100vw - 40px);
	margin: 20px auto 0;
	overflow: hidden;
}
.switcher .image img {
	width: 100%;
	height: auto;
}
.switcher .image > span {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
}
.switcher ul {
	width: calc((100vw - 40px) * 2);
	display: flex;
	margin: 0;
}
.switcher li {
	position: relative;
	width: calc(100vw - 40px);
	height: auto;
	background: #fff;
}
.switcher li + li {
	margin: 0;
	transform: translateX(-100%);
}
.switcher li + li + li {
	transform: translateX(-200%);
}
.switcher li a {
	box-sizing: border-box;
	display: block;
	height: auto;
	padding: 10px 14px 14px;
	cursor: default;
	pointer-events: none;
}
.switcher li dt {
	margin: 4px 0 6px;
	font-size: 14px;
	font-family: "SST W55 Bold", Arial, sans-serif;
	line-height: 1.4;
}
.switcher li dd {
	font-size: 11px;
	line-height: 1.75;
}


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

.switcher .pager {
	display: block;
	margin: 10px 0 0;
	text-align: center;
}
.switcher .pager a {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 24px;
	font-size: 12px;
	font-family: "SST W55 Bold", Arial, sans-serif;
	line-height: 26px;
	text-decoration: none;
	background: #fff;
	cursor: pointer;
	border-top: 4px solid #999;
	transition: all 400ms ease-out;
}
.switcher .pager a + a {
	margin-left: 10px;
}


.switcher .pager a.hidden {
	border-color: #fff;
}


.switcher li.active:before {
	display: none;
}

.switcher li {
	transition: all 700ms ease-out;
}

.switcher li.hidden {
	background: #fff;
}
.switcher li.hidden dl {
	opacity: 1;
}
.switcher li.active {
	opacity: 1;
	visibility: visible;
}
.switcher li.hidden {
	opacity: 0;
	visibility: hidden;
}







#driving-assistance {
	padding: 25px 20px;
	background: #f2f2f2;
}



#driving-assistance .column {
	margin: 40px 0 0;
}
#driving-assistance .column h3 {
	margin: 0 0 10px;
	line-height: 1.5;
	font-size: 16px;
	text-align: center;
	font-family: "SST W55 Bold", Arial, sans-serif;
}
#driving-assistance .switcher .image {
	height: auto;
	padding: 30.4% 0 0;
}
#driving-assistance .switcher figure {
	max-width: 100vw;
	height: 100%;
}
#driving-assistance > figure {
	max-width: 100vw;
	height: auto;
	padding-top: 0%;
	margin: 20px 0 0;
}
#driving-assistance > figure > div {
	position: relative;
	padding-top: 33.4%;
	overflow: hidden;
}



#monitoring-system {
	padding: 25px 20px;
	background: #d6d5cb;
}
#monitoring-system .column {
	margin: 40px 0 0;
}
#monitoring-system .column h3 {
	margin: 0 0 10px;
	line-height: 1.5;
	font-size: 16px;
	text-align: center;
	font-family: "SST W55 Bold", Arial, sans-serif;
}
#monitoring-system > figure {
	margin-top: 20px;
}
#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 {
	padding: 25px 20px;
	background: #f2f2f2;
}
#incabin-monitoring .switcher {
	margin-top: 30px;
}
#incabin-monitoring .switcher .image {
	padding-top: 36.60714286%;
}





.entertainment .lead {
	margin: 0 auto;
	font-size: 12px;
}
#reality-audio {
	padding: 25px 20px;
	background: #d6d5cb;
}
#reality-audio h2 {
	margin: 0;
}
#reality-audio h3 {
	margin-top: -5px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 16px;
	font-family: "SST W55 Bold", Arial, sans-serif;
}

#reality-audio .switcher .image {
	padding-top: 33.92857143%
}

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

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




#entertainment-display {
	padding: 25px 20px;
	background: #f2f2f2;
}

#entertainment-display > figure {
	margin: 20px auto 0;
}


#entertainment-display .column {
	margin: 40px 0 0;
}
#entertainment-display .column h3 {
	margin: 0 0 10px;
	line-height: 1.5;
	font-size: 16px;
	text-align: center;
	font-family: "SST W55 Bold", Arial, sans-serif;
}

#entertainment-display .switcher ul {
	width: 300%;
}
#entertainment-display .switcher .image {
	height: auto;
	padding: 56.25% 0 0;
}
#entertainment-display .switcher img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



#entertainment-display .switcher dt {
	font-size: 14px;
	font-family: "SST W55 Bold", Arial, sans-serif;
}


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



#control-system {
	padding: 25px 20px;
	background: #d6d5cb;
}
#control-system > figure:nth-of-type(1) {
	margin: 30px auto 0;
}
#control-system > figure:nth-of-type(1) > 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%);
}

#control-system .sc-multi-3 {
	margin-top: 30px;
	padding: 0;
	font-family: "SST W55 Bold", Arial, sans-serif;
}

#control-system .column {
	margin: 40px 0 0;
}
#control-system .column h3 {
	margin: 0 0 10px;
	line-height: 1.5;
	font-size: 16px;
	text-align: center;
	font-family: "SST W55 Bold", Arial, sans-serif;
}
#control-system > figure:nth-of-type(2) {
	margin: 30px auto 0;
}
#control-system > figure:nth-of-type(2) > div {
	position: relative;
	padding-top: 60%;
	overflow: hidden;
}






.adaptability .lead {
	margin: 0 auto;
	font-size: 12px;
}
#vision-s-link {
	padding: 25px 20px;
	background: #d6d5cb;
}

#vision-s-link .switcher .image {
	height: auto;
	padding: 60% 0 0;
}
#vision-s-link .switcher figure {
	max-width: 100vw;
	height: 100%;
}
#vision-s-link video {
	position: absolute;
	width: auto;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}









#personalized-cabin {
	padding: 25px 20px;
	background: #f2f2f2;
}
#personalized-cabin .switcher .image {
	height: auto;
	padding: 33.92857143% 0 0;
}
#personalized-cabin .switcher figure {
	max-width: 100vw;
	height: 100%;
}


#personalized-cabin .column {
	margin: 40px 0 0;
}
#personalized-cabin .column h3 {
	margin: 0 0 10px;
	line-height: 1.5;
	font-size: 16px;
	text-align: center;
	font-family: "SST W55 Bold", Arial, sans-serif;
}

#personalized-cabin > figure {
	margin: 30px auto 0;
}
#personalized-cabin > figure > div {
	position: relative;
	padding-top: 60%;
	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: 25px;
	height: 25px;
	left: 54px;
	bottom: 12px;
	z-index: 100;
	font-size: 0;
	border: none;
	/*
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 50% 50%;
	background-size: 20px 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: 20px;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}








#connectivity {
	padding: 25px 20px;
	background: #d6d5cb;
}
#connectivity > figure {
	position: relative;
	box-sizing: border-box;
	margin: 20px auto 0;
}
#connectivity nav {
	margin: 30px 0 0;
	text-align: center;
}
#connectivity nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 40px;
	font-size: 14px;
	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: 20px 0;
	line-height: 1.5;
	text-align: center;
}
#connectivity .link a {
	font-size: 12px;
	font-family: "SST W55 Bold", Arial, sans-serif;
}
#connectivity .link a:after {
	display: inline-block;
	content: "＞";
	padding-left: 8px;
}




#sustainability {
	padding: 25px 20px;
	background: #f2f2f2;
}
#sustainability .column {
	margin: 40px 0 0;
}
#sustainability .column h3 {
	margin: 0 0 10px;
	line-height: 1.5;
	font-size: 16px;
	text-align: center;
	font-family: "SST W55 Bold", Arial, sans-serif;
}
#sustainability figure {
	margin: 30px auto 0;
}
#sustainability .icon {
	margin: 20px 0;
	text-align: center;
}
#sustainability .icon img {
	width: 80px;
	height: auto;
}
#sustainability .link {
	margin: 20px 0;
	line-height: 1.5;
	text-align: center;
}
#sustainability .link a {
	font-size: 12px;
	font-family: "SST W55 Bold", Arial, sans-serif;
}
#sustainability .link a:after {
	display: inline-block;
	content: "＞";
	padding-left: 8px;
}




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

.sc-wrap.platform .sc-multi-2.compact {
	display: block !important;
	margin: 0 20px 70px;
}
.sc-wrap.platform .sc-multi-2.compact .entry {
	width: 100% !important;
}
.sc-wrap.platform .sc-multi-2.compact .entry + .entry {
	margin: 40px 0 0 !important;
}
.sc-wrap.platform .sc-multi-2 .entry h2,
.sc-wrap.platform .sc-multi-2 .entry h3,
.sc-wrap.platform .sc-multi-2 .entry h4 {
	font-family: "SST W55 Bold", Arial, sans-serif;
}













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

.sc-gallery-slide.multi .slick-dots {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 20px;
	left: calc(50% - 120px);
	bottom: -26px;
	text-align: center;
}
.sc-gallery-slide.multi .slick-dots * {
}
.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: 8px;
	height: 8px;
	left: calc(50% - 4px);
	top: calc(50% - 4px);
	background: #898989;
	border-radius: 5px;
	transition: all 300ms ease-out;
}
.sc-gallery-slide.multi .slick-dots li + li {
	margin-left: 10px;
}
.sc-gallery-slide.multi .slick-dots .slick-active button::after {
	transform: scale(1.2);
	background: #555;
}





.gallery .slick-arrow {
	position: absolute;
	width: 24px;
	height: 40px;
	top: calc(50% - 20px);
	z-index: 100;
	border: none;
	font-size: 0;
}
.gallery .slick-prev {
	left: 0;
	background: #fff url(../img/arrow_prev2.svg) 45% 50% no-repeat;
	background-size: 8px auto;
}
.gallery .slick-next {
	right: 0;
	background: #fff url(../img/arrow_next2.svg) 55% 50% no-repeat;
	background-size: 8px auto;
}


.gallery .intro {
	padding-bottom: 0;
}
.sc-gallery-slide {
	margin: 0 auto;
}

.sc-gallery-slide nav {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	margin: 6px 0 0;
}
.sc-gallery-slide nav .inner {
	white-space: nowrap;
	font-size: 0;
	padding: 4px 0;
}
.sc-gallery-slide nav .inner figure {
	display: inline-block;
	width: 120px;
	margin-left: 10px;
}
.sc-gallery-slide nav .inner figure:last-child {
	margin-right: 10px;
}
.sc-gallery-slide nav strong {
	display: block;
	margin: 6px 0 0;
	text-align: center;
	font-size: 12px;
	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 figure {
	position: relative;
}
.sc-gallery-slide a {
	position: relative;
	display: block;
	cursor: pointer;
	overflow: hidden;
}
.sc-gallery-slide nav img {
	position: relative;
	transform: scale(1.01);
}
.sc-gallery-slide nav a:hover img {
	opacity: 0.7
}


.sc-gallery-slide .active::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 64px;
	left: -4px;
	top: -4px;
	z-index: 10;
	padding: 2px;
	border: 2px solid #888;
}








.sc-gallery-video {
	margin-top: 0 !important;
	padding: 30px 20px;
	background: #D6D5CB;
	
}
.sc-gallery-video ul {
	display: flex;
	flex-wrap: wrap;
}
.sc-gallery-video li {
	width: calc((100% - 10px) / 2);
}
.sc-gallery-video li:nth-child(2n) {
	margin-left: 10px;
}
.sc-gallery-video li:nth-child(n + 3) {
	margin-top: 20px;
}
.sc-gallery-video img {
	width: 100%;
	height: calc((100vw - 40px - 10px) / 2 * (9 / 16));
	object-fit: cover;
	transition: all 300ms ease-out;
}
.sc-gallery-video .title {
	margin: 8px 0 0;
	line-height: 1.5;
	font-size: 11px;
	font-family: "SST W20 Bold", Arial, sans-serif;
}
.sc-gallery-video a {
	cursor: pointer;
}
.sc-gallery-video a:hover img {
	opacity: 0.7
}


.gallery .sc-content {
	padding-bottom: 50px;
	background: #f2f2f2;
}
.gallery .sc-content .intro {
	background: transparent;
}
#movies {
	margin-top: 40px;
}
#color {
	margin-top: 20px;
	padding-top: 20px;
}

.sc-gallery-video .thumb {
	position: relative;
}
.sc-gallery-video .thumb:after {
	position: absolute;
	display: block;
	content: "";
	width: 50px;
	height: 50px;
	left: 50%;
	top: 50%;
	z-index: 10;
	margin: -25px 0 0 -25px;
	background: url(../img/btn_video.svg) 50% 50% no-repeat;
	background-size: 100% auto;
}

.sc-gallery-video a,
.sc-gallery-video a:hover {
	text-decoration: none !important;
}



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



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

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



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



.sc-gallery-slide .item-inner {
	display: flex;
	height: 50vw;
	overflow: hidden;
}
.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%;
}

















#gallery-exterior {
	display: none;
}

#gallery-exterior-sp .group {
	display: flex;
	flex-wrap: wrap;
}
#gallery-exterior-sp .group figure {
	width: 50%;
}
#gallery-exterior-sp .group figure.large {
	width: 100%;
}







#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;
	width: 100%;
	left: 0%;
	top: 50%;
	transform: translate(0%, -50%);
	margin: 0 auto;
	pointer-events: auto;
}


#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: 30px;
	height: 30px;
	right: 15px;
	top: 15px;
	z-index: 1000015;
	font-size: 0;
	border: none;
	background: none;
}
#gallery-close::before,
#gallery-close::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	left: 0;
	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;
}













.zoom-view-single {
	position: fixed;
	width: 100vw;
	height: calc(100vw * (2716 / 3840));
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1000010;
}
.zoom-view-single img {
	width: 100vw;
	height: calc(100vw * (2716 / 3840));
}

.zoom-view-single[data-key="3"] {
	height: calc(100vw * (1280 / 2400));
}
.zoom-view-single[data-key="3"] img {
	height: calc(100vw * (1280 / 2400));
}



.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;
}













.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;
}
*/
.video-player-ui {
	left: 0;
	bottom: 0;
	transform: scale(0.75)
}








/* 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;
}






/* OVERRIDE */


#sc-news-modal {
	width: 100%;
	left: 0;
	transform: translateX(0);
	-webkit-overflow-scrolling: touch;
}

.sc-modal-container {
	-webkit-overflow-scrolling: touch;
}
.sc-modal-inner {
	width: calc(100vw - 30px);
	margin: 15px;
}
.sc-modal-entry {
	padding: 60px 20px 20px;
}

.sc-modal-entry .sc-news-main {
	min-height: 10vw;
	margin: 0 0 16px;
}


.sc-news-meta {
	margin: 0 0 15px;
}
.sc-modal-entry .date {
	margin: 0 0 10px;
	font-size: 13px;
}
.sc-modal-entry .title {
	font-size: 20px;
}

.sc-modal-entry article {
	margin: 15px 0 0;
}
.sc-modal-entry article p,.sc-modal-entry article span {
	font-size: 13px;
}


.sc-modal-entry article + .sc-images {
	margin: 30px 0 0;
}
.sc-modal-entry article + .sc-images.multi figure {
	width: calc(100% - 5px);
}
.sc-modal-entry article + .sc-images.multi figure + figure {
	margin-left: 10px;
}

/*----横並びリスト----*/
.sp_only {
	display: block;
}
.sc-modal-entry article .sc-news-topics li {
	display: block;
}
.sc-modal-entry article .sc-news-topics li > span:first-child {
	width: auto;
}


#sc-news-close1 {
	left: 20px;
	top: 16px;
	font-size: 12px;
}


.sc-modal-entry #sc-news-close2 {
	width: 130px;
	height: 40px;
	margin: 30px auto 0;
	line-height: 40px;
	font-size: 13px;
	color: #333;
}






/*
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;
	box-sizing: border-box;
	width: calc(100vw - 0px);
	height: calc((100vw - 0px) * 0.5625);
	left: 0;
	top: calc(50% - calc((100vw - 0px) * 0.5625 * 0.5));
	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: 30px;
	height: 30px;
	right: 10px;
	top: calc(50% - ((100vw - 0px) * 0.5625 * 0.5) - 40px);
	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: 28px;
	height: 1px;
	left: 0;
	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 15px;		
	font-size: 16px;		
	font-family: "SST W55 Bold", Arial, sans-serif;		
}		
section.privacy p {		
	font-size: 14px;		
}
section.privacy dt {
	font-size: 14px;		
}
section.privacy dd {
	font-size: 14px;		
}
section.privacy h2 {		
	margin: 0 0 5px;		
	text-align: left;		
	font-size: 14px;		
	font-family: "SST W55 Bold", Arial, sans-serif;		
}		
section.privacy {		
	box-sizing: border-box;		
	margin: 0 auto;		
	padding: 20px 20px 0;		
}		
section.privacy article + article {		
	margin-top: 30px;		
}		
section.privacy article + footer,		
section.privacy footer + article {		
	margin-top: 30px;		
}		
section.privacy footer {		
	font-size: 13px;		
}		
section.privacy th,		
section.privacy td {		
	text-align: left;		
	font-size: 12px;		
	padding: 0 0 5px;		
	vertical-align: top;		
}		
section.privacy * + th,		
section.privacy * + td {		
	padding-left: 15px;		
}		
section.privacy th:nth-child(1),		
section.privacy td:nth-child(1) {		
	white-space: nowrap;		
}		
section.privacy th {		
	font-family: "SST W55 Bold", Arial, sans-serif;		
}






html[lang="en"] .sc-wrap > footer {
	text-align: left;
}
html[lang="en"] .sc-top-content .inner p {
	letter-spacing: 0;
}

