/*
Theme Name: SOKO+ Arkhe Child
Theme URI: https://soko-plus.com/
Description: 独立WordPressで運用するSOKO+公式・千葉・岡山・奈良の共通デザイン
Author: SOKO+
Template: arkhe
Version: 3.0.1
Text Domain: sokoplus
*/

:root {
  --sp-ink: #172222;
  --sp-ink-2: #2f3a3d;
  --sp-copper: #c98545;
  --sp-copper-dark: #a9632d;
  --sp-cream: #f5f1ea;
  --sp-paper: #fffdf9;
  --sp-line: #ded8ce;
  --sp-muted: #667170;
  --sp-green: #497267;
  --sp-shadow: 0 18px 55px rgba(23,34,34,.11);
  --sp-radius: 22px;
  --sp-wide: min(1180px, calc(100% - 40px));
}

html { scroll-behavior: smooth; }
body { color: var(--sp-ink); background: var(--sp-paper); font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif; }
body.sokoplus-site { overflow-x: hidden; }
.sokoplus-site > .l-header, .sokoplus-site > .l-footer, .sokoplus-site .l-header, .sokoplus-site .l-footer { display: none !important; }
.l-content { margin: 0 !important; max-width: none !important; }
.l-content__body, .l-mainContent { padding: 0 !important; max-width: none !important; }
.c-postContent { margin: 0 !important; }
.c-postTitle, .c-pageTitle, .l-content__sidebar { display: none !important; }
.sp-wrap { width: var(--sp-wide); margin-inline: auto; }
.sp-section { padding: 96px 0; }
.sp-section--cream { background: var(--sp-cream); }
.sp-section--ink { color: white; background: var(--sp-ink); }
.sp-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--sp-copper-dark); font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.sp-eyebrow::before { width: 30px; height: 2px; background: currentColor; content: ""; }
.sp-heading { margin: 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.28; letter-spacing: -.03em; }
.sp-lead { margin: 22px 0 0; color: var(--sp-muted); font-size: 17px; line-height: 2; }
.sp-section--ink .sp-lead { color: rgba(255,255,255,.7); }
.sp-center { text-align: center; }
.sp-center .sp-eyebrow { justify-content: center; }
.sp-btn { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 25px; border: 1px solid var(--sp-copper); border-radius: 999px; background: var(--sp-copper); color: white !important; font-size: 14px; font-weight: 800; letter-spacing: .04em; text-decoration: none !important; transition: .2s ease; }
.sp-btn:hover { transform: translateY(-2px); background: var(--sp-copper-dark); box-shadow: 0 10px 25px rgba(169,99,45,.25); }
.sp-btn--ghost { border-color: rgba(255,255,255,.5); background: transparent; }
.sp-btn--light { border-color: white; background: white; color: var(--sp-ink) !important; }

/* Network bar / header */
.sp-network { position: relative; z-index: 100; color: rgba(255,255,255,.8); background: #101818; font-size: 12px; }
.sp-network__inner { display: flex; min-height: 38px; align-items: center; justify-content: space-between; }
.sp-network a { color: inherit; text-decoration: none; }
.sp-network__shops { display: flex; align-items: center; gap: 20px; }
.sp-network__shops a.is-current { color: white; font-weight: 800; }
.sp-network__shops a.is-current::after { display: block; height: 2px; margin-top: 3px; background: var(--sp-copper); content: ""; }
.sp-header { position: sticky; z-index: 90; top: 0; border-bottom: 1px solid rgba(23,34,34,.08); background: rgba(255,253,249,.94); backdrop-filter: blur(14px); }
.sp-header__inner { display: flex; min-height: 80px; align-items: center; justify-content: space-between; }
.sp-logo { display: flex; align-items: baseline; gap: 11px; color: var(--sp-ink) !important; text-decoration: none !important; }
.sp-logo__mark { font-size: 29px; font-weight: 950; letter-spacing: -.06em; }
.sp-logo__mark b { color: var(--sp-copper); }
.sp-logo__store { padding-left: 11px; border-left: 1px solid var(--sp-line); font-size: 13px; font-weight: 800; }
.sp-nav { display: flex; align-items: center; gap: 28px; }
.sp-nav a { color: var(--sp-ink); font-size: 13px; font-weight: 700; text-decoration: none; }
.sp-nav .sp-btn { color: white; }
.sp-menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--sp-line); border-radius: 50%; background: white; font-size: 21px; }

