@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Modern+Antiqua);

/* 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;}

/*
WEBフォントで「ふい字(HuiFontP109)」 ver130717
http://customtemplate.blog112.fc2.com/blog-entry-143.html
*/
@font-face{
font-family:'HuiFontP109';
src:url('https://dl.dropboxusercontent.com/s/6snqvg654tirsyv/HuiFontP109.eot');
src:url('https://dl.dropboxusercontent.com/s/6snqvg654tirsyv/HuiFontP109.eot?#iefix') format('embedded-opentype'),
url('https://dl.dropboxusercontent.com/s/7pscemjdvt0wyiq/HuiFontP109.woff') format('woff'),
url('https://dl.dropboxusercontent.com/s/0w9uuopxrns8ehi/HuiFontP109.ttf') format('truetype'),
url('https://dl.dropboxusercontent.com/s/xnnsbxtz8o6d98i/HuiFontP109.svg#HuiFontP109') format('svg');
}
/* 対応一覧No4 フォントの変更 end */

.mb2{
	margin-top: 2em;
}

.mb4{
	margin-top: 4em;
}

.sec03p{
	margin-top: 10px;
}

.sec04img{
	width: 370px; 
	height: 276px;
}

body{
	font-size:24px;
	font-family:'HuiFontP109';
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: white;
	background: #355E3B;
}

#comming-soon{
	min-height: 100vh;  
	display: flex;
  	justify-content: center;      /* 横中央 */
 	align-items: center;          /* 縦中央 */
}

/* スプラッシュ消去後 */
#splash.fade-out {
  opacity: 0;
  pointer-events: none;
}

#splash.is-hidden {
  display: none !important;
}
/* スプラッシュ削除後*/
/*  Youthubeの埋め込み 中央寄せ start*/ 
iframe {
  display: block;      /* インライン要素をブロック化 */
  margin: 0 auto;      /* 中央寄せ */
  max-width: 100%;     /* はみ出し防止 */
}
/*  Youthubeの埋め込み 中央寄せ end*/

/* galleryの文字列真ん中にする start*/
.gallery-character {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 2em;
  line-height: 1.7;
}
/* galleryの文字列真ん中にする end*/

/* galleryの画像の中央寄せ start*/
#gallery-content{
	text-align: center;
}
/* galleryの画像の中央寄せ end*/

#main-content {
  display: none; /* 最初は非表示 */
  padding: 2em;
}


a{
	color: white;
	text-decoration: none;
}

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

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


/* ヘッダー
------------------------------------------------------------*/
#mainnav a{
	color: white;
	font-family: 'HuiFontP109';
}


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


/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'HuiFontP109';
}

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

section{
  clear: both;
}

section h2{
	width: 60%;
	margin: 70px auto;
	font-size: 24px;
	font-weight:normal;
	text-align: center;
}

section h2 span {
	padding-bottom: 20px;
	border-bottom: 3px solid #000;
}

.inner{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 5px;
}

/* #sec03 .inner, #sec04 .inner{
	border-bottom: 1px solid #a0a0a0;
} */

.innerS{
	width: 60%;
	margin: 0 auto;
	text-align: center;
}


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

#sec02 header{
	display: none;
}

#gallery{
	overflow: hidden;
}

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


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


/* SEC03 BRAND
------------------------------------------------------------*/
.col4 .img{
	margin: 0 auto;

}



/* SEC04 PROJECT
------------------------------------------------------------*/
#sec04{
	padding-bottom: 0 !important;
}

.article{
	clear: both;
	overflow: hidden;
	padding-bottom: 50px;
}

.article img{
	float: left;
	margin: 5px 20px 20px;
}

.article p{
	margin-bottom: 20px;
}



/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 5px;
}

.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0;
}

#map{
	position: relative;
	padding-bottom: 30%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

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

@media only screen and (min-width: 800px){
	body{
		font-size:24px;
	}
	/* 対応一覧No2　スプラッシュ画面の追加 * start/
	/* ページ全体を覆う黒いスプラッシュ画面 */
	#splash {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #355E3B;
	color: white;
	
	display: flex;
	flex-direction: column;     /* ← ここを追加！縦方向に並べる */
	justify-content: center;
	align-items: center;
	
	font-family: 'HuiFontP109';
	font-size: 10vw; /* 自動サイズ調整に統一 */
	z-index: 9999;
	
	opacity: 1;
	transition: opacity 1s ease; /* フェードアウト用 */
	}

	/* 各行の文字設定 */
	#splash .fadeIn-character {
		display: block;        /* ブロックで改行確実 */
		white-space: normal;   /* nowrapを無効化 */
		line-height: 1.2;
		color: #fff;
		text-align: center;
		margin: 0.2em 0;       /* 少しだけ上下に余白を付ける */
	}
	/* 対応一覧No2　スプラッシュ画面の追加 * end/
	/* ページ全体を覆う黒いスプラッシュ画面 */
	#wrapper{
		width: 100%;
	}
	
	#content{
		width: 80%;
	}
	/* 対応一覧No3 メイン画像のレイアウト崩れ */
	#MainImg{
		width: 100%;
	}
	/* 対応一覧No3 メイン画像のレイアウト崩れ */
	/* galleryの画像の中央寄せ start*/
	#gallery-img{
		width: 60%;
		display: inline-block;
 		height: auto;
	}
	#gallery-img-first{
		width: 60%;
		display: inline-block;
 		height: auto;
	}
	/* galleryの画像の中央寄せ end*/
	#sidebar{
		width: 12%;
		position: fixed;
		top: 0;
		right: 4%;
		background: #355E3B;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}
	
	#sidebar h1{
		padding: 30px 0;
	}

	#mainnav li{
		font-size: 24px;
		padding: 10px 0;
	}
	
	#sns{
		margin-top: 50px;
	}
	
	#sns li{
		display: inline-block;
		padding-right: 10px;
	}

	#sns a:hover img{
		opacity: .8;
	}
	
	/* SEC03 BRAND
	-----------------*/
	.col4{
		text-align: center;
	}

	.col4 li{
		display: inline-block;
		width: 18%;
		padding: 0 3%;
		vertical-align: top;
		text-align: left;
	}
	
	#map iframe{
		height: 200px !important;
  }
	
  #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%;
	}
	/* 対応一覧No2　スプラッシュ画面の追加 * start/
	/* ページ全体を覆う黒いスプラッシュ画面 */
	#splash {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #355E3B;
	color: white;
	
	display: flex;
	flex-direction: column;     /* ← ここを追加！縦方向に並べる */
	justify-content: center;
	align-items: center;
	
	font-family: 'HuiFontP109';
	font-size: 10vw; /* 自動サイズ調整に統一 */
	z-index: 9999;
	
	opacity: 1;
	transition: opacity 1s ease; /* フェードアウト用 */
	}

	/* 各行の文字設定 */
	#splash .fadeIn-character {
		display: block;        /* ブロックで改行確実 */
		white-space: normal;   /* nowrapを無効化 */
		line-height: 1.2;
		color: #fff;
		text-align: center;
		margin: 0.2em 0;       /* 少しだけ上下に余白を付ける */
	}
	/* /* 対応一覧No2　スプラッシュ画面の追加 * end */
}

