@charset "Shift-JIS";

/*========================================================================
 *
 *    [file]      itemlist.css
 *    [version]   1.0
 *    [copyright] MAGASEEK
 *    [structure]
 *    [notes]
 *
 *========================================================================*/

#content #main .m-inner { padding: 0 2% 5%; }
.m-inner h1 { font-weight: bold; font-size: 18px; margin: 0 0 10px; padding: 4px 0 0; }
.m-inner h1 span { line-height: 2.4; border-top: 4px solid #575757; padding: 12px 3px 0; }
.oldie .m-inner h1 span { padding-top: 8px; }
.ext-condition { font-size: 11px; border: 1px solid #e7e7e7; background: #f5f5f5; margin: 0 0 10px; padding: 10px; }
.sort, .ttl-sort, .sort ul, .sort ul li, .switch-count .ttl-count, .switch-count ul, .switch-count ul li { float: left; }
.sort ul li.current, .switch-count ul li.current { font-weight: bold; }
.sort ul li, .switch-count ul li { line-height: 1; border-left: 1px solid #262626; margin: 3px 0 0 8px; padding: 0 0 0 8px; }
.sort ul li:first-child, .switch-count ul li:first-child { border-left: none; margin-left: 0; padding-left: 0; }


.switch-count {
	float: right;
}

.row .item-container {
	max-width: 682px;
}

.item-container {
	overflow: hidden;
	margin: auto;
	padding: 0 0 4%;
	max-width: 792px;
}

.item-container ul {
	margin-left: -2.6%;
}

.item-container ul li {
	float: left;
	width: 30.6%;
	margin: 4% 0 0 2.6%;
}

.item-container ul li .summary {
	position: relative;
}

.item-container .image {
	margin-bottom: 10px;
}

/*-----------------------------------------------------------------------
    TABLET
 -----------------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
	.paging-container .pager { overflow: hidden; }
}

/*-----------------------------------------------------------------------
    SMART PHONE(LANDSCAPE)
 -----------------------------------------------------------------------*/
@media only screen and (max-width: 480px) {

	.m-inner {
		padding-left: 0;
		padding-right: 0;
	}

	.m-inner h1 {
		font-size: 16px;
	}

	.ext-condition .sort,
	.ext-condition .switch-count {
		float: none;
		clear: left;
	}

	.ext-condition .sort,
	.ext-condition .switch-count {
		overflow: hidden;
	}

	.ext-condition .sort {
		border-bottom: 1px solid #eee;
		padding-bottom: 12px;
	}

	.ext-condition .switch-count {
		border-top: 1px solid #fff;
		padding-top: 8px;
	}

	.item-container {
		/*padding: 0 1% 4%;*/
	}

	.item-container ul {
		margin-left: -2%;
		margin-bottom: 2.5%;
		padding: 0;
	}

	.item-container ul li {
		margin: 1% 0 0 3%;
		width: 30.3%;
	}

	.row .item-nm {
		font-size: 11px;
	}

	#content .project {
		padding-left: 2%;
		padding-right: 2%;
	}

}

/*-----------------------------------------------------------------------
    2021-RENEWAL
 -----------------------------------------------------------------------*/
/* キャンペーン対象品表示 START */
@media screen and (min-width: 961px) {
	p.campaign_target {
		margin-bottom: 5px;
	}
}

p.campaign_target {
	display:inline;
	margin-bottom: 4px;
	border-bottom: 1px solid #101010;
	font-weight: 300;
	font-size: 0.7rem;
	line-height: 1.7;
}
/* キャンペーン対象品表示 END */

/* マウスオーバー時モデル画像表示対応 start */
div.item__image {
  position: relative;
}

.item__image img {
  z-index: 2;
}

.item__image .model___image img {
	z-index: 1;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.item__image:hover img {
	z-index: 1;
}

.item__image:hover .model___image img {
	z-index: 2;
	opacity: 1;
}

.item__image:hover .model___image.model11jpg img {
	z-index: 3;
	opacity: 1;
}

.item__image:hover .model___image.model11gif img {
	z-index: 4;
	opacity: 1;
}

.item__image:hover .model___image.model01jpg img {
	z-index: 5;
	opacity: 1;
}

.item__image:hover .model___image.model01gif img {
	z-index: 6;
	opacity: 1;
}

.item__image a {
	opacity: 1;
}
/* マウスオーバー時モデル画像表示対応 end */

/* 検索条件 start */
.p-container-head__title li {
	display: inline-block;
}
.p-container-head__title li:after{
	display: inline-block;
	text-indent: 0;
	content: "\00A0/\00A0";
}
.p-container-head__title li:last-of-type:after {
	display: none;
}
/* 検索条件 end */

/* 詰めない非表示コンテンツ */
.is-hidden {
	visibility: hidden;
}

/* MB検索エリア：文字化けと末尾の調整 start */
.p-fillter-panel__value-text>span::after,
.p-fillter-panel__row--color .p-fillter-panel__value-text .p-fillter-panel__item::after {
	content: "、" !important;
}
.p-fillter-panel__value-text>span:last-of-type:after,
.p-fillter-panel__row--color .p-fillter-panel__value-text .p-fillter-panel__item:last-of-type:after {
	display: none;
}
/* MB検索エリア：文字化けと末尾の調整 end */

/* アイコン・クーポン start */
.p-product-label.made-in-France:after {
	position: absolute;
	bottom: -30px;
	left: 10px;
	box-sizing: border-box;
	z-index: 1;
	content: url(../images/parts/ico-s-13.png);
}

.p-product-label .icons {
	min-height : 25px;
}
.p-product-label .icons,
.p-product-label .coupons {
	text-align : left;
}

.p-product-label .icons span,

.p-product-label .coupons span {
	display : inline-block;
	margin-left : 0 !important;
	margin-right : 20px;
}

.p-product-label .icons span:last-of-type,
.coupons span:last-of-type {
	margin-right : 0;
}
/* アイコン・クーポン end */

/* 商品詳細のMadeInFrance */
.p-product-visual.made-in-France:before {
	position: absolute;
	top : 20px;
	left: 20px;
	box-sizing: border-box;
	z-index: 9;
	content: url(../images/parts/ico-s-13.png);
}

/* 可変長クーポンエリアのレイアウト調整 start */
.p-product-list__container.dispList {
	align-items : flex-end;
}

.dispList .p-product-card__info {
	margin-top : 5px;
	height : 5.8rem;
	display : table;
	width : 100%;
}
.dispList .p-product-card__info-inner {
	display : table-cell;
	vertical-align : bottom;
}
/* 可変長クーポンエリアのレイアウト調整 end */

/*-----------------------------------------------------------------------
    SMART PHONE(PORTRAIT)
 -----------------------------------------------------------------------*/
@media only screen and (max-width: 320px) {
}

/* 絞り込み検索項目の改行修正 */

li.space { width: 100%; }

@media screen and (max-width: 960px){
li.space { display: none; }
}

/* 絞り込み検索項目の改行修正 end */