
/*商品一覧--------*/
div.product_Grp{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 20px 0;
}
div.product_Grp.odd{
  justify-content: center;
}
div.product_Grp.po::before,
div.product_Grp.po::after{
  content: "";
  display: block;
  width: calc(25% - 0px);
  order: 1;
}
li.back99{
  width: calc(25% - 0px);
  margin-bottom: 25px;
  /* margin: 0 10px 25px; */
  display: flex;
}
div.product_Grp.odd li.back99{
margin-left: 7.5px;
margin-right: 7.5px;
}
li.back99 a{
  display: block;
  width: 100%;
  margin: 0 auto;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 10px;
    background: #fff;
    padding: 15px 15px 43px 15px;
    /* filter: drop-shadow(5px 5px 0 var(--yellow01)); */
    position: relative;
}
li.back99 a::after{
  content: "商品を見る";
  display: block;
  width: calc(100% - 20px);
  background: var(--green01);
  border-radius: 5px;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.5;
  padding: 3px 0;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
li.back99.none a{
  padding-bottom: 15px!important;
}
li.back99.none a::after{
  display: none!important;
}
li.back99.icon-color a::after{
  content: "カラーを選択"!important;
  background: #e77c0a!important;
}
li.back99.icon-size a::after{
  content: "サイズを選択"!important;
  background: #0a92ec!important;
}
li.back99 a:hover{
  /* filter: drop-shadow(5px 5px 0 var(--green01)); */
  background: #fff;
  border: 2px solid var(--green01);
  transform: translateY(-5px);
}
li.back99.icon-color a:hover{
  filter: drop-shadow(5px 5px 0 #e77c0a)!important;
  border: 2px solid #e77c0a!important;
}
li.back99.icon-size a:hover{
  filter: drop-shadow(5px 5px 0 #0a92ec)!important;
  border: 2px solid #0a92ec!important;
}

li.back99 a>div{
  color: #000!important;
  line-height: 1.75;
  font-size: 14px;
}
p.procd{
  color: #000!important;
  font-size: 12px;
}
li.back99 a div.c-items5Col__price{
  color: #e77a00!important;
  font-size: 16px;
  font-weight: bold;
  
}
div.c-items5Col__priceTax{
  font-size: 12px;
}
li.back99 a>div.c-items5Col__name{
  font-size: 13px;
  font-weight: bold;
  line-height: 1.35;
}

/* li.none div,
li.none p{
  margin: 0;
}
li.none div.img{
  background: #fff;
  width: 100%;
  margin: 0 auto 10px;
  height: 200px;
} */


@media (max-width: 768px) {
  div.product_Grp.odd{
    max-width: 500px;
  }
  li.back99 {
    width: calc(calc(100% / 4) - 15px);
    /*padding: 10px 10px 60px 10px;*/
  }
  
  div.product_Grp::before,
  div.product_Grp::after,
  div.product_Grp.po::before,
  div.product_Grp.po::after {
    content: "";
    display: block;
    width: calc(calc(100% / 4) - 15px);
    order: 1;
}
  li.back99 a{
    padding-bottom: 45px;
  }
  div.c-items5Col__productCode{
    font-size: 3vw;
  }
  li.back99 a>div.c-items5Col__name{

  }

  div.product_Grp::before,
  div.product_Grp::after,
  div.product_Grp.po::before,
  div.product_Grp.po::after {
    width: 50%;
}
div.product_Grp.odd li.back99{
  margin-left: auto;
  margin-right: auto;
}
}
/*商品画像*/
li.back99 img.picture {
  margin: auto;
  display: block;
  border: none;
  max-height: 100%;
}
.c-items5Col__figure img{
  max-height: fit-content;
  max-width: 200px;
}
figure.c-items5Col__figure{
  margin: 0 0 10px 0;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  /* border: 3px solid #d4d7d9; */
  border: none;
}
figure.c-items5Col__figure img{
  width: auto;
  height: 100%;
}


.fa-shopping-cart:before {
    content: "\f07a";
    color: #fff;
    padding-right: 5px;
}


@media (max-width: 768px) {
  figure.c-items5Col__figure img{
    width: 100%;
    height: 100%;
  }
}

/*プライスダウン*/

div.ribbon-content {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 94px;
  height: 94px;
  overflow: hidden;
  }

span.ribbon-pricedown {
  display: inline-block;
    position: absolute;
    padding: 7px 0;
    left: -42px;
    top: 24px;
    width: 160px;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    background: #ff3a20;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

span.ribbon-pricedown:before, span.ribbon-pricedown:after {
  position: absolute;
  content: "";
  border-top: 4px solid #aa1a07;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

span.ribbon-pricedown:before {
  left: 11px;
}

span.ribbon-pricedown:after {
  right: 13px;
}




/*アイコン*/
#icon61{
  width: auto;
    height: auto;
}

/*カラーバリエーションのアイコン*/
li.li_icon_web a:before {
  content: "";
  position: absolute;
  top: 5px!important;
  right: 5px!important;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 100;
  background: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20231226/icon_web.png)no-repeat;
  background-size: contain;
}

/*カラーバリエーションのアイコン*/
li.back99.icon-size a:before {
  content: "";
  position: absolute;
  top: 5px!important;
  right: 5px!important;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 100;
  background: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20231106/icon-size.png)no-repeat;
  background-size: contain;
}








@media (max-width: 768px) {/*------------------------------------------- */
  .menu_Button ul{
    padding: 0;
  }
  .menu_Button ul li{
      margin: 0;
  }

li.back99 {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 15px;
}

/* li.none{
  width: calc(50% - 20px);
  padding-top: 10px;
  margin: 0 auto 25px;
} */
li.back99 p,
div.c-items5Col__priceTax{
  font-size: 2.75vw;
  line-height: 1.5;
}
li.back99 a div.c-items5Col__price{
  font-size: 3.25vw;
  line-height: 1.5;
}
div.c-items5Col__name{
  font-size: 3vw;
  line-height: 1.5;
}
li.back99 a span.desc{
  font-size: 3vw;
  font-weight: bold;
}
li.wi50 {
  height: auto !important;
}
  .wires50-25 {
    width: calc(50% - 5px);
  }
  .flbSp2 li:last-of-type{
  margin-right: 50%;
  }

}


/*商品一覧のリセットCSS*/
@media (min-width: 769px) {
.c-items5Col__item:nth-child(n+6){
  margin-top: auto;
}
}