/* 成品30 · bento-tray · 便当分格 */
.cb-body[data-skin="bento-tray"]{
  --bt-max:1200px;--bt-gutter:20px;
  --bt-wood:#dce8ef;--bt-rice:#ffffff;--bt-ink:#122433;--bt-muted:#5b7384;
  --bt-nori:#1f5f8b;--bt-yolk:#e07a4c;--bt-soy:#14344d;
  --lf-max:1200px;--lf-pad:20px;
  background:
    radial-gradient(circle at 20% 10%,rgba(255,255,255,.55),transparent 42%),
    repeating-linear-gradient(90deg,#dce8ef 0 18px,#d0dde6 18px 19px),
    #dce8ef!important;
  color:var(--bt-ink);
  font-family:"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Noto Sans SC",system-ui,sans-serif;
  min-height:100vh;margin:0;display:flex;flex-direction:column;overflow-x:clip;
}
.cb-body[data-skin="bento-tray"] *,
.cb-body[data-skin="bento-tray"] *::before,
.cb-body[data-skin="bento-tray"] *::after{box-sizing:border-box}
.cb-body[data-skin="bento-tray"] a{color:var(--bt-nori);text-decoration:none}
.cb-body[data-skin="bento-tray"] img{max-width:100%;display:block}
.cb-body[data-skin="bento-tray"] .cb-shell{
  max-width:none!important;margin:0!important;padding:0!important;background:transparent!important;box-shadow:none!important;
  width:100%!important;display:flex;flex-direction:column;min-height:100vh;
}
.cb-body[data-skin="bento-tray"] .cb-main,
.cb-body[data-skin="bento-tray"] main.page-main{
  max-width:var(--bt-max)!important;margin:0 auto!important;width:100%!important;flex:1;
  padding:16px var(--bt-gutter) 56px!important;
  padding-left:max(var(--bt-gutter), env(safe-area-inset-left))!important;
  padding-right:max(var(--bt-gutter), env(safe-area-inset-right))!important;
}
.bt-head__shell,
.cb-body[data-skin="bento-tray"] .bt-foot__inner,
.cb-body[data-skin="bento-tray"] .bt-foot > div{
  max-width:var(--bt-max)!important;margin-left:auto!important;margin-right:auto!important;width:100%!important;
  padding-left:max(var(--bt-gutter), env(safe-area-inset-left))!important;
  padding-right:max(var(--bt-gutter), env(safe-area-inset-right))!important;
  box-sizing:border-box!important;
}
.bt-head__shell{padding-top:12px;padding-bottom:14px}
.cb-body[data-skin="bento-tray"] .cb-header,
.cb-body[data-skin="bento-tray"] .cb-footer,
.cb-body[data-skin="bento-tray"] .cb-drawer{display:none!important}

.bt-head{
  position:sticky;top:0;z-index:40;background:#e8f1f6;
  border-bottom:4px solid var(--bt-soy);
  padding-top:env(safe-area-inset-top,0);
  width:100%!important;max-width:none!important;
}
.cb-body[data-skin="bento-tray"] .bt-head__bar{
  display:flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:16px!important;
}
.bt-brand{display:inline-flex;align-items:center;gap:10px;color:inherit!important;flex:0 0 auto}
.bt-brand__mark{
  width:44px;height:44px;border-radius:14px;display:grid;place-items:center;
  font-weight:900;color:#f4f8fb;background:var(--bt-nori);
  box-shadow:inset 0 -4px 0 rgba(0,0,0,.12);
}
.bt-brand__text{display:flex;flex-direction:column;line-height:1.15}
.bt-brand__text strong{font-size:1.2rem;font-weight:800;letter-spacing:.04em}
.bt-brand__text small{font-size:.72rem;color:var(--bt-nori);font-weight:800}
.bt-search{
  margin-left:auto;display:flex;align-items:stretch;flex:0 1 360px;max-width:360px;width:100%;
  background:var(--bt-rice);border:2px solid var(--bt-soy);border-radius:999px;overflow:hidden;
}
.bt-search input{
  flex:1;border:0;outline:0;padding:10px 16px;background:transparent;color:var(--bt-ink);font:inherit;font-size:16px;min-width:0;
}
.bt-search button{
  border:0;padding:10px 16px;min-height:44px;font-weight:800;cursor:pointer;
  background:var(--bt-yolk);color:var(--bt-soy);font-family:inherit;
}
.bt-toggle{
  width:44px;height:44px;border:2px solid var(--bt-soy);background:var(--bt-rice);border-radius:12px;display:none;
  flex-direction:column;align-items:center;justify-content:center;gap:5px;flex:0 0 auto;
}
.bt-toggle span{display:block;width:16px;height:2px;background:var(--bt-soy);border-radius:2px}
.bt-nav{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 0}
.bt-nav a{
  min-height:40px;padding:0 14px;display:inline-flex;align-items:center;
  background:var(--bt-rice);color:var(--bt-ink)!important;font-weight:800;font-size:.84rem;
  border-radius:999px;border:2px solid transparent;
}
.bt-nav a:hover,.bt-nav a[aria-current="page"]{border-color:var(--bt-nori);color:var(--bt-nori)!important}
@media (max-width:900px){
  .cb-body[data-skin="bento-tray"] .bt-head__bar{flex-wrap:wrap!important}
  .bt-search{order:3;flex:1 1 100%;max-width:none;margin-left:0}
  .bt-toggle{display:flex;margin-left:auto}
  .bt-nav{display:none}
  .bt-nav.open{display:flex}
}

.bt-hero{margin:0 0 28px}
.bt-hero__box{
  display:grid;grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr);
  grid-template-rows:minmax(220px,1fr) auto;
  gap:14px;padding:14px;min-height:460px;align-items:stretch;
  background:#b7cddb;border-radius:32px;
  box-shadow:0 18px 40px rgba(61,42,26,.12);
}
.bt-hero__cell{background:var(--bt-rice);border-radius:22px;overflow:hidden;min-width:0}
.bt-hero__cell--photo{
  grid-column:1;grid-row:1/3;position:relative;min-height:320px;
}
.bt-hero__cell--photo img{
  position:absolute!important;inset:0;width:100%!important;height:100%!important;
  object-fit:cover!important;max-width:none!important;
}
.bt-hero__cell--copy{
  grid-column:2;grid-row:1;padding:28px 28px 16px;
  display:flex;flex-direction:column;justify-content:center;
}
.bt-hero__kicker{
  display:inline-flex;align-self:flex-start;margin:0 0 12px;padding:5px 12px;border-radius:999px;
  background:var(--bt-nori);color:#f4f8fb;font-size:.75rem;font-weight:800;letter-spacing:.04em;
}
.bt-hero h1{
  margin:0 0 12px;font-size:clamp(1.9rem,4.2vw,2.7rem);font-weight:800;letter-spacing:.06em;
  color:var(--bt-soy);line-height:1.15;
}
.bt-hero__desc{margin:0;line-height:1.8;color:var(--bt-muted);max-width:36em}
.bt-hero__cell--cta{
  grid-column:2;grid-row:2;padding:16px 20px 18px;
  display:flex;flex-direction:column;gap:12px;
}
.bt-hero__minis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.bt-hero__minis a{
  display:block;border-radius:14px;overflow:hidden;aspect-ratio:3/4;background:#14344d;
}
.bt-hero__minis img{width:100%!important;height:100%!important;object-fit:cover!important}
.bt-hero__cta{display:flex;flex-wrap:wrap;align-items:center;gap:10px}
.bt-btn{
  display:inline-flex;align-items:center;justify-content:center;min-height:44px;
  padding:8px 18px;font-weight:800;border-radius:999px;border:2px solid transparent;font-family:inherit;
}
.bt-btn--hot{background:var(--bt-nori);color:#f4f8fb!important}
.bt-btn--ghost{background:transparent;color:var(--bt-soy)!important;border-color:var(--bt-soy)}
.bt-hero__now{margin:0;font-size:.78rem;color:var(--bt-muted);font-weight:700}

.cb-body[data-skin="bento-tray"] .cb-hero{display:none!important}
.cb-body[data-skin="bento-tray"] .cb-capsules{
  display:flex;flex-wrap:wrap;gap:8px;margin:0 0 20px;padding:10px!important;
  background:var(--bt-rice);border-radius:22px;border:0;overflow:visible;
  max-width:none!important;width:100%!important;margin-left:0!important;margin-right:0!important;
}
.cb-body[data-skin="bento-tray"] .cb-capsule{
  clip-path:none!important;border-radius:999px!important;
  background:#e8f1f6!important;color:var(--bt-ink)!important;
  border:2px solid transparent!important;box-shadow:none!important;font-weight:800;
}
.cb-body[data-skin="bento-tray"] .cb-capsule:hover{border-color:var(--bt-nori)!important;background:var(--bt-nori)!important;color:#f4f8fb!important}
.cb-body[data-skin="bento-tray"] .cb-zone__head{
  display:flex;align-items:center;justify-content:space-between;padding:4px 4px 12px;margin-bottom:8px;
}
.cb-body[data-skin="bento-tray"] .cb-zone__title{
  font-weight:800;letter-spacing:.04em;color:var(--bt-soy)!important;
}
.cb-body[data-skin="bento-tray"] .cb-zone__icon{color:var(--bt-nori)!important}

.cb-body[data-skin="bento-tray"] .cb-push-rail{
  display:block!important;overflow:visible!important;width:100%!important;max-width:100%!important;padding:0!important;
}
.cb-body[data-skin="bento-tray"] .cb-push-rail__track{
  display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;
  width:100%!important;max-width:100%!important;gap:14px!important;padding:0!important;
  overflow:visible!important;
}
.cb-body[data-skin="bento-tray"] .cb-push-rail .cb-card,
.cb-body[data-skin="bento-tray"] .cb-push-rail .cb-card--push{
  flex:none!important;width:100%!important;max-width:none!important;min-width:0!important;
}
.cb-body[data-skin="bento-tray"] .cb-grid,
.cb-body[data-skin="bento-tray"] .cb-grid--cat,
.cb-body[data-skin="bento-tray"] .cb-grid--pick,
.cb-body[data-skin="bento-tray"] .cb-grid--reco,
.cb-body[data-skin="bento-tray"] .movie-grid{
  display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;width:100%!important;
}

.cb-body[data-skin="bento-tray"] .cb-card{
  display:flex!important;flex-direction:column!important;
  width:100%!important;min-width:0!important;max-width:none!important;
  background:#fff!important;border:1px solid rgba(61,42,26,.08)!important;
  border-radius:18px!important;overflow:hidden;
  box-shadow:0 12px 28px rgba(61,42,26,.08);
  transform:none;transition:transform .2s ease,box-shadow .2s ease;
}
.cb-body[data-skin="bento-tray"] .cb-card:hover{
  transform:translateY(-6px);border-color:rgba(31,95,139,.4)!important;
  box-shadow:0 18px 36px rgba(20,52,77,.14);
}
.cb-body[data-skin="bento-tray"] .cb-card__frame{
  display:flex!important;flex-direction:column!important;position:relative;
  width:100%!important;aspect-ratio:auto!important;height:auto!important;min-height:0!important;
  background:#fff!important;order:1;overflow:hidden;
}
.cb-body[data-skin="bento-tray"] .cb-card__frame img,
.cb-body[data-skin="bento-tray"] .cb-card img{
  width:100%!important;height:auto!important;max-height:none!important;
  aspect-ratio:3/4!important;object-fit:cover!important;flex:0 0 auto!important;
  background:#c5d6e2!important;border-radius:0!important;
}
.cb-body[data-skin="bento-tray"] .cb-card:hover .cb-card__frame img{transform:scale(1.04)}
.cb-body[data-skin="bento-tray"] .cb-card__title{
  position:static!important;left:auto!important;right:auto!important;bottom:auto!important;
  margin:0!important;padding:12px 14px 2px!important;order:2;z-index:2;
  font-size:.95rem!important;font-weight:800!important;line-height:1.4!important;
  color:#1c1710!important;background:#fff!important;min-height:2.8em;
  word-break:normal!important;overflow-wrap:break-word!important;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
  text-shadow:none!important;
}
.cb-body[data-skin="bento-tray"] .cb-card__shade{display:none!important}
.cb-body[data-skin="bento-tray"] .cb-card__badge{
  background:var(--bt-nori)!important;color:#fff!important;
  box-shadow:0 4px 12px rgba(0,0,0,.18);top:10px;left:10px;
}
.cb-body[data-skin="bento-tray"] .cb-card__year{
  background:rgba(255,248,238,.94)!important;color:#1c1710!important;top:10px;right:10px;
}
.cb-body[data-skin="bento-tray"] .cb-card__foot{
  display:flex;align-items:center;gap:8px;padding:8px 14px 14px;order:3;
  color:var(--bt-muted)!important;font-size:.72rem;border-top:0!important;
  margin-top:auto;background:#fff!important;
}
.cb-body[data-skin="bento-tray"] .cb-card__region{color:#1f5f8b!important;font-weight:700}
.cb-body[data-skin="bento-tray"] .cb-card__play{
  margin-left:auto;background:var(--bt-nori)!important;color:#f4f8fb!important;
  padding:5px 12px!important;border-radius:999px!important;font-weight:800;font-size:.75rem;
}

.cb-body[data-skin="bento-tray"] .cb-theater{
  display:flex!important;flex-direction:column!important;gap:10px;margin:0 0 22px;
  padding:12px;background:var(--bt-soy);border-radius:28px;
}
.cb-body[data-skin="bento-tray"] .cb-theater__screen{
  margin:0!important;background:#111;line-height:0;border-radius:20px;overflow:hidden;
}
.cb-body[data-skin="bento-tray"] #movie-player{
  width:100%!important;height:auto!important;max-height:min(72vh,820px)!important;display:block!important;background:#000;
}
.cb-body[data-skin="bento-tray"] .cb-theater__info{
  display:grid;grid-template-columns:88px minmax(0,1fr);gap:12px;padding:14px;
  background:var(--bt-rice);border-radius:20px;
}
.cb-body[data-skin="bento-tray"] .cb-theater__thumb img{
  width:88px!important;height:88px!important;aspect-ratio:1/1!important;object-fit:cover;border-radius:16px;
}
.cb-body[data-skin="bento-tray"] .cb-theater__title{font-weight:800;margin:0 0 8px;color:var(--bt-soy)}
.cb-body[data-skin="bento-tray"] .cb-theater__facts{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 10px}
.cb-body[data-skin="bento-tray"] .cb-theater__facts div{
  padding:4px 10px;background:#e8f1f6;border-radius:999px;font-size:.8rem;font-weight:700;
}
.cb-body[data-skin="bento-tray"] .cb-theater__brief{line-height:1.75;color:var(--bt-muted)}
.cb-body[data-skin="bento-tray"] .cb-theater__story{
  padding:14px 16px;background:var(--bt-rice);border-radius:20px;
}
.cb-body[data-skin="bento-tray"] .cb-trail{
  display:flex;flex-wrap:wrap;align-items:center;gap:6px;
  margin:0 0 14px;color:var(--bt-muted)!important;font-size:.82rem;
}
.cb-body[data-skin="bento-tray"] .cb-trail a{color:var(--bt-nori)!important}
.cb-body[data-skin="bento-tray"] .cb-cat-banner .cb-trail,
.cb-body[data-skin="bento-tray"] .cb-cat-banner .cb-trail a,
.cb-body[data-skin="bento-tray"] .cb-cat-banner .cb-trail span,
.cb-body[data-skin="bento-tray"] .cb-page-banner .cb-trail,
.cb-body[data-skin="bento-tray"] .cb-page-banner .cb-trail a{
  color:rgba(244,248,251,.9)!important;
}

.cb-body[data-skin="bento-tray"] .cb-cat-main{display:block!important}
.cb-body[data-skin="bento-tray"] .cb-filter-caps{
  display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:0 0 14px;padding:12px 14px;
  background:var(--bt-rice);border-radius:22px;width:100%;
}
.cb-body[data-skin="bento-tray"] .cb-filter-caps input,
.cb-body[data-skin="bento-tray"] .cb-filter-caps select{
  height:44px;font-size:16px;background:#e8f1f6;color:var(--bt-ink);border:2px solid var(--bt-soy);border-radius:12px;padding:0 10px;
}
.cb-body[data-skin="bento-tray"] .cb-cat-banner,
.cb-body[data-skin="bento-tray"] .cb-page-banner{
  margin:0 0 16px;padding:22px 24px;border-radius:22px;
  background:linear-gradient(120deg,#14344d 0%,#1f5f8b 100%)!important;
  color:#f4f8fb!important;box-shadow:0 12px 28px rgba(20,52,77,.18);
}
.cb-body[data-skin="bento-tray"] .cb-cat-banner h1,
.cb-body[data-skin="bento-tray"] .cb-page-banner h1,
.cb-body[data-skin="bento-tray"] .cb-cat-banner__title{
  font-weight:800;margin:6px 0;color:#fff!important;
}
.cb-body[data-skin="bento-tray"] .cb-cat-banner__desc,
.cb-body[data-skin="bento-tray"] .cb-page-banner p{
  color:rgba(244,248,251,.88)!important;
}
.cb-body[data-skin="bento-tray"] .cb-cat-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
.cb-body[data-skin="bento-tray"] .overview-card{
  background:var(--bt-rice);border-radius:18px;padding:14px;color:inherit!important;border-left:6px solid var(--bt-nori);
}

.bt-lead{
  margin:0 0 22px;padding:22px 24px;background:#fff;border-radius:22px;
  border-left:6px solid var(--bt-nori);
}
.bt-lead__title{margin:0 0 12px;font-size:1.12rem;font-weight:800;color:var(--bt-soy);line-height:1.55}
.bt-lead .t-hot{color:var(--bt-nori)}
.bt-lead p{margin:0 0 10px;line-height:1.8;color:var(--bt-muted)}
.bt-lead p:last-child{margin:0}

.bt-foot{
  margin-top:auto;background:var(--bt-soy);color:var(--bt-rice);
  padding-bottom:env(safe-area-inset-bottom,0);
}
.bt-foot__inner{
  max-width:var(--bt-max);margin:0 auto;padding:22px var(--bt-gutter) 28px;
  display:grid;grid-template-columns:1.2fr 1fr;gap:16px;
}
.bt-foot a{color:var(--bt-yolk)!important}
.bt-foot__logo{font-weight:800;font-size:1.2rem;color:var(--bt-rice)!important}
.bt-foot__tag{margin:6px 0 0;color:#b7cddb;line-height:1.65}
.bt-foot__nav{display:flex;flex-wrap:wrap;gap:10px 16px}
.bt-foot__seo{grid-column:1/-1;font-size:.7rem;letter-spacing:.08em;color:rgba(255,248,238,.28)}

@media (max-width:1100px){
  .cb-body[data-skin="bento-tray"] .cb-push-rail__track,
  .cb-body[data-skin="bento-tray"] .cb-grid,
  .cb-body[data-skin="bento-tray"] .cb-grid--cat,
  .cb-body[data-skin="bento-tray"] .cb-grid--reco{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media (max-width:900px){
  .bt-hero__box{grid-template-columns:1fr;grid-template-rows:auto;min-height:0}
  .bt-hero__cell--photo{grid-row:auto;grid-column:auto;min-height:240px;aspect-ratio:16/10}
  .bt-hero__cell--copy,.bt-hero__cell--cta{grid-column:auto;grid-row:auto}
  .cb-body[data-skin="bento-tray"] .cb-push-rail{display:block!important}
  .cb-body[data-skin="bento-tray"] .cb-push-rail__track,
  .cb-body[data-skin="bento-tray"] .cb-grid,
  .cb-body[data-skin="bento-tray"] .cb-grid--cat,
  .cb-body[data-skin="bento-tray"] .cb-grid--reco{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .bt-foot__inner{grid-template-columns:1fr}
}
@media (max-width:360px){
  .cb-body[data-skin="bento-tray"] .cb-push-rail__track,
  .cb-body[data-skin="bento-tray"] .cb-grid{grid-template-columns:1fr!important}
}

.cb-body[data-skin="bento-tray"]{-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;text-size-adjust:100%}
.cb-body[data-skin="bento-tray"] button,
.cb-body[data-skin="bento-tray"] a,
.cb-body[data-skin="bento-tray"] .cb-card__play,
.cb-body[data-skin="bento-tray"] .cb-capsule{touch-action:manipulation}
.cb-body[data-skin="bento-tray"] #movie-player{width:100%!important;max-width:100%;height:auto!important;object-fit:contain;background:#000}
.cb-body[data-skin="bento-tray"] .cb-card__play{min-height:36px}
@media (prefers-reduced-motion:reduce){
  .cb-body[data-skin="bento-tray"] .cb-card,
  .cb-body[data-skin="bento-tray"] .cb-card__frame img{transition:none!important;transform:none!important}
}
