@charset "UTF-8";

/*
 smart-chuka.html CSS
  #smart-chuka 
*/

#smart-chuka {
 --sc-red: #c60000;
 --sc-deep-red: #a90000;
 --sc-green: #159b00;
 --sc-text: #171717;
 --sc-white: #fff;
 --sc-line: #e9e9e9;
 color: var(--sc-text);
 background: #fff;
 font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
 font-size: 16px;
 line-height: 1.8;
 letter-spacing: .04em;
 overflow: hidden;
}

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

#smart-chuka img { display: block; max-width: 100%; height: auto; }
#smart-chuka a { color: inherit; text-decoration: none; }
#smart-chuka button { font: inherit; }
#smart-chuka p,
#smart-chuka h1,
#smart-chuka h2,
#smart-chuka h3,
#smart-chuka dl,
#smart-chuka dd { margin: 0; }
#smart-chuka button { border: 0; background: none; cursor: pointer; color: inherit; }

#smart-chuka .sc-container {
 width: min(100% - 48px, 920px);
 margin-inline: auto;
}

#smart-chuka .sc-section { padding: 92px 0; }
#smart-chuka section[id] { scroll-margin-top: 76px; }

/* header */
#smart-chuka .sc-header {
 position: sticky;
 top: 0;
 z-index: 1000;
 height: 76px;
 background: rgba(255,255,255,.97);
 border-bottom: 1px solid rgba(0,0,0,.06);
 backdrop-filter: blur(10px);
}

#smart-chuka .sc-header__inner {
 width: min(100% - 48px, 1030px);
 height: 100%;
 margin-inline: auto;
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 30px;
}

#smart-chuka .sc-header__logo { width: 150px; flex: 0 0 auto; }
#smart-chuka .sc-header__logo img { width: 100%; }

#smart-chuka .sc-global-nav {
 display: flex;
 align-items: center;
 gap: clamp(18px, 2.3vw, 38px);
 font-size: 12px;
 font-weight: 700;
 letter-spacing: .08em;
}
#smart-chuka .sc-global-nav a { position: relative; padding: 27px 0 22px; }
#smart-chuka .sc-global-nav a::after {
 content: "";
 position: absolute;
 left: 0; right: 0; bottom: 17px;
 height: 2px;
 background: var(--sc-red);
 transform: scaleX(0);
 transition: transform .25s ease;
}
#smart-chuka .sc-global-nav a:hover::after { transform: scaleX(1); }
#smart-chuka .sc-menu-button { display: none; }

/* hero */
#smart-chuka .sc-hero picture,
#smart-chuka .sc-hero img { width: 100%; }
#smart-chuka .sc-hero img { max-height: 600px; object-fit: cover; }

/* headings */
#smart-chuka .sc-heading { margin-bottom: 44px; }
#smart-chuka .sc-heading__en {
 display: block;
 color: var(--sc-red);
 font-size: 10px;
 font-weight: 800;
 letter-spacing: .16em;
 line-height: 1;
 margin-bottom: 10px;
}
#smart-chuka .sc-heading h1,
#smart-chuka .sc-heading h2 {
 position: relative;
 font-size: clamp(25px, 3vw, 35px);
 line-height: 1.35;
 font-weight: 800;
 padding-left: 19px;
}
#smart-chuka .sc-heading h1::before,
#smart-chuka .sc-heading h2::before {
 content: "";
 position: absolute;
 left: 0;
 top: .18em;
 width: 7px;
 height: 1.05em;
 background: var(--sc-red);
 border-radius: 10px;
}
#smart-chuka .sc-heading--light .sc-heading__en { color: #ffd86a; }
#smart-chuka .sc-heading--light h2 { color: #fff; }
#smart-chuka .sc-heading--light h2::before { background: #ffd86a; }

/* about */
#smart-chuka .sc-about__grid {
 display: grid;
 grid-template-columns: 1.1fr 1fr;
 gap: 64px;
 align-items: center;
}
#smart-chuka .sc-about__image {
 width: 100%;
 aspect-ratio: 1.4 / 1;
 object-fit: cover;
}
#smart-chuka .sc-about__body h2 {
 font-size: 23px;
 line-height: 1.45;
 margin-bottom: 22px;
}
#smart-chuka .sc-about__body p { font-size: 14px; line-height: 2; }

/* robot */
#smart-chuka .sc-robot {
 color: #fff;
 background: linear-gradient(135deg, #b70000, #d00000 48%, #a60000);
}
#smart-chuka .sc-robot__lead {
 display: grid;
 grid-template-columns: .86fr 1.14fr;
 gap: 58px;
 align-items: center;
 margin-bottom: 58px;
}
#smart-chuka .sc-robot__copy h3 {
 font-size: clamp(24px, 3vw, 34px);
 line-height: 1.55;
 margin-bottom: 23px;
}
#smart-chuka .sc-robot__copy p { font-size: 14px; line-height: 2; }
#smart-chuka .sc-robot__image {
 width: 100%;
 filter: drop-shadow(0 18px 18px rgba(0,0,0,.25));
}

/* =====================================
   自動調理ロボット POINTアコーディオン
===================================== */

#smart-chuka .sc-points {
  width: 100%;
}

#smart-chuka .sc-point {
  position: relative;
}

/* 各POINTの見出し */
#smart-chuka .sc-point__button {
  width: 100%;
  min-height: 76px;
  display: grid;
  grid-template-columns: 98px 1fr 54px;
  align-items: stretch;
  padding: 0;
  color: #fff;
  text-align: left;
}

/* POINT番号の四角 */
#smart-chuka .sc-point__number {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  transition: color 0.2s ease, background-color 0.2s ease;
}

/* タイトル部分 */
#smart-chuka .sc-point__title {
  display: flex;
  align-items: center;
  padding: 0 28px;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.4;
}

/* ＋／－部分 */
#smart-chuka .sc-point__mark {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #fff;
  color: #fff;
}

#smart-chuka .sc-point__mark::before,
#smart-chuka .sc-point__mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease;
}

#smart-chuka .sc-point__mark::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* マウスオン：POINT番号だけ白背景＋赤文字 */
#smart-chuka .sc-point__button:hover .sc-point__number {
  color: var(--sc-red);
  background: #fff;
}

/* 開いている項目：POINT番号だけ白背景＋赤文字 */
#smart-chuka .sc-point.is-open .sc-point__number {
  color: var(--sc-red);
  background: #fff;
}

/* 開いているとき＋を－へ */
#smart-chuka .sc-point.is-open .sc-point__mark::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

/* 開閉パネル */
#smart-chuka .sc-point__panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  visibility: hidden;
  transition:
    grid-template-rows 0.35s ease,
    opacity 0.25s ease,
    visibility 0.35s ease;
}

#smart-chuka .sc-point__panel-inner {
  min-height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  transition:
    min-height 0.35s ease,
    padding-top 0.35s ease,
    padding-bottom 0.35s ease;
}

#smart-chuka .sc-point.is-open .sc-point__panel {
  grid-template-rows: 1fr;
  opacity: 1;
  visibility: visible;
}

/* 開いた中身 */
#smart-chuka .sc-point__panel-inner {
  margin: 0;
  padding-left: 42px;
  padding-right: 42px;
  display: flex;
  align-items: center;
  gap: 40px;
  color: #222;
  background: #fff;
}

#smart-chuka .sc-point.is-open .sc-point__panel-inner {
  min-height: 142px;
  padding-top: 30px;
  padding-bottom: 30px;
}

#smart-chuka .sc-point__panel-inner img {
  width: 125px;
  height: 78px;
  flex-shrink: 0;
  object-fit: contain;
}

#smart-chuka .sc-point__panel-inner p {
  font-size: 14px;
  line-height: 1.9;
}

/* 項目同士の間隔 */
#smart-chuka .sc-point + .sc-point {
  margin-top: 32px;
}

/* 店舗情報の＋－と開閉 */
#smart-chuka .sc-store-item__mark {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}

#smart-chuka .sc-store-item__mark::before,
#smart-chuka .sc-store-item__mark::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 14px;
  height: 1px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease;
}

#smart-chuka .sc-store-item__mark::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

#smart-chuka .is-open > button .sc-store-item__mark::after {
  transform: translate(-50%, -50%) rotate(0);
}

#smart-chuka .sc-store-item__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}

#smart-chuka .is-open > .sc-store-item__panel {
  grid-template-rows: 1fr;
}

#smart-chuka .sc-store-item__panel > * {
  overflow: hidden;
}

