.ranking ul {
  display:flex;
}

.product-list__expl {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック体", "Yu Gothic UI", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size:.8rem;
  color:#777;
  position: relative;
  display: inline-block;
  margin-top: 18px;
  padding: 10px 14px;
  border: 1px solid #777777;
  border-radius: 5px;
  background-color: #ffffff;
  font-weight: 400;
  line-height: 1.5;
}

.product-list__expl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15%;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #777777;
  translate: -50% -100%;
  transform: skew(7deg);
  transform-origin: bottom;
}

.product-list__expl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15%;
  border-style: solid;
  border-width: 0 0 11.6px 11.6px;
  border-color: transparent transparent #ffffff;
  translate: calc(-50% + 0.2px) -100%;
  transform: skew(7deg);
  transform-origin: bottom;
}

.all_btn {
  display:flex; 
  justify-content:center;
}

.all_btn a {
  display:block;
  text-align:center;
  padding:14px;
  border:1px solid #777;
  border-radius:5px;
  width: 30%;
  max-width: 180px;
}
  /*20250619追加*/
.hot_category li {
  list-style: none;
  border: 1px solid #6699CC;
  border-radius: 5px;
  width: -webkit-fill-available;
  margin:36px 10px;
}

.hot_category a {
  display: block;
  padding: 12px 16px;
  text-align: center;
}

.caution_season {
  border:solid 1px red;
  padding:24px;
  margin:24px;
}

.caution_season p {
  color:red;
  text-align:center;
}