/* Hero */
.sp-hero { position: relative; display: grid; min-height: 720px; align-items: end; overflow: hidden; color: white; background: var(--sp-ink); }
.sp-hero__media { position: absolute; inset: 0; background-position: center; background-size: cover; transform: scale(1.015); }
.sp-hero__media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,20,20,.9) 0%, rgba(12,20,20,.63) 48%, rgba(12,20,20,.14) 100%), linear-gradient(0deg, rgba(12,20,20,.45), transparent 55%); content: ""; }
.sp-hero__content { position: relative; z-index: 2; width: var(--sp-wide); padding: 125px 0 88px; margin-inline: auto; }
.sp-hero__tag { display: inline-flex; padding: 9px 15px; border: 1px solid rgba(255,255,255,.34); border-radius: 99px; background: rgba(255,255,255,.1); font-size: 12px; font-weight: 800; letter-spacing: .1em; backdrop-filter: blur(8px); }
.sp-hero h1 { max-width: 760px; margin: 25px 0 20px; font-size: clamp(42px, 7vw, 76px); line-height: 1.12; letter-spacing: -.055em; }
.sp-hero p { max-width: 650px; margin: 0; color: rgba(255,255,255,.86); font-size: clamp(16px, 2vw, 19px); line-height: 2; }
.sp-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.sp-hero__facts { display: flex; flex-wrap: wrap; gap: 34px; padding-top: 52px; margin-top: 52px; border-top: 1px solid rgba(255,255,255,.22); }
.sp-hero__fact strong { display: block; margin-bottom: 4px; font-size: 18px; }
.sp-hero__fact span { color: rgba(255,255,255,.62); font-size: 12px; }

/* cards */
.sp-grid { display: grid; gap: 24px; }
.sp-grid--3 { grid-template-columns: repeat(3, 1fr); }
.sp-grid--4 { grid-template-columns: repeat(4, 1fr); }
.sp-grid--2 { grid-template-columns: repeat(2, 1fr); }
.sp-card { overflow: hidden; border: 1px solid var(--sp-line); border-radius: var(--sp-radius); background: white; box-shadow: 0 1px 0 rgba(23,34,34,.02); }
.sp-card__body { padding: 28px; }
.sp-card__num { color: var(--sp-copper); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.sp-card h3 { margin: 13px 0 10px; font-size: 21px; }
.sp-card p { margin: 0; color: var(--sp-muted); font-size: 14px; line-height: 1.85; }
.sp-card__image { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.sp-category { position: relative; min-height: 380px; border-radius: var(--sp-radius); background-position: center; background-size: cover; overflow: hidden; }
.sp-category::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(15,24,24,.82), rgba(15,24,24,.05) 70%); content: ""; }
.sp-category__content { position: absolute; z-index: 2; right: 28px; bottom: 26px; left: 28px; color: white; }
.sp-category h3 { margin: 0 0 4px; font-size: 25px; }
.sp-category p { margin: 0; color: rgba(255,255,255,.72); font-size: 13px; }

