/* =========================================================
   大米米穀店 TOP固定ページ・後半ブロック v1.0
   対象:
   01 大米米穀店について
   02 店舗・営業日
   03 読みもの
   04 Instagram
   05 最後のCTA

   方針:
   - 外側は1カラム
   - ミルキークイーンページ基準の紺×ベージュ×白
   - 細い枠線 + やわらかな角丸
   - H2 / CTA / 商品・カテゴリ名は Zen Kaku Gothic New
   - 本文は現在の本文フォントを継承
   ========================================================= */

.om-homeLegacyContent{
  padding-top: 0;
}

.om-homeFixed{
  --om-hf-navy: #31435f;
  --om-hf-gold: #c6ab83;
  --om-hf-gold-deep: #a8844e;
  --om-hf-border: #e4d8c7;
  --om-hf-cream: #faf8f3;
  --om-hf-white: #ffffff;
  --om-hf-text: #444444;
  --om-hf-muted: #777777;
  --om-hf-radius: 18px;
  --om-hf-shadow: 0 8px 24px rgba(49,67,95,.06);

  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  color: var(--om-hf-text);
  font-family: inherit;
  box-sizing: border-box;
}

.om-homeFixed *,
.om-homeFixed *::before,
.om-homeFixed *::after{
  box-sizing: border-box;
}

.content .om-homeFixed h2,
.content .om-homeFixed h3,
.content .om-homeFixed p{
  margin-top: 0;
}

.content .om-homeFixed h2{
  padding: 0;
  border: 0;
  background: none;
  color: var(--om-hf-navy);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(2.5rem, 3.1vw, 3.6rem);
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: .02em;
}

.content .om-homeFixed h3{
  padding: 0;
  border: 0;
  background: none;
  color: var(--om-hf-navy);
  line-height: 1.55;
}

.content .om-homeFixed p{
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1.95;
  color: var(--om-hf-text);
}

.om-hf-section{
  width: calc(100% - 32px);
  max-width: 1060px;
  margin: 0 auto 38px;
  padding: 54px 42px;
  background: rgba(255,255,255,.97);
  border: 1px solid var(--om-hf-border);
  border-radius: var(--om-hf-radius);
  box-shadow: var(--om-hf-shadow);
}

.om-hf-head{
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
}

.om-hf-head p{
  margin-bottom: 0;
}

.om-hf-kicker{
  display: block;
  margin-bottom: 10px;
  color: var(--om-hf-gold-deep);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .14em;
}

.om-hf-center{
  margin-top: 28px;
  text-align: center;
}

.om-hf-note{
  margin: 16px 0 0 !important;
  color: var(--om-hf-muted) !important;
  font-size: 1.3rem !important;
  line-height: 1.75 !important;
}


/* ---------- 共通ボタン ---------- */
.content .om-homeFixed .om-hf-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 54px;
  padding: 13px 28px;
  border-radius: 12px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.content .om-homeFixed .om-hf-btn:hover{
  transform: translateY(-1px);
}

.content .om-homeFixed .om-hf-btn--primary{
  color: #fff;
  background: var(--om-hf-navy);
  border: 1px solid var(--om-hf-navy);
  box-shadow: 0 8px 18px rgba(49,67,95,.15);
}

.content .om-homeFixed .om-hf-btn--outline{
  color: var(--om-hf-navy);
  background: #fff;
  border: 1px solid var(--om-hf-gold);
}

.content .om-homeFixed .om-hf-btn--outline:hover{
  background: var(--om-hf-cream);
}


/* ---------- 01 ABOUT ---------- */
.om-hf-aboutCard{
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  overflow: hidden;
  border: 1px solid var(--om-hf-border);
  border-radius: 16px;
  background: #fff;
}

.om-hf-aboutCard__image{
  min-height: 360px;
  background: var(--om-hf-cream);
}

