
/*------------------------------------------------------------
	PAGERエリア（上下共通）
------------------------------------------------------------*/

div.FS2_sort_menu_bg {
	position: relative;
	margin: -20px 0 0 ;
}


@media only screen and (min-width: 813px) {
	
	div.FS2_sort_menu_bg {
		width: 50%;
		margin: -20px 0 0 50%;
	}
	
}

div.FS2_sort_menu_bg:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.pager {
	text-align: center;
	padding-top: 10px;
}

.pager a,
.FS2_pager_stay  {
	display: inline-block;
	font-weight: 500;
	line-height: 1;
	color: #000;
	text-decoration: none;
	border: 1px solid #ddd;
	padding: 6px 10px;
	margin: 0 3px 20px;
}

.pager a img {
	display: inline-block;
}

@media only screen and (min-width: 813px) {
	
	ul#FS2_sort_menu {
	    width: auto;/*打ち消し*/
		float: right;
	}

	.pager {
		padding: 0 0 15px;
        position: relative;
        top: 20px;
        text-align: right;
	}
	

	.pager a,
	.FS2_pager_stay {
		padding: 10px 15px;
		margin: 0 0 0 5px;
	}
	
	.pager a:hover {
		background: #000;
		color: #fff;
		border: 1px solid #000;
	}
	
}

/*------------------------------------------------------------
	商品グループ（上級デザイン・上部コメント・グループ一覧）
------------------------------------------------------------*/
/*

.FS2_upper_comment {
	margin-bottom: 20px;
}

.FS2_upper_comment h2 {
	font:500 1.4rem/1.8 'Noto Sans Japanese';
	color: #000;
	padding: 0 0 7px;
	margin-bottom: 15px;
	position: relative;
	border-bottom: 1px solid #000;
}

.FS2_upper_comment h2:before {
	content: '';
	background: #000;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
}

.FS2_upper_comment h2:before {
	bottom: -4px;
}

.FS2_upper_comment h3.brand-list {
	font:600 1.3rem/1.8 'Noto Sans Japanese';
	border-bottom: 1px solid #ccc;
	width: 100%;
	margin-bottom: 10px;
}

@media only screen and (min-width: 813px) {
	
	.FS2_upper_comment {
		margin-bottom: 60px;
	}
	
	.FS2_upper_comment h2 {
		font-size: 1.8rem;
		padding: 0 0 9px;
		margin-bottom: 30px;
	}
	
	.FS2_upper_comment h3.brand-list {
		font-size: 1.5rem;
		padding: 0 0 9px;
		margin-bottom: 20px;
	}
	
}
*/


/*ブランドの説明など（2019/4/23追加）*/
/*
.FS2_upper_comment .category-intro {
	padding: 5px 0 20px;
	border-bottom: 1px solid #ccc;
}

.FS2_upper_comment .category-intro h3 {
	font:500 1.6rem/1.8 'Noto Sans Japanese';
	color: #000;
	margin: 10px 0 5px;
}

.FS2_upper_comment .category-intro p {
	line-height: 2;
	margin-bottom: 5px;	
}

.FS2_upper_comment .category-intro p:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 813px) {
	
	.FS2_upper_comment .category-intro {
		padding: 5px 0 35px;
	}
	
	.FS2_upper_comment .category-intro h3 {
		font-size: 1.7rem;
		line-height: 2;
		letter-spacing: 0.5px;
		margin: 0 0 10px;
	}
}
*/

/*小カテゴリーへのボタン*/
/*
.groupList {
	padding-bottom: 5px;
}
*/

/*ブランドカテゴリーページTOP用*/
/*
.category-intro + .groupList {
	margin-top: 15px;
}
*/

/*創業21周年記念セールで使用*/
/*
.category-intro ul.border-box {
	border: 1px solid #900;
	margin: 10px 0 0;
	padding: 15px;
}

.groupList:last-of-type {
	border-bottom: 1px solid #ddd;
}
*/

/*ブランド一覧ページだけ、最後下線なし 2019.5.14*/
/*
h3.brand-list + .groupList:last-of-type {
	border-bottom: none;
}

.FS2_upper_comment .groupList div.oneThird,
.FS2_upper_comment .groupList div.oneFourth {
	font-size: 1.1rem;
	margin-bottom: 10px;
}
*/
/*

.FS2_upper_comment .groupList div.oneThird a,
.FS2_upper_comment .groupList div.oneThird a:before,
.FS2_upper_comment .groupList div.oneThird a:after,
.FS2_upper_comment .groupList div.oneFourth a,
.FS2_upper_comment .groupList div.oneFourth a:before,
.FS2_upper_comment .groupList div.oneFourth a:after {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.FS2_upper_comment .groupList div.oneThird a,
.FS2_upper_comment .groupList div.oneFourth a {
	display: block;
	text-decoration: none;
	border: 1px solid #ccc;
	padding: 5px 10px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	text-align: center;
	color: #000;
}

.FS2_upper_comment .groupList div.oneThird a:before,
.FS2_upper_comment .groupList div.oneFourth a:before {
	content: '';
	background: url(../common/img/right-arrow-gry.svg) left top no-repeat;
	background-size: cover;
	width: 8px;
	height: 6px;
	position: absolute;
	top: 15px;
	right: 8px;
}
*/

