@charset "shift_jis";

/* -----------------------------------------------------------
 共通タグ
----------------------------------------------------------- */
*{ margin:0; padding:0;}
.page__inner{
		width:100vw;
	}
a{outline: none; text-decoration: none;}
a:focus{outline:none;}
/*html{ background-color:#4E4A41;}*/
img{
	vertical-align:bottom;
	border: none;
	}

/* #page {
    overflow: hidden;
}*/
.w1000px {
width: 1000px;
	margin: 0 auto;
} 

#pro_wrapper{
	width:100%;
	font-size:12px;
-webkit-text-size-adjust: 100%;	
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
p, dl, dt, dd, ul li{
	margin: 0px;
	padding: 0px;
}
h4, h5{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
li{ list-style-type: none;}
.contbox{
	width: 100%;
    font-size: 1.0rem;
    font-weight: 300;
    line-height: 1.6rem;
    color: #333333;
}
/* =============================================
       BASE RESET & VARIABLES
    ============================================= */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --pink:        #de51af;
      --pink-light:  #fce8f2;
      --green:       #8dc63f;
      --green-dark:  #5a9a1e;
      --green-label: #6aab28;
      --orange:      #f9685b;
      --text:        #333333;
      --text-mid:    #555555;
      --text-light:  #888888;
      --white:       #ffffff;
      --bg:          #ffffff;
      --border:      #e0e0e0;
      --font-round:  'M PLUS Rounded 1c', sans-serif;
      --font-base:   'Noto Sans JP', sans-serif;
      --max-w:       960px;
    }

    html { font-size: 16px; }
    body {
      font-family: var(--font-base);
      color: var(--text);
      background: ;
      line-height: 1.7;
      -webkit-font-smoothing: antialiased;
    }

    /* Center LP column */
    .lp-inner {
      width: 100%;
      max-width: var(--max-w);
      margin: 0 auto;
    }

    /* Full-bleed section with centered content */
    .section-wrap {
      width: 100%;
    }
    .section-wrap > .lp-inner {
      padding-left: 20px;
      padding-right: 20px;
    }

    img { display: block; max-width: 100%; height: auto; }

    /* =============================================
       IMAGE PLACEHOLDER (差し替え前の表示用)
    ============================================= */
    .img-slot {
      /* 実際の画像に置き換えるまでの仮スタイル */
      background: #ececec;
      border: 2px dashed #c0c0c0;
      border-radius: 8px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: #aaa;
      font-size: 0.68rem;
      text-align: center;
      min-height: 60px;
    }
    .img-slot::before { content: attr(data-label); }

    /* =============================================
       HEADER
    ============================================= */
    .site-header {
      background: var(--white);
    }
    .site-header .lp-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 14px 20px;
    }

    /*
     * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
     * 【画像】ロゴ
     *   ファイル: images/logo.png
     *   推奨サイズ: 幅 160px / 透過PNG
     * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
     */
    .logo-img { width: 120px; height: auto; }

    .header-new-badge {
      background: var(--pink);
      color: var(--white);
      font-size: 1rem;
      font-weight: 700;
      padding: 10px 20px;
      letter-spacing: 0.08em;
    }

    /* =============================================
       mv
    ============================================= */
    .mv-section {
      background: var(--white);
    }
    .mv-section .lp-inner {
      padding: 8px 20px 16px;
    }

    /* Row 1: product photo LEFT / copy RIGHT */
    .mv-row1 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      gap: 8px;
      margin-bottom: 4px;
    }

    /*
     * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
     * 【画像】商品画像（ヒーロー左）
     *   ファイル: images/mv-products.png
     *   推奨サイズ: 幅 320px / 透過PNG
     * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
     */
    .mv-products-img { width: 100%; height: auto; }

    .mv-copy-block { padding: 4px 0; }

    .mv-flag-line {
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: 0.7rem;
      font-weight: 700;
      color: var(--text);
      margin-bottom: 8px;
    }

    /*
     * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
     * 【画像】ドイツ国旗アイコン
     *   ファイル: images/flag-de.png
     *   推奨サイズ: 24×18px
     * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
     */
    .flag-img { width: 22px; height: auto; }

    .mv-headline {
      
      font-size: clamp(0.88rem, 3.2vw, 2rem);
      font-weight: 700;
      color: var(--pink);
      line-height: 1.5;
    }

    /* Row 2: discount block LEFT / mascot RIGHT */
    .mv-row2 {
      display: grid;

      grid-template-columns: 1fr auto;
      align-items: flex-end;
      gap: 4px;
    }

    .mv-discount-sub {
      font-size: 1.2rem;
      color: var(--text-mid);
      margin-bottom: 2px;
    }

    .mv-discount-title {
      
      font-size: clamp(0.95rem, 3.5vw, 2rem);
      font-weight: 700;
      line-height: 1.35;
      margin-bottom: 8px;
    }

    .mv-price-row {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .off-num {
      
      font-weight: 700;
      color: var(--pink);
      font-size: clamp(2.3rem, 8.5vw, 5rem);
      line-height: 1;
      letter-spacing: -0.02em;
    }

    .deadline-badge {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: var(--pink);
      border-radius: 50%;
      width: 80px;
      height: 80px;
      font-size: 0.8rem;
      font-weight: 700;
      line-height: 1.25;
      text-align: center;
      color: var(--white);
      flex-shrink: 0;
    }
    .deadline-badge .d-date { font-size: 1.5rem; font-weight: 700; }

    /*
     * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
     * 【画像】マスコットキャラクター
     *   ファイル: images/mascot.png
     *   推奨サイズ: 幅 160px / 透過PNG
     * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
     */
    .mv-mascot-img {
      width: clamp(95px, 27vw, 600px);
      height: auto;
      align-self: flex-end;
    }

    .mv-footnote {
      font-size: 0.6rem;
      color: var(--text-light);
      margin-top: 20px;
      line-height: 1.7;
      text-align: left;
    }

    /* =============================================
       CTA BUTTON
    ============================================= */
    .cta-wrap {
      background: var(--pink-light);
      padding: 2rem 0;
    }

    .btn-cta {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      width: 100%;
      max-width: 480px;
      margin: 0 auto;
      padding: 18px 28px;
      background: var(--pink);
      color: var(--white);
      font-size: 1.2rem;
      font-weight: 700;
      border-radius: 60px;
      border: none;
      cursor: pointer;
      text-decoration: none;
      transition: background 0.2s, transform 0.15s, box-shadow 0.15s;
      box-shadow: 0 4px 18px rgba(232, 84, 155, 0.35);
      letter-spacing: 0.06em;
    }
    .btn-cta:hover {
      background: #d03d87;
      transform: translateY(-2px);
      box-shadow: 0 6px 22px rgba(232, 84, 155, 0.45);
    }
    .btn-cta .chevron { font-size: 1.1rem; font-weight: 700; }

    /* =============================================
       SYNBIOTICS SECTION
    ============================================= */
    .synbio-section {
      background: #f2fae6;
    }
    .synbio-section .lp-inner {padding:4rem 0;
    }

    .section-heading {
      text-align: center;
      font-size: clamp(1.2rem, 3.8vw, 2rem);
      font-weight: 700;
      color: var(--orange);
      line-height: 1.65;
      margin-bottom: 36px;
    }

    /* ── Diagram layout ── */
    .synbio-diagram {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    /* Top row: probiotics ＋ plus ＋ prebiotics */
    .synbio-top {
      display: grid;
      grid-template-columns: 1fr 40px 1fr;
      align-items: flex-end;
      gap: 4px;
      width: 100%;
      max-width: 500px;
      margin-bottom: 0;
    }

    .synbio-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
    }

    /*
     * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
     * 【画像】プロバイオティクスのイラスト
     *   ファイル: images/illust-probiotics.png
     *   推奨サイズ: 幅 220px / 透過PNG
     * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
     */
    .img-probiotics {
      width: clamp(110px, 34vw, 300px);
      height: auto;
    }

    /*
     * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
     * 【画像】プレバイオティクスのイラスト
     *   ファイル: images/illust-prebiotics.png
     *   推奨サイズ: 幅 220px / 透過PNG
     * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
     */
    .img-prebiotics {
      width: clamp(110px, 34vw, 300px);
      height: auto;
    }

    .synbio-plus {
      
      font-size: 2rem;
      font-weight: 700;
      color: var(--text);
      align-self: center;
      padding-bottom: 28px;
      text-align: center;
    }

    .synbio-label {
      font-size: 1rem;
      font-weight: 700;
      color: var(--text);
      text-align: center;
    }

    /* Bottom row: synbiotics LEFT / arrow RIGHT */
    .synbio-bottom {
      display: grid;
      grid-template-columns: 1fr auto;
      align-items: flex-end;
      gap: 8px;
      width: 100%;
      max-width: 500px;
      margin-top: 4px;
    }

    /*
     * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
     * 【画像】シンバイオティクスのイラスト
     *   ファイル: images/illust-synbiotics.png
     *   推奨サイズ: 幅 260px / 透過PNG
     * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
     */
    .img-synbiotics {
      width: clamp(150px, 48vw, 350px);
      height: auto;
    }

    .synbio-arrow-col {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      padding: 0 240px 120px 0;
    }

    /*
     * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
     * 【画像】矢印イラスト
     *   ファイル: images/illust-arrow.png
     *   推奨サイズ: 幅 56px / 透過PNG
     * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
     */
    .img-arrow {
      width: clamp(36px, 9vw, 56px);
      height: auto;
    }

    .synbio-desc {
      margin-top: 28px;
      font-size: 1rem;
      color: var(--text-mid);
      line-height: 1.95;
      text-align: left;
    }

    /* =============================================
       CAMPAIGN SECTION (2nd CTA)
    ============================================= */
    .campaign-section {
      background: var(--pink-light);
    }
    .campaign-section .lp-inner {
      padding: 4rem 0;
      text-align: center;
    }

    .campaign-eyebrow {
      font-size: clamp(1rem, 3.5vw, 1.5rem);
      font-weight: 700;
      color: var(--pink);
      margin-bottom: 12px;
      letter-spacing: 0.06em;
    }

    .campaign-main {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      flex-wrap: wrap;
      margin-bottom: 24px;
    }

    .campaign-products {
      
      font-size: clamp(1.4rem, 3.5vw, 1.5rem);
      font-weight: 700;
      line-height: 1.45;
      text-align: left;
    }

    .campaign-price-row {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .campaign-off {
      
      font-weight: 700;
      font-size: clamp(2.6rem, 10vw, 4rem);
      color: var(--pink);
      line-height: 1;
    }

    /* =============================================
       RESPONSIVE Wide screens
    ============================================= */
    @media (min-width: 641px) {
      .synbio-top  { max-width: var(--max-w); }
      .synbio-bottom { max-width: var(--max-w); }
       .synbio-arrow-col {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      padding: 0 50px 80px 0;
    }
    }
       @media (min-width: 360px) {
       .synbio-arrow-col {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      padding: 0 50px 80px 0;
    }
    }
    /* =============================================
       BASE RESET & VARIABLES
    ============================================= */
    

    /* LP center column */
    .lp-inner {
      width: 100%;
      max-width: var(--max-w);
      margin: 0 auto;
      padding-left: 24px!important;
      padding-right: 24px!important;
    }

    /* =============================================
       MADE IN GERMANY DIVIDER
    ============================================= */
    .made-divider {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 28px 24px 0;
      max-width: var(--max-w);
      margin: 0 auto;
    }

    .made-divider::before,
    .made-divider::after {
      content: '';
      flex: 1;
      height: 1px;
      background: var(--border);
      visibility: visible;
    }

    .made-divider-inner {
      display: flex;
      align-items: center;
      gap: 8px;
      white-space: nowrap;
      flex-shrink: 0;
    }

    /*
     * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
     * 【画像】【画像】MADE IN GERMANY 国旗アイコン
     *   ファイル: images/icon-germany.png
     *   推奨サイズ: 32×32px / 丸型PNG
     * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
     */
    .flag-circle-img {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      object-fit: cover;
    }

    .made-text {
      font-size: 0.8rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      color: var(--text);
    }

    /* =============================================
       PRODUCT SECTION  FLORA COMPLEX
    ============================================= */
    .product-section {
      background: var(--bg);
    }

    .product-section .lp-inner {
      padding-top: 28px;
    }

    /* Product layout: image LEFT / text RIGHT */
    .product-row {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 20px;
      align-items: flex-start;
      margin-bottom: 24px;
    }

    /*
     * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
     * 【画像】フローラコンプレックス 商品缶
     *   ファイル: images/product-flora.png
     *   推奨サイズ: 幅 160px / 透過PNG
     * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
     */
    .product-img {
      width: clamp(110px, 28vw, 350px);
      height: auto;
      flex-shrink: 0;
    }

    .product-copy {
        padding-top: 3rem;
        text-align: left;
      }

    .product-category {
      font-size: 1rem;
      font-weight: 700;
      color: var(--text-mid);
      margin-bottom: 4px;
    }

    .product-name {
      font-size: clamp(1.2rem, 4.5vw, 1.5rem);
      font-weight: 700;
      line-height: 1.3;
      margin-bottom: 14px;
    }

    .product-desc {
      font-size: 1rem;
      color: var(--text-mid);
      line-height: 1.95;
    }

    .product-footnote {
      font-size: 0.68rem;
      color: var(--text-light);
      margin-top: 8px;
    }

    /* =============================================
       INTESTINE DIAGRAM  FLORA
    ============================================= */
    .intestine-section {
      background: var(--bg);
      padding: 8px 0 48px;
    }

    .intestine-section .lp-inner {
      position: relative;
    }

    /*
     * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
     * 【画像】腸のイラスト（菌ラベル付き）
     *   ファイル: images/illust-intestine.png
     *   推奨サイズ: 幅 600px / 透過PNG
     *   ※ ラベル（菌名・CFU数）込みの画像推奨
     *   ※ テキストのみHTMLで再現する場合は下記
     *     .intestine-labels を使用してください
     * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
     */
    .intestine-img-wrap {
      position: relative;
      width: 100%;
      max-width: 520px;
      margin: 0 auto;
    }

    .intestine-img {
      width: 100%;
      height: auto;
    }


    /* =============================================
       PRODUCT SECTION  IBEDEX
    ============================================= */
    .ibedex-section {
      background: var(--bg);
    }

    .ibedex-section .lp-inner {
      padding-top: 28px;
    }

    /*
     * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
     * 【画像】イベデックス 商品缶
     *   ファイル: images/product-ibedex.png
     *   推奨サイズ: 幅 160px / 透過PNG
     * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
     */
    /* .product-img クラスを共用 */

    /* =============================================
       FIBER CHART SECTION
    ============================================= */
    .fiber-section {
      background: linear-gradient(to top, #e8f5d0 0%, #f4fae6 40%, #ffffff 100%);
      padding: 0 0 56px;
    }

    .fiber-section .lp-inner {
      padding-top: 16px;
    }

    .fiber-heading {
      text-align: center;
      margin-bottom: 4px;
    }

    /* 左右ライン付き見出し */
    .fiber-heading-title-wrap {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 4px;
    }

    .fiber-heading-title-wrap::before,
    .fiber-heading-title-wrap::after {
      content: '';
      flex: 1;
      height: 1px;
      background: var(--orange);
      opacity: 0.5;
      visibility: visible;
    }

    .fiber-heading-title {
      font-size: clamp(1rem, 3.8vw, 1.2rem);
      font-weight: 700;
      color: var(--orange);
      white-space: nowrap;
    }

    .fiber-heading-by {
      font-size: 0.72rem;
      color: var(--text-light);
      margin-top: 2px;
    }

    /* ── Fiber chart image ── */
    .fiber-chart {
      margin: 28px 0 0;
    }

    /*
     * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
     * 【画像】食物繊維チャート図
     *   ファイル: images/illust-fiber-chart.png
     *   推奨サイズ: 幅 600px / 透過PNG
     * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
     */
    .fiber-chart-img {
      width: 70%;
      height: auto;
      display: block;
      margin: 0 auto;
    }

    /* Axis labels */
    .fiber-axis-labels {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px 16px;
      margin-top: 28px;
    }

    .fiber-axis-label {
      display: flex;
      flex-direction: column;
      gap: 6px;
      text-align: center;
    }

    .fiber-axis-label-title {
      
      font-size: clamp(0.92rem, 3.2vw, 1.2rem);
      font-weight: 700;
      line-height: 1.35;
    }

    .fiber-axis-label-desc {
      font-size: clamp(0.5rem, 2.8vw, 1rem);
      color: var(--green-dark);
      line-height: 1.7;
    }

    .fiber-axis-label:last-child {
      text-align: center;
    }

    /* ── Fiber summary text ── */
    .fiber-summary {
      font-size: 1rem;
      color: var(--text-mid);
      line-height: 1.95;
      padding-top: 20px;
     /* border-top: 1px solid var(--border);*/
      text-align: left;
    }

    /* =============================================
       RESPONSIVE  wider screens
    ============================================= */
    @media (min-width: 641px) {
      body { background:  }
      .fiber-chart-img {
      width: 100%;
    }
    }

    /* narrow screens: stack product image above text */
    @media (max-width: 400px) {
            .product-copy {
        padding-top: 0;
      }
         .fiber-chart-img {
      width: 100%;
    }
      .product-row {
        grid-template-columns: 1fr;
      }
      .product-img {
        width: auto;
        height: 250px;
        margin: 0 auto;
      }
        .lp-inner {
      width: 100%;
      max-width: var(--max-w);
      margin: 0 auto;
      padding-left: 24px;
      padding-right: 24px;
    }
    }

    /* ==============================
       product-visual Heading
    ============================== */
      .kenkou {
          padding:4rem 0;
    }
      }
    .product-visual__heading {
      text-align: center;
      font-size: clamp(1.25rem, 3vw, 1.7rem);
      font-weight: 700;
      color: var(--color-coral);
      line-height: 1.55;
      margin-bottom: 48px;
      letter-spacing: 0.02em;
    }

    /* ==============================
       Product Visual Block
    ============================== */
    .product-visual {
      margin-bottom: 30px;
      text-align: center;
    }

    /* 1枚画像（差し替え可能） */
    .product-image {
      display: inline-block;
      max-width: 100%;
      height: auto;
    }

    .product-image img {
      display: block;
      width: 100%;
      height: auto;
    }

    /* ==============================
       Body Text
    ============================== */
    .section__body {
      text-align: center;
    }

    .section__body-main {
      font-size: clamp(0.95rem, 2.2vw, 1.2rem);
      font-weight: 700;
      color: var(--color-text);
      margin-bottom: 24px;
      line-height: 1.75;
    }

    .section__body-sub {
      font-size: clamp(1rem, 1.8vw, 1rem);
      font-weight: 400;
      color: var(--text-mid);
      line-height: 1.9;
    }

    /* ==============================
       Responsive
    ============================== */
    @media (max-width: 768px) {
      .container {
        width: var(--content-width-sp);
      }

      .section {
        padding: 44px 0 60px;
      }

      .product-visual__heading {
        margin-bottom: 36px;
      }

      .product-visual {
        margin-bottom: 40px;
      }
    }      
      /* ========== dog ========== */
  .dog-pc {
    width: 100%;
    background: #f4f8ed;
    overflow: hidden;
    padding-top: 4rem;
  }
  .dog-sp {
    width: 100%;
    background: #f4f8ed;
    overflow: hidden;

  }

  /* 差し替え可能なヒーロー画像 */
  .dog-image-wrap {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    position: relative;
  }

  .dog-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
  }

  /* ========== INTRO SECTION ========== */
  .intro {
    padding: 60px 0;
    background: #f4f8ed;
  }

  .intro-inner {
    display: flex;
    gap: 48px;
    align-items: flex-start;
    text-align: left;
  }

  .intro-headline {
    flex: 0 0 auto;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
    color: var(--text);
    white-space: nowrap;
  }

  .intro-body {
    flex: 1;
    font-size: 1rem;
    color: var(--text-mid);
    line-height: 1.9;
  }

  /* ========== USAGE TIMELINE ========== */
  .timeline-section {
    padding: 40px 0 60px;
    background: #f4f8ed;
  }

  .timeline-img-wrap {
    width: 100%;
  }

  .timeline-img-wrap img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* ========== PRODUCTS ========== */
  .products {
    padding: 60px 0;
    background: var(--bg-light);
  }

  .products-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .product-card {
    background: var(--bg);
    border-radius: 8px;
    overflow: hidden;
    padding: 32px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  /* 差し替え可能な商品画像 */
  .product-img-wrap {
    width: auto;
    height: 300px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
  }

  .product-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .product-name {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 4px;
  }

  .product-sub {
    font-size: 16px;
    color: var(--text-light);
    margin-bottom: 2px;
  }

  .product-volume {
    font-size: 16px;
    color: var(--text-light);
    margin-bottom: 20px;
  }

  .btn-buy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--pink);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    width: 100%;
    transition: background 0.2s;
    cursor: pointer;
    border: none;
  }

  .btn-buy:hover { background: var(--pink-dark); }

  .btn-buy .arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    font-size: 13px;
    margin-left: auto;
  }

  /* ========== DOSAGE TABLE ========== */
  .dosage-wrap {
    width: 100%;
    margin-top: 24px;
    text-align: left;
  }

  .dosage-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--text);
    border-bottom: 2px solid var(--text);
    padding-bottom: 4px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .dosage-title-unit {
    font-weight: 700;
    white-space: nowrap;
    margin-left: auto;
  }

  .dosage-note {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    color: var(--text-light);
    margin-bottom: 8px;
    line-height: 1.6;
  }

  .dosage-note span {
    display: inline;
    flex: 1;
    text-align: right;
  }

  .animal-icon {
    height: 36px;
    width: auto;
    flex-shrink: 0;
    object-fit: contain;
  }

  .dosage-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
  }

  .dosage-table td {
    padding: 6px 4px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
  }

  .dosage-table td:first-child { color: var(--text-light); }
  .dosage-table td:last-child { text-align: right;  }

  .spoon-icon {
    display: inline-block;
    width: 30px;
    height: auto;
    vertical-align: middle;
  }

  /* IBedex dosage */
  .ibedex-table {
    border: none;
    width: 100%;
    border-collapse: collapse;
  }

  .ibedex-table tr { border: none; }
  .ibedex-table tr:last-child { border-bottom: 1px solid #eee; }

  .ibedex-label {
    font-size: 13px;
    font-weight: 700;
    color: var(--text);
    white-space: nowrap;
    padding: 14px 16px 14px 0;
    vertical-align: top;
    width: 7.5em;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }

  .ibedex-content {
    font-size: 12px;
    color: var(--text-light);
    padding: 14px 0;
    line-height: 1.7;
    vertical-align: top;
    text-align: left!important;
    border-bottom: 1px solid #ccc;
  }

  .ibedex-table tr:last-child .ibedex-label,
  .ibedex-table tr:last-child .ibedex-content {
    /*border-bottom: 1px solid #ccc;*/
  }

  .ibedex-divider {
    border: none;
    border-top: 1px solid #ccc;
    margin: 0 0 0 0;
  }

  /* ========== BRAND SECTION ========== */
  .brand {
    padding: 0 0 4rem 0;
    background: var(--bg);
  }

  .brand-inner {
    display: flex;
    gap: 48px;
    align-items: flex-start;
    text-align: left;
  }

  .brand-logo-wrap {
    flex: 0 0 160px;
    text-align: center;
  }

  /* 差し替え可能なブランドロゴ */
  .brand-logo-wrap img {
    width: 250px;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .brand-logo-name {
    font-size: 28px;
    font-weight: 700;
    color: var(--green-dark);
    margin-top: 8px;
    letter-spacing: 0.05em;
  }

  .brand-content h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--green-dark);
    margin-bottom: 16px;
    line-height: 1.5;
  }

  .brand-content p {
    font-size: 14px;
    color: var(--text-mid);
    line-height: 1.9;
    margin-bottom: 14px;
  }

  /* ========== REFERENCES ========== */
  .references {
    background: #f4f8ed;
    padding: 32px 0 48px;
   /* border-top: 1px solid #e0e0e0;*/
    text-align: left;
  }

  .references h3 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--text);
  }

  .references ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .references li {
    font-size: 11px;
    color: #888;
    line-height: 1.6;
    padding-left: 12px;
    position: relative;
  }

  .references li::before {
    content: '・';
    position: absolute;
    left: 0;
    color: #aaa;
  }

  /* ========== RESPONSIVE ========== */
  @media (max-width: 768px) {
    .intro-inner {
      flex-direction: column;
      gap: 24px;
    }

    .intro-headline {
      font-size: 20px;
      white-space: normal;
    }

    .products-grid {
      grid-template-columns: 1fr;
      gap: 24px;
    }

    .brand-inner {
      flex-direction: column;
      gap: 24px;
    }

    .brand-logo-wrap {
      flex: none;
      width: 100%;
    }
  }

  @media (max-width: 480px) {
    .intro-headline { font-size: 20px; }
    .brand-content h2 { font-size: 20px; }
    .product-name { font-size: 20px; }
    .intro {
    padding: 60px 0 0 0;
  }
      .section__body{
          text-align: left;
      }
    .dosage-note span {
    display: inline;
    flex: 1;
    text-align: left;
  }
 .product-card {
    padding: 0;
  }
  .products {
    padding: 0 0 60px 0;

  }
      }
  /*お問い合わせ*/

