
/* 用途シーン リスト */
.use_scene_list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 95%;
}
.use_scene_list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 12px;
  margin-bottom: 8px;
  background: #f7fafd;
  border-radius: 6px;
  line-height: 1.6;
  font-size: 14px;
}
/* シーンの色付きタグ */
.use_scene_list .tag_blue,
.use_scene_list .tag_orange,
.use_scene_list .tag_pink,
.use_scene_list .tag_green,
.use_scene_list .tag_navy {
  display: inline-block;
  min-width: 64px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 8px;
  margin-right: 10px;
  border-radius: 4px;
  white-space: nowrap;
}
.use_scene_list .tag_blue   { background: #4a90d9; }
.use_scene_list .tag_orange { background: #f0932b; }
.use_scene_list .tag_pink   { background: #e84393; }
.use_scene_list .tag_green  { background: #4caf50; }
.use_scene_list .tag_navy   { background: #34495e; }

/* 選び方 リスト（カード風） */
.choose_list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 95%;
}
.choose_list li {
  padding: 12px 14px;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #e0e6ec;
  border-left: 4px solid #4a90d9;
  border-radius: 4px;
}
.choose_list .choose_ttl {
  font-weight: bold;
  color: #2c3e50;
  margin: 0 0 4px;
  font-size: 15px;
}
.choose_list li p {
  line-height: 1.7;
  margin: 0;
  font-size: 14px;
}

/* 本文中の強調 */
.layout_text strong {
  color: #d6336c;
  font-weight: bold;
}

    .faq_list dt {
      font-weight: bold;
      color: black;
      /* padding: 0px; */
      margin-top: 8px;
      border-left: 4px solid #5b9bd5;
      background: #f4f8fc;
      border-bottom: none;
    }
    .faq_list dd {
      padding: 8px 10px 0 14px;
      line-height: 1.7;
      border-top: none;
    }

  :root{
    --max: 1080px;
    --gap: 16px;
    --radius: 14px;
    --txt: #0f172a;
    --sub: #64748b;
    --card: #ffffff;
    --bd: #e5e7eb;
    --accent: #2563eb;
    --shadow: 0 8px 26px rgba(2,6,23,.08);
  }
  @media (prefers-color-scheme: dark){
    :root{
      --txt:#e5e7eb; --sub:#94a3b8; --card:#0f162b; --bd:#1f2a44; --accent:#60a5fa;
      --shadow: 0 10px 28px rgba(0,0,0,.45);
    }
  }

  .cases{
    max-width: var(--max);
    margin-inline: auto;
    padding: 24px 16px 40px;
    color: var(--txt);
  }
  .cases__head{
    display:flex; align-items:end; justify-content:space-between; gap:12px;
    margin: 6px 0 16px;
  }
  .cases__title{
    font-size: clamp(20px, 3.2vw, 28px);
    margin: 0;
  }
  .cases__lead{
    margin: 0 0 14px;
    color: var(--sub);
  }

  /* グリッド：スマホ1列、PC2列 */
  .cases__grid{
    display: grid;
    gap: var(--gap);
    grid-template-columns: 1fr;            /* mobile: 1列 */
  }
  @media (min-width: 900px){
    .cases__grid{ grid-template-columns: 1fr 1fr; }  /* PC: 2列 */
  }

  /* カード */
  .case{
    background: var(--card);
    border: 1px solid var(--bd);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    display: grid;
  }

  /* 画像（詳細ページリンク） */
  .case__media{
    position: relative;
    display: block;
    aspect-ratio: 4/3;       /* 画像比率は必要に応じて変更可 */
    overflow: hidden;
  }
  .case__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display:block;
    transition: transform .35s ease;
  }
  .case__media:focus-visible{ outline:3px solid var(--accent); outline-offset:2px; }
  .case__media:hover .case__img{ transform: scale(1.03); }

  /* 本文 */
  .case__body{ padding: 14px 14px 16px; }
  .case__comment{
    margin: 0 0 10px;
    line-height: 1.7;
  }
  .case__meta{
    margin: 0;
    color: var(--sub);
  }
  .case__meta a{
    color: var(--accent);
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid color-mix(in srgb, var(--accent) 40%, transparent);
  }
  .case__meta a:hover{ border-bottom-color: currentColor; }

  /* ちょい余白調整用 */
  .cases__foot{ margin-top: 18px; color: var(--sub); font-size: 14px; }
  /* ===== ベースボールシャツ タイプ比較セクション ===== */
/* スマホ：1列 / PC：2列 */

.bs_type_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.bs_type_col {
  width: 100%;          /* スマホ：1列 */
  box-sizing: border-box;
  padding: 15px;
  text-align: center;
}

.bs_type_img img {
  width: 100%;
  height: auto;
  display: block;
}

.bs_type_label {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding:0px;
  /* padding: 6px 24px; */
  border-radius: 20px;
  margin: 12px 0 8px;
}

.bs_type_text {
  line-height: 1.7;
}

/* PC：2列（768px以上） */
@media screen and (min-width: 768px) {
  .bs_type_col {
    width: 50%;
  }
}

 /* =========================================================
   Original Baseball Shirt — 利用シーン セクション
   すべてのスタイルは .bbsu 配下にスコープ。
   既存サイトの html / body / 既存クラスには一切干渉しません。
   ========================================================= */

.bbsu, .bbsu *,
.bbsu *::before, .bbsu *::after {
  box-sizing: border-box;
}

.bbsu {
  /* --- tokens --- */
  --bbsu-red: #D8232A;
  --bbsu-red-dark: #A81620;
  --bbsu-ink: #1A1A1F;
  --bbsu-ink-soft: #54545C;
  --bbsu-bg: #FAF6F2;
  --bbsu-card: #FFFFFF;
  --bbsu-line: #ECE6DF;
  --bbsu-stripe: #EFE9E2;

  --bbsu-display: "Anton", "Oswald", "Arial Black", sans-serif;
  --bbsu-num: "Oswald", "Arial Narrow", sans-serif;
  --bbsu-jp: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", system-ui, sans-serif;

  display: block;
  background: var(--bbsu-bg);
  color: var(--bbsu-ink);
  font-family: var(--bbsu-jp);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  padding: clamp(0px, 7vw, 0px) clamp(20px, 5vw, 64px) clamp(60px, 8vw, 110px);
 /* padding: clamp(48px, 7vw, 96px) clamp(20px, 5vw, 64px) clamp(60px, 8vw, 110px);*/
  /* baseball pinstripe wash on the section background */
  background-image: repeating-linear-gradient(
    90deg,
    rgba(216, 35, 42, 0.035) 0px,
    rgba(216, 35, 42, 0.035) 2px,
    transparent 2px,
    transparent 26px
  );
}

.bbsu__inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* ---------- header ---------- */
.bbsu__head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(40px, 5vw, 68px);
}

.bbsu__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--bbsu-num);
  font-weight: 700;
  letter-spacing: 0.22em;
  font-size: clamp(12px, 1.4vw, 14px);
  color: var(--bbsu-red);
  text-transform: uppercase;
  margin: 0 0 18px;
}
.bbsu__eyebrow::before,
.bbsu__eyebrow::after {
  content: "";
  width: clamp(20px, 5vw, 38px);
  height: 2px;
  background: var(--bbsu-red);
  border-radius: 2px;
}

