@charset "UTF-8";
/* =========================================================
   PAVEO CHOCOLAT ─ pc.css（769px以上・PCレイアウト）
   ========================================================= */

/* ヘッダー */
.site-head{padding:26px 0}
.site-head.is-solid{padding:16px 0}

/* ヒーロー：フルスクリーン */
.hero{height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center}

/* コンセプト：中央寄せの読みやすい幅 */
.concept .wrap{max-width:780px;text-align:center}
.concept__body{font-size:16px}

/* コレクション導線：3カード横並び */
.info__gallery{margin:0 auto 72px;max-width:960px}
.gallery__slide img{height:440px}
.info__links{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:960px;margin-inline:auto}
.info__links a{height:220px}

/* フッター */
.site-foot__inner{display:flex;justify-content:space-between;gap:60px;padding-bottom:var(--sec-pad)}
.site-foot__brand{max-width:420px}

/* ---- 下層ページ（769px以上） ---- */
.common-links ul{grid-template-columns:repeat(3,1fr)}
.col-grid{grid-template-columns:repeat(3,1fr)}
.col-card{aspect-ratio:1/1}
.ring{grid-template-columns:1fr 1fr}
.shop-grid{grid-template-columns:repeat(2,1fr)}
.arrange{grid-template-columns:1fr 1fr;align-items:start}

/* PC：ギャラリー大窓の最大高さを抑え、情報と釣り合わせる */
.ringgal__main img{max-height:440px}
