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%;
	}

}

/*.head_logo{
	text-align: center;
	margin: 20px 0;
	width: 100%;
}

.head_logo_sp{
	text-align: center;
	width: 100%;
}

.head_logo_sp img{
	width: 70%;
}*/


.item{
	width: 340px;
	margin: 50px 60px 80px 0;
	float: left;
	font-size: 12px;
	line-height: 180%;
}

.item ul{
    padding: 0;
    padding-bottom: 20px;
	overflow: hidden;
}
.item li{
    /*padding: 0;
    margin: 0;*/
    list-style-type:none;
}

.item span{
	font-weight: bold;
	font-size: 14px;
	line-height: 200%;
}


/*スライド画像の横幅可変*/
/*img {
    max-width: 100%;
    height: auto;
}*/

/* ウインドウ幅が1000px以下 */
@media screen and ( max-width:1200px )
{
	.item{
		width: 90%;
		margin: 0px;
		padding: 0 5%;
		float: left;
		font-size: 12px;
		line-height: 180%;
		overflow: hidden;
	}

	.item ul{
		width: 100%;
		padding-bottom: 5%;
	}
}



/* //////////////////////////  スマホfooter ////////////////////////// */
/*#search-form {
	padding: 12px;
	margin-top: 30%;
	overflow: hidden;
}
#search-form form {
	width: 100%;
	display: table;
	table-layout: fixed;
	font-size: 14px;
}
#search-form input[type=text] {
	display: table-cell;
	width: 100%;
	height: 38px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-appearance: none;
}
#search-form .search-button {
	display: table-cell;
	vertical-align: top;
	width: 20%;
}
#search-form .search-button input[type="submit"] {
	width: 100%;
	height: 38px;
	font-weight: bold;
	color: #fff;
	border: none;
	background: #000;
	padding: 0;
	border-radius: 0;
	-webkit-appearance: none;
}*/



/* ///////////////////////// footerここまで ///////////////////////// */
/*ここからSP*/
/*table.foot_navi {
	border-collapse: collapse;
	text-align: left;
	line-height: 0.5;
	width:100%;
}

table.foot_navi td {
	width: 50%;
	vertical-align: middle;
	border: 1px solid #fff;
	background: #F8F8F8;
}

table.foot_navi td .block-link a {
	display: block;
	padding:15px 0;
	font-size:10px;
	text-align:center;
	text-decoration: none;
}

.sp_copyright {
	padding:5%;
	text-align:center;
	font-size:10px;
}*/
/* ///////////////////////// footerここまで ///////////////////////// */


/* ///////////////////////// 2018ssLOOKここから ///////////////////////// */
@media only screen and (min-width: 1200px) {
	.look_18ss {
		width: 1200px;
		margin: 0 auto;
		overflow: hidden;
	}
}
@media only screen and (max-width: 750px) {
	.look_18ss {
		/*margin-top: -5%;*/
		margin-top: -2%;
	}
}
/* ///////////////////////// 2018ssLOOKここまで ///////////////////////// */

/* ///////////////////////// 2018awLOOKここから ///////////////////////// */
.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 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-bottom: 80px;
}

/* 1200px以下 */
@media screen and ( max-width:1200px )
{
	.lookbook_length{
		width: 100%;
	}
	
	.lookbook_length .item_detail ul{
	margin-bottom: 50px;
}
}
/* ///////////////////////// 2018awLOOKここまで ///////////////////////// */