:root{
  --blue:#0097bc; --text:#3e3a39; --black:#222; --cream:#f7f2ea; --line:#e6e1d8; --white:#fff;}
*{
  box-sizing:border-box}
html{
  scroll-behavior:smooth}
body{
  margin:0;color:var(--text);font-family:"Noto Sans JP",sans-serif;line-height:1.8;background:#fff}
a{
  color:inherit;text-decoration:none}
img,video{
  max-width:100%;display:block}
.section{
  padding:96px 24px}
.section-inner{
  width:min(1180px,100%);margin:auto}
.narrow{
  width:min(880px,100%)}
.center{
  text-align:center}
.section-kana{
  font-weight:700;color:var(--blue);letter-spacing:.08em;margin:0 0 12px}
.section-title{
  font-family:"Noto Serif JP",serif;font-size:clamp(30px,5vw,56px);line-height:1.25;margin:0 0 42px;color:var(--black)}

.site-header{
  position:fixed;top:0;left:0;right:0;z-index:20;padding:22px 32px;background:rgba(255,255,255,.82);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.6)}
.header-inner{
  width:min(1280px,100%);margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{
  display:grid;line-height:1.1}
.logo-main{
  color:var(--blue);}
.logo-main img {
  height:60px;width:auto;}
.logo-sub{
  font-size:12px;font-weight:700}
.global-nav{
  display:flex;align-items:center;gap:28px;font-size:15px;font-weight:700}
.global-nav a:hover{
  color:var(--blue)}
.nav-button,.more-button,.product-card a{
  display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:999px;background:var(--blue);color:#fff!important;font-weight:700}
.menu-button{
  display:none;background:none;border:0;width:42px;height:42px;padding:8px}
.menu-button span{
  display:block;height:2px;background:var(--blue);margin:7px 0;transition:.3s}

.hero{
  position:relative;min-height:100vh;display:grid;place-items:center;overflow:hidden;color:#fff;padding:120px 24px}
.hero-video,.hero-overlay{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-overlay{
  background:linear-gradient(90deg,rgba(0,0,0,.62),rgba(0,0,0,.12));z-index:1}
.hero-content{
  position:relative;z-index:2;width:min(1180px,100%)}
.eyebrow{
  font-weight:900;letter-spacing:.25em;color:#fff}
.hero h1{
  font-family:"Noto Serif JP",serif;font-size:clamp(42px,7vw,88px);line-height:1.15;margin:16px 0 28px}
.hero-lead{
  font-size:clamp(17px,2.2vw,24px);font-weight:700}
.scroll-down{
  position:absolute;z-index:2;bottom:28px;left:50%;transform:translateX(-50%);font-size:12px;letter-spacing:.18em;writing-mode:vertical-rl}
.scroll-down:after{
  content:"";display:block;width:1px;height:56px;background:#fff;margin:12px auto 0}
.three-cards{
  display:grid;grid-template-columns:repeat(3,1fr);gap:24px}

.feature-card {
  position: relative;
}
.feature-card img {
  border-radius:28px 28px 0 0;
  object-fit: cover;
}
.feature-card,.point-card,.product-card,.category-grid article,.voice-list article{
  background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:0 16px 40px rgba(34,34,34,.05)}
.feature-card span,.point-card span{
  color:var(--blue);font-weight:900;letter-spacing:.12em}
.feature-card span {
  position: absolute;
  left: -15px;
  top: -55px;
  font-size: 60px;
}
.feature-card h2,.point-card h3,.product-card h3,.category-grid h3,.voice-list h3{
  font-size:22px;line-height:1.45;margin:12px 0;color:var(--black)}
.feature-card-inner {
  padding: 32px;
}
.message{
  background:var(--cream)}
.message-grid{
  display:grid;grid-template-columns:.8fr 1.2fr;gap:64px;align-items:start}
.message-text p{
  font-size:17px;margin-top:0}
.voice-list{
  display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.voice-list article{
  padding:26px}
.secret{
  background:#fbfbfb}
.point-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.product-card{
  display:flex;flex-direction:column}
.product-img{
  height:220px;border-radius:22px;background:linear-gradient(135deg,#f5efe3,#d9eef4);display:grid;place-items:center;font-family:"Noto Serif JP",serif;font-size:26px;font-weight:700;color:var(--blue);margin-bottom:24px}
.product-copy{
  font-weight:700;color:var(--blue);margin:0}
.product-card a{
  margin-top:auto}
.faq{
  background:var(--cream)}
details{
  border-top:1px solid var(--line);padding:22px 0}
details:last-child{
  border-bottom:1px solid var(--line)}
summary{
  font-weight:700;cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:20px}
summary:after{
  content:"＋";color:var(--blue);font-weight:900}
details[open] summary:after{
  content:"－"}
details p{
  margin:14px 0 0}
.category-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.news-list{
  list-style:none;padding:0;margin:0 0 36px}
.news-list li{
  display:grid;grid-template-columns:130px 1fr;gap:24px;padding:22px 0;border-top:1px solid var(--line)}
.news-list li:last-child{
  border-bottom:1px solid var(--line)}
.news-list time{
  font-weight:700;color:var(--blue)}
.news-list a{
  font-weight:700}
.site-footer{
  background:var(--black);color:#fff;padding:72px 24px 28px}
.footer-inner{
  width:min(1180px,100%);margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:48px}
.site-footer h2{
  font-size:24px}
.footer-nav{
  display:grid;gap:12px}
.footer-nav a:hover{
  color:var(--blue)}
.copyright{
  text-align:center;margin:56px 0 0;font-size:13px;color:#bbb}

@media(max-width:960px){
  .global-nav{
  position:fixed;top:76px;left:16px;right:16px;display:none;flex-direction:column;align-items:stretch;padding:24px;background:#fff;border-radius:22px;box-shadow:0 16px 40px rgba(0,0,0,.12)}
.global-nav.is-open{
  display:flex}
.menu-button{
  display:block}
.menu-button.is-open span:nth-child(1){
  transform:translateY(9px) rotate(45deg)}
.menu-button.is-open span:nth-child(2){
  opacity:0}
.menu-button.is-open span:nth-child(3){
  transform:translateY(-9px) rotate(-45deg)}
.three-cards,.voice-list,.point-grid,.product-grid,.category-grid{
  grid-template-columns:1fr 1fr}
.message-grid,.footer-inner{
  grid-template-columns:1fr}
.section{
  padding:72px 20px}
.site-header{
  padding:16px}
.logo-main{
  font-size:24px}
}

@media(max-width:600px){
  .three-cards,.voice-list,.point-grid,.product-grid,.category-grid{
  grid-template-columns:1fr}
.hero{
  place-items:end start;min-height:86vh}
.news-list li{
  grid-template-columns:1fr;gap:4px}
.feature-card,.point-card,.product-card,.category-grid article,.voice-list article{
  border-radius:22px;}
.feature-card img {
    border-radius:22px;
}
.feature-card-inner {
  padding: 22px;
}
.product-img{
  height:180px}
.section-title{
  margin-bottom:28px}
.site-footer{
  padding-top:56px}
.logo-sub{
  font-size:10px}
}



.concept-title {
  font-size: 60px;
  text-align: center;
font-weight: bold;
margin-bottom: 160px;
}

/* ===== Secret section : TableStock point layout ===== */
.secret{
  position:relative;
  overflow:hidden;
  background:#f8f4ec;
}
.secret:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 12% 8%, rgba(0,151,188,.14), transparent 28%),
    radial-gradient(circle at 88% 42%, rgba(255,255,255,.9), transparent 26%);
  pointer-events:none;
}
.secret-inner{
  position:relative;
  z-index:1;
}
.secret-heading{
  width:min(780px,100%);
  margin:0 auto 64px;
  text-align:center;
}
.secret-heading .section-title{
  margin-bottom:20px;
}
.secret-lead{
  margin:0;
  font-size:17px;
  font-weight:500;
}
.secret-points{
  display:grid;
  gap:34px;
}
.secret-point{
  position:relative;
  display:grid;
  grid-template-columns:46% 1fr;
  gap:48px;
  align-items:center;
  min-height:360px;
  padding:42px;
  border-radius:42px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(230,225,216,.95);
  box-shadow:0 22px 60px rgba(34,34,34,.08);
  overflow:hidden;
}
.secret-point:before{
  content:"";
  position:absolute;
  inset:auto -12% -45% auto;
  width:360px;
  height:360px;
  border-radius:50%;
  background:rgba(0,151,188,.09);
}
.secret-point.is-reverse{
  grid-template-columns:1fr 46%;
}
.secret-point.is-reverse .secret-point-visual{
  order:2;
}
.secret-point.is-reverse .secret-point-body{
  order:1;
}
.secret-point-visual{
  position:relative;
  display:grid;
  place-items:center;
  min-height:270px;
  border-radius:34px;
  background:linear-gradient(135deg,#fff,#edf8fb);
  overflow:hidden;
}
.secret-point-visual:before{
  content:"ILLUST";
  position:absolute;
  top:20px;
  left:24px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
  color:rgba(0,151,188,.45);
}
.secret-point-body{
  position:relative;
  z-index:1;
}
.secret-point-label{
  display:inline-flex;
  align-items:baseline;
  gap:10px;
  margin:0 0 14px;
  color:var(--blue);
  font-weight:900;
  letter-spacing:.14em;
}
.secret-point-label strong{
  font-family:"Noto Serif JP",serif;
  font-size:clamp(54px,7vw,96px);
  line-height:.85;
  letter-spacing:0;
}
.secret-point h3{
  margin:0 0 18px;
  font-family:"Noto Serif JP",serif;
  font-size:clamp(28px,3.6vw,48px);
  line-height:1.26;
  color:var(--black);
}
.secret-point p:last-child{
  margin:0;
  font-size:17px;
}
.tech-illust{
  position:relative;
  width:min(300px,78%);
  aspect-ratio:1/1;
  transform:translateZ(0);
}
.tech-illust span{
  position:absolute;
  display:block;
}
.illust-bowl{left:15%;right:15%;bottom:22%;height:26%;border-radius:0 0 999px 999px;background:#fff;border:8px solid var(--blue);box-shadow:0 18px 0 rgba(0,151,188,.12)}
.illust-noodle{left:21%;right:21%;height:14px;border-radius:999px;border:5px solid #d89a35;border-left-color:transparent;border-right-color:transparent;animation:floatNoodle 3.6s ease-in-out infinite}
.illust-noodle.n1{top:34%}.illust-noodle.n2{top:43%;animation-delay:.25s}.illust-noodle.n3{top:52%;animation-delay:.5s}
.illust-shine{width:18px;height:18px;border-radius:50%;background:#f4c45c;animation:pop 2.2s ease-in-out infinite}.illust-shine.s1{right:19%;top:23%}.illust-shine.s2{left:18%;top:29%;animation-delay:.45s}
.illust-plate{inset:24% 13%;border-radius:50%;background:#fff;border:8px solid var(--blue);box-shadow:inset 0 0 0 16px #eef8fb}
.illust-kcal{inset:39% 0 auto;text-align:center;font-family:"Noto Serif JP",serif;font-size:60px;font-weight:900;color:var(--blue);line-height:1}
.illust-leaf{width:54px;height:28px;border-radius:100% 0 100% 0;background:#8fcf89;animation:leaf 3s ease-in-out infinite}.illust-leaf.l1{left:14%;bottom:30%;transform:rotate(-18deg)}.illust-leaf.l2{right:12%;top:28%;transform:rotate(26deg);animation-delay:.4s}
.illust-bag{left:22%;right:22%;top:20%;bottom:18%;border-radius:26px 26px 40px 40px;background:#fff;border:8px solid var(--blue);box-shadow:inset 0 -28px 0 #eaf7fb}
.illust-bag:before{content:"";position:absolute;left:25%;right:25%;top:-18px;height:36px;border-radius:999px;background:#fff;border:7px solid var(--blue)}
.illust-steam{width:12px;height:70px;border-radius:999px;background:rgba(0,151,188,.42);filter:blur(.3px);animation:steam 2.8s ease-in-out infinite}.illust-steam.st1{left:38%;top:5%}.illust-steam.st2{right:38%;top:8%;animation-delay:.5s}.illust-sauce{left:33%;right:33%;bottom:33%;height:34px;border-radius:999px;background:#d89a35;animation:pop 2.4s ease-in-out infinite}
.illust-clock{inset:18%;border-radius:50%;background:#fff;border:10px solid var(--blue);box-shadow:inset 0 0 0 14px #eef8fb}.illust-hand{left:50%;top:35%;width:8px;height:64px;border-radius:999px;background:var(--blue);transform-origin:bottom center;animation:clockHand 3s ease-in-out infinite}.illust-time-text{left:0;right:0;bottom:25%;text-align:center;font-family:"Noto Serif JP",serif;font-size:22px;font-weight:900;color:var(--blue)}
.js-secret-reveal{
  opacity:0;
  transform:translateY(52px) scale(.985);
  transition:opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1);
}
.js-secret-reveal.is-visible{
  opacity:1;
  transform:translateY(0) scale(1);
}
.js-secret-reveal.is-visible .tech-illust{
  animation:illustFloat 5s ease-in-out infinite;
}
@keyframes illustFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes floatNoodle{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes pop{0%,100%{transform:scale(1);opacity:.9}50%{transform:scale(1.18);opacity:1}}
@keyframes leaf{0%,100%{translate:0 0}50%{translate:0 -8px}}
@keyframes steam{0%,100%{transform:translateY(6px);opacity:.25}50%{transform:translateY(-8px);opacity:.6}}
@keyframes clockHand{0%,100%{transform:translateX(-50%) rotate(-38deg)}50%{transform:translateX(-50%) rotate(45deg)}}
@media(max-width:960px){
  .secret-heading{text-align:left;margin-bottom:38px}
  .secret-point,.secret-point.is-reverse{grid-template-columns:1fr;gap:24px;padding:28px;border-radius:30px}
  .secret-point.is-reverse .secret-point-visual,.secret-point.is-reverse .secret-point-body{order:initial}
  .secret-point-visual{min-height:230px;border-radius:24px}
}
@media(max-width:600px){
  .secret-lead,.secret-point p:last-child{font-size:15px}
  .secret-point{padding:20px;min-height:auto}
  .secret-point-label strong{font-size:56px}
  .secret-point h3{font-size:28px}
  .tech-illust{width:min(230px,82%)}
}

/* ===== Choice section : TableStock style lineup layout ===== */
.choice{
  position:relative;
  overflow:hidden;
  background:#fff;
}
.choice:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 8% 12%, rgba(0,151,188,.10), transparent 24%),
    radial-gradient(circle at 92% 88%, rgba(216,154,53,.12), transparent 28%);
  pointer-events:none;
}
.choice-inner{
  position:relative;
  z-index:1;
}
.choice-heading{
  width:min(760px,100%);
  margin:0 auto 54px;
  text-align:center;
}
.choice-lead{
  margin:0 auto;
  font-size:17px;
  font-weight:500;
}
.choice-list{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
  align-items:stretch;
}
.choice-card{
  position:relative;
  min-height:100%;
}
.choice-card:nth-child(even){
  margin-top:54px;
}
.choice-card-link{
  display:flex;
  flex-direction:column;
  height:100%;
  overflow:hidden;
  border-radius:34px;
  background:#fff;
  border:1px solid rgba(230,225,216,.95);
  box-shadow:0 20px 52px rgba(34,34,34,.08);
  transition:transform .42s ease, box-shadow .42s ease;
}
.choice-card-link:hover{
  transform:translateY(-10px);
  box-shadow:0 28px 70px rgba(34,34,34,.13);
}
.choice-visual{
  position:relative;
  display:grid;
  place-items:center;
  height:260px;
  overflow:hidden;
  background:linear-gradient(135deg,#f8f4ec,#eef8fb);
}
.choice-visual:after{
  content:"";
  position:absolute;
  inset:auto -18% -38% auto;
  width:220px;
  height:220px;
  border-radius:50%;
  background:rgba(0,151,188,.13);
}
.choice-no{
  position:absolute;
  left:18px;
  top:12px;
  z-index:2;
  font-family:"Noto Serif JP",serif;
  font-size:70px;
  font-weight:900;
  line-height:1;
  color:rgba(0,151,188,.22);
}
.choice-dish{
  position:absolute;
  left:19%;
  right:19%;
  bottom:26%;
  height:24%;
  border-radius:0 0 999px 999px;
  background:#fff;
  border:7px solid var(--blue);
  box-shadow:0 16px 0 rgba(0,151,188,.10);
}
.choice-pasta{
  position:absolute;
  left:24%;
  right:24%;
  height:12px;
  border-radius:999px;
  border:5px solid #d89a35;
  border-left-color:transparent;
  border-right-color:transparent;
  z-index:1;
  animation:choiceFloat 3.8s ease-in-out infinite;
}
.choice-pasta.p1{top:40%;}
.choice-pasta.p2{top:49%;animation-delay:.3s;}
.choice-sauce{
  position:absolute;
  left:39%;
  right:39%;
  top:34%;
  height:24px;
  border-radius:999px;
  background:#b7472a;
  z-index:2;
  animation:choicePop 2.7s ease-in-out infinite;
}
.choice-truffle .choice-sauce{background:#d9c5a6;}
.choice-pescatore .choice-sauce{background:#c9472f;}
.choice-mentaiko .choice-sauce{background:#ef9da3;}
.choice-body{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:26px;
}
.choice-body h3{
  margin:10px 0 10px;
  font-family:"Noto Serif JP",serif;
  font-size:24px;
  line-height:1.35;
}
.choice-spec{
  margin:0 0 14px;
  color:#777;
  font-size:14px;
  font-weight:700;
}
.choice-body p:last-of-type{
  margin-bottom:24px;
}
.choice-button{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  margin-top:auto;
  padding:12px 18px;
  border-radius:999px;
  background:var(--blue);
  color:#fff;
  font-weight:900;
  letter-spacing:.08em;
}
.js-choice-reveal{
  opacity:0;
  transform:translateY(54px) scale(.985);
  transition:opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1);
}
.js-choice-reveal.is-visible{
  opacity:1;
  transform:translateY(0) scale(1);
}
.js-choice-reveal.is-visible .choice-visual{
  animation:illustFloat 5s ease-in-out infinite;
}
@keyframes choiceFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@keyframes choicePop{0%,100%{transform:scale(1);opacity:.9}50%{transform:scale(1.15);opacity:1}}

@media(max-width:960px){
  .choice-list{grid-template-columns:1fr 1fr;}
  .choice-card:nth-child(even){margin-top:0;}
  .choice-visual{height:230px;}
}
@media(max-width:600px){
  .choice-heading{text-align:left;margin-bottom:34px;}
  /* .choice-heading .center{text-align:left;} */
  .choice-lead{font-size:15px;}
  .choice-list{grid-template-columns:1fr;gap:18px;}
  .choice-card-link{border-radius:26px;}
  .choice-visual{height:210px;}
  .choice-body{padding:22px;}
  .choice-no{font-size:58px;}
}

/* ===== 2026 update: column / layout adjustments ===== */
.concept .concept-title{
  width:min(900px,100%);
  margin:0 auto 96px;
  text-align:center;
}
.concept-cards{
  grid-template-columns:repeat(4,1fr);
}
.concept-cards .feature-card{
  overflow:visible;
}
.concept-cards .feature-card img{
  height:210px;
  width:100%;
}
.message-grid{
  display:block;
  width:min(900px,100%);
  margin:0 auto;
  text-align:center;
}
.message-text{
  width:min(760px,100%);
  margin:0 auto;
}
.message-text p{
  font-size:18px;
  line-height:2.1;
}
.voice-list.voice-list-vertical{
  display:grid;
  grid-template-columns:1fr;
  gap:22px;
  width:min(900px,100%);
  margin:0 auto;
}
.voice-list.voice-list-vertical article{
  padding:34px 42px;
}
.voice-list.voice-list-vertical h3{
  font-family:"Noto Serif JP",serif;
  font-size:28px;
}
.voice-list.voice-list-vertical span{
  color:var(--blue);
  font-weight:900;
  background:linear-gradient(transparent 62%, rgba(0,151,188,.16) 0);
}
.secret-points.secret-points-vertical{
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}
.secret-point.secret-point-stack,
.secret-point.secret-point-stack.is-reverse{
  display:flex;
  flex-direction:column;
  min-height:auto;
  padding:34px;
  gap:26px;
}
.secret-point.secret-point-stack.is-text-first{
  flex-direction:column-reverse;
}
.secret-point.secret-point-stack .secret-point-visual,
.secret-point.secret-point-stack.is-reverse .secret-point-visual{
  order:initial;
  width:100%;
  min-height:260px;
}
.secret-point.secret-point-stack .secret-point-body,
.secret-point.secret-point-stack.is-reverse .secret-point-body{
  order:initial;
  width:100%;
}
.secret-point.secret-point-stack h3{
  font-size:clamp(26px,2.8vw,38px);
}
.secret-point.secret-point-stack .secret-point-label strong{
  font-size:clamp(54px,5.2vw,78px);
}
.choice-product-list{
  display:grid;
  grid-template-columns:1fr;
  gap:38px;
}
.choice-product{
  position:relative;
  display:grid;
  grid-template-columns:48% 1fr;
  gap:48px;
  align-items:center;
  min-height:430px;
  padding:44px 30px 44px 44px;
  border-radius:42px;
  background:rgba(255,255,255,.9);
  border:1px solid rgba(230,225,216,.95);
  box-shadow:0 22px 60px rgba(34,34,34,.08);
  overflow:hidden;
}
.choice-product:before{
  content:"";
  position:absolute;
  inset:auto -8% -42% auto;
  width:360px;
  height:360px;
  border-radius:50%;
  background:rgba(0,151,188,.08);
}
.choice-product.is-reverse{
  grid-template-columns:1fr 48%;
}
.choice-product.is-reverse .choice-product-image{
  order:2;
}
.choice-product.is-reverse .choice-product-body{
  order:1;
}
.choice-product-image{
  position:relative;
  z-index:1;
  display:grid;
  place-items:center;
  min-height:320px;
  border-radius:34px;
  background:linear-gradient(135deg,#fff,#f8f4ec 56%,#eef8fb);
  overflow:hidden;
}
.choice-product-image img{
  width:min(390px,88%);
  max-height:300px;
  object-fit:contain;
  filter:drop-shadow(0 18px 22px rgba(34,34,34,.12));
}
.choice-product-body{
  position:relative;
  z-index:1;
}
.choice-product-no{
  margin:0 0 10px;
  color:var(--blue);
  font-weight:900;
  letter-spacing:.16em;
}
.choice-product-body h3{
  margin:0 0 18px;
  font-family:"Noto Serif JP",serif;
  font-size:clamp(28px,3.4vw,46px);
  line-height:1.3;
}
.choice-product-copy{
  margin:0 0 18px;
  color:var(--blue);
  font-size:clamp(20px,2.4vw,30px);
  line-height:1.6;
  font-weight:900;
}
.choice-product-body p:last-child{
  margin:0;
  font-size:17px;
  line-height:2;
}
.js-page-reveal{
  opacity:0;
  transform:translateY(48px);
  transition:opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1);
}
.js-page-reveal.is-visible{
  opacity:1;
  transform:translateY(0);
}
@media(max-width:1100px){
  .concept-cards{grid-template-columns:repeat(2,1fr);}
  .secret-points.secret-points-vertical{grid-template-columns:1fr;}
  .secret-point.secret-point-stack{width:min(760px,100%);margin:0 auto;}
}
@media(max-width:960px){
  .concept .concept-title{margin-bottom:56px;font-size:44px;}
  .choice-product,
  .choice-product.is-reverse{
    grid-template-columns:1fr;
    gap:24px;
    padding:30px;
    min-height:auto;
  }
  .choice-product.is-reverse .choice-product-image,
  .choice-product.is-reverse .choice-product-body{order:initial;}
  .choice-product-image{min-height:260px;}
  .message-grid{display:block;}
}
@media(max-width:600px){
  .concept-cards{grid-template-columns:1fr;}
  .concept .concept-title{font-size:34px;line-height:1.55;margin-bottom:42px;}
  .voice-list.voice-list-vertical article{padding:24px;}
  .choice-product{padding:22px;border-radius:28px;}
  .choice-product-image{min-height:220px;border-radius:22px;}
  .choice-product-image img{width:92%;max-height:230px;}
  .choice-product-body h3{font-size:26px;}
  .choice-product-copy{font-size:19px;}
}

/* ===== Chef's Stock package theme update ===== */
:root{
  --blue:#f5c400;
  --yellow:#f5c400;
  --text:#333333;
  --black:#151515;
  --cream:#f8f7f4;
  --line:#e7e1d3;
  --white:#fff;
  --charcoal:#222222;
}
body{
  color:var(--text);
  font-family:"Noto Sans JP",sans-serif;
  background:#fff;
}
.section-kana{
  color:var(--black);
  font-family:"Montserrat","Noto Sans JP",sans-serif;
  font-weight:900;
  letter-spacing:.16em;
}
.section-kana::before,
.section-kana::after{
  color:var(--yellow);
}
.section-title,
.hero h1,
.concept-title,
.feature-card h2,
.point-card h3,
.product-card h3,
.category-grid h3,
.voice-list h3,
.secret-point h3,
.choice-product-body h3{
  font-family:"Noto Sans JP",sans-serif;
  font-weight:900;
  letter-spacing:.02em;
  color:var(--black);
}
.site-header{
  background:rgba(255,255,255,.9);
  border-bottom:1px solid rgba(21,21,21,.08);
}
.global-nav a:hover{
  color:var(--yellow);
}
.nav-button,.more-button,.product-card a,.choice-button{
  background:var(--black);
  color:#fff!important;
  border:2px solid var(--black);
}
.nav-button:hover,.more-button:hover,.product-card a:hover,.choice-button:hover{
  background:var(--yellow);
  color:var(--black)!important;
}
.menu-button span{
  background:var(--black);
}
.hero-overlay{
  background:linear-gradient(90deg,rgba(0,0,0,.70),rgba(0,0,0,.18));
}
.hero-content{
  border-left:8px solid var(--yellow);
  padding-left:34px;
}
.hero h1{
  color:#fff;
  text-shadow:0 10px 28px rgba(0,0,0,.25);
}
.hero-lead{
  color:#fff;
}
.concept,
.faq{
  background:var(--cream);
}
.concept-title p{
  display:inline;
  background:linear-gradient(transparent 64%, rgba(245,196,0,.42) 0);
}
.feature-card,.point-card,.product-card,.category-grid article,.voice-list article,
.secret-point,.choice-product{
  border:1px solid rgba(21,21,21,.08);
  box-shadow:0 18px 50px rgba(21,21,21,.08);
}
.feature-card span,.point-card span,
.product-copy,.news-list time,summary:after,
.choice-product-no,.choice-product-copy,.secret-point-label{
  color:var(--black);
}
.feature-card span{
  color:var(--yellow);
  text-shadow:0 3px 0 var(--black);
}
.message{
  background:#151515;
  color:#fff;
}
.message .section-title,
.message .section-kana{
  color:#fff;
}
.message .section-kana{
  color:var(--yellow);
}
.voice{
  background:#fff;
}
.voice-list.voice-list-vertical article{
  position:relative;
  border-left:8px solid var(--yellow);
  background:linear-gradient(90deg,rgba(245,196,0,.10),#fff 34%);
}
.voice-list.voice-list-vertical span{
  color:var(--black);
  background:linear-gradient(transparent 62%, rgba(245,196,0,.48) 0);
}
.secret{
  background:#151515;
  color:#fff;
}
.secret:before{
  background:
    radial-gradient(circle at 12% 8%, rgba(245,196,0,.20), transparent 28%),
    radial-gradient(circle at 88% 42%, rgba(255,255,255,.08), transparent 26%);
}
.secret .section-title,
.secret .section-kana,
.secret-lead{
  color:#fff;
}
.secret .section-kana,
.secret-point-label strong{
  color:var(--yellow);
}
.secret-point{
  background:#fff;
  color:var(--text);
}
.secret-point:before,
.choice-product:before{
  background:rgba(245,196,0,.15);
}
.secret-point-visual{
  background:linear-gradient(135deg,#fff,#fff8d8);
  border:1px solid rgba(245,196,0,.36);
}
.secret-point-visual:before{
  content:"TECHNOLOGY";
  color:rgba(21,21,21,.38);
}
.illust-bowl,.illust-bag,.illust-bag:before,.illust-clock{
  border-color:var(--black);
}
.illust-bowl{box-shadow:0 18px 0 rgba(21,21,21,.10)}
.illust-plate{border-color:var(--black)}
.illust-kcal,.illust-time-text{color:var(--black)}
.illust-clock{box-shadow:inset 0 0 0 14px #fff7d1}
.illust-hand,.illust-steam{background:var(--black)}
.illust-shine,.illust-sauce{background:var(--yellow)}
.choice{
  background:var(--cream);
}
.choice:before{
  background:
    radial-gradient(circle at 8% 12%, rgba(245,196,0,.20), transparent 24%),
    radial-gradient(circle at 92% 88%, rgba(21,21,21,.07), transparent 28%);
}
.choice-heading .section-kana{
  color:var(--black);
}
.choice-product{
  background:#fff;
}
.choice-product-image{
  background:linear-gradient(135deg,#fff,#f8f7f4 60%,#fff1b6);
  border:1px solid rgba(21,21,21,.08);
}
.choice-product-image img{
  width:min(430px,92%);
  max-height:330px;
  border-radius:18px;
  filter:drop-shadow(0 22px 26px rgba(21,21,21,.18));
}
.choice-product-copy{
  color:var(--black);
  display:inline;
  background:linear-gradient(transparent 62%, rgba(245,196,0,.42) 0);
}
.choice-product-no{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-family:"Montserrat","Noto Sans JP",sans-serif;
  font-weight:900;
  color:var(--black);
}
.choice-product-no::before{
  content:"";
  width:36px;
  height:8px;
  background:var(--yellow);
  display:inline-block;
}
.news,.category{
  background:#fff;
}
.site-footer{
  background:#151515;
}
.footer-nav a:hover{
  color:var(--yellow);
}
@media(max-width:960px){
  .hero-content{padding-left:22px;border-left-width:6px;}
}


/* ===== 2026 refine: white base / package matched tone ===== */
:root{
  --yellow:#ffd600;
  --soft-yellow:#fff7cc;
  --text:#3b3834;
  --black:#201f1f;
  --cream:#f8f7f4;
  --line:#ebe6da;
}
body{
  background:#fff;
  color:var(--text);
  font-feature-settings:"palt";
}
.section{
  background:#fff;
}
.section-kana{
  color:var(--black);
}
.section-title{
  color:var(--black);
}
.concept,
.message,
.secret,
.choice,
.faq{
  background:#fff;
}
.message{
  color:var(--text);
}
.message .section-title,
.message .section-kana{
  color:var(--black);
}
.message .section-kana{
  color:var(--black);
}
.message-text{
  color:#59544d;
}
.concept-title p,
.choice-product-copy{
  background:linear-gradient(transparent 66%, rgba(255,214,0,.38) 0);
}
.feature-card,
.category-grid article,
.voice-list article,
.secret-point,
.choice-product{
  background:#fff;
  border:1px solid rgba(32,31,31,.08);
  box-shadow:0 16px 42px rgba(32,31,31,.055);
}
.feature-card span{
  color:var(--yellow);
  text-shadow:none;
}
.voice{
  background:#fff;
}
.voice-list.voice-list-vertical article{
  position:relative;
  border-left:0;
  border-top:5px solid var(--yellow);
  background:#fff;
  box-shadow:0 14px 36px rgba(32,31,31,.05);
}
.voice-list.voice-list-vertical article::before{
  content:"“";
  position:absolute;
  right:32px;
  top:14px;
  font-family:"Montserrat","Noto Sans JP",sans-serif;
  font-size:70px;
  line-height:1;
  color:rgba(255,214,0,.28);
  font-weight:900;
}
.voice-list.voice-list-vertical span{
  color:var(--black);
  background:none;
  font-weight:900;
}
.secret{
  color:var(--text);
  background:linear-gradient(180deg,#fff 0%,#fffdf2 100%);
}
.secret:before{
  background:
    radial-gradient(circle at 10% 10%, rgba(255,214,0,.12), transparent 28%),
    radial-gradient(circle at 92% 78%, rgba(32,31,31,.035), transparent 30%);
}
.secret .section-title,
.secret .section-kana,
.secret-lead{
  color:var(--black);
}
.secret-lead{
  color:#5f5a52;
}
.secret-point{
  color:var(--text);
  border-radius:34px;
}
.secret-point:before{
  background:rgba(255,214,0,.12);
}
.secret-point-label{
  color:var(--black);
}
.secret-point-label strong{
  color:var(--yellow);
}
.secret-point-visual{
  background:#fff;
  border:1px solid rgba(255,214,0,.45);
}
.secret-point-visual:before{
  color:rgba(32,31,31,.26);
}
.choice{
  background:#fff;
}
.choice:before{
  background:
    radial-gradient(circle at 6% 10%, rgba(255,214,0,.10), transparent 25%),
    radial-gradient(circle at 94% 86%, rgba(32,31,31,.035), transparent 30%);
}
.choice-product{
  background:#fff;
  box-shadow:0 18px 48px rgba(32,31,31,.06);
}
.choice-product:before{
  background:rgba(255,214,0,.10);
}
.choice-product-image{
  background:#fff;
  border:1px solid rgba(32,31,31,.07);
}
.choice-product-image img{
  width:min(390px,88%);
  max-height:330px;
  border-radius:14px;
  filter:drop-shadow(0 16px 20px rgba(32,31,31,.12));
}
.choice-product-no{
  color:var(--black);
}
.choice-product-no::before{
  background:var(--yellow);
}
.choice-product-copy{
  color:var(--black);
}
.nav-button,.more-button,.product-card a,.choice-button{
  background:var(--black);
  border-color:var(--black);
}
.nav-button:hover,.more-button:hover,.product-card a:hover,.choice-button:hover{
  background:var(--yellow);
  color:var(--black)!important;
  border-color:var(--yellow);
}
.hero-content{
  border-left-color:var(--yellow);
}
.hero-overlay{
  background:linear-gradient(90deg,rgba(0,0,0,.48),rgba(0,0,0,.10));
}
.site-footer{
  background:#201f1f;
}
@media(max-width:600px){
  .choice-product-image img{width:94%;max-height:260px;}
  .voice-list.voice-list-vertical article::before{right:20px;top:10px;font-size:54px;}
}


/* ===== 2026 additional refinement: photo-led concept / features ===== */
.message{
  background:var(--cream) !important;
  color:var(--text) !important;
  border-top:1px solid rgba(21,21,21,.04);
  border-bottom:1px solid rgba(21,21,21,.04);
}
.message .section-title,
.message .section-kana{
  color:var(--black) !important;
}
.message .section-kana{color:var(--black) !important;}
.message-text p + p{margin-top:18px;}
.concept-photo-pair{
  margin:48px auto 0;
  width:min(980px,100%);
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:24px;
  align-items:stretch;
}
.concept-photo-pair figure{
  margin:0;
  position:relative;
  overflow:hidden;
  border-radius:34px;
  background:#fff;
  box-shadow:0 18px 50px rgba(21,21,21,.08);
}
.concept-photo-pair img{
  width:100%;
  height:360px;
  object-fit:cover;
}
.concept-photo-pair figcaption{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  display:inline-block;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.9);
  color:var(--black);
  font-weight:900;
  font-size:14px;
  text-align:center;
}
.features{
  background:#fff;
}
.features-lead{
  width:min(760px,100%);
  margin:-18px auto 54px;
  font-size:17px;
  line-height:2;
}
.features-list{
  display:grid;
  gap:34px;
}
.feature-story{
  display:grid;
  grid-template-columns:52% 1fr;
  gap:44px;
  align-items:center;
  padding:34px;
  border-radius:42px;
  background:#fff;
  border:1px solid rgba(21,21,21,.08);
  box-shadow:0 18px 50px rgba(21,21,21,.07);
}
.feature-story.is-reverse{
  grid-template-columns:1fr 52%;
}
.feature-story.is-reverse .feature-story-image{order:2;}
.feature-story.is-reverse .feature-story-body{order:1;}
.feature-story-image{
  overflow:hidden;
  border-radius:30px;
  background:var(--cream);
}
.feature-story-image img{
  width:100%;
  height:360px;
  object-fit:cover;
  transition:transform .7s ease;
}
.feature-story:hover .feature-story-image img{transform:scale(1.035);}
.feature-story-no{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin:0 0 12px;
  font-family:"Montserrat","Noto Sans JP",sans-serif;
  font-weight:900;
  letter-spacing:.14em;
  color:var(--black);
}
.feature-story-no:before{
  content:"";
  width:38px;
  height:8px;
  background:var(--yellow);
  display:inline-block;
}
.feature-story h3{
  margin:0 0 18px;
  font-size:clamp(30px,4vw,52px);
  line-height:1.25;
  color:var(--black);
}
.feature-story p:last-child{
  margin:0;
  font-size:17px;
  line-height:2;
}
.voice-list.voice-list-vertical article{
  background:#fff !important;
  border-left:0;
  border-top:6px solid var(--yellow);
}
.secret{
  background:#fff !important;
  color:var(--text) !important;
}
.secret:before{
  background:radial-gradient(circle at 10% 10%, rgba(245,196,0,.16), transparent 28%), radial-gradient(circle at 94% 60%, rgba(21,21,21,.04), transparent 30%) !important;
}
.secret .section-title,
.secret .section-kana,
.secret-lead{
  color:var(--black) !important;
}
.secret-point-visual:before{content:"";}
.choice-product-images{
  display:grid;
  grid-template-columns:.74fr 1fr;
  gap:18px;
  padding:22px;
  background:#fff !important;
}
.choice-product-images img{
  width:100% !important;
  height:280px;
  max-height:none !important;
  object-fit:contain;
  border-radius:22px;
  filter:drop-shadow(0 14px 18px rgba(21,21,21,.12)) !important;
}
.choice-product-images .choice-dish-photo{
  object-fit:cover;
  background:var(--cream);
}
.scene{
  background:var(--cream);
}
.scene-wrap{
  display:grid;
  grid-template-columns:52% 1fr;
  gap:46px;
  align-items:center;
  padding:34px;
  border-radius:42px;
  background:#fff;
  border:1px solid rgba(21,21,21,.08);
  box-shadow:0 18px 50px rgba(21,21,21,.07);
}
.scene-image{
  overflow:hidden;
  border-radius:30px;
  background:var(--cream);
}
.scene-image img{
  width:100%;
  height:380px;
  object-fit:cover;
}
.scene-body p{
  margin:0 0 24px;
  font-size:18px;
  line-height:2;
}
.scene-tags{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  padding:0;
  margin:0;
  list-style:none;
}
.scene-tags li{
  padding:10px 16px;
  border-radius:999px;
  background:var(--cream);
  border:1px solid rgba(21,21,21,.08);
  font-weight:900;
}
@media(max-width:960px){
  .concept-photo-pair,
  .feature-story,
  .feature-story.is-reverse,
  .scene-wrap{
    grid-template-columns:1fr;
  }
  .feature-story.is-reverse .feature-story-image,
  .feature-story.is-reverse .feature-story-body{order:initial;}
  .concept-photo-pair img,
  .feature-story-image img,
  .scene-image img{height:300px;}
  .choice-product-images{grid-template-columns:1fr;}
  .choice-product-images img{height:auto;max-height:280px !important;}
}
@media(max-width:600px){
  .concept-photo-pair{gap:16px;margin-top:32px;}
  .concept-photo-pair figure,.feature-story,.scene-wrap{border-radius:26px;}
  .concept-photo-pair img,.feature-story-image img,.scene-image img{height:240px;}
  .concept-photo-pair figcaption{position:static;border-radius:0;background:#fff;padding:12px;}
  .feature-story,.scene-wrap{padding:20px;gap:20px;}
  .feature-story-image,.scene-image{border-radius:20px;}
  .feature-story h3{font-size:28px;}
  .features-lead{margin-bottom:32px;font-size:15px;}
  .scene-body p{font-size:16px;}
}

/* ===== MV animation : TableStock-like opening ===== */
.hero{
  isolation:isolate;
  background:#111;
}
.hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    radial-gradient(circle at 72% 48%, rgba(245,196,0,.18), transparent 30%),
    linear-gradient(90deg, rgba(0,0,0,.58), rgba(0,0,0,.18) 52%, rgba(0,0,0,.38));
  pointer-events:none;
}
.hero:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:3;
  background:#fff;
  transform-origin:right center;
  animation:mvCurtain 1.15s cubic-bezier(.76,0,.24,1) .12s forwards;
  pointer-events:none;
}
.hero-video{
  transform:scale(1.12);
  filter:saturate(1.05) contrast(1.02);
  animation:mvSlowZoom 8.5s cubic-bezier(.16,1,.3,1) .2s forwards;
}
.hero-overlay{
  z-index:1;
  background:linear-gradient(90deg,rgba(0,0,0,.48),rgba(0,0,0,.08) 58%,rgba(0,0,0,.28));
}
.hero-content{
  z-index:4;
  overflow:hidden;
  padding-left:min(5vw,58px);
}
.hero-content:before{
  content:"";
  position:absolute;
  left:min(1vw,12px);
  top:8px;
  width:6px;
  height:0;
  border-radius:999px;
  background:#f5c400;
  animation:mvLine .8s cubic-bezier(.2,.8,.2,1) 1.02s forwards;
}
.hero-content > *{
  opacity:0;
  transform:translateY(44px);
  clip-path:inset(0 0 100% 0);
  animation:mvTextIn .85s cubic-bezier(.2,.8,.2,1) forwards;
}
.hero-content > *:nth-child(1){animation-delay:1.08s;}
.hero-content > *:nth-child(2){animation-delay:1.34s;}
.hero-content > *:nth-child(3){animation-delay:1.68s;}
.hero h1{
  letter-spacing:.05em;
  text-shadow:0 12px 36px rgba(0,0,0,.22);
}
.hero-lead{
  text-shadow:0 8px 28px rgba(0,0,0,.22);
}
.scroll-down{
  z-index:4;
  opacity:0;
  animation:mvFadeIn .8s ease 2.15s forwards;
}
.scroll-down:after{
  transform-origin:top;
  animation:scrollLine 1.8s ease-in-out infinite;
}
@keyframes mvCurtain{
  0%{transform:scaleX(1);}
  100%{transform:scaleX(0);}
}
@keyframes mvSlowZoom{
  0%{transform:scale(1.12);}
  100%{transform:scale(1.02);}
}
@keyframes mvTextIn{
  0%{opacity:0;transform:translateY(44px);clip-path:inset(0 0 100% 0);}
  100%{opacity:1;transform:translateY(0);clip-path:inset(0 0 0 0);}
}
@keyframes mvLine{
  0%{height:0;}
  100%{height:calc(100% - 16px);}
}
@keyframes mvFadeIn{
  to{opacity:1;}
}
@keyframes scrollLine{
  0%,100%{transform:scaleY(.35);opacity:.45;}
  50%{transform:scaleY(1);opacity:1;}
}

@media (prefers-reduced-motion: reduce){
  .hero:after,.hero-video,.hero-content:before,.hero-content > *,.scroll-down,.scroll-down:after{
    animation:none!important;
  }
  .hero:after{display:none;}
  .hero-video{transform:scale(1.02);}
  .hero-content > *, .scroll-down{opacity:1;transform:none;clip-path:none;}
  .hero-content:before{height:calc(100% - 16px);}
}

@media(max-width:600px){
  .hero:before{
    background:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.62));
  }
  .hero-content{
    padding-left:22px;
  }
  .hero-content:before{
    left:0;
    width:4px;
  }
}

/* ===== MV fix: package appearance + delayed yellow line ===== */
.hero-content{
  border-left:0 !important;
}
.hero-content:before{
  opacity:0;
  animation:mvLineFixed .82s cubic-bezier(.2,.8,.2,1) 1.06s forwards !important;
}
.hero-packages{
  position:absolute;
  z-index:3;
  right:min(7vw,86px);
  bottom:clamp(58px,9vh,108px);
  width:min(42vw,520px);
  height:min(38vw,410px);
  pointer-events:none;
}
.hero-package{
  position:absolute;
  width:clamp(118px,15vw,210px);
  max-width:45%;
  filter:drop-shadow(0 22px 24px rgba(0,0,0,.34));
  opacity:0;
  transform:translateY(44px) scale(.92) rotate(0deg);
  animation:mvPackageIn .9s cubic-bezier(.2,.8,.2,1) forwards, mvPackageFloat 4.8s ease-in-out infinite;
}
.hero-package-01{left:2%;bottom:8%;z-index:2;rotate:-5deg;animation-delay:1.95s,3.05s;}
.hero-package-02{left:24%;bottom:20%;z-index:4;rotate:4deg;animation-delay:2.12s,3.22s;}
.hero-package-03{right:19%;bottom:5%;z-index:3;rotate:-2deg;animation-delay:2.29s,3.39s;}
.hero-package-04{right:0;bottom:18%;z-index:1;rotate:6deg;animation-delay:2.46s,3.56s;}
@keyframes mvLineFixed{
  0%{height:0;opacity:0;}
  1%{opacity:1;}
  100%{height:calc(100% - 16px);opacity:1;}
}
@keyframes mvPackageIn{
  0%{opacity:0;transform:translateY(44px) scale(.92);}
  100%{opacity:1;transform:translateY(0) scale(1);}
}
@keyframes mvPackageFloat{
  0%,100%{translate:0 0;}
  50%{translate:0 -9px;}
}
@media(max-width:960px){
  .hero-packages{
    right:50%;
    transform:translateX(50%);
    bottom:86px;
    width:min(86vw,460px);
    height:220px;
    opacity:.96;
  }
  .hero-package{width:clamp(96px,26vw,150px);}
  .hero-content{
    width:100%;
    margin-bottom:250px;
  }
}
@media(max-width:600px){
  .hero-packages{bottom:72px;height:190px;width:92vw;}
  .hero-package{width:clamp(82px,26vw,122px);}
  .hero-content{margin-bottom:214px;}
  .sp_none{display: none;}
}
@media (prefers-reduced-motion: reduce){
  .hero-package{animation:none!important;opacity:1;transform:none;}
  .hero-content:before{opacity:1;height:calc(100% - 16px);}
}

/* 商品スペック：1項目1行で見せるコンパクト表示 */
.product-spec-panel{
  margin-top:28px;
  padding-top:22px;
  border-top:1px solid rgba(21,21,21,.10);
}
.product-spec-block + .product-spec-block{
  margin-top:22px;
}
.product-spec-block h4{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 12px;
  font-size:15px;
  line-height:1.4;
  letter-spacing:.08em;
  font-weight:900;
  color:var(--black,#151515);
}
.product-spec-block h4:before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--yellow,#f5c400);
  flex:0 0 auto;
}
.product-spec-block h4 span{
  color:#777;
  font-size:12px;
  letter-spacing:.04em;
  font-weight:700;
}
.product-spec-list{
  display:grid;
  grid-template-columns:1fr;
  gap:0;
  margin:0;
  padding:0;
  border-top:1px solid rgba(21,21,21,.10);
}
.product-spec-list div{
  display:grid;
  grid-template-columns:minmax(112px, 34%) 1fr;
  align-items:center;
  gap:14px;
  padding:9px 0;
  border-bottom:1px solid rgba(21,21,21,.10);
}
.product-spec-list dt,
.product-spec-list dd{
  margin:0;
  font-size:13px;
  line-height:1.55;
}
.product-spec-list dt{
  color:#666;
  font-weight:800;
}
.product-spec-list dd{
  color:#222;
  font-weight:700;
  text-align:right;
  word-break:break-word;
}
.product-nutrition-list{
  grid-template-columns:repeat(2, minmax(0,1fr));
  column-gap:24px;
}
.product-nutrition-list div{
  grid-template-columns:minmax(86px, 50%) 1fr;
}
@media (max-width: 900px){
  .product-nutrition-list{
    grid-template-columns:1fr;
    column-gap:0;
  }
}
@media (max-width: 560px){
  .product-spec-panel{margin-top:22px;padding-top:18px;}
  .product-spec-list div,
  .product-nutrition-list div{
    grid-template-columns:108px 1fr;
    gap:10px;
    padding:8px 0;
  }
  .product-spec-list dt,
  .product-spec-list dd{font-size:12.5px;}
}

/* 商品ラインナップ：商品情報・栄養成分は画像と商品名の下段に配置 */
.choice-product > .product-spec-panel{
  grid-column:1 / -1;
  order:3;
  position:relative;
  z-index:1;
  margin-top:6px;
  padding:22px 24px 8px;
  border-top:1px solid rgba(21,21,21,.08);
  border-radius:24px;
  background:rgba(255,255,255,.86);
  box-shadow:0 12px 36px rgba(34,34,34,.045);
  display:grid;
  grid-template-columns:minmax(260px,1fr) minmax(0,1.18fr);
  gap:26px;
}
.choice-product > .product-spec-panel .product-spec-block + .product-spec-block{
  margin-top:0;
}
.choice-product > .product-spec-panel .product-spec-block h4{
  margin-bottom:10px;
}
.choice-product > .product-spec-panel .product-spec-list div{
  padding:8px 0;
}
.choice-product > .product-spec-panel .product-nutrition-list{
  grid-template-columns:repeat(3, minmax(0,1fr));
  column-gap:18px;
}
.choice-product > .product-spec-panel .product-nutrition-list div{
  grid-template-columns:minmax(72px, 1fr) auto;
}
@media (max-width: 1080px){
  .choice-product > .product-spec-panel .product-nutrition-list{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}
@media (max-width: 900px){
  .choice-product > .product-spec-panel{
    grid-template-columns:1fr;
    gap:20px;
    margin-top:0;
    padding:20px 18px 8px;
  }
  .choice-product > .product-spec-panel .product-nutrition-list{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}
@media (max-width: 560px){
  .choice-product > .product-spec-panel{
    border-radius:18px;
    padding:18px 14px 6px;
  }
  .choice-product > .product-spec-panel .product-nutrition-list{
    grid-template-columns:1fr;
  }
  .choice-product > .product-spec-panel .product-nutrition-list div,
  .choice-product > .product-spec-panel .product-spec-list div{
    grid-template-columns:108px 1fr;
  }
}

/* 商品スペック注記 */
.product-spec-note{
  margin:10px 0 0;
  color:#777;
  font-size:12px;
  line-height:1.7;
}
.choice-product > .product-spec-panel .product-spec-list dd{
  line-height:1.55;
}
@media (max-width:560px){
  .product-spec-note{font-size:11.5px;}
}
