
@charset "utf-8";


/*エラー表示部分*/
#fs-page-error-container {
	margin: 0;
}

/* header-info */

@media screen and (min-width: 1080px) {

	.gh .gh--inner {
		/*border-bottom: none;*/
	}

}

/* ============================================================================================== */
/* group-header__area                                                                           */
/* ============================================================================================== */

.group-header__area {
	padding-bottom: 30px;
}

.group-header__image-area {
	position: relative;
	margin: 0;
	line-height: 0;
	width: 100%;
	height: auto;
	max-width: 1440px;
}

.group-header__image {
}

.group-header__maintext {
	padding: 30px 0 0 0;
}

.group-header__name {
	font-family: toppan-bunkyu-mincho-pr6n, serif;
	letter-spacing: 0.2em;
	margin-bottom: 0;
	/*padding: 40px 0;*/
	padding: 30px 0 0 0;
	font-size: 2.0rem;
	color: #043d78;
	text-align: center;
	
	/*top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);*/
}

.group-header__image + .group-header__name {
	padding: 30px 0 0 0;
	/*color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);*/
}

.group-header__text {
	margin: 0
}

/* ============================================================================================== */
/* fs-c-productList                                                                               */
/* ============================================================================================== */

.fs-c-productList {
	width: 100%;
	/*margin: 0 auto;*/
}

/*group-productlist__header*/
.group-productlist__header {
	border-top: rgba(0, 0, 0, 0.5) 1px solid;
}

.group-productlist__header-titlearea {
	padding: 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.group-productlist__header-titlearea .fs-c-sortItems,
.group-productlist__header-titlearea .fs-c-listControl__status__total__label,
.group-productlist__header-titlearea .fs-c-listControl__status__indication,
.group-productlist__header-titlearea .fs-c-pagination {
	display: none;
}

.group-productlist__header-title {
	font-size: 1.6rem;
	margin-bottom: 0;
	font-family: adobe-garamond-pro, toppan-bunkyu-mincho-pr6n, serif;
}

.group-productlist__header-count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.2rem;
}

/*ソート*/
.group-productlist__header-sort .fs-c-sortItems__label,
.group-productlist__header-sort .fs-c-listControl {
	display: none;
}

.group-productlist__header-sort {
	border-top: rgba(0, 0, 0, 0.1) 1px solid;
	padding: 25px 0;
}

.fs-c-sortItems__list {
	margin-bottom: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.fs-c-sortItems__list__item {
	margin-right: 25px;
}

.fs-c-sortItems__list__item:last-child {
	margin-right: 0;
}

.fs-c-sortItems__list__item a {
	text-decoration: none;
	color: #999;
}

.fs-c-sortItems__list__item a:hover {
	color: #043d78;
	/*font-weight: bold;*/
}

.fs-c-sortItems__list__item span,
.fs-c-sortItems__list__item a {
	position: relative;
}

.fs-c-sortItems__list__item span:before,
.fs-c-sortItems__list__item a:before {
	content: "　";
	position: absolute;
	bottom: -3px;
	height: 1px;
	width: 100%;
}

.fs-c-sortItems__list__item.is-active span {
	color: #043d78;
	/*font-weight: bold;*/
}

.fs-c-sortItems__list__item.is-active span:before {
	background: #043d78;
}

.fs-c-sortItems__list__item a:hover:before {
	background: #043d78;
}


/* 件の商品*/
.fs-c-listControl {
	margin-bottom: 0;
}

/*商品リスト*/
/*.fs-c-productList__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.fs-c-productList__list__item {
	width: calc(( 100% - 10px ) / 2 );
	margin-right: 10px;
	margin-bottom: 10px;
}

.fs-c-productList__list__item:nth-child(2n) {
	margin-right: 0;
}

.fs-c-productList__list__item form {
	position: relative;
}

.fs-c-productImage__image {
	width: 100%;
}*/

/*在庫なし*/
/*.productList__list__outofstock {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;;
	background: rgba(0,0,0,0.1);
}

.fs-c-productListItem__outOfStock {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}*/
/*.fs-c-productListItem__outOfStock {
	position: absolute;
	width: 100%;
	background: rgba(0,0,0,0.1);
	top: 0;
	left: 0;
	text-align: center;
}

.fs-c-productListItem__notice {
}
*/

/*拡大/詳細を見る/お気に入り*/
/*.fs-c-productListItem__viewMoreImageButton,
.fs-c-productListItem__control {
	display: none;
}*/

/*group-productlist__footer*/
.group-productlist__footer {
	padding-top: 30px;
	margin: 30px 0;
	border-top: rgba(0, 0, 0, 0.1) 1px solid;
}

.group-productlist__footer .fs-c-sortItems,
.group-productlist__footer .fs-c-listControl__status {
	display: none;
}

.fs-c-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 0;
}

