
@charset "utf-8";

/***************************************

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;	
	
	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(255,255,255);
	/*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: 10px 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(255,255,255);
	/*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;
}







/***************************************

top

***************************************/

section.top{
	
	width: 80%;
	margin-top: 10%;
text-align: center}

section.top img{
	
	margin: 0 auto;
}

section.top p{
	width: 53%;
	margin: 0 auto;
	text-align: left;
	
	font-size: 1.4rem;
	line-height: 2.4rem;
	letter-spacing: 0.2rem;
}


@media screen  and (max-width:1024px){/**480px〜：SP横 *600px〜タブレット　768px〜sp縦*/
	
	
section.top{
	
	width: 100%;
	margin-top: 10%;
text-align: center}	
	
section.top img{
	
	width: 98%;
}
section.top p{
	width: 95%;
	margin: 0 auto;
	text-align: left;
	
	font-size: 1.4rem;
	line-height: 2.4rem;
	letter-spacing: 0.2rem;
}	
	
}

/***************************************

contents

***************************************/


section{width: 80%;
margin: 0% auto 20%;
}

section.lavenham,
section.alphaindustries,
section.designers1{
	width: 80%;
margin: 3% auto 20%;
	padding: 10% 0;
	
}

section.designers2{
	width: 80%;
margin: -25% auto 5%;
	padding: 0;
	
}


.right{
	text-align: right;
	padding: 3% 0% 0 0;
}

.left2{
	text-align: left;
	padding:4% 0% 0 0;
}
.center{
	text-align: center
}


ul.brand{
	width: 100%;
	background: #e8eaf0;
}
ul.brand li.li100{
	width: 100%;
}

ul.brand li.li50{
	width: 50%;
	float: right;
	
}

ul.brand li.li50l{
	width: 50%;
	float: left;
	padding: 3% 0% 0 0;
	
}

ul.brand li.li25{
	width: 25%;
	float: left;
	
}

ul.brand li.li25 > p {
	font-size:1.3rem;
	line-height: 2rem;
	padding: 10% 15%;
	
}

ul.brand li img.img50{
	width: 60%;
	
}


ul.itemname{
	width: 60%;
	
	margin: 20% 0 0 20%;
}

ul.itemname li > p{
	font-size:1.2rem;
	line-height: 2.2rem;
	font-weight: 900;
}

ul.itemname li img.img60{
	width: 50%;
}

ul.itemname li img.img40{
	width: 40%;
}

ul.itemname li img.img50{
	width: 50%;
}

ul.itemname li.li20{
	width: 20%;
	float: left;
	
}

ul.itemname li.li80{
	width: 80%;
	float: left;
	
}

ul.comment{
	width: 80%;
	margin: 0 auto;
}

ul.comment li.li25{
	width: 25%;
	float: left;
	
	margin-bottom: 5%;
	
}


ul.comment li.li30{
	width: 33%;
	float: left;
	
}



ul.comment li.li25 > p {
	font-size:1.3rem;
	line-height: 2rem;
	padding: 0% 12% 5%;
	
}

ul.comment li.li25 p.sfo,
ul.comment li.li30 p.sfo{
	font-size:1.2rem;
	line-height:1.2rem;
	padding: 10% 12% 2%;
	text-align: center;
	
}


ul.comment li.li25 p.buy,
ul.comment li.li30 p.buy{
	width: 25%;
	background: #000;
	color:#fff;
	text-align: center;
	margin: 0 auto;
	font-size:1.3rem;
	line-height: 2rem;
	padding: 1% 5% 1%;
	
}

ul.comment li.li30 > p {
	font-size:1.3rem;
	line-height: 2rem;
	padding: 0% 12% 5%;
	
}


aside{
	text-align: center;
	clear: both;
		
}



ul.brandDis{
	width: 70%;
	margin: 0 auto;
	
}




ul.brandDis li.li50{
	width:50%;
	margin: 0 auto;
	float: left;
}



