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

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* For modern browsers */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom: 1;
}
/*---------------------------------------------------------------
 common
-------------------------------------------------------------- */
.top_banner {
	margin: 0 auto 30px;
	max-width: 960px;
	padding: 0 15px;
}

.top_banner img {
	width: 100%;
	height: auto;
}

#Page {
	min-width: 0;
}

#GlobalHeader .inner {
	max-width: 1060px;
	width: auto;
}

.lower #Contents {
	width: auto;
	padding-top: 15px;
}

/*-PC-*/
 @media (min-width:769px) {
.lower #Contents { 
	width: auto;
	padding-top: 40px; 
} 
}


#ContentsHeader {
	padding-top: 58px;
}

#TopicPath {
	position: static;
	padding-right: 15px;
	margin: 0 auto;
	max-width: 960px;
	text-align: right;
	top: auto;
	right: auto;
	color: #888;
	font-size: 11px;
        line-height:1;
	letter-spacing: 0;	
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	
}

#TopicPath a {
	color: #888;
	text-decoration: none;
}

#TopicPath a:hover {
	text-decoration: underline;
}

#catalog {
	width:100%;
	margin:0;
	padding:5em 0 0 0;
}
#catalog h3 {
	margin:0;
	padding:0 0 3em 0;
	text-align:center;
	font-size:18px;
	letter-spacing: 0;
	line-height: 1;	
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;		

}

.season{
	margin:0.5em 0;
	padding:0;
	text-align:center;
	letter-spacing: 0;
	line-height: 1;	
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;	

}


.child_contents {
	margin: 0 auto;
	width: auto;
	max-width: 650px;
	padding: 0 15px;
}

.child_contents ul {
 width: auto; 
}

.child_contents ul li {
	margin: 0;
	width: 46%;
	float: left;
	font-size: 15px;
	text-align: center;
}


.child_contents ul li:first-child + li {
	float: right;
}

.catalog_list {
	margin: 50px 0;
}

.catalog_list h2 {
	padding-top: 23px;
	text-align: center;
	background: url(../img/share/lwr_hd_ln.gif) no-repeat center top;
	margin-bottom: 50px;
}

.catalog_list ul {
	overflow: hidden;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 15px;
}

.catalog_list ul li {
	max-width: 300px;
	width: 31.25%;
	margin: 0 0 3.125% 3.125%;
	float: left;
}

.catalog_list ul li:nth-child(3n+1) {
	margin-left: 0;
	clear: left;
}

.catalog_list ul li img {
	width: 100%;
	height: auto;
}

.catalog_list ul li p.c_title {
	margin: 1em 0;
	font-family: "PT Serif", serif;
}



@media screen and (max-width: 580px) {
	#GlobalHeader .inner {
		width: 100%;
	}
	.child_contents ul li {
		float: none;
		width: 90%;
		margin: 0 auto 20px;
	}
	.child_contents ul li:first-child + li {
		float: none;
	}

	.child_contents ul li a {
		padding: 18px 0;
	}

	.catalog_list {
		display: none;
	}

}


html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	font-feature-settings: "palt";
	font-family: 'Amiri', serif;
	letter-spacing: 1.6px;
	font-size: 1.4rem;/* 14px */
	font-weight: 400;
	line-height: 2.2;
	-webkit-text-size-adjust: 100%;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.fade-in {
	transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
}
a {
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	opacity: 1;
	text-decoration: none;
	color: #333;
}
.fixedsticky {
	top: 0;
	z-index: 10;
}

* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}


/*-----------------------
 mainImg
 -------------------------*/

/*-SP-*/
@media (max-width:768px) {
 #container {
 	margin: 0 auto;
	width: 100%;
	margin: 0;
	padding: 0;
}

#mainImg {
  background-image: url(../images/main.jpg);
  background-size: cover;
  width: 75%;
  height: 320px;
  position: relative;
  left:25%;
  margin-bottom: 50px;
}

#main_logo img {
  max-width:200px;
  position: absolute;
  top: 30%;
  left: -29%;
  }
  
p.main_title {
width: 83%;
margin:0 auto;
text-align:center;
font-size: 2.2rem;/* 22px */ 
letter-spacing: 3px;
font-weight: 400;
margin-bottom: 15px;
}
  
p.main_txt {
width: 83%;
margin:0 auto;
text-align:center;
font-size: 1.4rem;/* 14px */ 
letter-spacing: 2px;
font-weight: 400;
line-height: 3;
margin-bottom: 80px;
}
/*p.main_txt br {
    display: none;
}
*/
}

/*-PC-*/
@media (min-width:769px) {
 #container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#mainImg {
  background-image: url(../images/main.jpg);
  position: relative; 
  background-size: cover;
  width: 90%;
  height: 600px;
  left:15%;
  margin-bottom: 60px;
 }

