/* カスタマイズ用CSS */

/*対応製品など*/
.ProductLINK {
  list-style-type: circle;
  font-size: 1.2rem;
  line-height: 2;
}
/*P余白調整*/
.margin_bottm0 {
    margin-bottom: 0; 
}

/* OPP袋発送案内画像 */
.opp-delivery-main {
    float: right;
    max-width: 430px;
    height: auto;
    margin: 0 0 20px 35px;
}

/* クリックポスト案内画像 */
.opp-delivery-clickpost {
    float: right;
    max-width: 430px;
    height: auto;
    margin: 0 0 20px 35px;
}

.Product_note02{
  background-color: #FFF;
  padding: 20px;
  margin-bottom: 0;
  border: 1px solid #cb5555;
  border-radius: 5px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  color: #222;
}

/* float解除 */
.Product_note02::after {
    content: "";
    display: block;
    clear: both;
}

#item_detail .freearea p {
    margin-bottom: 20px;
}


/*オレンジ色のテキスト*/
.text_underline_f60 {
  background: linear-gradient(transparent 80%, #F60 0%);
  font-weight: 600;
}

/*クリックポスト案内*/
.clickpost_info{
  background-color: #F9F9F9;
  font-size: 18px;
  font-size: 1rem;
  padding: 20px;
  border-radius: 10px;
  border: 1px #666 dashed;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.OPP-delivery-banner {
  width: auto !important;
  max-width: 430px;
  height: auto;
  float: right;
}

/*テンプレートダウンロード部分*/

.TempDL{
    text-align: center;
}

.Template_download{
	padding:10px;
    background: #fff;
	margin-top:30px;
    margin-bottom: 30px;
    display: block;
	}


/* 右側カラム全体のレイアウトを調整 */
.c-contentsArea__secondaryCol {
    position: relative;
}

/* メモブロックを固定表示 */
.sticky-shop-memo {
    position: sticky !important;
    top: 80px !important; /* ヘッダー分を考慮 */
    z-index: 100 !important;
    max-height: calc(100vh - 100px) !important;
    overflow-y: auto !important;
}

/* メモのテキストエリアの高さを調整 */
#admin_product_note {
    min-height: 300px !important;
}

/* スクロールバーのスタイル */
.sticky-shop-memo::-webkit-scrollbar {
    width: 6px;
}

.sticky-shop-memo::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}



/* 配送情報テーブル全体：td の 50%幅をやめる */
.shipping-info-table td {
    width: 50%;   /* ここでリセット */
}

/*ショッピングカート　追記*/
.ec-cartRow__amountSub{
    font-size: 0.9em;
    color: #666;
    margin-left: 4px;
    white-space: nowrap;
}

.ec-cartRow__amount {
    line-height: 1.6;
}
@media (max-width: 767px){
  .ec-cartRow__amountSub{
    display:block;
    margin-left:0;
  }
}
.ec-cartRow__amount{
  font-size: 16px;      /* 主情報ちょい大きめ */
  font-weight: 600;
  line-height: 1.7;
}

.ec-cartRow__amountSub{
  font-size: 14px;      /* 補助も読めるサイズ */
  color: #333;          /* 薄いグレーは避ける */
  margin-left: 6px;
}

@media (max-width: 767px){
  .ec-cartRow__amount,
  .ec-cartRow__amountSP{
    font-size: 17px;
    font-weight: 700;
  }
}




/*FAQ*/
.faq-toggle {
  background-color: #f1f1f1;
  color: #1b7a9f;
  cursor: pointer;
  padding: 14px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: background-color 0.3s;
  border-radius: 5px;
  margin-bottom: 5px;
  box-shadow: 1px 1px 1px #333;
  font-size: 1.2rem;
}

.faq-toggle:hover {
    background-color: #ddd;
}

.faq-answer {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: #e4f6ff;
    margin-bottom: 10px;
    border-left: 3px solid #9bd1e5;
    border-radius: 0 5px 5px 0;
    color: #333;
    line-height: 2.4em;
}

.faq-toggle.active + .faq-answer {
    max-height: 1000px;
    padding: 14px 18px;
}

/*商品一覧ページ用パンくずリスト　余白調整*/

.CTWord{
  padding: 5px 8px;
}

/*一覧ページ用　・・・だったと思う💦*/
.ec-navlist .ec-navlist__child li {
    border-bottom: 1px solid #fff !important;
}

.ec-headerSearch__category select {
    border-radius: 0 !important;
    overflow: visible !important;
}

.ec-headerSearch__category .ec-select select {
    color: #000 !important;
}

 .ec-headerSearch .ec-headerSearch__category .ec-select select {
    background-color: #F9F9F9;
 }
 

/* 商品画像フレーム（高さ固定で揃える） */
.product-image-frame {
    width: 100%;
    height: 180px;  /* ← 好みで 200 / 220 など調整OK */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #fff;
}

/* 中の画像 */
.product-image-frame img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}


/* 商品一覧：購入履歴ラベルの余白調整 */
.ec-shelfGrid .ec-shelfGrid__item {
  margin-bottom: 72px;
}  
/* 商品詳細：購入履歴ブロック（中央寄せ & 位置調整） */
.purchased-info-detail {
    display: flex;
    justify-content: center;   /* 中央寄せ */
    gap: 6px;                  /* テキストとリンクの間隔 */
    margin-top: 25px;         /* ← 少し上へ（数字で微調整OK） */
    margin-bottom: 12px;       /* 画像との余白 */
    font-size: 14px;
}

.purchased-info-detail__text {
    font-weight: 300;
}

.purchased-info-detail__history-link a {
    color: #3769b2;
    text-decoration: underline;
}
.purchased-info-detail__history-link a:hover {
    text-decoration: none;
}


/* -----------------------------------------
   商品一覧：購入履歴ラベルの表示位置調整
------------------------------------------ */

/* 各商品カードの上にラベル用スペースを確保 */
.ec-shelfGrid__item {
    position: relative;
    padding-top: 22px;   /* ラベルの分だけ上に余白を作る */
}

/* ラベル本体（固定位置） */
.purchased-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 22px;                /* ラベルの高さ */
    pointer-events: none;        /* クリック邪魔しない */
}

/* ラベルの文字（中央寄せ・上寄せ） */
.purchased-area__text {
    position: absolute;
    top: 0;
    left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 600;
  color: #4469b0;
  white-space: nowrap;
  line-height: 1px;
  background-color: #FFF;
}


/* ===== 商品一覧：購入履歴バッジ ===== */

/* 各商品ボックスの上部にバッジ用スペースを確保 */
.ec-shelfGrid__item {
    position: relative;
    padding-top: 26px;   /* バッジの高さ + ちょい余白 */
    margin-bottom: 24px; /* 行と行のすき間（好みで調整） */
}

/* バッジ本体（★ 2025年○月に購入しました） */
.purchased-badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 22px;              /* 高さを固定して、どの商品も揃える */
    display: flex;
    align-items: center;       /* 縦方向センタリング */
    gap: 4px;
    font-size: 12px;
    color: #555;
    margin-bottom: 10px;
}

/* アイコン部分 */
.purchased-badge__icon {
    margin-left: 15px;
    margin-bottom: 22px;
    font-size: 11px;
    color: #4a83dd;
}

/* テキスト部分 */
.purchased-badge__text {
    white-space: nowrap;       /* 折り返さず1行で */
    margin-bottom: 22px;
    color:#4a83dd;
}

/* 購入履歴がない商品のダミー用（スペースは確保しつつ非表示） */
.purchased-badge--empty {
    visibility: hidden;
}




/*グローバルナビ下線だけ*/
.ec-itemNav__nav li ul li a {
  border-bottom: 1px solid #CCC;
}

/* パンくず（通常リンク）を統一 */
.ec-topicpath__item a,
.ec-topicpath__item a:link,
.ec-topicpath__item a:visited,
.ec-topicpath__item a:active {
    color: #1D3994 !important;
    text-decoration: none;
}

/* パンくずリンクの hover 時に必ずアンダーラインを出す */
.ec-topicpath__item a:hover {
    color: #2C3994 !important;
    text-decoration: underline !important;
}

/* ★ パンくずの現在地（ACTIVE）も強制的に同じ色にする */
.ec-topicpath__item--active a {
    color: #1D3994 !important;
    text-decoration: none !important;
}

/* パンくず：未訪問も訪問済みもすべてのリンクに統一ルール */
.ec-topicpath__item a,
.ec-topicpath__item a:visited {
    color: #2C3994;
    text-decoration: none;
}

/* hover 時だけアンダーラインを必ず出す */
.ec-topicpath__item a:hover,
.ec-topicpath__item a:visited:hover {
    color: #2C3994 !important;
    text-decoration: underline !important;
}





/* ============================
   ヘッダーカテゴリメニュー用リンク色
   （グローバルリンク色より優先される位置に書く）
   ============================ */

