/*　商品詳細表示幅　*/
.fs-l-productLayout__item.fs-l-productLayout__item--3 .fs-p-productDescription{
  max-width:530px;
  margin: 0 auto;
}
.fs-l-productLayout__item.fs-l-productLayout__item--3 .fs-p-productDescription > * {
  width: 100%;
}
.fr3-item__rankContainer {
    display: none !important;
}
main .top-ranking .panel-area {
    padding-bottom: 2.5em;
}

.my-false.login {
    display: none;
}

.tracking-buttons-container {
  display: flex;
  justify-content: center;
  margin: 20px 0 10px;
  gap: 15px; 
}

.tracking-buttons-container a {
  color: #fff;
}

/* ---------------------------------- */
.tracking-button:hover {
  text-decoration: none;
  opacity: 0.9;
}

.tracking-button a:hover {
    opacity: 0.5;
}
    
.tracking-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  min-width: 180px;
  border-radius: 30px; 
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}

/* ---------------------------------- */
/* 5. ボタンごとの個別スタイル（色） */
/* ---------------------------------- */
.yz-button {
  background-color: #485ab9;
}

.mail-button {
  background-color: #a45e57;
}

.tracking-button span {
  font-size: 18px;
  margin-left: 10px;
  color: #ffffffff;

}

/* ---------------------------------- */
/* 6. 注意書きテキストのスタイル */
/* ---------------------------------- */
.note-text {
  text-align: center;
  font-size: 12px;
  color: #ffffffff;
  margin-top: 5px;
  margin-bottom: 20px;
}    
.sns-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 20px;
}

.sns-icons a img {
  width: 24px;
  height: 24px;
}

.follow-text {
  text-align: center;
  font-size: 14px;
  color: #ffffffff;
  margin-top: 0;
}

/* ---------------------------------- */
/* 追跡ボタン内のアイコン画像に左マージンを追加 */
/* ---------------------------------- */
.tracking-button img {
  margin-left: 0.5rem; 
  vertical-align: middle; 
  width: auto; 
  height: 18px;
}
    
@media (max-width: 600px) {
  .tracking-buttons-container {
    flex-direction: column;
    gap: 10px;
    margin: 15px 0;
    padding: 0 20px;
  }

  .tracking-button {
    width: 100%;
    min-width: auto;
  }
}
@media (min-width: 601px) {
  .footer-contact div.tracking-buttons-container {
    display: none; 
  }
}
footer .footer-contents {
    padding-bottom: 0px!important;
}

/* --- コンテナ要素 --- */
.top-recommend .fs-c-productListItem__prices.fs-c-productPrices {
    text-align: center;
}

/* --- 価格メイン要素 --- */
.top-recommend .fs-c-productPrice.fs-c-productPrice--selling {
    /* HTMLから抽出・統合したスタイル */
    color: var(--color-red) !important;
    font-size: 1.2em;
    text-align: center;
    font-weight: 600;
    display: inline-block; 
}

/* --- 価格本体と通貨マーク --- */
.top-recommend .fs-c-productPrice__main__price.fs-c-price .fs-c-price__currencyMark,
.top-recommend .fs-c-productPrice__main__price.fs-c-price .fs-c-price__value {
    color: var(--color-red) !important;
}

/* --- 当店価格ラベル（非表示） --- */
.top-recommend .fs-c-productPrice__main__label,
.top-recommend .fs-c-productMarks,
.top-recommend .fs-c-productListItem__control {
    display: none!important;
}
