@charset "utf-8";
/* ============================================================
 * page-tochi-erabi.css (PC)
 * 「土地選びで後悔したくない」LP 専用スタイル
 * すべて `.kt-flyer` 配下にスコープ — 既存テーマ CSS には一切影響しません
 * （※ #contents の上スペース詰めだけは LP 用にこのページ限定で上書き）
 * ============================================================ */

/* LP ではヒーローを固定ヘッダの直下まで詰めたいので、
 * #contents のテーマ既定 padding-top: 60px を上書き。
 * この CSS は LP の template でしか読み込まれないので他ページに影響しない。 */
#contents {
    padding-top: 0;
}

/* --- Container ----------------------------------------------------- */
.kt-flyer {
    width: 100%;
    max-width: 1100px;
    margin: 32px auto 56px;
    padding: 0;
    background: #f8f4ee;
    color: #2d3a2d;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
        "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
        "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.85;
    -webkit-text-size-adjust: 100%;
    box-shadow: 0 2px 18px rgba(0, 0, 0, .06);
    border-radius: 16px;
    overflow: hidden;
}

.kt-flyer * {
    box-sizing: border-box;
}

/* --- 1. Hero ------------------------------------------------------- */
.kt-flyer .kt-hero {
    margin: 0;
    padding: 0;
    line-height: 0;
    background: #84c283;
}

.kt-flyer .kt-hero__img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    border: 0;
}

/* --- 2. Intro ------------------------------------------------------ */
.kt-flyer .kt-intro {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 40px;
    padding: 48px 56px 40px;
    background: #f8f4ee;
}

.kt-flyer .kt-intro__text {
    flex: 1 1 56%;
    min-width: 0;
}

.kt-flyer .kt-intro__text p {
    margin: 0;
    padding: 18px 0;
    border-bottom: 1.5px dashed #2bb38b;
    font-size: 17px;
    line-height: 1.85;
    letter-spacing: .02em;
    color: #2f4032;
}

.kt-flyer .kt-intro__text p:first-child {
    padding-top: 4px;
}

.kt-flyer .kt-intro__text p:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