.ec-itemNav__nav a,
.ec-itemNav__nav a:link,
.ec-itemNav__nav a:visited,
.ec-itemNav__nav a:focus,
.ec-itemNav__nav a:active {
    color: #222;            /* 黒っぽいグレー */
    text-decoration: none;  /* メニューなので下線なし */
    font-weight: 400;
}

.ec-itemNav__nav a:hover {
    color: #000;            /* ホバー時は少し濃く */
    text-decoration: none;  /* 下線は付けない */
}


/* ================================
   お買い物ガイド：アンカー位置の調整
   #scratches / #weldline などに飛んだとき、
   セクション見出しがヘッダーに隠れないようにする
   ================================= */

/* PC・タブレット共通（ヘッダーがそこそこ高い想定） */
section[id] {
  scroll-margin-top: 90px;  /* 固定ヘッダーの高さ＋少し余裕ぶん */
}

/* スマホ用に少しだけマージンを調整したい場合 */
@media (max-width: 768px) {
  section[id] {
    scroll-margin-top: 70px;  /* スマホ時のヘッダー高さに合わせて調整 */
  }
}

/* （お好みで）ガイド見出しまわりの最低限の整え */
.guide-section-title {
  display: flex;
  align-items: center;
  margin: 2em 0 0.5em;
  font-size: 1.1rem;
}

.guide-section-title .icon {
  margin-right: 0.4em;
}

/* スマホで見出し文字が大きすぎる場合の軽めの調整 */
@media (max-width: 768px) {
  .guide-section-title {
    font-size: 1rem;
  }
}

/* FAQや説明文の段落が詰まりすぎないように軽く調整 */
.answer p {
  margin-bottom: 0.6em;
  line-height: 1.7;
}


/*サムネイル調整*/
.ec-shelfGrid .ec-shelfGrid__item-image {
  display: flex;
  justify-content: center;
  align-items: center;
/*  min-height: 220px; /* ← サイトで一番大きい画像の高さに合わせる */
}

.ec-shelfGrid .ec-shelfGrid__item-image img {
  max-width: 100%;
  max-height: 220px;  /* ← はみ出さないように調整 */
  height: auto;
  width: auto;
}



/* カテゴリページリンクボタン */
.category_menu_cl {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* 3列 or 2列相当 */
  gap: 6px;                          /* 各ボタンの間隔 */
  width: 100%;                       /* 横幅いっぱいに広げる */
  padding: 10px;                     /* 内側余白 */
  list-style: none;                  /* リストのデフォルトスタイルを削除 */
  margin: 0 auto;                    /* 水平中央配置 */
  /* justify-content: space-between; ← grid では不要。隙間は gap で管理 */
  padding-left: 0 !important;        /* ブラウザ既定のul左余白を確実に打消し */
}

/* li をフレックス化して中の a を等高さに伸ばす */
.category_menu_cl li { display: flex; }

/* 3列・4列・5列すべての a を共通スタイルで統一 */
.category_menu_cl li a,
.category_menu_cl_4col li a,
.category_menu_cl_large li a,
.category_menu_cl_3x2 li a,
.category_menu_cl_2col li a {
  /* 等高さ＆中央揃え */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;                       /* 各ボタンの幅いっぱい */
  box-sizing: border-box;            /* 枠線・余白込みで計算してズレ防止 */
  padding: 12px 15px;
  min-height: 52px;                  /* 高さを統一（お好みで 48〜60px） */
  background: #FFF;
  color: #333;                       /* 文字色 */
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-shadow: 1px 1px 1px #DDD;
  border-radius: 2px;                /* 角を少し丸く */
  border: 1px solid rgba(0,0,0,0.12);/* 全列で同じ枠線 */
  border-bottom-width: 4px;          /* 下線の太さも統一 */
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); /* 右＆下に影を付ける */
  transition: background-color 0.3s, box-shadow 0.2s, border-color 0.2s;

  /* 文字長対策：1行で省略（2行にしたいなら下の別案を使ってね💞） */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ホバー時の効果（3/4/5列すべてに適用） */
.category_menu_cl li a:hover,
.category_menu_cl_4col li a:hover,
.category_menu_cl_large li a:hover,
.category_menu_cl_3x2 li a:hover,
.category_menu_cl_2col li a:hover {
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.50); /* 影を強調 */
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.3);
  border-color: #70AFFF;             /* 下線色も統一して変化 */
}

/* デフォルト（PC表示）で3列 */
@media (min-width: 768px) {
  .category_menu_cl {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }

  /* リンクが多いカテゴリは5列 */
  .category_menu_cl_large {
    display: grid;                   /* これを追加しておくと確実！ */
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
    list-style: none;
    margin: 0 auto;
    padding: 10px;
    padding-left: 0 !important;
  }
}

/* スマホでは2列（すべて共通） */
@media (max-width: 767px) {
  .category_menu_cl,
  .category_menu_cl_large,
  .category_menu_cl_4col,
  .category_menu_cl_3x2,
  .category_menu_cl_2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
}

/* =========================================
   追加：カテゴリページ（4列対応）2025-11-07
========================================= */
.category_menu_cl_4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  list-style: none;
  margin: 0 auto;
  padding: 10px;
  padding-left: 0 !important;        /* 既定のul左余白を確実に打消し */
}

/* 4列側の li も等高さ対応 */
.category_menu_cl_4col li { display: flex; }

/* =========================================
   追加：2段目＝3列×2行
========================================= */
.category_menu_cl_3x2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  list-style: none;
  margin: 0 auto;
  padding: 10px;
  padding-left: 0 !important;
}

/* =========================================
   追加：3段目＝2列×1行
========================================= */
.category_menu_cl_2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  list-style: none;
  margin: 0 auto;
  padding: 10px;
  padding-left: 0 !important;
}

/* 段落ちの間隔（任意） */
.category_menu_cl_4col + .category_menu_cl_3x2 { margin-top: 10px; }
.category_menu_cl_3x2 + .category_menu_cl_2col { margin-top: 10px; }

/* =========================
   ツールチップ（hover表示）
   ※ 既存レイアウトはそのまま／JS不要
========================= */
/* アンカーをツールチップの基準にする */
.category_menu_cl li a,
.category_menu_cl_4col li a,
.category_menu_cl_large li a,
.category_menu_cl_3x2 li a,
.category_menu_cl_2col li a {
  position: relative;                /* 追加 */
  overflow: visible;                 /* 追加：ツールチップが切れないように */
}

/* 吹き出し本体（元の安定版） */
.category_menu_cl li a::after,
.category_menu_cl_4col li a::after,
.category_menu_cl_large li a::after {
  content: attr(data-tip);
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  background-color: rgba(34, 47, 83, 0.82);
  color: #FFF;
  padding: 8px 12px;
  border-radius: 3px;
  font-size: 1.0rem;
  line-height: 1.25;
  white-space: nowrap;
  max-width: min(800px, 90vw);
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
  z-index: 50;
}

/* ホバー時に表示 */
.category_menu_cl li a:hover::after,
.category_menu_cl li a:hover::before,
.category_menu_cl_4col li a:hover::after,
.category_menu_cl_4col li a:hover::before,
.category_menu_cl_large li a:hover::after,
.category_menu_cl_large li a:hover::before {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}


/* ▼は使わない */
.category_menu_cl li a::before,
.category_menu_cl_4col li a::before,
.category_menu_cl_large li a::before,
.category_menu_cl_3x2 li a::before,
.category_menu_cl_2col li a::before {
  display: none !important;
}

/* ホバー時に表示（:beforeは不要なので省略可） */
.category_menu_cl li a:hover::after,
.category_menu_cl_4col li a:hover::after,
.category_menu_cl_large li a:hover::after,
.category_menu_cl_3x2 li a:hover::after,
.category_menu_cl_2col li a:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* 画面端でツールチップがはみ出すのを軽減（小画面対策） */
@media (max-width: 480px) {
  .category_menu_cl li a::after,
  .category_menu_cl_4col li a::after,
  .category_menu_cl_large li a::after,
  .category_menu_cl_3x2 li a::after,
  .category_menu_cl_2col li a::after {
    font-size: .78rem;
    padding: 5px 8px;
  }
}

/* タッチ端末ではツールチップを無効化（hoverが無い環境） */
@media (hover: none) {
  .category_menu_cl li a::after,
  .category_menu_cl_4col li a::after,
  .category_menu_cl_large li a::after,
  .category_menu_cl_3x2 li a::after,
  .category_menu_cl_2col li a::after {
    display: none !important;
  }
}

/* 見出し（category_subnote）をタグ風に軽く：任意 */
.category_subnote {
  display: inline-block;
  margin: 14px 0 8px;
  padding: 6px 10px;
  font-size: .85rem;
  font-weight: 600;
  color: #5b6370;
  background: #f2f4f7;
  border-radius: 999px;
  line-height: 1;
}

/* セクション区切りライン＋タイトル */
.category_section {
  border-top: 1px solid rgba(34, 47, 83, 0.25);
  padding-top: 18px;
  margin-top: 24px;
}

/* 最初のセクションは上線なし */
.category_section:first-of-type {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

/* タイトルデザイン */
.category_section_title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #222F53;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* タイトルの左に装飾ライン（任意） */
.category_section_title::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 18px;
  background-color: rgba(34,47,83,0.7);
  border-radius: 2px;
}



