@charset "UTF-8";
.searchArea img {
  vertical-align: middle;
}

.searchArea img:hover {
  cursor: pointer;
}

.items {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding-top: 10px;
  /*991px～1200pxでの表示*/
  /*SPでの表示*/
}
.items .itembox,
.items form {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}
.items .itembox {
  font-size: 12px;
  margin-bottom: 20px;
}
.items .sp_itembox_txt {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  width: 100%;
}
.items .itembox_img:hover + .itembox_itemname a,
.items .itembox_itemname:hover a {
  -webkit-line-clamp: unset;
  padding-top: 8px;
  padding-bottom: 5px;
  bottom: 0;
  height: auto;
  min-height: 49px;
}
.items .itembox_img {
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px solid #ccc;
  position: relative;
  width: 200px;
  height: 200px;
  max-width: 100%;
}
@supports (height: auto) {
  .items .itembox_img {
    height: auto;
  }
}
.items .itembox_img a {
  display: block;
  padding-top: 100%;
  width: 100%;
  height: 0;
}
.items .itembox_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.items .itembox_img .panel_white,
.items .itembox_img .panel_black {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.items .itembox_img .panel_white {
  background-color: rgba(255, 255, 255, 0.7);
  color: #333;
}
.items .itembox_img .panel_black {
  background-color: rgba(51, 51, 51, 0.4);
  color: #fff;
}
.items .itembox_itemname {
  padding: 8px 0 5px;
  position: relative;
  height: 49px;
}
.items .itembox_itemname a {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  background-color: rgba(255, 255, 255, 0.6);
  display: block;
  display: -webkit-box;
  overflow: hidden;
  padding-right: 5px;
  padding-left: 5px;
  position: absolute;
  bottom: 5px;
  width: 100%;
  height: 36px;
  word-break: break-all;
}
.items .itembox_label {
  display: flex;
  list-style-type: none;
  margin-left: -4px;
  padding-right: 5px;
  padding-left: 5px;
  min-height: 23px;
}
.items .itembox_label li {
  margin-bottom: 4px;
  margin-left: 4px;
}
.items .itembox_label li img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
.items .itembox_price {
  font-weight: bold;
  line-height: 1.5;
  padding: 0 5px;
}
.items .itembox_price .txt_line-through {
  font-weight: normal;
}
.items .itembox_price .txt_line-through .d-inline-block {
  text-decoration: line-through;
}
.items .itembox_icon {
  display: flex;
  align-items: center;
  margin-top: auto;
  padding: 0 5px;
}
.items .itembox_icon .icon_star {
  margin-top: 5px;
}
.items .btn_buy {
  border-bottom: 1px solid #ccc;
  margin: 0 2px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .items .itembox_img {
    width: 176px;
    height: 176px;
  }
}
.btn_off {
  color: #ffffff;
  background-color: #cccccc;
  border: none;
  padding: 5px 11px;
  text-align: center;
}

.btn_buy span {
  vertical-align: middle;
}

.lbBtn_buy svg {
  fill: #fff;
  height: 20px;
}

.tabmenu {
  display: inline-block;
  vertical-align: middle;
  height: 31px;
}

.tab_thum {
  background: url(../../commonfiles/images/icon_thumView.gif) left top no-repeat;
  width: 31px;
  height: 31px;
  display: inline-block;
  cursor: pointer;
}

.tab_list {
  background: url(../../commonfiles/images/icon_listView.gif) left top no-repeat;
  width: 31px;
  height: 31px;
  display: inline-block;
  cursor: pointer;
}

.tabmenu .active {
  background-position: left -31px;
}

#tab2 {
  display: none;
}

/*SPでの表示*/
@media screen and (max-width: 767px) {
  #pageHeader .navigation {
    height: 0;
  }

  .sp_sequence, .sp_filter {
    display: inline-block;
    height: 40px;
    width: 49%;
    margin-top: -10px;
  }

  .sp_sequence button, .sp_filter button {
    text-align: left;
    padding: 0 12px;
    height: 40px;
    width: 100%;
  }

  .sp_filter {
    border-left: 1px solid #cccccc;
  }

  .sp_filter button {
    background: url(../../commonfiles/images/arrow_next.gif) 98% 50% no-repeat;
  }

  .previous a {
    position: absolute;
    bottom: -40px;
    left: 0;
  }

  .next a {
    position: absolute;
    bottom: -40px;
    right: 0;
  }

  .searchArea select {
    width: calc(100% - 20px);
    margin: 0 auto 10px;
    display: block;
  }
}