    /* ベーススタイル */
    section.description,
    section.productdetail {
        margin: 0;
        /* padding: 0 20px; */
        background-color: #fcfcfc;
        color: #4C3820;
        line-height: 1.6;
    }

    .coffee-text {
        width: 100%;
        flex: 1;
        margin: 0.5rem 0 1em;
    }

    /* テキスト装飾 */
    .txt-red {
        color: #d10000;
        font-weight: bold;
    }

    .txt-bold {
        font-weight: bold;
    }

    .txt-link {
        text-decoration: underline;
        color: inherit;
    }

    .txt-highlightY {
        background: linear-gradient(transparent 70%, #eeb75f 70%);
        font-weight: bold;
    }

    .txt-highlightP {
        background: linear-gradient(transparent 70%, #fce4e4 70%);
        font-weight: bold;
    }

    .singleProduct {
        max-width: 100%;
    }

    .section-inner {
        margin-bottom: 40px;
    }

    .sasmark {
        text-align: center;
    }

    /* ーーーーーーーーーーーーーーーーー */


    /* 見出し */
    .singleProduct h3 {
        margin-top: 0;
        margin-bottom: 10px;
        border-bottom: 2px solid #5a3e2b;
        padding-bottom: 10px;
        font-size: 1.2rem;
        /* color: #5a3e2b; */
        display: inline-block;
    }

    /* ーーーーーーーーーーーーーーーーー */

    /* テイスティングノート（1列・シンプル版） */
    .tasting-notes {
        margin: 40px 0;
        padding: 0;
    }

    .tasting-header {
        margin-bottom: 25px;
        border-left: 2px solid #d4a017;
        padding-left: 15px;
    }

    .tasting-title {
        font-size: 1.15rem;
        font-weight: bold;
        color: #333;
        display: block;
    }

    .tasting-subtitle {
        font-size: 0.85rem;
        color: #666;
    }

    .tasting-list {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .tasting-item {
        padding: 0;
    }

    .tasting-label {
        font-weight: bold;
        /* color: #d4a017;
    font-size: 0.9rem; */
        display: block;
        margin-bottom: 4px;
    }

    .tasting-content {
        /* font-size: 1rem;
    color: #333; */
        border-top: 1px solid #eee;
        padding-top: 8px;
        display: block;
    }

    .tasting-footer {
        margin-top: 30px;
        font-size: 1.2rem;
        color: #888;
        line-height: 1.5;
    }

    /* メイン紹介ブロック (PC: 横並び / SP: 縦並び) */
    .coffee-block {
        display: flex;
        flex-direction: row;
        /* PCデフォルト */
        align-items: center;
        gap: 40px;
        margin-bottom: 50px;
    }

    .coffee-img {
        flex: 0 0 320px;
        max-width: 320px;
    }

    .coffee-img .image-placeholder {
        width: 100%;
        height: 320px;
        background-color: #fdfaf5;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* color: #8d735b; */
        font-weight: bold;
        text-align: center;
        border: 1px solid #efe3d5;
    }


    .coffee-text h4 {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 2.4rem;
        /* color: #d4a017; */
        letter-spacing: 0.05em;
    }

    .intro-lead {
        font-weight: bold;
        /* font-size: 1.15rem; */
        margin-bottom: 15px;
        display: block;
        /* color: #5a3e2b; */
        line-height: 1.4;
    }

    .intro-desc {
        /* font-size: 1rem; */
        /* color: #666; */
        margin: 0;
    }

    /* --- 抽出手順 インフォグラフィック --- */
    .recipe-title-wrapper {
        text-align: center;
        margin-bottom: 30px;
    }

    .recipe-title {
        font-weight: bold;
        /* color: #5a3e2b; */
        display: inline-flex;
        align-items: center;
        gap: 15px;
        /* font-size: 1.1rem; */
    }

    .recipe-title::before,
    .recipe-title::after {
        content: "";
        height: 1px;
        width: 40px;
        background: #d1c4b3;
    }

    .recipe-container {
        display: flex;
        justify-content: space-between;
        gap: 15px;
    }

    .recipe-step {
        flex: 1;
        background: #fff;
        border: 1px solid #efe3d5;
        border-radius: 16px;
        padding: 25px 15px;
        text-align: center;
        position: relative;
    }

    .step-number {
        width: 32px;
        height: 32px;
        background: #5a3e2b;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 15px;
        font-weight: bold;
        /* font-size: 1rem; */
    }

    .step-label {
        /* font-size: 1.05rem; */
        font-weight: bold;
        color: #5a3e2b;
        margin-bottom: 12px;
        display: block;
    }

    .step-specs {
        background: #fdfaf5;
        border-radius: 8px;
        padding: 8px 5px;
        margin-bottom: 15px;
        border: 1px solid #f3ede6;
    }

    .spec-item {
        display: block;
        /* font-size: 1rem; */
        font-weight: 800;
        /* color: #333; */
    }

    .spec-unit {
        /* font-size: 0.8rem; */
        color: #8d735b;
        margin-left: 2px;
        font-weight: normal;
    }

    .step-desc {
        /* font-size: 0.85rem; */
        /* color: #666; */
        line-height: 1.5;
        text-align: center;
    }

    /* アイスの使い方　切り替え部分 */
    input[name="machine-switch"] {
        display: none;
    }

    .carousel-nav {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-bottom: 30px;
    }

    .nav-label {
        display: inline-block;
        background: #fff;
        border: 2px solid #5a3e2b;
        color: #5a3e2b;
        padding: 10px 25px;
        border-radius: 30px;
        cursor: pointer;
        font-weight: bold;
        transition: all 0.3s;
        text-align: center;
    }

    /* チェックされた時のラベル（ボタン）のスタイル変更 */
    #tab-dp3:checked~.carousel-nav label[for="tab-dp3"],
    #tab-youbi:checked~.carousel-nav label[for="tab-youbi"] {
        background: #5a3e2b;
        color: #fff;
    }

    .carousel-container {
        overflow: hidden;
        width: 100%;
    }

    .carousel-track {
        display: flex;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    }

    /* チェックされたボタンに応じてトラックを移動 */
    /* YOUBI (1枚目のスライド) */
    #tab-youbi:checked~.carousel-container .carousel-track {
        transform: translateX(0%);
    }

    /* DP3 (2枚目のスライド) */
    #tab-dp3:checked~.carousel-container .carousel-track {
        transform: translateX(-100%);
    }


    .carousel-slide {
        min-width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .video-container {
        text-align: center;
        margin-top: 30px;
        padding: 20px;
        background: #f3ede6;
        border-radius: 15px;
    }

    iframe {
        max-width: 100%;
        border-radius: 10px;
    }


    /* PC時のステップ間の矢印 */
    @media (min-width: 769px) {
        /* .recipe-step:not(:last-child)::after {
      content: "→";
      position: absolute;
      right: -12px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.2rem;
      color: #d1c4b3;
      /* z-index: 2;
    /* } */
    }

    /* --- レスポンシブ (スマホ表示) --- */
    @media (max-width: 768px) {
        .singleProduct {
            /* padding: 30px 10px; */
        }

        /* メイン紹介ブロックを縦並びに変更 */
        .coffee-block {
            flex-direction: column;
            gap: 20px;
            text-align: left;
        }

        /* 画像を上に配置するための調整（HTMLの並び順が テキスト→画像 の場合に有効） */
        .coffee-block.img-top-sp {
            flex-direction: column-reverse;
        }

        .coffee-img {
            flex: 0 0 auto;
            width: 100%;
            max-width: 100%;
        }

        .coffee-img .image-placeholder {
            height: 250px;
            /* スマホでは少し高さを抑える */
        }



        .coffee-text h4 {
            font-size: 2rem;
            margin-bottom: 10px;
        }

        /* 抽出手順を縦並びに変更 */
        .recipe-container {
            flex-direction: column;
            gap: 25px;
        }

        .recipe-step:not(:last-child)::after {
            content: "▼";
            position: absolute;
            bottom: -22px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 0.9rem;
            /* color: #d1c4b3; */
        }

        .step-desc {
            text-align: center;
        }
    }