@charset "utf-8";

/* css variables */
* {
  /* body font */
  --body-font: 'TsukuARdGothic-Regular', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  --body-font-size: 16px;
  --body-font-color: #1f1817;
  --body-font-color-bg-dark: rgba(255, 255, 255, .75);
  --body-font-weight: 500;
  /* heading font */
  --heading-font: 'TsukuARdGothic-Regular', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  --heading-font-weight: 500;
  --heading-font-color: #430404;
  --heading-font-color-bg-dark: #ffffff;
  --heading-text-transform: none;
  /* h1 */
  --h1-font-size: 64px;
  --h1-font-weight: var(--heading-font-weight);
  --h1-letter-spacing: -0.02em;
  --h1-line-height: 1.15em;
  --h1-margin-bottom: 20px;
  /* h2 */
  --h2-font: var(--heading-font);
  --h2-font-size: 56px;
  --h2-font-weight: bold;
  --h2-letter-spacing: -0.015em;
  --h2-line-height: 1.3em;
  --h2-margin-bottom: 20px;
  /* h3 */
  --h3-font-size: 28px;
  --h3-font-weight: 600;
  --h3-letter-spacing: 0;
  --h3-line-height: 1.5em;
  --h3-margin-bottom: 10px;
  /* h4 */
  --h4-font-size: 20px;
  --h4-font-weight: 600;
  --h4-letter-spacing: 0;
  --h4-line-height: 1.6em;
  --h4-margin-bottom: 10px;
  /* h5 */
  --h5-font-size: 18px;
  --h5-font-weight: 600;
  --h5-letter-spacing: 0;
  --h5-line-height: 1.6em;
  --h5-margin-bottom: 10px;
  /* h6 */
  --h6-font-size: 16px;
  --h6-font-weight: 600;
  --h6-letter-spacing: 0;
  --h6-line-height: 1.6em;
  --h6-margin-bottom: 10px;
  /* mainmenu */
  --mainmenu-font: var(--body-font);
  --mainmenu-font-size: 18px;
  --mainmenu-font-weight: 600;
  --mainmenu-letter-spacing: 0;
  --mainmenu-text-transform: uppercase;
  /* header logo */
  --logo-width: 240px;
  --logo-footer-width: 150px;
  /* misc */
  --border-default: solid 1px #1f1817(30, 30, 30, 1);
  --bg-color-even: #E8E8E8;
  --bg-color-odd: #F4F4F4;
  --bg-light: #F8F9FA;
  --bg-dark-1: #101010;
  --bg-dark-2: #202020;
  --bg-dark-3: #303030;
  --bg-dark-1-rgb: 16, 16, 16;
  --bg-grey: #eeeeee;
  --bg-gradient-1: 0deg, rgba(var(--primary-color-rgb), .1) 0%, rgba(var(--secondary-color-rgb), .2) 100%;
  --swiper-theme-color: var(--secondary-color);
  --rounded-1: 20px;
  --border-color: #bbbbbb;
  --container-max-width: 1240px;
  /* button */
  --btn-color: #fff;
  --btn-hover-bg: var(--bg-dark-1);
  --btn-font-family: var(--body-font);
  --btn-font-size: 15px;
  --btn-font-weight: bold;
  --btn-letter-spacing: 0;
  --btn-padding: 6px 25px;
  --btn-rounded: 30px;
  --btn-text-decoration: none;
  --btn-text-transform: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media only screen and (max-width: 992px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

.ps-lg-3 {
  text-align: justify;
}

#section_brandhistory {
  text-align: justify;
  background-color: #fbf5ec;
}

#section_brandhistory h4 {
  margin-bottom: 3px;
  margin-top: 40px;
}

#section_media {
  background-color: cornsilk;
  padding-bottom: 50px;
}

#section_challenge {
  background-color: #eef8fc;
  margin-bottom: 50px;
}

#section_family {
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
  padding: 0;
}

#section_family img {
  width: 100%;
}

#btn-extra {
  position: relative;
  margin-left: 20px;
  width: 24px;
  height: 12px;
  cursor: pointer;
  display: none;
}

.sns {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 4%;
  max-width: 900px;
  margin: 0 auto;
}

.owl-custom-nav .btn-next::before,
.owl-custom-nav .btn-prev::before {
  background-color: #a22123;
}

iframe {
  border: 0;
  height: 600px;
}

/* 店舗情報レイアウト */
#shop-info {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

