/* info */
.info {
  margin-bottom: 30px;
}

.info_heading {
  padding-top: 0;
}

.info_detail {
  margin: 20px 0 0;
  font-size: 12px;
}

.info_detail li {
  margin-bottom: 10px;
}

.info_detail li p {
  margin: 5px 0 10px;
}

/* seller */
.seller {
  margin-bottom: 20px;
}

.seller_lists {
  margin-top: 20px;
  font-size: 12px;
}

.seller_list2 {
  margin-bottom: 20px;
  list-style: none;
  position: relative;
  min-height: 240px;
}


/* popular */
.popular_lists {
  list-style: none;
  margin: 20px -1% 0;
}
.popular_list {
  float: left;
  position: relative;
  font-size: 12px;
  width: 18%;
  margin: 0 1% 20px;
}
.popular_list .number {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 45px;
}
.popular_list .number.no1 {
  background: url(https://file001.shop-pro.jp/PA01375/043/img/no1.png) no-repeat;
  background-size: 100% auto;
}
.popular_list .number.no2 {
  background: url(https://file001.shop-pro.jp/PA01375/043/img/no2.png) no-repeat;
  background-size: 100% auto;
}
.popular_list .number.no3 {
  background: url(https://file001.shop-pro.jp/PA01375/043/img/no3.png) no-repeat;
  background-size: 100% auto;
}
.popular_list .number.no4 {
  background: url(https://file001.shop-pro.jp/PA01375/043/img/no4.png) no-repeat;
  background-size: 100% auto;
}
.popular_list .number.no5 {
  background: url(https://file001.shop-pro.jp/PA01375/043/img/no5.png) no-repeat;
  background-size: 100% auto;
}



@media (max-width: 768px) {
  .popular_list {
    width: 30%;
    margin: 0 1.5% 20px;
  }
 }
/* === 2026年6月修正：ABOUT USセクションをスマホで縦並びに === */
@media screen and (max-width: 768px) {
  .about + ul.row > li {
    width: 100% !important;
    float: none !important;
    display: block !important;
    margin-bottom: 20px !important;
    text-align: center !important;
  }

  .about + ul.row > li img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
  }
}
/* === 2026年6月修正：TOPICSとBEST SELLERが中間サイズ画面で崩れる対策（940px以下） === */
@media (max-width: 940px) {
  .info,
  .popular {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    display: block !important;
    margin-right: 0 !important;
  }

  /* 並び順に余白を追加（上下に分かれるため） */
  .info + .popular,
  .popular + .info {
    margin-top: 30px;
  }
}
