/* CSS Document */

/* [ Index ]
===================================================================== */

/* [ main visual ] -------------------------------------------------- */

.pc_main_visual{
	position: relative;
	width: 100%;
	height: 700px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(../img/top/main_visual.jpg) center bottom fixed no-repeat;
	background-size: cover;
	z-index: 0;
}
.pc_main_visual .main_cover{
	width: 100%;
	height: 700px;
	background: url(../img/top/video_cover.png) left top repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.pc_main_visual video{
	position: fixed;
	top: 0; 
	left: 0;
	min-width: 100%;
	min-height: 700px;
	width: auto;
	height: auto;
	z-index: -1;
}
.main_copy{
	height: auto;
	margin: 0 auto;
	position: absolute;
	top: 42%;
	left: 0;
	right: 0;
	z-index: 3;
}
.pc_main_visual .main_copy{
	width: 614px;
}
.sp_main_visual{ display: none; }

@media screen and (max-width: 960px){
	.pc_main_visual{
		display: none;
	}
	.sp_main_visual{
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		padding-top: 60px;
	}
	.sp_main_visual .main_copy{
		width: 60%;
	}
	.sp_main_visual .btn_more{
		width: 100%;
		height: 80px;
	}
	.sp_main_visual .btn_more a{
		display: block;
		width: 100%;
		height: 80px;
		line-height: 80px;
	}
}
@media screen and (max-width: 650px){
	
	.sp_main_visual .main_copy{
		width: 66%;
	}
	.sp_main_visual .btn_more{
		height: 60px;
	}
	.sp_main_visual .btn_more a{
		height: 60px;
		line-height: 60px;
	}
}

.index_page{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 150px;
	background-color: #fff;
}
.section .inner{
	width: 1040px;
	margin: 0 auto;
}
.section .header_tit{
	width: 100%;
	height: 160px;
	line-height: 160px;
	text-align: left;
}
.section .header_tit p{
	float: left;
	font-size: 60px;
	margin-right: 30px;
}
.section .header_tit h1{
	float: left;
	font-size: 17px;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 960px){
	
	.index_page{
		padding-bottom: 10%;
	}
	.section .inner{
		width: 96%;
	}
	.section .header_tit{
		height: 120px;
		line-height: 120px;
	}
	.section .header_tit p{
		font-size: 50px;
		margin-right: 20px;
	}
	.section .header_tit h1{
		font-size: 15px;
	}
}
@media screen and (max-width: 650px){
	
	.index_page{
		padding-bottom: 15%;
	}
	.section .header_tit{
		height: 100px;
		line-height: 0px;
		padding: 0;
		margin: 0;
		text-align: center;
	}
	.section .header_tit p,
	.section .header_tit h1{
		text-align: left;
		margin: 0 auto;
	}
	.section .header_tit p{
		float: none;
		font-size: 40px;
		line-height: 40px;
		padding: 18px 0 0;
		margin: 0;
	}
	.section .header_tit h1{
		font-size: 12px;
		line-height: 34px;
	}
}

/* [ 古川製作所のこだわり ] -------------------------------------------------- */

#index_advantage{
	position: relative;
	width: 100%;
	height: auto;
	color: #fff;
}
#index_advantage .header_tit{
	background-color: #1c1c1c;
}

/* more btn */
#index_advantage .header_tit .btn_more{
	float: right;
	margin-top: 50px;
}
#index_advantage .header_tit .btn_more a{
	display: block;
	color: #fff;
}
#index_advantage .header_tit .btn_more a::before {
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}
#index_advantage .header_tit .btn_more a::after {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
#index_advantage .header_tit .btn_more a:hover {
	background-color: #fff;
	color: #000;
}

#index_advantage .three_cont{
	position: relative;
	width: 100%;
	height: 330px;
}
.three_cont .box{
	float: left;
	width: 33.33%;
	height: 330px;
	padding: 0;
	margin: 0;
	background-color: #000;
}
.three_cont .box .number{
	margin: 70px auto 40px;
}
.three_cont .box h2{
	margin-bottom: 1%;
	font-size: 22px;
	letter-spacing: 0.12em;
	text-shadow: 0 0 10px rgba(0,0,0,0.3);	/*水平・垂直・ぼかし・色*/
}
.three_cont .box p{
	font-size: 13px;
	text-shadow: 0 0 6px rgba(0,0,0,0.2);	/*水平・垂直・ぼかし・色*/
}
.three_cont #one{
	border-right: 1px solid #fff;
	background: url(../img/top/ad_one_bg.jpg) right top no-repeat;
	background-size: cover;
}
.three_cont #two{
	border-right: 1px solid #fff;
	background: url(../img/top/ad_two_bg.jpg) center top no-repeat;
	background-size: cover;
}
.three_cont #three{
	background: url(../img/top/ad_three_bg.jpg) center top no-repeat;
	background-size: cover;
}

