html {
  scroll-behavior: smooth;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
#kagomori .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 10px;
  justify-content: center;
}
#kagomori .ranking_list {
  max-width: 900px;
  margin: auto;
}
#kagomori .ranking_list .flex li {
  width: calc((100% - 40px) / 4);
  position: relative;
  /* background: #f4f4f4; */
}
@media screen and (max-width: 768px) {
  #kagomori .ranking_list .flex li {
    width: calc((100% - 20px) / 2);
  }
}
#kagomori .ranking_list .flex li img {
  /* padding: 10px; */
  border: solid 2px #e3e3e3;
}
#kagomori .ranking_list .product_name {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin: 2px auto 0px;
}
@media screen and (max-width: 768px) {
#kagomori .ranking_list .product_name {
  font-size: 16px;
}
#kagomori .product_price span {
  font-size: 12x;
}
}
#kagomori .ranking {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  background: #2E2E2E;
}
#kagomori .no1 {
  background: #CCA522;
}
#kagomori .no2 {
  background: #A1A2AA;
}
#kagomori .no3 {
  background: #C18C4F;
}
#kagomori .no4 {
  background: #5a5a5a;
}
#kagomori .list-ttl h2 {
  display: flex;
  flex-direction: column;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  margin: 2rem auto;
}
#kagomori .product_price span {
  font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    display: block;
}
fl
#kagomori .category_list {
  padding: 0 20px;
}
#kagomori .category_list .flex {
  display: flex;
  flex-wrap: nowrap;
  gap: 25px 10px;
  justify-content: center;
}
#kagomori .category_list img {
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  #kagomori .category_list .flex li {
    width: calc((100% - 20px) / 2);
  }
}
#kagomori .budget_list .flex {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px 10px;
  justify-content: center;
}
#kagomori .budget_list img {
  border-radius: 10px;
}
#kagomori .budget_list .flex li {
    width: calc((100% - 20px) / 4);
  }
@media screen and (max-width: 1000px) {
  #kagomori .budget_list .flex {
    flex-wrap: wrap;
  }
  #kagomori .budget_list .flex li {
    width: calc((100% - 20px) / 2);
  }
}
.bottom-area {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0.5% 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 15;
  /* transition: opacity 0.2s; */
  /* pointer-events: none; */
}
.bottom-area>.inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 5%;
}
.inner img {
  max-width: 200px;
}
