@charset "utf-8";

/* =========================================================
   ぱんのこ — 1a「しろい余白」
   写真を主役に、オレンジは差し色。モバイルファースト。
   ========================================================= */

:root {
  --bg:        #FFFEFB;
  --bg-alt:    #F7F4EE;
  --ink:       #3A342C;
  --ink-2:     #6E675E;
  --ink-3:     #9A9287;
  --accent:    #C79333;   /* 見出しラベルの金 */
  --brand:     #F3A716;   /* ロゴのオレンジ（実データから採取） */
  --line:      #EDE8DF;
  --line-2:    #E7E1D6;

  --ff-round: 'Zen Maru Gothic', 'Hiragino Maru Gothic ProN', 'BIZ UDPGothic', sans-serif;
  --ff-body:  'Zen Kaku Gothic New', 'Hiragino Sans', 'Noto Sans JP', sans-serif;
  --ff-lat:   'Jost', 'Helvetica Neue', Arial, sans-serif;

  --wrap: 1120px;
  --pad: 24px;
  --header-h: 62px;
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--ff-body);
  font-size: 15px;
  line-height: 2.05;
  text-wrap: pretty;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; }
a:hover { color: #9E7213; }
:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; border-radius: 3px; }

h1, h2 { margin: 0; font-weight: 500; }
p { margin: 0; }
ul, dl, dd { margin: 0; padding: 0; }
li { list-style: none; }

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--pad);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: var(--ink);
  color: #FFF;
  padding: 10px 18px;
  font-size: 14px;
}
.skip-link:focus { left: 8px; top: 8px; color: #FFF; }

/* ---------- ヘッダー ---------- */

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 254, 251, .94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: var(--header-h);
}

.brand { display: flex; align-items: center; flex: none; }
.brand__type { width: auto; height: 21px; }

.nav {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 12.5px;
  color: var(--ink-2);
}
.nav a { color: var(--ink-2); white-space: nowrap; }
.nav a:hover { color: var(--brand); }
.nav__en { display: none; }
.nav__ig {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line-2);
  border-radius: 50%;
  color: var(--ink-2);
  transition: color .2s ease, border-color .2s ease;
}
.nav__ig:hover { color: var(--brand); border-color: var(--brand); }
.ig-icon { width: 18px; height: 18px; display: block; }

@media (max-width: 420px) {
  .nav { gap: 12px; font-size: 12px; }
  .nav__ig { width: 30px; height: 30px; }
  .ig-icon { width: 16px; height: 16px; }
}

/* ---------- オープニング動画 ---------- */

.film {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  background: #EDE8DF;
  scroll-margin-top: var(--header-h);
}
.film__video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1284 / 716;   /* 元動画の比率。切らずに全体を見せる */
  object-fit: cover;
  background: #EDE8DF;
}

.film__sound {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 15px 9px 12px;
  border: 0;
  border-radius: 999px;
  background: rgba(28, 24, 18, .48);
  backdrop-filter: blur(6px);
  color: #FFFDF7;
  font-family: var(--ff-body);
  font-size: 12.5px;
  line-height: 1;
  cursor: pointer;
  transition: background-color .2s ease;
}
.film__sound:hover { background: rgba(28, 24, 18, .68); }
.film__icon { width: 17px; height: 17px; display: block; flex: none; }
.film__icon--on { display: none; }
.film__sound.is-on .film__icon--off { display: none; }
.film__sound.is-on .film__icon--on { display: block; }

/* ---------- ヒーロー ＋ コンセプト ---------- */

.hero__media img { width: 100%; height: min(74vh, 560px); object-fit: cover; }

.hero__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 44px var(--pad) 40px;
  max-width: var(--wrap);
  margin-inline: auto;
  scroll-margin-top: calc(var(--header-h) + 12px);
}

.eyebrow {
  font-family: var(--ff-lat);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .2em;
  color: var(--accent);
}

.hero__catch {
  font-family: var(--ff-round);
  font-size: clamp(21px, 6vw, 28px);
  line-height: 1.8;
}
/* 狭い画面では「まいにちのパンを、／ていねいに。」で改行させる（中途半端な折返し防止） */
.br-sm { display: inline; }

.text { color: var(--ink-2); line-height: 2.15; }

.hero__facts {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 6px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 14px;
}
.hero__facts > div { display: grid; grid-template-columns: 82px 1fr; gap: 12px; padding: 6px 0; }
.hero__facts dt { color: var(--ink-3); font-size: 13px; }
.hero__facts dd { line-height: 1.9; }

/* ---------- 写真ストリップ ---------- */

.strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: var(--line);
}
.strip img { width: 100%; height: 220px; object-fit: cover; }

/* ---------- セクション共通 ---------- */

.section {
  padding: 56px 0 60px;
  scroll-margin-top: var(--header-h);
}
.section--alt { background: var(--bg-alt); }

.section__head { display: flex; flex-direction: column; gap: 6px; margin-bottom: 26px; }
.section__head h2 {
  font-family: var(--ff-round);
  font-size: clamp(22px, 5vw, 28px);
}

.note { font-size: 12.5px; color: var(--ink-3); line-height: 1.9; padding-top: 18px; }

/* ---------- パンのご紹介 ---------- */

.bread { display: flex; flex-direction: column; gap: 26px; }
.bread__media img { width: 100%; height: 300px; object-fit: cover; }

