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

*{
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size:100%;
	text-decoration: none;
}

body{
		background-color: #000;
		font-family: "Noto Sans JP",sans-serif;
		color:#ffffff;
		font-weight: 300;	
		}
		
		a:link { 
					color: #ffffff;
					font-weight: 300;
		}
		a:visited { color: #ffffff; }
		a:hover { color: #666666; }
		a:active { color: #999999; }
		
		a.no-underline {
  		text-decoration: none;
}

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





#header{
	height:137px;
	width:100%;
	background-color: #000000;
	position: fixed;
	top:0;
	z-index: 5;
	}	

.container{
	max-width: 996px;
	margin-left:auto;
	margin-right:auto;
}

#header-left{
	float: left;
}

#logo{
	float:left;
	height:70px;
	width: 137px;
	margin-top: 60px;
}

#navi{
	float:left;
	padding-top: 80px;
	padding-left: 60px;
}

	
ul{
	
		}
		
li{
	color:#ffffff;
	display: inline;
	padding-top: 16px; 
	padding-bottom: 16px;
	border-left: 1px solid #ffffff;
  	border-right: 1px solid #ffffff;
	font-weight: 300;
	font-size: 16px;
}

li+ li {
  	border-left: 0;
	border-right: 1px solid #ffffff;}


#header-right{
	float: right;
	width:130px;
	margin-top:80px;
}
		
#snslink a{
	display: inline-block;
	margin-left:10px;
	width:30px;	
}

#snslink a:hover {
    
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

		


.clear{
	clear: both;
}




#topbanner{
	max-width:996px;
	margin-top:190px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-50px;
	
}






.topbanner01{
	
	padding-top:50%;
	padding-bottom:0%;
	background-image: url("../img/top_banner01.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	
	}

.topbanner02{
	padding-top:50%;
	padding-bottom:0%;
	background-image: url("../img/top_banner02.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	
	}

.topbanner03{
	
	padding-top:50%;
	padding-bottom:0%;
	background-image: url("../img/top_banner03.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	
	}

.topbanner04{
	
	padding-top:50%;
	padding-bottom:0%;
	background-image: url("../img/top_banner04.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	
	}

.topbanner05{
	
	padding-top:50%;
	padding-bottom:0%;
	background-image: url("../img/top_banner05.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	
	}

.topbanner06{
	
	padding-top:50%;
	padding-bottom:0%;
	background-image: url("../img/top_banner06.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	
	}

.topbanner07{
	
	padding-top:50%;
	padding-bottom:0%;
	background-image: url("../img/top_banner07.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	
	}

.topbanner08{
	
	padding-top:50%;
	padding-bottom:0%;
	background-image: url("../img/top_banner08.jpg");
	background-size: contain;
	background-repeat: no-repeat;
		
	}	

.news08Large{
	
	padding-top:50%;
	padding-bottom:0%;
	background-image: url("../img/news_08Large.jpg");
	background-size: contain;
	background-repeat: no-repeat;
			
	}

.topbanner09{
	
	padding-top:50%;
	padding-bottom:0%;
	background-image: url("../img/top_banner09.jpg");
	background-size: contain;
	background-repeat: no-repeat;
		
	}		

.topbanner10{
	
	padding-top:50%;
	padding-bottom:0%;
	background-image: url("../img/top_banner10.jpg");
	background-size: contain;
	background-repeat: no-repeat;
		
	}	
	
.topbanner11{
	
	padding-top:50%;
	padding-bottom:0%;
	background-image: url("../img/top_banner11.jpg");
	background-size: contain;
	background-repeat: no-repeat;
		
	}

.topbanner12{
	
	padding-top:50%;
	padding-bottom:0%;
	background-image: url("../img/top_banner12.jpg");
	background-size: contain;
	background-repeat: no-repeat;
		
	}

.topbanner13{
	
	padding-top:50%;
	padding-bottom:0%;
	background-image: url("../img/top_banner13.jpg");
	background-size: contain;
	background-repeat: no-repeat;
		
	}
	
.topbanner14{
	
	padding-top:50%;
	padding-bottom:0%;
	background-image: url("../img/top_banner14.jpg");
	background-size: contain;
	background-repeat: no-repeat;
		
	}	
		
/* アンカーリンク　*/


#news{
	margin-bottom: 80px;
	padding-top:160px;
	
}

#about{
	margin-bottom: 80px;
	padding-top:160px;
}
	
#brand{
	margin-bottom: 80px;
	padding-top:160px;
}





h2{
	width:100%;
	color : 000000;
	font-weight: 300;
	font-size: 18px;
	line-height: 200%;
	text-align: center;
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	padding: 25px 0px;
	
	
		}



/*矢印*/

.arrow{
  	position: relative;
  	display: inline-block;
	padding-left: 20px;
	margin-left:2px;
}

.arrow::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
}


.info_content{
	max-width:1016px;
	margin-left:auto;
	margin-right:auto;
	
	display:flex;
	flex-wrap: wrap;
}

.info_box{
	width:50%;	
}

.info_inner{
	padding:10px;
	margin-bottom:50px;
}

.info_inner:hover{
	opacity: 0.9;
}

.info_visual{
	width:100%;
       
        margin-left:auto;
	margin-right:auto;
	
}

.info_title{
	padding-left:3px;
}





/* brand */

p.info_text01{
	font-weight:100;
	font-size:14px;
}

p.info_text02{
	font-weight:100;
	font-size:16px;
}

p.info_text03{
	color:#999999;
	font-weight:100;
	font-size:14px;
}




#btn{
	width:100%;
	margin-top:30px;
}

.link_btn{
	width:200px;
	text-align: center;
	font-size:14px;
	padding:10px;
	border: solid 1px #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	
}


.about_title{
	text-align: center;
	font-weight: 300;
	font-size:16px;
	padding-bottom:50px;
}

.about_title2{
	text-align: center;
	font-weight: 300;
	font-size:16px;
	padding-top:50px;
	padding-bottom:30px;
}

.about_table{
	max-width:996px;
}



td{
	padding-left:80px;
	height:30px;
	font-size:15px;
	font-weight: 100;
	letter-spacing:1px;
	
}
td a:link {text-decoration: underline;}



table{
	width:100%;
	padding-left:160px;
	margin-left:auto;
	margin-right:auto;
}



#footer{
	
	text-align: center;
	font-size:14px;
	font-weight:100;
	letter-spacing: 1px;
	padding-top:100px;
	padding-bottom:100px;
}



/*　トップへ戻る　　*/

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}




/* -------------news-------------- */

#page{
	text-align: center;
	margin:30px auto;
}


#na_topbanner{
	max-width:996px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	
}


.news_article{
	max-width: 996px;
	margin-left:auto;
	margin-right:auto;
}

.na_title{
	font-family: 300;
	font-size: 16px;
	padding-bottom: 35px;
}


.na_text{
	font-family: 300;
	font-size: 14px;
	line-height: 42px;
}

.page_feed{
	text-align: center;
	font-family: 300;
	font-size: 14px;
	width:100%;
	display: inline;
	margin-left:auto;
	margin-right:auto;
	
}

.feed a{
	padding:0px 20px;
}

.feed{
	margin-top: 60px;
	margin-bottom: 60px;
}





.instagram {
       text-align: center;
       width="50%" 
       height="50%"

}


.single-item {
       text-align: center;
       width="50%" 
       height="50%"

}


.slide {
       text-align: center;
       width="50%" 
       height="50%"

}

.info_content {
       text-align: center;
       width="50%" 
       height="50%"

}


.Embed {
       text-align: center;
       

}



