:root{
    --bg:#f1f1f1;
    --paper:#ffffff;
    --ink:#0f0f10;
    --muted: rgba(15,15,16,.62);
    --soft: rgba(15,15,16,.10);
    --shadow: 0 26px 70px rgba(0,0,0,.18);
    --radius: 22px;
    --max: 1120px;
  }
  
  *{ box-sizing:border-box; }
  html,body{ height:100%; }
  
  body{
    margin:0;
    background: var(--bg);
    color: var(--ink);
    font-family: ui-serif, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
    letter-spacing:.02em;
  }
  
  a{ color:inherit; text-decoration:none; }
  
  .sr-only{
    position:absolute; width:1px; height:1px; padding:0; margin:-1px;
    overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
  }
  
  .container{
    width:min(var(--max), calc(100% - 48px));
    margin-inline:auto;
  }
  
  .page{
    padding-top: 84px; /* nav分 */
  }
  
  /* ===== HERO（見本の雰囲気） ===== */
  .thoughts-hero{
    display:grid;
    grid-template-columns: minmax(360px, 460px) 1fr;
    gap: clamp(28px, 6vw, 90px);
    align-items:center;
    padding: clamp(86px, 10vw, 150px) clamp(26px, 6vw, 120px);
  }
  
  .thoughts-hero__paper{
    background: var(--paper);
    box-shadow: var(--shadow);
    padding: clamp(34px, 4.2vw, 54px);
  }
  
  .thoughts-hero__eyebrow{
    margin:0 0 10px;
    font-size: 12px;
    letter-spacing:.22em;
    color: rgba(15,15,16,.55);
  }
  
  .thoughts-hero__title{
    margin:0 0 22px;
    font-size: clamp(26px, 3.2vw, 42px);
    letter-spacing:.14em;
    line-height: 1.2;
  }
  
  .thoughts-hero__card{
    margin: 0 0 18px;
    padding: 14px 16px;
    background: rgba(15,15,16,.03);
    font-size: 14px;
    line-height: 1.95;
    letter-spacing: .06em;
    color: rgba(15,15,16,.78);
  }
  
  .thoughts-hero__card.is-jp{
    font-size: 13px;
    letter-spacing: .12em;
    color: rgba(15,15,16,.72);
  }
  
  .thoughts-hero__links{
    display:flex;
    gap: 12px;
    margin-top: 8px;
  }
  
  .thoughts-hero__link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(15,15,16,.18);
    font-size: 12px;
    letter-spacing:.14em;
    color: rgba(15,15,16,.78);
    background: #fff;
  }
  
  .thoughts-hero__link.is-ghost{
    background: transparent;
  }
  
  /* 右ビジュアル */
  .thoughts-hero__visual{
    min-height: clamp(420px, 44vw, 560px);
    background-image: url("/assets/img/philosophy-back.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 62% 30%;
    filter: grayscale(100%) contrast(1.08);
    opacity: .92;
  }
  
  /* ===== 下の本文パネル ===== */
  .p-section{
    padding: clamp(54px, 7vw, 90px) 0;
  }
  
  .p-section--alt{
    padding-top: 0;
  }
  
  .p-wrap{
    width:min(var(--max), calc(100% - 48px));
    margin-inline:auto;
  }
  
  .p-wrap--split{
    display:grid;
    gap: clamp(18px, 3.8vw, 40px);
    align-items: stretch;
  }
  
  .p-panel{
    background: var(--paper);
    border-radius: var(--radius);
    box-shadow: 0 20px 60px rgba(0,0,0,.12);
    padding: clamp(40px, 5.5vw, 72px);
  }
  
  .p-eyebrow{
    margin:0 0 12px;
    font-size: 12px;
    letter-spacing:.22em;
    color: rgba(15,15,16,.55);
  }
  
  .p-heading{
    margin:0 0 22px;
    font-size: clamp(20px, 2.2vw, 32px);
    line-height: 1.75;
    letter-spacing:.12em;
  }
  
  .p-body p{
    margin: 0 0 16px;
    color: rgba(15,15,16,.72);
    font-size: 14px;
    line-height: 2.15;
    letter-spacing:.06em;
  }
  
  .p-quote{
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid var(--soft);
  }
  
  .p-quote__main{
    margin:0;
    color: rgba(15,15,16,.78);
    font-size: 14px;
    line-height: 2.15;
    letter-spacing:.10em;
  }
  
  .p-close{
    margin: 22px 0 0;
    color: rgba(15,15,16,.66);
    font-size: 13px;
    line-height: 2.1;
    letter-spacing:.10em;
  }
  
  /* 右のメモ面 */
  .p-aside{
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
    box-shadow: 0 20px 60px rgba(0,0,0,.12);
    background: rgba(15,15,16,.06);
    min-height: 220px;
  }
  
  .p-aside__sheet{
    position:absolute;
    inset:0;
    background: rgba(15,15,16,.06);
  }
  
  .p-aside__inner{
    position:relative;
    padding: 28px;
  }
  
  .p-aside__title{
    margin:0 0 10px;
    font-size: 12px;
    letter-spacing:.22em;
    color: rgba(15,15,16,.55);
  }
  
  .p-aside__text{
    margin:0;
    font-size: 13px;
    line-height: 2.05;
    letter-spacing:.08em;
    color: rgba(15,15,16,.72);
  }
  
  /* ===== Footer（トップと同等） ===== */
  .footer{
    background: #0b0c0e;
    color: rgba(255,255,255,.86);
    padding: 56px 0 26px;
    margin-top: 22px;
  }
  
  .footer__grid{
    display:grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 40px;
    align-items:start;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255,.10);
  }
  
  .footer__kicker{
    margin:0 0 12px;
    font-size: 12px;
    letter-spacing:.18em;
    color: rgba(255,255,255,.62);
  }

  .footer__cols{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  
  .footer__title{
    margin:0 0 12px;
    font-size: 12px;
    letter-spacing:.18em;
    color: rgba(255,255,255,.62);
  }
  
  .footer__line{
    margin: 8px 0;
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255,255,255,.78);
  }
  
  .footer__bottom{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap: 20px;
    padding-top: 18px;
  }
  
  .footer__small{
    margin:0;
    font-size: 12px;
    color: rgba(255,255,255,.60);
    letter-spacing:.12em;
  }
  
  .footer__sns{
    display:flex;
    gap: 12px;
  }
  
  .footer__sns a{
    width: 34px;
    height: 34px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    color: rgba(255,255,255,.84);
  }
  
  /* ===== Responsive ===== */
  @media (max-width: 980px){
    .thoughts-hero{
      grid-template-columns: 1fr;
      padding: 86px 18px;
    }
    .thoughts-hero__visual{
      min-height: 320px;
    }
    .p-wrap--split{
      grid-template-columns: 1fr;
    }
  }
  
  @media (max-width: 820px){
    .footer__grid{ grid-template-columns: 1fr; }
    .footer__cols{ grid-template-columns: 1fr; }
  }
  /* =========================
   Thoughts HERO (sample look)
========================= */
.thoughts-hero--sample{
    background:#f1f1f1;
    display:grid;
    grid-template-columns: 420px 1fr;
    align-items:center;
    gap: 56px;
    padding: 110px 90px;
  }
  
  /* 左の紙面（少しシワのある紙みたいな雰囲気） */
  .thoughts-hero--sample .thoughts-hero__paper{
    background:
      linear-gradient(180deg, rgba(0,0,0,.03), rgba(0,0,0,0) 40%),
      radial-gradient(120% 80% at 20% 10%, rgba(0,0,0,.04) 0%, rgba(0,0,0,0) 55%),
      #ffffff;
    box-shadow: 0 26px 60px rgba(0,0,0,.18);
    padding: 40px 44px;
  }
  
  /* 見本は英字タイトルが大きい */
  .thoughts-hero--sample .thoughts-hero__title{
    margin:0 0 26px;
    font-family: ui-serif, "Georgia", "Times New Roman", serif;
    font-size: 34px;
    letter-spacing: .02em;
    font-weight: 600;
  }
  
  /* 小カードの感じ（白い帯） */
  .thoughts-hero--sample .thoughts-hero__card{
    margin: 0 0 18px;
    padding: 16px 18px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(15,15,16,.08);
    box-shadow: 0 10px 24px rgba(0,0,0,.08);
    font-size: 14px;
    line-height: 1.8;
    color: rgba(15,15,16,.78);
  }
  
  /* 日本語は少し締めて上品に */
  .thoughts-hero--sample .thoughts-hero__card.is-jp{
    font-size: 13px;
    letter-spacing: .12em;
    color: rgba(15,15,16,.72);
  }
  
  /* 右の写真：大きい板みたいに */
  .thoughts-hero--sample .thoughts-hero__visual{
    min-height: 520px;
    background-image: url("/assets/img/philosophy-back.jpg");
    background-repeat:no-repeat;
    background-size: cover;
    background-position: 60% 25%;
    filter: grayscale(100%) contrast(1.08);
    opacity: .92;
  }
  
  /* レスポンシブ */
  @media (max-width: 980px){
    .thoughts-hero--sample{
      grid-template-columns: 1fr;
      padding: 96px 18px 70px;
      gap: 26px;
    }
    .thoughts-hero--sample .thoughts-hero__visual{
      min-height: 320px;
    }
    .thoughts-hero--sample .thoughts-hero__paper{
      padding: 34px 26px;
    }
  }
  /* ======================================
   ORIGIN / 店名の由来セクション
====================================== */

