
/*商品一覧--------*/
/* div.product_Grp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
} */
div.product_Grp::before,
div.product_Grp::after{
  content: "";
  display: block;
  width: calc(20% - 15px);
  order: 1;
}
li.back99{
  width: calc(20% - 15px);
  margin-bottom: 25px;
  display: flex;
}
div.back99 a{
  display:flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
    text-decoration: none;
    border: 1px solid #ddd;
    /* border-radius: 10px; */
    background: #fff;
    padding: 15px 15px 50px 15px;
    margin: 0;
    position: relative;
}
div.back99 a::after{
  content: "商品を見る";
  display: block;
  width: calc(100% - 20px);
  background: var(--blue01);
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  letter-spacing: .1em;
  padding: 5px 0;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
div.back99 a:hover{
  filter: drop-shadow(5px 5px 0 var(--blue02));
  background: #fff;
  opacity: 0.7;
  transform: translateY(-5px);
}
div.back99 a>div{
  color: var(--blue01)!important;
}
p.procd{
  color: var(--blue01)!important;
  font-size: 12px;
  line-height: 1.35;
}
div.back99 a div.c-items5Col__price{
  /* color: #e77a00!important; */
  font-size: 13px;
  /* font-weight: bold; */
  line-height: 1.35;

}
div.c-items5Col__priceTax{
  font-size: 13px;
  line-height: 1.35;

}
div.c-items5Col__name{
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.5;
}
div.none{
  background: #dae9d6;
  flex-direction: column;
  border-radius: 10px;
  padding: 15px;
}
div.none div,
div.none p{
  margin: 0;
}
div.none div.img{
  background: #fff;
  width: 100%;
  margin: 0 auto 10px;
  height: 200px;
}

@media (max-width: 1200px) {
  li.back99 {
    width: calc(calc(100% / 4) - 15px);
    /*padding: 10px 10px 60px 10px;*/
  }
  
  div.product_Grp::before,
  div.product_Grp::after {
    content: "";
    display: block;
    width: calc(calc(100% / 4) - 15px);
}


}
/*商品画像*/
div.back99 img.picture {
  margin: auto;
  display: block;
  border: none;
  max-height: 100%;
}
.c-items5Col__figure img{
  max-height: fit-content;
  max-width: fit-content;
}
figure.c-items5Col__figure{
  margin: 0 0 10px 0;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  border: none;
}

/* @media screen and (min-width:769px) {
  figure.c-items5Col__figure{
    height: 21rem;
  }
} */

.fa-shopping-cart:before {
    content: "\f07a";
    color: #fff;
    padding-right: 5px;
}

/*プライスダウン*/

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!important;
    left: -42px;
    top: 24px;
    width: 160px;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    background: #ff3a20;
    color: #fff!important;
    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;
}


/*COREILでおすすめ_アイコン*/
figure.coreil_icon{
  position: relative;
}
figure.coreil_icon img.picture{
  margin-left: 0!important;
    margin-top: 15%!important;
    width: 80%!important;
    height: auto!important;

}
figure.coreil_icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
    background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20230420/coreil_icon.png)center / contain no-repeat;
    width: 75px;
    height: 75px;
}
@media screen and (max-width:768px) {
  figure.coreil_icon img.picture{
    margin-left: -8%!important;
    margin-top: 5%!important;
    width: 95%!important;
    height: 95%!important;
  }
  figure.coreil_icon:after{
    right: 0;
    width: 40%;
    height: 45%;
  }
}


/*チラシ限定_アイコン*/
h3.icon_gentei{
  padding-right: 70px!important;
}
h3.icon_gentei::before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20230420/icon_gentei.png)center / contain no-repeat;
  width: 60px;
  height: 60px;
}



/*アイコン*/
#icon61{
  width: auto;
    height: auto;
}



@media (max-width: 768px) {/*------------------------------------------- */
  .menu_Button ul{
    padding: 0;
  }
  .menu_Button ul li{
      margin: 0 0 10px 0;
  }
.menu_Button ul li a{
  font-size: 1.5rem;
}
li.back99 {
  width: 50%;
  padding: 0 10px;
}
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%;
  }

}
