/** Shopify CDN: Minification failed

Line 28:0 All "@import" rules must come first

**/
/* ============================================================
   private-brand.css
   Assets フォルダに配置してください
   ============================================================ */

/* ── Design tokens ─────────────────────────────────────────── */
:root {
  --pb-accent:       #6C4533;
  --pb-accent-dark:  #4A2E20;
  --pb-accent-muted: #9A6B55;
  --pb-ink:          #1A1614;
  --pb-mid:          #5C4F48;
  --pb-dust:         #BFB0A8;
  --pb-fog:          #EDE8E4;
  --pb-paper:        #F7F4F1;
  --pb-white:        #FFFFFF;
  --pb-ease:         cubic-bezier(.22,.68,0,1.2);
  --pb-f-display:    'Chivo', sans-serif;
  --pb-f-body:       'Noto Sans JP', sans-serif;
}

/* ── Font import ───────────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400&family=Noto+Sans+JP:wght@300;400;500&display=swap');

/* ── Page wrapper ──────────────────────────────────────────── */
.pb-page {
  background: var(--pb-paper);
  color: var(--pb-ink);
  -webkit-font-smoothing: antialiased;
}

/* ── Hero ──────────────────────────────────────────────────── */
.pb-hero {
  height: 560px;
  position: relative;
  overflow: hidden;
  background: var(--pb-ink);
}
.pb-hero__bg {
  position: absolute;
  inset: 0;
  background-image: url('/cdn/shop/files/header_mechacool.jpg?v=1766041963');
  background-size: cover;
  background-position: center;
  opacity: .28;
  transform: scale(1.04);
  animation: pbHeroZoom 12s ease-out forwards;
}
@keyframes pbHeroZoom { to { transform: scale(1); } }

.pb-hero__content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 64px 72px;
  max-width: 1200px;
  margin: 0 auto;
}
.pb-hero__eyebrow {
  font-family: var(--pb-f-display);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--pb-accent-muted);
  margin: 0 0 14px;
}
.pb-hero__title {
  font-family: var(--pb-f-display);
  font-weight: 700;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.05;
  letter-spacing: -.01em;
  color: var(--pb-white);
  text-transform: uppercase;
  margin: 0 0 8px;
}
.pb-hero__subtitle {
  font-family: var(--pb-f-display);
  font-weight: 300;
  font-style: italic;
  font-size: 13px;
  letter-spacing: .06em;
  color: var(--pb-accent-muted);
  margin: 0 0 20px;
}
.pb-hero__rule {
  width: 40px;
  height: 2px;
  background: var(--pb-accent);
  margin-bottom: 20px;
}
.pb-hero__desc {
  font-family: var(--pb-f-body);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.85;
  color: rgba(255, 255, 255, .65);
  max-width: 480px;
  margin: 0;
}

/* ── Brand tab nav ─────────────────────────────────────────── */
.pb-tabs {
  position: sticky;
  top: 0;
  z-index: 90;
  background: var(--pb-white);
  border-bottom: 1px solid var(--pb-dust);
}
.pb-tabs__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 64px;
  display: flex;
  justify-content: center;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.pb-tabs__inner::-webkit-scrollbar { display: none; }

.pb-tab {
  padding: 18px 32px 16px;
  font-family: var(--pb-f-display);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--pb-mid);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: color .2s, border-color .2s;
  white-space: nowrap;
  user-select: none;
}
.pb-tab:hover  { color: var(--pb-accent); }
.pb-tab.active {
  color: var(--pb-accent);
  border-bottom-color: var(--pb-accent);
}

/* ── Page content wrapper ──────────────────────────────────── */
.pb-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 64px;
}

/* ── Brand section ─────────────────────────────────────────── */
.pb-brand {
  padding: 104px 0 88px;
  border-bottom: 1px solid var(--pb-dust);
}
.pb-brand:last-child { border-bottom: none; }
.pb-brand--heat .pb-brand__name { color: var(--pb-accent-dark); }

/* ── Brand header: centered ────────────────────────────────── */
.pb-brand__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 64px;
}
.pb-brand__visual {
  width: 100%;
  max-width: 960px;
  aspect-ratio: 16 / 6;
  overflow: hidden;
  background: var(--pb-fog);
  margin-bottom: 48px;
}
.pb-brand__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}
.pb-brand__visual:hover img { transform: scale(1.03); }

