body {
	/*line-height:1;*/
	/*font-family: 'Helvetica Neue', 'Helvetica', 'Arial', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
	/*font-size:12px;*/
	color:#000000;
	width:100%;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*a { text-decoration: none;}
a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { text-decoration: underline;}
a:active { color: #000000; }*/

/*@media only screen and (max-width: 750px) {
	a { text-decoration: underline;}
}*/

#pc { display: block !important; }
#sp { display: none !important; }

@media only screen and (max-width: 750px) {
	#pc { display: none !important; }
	#sp { display: block !important; }
}

#wrap{
	width: 100%;
	margin: 0px auto;
}

/* 1200px以下だと100%表示 */
@media screen and ( max-width:1200px )
{
	#wrap{
		width: 100%;
	}

}

/* ///////////////////////// 2020wLOOKここから ///////////////////////// */
.lookbook_length{
	width: 1200px;
	margin: 0 auto;
}

.lookbook_length .item_detail{
	transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}

.lookbook_length .item_detail img{
	width: 100%;
}

.lookbook_length .item_detail .detail02{
	padding-bottom: 80px;
}

.lookbook_length .item_detail ul{
	font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	text-align: right;
	line-height: 200%;
	margin: 40px 15px 40px 0;
}

/* 1200px以下 */
@media screen and ( max-width:1200px )
{
	.lookbook_length{
		width: 100%;
	}
	
	.lookbook_length .item_detail ul{
	margin: 5% 2% 5% 0;
	}

	.lookbook_length.item_detail .detail02{
		padding-bottom: 8%;
	}
	
}
/* ///////////////////////// 2018awLOOKここまで ///////////////////////// */