* {
  margin: 0;
}
._pagenator ._nav._page {
  display: inline-block !important;
}
.wrap {
  display: flex;
  flex-direction: column;
}
._ec_component[data-ec='searchresults'] > ._searchresults > ._items {
  display: grid;
  gap: 0.5rem;
}
._ec_component[data-article='searchresults'] > ._searchresults > ._items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.5rem;
}
._ec_component[data-ec='searchresults'] ._searchresults > ._items ._item ._wrap {
  display: flex;
  gap: 0.5rem;
}
._ec_component[data-ec='searchresults'] ._items ._item ._wrap ._image {
  width: 200px;
}
._layoutgroup1_1_2 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
._price::before {
  content: '税込 ';
}
._text::after {
  content: '円';
}
._display_text5::before {
  content: '品番・型番：';
}

._display_text8::before {
  content: 'サイズ：';
}
._display_text9::before {
  content: '重量：';
}
._display_text2::before {
  content: '(';
}
._display_text2::after {
  content: ')';
}
._ec_component[data-ec='searchresults'] ._items ._item ._wrap ._review_score {
  margin: 0;
}
._ec_component[data-ec='searchresults'] ._items ._item {
  text-align: start;
}
._image > a {
  text-align: center;
}
._layoutgroup1_1 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
main ._ec_component ._items ._item ._wrap {
  border: none;
}
._id {
  display: none;
}
.nowloading {
    background-image: url(../../img/sys/nowloading.gif);
    width: 100px;
    height: 100px;
    background-size: 100%;
    margin: 100px 45% auto 45%;
}
.nowloading_sp {
    background-image: url(../../img/sys/nowloading.gif);
    width: 100px;
    height: 100px;
    background-size: 100%;
    margin: 40px 40%;
}

@media screen and (min-width: 768px) {
  .wrap {
    flex-direction: row;
  }
  .left {
    width: 400px;
  }
  .right {
    flex: 1;
  }
  ._ec_component[data-ec='searchresults'] ._searchresults > ._items {
    grid-template-columns: repeat(4, 1fr);
  }
  ._wrap {
    flex-direction: column;
  }
  ._ec_component[data-ec='searchresults'] ._items ._item ._wrap ._image {
    width: 100%;
  }
  ._layoutgroup1_1 {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  ._layoutgroup1_1_2 {
    flex-direction: column;
  }
  /* バリエーション1とバリエーション2 */
  ._display_text3 {
    display: none;
  }
  /* メーカー名 */
  ._display_text4 {
    display: none;
  }
  /* 型番・品番 */
  ._display_text5 {
    display: none;
  }
  /* 商品サイズ */
  ._display_text8 {
    display: none;
  }
  /* 商品重量 */
  ._display_text9 {
    display: none;
  }
}