.origin{
    padding: 120px 0 140px;
    background: #f6f6f4;
  }
  
  .origin .container{
    max-width: 760px;
    margin: 0 auto;
  }
  
  .origin__title{
    font-size: 28px;
    letter-spacing: .18em;
    margin-bottom: 42px;
    line-height: 1.6;
    color: #111;
  }
  
  .origin__lead{
    font-size: 15px;
    line-height: 2.1;
    letter-spacing: .08em;
    margin-bottom: 48px;
    color: rgba(15,15,16,.88);
  }
  
  .origin__lead strong{
    font-weight: 500;
  }
  
  .origin__body{
    font-size: 14px;
    line-height: 2.2;
    letter-spacing: .06em;
    margin-bottom: 36px;
    color: rgba(15,15,16,.82);
  }
  
  .origin__body em{
    font-style: normal;
    letter-spacing: .14em;
  }
  
  .origin__closing{
    margin-top: 56px;
    font-size: 15px;
    line-height: 2.2;
    letter-spacing: .12em;
    color: rgba(15,15,16,.9);
  }
  
  /* ---------- Responsive ---------- */
  @media (max-width: 900px){
    .origin{
      padding: 90px 24px 110px;
    }
  
    .origin__title{
      font-size: 22px;
      margin-bottom: 32px;
    }
  
    .origin__lead,
    .origin__body,
    .origin__closing{
      font-size: 13px;
    }
  }
  .thoughts-hero__by{
    display:inline-block;
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: .12em;
    opacity: .75;
  }
  /* =========================
   Thoughts Hero: quotes styling
   ========================= */

