@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

.admin-pv {
    display: none !important;
}


/************************************
**サイドバーをスマホでは非表示
************************************/








/************************************
**ＬＩＮＥボタンセンターに変更
************************************/
a[href="https://lin.ee/9a7Jtci"] {
    display: block; /* ブロック要素に変更 */
    margin: 0 auto; /* 横方向を中央揃え */
    width: fit-content; /* 必要に応じて幅を画像サイズに自動調整 */
}

/************************************
**フッターボタン色変更
************************************/
.custom-menu-icon.menu-icon  {
    color: #90C31F; /* 好きな色コードに変更してください */
}

/************************************
**ブログカードラベル色変更
************************************/

.blogcard-type .blogcard-label {
    background-color: #90C31F; /* お好みの色コードを設定 */
    color: white; /* 文字色の変更 */
    padding: 5px 10px;
    border-radius: 5px;
}


/************************************
**モバイルスライドインメニュー
************************************/
span.fas.fa-times::before {
    /* 「Font Awesome 5 Free」を使用して矢印を表示 */
    font-family: "Font Awesome 5 Free";
    content: "\f060"; /* 矢印アイコンのUnicode */
    color: #90C31F; /* 矢印色変更はこちら */
}

ul.menu-drawer:before {
    /* メニューラベルのフォントサイズと背景設定 */
    font-size: 1.2em; /* ラベルの文字サイズ */
    background: white; /* ラベル背景色 */
    color: #333; /* ラベル文字色 */
    margin-bottom: 1em; /* ラベルの下余白 */
    border-bottom: 3px dotted #90C31F; /* 点線の色変更はこちら */
    content: "メニュー"; /* 表示テキスト */
}

ul.menu-drawer:after {
    /* メニューリストの背景色 */
    background: white;
}

.menu-drawer li {
    /* メニューアイテムの余白設定 */
    padding: 0;
    font-weight: bold; /* 太字設定 */
}

.menu-drawer a {
    /* リンクのスタイル設定 */
    font-size: 1.3em; /* リンク文字サイズ */
    background-color: #ffffff; /* リンク背景色 */
    color: #545454; /* リンク文字色 */
    margin: .5em 0; /* 上下の余白 */
}

.menu-drawer a:hover {
    /* リンクのホバー状態の背景色変更 */
    background-color: #f7f7f7;
}

.menu-drawer .sub-menu {
    /* サブメニューの余白設定 */
    padding: 0;
}

.menu-drawer .sub-menu li {
    /* サブメニュー項目の文字サイズ設定 */
    font-size: .9em; /* サブメニューの文字サイズ */
}

.menu-drawer .sub-menu li a::before {
    /* サブメニュー項目のアイコンを表示 */
    font-family: "Font Awesome 5 Free";
    content: "\f105"; /* サブメニュー矢印アイコンのUnicode */
    color: #7b7b7b; /* アイコン色変更はこちら */
    margin: 0 .5em 0 1em; /* アイコンの余白 */
}

/************************************
****　モバイル表示　ヘッダーメニュー・検索アイコン
************************************/
.mobile-menu-buttons {
    /* モバイルメニュー全体の高さと影を設定 */
    height: 50px; /* メニューの高さ */
    box-shadow: none; /* ボックスシャドウを無効化 */
}

.mobile-menu-buttons > li {
    /* メニュー項目の上部余白を削除 */
    padding-top: 0;
}

.menu-button {
    /* メニューボタンを中央揃えに配置 */
    margin: auto;
}

.mobile-menu-buttons .menu-button:hover {
    /* メニューボタンのホバー状態の背景色を設定 */
    background-color: white;
}

span.fas.fa-search::before {
    /* 検索アイコンのスタイル設定 */
    color: #90C31F; /* 検索マーク色変更はこちら */
    margin-left: 1em; /* 左側の余白 */
}

span.fas.fa-bars::before {
    /* ハンバーガーメニューアイコンのスタイル設定 */
    color: #90C31F; /* ハンバーガーメニュー色変更はこちら */
    margin-right: 1em; /* 右側の余白 */
}

.navi-menu-caption.menu-caption,
.home-menu-caption.menu-caption,
.search-menu-caption.menu-caption,
.top-menu-caption.menu-caption,
.sidebar-menu-caption.menu-caption {
    /* メニューのキャプションを非表示に設定 */
    display: none;
}

