@charset "utf-8";


.search-keyword_title,
.search-price_title,
.search-items_title {
	display: none;
	letter-spacing: 0.2em;
}

#search-price_min,
#search-price_max {
}

.search-price_tax {
	letter-spacing: 0.1em;
	font-size: 1.5rem;
}



/* ============================================================================================== */
/* 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) {
}

@media screen and (min-width: 1080px) {


	.search-price_tax {
		font-size: 2.0rem;
	}

	/* group-header__area */
	/*.group-header__image {
		width: calc(100% - 160px);
		max-width: 1280px;
		margin: 0 auto;
	}*/
	
	/*.group-header__maintext {
		padding: 90px 45px;
	}*/
	
	.group-header__name {
		text-align: left;
		font-size: 3.0rem;
	}
	
	.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;
	}
	
	/*ソート*/
	.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: 1201px) {
	
}

@media screen and (min-width: 1280px) {
	
	/* group-header__area */
	/*.group-header__image {
		width: calc(100% - 160px);
		margin: 0 auto;
	}
	
	.group-header__maintext {
		padding: 90px 0;
	}
	
	.group-header__image + .group-header__maintext {
		padding: 90px 45px;
	}*/
}

@media screen and (min-width: 1440px) {

}
