@charset "UTF-8";

:root{
  --green:#2e5144;
  --green-dark:#17382d;
  --green-soft:#edf4ef;
  --gold:#c8914b;
  --gold-dark:#a9702f;
  --cream:#f7f1e6;
  --cream-deep:#eee2cf;
  --white:#ffffff;
  --text:#2d332f;
  --muted:#6a736e;
  --line:#ded6c9;
  --shadow:0 20px 60px rgba(44,68,57,.10);
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  color:var(--text);
  background:var(--white);
  font-family:
    "Noto Sans JP",
    "Yu Gothic",
    "Hiragino Kaku Gothic ProN",
    sans-serif;
  line-height:1.9;
  letter-spacing:.025em;
}

body.modal-open{
  overflow:hidden;
}

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

a{
  color:inherit;
  text-decoration:none;
}

button,
input{
  font:inherit;
}

button{
  cursor:pointer;
}

.container{
  width:min(1180px,calc(100% - 40px));
  margin-inline:auto;
}

.section{
  padding:110px 0;
}

.section-label{
  margin:0 0 12px;
  color:var(--gold);
  font-size:12px;
  font-weight:900;
  letter-spacing:.22em;
}

.section-label--light{
  color:#f0cf9e;
}

.section-heading{
  max-width:850px;
  margin:0 auto 56px;
  text-align:center;
}

.section-heading h2,
.timeline h2,
.first24-story h2,
.onigiri-story h2,
.checklist h2,
.storage h2,
.final-cta h2{
  margin:0;
  color:var(--green-dark);
  font-family:
    "Noto Serif JP",
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;
  font-size:clamp(34px,4.4vw,56px);
  line-height:1.45;
  letter-spacing:.04em;
}

.section-heading > p:last-child{
  margin:22px 0 0;
  color:var(--muted);
}

.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:60px;
  padding:14px 30px;
  border:1px solid transparent;
  border-radius:999px;
  font-size:15px;
  font-weight:900;
  letter-spacing:.04em;
  transition:.2s ease;
}

.button:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 32px rgba(37,61,50,.18);
}

.button--primary{
  color:#fff;
  background:var(--gold);
}

.button--primary:hover{
  background:var(--gold-dark);
}

.button--ghost{
  color:var(--green-dark);
  border-color:rgba(23,56,45,.28);
  background:rgba(255,255,255,.48);
}

.text-link{
  display:inline-flex;
  align-items:center;
  padding-bottom:4px;
  border-bottom:1px solid var(--green);
  color:var(--green);
  font-weight:800;
}

/* BREADCRUMB */
.breadcrumb{
  background:#f8f4ed;
  border-bottom:1px solid #e6ded2;
}

.breadcrumb ol{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0;
  padding:9px 0;
  color:var(--muted);
  list-style:none;
  font-size:11px;
}

.breadcrumb li + li::before{
  content:"›";
  margin-right:8px;
  color:#a7977f;
}

.breadcrumb a{
  text-decoration:underline;
  text-underline-offset:2px;
}

/* HEADER */
.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(255,255,255,.95);
  box-shadow:0 4px 18px rgba(24,49,40,.08);
  backdrop-filter:blur(10px);
}

.site-header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:76px;
}

.site-brand{
  display:flex;
  flex-direction:column;
  line-height:1.2;
}

.site-brand strong{
  color:var(--green-dark);
  font-size:20px;
}

.site-brand span{
  margin-top:5px;
  color:var(--muted);
  font-size:10px;
  letter-spacing:.15em;
}

.site-header__actions{
  display:flex;
  align-items:center;
  gap:18px;
}

.site-header__link{
  color:var(--green);
  font-size:14px;
  font-weight:800;
}

.site-header__button{
  padding:11px 20px;
  border-radius:999px;
  color:#fff;
  background:var(--green);
  font-size:14px;
  font-weight:900;
}

/* HERO */
.hero{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(135deg,#f8f2e7 0%,#f3e8d8 58%,#e8dcc9 100%);
}

.hero__decor{
  position:absolute;
  border-radius:50%;
  filter:blur(4px);
  opacity:.55;
}

.hero__decor--one{
  width:420px;
  height:420px;
  top:-160px;
  left:-100px;
  background:rgba(255,255,255,.75);
}

.hero__decor--two{
  width:520px;
  height:520px;
  right:-140px;
  bottom:-190px;
  background:rgba(199,145,75,.12);
}

.hero__grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:70px;
  align-items:center;
  min-height:820px;
  padding:90px 0;
}