/* menu */
#smart-chuka .sc-menu-grid {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 gap: 22px 34px;
}
#smart-chuka .sc-menu-card {
 display: grid;
 grid-template-columns: 44% 1fr;
 min-height: 160px;
 color: #fff;
 background: var(--sc-red);
 overflow: hidden;
}
#smart-chuka .sc-menu-card > img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
#smart-chuka .sc-menu-card__body { padding: 22px 20px; }
#smart-chuka .sc-menu-card__body h3 {
 font-size: 15px;
 line-height: 1.5;
 margin-bottom: 10px;
}
#smart-chuka .sc-menu-card__body p { font-size: 11px; line-height: 1.75; }
#smart-chuka .sc-menu-card--extra { display: none; }
#smart-chuka .sc-menu-grid.is-expanded .sc-menu-card--extra { display: grid; animation: scFadeIn .45s ease both; }
@keyframes scFadeIn { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: none; } }

#smart-chuka .sc-more-button {
 width: min(100%, 320px);
 height: 54px;
 margin: 40px auto 0;
 border: 1px solid var(--sc-red);
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 14px;
 color: var(--sc-red);
 font-size: 13px;
 font-weight: 700;
}
#smart-chuka .sc-more-button:hover { background: #fff5f5; }
#smart-chuka .sc-more-button__arrow {
 width: 8px; height: 8px;
 border-right: 1px solid currentColor;
 border-bottom: 1px solid currentColor;
 transform: rotate(45deg) translateY(-3px);
 transition: transform .25s ease;
}
#smart-chuka .sc-more-button[aria-expanded="true"] .sc-more-button__arrow {
 transform: rotate(225deg) translate(-2px,-2px);
}

/* stores */
#smart-chuka .sc-stores {
 color: #fff;
 background: var(--sc-red);
}
#smart-chuka .sc-store-list { display: grid; gap: 14px; }
#smart-chuka .sc-store-item { color: #111; background: #fff; }
#smart-chuka .sc-store-item__button {
 width: 100%;
 min-height: 62px;
 display: flex;
 align-items: center;
 justify-content: space-between;
 text-align: left;
 padding: 16px 24px;
 font-size: 15px;
 font-weight: 800;
}
#smart-chuka .sc-store-card {
 display: grid;
 grid-template-columns: 42% 1fr;
 gap: 30px;
 padding: 0 24px 28px;
}
#smart-chuka .sc-store-card > img {
 width: 100%;
 height: 100%;
 min-height: 220px;
 object-fit: cover;
}
#smart-chuka .sc-store-card__body h3 { font-size: 19px; margin-bottom: 10px; }
#smart-chuka .sc-store-card dl { font-size: 12px; }
#smart-chuka .sc-store-card dl div {
 display: grid;
 grid-template-columns: 78px 1fr;
 padding: 7px 0;
 border-bottom: 1px solid #ddd;
}
#smart-chuka .sc-store-card dt { font-weight: 700; }
#smart-chuka .sc-store-card__body > a {
 display: inline-flex;
 align-items: center;
 gap: 10px;
 margin-top: 18px;
 font-size: 12px;
 font-weight: 800;
 color: var(--sc-red);
}
#smart-chuka .sc-store-card__body > a img,
#smart-chuka .sc-delivery__buttons img { width: 14px; height: 14px; object-fit: contain; filter: brightness(0) invert(1); }
#smart-chuka .sc-store-card__body > a img { filter: none; }

/* delivery */
#smart-chuka .sc-delivery__buttons {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 18px;
}
#smart-chuka .sc-delivery__buttons a {
 min-height: 64px;
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 18px;
 color: #fff;
 background: var(--sc-green);
 font-size: 13px;
 font-weight: 800;
 transition: opacity .2s ease, transform .2s ease;
}
#smart-chuka .sc-delivery__buttons a:hover { opacity: .86; transform: translateY(-2px); }

/* news */
#smart-chuka .sc-news { color: #fff; background: var(--sc-red); }
#smart-chuka .sc-news-list { display: grid; }
#smart-chuka .sc-news-list a {
 display: grid;
 grid-template-columns: 115px 1fr;
 gap: 30px;
 padding: 16px 0;
 border-bottom: 1px solid rgba(255,255,255,.35);
 font-size: 12px;
}
#smart-chuka .sc-news-list a:hover span { text-decoration: underline; }
#smart-chuka .sc-news-list time { opacity: .72; }

/* footer */
#smart-chuka .sc-footer {
 min-height: 410px;
 color: #fff;
 background:
 linear-gradient(rgba(0,0,0,.64), rgba(0,0,0,.72)),
 url("../images/smart-chuka/footer-bg.png") center / cover no-repeat;
 display: grid;
 place-items: center;
 text-align: center;
 padding: 55px 24px;
}
#smart-chuka .sc-footer__inner > a { display: inline-block; width: 245px; }
#smart-chuka .sc-footer__inner > a img { width: 100%; filter: brightness(0) invert(1); }
#smart-chuka .sc-footer__inner p { font-size: 12px; margin: 13px 0 85px; }
#smart-chuka .sc-footer__inner small { font-size: 9px; opacity: .75; }

/* tablet */
@media (max-width: 900px) {
 #smart-chuka .sc-header__inner { width: min(100% - 34px, 1030px); }
 #smart-chuka .sc-menu-button {
 position: relative;
 z-index: 1002;
 display: grid;
 width: 42px;
 height: 42px;
 padding: 10px 7px;
 align-content: center;
 gap: 6px;
 }
 #smart-chuka .sc-menu-button span {
 display: block;
 height: 2px;
 background: var(--sc-text);
 transition: transform .25s ease, opacity .25s ease;
 }
 #smart-chuka .sc-menu-button.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
 #smart-chuka .sc-menu-button.is-open span:nth-child(2) { opacity: 0; }
 #smart-chuka .sc-menu-button.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
 #smart-chuka .sc-global-nav {
 position: fixed;
 inset: 76px 0 auto;
 display: grid;
 gap: 0;
 max-height: 0;
 overflow: hidden;
 background: #fff;
 box-shadow: 0 12px 22px rgba(0,0,0,.08);
 transition: max-height .35s ease;
 }
 #smart-chuka .sc-global-nav.is-open { max-height: 430px; }
 #smart-chuka .sc-global-nav a {
 padding: 16px 24px;
 border-bottom: 1px solid #eee;
 }
 #smart-chuka .sc-global-nav a::after { display: none; }
}

/* smartphone */
@media (max-width: 767px) {
 #smart-chuka {
 font-size: 15px;
 line-height: 1.75;
 }
 #smart-chuka .sc-container { width: calc(100% - 40px); }
 #smart-chuka .sc-section { padding: 58px 0; }
 #smart-chuka section[id] { scroll-margin-top: 66px; }

 #smart-chuka .sc-header { height: 66px; }
 #smart-chuka .sc-header__inner { width: calc(100% - 30px); }
 #smart-chuka .sc-header__logo { width: 128px; }
 #smart-chuka .sc-global-nav { inset: 66px 0 auto; }

 #smart-chuka .sc-hero img { max-height: none; object-fit: contain; }

 #smart-chuka .sc-heading { margin-bottom: 30px; }
 #smart-chuka .sc-heading__en { font-size: 8px; margin-bottom: 8px; }
 #smart-chuka .sc-heading h1,
 #smart-chuka .sc-heading h2 { font-size: 22px; padding-left: 15px; }
 #smart-chuka .sc-heading h1::before,
 #smart-chuka .sc-heading h2::before { width: 5px; }

 #smart-chuka .sc-about__grid {
 grid-template-columns: 1fr;
 gap: 24px;
 }
 #smart-chuka .sc-about__image { aspect-ratio: 1.34 / 1; }
 #smart-chuka .sc-about__body h2 { font-size: 17px; margin-bottom: 13px; }
 #smart-chuka .sc-about__body p { font-size: 12px; line-height: 1.95; }

 #smart-chuka .sc-robot__lead {
 grid-template-columns: 1fr;
 gap: 28px;
 margin-bottom: 36px;
 }
 #smart-chuka .sc-robot__copy h3 { font-size: 21px; margin-bottom: 15px; }
 #smart-chuka .sc-robot__copy p { font-size: 12px; }
 #smart-chuka .sc-robot__image { order: -1; }
  #smart-chuka .sc-point__button {
    min-height: 58px;
    grid-template-columns: 72px 1fr 38px;
  }

  #smart-chuka .sc-point__number {
    border-width: 1px;
    font-size: 8px;
  }

  #smart-chuka .sc-point__title {
    padding: 0 12px;
    border-bottom-width: 1px;
    font-size: 13px;
  }

  #smart-chuka .sc-point__mark {
    border-bottom-width: 1px;
  }

  #smart-chuka .sc-point__mark::before,
  #smart-chuka .sc-point__mark::after {
    width: 16px;
    height: 1px;
  }

  #smart-chuka .sc-point__panel-inner {
    padding-left: 18px;
    padding-right: 18px;
    gap: 18px;
  }

  #smart-chuka .sc-point.is-open .sc-point__panel-inner {
    min-height: 110px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  #smart-chuka .sc-point__panel-inner img {
    width: 78px;
    height: 60px;
  }

  #smart-chuka .sc-point__panel-inner p {
    font-size: 11px;
    line-height: 1.8;
  }

  #smart-chuka .sc-point + .sc-point {
    margin-top: 0;
  }

  #smart-chuka .sc-menu-grid {
 grid-template-columns: 1fr;
 gap: 13px;
 }
 #smart-chuka .sc-menu-card {
 grid-template-columns: 42% 1fr;
 min-height: 125px;
 }
 #smart-chuka .sc-menu-card__body { padding: 14px 13px; }
 #smart-chuka .sc-menu-card__body h3 { font-size: 12px; margin-bottom: 6px; }
 #smart-chuka .sc-menu-card__body p { font-size: 9px; line-height: 1.65; }
 #smart-chuka .sc-more-button { height: 45px; margin-top: 24px; font-size: 11px; }

 #smart-chuka .sc-store-list { gap: 10px; }
 #smart-chuka .sc-store-item__button { min-height: 50px; padding: 12px 15px; font-size: 12px; }
 #smart-chuka .sc-store-card {
 grid-template-columns: 1fr;
 gap: 16px;
 padding: 0 15px 17px;
 }
 #smart-chuka .sc-store-card > img { min-height: 0; aspect-ratio: 1.45 / 1; }
 #smart-chuka .sc-store-card__body h3 { font-size: 15px; }
 #smart-chuka .sc-store-card dl { font-size: 10px; }
 #smart-chuka .sc-store-card dl div { grid-template-columns: 65px 1fr; padding: 5px 0; }

 #smart-chuka .sc-delivery__buttons { grid-template-columns: 1fr; gap: 10px; }
 #smart-chuka .sc-delivery__buttons a { min-height: 50px; font-size: 11px; }

 #smart-chuka .sc-news-list a {
 grid-template-columns: 1fr;
 gap: 3px;
 padding: 13px 0;
 font-size: 10px;
 }

 #smart-chuka .sc-footer { min-height: 305px; }
 #smart-chuka .sc-footer__inner > a { width: 190px; }
 #smart-chuka .sc-footer__inner p { margin-bottom: 60px; }
}