.pb-brand__info {
  max-width: 640px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pb-brand__num {
  font-family: var(--pb-f-display);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--pb-accent-muted);
  margin-bottom: 16px;
}
.pb-brand__name {
  font-family: var(--pb-f-display);
  font-weight: 700;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -.02em;
  text-transform: uppercase;
  color: var(--pb-ink);
  margin: 0 0 10px;
}
.pb-brand__name sup {
  font-size: .4em;
  vertical-align: super;
  font-weight: 400;
  color: var(--pb-accent);
}
.pb-brand__trademark {
  font-family: var(--pb-f-display);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .1em;
  color: var(--pb-dust);
  margin: 0 0 28px;
}
.pb-brand__rule {
  width: 32px;
  height: 2px;
  background: var(--pb-accent);
  margin-bottom: 28px;
}
.pb-brand__concept {
  font-family: var(--pb-f-body);
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  color: var(--pb-mid);
  margin-bottom: 40px;
  text-align: center;
  max-width: 560px;
}
.pb-brand__concept strong {
  display: block;
  font-family: var(--pb-f-display);
  font-style: italic;
  font-weight: 300;
  font-size: 21px;
  color: var(--pb-ink);
  margin-bottom: 16px;
  line-height: 1.45;
}

/* ── CTA button ────────────────────────────────────────────── */
.pb-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 15px 32px;
  background: var(--pb-accent);
  color: var(--pb-white);
  font-family: var(--pb-f-display);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .2s;
  border: none;
  cursor: pointer;
}
.pb-btn:hover { background: var(--pb-accent-dark); color: var(--pb-white); }
.pb-btn svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  transition: transform .2s;
}
.pb-btn:hover svg { transform: translateX(4px); }

/* ── All Lineup wrapper (below product grid) ───────────────── */
.pb-lineup-wrap {
  display: flex;
  justify-content: center;
  padding: 32px 0 0;
}

/* ── Product grid ──────────────────────────────────────────── */
.pb-products__label {
  font-family: var(--pb-f-display);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--pb-accent);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.pb-products__label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--pb-dust);
}
.pb-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--pb-dust);
  border: 2px solid var(--pb-dust);
}
.pb-card {
  background: var(--pb-white);
  display: block;
  text-decoration: none;
  color: inherit;
  transition: background .18s;
}
.pb-card:hover { background: var(--pb-fog); }
.pb-card__img {
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--pb-fog);
}
.pb-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}
.pb-card:hover .pb-card__img img { transform: scale(1.06); }
.pb-card__body { padding: 16px 18px 20px; }
.pb-card__name {
  font-family: var(--pb-f-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--pb-ink);
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pb-card__price {
  font-family: var(--pb-f-display);
  font-size: 17px;
  font-weight: 400;
  color: var(--pb-accent);
  letter-spacing: .04em;
}
.pb-card__sale {
  font-size: 13px;
  color: var(--pb-dust);
  text-decoration: line-through;
  margin-left: 6px;
  font-weight: 400;
}

/* ── Scroll reveal ─────────────────────────────────────────── */
.pb-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease, transform .6s var(--pb-ease);
}
.pb-reveal--delay { transition-delay: .12s; }
.pb-reveal--visible {
  opacity: 1;
  transform: none;
}

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width: 900px) {
  .pb-hero { height: 440px; }
  .pb-hero__content { padding: 0 24px 48px; }
  .pb-wrap { padding: 0 24px; }
  .pb-tabs__inner { padding: 0 16px; }
  .pb-brand__visual { max-width: 100%; }
  .pb-brand { padding: 72px 0 64px; }
  /* タブレット: 2列 */
  .pb-products { grid-template-columns: repeat(2, 1fr); }
}
/* スマホ: 3列1行に収める */
@media (max-width: 600px) {
  .pb-hero { height: 360px; }
  .pb-products { grid-template-columns: repeat(3, 1fr); }
  .pb-card__body { padding: 10px 10px 14px; }
  .pb-card__name { font-size: 11px; -webkit-line-clamp: 3; }
  .pb-card__price { font-size: 13px; }
  .pb-card__sale { display: none; }
  .pb-brand__name { font-size: 30px; }
  .pb-brand { padding: 56px 0 48px; }
  .pb-products__label { font-size: 13px; }
  .pb-tab { padding: 14px 18px 12px; font-size: 12px; }
  .pb-brand__concept { font-size: 14px; }
  .pb-brand__concept strong { font-size: 17px; }
}