ul.brandDis2{
	width: 80%;
	margin: 0 auto;
	display: flex;
justify-content: center;
align-items: center;
	
}

ul.brandDis2 li.li40{
	width:40%;
	margin: 0 auto;
	float: left;
	
}

ul.brandDis2 li.li60{
	width:60%;
	margin: 0 auto;
	float: left;
}

ul.brandDis li > p,
ul.brandDis2 li > p{
	text-align: left;
	font-size:1.3rem;
	line-height: 2.5rem;
	padding: 5% 5% 0 0;
}

ul.brandDis li p.bfo{
	text-align: center;
	font-size:3rem;
	line-height: 2.3rem;
	padding: 2% 0 5%;
	font-weight: 900;
}





ul.brandDis li img.img60{
	width: 80%;
}

ul.brandDis2 li p.bfo{
	text-align: center;
	font-size:3rem;
	line-height: 2.3rem;
	padding: 2% 0 2%;
	font-weight: 900;
}









ul.itemOt{
	width: 80%;
	margin: 0 auto;
	clear: both;
	padding-top: 8%;
	
	
	
}

.lavenham ul.itemOt{
	width: 80%;
	margin: 0 auto;
	clear: both;
	padding-top: 8%;
	padding-bottom: 20%;
	
	
	
}
ul.itemOt2{
	
	padding-top: 3%;
	
	display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
	
	
}

ul.itemOt li.li25{
	width:23%;
	margin: 1% 1%;
	float: left;
	text-align: center;
	
	position:relative;
}

ul.itemOt li img{
	width: 100%;
	
}