/* =====================================
   POINTを上から下へ開くように修正
===================================== */

#smart-chuka .sc-point__panel {
  display: block !important;
  grid-template-rows: unset !important;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition:
    max-height 0.4s ease,
    opacity 0.2s ease,
    visibility 0.4s ease;
}

#smart-chuka .sc-point.is-open .sc-point__panel {
  max-height: 300px;
  opacity: 1;
  visibility: visible;
}

#smart-chuka .sc-point__panel-inner {
  transform: none !important;
}

/* ==================================================
   ヘッダー・メインスライダー・文字サイズ 最終調整
================================================== */

/* -----------------------------------
   ヘッダー：大画面でも横幅に合わせて広げる
----------------------------------- */

#smart-chuka .sc-header__inner {
  width: calc(100% - 96px);
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  gap: 50px;
}

#smart-chuka .sc-header__logo {
  width: 170px;
  flex-shrink: 0;
}

#smart-chuka .sc-global-nav {
  margin-left: auto;
  justify-content: flex-end;
  gap: clamp(28px, 3vw, 70px);
  font-size: 14px;
}


/* -----------------------------------
   メイン画像スライダー
----------------------------------- */

#smart-chuka .sc-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#smart-chuka .sc-hero-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
}

#smart-chuka .sc-hero-slider__viewport {
  width: 100%;
  overflow: hidden;
}

#smart-chuka .sc-hero-slider__track {
  display: flex;
  width: 100%;
  will-change: transform;
}

#smart-chuka .sc-hero-slider__slide {
  width: 100%;
  min-width: 100%;
  flex: 0 0 100%;
}

#smart-chuka .sc-hero-slider__slide picture {
  display: block;
  width: 100%;
}

#smart-chuka .sc-hero-slider__slide img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;

  /* 画像を絶対に切らない */
  object-fit: contain;
}

/* 以前のmax-height指定を無効化 */
#smart-chuka .sc-hero img {
  width: 100%;
  max-height: none;
  height: auto;
  object-fit: contain;
}


/* -----------------------------------
   スライダー左右の矢印
----------------------------------- */

#smart-chuka .sc-hero-slider__arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 64px;
  height: 76px;
  padding: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.42);
  transform: translateY(-50%);
  transition:
    background-color 0.25s ease,
    opacity 0.25s ease;
}

#smart-chuka .sc-hero-slider__arrow:hover {
  background: rgba(0, 0, 0, 0.68);
}

#smart-chuka .sc-hero-slider__arrow--prev {
  left: 0;
}

#smart-chuka .sc-hero-slider__arrow--next {
  right: 0;
}

#smart-chuka .sc-hero-slider__arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 18px;
  height: 18px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
}

#smart-chuka .sc-hero-slider__arrow--prev span {
  transform:
    translate(-35%, -50%)
    rotate(-135deg);
}

#smart-chuka .sc-hero-slider__arrow--next span {
  transform:
    translate(-65%, -50%)
    rotate(45deg);
}


/* -----------------------------------
   細かい説明文の文字サイズ
   PC：16px
----------------------------------- */

#smart-chuka .sc-about__body p,
#smart-chuka .sc-robot__copy p,
#smart-chuka .sc-point__panel-inner p,
#smart-chuka .sc-menu-card__body p,
#smart-chuka .sc-store-card dl,
#smart-chuka .sc-news-list a {
  font-size: 16px;
}


/* メニュー説明が大きくなっても収まるように調整 */
#smart-chuka .sc-menu-card {
  min-height: 190px;
}

#smart-chuka .sc-menu-card__body {
  padding: 22px;
}

#smart-chuka .sc-menu-card__body h3 {
  font-size: 18px;
}

#smart-chuka .sc-menu-card__body p {
  line-height: 1.7;
}


/* -----------------------------------
   タブレット
----------------------------------- */

@media (max-width: 1100px) {

  #smart-chuka .sc-header__inner {
    width: calc(100% - 50px);
    gap: 25px;
  }

  #smart-chuka .sc-header__logo {
    width: 150px;
  }

  #smart-chuka .sc-global-nav {
    gap: clamp(16px, 2vw, 30px);
    font-size: 12px;
  }

}


/* -----------------------------------
   スマホ
----------------------------------- */

@media (max-width: 767px) {

  #smart-chuka .sc-header__inner {
    width: calc(100% - 30px);
  }

  #smart-chuka .sc-header__logo {
    width: 128px;
  }

  /* スマホでも画像を切らない */
  #smart-chuka .sc-hero-slider__slide img,
  #smart-chuka .sc-hero img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }

  /* スマホの矢印 */
  #smart-chuka .sc-hero-slider__arrow {
    width: 42px;
    height: 58px;
  }

  #smart-chuka .sc-hero-slider__arrow span {
    width: 13px;
    height: 13px;
    border-top-width: 2px;
    border-right-width: 2px;
  }

  /* 説明文はスマホ15px */
  #smart-chuka .sc-about__body p,
  #smart-chuka .sc-robot__copy p,
  #smart-chuka .sc-point__panel-inner p,
  #smart-chuka .sc-menu-card__body p,
  #smart-chuka .sc-store-card dl,
  #smart-chuka .sc-news-list a {
    font-size: 15px;
  }

  #smart-chuka .sc-menu-card {
    min-height: 150px;
  }

  #smart-chuka .sc-menu-card__body {
    padding: 15px;
  }

  #smart-chuka .sc-menu-card__body h3 {
    font-size: 16px;
  }

}

/* ==================================================
   余白削除・追従ヘッダー・スワイプ対応
================================================== */

/* ページ外周の余白を完全に削除 */
html,
body {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

body {
  overflow-x: hidden;
}

#smart-chuka {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* 固定ヘッダー分だけ本文を下げる */
#smart-chuka > main {
  padding-top: 76px;
}

/* -----------------------------------
   追従ヘッダー
----------------------------------- */

#smart-chuka .sc-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  transform: translateY(0);
  transition:
    transform 0.35s ease,
    box-shadow 0.25s ease;
  will-change: transform;
}

/* 下へスクロールしたとき上へ隠す */
#smart-chuka .sc-header.is-hidden {
  transform: translateY(-105%);
}

/* 少しスクロールしたあとの影 */
#smart-chuka .sc-header.is-scrolled {
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.12);
}

