@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, 'Microsoft JhengHei', "微軟正黑體", Arial, sans-serif;
	font-size:13px;
	color: #343434;
}
a { color: #343434;}

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cover {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
.clear {
	clear: both;
}

/******MAIN******
============================================================== */
.main {
	width: 100%;
	min-width:1000px;
	min-height:655px;
	position:relative;
	overflow:hidden;
}

/*topCon
============================================================== */
.topCon{
	position: relative;
	padding-bottom: 100px;
}

/* topCon - logo_01 */
.logo_01 {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 50px;
	width: 165px;
	height: 55px;
}
.logo_01:after {
	content: "";
	-ms-transform: skewX(-20deg); /* IE 9 */
	-webkit-transform: skewX(-20deg); /* Safari */
	transform: skewX(-20deg); /* Standard syntax */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ababab;
	z-index: -1;
	box-shadow: 0 0 20px rgba(0,0,0,0.9);
}

/* topCon - logo_toyota */
.logo_toyota {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 210px;
	width: 225px;
	height: 55px;
}
.logo_toyota:after {
	content: "";
	-ms-transform: skewX(-20deg); /* IE 9 */
	-webkit-transform: skewX(-20deg); /* Safari */
	transform: skewX(-20deg); /* Standard syntax */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: -1;
}


/* topCon - btn_share */
.btn_share {
	position: absolute;
	right: 30px;
	top: 20px;
	z-index: 2;
	background-color: #cf001b;
	border-radius: 99em;
	width: 50px;
	height: 50px;
	text-indent: -5000px;
	background-image: url(../img/btn_share.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.btn_share:hover {
	background-color: #313131;
}

/* topCon - slideshow */
.slideshow { 
	width:100%; 
	position:relative; 
	z-index:1;
}

/* topCon - slideshow - show_text */
.show_text {
	position: absolute;
	top: 52%;
	right: 10%;
	z-index: 3;
	width: 440px;
	height: 250px;
	color: #fff;
}
.show_text h1 {
	font-size: 40px;
	font-weight: bold;
	margin-top: 75px;
	margin-left: 85px;
}
.show_text h2 {
	font-size: 28px;
	position: absolute;
	margin-top: 30px;
	margin-left: 65px;
	display: none;
}
.show_text .t1 {
	display: block;
}
.show_text .textBg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: rgba(207,0,27,0.35);
	-ms-transform: skewX(-20deg); /* IE 9 */
	-webkit-transform: skewX(-20deg); /* Safari */
	transform: skewX(-20deg); /* Standard syntax */
}

/* topCon - slideshow - slideshow */
.show_block {
	width:100%; 
	position:relative; 
	z-index:1;
	height:0;
	padding-bottom: 37.5%; 
	border-top: 10px solid #cf001b;
	border-bottom: 160px solid #cf001b;
}
.show_block a { 
	width:100%; 
	height:100%; 
	overflow:hidden;
	display:block; 
	text-decoration:none; 
	color:#fff;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.show_block a.s1,.show_block a.s2,.show_block a.s3 { 
	position:absolute; 
	top:0; 
	left:0;
	cursor: default;
}
.show_block a.s1 { z-index:2;}
.show_block a.s2, 
.show_block a.s3 { 
	display:none; 
	z-index:1;
}
.show_block a:hover .play {filter:alpha(opacity=100); opacity:1;}




/* topCon - slideshow - page_arw */
.page_arw { 
	position:absolute;
	z-index:5; 
	top:40%; 
	margin-top:-17px; 
	left:50%; 
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width:1500px;
} 
.page_arw a.arw_r { 
	position:absolute; 
	background:url(../img/arw_r.png) no-repeat 0 0; 
	width:80px; 
	height:100px; 
	display:block; 
	right:0px;
}
.page_arw a.arw_l { 
	position:absolute; 
	background:url(../img/arw_l.png) no-repeat 0 0; 
	width:80px; 
	height:100px; 
	display:block; 
	left:0px;
}
.page_arw a:hover { 
	background-position:0 -100px;
}

/* topCon - slideshow - page_dot */
.page_dot { 
	width:1000px;
	background-color: #fff; 
	position:absolute; 
	z-index:2; 
	height: 220px;
	top: 78%;
	left: 50%;
	box-shadow: 0 0 75px rgba(0,0,0,0.3);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding-top: 10px;
}
.page_dot a { 
	background-color:#000; 
	width:310px; 
	height:200px; 
	display:block; 
	float:left; 
	margin-left: 17px;
	position: relative;
}
.page_dot a:after {
	content: "";
	width: 100%;
	height: 100%;
	border: 10px solid #cf001b;
	position: absolute;
	top: 0;
	left: 0;
	filter:alpha(opacity=0); 
	opacity:0;
}
.page_dot a img {
	filter:alpha(opacity=50); 
	opacity:0.5;
}
.page_dot a p {
	position: absolute;
	z-index: 2;
	font-size: 28px;
	color: #fff;
	border-right: 10px solid #cf001b;
	top: 150px;
	right: 0;
	text-align: right;
	filter:alpha(opacity=100); 
	opacity:1;
	padding-right: 15px;
}
.page_dot a:hover img{
	filter:alpha(opacity=70); 
	opacity:0.7;
}
.page_dot a.select { 
	background-color:#fff;
}
.page_dot a.select:after {
	filter:alpha(opacity=100); 
	opacity:1;
}
.page_dot a.select img {
	filter:alpha(opacity=100); 
	opacity:1;
}
.page_dot a.select p {
	filter:alpha(opacity=0); 
	opacity:0;
}

/*article
============================================================== */
.article {
	width: 1000px;
	margin: 0 auto;
	box-shadow: 0 70px 75px rgba(0,0,0,0.3);
	background-color: #fff;
	margin-top: -50px;
	padding: 0 0 0 17px;
	position: relative;
	z-index: 2;
}
.article .tit {
	font-size: 28px;
	color: #cf001b;
	line-height: 80px;
	font-weight: bold;
}
.article ul {
	overflow: hidden;
}
.article ul li {
	margin-bottom: 25px;
	margin-right: 17px;
	float: left;
	width: 310px;
}
.article ul li a {
	display: block;
	text-decoration: none;
	color: #000;
}
.article ul li a h3 {
	font-size: 16px;
	line-height: 22px;
	margin-top: 5px;
	height: 45px;
	overflow: hidden;
}
.article ul li a:hover {
	color: #c10019;
}
.article ul li a:hover img {
	filter:alpha(opacity=85); 
	opacity:0.85;
}

/*videoBlock
============================================================== */
.videoBlock {
	width: 1000px;
	margin: 25px auto;
	position: relative;
	z-index: 3;
}
.videoBlock a {
	box-shadow: 0 70px 75px rgba(0,0,0,0.3);
	background-color: #fff;
	width: 320px;
	height: 420px;
	display: block;
	position: relative;
	text-align: center;
	text-decoration: none;
	font-size: 26px;
	color: #000;
	line-height: 105px;
	font-weight: bold;
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	-webkit-transition: all .4s 0s;
	-moz-transition: all .4s 0s;
	transition: all .4s 0s;
}
.videoBlock a:nth-of-type(3) {
	margin-right: 0;
}
.videoBlock a:after {
	content: "";
	position: absolute;
	background-color: #cf001b;
	width: 135px;
	height: 10px;
	top: -5px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .4s 0s;
	-moz-transition: all .4s 0s;
	transition: all .4s 0s;
}
.videoBlock a > img {
	-webkit-transition: all .4s 0s;
	-moz-transition: all .4s 0s;
	transition: all .4s 0s;
}
.videoBlock a .play_arw{
	background: rgba(191,0,25,0.7) url(../img/play_arw.png) no-repeat 0 0;
	width: 75px;
	height: 75px;
	position: absolute;
	border-radius: 99em;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 205px;
	z-index: 3;
}

.videoBlock a:hover {
	background-color: #cf001b;
	color: #fff;
}
.videoBlock a:hover > img {
	filter:alpha(opacity=85); 
	opacity:0.85;
}
.videoBlock a:hover .play_arw {
	background: rgba(191,0,25,1) url(../img/play_arw.png) no-repeat 0 0;
}
.videoBlock a:hover:after {
	background-color: #fff;
}

/*footer
============================================================== */
.footer {
	width: 100%;
	height: 65px;
	background-color: #313131;
	position: relative;
	z-index: 6;
}
.footerCon {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.goTop {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 110px;
	height: 85px;
	background: url(../img/goTop.png) no-repeat 0 0;
	text-indent: -5000px;
}
.goTop:hover {
	filter:alpha(opacity=85); 
	opacity:0.85;
}



@media (max-width: 1730px) {
	.page_dot {
		top: 76%;
	}
	.show_text {
		right: 3%;
		top: 48%;
	}
}


@media (max-width: 1550px) {
	.page_dot {
		top: 74%;
	}
	.show_text {
		right: 3%;
		top: 42%;
	}
	.page_arw{
		top: 35%;
		width: 100%;
	}
	.page_arw a.arw_l {
		left: 0;
	}
	.page_arw a.arw_r {
		right: 0;
	}
}



@media (max-width: 1350px) {
	.show_block {
		min-height:670px;
		padding-bottom: 0; 
	}
	.page_dot {
		top: 72%;
	}
	.show_text {
		right: 3%;
		top: 40%;
	}
}
@media (max-width: 1200px) {
	.show_text {
		right: -3%;
	}
}