.om-hf-aboutCard__image img{
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.om-hf-aboutCard__body{
  padding: 42px 40px;
}

.om-hf-aboutCard__eyebrow{
  margin-bottom: 8px !important;
  color: var(--om-hf-gold-deep) !important;
  font-size: 1.4rem !important;
  font-weight: 700;
}

.content .om-homeFixed .om-hf-aboutCard h3{
  margin-bottom: 22px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.om-hf-aboutCard__body .om-hf-btn{
  margin-top: 8px;
}


/* ---------- 02 CALENDAR ---------- */
.om-hf-calendarCard{
  overflow: hidden;
  border: 1px solid var(--om-hf-border);
  border-radius: 16px;
  background: #fff;
}

.om-hf-shopInfo{
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  border-bottom: 1px solid var(--om-hf-border);
}

.om-hf-shopInfo__item{
  min-height: 112px;
  padding: 24px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--om-hf-border);
}

.om-hf-shopInfo__item:last-child{
  border-right: 0;
}

.om-hf-shopInfo__item small{
  margin-bottom: 8px;
  color: var(--om-hf-gold-deep);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.om-hf-shopInfo__item strong,
.om-hf-shopInfo__item a{
  color: var(--om-hf-navy);
  font-size: 1.65rem;
  font-weight: 700;
  text-decoration: none;
}

.om-hf-shopInfo__item span{
  margin-top: 5px;
  color: var(--om-hf-muted);
  font-size: 1.3rem;
}

.om-hf-calendarFrame{
  position: relative;
  overflow: hidden;
  width: calc(100% - 48px);
  margin: 24px auto 0;
  border: 1px solid var(--om-hf-border);
  border-radius: 14px;
  background: #fff;
}

.om-hf-calendarFrame iframe{
  display: block;
  width: 100% !important;
  min-height: 590px;
  border: 0 !important;
}

.om-hf-calendarPlaceholder{
  min-height: 390px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--om-hf-cream);
  color: var(--om-hf-muted);
}

.om-hf-calendarPlaceholder strong{
  margin-bottom: 10px;
  color: var(--om-hf-navy);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
}

.om-hf-calendarCard > .om-hf-note{
  padding: 0 24px;
}

.om-hf-calendarCard > .om-hf-center{
  margin: 22px 0 28px;
}


/* ---------- 03 READING ---------- */
.om-hf-articleGrid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}

.content .om-homeFixed .om-hf-articleCard{
  position: relative;
  display: flex;
  min-height: 300px;
  padding: 26px 24px;
  flex-direction: column;
  color: var(--om-hf-text);
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--om-hf-border);
  border-radius: 16px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.content .om-homeFixed .om-hf-articleCard:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(49,67,95,.08);
}