/* product grid */
.sp-filter { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 36px 0 42px; }
.sp-filter button { padding: 10px 18px; border: 1px solid var(--sp-line); border-radius: 99px; background: white; color: var(--sp-muted); font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }
.sp-filter button.is-active { border-color: var(--sp-ink); background: var(--sp-ink); color: white; }
.sp-products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.sp-product { overflow: hidden; border: 1px solid var(--sp-line); border-radius: 18px; background: white; transition: .2s ease; }
.sp-product:hover { transform: translateY(-5px); box-shadow: var(--sp-shadow); }
.sp-product[hidden] { display: none; }
.sp-product__image { position: relative; overflow: hidden; background: #f2f0eb; }
.sp-product__image img { width: 100%; aspect-ratio: 1/1; object-fit: cover; transition: .4s ease; }
.sp-product:hover img { transform: scale(1.04); }
.sp-product__badge { position: absolute; top: 13px; left: 13px; padding: 6px 10px; border-radius: 99px; background: white; color: var(--sp-ink); font-size: 11px; font-weight: 900; box-shadow: 0 5px 15px rgba(0,0,0,.1); }
.sp-product__body { padding: 20px; }
.sp-product__cat { color: var(--sp-copper-dark); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.sp-product h3 { margin: 7px 0 13px; font-size: 16px; line-height: 1.55; }
.sp-product__price { display: flex; align-items: baseline; gap: 3px; color: var(--sp-ink); font-size: 21px; font-weight: 900; }
.sp-product__price small { color: var(--sp-muted); font-size: 11px; font-weight: 500; }
.sp-product__note { margin-top: 8px; color: var(--sp-muted); font-size: 11px; }

/* split / store cards */
.sp-split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.sp-split__media { position: relative; }
.sp-split__media img { width: 100%; min-height: 520px; border-radius: var(--sp-radius); object-fit: cover; box-shadow: var(--sp-shadow); }
.sp-stores { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.sp-store { position: relative; min-height: 450px; overflow: hidden; border-radius: var(--sp-radius); color: white; background-position: center; background-size: cover; }
.sp-store::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(15,24,24,.92), rgba(15,24,24,.05) 70%); content: ""; }
.sp-store__body { position: absolute; z-index: 2; right: 28px; bottom: 28px; left: 28px; }
.sp-store__pref { color: rgba(255,255,255,.66); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.sp-store h3 { margin: 7px 0 9px; font-size: 29px; }
.sp-store p { margin: 0 0 18px; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.7; }

/* info / form */
.sp-info { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; padding: 42px; border: 1px solid var(--sp-line); border-radius: var(--sp-radius); background: white; }
.sp-info__map { min-height: 440px; border-radius: 16px; background: var(--sp-cream); overflow: hidden; }
.sp-info__map iframe { width: 100%; height: 100%; border: 0; }
.sp-dl { margin: 0; }
.sp-dl div { display: grid; grid-template-columns: 110px 1fr; gap: 18px; padding: 17px 0; border-bottom: 1px solid var(--sp-line); }
.sp-dl dt { color: var(--sp-muted); font-size: 12px; font-weight: 700; }
.sp-dl dd { margin: 0; font-size: 14px; line-height: 1.8; }
.sp-contact { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; }
.sp-form { padding: 42px; border-radius: var(--sp-radius); background: white; box-shadow: var(--sp-shadow); }
.sp-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.sp-field--wide { grid-column: 1/-1; }
.sp-field label { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 800; }
.sp-required { margin-left: 6px; color: #b54b3e; font-size: 10px; }
.sp-field input, .sp-field select, .sp-field textarea { width: 100%; min-height: 50px; padding: 11px 14px; border: 1px solid var(--sp-line); border-radius: 9px; background: #fff; color: var(--sp-ink); font: inherit; font-size: 15px; }
.sp-field textarea { min-height: 150px; resize: vertical; }
.sp-field input:focus, .sp-field select:focus, .sp-field textarea:focus { border-color: var(--sp-copper); outline: 3px solid rgba(201,133,69,.14); }
.sp-form__privacy { margin: 22px 0; color: var(--sp-muted); font-size: 12px; line-height: 1.7; }
.sp-alert { padding: 15px 18px; margin-bottom: 22px; border-radius: 10px; background: #eaf5ef; color: #275542; font-weight: 700; }
.sp-alert--error { background: #faece9; color: #8d392f; }
.sp-hp { position: absolute !important; left: -9999px !important; }

/* CTA / footer */
.sp-cta { position: relative; overflow: hidden; padding: 82px 0; color: white; background: var(--sp-copper); }
.sp-cta::after { position: absolute; width: 430px; height: 430px; right: -120px; bottom: -260px; border: 80px solid rgba(255,255,255,.1); border-radius: 50%; content: ""; }
.sp-cta__inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.sp-cta h2 { max-width: 680px; margin: 0; font-size: clamp(29px, 4vw, 45px); line-height: 1.35; }
.sp-footer { padding: 70px 0 32px; color: rgba(255,255,255,.7); background: #101818; }
.sp-footer__top { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 60px; }
.sp-footer .sp-logo { color: white !important; }
.sp-footer h4 { margin: 0 0 18px; color: white; font-size: 13px; }
.sp-footer a { display: block; margin: 10px 0; color: rgba(255,255,255,.7); font-size: 13px; text-decoration: none; }
.sp-footer__copy { padding-top: 30px; margin-top: 45px; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }

@media (max-width: 960px) {
  .sp-section { padding: 72px 0; }
  .sp-grid--4, .sp-products { grid-template-columns: repeat(2, 1fr); }
  .sp-grid--3, .sp-stores { grid-template-columns: 1fr 1fr; }
  .sp-split, .sp-info, .sp-contact { grid-template-columns: 1fr; gap: 38px; }
  .sp-nav { position: absolute; display: none; top: 79px; right: 0; left: 0; padding: 24px; border-top: 1px solid var(--sp-line); background: white; box-shadow: var(--sp-shadow); }
  .sp-nav.is-open { display: grid; }
  .sp-menu-toggle { display: block; }
}

@media (max-width: 640px) {
  :root { --sp-wide: min(100% - 28px, 1180px); }
  .sp-network__label { display: none; }
  .sp-network__shops { width: 100%; justify-content: center; gap: 16px; }
  .sp-header__inner { min-height: 68px; }
  .sp-logo__mark { font-size: 25px; }
  .sp-logo__store { font-size: 11px; }
  .sp-nav { top: 67px; }
  .sp-hero { min-height: 650px; }
  .sp-hero__content { padding: 96px 0 58px; }
  .sp-hero h1 { font-size: 42px; }
  .sp-hero__facts { gap: 22px; padding-top: 32px; margin-top: 38px; }
  .sp-grid--3, .sp-grid--4, .sp-products, .sp-stores { grid-template-columns: 1fr; }
  .sp-split__media img { min-height: 350px; }
  .sp-form, .sp-info { padding: 24px; }
  .sp-form__grid { grid-template-columns: 1fr; }
  .sp-field--wide { grid-column: auto; }
  .sp-cta__inner { display: block; }
  .sp-cta .sp-btn { margin-top: 28px; }
  .sp-footer__top { grid-template-columns: 1fr; gap: 30px; }
}
