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

	COMMON

------------------------------------------------------*/
*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}




html{
	font-size:62.5%;
	height:100%;
	overflow-y:scroll;
	
}
body{

	background-color:#fff;
	line-height:1.75;
	-webkit-text-size-adjust:100%;
	font-family:/*'Rajdhani',*/'Helvetica Neue','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	font-size: 15px;  font-size: 1.5rem;
	color:#000;
	font-weight:normal;
	letter-spacing: 0.1rem;
	

}
a{
	color:#000;
	
			    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
		
}
a:hover{
	color:#777;
}
a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;1
}




@font-face {
	font-family: "iconFont";
	src: url("../asset/fonts/iconFont.eot?#iefix") format("eot");
	src:url("../asset/fonts/iconFont.woff") format("woff"),
	url("../asset/fonst/iconFont.ttf")  format("truetype"),
	url("../asset/fonts/iconFont.otf")  format("opentype");
}



@font-face {
  font-family: 'FontAwesome';
  src: url('../asset/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../asset/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../asset/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../asset/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../asset/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../asset/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-chevron-down:before {
  content: "\f078";
  font-size:10px;
}
.fa-chevron-right:before {
  content: "\f054";
}



.onlypc,.onlypc600{display:none;}

.blank:after{
	content: "\e600"; 
	font-family: 'iconFont';
	margin:0 0 0 5px;
	
	font-weight:normal;
	vertical-align:middle;
	font-size:80%;
}

@media only screen and (min-width:600px){
	.onlysp600{display:none;}
.onlypc600{display:inline-block;}
}


@media only screen and (min-width:800px){

.onlysp{display:none;}
.onlypc{display:inline-block;}



	
}



/*------------------------------------------------------

	PAGE TOP

------------------------------------------------------*/
#pageTop {

  position: fixed;
  bottom: 30px;
  right: 0;
}

 

#pageTop a {
  display: block;
  z-index: 999;
  line-height:40px;
font-size:12px;
  width: 40px;
  height: 40px;
background:#888;
  color: #eee;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
    opacity: 0.9;
}

 

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}



/* GRID 
----------------------- */
.row:after{
	display:table;
	content:"";
	clear:both;
}
.spDiv01,.spDiv02,.spDiv03,.spDiv04{
	display:block;
	float:left;
	padding:0 15px;
  	margin:5px 0;
}
.spDiv01{
	width:100%;
}
.spDiv02{
	width:50%;
}
.spDiv03{
	width:33.33333333%;
}
.spDiv04{
	width:25%;
}

@media only screen and (min-width:600px){
	.pcDiv01,.pcDiv02,.pcDiv03,.pcDiv04{
		display:block;
		float:left;
		padding:0;
		margin:0;
	}
	.pcDiv01{
		width:100%;
	}
	.pcDiv02{
		width:50%;
	}
	.pcDiv03{
		width:33.33333333%;
	}
	.pcDiv04{
		width:25%;
	}
}




/*------------------------------------------------------

	LOADING

------------------------------------------------------*/
#pageloader {
    width:100%;
    height:100%;
    position:fixed;
    background-color:rgba(255, 255, 255, 1);
    z-index:999999999;
	top:0;
}
#pageloader .loader-container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -60px;
	text-align: center;
	margin-left: -30px;
}
.loader {
	margin: 60px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(0, 0, 0, 0.2);
	border-right: 1.1em solid rgba(0, 0, 0, 0.2);
	border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
	border-left: 1.1em solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
	border-radius: 50%;
	width: 60px;
	height: 60px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*------------------------------------------------------

	HEADER

------------------------------------------------------*/
header{
	width:100%;
	height: 44px;
	background:#fff;
	z-index: 9999;
position: relative;

}
header #jvc{
	float:left;
	padding: 12px 0 0 10px;
}
header #jvc img{
	height:23px;
}
#siteTtl a{
	display:none;
	font-size:15px;
	
}

@media only screen and (min-width:415px){
	/* HEADER SEC
	-------------------------------------*/
	#headerSec h1 img{
		width:70px;
		padding-top:20px;
		transition:all .2s;
		
	}
	header{
		height:60px;
	}
	header #jvc img{
		height: 30px;
	}
	
	
	header #jvc{
	float:left;
	padding: 15px 0 0 20px;
}


}

@media only screen and (min-width:650px){
	#siteTtl a{
		
		line-height: 60px;
		padding: 0 20px;
		display:block;
		letter-spacing: 0.4px;
position: absolute;
right: 40px;
	}
	
	
	

	
}

@media only screen and (min-width:1000px){
	/* HEADER SEC
	-------------------------------------*/
	
	
	
	#siteTtl a{

	right:10px;
}

}





/*------------------------------------------------------

	footer

------------------------------------------------------*/

.inline-menu{font-size:12px;line-height:24px;padding-bottom: 5px;
display: block;}

