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

/* import
--------------------------------------------------*/
@import "reset.css";

/* html, body
--------------------------------------------------*/
html {
	overflow-y: scroll;
     }
html, body {
	height: 100%;
}
body {
	margin: 0;
	background-color: #FFF;
}
/* font 
-------------------------------------------------*/
h1,#navScrollArea{
	font-family: 'Special Elite', cursive;
	}

	
/* loader 
-------------------------------------------------*/	
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  font-size: 10px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

/* siteCommonStyle
--------------------------------------------------*/
/* selection */
::-moz-selection {}
::selection {}

/* a */
a {
	color: #999;
	text-decoration: none;
	cursor: pointer;
	-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;
}

ul#gNav a:hover{
	background-color: #F3F530;
}

.on> a,
a:hover {
	color: #000;
}
h1#logo> a,
a:hover {
	color: #000;
}

#gNavArea ul li.on{
	padding-left: 40px;
	/*pointer-events:none;*/
}


/* layout
--------------------------------------------------*/
/* wrapper */
#wrapper {
	position: relative;
	width: 1034px;
	min-height: 100%;
	margin: 0 auto;
	color: #181818;
	background-color: #fff;
	}

.wrap {
	width: 958px;
	margin: 0 auto;
	padding: 0 38px;
	}
	
/*hedder*/
#header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	height: 100px;
	padding-top: 25px;
	background-color: #fff;}
	
#header #logo {
	position: fixed;
	float: left;
    }
#header #logo a{
	display: block;
	overflow: hidden;
	width: 958px;
	line-height: 30px;
	font-size: 10px;
	letter-spacing: 0.2em;
}
#header #logo img{
	vertical-align: middle;
	margin: 0 5px;
	padding-bottom: 10px;
	}	
	
/* menu*/
#menuBtn {
	 display: none; 
	 }
/*menu hambuger*/
.menu-trigger,
.menu-trigger span {
	display: none;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 20px;
	height: 18px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 8px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

/*動作に関するCSS*/
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

/*navArea*/
#navArea {
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 3;
	width: 180px;
	height: 100%;
	margin-left: -517px;
	padding-left: 38px;
	}
	
#navArea #navScrollArea{
	padding-top: 130px;
	}

#gNavArea li a:hover{
	padding-left: 10px;
	
	}
	
#gNavArea li.home a:hover,#gNavArea li.on > a:hover{
	padding-left: 20px;
	}

#gNavArea #gNav{
	position: relative;
	}
	
#navArea #gNav li.home{
	display: block;
	position: absolute;
	top: -50px;
	}
#navArea #gNav li.home a {
	display: none;
	overflow: hidden;
	width: 26px;
	height: 26px;
	padding: 0;
	background: url(../image/home-icon.png) no-repeat left top;
	text-indent: -5260px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
    }

#navArea #gNav li.home a {
	background-image: url(../image/home-icon.svg) !important;
    }	

#navArea #gNav li.home a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
    }	

#navArea #gNav li a {
	display: inline-block;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0.35em;
    }
	
#navArea #gNav .sNav {
	display: none;
	}
	
#navArea #gNav + .sNav ul {
	display: none;
	padding: 15px 0 0 60px;
	}
	
#navArea .sNav ul li a {
	display: inline-block;
	padding-top: 6px;
	padding-bottom: 5px;
	font-size: 8px;
	line-height: 1;
	letter-spacing: 0.12em;
    }

#navArea .ancNav li.on a {
	margin-left: -24px;
    }
	
ul.ancNav {
	padding-left: 30px;
	}
	
#navArea #langArea  {
	margin-top: 50px;
    }
#navArea #snsArea {
	margin-top: 30px;
}
#navArea #sns li a{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#navArea #lang li a {
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0.35em;
    }
#snsArea img:hover{
	opacity: 0.5;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#navArea .bnr {
	display: none;
    }
/*homeImge*/
#home #homeImg{
	position: relative;
	padding: 140px 38px 0 218px;
	background-color: #fff;
	font-family: "Sabon LT W01 Roman", "Ryumin Regular KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    }
	
#home #homeImg img {
	width: 100%;
	max-width: 100%;
	height: auto;
	}



/*container*/

#container {
	position: relative;
	padding: 140px 38px 150px 250px;
	background-color: #fff;
	font-family: "Sabon LT W01 Roman", "Ryumin Regular KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    }
	
#container img {
	width: 100%;
	max-width: 100%;
	height: auto;
	}

/* entry */
.entry {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
}

p.date{
	padding: 9px 0;
	text-align: left;
	font-size: 10px;
	}
h2.title{
	padding: 9px 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.1em;
	}
	
.content{
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 2.0em;
	text-indent: 1.0em;
	}	
/* sns */
.sns {
	height: 50px;
	float: right;
}
.sns li {
	float: left;
}
.sns li a {
	display: block;
	height: 30px;
	padding: 0 5px;
	font-size: 0;
	line-height: 0;
	text-indent: -5260px;
	position: relative;
	top: 10px;
	right: 0;
}
.sns li a.facebook {
	width: 30px;
	background: url(../image/facebook-icon.png);
	background-repeat: no-repeat;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
    }	