/************************************
****　お問い合わせフォーム contact form7
************************************/
.haveto {
    /* 必須マークのスタイル設定 */
    font-size: 9px; /* フォントサイズ */
    padding: 2px 5px; /* 内側の余白 */
    background: #90C31F; /* 必須 色の変更はこちら */
    color: #fff; /* 文字色（白） */
    border-radius: 20px; /* 角丸設定 */
    margin-right: 5px; /* 右側の余白 */
    position: relative; /* 相対位置指定 */
    bottom: 2px; /* 下方向のオフセット */
}

#formbtn {
    /* 送信ボタンの基本スタイル */
    display: block; /* ブロック要素として表示 */
    padding: 10px; /* 内側の余白 */
    width: 300px; /* ボタンの幅 */
    background: #f7f7f7; /* 背景色（グレー） */
    color: #545454; /* 文字色（ダークグレー） */
    font-size: 17px; /* フォントサイズ */
    border: none; /* 枠線を非表示 */
    border-radius: 50px; /* 角丸設定 */
    margin: 25px auto 0; /* 上下余白（中央揃え） */
    transition: 0.3s; /* ホバー効果の時間 */
}

#formbtn:hover {
    /* 送信ボタンのホバー状態 */
    background: #90C31F; /* 送信 色の変更はこちら */
    color: #fff; /* 文字色（白） */
    border-radius: 50px; /* 角丸設定 */
    box-shadow: 0px 1px 5px 0 rgba(0,0,0,.2); /* シャドウ効果 */
}

.wpcf7 p {
    /* フォーム内の段落要素の余白設定 */
    margin-bottom: 0em; /* 段落の下余白をゼロに設定 */
}



/************************************
***** カテゴリーラベルのスタイル 
************************************/

.eye-catch .cat-label, .cat-label {
    font-size: .8em; /* フォントサイズ */
    border-radius: 10px; /* 角丸設定 */
    margin: 0.5em; /* 外側余白 */
    padding: 0 0.5em 0; /* 内側余白 */
}





/************************************
**サイドバードットせん
************************************/
#custom_html-2 > h2  {
  /* ここに適用するスタイルを記述 */
　color: #7b7b7b; /* サイドバーのタイトルの文字色を変更 */
  border-radius: 0%; /* タイトルの角の丸みを削除 */
  border-bottom: 3px dotted; /* タイトルの下にドットの線を追加 */
  border-color: #90C31F; /* タイトル下の線の色を緑に設定 */
  padding-bottom: 0.3em; /* タイトルの下部余白を設定 */

  margin-bottom: 1em; /* タイトルの下部に1emの余白を追加 */
}
/************************************
**お知らせ
************************************/
/* 「お知らせ」タイトル下に緑のドット線を入れる */
.widget-index-top-title.main-widget-label.widget-title {
  /* 下線をドットに */
  border-bottom: 3px dotted #90C31F;
  /* 下線と本文（リスト）のあいだに余白を確保 */
  padding-bottom: 8px;
  margin-bottom: 16px;
}

/************************************
****　本文記事タイトル（H1）＆メタ情報
************************************/

/* 記事ヘッダー */
header.article-header.entry-header {
  text-align: center;
  margin-bottom: 3em;
}
.article-header h1 {
  position: static;
  font-size: 1.4em;
  color: #333333;
  background-color: #fff;
  line-height: 1.8em;
  text-shadow: none;
  margin: 0;
  padding: 1.5em .95em 1.1em;
}

/* アイキャッチ */
.eye-catch {
  box-shadow: 0px 3px 7px 0 rgba(0,0,0,.2);
}
.eye-catch img {
  height: auto !important;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
  transform: none;
}

/* カテゴリ＆タグ */
.entry-categories-tags {
  margin-bottom: .4em;
}
a.cat-link,
a.tag-link {
  font-size: .7em;
  border-radius: 10px;
  border: 0;
  margin: 0.5em;
  padding: 0 .5em 0;
  background: #90C31F !important;
  color: #fff !important;
  transition: all .3s ease-in-out;
}
a.cat-link:hover,
a.tag-link:hover {
  opacity: .5;
}

/* 投稿日・更新日 */
.date-tags {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 1.2em;
  color: #7b7b7b;
  top: 5px;
  right: 0;
  left: 0;
}
.date-tags span.post-update {
  order: 1;
}
.date-tags span.post-update,
.date-tags span.post-date {
  margin-right: 10px;
}
span.fas.fa-history::before {
  content: "\f2f1";
}

/************************************
****　レスポンシブ
************************************/

/* タブレット以下（～1023px） */
@media (max-width: 1023px) {
  .entry-categories-tags.ctdt-one-row {
    padding: 0;
  }
}

/* 834px以下 */
@media (max-width: 834px) {
  main.main,
  div.sidebar {
    padding: 0;
  }
}

