/* 商品名の高さ制限削除 */
.c-product--name {
  height: auto ;
}

.l-right {
  margin-top : 2rem;
}

.l-aside {
  margin-top: 2rem;
}

.p-leftNav--wrapper {
  margin-top : 0;
}

.pager_right a,
.pager_left a {
  display:block;
  border-bottom:1px solid #333;
  margin: 0 2em
}

.pager_right a:hover,
.pager_left a:hover {
  border-bottom:1px solid #F4B79E;
}

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

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

.p-productList .p-favoriteBtn__icon {
  fill:#FFFFFF;
  stroke:#707070;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition: 0.3s ease;
}

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

.c-product {
  position: relative;
}

.p-product-list__fav-items {
  position: absolute;
  bottom: 40px;
  right: 6px;
}


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