/* =========================================================
   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: 900px;
    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 .sgpl-sec-lead {
    text-align: left;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: .08em;
    color: #474b42;
    margin: 0;
    padding-top: 5px;
}

.sg-blind .sgbl-toc-list {
    columns: 2;
    column-gap: 40px;
    margin: 0;
    padding: 0 25px;
}

.sg-blind .sgbl-toc-list li {
    break-inside: avoid;
    text-decoration: none;
    margin: 0;
    padding: 5px 0;
}

.sg-blind .sgbl-toc-list li::marker {
    color: #474b42;
}

.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-bar-title {
    background: #6b7b6e;
    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 #474b42;
    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;
    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 30px;
}

.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 50px;
}

.sg-blind .sgbl-choice1-block {
    display: grid;
    grid-template-columns: 150px 1fr;
    border: 1px solid #474b42;
    background: #fff;
    margin: 0 0 30px;
}

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

.sg-blind .sgbl-choice1-head h3 {
    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;
    color: #fff;
    margin: 0;
}

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

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

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

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

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

.sg-blind .sgbl-choice1-summary img {
    width: 100%;
    max-width: 900px;
    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 {
    padding-bottom: 70px;
}

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

/* 素材一覧 */
.sg-blind .sgbl-material-index {
    margin: 0 0 60px;
}

.sg-blind .sgbl-material-index-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.sg-blind .sgbl-material-index-item {
    display: grid;
    grid-template-columns: 50px 1fr 160px;
    align-items: center;
    gap: 10px;
    border: 1px solid #6b7b6e;
    background: #fff;
    color: #000;
    padding: 0 0 0 10px;
}

.sg-blind .sgbl-material-index-no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #474b42;
    font-family: "Cormorant", "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-size: 45px;
    line-height: 1;
    font-weight: 500;
}

.sg-blind .sgbl-material-index-name {
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.6;
    color: #474b42;
}

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

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

/* 各素材ブロック */
.sg-blind .sgbl-mat-section {
    padding: 60px 0;
}

.sg-blind .sgbl-mat-title {
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: .08em;
    color: #474b42;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .35);
    margin: 0 0 40px;
    padding-bottom: 5px;
}

.sg-blind .sgbl-mat-intro {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: center;
    margin: 0 0 30px;
}

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

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

.sg-blind .sgbl-mat-intro-body {
    display: block;
}

.sg-blind .sgbl-mat-copy {
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    line-height: 1.8;
    margin: 0 0 20px;
}

.sg-blind .sgbl-mat-feature {
    display: grid;
    gap: 20px;
    margin-bottom: 50px;
}

.sg-blind .sgbl-mat-item {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 30px;
    align-items: center;
}

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

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

.sg-blind .sgbl-mat-item-body {
    padding: 20px 0;
}

.sg-blind .sgbl-mat-item-head {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin: 0 0 20px;
}

.sg-blind .sgbl-mat-item-point {
    display: inline-block;
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    background: #474b42;
    padding: 5px 10px;
}

.sg-blind .sgbl-mat-item-body h4 {
    margin: 0;
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-size: clamp(20px, 2vw, 26px);
    font-weight: 500;
    line-height: 1.7;
}

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

.sg-blind .sgbl-mat-button-wrap {
    margin: 28px 0 0;
    text-align: center;
}

.sg-blind .sgbl-mat-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 320px;
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .06em;
    color: #fff;
    background: #474b42;
    padding: 15px 20px;
}

.sg-blind .sgbl-mat-button:hover,
.sg-blind .sgbl-mat-button:focus {
    opacity: .85;
}

/* Tablet */
@media (max-width: 900px) {
    .sg-blind .sgbl-material-index-list {
        grid-template-columns: 1fr;
    }

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

    .sg-blind .sgbl-mat-item,
    .sg-blind .sgbl-mat-item--reverse {
        grid-template-columns: 240px 1fr;
    }

    .sg-blind .sgbl-mat-item--reverse .sgbl-mat-item-figure {
        order: 1;
    }

    .sg-blind .sgbl-mat-item--reverse .sgbl-mat-item-body {
        order: 2;
    }
}

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

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

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

    .sg-blind .sgbl-material-index-item {
        grid-template-columns: 48px 1fr 96px;
        gap: 12px;
        padding: 10px;
    }

    .sg-blind .sgbl-material-index-no {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }

    .sg-blind .sgbl-material-index-name {
        font-size: 17px;
        line-height: 1.5;
    }

    .sg-blind .sgbl-mat-section {
        padding: 42px 0 46px;
    }

    .sg-blind .sgbl-mat-intro-body {
        padding: 18px;
    }

    .sg-blind .sgbl-mat-copy {
        font-size: 20px;
        line-height: 1.7;
    }

    .sg-blind .sgbl-mat-item,
    .sg-blind .sgbl-mat-item--reverse {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .sg-blind .sgbl-mat-item--reverse .sgbl-mat-item-figure,
    .sg-blind .sgbl-mat-item--reverse .sgbl-mat-item-body {
        order: initial;
    }

    .sg-blind .sgbl-mat-item-body {
        padding: 0;
    }

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

/* -------------------------
   comparison
------------------------- */
.sg-blind .sgbl-comparison {
    padding-bottom: 100px;
}

.sg-blind .sgbl-comparison .sgbl-bar-title {
    margin-bottom: 50px;
}

.sg-blind .sgbl-comp-block {
    width: 100%;
    margin: 0 0 50px;
}

.sg-blind .sgbl-comp-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border: none;
    margin: 0;
}