.shop-top {
  display: flex;
  flex-wrap: wrap;
  /* スマホでは縦並びに */
  gap: 20px;
  margin-bottom: 20px;
  align-items: anchor-center;
}

.shop-image img {
  width: 100%;
  max-width: 400px;
  /* PC時の最大幅 */
  height: auto;
  display: block;
  border-radius: 8px;
}

.shop-address {
  flex: 1;
  font-size: 16px;
  line-height: 1.5;
}

/* Googleマップを全幅表示 */
.shop-map iframe {
  width: 100%;
  height: 450px;
  border: 0;
  border-radius: 8px;
}

footer {
  background-color: #fff1d7;
  text-align: center;
  padding: 60px 0 10px 0;
}

.footer-menu {
  width: 100%;
  margin-top: 20px;
}

.footer-menu img {
  max-width: 550px;
  width: 100%;
  padding: 0 6%;
}

.text-light {
  color: var(--body-font-color) !important;
}

.text-light a, .text-light a:hover {
  color: var(--body-font-color);
  text-decoration: none;
  outline: none;
}

.footer-menu-wrapp {
  display: flex;
  margin: 30px auto;
  max-width: 580px;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 19px;
  line-height: 3.5;
  list-style: none;
  font-weight: bold;
  width: 100%;
  padding: 5%;
}

/* スマホ対応 */
@media screen and (max-width: 992px) {
  .shop-top {
    flex-direction: column;
  }

  .shop-image img {
    max-width: 100%;
  }

  footer {
    padding: 40px 0 10px 0;
  }

  .footer-menu-wrapp {
    display: none;
  }
}

#content {
  width: 100%;
  max-width: 1280px;
  background: #ffffff;
  padding: 90px 0 90px 0;
  z-index: 100;
  margin: 0 auto;
}

.swiper-inner {
  background-position: center center;
  /* 横・縦ともに中央 */
  background-size: cover;
  /* 要素を覆うように拡大縮小 */
  background-repeat: no-repeat;
  /* 繰り返さない */
}

.no-top {
  padding-top: 160px !important;
}

div#logo img {
  max-width: 250px;
}

#mainmenu a {
  color: #000;
  position: relative;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  text-align: center;
  outline: none;
}

.de-flex #mainmenu {
  margin: 0 0 0 100px;
}

#btn-extra span {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: solid 2px #000000;
}

.subtitle {
  position: relative;
  font-weight: 600;
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-family: var(--body-font);
  color: #a22123;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.5em;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .col-lg-9 {
    flex: 0 0 auto;
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 300px) {
  div#logo img {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  header.header-mobile #mainmenu li a {
    color: #ffffff;
  }

  .no-top {
    padding-top: 120px !important;
  }
}

@media only screen and (max-width: 992px) {
  #content {
    margin-top: 0px;
  }
}

header.header-mobile {
  position: fixed !important;
  background: #fff;
  top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}


/* スマホ時 ハンバーガーメニューのバック */
@media only screen and (max-width: 992px) {
  .header-col-mid #mainmenu {
    position: absolute;
    top: 90px;
    width: 100%;
    /* padding: 0 0 0 0; */
    left: 0px;
    background-color: #a22123;
  }

  header.header-mobile #mainmenu {
    width: 100%;
    padding-right: 40px;
    position: absolute;
    padding-left: 20px;
  }

  #menu-btn {
    color: #030303;
  }
}




/* 微調整 */
.mh-60vh {
  min-height: 60vh;
}

.mb-50 {
  margin-bottom: 50px;
}

.ls-10 {
  letter-spacing: 10px;
}

/* FTPの動画を再生 */
.video-wrap {
  width: 100%;
  max-width: 400px;
  /* 必要に応じて変更 */
  margin: 20px auto 50px;
  /* 中央配置 */
}

.video-wrap video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}


/* サイド･フッター固定ボタン */
/* 共通：クリック領域の基本設定 -------------------------------- */
.fixed-buttons-pc a,
.fixed-buttons-sp a {
  text-decoration: none;
}

/* PC：右側に縦並びの固定ボタン ------------------------------- */
.fixed-buttons-pc {
  position: fixed;
  right: 0;          /* 右からの距離（調整OK） */
  top: 80%;             /* 画面の縦中央あたり */
  transform: translateY(-50%);
  z-index: 9999;
  display: none;        /* デフォルトでは非表示 → メディアクエリで表示 */
}

