@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400&display=swap');

/* --------- 調整・消去（他ページ共通） --------- */
body .box-white {
  background-color: #dbcbb8;
}
body .box-white,
body .post-content {
  padding: 0;
}
body .group {
  padding: 0 0 80px;
}
body main > .title_area,
body .group::before,
body .inner > header,
body .inner dl.periodText {
  display: none !important;
}
body .post-content p {
  margin: 0;
}
#topic h2,
#topic h3,
#topic p,
#topic a {
  line-height: revert !important;
  text-align: revert !important;
  font-weight: revert !important;
  font-family: 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Meiryo', sans-serif !important;
}

@media screen and (max-width: 768px) {
  body .group .inner { width: 100%; }
}
@media print, screen and (min-width: 769px) {
  body .group .inner { width: 100%; max-width: 900px; }
}

/*======================
      WINNIE THE POOH LP
======================*/

/* ============================================================
   BASE
   ============================================================ */
#topic #contentDetail {
  font-size: 14px;
  line-height: 1.8;
  color: #4a3826;
  background: #fafaeb;
  max-width: 100%;
  overflow-x: hidden;
}
#topic a {
  text-decoration: none;
  color: inherit;
}
#topic img {
  display: block;
  max-width: 100%;
}

#topic {
  --pooh-honey: #c9962e;
  --pooh-honey-d: #a87a1f;
  --pooh-btn: #c99a3f;
  --pooh-btn-d: #b0842f;
  --pooh-cream: #fdfaf3;
  --pooh-cream-2: #f5eede;
  --pooh-band: #f3e7c9;
  --pooh-red: #e15b52;
  --pooh-ink: #4a3826;
  --pooh-sub: #a2937d;
  --pooh-mincho: 'Hiragino Mincho ProN', 'Yu Mincho', 'YuMincho', 'HGS明朝E', 'MS PMincho', serif;
}

#topic .pooh-lead-lead,
#topic .pooh-lead-en,
#topic .pooh-works-title,
#topic .pooh-works-en,
#topic .pooh-lineup-title,
#topic .pooh-lineup-en,
#topic .pooh-lineup-title-en,
#topic .pooh-card-name,
#topic .pooh-work-name,
#topic .pooh-card-btn {
  font-family: var(--pooh-mincho) !important;
}

#topic .pooh-inner {
  max-width: 860px;
  margin: 0 auto;
}

/* ============================================================
   FV
   ============================================================ */
#topic .pooh-fv {
  width: 100%;
  line-height: 0;
}
#topic .pooh-fv-img {
  width: 100%;
  height: auto;
}

/* ============================================================
   リード
   ============================================================ */
#topic .pooh-lead {
  padding: 2.8rem 1.4rem 2.4rem;
  max-width: 820px;
  margin: 0 auto;
}
#topic .pooh-lead-right {
  margin-top: 1.4rem;
}
#topic .pooh-lead-en {
  display: block;
  font-size: 15px;
  color: var(--pooh-honey);
  font-style: italic;
  letter-spacing: .04em;
  margin-bottom: .5rem;
  text-align: left;
}
#topic .pooh-lead-lead {
  font-size: 22px !important;
  line-height: 1.6 !important;
  color: var(--pooh-ink) !important;
  font-weight: 700 !important;
  text-align: left !important;
  letter-spacing: .02em;
  margin: 0 0 1.4rem !important;
}
#topic .pooh-lead-text {
  font-size: 14px !important;
  line-height: 2 !important;
  color: var(--pooh-ink) !important;
  text-align: left !important;
  margin: 0 !important;
}
/* ============================================================
   Lineup（背景色＋上下の波で区切る）
   ============================================================ */
#topic .pooh-lineup-section {
  position: relative;
  background: #f7eec9;
}
#topic .pooh-wave {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 0;
}
#topic .pooh-wave svg {
  display: block;
  width: 100%;
  height: 100%;
}

