/* Reset & base */
@charset "utf-8";
#recomcontents {
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
	}

	
	
#recomcontents div.item_link{
  line-height : 1.5 ;
}
#recomcontents div.item_link div{
  line-height : 1.5 ;
}
#recomcontents div.item_link a{
  line-height : 1.5 ;
}


.clear::after {
	clear:both;
  content:'';
  display:block;
}
#recomcontents a {
	color: #333333;
}
#recomcontents a:link {
	color: #333333;
	text-decoration: underline;
}
#recomcontents a:visited {
	color: #333333;
	text-decoration: underline;
}
#recomcontents a:hover {
	text-decoration: none;
}


/*============================*/	
a.disabled{
    pointer-events: none;
}
/*============================*/	

.try-noto {
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}
	
.p_left{text-align: left;}	
.p_right{text-align: right;}	
	
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}






.flexcontainer{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  justify-content: flex-start;
  /*justify-content: center;*/
  flex-wrap: wrap;
  align-items :  flex-start;
}

 
.flexitem2{
  width: 50%;
  margin-top:0px;
  margin-bottom: 30px;
  
}

.flexitem2 img{
  width: 99%;
}

	
.flexitem1{
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.flexitem1 img{  width: 99%;}

@media screen and (min-width: 641px){
#header_title{
	text-align:center;
	margin: 0px auto;
}
	
#header_title img {
	display:block;
}
	
.item_link {
	vertical-align:top;
	text-align: left;
	font-size: 11px;
	padding: 0 3px;
	margin: 5px 0 0;
}
	
.item_link img { width: 60px: }
}
@media screen and (max-width: 640px) {
	/* スマホ用のCSS */
#header_title{
	text-align:center;
	margin: 0px auto;

}	
#header_title img {
	/*display:none;*/
	width:100%;

}

	
.flexitem1{
  width: 100%;
  text-align: center;
  margin-top:0px;
  
}
	
.item_link {
	text-align: left;
	vertical-align:top;
	margin:5px 5px 0;
	font-size: 11px;
}
.item_link img { width: 50%:}
	

.flexitem1 img{  width: 85%;}
.flexitem1r img{  width: 65%;}
.flexitem1l img{  width: 65%;}
}
	
.lookbook-notice {
	
  text-align: left;
  margin: 0 0 20px;
}

.lookbook-notice .notice-label {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #888;
  margin-bottom: 8px;
}

.lookbook-notice p {
  margin: 0;
  font-size: 14px;
  color: #444;
  letter-spacing: 0.08em;
}	