
@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;	
	
	background: #FFF5EE;
	
	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,248,235);
	/*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

***************************************/


.box{
	background: url("../190301/feature/image/190301-trend-0.jpg") no-repeat center;
	background-size: cover;
	margin-bottom: 120px;
	xoverflow: hidden;
	position: relative;
}

.box__centered{
	left: 50%;
	position: absolute;
	top: 50%;
}

.box__contents{
	text-align: center;
	transform: translate(-50%,-50%);
}

.box__title{
	color: #fff;
	font-size: 5rem;
	font-weight: 900;
}

.box__title img.topimg{
	width: 90%;
}

.box__text{
	margin-top: 3%;
	color: #fff;
	font-size: 1.9rem;
	font-weight: 100;
	line-height: 2.5rem;
}





@media screen  and (max-width:1024px){/**480px〜：SP横 *600px〜タブレット　768px〜sp縦*/
	
.box__centered{
	width: 90%;
	left: 50%;
	position: absolute;
	top: 50%;
}	
	
.box__title{
	color: #fff;
	font-size: 2.5rem;
	font-weight: 900;
}

.box__text{
	margin-top: 3%;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 100;
	line-height: 2.5rem;
}
	
.box__text br{
	display: none;
}	



	
	
}

/***************************************

contents

***************************************/


section{width: 70%;
margin: 3% auto 15%;}

section.topsub{
	line-height: 4rem;
}



section.vintage,section.bekko,
section.square,section.white,
section.beige,section.linen,
section.justfit{
	line-height: 4rem;
	
}

	