#topic .pooh-lineup {
  padding: 1.6rem 1.4rem 3rem;
  max-width: 900px;
  margin: 0 auto;
}
#topic .pooh-lineup-head {
  text-align: center;
  margin-bottom: 2rem;
}
#topic .pooh-lineup-en {
  display: block;
  font-size: 12px;
  letter-spacing: .18em;
  color: var(--pooh-honey);
  font-weight: 700;
  margin-bottom: .5rem;
}
#topic .pooh-lineup-title {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: var(--pooh-ink) !important;
  line-height: 1.5 !important;
  text-align: center !important;
  margin: 0 0 .5rem !important;
}
#topic .pooh-lineup-title-en {
  display: block;
  font-size: 15px;
  font-style: italic;
  color: var(--pooh-honey);
  letter-spacing: .06em;
}
#topic .pooh-lineup-note {
  display: block;
  font-size: 11px;
  color: var(--pooh-sub);
  margin-top: 1rem;
  text-align: center;
}

/* グリッド */
#topic .pooh-lineup-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

/* 商品カード */
#topic .pooh-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--pooh-band);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #d4d4c4;
  border-radius: 10px;
}
#topic .pooh-card-img {
  aspect-ratio: 1/1;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  border-radius: 7px;
}
#topic .pooh-card-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover;
}
#topic .pooh-badge {
  position: absolute;
  top: -5px;
  left: -35px;
  width: 100px;
  background: var(--pooh-red);
  color: #fff;
  text-align: center;
  transform: rotate(-45deg);
  z-index: 3;
  padding: 20px 0 5px 6px;
  box-sizing: border-box;
}
#topic .pooh-badge span {
  font-family: 'Roboto Slab', serif;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: .1em;
  line-height: 1;
}
#topic .pooh-card-body {
  padding: .9rem 0 0;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
#topic .pooh-card-name {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: var(--pooh-ink) !important;
  text-align: left !important;
  line-height: 1.4 !important;
  margin: 0 0 .5rem !important;
}
#topic .pooh-card-name * {
  color: var(--pooh-ink) !important;
}
#topic .pooh-card-desc {
  font-size: 12px;
  line-height: 1.7;
  margin-bottom: .7rem;
}
#topic .pooh-card-price {
  font-size: 18px;
  color: var(--pooh-ink);
  font-weight: 700;
  margin-bottom: .3rem;
}
#topic .pooh-card-price .pooh-card-price-unit {
  font-size: 11px;
  font-weight: 400;
}
#topic .pooh-card-spec {
  font-size: 11px;
  margin-bottom: .9rem;
}
#topic .pooh-card-sold {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: var(--pooh-sub);
  border: 1px solid var(--pooh-band);
  background: var(--pooh-cream-2);
  padding: 8px 0;
  text-align: center;
  margin-top: auto;
  letter-spacing: .04em;
}
#topic .pooh-card-btn {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  width: 100%;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #62442b;
  background: #ddc78b;
  border: 1px solid #8d7c69;
  padding: 12px 0;
  border-radius: 999px;
  text-align: center;
  transition: filter .2s;
}
#topic .pooh-card-btn:hover {
  filter: brightness(1.06);
}
#topic .pooh-card-arrow { font-size: 14px; line-height: 1; }

/* おすすめ作品アイコン（スマホ・PC共通＝ラベル左＋アイコン右の横並び／上に破線罫線） */
/* おすすめ作品（ラベル上・中央寄せ＋上罫線／アイコンは4列均等割付） */
#topic .pooh-card-rec {
  margin: 0 0 1rem;
  padding-top: 15px;
  border-top: 1px dashed #d8caae;
}
#topic .pooh-card-rec-label {
  display: block;
  text-align: center !important;
  white-space: nowrap;
  font-size: 12px;
  color: var(--pooh-honey);
  font-weight: 700 !important;
  letter-spacing: .1em;
  margin-bottom: .8rem;
  line-height: 1.2;
}
#topic .pooh-card-rec-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#topic .pooh-card-rec-item {
  text-align: center;
}
#topic .pooh-card-rec-icon {
  width: 100%;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: .35rem;
  border-radius: 50%;
  background-color: #fcf8e1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#topic .pooh-card-rec-icon img {
  width: 76%;
  height: 76%;
  object-fit: contain;
}
#topic .pooh-card-rec-name {
  font-size: 10px;
  line-height: 1.3;
}

/* ============================================================
   Sample Works
   ============================================================ */
