@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;
    display: block; 
    /*max-width: 100%;*/ 
    height: auto; }
/* #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;
}
.mv-footnote{
    font-size: 12px;
    color: var(--text-light);
    margin: 20px 0;
}
/* =============================================
       BASE RESET & VARIABLES
    ============================================= */
    *, *::before, *::after {  margin: 0; padding: 0; }

    :root {
      --pink:        #de51af;
      --pink-light:  #fce8f2;
      --green:       #8dc63f;
      --green-light:  #f4f8ed;
      --green-label: #6aab28;
      --orange:      #f9685b;
      --text:        #333333;
      --text-dark: #1a1a1a;    
      --text-mid:    #555555;
      --text-light:  #888888;
      --white:       #ffffff;
      --bg:          #ffffff;
      --bg-green: #f0f2ec;
      --green-badge: #78b41b;
      --sand: #c8a97e;
      --sand-light: #e0c9a6;
      --border:      #e0e0e0;
      --font-round:  'M PLUS Rounded 1c', sans-serif;
      --font-base:   'Noto Sans JP', sans-serif;
      --max-w:       960px;
      --shadow: 0 4px 24px rgba(0,0,0,0.10);
  }

    /* 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;
    }

  .cont-wrap {
    width: 960px;
    max-width: 90%;
    margin: 0 auto;
  }
.green-bg{
    background-color: var(--green-light);
}
.tx-bold{
    font-weight: 700;
}
  /* ========== polaroids-cont ========== */
  .polaroids-cont {
    padding: 6rem 0 0 0;
    text-align: center;
  }

  .polaroids-cont-title {
    font-size: clamp(24px, 3vw, 30px);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 2.2rem;
  }

  /* ========== POLAROIDS ========== */
  .polaroids {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-top: 36px;
    flex-wrap: wrap;
  }

  .polaroid {
    background: var(--white);
    padding: 12px 12px 40px;
    box-shadow: var(--shadow);
    width: 200px;
  }

  .polaroid:first-child { transform: rotate(-2deg); }
  .polaroid:last-child  { transform: rotate(1.5deg); }

 

  /* ========== ARROWS ========== */
  .arrow-down {
    display: flex;
    justify-content: flex-start;
    padding-left: 8%;
    margin: 12px 0 8px;
  }

  .arrow-down-right {
    display: flex;
    justify-content: flex-end;
    padding-right: 8%;
    margin: 8px 0 16px;
  }

  /* ========== SECTION OTEX ========== */
  .section-otex {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 16px 0 40px;
  }

  .otex-img {
    flex: 0 0 320px;
    width: 320px;
    overflow: hidden;
    position: relative;

  }

  .otex-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .badge-circle {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
    background: var(--green-badge);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.5;
    z-index: 2;
    pointer-events: none;
  }

  /* ========== PRODUCT TEXT ========== */
  .product-info {
    flex: 1;
    padding-top: 8px;
    text-align: left;
  }

  .step-label {
    font-size: 20px;
    color: var(--text-light);
    margin-bottom: 4px;
    letter-spacing: 0.04em;
  }

  .arrow-down-right { display: none; } /* 旧スタイル無効化 */

  /* オティザン見出し横の矢印 */
  .product-name {
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 700;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .arrow-inline {
    flex-shrink: 0;
    display: inline-block;
    vertical-align: middle;
  }

  .product-tagline {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.6;
  }

  .product-desc {
    font-size: 13px;
    line-height: 1.9;
    color: var(--text-mid);
    margin-bottom: 20px;
  }

  /* ========== BADGES IMAGE ========== */
  /*
   * バッジ画像（アルコール不使用など）の共通ラッパー
   * 画像の高さはオリジナル画像の比率に合わせて自動調整されます
   */
  .badges-img-wrap {
    margin-top: 16px;
  }

  .badges-img-wrap img {
    max-width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
 .badges-img-wrap2 img {
    max-width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  /* ========== MADE IN GERMANY ========== */
  .divider-line {
    height: 1px;
    background: rgba(0,0,0,0.12);
  }

  .made-in {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 0;
    font-size: 12px;
    letter-spacing: 0.12em;
    color: var(--text-mid);
    font-weight: 500;
  }

  /* ========== SECTION OTIZAN ========== */
  .section-otizan {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 16px 0 48px;
  }

  .section-otizan .product-info { order: 0; }

  /* 右カラム wrapper（画像 + MVMをまとめる） */
  .otizan-right-col {
    flex: 0 0 320px;
    width: 320px;
    display: flex;
    flex-direction: column;
    gap: 0;
    order: 1;
  }

  .otizan-img-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .otizan-img-wrap > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }


  /* ========== STEP LIST ========== */
  .step-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 20px;
  }

  .step-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-mid);
  }

  .step-num {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    background: var(--green-badge);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    margin-top: 2px;
  }

  /* ========== MVM ========== */
  .mvm-notice {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0 0 0;
    font-size: 14px;
    color: var(--text-mid);
    line-height: 1.6;
    text-align: left;
  }

  .mvm-cover-img {
    flex-shrink: 0;
    width: 80px;
    height: 100px;
    object-fit: cover;
    display: block;
  }

  /* ========== RESPONSIVE ========== */
  @media (max-width: 768px) {
    .wrapper { width: 90%; }

    .polaroid { width: 160px; }
    .polaroids { gap: 20px; }

    .section-otex {
      flex-direction: column;
      gap: 24px;
    }

    .otex-img {
      flex: none;
      width: 100%;
      max-width: 340px;
      margin: 0 auto;
    }

    .section-otizan {
      flex-direction: column;
      gap: 24px;
    }

    .section-otizan .product-info { order: 0; }

    .otizan-right-col {
      flex: none;
      width: 100%;
      max-width: 340px;
      margin: 0 auto;
      order: 1;
    }

    .otizan-img-wrap {
     /* border-radius: 16px 16px 0 0;*/
    }

    .arrow-down {
      padding-left: 0;
      justify-content: center;
    }

    .arrow-down-right { padding-right: 4%; }

    .feat-badge { padding: 7px 14px; font-size: 11px; }
  }

  @media (max-width: 480px) {
    .polaroids-cont-title { 
        font-size: 20px;
        line-height: 30px;  
      }
    .polaroid { width: 140px; }
    .polaroids { gap: 16px; }
    .product-name { font-size: 22px; }
    .product-tagline { font-size: 16px; }
      .polaroids-cont {
    padding: 2rem 0 0 0;
  }
  }
    
    /* =============================================
       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 {
    }

    /* 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/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; }

   /* ========== WRAPPER ========== */
    .l-container {
      width: 100%;
      max-width: 980px;
      margin: 0 auto;
      padding: 0;
    }

    /* ========== manuka BANNER ========== */
    .manuka {
      width: 100%;
      position: relative;
      overflow: hidden;
      padding-top: 4rem;
    }

    .manuka__img {
      display: block;
     /* width: 100%;*/
      margin: 0 auto;
      height: auto;
      object-fit: cover;
    }

    /* ========== FEATURE SECTION ========== */
    .feature {
      width: 100%;
      padding: 20px 0 80px;
    }

    .feature__inner {
      display: flex;
      align-items: flex-start;
      gap: 48px;
    }

    /* --- MGO Badge --- */
    .feature__badge {
      flex-shrink: 0;
      width: 160px;
    }

    .feature__badge__img {
      display: block;
      width: 100%;
      height: auto;
    }

    /* --- Body Text --- */
    .feature__body {
      flex: 1;
      text-align: left;
    }

    .feature__text {
      font-size: 15px;
      line-height: 2;
      color: #333;
      letter-spacing: 0.02em;
    }

    /* ========== SP ========== */
    @media screen and (max-width: 767px) {
  .manuka {
      padding-top: 0;
    }
      .l-container {
        width: 90%;
      }

      .feature {
        padding: 40px 0 60px;
      }

      .feature__inner {
        flex-direction: column;
        align-items: center;
        gap: 32px;
      }

      .feature__badge {
        width: 140px;
      }

      .feature__body {
        width: 100%;
      }

      .feature__text {
        font-size: 16px;
        line-height: 1.9;
      }
    }

     /* =============================================
       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; }

    

    /* =============================================
       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-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-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;
    }

  




 

  

    /* =============================================
       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-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;
      }
    }      
 
  
  /* ========== 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: 28px;
    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 ========== */