.hero__badge{
  display:inline-flex;
  margin:0 0 20px;
  padding:7px 14px;
  border:1px solid rgba(46,81,68,.18);
  border-radius:999px;
  color:var(--green);
  background:rgba(255,255,255,.5);
  font-size:12px;
  font-weight:800;
}

.hero h1{
  margin:0;
  color:var(--green-dark);
  font-family:
    "Noto Serif JP",
    "Yu Mincho",
    serif;
  font-size:clamp(48px,6.2vw,78px);
  line-height:1.26;
  letter-spacing:.05em;
}

.hero__product-name{
  margin:22px 0 0;
  color:var(--green);
  font-size:19px;
}

.hero__product-name strong{
  display:block;
  margin-top:3px;
  color:var(--green-dark);
  font-size:31px;
  letter-spacing:.15em;
}

.hero__lead{
  margin:26px 0;
  color:#52605a;
  font-size:17px;
}

.hero__badges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:30px;
}

.hero__badges span{
  padding:6px 11px;
  border-radius:4px;
  color:var(--green);
  background:rgba(255,255,255,.75);
  box-shadow:0 5px 18px rgba(41,67,56,.06);
  font-size:11px;
  font-weight:900;
}

.hero__buttons{
  display:flex;
  flex-wrap:wrap;
  gap:13px;
}

.hero__visual{
  position:relative;
}

.hero__photo{
  overflow:hidden;
  border-radius:170px 170px 24px 24px;
  box-shadow:0 32px 80px rgba(72,76,60,.17);
}

.hero__photo img{
  aspect-ratio:4/4.4;
  object-fit:cover;
}

.hero__products{
  position:absolute;
  left:-40px;
  bottom:-30px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
  width:min(640px,96%);
  padding:12px;
  border-radius:18px;
  background:rgba(255,255,255,.95);
  box-shadow:0 18px 45px rgba(34,56,47,.18);
}

.hero__products figure{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:110px;
  margin:0;
  padding:8px;
  border-radius:10px;
  background:#f8f8f6;
}

.hero__products img{
  max-height:90px;
  object-fit:contain;
}

.hero__seal{
  position:absolute;
  right:-20px;
  top:55px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  width:135px;
  height:135px;
  border:5px solid rgba(255,255,255,.88);
  border-radius:50%;
  color:#fff;
  background:var(--green);
  box-shadow:0 15px 35px rgba(28,51,42,.22);
  transform:rotate(7deg);
}

.hero__seal strong{
  font-size:25px;
}

.hero__seal span{
  font-size:10px;
  font-weight:800;
}

/* SEO INTRO */
.seo-intro{
  padding:15px 0;
  border-bottom:1px solid #ece5da;
  color:#59635e;
  background:#fff;
  font-size:12px;
}

.seo-intro p{
  margin:0;
}

/* EMERGENCY */
.emergency{
  background:#fff;
}

.emergency__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.emergency-card{
  min-height:260px;
  padding:34px 28px;
  border-top:4px solid var(--gold);
  background:var(--cream);
}

.emergency-card span{
  display:block;
  margin-bottom:34px;
  color:var(--gold);
  font-family:Georgia,serif;
  font-size:30px;
}

.emergency-card h3{
  margin:0 0 12px;
  color:var(--green-dark);
  font-size:22px;
}

.emergency-card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}

/* TIMELINE */
.timeline{
  background:var(--green-soft);
}

.timeline__grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:85px;
  align-items:center;
}

.timeline__copy p:not(.section-label){
  color:#55635d;
}

.timeline__list{
  margin:0;
  padding:0;
  list-style:none;
}

.timeline__list li{
  position:relative;
  padding:26px 26px 26px 135px;
  border-bottom:1px solid rgba(46,81,68,.18);
}

.timeline__list li:first-child{
  border-top:1px solid rgba(46,81,68,.18);
}

.timeline__list span{
  position:absolute;
  left:0;
  top:29px;
  color:var(--gold);
  font-size:13px;
  font-weight:900;
}

.timeline__list strong{
  display:block;
  color:var(--green-dark);
  font-size:20px;
}

.timeline__list p{
  margin:7px 0 0;
  color:var(--muted);
  font-size:13px;
}

/* FIRST24 STORY */
.first24-story{
  background:#fff;
}

.first24-story__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:85px;
  align-items:center;
}

.first24-story__image img{
  aspect-ratio:4/4.5;
  object-fit:cover;
  border-radius:5px 95px 5px 5px;
  box-shadow:var(--shadow);
}