.fixed-buttons-pc a {
  display: block;
  margin-bottom: 12px;  /* ボタン同士の間隔 */
}

.fixed-buttons-pc img {
  display: block;
  max-width: 160px;     /* PC用ボタンの最大幅（好みで変更） */
  height: auto;
}

/* SP：画面下に横並びの固定ボタン ---------------------------- */
.fixed-buttons-sp {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  display: none;        /* デフォルトでは非表示 → メディアクエリで表示 */
  display: none;
  box-sizing: border-box;
}

/* 横並びにするため flex を使用 */
.fixed-buttons-sp {
  display: none;        /* 初期は非表示。SPメディアクエリで flex にする */
}

.fixed-buttons-sp a {
  display: block;
}


/* 左：TOPボタンを小さめに */
.fixed-buttons-sp .btn-top {
  flex: 0 0 34%;   /* ← 横幅 30% */
}

/* 右：ストアボタンを大きめに */
.fixed-buttons-sp .btn-store {
  flex: 0 0 68%;   /* ← 横幅 70% */
}


.fixed-buttons-sp img {
  display: block;
  width: 100%;
  height: auto;
}

/* トップページ 画像を横並びに */
#section_teiki .banner-item {
  margin-bottom: 20px;
}

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


/* 必要に応じて、スマホでボタンに隠れないよう下に余白を足す */
/*
@media screen and (max-width: 767px) {
  body {
    padding-bottom: 80px;  ボタンの高さに合わせて調整
  }
}
*/

/* PC／SPの表示切り替え -------------------------------------- */
/* 768px以上 → PC表示：右側縦並びだけ表示 */
@media screen and (min-width: 768px) {
  .fixed-buttons-pc {
    display: block;
  }
  .fixed-buttons-sp {
    display: none;
  }
}

/* 767px以下 → SP表示：下部横並びだけ表示 */
@media screen and (max-width: 767px) {
  .fixed-buttons-pc {
    display: none;
  }
  .fixed-buttons-sp {
    display: flex;          /* 横並びにするため flex */
}
}

/* PC用ボタンが 0x0 にならないように強制リセット */
@media screen and (min-width: 768px) {
  .fixed-buttons-pc {
    display: block !important;   /* 絶対表示させる */
  }

  .fixed-buttons-pc a {
    display: block !important;
    width: 100px !important;     /* ボタンの幅を固定で確保 */
    height: auto !important;
  }

  .fixed-buttons-pc img {
    display: block !important;
    width: 100% !important;      /* aタグの幅いっぱいに表示 */
    height: auto !important;
  }
}

.midashi {
  background-color: brown;
    padding: 5px 5px 5px 10px;
    color: #fff;
    margin: 0;
}

/* メディアに掲載されました */
.top-media-button-wrap {
  margin-top: 25px;
}

.top-media-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  background: #8b1e1e;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  border-radius: 50px;
  border: 1px solid #8b1e1e;
  transition: all 0.3s ease;
}

.top-media-button:hover {
  background: #fff;
  color: #8b1e1e;
}


/*メディアに掲載されましたページのCSS*/
.media-page {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
}

.media-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

.media-item {
  display: flex;
  gap: 30px;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  align-items: center; /* ここを flex-start から center に変更 */
}

.media-image {
  width: 35%;
  flex-shrink: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.media-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.media-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center; /* テキストを上下中央寄せ */
}

.media-date {
  font-size: 14px;
  color: #888;
  margin: 0 0 8px;
}

.media-text h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}

.media-text p {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  margin: 12px 0 0;
}

.media-button-area {
  min-height: 42px;
  margin-top: 18px;
}

.media-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #333;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.media-button:hover {
  background: #333;
  color: #fff;
}

/* 下から上にふわっと表示 */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .media-item {
    flex-direction: column;
    gap: 15px;
  }

  .media-image {
    width: 100%;
  }

  .media-text h3 {
    font-size: 19px;
  }

  .media-button-area {
    min-height: 40px;
  }
}

/* =========================================================
   トップページ：店舗写真KV
   正方形の店舗写真を活かすため、PCは左右分割・SPは縦並び
========================================================= */
.store-kv {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #f7efe4;
}

.store-kv__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
  min-height: 620px;
}

.store-kv__photo {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #e7ded2;
}

.store-kv__photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 70%, rgba(67, 4, 4, .10) 100%);
  pointer-events: none;
}

