/* ========== Base ========== */
*,
*::before,
*::after { box-sizing: border-box; }

html, body { margin: 0; padding: 0; }

img { display: block; max-width: 100%; height: auto; }

.palt { font-feature-settings: "palt" 1; }

/* コンテンツ幅 */
.u-inner{
  width:1140px;
  max-width:100%;
  margin:0 auto;
  padding:0 20px;
}

/* ========== FV ========== */
.fv { display:block; }
.fv-img{ width:100%; height:auto; }

/* ========== 統合セクション（ぶどう＋2カラム＋レンガ） ========== */
.section-combined{
  position:relative;
  padding:60px 0 0;
  background:#fff;
}

/* タイトル部 */
.section-combined .title-wrap{
  position:relative;
  text-align:center;
  margin-bottom:36px;
  min-height:90px;
  z-index:1;
}
.section-combined .title-img{ width:400px; height:auto; display:inline-block; }

/* ぶどう（左右20px・上寄せ） */
.section-combined .title-vine{
  position:absolute;
  top:-20px;
  height:clamp(56px,7vw,90px);
  pointer-events:none;
  user-select:none;
}
.section-combined .title-vine.left { left:20px; }
.section-combined .title-vine.right{ right:20px; }

/* 2カラム */
.section-combined .row{
  position:relative;
  z-index:1;
  display:flex;
  gap:40px;
  align-items:flex-start;
  justify-content:space-between;
}

.section-combined .text{
  flex:1;
  color:#333;
  letter-spacing:2px;
  font-family:"Noto Sans JP",system-ui,-apple-system,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}
.section-combined .text h2{
  margin:0 0 14px;
  color:#333;
  font-weight:700;
  font-size:32px;
  line-height:1.5;
  letter-spacing:2px;
}
.section-combined .text p{
  margin:0 0 16px;
  font-size:16px;
  line-height:1.9;
}

.pill{
  display:inline-block;
  margin-top:10px;
  padding:10px 16px;
  border-radius:9999px;
  background:#e4007e;
  color:#fff;
  font-weight:700;
  font-size:14px;
  letter-spacing:1px;
}

.section-combined .image{ flex:1; position:relative; }
.section-combined .image img{ position:relative; top:30px; }

/* 下端レンガ（比率維持で全幅） */
.section-combined .brick{
  position:absolute;
  left:0; right:0; bottom:0;
  height:320px;
  background:url("../img/rennga.jpg") center bottom / cover no-repeat;
  pointer-events:none;
  z-index:0;
}

/* ========== ラインナップ（固定背景） ========== */
.section-lineup{
  position:relative;
  padding:80px 0;
  color:#333;
  background:url("../img/back-img.jpg") center/cover no-repeat fixed;
}
@media (max-width:900px){
  .section-lineup{ background-attachment:scroll; }
}

.lineup-head{ text-align:center; margin-bottom:36px; }
.lineup-title{ width:min(620px,100%); display:inline-block; }
.lineup-lead{
  margin:1rem auto 0;
  max-width:920px;
  font-size:16px;
  line-height:1.8;
  letter-spacing:0.05em;
  color:#333;
  font-family:"Noto Sans JP",system-ui,-apple-system,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  text-align:justify;
  padding:0.1rem;
}

.sp-only{ display: none }
@media (max:width: 600px) {
 .sp-only:{display: inline }
}

