@charset "utf-8";
/* CSS Document */


/***************************************

base

***************************************/



html {
	font-size: 62.5%!important;
	height: 100%;
	position: relative;
	-webkit-overflow-scrolling: touch;/*スマホのスクロールをスムーズにする*/
}
body {
	width: 100%;
	height: 100%;
	position: relative;
	color: #333;	
	margin: 0 auto;
	font-family:游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;	
	
	background: #dcdcdc;
	
	
	word-break: break-word;/*自動改行*/
	
	
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

a:hover {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	opacity: 0.5;
	filter: alpha(opacity=50);
	webkit-transition: 0.6s;
	transition: 0.6s;
}


.clearfix:after {/*親要素に display: flow-root Chrome と Firefox */
  content: "";
  clear: both;
  display: block;
}






/***************************************

header

***************************************/





header{
	width: 100%;
	
	}


div.logo {
    position: fixed;
	top: 0%;
 	left: 0%;
	background-color: rgb(220,220,220);
	/*opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: 0.8s;
	transition: 0.8s;*/
	width: 100%;
	text-align: center;
	
	z-index: 9999999;
}

div.logo img{/*logo*/
    width: 7%;
	padding: 5px 0 5px 0;
	
}


	




@media screen  and (max-width:1024px){/**480px〜：SP横 *600px〜タブレット　768px〜sp縦*/
	

	

	
	
div.logo {
    position: fixed;
	top: 0%;
 	left: 0%;
	background-color: rgb(220,220,220);
	/*opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: 0.8s;
	transition: 0.8s;*/
	width: 100%;
	text-align: center;
	
	z-index: 9999999;
}

div.logo img{/*logo*/
    width: 19%;
	padding: 5px 5px;
	
}

	
	
	
 
}


/***************************************

ぱんくず

***************************************/


.panList {}


.panList_item {
  display: inline;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4;
  font-family: "gilroy", Helvetica, Arial, "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-right: 6px;
}

.panList_item2 {
  display: inline;
  font-size: 1.8rem;
  line-height: 1.4;
  font-family: "gilroy", Helvetica, Arial, "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  padding-right: 6px;
 padding-left: 10px;	
}

.panList_item a {
  color: #999;
}

.panList_item a:hover {
  color: #2B292B;
  text-decoration: none;
}

@media (max-width:1024px) {
  .panList_item {
    font-size: 1rem;
    padding-right: 3px;
  }
}

.panList_item:before {
  font-size: 12px;
  font-weight: normal;
  color: #2B292B;
  content: "/";
  display: inline-block;
  width: 1em;
  margin-right: 10px;
  line-height: 1em;
  vertical-align: middle;
}

@media (max-width:1024px) {
  .panList_item:before {
    margin-right: 5px;
  }
}

.panList_item:first-child {
  padding-left: 0px;
}

.panList_item:first-child:before {
  display: none;
}






/***************************************

section

***************************************/

.top{
	margin: 180px auto 0;
	width: 100%}

h1{
	font-family: condor-compressed, sans-serif;
	font-weight: 400;
	font-style: normal;
	
	font-size: 11rem;
	text-align: center;
	
	letter-spacing: 1.2rem;
}

.title_disp{
	margin: 2% auto;
	
	width: 60%;
	font-size: 1.4rem;
	text-align: center;
	
	letter-spacing: .2rem;
	
}









section.brand__1{
	
	margin: 10% auto 0;
	width: 100%;

}

h2{
	font-family: condor-compressed, sans-serif;
	font-weight: 400;
	font-style: normal;
	
	font-size: 3rem;
	
	
	letter-spacing: .5rem;
	
	text-align: left
}

span.brand_name{
	
	font-size: 1.3rem;
	text-align: center;
	
	letter-spacing: .3rem;
	
}

ul.brand_look{
	width: 60%;
	margin: 0 auto;
	overflow:hidden;
}
ul.brand_look li{
	margin-bottom: 2%;
	
	text-align: center;
}

.brand_image{
	
}

.brand_sub{
	
	width: 90%;
	margin: 2.5% auto 1%;
	font-size: 1.8rem;
	text-align: left;
	font-weight: 800;
	
	letter-spacing: .1rem;
	line-height: 2.6rem;
	
}

.brand_disp{
	
	width: 90%;
	margin: 0 auto;
	font-size: 1.4rem;
	text-align: left;
	
	letter-spacing: .1rem;
	line-height: 2.6rem;
}

div.brand_item{
	margin: 5% auto 0;
	width: 75%!important;
	
	
}

.slideItem {
  width: 380px;
  margin-right: 60px;
	
	
}


div.item_img  img {

	margin: 0 auto;
}


.item_no,
.item_name,
.item_disp {
  
  text-align: center;

  font-style: normal;
  font-weight: 400;
}


.item_no { 
	font-size: 3rem;
	margin-bottom: 3%;}
.item_name { 
	font-size: 1.5rem;
	margin-bottom: 5%;}
.item_disp { 
	margin-bottom: 5%;
	font-size: 1.3rem; 
	line-height: 1.9rem;
	letter-spacing: .1rem;
	text-align: left;
	
}


p.jump{
	width: 70%;
	margin: 5% auto;
	border: 2px solid #333;
	padding: 1.5%;
	font-size: 2.6rem;
	text-align: center;
	font-weight: 900;
}



@media screen  and (max-width:1024px){/**480px〜：SP横 *600px〜タブレット　768px〜sp縦*/
	
.top{
	margin: 100px auto 0;
	width: 100%}

h1{
	font-family: condor-compressed, sans-serif;
	font-weight: 400;
	font-style: normal;
	
	font-size: 5rem;
	text-align: center;
	
	letter-spacing: 1.2rem;
}

.title_disp{
	margin: 5% auto;
	
	width: 70%;
	font-size: 1.2rem;
	text-align: left;
	
	letter-spacing: .2rem;
	
}





section.brand__1{
	
	margin: 5% auto 0;
	width: 100%;

}

h2{
	font-family: condor-compressed, sans-serif;
	font-weight: 400;
	font-style: normal;
	
	font-size: 2rem;
	
	
	letter-spacing: .5rem;
}

span.brand_name{
	
	font-size: 1.3rem;
	text-align: center;
	
	letter-spacing: .3rem;
	
}

ul.brand_look{
	width: 95%;
	margin: 0 auto;
	overflow:hidden;
}
ul.brand_look li{
	margin-bottom: 2%;
}

.brand_image{
	width: 100%;
}

.brand_disp{
	
	width: 96%;
	margin: 0 auto;
	font-size: 1.2rem;
	text-align: left;
	
	letter-spacing: .1rem;
	line-height: 2.0rem;
}

div.brand_item{
	margin: 5% auto 0;
	width: 75%!important;
	
	
}

.slideItem {
  width: 260px;
  margin-right: 10px;
	
	
}


div.item_img  img {

	margin: 0 auto;
}

	

.item_no,
.item_name,
.item_disp {
  
  text-align: center;
  font-style: normal;
  font-weight: 400;
}


.item_no { 
	font-size: 2rem;
	margin-bottom: 3%;}
.item_name { 
	font-size: 1.3rem;
	margin-bottom: 5%;}
.item_disp { 
	margin-bottom: 5%;
	font-size: 1.2rem; 
	line-height: 1.9rem;
	letter-spacing: .1rem;
	text-align: left;
	
}
	
	
}


/***************************************

liグリット

***************************************/

.floatL{float: left}
.floatR{float: right}
.li100{width: 100%}
.li50{width: 50%;}
.li30{width: 33.333%;}
.li25{width: 25%;}

@media screen  and (max-width:1024px){/**480px〜：SP横 *600px〜タブレット　768px〜sp縦*/

	

.li50{width: 100%; }
.li30{width: 50%; }
.li25{width: 50%; }	
	
}


/***************************************

marginグリット

***************************************/

.marginB5{
	margin-bottom: 5%
}


/***************************************

font

***************************************/



.fontCenter{text-align: center}
.fontLeft{text-align: left}

.font10{font-size: 1.0rem}
.font11{font-size: 1.1rem}
.font12{font-size: 1.2rem}
.font13{font-size: 1.3rem}
.font14{font-size: 1.4rem}
.font15{font-size: 1.5rem}
.font18{font-size: 1.8rem}

.font45{font-size: 4.5rem}
.font55{font-size: 5.5rem}

.fontW90{font-weight: 900;}


@media screen  and (max-width:1024px){/**480px〜：SP横 *600px〜タブレット　768px〜sp縦*/
.font11{font-size: .9rem}	
.font12{font-size: 1.0rem}
.font13{font-size: 1.1rem}	
.font14{font-size: 1.2rem}	
}






/***************************************

fotter

***************************************/





footer{
	clear:both;
	width: 100%;
	text-align:center;
	margin:0 auto;;
}

footer > p{
	font-size: .7rem;
	

}


	
	
/********************************-*/
	
@media screen and (min-width:480px) and (max-width:600px){/**480px〜：SP横 */
	
	
	
 
}

@media screen and (min-width:600px) and (max-width:960px){/**600px〜タブレット　768px〜sp縦*/
	
 
}	