/* -----------------------------------
   メイン画像の余白を完全に削除
----------------------------------- */

#smart-chuka .sc-hero,
#smart-chuka .sc-hero-slider,
#smart-chuka .sc-hero-slider__viewport,
#smart-chuka .sc-hero-slider__track,
#smart-chuka .sc-hero-slider__slide,
#smart-chuka .sc-hero-slider__slide picture {
  margin: 0;
  padding: 0;
  border: 0;
}

#smart-chuka .sc-hero,
#smart-chuka .sc-hero-slider,
#smart-chuka .sc-hero-slider__viewport {
  width: 100%;
  line-height: 0;
}

#smart-chuka .sc-hero-slider__track {
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
}

#smart-chuka .sc-hero-slider__track.is-dragging {
  cursor: grabbing;
}

#smart-chuka .sc-hero-slider__slide img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* スワイプ中の青い選択やドラッグ画像を防止 */
#smart-chuka .sc-hero-slider,
#smart-chuka .sc-hero-slider * {
  -webkit-tap-highlight-color: transparent;
}

/* -----------------------------------
   スマホ
----------------------------------- */

@media (max-width: 767px) {
  #smart-chuka > main {
    padding-top: 66px;
  }
}

/* ==================================================
   スマート中華とは：フェード画像切り替え
   ロボットコピー：2行調整
================================================== */

/* -----------------------------------
   スマート中華とは 画像切り替え
----------------------------------- */

#smart-chuka .sc-about-slider {
  position: relative;
  width: 100%;
  min-width: 0;
  user-select: none;
  -webkit-user-select: none;
}

#smart-chuka .sc-about-slider__viewport {
  position: relative;
  width: 100%;
  aspect-ratio: 1.4 / 1;
  overflow: hidden;
  background: #f5f5f5;
  cursor: grab;
  touch-action: pan-y;
}

#smart-chuka .sc-about-slider__viewport.is-dragging {
  cursor: grabbing;
}

#smart-chuka .sc-about-slider__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.65s ease,
    visibility 0.65s ease;
}

#smart-chuka .sc-about-slider__slide.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#smart-chuka .sc-about-slider__slide img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* 下の丸 */
#smart-chuka .sc-about-slider__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 22px;
}

#smart-chuka .sc-about-slider__dot {
  width: 14px;
  height: 14px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ebebeb;
  transition:
    background-color 0.25s ease,
    transform 0.25s ease;
}

#smart-chuka .sc-about-slider__dot:hover {
  background: #d5d5d5;
}

#smart-chuka .sc-about-slider__dot.is-active {
  background: #cfcfcf;
  transform: scale(1.08);
}


/* -----------------------------------
   自動調理ロボットのコピーを2行にする
----------------------------------- */

#smart-chuka .sc-robot__copy h3 {
  max-width: 520px;
  font-size: clamp(25px, 2.6vw, 38px);
  line-height: 1.5;
  letter-spacing: 0.02em;
}

/*
  HTML内の改行位置を使い、
  「早くておいしい。」
  「できたてスマート中華。」
  の2行に固定
*/
#smart-chuka .sc-robot__copy h3 br {
  display: block;
}


/* -----------------------------------
   メイン画像：スマホの指スワイプを確実に有効化
----------------------------------- */

#smart-chuka .sc-hero-slider,
#smart-chuka .sc-hero-slider__viewport,
#smart-chuka .sc-hero-slider__track {
  touch-action: pan-y;
}

#smart-chuka .sc-hero-slider__track {
  cursor: grab;
}

#smart-chuka .sc-hero-slider__track.is-dragging {
  cursor: grabbing;
}


/* -----------------------------------
   スマホ
----------------------------------- */

@media (max-width: 767px) {

  #smart-chuka .sc-about-slider__viewport {
    aspect-ratio: 1.34 / 1;
  }

  #smart-chuka .sc-about-slider__dots {
    gap: 10px;
    margin-top: 15px;
  }

  #smart-chuka .sc-about-slider__dot {
    width: 10px;
    height: 10px;
  }

  #smart-chuka .sc-robot__copy h3 {
    max-width: none;
    font-size: 21px;
    line-height: 1.55;
  }

}

/* 自動調理ロボットのキャッチコピーを2行に収める */
#smart-chuka .sc-robot__copy h3 {
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.45;
  letter-spacing: 0;
  white-space: nowrap;
}

/* ==================================================
   PC版メイン画像：最大幅1440px・比率固定
================================================== */

@media (min-width: 768px) {

  #smart-chuka .sc-hero {
    width: 100%;
    background: #fff;
  }

  #smart-chuka .sc-hero-slider {
    width: 100%;
    max-width: 1560px;
    margin-right: auto;
    margin-left: auto;
  }

  #smart-chuka .sc-hero-slider__viewport,
  #smart-chuka .sc-hero-slider__track,
  #smart-chuka .sc-hero-slider__slide,
  #smart-chuka .sc-hero-slider__slide picture {
    width: 100%;
  }

  #smart-chuka .sc-hero-slider__slide img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    aspect-ratio: auto;
  }

}

/* ==================================================
   メイン画像
   中央表示＋両隣チラ見せカルーセル
================================================== */

#smart-chuka .sc-hero {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
}

#smart-chuka .sc-hero-slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
  overflow: hidden;

  --sc-hero-peek: max(40px, calc((100vw - 1560px) / 2));
  --sc-hero-gap: 32px;
}

#smart-chuka .sc-hero-slider__viewport {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
  touch-action: pan-y;
}

#smart-chuka .sc-hero-slider__track {
  display: flex;
  align-items: center;
  gap: var(--sc-hero-gap);
  margin: 0;
  padding: 0;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
  will-change: transform;
}

#smart-chuka .sc-hero-slider__track.is-dragging {
  cursor: grabbing;
}

#smart-chuka .sc-hero-slider__slide {
  position: relative;
  flex: 0 0 calc(100vw - (var(--sc-hero-peek) * 2));
  width: calc(100vw - (var(--sc-hero-peek) * 2));
  max-width: 1560px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  opacity: 1;
  transition:
    opacity 0.45s ease,
    filter 0.45s ease;
}

/* 両隣を暗くする黒い幕 */
#smart-chuka .sc-hero-slider__slide::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.45s ease;
}

/* 中央画像だけ明るくする */
#smart-chuka .sc-hero-slider__slide.is-active::after {
  opacity: 0;
}

#smart-chuka .sc-hero-slider__slide picture {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

#smart-chuka .sc-hero-slider__slide img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* -----------------------------------
   左右矢印
----------------------------------- */

#smart-chuka .sc-hero-slider__arrow {
  position: absolute;
  z-index: 20;
  top: calc(50% - 18px);
  width: 64px;
  height: 70px;
  padding: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  transform: translateY(-50%);
  transition: background-color 0.25s ease;
}

#smart-chuka .sc-hero-slider__arrow:hover {
  background: rgba(0, 0, 0, 0.78);
}

#smart-chuka .sc-hero-slider__arrow--prev {
  left: var(--sc-hero-peek);
}

#smart-chuka .sc-hero-slider__arrow--next {
  right: var(--sc-hero-peek);
}

#smart-chuka .sc-hero-slider__arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 17px;
  height: 17px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
}

#smart-chuka .sc-hero-slider__arrow--prev span {
  transform: translate(-35%, -50%) rotate(-135deg);
}

#smart-chuka .sc-hero-slider__arrow--next span {
  transform: translate(-65%, -50%) rotate(45deg);
}

/* -----------------------------------
   下の丸
----------------------------------- */

#smart-chuka .sc-hero-slider__dots {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: min(calc(100% - 48px), 1560px);
  margin: 18px auto 0;
  padding-bottom: 22px;
}

#smart-chuka .sc-hero-slider__dot {
  width: 10px;
  height: 10px;
  min-width: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #e2e2e2;
  transition:
    background-color 0.25s ease,
    transform 0.25s ease;
}

#smart-chuka .sc-hero-slider__dot:hover {
  background: #cfcfcf;
}

#smart-chuka .sc-hero-slider__dot.is-active {
  background: var(--sc-red);
  transform: scale(1.05);
}

/* -----------------------------------
   1560px以下のPC
----------------------------------- */

@media (max-width: 1660px) and (min-width: 768px) {

  #smart-chuka .sc-hero-slider {
    --sc-hero-peek: 48px;
    --sc-hero-gap: 28px;
  }

}

/* -----------------------------------
   スマホ
----------------------------------- */