.store-kv__photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center center;
  transition: transform .8s ease;
}

.store-kv:hover .store-kv__photo img {
  transform: scale(1.025);
}

.store-kv__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(45px, 6vw, 85px) clamp(34px, 5vw, 72px);
  background:
    radial-gradient(circle at 100% 0%, rgba(162, 33, 35, .10), transparent 34%),
    #f7efe4;
}

.store-kv__eyebrow {
  margin: 0 0 18px;
  color: #a22123;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .12em;
}

.store-kv__content h1 {
  margin: 0 0 24px;
  color: #430404;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .02em;
}

.store-kv__lead {
  margin: 0;
  color: #433632;
  font-size: 16px;
  line-height: 2;
}

.store-kv__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.store-kv__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 10px 28px;
  border: 1px solid #8b1e1e;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .25s ease, color .25s ease, transform .25s ease;
}

.store-kv__button:hover {
  transform: translateY(-2px);
}

.store-kv__button--primary {
  background: #8b1e1e;
  color: #fff !important;
}

.store-kv__button--primary:hover {
  background: #671313;
}

.store-kv__button--secondary {
  background: transparent;
  color: #8b1e1e !important;
}

.store-kv__button--secondary:hover {
  background: #fff;
}

/* =========================================================
   トップページ：おすすめ商品のゆっくり無限ループ
========================================================= */
.product-loop-section {
  padding: 78px 0 68px;
  overflow: hidden;
  background: #fff;
}

.product-loop-heading {
  max-width: 900px;
  margin: 0 auto 36px;
  padding: 0 20px;
  text-align: center;
}

.product-loop-heading__sub {
  margin: 0 0 5px;
  color: #a22123;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .22em;
}

.product-loop-heading h2 {
  margin: 0 0 10px;
  color: #430404;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.4;
}

.product-loop-heading > p:last-child {
  margin: 0;
  color: #5a4d48;
  font-size: 15px;
}

.product-marquee {
  width: 100%;
  overflow: hidden;
}

/* 2つの同一商品列を横に連結し、1段のまま無限ループ */
.product-marquee__track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
  animation: productMarqueeScroll 70s linear infinite;
}

.product-marquee__row {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 22px;
  padding: 0 11px;
  white-space: nowrap;
}

.product-marquee:hover .product-marquee__track {
  animation-play-state: paused;
}

@keyframes productMarqueeScroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(var(--product-marquee-distance), 0, 0);
  }
}

.product-loop-card {
  display: inline-flex;
  flex: 0 0 270px;
  width: 270px;
  flex-direction: column;
  color: #430404;
  text-decoration: none;
  white-space: normal;
}

.product-loop-card__image {
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  background: #f4eee8;
}

.product-loop-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.product-loop-card:hover .product-loop-card__image img {
  transform: scale(1.045);
}

.product-loop-card__name {
  display: block;
  padding: 14px 8px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
}

.product-loop-button-wrap {
  margin-top: 38px;
  padding: 0 20px;
  text-align: center;
}

.product-loop-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  min-height: 50px;
  padding: 10px 30px;
  border: 1px solid #8b1e1e;
  border-radius: 999px;
  background: #8b1e1e;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .25s ease, transform .25s ease;
}

.product-loop-button:hover {
  background: #671313;
  transform: translateY(-2px);
}

@media screen and (max-width: 1100px) {
  .store-kv__inner {
    grid-template-columns: minmax(0, 1fr) minmax(330px, .9fr);
    min-height: 540px;
  }

  .store-kv__photo img {
    min-height: 540px;
  }

  .store-kv__content h1 {
    font-size: clamp(32px, 4vw, 46px);
  }
}