.thoughts-hero__title{
    margin: 0 0 18px;
    font-size: 18px;
    letter-spacing: .22em;
    line-height: 1.2;
  }
  
  /* 英文引用（カード） */
  .thoughts-hero__card{
    margin: 0;
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: .10em;
    color: rgba(15,15,16,.86);
  }
  
  /* 著名人表記 */
  .thoughts-hero__author{
    margin: 10px 0 14px;
    font-size: 11px;
    letter-spacing: .18em;
    color: rgba(15,15,16,.55);
  }
  
  /* 日本語補足（思想につなぐ行） */
  .thoughts-hero__jp{
    margin: 0 0 18px;
    font-size: 12px;
    line-height: 2.0;
    letter-spacing: .08em;
    color: rgba(15,15,16,.72);
  }
  
  /* 仕切り線 */
  .thoughts-hero__rule{
    display: block;
    width: 44px;
    height: 1px;
    background: rgba(15,15,16,.18);
    margin: 18px 0;
  }
  
  /* スマホで読みやすく */
  @media (max-width: 640px){
    .thoughts-hero__title{
      font-size: 16px;
      letter-spacing: .18em;
    }
    .thoughts-hero__card{
      font-size: 12.5px;
      line-height: 1.85;
    }
    .thoughts-hero__jp{
      font-size: 12px;
    }
  }
  /* =========================
   Quote block (p-quote)
   ========================= */
.p-quote{
    margin-top: 28px;
    padding: 26px 28px;
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(15,15,16,.10);
    border-radius: 18px;
    box-shadow: 0 18px 46px rgba(0,0,0,.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  
  .p-quote__main{
    margin: 0;
    font-size: 14px;
    line-height: 2.0;
    color: rgba(15,15,16,.78);
    letter-spacing: .02em;
  }
  
  /* 左の縦線（“引用感”） */
  .p-quote{
    position: relative;
    overflow: hidden;
  }
  .p-quote::before{
    content:"";
    position:absolute;
    left: 0;
    top: 16px;
    bottom: 16px;
    width: 3px;
    background: rgba(15,15,16,.18);
    border-radius: 999px;
  }
  
  /* 余白が狭い端末用 */
  @media (max-width: 600px){
    .p-quote{
      padding: 20px 18px;
      border-radius: 16px;
    }
    .p-quote__main{
      font-size: 13px;
      line-height: 1.95;
    }
  }
  