/*
Plugin: jQuery Parallax
Version 1.1.3
Author: Ian Lunn
Twitter: @IanLunn
Author URL: http://www.ianlunn.co.uk/
Plugin URL: http://www.ianlunn.co.uk/plugins/jquery-parallax/

License: http://creativecommons.org/licenses/by-sa/3.0/ (Attribution Share Alike). Please attribute work to Ian Lunn simply by leaving these comments in the source code or if you'd prefer, place a link on your website to http://www.ianlunn.co.uk/.
*/

@charset "utf-8";
/* CSS Document */





.center{
	font-size: 2.5em;
	padding: 80px 0 0 0;
	text-align: center;
}

#header, #intro, #second{
	width: 100%;
}
#intro{
	height:200%;
	overflow:hidden;
	padding:0 0 100px 0;
	}

#introBack{
	background-image:url(../images/mainback.jpg);
	background-size:auto 100%;
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	width:100%;
	position:absolute;
	z-index:-1;
	}
#introInner{
	height:25%;
	position:relative;

}
#introInner ul#ink{
	position:absolute;
	text-align:center;
	bottom:-140px;
	width:360px;
	font-size:12px;
	z-index:100;
	left:50%;
	margin:0 0 0 -180px;
	}
#introInner ul#ink li{
	float:left;
	width:50px;
	height:60px;
	margin:0 -10px 0 0;
	padding:0;
	text-align:center;
	position:relative;
	}
#introInner ul#ink li img{
	width:60px;
	height:60px;
	display:block;
	margin:0 0 0 -5px;
	}
#introInner ul#ink li span{
	text-align:center;
	width:40px;
	height:20px;
	line-height:20px;
	z-index:1;
	position:absolute;
	bottom:13px;
	left:5px;
	font-weight:bold;
	text-shadow: 0px 0px 5px #000;
	}

#introInner h2{
	position:absolute;
	bottom:190px;
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	z-index:100;
	}
#introInner h1{
	position:absolute;
	text-align:center;
	bottom:20px;
	width:400px;
	font-size:18px;
	z-index:100;
	height:auto;
	left:50%;
	margin:0 0 0 -200px;
	}
#youtubeWrapper{
	position:absolute;
	left:50%;
	height:120px;
	width:300px;
	z-index:1200;
	bottom:20px;
	margin:-60px 0 0 220px;
	}
#youtube,#youtube2{
	position:absolute;

	}
#youtube a,#youtube2 a{
	display:block;
	z-index:1500;
			-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	}
#youtube a:hover,#youtube2 a:hover{
	opacity:0.7;
	}
#youtubeWrapper div#youtube{
	left:0;
	top:0;
	z-index:200;
}
#youtubeWrapper div#youtube2{
	left:140px;
	top:0;
	z-index:200;
}
#introInner h1 img{
	bottom:0;
	position:relative;
	margin:0 auto;
	text-align:center;
	width:400px;
	height:auto;
	}
#introInner p{
	font-family: 'EB Garamond', serif;
	font-weight:normal;
	font-size:18px;
	line-height:20px;
	height:40px;
	text-align:center;
	position:absolute;
	bottom:-60px;
	left:50%;
	z-index:1;
	width:398px;
	margin:0 0 0 -200px;
	padding:10px;
	border:1px solid #ffffff;
	}

#intro #products{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	}
#intro #products img{
	width:100%;
	height:auto;
	top:25%;
	margin:0;
	z-index:0;
	position:absolute;
	}

#introAfter{
	width:100%;
	text-align:center;
	position:absolute;
	bottom:150px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	}
#introAfter h3{
	margin-bottom:30px;
	font-size:28px;
	}



/*突き抜ける速さ*/
#speed{
	padding: 200px 0 100px 0;
	}

#speedbg{
	position:absolute;
	top:0;
	left:50%;
	margin:0 0 0 -50%;
	z-index:-1;
	overflow:hidden;
	}
#speedbg img{
	width:100%;
	height:auto;
	}
#speed h4{
	padding:50px 0 0 0;
	}
#speed .innerText{
	padding:0 0 100px 0;
	}
#speed ol li{
	position:relative;
	text-align:center;
	margin:0 0 10px 0;
	}
#speed ol li:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
	margin:-15px 0 0 -10px;
    border: 10px solid transparent;
    border-top-color: #666;
    top: 100%;
    left: 50%;
	}
#speed ol li:last-child{
	font-size:18px;
	font-weight:bold;
	}
#speed ol li:last-child:after {
    content: ' ';
    border: none;
	}