.bread__list li {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.bread__name {
  font-family: var(--ff-round);
  font-size: 17.5px;
  font-weight: 500;
  line-height: 1.6;
}
.bread__note {
  grid-column: 1;
  font-size: 13px;
  line-height: 1.85;
  color: #8B8479;
  margin-top: 4px;
}
.bread__price {
  grid-column: 2;
  grid-row: 1 / span 2;
  font-family: var(--ff-lat);
  font-size: 15px;
  white-space: nowrap;
  padding-top: 3px;
  align-self: start;
}

/* ---------- 店舗情報 ---------- */

.shop { display: flex; flex-direction: column; gap: 24px; }
.shop__media { display: flex; flex-direction: column; gap: 14px; }
.shop__media img { width: 100%; height: 220px; object-fit: cover; }

.map { position: relative; width: 100%; aspect-ratio: 4 / 3; background: #E8E2D6; }
.map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.info > div {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line-2);
}
.info dt { font-size: 13px; color: var(--ink-3); }
.info dd { font-size: 15px; line-height: 1.8; }

.btns { display: flex; gap: 10px; margin-top: 22px; }
.btn {
  flex: 1;
  text-align: center;
  padding: 15px 20px;
  border: 1px solid #DED7C9;
  border-radius: 999px;
  font-size: 14px;
  color: var(--ink);
  background: transparent;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
.btn:hover { background: var(--brand); border-color: var(--brand); color: #FFFDF7; }

/* ---------- Instagram ---------- */

.cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
  padding: 60px var(--pad);
}
.cta__ig { width: 42px; height: 42px; color: var(--brand); }
.cta .text { line-height: 2.1; }
.btn--ig {
  flex: none;
  font-family: var(--ff-lat);
  font-size: 13px;
  letter-spacing: .1em;
  padding: 14px 30px;
  border-color: #E0D9CC;
}

/* ---------- フッター ---------- */

.footer { border-top: 1px solid var(--line); }
.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-block: 34px 40px;
  text-align: center;
}
.footer__type { width: auto; height: 24px; }
.footer__addr { font-size: 13px; color: var(--ink-3); line-height: 1.9; }
.footer__copy { font-family: var(--ff-lat); font-size: 11px; color: #B4ACA0; letter-spacing: .06em; }

/* =========================================================
   タブレット
   ========================================================= */

@media (max-width: 360px) {
  :root { --pad: 20px; }
}

@media (min-width: 640px) {
  :root { --pad: 40px; }
  .br-sm { display: none; }
  .strip img { height: 300px; }
  .bread__media img { height: 380px; }
  .shop__media img { height: 300px; }
}

/* =========================================================
   デスクトップ
   ========================================================= */

@media (min-width: 900px) {
  :root { --pad: 48px; --header-h: 72px; }

  body { font-size: 15.5px; }

  .brand__type { height: 24px; }
  .nav { gap: 30px; }
  .nav a { display: flex; flex-direction: column; align-items: center; gap: 2px; line-height: 1.4; }
  .nav__ja { font-size: 13px; }
  .nav__en {
    display: block;
    font-family: var(--ff-lat);
    font-size: 9.5px;
    letter-spacing: .16em;
    color: var(--ink-3);
  }
  .nav__ig { width: 38px; height: 38px; }

  /* ヒーローを2カラムに */
  .hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
    max-width: var(--wrap);
    margin-inline: auto;
    padding: 56px var(--pad) 20px;
    gap: clamp(40px, 5vw, 72px);
  }
  .hero__media img { height: 100%; min-height: 480px; max-height: 620px; }
  .hero__body {
    justify-content: center;
    padding: 0;
    gap: 20px;
  }
  .hero__catch { font-size: clamp(27px, 2.5vw, 32px); line-height: 1.85; }
  .hero__facts { margin-top: 12px; padding-top: 26px; }

  .strip { gap: 4px; }
  .strip img { height: 400px; }

  .section { padding: 92px 0 96px; }
  .section__head { margin-bottom: 40px; }

  /* パン：写真を左に固定、リストを右に */
  .bread {
    display: grid;
    grid-template-columns: minmax(0, 46fr) minmax(0, 54fr);
    gap: clamp(40px, 5vw, 72px);
    align-items: start;
  }
  .bread__media { position: sticky; top: calc(var(--header-h) + 40px); }
  .bread__media img { height: auto; aspect-ratio: 3 / 4; }
  .bread__list li { padding: 22px 0; }
  .bread__name { font-size: 18.5px; }
  .bread__note { font-size: 13.5px; }
  .bread__price { font-size: 16px; }

  /* 店舗情報：写真＋地図を左、情報を右 */
  .shop {
    display: grid;
    grid-template-columns: minmax(0, 52fr) minmax(0, 48fr);
    gap: clamp(40px, 5vw, 72px);
    align-items: start;
  }
  .shop__media { gap: 18px; }
  .shop__media img { height: 280px; }
  .map { aspect-ratio: 16 / 10; }
  .info > div { grid-template-columns: 104px 1fr; padding: 16px 0; }
  .info dd { font-size: 15.5px; }
  .btns { margin-top: 28px; }

  .cta { padding: 100px var(--pad); gap: 22px; }
  .cta__ig { width: 50px; height: 50px; }

  .footer__inner { padding-block: 44px 52px; }
  .footer__type { height: 26px; }
}

@media (min-width: 1180px) {
  .hero { padding-top: 72px; }
  .strip img { height: 460px; }
}