.sns li a.facebook {
	background-image: url(../image/facebook-icon.svg)!important;
	}

.sns li a.twitter {
	width: 30px;
	background: url(../image/twitter-icon.png);
	background-repeat: no-repeat;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
    }	
.sns li a.twitter {
	background-image: url(../image/twitter-icon.svg)!important;
	}	
	
.sns li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
    }		
/* homeContents */
#homecontents {
    }
.scrollFade {
	display: block;
    } 
     

	
/* footer */
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	padding-bottom: 22px;
    }
	
#footer #copyright,#footer #bnrArea {
	text-align: right;
    }
ul#bnrArea li {
	display: inline-block;
	}
ul#bnrArea li img:hover{
	padding-bottom: 10px;
}
#footer #copyright a {
	display: inline-block;
	padding: 30px 0 1px 30px;
	font-size: 10px;
	line-height: 1;
	
    }	


/* max-max:1033px
--------------------------------------------------*/
@media only screen and (max-width:1033px) {
	/* wrapper */
	#wrapper {
		width: auto;
	}
	.wrap {
		width: auto;
	}

	/* navArea */
	#navArea {
		left: 0;
		margin-left: 0;
	}
	/*非表示部分*/
	#homeContents {
		display: none;
		}	
}



/* min-width:1034px
--------------------------------------------------*/
@media only screen and (min-width:1034px) {
	/* wrapper */
	#wrapper {
		width: auto;
		max-width: 1192px;
	}
	.wrap {
		width: auto;
		max-width: 1116px;
	}

	/* navArea */
	#navArea {
		left: 0;
		margin-left: 0;
	}
	/*非表示部分*/
	#homeContents {
		display: none;
		}	
}


/* min-width:1192px
--------------------------------------------------*/
@media only screen and (min-width:1192px) {
	/* navArea */
	#navArea {
		left: 50%;
		margin-left: -596px;
	}
	/*非表示部分*/
	#homeContents {
		display: none;
		}	
}


/*sp max-width:640px
--------------------------------------------------*/
@media only screen and (max-width:640px){
	
	.fixed{
  position: fixed;
  top: 0px;
  z-index: 9999;

}
	#wrapper{
		overflow: hidden;
		}
		
	/*wrapper*/
	.wrap{
		margin: 0 25px;
		padding: 0;
		}
	/*header*/
	#header{
		position: fixed;
		height: 40px;
		padding: 21px 0;
		background-color: #fff;}
	#header #logo {
	    position: absolute;
		top: 10px;
		left: 60px;
		float: none;
    }
    #header #logo a{
	    width: auto;
		height: auto;
		font-size: 50%;
	    letter-spacing: 0.2em;
		line-height: 2.0em;
	}
	    
	#navArea #gNav li.home a{
		display: block;
	}
	
	/*menu hambuger*/
   .menu-trigger,
   .menu-trigger span {
	     display: block;
	     transition: all .4s;
	     box-sizing: border-box;
    }
   .menu-trigger {
	     position: absolute;
	     top: 18px;
	     width: 20px;
	     height: 18px;
    }
   .menu-trigger span {
	     position: absolute;
	     left: 0;
	     width: 100%;
	     height: 2px;
	     background-color: #000;
	     border-radius: 4px;
    }
	
	/* navArea */
	#navArea{
         display: block;
	     overflow: auto;
		 z-index: 1;
		 background-color: #f8fbf8;
	     }
	#navArea #navScrollArea {
		position: relative;
		min-height: 100%;
		padding-top: 0;
		}
	#navArea li a:hover {
		padding-left: 0;
	}
	
	#navArea li a:hover {
		padding-left: 0;
	}
	#navArea #gNav {
		position: static;
		padding: 70px 0 10px 0;
	}	
	#navArea #gNav li.home{
	     display: block;
	     position: absolute;
	     top: 31px;
		 left :5px;
	     }
	
    #navArea #gNav li a{
	     display: block;
	     padding: 10px 0;
		font-size: 9px;
	}
	#navArea #lang li a {
		display: block;
		padding: 5px 0;
		font-size: 9px;
	}
	#navArea .bnr {
		display: block;
		width: 110px;
		margin-top: 64px;
		margin-bottom: 64px;
	}
	#navArea .bnr li {
		margin-top: 3px;
	}
	#navArea .bnr li:first-child {
		margin-top: 0;
	}
	#navArea .bnr li img {
		max-width: 100%;
		height: auto;
	}
	
	#homeImg{
		display: none;
	}
	/*非表示部分*/
	#container{
		z-index:2;
		padding: 100px 25px 52px;
		background: #fff
		}
		
	#homeContents {
		display: block;
		}	
	
   /*ul bnrArea*/
     ul#bnrArea li {
	    display: none;
	 }
   }