@media screen and (max-width: 960px){
	
	#index_advantage .three_cont,
	.three_cont .box{
		height: 260px;
	}
	.three_cont .box .number{
		margin: 20% auto 8%;
	}
	#index_advantage .header_tit .btn_more{
		margin-top: 36px;
	}
	.three_cont .box h2{
		font-size: 18px;
	}
	.three_cont .box p{
		font-size: 12px;
	}
}
@media screen and (max-width: 650px){
	
	#index_advantage .header_tit .btn_more{
		float: right;
		margin: -26px 2% 0 0;
		padding: 0;
		line-height: 0;
	}
	#index_advantage .header_tit .btn_more a{
		display: block;
	}
	#index_advantage .header_tit .btn_more a::before,
	#index_advantage .header_tit .btn_more a::after {
		border: none;
	}
	
	#index_advantage .three_cont{
		width: 100%;
		height: auto;
	}
	.three_cont .box{
		width: 100%;
		height: 110px;
	}
	.three_cont .box .number{
		float: left;
		margin: 18px 0 0 6%;
	}
	.three_cont .box .number img{
		width: auto;
		height: 70px;
	}
	.three_cont .box h2{
		margin: 34px 0 1%;
		font-size: 17px;
		letter-spacing: .08em;
	}
	.three_cont .box p{
		font-size: 11px;
	}
	.three_cont #one{
		border-right: none;
		border-bottom: 1px solid #fff;
		background: url(../img/top/ad_one_bg.jpg) right top no-repeat;
		background-size: cover;
	}
	.three_cont #two{
		border-right: none;
		border-bottom: 1px solid #fff;
		background: url(../img/top/ad_two_bg.jpg) center top no-repeat;
		background-size: cover;
	}
	.three_cont #three{
		background: url(../img/top/ad_three_bg.jpg) center top no-repeat;
		background-size: cover;
	}
}

/* [ 世界基準 ] -------------------------------------------------- */

#index_world{
	position: relative;
	width: 100%;
	height: auto;
}
#index_world .header_tit{
	color: #343434;
}
#index_world .target{
	display: table;
	width: 100%;
	height: 520px;
	margin: 0 auto;
}
.target .img_factory{
	display: table-cell;
	width: 60%;
	background: url(../img/top/target_bg.jpg) center center no-repeat;
	background-size: cover;
}
.target .txt_box{
	display: table-cell;
	width: 40%;
	background-color: #0099cc;
	color: #fff;
}
.target .txt_box .inner{
	width: 80%;
	height: 520px;
	padding: 15% 0;
}
/* more btn */
.target .btn_more{
	padding-top: 40px;
}
.target .btn_more a{
	color: #fff;
}
.target .btn_more a::before {
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}
.target .btn_more a::after {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.target .btn_more a:hover {
	background-color: #fff;
	color: #0099cc;
}

#index_world .delivery{
	position: relative;
	width: 100%;
	height: 430px;
	margin: 0 auto;
}

.delivery .img_worldwide{
	float: right;
	width: 70%;
	height: 430px;
	overflow: hidden;
	background-color: #484848;
}
.delivery .txt_box{
	float: left;
	width: 30%;
	height: 430px;
	color: #fff;
	background-color: #343434;
}
.delivery .txt_box .inner{
	width: 80%;
	padding: 20% 0;
}

/* font setting */
#index_world .txt_box h2{
	font-size: 24px;
	letter-spacing: 0.1em;
}
#index_world .txt_box p{
	padding-top: 40px;
	text-align: left;
}

@media screen and (max-width: 960px){
	
	#index_world .target, .target .txt_box .inner{
		height: 460px;
	}
	.target .btn_more{
		padding-top: 8%;
	}
	#index_world .delivery, .delivery .img_worldwide, .delivery .txt_box{
		height: 320px;
	}
	#index_world .txt_box h2{
		font-size: 20px;
	}
	#index_world .txt_box p{
		padding-top: 8%;
		font-size: 12px;
		line-height: 22px;
	}
}
@media screen and (max-width: 650px){

	#index_world .target{
		display: block;
		width: 100%;
		height: auto;
	}
	.target .img_factory{
		position: relative;
		display: block;
		float: left;
		width: 100%;
		height: 180px;
		background-position: center 80%;
	}
	.target .txt_box{
		position: relative;
		display: block;
		float: left;
		width: 100%;
		height: auto;
	}
	.target .txt_box .inner{
		width: 90%;
		height: auto;
		padding: 7% 0;
	}
	.target .btn_more{
		padding-top: 3%;
	}
	.target .btn_more a{
		width: 100%;
	}
	#index_world .delivery, .delivery .txt_box, .delivery .img_worldwide{
		width: 100%;
		height: auto;
	}
	.delivery .txt_box .inner{
		width: 90%;
		height: auto;
		padding: 7% 0;
	}
	#index_world .txt_box h2{
		font-size: 18px;
	}
	#index_world .txt_box p{
		padding-top: 3%;
	}
}

