@charset "UTF-8";
/*/////////////////////////////////////////
//  カテゴリヘッダー
/////////////////////////////////////////*/
.ctg-header {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 75px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .ctg-header {
    flex-direction: column;
    margin-top: 0;
    padding-top: 20px;
    margin-bottom: 40px;
    gap: 24px;
  }
}
.ctg-header figure {
  width: calc(100% - 726px - 50px);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .ctg-header figure {
    width: 100%;
    max-width: 150px;
  }
}
.ctg-header .txt-area {
  width: 726px;
}
@media screen and (max-width: 767px) {
  .ctg-header .txt-area {
    width: 100%;
    text-align: center;
  }
}
.ctg-header .txt-area h1 {
  font-size: 26px;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .ctg-header .txt-area h1 {
    font-size: 22px;
    line-height: 2.0454545455;
    text-align: center;
  }
}
.ctg-header .txt-area p {
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: 0.016em;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .ctg-header .txt-area p {
    font-size: 14px;
    line-height: 2;
    margin-top: 32px;
    text-align: left;
  }
}

/*/////////////////////////////////////////
//  フィルター
/////////////////////////////////////////*/
.p-list-sort {
  display: flex;
  justify-content: flex-end;
  padding: 0 0 30px;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .p-list-sort {
    padding: 0 0 24px;
  }
}
.p-list-sort li {
  margin-left: 0;
  padding-left: 10px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-list-sort li {
    font-size: 13px;
  }
}
.p-list-sort li:not(:last-child)::after {
  content: "|";
  padding-left: 10px;
}

/*/////////////////////////////////////////
//  カテゴリ商品リスト
/////////////////////////////////////////*/
.c-item-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 28px;
}
@media screen and (max-width: 767px) {
  .c-item-list {
    width: 100%;
    gap: 32px 16px;
    flex-wrap: wrap;
  }
}

.c-item-list__item {
  width: calc((100% - 84px) / 4);
  padding: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-item-list__item {
    width: calc((100% - 16px) / 2);
  }
}

.c-item-list__img {
  margin-bottom: 20px;
}

.c-item-list__ttl {
  font-size: 16px;
  line-height: 1.625;
  color: #000000;
}

.c-item-list__price {
  font-size: 14px;
  color: #000000;
  text-align: right;
}

/*/////////////////////////////////////////
//  ランキング
/////////////////////////////////////////*/
.p-ranking {
  position: relative;
  margin-top: 64px;
  padding-top: 52px;
  padding-bottom: 45px;
  background: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .p-ranking {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.p-ranking .c-item-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  width: 980px;
}
@media screen and (max-width: 767px) {
  .p-ranking .c-item-list {
    width: 100%;
    gap: 32px 16px;
    flex-wrap: wrap;
  }
}
.p-ranking .ranking-list .c-item-list__img {
  position: relative;
}
.p-ranking .ranking-list .c-item-list__item:nth-of-type(1)::before {
  content: "1";
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  z-index: 1;
}
.p-ranking .ranking-list .c-item-list__item:nth-of-type(2)::before {
  content: "2";
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  z-index: 1;
}
.p-ranking .ranking-list .c-item-list__item:nth-of-type(3)::before {
  content: "3";
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  z-index: 1;
}
.p-ranking .ranking-list .c-item-list__item:nth-of-type(4)::before {
  content: "4";
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  z-index: 1;
}
.p-ranking .ranking-list .c-item-list__item:nth-of-type(5)::before {
  content: "5";
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  z-index: 1;
}
.p-ranking .ranking-list .c-item-list__item:nth-of-type(1)::before {
  background: #cb9a00;
}
.p-ranking .ranking-list .c-item-list__item:nth-of-type(2)::before {
  background: #868686;
}
.p-ranking .ranking-list .c-item-list__item:nth-of-type(3)::before {
  background: #71643c;
}
.p-ranking .ranking-list .c-item-list__item:nth-of-type(4)::before {
  background: #2e4955;
}
.p-ranking .ranking-list .c-item-list__item:nth-of-type(5)::before {
  background: #217163;
}
.p-ranking .ranking-list .c-item-list__item:before {
  opacity: 1;
  transition: linear all 0.2s;
}
.p-ranking .ranking-list .c-item-list__item:hover:before {
  opacity: 0;
}
.p-ranking .c-item-list__item {
  width: calc((100% - 80px) / 5);
  padding: 0;
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-ranking .c-item-list__item {
    width: calc((100% - 16px) / 2);
  }
}
.p-ranking .c-item-list__img {
  margin-bottom: 20px;
}
.p-ranking .c-item-list__ttl {
  font-size: 16px;
  line-height: 1.625;
  color: #000000;
}
.p-ranking .c-item-list__price {
  font-size: 14px;
  color: #000000;
  text-align: right;
}
.p-ranking .c-scroll-area {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-ranking .c-scroll-area {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -16px;
    padding: 0 16px 12px;
  }
}

/*/////////////////////////////////////////
//  最近チェックした商品
/////////////////////////////////////////*/
.p-product-checked {
  padding-top: 60px;
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .p-product-checked {
    padding-top: 20px;
    padding-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-product-checked .p-product__ttl {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-product-checked .p-product__ttl {
    font-size: 22px;
  }
}
.p-product-checked .c-item-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  width: 980px;
}
@media screen and (max-width: 767px) {
  .p-product-checked .c-item-list {
    width: 100%;
    gap: 32px 16px;
    flex-wrap: wrap;
  }
  .p-product-checked .c-item-list:last-child {
    display:none;
  }
}
.p-product-checked .c-item-list__item {
  width: calc((100% - 80px) / 5);
  padding: 0;
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-product-checked .c-item-list__item {
    width: calc((100% - 16px) / 2);
  }
}
.p-product-checked .c-item-list__img {
  margin-bottom: 20px;
}
.p-product-checked .c-item-list__ttl {
  font-size: 16px;
  line-height: 1.625;
  color: #000000;
}
.p-product-checked .c-item-list__price {
  font-size: 14px;
  color: #000000;
  text-align: right;
}