#main_logo img {
  max-width:290px;
  position: absolute;
  top: 30%;
  left: -22%;
  }

p.main_title {
text-align:center;
font-size: 2.6rem;/* 26px */ 
letter-spacing: 3px;
font-weight: 400;
margin-bottom: 10px;}

p.main_txt {
text-align:center;
font-size: 1.4rem;/* 14px */ 
letter-spacing: 2px;
font-weight: 400;
line-height: 2.8;
margin-bottom: 80px;
}
  }


/*---------------------------------------------------------------
 lookbook_container
-------------------------------------------------------------- */


#lookbook_container {
	width: 92%;
	margin:0 auto;
	padding: 0;
margin-bottom:-100px;		
}

/*-PC-*/
 @media (min-width:769px) {
#lookbook_container {
        max-width:960px;
	width:100%;
	margin:0 auto;
	padding: 0;
margin-bottom:-100px;	
} 

}


#lookbook_container img {
	width: 100%;
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
}
#lookbook_container ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

#lookbook_container ul li.wrap ul.credit {
	width: 100%;
	overflow: hidden;
	margin-top: 6px;
	text-align: left;	
}

#lookbook_container ul li.wrap ul.credit a {
	margin: 4px 0 0 0;
	letter-spacing: 1px;
	font-size: 1.2rem;
	color: #333;
	display: block;
	line-height: 180%;
	text-decoration: none;	
}

#lookbook_container ul li.wrap ul.credit li {
   position:relative;
	width: 100%;	
	padding: 0 10px;
         margin: 6px 0 0 0;
	letter-spacing: 1px;
	font-size: 1.2rem;
	color: #333;
	display: block;
	line-height: 150%;
    font-family: 'Open Sans', sans-serif;	
}

#lookbook_container ul li.wrap ul.credit li.comment {
	font-size: 1.1rem;
	margin-top:0px;
	padding: 0 10px;

}

#lookbook_container ul li.wrap ul.credit li a span {
        position:absolute;
	top:0;
	right:10px;
	border: 1px solid #333;
	padding: 3px 31px;
	text-decoration: none;
	font-size: 1.0rem;
	background: #333;
	color: #fff;
	font-feature-settings: "palt";
	font-family: 'Amiri', serif;
}
#lookbook_container ul li.wrap ul.credit li a:hover span {
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	opacity: 1;
	text-decoration: none;
	background: #666;
	border: 1px solid #666;
	font-feature-settings: "palt";
	font-family: 'Amiri', serif;	
}

#lookbook_container ul li.wrap ul.credit li span.shoponly {
         position:absolute;
	top:0;
	right:10px;
	border: none;
	padding: 3px 6px;
	text-decoration: none;
	font-size: 1.1rem;
	background: #fff;
	color: #000;
	font-feature-settings: "palt";
	font-family: 'Amiri', serif;	
}

/*-SP-*/
@media (max-width:768px) {
#lookbook_container ul {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	justify-content: space-between;
        -ms-flex-pack: justify; /*IE10*/
        -webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
        -webkit-justify-content: space-between; /* Safari6.1以降 */
	flex-direction: column;
	-ms-flex-flow: column; /*IE10*/
	-webkit-flow: column; /* Safari6.1以降 */
	margin-bottom: 100px;
}

#lookbook_container ul li.wrap {
 width:100%;
 padding:0;
 margin:0;
}

#lookbook_container ul li.wrap figure {
	margin:0;
	padding:0;
} 

#lookbook_container ul li.wrap figure img {
	width: 100%;
} 

#lookbook_container ul li.wrap figcaption {
	font-size: 1.6rem;
	margin-top:12px;
	padding: 0 10px;
}

}


/*---wrap---*/
/*-PC-*/
@media (min-width:769px) {
#lookbook_container ul {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	justify-content: space-between;
        -ms-flex-pack: justify; /*IE10*/
        -webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
        -webkit-justify-content: space-between; /* Safari6.1以降 */
	flex-direction: row;
	-ms-flex-flow: row; /*IE10*/
	-webkit-flow: row; /* Safari6.1以降 */
	margin-bottom: 100px;
	flex-wrap:wrap;
}

#lookbook_container ul li.wrap {
 width:47%;
 padding:0;
 margin:0;
}

#lookbook_container ul li.wrap figure {
	margin:0;
	padding:0;
} 

#lookbook_container ul li.wrap figure img {
	width: 100%;
} 

#lookbook_container ul li.wrap figcaption {
	font-size: 1.5rem;
	margin-top:12px;
	padding: 0 10px;
}

}

/*--------------------
 animation
 ---------------------*/
.invisible {
  transition: opacity 0.3s ease;
  opacity: 0.0;
}

.visible {
  transition: opacity 0.3s ease;
  opacity: 1.0;   
}