@media (max-width: 767px) {

  #smart-chuka .sc-hero-slider {
    padding-top: 0;

    --sc-hero-peek: 18px;
    --sc-hero-gap: 10px;
  }

  #smart-chuka .sc-hero-slider__slide {
    flex-basis: calc(100vw - 36px);
    width: calc(100vw - 36px);
  }

  #smart-chuka .sc-hero-slider__arrow {
    top: calc(50% - 16px);
    width: 38px;
    height: 54px;
  }

  #smart-chuka .sc-hero-slider__arrow--prev {
    left: 18px;
  }

  #smart-chuka .sc-hero-slider__arrow--next {
    right: 18px;
  }

  #smart-chuka .sc-hero-slider__arrow span {
    width: 12px;
    height: 12px;
    border-top-width: 2px;
    border-right-width: 2px;
  }

  #smart-chuka .sc-hero-slider__dots {
    justify-content: center;
    width: 100%;
    margin-top: 13px;
    padding-bottom: 18px;
  }

  #smart-chuka .sc-hero-slider__dot {
    width: 9px;
    height: 9px;
    min-width: 9px;
  }

}

/* ==================================================
   FINAL FIX：メインカルーセル／ABOUTスライダー
   このブロックをCSS末尾に置く
================================================== */

/* 以前のヒーロー指定を最終上書き */
#smart-chuka .sc-hero {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
}

#smart-chuka .sc-hero-slider {
  --hero-slide-width: min(1560px, calc(100vw - 120px));
  --hero-gap: 24px;
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 0 18px;
  overflow: hidden;
  background: #fff;
}

#smart-chuka .sc-hero-slider__viewport {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  touch-action: pan-y;
}

#smart-chuka .sc-hero-slider__track {
  display: flex;
  align-items: center;
  gap: var(--hero-gap);
  width: max-content;
  margin: 0;
  padding: 0;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
  will-change: transform;
}

#smart-chuka .sc-hero-slider__track.is-dragging { cursor: grabbing; }

#smart-chuka .sc-hero-slider__slide {
  position: relative;
  flex: 0 0 var(--hero-slide-width);
  width: var(--hero-slide-width);
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
}

#smart-chuka .sc-hero-slider__slide picture,
#smart-chuka .sc-hero-slider__slide img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

#smart-chuka .sc-hero-slider__slide img {
  height: auto;
  max-width: none;
  max-height: none;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* 前後画像を50%暗くする */
#smart-chuka .sc-hero-slider__slide::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.35s ease;
}

#smart-chuka .sc-hero-slider__slide.is-active::after { opacity: 0; }

/* 矢印は中央画像の左右端に配置 */
#smart-chuka .sc-hero-slider__arrow {
  position: absolute;
  z-index: 20;
  top: calc(50% - 22px);
  width: 54px;
  height: 68px;
  margin: 0;
  padding: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.48);
  transform: translateY(-50%);
  transition: background-color 0.2s ease;
}

#smart-chuka .sc-hero-slider__arrow:hover { background: rgba(0, 0, 0, 0.72); }
#smart-chuka .sc-hero-slider__arrow--prev { left: calc((100% - var(--hero-slide-width)) / 2); }
#smart-chuka .sc-hero-slider__arrow--next { right: calc((100% - var(--hero-slide-width)) / 2); }

#smart-chuka .sc-hero-slider__arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

#smart-chuka .sc-hero-slider__arrow--prev span {
  transform: translate(-35%, -50%) rotate(-135deg);
}

#smart-chuka .sc-hero-slider__arrow--next span {
  transform: translate(-65%, -50%) rotate(45deg);
}

/* ドットは白背景上・中央寄せ */
#smart-chuka .sc-hero-slider__dots {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  margin: 14px 0 0;
  padding: 0;
  background: transparent;
}

#smart-chuka .sc-hero-slider__dot {
  width: 9px;
  height: 9px;
  min-width: 9px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #dedede;
}

#smart-chuka .sc-hero-slider__dot.is-active { background: var(--sc-red); }

/* ABOUTの3枚フェード */
#smart-chuka .sc-about-slider {
  width: 100%;
  min-width: 0;
  user-select: none;
  -webkit-user-select: none;
}

#smart-chuka .sc-about-slider__viewport {
  position: relative;
  width: 100%;
  aspect-ratio: 1.4 / 1;
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
}

#smart-chuka .sc-about-slider__viewport.is-dragging { cursor: grabbing; }

#smart-chuka .sc-about-slider__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#smart-chuka .sc-about-slider__slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#smart-chuka .sc-about-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  -webkit-user-drag: none;
}

#smart-chuka .sc-about-slider__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

#smart-chuka .sc-about-slider__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #e5e5e5;
}

#smart-chuka .sc-about-slider__dot.is-active { background: #c9c9c9; }

@media (max-width: 767px) {
  #smart-chuka .sc-hero-slider {
    --hero-slide-width: calc(100vw - 36px);
    --hero-gap: 10px;
    padding-bottom: 14px;
  }

  #smart-chuka .sc-hero-slider__arrow {
    top: calc(50% - 18px);
    width: 38px;
    height: 54px;
  }

  #smart-chuka .sc-hero-slider__arrow--prev { left: 18px; }
  #smart-chuka .sc-hero-slider__arrow--next { right: 18px; }

  #smart-chuka .sc-hero-slider__dots { margin-top: 11px; }
  #smart-chuka .sc-about-slider__viewport { aspect-ratio: 1.34 / 1; }
}

/* ==================================================
   メイン画像カルーセル 緊急修正版
   既存の競合指定を一番最後から上書き
================================================== */

#smart-chuka .sc-hero {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #fff !important;
}

#smart-chuka .sc-hero-slider {
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 20px 0 0 !important;
  overflow: hidden !important;

  /* PCで左右に見せる幅 */
  --hero-peek: clamp(40px, 6vw, 110px);
  --hero-gap: 28px;
}

#smart-chuka .sc-hero-slider__viewport {
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  touch-action: pan-y !important;
}

#smart-chuka .sc-hero-slider__track {
  display: flex !important;
  align-items: center !important;
  width: max-content !important;
  max-width: none !important;
  gap: var(--hero-gap) !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: grab !important;
  touch-action: pan-y !important;
  will-change: transform;
}

#smart-chuka .sc-hero-slider__track.is-dragging {
  cursor: grabbing !important;
}

/* 中央の画像サイズ */
#smart-chuka .sc-hero-slider__slide {
  position: relative !important;
  flex: 0 0 min(
    1560px,
    calc(100vw - (var(--hero-peek) * 2))
  ) !important;

  width: min(
    1560px,
    calc(100vw - (var(--hero-peek) * 2))
  ) !important;

  max-width: 1560px !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  line-height: 0 !important;
}

#smart-chuka .sc-hero-slider__slide picture {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 超重要：拡大・トリミングを完全解除 */
#smart-chuka .sc-hero-slider__slide img,
#smart-chuka .sc-hero img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  aspect-ratio: auto !important;
  transform: none !important;
  pointer-events: none !important;
  user-select: none !important;
  -webkit-user-drag: none !important;
}

/* 前後の画像に黒50％を重ねる */
#smart-chuka .sc-hero-slider__slide::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.4s ease;
}

/* 中央だけ明るくする */
#smart-chuka .sc-hero-slider__slide.is-active::after {
  opacity: 0;
}

/* 左右矢印 */
#smart-chuka .sc-hero-slider__arrow {
  position: absolute !important;
  z-index: 20 !important;
  top: calc(50% - 24px) !important;
  width: 54px !important;
  height: 68px !important;
  padding: 0 !important;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.5) !important;
  transform: translateY(-50%) !important;
}

#smart-chuka .sc-hero-slider__arrow--prev {
  left: var(--hero-peek) !important;
}

#smart-chuka .sc-hero-slider__arrow--next {
  right: var(--hero-peek) !important;
}

/* 下の丸 */
#smart-chuka .sc-hero-slider__dots {
  position: relative !important;
  z-index: 20 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  width: 100% !important;
  margin: 14px 0 0 !important;
  padding: 0 0 18px !important;
  background: #fff !important;
}

#smart-chuka .sc-hero-slider__dot {
  display: block !important;
  width: 9px !important;
  min-width: 9px !important;
  height: 9px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #dedede !important;
}

#smart-chuka .sc-hero-slider__dot.is-active {
  background: var(--sc-red) !important;
}

/* スマホ */
@media (max-width: 767px) {
  #smart-chuka .sc-hero-slider {
    padding-top: 0 !important;
    --hero-peek: 18px;
    --hero-gap: 10px;
  }

  #smart-chuka .sc-hero-slider__slide {
    flex-basis: calc(100vw - 36px) !important;
    width: calc(100vw - 36px) !important;
    max-width: none !important;
  }

  #smart-chuka .sc-hero-slider__arrow {
    top: calc(50% - 20px) !important;
    width: 38px !important;
    height: 54px !important;
  }

  #smart-chuka .sc-hero-slider__arrow--prev {
    left: 18px !important;
  }

  #smart-chuka .sc-hero-slider__arrow--next {
    right: 18px !important;
  }

  #smart-chuka .sc-hero-slider__dots {
    margin-top: 12px !important;
    padding-bottom: 15px !important;
  }
}