.bbsu__title {
  font-family: var(--bbsu-jp);
  font-weight: 800;
  font-size: clamp(28px, 5vw, 46px);
  line-height: 1.28;
  letter-spacing: 0.01em;
  margin: 20px 0 18px;
  /* margin: 0 0 18px; */
  color: var(--bbsu-ink);
}
.bbsu__title em {
  font-style: normal;
  color: var(--bbsu-red);
  position: relative;
  white-space: nowrap;
}

.bbsu__lead {
  font-size: clamp(14px, 1.8vw, 17px);
  color: var(--bbsu-ink-soft);
  margin: 0;
  text-wrap: pretty;
}

/* ---------- grid : PC 3列 / タブレット 2列 / スマホ 1列 ---------- */
.bbsu__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(22px, 3vw, 34px);
}

@media (min-width: 600px) {
  .bbsu__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 940px) {
  .bbsu__grid { grid-template-columns: repeat(3, 1fr); }
}

/* ---------- card ---------- */
.bbsu__card {
  background: var(--bbsu-card);
  border: 1px solid var(--bbsu-line);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 2px rgba(26, 26, 31, 0.04);
  transition: transform 0.28s cubic-bezier(.2,.7,.3,1),
              box-shadow 0.28s cubic-bezier(.2,.7,.3,1),
              border-color 0.28s ease;
}
.bbsu__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px -18px rgba(168, 22, 32, 0.45);
  border-color: rgba(216, 35, 42, 0.35);
}

