/*
Theme Name: KIWAMI Recruit
Theme URI: https://example.com/
Author: Claude
Author URI: https://claude.ai/
Description: ホスト・キャバクラ・ガールズバーなど、夜のお仕事の求人サイト用WordPressテーマ。カスタム投稿タイプ「求人」から店舗情報を入力するだけで、求人カード一覧・職種カテゴリーの絞り込みが自動生成されます。
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: kiwami-recruit
*/

*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
  font-family:'Noto Sans JP', sans-serif;
  line-height:1.75;
  -webkit-font-smoothing:antialiased;
}
.wrap{max-width:1120px; margin:0 auto; padding:0 28px;}
h1,h2,h3{
  font-family:'Shippori Mincho', serif;
  font-weight:700;
  line-height:1.3;
}
.en{font-family:'Cormorant Garamond', serif; font-style:italic;}
a{color:inherit;}
body.admin-bar header{top:32px;}

  :root{
    --black:#120F0A;
    --black-2:#1A160F;
    --gold:#C9A227;
    --gold-light:#E7C567;
    --wine:#6B1420;
    --cream:#EDE6D3;
    --cream-dim:#B7AD94;
    --line:#3A331F;
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth;}
  body{
    background:var(--black);
    color:var(--cream);
    font-family:'Noto Sans JP', sans-serif;
    line-height:1.75;
    -webkit-font-smoothing:antialiased;
  }
  .wrap{max-width:1120px; margin:0 auto; padding:0 28px;}
  h1,h2,h3{
    font-family:'Shippori Mincho', serif;
    font-weight:700;
    line-height:1.3;
  }
  .en{font-family:'Cormorant Garamond', serif; font-style:italic;}
  a{color:inherit;}

  /* ===== Header ===== */
  header{
    position:sticky; top:0; z-index:50;
    background:rgba(18,15,10,0.94);
    backdrop-filter:blur(6px);
    border-bottom:1px solid var(--line);
  }
  .headbar{
    display:flex; align-items:center; justify-content:space-between;
    padding:20px 0;
  }
  .logo-mark{
    font-family:'Cormorant Garamond', serif;
    font-style:italic;
    font-weight:600;
    font-size:28px;
    letter-spacing:0.06em;
    color:var(--gold-light);
  }
  .logo-sub{
    font-size:11px; color:var(--cream-dim); letter-spacing:0.05em;
    margin-top:2px;
  }
  .head-cta{
    font-size:14px; font-weight:600;
    padding:11px 22px;
    border:1px solid var(--gold);
    color:var(--gold-light);
    border-radius:2px;
    text-decoration:none;
    transition:background .15s ease, color .15s ease;
  }
  .head-cta:hover{background:var(--gold); color:var(--black);}

  /* ===== Hero ===== */
  .hero{
    padding:100px 0 88px;
    background:
      radial-gradient(ellipse at 80% -10%, rgba(201,162,39,0.16), transparent 50%),
      radial-gradient(ellipse at 10% 110%, rgba(107,20,32,0.18), transparent 55%),
      var(--black);
    border-bottom:1px solid var(--line);
  }
  .hero-grid{
    display:grid;
    grid-template-columns:1.3fr 1fr;
    gap:60px;
    align-items:end;
  }
  .hero-eyebrow{
    font-family:'Cormorant Garamond', serif;
    font-style:italic;
    font-size:16px;
    color:var(--gold-light);
    margin-bottom:20px;
    letter-spacing:0.03em;
  }
  .hero h1{
    font-size:clamp(34px, 5vw, 58px);
    color:var(--cream);
    margin-bottom:24px;
  }
  .hero p.lead{
    font-size:16.5px;
    color:var(--cream-dim);
    max-width:44ch;
    margin-bottom:34px;
  }
  .hero-actions{display:flex; gap:14px; flex-wrap:wrap;}
  .btn-primary{
    background:var(--gold);
    color:var(--black);
    font-weight:700;
    font-size:15px;
    padding:15px 28px;
    border-radius:2px;
    border:1px solid var(--gold);
    cursor:pointer;
    text-decoration:none;
    display:inline-block;
    transition:background .15s ease, transform .12s ease;
  }
  .btn-primary:hover{background:var(--gold-light); transform:translateY(-1px);}
  .btn-ghost{
    background:transparent;
    color:var(--cream);
    font-weight:600;
    font-size:15px;
    padding:15px 28px;
    border-radius:2px;
    border:1px solid var(--line);
    cursor:pointer;
    text-decoration:none;
    display:inline-block;
  }
  .btn-ghost:hover{border-color:var(--cream-dim);}

  .hero-card{
    background:linear-gradient(160deg, #1E1912, #120F0A);
    border:1px solid var(--gold);
    border-radius:3px;
    padding:28px 26px;
    box-shadow:0 24px 48px rgba(0,0,0,0.5);
  }
  .hero-card-row{
    display:flex; justify-content:space-between;
    font-size:13px;
    padding:11px 0;
    border-bottom:1px solid var(--line);
  }
  .hero-card-row:last-child{border-bottom:none;}
  .hero-card-row span:first-child{color:var(--cream-dim);}
  .hero-card-row span:last-child{font-weight:700; color:var(--gold-light);}

  /* ===== Section shell ===== */
  section{padding:84px 0;}
  .section-head{
    display:flex; align-items:baseline; justify-content:space-between;
    gap:24px; margin-bottom:40px; flex-wrap:wrap;
  }
  .section-head h2{
    font-size:clamp(26px, 3.2vw, 38px);
    color:var(--cream);
  }
  .section-head p{color:var(--cream-dim); font-size:14.5px; max-width:38ch;}

  /* ===== Filters ===== */
  .filters{display:flex; gap:10px; flex-wrap:wrap; margin-bottom:38px;}
  .filter-btn{
    font-size:13.5px;
    padding:10px 18px;
    border-radius:999px;
    border:1px solid var(--line);
    background:transparent;
    color:var(--cream-dim);
    cursor:pointer;
    transition:all .15s ease;
  }
  .filter-btn:hover{border-color:var(--gold); color:var(--gold-light);}
  .filter-btn.active{
    background:var(--gold); border-color:var(--gold); color:var(--black); font-weight:700;
  }

  /* ===== Job cards ===== */
  .job-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:22px;
  }
  .card{
    background:var(--black-2);
    border:1px solid var(--line);
    border-radius:3px;
    padding:24px 22px 20px;
    position:relative;
    display:flex; flex-direction:column; gap:13px;
    transition:transform .15s ease, border-color .15s ease;
  }
  .card::before{
    content:"◆";
    position:absolute; top:-9px; left:22px;
    color:var(--gold);
    background:var(--black);
    padding:0 8px;
    font-size:12px;
  }
  .card:hover{transform:translateY(-4px); border-color:var(--gold);}
  .card-top{
    display:flex; justify-content:space-between; align-items:flex-start;
    padding-top:4px;
  }
  .card-area{font-size:12px; color:var(--cream-dim);}
  .card-cat{
    font-size:11px;
    font-weight:700;
    color:var(--black);
    background:var(--gold);
    padding:3px 10px;
    border-radius:999px;
  }
  .card-shop{font-size:13.5px; color:var(--cream-dim); font-weight:500;}
  .card-role{
    font-family:'Shippori Mincho', serif;
    font-weight:700;
    font-size:21px;
    color:var(--cream);
  }
  .card-pay{
    font-size:16px;
    font-weight:700;
    color:var(--gold-light);
  }
  .card-meta{font-size:13px; color:var(--cream-dim);}
  .card-tags{display:flex; flex-wrap:wrap; gap:6px; margin-top:2px;}
  .tag{
    font-size:11.5px;
    padding:3px 10px;
    border:1px solid var(--line);
    border-radius:999px;
    color:var(--cream-dim);
  }
  .card-apply{
    margin-top:auto;
    padding-top:14px;
    border-top:1px solid var(--line);
    display:flex; justify-content:space-between; align-items:center;
  }
  .card-apply button{
    background:var(--gold);
    color:var(--black);
    font-size:13px; font-weight:700;
    padding:10px 18px;
    border:none; border-radius:2px;
    cursor:pointer;
  }
  .card-apply button:hover{background:var(--gold-light);}

  /* ===== Benefits ===== */
  .benefits{background:var(--black-2); border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
  .benefit-row{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:1px;
    background:var(--line);
    border:1px solid var(--line);
  }
  .benefit{background:var(--black-2); padding:36px 28px;}
  .benefit-index{
    font-family:'Cormorant Garamond', serif;
    font-style:italic;
    color:var(--gold-light);
    font-size:15px;
    margin-bottom:14px;
  }
  .benefit h3{font-size:21px; color:var(--cream); margin-bottom:10px;}
  .benefit p{font-size:14px; color:var(--cream-dim);}

  /* ===== Steps ===== */
  .steps{display:grid; grid-template-columns:repeat(4,1fr); gap:22px;}
  .step{padding:26px 20px; border:1px solid var(--line); border-radius:3px;}
  .step-num{
    font-family:'Cormorant Garamond', serif;
    font-style:italic;
    font-weight:600;
    font-size:34px;
    color:var(--gold);
    margin-bottom:12px;
  }
  .step h3{font-size:17px; color:var(--cream); margin-bottom:8px; font-family:'Shippori Mincho', serif; font-weight:700;}
  .step p{font-size:13.5px; color:var(--cream-dim);}

  /* ===== Footer CTA ===== */
  .footer-cta{
    text-align:center;
    padding:100px 0 60px;
    background:radial-gradient(ellipse at 50% 0%, rgba(201,162,39,0.14), transparent 55%), var(--black);
  }
  .footer-cta h2{font-size:clamp(28px,4vw,44px); margin-bottom:18px;}
  .footer-cta p{color:var(--cream-dim); margin-bottom:32px;}

  .disclaimer{
    max-width:640px; margin:0 auto; padding-top:36px;
    font-size:12px; color:var(--cream-dim); line-height:1.9;
    border-top:1px solid var(--line);
  }

  footer{
    border-top:1px solid var(--line);
    padding:28px 0;
    display:flex; justify-content:space-between; align-items:center;
    font-size:13px; color:var(--cream-dim);
    flex-wrap:wrap; gap:12px;
  }

  @media (max-width:860px){
    .hero-grid{grid-template-columns:1fr;}
    .job-grid{grid-template-columns:repeat(2,1fr);}
    .benefit-row{grid-template-columns:1fr;}
    .steps{grid-template-columns:repeat(2,1fr);}
  }
  @media (max-width:560px){
    .job-grid{grid-template-columns:1fr;}
    .steps{grid-template-columns:1fr;}
    .hero{padding:64px 0 56px;}
    section{padding:56px 0;}
  }
  @media (prefers-reduced-motion: reduce){
    *{transition:none !important;}
    html{scroll-behavior:auto;}
  }