.sg-blind .sgbl-comp-table th {
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 500;
    line-height: 1.7;
    vertical-align: middle;
    padding: 15px 20px;
}

.sg-blind .sgbl-comp-table thead th {
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    text-align: center;
    font-size: 22px;
    border-bottom: 1px solid #474b42;
    padding: 0 10px 5px;
}

.sg-blind .sgbl-comp-table thead th span {
    font-size: 16px;
    white-space: nowrap;
}

.sg-blind .sgbl-comp-table tbody th {
    text-align: left;
    width: 33%;
    border: 3px solid #fff;
}

.sg-blind .sgbl-comp-table--merit tbody tr:nth-child(odd) th,
.sg-blind .sgbl-comp-table--merit tbody tr:nth-child(odd) td {
    background: #c9d0cb;
}

.sg-blind .sgbl-comp-table--merit tbody tr:nth-child(even) th,
.sg-blind .sgbl-comp-table--merit tbody tr:nth-child(even) td {
    background: #dddedd;
}

.sg-blind .sgbl-comp-table td {
    line-height: 1.7;
    vertical-align: middle;    
    border: 3px solid #fff;
    padding: 15px 20px;
}

/* 価格表 */
.sg-blind .sgbl-comp-table--price tbody th {
    width: 33%;
    background: #c9d0cb;
}

.sg-blind .sgbl-comp-table--price tbody td {
    background: #dddedd;
}

.sg-blind .sgbl-comp-table--price thead th:nth-child(1),
.sg-blind .sgbl-comp-table--price tbody th {
    width: 33%;
}

.sg-blind .sgbl-comp-table--price thead th:nth-child(2),
.sg-blind .sgbl-comp-table--price tbody td:nth-child(2) {
    width: 52%;
}

.sg-blind .sgbl-comp-table--price thead th:nth-child(3),
.sg-blind .sgbl-comp-table--price tbody td:nth-child(3) {
    width: 15%;
    text-align: center;
    white-space: nowrap;
}

/* 中央の価格レンジ */
.sg-blind .sgbl-price-range {
    position: relative;
    height: 50px;
}

.sg-blind .sgbl-price-bar {
    position: absolute;
    top: 10px;
    height: 5px;
    background: #474b42;
}

.sg-blind .sgbl-price-min,
.sg-blind .sgbl-price-max {
    position: absolute;
    top: 25px;
    transform: translateX(-50%);
    white-space: nowrap;
    line-height: 1.2;
}

/* 注記 */
.sg-blind .sgbl-comparison-note {
    text-align: center;
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 500;
    font-size: clamp(16px, 1.6vw, 20px);
    line-height: 1.9;
    margin: 0;
}

/* Tablet */
@media (max-width: 900px) {
    .sg-blind .sgbl-comp-block {
        margin-bottom: 46px;
    }

    .sg-blind .sgbl-comp-table th,
    .sg-blind .sgbl-comp-table td {
        padding: 12px 12px;
        font-size: 15px;
    }

    .sg-blind .sgbl-comp-table thead th {
        font-size: 22px;
    }

    .sg-blind .sgbl-comp-table thead th span {
        display: block;
        margin-top: 4px;
        font-size: 13px;
    }

    .sg-blind .sgbl-price-min,
    .sg-blind .sgbl-price-max {
        font-size: 14px;
    }
}

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

    .sg-blind .sgbl-comparison .sgbl-bar-title {
        margin-bottom: 24px;
    }

    .sg-blind .sgbl-comp-block {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 34px;
    }

    .sg-blind .sgbl-comp-table {
        min-width: 860px;
    }

    .sg-blind .sgbl-comparison-note {
        text-align: left;
        line-height: 1.9;
    }
}

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

.sg-blind .sgbl-combo-card {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 30px;
    align-items: start;
}

.sg-blind .sgbl-combo-figure {
    overflow: hidden;
}

.sg-blind .sgbl-combo-figure img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.sg-blind .sgbl-combo-body {
    display: grid;
    gap: 30px;
    margin-top: 20px;
}

.sg-blind .sgbl-combo-body h3 {
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .08em;
    margin: 0;
}

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

.sg-blind .sgbl-combo-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    width: fit-content;
    min-width: 320px;
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .06em;
    color: #fff;
    background: #474b42;
    padding: 15px 20px;
}

.sg-blind .sgbl-combo-button:hover,
.sg-blind .sgbl-combo-button:focus {
    opacity: .85;
}