#topic .pooh-works {
  background: #fafaeb;
  padding: 2.6rem 1.4rem 3rem;
}
#topic .pooh-works-head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 2rem;
}
#topic .pooh-works-jp {
  font-size: 13px;
  letter-spacing: .06em;
  margin-bottom: .3rem;
}
#topic .pooh-works-title {
  font-size: 26px !important;
  font-weight: 700 !important;
  color: var(--pooh-ink) !important;
  text-align: center !important;
  margin: 0 0 .3rem !important;
  letter-spacing: .04em;
}
#topic .pooh-works-en {
  display: block;
  font-size: 14px;
  font-style: italic;
  color: var(--pooh-honey);
  letter-spacing: .06em;
}
#topic .pooh-works-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 860px;
  margin: 0 auto;
}
#topic .pooh-work {
  background: transparent;
}
#topic .pooh-work-img {
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #fff;
  margin-bottom: .6rem;
}
#topic .pooh-work-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#topic .pooh-work-name {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: var(--pooh-ink) !important;
  text-align: left !important;
  line-height: 1.4 !important;
  margin: 0 0 .2rem !important;
}
#topic .pooh-work-desc {
  font-size: 11px;
  line-height: 1.6;
}

/* レシピ購入案内ボックス（スマホ＝タイトル上/本文下・タイトル下に横線） */
#topic .pooh-recipe {
  max-width: 860px;
  margin: 2.4rem auto 0;
  background: #f7eec9;
  padding: 1.6rem 1.6rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#topic .pooh-recipe-label {
  flex: 0 0 auto;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: var(--pooh-ink) !important;
  line-height: 1.6 !important;
  text-align: center !important;
  padding-bottom: .9rem;
  border-bottom: 1px solid #d7cba9;
  letter-spacing: .04em;
}
#topic .pooh-recipe-text {
  font-size: 12px !important;
  color: var(--pooh-ink) !important;
  line-height: 1.8 !important;
  text-align: left !important;
  margin: 0 !important;
}

/* ============================================================
   FOOTER
   ============================================================ */
#topic .pooh-footer {
  background: #5b3b1e;
  padding: 1.6rem 1.4rem;
  text-align: center;
}
#topic .pooh-footer p {
  font-size: 11px !important;
  color: rgba(255,255,255,.85) !important;
  letter-spacing: .06em !important;
  text-align: center !important;
  margin: 0 !important;
}
#topic .pooh-footer-link {
  margin: 0 0 1rem !important;
}
#topic .pooh-footer-link a {
  color: #fff !important;
  font-size: 12px !important;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.5);
  padding-bottom: 2px;
  transition: opacity .2s;
}
#topic .pooh-footer-link a:hover {
  opacity: .75;
}

/* ============================================================
   PC リデザイン
   ============================================================ */
@media (min-width: 769px) {
  #topic .pooh-lead {
    padding: 3.6rem 1.4rem 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem;
    align-items: start;
  }
  #topic .pooh-lead-lead { font-size: 28px !important; }
  #topic .pooh-lead-en { font-size: 17px; }
  #topic .pooh-lead-right { margin-top: 0; }
  #topic .pooh-lead-text { font-size: 15px !important; }

  #topic .pooh-lineup { padding: 2.4rem 1.4rem 4rem; }
  #topic .pooh-lineup-title { font-size: 28px !important; }

  #topic .pooh-lineup-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  #topic .pooh-card-name { font-size: 18px !important; }
  #topic .pooh-wave { height: 60px; }

  #topic .pooh-card-img { aspect-ratio: 4/3; }

  #topic .pooh-works { padding: 3.4rem 1.4rem 4rem; }
  #topic .pooh-works-title { font-size: 30px !important; }
  #topic .pooh-works-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }

  /* PC：レシピ購入案内をタイトル左・本文右の横並び（縦線で区切り） */
  #topic .pooh-recipe {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    padding: 1.8rem 2rem;
  }
  #topic .pooh-recipe-label {
    width: 180px;
    padding-bottom: 0;
    padding-right: 2rem;
    border-bottom: none;
    border-right: 1px solid #d7cba9;
    line-height: 1.5 !important;
  }
  #topic .pooh-recipe-text {
    flex: 1 1 auto;
  }
}

@media (min-width: 1024px) {
  #topic .pooh-lead-lead { font-size: 32px !important; }
}