/******************************/
/* SLIDER */
/******************************/
@media screen and (max-width: 1030px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
}
#slider div {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#slider > div { display: none; }
.bx-viewport #slider > div { display: block; }

.bx-wrapper { z-index: 0; }
.bx-wrapper img { width: 100%; height: auto; }
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
.bx-wrapper .bx-pager { bottom: -27px !important; }
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px !important;
  padding-top: 15px;
  width: 25px !important;
  height: 1px !important;
  background: transparent !important;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
  border-bottom: 1px solid #000000;
}

/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: auto;
  }
}
.p-line-informaiton ul {
  flex: 1;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton ul { font-size: 12px; }
}
.p-line-informaiton li { margin-bottom: 15px; }
.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl { margin: 0; }
}
.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before { content: none; }
}

/***** お知らせ（TOP）*****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}
.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "游明朝体","Yu Mincho",YuMincho,"Noto Serif JP",serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    font-size: 12px;
  }
}
.p-top-news__body { flex: 1; margin-bottom: 0; }

/******************************/
/* TOP RECOMMEND / NEW ARRIVAL */
/******************************/
.p-recommend.u-container,
.p-new-item.u-container { padding-bottom: 0; }

/******************************/
/* 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 #000;
  border-top: 1px solid #000;
}
@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: 0; } }
.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: 0; } }
.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: 0 20px;
  padding-bottom: 25px;
  word-break: break-word;
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__item { margin: 0 5px; }
}
.p-ranking-list__img { position: relative; margin-bottom: 35px; text-align: center; }
.p-ranking-list__img:before { content: ""; display: block; padding-top: 100%; }
.p-ranking-list__img a { display: block; position: absolute; inset: 0; }
.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  inset: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
}
.p-ranking-list__num {
  position: absolute;
  top: 0;
  left: 1px;
  width: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: 700;
  background: #000;
  color: #fff;
  text-align: center;
}

/******************************/
/* TOP INFORMATION / FREE */
/******************************/
.p-information { padding-bottom: 0; }
@media screen and (max-width: 1030px) { .p-information { padding-bottom: 45px; } }

.p-information__body,
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-information__body,
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}

/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) { .p-bnr-list { display: block; } }

.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}
@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
} /* ← これが無いとCSSが壊れます（重要） */


/* ===============================
   商品一覧：商品名の強調デザイン
   =============================== */
.c-item-list__ttl a,
.product-list__name a {
  display: block;
  font-weight: 600;
  font-size: 1.05rem;
  color: #444;
  margin-bottom: 4px;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.3s ease;
}
.c-item-list__ttl a:hover,
.product-list__name a:hover { color: #d36b8a; }

.c-item-list__expl,
.product-list__expl {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
}

/* ===============================
   全体のフォント太さ・色を調整
   =============================== */
body {
  font-weight: 500;
  color: #333;
  line-height: 1.8;
  font-family: "Noto Sans JP","游ゴシック体","Yu Gothic",sans-serif;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
  color: #222;
  line-height: 1.6;
}
p,li,dd,dt { font-weight: 500; color: #333; line-height: 1.8; }
a,button,input[type="submit"] {
  font-weight: 500;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover,button:hover,input[type="submit"]:hover { color: #d36b8a; }

strong,b { font-weight: 600; color: #222; }

/* ===============================
   価格の色・太さ（最終版：これだけ残す）
   =============================== */
.c-item-list__price,
.c-item-list__price *,
.product-detail__price,
.product-detail__price *,
.product-list__price,
.product-list__price *,
.p-ranking-list__price,
.p-ranking-list__price *,
.price,
.price * {
  color: #111 !important;
  font-weight: 700 !important;
  font-size: 1.1rem !important;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.c-item-list__price small,
.product-detail__price small,
.product-list__price small,
.price small {
  color: #333 !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
}

/* ===============================
   CATEGORY（グリッド：HTMLのinline styleは不要）
   =============================== */
.category-grid{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  list-style:none;
  margin:0 auto 10px;
  padding:12px 10px;
  background:#fff6f8;
  border-radius:10px;
}
.category-grid li{ flex:1 1 auto; text-align:center; }
.category-grid li > a{ display:block; width:100%; }

@media (max-width:767px){
  .category-grid li{ flex:0 0 calc(50% - 10px); }
  .category-grid li:first-child{ flex-basis:100%; }
}
@media (min-width:768px){
  .category-grid li{ flex:0 0 calc(25% - 10px); }
  .category-grid li:nth-child(-n+3){ flex-basis:calc(33.333% - 10px); }
}

/* ===============================
   REVIEW上の“謎の空白”対策（SP時）
   ※テーマ差があるので候補を幅広く上書き
   =============================== */
@media (max-width:767px){
  /* レビュー側が2カラムの高さを引きずって空くのを抑止 */
  .product-detail,
  .p-detail,
  .product-detail__inner,
  .p-detail__inner,
  .product-detail__main,
  .p-detail__main,
  .product-detail__sub,
  .p-detail__sub,
  .product-review,
  .p-review {
    float: none !important;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
  }

  /* タブ/パネルに固定高さが当たってる場合の保険 */
  .tab-content,
  .c-tab__content,
  .product-detail__tab-content,
  .p-detail__tab-content {
    height: auto !important;
    min-height: 0 !important;
    padding-top: 0 !important;
  }

  /* REVIEW見出し直下の不要な余白を削る（あれば） */
  .review,
  .review-area,
  .review-list,
  .product-review__list,
  .p-review__list {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