.btn-bg{
	background-color: #fde7f6;
	width: 100%;
}
.btn-box{
	margin: 0 auto;
	padding:  2rem 0;
}
.btn a {
  position: relative;
  display: block;
 width: 400px;
  padding: 15px 0;
  background-color: #de51af;
  border-radius: 60px;
  font-size: 1.2rem;;
   font-weight: 700;
  color: #FFFFFF!important;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
}
 
.btn a:link{
	color: #FFFFFF!important;
	text-decoration: none;
}
.btn a:hover{
	color: #FFFFFF!important;
	text-decoration: none;
    opacity: 0.9;
}
.btn-long a {
  position: relative;
  display: block;
 width: 600px;
  padding: 20px 0;
  background-color: #de51af;
  border-radius: 60px;
  font-size: 1.2rem;;
   font-weight: 700;
  color: #FFFFFF!important;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
}
 
.btn-long a:link{
	color: #FFFFFF!important;
	text-decoration: none;
}
.btn-long a:hover{
	color: #FFFFFF!important;
	text-decoration: none;
    opacity: 0.9;
}

/* アイコンのスタイル */
.btn-arrow-right a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.btn-inner h3{
	color: #FFFFFF;
	font-size: 1.2rem;
	text-align: center;
	line-height: 2.4rem;
	font-weight: 700;
	margin-bottom: 2rem;
}