/* ---------- media / placeholder ---------- */
.bbsu__media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background:
    repeating-linear-gradient(
      135deg,
      var(--bbsu-stripe) 0px,
      var(--bbsu-stripe) 12px,
      #F7F2EC 12px,
      #F7F2EC 24px
    );
  border-bottom: 1px solid var(--bbsu-line);
}

/* drop-an-image hint */
.bbsu__ph {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  padding: 0px;
  padding-top: 30px;
  /* padding: 16px; */
  transition: transform 0.4s cubic-bezier(.2,.7,.3,1);
}
.bbsu__card:hover .bbsu__ph { transform: scale(1.03); }

.bbsu__ph-icon {
  width: 46px;
  height: 46px;
  border: 2px dashed rgba(26, 26, 31, 0.28);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(26, 26, 31, 0.42);
  font-family: var(--bbsu-num);
  font-weight: 700;
  font-size: 20px;
}
.bbsu__ph-text {
  font-family: var(--bbsu-num);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(26, 26, 31, 0.42);
}

/* jersey number badge */
.bbsu__num {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  font-family: var(--bbsu-display);
  font-size: 34px;
  line-height: 0.9;
  color: var(--bbsu-red);
  -webkit-text-stroke: 1.5px #fff;
  text-shadow: 0 2px 0 rgba(255,255,255,0.6);
  letter-spacing: 0.02em;
}

/* ---------- body ---------- */
.bbsu__body {
  padding: clamp(18px, 2.2vw, 26px) clamp(18px, 2.2vw, 26px) clamp(22px, 2.6vw, 28px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.bbsu__tag {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--bbsu-num);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bbsu-red-dark);
  background: rgba(216, 35, 42, 0.08);
  border: 1px solid rgba(216, 35, 42, 0.22);
  padding: 5px 11px;
  border-radius: 999px;
}
.bbsu__tag::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bbsu-red);
}

.bbsu__name {
  font-family: var(--bbsu-jp);
  font-weight: 800;
  font-size: clamp(18px, 2.2vw, 21px);
  line-height: 1.4;
  margin: 2px 0 0;
  color: var(--bbsu-ink);
}

.bbsu__desc {
  font-size: clamp(13.5px, 1.6vw, 15px);
  line-height: 1.85;
  color: var(--bbsu-ink-soft);
  margin: 0;
  text-wrap: pretty;
}

/* red baseball-seam divider under the section */
.bbsu__seam {
  max-width: 1200px;
  margin: clamp(44px, 6vw, 70px) auto 0;
  height: 0;
  border-top: 2px dashed rgba(216, 35, 42, 0.55);
}

@media (prefers-reduced-motion: reduce) {
  .bbsu__card,
  .bbsu__ph { transition: none; }
}