/**********************************************************
*
* 検索結果ページCSS
*
************************************************************/
#fs_ProductSearch .search-result-heading h3 span[data-keyword=""] {
  display: none;
}

/*** 1250px ↓ ***/
@media screen and (max-width: 1250px) {
}

/*** 1100px ↓  ***/
@media screen and (max-width: 1100px) {
}

/*** 900px ↓  ***/
@media screen and (max-width: 900px) {
}

/*** 850px ↓ ***/
@media screen and (max-width: 850px) {
}

/*** 767px ↓ ***/
@media screen and (max-width: 767px) {
}

/*** 680px ↓ ***/
@media screen and (max-width: 680px) {
}

/*** 500px ↓ ***/
@media screen and (max-width: 500px) {
}