/*商品一覧--------*/
div.product_Grp {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  /* grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); */
  gap: 15px 10px;
  /* flex-wrap: wrap;
  justify-content: space-between; */
  padding: 0px 0 40px;
  margin: 20px auto 0;
  max-width: 1200px;
}

li.back99 {
  width:100%;
  margin: 0;
  display: flex;
}

li.back99 a {
  display: block;
  width: 100%;
  text-decoration: none;
  border-radius: 10px;
  background: #fff;
  padding: 10px 10px 40px 10px;
  position: relative;
  margin: 0;
}
/*色違い*/
li.back99 a{
  filter: drop-shadow(0 0 5px rgba(204, 193, 151, 0.3));
}


li.back99 a::after {
  content: "商品を見る";
  display: block;
  width: calc(100% - 20px);
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  letter-spacing: .1em;
  padding: 3px 0;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
p.Release{
  text-align: center;
  /* color: red; */
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: red;
  display: inline-block;
  padding: 3px 10px 0px;
  margin-bottom: 5px;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
li.back99 a:hover {
  transform: translateY(-5px);
}
/*色違い*/
li.back99 a:hover{
  background: #f5f5dd;
}


p.procd {
  color: #575757;
  font-size: 12px;
}

li.back99 a div.c-items5Col__price {
  color: #e77a00 !important;
  font-size: 16px;
  font-weight: bold;
}

div.c-items5Col__priceTax {
  color: #858585;
  font-size: 12px;
  margin-bottom: 5px;
}

div.c-items5Col__name {
  color: #575757;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.5;
}

li.none {
  /* width: calc(20% - 15px); */
  /* background: #dae9d6; */
  flex-direction: column;
  border-radius: 10px;
  padding: 15px;
}

li.none div,
li.none p {
  margin: 0;
}

li.none div.img {
  background: #fff;
  width: 100%;
  margin: 0 auto 10px;
  height: 200px;
}




/*色違い*/
#product02 li.back99 a::after{
  background: var(--product02);
}
#product03 li.back99 a::after{
  background: var(--product03);
}
#product04 li.back99 a::after{
  background: var(--product04);
}
#product05 li.back99 a::after{
  background: var(--product05);
}
#product06 li.back99 a::after{
  background: var(--product06);
}

div.code{
  font-size: 15px;
  color: #5e5e5e;
}

@media (max-width: 1200px) {
  /* li.back99,
  li.none {
    width: calc(calc(100% / 4) - 15px);
  }

  div.product_Grp::before,
  div.product_Grp::after {
    content: "";
    display: block;
    width: calc(calc(100% / 4) - 15px);
  } */


}
@media (max-width: 768px) {
  div.product_Grp {
    max-width: 500px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
/*商品画像*/
li.back99 img.picture {
  margin: auto;
  display: block;
  border: none;
  max-height: auto;
}

.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!important;
}

@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;
  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;
}



/*ハンバーガーメニュー-----------------------------*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 25%;
  height: 100vh;
  /*ナビの高さ*/
  background: var(--orange01);
  /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 25%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  display: grid;
  grid-template-columns: 1fr;
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 350px;
  padding-left: 0;
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
  padding: 0;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

#g-nav li a {
  color: var(--orange01);
  background: #fff;
  text-decoration: none;
  padding: 0.75em 1em;
  border-radius: 5px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.1em;
  white-space: nowrap;
  vertical-align: baseline;
}
#g-nav li a i{
  vertical-align: baseline;
  color: #fff!important;
  margin-right: 7px;
}
#g-nav li a:hover{
  opacity: 0.75;
}
/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  bottom: 90px;
  right: -4px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background: #ff9249!important;
  border: 3px solid #fff;
  border-radius: 3px 0 0 3px;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 17px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 17px;
}

.openbtn span:nth-of-type(2) {
  top: 30px;
}

.openbtn span:nth-of-type(3) {
  top: 43px;
}

.openbtn.active span:nth-of-type(1) {
  top: 26px;
  left: 22px;
  transform: translateY(6px) rotate(-45deg);
  width: 40%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 38px;
  left: 22px;
  transform: translateY(-6px) rotate(45deg);
  width: 40%;
}

@media (max-width: 768px) {
  #g-nav li a{
    font-size: 18px;
  }
  .openbtn {
    width: 60px;
    height: 55px;
    bottom: 80px;
  }

  .openbtn span {
    left: 15px;
  }

  .openbtn span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn span:nth-of-type(2) {
    top: 25px;
  }

  .openbtn span:nth-of-type(3) {
    top: 35px;
  }

  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 17px;
  }

  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 17px;
  }

  #g-nav {
    width: 100%;
  }

  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    width: 100%;
  }

}

/*ハンバーガーメニューここまで---------------*/

/*トップのチラシを見るボタン*/
div.top_dlbtn{
  position: fixed;
  right: -35px;
  bottom: 175px;
  width: 140px;
  z-index: 998;
  transition: all 0.3s ease 0s;
}
div.top_dlbtn a{
  display: block;
  background: #fff;
  padding: 10px 40px 10px 10px;
  border-radius: 15px;
  border: 3px solid var(--orange01);
}
div.top_dlbtn:hover{
right: -25px;
}
div.top_dlbtn:hover a{
  background-color: #fffab0;
}
@media (max-width: 768px) {
  div.top_dlbtn{
    width: 130px;
    bottom: 145px;
  }
  div.top_dlbtn a{
    padding: 5px 35px 5px 5px;
  }
}


@media (max-width: 768px) {
  /*------------------------------------------- */

  /* li.back99 {
    width: 50%;
    padding: 0 5px;
  } */

  /* li.none {
    display: none;
    width: calc(50% - 20px);
    padding-top: 10px;
    margin: 0 auto 25px;
  } */
  li.back99 a{
    padding: 5px 5px 40px;
  }
  li.back99 p,
  div.c-items5Col__priceTax {
    font-size: 12px;
    line-height: 1.5;
  }

  li.back99 a div.c-items5Col__price {
    font-size: 13px;
    line-height: 1.5;
  }

  div.c-items5Col__name {
    font-size: 12px;
    line-height: 1.25;
  }

  li.back99 a span.desc {
    font-size: 12px;
    font-weight: bold;
  }

  /* li.wi50 {
    height: auto !important;
  } */

  /* .wires50-25 {
    width: calc(50% - 5px);
  } */

  .flbSp2 li:last-of-type {
    margin-right: 50%;
  }

}




/*NEWアイコン*/
li.back99.icon-new a:before {
  content: "";
  position: absolute;
  top: 5px!important;
  right: 5px!important;
  width: 45px;
  height: 45px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 100;
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20201009/new.png);
  background-size: contain;
}
/*チラシ限定*/
li.back99.icon-gentei a:before {
  content: "";
  position: absolute;
  top: 5px!important;
  right: 5px!important;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 100;
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20231031/gentei.png);
  background-size: contain;
}

/*在庫限り*/
li.back99.icon-zaiko a:before {
  content: "";
  position: absolute;
  top: 5px!important;
  right: 5px!important;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 100;
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20241021/zaiko.png);
  background-size: contain;
}
:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}
*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}