@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 10px;
		text-align: center;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	.article img{
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	/* 対応一覧No3 メイン画像のレイアウト崩れ */
	#MainImg{
		max-width: 100%;
		height: auto;
		margin-top: 61px;
	}
	/* galleryの画像の中央寄せ start*/
	#gallery-img{
		width: 60%;
		display: inline-block;
 		height: auto;
	}
	/* galleryの画像の中央寄せ end*/
	/* galleryの画像の中央寄せ start*/
	#gallery-img-first{
		width: 60%;
		display: inline-block;
 		height: auto;
		margin-top: 61px;
	}
	/* galleryの画像の中央寄せ end*/
	/* 対応一覧No3 メイン画像のレイアウト崩れ */
	/* 対応一覧No2　スプラッシュ画面の追加 * start/
	/* ページ全体を覆う黒いスプラッシュ画面 */
	#splash {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #355E3B;
	color: white;
	
	display: flex;
	flex-direction: column;     /* ← ここを追加！縦方向に並べる */
	justify-content: center;
	align-items: center;
	
	font-family: 'HuiFontP109';
	font-size: 10vw; /* 自動サイズ調整に統一 */
	z-index: 9999;
	
	opacity: 1;
	transition: opacity 1s ease; /* フェードアウト用 */
	}

	/* 各行の文字設定 */
	#splash .fadeIn-character {
		display: block;        /* ブロックで改行確実 */
		white-space: normal;   /* nowrapを無効化 */
		line-height: 1.2;
		color: #fff;
		text-align: center;
		margin: 0.2em 0;       /* 少しだけ上下に余白を付ける */
	}
	/* /* 対応一覧No2　スプラッシュ画面の追加 * end */
}

@media only screen and (max-width: 799px){
	/* 対応一覧No3 メイン画像のレイアウト崩れ */
	#MainImg{
		max-width: 100%;
		height: auto;
		margin-top: 61px;
	}
	/* galleryの画像の中央寄せ start*/
	#gallery-img{
		width: 60%;
		display: inline-block;
 		height: auto;
	}
	/* galleryの画像の中央寄せ end*/
	#gallery-img-first{
		width: 60%;
		display: inline-block;
 		height: auto;
		margin-top: 61px;
	}
	/* 対応一覧No3 メイン画像のレイアウト崩れ */
	/* 対応一覧No2　スプラッシュ画面の追加 * start/
	/* ページ全体を覆う黒いスプラッシュ画面 */
	#splash {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #355E3B;
	color: white;
	
	display: flex;
	flex-direction: column;     /* ← ここを追加！縦方向に並べる */
	justify-content: center;
	align-items: center;
	
	font-family: 'HuiFontP109';
	font-size: 10vw; /* 自動サイズ調整に統一 */
	z-index: 9999;
	
	opacity: 1;
	transition: opacity 1s ease; /* フェードアウト用 */
	}

	/* 各行の文字設定 */
	#splash .fadeIn-character {
		display: block;        /* ブロックで改行確実 */
		white-space: normal;   /* nowrapを無効化 */
		line-height: 1.2;
		color: #fff;
		text-align: center;
		margin: 0.2em 0;       /* 少しだけ上下に余白を付ける */
	}
	/* /* 対応一覧No2　スプラッシュ画面の追加 * end */
	#sidebar{
		position: fixed;
		width: 100%;
		z-index:500;
	}
	
	#sidebarWrap{
		position: relative;
		width: 100%;
		height: 60px;
		background: #355E3B;
		border-bottom: 1px solid #ccc;
	}
	
	#sidebar h1{
		text-align: center;
		padding-top: 15px;
	}
	
	#sidebar h1 img{
		width: auto !important;
		max-height: 25px;
	}
	
  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #355E3B;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: -10px;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #355E3B;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display: block;
		padding: 15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}
	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainnav #sns li{
		display: inline-block;
	}
	#mainnav #sns li a{
		position: relative;
		display: inline-block;
		padding: 15px 10px 0;
		border: 0;
	}
	#mainnav #sns li a:before{
		border: 0;
	}
	.col4 li{
		margin: 0 auto 50px;
		display: block;
		text-align: center;
	}
	section h2{
		margin: 55px auto;
	}
}