/* =========================================================
   Blind
   ========================================================= */
.sg-blind {
    padding: 0 0 70px;
}

/* -------------------------
   hero
------------------------- */
.sg-blind .sgbl-hero {
    padding-bottom: 30px;
}

.sg-blind .sgbl-hero-figure {
    overflow: hidden;
    margin: 0;
}

.sg-blind .sgbl-hero-figure img {
    width: 100%;
    height: auto;
    display: block;
}

/* -------------------------
   lead
------------------------- */
.sg-blind .sgbl-lead {
    padding: 0 0 40px;
}

.sg-blind .sgbl-lead-inner {
    max-width: 100%;
    text-align: center;
    margin: 0;
}

.sg-blind .sgbl-lead-copy {
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 500;
    font-size: clamp(24px, 3.1vw, 34px);
    line-height: 1.6;
    letter-spacing: .08em;
    margin: 0 0 20px;
}

.sg-blind .sgbl-lead-text {
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 500;
    line-height: 1.9;
    margin: 0;
}

/* -------------------------
   目次
------------------------- */
.sg-blind .sgbl-toc {
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: start;
    gap: 30px;
    max-width: 600px;
    box-sizing: border-box;
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    border: 1px solid rgba(0, 0, 0, .35);
    margin: 0 auto 70px;
    padding: 20px 40px;
}

.sg-blind .sgbl-sec-lead {
    text-align: left;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: .08em;
    color: #8a6f5c;
    margin: 0;
    line-height: 1.5;
}

.sg-blind .sgbl-toc-list {
    margin: 0;
    padding: 0 0 0 1.4em;
}

.sg-blind .sgbl-toc-list li {
    margin: 0;
    padding: 5px 0;
}

.sg-blind .sgbl-toc-list li::marker {
    color: #8a6f5c;
}

.sg-blind .sgbl-toc-list a {
    display: block;
    text-decoration: none;
    color: #000;
    line-height: 1.7;
}

.sg-blind .sgbl-toc-list a:hover,
.sg-blind .sgbl-toc-list a:focus {
    opacity: 0.5;
}


/* -------------------------
   section common
------------------------- */
.sg-blind .sgbl-section {
    padding: 0 0 70px;
}

.sg-blind .sgbl-section--line {
    border-top: 1px solid rgba(0, 0, 0, .14);
    border-bottom: 1px solid rgba(0, 0, 0, .14);
    padding-top: 56px;
    margin-bottom: 70px;
}

.sg-blind .sgbl-bar-title {
    background: #8a6f5c;
    color: #fff;
    text-align: center;
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 500;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.4;
    letter-spacing: .14em;
    margin: 0 0 40px;
    padding: 10px 20px;
}

.sg-blind .sgbl-section-lead {
    max-width: 100%;
    text-align: center;
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 500;
    line-height: 1.9;
    margin: 0 0 30px;
}

/* -------------------------
   merit
------------------------- */
.sg-blind .sgbl-merit-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.sg-blind .sgbl-merit-card {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 30px;
    align-items: stretch;
    background: #fff;
    overflow: hidden;
    border-bottom: 1px dotted #8a6f5c;
    padding: 20px 0 40px;
}

.sg-blind .sgbl-merit-card:last-child {
    border-bottom: none;
}

.sg-blind .sgbl-merit-figure {
    height: 100%;
    overflow: hidden;
    margin: 0;
}

.sg-blind .sgbl-merit-figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sg-blind .sgbl-merit-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 10px 30px 0;
}

.sg-blind .sgbl-merit-body h3 {
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-size: clamp(22px, 2vw, 30px);
    font-weight: 500;
    line-height: 1.6;
    color: #5e4d43;
    margin: 0 0 10px;
}

.sg-blind .sgbl-merit-body p {
    line-height: 1.9;
    margin: 0;
}

/* Tablet */
@media (max-width: 900px) {
    .sg-blind .sgbl-merit-card {
        grid-template-columns: 260px 1fr;
        gap: 20px;
    }

    .sg-blind .sgbl-merit-body {
        padding: 22px 22px 22px 0;
    }
}

