@charset "UTF-8";
/*
Wooブロック用のCSS
*/

/*WSP*/
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
共通設定
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.wc-block-grid__product-link {
  display: block;
  width: 100%;
  position: relative;
}

.wc-block-grid__product-link .wc-block-grid__product-image {
  position: relative;
}

.wc-block-grid__product-link .wc-block-grid__product-image:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.wc-block-grid__product
  .wc-block-grid__product-link
  .wc-block-grid__product-image
  img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wc-block-grid__product-rating .star-rating{
  width: 5.6rem;
}

/* 評価の高い商品★アイコン */
.wp-block-product-top-rated  .star-rating{
  height: 2.2em;
}

/*おすすめ商品
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.wc-block-featured-product {
  min-height: auto !important;
  background-size: cover;
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-size: cover;
}

.wc-block-featured-product .wc-block-featured-product__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*厳選商品
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.wp-block-handpicked-products .wc-block-grid__product-rating .star-rating{
  height: 2.2em;
}


/*すべての商品
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

/* 商品画像 */
.wc-block-all-products
  .wc-block-grid__products
  .wc-block-grid__product-image {
  position: relative;
  width: 100%;
}

.wc-block-all-products
  .wc-block-grid__products
  .wc-block-grid__product-image:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.wc-block-all-products
  .wc-block-grid__products
  .wc-block-grid__product-image
  a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display:flex;
  flex-direction: column-reverse;
}

.wc-block-all-products
  .wc-block-grid__products
  .wc-block-grid__product-image
  img {
  height: 100%;
  object-fit: cover;
}

.wc-block-all-products .wc-block-grid__product-rating__stars{
  height: 2.2em;
}

.wc-block-all-products .wc-block-grid__product-onsale{
  margin: 12px auto 0;
}

.wc-block-all-products .wc-block-grid__products .wc-block-grid__product{
  /* margin-bottom: 16px; */
}




/*
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
*/


/*WTT*/
@media screen and (min-width:641px) and ( max-width:959px) {
/*ここから*/






/*ここまで*/
}


/*
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
*/


/*WT*/
@media screen and (min-width:960px) and ( max-width:1279px) {
/*ここから*/




/*ここまで*/
}


/*
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
*/

/*WPC*/
@media only screen and (min-width: 1280px) {
  /* 商品タイトル */
  .wc-block-grid__product-title {
    line-height: 2.2rem;
  }

  /*すべての商品
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

  /* 商品タイトル */
  .wc-block-all-products h2 {
    margin: 0 0 8px !important;
  }

  .wc-block-all-products span {
    margin: 0;
  }
}
