/* EDKDS001-03_add */
@charset "utf-8";
.row {
  justify-content: space-between;
}
#catalogList .list_head {
  width: 100%;
  height: 100%;
  margin-bottom: 24px;
}
#catalogList .list_head .txt_r {
  display: none;
}
#catalogList .list_head .searchArea {
  display: flex;
  flex: 0 1 auto;
  max-width: none;
  padding: 0;
}
/* #catalogList .list_head .searchArea select {
  width: 160px;
  height: 40px;
  margin-right: 16px;
} */
#catalogList .list_head .searchArea select:last-child {
  margin-right: 0;
}
#catalogList .items {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  padding-top: 0;
  font-size: 16px;
  line-height: 1.5;
}
#catalogList .col-sm-2 {
  width: 150px;
  flex: 0 1 auto;
  max-width: none;
  margin-right: 32px;
  padding: 0;
}
#catalogList .col-sm-10 {
  flex: 1;
  max-width: none;
  padding: 0;
}


.tagInformationCommodity {
	font-size:15px;
	margin: -5.5px -8px 5.5px 0;
}

.tagInformationCommodity--name {
	padding: 5.5px 15px 5.5px;
}

.itembox2 {
  border-bottom: 0;
}
.itembox2 .row {
  width: auto;
}
.itembox2 .itembox_img {
  width: 150px;
  height: 150px;
}
.itembox2 .icon_item {
  height: auto;
  margin-bottom: 8px;
}
.itembox2 .icon_item:last-child {
  margin-bottom: 0;
}
.itembox2 .itembox_price {
  height: auto;
  text-align: right;
}
.itembox2 .icon_item img {
  margin-bottom: 4px;
}
.itembox2 .icon_item img:last-child {
  margin-bottom: 0;
}

.tabmenu {
  height: 40px;
  margin: 0 0 0 24px;
}
.tab_thum,
.tab_list {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #707070;
}
.tab_thum {
  margin-right: 5px;
  background: url("../../commonfiles/images/thumbnail_black.svg") no-repeat center/26px 25px;
}
.tab_list {
  background: url("../../commonfiles/images/list_black.svg") no-repeat center/26px 25px;
}
.tabmenu .active {
  background-position: center;
  background-color: #f8f8f8;
}

@media screen and (max-width:768px) {
  /* 画面サイズが768pxまではここを読み込む */
  #catalogList {
    margin-bottom: 40px;
  }
  .tabmenu {
    display: none !important;
  }
  .searchArea select {
    width: calc(50% - 8px);
    max-width: 160px;
    margin: 0 16px 0 0;
  }
  #pagerSizeArea {
    width: calc(50% - 8px);
  }
  .searchArea #pagerSizeArea select{
    width: 100%;
  }
  #catalogList .items {
    margin: -24px 0 0 -15px;
  }
  #catalogList .items .itembox {
    flex: 0 1 auto;
    width: calc((100% - 30px) / 2);
    height: auto;
    margin: 24px 0 0 15px;
    padding-bottom: 0;
    border-bottom: 0;
    /* KDS_add_start */
    padding-bottom: 70px;
    /* KDS_add_end */
  }
  .itembox .itembox_img {
    width: auto;
    height: auto;
    float: none;
    margin-right: 0;
  }
  .sp_itembox_txt {
    font-size: 16px;
    padding: 0;
    height: auto;
  }
  .item_label span {
    padding: 5px 5px 6px;
    line-height: 1.5;
  }
  .item_bottom {
    position: static;
    padding: 0;
  }
  .itembox_itemname,.itembox_shopname {
    margin-bottom: 8px;
    line-height: 1.5;
  }
  .itembox_price {
    margin-bottom: 12px;
    line-height: 1.5;
  }
  .itembox_icon {
    margin-bottom: 0;
    line-height: 1.5;
  }
  .itembox_icon {
    text-align: left;
  }
  .icon_item img {
    width: auto;
  }

  .icon_star img {
    width: 60px;
  }
  .previous a {
    position: absolute;
    bottom: -40px;
    left: 0;
  }
  .next a {
    position: absolute;
    bottom: -40px;
    right: 0;
  }
}

@media screen and (min-width: 769px) {
  /* 画面サイズが769pxからはここを読み込む */
  #catalogList {
    margin-bottom: 80px;
  }
  #catalogList .list_head .searchArea {
    justify-content: flex-end;
  }
  #catalogList .list_head .searchArea select {
    width: 160px;
    height: 40px;
    margin-right: 16px;
  }
  #catalogList .items {
    margin: -24px 0 0 -20px;
  }
  .itembox_img {
    margin-bottom: 16px;
    overflow: hidden;
    border: 0;
    border-radius: 16px;
    width: auto;
    height: auto;
  }
  #catalogList .items .itembox {
    flex: 0 1 auto;
    width: calc((100% - 80px) / 4);
    height: auto;
    margin: 24px 0 0 20px;
    /* KDS_add_start */
    padding-bottom: 70px;
    /* KDS_add_end */
  }
  #catalogList .bdr_red {
    border-color: #d9321d;
  }
  #catalogList .bdr_gray {
    border-color: #707070;
  }
  .item_bottom {
    /*position: static;*/
    padding: 0;
  }
  /* KDS_add_start */
  .icon_star {
	left: 0%
  }
  /* KDS_add_end */
}

/*991px～1200pxでの表示*/
@media only screen and (min-width:992px) and (max-width:1200px) {
  .itembox_img {
    width: auto;
    height: auto;
  }
}
/*481px～768pxでの表示*/
@media only screen and (min-width:481px) and (max-width:768px) {
  .sp_itembox_txt {
    width: 100%;
  }

  /*480px以下の表示*/
  @media screen and (max-width:480px) {
    .sp_itembox_txt {
      width: 100%;
    }
  }
}