/*

@media only screen and (min-width: 813px) {

	.groupList {
		padding-bottom: 15px;
	}
	
	.category-intro + .groupList {
		margin-top: 30px;
	}
	
	.category-intro ul.border-box {
		margin: 15px 0 0;
		padding: 20px 30px;
	}


	.FS2_upper_comment .groupList div.oneThird,
	.FS2_upper_comment .groupList div.oneFourth {
		font-size: 1.3rem;
		margin-bottom: 15px;
	}
	
	.FS2_upper_comment .groupList div.oneThird a,
	.FS2_upper_comment .groupList div.oneFourth a {
		padding: 10px;
	}
	
	.FS2_upper_comment .groupList div.oneThird a:before,
	.FS2_upper_comment .groupList div.oneFourth a:before {
		top: 21px;
		right: 12px;
	}
	
	.FS2_upper_comment .groupList div.oneThird a:hover:before,
	.FS2_upper_comment .groupList div.oneFourth a:hover:before {
		background-image: url(../common/img/right-arrow-wht.svg);
	}
	
	.FS2_upper_comment .groupList div.oneThird a:after,
	.FS2_upper_comment .groupList div.oneFourth a::after {
		display: block;
		content: '';
		background-image: linear-gradient(-90deg, #3B2D13 0%, #8D7B5A 99%);
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: -1;
		top: 0;
		left: -100%;
	}
	
	.FS2_upper_comment .groupList div.oneThird a:hover::after,
	.FS2_upper_comment .groupList div.oneFourth a:hover::after {
		left: 0;
	}
	
	.FS2_upper_comment .groupList div.oneThird a:hover,
	.FS2_upper_comment .groupList div.oneFourth a:hover {
		color: #fff;
		border: 1px solid transparent;
	}
	
}
*/

/*------------------------------------------------------------
	商品一覧
------------------------------------------------------------*/

div.groupLayout {
	padding: 40px 0 20px;
	border-bottom: 1px solid #ddd;
}

@media only screen and (min-width: 813px) {
	
	div.groupLayout {
		padding: 80px 0 0;
		margin-bottom: 0;
	}
		
}

.alignItem_04 {
	display: flex;
	flex-flow: wrap;
}

.alignItem_04 .gl_Item {
	position: relative;
	padding-bottom: 30px;
}

@media only screen and (min-width: 813px) {
	
	.alignItem_04 .gl_Item {
		padding-bottom: 50px;
	}

	
}

/*商品画像*/
.alignItem_04 .gl_Item .FS2_thumbnail_container img {
	width: 100%;
	height: auto;
}

.alignItem_04 .gl_Item:hover .FS2_thumbnail_container img {
	opacity: 0.85;	
}


/*商品名*/
.alignItem_04 .gl_Item h2.itemGroup {
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: left;
	margin-bottom: 5px;
}

.alignItem_04 .gl_Item h2.itemGroup a {
	color: #2D2D2D;
	text-decoration: none;
}

.alignItem_04 .gl_Item h2.itemGroup a:hover {
	text-decoration: underline;
}

@media only screen and (min-width: 813px) {

	.alignItem_04 .gl_Item h2.itemGroup {
		font-size: 1.5rem;
	}
	
}



/*価格全体*/
.alignItem_04 .gl_Item .FS2_itemPrice_area p {
	font-size: 1rem;
	text-align: left;
}

.alignItem_04 .gl_Item .FS2_itemPrice_area .FS2_itemPrice_text {
	color: #999;
}

.alignItem_04 .gl_Item .FS2_itemPrice_area .FS2_FixedPeriodItemPrice_text {
	color: #3c3c3c;
}

@media only screen and (min-width: 813px) {
	
	/*価格全体*/
	.alignItem_04 .gl_Item .FS2_itemPrice_area p {
		font-size: 1.2rem;
		line-height: 2.3;
	}
	

}


/*価格の見出し*/
.alignItem_04 .gl_Item .FS2_itemPrice_area p span.FS2_special_price {
	font-weight: 500;
	color: #A08D69;
}

.itemCatchCopy {
	font-size: 0.9rem;
	color: #888;
	display: block;
	margin-bottom: 3px;
}

@media only screen and (min-width: 813px) {
	
	.itemCatchCopy {
		font-size: 1.2rem;
	}
	
}


/*税込の表記*/
.alignItem_04 .gl_Item .FS2_itemPrice_area p span.FS2_itemPrice_addition {
	font-weight: 500;
	color: #A08D69;
	margin-left: 3px;
}

/*在庫切れ*/
.alignItem_04 .gl_Item .FS2_itemPrice_area p.FS2_noStockText {
    width: 100%;
    line-height: 36px!important;
	font-weight: 500;
	background: rgba(217, 54, 101, 0.15);
	font-size: 1.2rem!important;
	font-weight: 600;
	text-align: center!important;
	color: #d83765;
	margin: 10px 0 0;
}


/*

.alignItem_04 .gl_Item .FS2_itemPrice_area p.FS2_noStockText:before {
	content: "Ｘ";
	margin-right: 3px;
}
*/




