@charset "euc-jp";

/* =========================================
人気商品ランキング ※archive表示用
============================================*/
#archive .sec-ranking {
	display: none;
}

/* =========================================
商品一覧
============================================ */
/* 商品が無いとき
----------------------------------------------------------*/
.no-item_txt{
	text-align: center;
}

/* 商品
----------------------------------------------------------*/
#archive .sec-item .item_blc {
	margin-bottom: 24vw;
	display: flex;
	flex-wrap: wrap;
}
#archive .sec-item .item_blc a{
	width: 42.7vw;
	display: block;
	margin-bottom: 14vw;
}
#archive .sec-item .item_blc a .img {
	width: 100%;
	height: 42.7vw;
	border: 1px solid #E2E2E2;
	box-sizing: border-box;
	margin-bottom: 2.4vw;
}
#archive .sec-item .item_blc a .name {
	margin-bottom: 1.6vw;
}
#archive .sec-item .item_blc a .price {
	text-align: right;
}

@media (max-width: 767px) {
	#archive .sec-item .item_blc a:nth-child(odd) {
		margin-right: 4.8vw;
	}
}
@media (min-width: 768px) {
	#archive .sec-item .item_blc {
		margin-bottom: 80px;
	}
	#archive .sec-item .item_blc a{
		width: 175px;
		margin-bottom: 47px;
		margin-right: 12px;
	}
	#archive .sec-item .item_blc a:nth-child(3n+3) {
		margin-right: 0;
	}
	#archive .sec-item .item_blc a .img {
		height: 175px;
		margin-bottom: 15px;
	}
	#archive .sec-item .item_blc a .name {
		margin-bottom: 5px;
	}
}
@media (min-width: 1024px) {
	#archive .sec-item .item_blc {
		margin-left: 20px;
	}
	#archive .sec-item .item_blc a{
		width: 240px;
		margin-right: 30px;

	}
	#archive .sec-item .item_blc a .img {
		height: 240px;
	}
}


/* グループ フリースペース
----------------------------------------------------------*/
#archive .sec-item .head_txt .txt  {
	margin-bottom: 4.8vw;
}
@media (min-width: 768px) {
	#archive .sec-item .head_txt .txt  {
		margin-bottom: 30px;
	}
}

.group_freespace_01 {
  text-align:justify !important; 
  margin-bottom: 1.5vw;
  margin-left: 1em;
  margin-right: 1em;
}

/* ブランド説明文 フリースペース2
----------------------------------------------------------*/
@media only screen and (max-width: 768px) {
 p br {
  display:none !important; 
  text-align:center;
  }
 .brand_txt{
  text-align:justify !important; 
  }
}

.brand_txt{
  text-align:center;
}