/* （参考）2行まで見せたい場合は、上の a の省略指定を外してこれを追記
.category_menu_cl li a,
.category_menu_cl_4col li a,
.category_menu_cl_large li a,
.category_menu_cl_3x2 li a,
.category_menu_cl_2col li a {
  white-space: normal;
  line-height: 1.4;
  min-height: calc(1.4em * 2 + 24px); // 2行分 + 上下padding
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
*/


/* ============================
   基本テキストリンク装飾
   旧サイトのカラー（#1D3994 / #2C3994）を継承
   ============================ */

/* 通常のリンク状態 */
a:link,
a:visited,
a:focus,
a:active {
    color: #1D3994;           /* 基本文字色 */
    text-decoration: none;    /* 下線なし */
    outline: none;
    font-weight: 400;
}

/* ホバー時 */
a:hover {
    color: #2C3994;           /* hover時は少し濃く */
    text-decoration: underline; /* 旧サイトのように下線 */
}





/*ガイドページ見出し装飾*/
.guide-section-title {
    font-size: 1.4rem;
    font-weight: bold;
    padding-left: .6em;
    margin: 1em 0 0;
    line-height: 1.6;
    display: flex;
    align-items: center;
    gap: .4em;
}
.guide-section-title .icon {
  flex-shrink: 0;
}


/*画像サイズ調整*/
.ec-role .guide-content img {
  width: auto !important;
  height: auto !important;
  max-width: 100%; /* スマホでははみ出さない */
  display: block;
  margin: 15px auto;
}

/*カートボタンを表に表示*/
.ec-cartNaviNull{
    z-index: 9999;
}

/*ボタン周り*/
.ec-inlineBtn--action {
  color: #000;
  background-color: #CCC;
  border-color: #CCC;
}

/* 赤フォーカス上書き対策（末尾またはcustom.cssに追加） */
.ec-inlineBtn--action:focus {
  color: #fff;
  background-color: #2E8BDE !important;
  border-color: #2E8BDE !important;
  box-shadow: none !important;
}

/* ボタン押下時（:active）の赤を上書きして青系に統一 */
.ec-inlineBtn--action:active {
  color: #fff !important;
  background-color: #1f73c9 !important; /* 少し濃い青で押した感を演出 */
  border-color: #1f73c9 !important;
  box-shadow: none !important;
}