/*PCとSPで出しわける用*/
.pc {
    display: block;
  }
  .sp {
    display: none;
  }
  
@media screen and (min-width: 350px) and (max-width: 768px){
    .pc {
      display: none;
    }
    .sp {
      display: block;
    }
  }
@media screen and (min-width: 350px) and (max-width: 768px){


	/*お問い合わせ*/
.btn-bg{
	background-color: #fde7f6;
	width: 100%;
}
.btn-box{
	margin: 0 auto;
	padding: 2rem 0;
}
.btn a {
  position: relative;
  display: block;
  width: 300px;
  background-color: #de51af;
  border-radius: 60px;
  font-size: 1rem;;
   font-weight: 700;
  color: #FFFFFF!important;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
}
.btn a:link{
	color: #FFFFFF!important;
	text-decoration: none;
}
.btn a:hover{
	color: #FFFFFF!important;
	text-decoration: none;
}
.btn-long a {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 90px;
  background-color: #de51af;
  border-radius: 60px;
  font-size: 1rem;;
   font-weight: 700;
  color: #FFFFFF!important;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
}
.btn-long a:link{
	color: #FFFFFF!important;
	text-decoration: none;
}
.btn-long a:hover{
	color: #FFFFFF!important;
	text-decoration: none;
}
.btn-box{
	margin: 0 auto;
	padding: 1rem 0;
}
.btn-box-orange{
	margin: 0 auto;
	padding: 2rem 0;
}
.btn-orange a {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 50px;
  background-color: #eb8029;
  border-radius: 60px;
  font-size: 1rem;;
   font-weight: 700;
  color: #FFFFFF!important;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
}
.btn-orange a:link{
	color: #FFFFFF!important;
	text-decoration: none;
}
.btn-orange a:hover{
	color: #FFFFFF!important;
	text-decoration: none;
}


/* アイコンのスタイル */
.btn-arrow-right a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
  box-sizing: border-box;
}
/* -----------------------------------------------------------
 ↑↑↑↑↑ CSSの追記はここまで ↑↑↑↑↑
----------------------------------------------------------- */



/* for IE7 only */
*:first-child+html div,
*:first-child+html ul,
*:first-child+html ol,
*:first-child+html dl,
*:first-child+html .clearfix{
height:1%;
}