/* 4→2→1 カラム */
.grid-characters{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}
@media (max-width:1024px){ .grid-characters{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:560px){  .grid-characters{ grid-template-columns:1fr; } }

/* カード */
.ch-card{ position:relative; }
.ch-card__figure{ position:relative; overflow:visible; border-radius:12px; }
.ch-card__figure > img{ width:100%; }
/* 上部バッジ（調整版） */
.ch-card__badge {
  position: absolute;
  top: -12px;     /* 少し上に飛び出させる */
  left: -12px;    /* 左にも飛び出させる */
  width: 70px !important;    /* 固定幅にする（必要なら 50〜70pxで調整） */
  height: auto;   /* 比率維持 */
  pointer-events: none;
  user-select: none;
  z-index: 2;
}

.ch-card__meta{ padding:12px 4px 0; text-align:center; }
.ch-card__inline{ display:inline-flex; align-items:center; gap:10px; }
.ch-card__label{ height:34px; width:auto; }
.ch-card__name{
  font-weight:700; font-size:20px; line-height:1.4; letter-spacing:2px;
  font-family:"Noto Sans JP",system-ui,-apple-system,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}
.ch-card__name rt{ font-size:10px; }

/* 右下飾り（必要な場合だけ使用） */
.ch-card--deco .ch-card__figure{ min-height:600px; overflow:visible; }
.ch-card--deco .deco-img{
  position:absolute; bottom:0; left:80%;
  transform:translateX(-50%);
  width:220%; height:auto;
}

/* ========== Explore（3カラム 丸画像） ========== */
.section-explore{
  padding:80px 0;
  background:#fff;
  color:#333;
}
.explore-title{
  text-align:center; font-size:28px; line-height:1.6; letter-spacing:2px;
  font-weight:700; margin:0 0 10px;
}
.explore-lead{
  text-align:center; max-width:820px; margin:0 auto 40px;
  font-size:16px; line-height:1.9; letter-spacing:2px; color:#555;
}

.explore-grid{
  display:grid; grid-template-columns:repeat(3,1fr); gap:40px;
}
.explore-card{ text-align:center; }

.explore-thumb{
  width:280px; height:280px; margin:0 auto 18px;
  border-radius:50%; overflow:hidden;
}
.explore-thumb img{ width:100%; height:100%; object-fit:cover; }

.explore-h3{
  margin:0 0 8px; font-size:22px; line-height:1.5;
  letter-spacing:2px; font-weight:700; color:#222;
}
.explore-icon{ width:20px; height:auto; display:inline-block; margin:4px 0 10px; }
.explore-text{ font-size:14px; line-height:1.9; letter-spacing:1.5px; margin:0; color:#666; }

/* 左右カードを少し持ち上げ */
.explore-grid .explore-card:nth-child(1),
.explore-grid .explore-card:nth-child(3){ margin-top:-86px; }

@media (max-width:1024px){
  .explore-thumb{ width:240px; height:240px; }
}
@media (max-width:900px){
  .explore-grid{ grid-template-columns:1fr; gap:28px; }
  .explore-thumb{ width:260px; height:260px; }
  .explore-grid .explore-card:nth-child(1),
  .explore-grid .explore-card:nth-child(3){ margin-top:0; }
}

/* ========== Access（2カラム＋館内マップ＋注記） ========== */
.section-access{ padding:80px 0 60px; background:#fff; color:#333; }
.access-title{
  font-size:28px; font-weight:700; letter-spacing:2px; line-height:1.6;
  margin:0 0 20px; text-align:left;
}

.access-grid{
  display:grid; grid-template-columns:1.15fr 1fr;
  gap:32px; align-items:start; margin-bottom:28px;
}

/* 左側リスト（■＋見出し＋本文） */
.access-dl{ margin:0 0 10px; }
.access-row{
  display:grid; grid-template-columns:11em 1fr;
  column-gap:18px; align-items:baseline; margin:10px 0;
  font-variant-numeric:tabular-nums;
}
.access-row--multiline{ align-items:start; } /* 会場など複数行 */

.access-row dt{
  display:flex; align-items:baseline; gap:8px;
  margin:0; font-weight:700; letter-spacing:2px; line-height:1.6;
}
.access-row dt::before{
  content:""; width:12px; height:12px; background:#222; flex:0 0 12px;
  transform:translateY(-1px);
}
.access-row dd{ margin:0; line-height:1.6; }

.access-heading{ margin:12px 0 6px; font-weight:700; letter-spacing:2px; }
.access-info p{ margin:4px 0; line-height:1.9; }

/* 右：Google Map */
.access-map iframe{
  width:100%; height:360px; border:0; border-radius:6px;
  box-shadow:0 6px 18px rgba(0,0,0,.06);
}

/* 館内マップ・注記 */
.hallmap-img{ width:100%; height:auto; display:block; margin:24px 0 12px; border-radius:3px; }
.access-note{ margin:0; font-size:13px; color:#666; line-height:1.9; text-align:left; }
.access-note a{ color:#0a66c2; text-decoration:underline; }

@media (max-width:900px){
  .access-grid{ grid-template-columns:1fr; gap:20px; }
  .access-row{ grid-template-columns:120px 1fr; }
  .access-title{ text-align:center; }
  .access-note{ text-align:center; }
}

/* ========== 撮影方法（#f5f5f5） ========== */
.section-steps{ background:#f5f5f5; padding:80px 0; }
.steps-title{
  text-align:center; font-weight:700; font-size:28px; letter-spacing:2px; margin:0 0 28px;
}
.steps-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:28px; }
@media (max-width:1024px){ .steps-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:560px){  .steps-grid{ grid-template-columns:1fr; } }

.step-card{
  background:#fff; border-radius:16px; padding:28px 22px 24px; text-align:center;
  box-shadow:0 6px 18px rgba(0,0,0,.06);
}
.step-head{ display:flex; align-items:center; justify-content:center; gap:12px; margin-bottom:14px; }
.step-badge{
  display:inline-grid; place-items:center; width:56px; height:56px;
  border-radius:50%; background:#e4007e; color:#fff; font-weight:700; font-size:20px; line-height:1;
}
.step-h3{ margin:0; font-size:20px; font-weight:700; letter-spacing:2px; }

/* 図版：トリミングせず中央配置 */
.step-illust{
  width:100%; height:clamp(160px,22vw,220px);
  border-radius:8px; overflow:hidden; margin:10px 0 14px;
  display:grid; place-items:center; background:#fff;
}
.step-illust img{ width:100%; height:100%; object-fit:contain; object-position:center; }

.step-text{ margin:0; font-size:14px; line-height:1.9; letter-spacing:1.2px; color:#333; }

/* ========== メンバー画像 ========== */
.section-members{ background:#fff; padding:60px 0; }
.members-img{ display:block; width:100%; max-width:1140px; margin:0 auto; }
.members-copy{
  margin:10px 0 0; text-align:center; font-size:12px; line-height:1.6; color:#666; letter-spacing:1px;
}

/* ========== モバイル最適化：縦積み強化（combined） ========== */
@media (max-width:900px){
  .section-combined .row{
    flex-direction: column;
    gap: 24px;
  }
  .section-combined .text h2{
    font-size: 26px;
    line-height: 1.5;
  }
  .section-combined .image{
    order: 2;
    margin: 0 auto;
    max-width: 420px;
    width: 100%;
  }
  .section-combined .image img{ top: 12px; }
  .section-combined .title-img{ width: 72vw; max-width: 360px; }
  .section-combined .title-vine{ height: 56px; top: -10px; }
  .section-combined .brick{ height: 180px; }
}
/* 飾りイラスト（右下固定） */
.lineup-deco {
  position: absolute;
  right: 0;      /* 右端に寄せる */
  bottom: 0;     /* 下端に揃える */
  width: clamp(160px, 26vw, 300px);  /* 画面幅に応じて縮小 */
  height: auto;
  pointer-events: none;
  z-index: 1;
}

/* 飾り分の余白を確保（重ならないように） */
.section-lineup .u-inner {
  position: relative;
  padding-bottom: 0px;  /* .lineup-deco の高さ分余白 */
}

/* モバイル対応 */
@media (max-width: 900px) {
  .lineup-deco {
    width: 90%;
    right: 6px;
  }
  .section-lineup .u-inner {
    padding-bottom: 520px;  /* スマホでは余白も小さく */
  }
}

