
main {
  margin-top: 50px;
  background-image: url(https://img21.shop-pro.jp/PA01494/506/etc_base64/c2hvcF9mb290ZXJfYm9yZGVy.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 800px;
  padding-bottom: 80px;
}

.visible__shop {
  display: block;
}

.header-viewcart {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#History {
  display: none;
}

.cg_freespace_01,
.cg_freespace_02 {
  max-width: 768px;
  margin: auto;
  padding: 0 2%;
}

.category_title {
  font-size: 1.2em;
  text-align: center;
  padding: 30px 5%;
}

/* お取り寄せトップページ */

.shop_title {
  background-image: url(https://img21.shop-pro.jp/PA01494/506/etc_base64/c2hvcF90aXRsZV9iZw.jpg);
  width: 100%;
  background-size: cover;
  background-position: center;
  padding: 50px 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop_title_container {
  display: block;
  height: 90vw;
  --heightA: calc(100vw - 300px);
  --heightB: calc(var(--heightA) * 0.6);
  --heightC: calc(var(--heightB) + 300px);
  height: var(--heightC);
  max-height: 520px;
}


.shop_title {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}


.shop_title img {
  width: 100%;
  max-width: 520px;
}

@media (min-width: 768px) {
  .shop_title_container {
    height: 100vw;
    max-height: 520px;
  }
}


.category_title_img {
  text-align: center;
  margin: 25px auto 10px;
  width: 50%;
  max-width: 200px;
}


/* //お取り寄せトップページ */



.shop_itemlist_wrapper {
  max-width: 768px;
  margin: auto;
}

.shop_itemlist_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding: 0px 0 50px;
}

.shop_itemlist_container li {
  padding: 8%;
}

@media (min-width: 480px) {

  .shop_itemlist_container li {
    padding: 4%;
  }

  .shop_itemlist_container li:nth-child(2n-1) {
    padding-right: 2%;
  }

  .shop_itemlist_container li:nth-child(2n) {
    padding-left: 2%;
  }

}


.shop_itemlist_container li a {
  position: relative;
  display: block;
}


/* 
///////////////////////////////////////////////
*/

/* オススメ人気アイコン */
/* 商品名で付ける場合 */

.productlist-unit .badge_osusume:before,
.productlist-unit .badge_ninki:before {
  content: " ";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 70px;
  height: 70px;
  right: -15px;
  top: -15px;
  z-index: 99;
}

.productlist-unit .badge_ninki:before {
  background-image: url(https://img21.shop-pro.jp/PA01494/506/etc_base64/YmFkZ2Vfbmlua2k.png);
}

.productlist-unit .badge_osusume:before {
  background-image: url(https://img21.shop-pro.jp/PA01494/506/etc_base64/YmFkZ2Vfb3N1c3VtZQ.png);
}

/* 
///////////////////////////////////////////////
*/

.shop_itemlist_container li img {
  width: 100%;
}

.shop_itemlist_img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


.shop_itemlist_img:before {
  display: block;
  content: " ";
  padding-top: 100%;
}

.shop_itemlist_img img {
  position: absolute;
  border-radius: 10px;
}


.shop_itemlist_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
}


.shop_itemlist_name {
  overflow: hidden;
  height: 2em;
  line-height: 2em;
  margin-top: 20px;
  border-bottom: 1px solid #000;
  font-size: 1.5em;
  width: 100%;
}


.shop_itemlist_unit {
  margin-top: 10px;
  margin-right: auto;
}


.shop_itemlist_price {
  color: #c33720;
  margin-top: 10px;
  font-size: 1.5em;
  margin-left: auto;
}


.shop_itemlist_price .price_tax {
  color: #000;
  font-size: 0.5em;
}