/* Emphasized phrase: larger bold green with yellow underline */
.kt-flyer .kt-intro__text em {
    display: inline;
    font-style: normal;
    font-weight: 700;
    color: #2bb38b;
    font-size: 1.18em;
    background: linear-gradient(transparent 62%, #ffe35a 62%);
    padding: 0 2px;
    letter-spacing: .04em;
}

.kt-flyer .kt-intro__illust {
    flex: 0 0 360px;
    line-height: 0;
}

.kt-flyer .kt-intro__illust img {
    display: block;
    width: 100%;
    height: auto;
}

/* --- 3. Section heading bar --------------------------------------- */
.kt-flyer .kt-headline {
    text-align: center;
    padding: 8px 24px 28px;
    background: #f8f4ee;
}

.kt-flyer .kt-headline {
    position: relative;
}

.kt-flyer .kt-headline__pill {
    display: inline-block;
    position: relative;
    margin: 0 auto 16px;
    padding: 14px 56px;
    background: #2bb38b;
    color: #fff;
    border-radius: 999px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .04em;
}

/* Decorative leaves on either side of the heading pill (PNG assets) */
.kt-flyer .kt-headline__pill::before,
.kt-flyer .kt-headline__pill::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.kt-flyer .kt-headline__pill::before {
    left: -68px;
    width: 60px;
    height: 58px;
    background-image: url("../images/tochi-erabi/headline-leaf-l.png");
}

.kt-flyer .kt-headline__pill::after {
    right: -54px;
    width: 40px;
    height: 58px;
    background-image: url("../images/tochi-erabi/headline-leaf-r.png");
}

.kt-flyer .kt-headline__pill em {
    font-style: normal;
    color: #fff35a;
}

.kt-flyer .kt-headline__sub {
    margin: 6px 0 0;
    font-size: 18px;
    color: #2f4032;
    font-weight: 500;
}

.kt-flyer .kt-headline__sub strong {
    color: #2bb38b;
    font-weight: 700;
    font-size: 1.1em;
}

/* --- 4. Two promise cards ----------------------------------------- */
.kt-flyer .kt-promises {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 8px 48px 40px;
    background: #f8f4ee;
}

.kt-flyer .kt-promise {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 22px 22px 22px 18px;
    background: #fff;
    border: 2px solid #66c4a0;
    border-radius: 14px;
}

.kt-flyer .kt-promise__icon {
    flex: 0 0 132px;
    width: 132px;
    height: auto;
    margin: 4px 0 0;
}

.kt-flyer .kt-promise__body {
    flex: 1 1 auto;
    min-width: 0;
}

.kt-flyer .kt-promise__title {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;
    color: #2bb38b;
    letter-spacing: .01em;
}

.kt-flyer .kt-promise__title::before {
    content: "●";
    margin-right: .25em;
    font-size: .85em;
    color: #2bb38b;
}

.kt-flyer .kt-promise__title em {
    font-style: normal;
    background: linear-gradient(transparent 62%, #ffe35a 62%);
    padding: 0 2px;
    color: #2f4032;
}

.kt-flyer .kt-promise__body p {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.75;
    color: #4a574a;
}

/* --- 5. Bottom callout (light yellow) ----------------------------- */
.kt-flyer .kt-callout {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 28px 18px 200px;
    margin: 72px 32px 24px;
    position: relative;
    background-color: #fcf4d4;
    border: 2px dashed #e8b94a;
    overflow: visible;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0 L13.5 10.5 L24 12 L13.5 13.5 L12 24 L10.5 13.5 L0 12 L10.5 10.5 Z' fill='%23e8b94a'/%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0 L13.5 10.5 L24 12 L13.5 13.5 L12 24 L10.5 13.5 L0 12 L10.5 10.5 Z' fill='%23e8b94a'/%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0 L13.5 10.5 L24 12 L13.5 13.5 L12 24 L10.5 13.5 L0 12 L10.5 10.5 Z' fill='%23e8b94a'/%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0 L13.5 10.5 L24 12 L13.5 13.5 L12 24 L10.5 13.5 L0 12 L10.5 10.5 Z' fill='%23e8b94a'/%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0 L13.5 10.5 L24 12 L13.5 13.5 L12 24 L10.5 13.5 L0 12 L10.5 10.5 Z' fill='%23e8b94a'/%3E%3C/svg%3E");
    background-position:
        16px 22px,
        220px 30px,
        58% 18px,
        78% 78%,
        38% 84%;
    background-size: 20px, 16px, 22px, 18px, 14px;
    background-repeat: no-repeat;
    border-radius: 18px;
}

.kt-flyer .kt-callout__char {
    position: absolute;
    left: -8px;
    bottom: 8px;
    width: 220px;
    height: auto;
    margin: 0;
    z-index: 2;
    pointer-events: none;
}

.kt-flyer .kt-callout__body {
    flex: 1 1 auto;
    min-width: 0;
}

.kt-flyer .kt-callout__title {
    margin: 0 0 10px;
    text-align: center;
    font-size: 22px;
    line-height: 1.45;
    font-weight: 700;
    color: #2bb38b;
    letter-spacing: .02em;
}

.kt-flyer .kt-callout__title .kt-mark {
    background: linear-gradient(transparent 62%, #ffe35a 62%);
    padding: 0 4px;
    color: #2f4032;
}

.kt-flyer .kt-callout__body p {
    margin: 0;
    text-align: center;
    font-size: 14.5px;
    line-height: 1.85;
    color: #4a574a;
}

.kt-flyer .kt-callout__house {
    flex: 0 0 210px;
    width: 210px;
    height: auto;
    margin: -28px -12px -20px 0;
    align-self: flex-end;
}

/* --- 6. CTA -------------------------------------------------------- */
.kt-flyer .kt-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    position: relative;
    margin: 0 32px 14px;
    padding: 18px 40px;
    background: #2bb38b;
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    box-shadow: 0 4px 0 #1f9a76;
    transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
    overflow: hidden;
}

.kt-flyer .kt-cta:hover {
    transform: translateY(1px);
    box-shadow: 0 3px 0 #1f9a76;
    opacity: .96;
    text-decoration: none;
    color: #fff;
}

.kt-flyer .kt-cta:active {
    transform: translateY(3px);
    box-shadow: 0 1px 0 #1f9a76;
}

.kt-flyer .kt-cta:focus-visible {
    outline: 3px solid #ffe35a;
    outline-offset: 3px;
}

.kt-flyer .kt-cta__text {
    flex: 0 1 auto;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.2;
    white-space: nowrap;
}

.kt-flyer .kt-cta__text em {
    font-style: normal;
    color: #ffe35a;
}

.kt-flyer .kt-cta-note {
    margin: 4px 32px 22px;
    text-align: center;
    font-size: 13px;
    color: #6a7a6a;
}

/* --- Responsive (narrow PC widths, tablet) ------------------------- */
@media (max-width: 880px) {
    .kt-flyer {
        margin: 16px auto 32px;
        border-radius: 12px;
        font-size: 15px;
    }
    .kt-flyer .kt-intro {
        flex-wrap: wrap;
        padding: 32px 32px 28px;
        gap: 20px;
    }
    .kt-flyer .kt-intro__illust {
        flex: 1 1 auto;
        max-width: 360px;
        margin: 0 auto;
    }
    .kt-flyer .kt-intro__text p {
        font-size: 15px;
    }
    .kt-flyer .kt-headline__pill {
        font-size: 19px;
        padding: 12px 32px;
    }
    .kt-flyer .kt-headline__sub {
        font-size: 15px;
    }
    .kt-flyer .kt-promises {
        grid-template-columns: 1fr;
        padding: 8px 28px 28px;
    }
    .kt-flyer .kt-callout {
        flex-wrap: wrap;
        margin: 0 20px 24px;
        padding: 20px 22px;
    }
    .kt-flyer .kt-callout__char {
        flex: 0 0 96px;
        width: 96px;
    }
    .kt-flyer .kt-callout__house {
        flex: 0 0 112px;
        width: 112px;
    }
    .kt-flyer .kt-callout__title {
        font-size: 18px;
    }
    .kt-flyer .kt-cta {
        margin: 0 20px 12px;
        padding: 14px 24px;
        gap: 18px;
    }
    .kt-flyer .kt-cta__text {
        font-size: 22px;
    }
}
