
body {
	background: rgba(88,89,92, 1);
}

#control_prev {
	position: relative;
	width: 60px;
	height: 100%;
	margin-right: 20px;
	float: left;
}

#control_next {
	position: relative;
	width: 60px;
	height: 100%;
	margin-left: 20px;
	float: left;
}

#control_prev .prev_btn,
#control_next .next_btn {
	position: relative;
	top: calc((100% - 60px) / 2);
	top: -webkit-calc((100% - 60px) / 2);
	top: -moz-calc((100% - 60px) / 2);
	width: 60px;
	height: 100%;
}

#video_wrapper {
	position: relative;
	width: calc(100% - 161px);
	width: -webkit-calc(100% - 161px);
	width: -moz-calc(100% - 161px);
	height: 100%;
	background: rgba(88,89,92, 1);
	float: left;
}

#video_caption {
	width: 100%;
	margin-bottom: 20px;
}
.caption_thumb {
	width: 13%;
	height: auto;
	margin-right: 2%;
	float: left;
}
.caption_txt {
	/*
	width: calc(100% - 121px);
	width: -webkit-calc(100% - 121px);
	width: -moz-calc(100% - 121px);
	*/
	width: 85%;
	float: left;
}
.caption_txt1 {
	font-size: 1.8vw;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 5px;
}
.caption_txt2 {
	font-size: 1.2vw;
	font-weight: normal;
	color: #ffffff;
}


#videoArea { 
	width: 100%;
	height: auto;
	margin: auto;
	padding: calc(1080 / 1920 * 100%) 0 0;
	position: relative;
	z-index: 99;
}
#videoArea video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.video_caption_block {
	width: 100%;
	height: auto;
	margin: 0 auto 10px auto;
	padding: 0;
	display: table; 
}
.video_caption_block li {
	display: table-cell; 
	height: auto; 
	text-align: left; 
	color: #ffffff;
	vertical-align: middle; 
	padding: 0; 
	margin: 0; 
	overflow: hidden;
}
.video_caption_block li:nth-child(1) {
	width: 13%;
	height: auto;
	padding-right: 2%;
}
.video_caption_block li:nth-child(2) {
	min-width: 130px;
	width: 18%;
	height: auto;
	font-size: 20px; 
	font-weight: bold; 
}
.video_caption_block li:nth-child(3) {
	width: 64%;
	height: auto;
	padding-left: 2%;
	font-size: 14px;
}

.movie_spot {
	display: none;
}



/*生産プロセス*/
.section_01 { 
	border-right: 2px solid #2EA7E0;
}
.spot_01 {
	width: fit-content;
	padding: 2px 5px;
	margin-bottom: 10px;
	font-size: 13px;
	color: #ffffff;
	background-color: #2EA7E0;
}
/*品質管理*/
.section_02 { 
	border-right: 2px solid #F3A201;
}
.spot_02 {
	width: fit-content;
	padding: 2px 5px;
	margin-bottom: 10px;
	font-size: 13px;
	color: #ffffff;
	background-color: #F3A201;
}
/*生産準備*/
.section_03 {
	border-right: 2px solid #22AC38;
}
.spot_03 {
	width: fit-content;
	padding: 2px 5px;
	margin-bottom: 10px;
	font-size: 13px;
	color: #ffffff;
	background-color: #22AC38;
}
/*固有技術*/
.section_04 {
	border-right: 2px solid #6600CC;
}
.spot_04 {
	width: fit-content;
	padding: 2px 5px;
	margin-bottom: 10px;
	font-size: 13px;
	color: #ffffff;
	background-color: #6600CC;
}
/*福利厚生*/
.section_05 {
	border-right: 2px solid #EC417A;
}
.spot_05 {
	width: fit-content;
	padding: 2px 5px;
	margin-bottom: 10px;
	font-size: 13px;
	color: #ffffff;
	background-color: #EC417A;
}
/*工場全体紹介*/
.section_06 {
	border-right: 2px solid #295CFF;
}
.spot_06 {
	width: fit-content;
	padding: 2px 5px;
	margin-bottom: 10px;
	font-size: 13px;
	color: #ffffff;
	background-color: #295CFF;
}



@media print, screen and (max-width: 580px) {


	.video_caption_block li:nth-child(1) {
		display: none;
		width: 0%;
		height: auto;
		padding-right: 2%;
		}
	.video_caption_block li:nth-child(2) {
		width: 28%;
		height: auto;
		font-size: 18px; 
		font-weight: bold; 
	}
	.video_caption_block li:nth-child(3) {
		width: 64%;
		height: auto;
		padding-left: 2%;
		font-size: 13px;
		line-height: 1.2;
	}

	.movie_spot {
		display: block;
		width: 100%;
		height: 60px;
		margin-bottom: 20px;
	}

	.movie_spot_img {
		display: block;
		width: 60px;
		height: 60px;
		margin: auto;
	}

}


/* 横向き */
@media (orientation: landscape) and (max-width: 980px){

	#videoArea { 
		width: 40%;
		height: auto;
		margin: auto;
		padding: calc(1080 / 1920 * 40%) 0 0;
		position: relative;
		z-index: 99;
	}

}

