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

body {
  font-family: 'Noto Sans JP', sans-serif;
  background: #f0ebe5;
}

#page {
  width: 1001px;
  margin: 0 auto;
  background: #fff;
}

.f-cinzel     { font-family: 'Cinzel', 'Times New Roman', serif; }
.f-cormorant  { font-family: 'Cormorant Garamond', Georgia, serif; }
.f-baloo      { font-family: 'Baloo Chettan 2', sans-serif; }
.f-noto-serif { font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', serif; }
.f-noto-sans  { font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif; }
.f-maru       { font-family: 'Zen Maru Gothic', 'Hiragino Maru Gothic ProN', 'Noto Sans JP', sans-serif; }

/* ── ダイヤ柄パターン ── */
.diamond-bg {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56.57' height='98.99'%3E%3Cg fill='none' stroke='%23cdceab' stroke-width='0.38' stroke-dasharray='3.96 3.96' stroke-linecap='round'%3E%3Cpolyline points='28.28,-16.5 56.57,33 28.28,82.5 0,33'/%3E%3Cpolyline points='28.28,82.5 56.57,132 28.28,181.5 0,132'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
}

/* ── 商品カード ── */
.product-card {
  background: #fff;
  border-radius: 40px;
  padding: 30px 22px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-healthcare { box-shadow: 11px 11px 16px rgba(244,198,193,0.75); }
.card-pet        { box-shadow: 7px 7px 16px rgba(205,224,216,0.75); }

.product-img-wrap {
  width: 100%;
  height: 386px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  overflow: hidden;
}

.product-img-wrap img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

/* ── 商品カード下部（商品名＋カラー丸） ── */
.product-foot {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 10px;
}

.product-name {
  font-family: 'Zen Maru Gothic', 'Hiragino Maru Gothic ProN', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #44350f;
  text-align: left;
  line-height: 1.5;
  margin: 0;
}

/* カラー丸（中に色名・白文字） */
.color-circle {
  flex-shrink: 0;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Zen Maru Gothic', 'Hiragino Maru Gothic ProN', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
  padding: 3px;
}

/* ── 商品グリッド ── */
.product-grid {
  display: grid;
  grid-template-columns: 396px 396px;
  column-gap: 45px;
  padding: 0 82px;
}

/* ── セクション見出し（丸ゴシック・ゴールド＋下にドットライン） ── */
.sec-head {
  padding: 0 82px;
  margin-bottom: 34px;
}

.sec-head-row {
  display: flex;
  align-items: flex-end;
  margin-bottom: 12px;
}

.sec-head h3 {
  font-family: 'Zen Maru Gothic', 'Hiragino Maru Gothic ProN', sans-serif;
  font-size: 34px;
  font-weight: 500;
  color: #9c7c34;
  white-space: nowrap;
  letter-spacing: 0.06em;
  margin: 0;
  line-height: 1.1;
}

.sec-head .dots {
  display: block;
  height: 5px;
  background-image: radial-gradient(circle, #b89043 1.8px, transparent 2.1px);
  background-size: 12px 5px;
  background-repeat: repeat-x;
  background-position: left center;
}

/* ══════════════════════════════════════════
   ハンバーガーメニュー & サイドドロワー
══════════════════════════════════════════ */
#hamburger-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-shrink: 0;
}
#hamburger-btn span {
  display: block;
  width: 22px;
  height: 2px;
  background: #775757;
  border-radius: 2px;
}

#menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1000;
}
#menu-overlay.active { display: block; }

#side-drawer {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  height: 100%;
  background: #fff;
  z-index: 1001;
  transition: left 0.3s ease;
  padding: 70px 32px 40px;
  box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
  box-sizing: border-box;
}
#side-drawer.open { left: 0; }

#close-drawer {
  position: absolute;
  top: 18px;
  right: 16px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #775757;
  line-height: 1;
  padding: 4px 8px;
}

#side-drawer nav {
  display: flex;
  flex-direction: column;
}
#side-drawer nav a {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #44350f;
  text-decoration: none;
  padding: 18px 0;
  border-bottom: 1px solid #e8e0d8;
  letter-spacing: 0.06em;
  display: block;
  transition: color 0.2s;
}
#side-drawer nav a:first-child { border-top: 1px solid #e8e0d8; }
#side-drawer nav a:hover { color: #9c7c34; }

/* ══════════════════════════════════════════
   レスポンシブ（タブレット・スマホ ≤ 768px）
══════════════════════════════════════════ */
@media (max-width: 768px) {
  #page { width: 100% !important; }

  /* ヘッダー */
  header img { width: 100% !important; height: auto !important; }

  /* ナビ：タブ非表示、ハンバーガー表示 */
  .nav-tab { display: none !important; }
  #hamburger-btn { display: flex !important; }
  #main-nav {
    justify-content: flex-end !important;
    padding: 10px 16px !important;
    gap: 0 !important;
    min-height: 64px;
    align-items: center !important;
  }

  /* プロフィール */
  #profile { padding: 24px 20px 28px !important; }
  .profile-cols { flex-direction: column !important; gap: 20px !important; }
  .profile-arch-wrap { width: 100% !important; text-align: center; }
  .profile-arch-wrap img { width: 240px !important; }

  /* セクションバナー画像 */
  .sec-banner { width: 100% !important; height: auto !important; }

  /* 商品グリッド */
  .product-grid {
    grid-template-columns: 1fr !important;
    padding: 0 16px !important;
    column-gap: 0 !important;
  }
  .product-img-wrap { height: 260px !important; }
  .sec-head { padding: 0 16px !important; }
  .sec-head h3 { font-size: 24px !important; }

  /* 浮遊イラストセル（商品グリッド右列）非表示 */
  .float-illust-cell { display: none !important; }

  /* フッター */
  .footer-upper { padding: 20px 16px 14px !important; }
  .footer-logo-row {
    flex-direction: column !important;
    gap: 16px !important;
    align-items: flex-start !important;
  }
  .footer-nav { gap: 16px !important; flex-wrap: wrap !important; padding-top: 0 !important; }
  .footer-lower { padding: 8px 16px !important; }
}