#speed ul#printHead35{
	background-image: url(../images/speed/printhead_35.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding:90px 0 0 110px;
	margin:0 auto;
	width:350px;
	min-height:350px;
	text-align:left;
}

#speed ul li{
	width:50px;
	height:50px;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	text-align:left;
	line-height:1;
	vertical-align:bottom;
	display:block;
	}
#speed ul#printHead35 li.large img{
	width:70px;
	height:70px;
	margin:-35px 0 0 -35px;
	vertical-align:top
	}
#speed ul#printHead35 li.middle img{
	width:32px;
	height:32px;
	margin:-16px 0 0 -16px;
	vertical-align:top
	}
#speed ul#printHead35 li.small{
	margin:0 0 0 0;
	padding:0;
	line-height:10px;
	}
#speed ul#printHead35 li.small img{
	width:14px;
	height:14px;
	margin:-7px 0 0 -7px;
	vertical-align:top
	}


#speed ul#printHead21{
	background-image: url(../images/speed/printhead_21.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding:90px 0 0 110px;
	width:350px;
	min-height:350px;
	text-align:left;
	margin:0 auto;
}


#speed ul#printHead21 li.large img{
	width:42px;
	height:42px;
	margin:-21px 0 0 -21px;
	vertical-align:top
	}
#speed ul#printHead21 li.middle img{
	width:28px;
	height:28px;
	margin:-14px 0 0 -14px;
	vertical-align:top
	}
#speed ul#printHead21 li.small img{
	width:14px;
	height:14px;
	margin:-7px 0 0 -7px;
	vertical-align:top
	}
	
	

/*プリント速度*/
#comparison{
	padding: 100px 0;
	min-height:800px;
	background-color:#dddddd;
	color:#000000;
	}
#graph01{
	width:60%;
	min-width:600px;
	height:300px;
	margin:0 auto 20px auto;
	position:absolute;
	right:0;
	top:0;
	}
#graph02{
	width:60%;
	min-width:600px;
	height:300px;
	margin:0 auto 20px auto;
	position:absolute;
	right:0;
	top:320px;
	}


#printSpeed{
	position:relative;
	}
#printSpeed div.row1{
	width:30%;
	margin:0 5% 0 0;
	text-align:center;
	height:400px;
	float:left;
	}

#printSpeed div:last-child{
	margin:0;
	}
#printSpeed div img{
	bottom:0;
	}
#printSpeed div ul{
	height:400px;
	}
#printSpeed div ul li{
	height:180px;
	position:relative;
	margin:0 0 -170px 0;
	}
/* Gallery styles */

#gallery{
	margin:0 auto 200px auto;
	width:960px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	position:relative;
	height:550px;
	margin:50px auto;
	width:960px;
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	overflow:hidden;
	
}

.slide{
	float:left;
	width:960px;
	position:relative;
	height:550px;
	margin:0 0 0 0px;
}
.slide .graph{
	margin:0 20px;
	width:440px;
	float:left;
	text-align:center;
	}

#menu{
	margin:0 auto 100px auto;
	width:600px;
	height:40px;
	border:1px solid #222;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	background: rgb(34,34,34); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(34,34,34,1) 4%, rgba(69,72,77,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(4%,rgba(34,34,34,1)), color-stop(100%,rgba(69,72,77,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(34,34,34,1) 4%,rgba(69,72,77,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(34,34,34,1) 4%,rgba(69,72,77,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(34,34,34,1) 4%,rgba(69,72,77,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(34,34,34,1) 4%,rgba(69,72,77,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#45484d',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1) inset;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1) inset;
	-o-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1) inset;
	-ms-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1) inset;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,1) inset;
	overflow:hidden;
	}


#menu ul li.menuItem{
	width:200px;
	height:40px;
	line-height:40px;
	float:left;
	margin:0;
	padding:0;
	text-align:center;
	}
#menu ul li a{
	display:block;
	width:200px;
	height:40px;
	margin:0;
	padding:0;
	color:#ffffff;
	text-decoration:none;
	}


#menu ul li.inact:hover,#menu ul li.act,li.act:hover{
	/* The inactive state, highlighted on mouse over */
	background: rgb(228,0,127); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(228,0,127,1) 0%, rgba(126,0,67,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,0,127,1)), color-stop(100%,rgba(126,0,67,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(228,0,127,1) 0%,rgba(126,0,67,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(228,0,127,1) 0%,rgba(126,0,67,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(228,0,127,1) 0%,rgba(126,0,67,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(228,0,127,1) 0%,rgba(126,0,67,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4007f', endColorstr='#7e0043',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
	-o-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
	-ms-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;	
}




.harfSize {
	width:100% !important;
	height:100%  !important;
	margin: 0 auto !important;
}