/* 601px～834px */
@media (min-width: 601px) and (max-width: 834px) {
  div#content.content.cf {
    margin: 1em;
  }
}

/* モバイル（～600px） */
@media (max-width: 600px) {
  .content {
    margin-top: 0px;
  }
}

/* 超小画面（～420px） */
@media (max-width: 420px) {
  .article-header h1 {
    font-size: 1.2em;
  }
  .date-tags {
    top: 3px;
  }
}


/************************************
****　サイドバー
************************************/

.sidebar h3{
  color: #7b7b7b; /* サイドバーのタイトルの文字色を変更 */
  border-radius: 0%; /* タイトルの角の丸みを削除 */
  border-bottom: 3px dotted; /* タイトルの下にドットの線を追加 */
  border-color: #90C31F; /* タイトル下の線の色を緑に設定 */
  padding-bottom: 0.3em; /* タイトルの下部余白を設定 */
  margin-top: -0.5em; /* タイトルの上部余白を縮小 */
  margin-bottom: 1em; /* タイトルの下部に1emの余白を追加 */
}


.widget_recent_entries ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_rss ul li a,
.widget_nav_menu ul li a {
  background-color: #f7f7f7; /* リンクの背景色を明るい灰色に設定 */
  margin: 6px 0; /* リンクの上下に6pxの余白を追加 */
  padding: 4px 10px; /* リンク内の文字周囲に余白を追加 */
  border-radius: 20px; /* リンクの角を丸くする */
  transition: 0.4s; /* ホバー時の変化を0.4秒間で行う */
}


.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_rss ul li a:hover,
.widget_nav_menu ul li a:hover {
  background-color: #90C31F; /* ホバー時のリンク背景色を緑に変更 */
  color: #fff!important; /* ホバー時の文字色を白に変更 */
}

.tagcloud a {
  background-color: #f7f7f7; /* タグクラウドの背景色を明るい灰色に設定 */
}

.tagcloud a:hover {
  background-color: #90C31F; /* ホバー時のタグクラウド背景色を緑に変更 */
  color: #fff!important; /* ホバー時の文字色を白に変更 */
  transition: 0.4s; /* ホバー時の変化を0.4秒間で行う */
}

.nwa .recommended.rcs-card-margin a {
  margin: 0 0 1em; /* リンクの下部に1emの余白を追加 */
  width: 90%; /* リンクの幅を90%に設定 */
}

.widget-entry-cards .widget-entry-card-content {
  color: #565656; /* カードコンテンツの文字色を中間の灰色に設定 */
}


/************************************
****　エントリーカード
************************************/

/*── カード裾からホバーアニメーション ──*/
a.entry-card-wrap.a-wrap {
  display: block;
  transition: all .1s;
}
a.entry-card-wrap.a-wrap:hover {
  transform: translateY(-1px);
  transition: all .1s;
  background-color: #fff;
}

/*── サムネイル ──*/
figure.entry-card-thumb.card-thumb.e-card-thumb {
  max-height: 300px;              /* 初期最大高さ */
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
figure.entry-card-thumb.card-thumb.e-card-thumb img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

/*── カテゴリーラベル ──*/
.e-card-thumb .cat-label {
  margin-left: .8em;
}

/*── 高さ調整：1100px以下は120px ──*/
@media screen and (max-width: 1100px) {
  figure.entry-card-thumb.card-thumb.e-card-thumb {
    max-height: 120px;
  }
}

/*── タブレット & モバイル（1023px以下） ──*/
@media screen and (max-width: 1023px) {
  /* サムネ高さ250px */
  figure.entry-card-thumb.card-thumb.e-card-thumb {
    max-height: 250px;
  }
  /* ホバー時の移動無効化＆背景変更 */
  a.entry-card-wrap.a-wrap:hover {
    transform: none;
    background-color: #f7f7f7;
  }
  /* リストアイテムにシャドウ */
  div#list a {
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
  }
}

/*── 縦並びカード（600px以下） ──*/
@media screen and (max-width: 600px) {
  .ect-vertical-card .entry-card-wrap {
    width: 95% !important;
  }
}

/*── タイトル ──*/
h2.entry-card-title.card-title.e-card-title {
  font-size: 18px;
  color: #696969;
  font-weight: bold;
  text-align: center;
  line-height: 1.8em;
  margin: 3em 0 1em;
  padding: 0 1.5em;
}