.fs-c-pagination__item {
	flex: none;
}

.fs-c-pagination__item--prev,
.fs-c-pagination__item--next {
	display: none;
}

span.fs-c-pagination__item {
	flex: none;
	line-height: none;
	padding: 0;
}

.fs-c-pagination a {
	text-decoration: none;
	color: #999;
}

.fs-c-pagination span.fs-c-pagination__item,
.fs-c-pagination a {
	margin-right: 5px;
	padding: 10px;
	background: none;
	position: relative;
}

.fs-c-pagination span.fs-c-pagination__item.is-active {
	color: #043d78;
}

.fs-c-pagination a:hover {
	text-decoration: none;
}

.fs-c-pagination span.fs-c-pagination__item:before,
.fs-c-pagination a:before {
	content: "　";
	position: absolute;
	bottom: -3px;
	left: 0;
	height: 1px;
	width: 100%;
}

.fs-c-pagination span.fs-c-pagination__item.is-active:before {
	background: #043d78;
}

.fs-c-pagination a:hover {
	color: #043d78;
}

.fs-c-pagination a:hover:before {
	background: #043d78;
}


/* ============================================================================================== */
/* Media query                                                                                    */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* SmartPhone */

@media screen and (min-width: 375px) {



}

@media screen and (min-width: 414px) {



}

@media screen and (orientation:landscape) {



}

/* over iphone 6 plus landscape */
@media screen and (orientation:landscape) and (min-width: 736px) {

}


/* ----------------------------------------------------------------------- */
/* Tablet */

@media screen and (min-width: 768px) {

	/* group-header__area */
	
	.group-header__name {
		font-size: 3.0rem;
	}
	
	.group-header__image + .group-header__name {
		color: #fff;
		padding: 0;
		position: absolute;
		top: 50%;
		left: 45px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	
	.group-header__image-wt + .group-header__name {
		color: #043d78;
	}
	
	.group-header__text {
	}
	
	/* fs-c-productList */
	.group-productlist__header {
		padding: 30px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.group-productlist__header-titlearea {
		padding: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.group-productlist__header-title {
		font-size: 1.8rem;
		margin-right: 30px;
	}
	
	.group-productlist__header-count {
		font-size: 1.3rem;
	}


	
	
	/*商品リスト layout.comoonに移動*/
	/*.fs-c-productList__list__item {
		width: calc(( 100% - 40px ) / 3 );
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.fs-c-productList__list__item:nth-child(2n) {
		margin-right: 20px;
	}

	.fs-c-productList__list__item:nth-child(3n) {
		margin-right: 0;
	}*/
	
	/*ソート*/
	.group-productlist__header-sort {
		border-top: none;
		padding: 0;
	}

	.fs-c-sortItems__list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}



	

}


/* ----------------------------------------------------------------------- */
/* over ipad landscape */

@media screen and (orientation:landscape) and (min-width: 1024px) {


	
}


/* ----------------------------------------------------------------------- */
/* Desktop */



@media screen and (min-width: 1080px) {

	/* group-header__area */
	.group-header__area {
		padding-bottom: 90px
	}
	
	.group-header__image-area {
		width: calc(100% - 120px);
		margin: 0 auto;
	}
	
	.group-header__image {
	}
	
	.group-header__name {
		/*padding: 90px 0;*/
		padding: 90px 0 0 0;
		text-align: left;
		border-top: 1px solid rgba(0, 0, 0, 0.5);
		letter-spacing: 0.4em;
	}
	
	.group-header__image + .group-header__name {
		border-top: none;
	}

	
	/*.group-header__image + .group-header__name {
		color: #fff;
		padding: 0;
		position: absolute;
		top: 50%;
		left: 45px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}*/
	
	.group-header__maintext {
		/*padding: 90px 0;*/
		padding: 90px 0 0 0;
	}
	
	/*.group-header__image + .group-header__maintext {
		padding: 90px 45px;
	}*/
	



	/*商品リスト*/
	/*.fs-c-productList__list__item {
		width: calc(( 100% - 160px ) / 5 );
		margin-right: 40px;
		margin-bottom: 40px;
	}

	.fs-c-productList__list__item:nth-child(2n) {
		margin-right: 40px;
	}
	
	.fs-c-productList__list__item:nth-child(3n) {
		margin-right: 40px;
	}

	.fs-c-productList__list__item:nth-child(5n) {
		margin-right: 0;
	}*/

}

@media screen and (min-width: 1201px) {
	
}

@media screen and (min-width: 1280px) {
	
	.group-header__image-area {
		width: calc(100% - 160px);
	}

}

@media screen and (min-width: 1440px) {

}
