.l-header {
  z-index: 100!important;
}

.c-text--small {
  font-size: 90%;
}

.c-product__img {
  height: calc((750px - 64px) / 5);
}

.p-headerMenu--item a {
  display:block;
}

.p-headerMenu--item a:has(> .cart-count) {
  position: relative;
}

.p-headerMenu--item span.cart-count {
    position: absolute;
    top: -0.3em;
    right: -0.75em;
    display:flex;
    justify-content: center;
    align-items: center;
    width: 1.5em;
    height: 1.5em;
    padding: 0.25em 0.25em 0.4em 0.25em;
    font-size: 10px;
	background-color: #E54545;
    color: #fff;
    border-radius: 100%;
}

/*---------------------------------------
  お気に入りボタン（アイコン）
-----------------------------------------*/

/* 読み込みのためのsvgを非表示 */
.svg-symbol {
  display:none;
}

/* 一覧のお気に入りボタン設定 */
.p-favoriteBtn__icon {
  fill:#FFFFFF;
  stroke:#707070;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition: 0.3s ease;
}

.favorite-button.fav-items .p-favoriteBtn__icon{
  fill:#F4B79E;
  stroke:#FFFFFF;
  transition: 0.3s ease;
}

.p-productList--item {
  position: relative;
}

.p-product-list__fav-items {
  position: absolute;
  top: 108px;
  right: 6px;
  z-index: 1;
}

/*------------------------------
  Fixed Banner
------------------------------*/
.p-fixedBanner {
  position:fixed;
  left:12px;
  bottom:24px;
  width:180px;
  z-index:100;
}
  
.p-fixedBanner img {
  width:100%;
}