@charset "UTF-8";
#box_list {
  width: 100%;
  /*padding: 130px 40px 100px 40px;*/
  padding: 100px 40px 100px 40px;
  /*.boxInner*/
}

#box_list.top {
  padding: 30px 40px 50px 40px;
}

#box_list.gd {
  padding: 0 40px 100px 40px;
}

#box_list #nav_list {
  width: 100%;
  margin: 0 0 50px 0;
  line-height: 1.4;
}

#box_list .boxInner {
  /**2020/07/09更新（カテゴリー改修）**/
}

#box_list .boxInner h2 {
  margin: 0 0 40px 0;
  font-size: 1.8em;
  font-weight: 800;
  letter-spacing: .2em;
  text-align: center;
}

#box_list .boxInner p {
  margin: 0 0 50px 0;
  line-height: 2.2;
  letter-spacing: .05em;
  text-align: center;
}

#box_list .boxInner p.en {
  margin: 0 0 50px 0;
  font-size: .8em;
  letter-spacing: normal;
  line-height: 2;
}

#box_list .boxInner p.productlist_noitem {
  margin: 85px 0 50px 0;
}

#box_list .boxInner .ttl {
  font-size: 3.6rem;
  letter-spacing: 0.04em;
  font-family: "DIN";
  font-weight: bold;
  margin: 0;
  text-align: center;
}

#box_list .boxInner .cateTxt {
  font-size: 1.6rem;
  line-height: 2.0;
  letter-spacing: 0.04em;
  margin: 50px 0 0;
  text-align: center;
}

#box_list .boxInner .cateBnr {
  margin: 100px auto 0;
  max-width: 1400px;
  text-align: center;
}

#box_list .boxInner .cateBnr .slick-slide img {
  margin: 0 auto 10px auto;
}

#box_list .ttlBlock {
  text-align: center;
}

#box_list .ttlBlock h2 {
  font-size: 3.0rem;
  letter-spacing: 0.1em;
  font-family: "DIN";
}

#box_list .ttlBlock .txt {
  font-size: 1.6rem;
  margin-top: 30px;
}

#box_list .bannerLP {
  text-align: center;
  margin: 0 0 50px 0;
}

#box_list .bannerLP a,
#box_list .bannerLP img {
  display: inline;
}

#box_list #bag_gda2017 {
  width: 320px;
  margin: 0 auto 30px auto;
}

#box_list .sortList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 50px;
}

#box_list .sortList li:not(:last-child)::after {
  content: "|";
  margin: 0 0.5em;
}

#box_list .sortList li a {
  letter-spacing: 0.05em;
}

#box_list .sortList li a:not(.now) {
  color: #ccc;
}

#box_list .sortList li a:hover {
  opacity: 1;
  color: #000;
}

#box_list .sortList li:not(:last-child)::after {
  content: "|";
  margin: 0 0.5em;
}

#box_list .sort_section {
  width: 200px;
  margin: 0 0 50px auto;
}

#box_list .product-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#box_list .product-list:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

#box_list .product-list > li {
  width: 33.3%;
  padding: 0 30px 50px 30px;
  text-align: center;
  /* float: left; */
}

#box_list .product-list > li a {
  display: block;
}

#box_list .product-list > li img {
  margin: 0 auto;
  width: auto;
}

#box_list .product-list > li .name {
  width: 100%;
  margin: 0 0 10px 0;
  line-height: 1.4;
  font-weight: bold;
  display: block;
  word-break: break-word;
}

#box_list .product-list > li .price_regular {
  color: #666;
}

#box_list .product-list > li .price_discount,
#box_list .product-list > li .price_soldout {
  width: 100%;
  margin: 0 0 5px 0;
  line-height: 1.4;
  display: block;
}

#box_list .product-list > li .price_discount_p,
#box_list .product-list > li .price_soldout {
  color: #f00;
}

#box_list .product-list > li .favorite-button {
  position: relative;
  width: 30px;
  height: 24px;
  bottom: 0;
  padding: 18px 0 32px 0;
  background: transparent !important;
  border: none;
  outline: none;
}

#box_list .product-list > li .favorite-button .heart::before, #box_list .product-list > li .favorite-button .heart::after {
  position: absolute;
  content: "";
  left: 15px;
  top: 14px;
  width: 15px;
  height: 24px;
  background: #ccc;
  border-radius: 50px 50px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

#box_list .product-list > li .favorite-button .heart::after {
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

#box_list .product-list > li .favorite-button .fav-added .heart::before,
#box_list .product-list > li .favorite-button .fav-added .heart::after {
  background: #000;
}

#box_list #product_count {
  text-align: center;
  margin-top: 50px;
}

#box_list .pagenation {
  width: 100%;
  padding: 30px 0;
  text-align: center;
}

#box_list .pagenation .pagenation-pos {
  width: 100%;
  margin: 0 0 20px 0;
}

#box_list .pagenation .pagenation-pn {
  width: 100%;
}

