/******************************/
/* category */
/******************************/
.p-category__ttl {
  margin: 10px 0 30px 0;
  line-height: 1.4;
font-size: 3.6rem;font-weight: 600;font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.p-category-free {
  margin-bottom: 60px;
  line-height: 2;
}
/***** カテゴリ一覧 *****/
.p-category-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 767px) {
  .p-category__ttl {
font-size: 2.8rem;font-weight: 600;font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
  
  .p-category-list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-category-list__item {
  box-sizing: border-box;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3333%;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-category-list__item {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    text-align: left;
  }
}
.p-category-list__link {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-category-list__link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.p-category-list__link:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-category-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    transform: rotate(-45deg);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.p-category-list__img {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-category-list__img {
    margin-right: 10px;
    margin-bottom: 0;
    width: 75px;
  }
}
.p-category-list__name:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-category-list__name:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .p-category-list__name {
    flex: 1;
  }
}
/***** 商品件数・ソート *****/
.p-item-list-head {
  display: flex;
  justify-content: space-between;
  
  padding: 40px 0 15px 0;

}
@media screen and (max-width: 767px) {
  .p-item-list-head {
      padding: 30px 0 15px 0;
  }
}
.p-item-list-num {
  font-size: 1.75rem;font-weight: 300;line-height: 1;font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.p-item-list-num span{
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .p-item-list-num {
    font-size: 14px;
  }
}
.p-item-sort-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.p-item-sort-list__item {
  margin-left: 20px;
  font-size: 1.6rem;font-weight: 300;
}

.p-item-sort-list__item span{
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-item-sort-list__item {
    margin-left: 20px;
    font-size: 1.4rem;
  }
}
.p-item-sort-list__item:first-child {
  margin-left: 0;
}
.p-item-sort-list__item span {
  text-decoration: underline;
}
.c-breadcrumbs-list {
    padding-top: 15px;
    margin-bottom: 10px;
    font-size: 1.2rem;
}


/******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255,255,255,0.4);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: 110px;
    width: 45px;
    height: 45px;
  }
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    top: 15px;
  }
}
.p-ranking-list .slick-prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: 0px;
  }
}
.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}
.p-ranking-list .slick-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: 0px;
  }
}
.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 25px;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.p-ranking-list__img {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  border:1px solid #c9caca;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}
.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
.p-lank-img {margin-bottom:10px;}
.p-ranking-list__txt {font-size:1.4rem;font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; }

.p-ranking-list__num {
  position: absolute;
  top: -25px;
  left: 1px;
  width: 64px;
}

.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  color: #000000;
  margin-top: 0;
}
.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-ranking-list__btn.is-added {
  color: #000000;
}
.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.c-not-found{font-size: 1.4rem;}


/******************************/
/* 20240312追加　並び替え／絞り込み用 */
/******************************/

.p-item-wrap {display: flex; justify-content: flex-end; gap:20px; position: relative; margin:50px 0  -50px 0;}
.p-item-wrap > div {position: relative;width: auto; display: inline-block;}

.p-item-wrap .sort_navi {width: 140px;display: flex;padding: 0.5rem 0;align-items: center;justify-content: center; background-color: #b7a164;border-radius: 50px;position: relative;cursor: pointer;font-size: 1.6rem;font-weight: 500;color: #ffffff;z-index: 3; position: relative;}
.p-item-wrap .sort_navi img {width: 10px; position: absolute; right: 1.6rem;}
.selected {background-color: #b7a164;color: #ffffff;}
.p-item-wrap ul {width: 100%;padding: 2.5rem 1rem 1rem 1rem;background-color: #E1EBF8;background-color: #e4dac2;position: absolute;top: 1.5rem;left: 0;display: none;z-index: 2;border-radius: 0 0 1.5rem 1.5rem;}
.p-item-wrap li {font-size: 1.6rem; padding: 5px 0; text-align: center;}
.p-item-wrap li > span{font-weight: 600;}

@media screen and (max-width: 767px) {
.p-item-wrap {gap:10px;}
.p-item-wrap .sort_navi {width: 120px;font-size: 1.4rem;}
.p-item-wrap li {font-size: 1.4rem;}
}

