@charset "UTF-8";

/* =======================================

	通常レイアウト

======================================= */
/*品番に背景色をつける場合*/
.mainSlide li:nth-child(2) span {
	display: inline-block;
	width: initial;
}

/*品番に背景色をつける場合*/
.mainSlide li:nth-child(2) span.p_num {
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0px;
	right: 0px;
	padding: 2px 10px 5px;
}

.collectionNav li:nth-child(2) a {
	background-color: #dcd9d4;
}

/*235px+30px+235px*/
.item {
	position: relative;
	margin-top: 30px;
	height: 265px;
	/*1行*/
	/* height: 500px; */
	/*2行*/
	/*height: 765px;*/
	/*3行*/
}

/* コレクションアイテム共通設定 */
.slideWrapper {
	position: relative;
}

#fancybox-title-over {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

.item01, .item02, .item03, .item04, .item05, .item06, .item07, .item08, .item09, .item10, .item11, .item12, .item13, .item14, .item15, .item16, .item17 {
	position: absolute;
}

/*サンダル*/
/* .itemCommon a img {
	bottom: 105px;
} */

.pText {
	top: 145px;
}

/* =======================================
	更新1回目
======================================= */
/* 1列目 */
.item01 {
	left: 92px;
	top: 0px;
}

.item02 {
	left: 252px;
	top: 0px;
}

.item03 {
	right: 335px;
	top: 0px;
}

.item04 {
	right: 92px;
	top: 0px;
}

.spec {
	margin: 0 auto 20px;
	text-align: left;
}