@charset "UTF-8";
/* トビワタリ(旧 KOI & FLOW) — 海外D2C型（英字主体・大判写真・黒×テラコッタ・センターロゴ） */

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  color: #1c1a19;
  background: #fff;
  font-size: 15px;
  line-height: 1.8;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.announce {
  background: #1c1a19; color: #f2ede7; text-align: center;
  font-size: 11px; letter-spacing: .18em; padding: 9px 16px;
}

/* ===== ヘッダー ===== */
.hd { border-bottom: 1px solid #e8e2db; background: #fff; }
.hd-in {
  max-width: 1300px; margin: 0 auto; padding: 22px 34px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
}
.nav-l ul { list-style: none; display: flex; gap: 26px; }
.nav-l li { font-size: 11.5px; letter-spacing: .16em; color: #6b625b; cursor: pointer; }
.nav-l li.on { color: #1c1a19; border-bottom: 1px solid #b5502a; padding-bottom: 2px; }
.logo { font-size: 22px; letter-spacing: .28em; font-weight: 700; text-align: center; }
.nav-r { display: flex; justify-content: flex-end; gap: 22px; }
.nav-r span { font-size: 11.5px; letter-spacing: .14em; color: #6b625b; cursor: pointer; }
.nav-r .bag { color: #1c1a19; }

/* ===== ヒーロー ===== */
.hero {
  max-width: 1300px; margin: 0 auto; padding: 46px 34px 70px;
  display: grid; grid-template-columns: 1.15fr 1fr; gap: 60px; align-items: center;
}
.hero-ph { background: #f5f1ec; }
.hero-ph img { width: 100%; height: 560px; object-fit: cover; }
.eyebrow { font-size: 10.5px; letter-spacing: .26em; color: #b5502a; margin-bottom: 16px; }
.hero-tx h1 { font-size: 46px; line-height: 1.15; letter-spacing: -.01em; font-weight: 700; }
.hero-tx h1 .ja {
  display: block; font-size: 17px; letter-spacing: .1em; font-weight: 400;
  color: #6b625b; margin-top: 12px;
}
.stars { display: flex; align-items: center; gap: 10px; margin: 18px 0 12px; font-size: 12px; color: #6b625b; }
.stars span { color: #b5502a; letter-spacing: 2px; font-size: 14px; }
.price { font-size: 26px; font-weight: 700; margin-bottom: 26px; }
.price small { font-size: 11px; color: #8c837b; letter-spacing: .1em; font-weight: 400; }

.opt-t { font-size: 10.5px; letter-spacing: .2em; color: #8c837b; margin-bottom: 8px; }
.opt-l { list-style: none; display: flex; gap: 8px; margin-bottom: 18px; }
.opt-l li {
  border: 1px solid #ddd5cc; padding: 8px 22px; font-size: 12.5px;
  letter-spacing: .08em; cursor: pointer;
}
.opt-l li.on { background: #1c1a19; color: #fff; border-color: #1c1a19; }

.add {
  width: 100%; background: #b5502a; color: #fff; border: none;
  padding: 18px; font-size: 13px; letter-spacing: .16em; cursor: pointer;
  font-family: inherit; margin-bottom: 14px;
}
.micro { list-style: none; font-size: 12px; color: #6b625b; margin-bottom: 22px; }
.micro li { padding: 2px 0; }
.lead { font-size: 14px; line-height: 2; color: #443e39; border-top: 1px solid #e8e2db; padding-top: 20px; }
.lead b { border-bottom: 1px solid #b5502a; }

/* ===== 3カラム帯 ===== */
.band { background: #1c1a19; color: #f2ede7; }
.band-in {
  max-width: 1300px; margin: 0 auto; padding: 60px 34px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 56px;
}
.band-col h3 { font-size: 13px; letter-spacing: .22em; margin-bottom: 14px; color: #d98a5f; }
.band-col p { font-size: 13.5px; line-height: 2; color: #cdc5bd; }

/* ===== 大判写真 ===== */
.ph-wide img { width: 100%; height: 520px; object-fit: cover; }
.ph-wide.alt { position: relative; }
.ph-wide .cap {
  position: absolute; left: 34px; bottom: 30px; color: #fff;
  font-size: 11.5px; letter-spacing: .18em; text-shadow: 0 1px 8px rgba(0,0,0,.6);
}

/* ===== スペック ===== */
.spec-sec { background: #faf7f4; }
.spec-in { max-width: 1000px; margin: 0 auto; padding: 70px 34px; }
.spec-in h2, .rev-in h2 {
  font-size: 13px; letter-spacing: .28em; margin-bottom: 30px; color: #8c837b; text-align: center;
}
.spec { width: 100%; border-collapse: collapse; font-size: 14px; }
.spec tr { border-bottom: 1px solid #e8e2db; }
.spec tr:first-child { border-top: 1px solid #e8e2db; }
.spec th {
  text-align: left; padding: 14px 18px; width: 180px; font-weight: 400;
  color: #8c837b; font-size: 11.5px; letter-spacing: .14em; vertical-align: top;
}
.spec td { padding: 14px 18px; }
.spec b { font-weight: 700; }
.caution { font-size: 13px; color: #6b625b; margin-top: 20px; }
.caution b { color: #b5502a; }

/* ===== レビュー ===== */
.rev { background: #fff; }
.rev-in { max-width: 1000px; margin: 0 auto; padding: 70px 34px; }
.rev-in ul { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.rev-in li { border-top: 1px solid #e8e2db; padding-top: 18px; }
.rev-in b { display: block; font-size: 14.5px; margin: 8px 0 6px; }
.rev-in p { font-size: 13.5px; color: #443e39; }
.rev-in em { font-size: 11.5px; color: #8c837b; font-style: normal; letter-spacing: .08em; }

/* ===== フッター ===== */
.ft { background: #1c1a19; color: #cdc5bd; padding: 44px 34px; }
.ft-in { max-width: 1300px; margin: 0 auto; text-align: center; }
.ft-logo { font-size: 16px; letter-spacing: .28em; color: #f2ede7; margin-bottom: 18px; }
.ft-nav {
  list-style: none; display: flex; justify-content: center; gap: 26px;
  font-size: 11.5px; letter-spacing: .14em; margin-bottom: 20px; flex-wrap: wrap;
}
.ft-note { font-size: 12px; color: #9c948c; }
.ft-copy { font-size: 10.5px; color: #7a736c; margin-top: 10px; letter-spacing: .16em; }

/* ===== 横はみ出し防止 ===== */
.hero > *, .band-in > *, .spec-in, .rev-in { min-width: 0; }
