.lp-gisu {
    max-width: 540px;
    margin: 0 auto;
    font-family: 'Hiragino Mincho ProN', 'Yu Mincho', '游明朝', Georgia, serif;
    font-size: 16px;
    color: #2c2416;
    background: #fdfaf5;
    line-height: 1.9;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    --green:      #2d5a27;
    --green-mid:  #4a7c3f;
    --gold:       #b87a2a;
    --gold-light: #d4963c;
    --beige:      #f3ede2;
    --beige-dark: #e4d9c8;
    --brown:      #5c3d1e;
}
.lp-gisu *, .lp-gisu *::before, .lp-gisu *::after { box-sizing: inherit; }
.lp-gisu img { max-width: 100%; height: auto; display: block; }

.lp-gisu__l-section { padding: 44px 22px; }
.lp-gisu__l-section--beige { background: var(--beige); }
.lp-gisu__l-section--white { background: #fdfaf5; }
.lp-gisu__l-section--empathy {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.lp-gisu__l-section--benefit {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.lp-gisu__l-inner { max-width: 496px; margin: 0 auto; }

.lp-gisu__c-section-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.7;
    position: relative;
    padding-bottom: 16px;
}
.lp-gisu__c-section-title::after {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background: var(--gold);
    margin: 12px auto 0;
}
.lp-gisu__l-section--benefit .lp-gisu__c-section-title {
    color: #2C2416;
    text-shadow: 0 1px 8px rgba(0,0,0,0.45);
}
.lp-gisu__l-section--benefit .lp-gisu__c-section-title::after {
    background: var(--gold-light);
}

.lp-gisu__c-btn {
    display: block;
    width: 100%;
    background: var(--green-mid);
    color: #fff !important;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-decoration: none;
    text-align: center;
    padding: 18px 24px;
    border: none;
    cursor: pointer;
    transition: background 0.25s;
    line-height: 1;
}
.lp-gisu__c-btn:hover { background: var(--green); color: #fff !important; text-decoration: none; }

.lp-gisu__c-img-block { width: 100%; }
.lp-gisu__c-img-block__img { width: 100%; height: auto; display: block; }
.lp-gisu__c-divider { border: none; border-top: 1px solid var(--beige-dark); margin: 0; }

.lp-gisu__c-table { width: 100%; border-collapse: collapse; font-size: 16px; }
.lp-gisu__c-table__th,
.lp-gisu__c-table__td {
    padding: 12px 14px;
    border: 1px solid var(--beige-dark);
    text-align: left;
    vertical-align: top;
    line-height: 1.75;
}
.lp-gisu__c-table__th {
    background: var(--beige);
    color: var(--brown);
    font-weight: 600;
    width: 32%;
}
.lp-gisu__c-table__td { background: #fdfaf5; }

.lp-gisu__p-hero { width: 100%; overflow: hidden; }
.lp-gisu__p-hero__header-img { width: 100%; height: auto; display: block; }
.lp-gisu__p-hero__header-img--pc { display: none !important; }
.lp-gisu__p-hero__header-img--sp { display: block !important; }
.lp-gisu__p-hero__header-wrap--pc { display: none; }
.lp-gisu__p-hero__kv { width: 100%; height: auto; display: block; }
.lp-gisu__p-hero__kv--pc { display: none !important; }
.lp-gisu__p-hero__kv--sp { display: block !important; }
.lp-gisu__p-hero__band {
    background: var(--green);
    color: rgba(255,255,255,0.9);
    text-align: center;
    padding: 11px 20px;
    font-size: 13px;
    letter-spacing: 0.22em;
    margin: 0;
}

.lp-gisu__p-cta {
    text-align: center;
    padding: 36px 22px;
    background: #fdfaf5;
    border-top: 1px solid var(--beige-dark);
    border-bottom: 1px solid var(--beige-dark);
}
.lp-gisu__p-cta__price-label {
    font-size: 13px;
    color: #aaa;
    letter-spacing: 0.14em;
    margin-bottom: 4px;
}
.lp-gisu__p-cta__price {
    font-size: 38px;
    font-weight: 700;
    color: var(--brown);
    letter-spacing: 0.02em;
    line-height: 1.1;
    margin-bottom: 6px;
}
.lp-gisu__p-cta__price > span { font-size: 16px; font-weight: 400; }
.lp-gisu__p-cta__price-note {
    font-size: 14px;
    color: var(--green);
    font-weight: 600;
    margin-bottom: 22px;
    letter-spacing: 0.06em;
}
.lp-gisu__p-cta__limit { font-size: 13px; color: #bbb; margin-top: 14px; line-height: 1.85; }

.lp-gisu__p-checklist { list-style: none; padding: 0; margin: 0; }
.lp-gisu__p-checklist__item {
    font-size: 16px;
    font-weight: 600;
    color: var(--brown);
    padding: 12px 0 12px 30px;
    border-bottom: 1px solid rgba(90,60,30,0.1);
    position: relative;
    letter-spacing: 0.04em;
}
.lp-gisu__p-checklist__item::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--green-mid);
    font-size: 16px;
}

.lp-gisu__p-points { display: flex; flex-direction: column; gap: 18px; }
.lp-gisu__p-point {
    background: rgba(253,250,245,0.9);
    padding: 20px 18px;
    border-left: 2px solid var(--gold);
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.lp-gisu__p-point__num {
    font-size: 26px;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
    min-width: 32px;
    flex-shrink: 0;
    font-family: Georgia, serif;
}
.lp-gisu__p-point__body { flex: 1; }
.lp-gisu__p-point__title {
    font-size: 17px;
    font-weight: 700;
    color: var(--green);
    margin-bottom: 6px;
    letter-spacing: 0.08em;
}
.lp-gisu__p-point__desc { font-size: 16px; color: #555; line-height: 1.9; }

.lp-gisu__p-story {
    font-size: 16px;
    line-height: 2.15;
    text-align: center;
    color: #2c2416;
}

.lp-gisu__p-badge {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    background: #fdfaf5;
    border: 1px solid var(--beige-dark);
}
.lp-gisu__p-badge__img { width: 110px; height: auto; flex-shrink: 0; }
.lp-gisu__p-badge__text { font-size: 16px; line-height: 2; color: #444; }
.lp-gisu__p-media-badge {
    text-align: center;
    background: var(--beige);
    padding: 18px 20px;
    border: 1px solid var(--beige-dark);
    font-size: 16px;
    font-weight: 600;
    color: var(--brown);
    line-height: 2;
}

.lp-gisu__p-reviews { display: flex; flex-direction: column; gap: 14px; }
.lp-gisu__p-review {
    padding: 18px 18px 14px 34px;
    background: #fdfaf5;
    border-left: 2px solid var(--beige-dark);
    position: relative;
}
.lp-gisu__p-review::before {
    content: '"';
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 28px;
    color: var(--beige-dark);
    line-height: 1;
    font-family: Georgia, serif;
}
.lp-gisu__p-review__text { font-size: 16px; line-height: 2; color: #444; }
.lp-gisu__p-review__name { text-align: right; font-size: 13px; color: #bbb; margin-top: 10px; }

.lp-gisu__p-faq { display: flex; flex-direction: column; gap: 13px; }
.lp-gisu__p-faq__q {
    background: var(--green);
    color: #fff;
    padding: 13px 16px 13px 42px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    line-height: 1.7;
    letter-spacing: 0.04em;
}
.lp-gisu__p-faq__q::before {
    content: 'Q';
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 700;
    font-family: Georgia, serif;
    color: var(--gold-light);
}
.lp-gisu__p-faq__a {
    background: #fdfaf5;
    border: 1px solid var(--beige-dark);
    border-top: none;
    padding: 14px 16px 14px 42px;
    font-size: 16px;
    line-height: 2;
    color: #555;
    position: relative;
}
.lp-gisu__p-faq__a::before {
    content: 'A';
    position: absolute;
    left: 13px;
    top: 14px;
    font-size: 18px;
    font-weight: 700;
    font-family: Georgia, serif;
    color: var(--green-mid);
}

.lp-gisu__u-text-center { text-align: center; }
.lp-gisu__u-mt-sm { margin-top: 12px; }
.lp-gisu__u-mt-md { margin-top: 22px; }
.lp-gisu__u-mt-lg { margin-top: 36px; }
.lp-gisu__u-mb-sm { margin-bottom: 12px; }
.lp-gisu__u-mb-md { margin-bottom: 22px; }
.lp-gisu__u-mb-lg { margin-bottom: 36px; }

.lp-gisu__p-floating-banner {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 540px;
    background: rgba(253, 250, 245, 0.95);
    padding: 12px 20px;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.1);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.lp-gisu__p-floating-banner__info { flex: 1; }
.lp-gisu__p-floating-banner__title {
    font-size: 14px;
    font-weight: 700;
    color: var(--brown);
    line-height: 1.2;
    margin: 0;
}
.lp-gisu__p-floating-banner__price {
    font-size: 18px;
    font-weight: 700;
    color: var(--gold);
    line-height: 1.2;
    margin-top: 2px;
}
.lp-gisu__p-floating-banner__price span {
    font-size: 12px;
    font-weight: 400;
    color: var(--brown);
    margin-right: 4px;
}
.lp-gisu__p-floating-banner .lp-gisu__c-btn {
    width: auto;
    padding: 12px 24px;
    font-size: 15px;
    flex-shrink: 0;
}

.lp-gisu { padding-bottom: 80px; }

@media (min-width: 768px) {

    .lp-gisu {
        max-width: 100%;
        padding-bottom: 0;
    }

    .lp-gisu__l-inner {
        max-width: 960px;
        margin: 0 auto;
    }

    .lp-gisu__l-section {
        padding: 64px 40px;
    }

    .lp-gisu__l-section--benefit {
        background-position: center;
    }

    .lp-gisu__p-hero {
        max-width: 100%;
    }

    .lp-gisu__p-hero__header-wrap--pc {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 12px 40px;
        background: #fdfaf5;
        border-bottom: 1px solid var(--beige-dark);
    }
    .lp-gisu__p-hero__header-img--sp { display: none !important; }
    .lp-gisu__p-hero__header-img--pc {
        display: block !important;
        width: auto !important;
        height: 100px !important;
        margin: 0 auto;
    }

    .lp-gisu__p-hero__kv--pc { display: block !important; }
    .lp-gisu__p-hero__kv--sp { display: none !important; }

    .lp-gisu__p-hero__band {
        font-size: 14px;
        padding: 13px 20px;
    }

    .lp-gisu__p-floating-banner {
        display: none;
    }

    .lp-gisu__c-section-title {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .lp-gisu__p-story {
        font-size: 18px;
        text-align: left;
    }

    .lp-gisu__c-btn {
        font-size: 17px;
        padding: 20px 32px;
    }

    .lp-gisu__p-cta {
        padding: 56px 40px;
    }

    .lp-gisu__p-cta .lp-gisu__l-inner {
        display: flex;
        align-items: center;
        gap: 56px;
        text-align: left;
    }

    .lp-gisu__p-cta .lp-gisu__c-img-block {
        flex: 0 0 50%;
        margin-bottom: 0 !important;
    }

    .lp-gisu__p-cta__right {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .lp-gisu__p-cta__price-label {
        text-align: left;
        font-size: 14px;
        margin-bottom: 6px;
    }

    .lp-gisu__p-cta__price {
        font-size: 52px;
        text-align: left;
        margin-bottom: 10px;
    }

    .lp-gisu__p-cta__price-note {
        text-align: left;
        margin-bottom: 32px;
        font-size: 15px;
    }

    .lp-gisu__p-points {
        flex-direction: row;
        gap: 20px;
        align-items: stretch;
    }

    .lp-gisu__p-point {
        flex: 1;
        flex-direction: column;
        gap: 10px;
    }

    .lp-gisu__p-point__num {
        font-size: 32px;
    }

    .lp-gisu__p-story-2col {
        display: flex;
        align-items: flex-start;
        gap: 40px;
    }

    .lp-gisu__p-story-2col--reverse {
        flex-direction: row-reverse;
    }

    .lp-gisu__p-story-2col__text {
        flex: 1;
    }

    .lp-gisu__p-story-2col__text .lp-gisu__p-story {
        text-align: left;
    }

    .lp-gisu__p-story-2col__images {
        flex: 0 0 42%;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .lp-gisu__p-badge-row {
        display: flex;
        align-items: flex-start;
        gap: 40px;
        margin-bottom: 28px;
    }

    .lp-gisu__p-badge-row__text {
        flex: 1;
        font-size: 16px;
        line-height: 2;
        text-align: left;
    }

    .lp-gisu__p-badge-row__badge {
        flex: 0 0 auto;
    }

    .lp-gisu__p-placeholder-images {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 12px;
    }

    .lp-gisu__p-placeholder-images .lp-gisu__c-img-block {
        margin: 0 !important;
    }

    .lp-gisu__p-placeholder-images .lp-gisu__c-img-block:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }

    .lp-gisu__p-placeholder-images .lp-gisu__c-img-block:nth-child(2) {
        grid-column: 1;
        grid-row: 2;
    }

    .lp-gisu__p-placeholder-images .lp-gisu__c-img-block:nth-child(3) {
        grid-column: 2;
        grid-row: 1 / 3;
    }

    .lp-gisu__p-placeholder-images .lp-gisu__c-img-block:nth-child(3) img {
        height: 100%;
        object-fit: cover;
    }

    .lp-gisu__p-reviews {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .lp-gisu__p-rice-images {
        display: flex;
        gap: 12px;
        max-width: 960px;
        margin: 0 auto;
        padding: 0 40px;
    }

    .lp-gisu__p-rice-images .lp-gisu__c-img-block {
        flex: 1;
        margin: 0 !important;
    }

    .lp-gisu__c-table {
        font-size: 15px;
    }

    .lp-gisu__p-video-container {
        max-width: 720px;
        margin: 0 auto;
    }

}

/* 動画埋め込み */
.lp-gisu__p-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.lp-gisu__p-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}