.footersocial{background:#222;}

/* FOOTER INNER
-------------------------------------*/

.footerInner{

	padding-bottom:10px;
	}

#footermenu{
	width:100%;
	padding-top:30px;
	margin: 0px;
    padding-bottom:15px;
	text-align:left;

}

.footerbnr{padding:10px 0;margin-top:10px;}
.footerbnr img{ height:40px;
margin:15px;
	}
	
	
#footermenu p{
	color: #999;
	border-bottom:1px solid #666;
	margin:7px 0;
}

#footermenu ul li {
    line-height: 42px;
}

#footermenu ul li a {
    display: block;
    margin: 0;
    height: 100%;
    width: 100%;
    padding: 12px 0;
}


#footermenu div:first-child div ul li a {
line-height: 25px;
    padding: 5px 0;
}

.product_ttl img{width:100%;}

#footermenu ul li img {
   width: 80px;
   padding:0 0 3px 0;
}
#footermenu div:first-child div {
    
    font-size: 1.5rem;
    
    margin: 0;
   /* padding: 20px 0 20px 30px;*/
    text-align: center;
	background:#222;
   padding: 20px 20px 20px 30px;

}
#footermenu div:not(:first-child){
	padding:0 15px;
}
#footermenu div:not(:first-child) ul li a{
	border-bottom:1px dotted #666;
	line-height: 18px;
}


#footermenu div:not(:first-child) ul li a:after{
	content: "\e600"; 
	font-family: 'iconFont';
	margin:0 0 0 5px;
	float:right;
}
.jvc_link {
    padding: 10%;
}
@media only screen and (min-width:600px){
	/* FOOTER INNER
	-------------------------------------*/
	#footermenu div:first-child div{
		
		text-align:left;
				padding:20px 0 20px 30px;
				margin:0;
	}
	
#footermenu p{

	margin:0px 0 1rem;
}
	
}
@media only screen and (min-width:1100px){
	/* FOOTER INNER
	-------------------------------------*/
	
	.footerInner{
	width:100%;
	text-align:center;

	}
	
	#footermenu{
width:1100px;
margin:0px auto;
	}
	
	#footermenu div:first-child{
		border-right:1px solid #666;
	}
	
	#footermenu div:first-child div{
		margin:0 50px 0 0;
		border:none;
	}
	
	#footermenu div:not(:first-child){
		padding:0 0 0 50px;
	}
	

}


/*

	FOOTER COOPORATE

------------------------------------------------------*/


footer #navArea{
	/*background:#222;*/
	margin:0 0 30px;
	padding:10px;
	border-bottom:1px solid #666;
	border-top: 1px solid #666;

}


footer #snsArea{
	display:inline-block;
	vertical-align:middle;
	overflow:hidden;
}

footer{
	
	width:100%;
	text-align:center;
	font-size:12px;
    padding:0 0 30px;
	color:#fff;
	clear:both;
overflow: hidden;
background: #000;
margin-top:6%;
}
footer .linkTop {
	margin-top: 6%;
	font-size: 1.5rem;
}

footer a{
	color:#fff;
	padding:2px 0;
}

footer #termLink{
	line-height:30px;
	padding:15px 0;
	font-size:12px;
	margin-bottom:15px;
}
footer #termLink a{
	display:block;
	
}
footer #termLink a:after{
	content: "\e600"; 
	font-family: 'iconFont';
	margin:0 0 0 5px;
}

footer a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

#footermenu div:not(:first-child) br{
	display:none;
}

footer small{
	font-size:12px;
	/*padding-bottom:30px;*/
font-family: "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "・ｭ・ｳ ・ｰ繧ｴ繧ｷ繝・け", "MS PGothic", "sans-serif";}
		
footer #snsArea{
	margin:0 auto;
	}

.footerLink .sublist{
	font-size:14px;
	font-weight:400;
}

.outside a:after{
	content: "\e600"; 
	font-family: 'iconFont';
	margin:0 0 0 5px;
	font-size:75%;
}


@media only screen and (min-width:800px){

	footer #termLink{
		line-height:inherit;
		padding:0;
		float:right;
		margin:0 20px;
		
	}
	footer #termLink a:before{
		content:"|";
		margin:0 10px;
	}
	footer #termLink a:first-child:before{
		content:none;
	}
	footer #termLink a{
		display:inline-block;
	}
	footer #termLink:first-child{
		float:right;
		font-size:12px;
		line-height:100px;
	}
	footer #termLink:last-child{
		float:left;
		font-size:11px;
		line-height:100px;
	}
	
#footermenu div:not(:first-child) br{
	display:inherit;
}

	footer #navArea{
		margin:0 0 40px;
		height:40px;
	}

	footer small{
		float:left;
		margin:0 20px;
	}
}

/* clear fix
----------------------- */
.cf:after{content: "."; display: block; height: 0; font-size:0;	clear: both; visibility:hidden;}
.cf{display: inline-block;} 
/* Hides from IE Mac */
* html .cf{	height: 1%;}
.cf{display:block;}
/* End Hack */