.first24-story__content > p:not(.section-label){
  color:#53605a;
}

.feature-list{
  display:grid;
  gap:11px;
  margin:30px 0 0;
  padding:0;
  list-style:none;
}

.feature-list li{
  position:relative;
  padding:15px 18px 15px 46px;
  border:1px solid var(--line);
  background:var(--cream);
  font-weight:800;
}

.feature-list li::before{
  content:"✓";
  position:absolute;
  left:18px;
  color:var(--gold);
  font-weight:900;
}

/* CONTENTS */
.contents{
  background:var(--cream);
}

.product-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
}

.product-card{
  display:grid;
  grid-template-columns:220px 1fr;
  overflow:hidden;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:0 14px 40px rgba(41,65,55,.07);
}

.product-card__image{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:255px;
  padding:20px;
  background:#f7f8f5;
}

.product-card__image img{
  max-height:190px;
  object-fit:contain;
}

.product-card__body{
  padding:28px;
}

.tag-list{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-bottom:14px;
}

.tag-list span{
  padding:5px 9px;
  border-radius:999px;
  color:var(--green);
  background:var(--green-soft);
  font-size:10px;
  font-weight:900;
}

.product-card h3{
  margin:0 0 12px;
  color:var(--green-dark);
  font-size:23px;
}

.product-card ul{
  margin:0;
  padding-left:1.2em;
  color:var(--muted);
  font-size:14px;
}

.product-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  margin-top:36px;
  padding:32px 36px;
  border-left:5px solid var(--gold);
  background:#fff;
}

.product-cta h3{
  margin:0;
  color:var(--green-dark);
  font-size:24px;
}

/* ONIGIRI STORY */
.onigiri-story{
  background:#fff;
}

.onigiri-story__grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:85px;
  align-items:center;
}

.onigiri-story__content > p:not(.section-label){
  color:#53605a;
}

.onigiri-story__image img{
  aspect-ratio:4/3.7;
  object-fit:cover;
  border-radius:80px 5px 5px 5px;
  box-shadow:var(--shadow);
}

/* RECOMMENDED */
.recommended{
  background:var(--green-soft);
}

.recommended__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.recommended__grid article{
  min-height:245px;
  padding:32px 28px;
  border-top:4px solid var(--gold);
  background:#fff;
  box-shadow:0 12px 35px rgba(36,59,49,.06);
}

.recommended__grid span{
  display:block;
  margin-bottom:28px;
  color:var(--gold);
  font-family:Georgia,serif;
  font-size:29px;
}

.recommended__grid h3{
  margin:0 0 12px;
  color:var(--green-dark);
  font-size:20px;
}

.recommended__grid p{
  margin:0;
  color:var(--muted);
  font-size:13px;
}

/* QUANTITY */
.quantity{
  background:#fff;
}

.quantity__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.quantity__grid article{
  padding:30px 20px;
  border-top:4px solid var(--gold);
  background:var(--cream);
  text-align:center;
}

.quantity__grid span{
  display:block;
  color:var(--muted);
  font-size:14px;
}

.quantity__grid strong{
  display:block;
  color:var(--green-dark);
  font-family:Georgia,serif;
  font-size:48px;
}

.quantity__grid small{
  margin-left:5px;
  font-family:inherit;
  font-size:14px;
}

.quantity__note{
  margin:20px 0 0;
  color:var(--muted);
  font-size:12px;
}

/* CHECKLIST */
.checklist{
  background:
    linear-gradient(135deg,#f7f0e5 0%,#efe3d1 100%);
}

.checklist__grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:80px;
  align-items:center;
}

.checklist__content > p:not(.section-label){
  color:#59635e;
}

.checklist__result{
  margin-top:30px;
  padding:25px;
  background:rgba(255,255,255,.72);
}

.checklist__result > span{
  display:block;
  color:var(--muted);
  font-size:12px;
}

.checklist__result strong{
  display:block;
  margin:6px 0 12px;
  color:var(--green-dark);
  font-family:Georgia,serif;
  font-size:46px;
}

.checklist__bar{
  height:9px;
  overflow:hidden;
  border-radius:999px;
  background:#dfd7ca;
}

.checklist__bar span{
  display:block;
  width:0;
  height:100%;
  background:linear-gradient(90deg,var(--gold),var(--green));
  transition:.3s ease;
}

.checklist__result p{
  margin:12px 0 0;
  color:var(--muted);
  font-size:12px;
}

