/* =========================================================
   Shed
   ========================================================= */
.sg-shed {
    padding: 0 0 70px;
}

/* -------------------------
   hero
------------------------- */
.sg-shed .sgsh-hero {
    margin: 0 0 50px;
}

.sg-shed .sgsh-hero-figure {
    margin: 0;
}

.sg-shed .sgsh-hero-img {
    margin: 0;
}

.sg-shed .sgsh-hero-lead {
    text-align: center;
    margin: 30px 0 0;
}

.sg-shed .sgsh-hero-copy {
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-size: 22px;
    letter-spacing: .12em;
    line-height: 1.9;
    margin: 0 0 30px;
}

.sg-shed .sgsh-hero-lead p:last-child {
    line-height: 1.9;
    margin: 0;
}

/* -------------------------
   icon row
------------------------- */
.sg-shed .sgsh-icons {
    margin: 0 auto 70px;
}

.sg-shed .sgsh-icons-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    align-items: start;
}

.sg-shed .sgsh-icon-item {
    text-align: center;
}

.sg-shed .sgsh-icon-figure {
    width: 200px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #d69090;
    background: #fff;
    margin: 0 0 8px;
}

.sg-shed .sgsh-icon-item p {
    line-height: 1.6;
    margin: 0;
}

/* -------------------------
   common section
------------------------- */
.sg-shed .sgsh-section {
    margin: 0 0 70px;
}

.sg-shed .sgsh-bar-title {
    text-align: center;
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 500;
    font-size: clamp(20px, 2.4vw, 25px);
    line-height: 1.4;
    letter-spacing: .02em;
    color: #fff;
    background: #d69090;
    margin: 0 0 30px;
    padding: 10px 0;
}

/* -------------------------
   point cards
------------------------- */
.sg-shed .sgsh-point-grid {
    display: grid;
    max-width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 0 auto;
}

.sg-shed .sgsh-point-card {
    text-align: center;
}

.sg-shed .sgsh-point-title {
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: .12em;
    border-bottom: 1px solid rgba(0, 0, 0, .35);
    margin: 0 0 30px;
}

.sg-shed .sgsh-point-figure {
    width: 100%;
    margin: 0 0 20px;
}

.sg-shed .sgsh-point-card p {
    line-height: 1.9;
    text-align: left;
    margin: 0;
}

/* -------------------------
   product list
------------------------- */
.sg-shed .sgsh-product-list {
    display: grid;
    gap: 50px;
}

.sg-shed .sgsh-product {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 30px;
    align-items: start;
}

.sg-shed .sgsh-product-image {
    margin: 0;
}

.sg-shed .sgsh-product-body h2 {
    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 0 20px;
    padding-top: 20px;
}

.sg-shed .sgsh-product-spec {
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    line-height: 1.8;
    margin: 0 0 10px;
}

.sg-shed .sgsh-product-body p:last-child {
    line-height: 1.9;
    margin: 20px 0;
}

.sg-shed .sgsh-product-link-wrap {
    text-align: right;
}

/* -------------------------
   buttons
------------------------- */
.sg-shed .sgsh-detail-btn,
.sg-shed .sgsh-showroom-btn {
    display: inline-block;
    align-items: end;
    text-decoration: none;
    letter-spacing: .08em;
    line-height: 1;
    color: #fff;
    background: #6b4c2d;
    transition: opacity .25s ease;
    padding: 15px 20px;
}

.sg-shed .sgsh-detail-btn:hover,
.sg-shed .sgsh-showroom-btn:hover {
    opacity: .5;
}

/* -------------------------
   size grid
------------------------- */
.sg-shed .sgsh-size-title {
    text-align: center;
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 500;
    font-size: clamp(20px, 2.4vw, 25px);
    line-height: 1.4;
    letter-spacing: .02em;
    border-bottom: 1px solid rgba(0, 0, 0, .35);
    margin: 0 0 30px;
    padding: 10px 0;
}

.sg-shed .sgsh-size-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
    align-items: start;
    margin: 0 auto;
}

.sg-shed .sgsh-size-col {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 15px;
    align-items: start;
}

.sg-shed .sgsh-size-name {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    text-align: left;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .04em;
    background-color: #e8d3d1;
    padding: 10px 10px;
}

.sg-shed .sgsh-size-item {
    display: grid;
    gap: 10px;
    align-content: start;
    text-align: center;
}

.sg-shed .sgsh-size-photo {
    margin: 0;
    display: grid;
    grid-template-rows: auto minmax(3.8em, auto);
    align-items: start;
}

.sg-shed .sgsh-size-photo img {
    width: 100%;
    max-width: 150px;
    margin: 0 auto 10px;
}

.sg-shed .sgsh-size-item figcaption {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    font-size: 16px;
    min-height: 3.8em;
    margin: 0;
}

/* -------------------------
   responsive
------------------------- */
@media (max-width: 1180px) {
    .sg-shed .sgsh-size-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 24px 18px;
    }
}

