body{
  overflow-x: hidden !important;
  font-weight: normal;
}

@media print, screen and (min-width: 48.0625em) {
  /* 【サイトリニューアル 4.0】 Start PCの共通ヘッダー内に表示しているリンクとサジェストの下線アニメーション対応 */
  /* ※#32883の対応で、個々のコンポーネントで打ち消す設定を入れていたが、それらは消し、CSSでimportantつけて最優先にする */
  .pwa-pc-link {
    cursor: pointer;
    background: linear-gradient(currentColor, currentColor) no-repeat left 100% bottom 0px/0 1px !important;
    text-decoration: none !important;
    transition: background-size .3s ease !important;
  }
  .pwa-pc-link:hover {
    text-decoration: none !important;
    background-position: left 0% bottom 0px !important;
    background-size: 100% 1px !important;
  }
  /* 【サイトリニューアル 4.0】 End PCの共通ヘッダー内に表示しているリンクの下線アニメーション対応 */
}

/** 
【暫定】RENEWAL2023-541 AQUAトライアルキットの商品タイルの金額非表示
**/
div[data-testid="product-scroller-item"] > div > a[href*="pid=AQ2304T"] > div[data-testid="product-tile-price"] {
  visibility: hidden;
}
div[data-testid="product-tile"] > div > a[href*="pid=AQ2304T"] > div[data-testid="product-tile-price"] {
  visibility: hidden;
}
/* 【サイトリニューアル 2.0】 Start 特定商品タイルの金額非表示 */
div[data-testid="product-scroller-item"] > div > a[href*="/AQ2304T.html"] > div[data-testid="product-tile-price"] {
  visibility: hidden;
}
div[data-testid="product-tile"] > div > a[href*="/AQ2304T.html"] > div[data-testid="product-tile-price"] {
  visibility: hidden;
}
/* 【サイトリニューアル 2.0】 End 特定商品タイルの金額非表示 */

/* 【サイトリニューアル 2.0】 Start 各画面のletter-spacing追加 ※TOP画面は例外で入れないスタイル */
.tx-common-style {
  /* 本番でbodyに指定されているスタイル（文字間の幅） */
  letter-spacing: 0.5px;
}
/* 【サイトリニューアル 2.0】 End 各画面のletter-spacing追加 */