/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #000000;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#name01 {
	text-align: center;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	padding: 00px 0px 50px;
}

header #header{
	text-align: center;
}

#header h1{
	padding-top: 60px;
	padding-bottom: 60px;

}

#mainImg{
	position: relative;
  overflow: hidden;
  width: 100%;
  height: 528px;
}

#mainImg img{
	position: absolute;
  left: 50%;
	max-width: 1280px;
  width: 1280px;
  height: 528px;
  margin-left: -640px;
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}

#footer img{
	text-align: center;
	margin: 100px 0px ;
}


/* 共通
------------------------------------------------------------*/

img{
	max-width: 100%;
	height: auto;
}

section{
	clear:both;
	padding-top: 70px;
}

section h2 {
	width: 50%;
	margin: 0 auto 40px;
	font-size: 22px;
	letter-spacing: 0.2em;
	font-weight:normal;
	text-align: center;
	position: relative; /* 背景画像を文字の背後に配置 */
}

section h2 ::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px; /* 背景画像の高さを調整 */
	background: url(../images/borderBlack.png) repeat-x;
	background-size: 1px 1px;
	transform: translateY(-50%); /* 縦方向の中央揃え */
	z-index: -1; /* 文字より背後に配置 */
}


section h2 span {
	background: #fff;
	padding: 0 80px;
}


.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerS{
	width: 50%;
	margin: 0 auto;
	padding-bottom: 80px;
}

.innerS>p{
	margin: 0 auto;
	padding-bottom: 10px;
	font-size: 1.2em;
}

.textlarge{
	font-size: 1.3em;
}
/* SEC01 
------------------------------------------------------------*/

.text1{
	text-align: center;
	text-size:1.3em;
	letter-spacing: 0.05em;
}

.pEN{
	letter-spacing: 0.05em;
}

/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
}

#sec02 header{
	display: none;
}

#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}

#gallery img{
	width: 100%;
	height: auto;
}


/* SEC04 Lineup
------------------------------------------------------------*/



.col3 img{
	display: block;
	margin: 0 auto 5px;
}

.col3 li{
	line-height: 2.0;
	margin-bottom: 15px;
}

.col3 .img{
	padding: 0px 50px;
	margin-bottom: 20px;
	line-height: 0 !important;
	background: #f6f6f6;
}

.col3 .jp{
	font-size: 1.3em;
}

.col3 p{
	text-align: center;
}

#sec04_02{
	background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 100px 20px;
}

#sec04_02 img{
	width: auto;
}

#sec04_03{
	background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 100px 20px;
}

#sec04_03 img{
	width: auto;
}

#f-link img{
	width: 295px;
	margin: 7px;
}

#f-link {
	margin-top: 80px;
	margin-bottom: 100px;
}


/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
}

/* SEC03 PROJECT-----------------*/

	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 40%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
  #footer{
		padding: 30px 10px 70px 0;
	}



@media only screen and (min-width: 641px){
	
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px){
	
	section h2{
		width: 70%;
	}
	
	.innerS{
		width: 94%;
		padding-bottom: 70px;
	}
	.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 10 0 0 0;
		margin-bottom: 20px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}

	#sec04_02{
		padding: 200px 20px;
	}
		#f-link img{
	width: 40%;
	margin: 3%;
	}
}

@media only screen and (max-width: 799px){
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#header h1{
		padding-top: 10px;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 45px;
		width: auto !important;
	}

	#mainImg{
		padding-top: 0px;
		z-index: -100;
	}
	.col3 li{
		width: 80%;	
		margin: 50px auto 0 auto;
		display: block;
	}
	section{
		padding-top: 50px;
	}
	section h2{
		margin: 0 auto 20px;
	}
	section h2 span {
		padding: 0 30px;
	}
}


/*FTPLリンク*/

#CR {
	font-family:"sans-serif";
	font-size:0.8em;
	color:#AAA;
}

#CR a{
	color: #AAA;
	text-decoration: none;
}

#CR a:hover, .active{
  text-decoration: underline;
}

.f-link-cls img{
	display: block;	
}

.sp{
	margin-top:30px;
	margin-bottom:15px;
}

#lineuptx{
	margin-top:30px;
	margin-bottom:20px;
}