@media (max-width: 767px) {
    .sg-shed .sgsh-size-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px 14px;
    }

    .sg-shed .sgsh-size-col {
        gap: 12px;
    }

    .sg-shed .sgsh-size-name {
        min-height: 70px;
        padding: 10px 8px;
        font-size: 13px;
        line-height: 1.6;
    }

    .sg-shed .sgsh-size-photo {
        grid-template-rows: auto minmax(3.6em, auto);
    }

    .sg-shed .sgsh-size-photo img {
        max-width: 130px;
    }

    .sg-shed .sgsh-size-item figcaption {
        font-size: 12px;
        line-height: 1.6;
        min-height: 3.6em;
    }
}

@media (max-width: 480px) {
    .sg-shed .sgsh-size-grid {
        grid-template-columns: 1fr;
    }
}

/* -------------------------
   option grid
------------------------- */
.sg-shed .sgsh-option-grid {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 0 auto;
}

.sg-shed .sgsh-option-item {
    text-align: center;
    margin: 0;
}

.sg-shed .sgsh-option-item figcaption {
    line-height: 1.6;
    margin: 0 0 8px;
}

.sg-shed .sgsh-option-item img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

/* -------------------------
   scene blocks
------------------------- */
.sg-shed .sgsh-scene-block+.sgsh-scene-block {
    margin-top: 48px;
}

.sg-shed .sgsh-scene-title {
    text-align: center;
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 500;
    font-size: clamp(20px, 2.4vw, 25px);
    line-height: 1.6;
    letter-spacing: .12em;
    margin: 0 0 15px;
}

.sg-shed .sgsh-scene-grid {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 0 auto;
}

.sg-shed .sgsh-scene-grid figure {
    margin: 0;
}

.sg-shed .sgsh-center-btn {
    text-align: center;
    margin-top: 40px;
}

/* -------------------------
   showroom
------------------------- */
.sg-shed .sgsh-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
}

.sg-shed .sgsh-card-photo {
    margin: 0;
}

.sg-shed.sgsh-card-photo img {
    width: 100%;
    height: auto;
    display: block;
}

.sg-shed .sgsh-card-info {
    display: flex;
    flex-direction: column;
}

.sg-shed .sgsh-card-name {
    font-size: 25px;
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 500;
    letter-spacing: .06em;
    margin: 0 0 20px;
}

.sg-shed .sgsh-dl {
    border-top: 1px solid rgba(0, 0, 0, .35);
    margin: 0;
    padding: 0;
}

.sg-shed .sgsh-row {
    position: relative;
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    column-gap: 20px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .35);
}

.sg-shed .sgsh-th {
    position: relative;
    align-self: stretch;
    font-weight: 400;
    text-align: left;
    letter-spacing: .05em;
    padding-left: 10px;
}

/* 縦の区切り線 */
.sg-shed .sgsh-th::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    right: calc(-20px / 2);
    background: rgba(0, 0, 0, .35);
}

.sg-shed .sgsh-td {
    overflow-wrap: anywhere;
    word-break: normal;
    line-height: 1.7;
    margin: 0;
}

.sg-shed .sgsh-td p {
    margin: 0;
}

/* -------------------------
   responsive
------------------------- */
@media (max-width: 1024px) {
    .sg-shed .sgsh-icons-list {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 18px;
    }

    .sg-shed .sgsh-point-grid {
        gap: 28px;
    }

    .sg-shed .sgsh-product {
        grid-template-columns: 200px 1fr;
    }

    .sg-shed .sgsh-product-link-wrap {
        grid-column: 2;
        text-align: left;
        margin-top: 6px;
    }

    .sg-shed .sgsh-option-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

    .sg-shed .sgsh-pagehead {
        padding: 22px 0 14px;
    }

    .sg-shed .sgsh-h1 {
        font-size: 22px;
        letter-spacing: .08em;
        line-height: 1.5;
    }

    .sg-shed .sgsh-hero {
        margin-bottom: 28px;
    }

    .sg-shed .sgsh-hero-copy,
    .sg-shed .sgsh-hero-lead p:last-child {
        font-size: 12px;
        line-height: 1.9;
    }

    .sg-shed .sgsh-icons-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 12px;
    }

    .sg-shed .sgsh-icon-figure {
        width: 92px;
    }

    .sg-shed .sgsh-section {
        margin-bottom: 44px;
    }

    .sg-shed .sgsh-bar-title {
        font-size: 16px;
        padding: 12px 14px;
        margin-bottom: 26px;
    }

    .sg-shed .sgsh-point-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
    }

    .sg-shed .sgsh-point-title {
        font-size: 20px;
    }

    .sg-shed .sgsh-point-figure {
        width: 180px;
    }

    .sg-shed .sgsh-product {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .sg-shed .sgsh-product-image {
        max-width: 260px;
        margin: 0 auto;
    }

    .sg-shed .sgsh-product-link-wrap {
        grid-column: auto;
        text-align: left;
        margin-top: 0;
    }

    .sg-shed .sgsh-product-body h2 {
        font-size: 22px;
    }

    .sg-shed .sgsh-option-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .sg-shed .sgsh-scene-title,
    .sg-shed .sgsh-showroom-title {
        font-size: 22px;
    }

    .sg-shed .sgsh-scene-grid {
        grid-template-columns: 1fr;
        max-width: 340px;
    }

    .sg-shed .sgsh-showroom-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .sg-shed .sgsh-showroom-image {
        width: 220px;
    }
}