/* [ お知らせ ] -------------------------------------------------- */

#index_news{
	position: relative;
	width: 100%;
	height: auto;
}
#index_news .header_tit{
	color: #343434;
}
#index_news .news_area{
	width: 1040px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.news_area ul{
	position: relative;
}
.news_area li{
	position: relative;
	float: left;
	width: 260px;
	height: auto;
	padding-top: 20px;
	overflow: hidden;
	border-right: 1px solid #fff;
	text-align: left;	
}
.news_area li:hover{ opacity: 0.8; filter:alpha(opacity=80); -moz-opacity: 0.8; }
.news_area li { text-decoration: none; outline: none; }
.news_area li::before, .news_area li::after { position: absolute; z-index: -1; display: block; content: ''; }
.news_area li, .news_area li::before, .news_area li::after { -webkit-transition: all .2s; transition: all .2s; }

.news_area .update{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.news_area li .thumb{
    width: 260px;
    height: 158px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.news_area li .cover{
	position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 158px;
    line-height: 158px;
    margin: -79px 0 0 -50%;
    text-align: center;
}
.news_area li .cover img{
	min-height: 158px;
    min-width: 10%;
    vertical-align: bottom;
}
.news_area li .cover img:hover{
	opacity: 10;
}
.news_area li .caption{
	width: 260px;
	height: 140px;
	padding: 16px 20px 0;
}
.news_area li:nth-child(odd) .caption{ background-color: #fafafa; }
.news_area li:nth-child(even) .caption{ background-color: #f3f3f3; }

.news_area li .caption .cat{
	font-weight: bold;
	font-size: 13px;
	color: #6e6e6e;
}
.news_area li .caption .dete{
	padding-left: 10px;
	font-size: 13px;
}
.news_area li .caption .title{
	font-size: 14px;
	line-height: 22px;
	padding: 6px 0 0;
}
/* more btn */
#index_news .btn_more{
	margin-top: 50px;
}
#index_news .btn_more a{
	color: #343434;
}
#index_news .btn_more a::before {
	border-top: 2px solid #343434;
	border-left: 2px solid #343434;
}
#index_news .btn_more a::after {
	border-right: 2px solid #343434;
	border-bottom: 2px solid #343434;
}
#index_news .btn_more a:hover {
	background-color: #343434;
	color: #fff;
}

@media screen and (max-width: 960px){
	
	#index_news .news_area{
		width: 96%;
	}
	.news_area li{
		width: 100%;
		padding-top: 0;
		border-right: none;
		border-bottom: 1px solid #fff;
	}
	.news_area li .thumb{
		float: left;
	    width: 27%;
	    height: 120px;
	}
	.news_area li .cover{
	    height: auto;
	    line-height: auto;
	    margin: -60px 0 0 -50%;
	}
	.news_area li .cover img{
		width: 100%;
	    min-width: 200px;
	    min-height: 120px;
	    vertical-align: top;
	}
	.news_area li .caption{
		float: right;
		width: 73%;
	    height: 120px;
		padding: 2% 3% 0;
	}
	#index_news .btn_more{
		margin-top: 3%;
	}
}
@media screen and (max-width: 650px){
	
	.news_area li{
		width: 100%;
		padding: 0;
		border-right: none;
		border-bottom: 1px solid #fff;
	}
	.news_area .update{
		right: 1%;
		bottom: 2%;
		width: 40px;
	}
	.news_area li .thumb{
		float: left;
	    width: 38%;
		height: 90px;
	    position: relative;
	    overflow: hidden;
	    z-index: 1;
	}
	.news_area li .cover{
		height: 90px;
	    line-height: 90px;
	    margin: -45px 0 0 -50%;
	}
	.news_area li .cover img{
	    min-width: 100px;
		min-height: 90px;
	}
	.news_area li .caption{
		float: left;
		width: 62%;
		height: 90px;
		padding: 10px 14px 0;
	}
	.news_area li .caption .cat, .news_area li .caption .dete{
		font-size: 11px;
	}
	.news_area li .caption .title{
		font-size: 12px;
		line-height: 18px;
	}
	#index_news .btn_more{
		margin-top: 6%;
	}
	#index_news .btn_more a{
		width: 96%;
	}
}