#box_list .pagenation .pagenation-pn span,
#box_list .pagenation .pagenation-pn a {
  padding: 0 20px;
}

#box_list h3 {
  width: 100%;
  /* margin: 0 0 20px 0; */
  margin-bottom: 20px;
  text-align: center;
}

#box_list #box_belt {
  width: 550px;
  margin: 0 auto 0px auto;
}

#box_list #box_belt::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

#box_list #box_belt li {
  width: 33.33%;
  padding: 0 5px;
  text-align: center;
  float: left;
}

#box_list #box_belt li img {
  margin: 0 0 5px 0;
}

#box_list .bb_banner {
  width: 540px;
  margin: 20px auto 30px auto;
  text-align: center;
}

#box_list .b_more {
  display: block;
  width: 400px;
  margin: 0 auto 50px;
  padding: 15px 0;
  background: #fff;
  border: 4px solid #000;
  color: #000;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 600;
}

#box_list #btn_more {
  width: 600px;
  margin: 0 auto 50px auto;
  padding: 12px 10px;
  background: #f6f6f8;
  text-align: center;
  line-height: 1.4;
  display: block;
  position: relative;
}

#box_list #btn_more::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -4px;
}

#box_list .favorite-button {
  position: relative;
  width: 30px;
  height: 24px;
  bottom: 0;
  padding: 18px 0 32px 0;
  background: transparent !important;
  border: none;
  outline: none;
}

#box_list .favorite-button.heart::before, #box_list .favorite-button.heart::after {
  position: absolute;
  content: "";
  left: 15px;
  top: 14px;
  width: 15px;
  height: 24px;
  background: #ccc;
  border-radius: 50px 50px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

#box_list .favorite-button.heart:after {
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

#box_list .favorite-button.fav-added .heart::before,
#box_list .favorite-button.fav-added .heart::after {
  background: #000;
}

#box_list .unit a {
  position: relative;
  display: block;
}

#box_list .icon {
  width: 70px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  /*display: none;*/
}

#box_list .icon_125521403,
#box_list .icon_125521423,
#box_list .icon_125521438,
#box_list .icon_125521450 {
  display: none;
}

#box_list2.sscs .price_discount {
  width: 100%;
  margin: 0 0 5px 0;
  line-height: 1.4;
  display: block;
}

#box_list2.sscs h2 {
  width: 100%;
  padding: 0 20px;
  margin: 0 0 5px 0;
}

/**2020/07/09更新（カテゴリー改修）**/
#box_list .boxInner .ttl {
  font-size: 3.6rem;
  letter-spacing: 0.04em;
  font-family: "DIN";
  font-weight: bold;
  margin: 0;
  text-align: center;
}

#box_list .boxInner .cateTxt {
  font-size: 1.6rem;
  line-height: 2.0;
  letter-spacing: 0.04em;
  margin: 50px 0 0;
  text-align: center;
}

#box_list .boxInner .cateBnr {
  margin: 100px auto 0;
  max-width: 1400px;
  text-align: center;
}

#box_list .boxInner .cateBnr .slick-slide img {
  margin: 0 auto 10px auto;
}

@media screen and (max-width: 959px) {
  #box_list {
    padding: 60px 3%;
  }
  #box_list.top {
    padding: 20px 25px 40px 25px;
  }
  #box_list.gd {
    padding: 0 25px 60px 25px;
  }
  #box_list .boxInner h2 {
    font-size: 1.6em;
    /*font-family: DINBold2;*/
    line-height: 1.4;
  }
  #box_list .boxInner p {
    line-height: 1.8;
  }
  #box_list .b_more {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
    padding: 15px 0;
    background: #fff;
    border: 4px solid #000;
    color: #000;
    text-align: center;
    letter-spacing: 0.2em;
    font-weight: 600;
  }
  #box_list .icon {
    width: 50px;
  }
}

@media screen and (max-width: 640px) {
  #box_list .boxInner .ttl {
    font-size: 2.8rem;
  }
  #box_list .boxInner .cateTxt {
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 30px 0 0;
  }
  #box_list .ttlBlock h2 {
    font-size: 2.4rem;
  }
  #box_list .ttlBlock .txt {
    font-size: 1.3rem;
    margin-top: 20px;
  }
  #box_list #bag_gda2017 {
    width: 90%;
    margin: 0 5% 50px 5%;
  }
  #box_list .sort_section {
    width: 100%;
    margin: 0 0 50px 0;
  }
  #box_list .product-list > li {
    width: 50%;
    padding: 0 10px 40px 10px;
  }
  #box_list #box_belt {
    width: 100%;
  }
  #box_list .bb_banner {
    width: 100%;
    margin: 20px auto 25px auto;
    padding: 0 5px;
    text-align: center;
  }
  #box_list #btn_more {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  #box_list .icon {
    width: 40px;
  }
}
/*# sourceMappingURL=archive.css.map */