/* ==================================================
   新メインビジュアル
   古いsc-hero系CSSとは完全に分離
================================================== */

#smart-chuka .sc-kv {
  width: 100%;
  margin: 0;
  padding: 20px 0 0;
  overflow: hidden;
  background: #fff;
}

#smart-chuka .sc-kv-slider {
  position: relative;
  width: 100%;
  overflow: hidden;

  --sc-kv-width: min(1560px, 82vw);
  --sc-kv-gap: 28px;
}

#smart-chuka .sc-kv-slider__viewport {
  position: relative;
  width: 100%;
  overflow: visible;
  touch-action: pan-y;
}

#smart-chuka .sc-kv-slider__track {
  display: flex;
  align-items: center;
  gap: var(--sc-kv-gap);
  width: max-content;
  margin: 0;
  padding: 0;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
  will-change: transform;
}

#smart-chuka .sc-kv-slider__track.is-dragging {
  cursor: grabbing;
}

#smart-chuka .sc-kv-slider__slide {
  position: relative;
  flex: 0 0 var(--sc-kv-width);
  width: var(--sc-kv-width);
  max-width: 1560px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
}

#smart-chuka .sc-kv-slider__slide picture {
  display: block;
  width: 100%;
}

#smart-chuka .sc-kv-slider__slide img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* 左右の画像を黒50％にする */
#smart-chuka .sc-kv-slider__slide::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

/* 真ん中だけ明るくする */
#smart-chuka .sc-kv-slider__slide.is-active::after {
  opacity: 0;
}

/* 左右矢印 */
#smart-chuka .sc-kv-slider__arrow {
  position: absolute;
  z-index: 20;
  top: calc(50% - 22px);
  width: 58px;
  height: 72px;
  padding: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.52);
  transform: translateY(-50%);
}

#smart-chuka .sc-kv-slider__arrow--prev {
  left: calc((100vw - var(--sc-kv-width)) / 2);
}

#smart-chuka .sc-kv-slider__arrow--next {
  right: calc((100vw - var(--sc-kv-width)) / 2);
}

#smart-chuka .sc-kv-slider__arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 17px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
}

#smart-chuka .sc-kv-slider__arrow--prev span {
  transform: translate(-35%, -50%) rotate(-135deg);
}

#smart-chuka .sc-kv-slider__arrow--next span {
  transform: translate(-65%, -50%) rotate(45deg);
}

/* 下の●○○ */
#smart-chuka .sc-kv-slider__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  margin-top: 15px;
  padding-bottom: 18px;
}

#smart-chuka .sc-kv-slider__dot {
  display: block;
  width: 9px;
  height: 9px;
  min-width: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #dedede;
}

#smart-chuka .sc-kv-slider__dot.is-active {
  background: var(--sc-red);
}

/* スマホ */
@media (max-width: 767px) {

  #smart-chuka .sc-kv {
    padding-top: 0;
  }

  #smart-chuka .sc-kv-slider {
    --sc-kv-width: calc(100vw - 36px);
    --sc-kv-gap: 10px;
  }

  #smart-chuka .sc-kv-slider__arrow {
    top: calc(50% - 20px);
    width: 38px;
    height: 54px;
  }

  #smart-chuka .sc-kv-slider__arrow--prev {
    left: 18px;
  }

  #smart-chuka .sc-kv-slider__arrow--next {
    right: 18px;
  }

  #smart-chuka .sc-kv-slider__arrow span {
    width: 12px;
    height: 12px;
    border-top-width: 2px;
    border-right-width: 2px;
  }

  #smart-chuka .sc-kv-slider__dots {
    margin-top: 12px;
    padding-bottom: 15px;
  }
}

/* =====================================
   ABOUT上の余白・ロボットコピー微調整
===================================== */

/* ABOUTセクションの上余白を少しだけ詰める */
#smart-chuka .sc-about {
  padding-top: 48px;
}

/* ロボットのキャッチコピーを少し小さくする */
#smart-chuka .sc-robot__copy h3 {
  font-size: clamp(22px, 2vw, 29px);
  line-height: 1.45;
}

/* スマホ */
@media (max-width: 767px) {
  #smart-chuka .sc-about {
    padding-top: 36px;
  }

  #smart-chuka .sc-robot__copy h3 {
    font-size: 19px;
    line-height: 1.5;
  }
}

/* =====================================
   Page Top
===================================== */

#smart-chuka .sc-page-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: rgba(90, 90, 90, 0.95);
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.3s ease,
    background-color 0.25s ease;
}

#smart-chuka .sc-page-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#smart-chuka .sc-page-top:hover {
  background: rgba(70, 70, 70, 0.98);
}

#smart-chuka .sc-page-top__icon {
  display: block;
  width: 12px;
  height: 12px;
  margin-bottom: 8px;
  border-top: 3px solid currentColor;
  border-left: 3px solid currentColor;
  transform: rotate(45deg);
}

#smart-chuka .sc-page-top__text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}

/* スマホ */
@media (max-width: 767px) {
  #smart-chuka .sc-page-top {
    right: 16px;
    bottom: 16px;
    width: 72px;
    height: 72px;
    border-radius: 14px;
  }

  #smart-chuka .sc-page-top__icon {
    width: 10px;
    height: 10px;
    margin-bottom: 6px;
    border-top-width: 2px;
    border-left-width: 2px;
  }

  #smart-chuka .sc-page-top__text {
    font-size: 15px;
  }
}

/* Page Topの文字を控えめに調整 */
#smart-chuka .sc-page-top__text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}

/* スマホ */
@media (max-width: 767px) {
  #smart-chuka .sc-page-top__text {
    font-size: 12px;
    font-weight: 500;
  }
}

/* ==================================================
   店舗情報アコーディオン 最終修正版
================================================== */

/* 店舗同士の間隔 */
#smart-chuka .sc-store-list {
  display: grid;
  gap: 18px;
}

/* 店舗全体 */
#smart-chuka .sc-store-item {
  position: relative;
  width: 100%;
  color: #111;
  background: #fff;
  overflow: hidden;
}

/* 閉じているときのタイトルバー */
#smart-chuka .sc-store-item__button {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  color: #111;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}

/* ＋／－ */
#smart-chuka .sc-store-item__mark {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  color: var(--sc-red);
}

#smart-chuka .sc-store-item__mark::before,
#smart-chuka .sc-store-item__mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease;
}

#smart-chuka .sc-store-item__mark::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

#smart-chuka .sc-store-item.is-open
.sc-store-item__mark::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

/* 閉じた状態：中身を完全に隠す */
#smart-chuka .sc-store-item__panel {
  display: block !important;
  max-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  transition:
    max-height 0.45s ease,
    opacity 0.25s ease,
    visibility 0.45s ease;
}

/* 開いた状態 */
#smart-chuka .sc-store-item.is-open
.sc-store-item__panel {
  max-height: 1200px;
  opacity: 1;
  visibility: visible;
}

/* PC：画像＋店舗情報 */
#smart-chuka .sc-store-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: 32px;
  margin: 0;
  padding: 0 30px 30px;
  background: #fff;
}

/* 店舗画像 */
#smart-chuka .sc-store-card > img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
}

/* 右側の情報 */
#smart-chuka .sc-store-card__body {
  min-width: 0;
}

/* ボタン部分にも店舗名があるので重複を消す */
#smart-chuka .sc-store-card__body h3 {
  display: none;
}

#smart-chuka .sc-store-card dl {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

#smart-chuka .sc-store-card dl div {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

#smart-chuka .sc-store-card dt {
  margin-bottom: 2px;
  font-weight: 500;
}

#smart-chuka .sc-store-card dd {
  overflow-wrap: anywhere;
}

/* Google Map */
#smart-chuka .sc-store-card__body > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--sc-red);
  font-size: 14px;
  font-weight: 500;
}

/* 下部の「閉じる」ボタン */
#smart-chuka .sc-store-close {
  grid-column: 1 / -1;
  width: min(100%, 570px);
  min-height: 48px;
  margin: 0 auto;
  border: 1px solid var(--sc-red) !important;
  color: var(--sc-red) !important;
  background: #fff !important;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

#smart-chuka .sc-store-close:hover {
  color: #fff !important;
  background: var(--sc-red) !important;
}

/* 上向き矢印 */
#smart-chuka .sc-store-close::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: translateY(3px) rotate(45deg);
}