@media screen and (max-width: 767px) {
  .store-kv {
    margin-left: 12px !important;
    margin-right: 12px !important;
    border-radius: 16px;
  }

  .store-kv__inner {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .store-kv__photo {
    order: 1;
    aspect-ratio: 1 / 1;
  }

  .store-kv__photo::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 76%, rgba(67, 4, 4, .10) 100%);
  }

  .store-kv__photo img {
    min-height: 0;
    object-position: center center;
  }

  .store-kv__content {
    order: 2;
    padding: 34px 24px 38px;
  }

  .store-kv__eyebrow {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .store-kv__content h1 {
    margin-bottom: 18px;
    font-size: clamp(28px, 8.5vw, 38px);
    line-height: 1.45;
  }

  .store-kv__lead {
    font-size: 14px;
    line-height: 1.85;
  }

  .store-kv__buttons {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .store-kv__button {
    width: 100%;
  }

  .product-loop-section {
    padding: 58px 0 52px;
  }

  .product-loop-heading {
    margin-bottom: 27px;
  }

  .product-loop-heading h2 {
    font-size: 28px;
  }

  .product-loop-heading > p:last-child {
    font-size: 13px;
    line-height: 1.7;
  }

  .product-marquee__row {
    gap: 14px;
    padding: 0 7px;
  }

  .product-loop-card {
    flex-basis: 190px;
    width: 190px;
  }

  .product-loop-card__image {
    border-radius: 14px;
  }

  .product-loop-card__name {
    padding-top: 11px;
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .store-kv__photo img,
  .product-loop-card__image img,
  .store-kv__button,
  .product-loop-button {
    transition: none;
  }
}


/* =========================================================
   KV・商品スライダーのみ画面幅いっぱいに表示
========================================================= */
.store-kv,
.product-loop-section {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.store-kv {
  border-radius: 0;
}


/* 商品スライダーを必ず1段に固定 */
.product-marquee,
.product-marquee__track,
.product-marquee__row,
.product-marquee .js-marquee-wrapper,
.product-marquee .js-marquee {
  white-space: nowrap;
}

.product-marquee__track,
.product-marquee__row {
  flex-wrap: nowrap !important;
}

.product-marquee .js-marquee-wrapper {
  display: flex !important;
  align-items: flex-start;
}

.product-marquee .js-marquee {
  float: none !important;
  display: flex !important;
}


/* =========================================================
   調理例：画面幅いっぱい・自動ループ
========================================================= */
#section_cook {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: hidden;
}

#section_cook > .container-fluid {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

#section_cook > .container-fluid > .row {
  margin-right: 0;
  margin-left: 0;
}

#section_cook .cooking-carousel-wrap {
  width: 100%;
  overflow: hidden;
}

#section_cook .cooking-loop-carousel .owl-stage-outer {
  overflow: visible;
}

#section_cook .cooking-loop-carousel .item {
  width: 100%;
}

#section_cook .cooking-loop-carousel iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 18px !important;
}

@media screen and (max-width: 767px) {
  #section_cook .col-lg-7 {
    padding-right: 20px;
    padding-left: 20px;
  }

  #section_cook .cooking-loop-carousel iframe {
    border-radius: 14px !important;
  }
}


/* =========================================================
   KV店舗写真：4枚をクロスディゾルブ
   現在の画像を薄くしながら、次の画像を同時に濃くする
========================================================= */
.store-kv-slider {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #f4eee7;
  border-radius: 0 20px 20px 0;
}

.store-kv-slider__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transform: none !important;
  transition: none;
  will-change: opacity;
  pointer-events: none;
}

/* 通常表示中の画像 */
.store-kv-slider__image.is-active {
  z-index: 1;
  opacity: 1;
}

/* ディゾルブ開始時の2枚 */
.store-kv-slider__image.is-dissolve-out {
  z-index: 1;
  opacity: 1;
  transition: opacity 2.4s ease-in-out;
}

.store-kv-slider__image.is-dissolve-in {
  z-index: 2;
  opacity: 0;
  transition: opacity 2.4s ease-in-out;
}

/* 2枚の透明度を同時に反転 */
.store-kv-slider__image.is-dissolve-out.is-fading {
  opacity: 0;
}

.store-kv-slider__image.is-dissolve-in.is-visible {
  opacity: 1;
}

/* 既存テーマのホバー拡大を無効化 */
.store-kv:hover .store-kv-slider__image,
.store-kv:hover .store-kv-slider__image.is-active,
.store-kv:hover .store-kv-slider__image.is-dissolve-in,
.store-kv:hover .store-kv-slider__image.is-dissolve-out {
  transform: none !important;
}

/* 写真上の薄いグラデーションを画像より前面に維持 */
.store-kv-slider::after {
  z-index: 3;
}

@media screen and (max-width: 1100px) {
  .store-kv-slider__image {
    min-height: 540px;
  }
}

@media screen and (max-width: 767px) {
  .store-kv-slider__image {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .store-kv-slider__image,
  .store-kv-slider__image.is-dissolve-in,
  .store-kv-slider__image.is-dissolve-out {
    transition: none;
  }
}
