/* 背景画像 */
.main-image { width: 100%; display: block; opacity: 0; animation: fadeIn 2s ease forwards; }
/* 上に重ねる画像 */
.overlay-image { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0; animation: fadeIn 1s ease forwards; animation-delay: 1s; }
/* 3枚目の画像 */
.overlay-image-2 { animation: fadeIn 1s ease forwards; animation-delay: 2.5s; }
@keyframes fadeIn {  
  to { opacity: 1; }
}

/* カテゴリーボタン */
.button-row { width: 920px; margin: 60px auto; display: flex; justify-content: space-between; }
.button-row p { margin: 0; }
.button-row img { width: 180px; display: block; transition: transform 0.4s ease, box-shadow 0.4s ease, filter 0.4s ease; }
.button-row img:hover { transform: translateY(-8px) scale(1.06); box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12); filter: brightness(1.06); }
/* スムーススクロール */
html { scroll-behavior: smooth; }
/* メインタイトル（中央寄せ対応） */
.main-title { width: 100%; text-align: center; line-height: 1.4; margin-top: 60px; margin-bottom: 50px; font-family: "Yu Gothic", "Hiragino Kaku Gothic Pro", sans-serif; }
.main-title span { display: block; }
.main-title .line1 { font-size: 30px; font-weight: bold; color: #333; }
.main-title .line2 { font-size: 50px; font-weight: bold; color: #111; display: inline; background-image: linear-gradient(#a8d5a2, #a8d5a2); background-repeat: no-repeat; background-size: 100% 20%; background-position: 0 85%; }
.relaxed-text { font-family: 'Rounded Mplus 1c', "Yu Gothic", sans-serif; font-size: 20px; line-height: 2; color: #333333; max-width: 920px; margin: 80px auto; padding: 30px 40px; background: linear-gradient(145deg, #fff9f0, #fff3e8); border-radius: 12px; box-shadow: 0 6px 20px rgba(0,0,0,0.08); border: 1px solid rgba(255,200,180,0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.relaxed-text p{ line-height: 1.7em; margin-top: 1.0em; }
.relaxed-cyu{ border: 1px solid #4d4b4b; padding:10px; font-size:16px; margin-top: 40px; }
.image-wrapper { position: relative; width: 920px; }
/* h2タイトル */
.flower-title { position: absolute; left: 48px; top: 26px; width: 743px; color: #fff; font-size: 60px; font-weight: bold; text-align: left; letter-spacing: 2px; text-shadow: 0 3px 10px rgba(0,0,0,0.4); }
.flower-title .flower-en{ font-size: 40px; }
/* 説明文 */
.flower-text { position: absolute; left: 39px; top: 160px; width: 842px; color: #111; font-size: 17px; line-height: 1.8; text-align: left; }
/* 商品一覧セクション全体 */
.wrapper { width: 920px; margin: 0 auto; padding: 40px 40px 40px 40px; background-color: rgba(255, 192, 203, 0.2); box-sizing: border-box; }
.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
/* カード全体の浮き上がり効果 */
.card { display: flex; flex-direction: column; align-items: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.card:hover { transform: translateY(-10px); }
/* 画像にも少し拡大効果を追加（オプション） */
.image-wrap img { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; margin-top: 50px; transition: transform 0.3s ease; }
.card:hover .image-wrap img { transform: scale(1.05); }
.image-wrap { width: 100%; position: relative; }
.image-wrap img { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; margin-top: 50px; }
.badge { position: absolute; bottom: 10px; right: 10px; background: #d94b4b; color: #fff; padding: 6px 14px; border-radius: 20px; font-size: 12px; font-weight: bold; border: 3px solid #fff; }
.title { margin-top: 20px; font-size: 15px; line-height: 1.6; text-align: center; }
/* 価格全体 */
.price { margin: 5px 0 20px; font-weight: bold; text-align: center; }
/* 上段メイン価格 */
.price-main { font-size: 25px; color: #d94b4b; }
/* 下段税込価格 */
.price-sub { font-size: 16px; font-weight: normal; color: #555; margin-top: -5px; }
.price span { font-size: 14px; font-weight: normal; }
.price-label{ font-size:10px; }
.btn { display: inline-block; background: #777; color: #fff; padding: 12px 30px; border-radius: 30px; text-decoration: none; font-size: 14px; }

.sweets-wrapper { background-color: rgba(255, 235, 200, 0.5); }
.umeboshi-wrapper { background-color: rgba(255, 200, 200, 0.2.5); }
.gourmet-wrapper { background-color: rgba(245, 235, 210, 0.5); }
.limited-wrapper { background-color: rgba(255, 255, 200, 0.3);}

/* 吹き出し全体をカード幅に合わせる */
.balloon { position: relative; width: 100%; padding-top: 58.75%; }
/* 吹き出し画像 */
.balloon img { position: absolute; top: 0; left:-32px; width: 240px; height: 150px; display: block; }
.balloon img { position: absolute; top: 0; left: -32px; width: 240px; height: 120px; display: block; }
.balloon img { position: absolute; top: 0; left: -32px; width: 240px; height: 150px; display: block; }
.balloon .text {position: absolute; top: 20px; left: 0px; width: 179.4px; height: 97.6px; font-size: 15px; line-height: 28px; letter-spacing: 0.5px; color: #111; margin: 0; padding: 0; word-wrap: break-word; overflow: hidden; }
/* 下部リンクボタンのスタイル */
.bottom-links { display: flex; justify-content: space-between; gap: 100px; max-width: 730px; margin: 30px auto 100px auto; }
.bottom-links a { flex: 1; text-align: center; padding: 24px; background-color: #f2efe9; border: 2px solid #e6d9c8; border-radius: 8px; text-decoration: none; color:  #217f67; font-weight: bold; font-size: 20px; transition: all 0.3s ease; }
.bottom-links a:hover { background-color: #217f67; border-color: #d8c4ad; color:  #ffffff; }
.entrybtn {margin-top:20px; margin-bottom:70px;}
.entrybtn a { display: block; position: relative; margin: 0 auto; padding: 0.9em 2em 0.6em; width: 70%; color: #ffffff; font-size: 20px; font-weight: 700; background-color: #009b73; border-radius: 40vh; transition: 0.3s; text-decoration: none!important; text-align: center;}
.entrybtn a:hover { background-color: #217f67;}
.entrybtn span {font-size:14px; color: #ffffff;}

/* ===== 期間限定カード ===== */
.featured-card { width: 850px; margin:-40px auto; display: flex; gap: 20px; align-items: center; justify-content: center;}
.featured-item { width: 400px; margin:-40px auto; display: flex; gap: 20px; align-items: center; justify-content: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.featured-item:hover { transform: translateY(-10px) scale(1.05); }
/* 左画像エリア */
.featured-image { position: relative; height: 300px; flex-shrink: 0; overflow: hidden; margin-top: 30px; }
.featured-image img {width: 200px; height: 180px; object-fit: cover; border-radius: 8px; display: block; margin-top: 14px;}
/* おすすめバッジ */
.featured-badge { position: absolute; top: 20px; left: 7px; background: #000; color: #fff; padding: 6px 14px; border-radius: 20px; font-size: 12px; font-weight: bold; background: #d94b4b; border: 3px solid #fff; }
/* 真ん中ブロック */
.featured-info { width: 250px; display: flex; flex-direction: column; gap: 0px;}
/* 吹き出し */
.featured-balloon { position: relative; width: 100%; margin-bottom: 20px; }
/* 吹き出し画像 */
.featured-balloon img { width: 100%; height: auto; display: block; }
.balloon-text { position: absolute; top: 15%; left: 16.75%; width: 77%; height: 72.5%; margin: 0; font-size: 17px; line-height: 1.6; color: #111; }
/* 商品タイトル */
.featured-title { font-size: 16px; padding-top: 0px; margin-bottom: 45px; text-align: center; margin-left: -80px; }
/* 右ブロック */
.featured-side { display: none; }
/* 上段メイン価格 */
.featured-price-main { font-size: 25px; font-weight: bold; color: #d94b4b; margin-right: 30px; }

.price span { font-size: 14px; font-weight: normal; }
/* 下段税込価格 */
.featured-price-sub { font-size: 16px; color: #555; margin-top:-8px; }
/* ボタン */
.featured-btn { display: inline-block; padding: 12px 20px; background: #777; color: #fff; border-radius: 30px; text-decoration: none; transition: 0.3s; width: 130px; text-align: center; margin-left: -100px; margin-top: 20px;  font-size: 14px; }
.featured-price { text-align: right; margin-top: -110px; margin-right: -40px;}

/* ===== 2列レイアウト全体 ===== */
.featured-card.double { width: 850px; height: 350px; margin: 0 auto; display: flex; justify-content: space-between; }
/* ===== 各カード ===== */
.featured-item { width: 400px; display: flex; flex-direction: column; gap:0!important; }
/* ===== 上段（画像＋フキダシ） ===== */
.featured-top { display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: row; gap: 10px; }
/* ===== 画像（左） ===== */
.featured-image { width: 200px; height: 200px; position: relative; margin-top: 0px!important; }
.featured-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; margin-top: 0px!important; }
/* バッジ */
.featured-badge { position: absolute; top: 10px; left: 10px; width: 70px; text-align: center; background: #d94b4b; color: #fff; font-size: 11px; padding: 7px 3px 4px; border-radius: 20px; border: 3px solid #fff; }
/* ===== フキダシ（右） ===== */
.featured-balloon { width: 200px; height: 200px; position: relative; }
.featured-balloon img { width: 100%; height: 100%; object-fit: contain; }
/* フキダシ内テキスト */
.balloon-text { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 30px 15px 15px 60px; font-size: 16px; line-height: 1.6; box-sizing: border-box; }
/* ===== 下段中央 ===== */
.featured-bottom { text-align: center; margin-top: 15px; }
.featured-title { font-size: 16px; margin-bottom: 10px; margin: 0 auto!important; }
.featured-price-main { font-size: 25px; color: #d94b4b; font-weight: bold; margin: 0 auto!important; }
.featured-price-main span { font-size: 14px; font-weight: normal; }
.featured-price-sub { font-size: 16px; color: #555; margin: -5px 0  20px auto!important; }
.featured-btn { display: inline-block; margin-top: 10px; padding: 10px 20px; background: #777; color: #fff; border-radius: 20px; text-decoration: none; font-size: 13px; margin: 0 auto!important; }
