.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

/* HERO */
.hero {
  position: relative;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../hero/hero.jpg') center/cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.hero h1 {
  font-size: 52px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 18px;
  line-height: 1.2;
}

.hero p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 28px;
}

/* BUTTON */
.btn-group {
  display: flex;
  gap: 16px;
  justify-content: center;
}

/* メインボタン */
.btn-primary {
  background: #111;
  color: #fff;
  padding: 14px 32px;
  letter-spacing: 1px;
  font-size: 13px;
  text-transform: uppercase;

  border: 1px solid #111;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: #000;
  transform: translateY(-2px);
}

/* サブボタン */
.btn-secondary {
  border: 1px solid #fff;
  color: #fff;
  padding: 14px 32px;
  letter-spacing: 1px;
  font-size: 13px;
  text-transform: uppercase;

  background: transparent;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

/* TRUST */
.trust {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-item {
  font-size: 14px;
}

/* PRODUCT */
.products-preview {
  margin-top: 60px;
}

.center-btn {
  text-align: center;
  margin-top: 20px;
}

/* BRAND */
.brand-links {
  margin-top: 60px;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.brand-grid a {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}

/* ABOUT */
.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.about-img {
  width: 100%;
}

/* CTA */
.cta {
  margin-top: 80px;
  padding: 100px 20px;
  text-align: center;
  padding: 60px 20px;
}

.section-sub {
  text-align: center;
  color: #777;
  font-size: 14px;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}

.center-btn {
  text-align: center;
  margin-top: 40px;
}

.center-btn .btn-primary {
  display: inline-block;
  padding: 16px 36px;
  font-size: 15px;
  letter-spacing: 1px;
  background: #111;
  color: #fff;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.center-btn .btn-primary:hover {
  background: #333;
  transform: translateY(-2px);
}

.hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;

  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.btn-contact {
  background: #c9a96a;
  color: #000;
  padding: 14px 32px;
  letter-spacing: 1px;
  font-size: 13px;
  text-transform: uppercase;
  border: none;
  transition: all 0.3s ease;
}

.btn-contact:hover {
  background: #b89652;
  transform: translateY(-2px);
}

/* ===============================
   STORE CTA（TOP専用）
=============================== */

.store-cta {
  margin-top: 100px;
}

.store-cta-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}

/* 画像 */
.store-cta-image img {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
}

/* テキスト */
.store-cta-content h2 {
  font-size: 22px;
  margin-bottom: 12px;
}

.store-cta-content p {
  font-size: 14.5px;
  line-height: 1.8;
  color: #333;
}

.store-cta-sub {
  margin: 10px 0 20px;
  font-size: 13px;
  color: #777;
}

/* モバイル */
@media (max-width: 768px) {
  .store-cta-inner {
    grid-template-columns: 1fr;
  }
}

.products-preview {
  margin-top: 80px;
}

/* ===============================
   Shop by Brand（高級版）
=============================== */

.brand-links {
  margin-top: 40px;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.brand-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  height: 90px;
  text-decoration: none;

  border-radius: 6px;
  overflow: hidden;

  transition: all 0.25s ease;
}

/* テキスト */
.brand-item span {
  font-family: "Cinzel", serif;
  font-size: 15px;
  letter-spacing: 2px;
}

/* ===============================
   ブランド別
=============================== */

/* ROLEX */
.brand-rolex {
  background: linear-gradient(135deg, #0f3b2e, #1c5a46);
}

.brand-rolex span {
  color: #d4af37;
}

/* OMEGA */
.brand-omega {
  background: #111;
}

.brand-omega span {
  color: #fff;
}

/* PATEK */
.brand-patek {
  background: linear-gradient(135deg, #2b1f17, #3a2a20);
}

.brand-patek span {
  color: #d4af37;
}

/* IWC */
.brand-iwc {
  background: #1c1c1c;
}

.brand-iwc span {
  color: #ccc;
}

/* GRAND SEIKO */
.brand-gs {
  background: linear-gradient(135deg, #0d1a2b, #1c2f4a);
}

.brand-gs span {
  color: #e5e5e5;
}

/* ===============================
   ホバー（重要）
=============================== */

.brand-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

/* ===============================
   スマホ
=============================== */

@media (max-width: 900px) {
  .brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.brand-item::before,
.brand-item::after {
  content: "";
  position: absolute;
  left: 25%;
  right: 25%;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}

.brand-item::before {
  top: 20px;
}

.brand-item::after {
  bottom: 20px;
}

/* ===============================
   TRUST（最終FIX版）
=============================== */

.trust-clean {
  margin: 60px 0;
}

.trust-inner {
  display: flex;
  align-items: center;

  width: 100%;
  margin: 0;

  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;

  padding: 18px 0;
}

/* 各項目 */
.trust-inner span {
  flex: 1;
  text-align: center;

  font-family: "Cinzel", serif;
  font-size: 12px;
  letter-spacing: 2px;
  color: #333;
  text-transform: uppercase;

  position: relative;
}

/* 区切り線 */
.trust-inner span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);

  width: 1px;
  height: 12px;
  background: #ddd;
}

/* 強調用 */
.trust-strong {
  color: #111;
}

/* 数字を大きく */
.trust-strong strong {
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
}

/* スマホ対応（重要） */
@media (max-width: 768px) {
  .trust-inner {
    flex-direction: column;
    gap: 12px;
    padding: 20px 0;
  }

  .trust-inner span::after {
    display: none;
  }

  .trust-inner span {
    font-size: 13px;
  }

  .trust-strong strong {
    font-size: 18px;
  }
}

/* ===============================
   ABOUT UPGRADE
=============================== */

.about-upgrade {
  margin: 100px auto;
  align-items: center;
}

/* 左 */
.about-text {
  max-width: 480px;
}

/* 小ラベル（これが効く） */
.about-label {
  font-size: 11px;
  letter-spacing: 2px;
  color: #888;
  margin-bottom: 12px;
}

/* タイトル強化 */
.about-text h2 {
  font-family: "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.4;
  margin-bottom: 18px;
}

/* 本文 */
.about-text p {
  font-size: 14.5px;
  line-height: 1.8;
  color: #444;
}

/* CTA */
.about-link {
  display: inline-block;
  margin-top: 18px;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #111;
  text-decoration: none;
  position: relative;
}

/* 下線アニメ */
.about-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 1px;
  background: #b08d57;
  transition: width .3s ease;
}

.about-link:hover::after {
  width: 100%;
}

.about {
  align-items: center;
}

/* 右カラムを制御 */
.about>div:last-child {
  display: flex;
  justify-content: flex-end;
}

/* 画像サイズ制限（超重要） */
.about-img {
  width: 100%;
  max-width: 520px;
  /* ←これが命 */
  height: 360px;
  /* ←高さ固定で安定 */
  object-fit: cover;

  border-radius: 12px;

  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* ===============================
   セクション間スペース調整（超重要）
=============================== */

/* Brand → About の余白 */
.brand-links {
  margin-bottom: 100px;
  /* ←これが効く */
}

/* About全体 */
.about {
  margin-top: 40px;
}

/* セクションごとに統一余白 */
section {
  margin-bottom: 80px;
}

@media (max-width: 768px) {

  .hero {
    height: auto;
    /* ← 固定やめる（最重要） */
    padding: 80px 16px;
    /* ← 上下余白で調整 */
  }

  .hero h1 {
    font-size: 28px;
    /* ← 小さく */
    line-height: 1.3;
  }

  .hero p {
    font-size: 14px;
  }

  .btn-group {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
  }

  .btn-group a {
    flex: 1 1 100%;
    /* ← 縦並び */
    padding: 12px;
    font-size: 13px;
  }

  .hero-inner {
    max-width: 100%;
  }

}

/* ===============================
   WATCH GRID RESPONSIVE
=============================== */

.watch-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 1024px) {
  .watch-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .watch-grid {
    grid-template-columns: 1fr;
  }
}

/* ===============================
   TOP NEWS
=============================== */

.top-news {
  margin-top: 40px;
  margin-bottom: 80px;
}

.news-head {
  margin-bottom: 24px;
}

.news-head h2 {
  font-size: 34px;
  font-family: "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: 1px;
}

/* NEWS BODY */

.news-body {
  font-size: 15px;
  line-height: 1.95;
  color: #444;
}

/* 段落 */

.news-body p {
  margin-bottom: 18px;
}

/* 太字 */

.news-body strong {
  color: #111;
  font-weight: 600;
}

/* リンク */

.news-body a {
  color: #111;
  text-decoration: underline;
}

/* リスト */

.news-body ul {
  margin: 16px 0;
  padding-left: 20px;
}

.news-body li {
  margin-bottom: 8px;
}

/* カード */

.news-item {
  display: grid;
  grid-template-columns: 140px 1fr;

  gap: 40px;

  padding: 34px 38px;

  max-width: 1100px;

  margin: 0 auto;

  background: #fafafa;

  border: 1px solid #ececec;

  transition: all 0.25s ease;
}

/* hover */

.news-item:hover {
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* 日付 */

.news-date {
  font-size: 12px;
  letter-spacing: 2px;
  color: #888;
  font-family: "Cinzel", serif;
}

/* タイトル */

.news-content h3 {
  font-size: 28px;
  letter-spacing: 0.3px;
  line-height: 1.4;
  margin-bottom: 24px;

  font-family: "Times New Roman", serif;
  font-weight: 600;
}

/* 本文 */

.news-content p {
  font-size: 15px;
  line-height: 1.95;
  color: #444;
}

/* スマホ */

@media (max-width: 768px) {

  .news-item {
    grid-template-columns: 1fr;

    gap: 14px;

    padding: 24px;
  }

  .news-head h2 {
    font-size: 32px;
  }

  .news-content h3 {
    font-size: 24px;
  }

}

/* ===============================
NEWS EDITOR
=============================== */

.news-editor-help{
    margin-bottom:14px;
    padding:14px 16px;

    background:#fafafa;
    border:1px solid #e5e5e5;

    font-size:13px;
    line-height:1.8;
    color:#555;
}

.news-textarea{
    min-height:320px;
    font-family:inherit;
    line-height:1.8;
}

/* HTML preview */

.news-content strong{
    font-weight:600;
    color:#111;
}

.news-content a{
    color:#111;
    text-decoration:underline;
}

.news-content ul{
    padding-left:20px;
    margin:14px 0;
}

.news-content li{
    margin-bottom:6px;
}