/* ====common==== */
html {
	background-color: #FFF;
	overflow-y: scroll;
	font-size: 13px;
	color: #000;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
	scroll-behavior: smooth;
}

body {
	font-family: 'Roboto', sans-serif;
	height: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;

}

.jp{
	line-height: 1.8em; 
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	letter-spacing:0.1em;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0; 
	visibility: hidden;
}

.pc{ display:block;}
.sp{ display:none;}

/* ==== a ==== */
a {
  overflow: hidden;
  outline: none;
  cursor: pointer;
  transition: .4s cubic-bezier(0.45, 0, 0.55, 1);
}

a:link,
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover,
a:active {
  color: #000;
  text-decoration: none;
}

footer a:link,
footer a:visited {
  color: #FFF;
  text-decoration: none;
}
footer a:hover,
footer a:active {
  color: #999;
  text-decoration: none;
}

header a:link,
header a:visited {
  color: #FFF;
  text-decoration: none;
}
header a:hover,
header a:active {
  color: #000;
  text-decoration: none;
}

.slider a:hover,
.slider a:active {
  color: #000;
  text-decoration: none;
}


/* ==== header ==== */
header{
	padding:25px 50px;
}
h1 img{
	height:30px;
	float:left;
}
#headright{
	float:right;
}
nav{
}
nav ul{
	font-size:14px;
}
nav ul li{
	float:left;
	margin-right:20px;
	line-height:25px;
}


/*contents*/
.contentBox{
	margin:0px 0px 0px 80px;
}

/*footer*/
footer{
	background-color:#403832;
	/* padding:60px 60px 30px 60px; */
	padding:60px 60px 117px 60px;
	color:#FFF;
	font-size:100%;
}
#footerUp{
	margin-bottom:30px;
}
#footerBottom{
}
.footerLeft{
	float:left;
}
.footerRight{
	float:right;
}

#footerUp .footerLeft{
}
.logoFoot{
	/* height:30px; */
	margin-bottom:20px;
}
#footerUp .footerLeft p{
}

#footerUp .footerRight{
}
#footerUp .footerRight nav{
}
#footerUp .footerRight nav ul{
	font-size:14px;
}
#footerUp .footerRight nav ul li{
	float:left;
	margin-right:20px;
	line-height:25px;
}

#footerBottom .footerLeft{
}
#footerBottom .footerRight{
}

.logoBox{
}
.footerLeft__text{
	padding-top:10px;
}
.logoBox img{
  width: 300px;
	float:left;
	margin-right:20px;
}

/* copyright */

#footer__copyright{
  background-color: #000;
  color: #fff;
  text-align: right;
  padding: 10px;
  box-sizing: border-box;
}

/*fade*/
.fade-in {
  opacity: 0;
  transition-property: opacity, transform;
}

.fade-in-left {
  transition-duration: 1000ms;
  transform: translate(-50px, 0);
}

.fade-in-left2 {
  transition-duration: 2000ms;
  transform: translate(0px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}



@media (max-width: 767px) {
	
	img {
		width:100%;
	}
	/* ==== header ==== */
	header{
		padding:25px 0px;
	}
	h1 img{
		height:40px;
		float:left;
	}
	h1{
		float:left;
		margin-left:20px;
	}
	#headright{
    margin-top: 10px;
  }
	/*contents*/
	.contentBox{
		margin:0px 0px 0px 0px;
	}
	
	/*footer*/
	footer{
		background-color:#403832;
		padding:10px 10px 20px 10px;
		color:#FFF;
		font-size:100%;
	}
	#footerUp{
		margin-bottom:30px;
	}
	#footerBottom{
	}
	.footerLeft{
		float:left;
	}
	.footerRight{
		float:right;
	}
	
	#footerUp .footerLeft{
	}
	.logoFoot{
		/* height:40px; */
		margin-bottom:20px;
	}
	#footerUp .footerRight nav ul{
		font-size:14px;
    margin-top: 20px;
	}
	#footerUp .footerRight nav ul li{
		float:left;
		margin-right:20px;
		line-height:25px;
	}
	.logoBox p{
		padding-top:10px;
	}
	.logoBox img{
		/* float:left; */
    width: 200px;
		margin-right:20px;
	}
	

	.pc{ display:none;}
	.sp{ display:block;}
	
}