ul.coor1{
	width: 65%;
	margin: 0 auto;
	text-align: center;
	overflow:hidden;
	
	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.coor1 img{
	width: 90%;
}


p.OkiItem_Disp{
	width: 75%;
	margin: 3% auto 0;
	line-height: 1.8rem
}



.hr80{
	width: 80%;
	
}

p.OkiItem_Disp2{
	width: 68%;
	margin: 0 auto;
	line-height: 1.8rem
}


p.OkiItem_Disp3{
	width: 85%;
	margin: 3% auto 0;
	line-height: 1.8rem
}	

p.OkiItem_Disp3 br{
	display: none;
}

span.look{
	width: 20%;
	background: #000;
	color: #fff;
	padding: .5% 2%;
	font-size: 1rem;
	margin-left: 2%;
}


.sumtitle{
	
	font-weight: 900;
	
	font-family: 'Oswald', sans-serif;
}


p.coorDisp{
	
	width: 85%;
	margin: 3% auto;
	line-height: 2.5rem
	
	
}

table.coorItem{
	width: 90%;
	border-collapse: collapse;
	border: none;
}

table.coorItem td.columnLeft{
	width: 10%;
	border-right: 1px solid #aaa;}

table.coorItem p.coorItem_Disp{
	margin: 0 0 3% 5%;
	line-height: 1.5rem}




ul.coor2{
	width: 75%;
	margin: 10% auto 0 ;
	text-align: center;
	overflow:hidden;
	
}





ul.coor2 img{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	
}







ul.coor2 p.Item_Disp{
	width: 90%;
	margin: -15% auto 0;
	l
	
		
}

ul.coor2 p.Item_Name{
	width: 90%;
	margin: -5% auto 0;
	
		
}



ul.coor3{
	width: 75%;
	margin: 5% auto 0 ;
	text-align: center;
	overflow:hidden;
	
}

ul.coor3 img{
	width: 85%;
	margin: 0 auto;
	text-align: center;
	
}

ul.coor3 li{
	margin-bottom: 2%;
	
}


ul.coor3 p.Item_Disp{
	width: 90%;
	margin: -5% auto 0;
	
		
}

ul.coor3 p.Item_Name{
	width: 90%;
	margin: -5% auto 0;
	
		
}



ul.coor4{
	width: 75%;
	margin: 10% auto 0 ;
	text-align: center;
	overflow:hidden;
	
}
ul.coor4 img{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	
}

ul.coor4 p.Item_Disp{
	width: 90%;
	margin: -5% auto 0;
	
		
}

ul.coor4 p.Item_Name{
	width: 90%;
	margin: -5% auto 0;
	
		
}


.image-round1{
  border-radius: 50%;
}



@media screen  and (max-width:1024px){/**480px〜：SP横 *600px〜タブレット　768px〜sp縦*/
	
	
	
	


section{width: 95%;
margin: 3% auto 10%;}

section.topsub{
	line-height: 3rem;
}


section.topsub br{
	display:none;
}	


section.vintage,section.bekko,
section.square,section.white,
section.beige,section.linen,
section.justfit{
	line-height: 2rem;
	
}

	


ul.coor1{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow:hidden;
	
	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.coor1 li{
	margin-bottom: 2%;
	
	
}

ul.coor1 img{
	width: 90%;
}


p.OkiItem_Disp{
	width: 80%;
	margin: 3% auto 0;
	line-height: 1.8rem
}



.hr80{
	width: 83%;
	
}

p.OkiItem_Disp2{
	width: 80%;
	margin: 0 auto;
	line-height: 1.8rem
}


p.OkiItem_Disp3{
	width: 98%;
	margin: 3% auto 0;
	line-height: 1.8rem
}	

span.look{
	width: 20%;
	background: #000;
	color: #fff;
	padding: .5% 2%;
	font-size: 1rem;
	margin-left: 2%;
}


.sumtitle{
	
	font-weight: 900;
	
	font-family: 'Oswald', sans-serif;
	
	line-height: 4rem;
}


p.coorDisp{
	
	width: 95%;
	margin: 3% auto;
	line-height: 2.5rem
	
	
}

table.coorItem{
	width: 95%;
	border-collapse: collapse;
	border: none;
}

table.coorItem td.columnLeft{
	width: 10%;
	border-right: 1px solid #aaa;}

table.coorItem p.coorItem_Disp{
	margin: 0 0 0 5%;
	line-height: 1.5rem}




ul.coor2{
	width: 90%;
	margin: 15% auto 0 ;
	text-align: center;
	overflow:hidden;
	
	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.coor2 img{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	
}







ul.coor2 p.Item_Disp{
	width: 98%;
	margin: -15% auto 0;
	lline-height: 1.3rem!important
	
		
}

ul.coor2 p.Item_Name{
	width: 90%;
	margin: 0% auto 0;
	
	line-height: 2rem!important
	
		
}



ul.coor3{
	width: 90%;
	margin: 5% auto 0 ;
	text-align: center;
	overflow:hidden;
	
	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.coor3 img{
	width: 85%;
	margin: 0 auto;
	text-align: center;
	
}

ul.coor3 li{
	margin-bottom: 2%;
	
}


ul.coor3 p.Item_Disp{
	width: 95%;
	margin: -5% auto 0;
	line-height: 2rem;
	
		
}

ul.coor3 p.Item_Name{
	width: 95%;
	margin: auto 0;
	line-height: 2rem;
		
}



ul.coor4{
	width: 90%;
	margin: 10% auto 0 ;
	text-align: center;
	overflow:hidden;
	
}
ul.coor4 img{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	
}

ul.coor4 p.Item_Disp{
	width: 90%;
	margin: -5% auto 0;
	line-height: 2rem
	
		
}

ul.coor4 p.Item_Name{
	width: 90%;
	margin: auto 0;
	line-height: 2rem
		
}


.image-round1{
  border-radius: 50%;
}


	
}


/***************************************

liグリット

***************************************/

.li100{width: 100%}
.li50{width: 50%; float: left}
.li30{width: 33.333%; float: left}
.li25{width: 25%; float: left}

@media screen  and (max-width:1024px){/**480px〜：SP横 *600px〜タブレット　768px〜sp縦*/

	

.li50{width: 50%; float: left}
.li30{width: 50%; float: left}
.li25{width: 50%; float: left}	
	
}


/***************************************

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.1rem}
.font13{font-size: 1.0rem}	
	
}

/***************************************

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縦*/
	
 
}	