/* SP */
@media (max-width: 600px) {
    .sg-blind .sgbl-merit-card {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .sg-blind .sgbl-merit-figure {
        aspect-ratio: 16 / 10;
    }

    .sg-blind .sgbl-merit-body {
        padding: 20px;
    }
}

/* -------------------------
   choice1
------------------------- */
.sg-blind .sgbl-choice1 {
    padding-bottom: 70px;
}

.sg-blind .sgbl-choice1-hero {
    margin: 0 0 34px;
}

.sg-blind .sgbl-choice1-hero-figure {
    margin: 0;
}

.sg-blind .sgbl-choice1-hero-figure img {
    width: 100%;
    height: auto;
    display: block;
}

.sg-blind .sgbl-choice1-lead {
    text-align: center;
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 500;
    line-height: 1.9;
    margin: 0 0 40px;
}

.sg-blind .sgbl-choice1-block {
    display: grid;
    grid-template-columns: 120px 1fr;
    margin: 0 0 26px;
    border: 1px solid #cdbfb4;
    background: #fff;
}

.sg-blind .sgbl-choice1-head {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #a89282;
    padding: 20px 14px;
}

.sg-blind .sgbl-choice1-head h3 {
    margin: 0;
    color: #fff;
    text-align: center;
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-size: clamp(22px, 2vw, 30px);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .08em;
}

.sg-blind .sgbl-choice1-body {
    padding: 18px 26px;
    display: flex;
    align-items: center;
}

.sg-blind .sgbl-choice1-body p {
    margin: 0;
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 500;
    line-height: 1.95;
    color: #5b4a40;
}

.sg-blind .sgbl-choice1-figure {
    margin: 0 0 44px;
    text-align: center;
}

.sg-blind .sgbl-choice1-figure img {
    width: 100%;
    max-width: 980px;
    height: auto;
    display: inline-block;
}

.sg-blind .sgbl-choice1-summary {
    margin: 30px 0 0;
    text-align: center;
}

.sg-blind .sgbl-choice1-summary img {
    width: 100%;
    max-width: 980px;
    height: auto;
    display: inline-block;
}

/* Tablet */
@media (max-width: 900px) {
    .sg-blind .sgbl-choice1-lead {
        margin-bottom: 32px;
    }

    .sg-blind .sgbl-choice1-block {
        grid-template-columns: 96px 1fr;
        margin-bottom: 20px;
    }

    .sg-blind .sgbl-choice1-head {
        padding: 16px 10px;
    }

    .sg-blind .sgbl-choice1-body {
        padding: 16px 18px;
    }

    .sg-blind .sgbl-choice1-figure {
        margin-bottom: 34px;
    }
}

/* SP */
@media (max-width: 600px) {
    .sg-blind .sgbl-choice1 {
        padding-bottom: 50px;
    }

    .sg-blind .sgbl-choice1-hero {
        margin-bottom: 24px;
    }

    .sg-blind .sgbl-choice1-lead {
        text-align: left;
        line-height: 1.9;
        margin-bottom: 24px;
    }

    .sg-blind .sgbl-choice1-block {
        grid-template-columns: 1fr;
    }

    .sg-blind .sgbl-choice1-head {
        justify-content: flex-start;
        padding: 12px 16px;
    }

    .sg-blind .sgbl-choice1-head h3 {
        font-size: 22px;
    }

    .sg-blind .sgbl-choice1-body {
        padding: 16px;
    }

    .sg-blind .sgbl-choice1-figure {
        margin-bottom: 28px;
    }

    .sg-blind .sgbl-choice1-summary {
        margin-top: 20px;
    }
}
/* -------------------------
   material
------------------------- */
.sg-blind .sgbl-material-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
}

.sg-blind .sgbl-material-card {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 20px;
    align-items: start;
    padding: 22px;
    background: #fff;
    box-shadow:
        0 10px 24px rgba(0, 0, 0, .05),
        0 2px 8px rgba(0, 0, 0, .03);
}