.product-card .dosage-wrap {
  width: 100%;
  text-align: left;
  align-self: stretch; /* ← flex子要素として横幅いっぱいに伸ばす */
}


  .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 {
  border-collapse: collapse;
  font-size: 14px;
  table-layout: fixed; /* ← 親幅に強制固定 */
}


.dosage-table td {
  padding: 6px 4px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  vertical-align: top;
  word-break: break-all;       /* ← 折り返し強制 */
  overflow-wrap: break-word;
  color: var(--text-light);
}

  .dosage-table td:first-child {
  color: var(--text-light);
  vertical-align: top;
  padding-top: 8px;
}

  .dosage-table td:last-child {
  text-align: left;
}

  .dosage-footer {
  font-size: 12px;
  color: var(--text-light);
  border-top: 1px solid #eee;
  padding-top: 8px;
}
.dosage-label {
  width: 7em;
  white-space: nowrap;
  color: var(--text-light);
  padding-top: 8px;
}
  .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: 14px;
    text-align: left;
    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: 14px;
    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: 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-badge);
    margin-bottom: 16px;
    line-height: 1.5;
  }

  .brand-content p {
    font-size: 16px;
    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: 12px;
    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;
    　margin-top: 1rem;
    }

    .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: 24px; }
    .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-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%;
}