.checklist__items{
  display:grid;
  gap:11px;
  padding:36px;
  background:#fff;
  box-shadow:var(--shadow);
}

.checklist__items label{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:52px;
  padding:12px 14px;
  border:1px solid var(--line);
  cursor:pointer;
}

.checklist__items input{
  width:19px;
  height:19px;
  accent-color:var(--green);
}

/* STORAGE */
.storage{
  background:#fff;
}

.storage__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:85px;
  align-items:center;
}

.storage__image img{
  aspect-ratio:4/3.8;
  object-fit:cover;
  border-radius:5px 80px 5px 5px;
  box-shadow:var(--shadow);
}

.storage__content > p:not(.section-label){
  color:#59635e;
}

.storage__content ul{
  margin:25px 0 0;
  padding-left:1.2em;
  color:var(--green-dark);
}

/* FAQ */
.faq{
  background:var(--cream);
}

.faq__list{
  max-width:900px;
  margin:auto;
}

.faq__list details{
  border-bottom:1px solid var(--line);
  background:#fff;
}

.faq__list summary{
  position:relative;
  padding:24px 55px 24px 62px;
  color:var(--green-dark);
  font-weight:900;
  cursor:pointer;
  list-style:none;
}

.faq__list summary::before{
  content:"Q";
  position:absolute;
  left:25px;
  top:20px;
  color:var(--gold);
  font-family:Georgia,serif;
  font-size:24px;
}

.faq__list summary::after{
  content:"＋";
  position:absolute;
  right:22px;
  top:21px;
  color:var(--green);
  font-size:21px;
}

.faq__list details[open] summary::after{
  content:"−";
}

.faq__list details p{
  margin:0;
  padding:0 55px 24px 62px;
  color:var(--muted);
}

/* FINAL CTA */
.final-cta{
  padding:115px 0;
  color:#fff;
  background:
    linear-gradient(rgba(23,56,45,.9),rgba(23,56,45,.9)),
    url("../images/family-evening.jpg") center/cover no-repeat;
  text-align:center;
}

.final-cta h2{
  color:#fff;
}

.final-cta p{
  color:rgba(255,255,255,.84);
}

.final-cta__buttons{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px;
  margin-top:32px;
}

.final-cta .button--ghost{
  color:#fff;
  border-color:rgba(255,255,255,.6);
  background:rgba(255,255,255,.08);
}

/* FOOTER */
.site-footer{
  padding:45px 0 100px;
  color:rgba(255,255,255,.72);
  background:#0d241c;
}

.site-footer__grid{
  display:grid;
  grid-template-columns:1fr auto;
  gap:25px;
}

.site-footer strong{
  color:#fff;
}

.site-footer p{
  margin:4px 0;
  font-size:12px;
}

.site-footer nav{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  font-size:12px;
}

.site-footer button{
  padding:0;
  border:0;
  color:inherit;
  background:transparent;
}

.site-footer small{
  grid-column:1/-1;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.1);
  font-size:10px;
}

/* FLOATING CTA */
.floating-cta{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:900;
  display:flex;
  overflow:hidden;
  border-radius:14px;
  background:#fff;
  box-shadow:0 16px 45px rgba(21,47,37,.23);
}

.floating-cta > div{
  padding:10px 16px;
}

.floating-cta span{
  display:block;
  color:var(--gold);
  font-size:9px;
  font-weight:900;
  letter-spacing:.15em;
}

.floating-cta strong{
  display:block;
  color:var(--green-dark);
  font-size:13px;
}

.floating-cta a{
  display:flex;
  align-items:center;
  padding:0 18px;
  color:#fff;
  background:var(--green);
  font-size:13px;
  font-weight:900;
}

.floating-cta a:last-child{
  background:var(--gold);
}

.floating-cta-mobile{
  display:none;
}

/* MODAL */
.modal{
  position:fixed;
  inset:0;
  z-index:2000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
}

.modal.is-open{
  display:flex;
}

.modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(4,17,12,.78);
}

.modal__dialog{
  position:relative;
  z-index:1;
  width:min(760px,100%);
  max-height:88vh;
  padding:42px;
  border-radius:8px;
  background:#fff;
  overflow:auto;
}

.modal__close{
  position:absolute;
  top:12px;
  right:15px;
  border:0;
  color:var(--green-dark);
  background:transparent;
  font-size:30px;
}

.modal__dialog h2{
  margin:0 0 24px;
  color:var(--green-dark);
  font-family:"Noto Serif JP",serif;
  font-size:32px;
}