/*カレンダーカテゴリトップ用　メニュー補正*/
 .ym-mat-bar{ margin:12px 0 6px; display:flex; flex-direction:column; gap:10px; }
  .ym-mat-bar .ym-grid-4{ list-style:none; margin:0; padding:0; display:grid; gap:10px;
    grid-template-columns:repeat(4, minmax(0,1fr)); }
  @media (max-width:1024px){ .ym-mat-bar .ym-grid-4{ grid-template-columns:repeat(2,1fr);} }
  @media (max-width:520px){  .ym-mat-bar .ym-grid-4{ grid-template-columns:repeat(2,1fr);} }

  .ym-mat-bar li{ margin:0; padding:0; }
  .ym-chip{ display:inline-flex; align-items:center; justify-content:center; min-height:42px;
    padding:8px 10px; border:1px solid #cbd5e1; border-radius:999px; text-decoration:none;
    background:#fff; color:#0f172a; font-weight:600; }
  .ym-chip.is-on{ border-width:2px; }
  .ym-chip:hover{ text-decoration:none; filter:brightness(0.98); }

  .ym-chip-clear{ align-self:flex-end; background:transparent; border:1px solid #cbd5e1;
    border-radius:8px; padding:6px 10px; color:#64748b; cursor:pointer; }

  .ym-go-btn{ display:inline-block; padding:10px 14px; border:1px solid #111827; border-radius:12px; text-decoration:none; font-weight:700; }
  .ym-go-btn[aria-disabled="true"]{ opacity:.4; pointer-events:none; }
  .ym-subtle{ font-size:.9rem; color:#64748b; text-decoration:underline; }




/*新着情報部分*/
@media only screen and (min-width: 768px) {
  .ec-newsRole .ec-newsRole__newsItem {
    padding: 5px 0;
  }
}

/*ブロック用*/
.BN_SET{max-width:1130px;margin:0 auto} /* 好きな幅に */
.BN_SET .item_photo{display:block}
.BN_SET img{display:block;width:1130px;height:auto;margin: 10px 0;}

/* 画像リンクのホバー効果（サイト共通） */
@media (hover: hover) and (pointer: fine) {
  a[href] img,
  a[href] picture img {
    transition: opacity 160ms ease-out;
    display: block; /* 余白の出方を安定させる */
  }
  a[href]:hover img,
  a[href]:hover picture img {
    opacity: .85;   /* “少し薄く” */
  }
  a[href]:active img,
  a[href]:focus-visible img {
    opacity: .80;   /* クリック/キーボード時は少し強め */
  }
}

/* 除外したい時（ロゴなど）： <a class="no-fade">…</a> で回避 */
a.no-fade img,
a.no-fade picture img {
  opacity: 1 !important;
  transition: none !important;
}



/*トップページメインカテゴリ*/
.MainCategory6{
    padding: 20px;
}

/* 商品一覧ページ用（縦ボーダー対策込み） */
.ec-searchnavRole .ec-searchnavRole__infos {
    border-top: none;
}

.ec-shelfGrid {
    display: flex;
    flex-wrap: wrap;
}

/* 各アイテムの基本スタイル */
.ec-shelfGrid__item {
    padding: 0px;
    box-sizing: border-box;
    border-left: 1px solid #CCC;
    border-right: none;
    margin-left: -1px;
    box-shadow: inset -1px 0 #FFF; /* 右側のみ白のボーダー */
    transition: none;
}

/* ホバー時：右側の縦線だけ濃く */
.ec-shelfGrid__item:hover {
    box-shadow: inset -1px 0 #CCC;
}

/* 4列目（右端） */
.ec-shelfGrid__item:nth-child(4n) {
    border-right: 1px solid #CCC;
    box-shadow: none; /* ← box-shadowなしで太線防止 */
}
.ec-shelfGrid__item:nth-child(4n):hover {
    border-right: 1px solid #CCC;
}

/* 最後尾が4の倍数でない場合の調整 */
.ec-shelfGrid__item:nth-last-child(1):not(:nth-child(4n)),
.ec-shelfGrid__item:nth-last-child(2):not(:nth-child(4n)),
.ec-shelfGrid__item:nth-last-child(3):not(:nth-child(4n)) {
    border-right: 1px solid #CCC;
    box-shadow: none;
}
.ec-shelfGrid__item:nth-last-child(1):not(:nth-child(4n)):hover,
.ec-shelfGrid__item:nth-last-child(2):not(:nth-child(4n)):hover,
.ec-shelfGrid__item:nth-last-child(3):not(:nth-child(4n)):hover {
    border-right: 1px solid #CCC;
}

/* --- NEW: 3個だけの場合の特別対応 --- */
.ec-shelfGrid__item:nth-last-child(1):nth-child(3),
.ec-shelfGrid__item:nth-last-child(2):nth-child(2),
.ec-shelfGrid__item:nth-last-child(3):nth-child(1) {
    border-right: 1px solid #CCC;
    box-shadow: none;
}
.ec-shelfGrid__item:nth-last-child(1):nth-child(3):hover,
.ec-shelfGrid__item:nth-last-child(2):nth-child(2):hover,
.ec-shelfGrid__item:nth-last-child(3):nth-child(1):hover {
    border-right: 1px solid #CCC;
}

/* タブレット用（2列） */
@media (max-width: 1024px) {
    .ec-shelfGrid__item {
        flex: 1 1 calc(50% - 2px);
        max-width: calc(50% - 2px);
    }
    .ec-shelfGrid__item:nth-child(2n) {
        border-right: 1px solid #999;
        box-shadow: none;
    }
    .ec-shelfGrid__item:nth-child(2n):hover {
        border-right: 1px solid #999;
    }
    .ec-shelfGrid__item:nth-last-child(1):not(:nth-child(2n)) {
        border-right: 1px solid #999;
        box-shadow: none;
    }
    .ec-shelfGrid__item:nth-last-child(1):not(:nth-child(2n)):hover {
        border-right: 1px solid #999;
    }
}

/* スマホ用（1列） */
@media (max-width: 600px) {
    .ec-shelfGrid__item {
        flex: 1 1 100%;
        max-width: 100%;
        border-left: 1px solid #999;
        border-right: 1px solid #999;
        box-shadow: none;
    }
    .ec-shelfGrid__item:hover {
        border-left: 1px solid #999;
        border-right: 1px solid #999;
        box-shadow: none;
    }
}


/*トップページ　cover いったん保留*/
.category-highlight-section {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
/*  background: url('/html/user_data/subimg/category_cover.jpg') no-repeat center center;　*/
/*  background: url('/html/user_data/subimg/fruit.jpg') no-repeat center center;
/*    background: url('/html/user_data/subimg/gray.jpg') no-repeat center center;*/
/*    background: url('/html/user_data/subimg/grad.png') no-repeat center center;*/
/*    background: url('/html/user_data/subimg/grad01.png') no-repeat center center;*/
/*    background: url('/html/user_data/subimg/Disc_BG02.png') no-repeat center center;*/
    background-size: cover;
    background-attachment: fixed;
/*    padding: 60px 0; */
    min-height: 300px;
}

/*トップページカテゴリ*/
.link-box {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.link-box img {
  max-width: 100%;
  border-radius: 8px;
}
.link-box p {
  text-align: center;
  font-size: 14px;
  margin-top: 8px;
  color: #333;
}


.link-box:hover {
  opacity: 0.85;
}



.section-title{
    text-align: center;
    font-size: 1.0rem;
    border-bottom: 2px solid #E3E3E3;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.category-text-item:visited {
    color: #333;
    text-decoration: none; 
}
.category-block {
    padding: 60px 20px;
}

.category-grid.text-only {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 固定で3列 */
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .category-grid.text-only {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .category-grid.text-only {
        grid-template-columns: 1fr;
    }
}

.category-text-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E9EBEE;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    padding: 14px 14px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    box-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

.category-text-item:hover {
    background: #222F53;
    border: 1px solid #222F53;
    color: #FFF;
    text-shadow: 1px 1px 2px #333;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}



/*フリーエリア部分*/
.addlist_fream{
    padding: 20px;
}
.FS_wrapper {
  display: flex;
}

/* 共通リストスタイル */
.addlist-common {
  background-color: #fff;
  text-shadow: 1px 1px 1px #FFF;
  font-size: 1.8rem;
  padding: 10px;
  border-radius: 10px;
  border: 1px #666 dashed;
}

/* OLごとのスタイルだけ上書き */
ol.addlist,
ol.addlist02,
ol.addlist03 {
  composes: addlist-common;
}

li.addlist03,
li.addlist04 {
  font-size: 1.8rem;
  margin-top: 10px;
  background: linear-gradient(#FFF, #F9F9F9);
  padding: 10px;
  line-height: 1.8em;
}

li.addlist03 {
  box-shadow: 1px 1px 1px #AAA;
}

/*マイページで請求書・領収書ボタン*/
/* ============================================
   マイページ：請求書・領収書ボタン 統一デザイン
   Base Color : #222F53（濃紺）
   Accent     : #7A8BB9（淡いグレー紺）
   ============================================ */
/* リンク訪問済み対策：ボタン内のテキストを常に白に固定 */
.btn-success,
.btn-success:visited,
.btn-success a,
.btn-success a:visited {
  color: #fff !important;
}

/* 合計金額 */
.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__price,
.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__taxLabel {
  color: #F30;
  text-shadow: 2px 2px 1px #FFF;
}

.ec-totalBox {
  margin-top: 10px;
}

/* 基本ボタン */
.btn-success {
  color: #fff;                      /* ←ここを白に統一 */
  background-color: #222F53;        /* 濃紺ベース */
  border: 3px solid #FFF;        /* 淡グレー紺 */
  border-radius: 3px;
  font-weight: bold;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.35);
  padding: 12px 20px;
  transition: all 0.25s ease;
}

/* アイコン */
.invoice-buttons .btn-success i {
  margin-right: 6px;
  color: #fff;                      /* ←アイコンも白で統一すると綺麗 */
}

/* ホバー：少し明るい紺 */
.btn-success:hover {
  background-color: #2F3C65;
  border-color: #FFF;
  color: #fff;                      /* ホバーも白で固定 */
  text-decoration: none;
}

/* フォーカス & アクティブ：強い濃紺 */
.invoice-buttons .btn-success:focus,
.invoice-buttons .btn-success:active,
.btn-success:focus,
.btn-success:active {
  background-color: #1B2540;
  border-color: #7A8BB9;
  color: #fff;                      /* ここも白で揺れなし */
  box-shadow: none;
  outline: none;
  transform: translateY(1px);
}

/* 注釈テキスト */
.invoice_text01 {
  font-size: 0.78em;
  color: #F30;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 4px;
}





/* 注釈テキスト */
.invoice_text01 {
  font-size: 0.78em;
  color: #F30;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 4px;
}




/*ショッピングカート注文完了画面　テキストサイズ*/
.ec-reportDescription{
    font-size: 15px;
}

/*ショッピングカート　お届け先部分*/
.shipping-info-table{
    text-align: left;
}

/* FDシリーズページ用テーブル */
.FD123 {
    width: 100%;
    max-width: 880px;
    margin: 30px auto;
    border-collapse: collapse;
    background: #fff;
}

.FD123 th {
    background: #f5f5f5;
    font-weight: bold;
    text-align: center;
}

.FD123 th,
.FD123 td {
    border: 1px solid #ccc;
    padding: 15px;
    vertical-align: middle;
}

.FD123 td:first-child {
    text-align: center;
}

.FD123 td:nth-child(2) {
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
}

.FD123 td:nth-child(3),
.FD123 td:nth-child(4) {
    text-align: center;
}

.FD123 tr:hover {
    background: #fafafa;
}


/*パンくずリスト調整*/
.CTWord {
  line-height: 2;
  word-wrap:break-word;
}

/*商品一覧ページ　単価*/
.tanka {
  color: #f30;
  font-weight: 500;
  background-color: #fff;
  display: block;
  padding: 5px 5px 5px 5px;
  margin-bottom: -10px;
  box-shadow: 1px 1px 0px #5d5d5d  inset;
  border-radius: 2px;
}
.product-name {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 2行に制限 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* 省略記号をつける */
    height: 3em; /* 行の高さ×2（1行1.5emなら3em） */
    line-height: 1.5em; /* 1行の高さ */
    word-break: break-word; /* 単語の途中でも折り返す */
}

/*関連商品部分装飾*/
.related-product-title {
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* 1行まで表示 */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related-product-Price {
    background-color: #FFF;
    text-align: center;
    font-size: 1.4rem;
    padding: 10px;
}

h2.related-products-title {
    padding: 10px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
/*    border-bottom: 1px solid #CCC;*/
    margin-bottom: 10px;
}

/* 関連商品ボックス */
.striped-yellow-box {
    width:92%;
    border-radius: 12px;
    background-color: #FFF;
    border: 5px solid #ccc;
    margin-top: 30px;
    margin-bottom: 60px;
    box-shadow: 
        3px 3px 3px rgba(0, 0, 0, 0.6), /* 外側の影 */
        inset 3px 3px 3px rgba(0, 0, 0, 0.6); /* 内側の影 */
    background: repeating-linear-gradient(
        45deg, /* ストライプ角度 */
        #FFFFFF 0px, 
        #FFFFFF 5px, 
        #F9F9F9 5px, 
        #FFFBD9 10px 
    );
}


.related-text-box{
    padding: 20px;
    background-color: #FFDC99;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    border-radius: 10px;
    box-shadow: inset 1px 1px 1px #9D9D9D;
}

/* スマホ・タブレット（画面幅 768px 以下）で100%に */
@media (max-width: 768px) {
    .related-text-box {
        width: 100%;
    }
}

/* 共通のテキスト設定 */
.related-text {
    text-align: center;
    color: #111;
    margin-bottom: 0px;
}

/* 標準のテキスト */
.related-text.large {
    font-size: 1.2rem;
    text-shadow: 1px 1px 1px #F9F9F9;
    border-bottom:1px solid #A4A4A4;
    
}

/* 小さいテキスト */
.related-text.small {
    font-size: 0.888rem;
}




/*商品ページ　商品サムネイル*/
.item_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* max-widthを削除 */
}

.slideThumb img {
  width: 180px !important;
  height: auto !important;
  object-fit: cover;
  margin-right: 6px !important;
  margin-bottom: 6px !important;
  box-sizing: border-box !important;
}


/*　2025/5/8以前
.slideThumb img {
    width: calc(100% / 3); 
    max-width: 100%;
    object-fit: cover;
    box-sizing: border-box;
}
*/
.slideThumb img {
  width: 180px;          /* ← 固定幅！ここが超大事 */
  height: auto;
  object-fit: cover;
  margin-right: 8px;     /* 適度な間隔（必要なら） */
  margin-bottom: 8px;
  box-sizing: border-box;
}



@media only screen and (min-width: 768px) {
    .ec-sliderItemRole .item_nav {
        width: 674px;
        overflow: hidden;
    }
}





/*カセットPケース部分*/
table.Audio_case {
    width: 100%;
    border-collapse: collapse;
    background-color: #FFF;
    margin: 30px auto;
    border: 1px solid #000;
}


table.Audio_case td {
    text-align: center;
    background-color: #FFF;
    border: 1px solid #999;
    padding: 10px;
    vertical-align: top;
}

table.Audio_case td:first-child {
    width: 50%;
}


/*マルチケース用テーブル*/
table.CDMJP{
	background-color: #FFF;
	margin-left:auto;	
	margin-right:auto;
	}	

td.CDMJP{
	padding: 5px;
	border:1px solid #CCC;
	font-size: smaller;
}

td.CDMJP_image{
	padding: 5px;
	border:1px solid #CCC;
	text-align: center;
	width: 200px;
}

.CDM_title{
	font-size: 18pt;
	font-size: 1.8rem;
	text-align: center;
	padding: 10px;
	text-shadow: 1px 1px 2px #888;
}


/*3系で配置したアイコンを非表示*/
.far.fa-comment,
.fas.fa-hand-point-up {
    display: none !important;
}


/*商品一覧ページでのサムネイルサイズ統一*/
.ec-shelfGrid__item-image img {
    width: 248px;  /* サムネイルの幅を統一 */
    height: 186px; /* サムネイルの高さを統一 */
    object-fit: cover; /* 画像を切り取って均等に表示 */
    border-radius: 2px; /* 角丸にする（好みで調整） */
}

.ec-shelfGrid__item a {
    display: block;
    min-height: 3em; /* 2行分の高さを確保 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.2em; /* フォントサイズに応じて調整 */
}





/* サポートメニュー全体のスタイル */
.guide-intro p {
    line-height: 1.4; /* 行間を狭く */
}

.support-menu {
    width: 100%;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    border-radius: 6px;
}

/* メニューリスト */
.support-menu-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    padding: 0;
    list-style: none;
}

/* メニューアイテム */
.support-item {
    flex: 1;
    min-width: 150px; /* 幅が狭すぎないように設定 */
    text-align: center;
    padding: 10px;
}

/* メニューリンク */
.support-item a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #333;
    padding: 5px 3px 5px 3px;
    background: #f0efef;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
    box-shadow: 1px 1px 1px #000;
}

/* ホバー時のエフェクト */
.support-item a:hover {
    background-color: #222f53;
    color: white;
    border-radius: 6px;
}

/* スマホ対応 */
@media (max-width: 768px) {
    .support-menu-list {
        flex-direction: column;
        text-align: center;
    }

    .support-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .support-item a {
        width: 80%;
        margin: 0 auto;
    }
}


/*お買い物ガイド　イントロ*/
.guide-intro{
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
}

/*イントロ下部分*/
.contact-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #f8f8f8;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.contact-left {
    flex: 1;
    text-align: center;
}

.contact-left img {
    max-width: 100%;
    height: auto;
}

.contact-right {
    flex: 1;
    text-align: center;
}

.contact-link {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s ease-in-out;
}

.contact-link:hover {
    background-color: #0056b3;
}

/* スマホ対応 */
@media (max-width: 768px) {
    .contact-box {
        flex-direction: column;
        text-align: center;
    }

    .contact-left,
    .contact-right {
        width: 100%;
        margin-bottom: 10px;
    }
}






/*ショッピングカート　重なり*/
.ec-cartNaviIsset.is-active {
  z-index: 9999;
  border: 1px solid #d6d6d6;
  box-shadow: 1px 1px 2px #333;
}
/* 関連商品の装飾 */
.ec-shelfGrid a{
    color: #333;
}
.ec-shelfGrid__item:hover {
    opacity: 0.7; /* 透明度を70%にする */
    transition: opacity 0.3s ease-in-out; /* なめらかに変化するように */
}
/* 送料ページ　テーブル全体のスタイル */
.souryou_hosoku{
    font-size: 14px;
}
.delivery_frame {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
    table-layout: fixed; /* テーブルのレイアウトを固定 */
}

/*区分タイトル*/
.delivery_kubun{
    background-color: #F9F9F9;
}

/* ヘッダー行のデザイン */
.delivery_frame thead tr {
    background: #0073aa;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

/* ヘッダーとデータセルのスタイル */
.delivery_frame th,
.delivery_frame td {
    padding: 12px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    color: #333;
    font-weight: 500;
    width: auto; /* 自動調整 */
}

.delivery_frame th:last-child,
.delivery_frame td:last-child {
    border-right: none;
}

/* 地域セル */
.deliverycharge01_ken {
    width: 70% !important; /* 70%に調整 */
    background: #f9f9f9;
    font-weight: bold;
    padding: 12px;
}

/* 送料セル */
.deliverycharge01_carton {
    width: 30% !important; /* 30%に調整 */
    text-align: center;
    background: #FFF;
    font-weight: bold;
}

/* 区分タイトルのデザイン */
.delivery_kubun {
    background: #f4f4f4;
    font-weight: bold;
    padding: 16px;
    font-size: 18px;
    border-bottom: 3px solid #0073aa;
}

.delivery_kubun_title {
    font-weight: bold;
    margin-bottom: 10px;
}


/*送料ページ　トップイラスト*/
.DeliveryJPG{
    padding: 20px;
    margin-bottom: 60px;
}

        

/*ガイドページイラスト*/
img.cart_in_guide {
    display: block;
    margin: 0 auto;
    width: 477px; /* 拡大を防ぐ */
    height: auto;
}

/*ヘッダーメニュー　アニメーション*/
.ec-categoryNaviRole {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  box-shadow: none;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;  /* スムーズなアニメーション */
  z-index: 1000;
  opacity: 1;
  transform: translateY(0);  /* 最初は通常表示 */
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-50px);  /* 少し上に移動させて非表示の状態を作る */
  opacity: 0;  /* 最初は透明 */
  z-index: 9999;
}

.fixed.animate {
  transform: translateY(0);  /* 少し下がってぴったり表示 */
  opacity: 1;  /* 完全に表示 */
}








/*関連カテゴリ*/
.CTWord {
  background-color: #fff;
}


/*カラムサイズ調整*/
@media (min-width: 768px) {
  .ec-grid2 .ec-grid2__cell {
    width: 61%;
  }
}

/*フッターアイコンの透明度*/
.footer-column h3 i {
/*    opacity: 0.7;  /* 少し控えめに表示 */
}
/*商品ページのレイアウト*/
.ec-productRole {
  background-color: #FFF;
  padding-top:30px;
  border-radius: 5px;
}

/*トップページのカラー　ホワイト*/
.front_page .ec-layoutRole {
    background-color: #FFFFFF;  /* トップページは白 */
}

/*商品ページの背景*/
.product_page .ec-layoutRole {
    background: linear-gradient(to bottom, #F0F0F0, #FCFCFC);
}

/*商品ページ　テンプレート部分*/
.pdt_temp{
	margin-top:15px;
	width:100%;
	border:1px solid #999;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-collapse: collapse;
	}

.pdt_temp_th{
	background: #F83;
	color: #fff;
	font-weight: 500;
	font-size: 13px;
	font-size: 1.0rem;
	}

/*価格表トップ*/
.volumediscount {
  background-color: #F0F0F0;
  font-size: 0.9em;
  text-align: center;
  color: #111;
  text-shadow: 1px 1px 1px #ccc;
  padding: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom: 1px solid #999;
  margin-bottom: 1px;
}

/*商品ページ　説明部分*/
.ec-productRole .ec-productRole__btn {
    margin-bottom: 16px;
    min-width: 100%;
}

/* CSS */
button.cart-btn {
  width: 100%; /* 親要素の幅に合わせる */
  max-width: 300px; /* 必要なら最大幅を指定 */
}

/*商品ページ　製品仕様テーブル*/
table {
  width: 100%;
  border-collapse: separate;
  text-align: center;
}

table th, table td {
  border-bottom: 1px solid #999;
  padding: 4px;
}

th {
  font-weight: normal;
}

td {
  font-size: 1em;
  background: #F9F9F9;
}

/* .price_subのスタイル */
.price_sub {
  font-size: 1.2rem;
  padding: 8px;
  background-color: #F0F0F0;
  margin: 0 auto;
  color: #333;
  line-height: 1;
  text-decoration: none;
}

/* table.Productのスタイル */
table.Product th {
  background: #005AA0;
  color: #F0F0F0;
  font-size: 0.9em;
  padding: 0;
  width:50%;
}

table.Product td {
  font-size: 1.4em;
  color: #000;
}

/* table.Product02のスタイル */
table.Product02 th {
  background: #005AA0;
  color: #F0F0F0;
  width: 46%;
  font-size: 14px;
}

table.Product02 td {
  font-size: 0.9em;
  width: 18%;
}

/* table.Specのスタイル */
table.Spec {
  border-spacing: 0;
  text-align: left;
  border-top: 1px solid #999;
  border-left: 1px solid #777;
  font-size: 13px;
  background: linear-gradient(to bottom, #d9d9d9 0%, #f0f0f0 61%, #cccccc 100%);
  margin: 15px 15px 0 0;
  color: #000;
}

table.Spec th {
  vertical-align: top;
  border: 1px solid #999;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 3px 5px 2px;
  font-weight: 100;
  text-shadow: 1px 1px 0 #fff;
  width: 90px;
}

table.Spec td {
  vertical-align: top;
  border-right: 1px solid #999;
  padding: 7px 5px 2px;
  background: #FFF;
}




/*商品一覧ページ*/
.item_comment_list {
  font-size: 15px;
  font-size: 1.5rem;
  color: #393939;
  background-color: #F0F0F0;
  border-radius: 2px;
  padding: 10px;
  margin-top: 5px;
  line-height: 1.2;
  box-shadow: 1px 1px 0px #AAA;
}

/*パンくず部分*/
.hosoku_text{
    color: #777;
}
/*リストインデント*/
.listcircle{
    margin-left: 20px;
    
}

.policy-bar {
    padding: 10px 0; /* 上下の余白 */
    border-top: solid 1px #424242;
}

.policy-content {
    max-width: 1200px; /* 横幅を1200pxに制限 */
    margin: 0 auto; /* センタリング */
    display: flex;
    justify-content: space-between; /* 左右に分ける */
    align-items: center; /* 縦方向の位置を中央に */
}

.policy-links a {
    color: #666;
    margin-right: 15px;
    text-decoration: none;
}

.policy-links a:hover {
    text-decoration: underline;
    color: #333;
}

.policy-since p {
    margin: 0;
    color: #666;
    font-size: 14px;
    text-align: right;
}







/*h1 センタリング　アンダーバー削除*/
.ec-pageHeader h1, .ec-pageHeader .h1{
    text-align: center;
    border:none;
    padding: 1.6em;
    background-color: #F9F9F9;
}
/*テキストセンタリング*/
.centercenter{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.CLJP_10{
    text-align: center;
}

/*faq用*/

.Qicon{
    margin-right: 10px;
    color: #4078E1;
    }
    
/*プライバシーページ用*/
.Privacy_TopComment{
    font-size: 125px;
    font-size: 1.2rem;
    line-height: 1.0em;
    margin-bottom: 80px;
}

.Privacy_text{
    font-size: 18px;
    font-size: 1.2rem;
    line-height: 2.2em;
    margin: 20px;
}

.Privacy_title{
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0px 0px 50px 0px;
}

/*お買い物ガイド　イメージ挿入*/
.appeal {
        display: flex;
        align-items: flex-start;
        padding: 50px;
}
.appeal-image {
    margin-right: 20px;
}
.appeal-block {
    flex: 1;
}

.bold-text {
    font-weight: 600;
}


/* バイオマスPET説明用*/

/* ルート要素のフォントサイズを設定（仮定） */

.BPET_B-Text{
    background-color: #c5ffd4;
    font-weight: 600;
    font-size: 1.3rem;
    border-radius: 5px;
    padding: 5px;
    line-height: 2em;
}

html {
    font-size: 16px;
}

h2.Product_information03 {
    position: relative;
    padding: 1rem 2rem calc(1rem + 8px);
    background: linear-gradient(to bottom, #F9F9F9, #E3E3E3);
    color: #444;
    text-shadow: 1px 1px 0px #FFF;
}

h2.Product_information03:before {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    content: '';
    border: 3px solid #68a457;
}

.BioPet_list {
    font-size: 22px;
    line-height: 2.2em;
    margin-bottom: 50px;
}

/* h1のフォントサイズを1.6remに設定 */
.BN_BioPet_TOP {
    font-size: 1.6rem;
    width: 100%;
    text-align: center;
    padding: 20px;
    background-color: #DFF9AD;
    text-shadow: 1px 1px 1px #FFF;
    color: #000;
    font-weight: 700;
}

.BPET_Comment{
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 30px;
    margin-bottom: 50px;
    width: 720px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 0px #CCC;
}
/* 特定のスタイル設定 */
.BioPet_TOP {
    font-size: 1.2rem; /* 16px * 1.6 = 25.6px */
    width: 100%;
    text-align: center;
    margin: 30px 0px 30px 0px;
    background-color: #DFF9AD;
    text-shadow: 1px 1px 1px #FFF;
    padding: 5px 30px 5px 30px;
}

/* コンテナの幅を設定 */
.content-container {
    max-width: 1150px; /* 横幅を1150pxに設定 */
    margin: 0 auto; /* 中央揃え */
}

/* 画像のサイズを指定 */
.content-container img {
    width: 1150px;
    display: block;
    margin: 0 auto; /* 中央揃え */
}

/* バイオマスPET説明部分のレイアウト */
.explanation-section {
    font-size: 1.2rem; /* 文字サイズを大きくする */
    line-height: 1.6; /* 行間を広くする */
    overflow: hidden; /* floatをクリア */
}

.explanation-section p {
    margin: 0 0 1em; /* 段落の下に余白を追加 */
}

.explanation-section img {
    width: 300px; /* イラストの幅を指定 */
    float: right; /* 画像を右に回り込ませる */
    margin: 0 0 20px 20px; /* 画像の周りに余白を追加 */
}

/* floatをクリアするためのclearfixクラス */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}


/* 装飾用のクラス */
.highlighted-text {
    font-size: 1.3rem;
    line-height: 2.0;
    font-weight: bold;
    color: #333;
}

/* リストのスタイルを設定 */
.explanation-list {
    font-size: 1.2rem; /* リスト項目の文字サイズを大きく */
    line-height: 1.8; /* 行間を広く */
    margin-left: 20px; /* インデントを追加 */
}

.explanation-list li {
    margin-bottom: 10px; /* 各リスト項目の下に余白を追加 */
}

.explanation-list strong {
    font-weight: bold;
}

/* 特定のテキストスタイル */
.explanation-text {
    font-size: 1.2rem;
    line-height: 2.0;
}







/*数量部分*/
.ec-numberInput select{
    max-width: 350px;
}

/*商品ページ　リサイズ調整*/
.slide-item {
        width: 686px;
        height: auto;
    }
/*ページトップボタン　重なり調整*/
.pagetop {
    z-index: 9999; /* フッターよりも高い値に設定 */
}

/*2columnページ用*/
.ec-role {
    padding: 20px;
}

.ec-pageHeader {
/*    background-color: white;*/
    color: black;
    padding: 10px 0;
    text-align: left;
}

.guide-container {
    display: flex;
    flex-wrap: nowrap;
}

.guide-menu {
    flex: 0 0 250px; /* 固定幅を設定 */
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    position: -webkit-sticky; /* Safari用 */
    position: sticky;
    top: 20px;
    height: fit-content;
    background-color: #EAEAEA;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #999;
    background: linear-gradient(to bottom, #E9E9E9, #E1E1E1);
}
.guide-content {
    flex: 1;
    padding: 0px 0px 0px 20px; /* パディングの変更 */
    box-sizing: border-box;
    margin-left: 0; /* マージンをリセット */
    text-align: left; /* 左寄せに設定 */
    width: calc(100% - 290px); /* コンテンツの幅を調整 */
}

.guide-menu ul,
.guide-content ol {
    list-style: none; /* 両カラムのリストから番号を外す */
    padding: 0;
}

.guide-menu li {
    margin-bottom: 10px;
}

.guide-menu a {
    text-decoration: none;
    color: #333;
}

.guide-menu a:hover {
    text-decoration: underline;
}

.sticky {
    position: sticky;
    top: 20px;
    width: 250px; /* 幅を固定 */
    z-index: 1; /* 重なり順を設定 */
}

.guide-menu .small-title {
    color: #000;
    font-size: 0.8em;
    margin-top: 0;
    padding: 5px;
    border-radius: 3px;
    text-align: center;
    border: 1px solid #CCC;
    margin-bottom: 30px;
    background-color: #FFF;
}

.appeal {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.appeal-block {
    flex: 1;
    margin-right: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    text-align: center;
    margin-bottom: 30px;
}

.appeal-block h4 {
    margin-top: 0;
}

.appeal-block:last-child {
    margin-right: 0;
}

.icon {
    margin-right: 10px;
    color: #75e8bc; /* アイコンの色を設定 */
}

.answer {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    line-height: 2.0em;
    color: #111;
}

.custom-h3 {
    color: #555;
    margin-top: 50px;
    margin-bottom: 30px;
    font-weight: 600;
    padding: 20px;
    text-align: center;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-table th, .custom-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.custom-table th {
    background-color: #f2f2f2;
    font-weight: bold;
    text-align: center;
}

.custom-table th:first-child, .custom-table td:first-child {
    width: 61%;
}

.custom-table th:last-child, .custom-table td:last-child {
    width: 39%;
}

/*カレンダー　印刷物サイズ*/
.print_size{
	font-size: 0.8rem;
	position: relative;
	color:#000;
	font-weight:400;
	}

.print_size_box{
	border: 1px solid #333;
	background-color:#F9FDDD;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 1px 1px 3px #999;
	padding:5px 0px 5px 0px;
	margin: 0px auto 20px auto;
	}
.print_size_center{
	font-size: 0.6rem;
	text-align: center;
	margin: 5px 0px -15px 0px;
	color: #888;
	}
.print_size_wh{
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	margin: -10px;
	line-height: 1.2;
}

.print_size_h90{
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	}

.CA5_size{
	width:105px;
	height:74px;
	}
p.CA5_size_w{
	top: 47px;
	left: 0px;
	}
p.CA5_size_h{
	top: -82px;
	left: -59px;
	}
	
.CPETA5_size{
	width:105px;
	height:74px;
	}
p.CPETA5_size_w{
	top: 47px;
	left: 0px;
	}
p.CPETA5_size_h{
	top: -70px;
	left: -60px;
	}
	
.TS1200_size{
	width:105px;
	height:74px;
	}
p.TS1200_size_w{
	top: 48px;
	left: 0px;
	}
p.TS1200_size_h{
	top: -80px;
	left: -60px;
	}
	
.TS170_size{
	width:90px;
	height:70px;
	}
p.TS170_size_w{
	top: 43px;
	left: 0px;
	}
p.TS170_size_h{
	top: -80px;
	left: -52px;
	}

.CPETB6_size{
	width:90px;
	height:65px;
	}
	
p.CPETB6_size_w{
	top: 38px;
	left: 0px;
	}
p.CPETB6_size_h{
	top: -70px;
	left: -52px;
	}
	
.TS050_size{
	width:91px;
	height:64px;
	}
	
p.TS050_size_w{
	top: 39px;
	left: 0px;
	}
p.TS050_size_h{
	top: -80px;
	left: -52px;
	}

.MD1P_size{
	width: 37px;
	height: 34px;
	}
	
p.MD1P_size_w{
	top: 7px;
	left: 0px;
	}
p.MD1P_size_h{
	top: -70px;
	left: -25px;
	}
	
.FD1P_size{
	width: 45px;
	height: 47px;
	}
	
p.FD1P_size_w{
	top: 19px;
	left: 4px;
	}
p.FD1P_size_h{
	top: -65px;
	left: -30px;
	}

.CPPS_size{
	width: 46px;
	height: 28px;
	}
	
p.CPPS_size_w{
	top: -6px;
	left: 0px;
	}
p.CPPS_size_h{
	top: -90px;
	left: -29px;
	}

.CA_size{
	width: 59px;
	height: 68px;
	}
	
p.CA_size_w{
	top: 42px;
	left: 0px;
	}
p.CA_size_h{
	top: -55px;
	left: -37px;
	}

.CB_size{
	width: 64px;
	height: 64px;
	}
	
p.CB_size_w{
	top: 37px;
	left: 0px;
	}
p.CB_size_h{
	top: -62px;
	left: -39px;
	}
.CAY_size{
	width: 59px;
	height: 71px;
	}
	
p.CAY_size_w{
	top: 44px;
	left: 0px;
	}
p.CAY_size_h{
	top: -55px;
	left: -36px;
	}
.CS_size{
	width: 58px;
	height: 58px;
	}
	
p.CS_size_w{
	top: 31px;
	left: 0px;
	}
p.CS_size_h{
	top: -63px;
	left: -36px;
	}

.CPET120_size{
	width: 59px;
	height: 59px;
	}
	
p.CPET120_size_w{
	top: 32px;
	left: 0px;
	}
p.CPET120_size_h{
	top: -62px;
	left: -36px;
	}

.CH_size{
	width: 75px;
	height: 50px;
	}
	
p.CH_size_w{
	top: 24px;
	left: 0px;
	}
p.CH_size_h{
	top: -80px;
	left: -45px;
	}

.CPETHY_size{
	width: 74px;
	height: 53px;
	}
	
p.CPETHY_size_w{
	top: 26px;
	left: 0px;
	}
p.CPETHY_size_h{
	top: -80px;
	left: -44px;
	}
	
.TS521_size{
	width: 75px;
	height: 50px;
	}
	
p.TS521_size_w{
	top: 23px;
	left: 0px;
	}
p.TS521_size_h{
	top: -80px;
	left: -45px;
	}

.CH03_size{
	width: 75px;
	height: 50px;
	}
	
p.CH03_size_w{
	top: 24px;
	left: 0px;
	}
p.CH03_size_h{
	top: -80px;
	left: -45px;
	}
.CA6_size{
	width: 53px;
	height: 74px;
	}
	
p.CA6_size_w{
	top: 49px;
	left: 0px;
	}
p.CA6_size_h{
	top: -50px;
	left: -34px;
	}
.CPETHH_size{
	width: 50px;
	height: 75px;
	}
	
p.CPETHH_size_w{
	top: 49px;
	left: 0px;
	}
p.CPETHH_size_h{
	top: -50px;
	left: -32px;
	}

.TS701_size{
	width: 74px;
	height: 63px;
	}
	
p.TS701_size_w{
	top: 36px;
	left: 0px;
	}
p.TS701_size_h{
	top: -70px;
	left: -44px;
	}

.CP_size{
	width: 87px;
	height: 49px;
	}
	
p.CP_size_w{
	top: 23px;
	left: 0px;
	}
p.CP_size_h{
	top: -92px;
	left: -52px;
	}

.CPL_size{
	width: 92px;
	height: 54px;
	}
	
p.CPL_size_w{
	top: 27px;
	left: 0px;
	}
p.CPL_size_h{
	top: -88px;
	left: -53px;
	}
.TS450_size{
	width: 110px;
	height: 59px;
	}
	
p.TS450_size_w{
	top: 32px;
	left: 0px;
	}
p.TS450_size_h{
	top: -93px;
	left: -62px;
	}
.CW_size{
	width: 105px;
	height: 57px;
	}
	
p.CW_size_w{
	top: 31px;
	left: 0px;
	}
p.CW_size_h{
	top: -90px;
	left: -60px;
	}

.CC_size{
	width: 46px;
	height: 64px;
	}
p.CC_size_w{
	top: 38px;
	left: 0px;
	}
p.CC_size_h{
	top: -50px;
	left: -30px;
	}

.Fibo184_size{
	width: 92px;
	height: 57px;
	}
p.Fibo184_size_w{
	top: 30px;
	left: 0px;
	}
p.Fibo184_size_h{
	top: -80px;
	left: -55px;
	}




@media (max-width: 768px) {
    .guide-container {
        flex-wrap: wrap;
    }

    .guide-menu {
        flex: 1 1 100%;
        border-right: none;
        border-bottom: 1px solid #ddd;
        position: relative;
        top: 0;
    }

    .guide-content {
        flex: 1 1 100%;
        width: 100%;
        padding: 20px;
    }

    .sticky {
        position: relative;

        width: 100%;
    }

    .guide-content {
        width: 100%;
        padding: 0;
    }

    .guide-content h3 {
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .guide-menu {
        padding: 10px;
    }

    .guide-content {
        padding: 10px;
    }

    .appeal {
        flex-direction: column;
    }

    .appeal-block {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .appeal-block:last-child {
        margin-bottom: 0;
    }
}




/*ここまで　2columnページ用*/




/*ツールチップ*/
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px; /* 調整可能 */
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Tooltipの位置 */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}



/*特記事項　文字カラー*/
.ec-color-accent {
  color: #F60;
}

.ec-cartRole .ec-cartRole__totalAmount {
  color: #F40;
}

.ec-cartNavi .ec-cartNavi__badge {
  background-color: #F40;
}
/*マイページ　ヒストリー*/
.ec-historyRole .ec-historyRole__contents {
  border-top: 10px solid #fff;
  color: #525263;
  background-color: #ECECEC;
  background: linear-gradient(to bottom, #F9F9F9, #E1E1E1);
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .ec-imageGrid .ec-imageGrid__img {
     width: 256px;
  }
}

/*アラート部分*/

.ec-cartNaviNull .ec-cartNaviNull__message {
    background-color: #F60;
    border-radius: 6px;
}
.ec-alert-warning {
    background: #F60;  margin-bottom: 20px;
    border-radius: 6px;
}

/*　テンプレート　shopping/index　*/
.shipping-info-table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
}
.shipping-info-table th, .shipping-info-table td {
    border: 1px solid #ddd;
    padding: 8px;
}
.shipping-info-table th {
    background-color: #f2f2f2;
    text-align: left;
    width: 50%; /* 必要に応じて調整 */
    font-weight: 500;
}
.shipping-info-table td {
    background-color: #FFF;
    color: #000;
}


.Order_ch_carton{
    color: red;
    font-size: small;
    text-align: center;
}
.customer-info-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    color: #000;
    box-shadow: 1px 1px 2px #888;
}
.customer-info-table th, .customer-info-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
.customer-info-table th {
    background-color: #a4a4a4;
    color: #FFF;
    border: 1px solid #FFF;
    width: 20%;
    font-weight: 500;
    font-size: 16px;
}

.customer-info-table {
    width: 100%;
    border-collapse: collapse;
}
.customer-info-table th, .customer-info-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
.customer-info-table th {
    background-color: #A4A4A4;
    width: 30%; /* ここで横幅を設定します。値は必要に応じて調整してください。 */
}
.customer-info-table td {
    width: 70%; /* thとtdの合計が100%になるようにします。 */
}
.shipping-info-table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
}
.shipping-info-table th, .shipping-info-table td {
    border: 1px solid #ddd;
    padding: 8px;
}
.shipping-info-table th {
    background-color: #f2f2f2;
    text-align: left;
    width: 20%; /* 必要に応じて調整 */
}
.Order_ch_carton {
    color: #F60;
    font-size: small;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}
.shipping-info-container {
    border: 1px solid #CCC;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 2px #333;
    background-color: #F9F9F9;
    margin-bottom: 20px;
}



/*マイページメニュー*/
.ec-navlistRole .ec-navlistRole__navlist {
 background: linear-gradient(to bottom, #fff, #e6e6e6 50%, #d7d7d7 50%, #dfdfdf);
 color: #000;
}

.ec-navlistRole .ec-navlistRole__item {
  border-color: #AAA;
  box-shadow: inset 0 0 0 1px #ffffff;
  text-shadow: 1px 1px 0px #FFF;
}


/*cancel　ボタン*/
.ec-blockBtn:hover {
    background-color: #ffffff;
}
 

.ec-blockBtn{
    color: #000;
}

.ec-totalBox .ec-totalBox__btn a {
  color: #000;
  font-weight: 600;
}


 .ec-blockBtn--cancel:active {
    background-color: #f2f2f2;
    border-color: #CCC;
}


.ec-blockBtn--cancel {
    color: #000;
    background-color: #F2F2F2;
    border-color: #CCC;
    -webkit-box-shadow: 1px 1px 1px 1px #FFF inset;
}
.ec-blockBtn--cancel:hover {
    color: #fff;
    background-color: #FFF;
    border-color: #CCC;
    color: #000;
    text-shadow: 1px 1px 1px #CCC;
}


/*ショッピングカート　ボックス部分*/
.ec-totalBox {
  border: 1px solid #CCC;
  box-shadow: 1px 1px 1px #333;
}

/*カテゴリナビ横幅を統一*/
.ec-itemNav__nav li ul li a {
    width: 200px;
    background-color: rgba(233, 235, 238, 0.90); /* 85%透過 */
}

/*会員項目変更時　フッター上部のマージン*/
.ec-registerCompleteRole {
  margin-bottom: 30px;
}
/*フッター上部のマージン*/
.ec-off1Grid{
    margin-bottom: 30px;
}

/*輸入品在庫について*/
.Product_note {
  background-color: #F9F9F9;
  font-size: 18px;
  font-size: 1rem;
  padding: 20px;
  border-radius: 10px;
  border: 1px #666 dashed;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/*商品ページ　よくある質問などリスト*/
li.addlist04 {
  font-size: 1.2rem;
  margin-top: 10px;
  background-color: #FFF;
  background: linear-gradient(#FFF, #F9F9F9);
  padding: 10px;
  line-height: 1.8em;
}

/*商品ページ販売制限*/
.Sales_restriction {
  font-size: 1.2rem;
  color: #333;
  background: #F0F0F0;
  padding: 25px;
  border-radius: 10px;
}
/**/
.ec-cartNaviIsset .ec-cartNaviIsset__action .ec-blockBtn--action {
  color: #000;
  margin-bottom: 8px;
  font-weight: 600;
}

.ec-headerNaviRole {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

/*ボタン*/
.ec-inlineBtn--action:hover {
  color: #fff;
  background-color: #3351a4;
  border-color: #fff;
}
.ec-blockBtn--action:hover {
    color: #000;
    background-color: #FFF;
    border-color: #CCC;
    text-shadow: 1px 1px 0px #CCC;
}

.ec-blockBtn--action:active{
        color: #000;
    background-color: #FFF;
    border-color: #CCC;
    text-shadow: 1px 1px 0px #CCC;
}
.ec-blockBtn--action:focus{
    color: #6c6c6c;
    background-color: #eee;
    border-color: #aeaeae;
    box-shadow: 0 0 0 0.25rem rgba(189, 189, 189, 0.5);
}

i.addlist {
  font-size: 1.0rem;
}

/*マルチケース　説明部分*/
.CDM_title {
  font-size: 1.0rem;
}

/*ボタン*/
button {
  border-radius: 3px;
}

.ec-blockBtn--action {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
/*  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 0.875rem;
  border-radius: 1.42857142;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  text-decoration: none;*/
  color: #000;
  background-color: #f2f2f2;
  border-color: #CCC;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
-webkit-box-shadow: 1px 1px 1px 1px #FFF inset;
}



/* 下マージン*/
@media only screen and (min-width: 768px) {
  .ec-newsRole .ec-newsRole__news {
    margin-bottom: 30px;
  }
    
  .ec-off2Grid {
    display: flex;
    margin-bottom: 30px;
   }
}
/*商品ページ説明部分*/

.Product_information {
    border-radius: 3px 3px 0px 0px;
    padding: 6px 6px 6px 24px;
    font-size: 16px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #ffffff;
    margin: 20px 0px 0px 0px;
    text-shadow: 1px 1px 0px #3f3f3f;
    background-color: #315373;
    
}
.Product_explanation {
  padding: 10px 33px 10px 33px;
  font-size: 12px;
  font-size: 1.1rem;
  line-height: 2em;
  color: #2B2B2B;
  border-radius: 0px 0px 6px 6px;
  background-color: #E9E9E9;
}

.Product_explanation02 {
  padding: 10px 33px 10px 33px;
  font-size: 12px;
  font-size: 1.1rem;
  line-height: 2em;
  color: #2B2B2B;
  border-radius: 0px 0px 6px 6px;
  background-color: #E9E9E9;
 
}



/*タグ*/
.ec-productRole .ec-productRole__tag {
  display: inline-block;
  padding: 2px 5px;
  list-style: none;
  font-size: 80%;
  color: #FFF;
  border-radius: 3px;
  background-color: #005AA0;
}


/*商品ページ　品名*/
@media only screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
    text-shadow: 2px 2px 0px #eee;
    color: #000;
  }
}
.price_header{
	font-size: 14px;
	font-size:1.0rem;
	font-weight: 400;
	color: #000;
	}

/*フッター*/
        footer {
            background: linear-gradient(135deg, #222F53 50%, #162E91);
            color: #ffffff;
            padding: 20px;
            border-top: 1px solid #e7e7e7;
            position: relative;
            overflow: hidden;
            margin-top: 30px;
        }
        footer::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background-color: #CCC; /* 上部の横ライン */
        }
        .footer-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            text-align: center;
            position: relative;
            z-index: 1;
        }
        .footer-column {
            flex: 1 1 150px;
            margin: 6px;
            max-width: 220px;
            text-align: left;
        }
        .footer-column h3 {
            font-size: 1em;
            white-space: nowrap;
            display: inline-block;
            color: #BFBFBF;
            margin-top: 0px;
        }
        .footer-column ul {
            list-style: none;
            padding: 0;
        }
        .footer-column ul li {
            margin-bottom: 5px;
            position: relative;
        }
        .footer-column ul li a {
            text-decoration: none;
            color: #ffffff;
            margin-left: 15px;
        }
        .footer-column ul li a:hover {
            text-decoration: underline;
            text-decoration-color: white;
            
        }
        .footer-column form {
            display: none;
        }
        .footer-column form input,
        .footer-column form button {
            margin-bottom: 10px;
            width: 100%;
            max-width: 180px;
        }
        .footer-column form input {
            padding: 5px;
            border: none;
            border-radius: 3px;
        }
        .footer-column form button {
            padding: 5px;
            border: none;
            border-radius: 3px;
            background-color: #ffffff;
            color: #222F53;
            cursor: pointer;
        }
        .footer-bottom {
            text-align: center;
            margin-top: 20px;
            border-top: 1px solid #e7e7e7;
            padding-top: 10px;
            position: relative;
            z-index: 1;
        }

.CRS_kosaka{
    font-size: 12px;
    color: #C1C1C1;
}

.icon-category {
    color: #F7987B;  /* 人気の商品カテゴリ → 鮮やかなオレンジ */
}

.icon-support {
    color: #3F51B5;  /* お客様サポート → 落ち着いたブルー */
}

.icon-sample {
    color: #6DA26F;  /* サンプルのご依頼 → フレッシュなグリーン */
}

.icon-info {
    color: #FFC107;  /* お役立ち情報 → 明るいイエロー */
}

.icon-contact {
    color: #E78DF7;  /* ご質問お問い合わせ → 優しいパープル */
}

 .footer-column {
            border-right: 1px dotted rgba(255, 255, 255, 0.4);
        }
        .footer-column:first-child {
            border-left: none;
        }
        .footer-column:last-child {
            border-right: none;
        }

        .footer-column::after {
            top: 15px; /* 先端を下げる */
        }

@media screen and (max-width: 1024px) {
    .footer-container {
        flex-wrap: wrap;
    }
    .footer-column {
        max-width: 45%; /* 2列表示に */
    }
}

@media screen and (max-width: 768px) {
    .footer-column {
        max-width: 100%; /* 1列表示に */
        text-align: center;
    }
}

/*フッター　end*/


/*レスポンシブ　768px*/
@media screen and (max-width: 768px) {

.ec-grid2{
    width: 100%;
}
.ec-productRole {
  background-color: #FFF;
  padding: 20px;
  border-radius: 5px;
}

/*
.ec-grid2__cell {
        width: 50%; /* 4列レイアウトに変更 */


}