/*── スニペット ──*/
.entry-card-snippet.card-snippet.e-card-snippet {
  font-size: 14px;
  color: #7b7b7b;
  text-align: center;
  border-top: 3px dotted #90C31F;
  line-height: 1.8em;
  padding-top: .6em;
  margin: 0 2em 4em;
  max-height: 30em;
}

/*── 投稿日・更新日 ──*/
a.entry-card-wrap.a-wrap.border-element.cf .post-date,
a.entry-card-wrap.a-wrap.border-element.cf .post-update {
  color: #7b7b7b;
  font-size: .86em;
}

/*── モバイル微調整（834px以下） ──*/
@media screen and (max-width: 834px) {
  h2.entry-card-title.card-title.e-card-title {
    font-size: 1.15em;
    line-height: 1.7em;
    padding: 1.5em .8em 1em;
    margin: 0;
  }
  .entry-card-snippet.card-snippet.e-card-snippet {
    font-size: 13px;
    border-top-color: #79c06e;
    padding: 1em .5em 0;
    margin: 0 1em 1.5em;
  }
  main.main,
  div.sidebar {
    padding: 0;
  }
}




/************************************
****　アイキャッチ画像中央寄せ
************************************/
.eye-catch-wrap {
	display: block;
    margin-left: auto;
    margin-right: auto;
    
}

.eye-catch-wrap img {
    display: block;
    margin: 0 auto; /* 左右の余白を自動調整 */
}


/************************************
****　次のページボタン中央寄せ
************************************/
.pagination-next-link,
.list-more-button,
.comment-btn {
  float: none !important;       /* 右寄せなどの浮動配置を解除 */
  display: block !important;     /* ブロック要素にしてからマージンを適用 */
  margin: 0 auto !important;     /* 左右のマージン自動で中央揃え */
  width: 90%;                   /* 横幅を90％に設定 */
}

/************************************
 **** お知らせボタン（.more-news）
 ************************************/
.more-news {
  clear: both;               /* 浮動要素のリセット */
  text-align: center;        /* ボタン中央寄せ */
  margin: 20px 0;            /* 上下スペース */
}
.more-news a {
  display: inline-block;
  transition: transform .2s, box-shadow .2s;
  background: none;          /* 透過リセット */
}
.more-news a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.more-news img {
  display: block;
  max-width: 100%;           /* レスポンシブ対応 */
  width: 100%;               /* HTML の width% を優先 */
  height: auto;
  margin: 0 auto;            /* 中央寄せ保険 */
}


/************************************
 **** メディアウィジェット画像
 ************************************/
.widget_media_image img {
  display: block;
  margin: 0 auto;            /* サイドバー画像の中央寄せ */
}


/************************************
 **** 季節のお勧め 見出し
 ************************************/
h2.seasonal-recommend-title {
  display: block;
  width: 100%;                       
  text-align: center;                
 
  border-bottom: 3px dotted #90C31F; 
  padding-bottom: 8px;               
  margin: 24px 0 16px;               
  box-sizing: border-box;            
}



/************************************
 **** スマホ向けレスポンシブ（600px以下）
 ************************************/
@media (max-width: 600px) {
  .wg-events {
    flex-direction: column;  
    align-items: center;     
    gap: 1.5rem;            
  }
  .wg-events .entry-link {
    flex: 0 0 90%;          
    width: 90%;             
    max-width: none;
    margin: 0 auto;         
  }
}

/************************************
****　おすすめカード（まとめて入れ替え）
************************************/

/*── 共通 ──*/
/* リンク全体のホバーアニメ＆マージン */
.widget-entry-cards .a-wrap {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 1em .5em;
  transition: all .2s;
}
.widget-entry-cards .a-wrap:hover {
  transform: translateY(-1px);
}

/* カード本体（角丸・影・背景色） */
.navi-entry-card.e-card {
  border-radius: 10px !important;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,.1);
}

/* サムネ半透明 */
.widget-entry-card-thumb {
  opacity: .8;
}

/* タイトルコンテナはデフォルト透明 */
.widget-entry-cards.large-thumb-on .card-content {
  background: rgba(255,255,255,0);
}
/* ホバーでタイトル背景を不透明に */
.recommended.rcs-center-white-title .a-wrap:hover .card-content {
  transition: all .1s;
  opacity: 1;
}

/* タイトルテキスト */
.navi-entry-card-title.card-title {
  color: #000;
  font-weight: bold;
  font-size: .8em;
  background-color: rgba(255,255,255,0.9);
  padding: .6em .5em;
  border-radius: 30px;
}