.modal__content{
  font-size:13px;
}

.modal__content h3{
  margin:25px 0 8px;
  color:var(--green-dark);
}

.modal__button{
  display:flex;
  margin:30px auto 0;
  border:0;
}

/* REVEAL */
.reveal{
  opacity:0;
  transform:translateY(24px);
  transition:
    opacity .7s ease,
    transform .7s ease;
}

.reveal.is-visible{
  opacity:1;
  transform:none;
}

/* RESPONSIVE */
@media(max-width:1024px){
  .hero__grid{
    grid-template-columns:1fr;
    min-height:auto;
  }

  .hero__content{
    max-width:760px;
  }

  .hero__visual{
    max-width:760px;
  }

  .emergency__grid,
  .recommended__grid{
    grid-template-columns:repeat(2,1fr);
  }

  .timeline__grid,
  .first24-story__grid,
  .onigiri-story__grid,
  .checklist__grid,
  .storage__grid{
    gap:55px;
  }

  .product-card{
    grid-template-columns:180px 1fr;
  }
}

@media(max-width:767px){
  body{
    padding-bottom:68px;
  }

  .container{
    width:min(100% - 30px,1180px);
  }

  .section{
    padding:78px 0;
  }

  .site-header__inner{
    min-height:66px;
  }

  .site-brand strong{
    font-size:16px;
  }

  .site-brand span,
  .site-header__link{
    display:none;
  }

  .site-header__button{
    padding:10px 15px;
    font-size:12px;
  }

  .hero__grid{
    gap:50px;
    padding:70px 0 95px;
  }

  .hero h1{
    font-size:42px;
  }

  .hero__lead br{
    display:none;
  }

  .hero__buttons{
    display:grid;
  }

  .hero__buttons .button{
    width:100%;
  }

  .hero__photo{
    border-radius:100px 100px 18px 18px;
  }

  .hero__products{
    left:0;
    bottom:-50px;
    width:100%;
    grid-template-columns:repeat(4,1fr);
  }

  .hero__products figure{
    min-height:82px;
    padding:4px;
  }

  .hero__products img{
    max-height:70px;
  }

  .hero__seal{
    right:-5px;
    top:30px;
    width:105px;
    height:105px;
  }

  .hero__seal strong{
    font-size:20px;
  }

  .section-heading{
    margin-bottom:40px;
  }

  .section-heading h2,
  .timeline h2,
  .first24-story h2,
  .onigiri-story h2,
  .checklist h2,
  .storage h2,
  .final-cta h2{
    font-size:31px;
  }

  .emergency__grid,
  .timeline__grid,
  .first24-story__grid,
  .product-grid,
  .onigiri-story__grid,
  .recommended__grid,
  .quantity__grid,
  .checklist__grid,
  .storage__grid{
    grid-template-columns:1fr;
  }

  .timeline__list li{
    padding-left:110px;
  }

  .product-card{
    grid-template-columns:1fr;
  }

  .product-card__image{
    min-height:220px;
  }

  .product-cta{
    display:block;
    padding:26px;
  }

  .product-cta .button{
    width:100%;
    margin-top:20px;
  }

  .recommended__grid article{
    min-height:auto;
  }

  .quantity__grid{
    grid-template-columns:repeat(2,1fr);
  }

  .checklist__items{
    padding:24px 18px;
  }

  .final-cta__buttons{
    display:grid;
  }

  .final-cta__buttons .button{
    width:100%;
  }

  .site-footer__grid{
    grid-template-columns:1fr;
  }

  .site-footer nav{
    display:grid;
    gap:8px;
  }

  .floating-cta--pc{
    display:none;
  }

  .floating-cta-mobile{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:1000;
    display:grid;
    grid-template-columns:1fr 1fr;
    padding:7px;
    background:rgba(255,255,255,.96);
    box-shadow:0 -7px 25px rgba(0,0,0,.16);
  }

  .floating-cta-mobile a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:53px;
    color:#fff;
    background:var(--green);
    font-size:13px;
    font-weight:900;
  }

  .floating-cta-mobile a:last-child{
    background:var(--gold);
  }

  .modal__dialog{
    padding:34px 20px;
  }
}

@media(max-width:430px){
  .quantity__grid{
    grid-template-columns:1fr;
  }
}

@media(prefers-reduced-motion:reduce){
  html{
    scroll-behavior:auto;
  }

  .reveal{
    opacity:1;
    transform:none;
    transition:none;
  }
}