/* -------------------------
   FAQ
------------------------- */
/* アコーディオン全体 */
.sg-blind .sgbl-acc {
    display: grid;
    gap: 30px;
}

/* 1項目（枠） */
.sg-blind .sgbl-item {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .35);
}

/* summary のデフォルトマーカーを消す */
.sg-blind .sgbl-item > summary {
    list-style: none;
}

.sg-blind .sgbl-item > summary::-webkit-details-marker {
    display: none;
}

/* 質問行 */
.sg-blind .sgbl-q {
    cursor: pointer;
    display: grid;
    grid-template-columns: 45px 1fr 45px;
    align-items: end;
    column-gap: 10px;
    user-select: none;
    padding: 15px 20px;
}

.sg-blind .sgbl-qmark {
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 600;
    font-size: 35px;
    letter-spacing: .06em;
}

.sg-blind .sgbl-qtext {
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.7;
    padding-bottom: 5px;
}

/* ＋ / － アイコン（CSSで描画） */
.sg-blind .sgbl-ico {
    position: relative;
    width: 44px;
    height: 44px;
    display: inline-block;
    justify-self: end;
}

.sg-blind .sgbl-ico::before,
.sg-blind .sgbl-ico::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 2px;
    background: #474b42;
    transform: translate(-50%, -50%);
}

.sg-blind .sgbl-ico::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

/* open のときは「－」にする */
.sg-blind details[open] .sgbl-ico::after {
    opacity: 0;
}

.sg-blind details[open] .sgbl-q {
    border-bottom: 1px solid rgba(0, 0, 0, .35);
}

/* 回答 */
.sg-blind .sgbl-a {
    padding: 20px 30px;
}

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

/* SP */
@media (max-width: 600px) {
    .sg-blind .sgbl-acc {
        gap: 18px;
    }

    .sg-blind .sgbl-q {
        grid-template-columns: 34px 1fr 34px;
        column-gap: 8px;
        padding: 12px 14px;
    }

    .sg-blind .sgbl-qmark {
        width: 34px;
        height: 34px;
        font-size: 26px;
    }

    .sg-blind .sgbl-qtext {
        font-size: 17px;
        line-height: 1.6;
        padding-bottom: 2px;
    }

    .sg-blind .sgbl-ico {
        width: 34px;
        height: 34px;
    }

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

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

.sg-blind .sgbl-flow-list {
    display: grid;
    gap: 50px;
}

.sg-blind .sgbl-flow-item {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 30px;
}

.sg-blind .sgbl-flow-figure {
    position: relative;
    overflow: hidden;
    margin: 0;
}

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

.sg-blind .sgbl-flow-step {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, .92);
    border: 4px solid rgba(255, 255, 255, .92);
    box-shadow: 0 0 0 1px rgba(140, 140, 140, .45) inset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Cormorant", "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-size: 28px;
    line-height: 1.05;
    color: #8f8a84;
    letter-spacing: .02em;
    text-align: center;
    margin: 0;
}

.sg-blind .sgbl-flow-body {
    padding: 10px 0 0;
}

.sg-blind .sgbl-flow-body h3 {
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .08em;
    border-bottom: 1px solid rgba(0, 0, 0, .35);
    padding-bottom: 5px;
    margin: 0 0 20px;
}

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

.sg-blind .sgbl-flow-note {
    text-align: center;
    margin-top: 70px;
}

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

/* Tablet */
@media (max-width: 900px) {
    .sg-blind .sgbl-flow-list {
        gap: 40px;
    }

    .sg-blind .sgbl-flow-item {
        grid-template-columns: 300px 1fr;
        gap: 24px;
    }

    .sg-blind .sgbl-flow-step {
        width: 70px;
        height: 70px;
        font-size: 22px;
        left: 10px;
        top: 10px;
    }

    .sg-blind .sgbl-flow-body h3 {
        margin-bottom: 14px;
        padding-bottom: 12px;
        font-size: clamp(24px, 3vw, 34px);
    }

    .sg-blind .sgbl-flow-body p {
        font-size: 16px;
        line-height: 1.9;
    }

    .sg-blind .sgbl-flow-note {
        margin-top: 50px;
    }
}

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

    .sg-blind .sgbl-flow-list {
        gap: 34px;
    }

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

    .sg-blind .sgbl-flow-step {
        width: 64px;
        height: 64px;
        font-size: 20px;
        left: 10px;
        top: 10px;
    }

    .sg-blind .sgbl-flow-body h3 {
        font-size: 28px;
        line-height: 1.5;
        margin-bottom: 12px;
        padding-bottom: 10px;
    }

    .sg-blind .sgbl-flow-body p {
        font-size: 15px;
        line-height: 1.9;
    }

    .sg-blind .sgbl-flow-note {
        margin-top: 40px;
        text-align: left;
    }

    .sg-blind .sgbl-flow-note p {
        font-size: 15px;
        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%;
    }
}