/* =====================================
   スマホ
===================================== */

@media (max-width: 767px) {

  #smart-chuka .sc-store-list {
    gap: 16px;
  }

  #smart-chuka .sc-store-item__button {
    min-height: 72px;
    padding: 18px 20px;
    font-size: 16px;
  }

  #smart-chuka .sc-store-item__mark {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  #smart-chuka .sc-store-item__mark::before,
  #smart-chuka .sc-store-item__mark::after {
    width: 20px;
    height: 2px;
  }

  /* スマホは縦1列 */
  #smart-chuka .sc-store-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 20px 22px;
  }

  #smart-chuka .sc-store-card > img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
  }

  #smart-chuka .sc-store-card dl {
    font-size: 15px;
    line-height: 1.65;
  }

  #smart-chuka .sc-store-card dl div {
    padding: 11px 0;
  }

  #smart-chuka .sc-store-card__body > a {
    margin-top: 15px;
    font-size: 14px;
  }

  #smart-chuka .sc-store-close {
    width: 100%;
    min-height: 48px;
    margin-top: 6px;
    font-size: 14px;
  }
}

/* =====================================
   デリバリー文字サイズ・お知らせ非リンク化
===================================== */

/* デリバリーボタンの文字を大きく */
#smart-chuka .sc-delivery__buttons a {
  font-size: 16px;
}

/* お知らせ：リンクなしの表示 */
#smart-chuka .sc-news-list__item {
  display: grid;
  grid-template-columns: 115px 1fr;
  gap: 30px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 16px;
  line-height: 1.7;
}

#smart-chuka .sc-news-list__item time {
  opacity: 0.72;
}

/* スマホ */
@media (max-width: 767px) {

  #smart-chuka .sc-delivery__buttons a {
    min-height: 54px;
    font-size: 15px;
  }

  #smart-chuka .sc-news-list__item {
    grid-template-columns: 1fr;
    gap: 3px;
    padding: 13px 0;
    font-size: 15px;
  }
}

/* 右側テキストの開始位置を画像上端に合わせる */
#smart-chuka .sc-about__body {
  padding-top: 0;
}

/* ABOUT：画像とテキストを縦方向の中央で揃える */
#smart-chuka .sc-about__grid {
  align-items: center;
}

#smart-chuka .sc-about__body {
  padding-top: 0;
}

/* SP版：ABOUT右側タイトルを19pxに調整 */
@media (max-width: 767px) {
  #smart-chuka .sc-about__body h2 {
    font-size: 19px;
  }
}

/* SP版：POINT同士の間隔をあける */
@media (max-width: 767px) {
  #smart-chuka .sc-point + .sc-point {
    margin-top: 16px;
  }
}

/* SP版：POINTタイトルを少し大きく */
@media (max-width: 767px) {
  #smart-chuka .sc-point__title {
    font-size: 16px;
    line-height: 1.45;
  }
}

/* =====================================
   SP版ハンバーガーメニュー配置修正
===================================== */

@media (max-width: 900px) {

  /* 開いたメニュー全体 */
  #smart-chuka .sc-global-nav {
    position: fixed !important;
    z-index: 1001 !important;
    top: 66px !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;

    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    max-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;

    overflow: hidden !important;
    background: #fff !important;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12) !important;

    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);

    transition:
      max-height 0.4s ease,
      opacity 0.25s ease,
      visibility 0.4s ease,
      transform 0.4s ease;
  }

  /* メニューを開いた状態 */
  #smart-chuka .sc-global-nav.is-open {
    max-height: calc(100vh - 66px) !important;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    overflow-y: auto !important;
  }

  /* 各メニュー */
  #smart-chuka .sc-global-nav a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;

    width: 100% !important;
    min-height: 68px !important;

    margin: 0 !important;
    padding: 18px 30px !important;

    border-bottom: 1px solid #e9e9e9 !important;

    color: #171717 !important;
    background: #fff !important;

    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    letter-spacing: 0.04em !important;
    text-align: left !important;
  }

  #smart-chuka .sc-global-nav a:last-child {
    border-bottom: 0 !important;
  }

  #smart-chuka .sc-global-nav a:hover {
    color: var(--sc-red) !important;
    background: #fff7f7 !important;
  }

  #smart-chuka .sc-global-nav a::after {
    display: none !important;
  }

  /* ハンバーガーボタン */
  #smart-chuka .sc-menu-button {
    position: relative !important;
    z-index: 1002 !important;
    flex-shrink: 0 !important;
  }
}

/* =====================================
   SP版：自動調理ロボットの並び順を変更
===================================== */

@media (max-width: 767px) {

  #smart-chuka .sc-robot__lead {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  /*
    コピー内の要素を個別に並び替えられるようにする
  */
  #smart-chuka .sc-robot__copy {
    display: contents;
  }

  /* ① 大タイトル */
  #smart-chuka .sc-robot__copy .sc-heading {
    order: 1;
    margin-bottom: 28px;
  }

  /* ② ロボット画像 */
  #smart-chuka .sc-robot__image {
    order: 2;
    width: 100%;
    margin-bottom: 34px;
  }

  /* ③ キャッチコピー */
  #smart-chuka .sc-robot__copy h3 {
    order: 3;
    margin-bottom: 22px;
  }

  /* ④ 説明文 */
  #smart-chuka .sc-robot__copy p {
    order: 4;
  }
}

/* ==================================================
   DELIVERY 店舗選択モーダル
================================================== */

/* -----------------------------------
   デリバリー3ボタン
----------------------------------- */

#smart-chuka .sc-delivery__button {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  width: 100%;
  padding: 14px 20px;

  border: 0;
  background: var(--sc-green);
  color: #fff;

  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .04em;

  cursor: pointer;

  transition:
    opacity .2s ease,
    transform .2s ease;
}

#smart-chuka .sc-delivery__button:hover {
  opacity: .84;
}

#smart-chuka .sc-delivery__button:active {
  transform: translateY(1px);
}

#smart-chuka .sc-delivery__button img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}


/* -----------------------------------
   モーダル全体
----------------------------------- */

#smart-chuka .sc-delivery-modal {
  position: fixed;
  z-index: 5000;
  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 24px;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity .25s ease,
    visibility .25s ease;
}

#smart-chuka .sc-delivery-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}


/* 背景 */
#smart-chuka .sc-delivery-modal__overlay {
  position: absolute;
  inset: 0;

  background: rgba(0, 0, 0, .58);
  backdrop-filter: blur(3px);
}


/* -----------------------------------
   白いモーダル本体
----------------------------------- */

#smart-chuka .sc-delivery-modal__dialog {
  position: relative;
  z-index: 2;

  width: min(100%, 560px);
  max-height: calc(100vh - 48px);
  overflow-y: auto;

  padding: 46px 46px 42px;

  background: #fff;

  box-shadow:
    0 24px 70px rgba(0, 0, 0, .25);

  transform: translateY(18px) scale(.98);

  transition:
    transform .3s ease;
}

#smart-chuka .sc-delivery-modal.is-open
.sc-delivery-modal__dialog {
  transform: translateY(0) scale(1);
}


/* -----------------------------------
   ×ボタン
----------------------------------- */

#smart-chuka .sc-delivery-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;

  width: 42px;
  height: 42px;

  padding: 0;

  border: 0;
  background: transparent;

  cursor: pointer;
}

#smart-chuka .sc-delivery-modal__close span {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 23px;
  height: 2px;

  background: #222;
}

#smart-chuka .sc-delivery-modal__close span:first-child {
  transform:
    translate(-50%, -50%)
    rotate(45deg);
}

#smart-chuka .sc-delivery-modal__close span:last-child {
  transform:
    translate(-50%, -50%)
    rotate(-45deg);
}


/* -----------------------------------
   見出し
----------------------------------- */

#smart-chuka .sc-delivery-modal__head {
  margin-bottom: 30px;
}

#smart-chuka .sc-delivery-modal__en {
  display: block;

  margin-bottom: 8px;

  color: var(--sc-red);

  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .16em;
}

#smart-chuka .sc-delivery-modal__head h3 {
  margin: 0 0 12px;

  color: #171717;

  font-size: 25px;
  font-weight: 800;
  line-height: 1.45;
}

#smart-chuka .sc-delivery-modal__head p {
  margin: 0;

  color: #666;

  font-size: 14px;
  line-height: 1.8;
}


/* -----------------------------------
   サービス名
----------------------------------- */

#smart-chuka .sc-delivery-modal__service {
  margin-bottom: 12px;

  color: var(--sc-red);

  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
}


/* -----------------------------------
   店舗ボタン
----------------------------------- */

#smart-chuka .sc-delivery-modal__stores {
  display: grid;
  gap: 10px;
}