.om-hf-articleCard__tag{
  align-self: flex-start;
  margin-bottom: 16px;
  padding: 5px 9px;
  color: var(--om-hf-navy);
  background: #f3ede4;
  border-radius: 999px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.om-hf-articleCard__tag--daily{
  background: #f1f2f4;
}

.content .om-homeFixed .om-hf-articleCard h3{
  margin-bottom: 14px;
  font-size: 1.75rem;
  font-weight: 700;
}

.content .om-homeFixed .om-hf-articleCard p{
  margin-bottom: 20px;
  font-size: 1.45rem;
  line-height: 1.8;
}

.om-hf-articleCard strong{
  margin-top: auto;
  color: var(--om-hf-navy);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.35rem;
}


/* ---------- 04 INSTAGRAM ---------- */
.om-hf-instagram{
  padding-top: 34px;
  padding-bottom: 34px;
}

.om-hf-instagramCard{
  display: grid;
  grid-template-columns: 72px minmax(0,1fr) auto;
  gap: 24px;
  align-items: center;
}

.om-hf-instagramCard__mark{
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  color: var(--om-hf-navy);
  border: 1px solid var(--om-hf-gold);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 3rem;
  line-height: 1;
}

.content .om-homeFixed .om-hf-instagramCard h2{
  margin-bottom: 8px;
  font-size: clamp(2.2rem,2.7vw,3rem);
}

.content .om-homeFixed .om-hf-instagramCard p{
  margin-bottom: 0;
  font-size: 1.5rem;
}

.om-hf-instagramCard__account{
  margin-top: 8px !important;
  color: var(--om-hf-gold-deep) !important;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 700;
}


/* ---------- 05 FINAL CTA ---------- */
.om-hf-finalCta{
  padding-top: 58px;
  padding-bottom: 58px;
}

.om-hf-ctaGrid{
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 18px;
}

.om-hf-ctaCard{
  padding: 34px 32px;
  border-radius: 16px;
}

.om-hf-ctaCard--gift{
  background: #f6f1e8;
  border: 1px solid var(--om-hf-gold);
}

.om-hf-ctaCard--daily{
  background: #fff;
  border: 1px solid var(--om-hf-border);
}

.om-hf-ctaCard__label{
  display: inline-block;
  margin-bottom: 10px;
  color: var(--om-hf-gold-deep);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.content .om-homeFixed .om-hf-ctaCard__title{
  margin-bottom: 16px;
  color: var(--om-hf-navy);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
}

.om-hf-ctaCard .om-hf-btn{
  margin-top: 6px;
}


/* ---------- SP ---------- */
@media (max-width: 767px){

  .om-hf-section{
    width: calc(100% - 20px);
    margin-bottom: 22px;
    padding: 36px 20px;
    border-radius: 15px;
  }

  .content .om-homeFixed h2{
    font-size: 2.4rem;
    line-height: 1.5;
  }

  .content .om-homeFixed p{
    font-size: 1.55rem;
    line-height: 1.9;
  }

  .om-hf-head{
    margin-bottom: 26px;
    text-align: left;
  }

  .om-hf-kicker{
    font-size: 1.05rem;
  }

  .content .om-homeFixed .om-hf-btn{
    width: 100%;
    min-height: 54px;
    padding: 13px 18px;
    font-size: 1.5rem;
  }

  .om-hf-aboutCard{
    grid-template-columns: 1fr;
  }

  .om-hf-aboutCard__image,
  .om-hf-aboutCard__image img{
    min-height: 220px;
    max-height: 300px;
  }

  .om-hf-aboutCard__body{
    padding: 26px 20px;
  }

  .content .om-homeFixed .om-hf-aboutCard h3{
    font-size: 2.15rem;
  }

  .om-hf-shopInfo{
    grid-template-columns: 1fr;
  }

  .om-hf-shopInfo__item{
    min-height: auto;
    padding: 18px 20px;
    border-right: 0;
    border-bottom: 1px solid var(--om-hf-border);
  }

  .om-hf-shopInfo__item:last-child{
    border-bottom: 0;
  }

  .om-hf-calendarFrame{
    width: calc(100% - 24px);
    margin-top: 12px;
    border-radius: 12px;
  }

  .om-hf-calendarFrame iframe{
    min-height: 560px;
  }

  .om-hf-calendarPlaceholder{
    min-height: 320px;
    padding: 22px;
  }

  .om-hf-articleGrid{
    grid-template-columns: 1fr;
  }

  .content .om-homeFixed .om-hf-articleCard{
    min-height: 0;
    padding: 22px 20px;
  }

  .content .om-homeFixed .om-hf-articleCard h3{
    font-size: 1.7rem;
  }

  .om-hf-instagram{
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .om-hf-instagramCard{
    grid-template-columns: 52px 1fr;
    gap: 14px;
  }

  .om-hf-instagramCard__mark{
    width: 48px;
    height: 48px;
    font-size: 2.4rem;
  }

  .om-hf-instagramCard__action{
    grid-column: 1 / -1;
  }

  .content .om-homeFixed .om-hf-instagramCard h2{
    font-size: 2.1rem;
  }

  .om-hf-ctaGrid{
    grid-template-columns: 1fr;
  }

  .om-hf-ctaCard{
    padding: 26px 20px;
  }

  .om-hf-ctaCard--gift{
    order: 1;
  }

  .om-hf-ctaCard--daily{
    order: 2;
  }

  .content .om-homeFixed .om-hf-ctaCard__title{
    font-size: 2rem;
  }
}


/* ---------- PC ---------- */
@media (min-width: 768px){
  .om-hf-aboutCard__body p{
    font-size: 1.6rem;
  }
}