/*── モバイル（767px以下）: 1列＋スライダー無効化 ──*/
@media (max-width: 767px) {
  /* 親コンテナ & RCSスライダー要素をグリッド1列化 */
  .widget-entry-cards,
  .recommended.rcs .rcs-target-list,
  .widget-entry-cards.rcs .rcs-target-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: .5em 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: visible !important;     /* はみ出し解除 */
    white-space: normal !important;   /* 横スクロール解除 */
    transform: none !important;       /* translateXリセット */
  }

  /* 各カードラッパーを幅100%に */
  .widget-entry-cards .a-wrap,
  .recommended.rcs .rcs-target-item,
  .widget-entry-cards.rcs .rcs-target-item {
    display: block !important;
    width: 100% !important;
    margin: .3em 0 !important;
    box-sizing: border-box !important;
    flex: none !important;            /* flexスライダー設定を打ち消し */
  }
}

/*── タブレット＆モバイル（1023px以下）：サムネ縦横比リセット ──*/
@media (max-width: 1023px) {
  .widget-entry-card-thumb {
    aspect-ratio: auto !important;
    height: auto !important;
    position: static !important;
    overflow: visible !important;
  }
  .widget-entry-card-thumb img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }
}


/************************************
**** 商品イベント情報（.wg-events） 完全置換CSS
************************************/

/*────────────────────────────────
  コンテナをグリッド化：PCは3列、スマホは1列
────────────────────────────────*/
.wg-events {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

/*────────────────────────────────
  カード（リンクラッパー）
────────────────────────────────*/
.wg-events .entry-link {
  display: block;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  text-decoration: none;
  color: #7b7b7b;
  transition: all .1s;
}

/* ホバー時 */
.wg-events .entry-link:hover {
  transform: translateY(-1px);
  background-color: #f7f7f7;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  border-color: transparent;
}

/* タイトル下の緑アンダーライン */
.wg-events .title {
  display: inline-block;
  position: relative;
  margin: .5em 0;
  padding-bottom: .2em;
}
.wg-events .title::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 3px;
  background-color: #90C31F;
}

/* サムネイル画像 */
.wg-events .img {
  margin-top: .5em;
}
.wg-events .img img {
  display: block;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

/*────────────────────────────────
  モバイル（767px以下）：1列縦並び
────────────────────────────────*/
@media (max-width: 767px) {
  .wg-events {
    grid-template-columns: 1fr;
    gap: .5rem 0;
  }
}

/************************************
**** 商品ケーキ＆フルーツ情報（.wg-cake-fruits）
**** 完全置換CSS（3列指定を外したフレックス）
************************************/

/*────────────────────────────────
  親コンテナ：フレックスで自動折り返し
────────────────────────────────*/
.wg-cake-fruits {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;  /* 必要に応じ center や space-between に */
  gap: 1rem;                     /* カード間の余白 */
  margin-bottom: 2rem;
  text-align: center;
  box-sizing: border-box;
}

/*────────────────────────────────
  各カード（リンクラッパー）
────────────────────────────────*/
.wg-cake-fruits .entry-link {
  display: block;
  flex: 1 1 auto;               /* 幅は入るだけ、折り返し可 */
  min-width: 0;                 /* 長いテキストのはみ出し防止 */
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  text-decoration: none;
  color: #7b7b7b;
  transition: all .1s;
}
.wg-cake-fruits .entry-link:hover {
  transform: translateY(-1px);
  background-color: #f7f7f7;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  border-color: transparent;
}

/*────────────────────────────────
  タイトル下の緑アンダーライン
────────────────────────────────*/
.wg-cake-fruits .title {
  display: inline-block;
  position: relative;
  margin: .5em 0;
  padding-bottom: .2em;
}
.wg-cake-fruits .title::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 3px;
  background-color: #90C31F;
}

/*────────────────────────────────
  サムネイル画像
────────────────────────────────*/
.wg-cake-fruits .img {
  margin-top: .5em;
}
.wg-cake-fruits .img img {
  display: block;
  width: 100%;    /* 親幅にフィット */
  height: auto;
  margin: 0 auto;
}

/************************************
**** 共通：自動スクロールスライダー（滑らか表示・遅延読み込み対策込み）
************************************/
.auto-scroll-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 20px; /* 任意で調整 */
}

.auto-scroll-wrapper {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 40s linear infinite;
  will-change: transform;
}

.auto-scroll-wrapper > * {
  display: inline-block;
  margin-right: 16px; /* アイテム間の隙間 */
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.auto-scroll-wrapper img {
  animation: none !important;
  will-change: transform;
  transform: translateZ(0); /* iOS Safari 描画安定化 */
  max-width: 100%;
  height: auto;
}

/************************************
**** 
************************************/