#smart-chuka
.sc-delivery-modal__stores[hidden] {
  display: none !important;
}

#smart-chuka .sc-delivery-modal__store {
  display: flex;
  align-items: center;
  justify-content: space-between;

  min-height: 74px;

  padding: 14px 20px;

  border: 1px solid #e1e1e1;

  color: #171717;
  background: #fff;

  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;

  transition:
    color .2s ease,
    border-color .2s ease,
    background-color .2s ease,
    transform .2s ease;
}

#smart-chuka .sc-delivery-modal__store small {
  display: block;

  margin-bottom: 3px;

  color: #999;

  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
}

#smart-chuka .sc-delivery-modal__arrow {
  flex: 0 0 auto;

  margin-left: 20px;

  color: var(--sc-red);

  font-size: 23px;
  font-weight: 400;

  transition: transform .2s ease;
}

#smart-chuka .sc-delivery-modal__store:hover {
  color: var(--sc-red);
  border-color: var(--sc-red);
  background: #fff8f8;
}

#smart-chuka
.sc-delivery-modal__store:hover
.sc-delivery-modal__arrow {
  transform: translateX(4px);
}


/* モーダル表示中は背景スクロール停止 */
body.sc-delivery-modal-open {
  overflow: hidden !important;
}


/* =====================================
   スマホ
===================================== */

@media (max-width: 767px) {

  #smart-chuka .sc-delivery__button {
    min-height: 54px;

    padding: 13px 16px;

    font-size: 15px;
  }

  #smart-chuka .sc-delivery-modal {
    align-items: flex-end;

    padding: 0;
  }

  /*
    スマホは画面下から出る
    ボトムシート風
  */
  #smart-chuka .sc-delivery-modal__dialog {
    width: 100%;
    max-height: 82vh;

    padding:
      38px
      20px
      calc(28px + env(safe-area-inset-bottom));

    border-radius: 20px 20px 0 0;

    transform: translateY(100%);
  }

  #smart-chuka .sc-delivery-modal.is-open
  .sc-delivery-modal__dialog {
    transform: translateY(0);
  }

  #smart-chuka .sc-delivery-modal__close {
    top: 13px;
    right: 13px;

    width: 38px;
    height: 38px;
  }

  #smart-chuka .sc-delivery-modal__close span {
    width: 20px;
  }

  #smart-chuka .sc-delivery-modal__head {
    margin-bottom: 24px;
  }

  #smart-chuka .sc-delivery-modal__head h3 {
    padding-right: 35px;

    font-size: 21px;
  }

  #smart-chuka .sc-delivery-modal__head p {
    font-size: 13px;
    line-height: 1.7;
  }

  #smart-chuka .sc-delivery-modal__store {
    min-height: 68px;

    padding: 13px 16px;

    font-size: 16px;
  }

  #smart-chuka .sc-delivery-modal__arrow {
    font-size: 21px;
  }
}

/* SP版：メイン画像の矢印を両端にぴったり配置 */
@media (max-width: 767px) {

  #smart-chuka .sc-kv-slider__arrow--prev {
    left: 0 !important;
  }

  #smart-chuka .sc-kv-slider__arrow--next {
    right: 0 !important;
  }

}

/* ==================================================
   PC版：メイン画像上の余白・矢印位置 最終調整
================================================== */

@media (min-width: 768px) {

  /* ヘッダー直下の余白をなくす */
  #smart-chuka .sc-kv {
    padding-top: 0 !important;
  }

  #smart-chuka .sc-kv-slider {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  #smart-chuka .sc-kv-slider__viewport {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* 矢印を画像の左右端寄りへ配置 */
  #smart-chuka .sc-kv-slider__arrow {
    top: 50% !important;
    width: 44px !important;
    height: 72px !important;

    background: rgba(0, 0, 0, 0.46) !important;

    transform: translateY(-50%) !important;

    transition:
      background-color 0.25s ease,
      opacity 0.25s ease;
  }

  #smart-chuka .sc-kv-slider__arrow:hover {
    background: rgba(0, 0, 0, 0.7) !important;
  }

  /* 中央画像の左端・右端に合わせる */
  #smart-chuka .sc-kv-slider__arrow--prev {
    left: calc((100vw - var(--sc-kv-width)) / 2) !important;
  }

  #smart-chuka .sc-kv-slider__arrow--next {
    right: calc((100vw - var(--sc-kv-width)) / 2) !important;
  }

  /* 矢印自体を少し小さく */
  #smart-chuka .sc-kv-slider__arrow span {
    width: 14px !important;
    height: 14px !important;

    border-top-width: 2px !important;
    border-right-width: 2px !important;
  }

  #smart-chuka .sc-kv-slider__arrow--prev span {
    transform:
      translate(-35%, -50%)
      rotate(-135deg) !important;
  }

  #smart-chuka .sc-kv-slider__arrow--next span {
    transform:
      translate(-65%, -50%)
      rotate(45deg) !important;
  }
}

/* =========================================
   PC版 微調整
   ・ヘッダーロゴを少し左から離す
   ・KV矢印を画像から少しはみ出させる
========================================= */
@media (min-width: 768px) {

  /* 左上ロゴを少しだけ内側に */
  #smart-chuka .sc-header__inner {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  /* 矢印の位置を画像の外側へ少しだけ出す */
  #smart-chuka .sc-kv-slider__arrow--prev {
    left: calc((100vw - var(--sc-kv-width)) / 2 - 22px) !important;
  }

  #smart-chuka .sc-kv-slider__arrow--next {
    right: calc((100vw - var(--sc-kv-width)) / 2 - 22px) !important;
  }

  /* 念のため矢印が見切れないように */
  #smart-chuka .sc-kv-slider {
    overflow: visible !important;
  }

  #smart-chuka .sc-kv-slider__viewport {
    overflow: visible !important;
  }
}

/* メイン画像の上に少しだけ余白を追加 */
#smart-chuka .sc-kv {
  margin-top: 10px;
}

/* スマホは少し控えめでもOKならこっち */
@media (max-width: 767px) {
  #smart-chuka .sc-kv {
    margin-top: 8px;
  }
}

/* ==================================================
   POINTアコーディオン
   スマホ2回タップ対策
================================================== */

/* タップ時の300ms系遅延・誤認識を防ぐ */
#smart-chuka .sc-point__button {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

/*
  hover演出は
  本当にマウスを使える端末だけに限定
*/
@media (hover: hover) and (pointer: fine) {

  #smart-chuka .sc-point__button:hover .sc-point__number {
    color: var(--sc-red);
    background: #fff;
  }

}

/*
  スマホではhover状態を強制解除。
  開いたときだけ白背景＋赤文字になる
*/
@media (hover: none), (pointer: coarse) {

  #smart-chuka .sc-point__button:hover .sc-point__number {
    color: #fff;
    background: transparent;
  }

  #smart-chuka .sc-point.is-open .sc-point__number {
    color: var(--sc-red);
    background: #fff;
  }

  #smart-chuka .sc-point__button {
    cursor: pointer;
  }

}

/* ==========================================
   KV読み込み時のレイアウト安定化
========================================== */

#smart-chuka .sc-kv-slider__slide {
  aspect-ratio: 1868 / 798;
}

#smart-chuka .sc-kv-slider__slide picture {
  display: block;
  width: 100%;
  height: 100%;
}

#smart-chuka .sc-kv-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* SP */
@media (max-width: 767px) {

  #smart-chuka .sc-kv-slider__slide {
    aspect-ratio: 782 / 624;
  }

}

/* =========================================
   KV：左右スライドの暗幕を完全撤去
========================================= */

#smart-chuka .sc-kv-slider__slide::after {
  display: none !important;
  content: none !important;
}

/* 画像描画をシンプルに */
#smart-chuka .sc-kv-slider__slide img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
}

/* =========================================
   SP版：メイン画像を画面幅100％に
========================================= */
@media (max-width: 767px) {

  #smart-chuka .sc-kv-slider {
    --sc-kv-width: 100vw !important;
    --sc-kv-gap: 0px !important;
  }

  #smart-chuka .sc-kv-slider__slide {
    flex: 0 0 100vw !important;
    width: 100vw !important;
    max-width: 100vw !important;
  }

  #smart-chuka .sc-kv-slider__slide img {
    display: block;
    width: 100% !important;
    height: auto !important;
  }

  /* 矢印も画面端に */
  #smart-chuka .sc-kv-slider__arrow--prev {
    left: 0 !important;
  }

  #smart-chuka .sc-kv-slider__arrow--next {
    right: 0 !important;
  }
}

/* お知らせ内リンクを文章中に表示 */
.sc-news-list__item span a {
	display: inline !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}