.sg-blind .sgbl-material-figure {
    margin: 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.sg-blind .sgbl-material-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sg-blind .sgbl-material-body h3 {
    margin: 0 0 8px;
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-size: clamp(22px, 2vw, 28px);
    font-weight: 500;
    line-height: 1.5;
    color: #5e4d43;
}

.sg-blind .sgbl-material-copy {
    margin: 0 0 12px;
    color: #8a6f5c;
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 500;
    line-height: 1.7;
}

.sg-blind .sgbl-material-body p:last-child {
    margin: 0;
    line-height: 1.9;
}

/* -------------------------
   combo
------------------------- */
.sg-blind .sgbl-combo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.sg-blind .sgbl-combo-card {
    padding: 26px 22px;
    background: #fbf8f4;
    border: 1px solid rgba(138, 111, 92, .18);
}

.sg-blind .sgbl-combo-card h3 {
    margin: 0 0 12px;
    text-align: center;
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.6;
    color: #5e4d43;
}

.sg-blind .sgbl-combo-card p {
    margin: 0;
    line-height: 1.9;
}

/* -------------------------
   faq
------------------------- */
.sg-blind .sgbl-faq-list {
    display: grid;
    gap: 18px;
}

.sg-blind .sgbl-faq-item {
    background: #fff;
    padding: 24px 26px;
    border-left: 4px solid #8a6f5c;
}

.sg-blind .sgbl-faq-item h3 {
    margin: 0 0 10px;
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-size: clamp(20px, 2vw, 25px);
    font-weight: 500;
    line-height: 1.6;
    color: #5e4d43;
}

.sg-blind .sgbl-faq-item p {
    margin: 0;
    line-height: 1.9;
}

/* -------------------------
   contact
------------------------- */
.sg-blind .sgbl-contact {
    background:
        linear-gradient(rgba(94, 77, 67, .82), rgba(94, 77, 67, .82)),
        url("/wp-content/uploads/2026/04/blind-contact-bg.webp") no-repeat center / cover;
    color: #fff;
    padding: 70px 40px;
}

.sg-blind .sgbl-contact-inner {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.sg-blind .sgbl-contact-title {
    margin: 0 0 18px;
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: .08em;
}

.sg-blind .sgbl-contact-text {
    margin: 0;
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 500;
    line-height: 2;
}

.sg-blind .sgbl-contact-buttons {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 28px;
    flex-wrap: wrap;
}

.sg-blind .sgbl-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    min-height: 58px;
    padding: 12px 24px;
    background: #fff;
    color: #5e4d43;
    border: 1px solid #fff;
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .06em;
}

.sg-blind .sgbl-btn--ghost {
    background: transparent;
    color: #fff;
}

/* -------------------------
   responsive
------------------------- */
@media (max-width: 1024px) {
    .sg-blind .sgbl-anchor {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sg-blind .sgbl-step-list,
    .sg-blind .sgbl-point-grid,
    .sg-blind .sgbl-combo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sg-blind .sgbl-material-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .sg-blind .sgbl-merit-grid {
        grid-template-columns: 1fr;
    }

    .sg-blind .sgbl-section--soft {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sg-blind .sgbl-material-card {
        grid-template-columns: 180px 1fr;
    }
}

@media (max-width: 600px) {
    .sg-blind {
        padding-bottom: 50px;
    }

    .sg-blind .sgbl-hero {
        padding-bottom: 24px;
    }

    .sg-blind .sgbl-lead {
        padding-bottom: 28px;
    }

    .sg-blind .sgbl-anchor,
    .sg-blind .sgbl-step-list,
    .sg-blind .sgbl-point-grid,
    .sg-blind .sgbl-combo-grid {
        grid-template-columns: 1fr;
    }

    .sg-blind .sgbl-anchor {
        margin-bottom: 40px;
    }

    .sg-blind .sgbl-section,
    .sg-blind .sgbl-section--soft {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    .sg-blind .sgbl-material-card {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .sg-blind .sgbl-material-figure {
        aspect-ratio: 4 / 3;
    }

    .sg-blind .sgbl-contact {
        padding: 50px 20px;
    }

    .sg-blind .sgbl-btn {
        min-width: 100%;
    }
}