ul.itemOt li.li25 p{
	position: absolute;
	bottom:10px;
	left:10px;
	color: #fff;
	z-index: 999;
	font-weight: 500;
	text-align: left;
	font-size:1.1rem;
	line-height: 1.4rem;
	letter-spacing: 0.1rem;
	text-shadow: 1px 2px 3px #555;	}
	
	
	
ul.itemOt li p.bfo{
	text-align: center;
	font-size:3rem;
	line-height: 2.3rem;
	padding: 2% 0 5%;
	font-weight: 900;
}


ul.itemOt li p.bfo2{
	position: relative;
	font-size:2.5rem;
	line-height: 2.3rem;
	padding: 5% 0 0;
	font-weight: 900;
	color:#333;
	text-shadow: none;	
}

ul.itemOt li.li25  div.sfo2{
	position: relative;
	width: 80%;
	padding: 15% 2% 2% 2%;
	text-align: left;
	font-size:1.2rem;
	line-height: 2.3rem;
	
	font-weight: 500;
	color:#333;
	text-shadow: none;	
}


@media screen  and (max-width:1024px){/**480px〜：SP横 *600px〜タブレット　768px〜sp縦*/
	


	section.lavenham,	
section.designers1,
	section.designers2,
section.alphaindustries{
	width: 100%;
margin: 0% auto;

	
	clear: both;
	
}	
	
	

	

.right{
	text-align: right
}
.center{
	text-align: center
}


ul.brand{
	width: 100%;
}
ul.brand li.li100{
	width: 100%;
}

ul.brand li.li100 img{
	width: 100%;
}	
	
ul.brand li.li50{
	width: 50%;
	float: right;
	
}

ul.brand li.li50l{
	width: 50%;
	float: left;
	
}

ul.brand li.li25{
	width: 25%;
	float: left;
	
}

ul.brand li.li25 > p {
	font-size:1.3rem;
	line-height: 2rem;
	padding: 10% 15%;
	
}

ul.brand li img.img50{
	width: 100%;
	
}


ul.itemname{
	width: 100%;
	
	margin: 20% 0 0 0%;
}

ul.itemname li > p{
	font-size:7px;
	line-height: 1.5rem;
	font-weight: 500;
}

ul.itemname li img.img60{
	width: 80%;
}

ul.itemname li.li20{
	width: 20%;
	float: left;
	
}

ul.itemname li.li80{
	width: 80%;
	float: left;
	
}

ul.comment{
	width: 100%;
	margin: 0 auto;
	
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;	
	
}

ul.comment li.li25{
	width:50%;
	float: left;
	
}
	
ul.comment li.li30{
	width: 50%;
	float: left;
	
}	

ul.comment li.li25 > p {
	font-size:1.0rem;
	line-height: 1.5rem;
	padding: 10% 10%;
	
}
	
ul.comment li.li25 p.sfo,
ul.comment li.li30 p.sfo{
	font-size:1.2rem;
	line-height:1.2rem;
	padding: 10% 12% 2%;
	text-align: center;
	
}	

ul.comment li.li25 p.buy,
ul.comment li.li30 p.buy{
	width: 25%;
	background: #000;
	color:#fff;
	text-align: center;
	margin: 0 auto;
	font-size:1.1rem;
	line-height: 2rem;
	padding: 1% 5% 1%;
	
}	
	
ul.comment li.li30 > p {
	font-size:1.0rem;
	line-height: 1.5rem;
	padding: 0% 10% 10%;
	
}
	
ul.comment li.spc{
		display: none;
	}	

aside{
	text-align: center;
	clear: both;
		
}



ul.brandDis{
	width: 95%;
	margin: 0 auto;
}

ul.brandDis li.li50{
	width:100%;
	margin: 0 auto;
	float: left;
}

ul.brandDis li img.img60{
	width: 90%;
}



ul.brandDis li > p{
	text-align: left;
	font-size:1.0rem;
	line-height: 2.3rem;
	padding: 5% 5% 0 0;
}

ul.brandDis li p.bfo{
	text-align: center;
	font-size:3rem;
	line-height: 2.3rem;
	padding: 2% 0 5%;
	font-weight: 900;
}







ul.itemOt{
	width: 95%;
	margin: 0 auto;
	clear: both;
	padding-top: 8%;
	
	overflow:hidden;
	
	vertical-align: bottom;
	
	
}
	
ul.itemOt li.spc{
	display: none;
	
	
}	
	

	

ul.itemOt li.li25{
	width:48%;
	margin: 1% 1%;
	float: left;
	text-align: center;
	
	position:relative;
}

ul.itemOt li img{
	width: 100%;
	
	
	
}




ul.itemOt li.li25 p{
	position: absolute;
	bottom:10px;
	left:10px;
	color: #fff;
	z-index: 999;
	font-weight: 500;
	text-align: left;
	font-size:6px;
	line-height: 1.0rem;
	letter-spacing: 0.1rem;
	text-shadow: 1px 2px 3px #555;
	
	
	
}
	
	
p.black{
	position: absolute;
	bottom:10px;
	left:10px;
	color: #999!important;
	z-index: 999;
	font-weight: 500;
	text-align: left;
	font-size:6px;
	line-height: 1.3rem;
	letter-spacing: 0.1rem;
	text-shadow: none!important;	
	
	
	
}	
	
ul.itemOt li p.bfo{
	text-align: center;
	font-size:3rem;
	line-height: 2.3rem;
	padding: 2% 0 5%;
	font-weight: 900;
}


ul.itemOt li p.bfo2{
	position: relative;
	font-size:1.7rem;
	line-height: 2.0rem;
	padding: 0 0;
	font-weight: 900;
	color:#333;
	text-shadow: none;	
}

ul.itemOt li.li25  div.sfo2{
	position: relative;
	width: 98%;
	padding: 15% 1% 2% 1%;
	text-align: left;
	font-size:1.2rem;
	line-height: 2.0rem;
	
	font-weight: 500;
	color:#333;
	text-shadow: none;	
}
	
		


	}

/***************************************

pagetop

***************************************/



.pagetop {
    position: fixed;
    bottom: 20px;
    right: -5%;
}

.pagetop img{
    width: 30%
}


@media screen  and (max-width:1024px){
	
	
	
	.pagetop {
    position: fixed;
    bottom: 10px;
    right: -55%;
}

.pagetop img{
    width: 30%
}
	
}




/***************************************

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縦*/
	
 
}	

