@charset "UTF-8";
/*
======================================================================
 item_list
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
 item_list
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-cart-itemlist-box-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

/*
-----------------------------------------------------------
 wb-cart-itemlist
----------------------------------------------------------- */
.wb-cart-itemlist-box > .wb-cart-itemlist-btn {
  display: none;
}

.wb-cart-itemlist-box .wb-cart-itemlist-btn-detail {
  transition: background-color 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  text-indent: -9999px;
  z-index: 2;
}
.wb-cart-itemlist-box .wb-cart-itemlist-btn-detail:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.wb-cart-itemlist-box .wb-cart-itemlist-btn-detail img {
  display: none;
}

/*
---------------------------------------------------------
wb-cart-itemlist-search-result
--------------------------------------------------------- */
.wb-cart-itemlist-search-result {
  margin-bottom: 10px;
  font-size: 14px;
}

.wb-cart-itemlist-search-result .item-search-result-title {
  font-weight: bold;
}

.wb-cart-itemlist-search-result .result-bar {
  padding: 0 3px;
}

.wb-cart-itemlist-search-result .result-txt {
  margin-left: 5px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
  wb-cart-itemlist-topedit
-----------------------------------------------------------
----------------------------------------------------------- */
#item_list .wb-cart-itemlist-topedit {
  margin-bottom: 15px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
  wb-cart-itemcateg
-----------------------------------------------------------
----------------------------------------------------------- */
/*
-----------------------------------------------------------
  wb-cart-itemcateg
----------------------------------------------------------- */
#item_list .wb-cart-itemcateg {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
}

#item_list .wb-cart-itemlist-topedit ~ .wb-cart-itemcateg,
#item_list .wb-cart-itemlist-topedit-img ~ .wb-cart-itemcateg,
#item_list .wb-cart-itemlist-topedit ~ .wb-cart-itemlist,
#item_list .wb-cart-itemlist-topedit-img ~ .wb-cart-itemlist,
#item_list .wb-cart-itemcateg ~ .wb-cart-itemlist {
  margin-top: 45px;
}

#item_list .wb-cart-itemcateg-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  line-height: 1.3;
  width: calc((100% - 46px) / 4);
  margin-left: 15px;
}
#item_list .wb-cart-itemcateg-box:nth-of-type(4n+1) {
  margin-left: 0;
}
#item_list .wb-cart-itemcateg-box:nth-of-type(n+5) {
  margin-top: 15px;
}

#item_list .wb-cart-itemcateg-box .wb-cart-itemcateg-box-title {
  order: 2;
  width: 100%;
}

#item_list .wb-cart-itemcateg-box .wb-cart-itemcateg-box-title a {
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

#item_list .wb-cart-itemcateg-box .wb-cart-itemcateg-box-img {
  width: 100%;
  order: 1;
  text-align: center;
  margin-bottom: 4px;
}

#item_list .wb-cart-itemcateg-box .wb-cart-itemcateg-box-img a {
  display: flex;
  border: 1px solid #dcdcdc;
  padding: 8px;
  color: inherit;
  min-height: 120px;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

#item_list .wb-cart-itemcateg-box .wb-cart-itemcateg-box-img img {
  width: 100%;
}

#item_list .wb-cart-itemcateg-box .wb-cart-itemcateg-box-img img[src="/web-box/contents/cart/img/spacer.gif"] {
  width: auto;
}

#item_list .wb-cart-itemcateg-box .wb-cart-itemcateg-box-detail {
  order: 3;
  width: 100%;
  font-size: 11px;
  margin-top: 2px;
  line-height: 1.3;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 商品が無い時
-----------------------------------------------------------
----------------------------------------------------------- */
.itemcateg-box-non {
  text-align: center;
  width: 100%;
  background-color: #f2f2f2;
  padding: 20px;
}

.itemcateg-box-non img {
  padding: 0 5px 3px 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 商品検索画面
-----------------------------------------------------------
----------------------------------------------------------- */
#item_list.MOD-search .item-list-title {
  display: none;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Recommend-wrap
-----------------------------------------------------------
----------------------------------------------------------- */
.Recommend-wrap {
  padding-top: 20px;
}

.Recommend-wrap .Recommend-table-title-wrap {
  background-color: #bd140f;
  text-align: center;
  padding: 5px;
}

.Recommend-wrap .Recommend-table-wrap table {
  border: 1px solid #bd140f;
  table-layout: fixed;
}

.Recommend-wrap .Recommend-table-wrap table tr td .title-wrap {
  font-size: 16px;
  text-align: center;
}

.Recommend-wrap .Recommend-table-wrap table tr td .txt-wrap {
  text-align: center;
  padding: 10px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
モコディック様　カテゴリーページ
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-cart-itemlist-topedit .content-wrap {
  margin: 0 0 42px;
}

.wb-cart-itemlist-topedit img {
  width: 100%;
}

.wb-cart-itemlist-topedit .flex-wrap {
  display: flex;
  gap: 20px;
}

.wb-cart-itemlist-topedit .recommend-block .text-wrap,
.wb-cart-itemlist-topedit .print-block .text-wrap,
.wb-cart-itemlist-topedit .soft-block .text-wrap {
  width: 490px;
}

.wb-cart-itemlist-topedit .text-wrap span.title {
  font-size: 22px;
  font-weight: bold;
  line-height: 0;
}

.wb-cart-itemlist-topedit .wb-blog-categ-title {
  /* @mixin:PC-title-block */
  font-family: "游ゴシック", "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 29px;
  margin-bottom: 21px;
  padding-bottom: 21px;
}
.wb-cart-itemlist-topedit .wb-blog-categ-title::before {
  background: #00be00;
  content: '';
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 0;
  width: 48px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
.Btn-wrap
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-cart-itemlist-topedit .Btn-wrap {
  margin: 0 auto 42px;
  width: 320px;
}

.wb-cart-itemlist-topedit .Btn-wrap a {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
}

.wb-cart-itemlist-topedit .Btn-wrap .Btn-cv {
  width: 100%;
  padding: 16px 24px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
.FV-block
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-cart-itemlist-topedit .FV-block .img-wrap {
  margin-bottom: 10px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
.flow-block
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-cart-itemlist-topedit .flow-block ul {
  display: flex;
  gap: 10px;
  margin: 0 0 10px;
}

.wb-cart-itemlist-topedit .flow-block li {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.wb-cart-itemlist-topedit .flow-block li + li {
  margin-top: 0;
}

/* --------------------------------------------------------
-----------------------------------------------------------
.temp-block
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-cart-itemlist-topedit .temp-block .img-wrap {
  margin-bottom: 10px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
.price-block
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-cart-itemlist-topedit .price-block.content-wrap {
  margin: 0 0 42px;
}

.wb-cart-itemlist-topedit table {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-collapse: collapse;
}

.wb-cart-itemlist-topedit th,
.wb-cart-itemlist-topedit td {
  border: 1px solid #ddd;
  padding: 5px;
  text-align: center;
}

.wb-cart-itemlist-topedit th {
  background-color: #f5f5f5;
  font-weight: bold;
}

.wb-cart-itemlist-topedit td.h-cell1 {
  background-color: #fefefe;
  text-decoration: none;
  font-weight: bold;
}

.wb-cart-itemlist-topedit td.h-cell1 a {
  text-decoration: none;
}

/*# sourceMappingURL=item-list-pc.css.map */
