@charset "utf-8";

html, body {
	height:100%;
}

.branding_special_site_top {
	background-color: #000;
}

main .index_wrapper {
	width: 100%;
	height: 100%;
}

.index_movie_container {
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 75px 50% 0 0;
}

.index_movie_wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #222;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: 60px 60px;
	-webkit-background-size: 60px 60px;
	-o-background-size: 60px 60px;
	-ms-background-size: 60px 60px;
	background-size: 60px 60px;
}

.index_movie {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

.index_movie video{
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}

.index_movie .pattern {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	background: url(../img/pattern.png);
	z-index: 3;
}

.index_movie .sp_img {
	width: 100%;
	height: 100%;
}

.index_movie .sp_img img {
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: auto;
}

.index_contents_wrapper {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 75px;
	z-index: 5;
}

.index_left_area,
.index_right_area,
.index_right_area_bg {
	width: 50%;
}

.index_left_area {
	position: fixed;
	top: 0;
	left: 0;
}

.index_right_area_bg {
	position: fixed;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: #000;
}

.index_right_area {
	position: absolute;
	top: 0;
	right: 0;
}

.index_left_area .index_title {
	position: fixed;
	top: 0;
	left: 0;
	width: 660px;
	z-index: 10;
}

.index_left_area .index_title h2 {
	width: 100%;
}

.index_left_area .index_title h2 img {
	display: block;
	width:100%;
	height: auto;
}

.index_left_area .index_title ul {
	width: 372px;
	margin: 35px auto 0;
}

.index_left_area .index_title ul li {
	width: 160px;
	margin: 0 13px;
	box-sizing: border-box;
	border: 1px solid #fff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .5s;
	transition: all .5s;
	float: left;
}

.index_left_area .index_title ul li a {
	display: block;
	width: 100%;
	font-size: 15px;
	text-align: center;
	line-height:	40px;
	color: #fff;
}

.index_left_area .index_title ul li:hover {
	background: rgba(0, 0, 0, 0.35);
}

.scroll_guide {
	display: none;
}












.index_right_area .index_slider {
	width: auto;
	height: auto;
}

.index_right_area .index_slider .slick-slide {
}

.index_right_area .index_slider .slick-box li {
	display: block;
	height: 260px; 
}

.index_right_area .index_slider .slick-box li a {
	display: block;
	width: 100%;
	height: 100%; 
}

.index_right_area .index_slider .slick-track .slick-slide01 {
	background: url(../img/slide_smc.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.index_right_area .index_slider .slick-track .slick-slide02 {
	background: url(../img/slide_pv.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.index_right_area .index_slider .slick-track .slick-slide03 {
	background: url(../img/slide_innovationstories.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.index_right_area .index_slider .slick-slider {
	position: relative;
}

.index_right_area .index_slider .slick-slider .slick-prev {
	position: absolute;
	top: 40%;
	left: 20px;
	width: 40px;
	height: 60px;
	background: none;
	border: none;
	z-index: 9999;
	cursor: pointer;
	outline:none;
}
.index_right_area .index_slider .slick-slider .slick-prev::before {
	position: absolute;
	top: 3px;
	bottom: 0;
	left: 8px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 24px;
	height: 24px;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(-40deg);
	transform: rotate(-40deg);
}
.index_right_area .index_slider .slick-slider .slick-prev::after{
	position: absolute;
	top: 0;
	bottom: 4px;
	left: 8px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 24px;
	height: 24px;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(130deg);
	transform: rotate(130deg);
}


.index_right_area .index_slider .slick-slider .slick-next {
	position: absolute;
	top: 40%;
	right: 20px;
	width: 40px;
	height: 60px;
	background: none;
	border: none;
	z-index: 9999;
	cursor: pointer;
	outline:none;
}
.index_right_area .index_slider .slick-slider .slick-next::before {
	position: absolute;
	top: 3px;
	bottom: 0;
	right: 8px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 24px;
	height: 24px;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
}
.index_right_area .index_slider .slick-slider .slick-next::after{
	position: absolute;
	top: 0;
	bottom: 4px;
	right: 8px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 24px;
	height: 24px;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
}






.index_right_area .index_whatsnew {
	width: auto;
	padding: 50px 0 60px;
	background: #f0f0f0;
}

.index_right_area .index_whatsnew .index_whatsnew_title {
	margin: 0;
	padding: 0;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	
}

.index_right_area .index_whatsnew .index_whatsnew_list {
	max-width: 724px;
	margin: 40px auto 0;
	padding: 0;
}

.index_right_area .index_whatsnew .index_whatsnew_list .index_whatsnew_set {
	position: relative;
	width: calc( ( 100% - 24px ) / 2 );
	margin: 0 0 24px 0;
	padding: 0 0 10px 0;
	background: #fff;
	float: left;
}

.index_right_area .index_whatsnew .index_whatsnew_list .index_whatsnew_set:nth-child(even) {
	float: right;
}

.index_right_area .index_whatsnew .index_whatsnew_list .index_whatsnew_set a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_right_area .index_whatsnew .index_whatsnew_list .index_whatsnew_set a:hover {
	opacity: 0.5;
}

.index_right_area .index_whatsnew .index_whatsnew_list .index_whatsnew_set .photo {
	width: 100%;
	height: auto;
}

.index_right_area .index_whatsnew .index_whatsnew_list .index_whatsnew_set .photo img {
	display: block;
	width: 100%;
	height: auto;
}

.index_right_area .index_whatsnew .index_whatsnew_list .index_whatsnew_set .category {
	position: relative;
	width: 115px;
	height: 20px;
	margin-top: -10px;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
	background: #ff5000;
	color: #fff;
}

.index_right_area .index_whatsnew .index_whatsnew_list .index_whatsnew_set .summary {
	width: auto;
	height: 3em;
	margin: 10px 20px 0;
	font-size: 12px;
	line-height: 1.5;
}
 
.index_right_area .index_whatsnew .index_whatsnew_list .index_whatsnew_set .date {
	width: auto;
	margin: 10px 20px 0;
	padding: 0 0 5px 0;
	font-size: 9px;
	line-height: 1;
	border-bottom: 1px solid #636261;
}
 
.index_right_area .index_whatsnew .index_whatsnew_list .index_whatsnew_set .readmore {
	position: relative;
	display: inline-block;
	margin: 5px 20px 0;
	padding: 0 20px 0 0;
	font-size: 9px;
	color: #ff5000;
}
.index_right_area .index_whatsnew .index_whatsnew_list .index_whatsnew_set .readmore::before {
	position: absolute;
	top: 4px;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-top: 1px solid #ff5000;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}
.index_right_area .index_whatsnew .index_whatsnew_list .index_whatsnew_set .readmore::after{
	position: absolute;
	top: 0;
	bottom: 4px;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-right: 1px solid #ff5000;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}

.index_right_area .index_whatsnew .whatsnew_index_banner {
	display: block;
	margin: 30px auto 0;
	padding: 0;
	width: 300px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #000;
	border: 1px solid #000;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_right_area .index_whatsnew .whatsnew_index_banner:hover {
	color: #ff5000;
	border: 1px solid #ff5000;
	background: #fff;
}

.index_right_area .index_spacial {
	width: auto;
	padding: 0;
	background: #fff;
}

.index_right_area .index_spacial .index_spacial_title {
	width: auto;
	height: 70px;
	margin: 0;
	padding: 0;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 70px;
	text-align: center;
	color: #fff;
	background: #ff5000;
}

.index_right_area .index_spacial .index_spacial_list {
	max-width: 924px;
	margin: 40px auto 0;
	padding: 0;
}

.index_right_area .index_spacial .index_spacial_list .index_spacial_set {
	position: relative;
	width: calc( ( 100% - 24px ) / 2 );
	margin: 0 0 24px 0;
	padding: 0 0 10px 0;
	background: #fff;
	float: left;
}

.index_right_area .index_spacial .index_spacial_list .index_spacial_set:nth-child(even) {
	float: right;
}

.index_right_area .index_spacial .index_spacial_list .index_spacial_set a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_right_area .index_spacial .index_spacial_list .index_spacial_set a:hover {
	opacity: 0.5;
}

.index_right_area .index_spacial .index_spacial_list .index_spacial_set .photo {
	width: 100%;
	height: auto;
}

.index_right_area .index_spacial .index_spacial_list .index_spacial_set .photo img {
	display: block;
	width: 100%;
	height: auto;
}

.index_right_area .index_spacial .index_spacial_list .index_spacial_set .title {
	margin: 10px 0 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
}

.index_right_area .index_spacial .index_spacial_list .index_spacial_set .intro {
	margin: 2px 0 0;
	font-size: 12px;
	line-height: 1.5;
}

.mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 1400px;
 }

.mfp-close {
	width: 40px !important;
	height: 40px !important;
	top: -55px !important;
	right: 0 !important;
	text-indent: -4000px !important;
	opacity: 1;
	background: url(../img/movie_close.svg) 0 0 no-repeat !important;
}


/** ====================================== **/
@media screen and (max-width: 1860px) {

.index_right_area .index_spacial .index_spacial_list {
	margin: 40px 24px 0;
}

}

/** ====================================== **/
@media screen and (max-width: 1640px) {

.index_right_area .index_slider .slick-box li {
	display: block;
	height: 200px; 
}

}

/** ====================================== **/
@media screen and (max-width: 1500px) {

.index_right_area .index_whatsnew .index_whatsnew_list {
	max-width: 724px;
	margin: 40px 24px 0;
	padding: 0;
}


}


/** ====================================== **/
@media screen and (max-width: 1400px) {

.index_left_area .index_title {
	width: 40%;
	height: 240px;
}


.index_right_area .index_intro .fullsizebr {
	display: block;
}


}


/** ====================================== **/
@media screen and (max-width: 1280px) {


.index_right_area .index_slider .slick-box li {
	display: block;
	height: 180px; 
}


.index_right_area .index_whatsnew .index_whatsnew_list .index_whatsnew_set .summary {
	width: auto;
	height: 3em;
	margin: 5px 10px 0;
	font-size: 12px;
	line-height: 1.5;
}
 
.index_right_area .index_whatsnew .index_whatsnew_list .index_whatsnew_set .date {
	width: auto;
	margin: 10px 10px 0;
	padding: 0 0 5px 0;
	font-size: 9px;
	line-height: 1;
	border-bottom: 1px solid #636261;
}
 
.index_right_area .index_whatsnew .index_whatsnew_list .index_whatsnew_set .readmore {
	position: relative;
	display: inline-block;
	margin: 5px 10px 0;
	padding: 0 20px 0 0;
	font-size: 9px;
	color: #ff5000;
}

}

/** ====================================== **/
@media screen and (max-width: 1160px) {


.index_right_area .index_slider .slick-box li {
	display: block;
	height: 160px; 
}

}


/** ====================================== **/
@media screen and (max-width: 980px) {


.index_left_area .index_title {
	width: 75%;
	height: 240px;
}

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

.index_movie_wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #222;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: 60px 60px;
	-webkit-background-size: 60px 60px;
	-o-background-size: 60px 60px;
	-ms-background-size: 60px 60px;
	background-size: 60px 60px;
}

.index_movie {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

.index_movie video{
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}

.index_movie .pattern {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	background: url(../img/pattern.png);
	z-index: 3;
}

.index_contents_wrapper {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 75px;
	z-index: 4;
}

.index_left_area,
.index_right_area {
	width: 100%;
}

.index_left_area {
	position: relative;
	top: 0;
	right: 0;
	width: auto;
	height: 680px;
}

.index_right_area_bg {
	display: none;
}

.index_right_area {
	position: relative;
	top: auto;
	right: auto;
}

.index_right_area .index_slider .slick-box li {
	display: block;
	height: 260px; 
}

.index_right_area .index_whatsnew .index_whatsnew_list {
	max-width: 724px;
	margin: 40px auto 0;
	padding: 0;
}


}



/** ====================================== **/
@media screen and (max-width: 768px) {

.scroll_guide {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

.scroll_guide p {
	margin: 0 auto;
	text-align: center;
	color: #000;
}

.scroll_guide span {
	display: block;
	width: 2px;
	height: 100%;
	margin: 5px auto 0;
	background: #000;
}

.index_video_wrapper {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.index_video_wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 2;
}

.index_video_wrapper .pattern {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	background: url(../img/pattern.png);
	z-index: 3;
}

.index_left_area .index_title ul {
	width: 160px;
	margin: 35px auto 0;
}

.index_left_area .index_title ul li {
	width: 100%;
	margin: 0 0 20px;
	box-sizing: border-box;
	border: 1px solid #fff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .5s;
	transition: all .5s;
	float: none;
}

.index_left_area .index_title ul li a {
	display: block;
	width: 100%;
	font-size: 14px;
	text-align: center;
	line-height:	40px;
	color: #fff;
}


.index_right_area .index_slider .slick-box li {
	display: block;
	height: 200px; 
}

.index_right_area .index_slider .slick-slider .slick-prev,
.index_right_area .index_slider .slick-slider .slick-next {
	top: 38%;
}


.index_right_area .index_whatsnew .index_whatsnew_list {
	width: auto;
	margin: 40px 24px 0;
	padding: 0;
}


}


/** ====================================== **/
@media screen and (max-width: 550px) {


.index_right_area .index_slider .slick-box li {
	display: block;
	height: 160px; 
}

.index_right_area .index_slider .slick-slider .slick-prev {
	top: 28%;
	left: 5px;
	width: 40px;
	height: 60px;
	background: none;
	border: none;
	z-index: 9999;
}
.index_right_area .index_slider .slick-slider .slick-prev::before {
	position: absolute;
	top: 3px;
	bottom: 0;
	left: 8px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 24px;
	height: 24px;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(-40deg);
	transform: rotate(-40deg);
}
.index_right_area .index_slider .slick-slider .slick-prev::after{
	position: absolute;
	top: 0;
	bottom: 4px;
	left: 8px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 24px;
	height: 24px;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(130deg);
	transform: rotate(130deg);
}


.index_right_area .index_slider .slick-slider .slick-next {
	position: absolute;
	top: 28%;
	right: 5px;
	width: 40px;
	height: 60px;
	background: none;
	border: none;
	z-index: 9999;
}
.index_right_area .index_slider .slick-slider .slick-next::before {
	position: absolute;
	top: 3px;
	bottom: 0;
	right: 8px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 24px;
	height: 24px;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
}

.index_right_area .index_slider .slick-slider .slick-next::after{
	position: absolute;
	top: 0;
	bottom: 4px;
	right: 8px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 24px;
	height: 24px;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
}

}

/** ====================================== **/
@media screen and (max-width: 414px) {


.index_video_wrapper {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.index_video_wrapper video {
	position: absolute;
	top: 0;
	left: -100%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 2;
}

.index_video_wrapper .pattern {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	background: url(../img/pattern.png);
	z-index: 3;
}

.index_right_area .index_slider .slick-box li {
	display: block;
	height: 120px; 
}

.index_right_area .index_whatsnew .index_whatsnew_title {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	
}

.index_right_area .index_whatsnew .index_whatsnew_list {
	max-width: 724px;
	margin: 40px 10px 0;
	padding: 0;
}

.index_right_area .index_whatsnew .index_whatsnew_list .index_whatsnew_set {
	position: relative;
	width: 100%;
	margin: 0 0 24px 0;
	padding: 0 0 10px 0;
	background: #fff;
	float: none;
}

.index_right_area .index_whatsnew .index_whatsnew_list .index_whatsnew_set:nth-child(even) {
	float: none;
}

.index_right_area .index_whatsnew .whatsnew_index_banner {
	display: block;
	margin: 30px 10px 0;
	padding: 0;
	width: auto;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #000;
	border: 1px solid #000;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}


.index_right_area .index_spacial {
	width: auto;
	padding: 0 0 10px;
	background: #fff;
}

.index_right_area .index_spacial .index_spacial_title {
	width: auto;
	height: 60px;
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background: #ff5000;
}

.index_right_area .index_spacial .index_spacial_list {
	margin: 40px 10px 0;
}

.index_right_area .index_spacial .index_spacial_list .index_spacial_set {
	position: relative;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: #fff;
	float: none;
}

.index_right_area .index_spacial .index_spacial_list .index_spacial_set:nth-child(even) {
	float: none;
}


}



.index_left_area .index_title_horizontal {
	width: 50%;
	min-width: 312px;
	height: 155px;
}

.index_left_area .index_title_horizontal ul {
	width: 332px;
	margin: 20px auto 0;
}

.index_left_area .index_title_horizontal ul li {
	width: 130px;
	margin: 0 13px;
	box-sizing: border-box;
	border: 1px solid #fff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .5s;
	transition: all .5s;
	float: left;
}
.scroll_guide_horizontal {
	height: 50px;
}

