@charset "UTF-8";
:root {
    --storage-header-h-pc: 84px;
    --storage-header-h-sp: 60px;
    --storage-footer-h-sp: 60px;
    --storage-pc-content-w: 1200px;
    --storage-fade-duration: 0.75s;
    --storage-fade-ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --storage-card-h-narrow: 240px;
    /* iOS Chrome 等: JS が visualViewport から算出して html に上書き（詳細オープン時のみ） */
    --storage-vv-bottom-gap: 0px;
    /* SP・MV先頭時: storage.js が html に is-storage-sp-mv-active を付与し、ページトップ帯ぶん ADVISOR を下げる */
    --storage-mv-sp-advisor-nudge: 0px;
    /* SP・MV：ロゴをカード上の上下中央に合わせるためのJS補正 */
    --storage-mv-logo-offset: 0px;
}

@media only screen and (min-width: 769px) {
    #storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-fit-in-closet"] .storage-intro__detail-family-img-wrap,
    #storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-corridor"] .storage-intro__detail-family-img-wrap,
    #storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-futon-closet"] .storage-intro__detail-family-img-wrap,
    #storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-ugokuro-plus"] .storage-intro__detail-family-img-wrap,
    #storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-ugokuro-s"] .storage-intro__detail-family-img-wrap {
        margin-left: 0 !important;
        margin-top: clamp(-36px, -3.2vw, -16px) !important;
        margin-bottom: 0 !important;
        justify-content: flex-start !important;
        align-items: flex-end !important;
    }
    #storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-fit-in-closet"] .storage-intro__detail-family-img,
    #storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-corridor"] .storage-intro__detail-family-img,
    #storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-futon-closet"] .storage-intro__detail-family-img,
    #storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-ugokuro-plus"] .storage-intro__detail-family-img,
    #storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-ugokuro-s"] .storage-intro__detail-family-img {
        transform: translateX(0) !important;
        object-position: left bottom !important;
        display: block !important;
    }
}
@media only screen and (min-width: 769px) {
    .storage-intro__detail.is-open .storage-intro__detail-heading-copy {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading-copy > .storage-intro__detail-catch-body {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading-copy > .storage-intro__detail-catch-body > .storage-intro__detail-catch-copy > .storage-intro__detail-catch-text {
        position: relative !important;
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }
    .storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading-copy .storage-intro__detail-catch-body > .storage-intro__detail-catch-copy > .storage-intro__detail-catch-text > .storage-intro__detail-catch {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: var(--storage-detail-badge-w, 104px) !important;
        z-index: 2;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 0 !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading {
        --storage-detail-badge-w: 104px;
        --storage-detail-badge-top: 0;
        --storage-detail-badge-left: 0;
        --storage-detail-badge-transform: none;
        --storage-detail-badge-gap-below: 0.35em;
        --storage-detail-copy-fs: clamp(16px, 0.95rem + 3px, 20px);
    }
    .storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading-copy .storage-intro__detail-catch-body > .storage-intro__detail-catch-copy > .storage-intro__detail-catch-text {
        padding-left: 10% !important;
        padding-top: calc(var(--storage-detail-badge-w, 104px) * 20 / 118 + var(--storage-detail-badge-gap-below, 0.35em)) !important;
        box-sizing: border-box !important;
    }
    .storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading-copy .storage-intro__detail-catch-body > .storage-intro__detail-catch-copy > .storage-intro__detail-catch-text > .storage-intro__detail-catch > .storage-intro__detail-solved-badge:not(.storage-intro__detail-solved-badge--sp) {
        position: absolute !important;
        left: var(--storage-detail-badge-left, 0) !important;
        top: var(--storage-detail-badge-top, 0) !important;
        transform: var(--storage-detail-badge-transform, none) !important;
        margin: 0 !important;
        width: 100% !important;
        max-width: none !important;
    }

}
@media only screen and (min-width: 769px) {
    :root {
        --storage-detail-header-ease: cubic-bezier(0.33, 1, 0.68, 1);
        --storage-detail-header-dur: 0.44s;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading {
        transition: height var(--storage-detail-header-dur) var(--storage-detail-header-ease),
            min-height var(--storage-detail-header-dur) var(--storage-detail-header-ease),
            max-height var(--storage-detail-header-dur) var(--storage-detail-header-ease),
            padding var(--storage-detail-header-dur) var(--storage-detail-header-ease),
            gap var(--storage-detail-header-dur) var(--storage-detail-header-ease),
            align-items var(--storage-detail-header-dur) var(--storage-detail-header-ease);
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading-inner,
    .storage-intro__detail.is-open .storage-intro__detail-heading-copy {
        transition: padding var(--storage-detail-header-dur) var(--storage-detail-header-ease),
            gap var(--storage-detail-header-dur) var(--storage-detail-header-ease),
            width 0.4s var(--storage-detail-header-ease),
            height 0.4s var(--storage-detail-header-ease),
            flex 0.42s var(--storage-detail-header-ease),
            justify-content 0.4s var(--storage-detail-header-ease);
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading-left,
    .storage-intro__detail.is-open .storage-intro__detail-family-img-wrap,
    .storage-intro__detail.is-open .storage-intro__detail-family-img {
        transition: opacity 0.38s var(--storage-detail-header-ease),
            max-height 0.42s cubic-bezier(0.25, 0.46, 0.45, 0.94),
            transform 0.4s var(--storage-detail-header-ease),
            margin 0.38s ease,
            flex 0.42s ease,
            visibility 0s linear;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading .storage-intro__detail-family-text {
        transition: opacity 0.36s var(--storage-detail-header-ease),
            transform 0.38s var(--storage-detail-header-ease),
            visibility 0s linear;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading .storage-intro__detail-solved-badge:not(.storage-intro__detail-solved-badge--sp) {
        transition: opacity 0.32s var(--storage-detail-header-ease),
            transform 0.32s var(--storage-detail-header-ease),
            visibility 0s linear;
    }
    .storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading {
        --storage-detail-compact-badge-h: calc(var(--storage-detail-badge-w, 104px) * 36 / 118);
        --storage-compact-badge-overlap: 1.7em;
        --storage-compact-badge-nudge-left: -70px;
        min-height: 64px !important;
        height: auto !important;
        max-height: none !important;
        padding: 8px 20px 8px 20px !important;
        gap: 12px !important;
        align-items: center !important;
        overflow: visible !important;
    }
    .storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading-left {
        opacity: 0 !important;
        visibility: hidden !important;
        max-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        flex: 0 0 0 !important;
        min-width: 0 !important;
        pointer-events: none !important;
        transform: translateY(-6px) !important;
        transition: opacity 0.36s var(--storage-detail-header-ease),
            max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
            transform 0.4s var(--storage-detail-header-ease),
            visibility 0s linear 0.32s !important;
        align-self: center !important;
    }
    .storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-family-img-wrap,
    .storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-family-img {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }
    .storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading .storage-intro__detail-family-text {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: translateY(-4px) scale(0.98) !important;
        transition: opacity 0.34s var(--storage-detail-header-ease),
            transform 0.34s var(--storage-detail-header-ease),
            visibility 0s linear 0.28s !important;
    }
    .storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading-inner {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        align-self: center !important;
        gap: 0 !important;
        overflow: visible !important;
    }
    .storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading-copy {
        flex: 1 1 auto !important;
        max-width: none !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0.35em !important;
        padding-left: 0 !important;
    }
    .storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading-copy > .storage-intro__detail-catch-body {
        display: block !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
        width: 100% !important;
        text-align: center !important;
        margin-top: -1.8em;
    }
    .storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading-copy .storage-intro__detail-catch-body > .storage-intro__detail-catch-copy {
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
        min-width: 0 !important;
    }
    .storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading-copy .storage-intro__detail-catch-body > .storage-intro__detail-catch-copy > .storage-intro__detail-catch-text > .storage-intro__detail-catch {
        position: static !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        transform: none !important;
        margin: 0 !important;
        margin-bottom: calc(-1 * var(--storage-compact-badge-overlap, 0.68em)) !important;
        margin-left: var(--storage-compact-badge-nudge-left, -10px) !important;
        width: var(--storage-detail-badge-w, 104px) !important;
        max-width: none !important;
        z-index: 2 !important;
        pointer-events: none !important;
        flex: 0 0 auto !important;
        padding: 0 !important;
        line-height: 0 !important;
        transition: opacity 0.3s var(--storage-detail-header-ease),
            transform 0.3s var(--storage-detail-header-ease),
            visibility 0s linear !important;
    }
    .storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading-copy .storage-intro__detail-catch-body > .storage-intro__detail-catch-copy > .storage-intro__detail-catch-text > .storage-intro__detail-catch > .storage-intro__detail-solved-badge:not(.storage-intro__detail-solved-badge--sp) {
        position: static !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
    }
    .storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading-copy .storage-intro__detail-catch-body > .storage-intro__detail-catch-copy > .storage-intro__detail-catch-text {
        position: relative !important;
        display: inline-flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0 !important;
        flex: 0 1 auto !important;
        min-width: 0 !important;
        width: auto !important;
        max-width: 100% !important;
        padding-top: 0 !important;
        padding-left: 0 !important;
        box-sizing: border-box !important;
        text-align: left !important;
    }
    .storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading .storage-intro__detail-catch-text-inner,
    .storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading .storage-intro__detail-title,
    .storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading .storage-detail-heading-line {
        display: inline !important;
        width: auto !important;
        max-width: none !important;
        white-space: nowrap !important;
        line-height: 1.2 !important;
        margin: 0 !important;
        align-self: flex-start !important;
        text-align: left !important;
        position: relative !important;
        z-index: 1 !important;
    }
    .storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading .storage-intro__detail-catch-text-inner br,
    .storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading .storage-intro__detail-catch br,
    .storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading .storage-intro__detail-title br {
        display: none !important;
    }
    .storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading-left {
        opacity: 1;
        visibility: visible;
        max-height: 400px;
        transform: translateY(0);
        pointer-events: auto;
    }
}

@media only screen and (min-width: 769px) and (prefers-reduced-motion: reduce) {
    :root {
        --storage-detail-header-dur: 0.001s;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading,
    .storage-intro__detail.is-open .storage-intro__detail-heading-inner,
    .storage-intro__detail.is-open .storage-intro__detail-heading-copy,
    .storage-intro__detail.is-open .storage-intro__detail-heading-left,
    .storage-intro__detail.is-open .storage-intro__detail-family-img-wrap,
    .storage-intro__detail.is-open .storage-intro__detail-family-img,
    .storage-intro__detail.is-open .storage-intro__detail-heading .storage-intro__detail-family-text,
    .storage-intro__detail.is-open .storage-intro__detail-heading .storage-intro__detail-solved-badge:not(.storage-intro__detail-solved-badge--sp) {
        transition-duration: 0.001s !important;
        transition-delay: 0s !important;
    }
    .storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading-left,
    .storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading .storage-intro__detail-family-text,
    .storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-solved-badge:not(.storage-intro__detail-solved-badge--sp) {
        transition-duration: 0.001s !important;
        transition-delay: 0s !important;
    }
}

@media only screen and (min-width: 769px) {
    #storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-fit-in-closet"] .storage-intro__detail-family-img-wrap,
    #storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-corridor"] .storage-intro__detail-family-img-wrap {
        margin-left: 20px !important;
    }
    #storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-fit-in-closet"] .storage-intro__detail-family-img,
    #storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-corridor"] .storage-intro__detail-family-img {
        transform: translateX(0) !important;
    }
    #storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-futon-closet"] .storage-intro__detail-family-img-wrap {
        margin-left: 0px !important;
    }
    #storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-futon-closet"] .storage-intro__detail-family-img {
        transform: translateX(0px) !important;
    }
    #storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-ugokuro-plus"] .storage-intro__detail-family-img-wrap {
        margin-left: 0 !important;
    }
    #storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-ugokuro-plus"] .storage-intro__detail-family-img {
        transform: translateX(0px) !important;
    }
    #storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-ugokuro-s"] .storage-intro__detail-family-img-wrap {
        margin-left: 0 !important;
    }
    #storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-ugokuro-s"] .storage-intro__detail-family-img {
        transform: translateX(0) !important;
    }

}

@media only screen and (min-width: 1600px) {
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__grid-3x3 > .storage-intro__cards-scroll > a.storage-intro__card .storage-intro__cell-img-wrap,
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__cell--head-card .storage-intro__cell-img-wrap {
        overflow: visible !important;
        align-items: flex-end !important;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__grid-3x3 > .storage-intro__cards-scroll > a.storage-intro__card .storage-intro__cell-img-wrap picture,
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__cell--head-card .storage-intro__cell-img-wrap picture {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        width: 100%;
        height: 100%;
        max-height: 100%;
        box-sizing: border-box;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__grid-3x3 > .storage-intro__cards-scroll > a.storage-intro__card .storage-intro__cell-img-wrap img,
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__cell--head-card .storage-intro__cell-img-wrap img {
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: 100% !important;
        object-fit: contain !important;
        object-position: left bottom !important;
    }
}

@media only screen and (max-width: 768px) {
    #storage-intro-detail.storage-intro__detail.is-open .storage-intro__detail-heading-center {
        position: relative !important;
        padding-top: 30px !important;
    }
    #storage-intro-detail.storage-intro__detail.is-open .storage-intro__detail-heading-center-inner {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-top: 0 !important;
    }
    #storage-intro-detail.storage-intro__detail.is-open .storage-intro__detail-heading-center-inner .storage-intro__detail-solved-badge--sp {
        position: absolute !important;
        left: 10px !important;
        top: 6px !important;
        width: 82px !important;
        margin: 0 !important;
    }
}

@media only screen and (min-width: 769px) {
    #storage-intro-detail.storage-intro__detail.is-open .storage-intro__detail-body .storage-plan-detail__plan-images {
        gap: 10px;
    }
    #storage-intro-detail.storage-intro__detail.is-open .storage-intro__detail-body .storage-plan-detail__plan-images-link img {
        max-height: 540px;
    }
}
@media only screen and (max-width: 768px) {
    :root {
        --storage-sp-modal-edge: 10px;
        --storage-img-modal-pad-top: calc(env(safe-area-inset-top, 0px) + 20px);
        --storage-img-modal-pad-bottom: calc(env(safe-area-inset-bottom, 0px) + 48px);
        --storage-img-modal-inner-fudge: 12px;
    }
    html.is-ios {
        --storage-img-modal-pad-bottom: calc(env(safe-area-inset-bottom, 0px) + 48px);
    }
    .storage-pc-break {
        display: none;
    }
    /* 詳細本文・SP 画像モーダル内の Point：見出し本体の約半分の字サイズで1行目、本文は改行して続く */
    .storage-plan-detail__point-label {
        display: block;
        font-size: 0.5em;
        line-height: 1.35;
        margin-bottom: 0.2em;
        font-weight: inherit;
        color: inherit;
    }
    /* SP 画像モーダル内のみ Point をやや大きく（詳細本文は上記のまま） */
    #storage-intro-img-modal .storage-plan-detail__point-label {
        font-size: 0.68em;
        line-height: 1.28;
        margin-bottom: 0.12em;
    }
}
html.is-android {
    --storage-footer-h-sp: 88px;
}

@media only screen and (max-width: 768px) {
    html.is-storage-sp-mv-active {
        --storage-mv-sp-advisor-nudge: 36px;
    }
    html.is-storage-sp-mv-active body.is-storage-page .c-fixed-menu__pagetop {
        display: none !important;
    }
}

/* Android SP・縦に余裕があるとき: カードが上寄り＆MV下に次セクションが見えることがある → カードを下げ、MV を lvh で1画面分に近づける（iPhone は触らない） */
@media only screen and (max-width: 768px) and (min-height: 721px) {
    html.is-android #sec-mv.storage-section--mv {
        min-height: calc(100lvh - var(--storage-header-h-sp) - var(--storage-footer-h-sp) - env(safe-area-inset-bottom, 0px));
    }
    html.is-android #sec-mv.storage-section--mv .storage-mv__advisor {
        bottom: calc(var(--storage-footer-h-sp) + 8px - var(--storage-mv-sp-advisor-nudge, 0px) + env(safe-area-inset-bottom, 0px)) !important;
    }
}
.kaisei-harunoumi-regular {
    font-family: "Noto Sans JP", "Noto Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}
@media (min-width: 769px) {
    .sp_only {
        display: none !important;
    }
}
.storage-fade-in {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity var(--storage-fade-duration) var(--storage-fade-ease),
        transform var(--storage-fade-duration) var(--storage-fade-ease);
}
.storage-section.is-inview .storage-fade-in,
.is-storage-page .l-footer.is-inview .storage-fade-in {
    opacity: 1;
    transform: translateY(0);
}
.storage-fade-in--delay-1 {
    transition-delay: 0.08s;
}
.storage-fade-in--delay-2 {
    transition-delay: 0.16s;
}
.storage-fade-in--delay-3 {
    transition-delay: 0.24s;
}
.storage-fade-in--delay-4 {
    transition-delay: 0.32s;
}
.storage-fade-in--delay-5 {
    transition-delay: 0.4s;
}
.storage-fade-in--delay-6 {
    transition-delay: 0.48s;
}
.storage-fade-in--delay-7 {
    transition-delay: 0.56s;
}
.storage-fade-in--delay-8 {
    transition-delay: 0.64s;
}
@keyframes storage-reveal-after-close {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.995);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
body.storage-close-mask::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background-image: url("../images/storage/sec03_bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: 1;
    transform: scale(1) translateY(0);
    transform-origin: center center;
    transition:
        opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
body.storage-close-mask.storage-close-mask--fade-out::before {
    opacity: 0;
    transform: scale(1.12) translateY(-24px);
}
@keyframes storage-profile-float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}
.storage-intro__detail .storage-detail-fade-in {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.4s var(--storage-fade-ease), transform 0.4s var(--storage-fade-ease);
}
.storage-intro__detail.is-open .storage-detail-fade-in {
    opacity: 1;
    transform: translateY(0);
}
.storage-detail-fade-in--delay-1 {
    transition-delay: 0.06s;
}
.storage-detail-fade-in--delay-2 {
    transition-delay: 0.12s;
}
.storage-detail-fade-in--delay-3 {
    transition-delay: 0.18s;
}
.storage-detail-fade-in--delay-4 {
    transition-delay: 0.24s;
}
.storage-detail-fade-in--delay-5 {
    transition-delay: 0.3s;
}
.storage-detail-fade-in--delay-6 {
    transition-delay: 0.36s;
}
.storage-detail-fade-in--delay-7 {
    transition-delay: 0.42s;
}
.storage-detail-fade-in--delay-8 {
    transition-delay: 0.48s;
}
/* 詳細オープン時: 縦スクロール＋ピンチズーム（ブラウザ標準。SP でも PC でも同じ） */
html.storage-detail-open {
    overflow: hidden !important;
    height: 100%;
    touch-action: pan-y pinch-zoom;
}
html.storage-detail-open body {
    overflow: hidden !important;
    height: 100%;
    position: relative;
    touch-action: pan-y pinch-zoom;
}

/* 詳細オープン中: .c-fixed-menu の行高が 20vw 等で --storage-footer-h-sp より大きく、
   末尾の「お悩み一覧へ戻る」とタップ領域が競合しやすいため固定メニューを一時的に無効化 */
html.storage-detail-open .c-fixed-menu {
    pointer-events: none;
}

html.storage-detail-open .l-header {
    z-index: 9998;
}
html.storage-detail-open body.is-img-modal-open .storage-intro__img-modal {
    touch-action: pan-x pan-y pinch-zoom;
}
html.storage-detail-open body.is-img-modal-open .storage-intro__img-modal__inner {
    touch-action: pan-x pan-y pinch-zoom;
}
html.storage-detail-open body.is-img-modal-open .storage-intro__img-modal__scroll {
    touch-action: pan-x pan-y pinch-zoom;
    min-width: 0;
}
html.storage-detail-open .storage-intro__detail-body,
.storage-intro__detail.is-open .storage-intro__detail-body {
    touch-action: pan-y pinch-zoom;
    overscroll-behavior: contain;
}
html.storage-detail-open .storage-intro__detail-columns,
.storage-intro__detail.is-open .storage-intro__detail-columns {
    touch-action: pan-y pinch-zoom;
}

@media only screen and (min-width: 769px) {
    html.storage-detail-open #sec-intro.storage-section--intro.is-expanded.is-storage-detail-open {
        height: calc(100vh - var(--storage-header-h-pc));
        min-height: calc(100vh - var(--storage-header-h-pc));
        max-height: calc(100vh - var(--storage-header-h-pc));
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 768px) {
    html.storage-detail-open #sec-intro.storage-section--intro.is-expanded.is-storage-detail-open {
        height: calc(100vh - var(--storage-header-h-sp) - var(--storage-footer-h-sp) - var(--storage-vv-bottom-gap, 0px));
        min-height: calc(100vh - var(--storage-header-h-sp) - var(--storage-footer-h-sp) - var(--storage-vv-bottom-gap, 0px));
        max-height: calc(100vh - var(--storage-header-h-sp) - var(--storage-footer-h-sp) - var(--storage-vv-bottom-gap, 0px));
        height: calc(100dvh - var(--storage-header-h-sp) - var(--storage-footer-h-sp) - var(--storage-vv-bottom-gap, 0px));
        min-height: calc(100dvh - var(--storage-header-h-sp) - var(--storage-footer-h-sp) - var(--storage-vv-bottom-gap, 0px));
        max-height: calc(100dvh - var(--storage-header-h-sp) - var(--storage-footer-h-sp) - var(--storage-vv-bottom-gap, 0px));
        box-sizing: border-box;
    }
}
.is-storage-page .l-footer {
    min-height: calc(100vh - var(--storage-header-h-pc));
    box-sizing: border-box;
}

.storage-page {
    overflow-x: hidden;
    overflow-y: visible;
}
.storage-section {
    position: relative;
    min-height: calc(100vh - var(--storage-header-h-pc));
    height: auto;
    max-height: none;
    flex-shrink: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    overflow: visible;
}
@media only screen and (max-width: 1020px) {
    body.is-storage-page,
    body.is-storage-page main {
        min-width: 0 !important;
        max-width: 100vw !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    body.is-storage-page .l-article,
    body.is-storage-page main .l-article,
    body.is-storage-page .storage-section,
    body.is-storage-page section,
    body.is-storage-page .storage-page {
        min-width: 0 !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    body.is-storage-page .l-article,
    body.is-storage-page main article {
        overflow: visible !important;
    }
    body.is-storage-page .storage-page {
        width: 100% !important;
    }
    body.is-storage-page #sec-intro.storage-section--intro {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: visible !important;
    }
    body.is-storage-page .storage-section--intro .storage-intro__inner {
        max-width: 100% !important;
        min-width: 0 !important;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__inner>.storage-intro__columns {
        flex-shrink: 0;
        min-height: min-content;
    }
    #sec-intro.storage-section--intro .storage-intro__grid {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        flex-shrink: 0;
    }
    #sec-intro.storage-section--intro .storage-intro__grid .storage-intro__card--family {
        width: 100%;
        max-width: 100%;
        height: var(--storage-card-h-narrow);
        min-height: var(--storage-card-h-narrow);
        flex: 0 0 var(--storage-card-h-narrow);
    }
    #sec-intro.storage-section--intro .storage-intro__grid .storage-intro__card--family .storage-intro__card-family-inner,
    #sec-intro.storage-section--intro .storage-intro__left .storage-intro__grid .storage-intro__card--family .storage-intro__card-family-inner {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        height: var(--storage-card-h-narrow);
        min-height: var(--storage-card-h-narrow);
    }
}

@media only screen and (max-width: 768px) {
    body.is-storage-page,
    body.is-storage-page main {
        min-width: 0 !important;
        max-width: 100vw !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    body.is-storage-page .l-article,
    body.is-storage-page main .l-article,
    body.is-storage-page .storage-section,
    body.is-storage-page section,
    body.is-storage-page .storage-page {
        min-width: 0 !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    body.is-storage-page .l-article,
    body.is-storage-page main article {
        overflow: visible !important;
    }
    body.is-storage-page .storage-page {
        width: 100% !important;
    }
    body.is-storage-page #sec-intro.storage-section--intro {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: visible !important;
    }
    body.is-storage-page .storage-section--intro .storage-intro__inner {
        max-width: 100% !important;
    }
    /* #sec-mv は詳細度の高いルールで別指定（:not(#sec-intro) だけだと .storage-section--mv より強く 100vh が当たり svh が効かない） */
    .storage-section:not(#sec-intro):not(#sec-mv) {
        min-height: calc(100vh - var(--storage-header-h-sp) - var(--storage-footer-h-sp));
        height: auto;
        max-height: none;
    }
    /* MV：vh は iOS で実表示より大きい → svh / dvh + safe-area（上書きは下から順に有効なものが採用） */
    #sec-mv.storage-section--mv {
        min-height: calc(100vh - var(--storage-header-h-sp) - var(--storage-footer-h-sp));
        min-height: calc(100svh - var(--storage-header-h-sp) - var(--storage-footer-h-sp) - env(safe-area-inset-bottom, 0px));
        min-height: calc(100dvh - var(--storage-header-h-sp) - var(--storage-footer-h-sp) - env(safe-area-inset-bottom, 0px));
        height: auto;
        max-height: none;
    }
    body.is-storage-page #sec-intro.storage-section--intro:not(.is-expanded) {
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
        overflow: visible;
    }
    body.is-storage-page #sec-intro.storage-section--intro:not(.is-expanded)>.storage-intro__inner {
        flex: 0 0 auto !important;
        align-self: flex-start !important;
        max-height: none !important;
    }
    .storage-section--intro .storage-intro__inner {
        padding-bottom: calc(var(--storage-footer-h-sp) + 32px);
    }
    .storage-section--intro.is-expanded {
        height: calc(100vh - var(--storage-header-h-sp) - var(--storage-footer-h-sp));
        min-height: 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }
    .storage-section--intro.is-expanded .storage-intro__inner {
        flex: 1;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        padding: 0;
    }
    .storage-section--intro.is-expanded .storage-intro__grid {
        flex-shrink: 0;
        grid-template-rows: auto auto;
    }
    .storage-section--intro.is-expanded .storage-intro__card--active {
        top: var(--storage-header-h-sp);
    }
    .storage-intro__detail.is-open {
        top: calc(var(--storage-header-h-sp) + var(--storage-sp-modal-edge, 8px) + env(safe-area-inset-top, 0px)) !important;
        left: max(10px, env(safe-area-inset-left, 0px)) !important;
        right: max(10px, env(safe-area-inset-right, 0px)) !important;
        bottom: calc(var(--storage-footer-h-sp) + var(--storage-sp-modal-edge, 8px) + env(safe-area-inset-bottom, 0px) + var(--storage-vv-bottom-gap, 0px)) !important;
        width: auto !important;
        min-height: 0;
        margin: 0 !important;
        padding: 4px 8px 6px !important;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        border-radius: 8px;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
    }
    .storage-intro__detail.is-open .storage-intro__detail-close-sp {
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9999;
        width: 40px;
        height: 40px;
        margin: 0;
        padding: 0;
        border: 1px solid rgba(0, 0, 0, 0.08);
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
        color: #333;
        font-family: "Noto Sans JP", "Noto Sans", sans-serif;
        font-size: 26px;
        font-weight: 400;
        line-height: 1;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }
    .storage-intro__detail.is-open .storage-intro__detail-close-sp:focus-visible {
        outline: 2px solid #7a6848;
        outline-offset: 2px;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading {
        padding-right: 52px;
    }
    .storage-intro__detail.is-open .storage-intro__detail-columns {
        flex: 1 1 0%;
        min-height: 0;
        height: 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }
    .storage-intro__detail-left {
        display: none !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-left .storage-intro__detail-left-inner {
        width: 100%;
        height: 100%;
        min-height: 0;
    }
    .storage-intro__detail.is-open .storage-intro__detail-right {
        flex: 1 1 0%;
        min-height: 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-self: stretch;
    }
    .storage-intro__detail.is-open .storage-intro__detail-body {
        flex: 1 1 0%;
        min-height: 0;
        height: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: calc(var(--storage-footer-h-sp) + 88px + env(safe-area-inset-bottom, 0px) + var(--storage-vv-bottom-gap, 0px));
        scroll-padding-bottom: calc(var(--storage-footer-h-sp) + 88px + env(safe-area-inset-bottom, 0px) + var(--storage-vv-bottom-gap, 0px));
    }
    /*
      低い画面高さだと詳細下部の「お悩み一覧へ戻る」が
      追従UI/ブラウザUI付近に寄ってタップしづらくなるため、
      スクロール末尾の逃げを増やして常に押せる位置まで上げられるようにする。
    */
    @media (max-height: 820px) {
        .storage-intro__detail.is-open .storage-intro__detail-body {
            padding-bottom: calc(var(--storage-footer-h-sp) + 96px + env(safe-area-inset-bottom, 0px) + var(--storage-vv-bottom-gap, 0px));
            scroll-padding-bottom: calc(var(--storage-footer-h-sp) + 96px + env(safe-area-inset-bottom, 0px) + var(--storage-vv-bottom-gap, 0px));
        }
        .storage-intro__detail.is-open .storage-plan-detail__block--cta-only {
            padding-bottom: 16px;
        }
    }
    .storage-intro__detail-body .storage-intro__detail-sp-rows {
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding: 0 10px !important;
    }
    .storage-intro__detail-body .storage-intro__detail-sp-row {
        display: flex;
        flex-direction: column;
        gap: 12px;
        min-height: 0;
    }
    .storage-intro__detail-body .storage-intro__detail-sp-row--modal-only .storage-intro__detail-sp-row-body {
        display: none !important;
    }
    .storage-intro__detail-body .storage-intro__detail-sp-row-head {
        width: 100%;
        min-width: 0;
        flex-shrink: 0;
    }
    .storage-intro__detail-body .storage-intro__detail-sp-row-head .storage-plan-detail__block-ttl {
        margin-top: 0;
        margin-bottom: 8px;
    }
    .storage-intro__detail-body .storage-intro__detail-sp-row-madori {
        width: 100%;
        min-width: 0;
        flex-shrink: 0;
    }
    .storage-intro__detail-body .storage-intro__detail-sp-row-madori .storage-plan-detail__block-visual {
        width: 100%;
        max-width: 100%;
    }
    .storage-intro__detail-body .storage-intro__detail-sp-row-madori .storage-plan-detail__block-visual--scroll .madori__list .madori {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .storage-intro__detail-body .storage-intro__detail-sp-row-madori .storage-plan-detail__block-visual--scroll-paired .madori_slide-pair {
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: nowrap;
        gap: 12px;
    }
    .storage-intro__detail-body .storage-intro__detail-sp-row-madori .storage-plan-detail__block-visual--scroll-paired .madori__list .madori .madori_slide-pair .madori_main {
        flex: 0 0 calc(50% - 6px);
        max-width: calc(50% - 6px);
        width: calc(50% - 6px);
        min-height: 0;
        max-height: none;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .storage-intro__detail-body .storage-intro__detail-sp-row-madori .storage-plan-detail__block-visual--scroll-paired .madori_slide-txt-wrap {
        flex: 1 1 0;
        min-width: 0;
        max-width: none;
        width: auto;
        padding: 0;
    }
    .storage-intro__detail-body .storage-intro__detail-sp-row-madori .storage-plan-detail__block-visual--scroll-paired .madori_slide-txt-wrap .storage-plan-detail__block-txt {
        margin-top: 0;
        font-size: 1.3rem;
        line-height: 1.9;
    }
    .storage-intro__detail-body .storage-intro__detail-sp-row-madori .storage-plan-detail__block-visual--scroll-paired .madori_slide-txt-wrap .storage-plan-detail__block-slide-ttl {
        font-size: 1.38rem;
        line-height: 1.45;
    }
    .storage-intro__detail-body .storage-intro__detail-sp-row-madori .storage-plan-detail__block-visual--scroll-paired .madori_main img {
        max-height: none;
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .storage-intro__detail-body .storage-intro__detail-sp-row-madori .storage-plan-detail__block-visual--scroll.storage-plan-detail__block-visual--scroll-paired .madori__list .madori .madori_main img {
        height: auto;
        object-position: center top;
    }
    /* SP: タブ直下の間取りエリア — PC 左カラムの madori_detail をタップ用サムネの左に横並び */
    .storage-intro__detail-body .storage-intro__detail-sp-row--modal-only .storage-intro__detail-sp-row-trigger-strip {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }
    .storage-intro__detail-body .storage-intro__detail-sp-row--modal-only .storage-intro__detail-sp-row-trigger-strip .storage-intro__detail-sp-madori-static {
        flex: 0 0 32%;
        max-width: 32%;
        min-width: 0;
        align-self: flex-start;
    }
    .storage-intro__detail-body .storage-intro__detail-sp-row--modal-only .storage-intro__detail-sp-row-trigger-strip .storage-intro__detail-sp-madori-static-img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }
    .storage-intro__detail-body .storage-intro__detail-sp-row--modal-only .storage-intro__detail-sp-row-trigger-wrap {
        flex: 1 1 0;
        min-width: 0;
        align-self: stretch;
    }
    .storage-intro__detail-body .storage-intro__detail-sp-row--modal-only .storage-intro__detail-sp-row-trigger-strip .storage-intro__detail-sp-row-trigger {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .storage-intro__detail-body .storage-intro__detail-sp-row--modal-only .storage-intro__detail-sp-row-trigger {
        display: block;
        width: 65%;
        margin: auto;
        cursor: pointer;
        border-radius: 4px;
        overflow: hidden;
        position: relative;
    }
    /* Point 枠でタップ領域を限定する行は、画像全体に指カーソルを付けない */
    .storage-intro__detail-body .storage-intro__detail-sp-row--modal-only .storage-intro__detail-sp-row-trigger:has(.storage-intro__detail-sp-focus-point) {
        cursor: default;
    }
    .storage-intro__detail-body .storage-intro__detail-sp-row--modal-only .storage-intro__detail-sp-row-trigger-img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: contain;
        vertical-align: top;
    }
    /* 家具レイアウト間取りタブ時：Point なし・上段と重複しやすいため下段サムネのタップ無効 */
    .storage-intro__detail-body .storage-intro__detail-sp-row--modal-only[data-sp-detail-sub="1"] .storage-intro__detail-sp-row-trigger {
        cursor: default;
        pointer-events: none;
    }
    .storage-intro__detail-body .storage-intro__detail-sp-row--modal-only .storage-intro__detail-sp-tabs {
        display: flex;
        gap: 8px;
        margin-top: 0;
        width: 100%;
    }
    .storage-intro__detail-body .storage-intro__detail-sp-row--modal-only .storage-intro__detail-sp-tabs[aria-hidden="true"] {
        display: none;
    }
    .storage-intro__detail-body .storage-intro__detail-sp-row--modal-only .storage-intro__detail-sp-tab {
        flex: 1 1 calc(50% - 4px);
        max-width: calc(50% - 4px);
        min-height: 42px;
        font-size: clamp(1.2rem, 2.8vw, 1.45rem);
        line-height: 1.35;
        white-space: normal;
        padding: 10px 8px;
    }
    .storage-intro__detail-body .storage-intro__detail-sp-row--modal-only .storage-intro__detail-sp-row-tap-hint {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 12px 24px;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        font-size: 1.55rem;
        font-weight: 700;
        letter-spacing: 0.06em;
        line-height: 1.3;
        border-radius: 28px;
        white-space: nowrap;
        pointer-events: none;
        animation: storage-tap-hint-blink 1.6s ease-in-out infinite;
    }
    .storage-intro__detail-body .storage-intro__detail-sp-row--modal-only .storage-intro__detail-sp-focus-points {
        position: absolute;
        inset: 0;
        display: block;
        z-index: 2;
        pointer-events: none;
    }
    .storage-intro__detail-body .storage-intro__detail-sp-row--modal-only .storage-intro__detail-sp-focus-point {
        appearance: none;
        -webkit-appearance: none;
        box-sizing: border-box;
        border: 3px solid var(--storage-focus-accent, #a01d21);
        position: absolute;
        background: transparent;
        color: inherit;
        font-size: 1rem;
        font-weight: 400;
        cursor: pointer;
        display: block;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
        overflow: visible;
        pointer-events: auto;
        transition: border-color 0.25s ease, filter 0.2s ease;
    }
    .storage-intro__detail-body .storage-intro__detail-sp-row--modal-only .storage-intro__detail-sp-focus-point:active {
        background: transparent;
        border-color: var(--storage-focus-accent, #a01d21);
        filter: brightness(1.12);
    }
    .storage-intro__detail-body .storage-intro__detail-sp-row--modal-only .storage-intro__detail-sp-focus-point-badge {
        position: absolute;
        left: 50%;
        bottom: 100%;
        transform: translate(-50%, 0);
        margin-bottom: 5px;
        z-index: 2;
        pointer-events: auto;
        cursor: pointer;
        box-sizing: border-box;
        width: max-content;
        max-width: none;
        min-height: 20px;
        height: auto;
        border-radius: 999px;
        border: 2px solid #a01d21;
        background: #a01d21;
        color: #fff;
        overflow: hidden;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 3px;
        text-align: center;
        padding: 2px 6px 2px 5px;
        font-size: 10px;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: 0.02em;
        white-space: nowrap;
        font-variant-numeric: tabular-nums;
        text-shadow: none;
    }
    .storage-intro__detail-body .storage-intro__detail-sp-row--modal-only .storage-intro__detail-sp-focus-point-badge .storage-intro__detail-focus-point-badge-ico {
        font-size: 13px;
    }
    /* sec-plan-corridor: 左に出すバッジが切れないようトリガー枠のはみ出しを許可 */
    #storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-corridor"] .storage-intro__detail-body .storage-intro__detail-sp-row--modal-only .storage-intro__detail-sp-row-trigger {
        overflow: visible;
    }
    /* sec-plan-corridor: Point01・02 のバッジを枠の左外（縦中央）へ（Point03 は従来どおり上中央） */
    #storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-corridor"] .storage-intro__detail-body .storage-intro__detail-sp-row--modal-only .storage-intro__detail-sp-focus-point[data-sp-focus-index="0"] .storage-intro__detail-sp-focus-point-badge,
    #storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-corridor"] .storage-intro__detail-body .storage-intro__detail-sp-row--modal-only .storage-intro__detail-sp-focus-point[data-sp-focus-index="1"] .storage-intro__detail-sp-focus-point-badge {
        left: auto;
        right: 100%;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        margin-bottom: 0;
        margin-right: 6px;
    }
    /* sec-plan-fit-in-closet: Point02 のバッジを枠の左外（縦中央）へ */
    #storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-fit-in-closet"] .storage-intro__detail-body .storage-intro__detail-sp-row--modal-only .storage-intro__detail-sp-row-trigger {
        overflow: visible;
    }
    #storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-fit-in-closet"] .storage-intro__detail-body .storage-intro__detail-sp-row--modal-only .storage-intro__detail-sp-focus-point[data-sp-focus-index="1"] .storage-intro__detail-sp-focus-point-badge {
        left: auto;
        right: 100%;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        margin-bottom: 0;
        margin-right: 6px;
    }
    /* sec-plan-futon-closet: Point01・Point03 は枠の左外（Point02 は枠の上・デフォルト） */
    #storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-futon-closet"] .storage-intro__detail-body .storage-intro__detail-sp-row--modal-only .storage-intro__detail-sp-row-trigger {
        overflow: visible;
    }
    #storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-futon-closet"] .storage-intro__detail-body .storage-intro__detail-sp-row--modal-only .storage-intro__detail-sp-focus-point[data-sp-focus-index="0"] .storage-intro__detail-sp-focus-point-badge,
    #storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-futon-closet"] .storage-intro__detail-body .storage-intro__detail-sp-row--modal-only .storage-intro__detail-sp-focus-point[data-sp-focus-index="2"] .storage-intro__detail-sp-focus-point-badge {
        left: auto;
        right: 100%;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        margin-bottom: 0;
        margin-right: 6px;
    }
    @keyframes storage-tap-hint-blink {
        0%, 100% {
            opacity: 1;
        }
        50% {
            opacity: 0.35;
        }
    }
    .storage-intro__detail-body .storage-plan-detail__block--sp-two-col .storage-plan-detail__block-inner {
        flex-direction: row;
        min-height: 0;
    }
    .storage-intro__detail-body .storage-plan-detail__block--sp-two-col .storage-plan-detail__block-inner--reverse {
        flex-direction: row-reverse;
    }
    .storage-intro__detail-body .storage-plan-detail__block--sp-two-col .storage-plan-detail__block-visual {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .storage-intro__detail-body .storage-plan-detail__block--sp-two-col .storage-plan-detail__block-inner .storage-plan-detail__block-txt,
    .storage-intro__detail-body .storage-plan-detail__block--sp-two-col .storage-plan-detail__block-inner .storage-plan-detail__block-txt-wrap {
        flex: 0 0 50%;
        min-width: 0;
        max-width: 50%;
    }
    .storage-intro__img-modal__scroll {
        flex: 1;
        min-width: 0;
        min-height: 0;
        overflow-x: auto;
        overflow-y: hidden;
        touch-action: pan-x pan-y pinch-zoom;
        display: flex;
        flex-direction: row;
        gap: 12px;
        align-items: stretch;
        padding: 4px 0;
        -webkit-overflow-scrolling: touch;
    }
    .storage-intro__img-modal__scroll--multi {
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        touch-action: pan-x pan-y pinch-zoom;
        scroll-snap-type: x mandatory;
        scroll-snap-stop: normal;
        scroll-behavior: auto;
        overscroll-behavior-x: contain;
        gap: 0;
        padding: 4px 8px;
        align-items: stretch;
        align-content: stretch;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
    }
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block {
        flex-shrink: 0;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        scroll-snap-align: start;
        box-sizing: border-box;
        max-height: none !important;
        min-height: 100%;
        align-self: stretch;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        padding: 12px;
        gap: 10px;
        background: #fff;
        border-radius: 8px;
        -webkit-overflow-scrolling: touch;
    }
    .storage-intro__img-modal__scroll--multi.is-single-panel>.storage-plan-detail__block {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }
    .storage-intro__img-modal__scroll--multi:not(.is-single-panel)>.storage-plan-detail__block,
    .storage-intro__img-modal__scroll--sp-stack:not(.is-single-panel)>.storage-plan-detail__block {
        width: calc(100% - 36px) !important;
        min-width: calc(100% - 36px) !important;
        max-width: calc(100% - 36px) !important;
    }
    .storage-intro__img-modal__scroll--multi:not(.is-single-panel) {
        padding: 4px 0 4px 8px;
        box-sizing: border-box;
    }
    .storage-intro__img-modal__scroll--sp-stack:not(.is-single-panel) {
        padding: 8px 0 8px 12px;
        box-sizing: border-box;
    }
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block .storage-plan-detail__block-ttl {
        margin: 0 0 8px;
        font-size: 1.65rem;
        line-height: 1.22;
        flex-shrink: 0;
    }
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block .storage-plan-detail__block-inner {
        display: flex;
        flex-direction: column;
        gap: 8px;
        min-height: 0;
        flex: 1;
    }
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block .storage-plan-detail__block-visual,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block .storage-plan-detail__block-txt-wrap {
        flex-shrink: 0;
    }
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block .storage-plan-detail__block-visual img {
        width: 100%;
        height: auto;
        display: block;
    }
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block .storage-plan-detail__block-txt {
        margin: 0;
        font-size: 1.35rem;
        line-height: 1.6;
    }
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(2) .storage-plan-detail__block-inner,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(3) .storage-plan-detail__block-inner,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(4) .storage-plan-detail__block-inner {
        width: 100% !important;
        max-width: 100% !important;
        flex-direction: column !important;
    }
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(2) .storage-plan-detail__block-inner {
        flex-direction: column-reverse !important;
    }
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(2) .storage-plan-detail__block-visual,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(2) .storage-plan-detail__block-txt-wrap,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(3) .storage-plan-detail__block-visual,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(3) .storage-plan-detail__block-txt-wrap,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(4) .storage-plan-detail__block-visual,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(4) .storage-plan-detail__block-txt-wrap {
        width: 100% !important;
        max-width: 100% !important;
    }
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(2) .storage-plan-detail__block-inner .storage-plan-detail__block-inner,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(3) .storage-plan-detail__block-inner .storage-plan-detail__block-inner,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(4) .storage-plan-detail__block-inner .storage-plan-detail__block-inner {
        width: 100% !important;
        max-width: 100% !important;
        flex-direction: column !important;
    }
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(2) .storage-plan-detail__block-inner .storage-plan-detail__block-visual,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(2) .storage-plan-detail__block-inner .storage-plan-detail__block-txt-wrap,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(3) .storage-plan-detail__block-inner .storage-plan-detail__block-visual,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(3) .storage-plan-detail__block-inner .storage-plan-detail__block-txt-wrap,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(4) .storage-plan-detail__block-inner .storage-plan-detail__block-visual,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(4) .storage-plan-detail__block-inner .storage-plan-detail__block-txt-wrap {
        width: 100% !important;
        max-width: 100% !important;
    }
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(2) .storage-plan-detail__block-inner {
        flex: 0 0 auto !important;
    }
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(2) .storage-plan-detail__block-inner .storage-plan-detail__block-inner,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(3) .storage-plan-detail__block-inner .storage-plan-detail__block-inner,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(4) .storage-plan-detail__block-inner .storage-plan-detail__block-inner {
        flex: 0 0 auto !important;
    }
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(3) .storage-plan-detail__block-inner,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(4) .storage-plan-detail__block-inner {
        flex: 1 1 auto !important;
        min-height: 0 !important;
    }
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(3) .storage-plan-detail__block-inner .storage-plan-detail__block-inner--woman-right,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(4) .storage-plan-detail__block-inner .storage-plan-detail__block-inner--woman-right {
        flex: 1 1 auto !important;
        min-height: 0 !important;
        display: flex !important;
        flex-direction: column !important;
    }
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(3) .storage-plan-detail__block-inner .storage-plan-detail__block-txt-wrap--woman-right,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(4) .storage-plan-detail__block-inner .storage-plan-detail__block-txt-wrap--woman-right {
        flex: 1 1 auto !important;
        min-height: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(3) .storage-plan-detail__block-inner .storage-plan-detail__block-txt-wrap-woman,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(4) .storage-plan-detail__block-inner .storage-plan-detail__block-txt-wrap-woman {
        margin-top: auto !important;
    }
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(2) .storage-plan-detail__block-txt-wrap,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(2) .storage-plan-detail__block-inner .storage-plan-detail__block-txt-wrap,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(3) .storage-plan-detail__block-txt-wrap,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(4) .storage-plan-detail__block-txt-wrap,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(3) .storage-plan-detail__block-inner .storage-plan-detail__block-txt-wrap,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(4) .storage-plan-detail__block-inner .storage-plan-detail__block-txt-wrap {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(2) .storage-plan-detail__block-txt,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(3) .storage-plan-detail__block-txt,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(4) .storage-plan-detail__block-txt {
        margin-bottom: 0 !important;
    }
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(5) .storage-plan-detail__block-inner,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(5) .storage-plan-detail__block-inner .storage-plan-detail__block-inner--double,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(5) .storage-plan-detail__block-inner .storage-plan-detail__block-inner--woman-right {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        flex-direction: column !important;
        flex: 0 0 auto !important;
        box-sizing: border-box !important;
    }
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(5) .storage-plan-detail__block-inner {
        flex: 0 0 auto !important;
    }
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(5) .storage-plan-detail__block-visual,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(5) .storage-plan-detail__block-txt-wrap,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(5) .storage-plan-detail__block-inner .storage-plan-detail__block-visual,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(5) .storage-plan-detail__block-inner .storage-plan-detail__block-txt-wrap,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(5) .storage-plan-detail__block-inner .storage-plan-detail__block-txt-wrap--woman-right {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        flex: 0 0 auto !important;
        box-sizing: border-box !important;
    }
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(5) .storage-plan-detail__block-visual img,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block:nth-child(5) .storage-plan-detail__block-inner .storage-plan-detail__block-visual img {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        box-sizing: border-box !important;
    }
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block--plan-images .storage-plan-detail__plan-images {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1 1 auto;
        min-height: 0;
        width: 100%;
    }
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block--plan-images .storage-plan-detail__plan-images-link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block--plan-images .storage-plan-detail__plan-images-link img {
        width: 100%;
        height: auto;
        max-height: min(78vh, 720px);
        max-height: min(78dvh, 720px);
        object-fit: contain;
    }
    .storage-intro__img-modal__scroll--sp-stack {
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        touch-action: pan-x pan-y pinch-zoom;
        scroll-snap-type: x mandatory;
        scroll-snap-stop: normal;
        scroll-behavior: auto;
        overscroll-behavior-x: contain;
        align-items: stretch;
        align-content: stretch;
        gap: 0;
        padding: 8px 12px;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
    }
    .storage-intro__img-modal__scroll--sp-stack>.storage-plan-detail__block {
        flex-shrink: 0;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        scroll-snap-align: start;
        max-height: none !important;
        min-height: 100%;
        align-self: stretch;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        padding: 15px 25px;
        gap: 10px;
        background: #fff;
        border-radius: 8px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .storage-intro__img-modal__scroll--sp-stack.is-single-panel>.storage-plan-detail__block {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block,
    .storage-intro__img-modal__scroll--sp-stack>.storage-plan-detail__block,
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block *,
    .storage-intro__img-modal__scroll--sp-stack>.storage-plan-detail__block * {
        touch-action: pan-x pan-y pinch-zoom;
    }
    .storage-intro__img-modal__scroll--sp-stack>.storage-plan-detail__block .storage-plan-detail__block-ttl {
        margin: 0 0 8px;
        font-size: 1.65rem;
        line-height: 1.22;
        flex-shrink: 0;
    }
    .storage-intro__img-modal__scroll--sp-stack>.storage-plan-detail__block .storage-plan-detail__block-txt {
        font-size: 1.5rem;
        line-height: 1.6;
    }
    .storage-intro__img-modal__scroll--sp-stack .storage-plan-detail__block-inner {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        width: 100% !important;
        min-width: 0 !important;
        flex: 0 0 auto !important;
    }
    .storage-intro__img-modal__scroll--sp-stack .storage-plan-detail__block-inner--reverse {
        flex-direction: column !important;
    }
    .storage-intro__img-modal__scroll--sp-stack .storage-plan-detail__block-inner--double {
        flex-direction: column !important;
    }
    .storage-intro__img-modal__scroll--sp-stack .storage-plan-detail__block-inner--double>.storage-plan-detail__block-inner--woman-right {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        flex: 0 0 auto !important;
    }
    .storage-intro__img-modal__scroll--sp-stack .storage-plan-detail__block-visual {
        order: -1;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 auto !important;
    }
    .storage-intro__img-modal__scroll--sp-stack .storage-plan-detail__block-txt-wrap {
        order: 0;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 auto !important;
    }
    .storage-intro__img-modal__scroll--sp-stack .storage-plan-detail__block-visual img {
        width: 100%;
        height: auto;
        display: block;
    }
    .storage-intro__img-modal__scroll--multi .storage-plan-detail__block-visual img,
    .storage-intro__img-modal__scroll--sp-stack .storage-plan-detail__block-visual img,
    .storage-intro__img-modal__section--2 .storage-plan-detail__block-visual img,
    .storage-intro__img-modal__section--3 .storage-plan-detail__block-visual img,
    .storage-intro__img-modal__section--4 .storage-plan-detail__block-visual img {
        width: 75% !important;
        max-width: 75% !important;
        margin-left: auto;
        margin-right: auto;
    }
    .storage-intro__img-modal__scroll--sp-stack .storage-plan-detail__block--plan-images .storage-plan-detail__plan-images {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        width: 100%;
    }
    .storage-intro__img-modal__scroll--sp-stack .storage-plan-detail__block--plan-images .storage-plan-detail__plan-images-link {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .storage-intro__img-modal__scroll--sp-stack .storage-plan-detail__block--plan-images .storage-plan-detail__plan-images-link img {
        width: 100%;
        height: auto;
        max-height: min(72vh, 640px);
        max-height: min(72dvh, 640px);
        object-fit: contain;
    }
    .storage-intro__img-modal__scroll--multi>.storage-plan-detail__block--cta-only:last-child {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-self: center;
        padding-top: 28px;
        padding-bottom: 28px;
    }
    .storage-intro__img-modal__scroll--sp-single {
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        touch-action: pan-x pan-y pinch-zoom;
        gap: 0;
        padding: 0;
        align-items: stretch;
        -webkit-overflow-scrolling: touch;
    }
    .storage-intro__img-modal__scroll--sp-single .storage-intro__img-modal__sp-img {
        display: block;
        width: 70%;
        max-width: 70%;
        height: auto;
        max-height: min(70vh, calc(100dvh - 24px));
        object-fit: contain;
        object-position: center top;
        margin-left: auto;
        margin-right: auto;
        flex-shrink: 0;
        touch-action: pan-x pan-y pinch-zoom;
    }
    .storage-intro__img-modal__head {
        flex-shrink: 0;
        min-width: 200px;
        max-width: 75vw;
        max-height: 100%;
        min-height: 0;
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    .storage-intro__img-modal__head-body {
        flex: 1;
        min-height: 0;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .storage-intro__img-modal__scroll>.storage-plan-detail__block-inner {
        flex-shrink: 0;
        min-width: 200px;
        max-width: 75vw;
        max-height: 100%;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
    }
    .storage-intro__img-modal__section {
        flex-shrink: 0;
        width: 80vw;
        min-width: 80vw;
        max-width: 80vw;
        max-height: 100%;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        padding: 0 4px;
        box-sizing: border-box;
    }
    .storage-intro__img-modal__section--1 {
        justify-content: center;
    }
    .storage-intro__img-modal__section--1 .storage-plan-detail__block-catch {
        margin: 0;
        font-size: clamp(1.4rem, 3.4vw, 1.55rem);
        line-height: 1.5;
    }
    .storage-intro__img-modal__section--2 .storage-plan-detail__block-ttl {
        margin: 0 0 8px;
        font-size: clamp(1.3rem, 2.85vw, 1.45rem);
        line-height: 1.22;
    }
    .storage-intro__img-modal__section--2 .storage-plan-detail__block-inner {
        flex: 1;
        min-height: 0;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .storage-intro__img-modal__section--2 .storage-plan-detail__block-visual {
        width: 60%;
        max-width: 60%;
        margin: 0 auto;
        flex-shrink: 0;
    }
    .storage-intro__img-modal__section--2 .storage-plan-detail__block-visual img {
        width: 100%;
        height: auto;
        display: block;
    }
    .storage-intro__img-modal__section--2 .storage-plan-detail__block-txt-wrap,
    .storage-intro__img-modal__section--2 .storage-plan-detail__block-txt {
        margin: 0;
        font-size: clamp(1.1rem, 2.35vw, 1.2rem);
    }
    .storage-intro__img-modal__section--3,
    .storage-intro__img-modal__section--4 {
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .storage-intro__img-modal__section--3 .storage-plan-detail__block-inner,
    .storage-intro__img-modal__section--4 .storage-plan-detail__block-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8px;
        max-width: 100%;
    }
    .storage-intro__img-modal__section--3 .storage-plan-detail__block-txt,
    .storage-intro__img-modal__section--4 .storage-plan-detail__block-txt {
        margin: 0;
        font-size: clamp(1.1rem, 2.35vw, 1.2rem);
    }
    .storage-intro__img-modal__section--3 .storage-plan-detail__block-visual,
    .storage-intro__img-modal__section--4 .storage-plan-detail__block-visual {
        max-width: 100%;
    }
    .storage-intro__img-modal__section--3 .storage-plan-detail__block-visual img,
    .storage-intro__img-modal__section--4 .storage-plan-detail__block-visual img {
        width: 100%;
        height: auto;
        display: block;
    }
    .storage-section--mv .storage-mv__bg {
        background-position: center bottom;
    }
    .storage-section--mv.is-inview .storage-mv__content.storage-fade-in {
        transform: translateY(calc(-11vh + var(--storage-mv-logo-offset, 0px)));
    }
    .storage-section--intro .storage-intro__img-wrap {
        display: none;
    }
    .storage-section--mv .scroll-hint {
        bottom: calc(var(--storage-footer-h-sp) + 10px);
    }
    .storage-mv__advisor {
        left: 5%;
        right: 5%;
        width: auto;
        max-width: none;
        bottom: calc(var(--storage-footer-h-sp) + 28px - var(--storage-mv-sp-advisor-nudge, 0px));
        bottom: calc(var(--storage-footer-h-sp) + 28px - var(--storage-mv-sp-advisor-nudge, 0px) + env(safe-area-inset-bottom, 0px));
    }
    .storage-section--mv .storage-mv__content {
        transform: translateY(calc(-11vh + var(--storage-mv-logo-offset, 0px)));
    }
    .storage-mv__advisor-card {
        padding: 10px 10px 0 14px;
        gap: 8px;
    }
    .storage-mv__advisor-card-text {
        padding-bottom: 10px;
    }
    .storage-mv__advisor-label {
        font-size: 1.05rem;
    }
    .storage-mv__advisor-name {
        font-size: 1.48rem;
    }
    .storage-mv__advisor-title {
        font-size: 1.1rem;
    }
    .storage-mv__advisor-desc {
        font-size: 1.05rem;
    }
    .storage-mv__advisor-photo-wrap {
        width: 128px;
        height: 170px;
    }
    .storage-mv__advisor-photo-wrap img {
        object-fit: contain;
        object-position: center bottom;
        transform: none;
        transform-origin: center center;
    }
    .storage-mv__advisor-btn {
        padding: 6px 12px;
        font-size: 1.06rem;
        margin-top: 6px;
    }
    .storage-mv__intro-sp {
        position: absolute;
        left: 0;
        right: 0;
        bottom: calc(var(--storage-footer-h-sp) + 10px + 56px + 24px);
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        padding: 16px 24px 20px;
        color: #fff;
    }
    .storage-mv__intro-sp-title {
        font-size: 1.35rem;
        font-weight: bold;
        line-height: 1.35;
        margin: 0;
    }
    .storage-mv__intro-sp-img-wrap {
        flex-shrink: 0;
    }
    .storage-mv__intro-sp-img {
        display: block;
        width: auto;
        max-height: 64px;
        height: auto;
        object-fit: contain;
    }
    .storage-section--intro .storage-intro__grid-3x3 {
        display: flex !important;
        flex-direction: column !important;
        flex: 1 1 0 !important;
        min-height: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        gap: 0;
        padding: 0;
        box-sizing: border-box;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__grid-3x3>.storage-intro__cell--head,
    .storage-section--intro .storage-intro__grid-3x3>.storage-intro__cell--head {
        order: 1;
        flex: 0 0 auto;
        grid-row: auto;
        grid-column: auto;
        padding: 0 !important;
        display: grid !important;
        justify-items: stretch !important;
        align-self: stretch !important;
        min-height: clamp(80px, 13vh, 150px) !important;
        min-height: clamp(80px, 13dvh, 150px) !important;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box !important;
    }
    .storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cell--head {
        place-content: start !important;
    }
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cell--head {
        place-content: center !important;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__grid-3x3>.storage-intro__cell--head .storage-intro__head,
    .storage-section--intro .storage-intro__grid-3x3>.storage-intro__cell--head .storage-intro__head {
        margin: 0 !important;
        padding: 5px 10px 7px 10px !important;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: stretch !important;
        min-width: 0 !important;
        min-height: 0 !important;
    }
    .storage-section--intro .storage-intro__grid-3x3>.storage-intro__cell--head .storage-intro__title {
        font-size: clamp(1.88rem, 5.8vw, 2.62rem);
        line-height: 1.6;
        margin: 0 0 0 0;
        max-width: 100%;
        text-align: center !important;
    }
    .storage-section--intro .storage-intro__grid-3x3>.storage-intro__cell--head .storage-intro__lead {
        font-family: "Noto Serif JP", "Noto Serif", serif;
        font-size: clamp(1.1rem, 3.25vw, 1.34rem);
        line-height: 1.75;
        color: #3d3d3d;
        letter-spacing: 0.02em;
        margin: 0;
        max-width: 100%;
        text-align: center !important;
    }
    .storage-section--intro .storage-intro__cards-scroll {
        order: 2;
        --storage-intro-sp-cta-uniform-w: auto;
        background-color: #d9cfc2 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        flex: 1 1 0;
        min-height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        gap: 0;
        row-gap: 0;
        column-gap: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 calc(4px + env(safe-area-inset-bottom, 0px)) 0;
        scroll-padding-bottom: calc(4px + env(safe-area-inset-bottom, 0px));
        margin: 0;
    }
    #sec-intro.storage-section--intro .storage-intro__grid-3x3>.storage-intro__cards-scroll>.storage-intro__cell--profile,
    .storage-section--intro .storage-intro__grid-3x3>.storage-intro__cards-scroll>.storage-intro__cell--profile {
        flex: 0 0 auto !important;
        align-self: stretch !important;
        width: 100% !important;
        position: relative !important;
        z-index: 2 !important;
        isolation: isolate !important;
        margin: 0 !important;
        padding: 0 10px 0 !important;
        min-height: min-content !important;
        height: auto;
        max-height: none !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        justify-content: stretch !important;
        align-items: stretch !important;
        cursor: default !important;
        -webkit-tap-highlight-color: transparent;
        max-width: 100% !important;
        background-color: #f3ede4 !important;
        container-type: inline-size !important;
        container-name: storage-profile !important;
    }
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(2),
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(3),
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(4),
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(5),
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(6) {
        flex: 0 0 auto !important;
        align-self: stretch !important;
        width: 100% !important;
        margin-top: 0 !important;
    }
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card,
    #sec-intro.storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
        min-height: 0 !important;
        position: relative !important;
        z-index: 0 !important;
        box-sizing: border-box !important;
        overflow: visible !important;
        padding-top: 0 !important;
        padding-bottom: 8px !important;
        padding-left: 0 !important;
        padding-right: 8px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        gap: 8px !important;
    }
    #sec-intro.storage-section--intro .storage-intro__cards-scroll > a.storage-intro__card:nth-child(even) {
        background-color: #e0eadc !important;
    }
    #sec-intro.storage-section--intro .storage-intro__cards-scroll > a.storage-intro__card:nth-child(odd) {
        background-color: #f5f0e8 !important;
    }
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card .storage-intro__cell-img-wrap,
    #sec-intro.storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card .storage-intro__cell-img-wrap {
        order: 1 !important;
        flex: 0 0 80% !important;
        min-height: 0 !important;
        min-width: 0 !important;
        width: 80% !important;
        max-width: 80% !important;
        align-self: stretch !important;
        margin-top: 0 !important;
        margin-bottom: -8px !important;
        padding-top: 10px !important;
        overflow: hidden !important;
        display: flex !important;
        align-items: flex-end !important;
        justify-content: center !important;
        border-radius: 0 !important;
        height: auto !important;
        max-height: none !important;
    }
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card .storage-intro__cell-img-wrap picture,
    #sec-intro.storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card .storage-intro__cell-img-wrap picture {
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
    }
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card .storage-intro__cell-img-wrap img,
    #sec-intro.storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card .storage-intro__cell-img-wrap img {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        object-fit: contain !important;
        object-position: center bottom !important;
        display: block !important;
        vertical-align: top !important;
    }
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card .storage-intro__cell-content,
    #sec-intro.storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card .storage-intro__cell-content {
        order: 2 !important;
        flex: 1 1 0 !important;
        min-width: 0 !important;
        align-self: stretch !important;
        padding: 6px 4px 6px 2px !important;
        text-align: left !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: flex-end !important;
        justify-content: flex-end !important;
        gap: 0 !important;
        padding: 0 8px 8px 2px !important;
        position: static !important;
    }
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card .storage-intro__cell-cta-set,
    #sec-intro.storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card .storage-intro__cell-cta-set {
        align-items: flex-end !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card .storage-intro__plan-nums,
    #sec-intro.storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card .storage-intro__plan-nums,
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card .storage-intro__plan-num,
    #sec-intro.storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card .storage-intro__plan-num {
        align-self: center !important;
    }
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card .storage-intro__cell-text,
    #sec-intro.storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card .storage-intro__cell-text {
        flex: 0 1 auto !important;
        min-width: 0 !important;
        width: 100% !important;
        text-align: left !important;
        -webkit-box-pack: start !important;
        margin: 0 !important;
        font-size: var(--storage-intro-pc-fs-card, clamp(1.22rem, 3.35vw, 1.52rem)) !important;
        display: block !important;
        line-height: 1.32 !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card .storage-intro__cell-text br:nth-of-type(n+2),
    #sec-intro.storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card .storage-intro__cell-text br:nth-of-type(n+2) {
        display: none !important;
    }
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card .storage-intro__cell-text-view--pc,
    #sec-intro.storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card .storage-intro__cell-text-view--pc {
        display: none !important;
    }
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card .storage-intro__cell-btn,
    #sec-intro.storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card .storage-intro__cell-btn {
        position: static !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        transform: none !important;
        margin: 0 !important;
        z-index: auto !important;
        width: var(--storage-intro-sp-cta-uniform-w, auto) !important;
        min-width: 0 !important;
        max-width: 100% !important;
        padding: 8px 30px !important;
        font-size: var(--storage-intro-pc-fs-cta, 1.18rem) !important;
        flex-shrink: 1 !important;
        align-self: flex-end !important;
        text-align: center !important;
        box-sizing: border-box !important;
        white-space: nowrap !important;
        line-height: 1.25 !important;
        justify-content: center !important;
    }
    #sec-intro.storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card .storage-intro__cell-btn {
        align-self: flex-end !important;
    }
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(2) .storage-intro__cell-text,
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(3) .storage-intro__cell-text,
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(4) .storage-intro__cell-text,
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(5) .storage-intro__cell-text,
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(6) .storage-intro__cell-text,
    #sec-intro.storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(2) .storage-intro__cell-text,
    #sec-intro.storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(3) .storage-intro__cell-text,
    #sec-intro.storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(4) .storage-intro__cell-text,
    #sec-intro.storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(5) .storage-intro__cell-text,
    #sec-intro.storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(6) .storage-intro__cell-text {
        font-size: clamp(1.18rem, 3.15vw, 1.48rem) !important;
    }
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(2) .storage-intro__cell-btn,
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(3) .storage-intro__cell-btn,
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(4) .storage-intro__cell-btn,
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(5) .storage-intro__cell-btn,
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(6) .storage-intro__cell-btn,
    #sec-intro.storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(2) .storage-intro__cell-btn,
    #sec-intro.storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(3) .storage-intro__cell-btn,
    #sec-intro.storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(4) .storage-intro__cell-btn,
    #sec-intro.storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(5) .storage-intro__cell-btn,
    #sec-intro.storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(6) .storage-intro__cell-btn {
        font-size: clamp(1rem, 2.75vw, 1.2rem) !important;
        line-height: 1.3 !important;
    }
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card .storage-intro__cell-btn.storage-intro__card-cta,
    #sec-intro.storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card .storage-intro__cell-btn.storage-intro__card-cta {
        position: relative !important;
        padding-left: 18px !important;
        padding-right: 32px !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        flex-wrap: wrap !important;
        overflow-wrap: normal !important;
        word-break: keep-all !important;
        line-height: 1.15 !important;
        gap: 2px 6px !important;
    }
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card .storage-intro__cell-btn.storage-intro__card-cta .storage-intro__cell-arrow,
    #sec-intro.storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card .storage-intro__cell-btn.storage-intro__card-cta .storage-intro__cell-arrow {
        position: absolute !important;
        right: 10px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        margin: 0 !important;
    }
    .storage-section--intro .storage-intro__cell--img,
    #sec-intro.storage-section--intro .storage-intro__cell--img {
        min-height: 0 !important;
    }
    #sec-intro.storage-section--intro .storage-intro__cards-scroll>.storage-intro__cell--profile .storage-intro__profile,
    .storage-section--intro .storage-intro__cards-scroll>.storage-intro__cell--profile .storage-intro__profile {
        max-width: 100% !important;
        padding: 0 !important;
        width: 100% !important;
        flex: 0 0 auto !important;
        min-height: min-content !important;
        height: auto !important;
        align-self: stretch !important;
        margin: 0 !important;
        background-image: none !important;
        background-color: transparent !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        flex-wrap: nowrap !important;
        gap: 0 !important;
        grid-template-rows: none !important;
    }
    .storage-section--intro .storage-intro__cards-scroll>.storage-intro__cell--profile .storage-intro__profile picture,
    #sec-intro.storage-section--intro .storage-intro__cards-scroll>.storage-intro__cell--profile .storage-intro__profile picture {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        display: flex !important;
        align-items: flex-end !important;
        justify-content: center !important;
        flex: 0 0 auto !important;
        line-height: 0 !important;
    }
    .storage-section--intro .storage-intro__cards-scroll>.storage-intro__cell--profile .storage-intro__profile-adviser-img,
    #sec-intro.storage-section--intro .storage-intro__cards-scroll>.storage-intro__cell--profile .storage-intro__profile-adviser-img {
        display: block !important;
        min-width: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
        object-position: center bottom !important;
        margin: 0 auto !important;
    }
    .storage-section--intro .storage-intro__head {
        display: block !important;
        visibility: visible !important;
        margin-bottom: 4px;
        flex-shrink: 0;
    }
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__head,
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__title,
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__lead {
        text-align: center !important;
    }
    .storage-section--intro .storage-intro__title {
        white-space: normal;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .storage-section--intro .storage-intro__lead {
        display: block !important;
        visibility: visible !important;
        margin-bottom: 0;
        margin-top: 0;
        flex-shrink: 0;
    }
    .storage-intro__grid-3x3>.storage-intro__cards-scroll>.storage-intro__cell--profile {
        height: auto !important;
        min-height: min-content !important;
        overflow: hidden !important;
    }
    .storage-intro__grid-3x3>.storage-intro__cards-scroll>.storage-intro__cell--profile .storage-intro__profile {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
        align-self: stretch !important;
        margin: 0 !important;
        grid-template-rows: none !important;
        height: auto !important;
        min-height: min-content !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 auto !important;
        justify-items: stretch !important;
        text-align: left !important;
        overflow: hidden !important;
    }
    .storage-intro__grid-3x3>.storage-intro__cards-scroll>.storage-intro__cell--profile .storage-intro__profile picture {
        width: 100% !important;
        min-width: 0 !important;
        display: flex !important;
        align-items: flex-end !important;
        justify-content: center !important;
        flex: 0 0 auto !important;
        line-height: 0 !important;
    }
    .storage-intro__grid-3x3>.storage-intro__cards-scroll>.storage-intro__cell--profile .storage-intro__profile-adviser-img {
        display: block !important;
        min-width: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
        object-position: center bottom !important;
    }
    .storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card.storage-intro__cell--img-txt,
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card.storage-intro__cell--img-txt {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
    }
    .storage-intro__grid-3x3>.storage-intro__cards-scroll>a.storage-intro__cell--img:nth-child(2) .storage-intro__cell-img-wrap,
    .storage-intro__grid-3x3>.storage-intro__cards-scroll>a.storage-intro__cell--img:nth-child(3) .storage-intro__cell-img-wrap,
    .storage-intro__grid-3x3>.storage-intro__cards-scroll>a.storage-intro__cell--img:nth-child(4) .storage-intro__cell-img-wrap,
    .storage-intro__grid-3x3>.storage-intro__cards-scroll>a.storage-intro__cell--img:nth-child(5) .storage-intro__cell-img-wrap,
    .storage-intro__grid-3x3>.storage-intro__cards-scroll>a.storage-intro__cell--img:nth-child(6) .storage-intro__cell-img-wrap {
        flex: 0 0 20% !important;
        min-width: 0 !important;
        width: 20% !important;
        max-width: 20% !important;
        align-self: center !important;
        height: auto !important;
        max-height: none !important;
        position: static !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        inset: auto !important;
    }
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cards-scroll > a.storage-intro__cell--img .storage-intro__cell-img-wrap {
        flex: 0 0 100% !important;
        min-width: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        align-self: flex-end !important;
    }
    .storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card.storage-intro__cell--img-txt-right .storage-intro__cell-img-wrap,
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card.storage-intro__cell--img-txt-right .storage-intro__cell-img-wrap {
        position: static !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        inset: auto !important;
        z-index: auto !important;
    }
    .storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__cell--img-txt-right .storage-intro__cell-content,
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card.storage-intro__cell--img-txt-right .storage-intro__cell-content {
        order: 2 !important;
        max-width: none !important;
        position: static !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        inset: auto !important;
        width: auto !important;
        flex: 1 1 0 !important;
        min-width: 0 !important;
        pointer-events: auto !important;
        z-index: auto !important;
    }
    .storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card.storage-intro__cell--img-txt-right .storage-intro__cell-text,
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card.storage-intro__cell--img-txt-right .storage-intro__cell-text {
        position: static !important;
        z-index: auto !important;
        pointer-events: auto !important;
    }
    body.is-storage-page #sec-intro.storage-section--intro:not(.is-expanded) {
        height: auto !important;
        min-height: calc(100vh - var(--storage-header-h-sp) - var(--storage-footer-h-sp)) !important;
        max-height: none !important;
        overflow: visible !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: stretch !important;
        background-color: #d9cfc2 !important;
    }
    body.is-storage-page #sec-intro.storage-section--intro:not(.is-expanded)>.storage-intro__inner {
        flex: 0 0 auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
        display: flex !important;
        flex-direction: column !important;
    }
    body.is-storage-page #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__grid-3x3 {
        flex: 0 0 auto !important;
        min-height: min-content !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }
    body.is-storage-page #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__cards-scroll {
        flex: 0 0 auto !important;
        min-height: min-content !important;
        height: auto !important;
        max-height: none !important;
        overflow-x: hidden !important;
        overflow-y: visible !important;
        -webkit-overflow-scrolling: auto;
        overscroll-behavior: auto;
    }
    .storage-section--intro {
        overflow-x: visible;
        overflow-y: hidden;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        align-items: center;
        justify-content: center;
    }
    .storage-section--intro .storage-intro__inner {
        max-width: none !important;
        padding: 8px 0 0 0 !important;
        box-sizing: border-box;
        align-items: stretch;
        justify-content: flex-start;
        align-self: stretch;
    }
    .storage-section--intro .storage-intro__inner.storage-fade-in {
        opacity: 1 !important;
        transform: none !important;
    }
    .storage-section--intro.is-expanded .storage-intro__inner {
        overflow: hidden;
    }
    .storage-section--intro.is-expanded {
        overflow: hidden;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading {
        --storage-detail-copy-fs: clamp(18px, 5vw, 22px);
        --storage-detail-bubble-fs: clamp(12px, 1.35vw + 8px, 15px);
        --storage-detail-cta-fs: 30px;
        flex-wrap: wrap;
        height: auto !important;
        min-height: 140px !important;
        max-height: none !important;
        padding: 0;
        gap: 10px;
        overflow: visible;
        border: 10px solid #d2cdb8;
        border-radius: 8px;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading-inner {
        display: none !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading-center {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        width: 100%;
        margin-top: 0;
        padding-left: clamp(12px, 3.5vw, 22px);
        padding-right: clamp(12px, 3.5vw, 22px);
        padding-top: 0;
        box-sizing: border-box;
        position: relative;
        z-index: 3;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading-center-inner {
        align-items: center;
        width: 100%;
        max-width: 100%;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading-center-inner .storage-intro__detail-catch-center,
    .storage-intro__detail.is-open .storage-intro__detail-heading-center-inner .storage-intro__detail-title-center {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
        text-align: center;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading-center-inner .storage-intro__detail-solved-badge--sp {
        position: absolute;
        left: clamp(-10px, -2.4vw, -4px);
        top: -30px;
        width: clamp(92px, 24vw, 116px);
        max-width: calc(100% - 8px);
        margin-bottom: 0;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading-copy {
        flex: 1 1 auto;
        min-width: 0;
        align-items: flex-start;
        text-align: left;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading .storage-intro__detail-catch-text-inner {
        color: #8c2126 !important;
        text-align: left;
        font-size: var(--storage-detail-copy-fs, 18px) !important;
        line-height: 1.15 !important;
        font-weight: 700 !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading .storage-intro__detail-catch-center {
        color: #8c2126 !important;
        text-align: center !important;
        font-size: var(--storage-detail-copy-fs, 18px) !important;
        line-height: 1.15 !important;
        font-weight: 700 !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading .storage-intro__detail-title,
    .storage-intro__detail.is-open .storage-intro__detail-heading .storage-intro__detail-title-center {
        color: #8c2126 !important;
        text-align: center !important;
        font-size: var(--storage-detail-copy-fs, 18px) !important;
        line-height: 1.32 !important;
        font-weight: 700 !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading .storage-intro__detail-title {
        text-align: left !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-catch-center:has(.storage-detail-heading-line) {
        align-items: center !important;
    }
    .storage-section--intro.is-expanded .storage-intro__detail.is-open {
        display: flex;
        flex-direction: column;
        min-height: 0;
        flex: 1;
        margin-top: 0;
    }
    .storage-section--intro.is-expanded .storage-intro__detail.is-open .storage-intro__detail-columns {
        flex: 1 1 0%;
        min-height: 0;
        height: 0;
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    .storage-section--intro.is-expanded .storage-intro__detail.is-open .storage-intro__detail-right {
        flex: 1 1 0%;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        align-self: stretch;
    }
    .storage-section--intro.is-expanded:has(.storage-intro__detail.is-open) {
        overflow: visible !important;
    }
    .storage-section--intro.is-expanded:has(.storage-intro__detail.is-open) > .storage-intro__inner {
        overflow: visible !important;
    }
    .storage-section--intro .storage-intro__right {
        display: flex !important;
        flex: 0 0 auto;
        min-width: 90px;
        max-width: 130px;
        padding: 0;
        align-self: flex-start;
        margin-right: 0;
        overflow: visible;
        visibility: visible !important;
        order: 2;
    }
    .storage-section--intro .storage-intro__profile {
        display: flex !important;
        flex-direction: column;
        visibility: visible !important;
        opacity: 1 !important;
        background-image: url("../images/storage/sec03_bg_2_sp.webp");
        min-width: 120px;
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        padding: 12px 0px 16px 14px;
        box-sizing: border-box;
        background-size: contain;
        background-position: right center;
        background-repeat: no-repeat;
    }
    .storage-section--intro .storage-intro__grid {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        gap: 8px;
        min-height: 0;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        flex-shrink: 0;
        margin-top: 16px;
        overflow: visible !important;
        box-sizing: border-box;
    }
    .storage-section--intro .storage-intro__col-left,
    .storage-section--intro .storage-intro__col-right {
        display: contents !important;
    }
    .storage-section--intro .storage-intro__grid>.storage-intro__card,
    .storage-section--intro .storage-intro__grid .storage-intro__col-left>.storage-intro__card,
    .storage-section--intro .storage-intro__grid .storage-intro__col-right>.storage-intro__card {
        flex: 0 0 auto;
        min-height: 120px;
        height: auto;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow: visible;
        box-sizing: border-box;
    }
    .storage-section--intro .storage-intro__grid .storage-intro__card--family {
        width: 100% !important;
        max-width: none !important;
        overflow: visible;
    }
    .storage-intro__row2 {
        grid-template-columns: 1fr !important;
        display: block !important;
    }
    .storage-intro__row2>.storage-intro__card:nth-child(1),
    .storage-intro__row2>.storage-intro__card:nth-child(2) {
        grid-column: 1;
        height: auto;
    }
    .storage-intro__grid {
        grid-template-columns: 1fr !important;
        grid-template-rows: unset;
    }
    .storage-section--intro .storage-intro__grid>.storage-intro__card,
    .storage-section--intro .storage-intro__grid .storage-intro__col-left>.storage-intro__card,
    .storage-section--intro .storage-intro__grid .storage-intro__col-right>.storage-intro__card {
        min-height: 120px;
    }
    .storage-intro__grid>.storage-intro__card,
    .storage-intro__grid .storage-intro__col-left>.storage-intro__card,
    .storage-intro__grid .storage-intro__col-right>.storage-intro__card,
    .storage-intro__row2>.storage-intro__card {
        height: auto;
        min-height: 110px;
    }
    .storage-section--intro .storage-intro__grid {
        gap: 6px;
    }
    .storage-section--intro .storage-intro__grid .storage-intro__card--family .storage-intro__card-family-inner {
        min-height: var(--storage-card-h-narrow);
        height: var(--storage-card-h-narrow);
        width: 100%;
        min-width: 100%;
        box-sizing: border-box;
        overflow: visible;
        border-radius: 8px;
    }
    .storage-section--intro .storage-intro__grid .storage-intro__card--family .storage-intro__card-family-bg {
        inset: 0 35% 0 0;
        background-position: center left;
        background-size: cover;
        border-radius: 8px 0 0 8px;
    }
    .storage-section--intro .storage-intro__grid .storage-intro__card--family .storage-intro__card-family-right {
        margin-left: 0;
        max-width: none;
        flex: 1;
        min-width: 0;
        padding: 10px 14px;
        justify-content: center;
        text-align: center;
        overflow: visible;
        box-sizing: border-box;
        border-radius: 0 8px 8px 0;
    }
    .storage-section--intro .storage-intro__grid .storage-intro__card--family .storage-intro__card-family-text {
        font-size: clamp(0.8125rem, 2.5vw, 0.9375rem);
        margin: 4px 0 8px;
    }
    .storage-section--intro .storage-intro__grid .storage-intro__card--family .storage-intro__card-family-cta {
        padding: 8px 14px;
        font-size: 0.75rem;
    }
}

@media only screen and (max-width: 430px) {
    .storage-section:not(#sec-intro):not(#sec-mv) {
        min-height: calc(100vh - var(--storage-header-h-sp) - var(--storage-footer-h-sp));
        height: auto;
        max-height: none;
    }
    #sec-mv.storage-section--mv {
        min-height: calc(100vh - var(--storage-header-h-sp) - var(--storage-footer-h-sp));
        min-height: calc(100svh - var(--storage-header-h-sp) - var(--storage-footer-h-sp) - env(safe-area-inset-bottom, 0px));
        min-height: calc(100dvh - var(--storage-header-h-sp) - var(--storage-footer-h-sp) - env(safe-area-inset-bottom, 0px));
        height: auto;
        max-height: none;
    }
    .storage-intro__detail.is-open {
        margin-top: 0;
    }
}

/* SP かつ縦700px以下：上記 .storage-section:not(#sec-intro) の min-height を 110vh ベースに（MV・敷地図セクションは除外） */
@media only screen and (max-width: 768px) and (max-height: 700px) {
    .storage-section:not(#sec-intro):not(#sec-mv):not(#sec-between-mv-intro) {
        min-height: calc(110vh - var(--storage-header-h-sp) - var(--storage-footer-h-sp));
    }
}
.storage-section--mv {
    flex-shrink: 0;
    height: auto;
    max-height: none;
    justify-content: center;
    padding: 0;
    overflow: hidden;
}
@media only screen and (min-width: 769px) {
    .storage-section--mv {
        min-height: calc(100vh - var(--storage-header-h-pc));
    }
    #sec-mv.storage-section--mv {
        padding-bottom: 16px;
    }
}
.storage-mv__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
}
.storage-mv__overlay {
    display: none;
}
.storage-mv__float-plans {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}
.storage-mv__float-img {
    position: absolute;
    width: clamp(80px, 18vw, 200px);
    max-height: 35vh;
    object-fit: contain;
    opacity: 0.75;
    animation: storage-mv-float-left 55s linear infinite;
}
.storage-mv__float-img--1 {
    top: 12%;
    left: 100%;
    animation-delay: 0s;
}
.storage-mv__float-img--2 {
    top: 28%;
    left: 100%;
    animation-delay: -8s;
}
.storage-mv__float-img--3 {
    top: 48%;
    left: 100%;
    animation-delay: -18s;
}
.storage-mv__float-img--4 {
    top: 8%;
    left: 100%;
    animation-delay: -28s;
}
.storage-mv__float-img--5 {
    top: 62%;
    left: 100%;
    animation-delay: -35s;
}
.storage-mv__float-img--6 {
    top: 78%;
    left: 100%;
    animation-delay: -45s;
}
@keyframes storage-mv-float-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100vw - 100%));
    }
}
.storage-mv__content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.storage-section--mv .storage-mv__content.storage-fade-in {
    transform: none;
}
.storage-section--mv.is-inview .storage-mv__content.storage-fade-in {
    transform: none;
}
.storage-mv__img {
    display: block;
    max-width: 95%;
    height: auto;
    width: auto;
    max-height: 76vh;
    object-fit: contain;
}
@media only screen and (min-width: 769px) {
    /* PC：1画面目（MV）中央ロゴをひとまわり小さく */
    #sec-mv.storage-section--mv .storage-mv__img {
        max-width: 89%;
        max-height: 68vh;
    }
}
.storage-mv__advisor {
    position: absolute;
    left: clamp(12px, 1.5vw + 8px, 36px);
    bottom: 40px;
    bottom: calc(40px + env(safe-area-inset-bottom, 0px));
    z-index: 2;
    width: min(
        clamp(280px, 28vw + 72px, 380px),
        calc(100vw - 40px)
    );
    max-width: 100%;
    box-sizing: border-box;
    transition-delay: var(--storage-fade-duration);
}
.storage-mv__advisor.storage-fade-in {
    transition-delay: var(--storage-fade-duration);
}
.storage-mv__advisor-card {
    background: #fff;
    border-radius: 0;
    border-top: 5px solid #36522c;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    padding: 20px 20px 0 24px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 14px;
    position: relative;
    text-align: left;
}
.storage-mv__advisor-card-text {
    flex: 1;
    min-width: 0;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.storage-mv__advisor-label {
    font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    font-size: 0.95rem;
    line-height: 1.25;
    letter-spacing: 0.12em;
    color: #a3af9b;
    margin: 0 0 2px 0;
    width: 100%;
}
.storage-mv__advisor-name {
    font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    font-size: 1.68rem;
    font-weight: 700;
    line-height: 1.3;
    color: #595959;
    margin: 0 0 2px 0;
    width: 100%;
}
.storage-mv__advisor-name-suffix {
    font-size: 0.75em;
}
.storage-mv__advisor-title {
    font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    font-size: 1.06rem;
    line-height: 1.3;
    color: #998675;
    margin: 0 0 15px 0;
    width: 100%;
}
.storage-mv__advisor-desc {
    font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    font-size: 1rem;
    line-height: 1.38;
    color: #000;
    margin: 0;
    width: 100%;
    text-align: left;
    word-break: keep-all;
    overflow-wrap: anywhere;
}
.storage-mv__advisor-photo-wrap {
    flex-shrink: 0;
    width: 120px;
    height: 160px;
    overflow: hidden;
}
.storage-mv__advisor-photo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 18%;
    display: block;
}
.storage-mv__advisor-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 15px 20px;
    background: #a3af9b;
    color: #fff !important;
    font-family: "Noto Sans JP", "Noto Sans", sans-serif;
    font-size: 1.52rem;
    font-weight: 400;
    text-decoration: none;
    border-radius: 0;
    box-sizing: border-box;
    transition: opacity 0.2s ease;
}
.storage-mv__advisor-btn:hover {
    opacity: 0.9;
    color: #fff !important;
}
.storage-mv__advisor-btn-arrow {
    font-size: 1em;
    color: #fff !important;
}
@media only screen and (min-width: 769px) {
    .storage-mv__advisor-name {
        white-space: nowrap;
    }
}
@media only screen and (max-width: 768px) {
    .storage-mv__advisor {
        left: 5% !important;
        right: 5% !important;
        width: auto !important;
        max-width: none !important;
        bottom: calc(var(--storage-footer-h-sp) + 28px - var(--storage-mv-sp-advisor-nudge, 0px)) !important;
        bottom: calc(var(--storage-footer-h-sp) + 28px - var(--storage-mv-sp-advisor-nudge, 0px) + env(safe-area-inset-bottom, 0px)) !important;
    }
    .storage-section--mv .storage-mv__content {
        transform: translateY(calc(-11vh + var(--storage-mv-logo-offset, 0px))) !important;
    }
    #sec-mv.storage-section--mv .storage-mv__img {
        max-width: 97%;
        max-height: 82vh;
    }
    .storage-mv__advisor-card {
        padding: 0 10px 0 14px !important;
        gap: 8px !important;
    }
    .storage-mv__advisor-card-text {
        padding-bottom: 10px !important;
    }
    .storage-mv__advisor-label {
        font-size: 1.05rem !important;
        padding-top: 10px;
    }
    .storage-mv__advisor-name {
        font-size: 1.48rem !important;
    }
    .storage-mv__advisor-title {
        font-size: 1.1rem !important;
        margin: 0 0 10px 0;
    }
    .storage-mv__advisor-desc {
        font-size: 1.05rem !important;
    }
    .storage-mv__advisor-photo-wrap {
        width: 132px !important;
        height: 154px !important;
    }
    .storage-mv__advisor-photo-wrap img {
        object-fit: contain !important;
        object-position: center bottom !important;
        transform: none !important;
        transform-origin: center center !important;
    }
    .storage-mv__advisor-btn {
        padding: 6px 12px !important;
        font-size: 1.06rem !important;
        margin-top: 6px !important;
    }
}

.scroll-hint {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    opacity: 0;
    transition: opacity 0.5s ease 0.4s;
    color: #fff;
}
.scroll-hint.is-visible {
    opacity: 1;
}
.scroll-hint__text {
    font-size: 0.7rem;
    letter-spacing: 0.15em;
}
.scroll-hint__line {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.4);
    position: relative;
    overflow: hidden;
}
.scroll-hint__line::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #fff;
    animation: scroll-hint-line 2s ease-in-out infinite;
}
@keyframes scroll-hint-line {
    0%, 100% {
        transform: translateY(-100%);
        opacity: 0;
    }
    50% {
        transform: translateY(40px);
        opacity: 1;
    }
}
@keyframes storage-infinity-scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.storage-section--between .scroll-hint {
    bottom: 16px;
    color: rgba(0, 0, 0, 0.55);
}
.storage-section--between .scroll-hint__line {
    background: rgba(0, 0, 0, 0.25);
}
.storage-section--between .scroll-hint__line::after {
    background: rgba(0, 0, 0, 0.6);
}
.storage-section--between {
    flex-shrink: 0;
    min-height: calc(100vh - var(--storage-header-h-pc));
    height: auto;
    max-height: none;
    justify-content: stretch;
    align-items: center;
    padding: 24px;
    box-sizing: border-box;
    background-image: url("../images/storage/second_bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.storage-section--between>.storage-between__inner {
    align-self: stretch;
    flex: 1;
    min-height: 0;
}
.storage-between__inner {
    display: flex;
    align-items: stretch;
    gap: 24px;
    width: 100%;
    max-width: var(--storage-pc-content-w);
    min-height: 0;
    background: none !important;
    background-color: transparent !important;
    margin: auto;
}
.storage-between__main {
    flex: 1;
    min-width: 0;
    min-height: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    background: none !important;
    background-color: transparent !important;
}
.storage-between__heading {
    flex-shrink: 0;
    width: 85%;
    max-width: 765px;
    margin: 0 0 0 10%;
    padding: 0 0 12px;
    box-sizing: border-box;
    font-family: "Noto Sans JP", "Noto Sans", sans-serif;
    font-size: clamp(1.28rem, 1.85vw + 0.55rem, 1.75rem);
    line-height: 1.6;
    font-weight: 400;
    color: #333;
    letter-spacing: 0.05em;
    text-align: left;
    border-bottom: 0.5px solid #000;
    /*display: -webkit-box;*/
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}
.storage-between__heading-line {
    display: block;
}
@media only screen and (min-width: 769px) {
    /* 右サムネ列は上を左見出しに揃え、高さは JS で「見出し上〜画像下」。stretch だとサムネに合わせて左が縦に伸びるのを防ぐ */
    #sec-between-mv-intro .storage-between__inner {
        align-items: flex-start;
    }
    #sec-between-mv-intro .storage-between__main {
        align-items: center;
        container-name: between-main;
        container-type: inline-size;
    }
    /* flex-start では親 .main に確定高さが付かず height:80% が効かない → absolute 画像の枠が高さ0になる。vh で明示する */
    #sec-between-mv-intro .storage-between__main-img-wrap {
        align-self: stretch;
        height: min(58vh, 720px);
        min-height: 280px;
        flex-shrink: 0;
    }
    #sec-between-mv-intro .storage-between__thumbs-wrap {
        justify-content: flex-start;
        min-height: 0;
        overflow: hidden;
        box-sizing: border-box;
    }
    #sec-between-mv-intro .storage-between__heading {
        line-height: 1.15;
        /* フォールバック：@container 非対応時は viewport 連動 */
        font-size: clamp(10px, 0.85vw + 10px, 28px);
        width: 100% !important;
        max-width: 765px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: left;
        -webkit-line-clamp: unset;
        line-clamp: unset;
        overflow: visible;
    }
    /* 左カラム幅に連動（対応ブラウザでは上記より優先） */
    @container between-main (min-width: 0px) {
        #sec-between-mv-intro .storage-between__heading {
            font-size: clamp(10px, 3.1cqi + 4px, 28px);
        }
    }
    /* PC2画面目：inner が flex:1 で縦いっぱいになり下だけ余白が大きく見える → 中央寄せ＋上下 padding 同値 */
    #sec-between-mv-intro.storage-section--between {
        justify-content: center;
        padding-top: clamp(32px, 4.5vh, 56px);
        padding-bottom: clamp(32px, 4.5vh, 56px);
        padding-left: 24px;
        padding-right: 24px;
    }
    #sec-between-mv-intro.storage-section--between > .storage-between__inner {
        flex: 0 0 auto;
    }
}
.storage-between__main-img-wrap {
    position: relative;
    width: 900px;
    max-width: 100%;
    height: 80%;
    min-height: 0;
    border-radius: 0;
    overflow: hidden;
    box-sizing: border-box;
}
#sec-between-mv-intro .storage-between__main-img-wrap {
    overflow: visible;
}
.storage-between__main-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
    transition: opacity 0.6s ease;
}
.storage-between__main-img--current {
    opacity: 1;
    z-index: 1;
}
.storage-between__main-img--next {
    opacity: 0;
    z-index: 0;
}
.storage-between__main-img--next.is-visible {
    opacity: 1;
    z-index: 1;
}
.storage-between__main-img--current.is-fadeout {
    opacity: 0;
    z-index: 0;
}

.storage-between__map-hotspots {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
    box-sizing: border-box;
}
.storage-between__map-area {
    fill: rgba(255, 255, 255, 0.02);
    stroke: transparent;
    pointer-events: auto;
    cursor: pointer;
}
.storage-between__map-area:hover,
.storage-between__map-area:focus {
    fill: rgba(255, 255, 255, 0.14);
    outline: none;
}

/* サムネ選択時：data-map-index が一致する枠を強調（メインPNGのハイライトに依存しない。storage.js が .storage-between__map-area--active-thumb を付与） */
.storage-between__map-area.storage-between__map-area--active-thumb {
    fill: rgba(255, 255, 255, 0.32);
    stroke: rgba(255, 255, 255, 0.92);
    stroke-width: 0.42;
    vector-effect: non-scaling-stroke;
}
.storage-between__map-area.storage-between__map-area--active-thumb:hover,
.storage-between__map-area.storage-between__map-area--active-thumb:focus {
    fill: rgba(255, 255, 255, 0.4);
    stroke: #fff;
}

@media only screen and (min-width: 769px) {
    .storage-between__map-zoom-controls {
        display: none !important;
    }
    .storage-between__map-zoom-viewport,
    .storage-between__map-zoom-inner {
        display: contents !important;
    }
}
.storage-between__map-zoom-controls {
    display: none;
}
.storage-between__map-zoom-viewport {
    min-height: 0;
}
.storage-between__map-zoom-inner {
    position: relative;
}
.storage-between__map-zoom-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 44px;
    width: 44px;
    min-height: 44px;
    margin: 0;
    padding: 0 0 3px;
    border: none;
    background: #fff;
    font-family: system-ui, sans-serif;
    font-size: 2.35rem;
    font-weight: 600;
    line-height: 1;
    color: #111;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}
.storage-between__map-zoom-btn + .storage-between__map-zoom-btn {
    border-left: 1px solid #ccc;
}
.storage-between__map-zoom-btn:disabled,
.storage-between__map-zoom-btn[disabled] {
    opacity: 1;
    background: #e8e8e8;
    color: #a3a3a3;
    cursor: not-allowed;
    box-shadow: none;
}
.storage-between__map-zoom-btn:disabled:active,
.storage-between__map-zoom-btn[disabled]:active {
    background: #e8e8e8;
    color: #a3a3a3;
}
.storage-between__map-zoom-btn:focus-visible {
    outline: 2px solid #333;
    outline-offset: 2px;
    z-index: 1;
}
.storage-between__plan-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: -12px;
    padding: 14px 32px;
    background-color: #c0b09b;
    color: #000;
    text-decoration: none;
    font-family: "Noto Sans JP", "Noto Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    border-radius: 9999px;
    transition: opacity 0.2s ease;
    flex-shrink: 0;
    align-self: center;
}
.storage-between__plan-btn:hover {
    opacity: 0.9;
}
.storage-between__plan-btn-arrow {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
    margin-left: 4px;
}
.storage-between__plan-btn--sp {
    display: none;
}
.storage-between__main-scroll-hint {
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    margin: 0;
    padding: 8px 16px;
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.6);
    letter-spacing: 0.04em;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    z-index: 2;
    pointer-events: none;
}
.storage-between__thumbs-wrap {
    width: 300px;
    flex-shrink: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    background: none !important;
    background-color: transparent !important;
}
.storage-between__thumbs-sp-headings {
    display: none;
}

@media only screen and (min-width: 769px) {
    .storage-between__thumbs-scroll {
        display: contents;
    }
    .storage-between__thumbs-sp-headings {
        display: none !important;
    }
}

.storage-between__thumbs-dots {
    display: none;
}
.storage-between__thumbs-scroll-hint {
    flex-shrink: 0;
    margin: 0;
    padding: 8px 0;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.55);
    letter-spacing: 0.05em;
    text-align: center;
}
.storage-between__thumbs-scroll-hint--sp {
    display: none;
}
.storage-between__thumbs-track {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 12px 0;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    background: none !important;
    background-color: transparent !important;
}
.storage-between__thumb {
    flex-shrink: 0;
    width: 300px;
    min-height: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    overflow: hidden;
    opacity: 0.6;
    transform: scale(0.92);
    transform-origin: center center;
    transition: opacity 0.25s ease, transform 0.25s ease;
    background: none !important;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    text-align: left;
    font-family: "Noto Serif JP", "Noto Serif", "Yu Mincho", "Hiragino Mincho ProN", serif;
    box-sizing: border-box;
}
.storage-between__thumb:hover,
.storage-between__thumb.is-active {
    opacity: 1;
    transform: scale(1);
}
.storage-between__thumb-num {
    flex-shrink: 0;
    width: 36px;
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    font-family: "Noto Sans JP", "Noto Sans", sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
    align-self: center;
    box-sizing: border-box;
    padding: 0;
}
.storage-between__thumbs-track .storage-between__thumb[data-index="0"] .storage-between__thumb-num {
    background: #e08cac;
}
.storage-between__thumbs-track .storage-between__thumb[data-index="1"] .storage-between__thumb-num {
    background: #da6a68;
}
.storage-between__thumbs-track .storage-between__thumb[data-index="2"] .storage-between__thumb-num {
    background: #8aa953;
}
.storage-between__thumbs-track .storage-between__thumb[data-index="3"] .storage-between__thumb-num {
    background: #d29226;
}
.storage-between__thumbs-track .storage-between__thumb[data-index="4"] .storage-between__thumb-num {
    background: #4780a0;
}
.storage-between__thumbs-track .storage-between__thumb[data-index="5"] .storage-between__thumb-num {
    background: #3aa789;
}
.storage-between__thumbs-track .storage-between__thumb[data-index="6"] .storage-between__thumb-num {
    background: #847cae;
}
.storage-between__thumbs-track .storage-between__thumb[data-index="7"] .storage-between__thumb-num {
    background: #d6bf54;
}
.storage-between__thumbs-track .storage-between__thumb[data-index="8"] .storage-between__thumb-num {
    background: #a28559;
}

.storage-intro__plan-nums {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-self: center;
    gap: 0;
    flex-shrink: 0;
    pointer-events: none;
}

.storage-intro__plan-num {
    flex-shrink: 0;
    width: 36px;
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    font-family: "Noto Sans JP", "Noto Sans", sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    box-sizing: border-box;
    padding: 0;
    pointer-events: none;
    font-variant-numeric: tabular-nums;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.storage-intro__plan-num[data-storage-thumb-index="0"] {
    background: #e08cac;
}
.storage-intro__plan-num[data-storage-thumb-index="1"] {
    background: #da6a68;
}
.storage-intro__plan-num[data-storage-thumb-index="2"] {
    background: #8aa953;
}
.storage-intro__plan-num[data-storage-thumb-index="3"] {
    background: #d29226;
}
.storage-intro__plan-num[data-storage-thumb-index="4"] {
    background: #4780a0;
}
.storage-intro__plan-num[data-storage-thumb-index="5"] {
    background: #3aa789;
}
.storage-intro__plan-num[data-storage-thumb-index="6"] {
    background: #847cae;
}
.storage-intro__plan-num[data-storage-thumb-index="7"] {
    background: #d6bf54;
}
.storage-intro__plan-num[data-storage-thumb-index="8"] {
    background: #a28559;
}
.storage-between__thumb-text {
    flex: 1;
    min-width: 0;
    background: #f5e0e2;
    padding: 7px 12px 7px 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    text-align: center;
    font-family: "Noto Serif JP", "Noto Serif", "Yu Mincho", "Hiragino Mincho ProN", serif;
    position: relative;
}
.storage-between__thumb:not(.is-active) .storage-between__thumb-text::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.storage-between__thumb:not(.is-active):hover .storage-between__thumb-text::after,
.storage-between__thumb.is-active .storage-between__thumb-text::after {
    opacity: 0;
}
.storage-between__thumb-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #333;
    margin: 0;
    padding-bottom: 2px;
    border-bottom: 1px solid #333;
    line-height: 1.3;
}
.storage-between__thumb-title-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2em;
    min-width: 2em;
    height: 2em;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    font-family: "Noto Sans JP", "Noto Sans", sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1;
    margin-right: 0.28em;
    vertical-align: 0.02em;
    box-sizing: border-box;
    padding-bottom: 0.1em;
}
.storage-between__thumbs-track .storage-between__thumb[data-index="0"] .storage-between__thumb-title-num {
    background: #e08cac;
}
.storage-between__thumbs-track .storage-between__thumb[data-index="1"] .storage-between__thumb-title-num {
    background: #da6a68;
}
.storage-between__thumbs-track .storage-between__thumb[data-index="2"] .storage-between__thumb-title-num {
    background: #8aa953;
}
.storage-between__thumbs-track .storage-between__thumb[data-index="3"] .storage-between__thumb-title-num {
    background: #d29226;
}
.storage-between__thumbs-track .storage-between__thumb[data-index="4"] .storage-between__thumb-title-num {
    background: #4780a0;
}
.storage-between__thumbs-track .storage-between__thumb[data-index="5"] .storage-between__thumb-title-num {
    background: #3aa789;
}
.storage-between__thumbs-track .storage-between__thumb[data-index="6"] .storage-between__thumb-title-num {
    background: #847cae;
}
.storage-between__thumbs-track .storage-between__thumb[data-index="7"] .storage-between__thumb-title-num {
    background: #d6bf54;
}
.storage-between__thumbs-track .storage-between__thumb[data-index="8"] .storage-between__thumb-title-num {
    background: #a28559;
}
.storage-between__thumb-sub {
    font-size: 0.92rem;
    color: #333;
    margin: 0;
    line-height: 1.35;
}
.storage-between__thumb-desc {
    font-size: 0.85rem;
    color: #333;
    margin: 0;
    line-height: 1.4;
}
.storage-between__thumbs-track .storage-between__thumb[data-index="0"] .storage-between__thumb-text {
    background: #f4d8df;
}
.storage-between__thumbs-track .storage-between__thumb[data-index="1"] .storage-between__thumb-text {
    background: #f5cac3;
}
.storage-between__thumbs-track .storage-between__thumb[data-index="2"] .storage-between__thumb-text {
    background: #ddeaca;
}
.storage-between__thumbs-track .storage-between__thumb[data-index="3"] .storage-between__thumb-text {
    background: #e7d3a7;
}
.storage-between__thumbs-track .storage-between__thumb[data-index="4"] .storage-between__thumb-text {
    background: #abcde5;
}
.storage-between__thumbs-track .storage-between__thumb[data-index="5"] .storage-between__thumb-text {
    background: #c9e5de;
}
.storage-between__thumbs-track .storage-between__thumb[data-index="6"] .storage-between__thumb-text {
    background: #e7d6e7;
}
.storage-between__thumbs-track .storage-between__thumb[data-index="7"] .storage-between__thumb-text {
    background: #f6f0ca;
}
.storage-between__thumbs-track .storage-between__thumb[data-index="8"] .storage-between__thumb-text {
    background: #d4ccbc;
}
.storage-between__thumbs-heading--pc {
    display: none;
}
@media only screen and (min-width: 769px) {
    .storage-between__thumbs-heading--pc {
        display: block;
        flex-shrink: 0;
        width: 100%;
        margin: 0 0 8px;
        padding: 8px 6px 10px;
        box-sizing: border-box;
        font-family: "Noto Sans JP", "Noto Sans", sans-serif;
        font-size: 1.48rem;
        font-weight: 400;
        line-height: 1.45;
        color: #8c2126;
        letter-spacing: 0.06em;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.7);
        border-radius: 9999px;
    }
    .storage-between__thumbs-heading--pc.storage-between__thumbs-heading--section2 {
        margin: 12px 0 8px;
        padding: 8px 6px 10px;
    }

    /* 敷地図＋右サイド「8つの収納空間提案」：PCのみ本文周りを約2段階拡大 */
    #sec-between-mv-intro .storage-between__thumbs-heading--pc {
        font-size: calc(1.22 * 1.48rem);
    }
    #sec-between-mv-intro .storage-between__thumb-title {
        font-size: calc(1.22 * 1.15rem);
    }
    #sec-between-mv-intro .storage-between__thumb[data-index="4"] .storage-between__thumb-title {
        letter-spacing: -0.08em;
    }
    /* タイトル拡大に連動しないよう、タイトル内番号は従来どおり 0.9×1.15rem */
    #sec-between-mv-intro .storage-between__thumb-title-num {
        font-size: calc(0.9 * 1.15rem);
    }
    #sec-between-mv-intro .storage-between__thumb-sub {
        font-size: calc(1.22 * 0.92rem);
        letter-spacing: -0.05em;
    }
    #sec-between-mv-intro .storage-between__thumb-desc {
        font-size: calc(1.22 * 0.85rem);
    }
}
.storage-between__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media only screen and (max-width: 768px) {
    .is-storage-page .l-footer {
        min-height: calc(100vh - var(--storage-header-h-sp) - var(--storage-footer-h-sp));
    }
    .storage-section--between {
        height: auto;
        min-height: calc(100vh - var(--storage-header-h-sp) - var(--storage-footer-h-sp));
        max-height: none;
        padding: 16px 16px calc(var(--storage-footer-h-sp) + 56px) 16px;
    }
    html.is-android .storage-section--between {
        padding-bottom: calc(var(--storage-footer-h-sp) + 56px);
    }
    /*
     * 2画面目（敷地図）：汎用 .storage-section--between の min-height:100vh や inner の flex:1 1 0 だと、
     * 地図より下に木目だけが残る「幽霊余白」が出やすい。高さは常に内容基準（min-content）に固定する。
     */
    /*
     * padding-bottom: 固定フッター（--storage-footer-h-sp）＋その直上の帯（56px）ぶんを確保。
     * iOS のホームインジケータ・visualViewport 差分は他セクションと同様に env / --storage-vv-bottom-gap で足す。
     * 旧 +16px は二重の余白になりやすいため廃止し、最小クッションは 6px のみ。
     */
    #sec-between-mv-intro.storage-section--between {
        padding-top: 8px !important;
        padding-bottom: 50px !important;
        justify-content: flex-start;
        align-items: stretch;
        min-height: min-content;
        height: auto;
        position: relative;
        z-index: 1;
        isolation: isolate;
        touch-action: pan-x pan-y pinch-zoom;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) {
        position: relative;
        z-index: 0;
    }
    #sec-between-mv-intro .storage-between__inner {
        flex-direction: column;
        gap: 6px;
        flex: 0 1 auto;
        min-height: min-content;
        align-items: stretch;
        touch-action: pan-x pan-y pinch-zoom;
    }
    .storage-between__main {
        flex: 1;
        min-height: 0;
        min-width: 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        gap: 8px;
    }
    #sec-between-mv-intro .storage-between__main {
        display: contents;
    }
    .storage-between__heading {
        flex-shrink: 0;
        align-self: stretch;
        width: 100%;
        margin-left: 0;
        padding: 4px 0 6px;
        font-size: clamp(1.28rem, 2.9vw, 1.8rem);
        position: sticky;
        top: 0;
        z-index: 1;
        background: transparent;
    }
    #sec-between-mv-intro .storage-between__heading {
        order: -3;
        position: relative;
        display: block;
        font-size: clamp(1.25rem, 4vw, 1.875rem);
        line-height: 1.6;
        letter-spacing: -0.05em;
        -webkit-line-clamp: unset;
        line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: visible;
        margin-top: 0;
        padding: 2px 0 4px;
    }
    .storage-between__main-scroll-hint {
        white-space: normal;
        max-width: 85%;
        bottom: 12px;
    }
    .storage-between__main-img-wrap {
        flex: 1 1 0;
        min-height: 0;
        width: 100%;
        overflow: hidden;
        display: block;
        position: relative;
    }
    .storage-between__main-img-wrap::after {
        content: '';
        display: none;
    }
    .storage-between__main-img-wrap .storage-between__main-img {
        inset: unset;
    }
    #sec-between-mv-intro .storage-between__main-img-wrap {
        order: -1;
        flex: 0 1 auto;
        align-self: stretch;
        /* 図面枠の高さを固定（+ ズームで inner が大きくなってもビューポートが縦に伸びない → スクロール内で拡大） */
        --between-map-frame-h: min(52dvh, 480px);
        min-height: 0;
        max-height: min(62dvh, 560px);
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        overflow: hidden;
    }
    #sec-between-mv-intro .storage-between__map-zoom-controls {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
        position: absolute;
        top: 8px;
        left: 8px;
        /* 後続の map-zoom-viewport が親いっぱいに広がるため、低い z-index だとタップがビューポートに奪われる */
        z-index: 20;
        pointer-events: auto;
        width: auto;
        min-width: 0;
        border-radius: 999px;
        border: 1px solid #ccc;
        background: #fff;
        overflow: hidden;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    }
    #sec-between-mv-intro .storage-between__map-zoom-viewport {
        position: relative;
        z-index: 0;
        flex: 0 0 var(--between-map-frame-h, min(52dvh, 480px));
        box-sizing: border-box;
        min-height: 0;
        width: 100%;
        height: var(--between-map-frame-h, min(52dvh, 480px));
        max-height: var(--between-map-frame-h, min(52dvh, 480px));
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        touch-action: pan-x pan-y pinch-zoom;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }
    #sec-between-mv-intro .storage-between__map-zoom-inner {
        position: relative;
        flex-shrink: 0;
        line-height: 0;
        touch-action: pan-x pan-y pinch-zoom;
    }
    #sec-between-mv-intro .storage-between__map-zoom-inner .storage-between__main-img--current {
        position: relative;
        z-index: 1;
        display: block;
        width: 100%;
        height: auto;
        max-height: 100%;
        object-fit: contain;
        object-position: center top;
    }
    #sec-between-mv-intro .storage-between__map-zoom-inner .storage-between__main-img--next {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center center;
    }
    #sec-between-mv-intro .storage-between__thumbs-wrap {
        order: -2;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        flex: 0 0 auto;
        max-height: none;
        min-height: 0;
        margin: 0 0 2px 0;
        padding: 2px 0 0;
        overflow: visible;
        background: none !important;
        background-color: transparent !important;
    }
    #sec-between-mv-intro .storage-between__thumbs-sp-headings {
        display: block;
        flex-shrink: 0;
        width: 100%;
        padding: 6px 10px 8px;
        box-sizing: border-box;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.7);
        border-radius: 9999px;
    }
    #sec-between-mv-intro .storage-between__thumbs-heading--sp,
    #sec-between-mv-intro .storage-between__thumb-title {
        font-size: clamp(1.18rem, 3.8vw, 1.4rem);
    }
    #sec-between-mv-intro .storage-between__thumbs-heading--sp {
        margin: 0;
        padding: 0;
        font-family: "Noto Sans JP", "Noto Sans", sans-serif;
        font-weight: 400;
        line-height: 1.45;
        color: #8c2126;
        letter-spacing: 0.06em;
    }
    #sec-between-mv-intro .storage-between__thumbs-scroll {
        width: 100%;
        min-width: 0;
        flex: 0 0 auto;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scroll-snap-stop: normal;
        scroll-behavior: auto;
        overscroll-behavior-x: contain;
        touch-action: pan-x pinch-zoom;
    }
    #sec-between-mv-intro .storage-between__thumbs-scroll.storage-between__thumbs-scroll--no-snap {
        scroll-snap-type: none !important;
    }
    #sec-between-mv-intro .storage-between__thumb-num {
        display: none !important;
    }
    #sec-between-mv-intro .storage-between__thumbs-dots {
        display: flex;
        flex-wrap: nowrap;
        gap: clamp(7px, 1vw, 10px);
        align-items: center;
        justify-content: center;
        padding: 10px 0 8px;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
        flex-shrink: 0;
        overflow-x: auto;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        scrollbar-width: none;
        touch-action: pan-x pinch-zoom;
    }
    #sec-between-mv-intro .storage-between__thumbs-dots::-webkit-scrollbar {
        display: none;
    }
    #sec-between-mv-intro .storage-between__thumb-dot {
        width: 32px;
        max-width: 32px;
        min-width: 32px;
        flex: 0 0 32px;
        aspect-ratio: 1 / 1;
        height: auto;
        padding: 0;
        margin: 0;
        border: 2px solid #fff;
        border-radius: 50%;
        color: #fff;
        font-family: "Noto Sans JP", "Noto Sans", sans-serif;
        font-size: clamp(0.88rem, 3.35vw, 1.38rem);
        font-weight: 400;
        line-height: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-sizing: border-box;
        transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
        -webkit-tap-highlight-color: transparent;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    }
    #sec-between-mv-intro .storage-between__thumb-dot:not(.is-active) {
        opacity: 0.52;
    }
    #sec-between-mv-intro .storage-between__thumb-dot.is-active {
        opacity: 1;
        transform: scale(1.04);
    }
    #sec-between-mv-intro .storage-between__thumb-dot-label {
        display: block;
        pointer-events: none;
        font-variant-numeric: tabular-nums;
        color: inherit;
    }
    #sec-between-mv-intro .storage-between__thumb-dot[data-dot-index="0"] {
        background: #e08cac;
    }
    #sec-between-mv-intro .storage-between__thumb-dot[data-dot-index="1"] {
        background: #da6a68;
    }
    #sec-between-mv-intro .storage-between__thumb-dot[data-dot-index="2"] {
        background: #8aa953;
    }
    #sec-between-mv-intro .storage-between__thumb-dot[data-dot-index="3"] {
        background: #d29226;
    }
    #sec-between-mv-intro .storage-between__thumb-dot[data-dot-index="4"] {
        background: #4780a0;
    }
    #sec-between-mv-intro .storage-between__thumb-dot[data-dot-index="5"] {
        background: #3aa789;
    }
    #sec-between-mv-intro .storage-between__thumb-dot[data-dot-index="6"] {
        background: #847cae;
    }
    #sec-between-mv-intro .storage-between__thumb-dot[data-dot-index="7"] {
        background: #d6bf54;
    }
    #sec-between-mv-intro .storage-between__thumb-dot[data-dot-index="8"] {
        background: #a28559;
    }
    .storage-between__thumb-dot:focus-visible {
        outline: 2px solid #333;
        outline-offset: 3px;
    }
    .storage-between__plan-btn--pc {
        display: none !important;
    }
    #sec-between-mv-intro .storage-between__plan-btn--sp {
        display: inline-flex !important;
        flex-shrink: 0 !important;
        margin-top: 5px !important;
        margin-bottom: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        align-self: center;
    }
    .storage-between__thumbs-scroll-hint--pc {
        display: none;
    }
    .storage-between__thumbs-scroll-hint--sp {
        display: block;
        font-size: 1.38rem;
    }
    .storage-between__thumbs-track {
        flex-direction: row;
        flex: 0 0 auto;
        width: max-content;
        max-height: none;
        overflow: visible;
        box-sizing: content-box;
        padding: 6px max(10px, calc((100% - 278px) / 2));
        gap: 6px;
    }
    .storage-between__thumb {
        width: 278px;
        min-height: 0;
        flex-shrink: 0;
        opacity: 1;
        transform: none;
        transition: none;
        scroll-snap-align: center;
        scroll-snap-stop: always;
    }
    .storage-between__thumb.is-active {
        opacity: 1;
        transform: none;
    }
    #sec-between-mv-intro .storage-between__thumb {
        scroll-snap-stop: normal;
    }
    #sec-between-mv-intro .storage-between__thumb-sub {
        font-size: 1.16rem;
    }
    #sec-between-mv-intro .storage-between__thumb-desc {
        font-size: 1.09rem;
    }
}
.storage-section--intro {
    position: relative;
    min-height: calc(100vh - var(--storage-header-h-pc));
    height: auto;
    max-height: none;
    padding: 0;
    box-sizing: border-box;
    justify-content: stretch;
    align-items: center;
    overflow: visible;
    background: #fff;
    display: flex;
    flex-direction: column;
}
#sec-intro.storage-section--intro {
    background-color: #d9cfc2;
}
.storage-section--intro>.storage-intro__inner {
    align-self: stretch;
    flex: 1;
    min-height: 0;
}
.storage-section--intro>* {
    position: relative;
    z-index: 1;
}
.storage-section--intro .storage-intro__inner {
    flex: 1 1 0;
    min-height: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    box-sizing: border-box;
    padding: 0;
}
@media only screen and (min-width: 769px) {
    .storage-section--intro {
        min-height: calc(100vh - var(--storage-header-h-pc));
        height: auto;
        max-height: none;
        justify-content: center;
        align-items: center;
        background: #fff;
    }
    .storage-section--intro .storage-intro__inner {
        flex: 1 1 0;
        min-height: 0;
        max-height: none;
        align-self: stretch;
        padding: 0;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .storage-section--intro .storage-intro__inner .storage-intro__grid-3x3 {
        min-width: 0;
        width: 100%;
        max-width: 100%;
        flex-shrink: 1;
        box-sizing: border-box;
    }
}
@media only screen and (min-width: 1025px) {
    .storage-section--intro .storage-intro__inner .storage-intro__grid-3x3 {
        min-width: 900px;
        flex-shrink: 0;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .storage-section--intro .storage-intro__inner {
        max-width: 100%;
    }
    .storage-section--intro .storage-intro__right {
        margin-right: 0;
    }
    #sec-intro.storage-section--intro .storage-intro__grid .storage-intro__card--family .storage-intro__card-family-inner,
    #sec-intro.storage-section--intro .storage-intro__left .storage-intro__grid .storage-intro__card--family .storage-intro__card-family-inner {
        height: var(--storage-card-h-narrow);
        min-height: var(--storage-card-h-narrow);
        aspect-ratio: unset;
    }
}
.storage-section--intro.is-expanded .storage-intro__inner {
    flex: 1 1 0;
    align-self: stretch;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}
.storage-intro__inner {
    margin: 0 auto;
    padding: 0 8px;
    display: flex;
    flex-direction: column;
    min-height: 0;
    box-sizing: border-box;
}
.storage-intro__inner.storage-fade-in {
    padding-right: 0;
}
.storage-section--intro .storage-intro__inner.storage-fade-in {
    padding-left: 0;
    padding-right: 0;
}
.storage-intro__grid-3x3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 0;
    flex: 1 1 0;
    min-height: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
@media only screen and (min-width: 769px) {
    .storage-intro__cards-scroll {
        display: contents;
    }
    .storage-intro__grid-3x3 > .storage-intro__cards-scroll > a.storage-intro__card--sp-only-fit-in {
        display: none !important;
    }
    .storage-intro__grid-3x3>.storage-intro__cell--head {
        grid-area: 1 / 1;
    }
    .storage-intro__grid-3x3>.storage-intro__cards-scroll>.storage-intro__cell--profile {
        grid-area: 1 / 2 / 3 / 4;
    }
    .storage-intro__grid-3x3>.storage-intro__cards-scroll>a.storage-intro__card:nth-of-type(2) {
        grid-area: 2 / 1;
    }
    .storage-intro__grid-3x3>.storage-intro__cards-scroll>a.storage-intro__card:nth-of-type(3) {
        grid-area: 3 / 1;
    }
    .storage-intro__grid-3x3>.storage-intro__cards-scroll>a.storage-intro__card:nth-of-type(4) {
        grid-area: 3 / 2;
    }
    .storage-intro__grid-3x3>.storage-intro__cards-scroll>a.storage-intro__card:nth-of-type(5) {
        grid-area: 3 / 3;
    }
}
.storage-intro__grid-3x3>.storage-intro__cell {
    display: flex;
}
.storage-intro__cell {
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.storage-intro__cell--head {
    padding: 12px 14px;
    background-color: #d9cfc2;
    justify-content: center;
}
@media only screen and (min-width: 769px) {
    .storage-intro__grid-3x3 {
        overflow: hidden;
        --storage-sec03-box-deco-w: clamp(76px, 5vw + 44px, 110px);
        --storage-intro-pc-fs-title: clamp(1.78rem, 1.02rem + 1.12vw, 2.28rem);
        --storage-intro-pc-fs-head-lead: clamp(1.14rem, 0.84rem + 0.68vw, 1.38rem);
        --storage-intro-pc-fs-card: clamp(1.24rem, 0.78rem + 1.02vw, 1.62rem);
        --storage-intro-pc-fs-cta: clamp(13px, 0.72rem + 0.35vw, 15px);
        --storage-intro-pc-fs-card-accent: clamp(1.4rem, 0.92rem + 1.18vw, 1.88rem);
        --storage-intro-pc-fs-cta-accent: clamp(15px, 0.85rem + 0.3vw, 17px);
    }
    .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__head--sp-intro {
        display: none !important;
    }
    .storage-intro__grid-3x3>.storage-intro__cell--head {
        background-color: #d0d5c6;
        background-image: url("../images/storage/sec03_box_bg2.png");
        background-repeat: no-repeat;
        background-position: right top;
        background-size: var(--storage-sec03-box-deco-w) auto;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-self: stretch;
        min-height: 0;
        min-width: 0;
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
        box-sizing: border-box;
    }
    .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__cell--head-card {
        flex: 1 1 auto;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
        min-height: 0;
        width: 100%;
        box-sizing: border-box;
        padding: clamp(8px, 0.8vw + 4px, 14px);
        text-decoration: none;
        color: inherit;
        cursor: pointer;
    }
    .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__cell--head-card:focus-visible {
        outline: 2px solid #6b5a4a;
        outline-offset: 2px;
    }
    .storage-intro__grid-3x3>.storage-intro__cards-scroll>.storage-intro__cell--profile {
        padding: 0;
        container-type: inline-size;
        container-name: storage-profile;
    }
    .storage-intro__grid-3x3>.storage-intro__cards-scroll>.storage-intro__cell--profile .storage-intro__profile {
        display: flex;
        flex-direction: column;
        min-height: 0;
        height: 100%;
        max-height: 100%;
        justify-content: flex-start;
        align-items: stretch;
        text-align: center;
        background-color: #f3ede4;
        box-sizing: border-box;
        overflow: hidden;
        line-height: 0;
    }
    .storage-intro__grid-3x3>.storage-intro__cards-scroll>.storage-intro__cell--profile .storage-intro__profile picture {
        flex: 1 1 auto;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        width: 100%;
        min-width: 0;
        min-height: 0;
        max-height: 100%;
        line-height: 0;
    }
    .storage-intro__grid-3x3>.storage-intro__cards-scroll>.storage-intro__cell--profile .storage-intro__profile-adviser-img {
        display: block;
        min-width: 0;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: contain;
        object-position: center bottom;
        flex-shrink: 1;
    }
    .storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card.storage-intro__cell--img-txt {
        position: relative;
        overflow: hidden;
        padding: clamp(8px, 0.8vw + 4px, 14px);
    }
    .storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card.storage-intro__cell--img-txt-right .storage-intro__cell-img-wrap,
    .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__cell--head-card .storage-intro__cell-img-wrap {
        position: absolute !important;
        left: 0;
        right: auto;
        top: 0;
        bottom: 0;
        z-index: 1;
        flex: none !important;
        min-width: 0 !important;
        width: 90% !important;
        max-width: 90% !important;
        height: 100%;
        max-height: 100%;
        min-height: 0;
        box-sizing: border-box;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
    }
    .storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card.storage-intro__cell--img-txt-right .storage-intro__cell-img-wrap picture,
    .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__cell--head-card .storage-intro__cell-img-wrap picture {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        width: 100%;
        height: 100%;
        max-height: 100%;
        box-sizing: border-box;
    }
    /* 枠（img-wrap）基準のみ。vw の max があるとブラウザ幅でバランスが変わるため 100% に統一 */
    .storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card.storage-intro__cell--img-txt-right .storage-intro__cell-img-wrap img,
    .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__cell--head-card .storage-intro__cell-img-wrap img {
        max-width: 100% !important;
        max-height: 100% !important;
        width: auto !important;
        height: auto !important;
        object-fit: contain !important;
        object-position: left bottom !important;
        display: block;
    }
    .storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card.storage-intro__cell--img-txt-right .storage-intro__cell-content,
    .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__cell--head-card .storage-intro__cell-content {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        z-index: 3;
        flex: none !important;
        min-width: 0;
        pointer-events: none;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: flex-end;
        gap: 0;
        padding: clamp(10px, 1.1vw + 6px, 22px) clamp(12px, 1.4vw + 8px, 28px) clamp(10px, 0.9vw + 6px, 18px) clamp(12px, 1.4vw + 8px, 28px);
        text-align: start;
    }
    .storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card.storage-intro__cell--img-txt-right .storage-intro__cell-cta-set,
    .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__cell--head-card .storage-intro__cell-cta-set {
        pointer-events: none;
        flex: 0 1 auto;
        max-width: 100%;
        min-width: 0;
        margin-left: auto;
        align-self: flex-end;
        justify-content: flex-end;
        text-align: center;
    }
    .storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card.storage-intro__cell--img-txt-right .storage-intro__cell-btn.storage-intro__card-cta,
    .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__cell--head-card .storage-intro__cell-btn.storage-intro__card-cta {
        pointer-events: auto;
    }
    .storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card .storage-intro__cell-text,
    .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__cell--head-card .storage-intro__cell-text {
        display: none !important;
    }
    .storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card .storage-intro__cell-btn.storage-intro__card-cta,
    .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__cell--head-card .storage-intro__cell-btn.storage-intro__card-cta {
        font-size: var(--storage-intro-pc-fs-cta);
        align-self: center;
        text-align: center;
        justify-content: center;
        min-width: 0;
        width: min(16em, 100%);
        max-width: 100%;
        box-sizing: border-box;
        line-height: 1.2;
        gap: 2px 6px;
        white-space: normal;
        overflow-wrap: normal;
        word-break: keep-all;
    }
    .storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card:nth-of-type(1) .storage-intro__cell-text,
    .storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card:nth-of-type(2) .storage-intro__cell-text,
    .storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card:nth-of-type(3) .storage-intro__cell-text,
    .storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card:nth-of-type(4) .storage-intro__cell-text,
    .storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card:nth-of-type(5) .storage-intro__cell-text {
        font-size: var(--storage-intro-pc-fs-card-accent);
    }
    .storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card:nth-of-type(1) .storage-intro__cell-btn.storage-intro__card-cta,
    .storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card:nth-of-type(2) .storage-intro__cell-btn.storage-intro__card-cta,
    .storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card:nth-of-type(3) .storage-intro__cell-btn.storage-intro__card-cta,
    .storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card:nth-of-type(4) .storage-intro__cell-btn.storage-intro__card-cta,
    .storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card:nth-of-type(5) .storage-intro__cell-btn.storage-intro__card-cta,
    .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__cell--head-card .storage-intro__cell-btn.storage-intro__card-cta {
        font-size: var(--storage-intro-pc-fs-cta-accent);
        width: min(16em, 100%);
        min-width: 0;
        max-width: 100%;
        flex: 0 1 auto;
        box-sizing: border-box;
        text-align: center;
        justify-content: center;
        line-height: 1.2;
        gap: 2px 6px;
        white-space: normal;
        overflow-wrap: normal;
        word-break: keep-all;
    }
    .storage-intro__catch-nowrap {
        white-space: nowrap;
    }
    .storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card .storage-intro__cell-text-view--sp {
        display: none !important;
    }
}

/* タブレット幅：family*_tab。全体を枠内に収め右が欠けないよう contain（上下または左右に余白が出る場合あり） */
@media only screen and (min-width: 769px) and (max-width: 1300px) {
    .storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card.storage-intro__cell--img-txt-right .storage-intro__cell-img-wrap,
    .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__cell--head-card .storage-intro__cell-img-wrap {
        align-items: stretch !important;
        justify-content: flex-start !important;
    }
    .storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card.storage-intro__cell--img-txt-right .storage-intro__cell-img-wrap picture,
    .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__cell--head-card .storage-intro__cell-img-wrap picture {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: 100% !important;
        height: 100% !important;
        max-height: 100% !important;
        min-height: 0 !important;
        box-sizing: border-box;
    }
    .storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card.storage-intro__cell--img-txt-right .storage-intro__cell-img-wrap img,
    .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__cell--head-card .storage-intro__cell-img-wrap img {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        object-fit: contain !important;
        object-position: center bottom !important;
        display: block !important;
    }
    .storage-intro__grid-3x3 .storage-intro__cards-scroll > a.storage-intro__card .storage-intro__cell-btn.storage-intro__card-cta .storage-intro__cell-btn-line1,
    .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__cell--head-card .storage-intro__cell-btn.storage-intro__card-cta .storage-intro__cell-btn-line1 {
        font-size: 0.75em !important;
    }
    .storage-intro__grid-3x3 .storage-intro__cards-scroll > a.storage-intro__card .storage-intro__cell-btn.storage-intro__card-cta,
    .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__cell--head-card .storage-intro__cell-btn.storage-intro__card-cta {
        padding-left: clamp(14px, 2.4vw, 22px) !important;
        padding-right: clamp(14px, 2.4vw, 22px) !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 830px) {
    .storage-intro__grid-3x3 .storage-intro__cards-scroll > a.storage-intro__card.storage-intro__cell--img-txt-right .storage-intro__cell-content {
        padding-left: 5px;
    }
}

@media only screen and (min-width: 769px) and (max-height: 880px) {
    .storage-intro__grid-3x3 {
        --storage-intro-pc-fs-title: clamp(1.64rem, 0.92rem + 0.92vw, 2.02rem);
        --storage-intro-pc-fs-head-lead: clamp(1.04rem, 0.76rem + 0.55vw, 1.24rem);
        --storage-intro-pc-fs-card: clamp(1.12rem, 0.72rem + 0.72vw, 1.42rem);
        --storage-intro-pc-fs-cta: clamp(12px, 0.68rem + 0.3vw, 14px);
        --storage-intro-pc-fs-card-accent: clamp(1.26rem, 0.82rem + 0.82vw, 1.62rem);
        --storage-intro-pc-fs-cta-accent: clamp(14px, 0.78rem + 0.3vw, 16px);
    }
    .storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card .storage-intro__cell-text {
        line-height: 1.38;
    }
    .storage-intro__grid-3x3>.storage-intro__cell--head .storage-intro__lead {
        line-height: 1.65;
    }
    #sec-between-mv-intro .storage-between__heading {
        line-height: 1.15;
        margin-bottom: 1em;
    }
}
@media only screen and (min-width: 1600px) {
    .storage-intro__grid-3x3 {
        --storage-intro-pc-fs-title: clamp(1.92rem, 1.02rem + 1.22vw, 2.48rem);
        --storage-intro-pc-fs-card: clamp(1.32rem, 0.78rem + 1.15vw, 1.85rem);
        --storage-intro-pc-fs-card-accent: clamp(1.5rem, 0.92rem + 1.32vw, 2.12rem);
    }
    .storage-mv__advisor {
        left: clamp(24px, 2vw + 8px, 44px);
        width: min(
            clamp(300px, 22vw + 120px, 460px),
            calc(100vw - 56px)
        );
    }
    .storage-mv__advisor-card {
        padding: 26px 26px 0 30px;
        gap: 18px;
        border-top-width: 6px;
    }
    .storage-mv__advisor-card-text {
        padding-bottom: 26px;
    }
    .storage-mv__advisor-label {
        font-size: 1.22rem;
    }
    .storage-mv__advisor-name {
        font-size: 2.28rem;
    }
    .storage-mv__advisor-title {
        font-size: 1.34rem;
    }
    .storage-mv__advisor-desc {
        font-size: 1.2rem;
        line-height: 1.48;
    }
    .storage-mv__advisor-photo-wrap {
        width: 150px;
        height: 200px;
    }
    .storage-mv__advisor-photo-wrap img {
        object-position: center 16%;
    }
}
.storage-intro__cell--card .storage-intro__card-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px 14px;
    box-sizing: border-box;
    gap: 10px;
    transition: box-shadow 0.2s ease;
}
.storage-intro__cell--green {
    background: #e0eadc;
}
.storage-intro__cell--green .storage-intro__card-inner {
    background: transparent;
    border: none;
}
.storage-intro__cell--beige {
    background: #f5f0e8;
}
.storage-intro__cell--beige .storage-intro__card-inner {
    background: transparent;
    border: none;
}
.storage-intro__cell--profile {
    background-color: #f3ede4;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 20px 0;
    box-sizing: border-box;
}
.storage-intro__grid-3x3>.storage-intro__cards-scroll>.storage-intro__cell--profile {
    min-height: 0;
    min-width: 0;
    height: 100%;
    align-self: stretch;
    padding: 0;
    align-items: stretch;
    justify-content: stretch;
    overflow: hidden;
    container-type: inline-size;
    container-name: storage-profile;
}
.storage-intro__grid-3x3>.storage-intro__cards-scroll>.storage-intro__cell--profile .storage-intro__profile {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-height: 100%;
    min-height: 0;
    max-width: none;
    margin: 0;
    align-self: stretch;
    align-items: stretch;
    justify-content: flex-start;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 0;
    background-color: #f3ede4;
}
.storage-intro__grid-3x3>.storage-intro__cards-scroll>.storage-intro__cell--profile .storage-intro__profile picture {
    flex: 1 1 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: 0;
    max-height: 100%;
    line-height: 0;
}
.storage-intro__grid-3x3>.storage-intro__cards-scroll>.storage-intro__cell--profile .storage-intro__profile-adviser-img {
    display: block;
    min-width: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center bottom;
    flex-shrink: 1;
}
.storage-intro__profile {
    position: relative;
    width: 100%;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.storage-intro__cell--profile .storage-intro__profile {
    max-width: 380px;
    align-self: center;
    margin: auto;
    flex: 0 0 auto;
}
.storage-intro__cell--img {
    padding: 0;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}
.storage-intro__cell--img-txt {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
}
.storage-intro__cell--img-txt-right {
    flex-direction: row;
}
.storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card.storage-intro__cell--img-txt {
    display: flex !important;
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    min-height: 0;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
}
.storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card.storage-intro__cell--img-txt::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.35);
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card.storage-intro__cell--img-txt:hover {
    color: inherit;
    opacity: 1;
}
.storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card.storage-intro__cell--img-txt:hover::after {
    opacity: 1;
}
@keyframes storage-card-shake {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-1.5px);
    }
    40% {
        transform: translateX(1.5px);
    }
    60% {
        transform: translateX(-1px);
    }
    80% {
        transform: translateX(1px);
    }
}
.storage-intro__grid-3x3 .storage-intro__cards-scroll>a.storage-intro__card.storage-intro__cell--img-txt:hover .storage-intro__cell-btn {
    animation: storage-card-shake 0.4s ease-in-out;
}
a.storage-intro__cell--img-txt {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    display: flex;
}
a.storage-intro__cell--img-txt:hover {
    color: inherit;
}
.storage-intro__cell-content {
    flex: 1 1 0;
    min-width: 0;
    padding: 12px 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    z-index: 2;
}
.storage-intro__cell--img-txt-right .storage-intro__cell-content {
    order: 2;
    text-align: left;
}
.storage-intro__cell-cta-set {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    box-sizing: border-box;
}
.storage-intro__cell--img-txt-right .storage-intro__cell-content .storage-intro__cell-btn {
    align-self: flex-start;
}
#sec-intro.storage-section--intro .storage-intro__cell--img-txt-right .storage-intro__cell-content .storage-intro__cell-btn,
#sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__cell-content .storage-intro__cell-btn {
    align-self: center;
}
.storage-intro__cell-text {
    font-family: "Noto Sans JP", "Noto Sans", sans-serif;
    font-size: 1.25rem;
    line-height: 1.8;
    color: #3d3d3d;
    margin: 0 0 10px 0;
    text-align: left;
    letter-spacing: 0.03em;
}
.storage-intro__cell-btn,
.storage-intro__cell-btn * {
    color: #fff !important;
}
.storage-intro__cell-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 18px;
    background: #a01d21;
    font-family: "Noto Sans JP", "Noto Sans", sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    border-radius: 999px;
    text-decoration: none;
    border: none;
    align-self: flex-start;
    transition: opacity 0.2s ease;
    white-space: nowrap;
}
.storage-intro__cell-btn:hover {
    opacity: 0.9;
}
.storage-intro__grid-3x3 .storage-intro__cell-btn.storage-intro__card-cta {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 2px 6px;
    line-height: 1.2;
    padding: 6px 18px;
    background: #a01d21;
    background-color: #a01d21;
    border-radius: 999px;
    font-size: 0.88rem;
    max-width: none;
    margin: 0;
    text-align: center;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: normal;
}
.storage-intro__grid-3x3 .storage-intro__cell-btn.storage-intro__card-cta .storage-intro__cell-btn-line1 {
    display: block;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 0.8125em;
    text-align: center;
}
.storage-intro__grid-3x3 .storage-intro__cell-btn.storage-intro__card-cta .storage-intro__cell-btn-line2-row {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    gap: 6px;
    text-align: center;
}
.storage-intro__grid-3x3 .storage-intro__cell-btn.storage-intro__card-cta .storage-intro__cell-btn-line2 {
    text-align: center;
}
.storage-intro__grid-3x3 .storage-intro__cell-btn.storage-intro__card-cta:hover {
    background: #a01d21;
    background-color: #a01d21;
    opacity: 0.9;
}
.storage-intro__grid-3x3>.storage-intro__cards-scroll>a.storage-intro__cell--img:nth-of-type(1) .storage-intro__cell-btn.storage-intro__card-cta {
    background: #d591ac;
    background-color: #d591ac;
}
.storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__cell--head-card .storage-intro__cell-btn.storage-intro__card-cta {
    background: #d591ac;
    background-color: #d591ac;
}
.storage-intro__grid-3x3>.storage-intro__cards-scroll>a.storage-intro__cell--img:nth-of-type(1) .storage-intro__cell-btn.storage-intro__card-cta:hover {
    background: #d591ac;
    background-color: #d591ac;
    opacity: 0.9;
}
.storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__cell--head-card .storage-intro__cell-btn.storage-intro__card-cta:hover {
    background: #d591ac;
    background-color: #d591ac;
    opacity: 0.9;
}
.storage-intro__grid-3x3>.storage-intro__cards-scroll>a.storage-intro__cell--img:nth-of-type(2) .storage-intro__cell-btn.storage-intro__card-cta {
    background: #cd706b;
    background-color: #cd706b;
}
.storage-intro__grid-3x3>.storage-intro__cards-scroll>a.storage-intro__cell--img:nth-of-type(2) .storage-intro__cell-btn.storage-intro__card-cta:hover {
    background: #cd706b;
    background-color: #cd706b;
    opacity: 0.9;
}
.storage-intro__grid-3x3>.storage-intro__cards-scroll>a.storage-intro__cell--img:nth-of-type(3) .storage-intro__cell-btn.storage-intro__card-cta {
    background: #91a95e;
    background-color: #91a95e;
}
.storage-intro__grid-3x3>.storage-intro__cards-scroll>a.storage-intro__cell--img:nth-of-type(3) .storage-intro__cell-btn.storage-intro__card-cta:hover {
    background: #91a95e;
    background-color: #91a95e;
    opacity: 0.9;
}
.storage-intro__grid-3x3>.storage-intro__cards-scroll>a.storage-intro__cell--img:nth-of-type(4) .storage-intro__cell-btn.storage-intro__card-cta {
    background: #ca963f;
    background-color: #ca963f;
}
.storage-intro__grid-3x3>.storage-intro__cards-scroll>a.storage-intro__cell--img:nth-of-type(4) .storage-intro__cell-btn.storage-intro__card-cta:hover {
    background: #ca963f;
    background-color: #ca963f;
    opacity: 0.9;
}
.storage-intro__grid-3x3>.storage-intro__cards-scroll>a.storage-intro__cell--img:nth-of-type(5) .storage-intro__cell-btn.storage-intro__card-cta {
    background: #d3c165;
    background-color: #d3c165;
}
.storage-intro__grid-3x3>.storage-intro__cards-scroll>a.storage-intro__cell--img:nth-of-type(5) .storage-intro__cell-btn.storage-intro__card-cta:hover {
    background: #d3c165;
    background-color: #d3c165;
    opacity: 0.9;
}

/* 3画面目（お悩み一覧）: 指定2カードのみ色調整（その他は変更しない） */
.storage-intro__grid-3x3 > .storage-intro__cards-scroll > a.storage-intro__card[href="#sec-plan-fit-in-closet"] .storage-intro__plan-num,
.storage-intro__grid-3x3 > .storage-intro__cards-scroll > a.storage-intro__card[href="#sec-plan-fit-in-closet"] .storage-intro__cell-btn.storage-intro__card-cta,
.storage-intro__grid-3x3 > .storage-intro__cards-scroll > a.storage-intro__card[href="#sec-plan-fit-in-closet"] .storage-intro__cell-btn.storage-intro__card-cta:hover {
    background: #cd706b !important;
    background-color: #cd706b !important;
}
.storage-intro__grid-3x3 > .storage-intro__cards-scroll > a.storage-intro__card[href="#sec-plan-corridor"] .storage-intro__cell-btn.storage-intro__card-cta,
.storage-intro__grid-3x3 > .storage-intro__cards-scroll > a.storage-intro__card[href="#sec-plan-corridor"] .storage-intro__cell-btn.storage-intro__card-cta:hover {
    background: #91a95e !important;
    background-color: #91a95e !important;
}

.storage-intro__cell-arrow {
    font-size: 0.75em;
}
.storage-intro__cell-img-wrap {
    flex: 1 1 0;
    min-width: 45%;
    min-height: 140px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 1;
}
.storage-intro__cell-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
    display: block;
}
.storage-intro__cell--img-txt-right .storage-intro__cell-img-wrap img {
    object-position: left bottom;
}
.storage-intro__grid-3x3>.storage-intro__cards-scroll>a.storage-intro__cell--img:nth-of-type(1) {
    background-color: #d1d3c6;
}
.storage-intro__grid-3x3>.storage-intro__cards-scroll>a.storage-intro__cell--img:nth-of-type(2) {
    background-color: #dad1c3;
}
.storage-intro__grid-3x3>.storage-intro__cards-scroll>a.storage-intro__cell--img:nth-of-type(3) {
    background-color: #d0d5c6;
}
.storage-intro__grid-3x3>.storage-intro__cards-scroll>a.storage-intro__cell--img:nth-of-type(4) {
    background-color: #d8d0c3;
}
.storage-intro__grid-3x3>.storage-intro__cards-scroll>a.storage-intro__cell--img:nth-of-type(5) {
    background-color: #d3d2c6;
}
@media only screen and (min-width: 769px) {
    .storage-intro__grid-3x3>.storage-intro__cards-scroll>.storage-intro__cell--profile,
    .storage-intro__grid-3x3>.storage-intro__cards-scroll>a.storage-intro__cell--img:nth-of-type(1),
    .storage-intro__grid-3x3>.storage-intro__cards-scroll>a.storage-intro__cell--img:nth-of-type(2),
    .storage-intro__grid-3x3>.storage-intro__cards-scroll>a.storage-intro__cell--img:nth-of-type(3),
    .storage-intro__grid-3x3>.storage-intro__cards-scroll>a.storage-intro__cell--img:nth-of-type(4),
    .storage-intro__grid-3x3>.storage-intro__cards-scroll>a.storage-intro__cell--img:nth-of-type(5) {
        background-image: url("../images/storage/sec03_box_bg2.png");
        background-repeat: no-repeat;
        background-position: right top;
        background-size: var(--storage-sec03-box-deco-w, 110px) auto;
    }
}
.storage-intro__cell--img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.storage-intro__head {
    margin: 0;
    padding: 0;
    text-align: left;
}
.storage-intro__title {
    font-family: "Noto Sans JP", "Noto Sans", sans-serif;
    font-size: clamp(1.25rem, 2vw + 0.5rem, 1.875rem);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin: 0 0 6px 0;
    text-align: left;
}
.storage-intro__lead {
    font-family: "Noto Sans JP", "Noto Sans", sans-serif;
    font-size: 0.81rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin: 0;
    text-align: left;
}
.storage-intro__card {
    display: block;
    text-decoration: none;
    color: inherit;
}
.storage-intro__card-inner {
    padding: 12px;
    border-radius: 6px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.storage-intro__cell--card:hover .storage-intro__card-inner {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.storage-intro__card-text {
    font-family: "Noto Sans JP", "Noto Sans", sans-serif;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #3d3d3d;
    margin: 0;
}
.storage-intro__card-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    padding: 10px 18px;
    background-color: #a01d21;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    border-radius: 6px;
    border: none;
    flex-shrink: 0;
}
.storage-intro__card-arrow {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
    flex-shrink: 0;
}
.storage-intro__card-family-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
@media only screen and (max-width: 768px) {
    .storage-intro__title {
        white-space: normal;
    }
}
@media only screen and (min-width: 769px) {
    .storage-section--intro .storage-intro__left {
        flex: 2 1 0;
        min-width: 0;
        max-width: 800px;
        width: auto;
    }
    .storage-section--intro .storage-intro__right {
        flex: 1 1 0;
        min-width: 200px;
        max-width: 380px;
        align-items: stretch;
        justify-content: flex-start;
        overflow: visible;
        margin-right: 0;
    }
}
.storage-intro__img-wrap {
    display: none;
}
@media only screen and (min-width: 768px) {
    .storage-section--intro .storage-intro__inner {
        overflow-x: visible;
        padding-left: 0;
        padding-right: 0;
    }
    .storage-section--intro:has(.storage-intro__card--family:hover) {
        overflow: visible;
    }
    .storage-section--intro:has(.storage-intro__card--family:hover) .storage-intro__inner {
        overflow: visible;
    }
    .storage-section--intro .storage-intro__columns {
        display: flex !important;
        flex-direction: row !important;
        grid-template-rows: unset;
        grid-template-columns: unset;
        align-items: center;
        gap: clamp(12px, 1.5vw, 16px);
        width: 100%;
        max-width: 100%;
        overflow: visible;
    }
    .storage-section--intro .storage-intro__left {
        display: flex !important;
        flex-direction: column;
        flex: 1 1 0;
        min-width: 0;
        overflow: visible;
    }
    .storage-section--intro .storage-intro__right {
        flex: 0 0 clamp(240px, 29%, 350px);
        min-width: 200px;
        overflow: visible;
        grid-row: unset;
        grid-column: unset;
    }
    .storage-section--intro .storage-intro__left .storage-intro__grid {
        display: flex !important;
        flex-direction: row !important;
        grid-row: unset;
        grid-column: unset;
        align-items: center;
        justify-content: flex-start;
        gap: clamp(4px, 0.5vw, 8px);
        flex: 0 0 auto;
        width: 100%;
        min-width: 0;
        margin-top: clamp(4px, 0.5vw, 8px);
        overflow: visible;
    }
    .storage-section--intro .storage-intro__left .storage-intro__col-left,
    .storage-section--intro .storage-intro__left .storage-intro__col-right {
        display: flex !important;
        flex-direction: column;
        gap: 0;
        flex: 1 1 0;
        min-width: 100px;
    }
    .storage-section--intro .storage-intro__left .storage-intro__col-right {
        justify-content: center;
    }
    .storage-section--intro .storage-intro__left .storage-intro__col-left>.storage-intro__card,
    .storage-section--intro .storage-intro__left .storage-intro__col-right>.storage-intro__card {
        flex: 0 0 auto;
        width: 100%;
        min-width: 0;
        aspect-ratio: 400 / 175;
        min-height: 120px;
        max-height: 200px;
        height: auto;
        box-sizing: border-box;
    }
    .storage-section--intro .storage-intro__left .storage-intro__grid .storage-intro__card--family {
        width: 100%;
        min-width: 0;
        min-height: 120px;
        max-height: 200px;
        height: auto;
        aspect-ratio: 400 / 175;
    }
    .storage-section--intro .storage-intro__left .storage-intro__grid .storage-intro__card--family .storage-intro__card-family-inner {
        width: 100%;
        height: 100%;
        min-height: 0;
        aspect-ratio: 400 / 175;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 768px) {
    .storage-section--intro .storage-intro__left .storage-intro__grid {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }
    .storage-section--intro .storage-intro__left .storage-intro__col-left,
    .storage-section--intro .storage-intro__left .storage-intro__col-right {
        display: contents !important;
    }
}
@media only screen and (max-width: 767px) {
    .storage-section--intro:not(.is-expanded) .storage-intro__columns {
        display: grid !important;
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto auto;
    }
    .storage-section--intro:not(.is-expanded) .storage-intro__left {
        display: contents !important;
    }
    .storage-section--intro:not(.is-expanded) .storage-intro__right {
        display: flex !important;
        flex: 0 0 auto !important;
        min-width: 100px;
        max-width: 160px;
        visibility: visible !important;
    }
    .storage-section--intro:not(.is-expanded) .storage-intro__grid {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }
    .storage-section--intro:not(.is-expanded) .storage-intro__col-left,
    .storage-section--intro:not(.is-expanded) .storage-intro__col-right {
        display: contents !important;
    }
    .storage-section--intro:not(.is-expanded) .storage-intro__head,
    .storage-section--intro:not(.is-expanded) .storage-intro__lead {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    .storage-section--intro:not(.is-expanded) .storage-intro__profile {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}
.storage-intro__left .storage-intro__grid .storage-intro__card--img {
    display: block;
    min-height: 0;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}
.storage-intro__left .storage-intro__grid .storage-intro__card--img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.storage-intro__left .storage-intro__grid .storage-intro__card--family {
    display: block;
    min-height: 220px;
    height: 100%;
    align-self: stretch;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    padding: 0;
    border-radius: 8px;
}
.storage-intro__card-family-inner {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 100%;
    min-height: 220px;
    border-radius: inherit;
    overflow: hidden;
    box-sizing: border-box;
}
.storage-intro__card-family-bg {
    position: absolute;
    inset: 4px 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}
.storage-intro__card-family-right {
    position: relative;
    z-index: 1;
    flex: 1;
    min-width: 120px;
    max-width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4px 10px;
    margin-left: 37%;
    text-align: center;
    box-sizing: border-box;
}
.storage-intro__card-family-text {
    font-family: "Noto Sans JP", "Noto Sans", sans-serif;
    color: #8c2126;
    font-size: clamp(0.9375rem, 2vw, 1rem);
    line-height: 1.5;
    margin: 8px 0 4px 0;
}
.storage-intro__card-family-cta {
    font-family: "Noto Sans JP", "Noto Sans", sans-serif;
    display: inline-block;
    padding: 6px 16px;
    background: #8c2126;
    color: #fff;
    font-size: clamp(0.75rem, 1.2vw, 0.8125rem);
    border-radius: 4px;
    white-space: nowrap;
}
.storage-intro__card-family-bubble {
    display: none;
}
@media only screen and (min-width: 768px) {
    .storage-section--intro .storage-intro__left .storage-intro__grid,
    .storage-section--intro .storage-intro__left .storage-intro__col-left,
    .storage-section--intro .storage-intro__left .storage-intro__col-right {
        overflow: visible;
    }
    .storage-intro__card--family:hover {
        overflow: visible;
        opacity: 1;
    }
    .storage-intro__card--family:hover .storage-intro__card-family-inner {
        overflow: visible;
        opacity: 1;
    }
    .storage-intro__card--family:hover .storage-intro__card-family-text {
        visibility: hidden;
    }
    .storage-intro__card--family .storage-intro__card-family-bubble {
        display: flex;
        position: absolute;
        top: 0;
        right: clamp(-20px, -2.5vw, -30px);
        z-index: 2;
        width: min(72%, 260px);
        max-width: 260px;
        min-height: 80px;
        padding: 14px 16px 18px;
        box-sizing: border-box;
        background-image: url("../images/storage/comment_bg.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        pointer-events: none;
        align-items: center;
        justify-content: center;
        text-align: center;
        opacity: 0;
        visibility: hidden;
        transform: scale(0.88) translateY(8px);
        transition: opacity 0.35s ease-out, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), visibility 0s linear 0.35s;
    }
    .storage-intro__card--family:hover .storage-intro__card-family-bubble {
        opacity: 1;
        visibility: visible;
        transform: scale(1) translateY(0);
        transition: opacity 0.35s ease-out, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), visibility 0s linear 0s;
    }
    .storage-intro__card--family .storage-intro__card-family-bubble-text {
        font-family: "Noto Sans JP", "Noto Sans", sans-serif;
        color: #333;
        font-size: clamp(0.8125rem, 1.2vw, 1rem);
        line-height: 1.5;
        text-align: center;
        display: block;
        margin: clamp(6px, 1vw, 10px) 0 0 clamp(12px, 1.5vw, 20px);
    }
}
.storage-section--intro.is-expanded .storage-intro__columns {
    display: flex;
}
.storage-section--intro.is-expanded .storage-intro__right {
    display: none;
}
.storage-section--intro.is-expanded .storage-intro__left {
    display: flex;
    flex: 1;
    max-width: none;
}
.storage-section--intro.is-expanded .storage-intro__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: 12px;
    width: 100%;
    flex: 0 0 auto;
    min-height: 0;
    margin-top: 10px;
}
.storage-intro__row2 {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 0.5fr 1fr 1fr 0.5fr;
    gap: 12px;
    min-height: 0;
}
.storage-intro__row2>.storage-intro__card:nth-child(1) {
    grid-column: 2;
}
.storage-intro__row2>.storage-intro__card:nth-child(2) {
    grid-column: 3;
}
.storage-intro__row2>.storage-intro__card {
    min-height: 0;
    height: 100%;
}
.storage-intro__grid>.storage-intro__card {
    min-height: 0;
    height: 100%;
}
.storage-intro__card {
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    transition: opacity 0.3s ease, box-shadow 0.3s ease;
}
.storage-section--intro.is-expanded .storage-intro__card--active {
    grid-column: 1 / -1;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #753237;
    max-height: none;
    position: sticky;
    top: var(--storage-header-h-pc);
    z-index: 2;
    background: #fff;
    cursor: pointer;
}
.storage-section--intro.is-expanded .storage-intro__card--active .storage-intro__card-cta {
    display: none;
}
.storage-section--intro.is-expanded .storage-intro__columns,
.storage-section--intro.is-expanded .storage-intro__grid-3x3 {
    display: none !important;
}
.storage-section--intro.is-expanded .storage-intro__card--inactive {
    display: none !important;
}
.storage-section--intro.is-expanded .storage-intro__row2:not(:has(.storage-intro__card--active)) {
    display: none !important;
}
.storage-section--intro.is-expanded {
    background-image: url("../images/storage/details_bg.webp");
}
.storage-section--intro.is-expanded::after {
    display: none;
}
.storage-section--intro.is-expanded .storage-intro__head {
    display: none !important;
}
.storage-section--intro.is-expanded .storage-intro__grid {
    grid-template-rows: auto auto;
}
.storage-intro__card .speech-bubble__text,
.storage-intro__card .speech-bubble__border,
.storage-intro__card .speech-bubble__label,
.storage-intro__card-desc {
    flex-shrink: 0;
}
.storage-intro__card-cta {
    margin-top: auto;
}
.storage-intro__detail {
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    font-family: "Noto Sans JP", "Noto Sans", sans-serif;
    opacity: 0;
    pointer-events: none;
}
.storage-intro__detail.is-open {
    position: fixed;
    inset: 0;
    z-index: 100100;
    max-height: none;
    margin: 0;
    padding: calc(10px + clamp(18px, 2.5vw, 32px)) 50px 0;
    width: 100vw;
    height: 100vh;
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    opacity: 1;
    pointer-events: auto;
    background: #fff;
    transform: scale(1);
    transform-origin: center center;
    transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1), transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    box-sizing: border-box;
}
.storage-intro__detail.is-open::before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: url("../images/storage/details_bg.webp") center center / cover no-repeat;
    z-index: -1;
    pointer-events: none;
}
.storage-intro__detail-scroll-hint {
    display: none;
}
.storage-section--intro:has(.storage-intro__detail.is-open) .storage-intro__inner,
.storage-section--intro:has(.storage-intro__detail.is-open) .storage-intro__inner.storage-fade-in {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.storage-section--intro:has(.storage-intro__detail.is-open),
.storage-section--intro:has(.storage-intro__detail.is-open) .storage-intro__inner {
    overflow: visible !important;
}
.storage-section--intro:has(.storage-intro__detail.is-open) {
    background-image: none !important;
    background-color: #fff !important;
    transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.storage-section--intro:has(.storage-intro__detail.is-open.is-closing) {
    background-image: url("../images/storage/sec03_bg_1.webp") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
}
.storage-intro__detail.is-open.is-closing {
    opacity: 0;
    transform: scale(0.98);
}
.storage-section--intro.is-detail-closed .storage-intro__inner {
    opacity: 0;
    transform: scale(0.98);
    transform-origin: center center;
    transition: opacity 0.25s ease-out, transform 0.22s cubic-bezier(0.33, 1, 0.68, 1);
}
.storage-section--intro.is-detail-closed.is-detail-closed--show .storage-intro__inner {
    opacity: 1;
    transform: scale(0.98);
}
.storage-section--intro.is-detail-closed.is-detail-closed--show.is-detail-closed--out .storage-intro__inner {
    transform: scale(1);
}
.storage-intro__detail.is-open .storage-intro__detail-heading {
    flex: 0 0 auto;
    width: 100%;
    height: 140px;
    min-height: 140px;
    max-height: 140px;
}
.storage-intro__detail.is-open .storage-intro__detail-columns {
    flex: 1 1 0%;
    min-height: 0;
    height: 0;
    display: flex;
    gap: 24px;
    align-items: stretch;
}
@media only screen and (min-width: 769px) {
    .storage-mv__intro-sp {
        display: none;
    }
    .storage-section--intro.is-expanded {
        overflow-x: hidden;
    }
    .storage-section--intro.is-expanded .storage-intro__inner {
        width: 100%;
        max-width: min(var(--storage-pc-content-w), calc(100vw - 24px));
        margin-left: auto;
        margin-right: auto;
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
        overflow-x: hidden;
    }
    .storage-intro__detail.is-open {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        width: 100%;
        max-width: none;
        height: calc(100vh - var(--storage-header-h-pc));
        min-height: 0;
        overflow: visible;
        display: flex;
        flex-direction: column;
        padding: 2% 50px 0;
        box-sizing: border-box;
        background: url("../images/storage/details_bg.webp") center center / cover no-repeat;
    }
    .storage-intro__detail.is-open::before {
        display: none;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-top: 0;
        height: 140px;
        min-height: 140px;
        max-height: 140px;
        padding-right: 52px;
        box-sizing: border-box;
    }
    /* PC：詳細ヘッダ右上の閉じる（SP の .storage-intro__detail-close-sp と同系統） */
    .storage-intro__detail.is-open .storage-intro__detail-close-sp {
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: max(12px, 2%);
        right: 50px;
        z-index: 10;
        width: 40px;
        height: 40px;
        margin: 0;
        padding: 0;
        border: 1px solid rgba(0, 0, 0, 0.08);
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
        color: #333;
        font-family: "Noto Sans JP", "Noto Sans", sans-serif;
        font-size: 26px;
        font-weight: 400;
        line-height: 1;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }
    .storage-intro__detail.is-open .storage-intro__detail-close-sp:focus-visible {
        outline: 2px solid #7a6848;
        outline-offset: 2px;
    }
    .storage-intro__detail.is-open .storage-intro__detail-columns {
        flex: 1 1 0%;
        min-height: 0;
        height: 0;
        min-width: 0;
        overflow: hidden;
        padding: 0;
        box-sizing: border-box;
    }
    .storage-intro__detail.is-open .storage-intro__detail-left {
        flex: 11 1 0%;
        min-width: 0;
        max-width: none;
    }
    .storage-intro__detail.is-open .storage-intro__detail-right {
        flex: 9 1 0%;
        min-height: 0;
        min-width: 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-self: stretch;
        zoom: 0.81;
    }
    .storage-intro__detail.is-open .storage-intro__detail-body {
        min-height: 0;
        flex: 1 1 0%;
        height: 0;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .storage-intro__detail.is-open .storage-intro__detail-left-static {
        flex: 0 0 32%;
        max-width: 32%;
    }
    .storage-intro__detail.is-open .storage-intro__detail-img-static {
        width: 62%;
        max-width: 62%;
    }
    .storage-intro__detail.is-open .storage-intro__detail-left-inner {
        padding-bottom: 28px;
        box-sizing: border-box;
    }
}
.storage-intro__detail .storage-intro__detail-heading {
    margin-top: 0;
}
.storage-intro__detail.is-open .storage-intro__detail-columns {
    opacity: 1;
    transform: none;
}
.storage-intro__detail.is-open .storage-intro__detail-left {
    opacity: 1;
    transform: translateX(0);
}
.storage-intro__detail.is-open .storage-intro__detail-body {
    opacity: 1;
    flex: 1 1 0%;
    min-height: 0;
    height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    overflow-anchor: none;
}

.storage-intro__detail-body-top-anchor {
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    pointer-events: none;
    scroll-margin-top: 0;
}

.storage-intro__detail.is-open .storage-intro__detail-body .storage-plan-detail,
.storage-intro__detail.is-open .storage-intro__detail-body .storage-plan-detail__right {
    min-height: 0;
}
.storage-intro__detail-columns {
    display: flex;
    gap: 24px;
    flex: 1 1 0%;
    min-height: 0;
    height: 0;
    align-items: stretch;
}
.storage-intro__detail-close-sp {
    display: none;
}
.storage-intro__detail-close {
    padding: 10px 24px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    font-size: 0.95rem;
    cursor: pointer;
    color: #333;
    transition: background 0.2s;
    flex-shrink: 0;
}
.storage-intro__detail-close:hover {
    background: #f5f5f5;
}
.storage-intro__detail-back-fab {
    display: none;
}

@media only screen and (min-width: 769px) {
    .storage-intro__detail-back-fab {
        display: flex;
        position: fixed;
        right: max(20px, env(safe-area-inset-right, 0px));
        bottom: max(24px, env(safe-area-inset-bottom, 0px));
        z-index: 10001;
        width: 70px;
        height: 70px;
        margin: 0;
        padding: 10px 12px;
        box-sizing: border-box;
        border: none;
        border-radius: 50%;
        background: #b8a17a;
        color: #fff;
        font-family: "Noto Sans JP", "Noto Sans", sans-serif;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.3;
        letter-spacing: 0.02em;
        cursor: pointer;
        box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(10px);
        transition: opacity 0.28s ease, visibility 0s linear 0.28s, transform 0.28s ease,
            background 0.2s ease, color 0.2s ease;
    }
    .storage-intro__detail-back-fab__text {
        display: block;
    }
    .storage-intro__detail.is-open.is-heading-compact:not(.is-back-fab-hidden-by-cta) .storage-intro__detail-back-fab {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
        transition-delay: 0s, 0s, 0s, 0s, 0s, 0s, 0s;
    }
    .storage-intro__detail-back-fab:hover {
        background: #a3906a;
        color: #fff;
    }
    .storage-intro__detail-back-fab:focus-visible {
        outline: 2px solid #7a6848;
        outline-offset: 3px;
    }
}
@media only screen and (min-width: 769px) and (prefers-reduced-motion: reduce) {
    .storage-intro__detail-back-fab {
        transition: opacity 0.2s ease, visibility 0s linear 0.2s;
    }
    .storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-back-fab {
        transform: none;
    }
}
.storage-intro__detail-left {
    position: sticky;
    top: 0;
    z-index: 0;
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    overflow: visible;
    opacity: 0;
    transform: translateX(-12px);
    transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 0.55s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.storage-intro__detail-content .storage-intro__detail-left {
    opacity: 1;
    transform: translateX(0);
}
.storage-intro__detail-tabs {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: center;
    gap: 8px;
    margin-bottom: 5px;
    flex-shrink: 0;
}
.storage-intro__detail-tabs[aria-hidden="true"] {
    display: none;
}
.storage-intro__detail-tabs-note {
    margin: 0 0 12px;
    padding: 0;
    font-size: clamp(1.2rem, 0.22vw + 0.82rem, 2.02rem);
    line-height: 1.5;
    color: #000;
    text-align: center;
    flex-shrink: 0;
}
.storage-intro__detail-left .storage-intro__detail-tabs[aria-hidden="true"]+.storage-intro__detail-tabs-note {
    display: none;
}
@keyframes storage-detail-tab-shine {
    0% {
        background-position: -200% 0, 0 0;
    }
    100% {
        background-position: 240% 0, 0 0;
    }
}

@keyframes storage-detail-tab-sheen-periodic {
    0%,
    6% {
        transform: translateX(-130%) skewX(-18deg);
        opacity: 0;
    }
    9% {
        opacity: 1;
    }
    16% {
        transform: translateX(130%) skewX(-18deg);
        opacity: 0;
    }
    100% {
        transform: translateX(130%) skewX(-18deg);
        opacity: 0;
    }
}

@keyframes storage-detail-tab-sheen-hover-flash {
    0% {
        transform: translateX(-130%) skewX(-18deg);
        opacity: 0;
    }
    12% {
        opacity: 1;
    }
    55% {
        transform: translateX(130%) skewX(-18deg);
        opacity: 0;
    }
    100% {
        transform: translateX(130%) skewX(-18deg);
        opacity: 0;
    }
}
.storage-intro__detail-tab {
    box-sizing: border-box;
    flex: 1 1 calc(50% - 4px);
    max-width: calc(50% - 4px);
    min-width: 0;
    padding: clamp(8px, 0.55vw, 9px) clamp(6px, 0.8vw, 12px);
    border: 1px solid #8c2126;
    border-radius: 0;
    font-family: "Noto Sans JP", "Noto Sans", sans-serif;
    font-size: clamp(1.06rem, 0.38vw + 0.9rem, 1.38rem);
    color: #8c2126;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
    text-align: center;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background-image: linear-gradient(
        105deg,
        transparent 0%,
        transparent 34%,
        rgba(255, 255, 255, 1) 50%,
        transparent 66%,
        transparent 100%
    ),
    linear-gradient(#fff, #fff);
    background-size: 240% 100%, 100% 100%;
    background-position: -200% 0, 0 0;
    background-repeat: no-repeat, no-repeat;
}
.storage-intro__detail-tab::before,
.storage-intro__detail-tab::after {
    content: "";
    position: absolute;
    top: -8%;
    left: -40%;
    width: 65%;
    height: 116%;
    pointer-events: none;
    background: linear-gradient(
        100deg,
        transparent 0%,
        rgba(255, 255, 255, 0) 32%,
        rgba(255, 255, 255, 0.95) 50%,
        rgba(255, 255, 255, 0) 68%,
        transparent 100%
    );
    transform: translateX(-150%) skewX(-16deg);
    opacity: 0;
    mix-blend-mode: soft-light;
    z-index: 1;
}
.storage-intro__detail-tab::after {
    display: none;
    background: linear-gradient(
        100deg,
        transparent 0%,
        rgba(255, 255, 255, 0) 28%,
        rgba(255, 255, 255, 1) 50%,
        rgba(255, 255, 255, 0) 72%,
        transparent 100%
    );
}

.storage-intro__detail-tab.is-active::before,
.storage-intro__detail-tab.is-active::after,
.storage-intro__detail-tab[aria-selected="true"]::before,
.storage-intro__detail-tab[aria-selected="true"]::after {
    display: none;
}

.storage-intro__detail.is-open .storage-intro__detail-tab {
    animation: storage-detail-tab-shine 1.05s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards;
}
.storage-intro__detail.is-open .storage-intro__detail-tab:nth-of-type(2) {
    animation-delay: 0.26s;
}

.storage-intro__detail.is-open .storage-intro__detail-tab:not(.is-active):not([aria-selected="true"])::before {
    display: block;
    animation: storage-detail-tab-sheen-periodic 4.2s ease-in-out 1.15s infinite;
}
.storage-intro__detail.is-open .storage-intro__detail-tab:not(.is-active):not([aria-selected="true"])::after {
    display: block;
    animation: storage-detail-tab-sheen-periodic 4.2s ease-in-out 3.25s infinite;
}

.storage-intro__detail.is-open .storage-intro__detail-tab:not(.is-active):not([aria-selected="true"]):hover::after {
    animation: storage-detail-tab-sheen-hover-flash 0.62s cubic-bezier(0.22, 1, 0.36, 1);
}

.storage-intro__detail-tab:not(.is-active):not([aria-selected="true"]):hover {
    border-color: #8c2126;
    color: #fff;
    background-image: linear-gradient(
        105deg,
        transparent 0%,
        transparent 36%,
        rgba(255, 255, 255, 0.55) 50%,
        transparent 64%,
        transparent 100%
    ),
    linear-gradient(#8c2126, #8c2126);
    background-size: 240% 100%, 100% 100%;
    background-position: 240% 0, 0 0;
}

.storage-intro__detail.is-open .storage-intro__detail-tab:not(.is-active):not([aria-selected="true"]):hover {
    animation: storage-detail-tab-shine 0.88s cubic-bezier(0.22, 1, 0.36, 1);
}
.storage-intro__detail-tab.is-active,
.storage-intro__detail-tab[aria-selected="true"] {
    border-color: #8c2126;
    color: #fff;
    background-image: linear-gradient(
        105deg,
        transparent 0%,
        transparent 36%,
        rgba(255, 255, 255, 0.55) 50%,
        transparent 64%,
        transparent 100%
    ),
    linear-gradient(#8c2126, #8c2126);
    background-size: 240% 100%, 100% 100%;
    background-position: 240% 0, 0 0;
}
.storage-intro__detail-tab.is-active:hover,
.storage-intro__detail-tab[aria-selected="true"]:hover {
    background-image: linear-gradient(
        105deg,
        transparent 0%,
        transparent 36%,
        rgba(255, 255, 255, 0.55) 50%,
        transparent 64%,
        transparent 100%
    ),
    linear-gradient(#8c2126, #8c2126);
    background-position: 240% 0, 0 0;
}
@media (prefers-reduced-motion: reduce) {
    .storage-intro__detail.is-open .storage-intro__detail-tab {
        animation: none;
    }
    .storage-intro__detail.is-open .storage-intro__detail-tab:not(.is-active):not([aria-selected="true"]):hover {
        animation: none;
    }
    .storage-intro__detail.is-open .storage-intro__detail-tab::before,
    .storage-intro__detail.is-open .storage-intro__detail-tab::after {
        display: none !important;
        animation: none !important;
    }
    .storage-intro__detail-tab {
        background: #fff;
        background-image: none;
    }
    .storage-intro__detail-tab:hover {
        background: #f5f5f5;
        background-image: none;
    }
    .storage-intro__detail-tab.is-active,
    .storage-intro__detail-tab[aria-selected="true"] {
        background: #8c2126;
        background-image: none;
    }
    .storage-intro__detail-tab.is-active:hover,
    .storage-intro__detail-tab[aria-selected="true"]:hover {
        background: #8c2126;
        background-image: none;
    }
}
.storage-intro__detail-left-inner {
    display: flex;
    flex-direction: row;
    gap: 12px;
    width: 100%;
    height: 100%;
    min-height: 280px;
    flex: 1;
    align-self: stretch;
    min-width: 0;
    overflow: hidden;
}
.storage-intro__detail-left-static {
    flex: 0 0 30%;
    max-width: 30%;
    min-width: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
}
.storage-intro__detail-img-static {
    width: 50%;
    max-width: 50%;
    height: auto;
    min-height: 0;
    margin-top: 12px;
    object-fit: contain;
    object-position: left top;
    display: block;
    align-self: flex-start;
}
.storage-intro__detail-left-switch {
    position: relative;
    flex: 1;
    min-width: 0;
    min-height: 280px;
    overflow: hidden;
}
.storage-intro__detail-img {
    object-fit: contain;
    object-position: center center;
    display: block;
    transform-origin: center center;
    transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1),
        transform 0.5s cubic-bezier(0.18, 0.92, 0.24, 1);
}
.storage-intro__detail-left-switch .storage-intro__detail-img--a,
.storage-intro__detail-left-switch .storage-intro__detail-img--b {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: contain;
    transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1),
        transform 0.5s cubic-bezier(0.18, 0.92, 0.24, 1);
}
.storage-intro__detail-left-switch .storage-intro__detail-img--b {
    opacity: 0;
    pointer-events: none;
}

/* フォーカス枠のキラッと：白グラデが横に流れる（参考: https://blog.grinee.net/glowing-button/）
 * skewX は枠の高さに応じて外側へ大きくはみ出すため、斜めは linear-gradient の角度のみで表現する
 * 終点は 100% 未満にして、キラが枠の右端まで届かないようにする */
@keyframes storage-focus-frame-shine {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    0.1% {
        opacity: 1;
    }
    20% {
        transform: translateX(34%);
        opacity: 1;
    }
    20.5% {
        transform: translateX(34%);
        opacity: 0;
    }
    21%,
    100% {
        transform: translateX(-100%);
        opacity: 0;
    }
}

/*
 * フォーカス枠の線色＝図面上 Point バッジ色（js の SP_DETAIL_BADGE_COLORS と同値を維持すること）
 */
#storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-fit-in-closet"] {
    --storage-focus-accent: #cd706b;
}
#storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-corridor"] {
    --storage-focus-accent: #91a95e;
}
#storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-ugokuro-s"] {
    --storage-focus-accent: #d591ac;
}
#storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-futon-closet"] {
    --storage-focus-accent: #ca963f;
}
#storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-ugokuro-plus"] {
    --storage-focus-accent: #d3c165;
}

/* PC / SP フォーカス枠共通：光の帯（.is-active 時は下でオフ）
 * 描画は矩形内に収まる（skew なし）／バッジは親の子のまま外に出せる */
.storage-intro__detail-pc-focus-point::after,
.storage-intro__detail-body .storage-intro__detail-sp-row--modal-only .storage-intro__detail-sp-focus-point::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    transform: translateX(-100%);
    opacity: 0;
    background: linear-gradient(
        75deg,
        rgba(255, 255, 255, 0) 30%,
        rgba(255, 255, 255, 0.52) 50%,
        rgba(255, 255, 255, 0) 70%
    );
    -webkit-mask-image: linear-gradient(to right, #fff 0%, #fff 32%, rgba(255, 255, 255, 0.2) 48%, transparent 62%);
    mask-image: linear-gradient(to right, #fff 0%, #fff 32%, rgba(255, 255, 255, 0.2) 48%, transparent 62%);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
    animation: storage-focus-frame-shine 2.6s linear infinite;
}

.storage-intro__detail-pc-focus-point.is-active::after {
    animation: none;
    opacity: 0;
}

.storage-intro__detail-pc-focus-point.is-active .storage-intro__detail-pc-focus-point-badge::before {
    animation: none;
    opacity: 0;
}

/* Point バッジ（枠の上／左外など）：枠と同じキラ（::before をラベル・文字の下層に描画） */
.storage-intro__detail-pc-focus-point-badge::before,
.storage-intro__detail-sp-focus-point-badge::before {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-sizing: border-box;
    transform: translateX(-100%);
    opacity: 0;
    background: linear-gradient(
        75deg,
        rgba(255, 255, 255, 0) 30%,
        rgba(255, 255, 255, 0.45) 50%,
        rgba(255, 255, 255, 0) 70%
    );
    -webkit-mask-image: linear-gradient(to right, #fff 0%, #fff 32%, rgba(255, 255, 255, 0.2) 48%, transparent 62%);
    mask-image: linear-gradient(to right, #fff 0%, #fff 32%, rgba(255, 255, 255, 0.2) 48%, transparent 62%);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    pointer-events: none;
    animation: storage-focus-frame-shine 2.6s linear infinite;
}

.storage-intro__detail-focus-point-badge-ico {
    display: block;
    flex-shrink: 0;
    font-size: 16px;
    line-height: 1;
    width: 1em;
    text-align: center;
    pointer-events: none;
    color: currentColor;
}

@media only screen and (min-width: 769px) {
    .storage-intro__detail-pc-focus-points {
        position: absolute;
        inset: 0;
        z-index: 2;
        pointer-events: none;
        isolation: isolate;
    }
    .storage-intro__detail-pc-focus-point {
        position: absolute;
        box-sizing: border-box;
        border: 4px solid var(--storage-focus-accent, #a01d21);
        background: transparent;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
        overflow: visible;
        display: block;
        /* 親 .storage-intro__detail-pc-focus-points は pointer-events:none のため、枠のみクリック可能にする */
        pointer-events: auto;
        cursor: pointer;
        transition: border-color 0.4s cubic-bezier(0.33, 1, 0.68, 1),
            background 0.4s cubic-bezier(0.33, 1, 0.68, 1);
        z-index: 1;
    }
    .storage-intro__detail-pc-focus-point.is-active {
        /* 枠線色と同じトーンを約30%の不透明度で塗り（プラン別 --storage-focus-accent） */
        background: color-mix(in srgb, var(--storage-focus-accent, #a01d21) 30%, transparent);
        z-index: 10;
    }

    /* ホバー／クリック時も同じ塗りでフィードバック（スクロール連動の .is-active と併用可） */
    .storage-intro__detail-pc-focus-point:hover {
        background: color-mix(in srgb, var(--storage-focus-accent, #a01d21) 30%, transparent);
        z-index: 10;
    }
    .storage-intro__detail-pc-focus-point-badge,
    .storage-intro__detail-pc-focus-point-badge:link,
    .storage-intro__detail-pc-focus-point-badge:visited,
    .storage-intro__detail-pc-focus-point-badge:hover,
    .storage-intro__detail-pc-focus-point-badge:active {
        color: #fff;
    }

    .storage-intro__detail-pc-focus-point-badge {
        position: absolute;
        left: 50%;
        bottom: 100%;
        transform: translate(-50%, 0);
        margin-bottom: 5px;
        z-index: 2;
        box-sizing: border-box;
        width: max-content;
        max-width: none;
        min-height: 28px;
        height: auto;
        padding: 2px 10px;
        border-radius: 999px;
        border: 2px solid #a01d21;
        background: #a01d21;
        overflow: hidden;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 6px;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.25;
        letter-spacing: 0.02em;
        white-space: nowrap;
        font-variant-numeric: tabular-nums;
        text-decoration: none;
        cursor: pointer;
        pointer-events: auto;
    }

    .storage-intro__detail-pc-focus-point-badge:focus {
        outline: none;
    }

    .storage-intro__detail-pc-focus-point-badge:focus-visible {
        outline: 2px solid #fff;
        outline-offset: 2px;
    }
    /* sec-plan-corridor: Point01・02 のバッジを枠の左外（縦中央）へ */
    #storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-corridor"] .storage-intro__detail-pc-focus-point[data-pc-focus-index="0"] .storage-intro__detail-pc-focus-point-badge,
    #storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-corridor"] .storage-intro__detail-pc-focus-point[data-pc-focus-index="1"] .storage-intro__detail-pc-focus-point-badge {
        left: auto;
        right: 100%;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        margin-bottom: 0;
        margin-right: 6px;
    }
    /* sec-plan-fit-in-closet: Point02 のバッジを枠の左外（縦中央）へ */
    #storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-fit-in-closet"] .storage-intro__detail-pc-focus-point[data-pc-focus-index="1"] .storage-intro__detail-pc-focus-point-badge {
        left: auto;
        right: 100%;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        margin-bottom: 0;
        margin-right: 6px;
    }
    /* sec-plan-futon-closet: Point01・Point03 は枠の左外（Point02 は枠の上・デフォルト） */
    #storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-futon-closet"] .storage-intro__detail-pc-focus-point[data-pc-focus-index="0"] .storage-intro__detail-pc-focus-point-badge,
    #storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-futon-closet"] .storage-intro__detail-pc-focus-point[data-pc-focus-index="2"] .storage-intro__detail-pc-focus-point-badge {
        left: auto;
        right: 100%;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        margin-bottom: 0;
        margin-right: 6px;
    }
    /* sec-plan-ugokuro-s: Point02 のバッジのみ枠の左外（縦中央）へ */
    #storage-intro-detail.storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-ugokuro-s"] .storage-intro__detail-pc-focus-point[data-pc-focus-index="1"] .storage-intro__detail-pc-focus-point-badge {
        left: auto;
        right: 100%;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        margin-bottom: 0;
        margin-right: 6px;
    }
}
@media only screen and (max-width: 768px) {
    .storage-intro__detail-pc-focus-points {
        display: none !important;
    }
}
@media (prefers-reduced-motion: reduce) {
    .storage-intro__detail-img,
    .storage-intro__detail-left-switch .storage-intro__detail-img--a,
    .storage-intro__detail-left-switch .storage-intro__detail-img--b {
        transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    }
    .storage-intro__detail-left-switch .storage-intro__detail-img--a,
    .storage-intro__detail-left-switch .storage-intro__detail-img--b {
        transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    }
    .storage-intro__detail-pc-focus-point::after,
    .storage-intro__detail-body .storage-intro__detail-sp-row--modal-only .storage-intro__detail-sp-focus-point::after,
    .storage-intro__detail-pc-focus-point-badge::before,
    .storage-intro__detail-sp-focus-point-badge::before {
        animation: none !important;
    }
}
.storage-intro__detail-right {
    position: relative;
    z-index: 1;
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: hidden;
}
.storage-intro__detail-other {
    display: none;
}

.storage-intro__detail-heading {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(10px, 1.8vw, 22px);
    padding: 0;
    margin-top: 24px;
    margin-bottom: 20px;
    height: 140px;
    min-height: 140px;
    max-height: 140px;
    background: #fff;
    border: 10px solid #d2cdb8;
    border-radius: 8px;
    box-shadow: none;
    cursor: pointer;
    overflow: visible;
    --storage-detail-bubble-fs: clamp(9px, 0.95vw + 6px, 11px);
    --storage-detail-copy-fs: 17px;
    --storage-detail-cta-fs: 26px;
}
.storage-intro__detail-heading-left {
    flex: 0 1 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    align-self: stretch;
    gap: 0;
    min-width: 0;
    max-width: min(56%, 500px);
    overflow: visible;
    height: 100%;
    max-height: 100%;
}
.storage-intro__detail-family-img-wrap {
    flex: 0 0 auto;
    width: 270px;
    min-width: 270px;
    max-width: 270px;
    min-height: 0;
    max-height: none;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: visible;
    position: relative;
    z-index: 2;
    margin-top: -18px;
    margin-bottom: 0;
}
.storage-intro__detail-family-img {
    width: 440px;
    max-width: 440px;
    height: auto;
    max-height: 150px;
    object-fit: contain;
    object-position: center bottom;
    display: block;
}
.storage-intro__detail-heading .storage-intro__detail-family-text {
    position: absolute;
    z-index: 1;
    width: auto;
    margin: 0;
    box-sizing: border-box;
    overflow: visible;
    clip: auto;
    border: 0;
    font-family: "Noto Sans JP", "Noto Sans", sans-serif;
    color: #000;
    font-size: var(--storage-detail-bubble-fs, 12px);
    line-height: 1.45;
    font-weight: 400;
    text-align: left;
    max-height: none;
    display: block;
    -webkit-box-orient: initial;
    -webkit-line-clamp: initial;
    line-clamp: initial;
    left: 35.03cqw;
    right: 4.38cqw;
    top: 20.5cqh;
    bottom: -9.62cqh;
    padding: 11.54cqh 2.68cqw 5.77cqh 0.89cqw;
}
@supports not (width: 1cqw) {
    .storage-intro__detail-heading .storage-intro__detail-family-text {
        left: 35.03%;
        right: 4.38%;
        top: 20.5%;
        bottom: -9.62%;
        padding: 10px 6px 6px 2px;
    }
    @media only screen and (min-width: 769px) {
        .storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-fit-in-closet"] .storage-intro__detail-heading .storage-intro__detail-family-text,
        .storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-corridor"] .storage-intro__detail-heading .storage-intro__detail-family-text {
            left: 20.03% !important;
        }
        .storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-fit-in-closet"] .storage-intro__detail-heading .storage-intro__detail-family-text {
            right: 9% !important;
        }
    }
}
@media only screen and (min-width: 750px) {
    @supports not (width: 1cqw) {
        .storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-fit-in-closet"] .storage-intro__detail-heading .storage-intro__detail-family-text {
            left: 22.03% !important;
            right: 12% !important;
        }
    }
}
.storage-intro__detail-heading-center {
    position: relative;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    width: 100%;
    box-sizing: border-box;
    padding-top: clamp(22px, 8vw, 40px);
}
.storage-intro__detail-heading-center-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
    max-width: 100%;
    padding-left: 3em;
    padding-top: 0;
    box-sizing: border-box;
}
.storage-intro__detail-catch-center,
.storage-intro__detail-title-center {
    margin: 0;
    text-align: left;
    font-family: "Noto Sans JP", "Noto Sans", sans-serif;
    color: #7a221c;
    font-weight: 700;
}
.storage-intro__detail-catch-center {
    font-size: var(--storage-detail-copy-fs, 18px);
    line-height: 1.15;
}
.storage-intro__detail-title-center {
    font-size: var(--storage-detail-copy-fs, 18px);
    line-height: 1.35;
}
.storage-intro__detail-heading-cta--center {
    margin-top: 4px;
    align-self: flex-start;
}
.storage-intro__detail-heading-inner {
    flex: 1;
    min-width: 0;
    min-height: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(8px, 1.5vw, 18px);
    width: auto;
    align-self: stretch;
    height: 100%;
    max-height: 100%;
}
@media only screen and (min-width: 769px) {
    .storage-intro__detail.is-open .storage-intro__detail-heading-center {
        display: none !important;
    }
    .storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading {
        overflow: visible !important;
        align-items: flex-end !important;
    }
    .storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading-left {
        overflow: visible !important;
    }
    .storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-family-img-wrap {
        margin-bottom: -20px !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading-inner {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        min-width: 0 !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
        box-sizing: border-box !important;
    }
    .storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading-inner {
        justify-content: center !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading-copy {
        flex: 0 1 min(90%, 920px) !important;
        max-width: min(90%, 920px) !important;
        min-width: 0 !important;
        margin-left: 0;
        padding-left: 0;
        padding-top: 0;
        box-sizing: border-box;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading-copy .storage-intro__detail-catch-body > .storage-intro__detail-catch-copy > .storage-intro__detail-catch-text > .storage-intro__detail-catch > .storage-intro__detail-solved-badge:not(.storage-intro__detail-solved-badge--sp) {
        max-width: calc(100% - 8px);
    }
    .storage-intro__detail.is-open .storage-intro__detail-tab {
        font-size: clamp(0.95rem, 0.32vw + 0.78rem, 1.22rem);
    }
    .storage-intro__detail-body .storage-plan-detail__block-ttl--plan {
        font-size: clamp(1.55rem, 0.95rem + 0.9vw, 2.1rem);
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading .storage-intro__detail-catch-text-inner .storage-detail-heading-line {
        display: block;
        white-space: normal;
        word-break: keep-all;
    }
}

@media only screen and (min-width: 1200px) {
    .storage-intro__detail.is-open .storage-intro__detail-heading {
        --storage-detail-copy-fs: clamp(28px, 1.55rem + 4px, 34px) !important;
        --storage-detail-badge-w: 120px;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading-copy {
        padding-top: 0;
        margin-top: -1em;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading-copy .storage-intro__detail-catch-body > .storage-intro__detail-catch-copy > .storage-intro__detail-catch-text > .storage-intro__detail-catch > .storage-intro__detail-solved-badge:not(.storage-intro__detail-solved-badge--sp) {
        width: var(--storage-detail-badge-w, 120px) !important;
        max-width: calc(100% - 8px) !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading {
        --storage-detail-copy-fs: clamp(26px, 1.45rem + 3px, 32px) !important;
    }
}

@media only screen and (min-width: 1200px) {
    .storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading-copy {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
    .storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading-inner,
    .storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading-copy,
    .storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading .storage-intro__detail-catch,
    .storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading .storage-intro__detail-catch-body,
    .storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading .storage-intro__detail-catch-copy,
    .storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading .storage-intro__detail-catch-text,
    .storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading .storage-intro__detail-catch-text-inner,
    .storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading .storage-intro__detail-title {
        padding-top: 0 !important;
        margin-top: -0.35em !important;
    }
}
@media only screen and (min-width: 1600px) {
    .storage-intro__detail.is-open .storage-intro__detail-tab {
        min-height: 56px;
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: 1.85rem;
        line-height: 1.3;
    }
    .storage-intro__detail.is-open .storage-intro__detail-body .storage-plan-detail__block--cta-only .storage-plan-detail__cta-row .storage-plan-detail__cta,
    .storage-intro__detail.is-open .storage-intro__detail-body .storage-plan-detail__block--cta-only .storage-plan-detail__cta-row .storage-plan-detail__close-btn {
        font-size: 2.15rem;
        line-height: 1.3;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
    .storage-intro__detail.is-open .storage-intro__detail-heading {
        height: auto !important;
        min-height: 140px !important;
        max-height: none !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading-inner {
        flex: 1 1 0 !important;
        min-width: 0 !important;
        justify-content: center !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading-copy {
        flex: 1 1 0 !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading .storage-intro__detail-catch-text-inner .storage-detail-heading-line {
        white-space: normal !important;
        max-width: 100% !important;
        word-break: keep-all;
        overflow-wrap: normal;
        line-break: strict;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
    .storage-intro__detail.is-open .storage-intro__detail-heading {
        --storage-detail-copy-fs: clamp(22px, 1.42rem + 2px, 30px) !important;
        --storage-detail-badge-w: 108px;
    }
    .storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading-inner {
        justify-content: flex-start !important;
        align-items: center !important;
    }
    .storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading-copy {
        flex: 0 1 min(90%, 920px) !important;
        max-width: min(90%, 920px) !important;
        margin-left: 0 !important;
        margin-right: auto !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading-copy .storage-intro__detail-catch-body > .storage-intro__detail-catch-copy > .storage-intro__detail-catch-text > .storage-intro__detail-catch > .storage-intro__detail-solved-badge:not(.storage-intro__detail-solved-badge--sp) {
        width: var(--storage-detail-badge-w, 108px) !important;
        max-width: calc(100% - 8px) !important;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1599px) {
    .storage-intro__detail.is-open .storage-intro__detail-tab {
        font-size: clamp(1.06rem, 0.68vw + 0.78rem, 1.85rem);
        line-height: 1.32;
        min-height: clamp(44px, 4.6vw + 14px, 56px);
        padding: clamp(6px, 0.62vw, 9px) clamp(10px, 1.05vw, 20px);
    }
    .storage-intro__detail.is-open .storage-intro__detail-body .storage-plan-detail__block--cta-only .storage-plan-detail__cta-row .storage-plan-detail__cta,
    .storage-intro__detail.is-open .storage-intro__detail-body .storage-plan-detail__block--cta-only .storage-plan-detail__cta-row .storage-plan-detail__close-btn {
        font-size: clamp(1.22rem, 0.82vw + 0.92rem, 2.1rem);
        line-height: 1.32;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1060px) {
    .storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading-copy {
        flex: 0 1 min(100%, 920px) !important;
        max-width: min(100%, 920px) !important;
    }
}
@media only screen and (max-width: 768px) {
    .storage-intro__detail.is-open .storage-intro__detail-heading-inner {
        display: none !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading-center {
        display: flex !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading {
        --storage-detail-copy-fs: clamp(19px, 5.4vw, 25px);
        --storage-detail-bubble-fs: clamp(13px, 1.55vw + 8px, 17px);
        --storage-detail-cta-fs: 30px;
        flex-direction: column;
        align-items: stretch;
        flex-wrap: wrap;
        gap: 12px;
        height: auto !important;
        min-height: 140px !important;
        max-height: none !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading-center {
        align-items: center;
        width: 100%;
        box-sizing: border-box;
        margin-top: 0;
        padding-left: clamp(8px, 2.2vw, 14px);
        padding-right: clamp(12px, 3.5vw, 22px);
        padding-top: 0;
        position: relative;
        z-index: 3;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading-center-inner {
        align-items: center;
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading-center-inner .storage-intro__detail-catch-center,
    .storage-intro__detail.is-open .storage-intro__detail-heading-center-inner .storage-intro__detail-title-center {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
        text-align: center;
        white-space: normal;
        word-break: keep-all;
        overflow-wrap: anywhere;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading-center-inner .storage-intro__detail-solved-badge--sp {
        position: absolute;
        left: clamp(-10px, -2.4vw, -4px);
        top: -36px;
        width: clamp(102px, 28vw, 132px);
        max-width: calc(100% - 8px);
        margin-bottom: 0;
    }
    .storage-intro__detail.is-open .storage-intro__detail-catch-center:has(.storage-detail-heading-line) {
        align-items: center !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading .storage-intro__detail-catch-center,
    .storage-intro__detail.is-open .storage-intro__detail-heading .storage-intro__detail-title-center {
        text-align: center !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading-left {
        display: flex !important;
        max-width: 100%;
        width: 100%;
        height: auto !important;
        max-height: none !important;
        flex: 0 0 auto !important;
        flex-wrap: wrap !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        gap: 8px !important;
        box-sizing: border-box !important;
        margin-bottom: 0px;
    }
    @media only screen and (min-width: 600px) {
        .storage-intro__detail.is-open .storage-intro__detail-heading-left {
            justify-content: center !important;
        }
        .storage-intro__detail.is-open .storage-intro__detail-heading-center-inner {
            display: inline-flex;
            flex-direction: column;
            align-items: center;
            width: auto;
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
            min-width: 0;
            padding-top: clamp(14px, 2.8vw, 28px);
        }
        .storage-intro__detail.is-open .storage-intro__detail-heading-center-inner .storage-intro__detail-catch-center,
        .storage-intro__detail.is-open .storage-intro__detail-heading-center-inner .storage-intro__detail-title-center {
            width: auto;
            max-width: 100%;
        }
        .storage-intro__detail.is-open .storage-intro__detail-heading-center-inner .storage-intro__detail-solved-badge--sp {
            top: clamp(-48px, -7vw, -40px);
        }
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading .storage-intro__detail-family-text {
        max-height: none !important;
        -webkit-line-clamp: initial !important;
        line-clamp: initial !important;
        word-break: keep-all;
        overflow-wrap: break-word;
        overflow: visible !important;
        left: 23.5cqw;
        right: 8.2cqw;
        top: 14.5cqh;
        bottom: 4.8cqh;
        padding: 3.8cqh 1.4cqw 2.6cqh 0.9cqw;
        line-height: 1.38;
    }
    .storage-intro__detail.is-open .storage-intro__detail-family-img-wrap {
        margin-top: clamp(-10px, -2vw, -2px) !important;
        width: 90% !important;
        min-width: 0 !important;
        max-width: 90% !important;
        flex: 0 1 auto !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-family-img {
        width: 100% !important;
        max-width: 100% !important;
        max-height: min(40vw, 180px) !important;
        height: auto !important;
        display: block !important;
    }
}
@supports not (width: 1cqw) {
    @media only screen and (max-width: 768px) {
        .storage-intro__detail.is-open .storage-intro__detail-heading .storage-intro__detail-family-text {
            left: 23.5%;
            right: 8.2%;
            top: 14.5%;
            bottom: 4.8%;
            padding: 6px 3px 5px 2px;
        }
    }
}
.storage-intro__detail-heading-copy {
    position: relative;
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    text-align: left;
    padding-top: 0;
    padding-left: 0;
    box-sizing: border-box;
}

.storage-intro__detail-heading-copy > .storage-intro__detail-catch-body {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}
.storage-intro__detail-heading-copy .storage-intro__detail-catch-copy,
.storage-intro__detail-heading-copy .storage-intro__detail-catch-text,
.storage-intro__detail-heading-copy .storage-intro__detail-catch-text-inner {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}
.storage-intro__detail-solved-badge {
    position: absolute;
    left: 0;
    top: -30px;
    margin: 0;
    padding: 0;
    line-height: 0;
    pointer-events: none;
    z-index: 1;
    width: 88px;
    max-width: calc(100% - 8px);
}
.storage-intro__detail-solved-badge img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: left top;
}
.storage-intro__detail-solved-badge--sp {
    width: 72px;
    left: 0;
    top: 14px;
}
.storage-intro__detail-heading .storage-intro__detail-catch-text-inner,
.storage-intro__detail-heading .storage-intro__detail-catch-center {
    font-size: var(--storage-detail-copy-fs, 30px) !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    color: #8c2126 !important;
}
.storage-intro__detail-heading .storage-intro__detail-title,
.storage-intro__detail-heading .storage-intro__detail-title-center {
    font-size: var(--storage-detail-copy-fs, 30px) !important;
    line-height: 1.32 !important;
    font-weight: 700 !important;
    color: #8c2126 !important;
}

.storage-intro__detail-heading .storage-intro__detail-catch-text-inner:has(.storage-detail-heading-line) {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.2em !important;
    line-height: 1.1 !important;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}
.storage-intro__detail-heading .storage-intro__detail-catch-center:has(.storage-detail-heading-line) {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.2em !important;
    line-height: 1.1 !important;
}
.storage-intro__detail-heading .storage-intro__detail-catch-text-inner:has(.storage-detail-heading-line) br,
.storage-intro__detail-heading .storage-intro__detail-catch-center:has(.storage-detail-heading-line) br {
    display: none !important;
}
.storage-intro__detail-heading .storage-intro__detail-catch-text-inner:has(.storage-detail-heading-line) .storage-detail-heading-line,
.storage-intro__detail-heading .storage-intro__detail-catch-center:has(.storage-detail-heading-line) .storage-detail-heading-line {
    line-height: 1.1 !important;
    margin: 0 !important;
}
.storage-intro__detail-heading .storage-intro__detail-catch-text-inner:has(.storage-detail-heading-line) .storage-detail-heading-line {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

#storage-intro-detail.storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading-inner .storage-intro__detail-heading-copy {
    align-items: stretch !important;
    box-sizing: border-box !important;
}
#storage-intro-detail.storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading-copy > .storage-intro__detail-catch-body {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}
#storage-intro-detail.storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading-copy > .storage-intro__detail-catch-body > .storage-intro__detail-catch-copy {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}
#storage-intro-detail.storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading-copy > .storage-intro__detail-catch-body > .storage-intro__detail-catch-copy > .storage-intro__detail-catch-text {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}
#storage-intro-detail.storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading-copy > .storage-intro__detail-catch-body > .storage-intro__detail-catch-copy > .storage-intro__detail-catch-text > .storage-intro__detail-catch-text-inner {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}
#storage-intro-detail.storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading .storage-intro__detail-catch-text-inner:has(.storage-detail-heading-line) {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}
#storage-intro-detail.storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading .storage-intro__detail-catch-text-inner:has(.storage-detail-heading-line) .storage-detail-heading-line {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}
.storage-intro__detail-heading .storage-intro__detail-title:empty,
.storage-intro__detail-heading .storage-intro__detail-title-center:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
}
.storage-intro__detail-heading-cta {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: clamp(5px, 3vw, 30px);
    padding: 0.1em clamp(0.9em, 3vw, 1.15em);
    border-radius: 999px;
    background-color: #d3c165;
    color: #fff !important;
    font-family: "Noto Sans JP", "Noto Sans", sans-serif;
    font-size: var(--storage-detail-cta-fs, 28px);
    font-weight: 700;
    letter-spacing: 0.04em;
    white-space: nowrap;
    pointer-events: none;
    line-height: 1.25;
    box-sizing: border-box;
}
.storage-intro__detail-heading-cta:empty {
    display: none;
}

.storage-intro__detail-catch {
    margin: 0;
    padding: 0;
}
.storage-intro__detail-catch-body {
    flex: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.storage-intro__detail-catch-copy {
    flex: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.storage-intro__detail-catch-text {
    position: relative;
    flex: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.storage-intro__detail-catch-text-inner {
    flex: none;
    font-size: clamp(0.875rem, 1vw + 0.35rem, 1.125rem);
    color: #7a221c;
    margin: 0;
    line-height: 1.15;
    text-align: left;
    font-weight: 700;
    font-family: "Noto Sans JP", "Noto Sans", sans-serif;
}
.storage-intro__detail-title {
    flex: none;
    font-size: clamp(1.35rem, 1.6vw + 0.65rem, 2rem);
    font-weight: 700;
    color: #7a221c;
    margin: 0;
    line-height: 1.35;
    text-align: left;
    font-family: "Noto Sans JP", "Noto Sans", sans-serif;
}
.storage-intro__img-modal {
    position: fixed;
    inset: 0;
    z-index: 100200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.28s ease, visibility 0s linear 0.28s;
}
.storage-intro__img-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
}
@media (max-width: 768px) {
    body.is-img-modal-open {
        overflow: hidden;
    }
    .storage-section--intro.is-expanded .storage-intro__detail.is-open {
        transition: transform 0.4s var(--storage-fade-ease), opacity 0.4s var(--storage-fade-ease);
        transform-origin: center center;
        padding-top: 0 !important;
    }
    .storage-section--intro.is-expanded {
        transition: background 0.28s ease;
    }
    body.is-img-modal-open .storage-section--intro.is-expanded {
        background: rgba(0, 0, 0, 0.85);
    }
    .storage-intro__img-modal {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 0;
        padding-left: max(4px, env(safe-area-inset-left, 0px));
        padding-right: max(4px, env(safe-area-inset-right, 0px));
        padding-top: var(--storage-img-modal-pad-top);
        padding-bottom: var(--storage-img-modal-pad-bottom);
        box-sizing: border-box;
        min-height: 100dvh;
        min-height: 100vh;
    }
    .storage-intro__img-modal:has(.storage-intro__img-modal__scroll:not(.is-single-panel)) {
        padding-right: env(safe-area-inset-right, 0px);
    }
    body.is-img-modal-open .storage-intro__img-modal {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .storage-intro__img-modal__inner {
        flex: 0 1 auto;
        align-self: center;
        width: 100%;
        max-width: min(560px, 100%);
        margin-left: auto;
        margin-right: auto;
        height: auto;
        max-height: calc(100vh - var(--storage-img-modal-pad-top) - var(--storage-img-modal-pad-bottom));
        max-height: calc(100dvh - var(--storage-img-modal-pad-top) - var(--storage-img-modal-pad-bottom));
        max-height: min(
            calc(100dvh - var(--storage-img-modal-pad-top) - var(--storage-img-modal-pad-bottom) - var(--storage-img-modal-inner-fudge)),
            calc(100svh - var(--storage-img-modal-pad-top) - var(--storage-img-modal-pad-bottom) - var(--storage-img-modal-inner-fudge))
        );
        min-height: 0;
        padding: 4px 6px;
        gap: 4px;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .storage-intro__img-modal__scroll {
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0;
    }
    .storage-intro__img-modal__close {
        top: 6px;
        right: 6px;
    }
    .storage-intro__img-modal__close img {
        height: 28px;
    }
    .storage-intro__img-modal__scroll {
        gap: 6px;
        padding: 2px 0;
        font-size: 1.05rem;
    }
    .storage-intro__img-modal__head {
        gap: 0;
        min-width: 140px;
        max-width: 70vw;
        font-size: 1.05rem;
    }
    .storage-intro__img-modal__head-body {
        gap: 8px;
    }
    .storage-intro__img-modal__head .storage-plan-detail__block-catch {
        font-size: clamp(1.4rem, 3.4vw, 1.55rem);
    }
    .storage-intro__img-modal__head .storage-plan-detail__block-ttl {
        font-size: clamp(1.3rem, 2.85vw, 1.45rem);
        line-height: 1.22;
    }
    .storage-intro__img-modal__head .storage-plan-detail__block-txt {
        font-size: clamp(1.1rem, 2.35vw, 1.2rem);
    }
    .storage-intro__img-modal__scroll-hint {
        margin: 10px 0 0;
        padding: 0;
        font-size: 0.8rem;
        color: #333;
        letter-spacing: 0.05em;
        flex-shrink: 0;
        animation: storage-modal-scroll-hint 2s ease-in-out infinite;
    }
    .storage-intro__img-modal__head .storage-intro__img-modal__scroll-hint {
        margin-top: 10px;
    }
    .storage-intro__img-modal__section--1 .storage-intro__img-modal__scroll-hint {
        margin-top: 16px;
    }
    @keyframes storage-modal-scroll-hint {
        0%, 100% {
            opacity: 1;
        }
        50% {
            opacity: 0.5;
        }
    }
    .storage-intro__img-modal__scroll>.storage-plan-detail__block-inner {
        min-width: 140px;
        max-width: 70vw;
        -webkit-overflow-scrolling: touch;
    }
    .is-ios .storage-intro__img-modal {
        flex-direction: column;
        padding: 0;
        padding-left: max(4px, env(safe-area-inset-left, 0px));
        padding-right: max(4px, env(safe-area-inset-right, 0px));
        padding-top: var(--storage-img-modal-pad-top);
        padding-bottom: var(--storage-img-modal-pad-bottom);
        min-height: 100dvh;
        min-height: 100vh;
        box-sizing: border-box;
        align-items: center;
        justify-content: center;
    }
    .is-ios .storage-intro__img-modal:has(.storage-intro__img-modal__scroll:not(.is-single-panel)) {
        padding-right: env(safe-area-inset-right, 0px);
    }
    .is-ios .storage-intro__img-modal__inner {
        width: 100%;
        max-width: min(560px, 100%);
        margin-left: auto;
        margin-right: auto;
        flex: 0 1 auto;
        min-height: 0 !important;
        height: auto !important;
        max-height: calc(100dvh - var(--storage-img-modal-pad-top) - var(--storage-img-modal-pad-bottom) - var(--storage-img-modal-inner-fudge)) !important;
        max-height: min(
            calc(100dvh - var(--storage-img-modal-pad-top) - var(--storage-img-modal-pad-bottom) - var(--storage-img-modal-inner-fudge)),
            calc(100svh - var(--storage-img-modal-pad-top) - var(--storage-img-modal-pad-bottom) - var(--storage-img-modal-inner-fudge))
        ) !important;
        padding: 4px 6px;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    body.is-img-modal-open .storage-intro__img-modal__inner {
        border-radius: 8px;
        margin-left: auto !important;
        margin-right: auto !important;
        height: calc(100dvh - var(--storage-img-modal-pad-top) - var(--storage-img-modal-pad-bottom) - var(--storage-img-modal-inner-fudge)) !important;
        height: min(
            calc(100dvh - var(--storage-img-modal-pad-top) - var(--storage-img-modal-pad-bottom) - var(--storage-img-modal-inner-fudge)),
            calc(100svh - var(--storage-img-modal-pad-top) - var(--storage-img-modal-pad-bottom) - var(--storage-img-modal-inner-fudge))
        ) !important;
        min-height: calc(100dvh - var(--storage-img-modal-pad-top) - var(--storage-img-modal-pad-bottom) - var(--storage-img-modal-inner-fudge)) !important;
        min-height: min(
            calc(100dvh - var(--storage-img-modal-pad-top) - var(--storage-img-modal-pad-bottom) - var(--storage-img-modal-inner-fudge)),
            calc(100svh - var(--storage-img-modal-pad-top) - var(--storage-img-modal-pad-bottom) - var(--storage-img-modal-inner-fudge))
        ) !important;
        max-height: calc(100dvh - var(--storage-img-modal-pad-top) - var(--storage-img-modal-pad-bottom) - var(--storage-img-modal-inner-fudge)) !important;
        max-height: min(
            calc(100dvh - var(--storage-img-modal-pad-top) - var(--storage-img-modal-pad-bottom) - var(--storage-img-modal-inner-fudge)),
            calc(100svh - var(--storage-img-modal-pad-top) - var(--storage-img-modal-pad-bottom) - var(--storage-img-modal-inner-fudge))
        ) !important;
        padding: 14px 48px 14px 14px !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        min-width: 0 !important;
    }
    body.is-img-modal-open .storage-intro__img-modal__inner:has(.storage-intro__img-modal__scroll.is-single-panel) {
        padding: 14px !important;
    }
    body.is-img-modal-open .storage-intro__img-modal__inner:has(.storage-intro__img-modal__scroll:not(.is-single-panel)) {
        padding: 14px max(0px, env(safe-area-inset-right, 0px)) 20px 14px !important;
        overflow-x: visible !important;
        overflow-y: hidden !important;
    }
    body.is-img-modal-open .storage-intro__img-modal__inner .storage-intro__img-modal__scroll {
        flex: 1 1 auto !important;
        min-width: 0 !important;
        min-height: 0 !important;
        align-self: stretch !important;
        padding-bottom: 10px !important;
        box-sizing: border-box !important;
    }
    body.is-img-modal-open .storage-intro__img-modal__inner:has(.storage-intro__img-modal__scroll:not(.is-single-panel)) .storage-intro__img-modal__scroll {
        padding-bottom: 20px !important;
    }
    .is-ios .storage-intro__img-modal__close {
        position: fixed;
        top: calc(env(safe-area-inset-top, 0px) + 6px);
        right: max(8px, env(safe-area-inset-right, 0px));
        left: auto;
        bottom: auto;
        padding: 8px;
        z-index: 10002;
    }
    .is-ios .storage-intro__img-modal__close img {
        height: 32px;
    }
}

.storage-intro__img-modal__backdrop {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.85);
    cursor: pointer;
}
.storage-intro__img-modal__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    box-sizing: border-box;
    overflow: hidden;
}
@media only screen and (min-width: 769px) {
    .storage-intro__img-modal__inner {
        max-width: 90vw;
        max-height: min(70vh, calc(100dvh - 24px));
    }
}
.storage-intro__img-modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10001;
    padding: 0;
    width: auto;
    height: auto;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 0;
}
.storage-intro__img-modal__close img {
    display: block;
    width: auto;
    height: 32px;
}
.storage-intro__img-modal__close:hover {
    opacity: 0.85;
}
.storage-intro__img-modal__close:hover img {
    opacity: inherit;
}
.storage-intro__detail-body {
    flex: 1;
    min-width: 0;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.storage-intro__detail-content .storage-intro__detail-body {
    opacity: 1;
}
.storage-intro__detail-body .storage-plan-detail {
    display: flex;
    gap: 24px;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex-shrink: 0;
}
.storage-intro__detail-body .storage-plan-detail__left {
    display: none;
}
.storage-intro__detail-body .storage-plan-detail__right {
    flex: 1;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow-y: visible;
    overflow-x: hidden;
    max-height: none;
    padding: 0;
    box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
    .storage-intro__detail-body .storage-plan-detail__block-visual--scroll .madori_scroll {
        min-height: 0;
    }
    .storage-intro__detail-body .storage-plan-detail__block-visual--scroll .madori_scroll__inner {
        min-height: 0;
        flex: 1 1 auto;
    }
}
/* SP 詳細本文：間取りスライドは opacity 切替ではなく横スクロール＋scroll-snap（指に追従・慣性つき） */
@media only screen and (max-width: 768px) {
    .storage-intro__detail-body .storage-plan-detail__block-visual--scroll .madori_scroll__inner {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
        gap: 0 !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory !important;
        scroll-behavior: smooth !important;
        -webkit-overflow-scrolling: touch !important;
        overscroll-behavior-x: contain !important;
        touch-action: pan-x pan-y pinch-zoom !important;
        position: relative !important;
        min-height: 280px !important;
    }
    .storage-intro__detail-body .storage-plan-detail__block-visual--scroll .madoriWrap,
    .storage-intro__detail-body .storage-plan-detail__block-visual--scroll .madori__list {
        display: contents !important;
    }
    .storage-intro__detail-body .storage-plan-detail__block-visual--scroll .madori__list .madori {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        flex: 0 0 100% !important;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 260px !important;
        box-sizing: border-box !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        scroll-snap-align: start !important;
        scroll-snap-stop: normal !important;
        transition: none !important;
    }
}
.storage-intro__detail-body .storage-plan-detail__block {
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.storage-intro__detail-body .storage-plan-detail__block--plan-images,
.storage-intro__detail-body .storage-plan-detail__block--cta-only {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
}
.storage-intro__detail-body .storage-plan-detail__block--plan-images {
    margin-top: 16px;
    padding-top: 16px;
}
.storage-intro__detail-body .storage-plan-detail__block--plan-images .storage-plan-detail__block-ttl--plan {
    text-align: center;
}
.storage-intro__detail-body .storage-plan-detail__plan-images {
    flex-wrap: nowrap;
}
.storage-intro__detail-body .storage-plan-detail__plan-images-link {
    flex: 1 1 0;
    min-width: 0;
}
.storage-intro__detail-body .storage-plan-detail__plan-images-link img {
    width: 100%;
    max-height: 380px;
    object-fit: contain;
}
.storage-intro__detail-body .storage-plan-detail__block--cta-only {
    padding-bottom: 40px;
    margin-bottom: 0;
}
.storage-intro__detail-body .storage-plan-detail__block--cta-only p {
    text-align: center;
    font-family: "Noto Sans JP", "Noto Sans", sans-serif;
    color: #555;
    margin: 0 0 20px;
    line-height: 1.85;
    font-size: clamp(1.2rem, 0.9rem + 0.65vw, 1.45rem);
}
@media only screen and (min-width: 769px) and (max-width: 1599px) {
    .storage-intro__detail-body .storage-plan-detail__block--cta-only p {
        font-size: clamp(1.1rem, 0.82vw + 0.8rem, 2.08rem);
    }
}
@media only screen and (min-width: 1600px) {
    .storage-intro__detail-body .storage-plan-detail__block--cta-only p {
        font-size: clamp(1.76rem, 0.54rem + 0.98vw, 2.06rem);
    }
}
.storage-intro__detail-body .storage-plan-detail__block-ttl {
    font-size: clamp(2.2rem, 1.2rem + 1.05vw, 2.75rem);
    color: #8c2126;
    border-bottom: 2.5px solid #8c2126;
}
.storage-intro__detail-body .storage-plan-detail__block-ttl::before {
    display: none;
}
.storage-intro__detail-body .storage-plan-detail__block-catch {
    font-size: 2rem;
    line-height: 1.8;
}
.storage-intro__detail-body .storage-plan-detail__block-txt,
.storage-intro__detail-body .storage-plan-detail__block-visual--scroll-paired .madori_slide-txt-wrap .storage-plan-detail__block-txt {
    font-size: clamp(1.2rem, 0.9rem + 0.65vw, 1.45rem);
    line-height: 1.95;
}
@media only screen and (min-width: 769px) and (max-width: 1599px) {
    .storage-intro__detail-body .storage-plan-detail__block-txt,
    .storage-intro__detail-body .storage-plan-detail__block-visual--scroll-paired .madori_slide-txt-wrap .storage-plan-detail__block-txt {
        font-size: clamp(1.1rem, 0.82vw + 0.8rem, 2.08rem);
        line-height: 1.85;
    }
}
@media only screen and (min-width: 1600px) {
    .storage-intro__detail-body .storage-plan-detail__block-txt,
    .storage-intro__detail-body .storage-plan-detail__block-visual--scroll-paired .madori_slide-txt-wrap .storage-plan-detail__block-txt {
        font-size: clamp(1.76rem, 0.54rem + 0.98vw, 2.06rem);
        line-height: 1.85;
    }
}
.storage-intro__detail-body .storage-plan-detail__block-visual--scroll-paired .madori_slide-txt-wrap .storage-plan-detail__block-slide-ttl {
    font-size: clamp(1.28rem, 0.92rem + 0.7vw, 1.52rem);
    font-weight: bold;
    line-height: 1.45;
    color: #222;
    letter-spacing: 0.05em;
    margin: 0 0 12px;
    padding-bottom: 6px;
    border-bottom: 2px solid #8c2126;
    width: 100%;
    max-width: 100%;
}
@media only screen and (min-width: 769px) and (max-width: 1599px) {
    .storage-intro__detail-body .storage-plan-detail__block-visual--scroll-paired .madori_slide-txt-wrap .storage-plan-detail__block-slide-ttl {
        font-size: clamp(1.18rem, 0.82vw + 0.88rem, 2.14rem);
    }
}
@media only screen and (min-width: 1600px) {
    .storage-intro__detail-body .storage-plan-detail__block-visual--scroll-paired .madori_slide-txt-wrap .storage-plan-detail__block-slide-ttl {
        font-size: clamp(1.84rem, 0.54rem + 1.02vw, 2.14rem);
    }
}
.storage-intro__detail-body .storage-plan-detail__block-inner>.storage-plan-detail__block-visual {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 0;
    border-radius: 0;
    overflow: visible;
}
.storage-intro__detail-body .storage-plan-detail__block-inner .storage-plan-detail__block-txt,
.storage-intro__detail-body .storage-plan-detail__block-inner .storage-plan-detail__block-txt-wrap {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    align-self: flex-start;
    min-width: 0;
    box-sizing: border-box;
}
.storage-intro__detail-body .storage-plan-detail__block-inner .storage-plan-detail__block-txt-wrap {
    padding-left: 24px;
    padding-right: 24px;
}
.storage-intro__detail-body .storage-plan-detail__block-inner>.storage-plan-detail__block-txt {
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
}
.storage-intro__detail-body .storage-plan-detail__block-inner {
    align-items: flex-start;
}
.storage-intro__detail-body .storage-plan-detail__block:first-child .storage-plan-detail__block-inner {
    align-items: flex-start;
}
.storage-intro__detail-body .storage-plan-detail__block-inner:has(.storage-plan-detail__block-visual--scroll) {
    align-items: stretch;
    margin-top: 0;
    gap: 12px;
}
.storage-intro__detail-body .storage-plan-detail__block-visual--scroll+.storage-plan-detail__block-txt-wrap {
    margin: 0;
    padding: 0 24px;
    max-width: 50%;
    flex: 0 0 50%;
    position: relative;
    align-self: stretch;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
}
.storage-intro__detail-body .storage-plan-detail__block-visual--scroll+.storage-plan-detail__block-txt-wrap .storage-plan-detail__block-txt {
    margin: 0;
    width: 100%;
    max-width: 100%;
}
.storage-intro__detail-body .storage-plan-detail__block-visual--scroll+.storage-plan-detail__block-txt-wrap .storage-plan-detail__block-txt-wrap-woman {
    margin-top: auto;
    padding-top: 1em;
    align-self: flex-end;
    max-width: 140px;
    max-height: 120px;
    flex-shrink: 0;
}
.storage-intro__detail-body .storage-plan-detail__block-inner:has(.storage-plan-detail__block-visual--scroll-paired)>.storage-plan-detail__block-visual--scroll {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
}
.storage-intro__detail-body .storage-plan-detail__block-visual--scroll-paired .madori_slide-txt-wrap {
    padding: 0;
}
.storage-intro__detail-body .storage-plan-detail__block-visual--scroll-paired .madori__list .madori .madori_slide-pair .madori_main {
    flex: 0 0 calc(50% - 6px);
    max-width: calc(50% - 6px);
    width: calc(50% - 6px);
}
.storage-intro__detail-body .storage-plan-detail__block-visual--scroll-paired .madori_slide-txt-wrap {
    flex: 1 1 0;
    max-width: none;
}
.storage-intro__detail-body .storage-plan-detail__block-visual--scroll-paired .madori_slide-txt-wrap .storage-plan-detail__block-txt-wrap-woman {
    margin-top: auto;
    padding-top: 1em;
    align-self: flex-end;
    max-width: 140px;
    max-height: 120px;
    flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
    .storage-intro__detail-body .storage-plan-detail__block-visual--scroll-paired .madori_slide-pair {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }
    .storage-intro__detail-body .storage-plan-detail__block-visual--scroll-paired .madori__list .madori .madori_slide-pair .madori_main {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        min-height: 200px;
        max-height: min(48vh, 360px);
    }
    .storage-intro__detail-body .storage-plan-detail__block-visual--scroll-paired .madori_slide-txt-wrap {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        padding: 0 4px 8px;
    }
}
.storage-intro__detail-body .storage-plan-detail__block-inner--woman-left {
    align-items: stretch;
    margin-top: 0;
    gap: 12px;
}
.storage-intro__detail-body .storage-plan-detail__block-txt-wrap--woman-left {
    margin: 0;
    padding: 0 24px;
    max-width: 50%;
    flex: 0 0 50%;
    align-self: stretch;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
}
.storage-intro__detail-body .storage-plan-detail__block-txt-wrap--woman-left .storage-plan-detail__block-txt {
    margin: 0;
    width: 100%;
    max-width: 100%;
}
.storage-intro__detail-body .storage-plan-detail__block-txt-wrap--woman-left .storage-plan-detail__block-txt-wrap-woman-left {
    margin-top: auto;
    padding-top: 1em;
    align-self: flex-start;
    max-width: 50%;
    max-height: 50%;
    flex-shrink: 0;
    object-fit: contain;
}
.storage-intro__detail-body .storage-plan-detail__block-inner--double {
    display: flex;
    gap: 24px;
    margin-top: 0;
    flex-wrap: wrap;
}
.storage-intro__detail-body .storage-plan-detail__block-inner--double>.storage-plan-detail__block-inner--woman-right {
    flex: 1;
    min-width: 280px;
    margin: 0;
    max-width: none;
}
.storage-intro__detail-body .storage-plan-detail__block-inner--woman-right .storage-plan-detail__block-txt-wrap--woman-right {
    margin: 0;
    padding: 0 24px;
    max-width: 50%;
    flex: 0 0 50%;
    box-sizing: border-box;
}
.storage-intro__detail-body .storage-plan-detail__block--img-equal-text .storage-plan-detail__block-inner--woman-right>.storage-plan-detail__block-visual {
    flex: 1 1 0;
    max-width: none;
}
.storage-intro__detail-body .storage-plan-detail__block--img-equal-text .storage-plan-detail__block-inner--woman-right>.storage-plan-detail__block-txt-wrap--woman-right {
    flex: 1 1 0;
    max-width: none;
}

@media only screen and (min-width: 769px) {
    .storage-intro__detail-body .storage-plan-detail__block-inner .storage-plan-detail__block-txt-wrap,
    .storage-intro__detail-body .storage-plan-detail__block-inner > .storage-plan-detail__block-txt {
        padding: 0 10px;
    }
    .storage-intro__detail-body .storage-plan-detail__block-visual--scroll + .storage-plan-detail__block-txt-wrap {
        padding: 0 10px;
    }
    .storage-intro__detail-body .storage-plan-detail__block-txt-wrap--woman-left {
        padding: 0 10px;
    }
    .storage-intro__detail-body .storage-plan-detail__block-inner--woman-right .storage-plan-detail__block-txt-wrap--woman-right {
        padding: 0 10px;
    }
    .storage-intro__detail-body .storage-plan-detail__block-visual--scroll-paired .madori_slide-txt-wrap {
        padding: 0 10px;
    }
}
.storage-intro__card-cta {
    display: inline-block;
    padding: 5px 32px;
    background: #753237;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    font-size: 1.2rem;
    transition: background 0.2s ease;
    max-width: 200px;
    margin: 10px auto 0;
}
.storage-intro__card-cta:hover {
    background: #7e474b;
    color: #fff !important;
}
.storage-accordion {
    width: 100%;
}
.storage-accordion__item {
    border: 1px solid #ddd;
    border-bottom: none;
    background: #fff;
}
.storage-accordion__item:last-of-type {
    border-bottom: 1px solid #ddd;
}
.storage-accordion__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 20px;
    background: #fff;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    font-size: 1rem;
    flex-wrap: wrap;
}
.storage-accordion__trigger:hover {
    background: #f9f9f9;
}
.storage-accordion__worry {
    flex: 1;
    min-width: 0;
    font-size: 0.9rem;
    color: #555;
    padding: 8px 12px;
    background: #f5f5f5;
    border-radius: 4px;
    border-left: 3px solid #753237;
}
.storage-accordion__plan-name {
    font-weight: bold;
    color: #333;
    white-space: nowrap;
}
.storage-accordion__icon {
    flex-shrink: 0;
    font-size: 0.75rem;
    color: #666;
    transition: transform 0.3s ease;
}
.storage-accordion__item.is-open .storage-accordion__icon:not(.storage-accordion__icon--up) {
    transform: rotate(180deg);
}
.storage-accordion__body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 20px;
}
.storage-accordion__item.is-open .storage-accordion__body,
.storage-accordion__trigger[aria-expanded="true"]+.storage-accordion__body {
    max-height: 500px;
    padding: 0 20px 20px;
}
.storage-accordion__recommend {
    font-size: 0.9rem;
    color: #753237;
    margin: 16px 0 8px;
}
.storage-accordion__plan-name--open {
    font-weight: bold;
    font-size: 1.1rem;
    margin: 0 0 4px;
}
.storage-accordion__desc {
    font-size: 0.9rem;
    color: #666;
    margin: 0 0 12px;
}
.storage-accordion__cta {
    display: inline-block;
    padding: 10px 24px;
    background: #753237;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.9rem;
    margin-bottom: 16px;
    transition: background 0.2s ease;
}
.storage-accordion__cta:hover {
    background: #7e474b;
    color: #fff !important;
}
.storage-accordion__icon--up {
    display: block;
    text-align: center;
    margin-top: 4px;
}
.storage-plan-sources {
    display: none;
}
.storage-section--plan {
    align-items: stretch;
    justify-content: flex-start;
    padding: 0;
    overflow: hidden;
}
.storage-plan-detail {
    display: flex;
    gap: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0 auto;
    align-items: flex-start;
}
.storage-plan-detail__left {
    flex: 0 0 36%;
    max-width: 36%;
    height: 100%;
    background: #f7f5f2;
    padding: 40px 32px;
    border-right: 1px solid #e8e4e0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}
.storage-plan-detail__floorplan {
    margin-bottom: 24px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.storage-plan-detail__floorplan img {
    width: 100%;
    height: auto;
    display: block;
}
.storage-plan-detail__floorplan-ttl {
    margin: 0 0 8px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #222;
}
.storage-plan-detail__title-wrap {
    text-align: center;
    margin-bottom: 28px;
    margin-left: 1.5em;
}
.storage-plan-detail__title-wrap .storage-plan-detail__type {
    margin-bottom: 0;
}
.storage-plan-detail__title {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.04em;
    margin: 0 0 6px;
    color: #222;
    line-height: 1.3;
}
.storage-plan-detail__type {
    font-size: 1.05rem;
    color: #888;
    margin: 0 0 28px;
    letter-spacing: 0.03em;
}
.storage-plan-detail__cta {
    display: inline-block;
    padding: 13px 32px;
    background: #753237;
    color: #fff !important;
    text-decoration: none;
    border-radius: 5em;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    transition: background 0.2s ease;
    align-self: flex-start;
}
.storage-plan-detail__cta:hover {
    background: #5e2229;
    color: #fff !important;
}
.storage-plan-detail__right {
    flex: 1;
    min-width: 0;
    min-height: 0;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 52px 48px 48px;
    box-sizing: border-box;
}
.storage-plan-detail__block {
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.storage-plan-detail__block-ttl {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0 0 20px;
    color: #222;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    border-bottom: 2px solid #8c2126;
    position: relative;
}
/*.storage-plan-detail__block-ttl::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 40px;
    height: 2px;
    background: #753237;
}*/
.storage-plan-detail__block-catch {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    margin: 0 0 24px;
    font-weight: 500;
}
.storage-plan-detail__block-inner {
    display: flex;
    gap: 28px;
    align-items: center;
    /*min-height: 380px;*/
    margin-top: 12px;
}
.storage-plan-detail__block-inner--reverse {
    flex-direction: row-reverse;
}
.storage-plan-detail__block-visual {
    flex: 0 0 38%;
    max-width: 38%;
    min-width: 0;
    border-radius: 6px;
    overflow: hidden;
}
.storage-plan-detail__block-visual img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: top;
}
.storage-plan-detail__block-inner:has(.storage-plan-detail__block-visual--scroll) {
    align-items: stretch;
    margin-top: 0;
    gap: 12px;
}
.storage-plan-detail__block-visual--scroll+.storage-plan-detail__block-txt-wrap {
    position: relative;
    text-align: left;
    padding: 0;
    margin: 0;
    min-width: 0;
    min-height: 0;
    flex: 1;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.storage-plan-detail__block-visual--scroll+.storage-plan-detail__block-txt-wrap .storage-plan-detail__block-txt {
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin: 0;
}
.storage-plan-detail__block-visual--scroll+.storage-plan-detail__block-txt-wrap .storage-plan-detail__block-txt-wrap-woman {
    margin-top: auto;
    padding-top: 1em;
    align-self: flex-end;
    width: auto;
    max-width: 140px;
    height: auto;
    max-height: 120px;
    display: block;
    flex-shrink: 0;
}
.storage-plan-detail__block-inner:has(.storage-plan-detail__block-visual--scroll-paired)>.storage-plan-detail__block-visual {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
}
.storage-plan-detail__block-visual--scroll-paired .madori__list .madori {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
}
.storage-plan-detail__block-visual--scroll-paired .madori__list .madori>.madori_slide-pair {
    flex: 1 1 100%;
    width: 100%;
    min-width: 0;
    min-height: 0;
}
.storage-plan-detail__block-visual--scroll-paired .madori_slide-pair {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 12px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
.storage-plan-detail__block-visual--scroll-paired .madori__list .madori .madori_slide-pair .madori_main {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    height: 100%;
    min-height: 0;
    min-width: 0;
}
.storage-plan-detail__block-visual--scroll-paired .madori_slide-txt-wrap {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    padding: 0 8px 0 0;
    box-sizing: border-box;
}
.storage-plan-detail__block-visual--scroll-paired .madori_slide-txt-wrap .storage-plan-detail__block-txt {
    width: 100%;
    max-width: 100%;
    margin: 0;
    text-align: left;
}
.storage-plan-detail__block-visual--scroll-paired .madori_slide-txt-wrap .storage-plan-detail__block-slide-ttl {
    font-size: 1.12rem;
    font-weight: bold;
    line-height: 1.45;
    color: #222;
    letter-spacing: 0.05em;
    margin: 0 0 12px;
    padding-bottom: 6px;
    border-bottom: 2px solid #8c2126;
    width: 100%;
    max-width: 100%;
    text-align: left;
}
.storage-plan-detail__block-visual--scroll-paired .madori_slide-txt-wrap .storage-plan-detail__block-txt-wrap-woman {
    margin-top: auto;
    padding-top: 1em;
    align-self: flex-end;
    width: auto;
    max-width: 140px;
    max-height: 120px;
    height: auto;
    display: block;
    flex-shrink: 0;
    object-fit: contain;
}
.storage-plan-detail__block-inner--woman-left {
    align-items: stretch;
    margin-top: 0;
    gap: 12px;
}
.storage-plan-detail__block-inner--woman-left .storage-plan-detail__block-visual {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 0;
    border-radius: 0;
    overflow: visible;
}
.storage-plan-detail__block-inner--woman-left .storage-plan-detail__block-visual img {
    display: block;
}
.storage-plan-detail__block-txt-wrap--woman-left {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 0;
    min-height: 0;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    padding: 0 24px;
    margin: 0;
    box-sizing: border-box;
}
.storage-plan-detail__block-txt-wrap--woman-left .storage-plan-detail__block-txt {
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin: 0;
}
.storage-plan-detail__block-txt-wrap--woman-left .storage-plan-detail__block-txt-wrap-woman-left {
    margin-top: auto;
    padding-top: 1em;
    align-self: flex-start;
    width: auto;
    max-width: 50%;
    height: auto;
    max-height: 50%;
    display: block;
    flex-shrink: 0;
    object-fit: contain;
}
.storage-plan-detail__block-inner--double {
    display: flex;
    gap: 24px;
    margin-top: 0;
    flex-wrap: wrap;
}
.storage-plan-detail__block-inner--double>.storage-plan-detail__block-inner--woman-right {
    flex: 1;
    min-width: 280px;
    display: flex;
    gap: 12px;
    align-items: stretch;
    margin-top: 0;
}
.storage-plan-detail__block-inner--woman-right .storage-plan-detail__block-visual {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 0;
    border-radius: 0;
    overflow: visible;
}
.storage-plan-detail__block-inner--woman-right .storage-plan-detail__block-visual img {
    display: block;
}
.storage-plan-detail__block-txt-wrap--woman-left-bottom .storage-plan-detail__block-txt-wrap-woman-left {
    margin-top: auto;
    padding-top: 1em;
    align-self: flex-start;
    width: auto;
    max-width: 85%;
    height: auto;
    max-height: 85%;
    display: block;
    flex-shrink: 0;
    object-fit: contain;
}
.storage-plan-detail__block--img-equal-text .storage-plan-detail__block-inner--woman-right .storage-plan-detail__block-visual {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
}
.storage-plan-detail__block--img-equal-text .storage-plan-detail__block-inner--woman-right .storage-plan-detail__block-txt-wrap--woman-right {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
}
.storage-plan-detail__block--img-equal-text .storage-plan-detail__block-visual img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}
.storage-plan-detail__block-inner--woman-right .storage-plan-detail__block-txt-wrap--woman-right {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 0;
    min-height: 0;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    padding: 0 24px;
    margin: 0;
    box-sizing: border-box;
}
.storage-plan-detail__block-inner--woman-right .storage-plan-detail__block-txt-wrap--woman-right .storage-plan-detail__block-txt {
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin: 0;
}
.storage-plan-detail__block-inner--woman-right .storage-plan-detail__block-txt-wrap--woman-right .storage-plan-detail__block-txt-wrap-woman {
    margin-top: auto;
    padding-top: 1em;
    align-self: flex-end;
    width: auto;
    max-width: 50%;
    height: auto;
    max-height: 50%;
    display: block;
    flex-shrink: 0;
    object-fit: contain;
}
.storage-plan-detail__block-inner--woman-right .storage-plan-detail__block-txt-wrap--woman-right .storage-plan-detail__block-txt-wrap-woman--full-width {
    width: 100%;
    max-width: 100%;
    max-height: none;
    object-fit: contain;
}
.storage-plan-detail__block-visual--scroll {
    padding: 0;
}
.storage-plan-detail__block-visual--scroll .madori_scroll {
    width: 100%;
    min-height: 320px;
    padding: 0;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.storage-plan-detail__block-visual--scroll .madori_scroll__inner {
    flex: 1;
    min-height: 280px;
    overflow: hidden;
    position: relative;
}
.storage-plan-detail__block-visual--scroll .madoriWrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.storage-plan-detail__block-visual--scroll .madori__list {
    position: relative;
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.storage-plan-detail__block-visual--scroll .madori__list .madori {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.3em;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: none;
}
.storage-plan-detail__block-visual--scroll .madori__list .madori.madori_scroll__slide--active {
    opacity: 1;
    pointer-events: auto;
}
.storage-plan-detail__block-visual--scroll .madori__list .madori .madori_main {
    width: 100%;
    max-width: 100%;
    height: 100%;
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 0;
}
.storage-plan-detail__block-visual--scroll .madori__list .madori .madori_main img {
    width: 100%;
    height: 100%;
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}
.storage-plan-detail__block-visual--scroll .madori_scroll__dots {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
}
.storage-plan-detail__block-visual--scroll .madori_scroll__dot {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 1px solid #8c2126;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    transition: background 0.2s;
}
.storage-plan-detail__block-visual--scroll .madori_scroll__dot:hover {
    background: rgba(140, 33, 38, 0.3);
}
.storage-plan-detail__block-visual--scroll .madori_scroll__dot.is-active,
.storage-plan-detail__block-visual--scroll .madori_scroll__dot[aria-selected="true"] {
    background: #8c2126;
}
.storage-plan-detail__block-inner .storage-plan-detail__block-txt,
.storage-plan-detail__block-txt-wrap {
    flex: 1;
    min-width: 0;
}
.storage-plan-detail__block-txt-wrap .storage-plan-detail__block-txt {
    flex: none;
    margin-bottom: 0.75em;
}
.storage-plan-detail__block-txt-wrap .storage-plan-detail__block-txt:last-child {
    margin-bottom: 0;
    max-width: 100%;
}
.storage-plan-detail__block-txt-row {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-top: 0.5em;
}
.storage-plan-detail__block-txt-row .storage-plan-detail__block-txt {
    flex: 1;
    min-width: 0;
    margin-bottom: 0;
}
.storage-plan-detail__block-visual--small {
    flex: 0 0 40%;
    max-width: 40%;
}
.storage-plan-detail__block-visual--small img {
    width: 100%;
    height: auto;
    display: block;
}
.storage-plan-detail__block-txt {
    width: 100%;
    font-size: 1.05rem;
    line-height: 1.85;
    color: #444;
    margin: 0;
}
.storage-plan-detail__cta--right {
    margin-top: 0;
}
.storage-plan-detail__cta-row .storage-plan-detail__cta {
    font-family: "Noto Sans JP", "Noto Sans", sans-serif;
    background: #a32e38;
    color: #fff !important;
}
.storage-plan-detail__cta-row .storage-plan-detail__cta:hover {
    background: #8b2630;
    color: #fff !important;
}
.storage-plan-detail__cta-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 12px;
    flex-wrap: wrap;
}
.storage-plan-detail__close-btn {
    font-family: "Noto Sans JP", "Noto Sans", sans-serif;
    padding: 12px 28px;
    border: none;
    background: #b8a17a;
    color: #fff;
    border-radius: 5em;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.storage-plan-detail__close-btn:hover {
    background: #a3906a;
    color: #fff;
}
@media only screen and (max-width: 768px) {
    .storage-plan-detail__cta-row {
        align-items: stretch;
    }
    .storage-plan-detail__cta-row .storage-plan-detail__cta,
    .storage-plan-detail__cta-row .storage-plan-detail__close-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 48px;
        padding: 0 24px;
        font-size: 1.35rem;
        letter-spacing: 0.04em;
        line-height: 1;
        box-sizing: border-box;
    }
    .storage-plan-detail__cta-row .storage-plan-detail__close-btn {
        font-size: 1.45rem;
    }
}
.storage-plan-detail__block--plan-images {
    width: 100%;
    max-width: 100%;
}
.storage-plan-detail__block-ttl--plan {
    color: #8c2126;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0 0 12px;
    border-bottom: 2.5px solid #8c2126;
}
.storage-plan-detail__plan-images {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    margin-top: 0;
}
.storage-plan-detail__plan-images-link {
    display: block;
    line-height: 0;
    text-decoration: none;
    flex: 1 1 0;
    min-width: 0;
}
.storage-plan-detail__plan-images-link img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: contain;
    vertical-align: top;
}
.storage-plan-detail__block--cta-only p {
    font-family: "Noto Sans JP", "Noto Sans", sans-serif;
    font-size: 1.5rem;
    color: #555;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.7;
}

@media only screen and (max-width: 768px) {
    .storage-mv__catch {
        font-size: clamp(1.6rem, 5.5vw, 2.25rem);
    }
    .storage-intro__head {
        width: 100%;
        padding-bottom: 10px;
        gap: 10px;
    }
    .storage-intro__title {
        font-size: clamp(1.54rem, 5vw, 2.28rem);
        line-height: 1.6;
    }
    .storage-intro__accordion {
        gap: 16px;
    }
    .storage-accordion__trigger {
        flex-direction: column;
        align-items: flex-start;
    }
    .storage-accordion__plan-name {
        white-space: normal;
    }
    .storage-plan-detail {
        flex-direction: column;
        gap: 0;
    }
    .storage-plan-detail__left {
        position: relative;
        flex: none;
        max-width: 100%;
        height: auto;
        padding: 28px 24px;
        top: auto;
        border-right: none;
        border-bottom: 1px solid #e8e4e0;
    }
    .storage-plan-detail__right {
        flex: none;
        height: auto;
        padding: 0 24px 32px;
    }
    .storage-plan-detail__block-inner,
    .storage-plan-detail__block-inner--reverse {
        flex-direction: column;
        min-height: 320px;
    }
    .storage-plan-detail__block-visual {
        flex: none;
        max-width: 100%;
    }
}

@media only screen and (max-width: 430px) {
    .storage-section--mv .scroll-hint {
        bottom: calc(var(--storage-footer-h-sp) + 10px);
    }
    .storage-section--between .scroll-hint {
        bottom: calc(var(--storage-footer-h-sp) + -10%);
    }
    .scroll-hint__line {
        height: 32px;
    }
    .storage-section--intro {
        padding: 24px 0 40px;
    }
    .storage-intro__head {
        width: 100%;
        padding-bottom: 10px;
        gap: 10px;
    }
    .storage-intro__title {
        font-size: clamp(1.28rem, 3.85vw, 2.32rem);
        line-height: 1.6;
        margin-top: 0;
    }
    .storage-intro__accordion {
        gap: 12px;
    }
    .storage-intro__img {
        max-height: 100px;
    }
    .storage-intro__card-name {
        font-size: 1.1rem;
    }
    .storage-intro__card-cta {
        padding: 5px 25px;
        font-size: 1rem;
        box-sizing: border-box;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
    }
    .speech-bubble {
        padding: 16px 18px;
    }
    .storage-section--intro .storage-intro__card.speech-bubble {
        padding: 3px 0 5px;
    }
    .storage-section--intro .storage-intro__row2 .storage-intro__card.speech-bubble {
        padding: 3px 0 5px;
        margin-bottom: 12px;
    }
    .speech-bubble__label {
        font-size: 1.5rem;
    }
    .storage-accordion__trigger {
        padding: 12px 16px;
    }
    .storage-accordion__worry {
        font-size: 0.85rem;
        padding: 6px 10px;
    }
    .storage-section--plan {
        padding: 0;
    }
    .storage-plan-detail__left {
        padding: 20px 16px;
    }
    .storage-plan-detail__right {
        padding: 0 16px 24px;
    }
    .storage-plan-detail__title {
        font-size: 1.65rem;
    }
    .storage-plan-detail__type {
        font-size: 1rem;
    }
    .storage-plan-detail__block-inner,
    .storage-plan-detail__block-inner--reverse {
        min-height: 280px;
    }
    .storage-intro__detail-columns {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }
    .storage-intro__detail-left {
        display: none !important;
    }
    .storage-intro__detail-right {
        padding-top: 0;
        margin-top: 0;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading::before {
        display: none;
    }
    .storage-intro__accordion-item .storage-intro__toggle:checked~.storage-intro__card.speech-bubble {
        top: var(--storage-header-h-sp);
        width: calc(100% - 32px);
    }
    .storage-intro__accordion-item .storage-intro__toggle:checked~.storage-intro__detail-content .storage-intro__detail-heading {
        top: calc(var(--storage-header-h-sp) + 56px);
        width: calc(100% - 32px);
    }
    .storage-intro__accordion-item .storage-intro__toggle:checked~.storage-intro__detail-content {
        padding-top: 112px;
    }
    .storage-intro__detail-catch-text-inner {
        font-size: clamp(1rem, 3.2vw, 1.2rem);
        color: #7a221c;
        text-align: center;
    }
    .storage-intro__detail-title {
        font-size: clamp(1.15rem, 3.8vw, 1.65rem);
        color: #7a221c;
        text-align: center;
    }
    .storage-intro__detail-left-inner {
        min-height: 0;
        height: 100%;
    }
    .storage-intro__detail-img {
        max-height: none;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .storage-intro__detail-body {
        flex: 1 1 0%;
        min-height: 0;
        height: 0;
        max-height: none;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: calc(36px + env(safe-area-inset-bottom, 0px));
        scroll-padding-bottom: calc(36px + env(safe-area-inset-bottom, 0px));
        box-sizing: border-box;
    }
    .storage-intro__detail-body .storage-plan-detail__block-ttl {
        font-size: 1.8rem;
    }
    .storage-intro__detail-body .storage-plan-detail__block-catch {
        font-size: 1.95rem;
    }
    .storage-intro__detail-body .storage-plan-detail__block-ttl--plan {
        font-size: 1.8rem;
    }
    .storage-intro__detail-body .storage-plan-detail__block-txt {
        font-size: 1.65rem;
        line-height: 1.95;
    }
    .storage-intro__detail-body .storage-plan-detail__block--cta-only p {
        font-size: 1.65rem;
        line-height: 1.95;
    }
    .storage-intro__detail.is-open .storage-intro__detail-body .storage-plan-detail__block--cta-only .storage-plan-detail__cta-row .storage-plan-detail__cta,
    .storage-intro__detail.is-open .storage-intro__detail-body .storage-plan-detail__block--cta-only .storage-plan-detail__cta-row .storage-plan-detail__close-btn {
        font-size: clamp(1.06rem, 0.38vw + 0.9rem, 1.38rem);
        line-height: 1.32;
    }
    .storage-intro__detail-body .storage-plan-detail__block-inner .storage-plan-detail__block-txt,
    .storage-intro__detail-body .storage-plan-detail__block-inner .storage-plan-detail__block-txt-wrap {
        max-width: 100%;
    }
    .storage-plan-detail__block:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 430px) {
    .p-footer-copyright {
        padding-bottom: 0 !important;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
    html {
        overflow-x: hidden !important;
    }
    body.is-storage-page {
        overflow-x: hidden !important;
        max-width: 100vw !important;
        width: 100% !important;
    }
    body.is-storage-page article,
    body.is-storage-page section,
    body.is-storage-page .container {
        min-width: 0 !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    body.is-storage-page .l-footer .container,
    body.is-storage-page .p-footer-contact>.container,
    body.is-storage-page .p-footer-link>.container,
    body.is-storage-page .p-footer-copyright.container {
        min-width: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    body.is-storage-page .l-header,
    body.is-storage-page main,
    body.is-storage-page .l-article,
    body.is-storage-page .c-breadcrumb,
    body.is-storage-page .l-footer,
    body.is-storage-page .l-footer__in {
        max-width: 100% !important;
        width: 100% !important;
        overflow-x: hidden !important;
        box-sizing: border-box !important;
        min-width: 0 !important;
    }
    body.is-storage-page .l-footer .row,
    body.is-storage-page .l-footer .p-footer-contact,
    body.is-storage-page .l-footer .p-footer-link,
    body.is-storage-page .l-footer .p-footer-copyright {
        max-width: 100% !important;
        min-width: 0 !important;
    }
    body.is-storage-page .l-footer .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    body.is-storage-page .l-header .container,
    body.is-storage-page main .container {
        min-width: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    body.is-storage-page .storage-page {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    .storage-section {
        overflow-x: hidden;
        max-width: 100%;
        min-width: 0;
        width: 100%;
    }
    .storage-section--intro .storage-intro__inner {
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }
    .storage-section--intro.is-expanded .storage-intro__inner {
        max-width: 100%;
        width: 100%;
    }
    .storage-section--between {
        min-width: 0;
    }
    .storage-between__inner {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
    }
    .storage-between__main {
        min-width: 0;
    }
    .storage-between__heading {
        width: 85% !important;
        max-width: 765px !important;
        margin-left: 12px;
        box-sizing: border-box;
    }
    .storage-between__main-img-wrap {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }
    .storage-between__thumbs-wrap {
        flex-shrink: 0;
        min-width: 0;
        width: 276px;
        max-width: 276px;
        box-sizing: border-box;
    }
    .storage-between__thumb {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .storage-section--plan {
        min-width: 0;
    }
    .storage-plan-detail {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }
    .storage-plan-detail__left,
    .storage-plan-detail__right {
        min-width: 0;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
    .storage-section--intro .storage-intro__inner {
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
    }
    .storage-section--intro.is-expanded .storage-intro__inner {
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
    }
    .storage-section--intro.is-expanded .storage-intro__detail.is-open .storage-intro__detail-columns {
        min-width: 0;
        gap: 16px;
    }
    .storage-section--intro.is-expanded .storage-intro__detail.is-open .storage-intro__detail-left {
        min-width: 0;
        flex: 11 1 0;
        max-width: none;
    }
    .storage-section--intro.is-expanded .storage-intro__detail.is-open .storage-intro__detail-right {
        min-width: 0;
        flex: 9 1 0;
        max-width: none;
    }
    .storage-section--between {
        min-width: 0;
        overflow-x: hidden;
    }
    .storage-between__inner {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box;
        gap: 16px;
        min-width: 0;
        max-width: 100%;
    }
    .storage-between__main {
        min-width: 0;
    }
    .storage-between__heading {
        width: 85%;
        max-width: 765px;
        margin-left: 12px;
        box-sizing: border-box;
    }
    .storage-between__main-img-wrap {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .storage-between__thumbs-wrap {
        width: 265px;
        min-width: 240px;
        flex-shrink: 0;
    }
    .storage-between__thumb {
        width: 265px;
    }
    .storage-section--plan {
        min-width: 0;
        overflow-x: hidden;
    }
    .storage-plan-detail {
        min-width: 0;
        max-width: 100%;
    }
    .storage-plan-detail__left,
    .storage-plan-detail__right {
        min-width: 0;
    }
}

@media only screen and (max-width: 1020px) {
    #sec-intro.storage-section--intro {
        width: 100% !important;
        max-width: 100vw !important;
        min-width: 0 !important;
        overflow-x: visible !important;
        box-sizing: border-box !important;
    }
    @media only screen and (min-width: 769px) {
        #sec-intro.storage-section--intro:not(.is-expanded) {
            height: calc(100vh - var(--storage-header-h-pc)) !important;
            min-height: calc(100vh - var(--storage-header-h-pc)) !important;
            max-height: calc(100vh - var(--storage-header-h-pc)) !important;
        }
        #sec-intro.storage-section--intro:not(.is-expanded) > .storage-intro__inner {
            flex: 1 1 0 !important;
            align-self: stretch !important;
            min-height: 0 !important;
        }
    }
    #sec-intro.storage-section--intro .storage-intro__inner {
        width: 100% !important;
        max-width: 100vw !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        align-items: flex-start !important;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__columns {
        display: grid !important;
        grid-template-columns: 1fr minmax(22vw, 44%) !important;
        grid-template-rows: auto auto !important;
        min-width: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__left {
        display: contents !important;
    }
    #sec-intro.storage-section--intro .storage-intro__col-left,
    #sec-intro.storage-section--intro .storage-intro__col-right {
        display: contents !important;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__grid {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        gap: 1.2vw !important;
        flex-shrink: 0 !important;
        min-height: min-content !important;
        box-sizing: border-box !important;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__inner>.storage-intro__columns {
        flex-shrink: 0 !important;
        min-height: min-content !important;
    }
    #sec-intro.storage-section--intro .storage-intro__grid>.storage-intro__card,
    #sec-intro.storage-section--intro .storage-intro__grid .storage-intro__col-left>.storage-intro__card,
    #sec-intro.storage-section--intro .storage-intro__grid .storage-intro__col-right>.storage-intro__card {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 auto !important;
    }
    #sec-intro.storage-section--intro .storage-intro__grid .storage-intro__card--family {
        height: clamp(180px, 44.5vw, 260px);
        min-height: clamp(180px, 44.5vw, 260px);
        flex: 0 0 clamp(180px, 44.5vw, 260px);
    }
    #sec-intro.storage-section--intro .storage-intro__grid .storage-intro__card--family .storage-intro__card-family-inner {
        width: 80%;
        min-width: 80%;
        max-width: 100%;
        box-sizing: border-box;
        height: clamp(180px, 44.5vw, 260px);
        min-height: clamp(180px, 44.5vw, 260px);
        margin: auto;
        aspect-ratio: unset;
        overflow: visible;
    }
    #sec-intro.storage-section--intro .storage-intro__grid .storage-intro__card--family .storage-intro__card-family-bg {
        background-size: 100% !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        inset: 0;
    }
    #sec-intro.storage-section--intro .storage-intro__grid .storage-intro__card--family .storage-intro__card-family-right {
        justify-content: center !important;
        align-items: flex-end !important;
        text-align: center !important;
        padding-left: 3vw !important;
        padding-right: 9vw !important;
        box-sizing: border-box !important;
        padding-top: 0 !important;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1020px) {
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__inner {
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        box-sizing: border-box !important;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__columns {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__left {
        display: flex !important;
        flex-direction: column !important;
        flex: 1 1 0 !important;
        min-width: 0 !important;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__right {
        display: flex !important;
        flex: 0 0 clamp(190px, 24vw, 250px) !important;
        min-width: clamp(190px, 24vw, 250px) !important;
        max-width: clamp(190px, 24vw, 250px) !important;
        align-self: stretch !important;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__profile {
        width: 100% !important;
        min-height: 100% !important;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__left .storage-intro__grid {
        display: flex !important;
        flex-direction: row !important;
        align-items: stretch !important;
        gap: 8px !important;
        margin-top: 8px !important;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__left .storage-intro__col-left,
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__left .storage-intro__col-right {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        flex: 1 1 0 !important;
        min-width: 0 !important;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__left .storage-intro__grid .storage-intro__card--family,
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__left .storage-intro__grid .storage-intro__card--family .storage-intro__card-family-inner {
        width: 100% !important;
        min-width: 0 !important;
        height: clamp(150px, 18vw, 190px) !important;
        min-height: clamp(150px, 18vw, 190px) !important;
        max-height: none !important;
        aspect-ratio: auto !important;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__left .storage-intro__grid .storage-intro__card--family .storage-intro__card-family-right {
        padding-left: 12px !important;
        padding-right: 18px !important;
        transform: none !important;
    }
    .storage-intro__detail.is-open {
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: auto !important;
        width: auto !important;
        height: calc(100vh - var(--storage-header-h-pc)) !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading {
        --storage-detail-copy-fs: clamp(22px, 1.42rem + 2px, 28px) !important;
        --storage-detail-badge-w: 88px;
        overflow: visible !important;
        padding: 0 !important;
        gap: clamp(10px, 1.25rem, 20px) !important;
        border: 10px solid #d2cdb8 !important;
        border-radius: 8px !important;
        height: auto !important;
        min-height: 140px !important;
        max-height: none !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-columns {
        gap: 16px !important;
        padding: 0 20px 20px !important;
        box-sizing: border-box !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading-inner {
        margin-top: 0 !important;
        overflow-x: hidden !important;
    }
    .storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading {
        justify-content: flex-start !important;
    }
    .storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading-inner {
        flex: 0 1 auto !important;
        min-width: 0 !important;
    }
    .storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading .storage-intro__detail-catch-text-inner,
    .storage-intro__detail.is-open .storage-intro__detail-heading .storage-intro__detail-catch-center {
        font-size: var(--storage-detail-copy-fs, 18px) !important;
        line-height: 1.15 !important;
        font-weight: 700 !important;
        color: #8c2126 !important;
        text-align: left !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading .storage-intro__detail-catch-center {
        text-align: center !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading .storage-intro__detail-title,
    .storage-intro__detail.is-open .storage-intro__detail-heading .storage-intro__detail-title-center {
        font-size: var(--storage-detail-copy-fs, 18px) !important;
        line-height: 1.32 !important;
        font-weight: 700 !important;
        color: #8c2126 !important;
        text-align: center !important;
    }
    .storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading .storage-intro__detail-title {
        text-align: left !important;
    }
    @media only screen and (max-width: 1000px) {
        .storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading {
            --storage-detail-copy-fs: clamp(18px, 1.08rem + 1px, 22px) !important;
        }
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading-left {
        flex: 0 1 auto !important;
        min-width: 0 !important;
        max-width: min(44%, 400px) !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-family-img-wrap {
        width: clamp(200px, 30vw, 320px) !important;
        min-width: 0 !important;
        max-width: clamp(200px, 30vw, 320px) !important;
        margin-top: clamp(-36px, -3.2vw, -16px) !important;
        margin-left: 12px !important;
        justify-content: flex-start !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-family-img {
        width: 100% !important;
        max-width: 100% !important;
        max-height: min(20vw, 140px) !important;
        object-position: left bottom !important;
        transform: translateX(0) !important;
    }
    .storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-fit-in-closet"] .storage-intro__detail-family-img-wrap,
    .storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-corridor"] .storage-intro__detail-family-img-wrap,
    .storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-futon-closet"] .storage-intro__detail-family-img-wrap,
    .storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-ugokuro-plus"] .storage-intro__detail-family-img-wrap {
        margin-left: 20px !important;
    }
    .storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-ugokuro-plus"] .storage-intro__detail-family-img-wrap {
        margin-left: 0 !important;
    }
    .storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-fit-in-closet"] .storage-intro__detail-family-img,
    .storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-corridor"] .storage-intro__detail-family-img,
    .storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-futon-closet"] .storage-intro__detail-family-img,
    .storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-ugokuro-plus"] .storage-intro__detail-family-img {
        transform: translateX(0) !important;
    }
    .storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-ugokuro-s"] .storage-intro__detail-family-img-wrap {
        margin-left: -30px !important;
    }
    .storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-ugokuro-s"] .storage-intro__detail-family-img {
        transform: translateX(-36px) !important;
    }
    #storage-intro-detail.storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading-inner .storage-intro__detail-heading-copy {
        align-items: stretch !important;
    }
    #storage-intro-detail.storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading-copy > .storage-intro__detail-catch-body {
        width: auto !important;
        max-width: 100% !important;
    }
    #storage-intro-detail.storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading-copy > .storage-intro__detail-catch-body > .storage-intro__detail-catch-copy {
        width: auto !important;
        max-width: 100% !important;
    }
    #storage-intro-detail.storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading-copy > .storage-intro__detail-catch-body > .storage-intro__detail-catch-copy > .storage-intro__detail-catch-text,
    #storage-intro-detail.storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading-copy > .storage-intro__detail-catch-body > .storage-intro__detail-catch-copy > .storage-intro__detail-catch-text > .storage-intro__detail-catch-text-inner {
        width: auto !important;
        max-width: 100% !important;
    }
    #storage-intro-detail.storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading .storage-intro__detail-catch-text-inner:has(.storage-detail-heading-line) {
        align-items: flex-start !important;
    }
    #storage-intro-detail.storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading .storage-intro__detail-catch-text-inner:has(.storage-detail-heading-line) .storage-detail-heading-line {
        width: auto !important;
        max-width: 100% !important;
        font-size: 88% !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1100px) {
    .storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading {
        justify-content: flex-start !important;
    }
    .storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading-inner {
        justify-content: flex-start !important;
        flex: 1 1 0 !important;
        min-width: 0 !important;
    }
    .storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading-copy {
        margin-left: 0 !important;
        margin-right: 0 !important;
        flex: 1 1 0 !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }
    #storage-intro-detail.storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading-inner .storage-intro__detail-heading-copy {
        align-items: stretch !important;
    }
    #storage-intro-detail.storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading-copy > .storage-intro__detail-catch-body,
    #storage-intro-detail.storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading-copy > .storage-intro__detail-catch-body > .storage-intro__detail-catch-copy,
    #storage-intro-detail.storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading-copy > .storage-intro__detail-catch-body > .storage-intro__detail-catch-copy > .storage-intro__detail-catch-text,
    #storage-intro-detail.storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading-copy > .storage-intro__detail-catch-body > .storage-intro__detail-catch-copy > .storage-intro__detail-catch-text > .storage-intro__detail-catch-text-inner {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }
}
@media only screen and (min-width: 1021px) {
}
@media only screen and (min-width: 769px) {
    .storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-fit-in-closet"] .storage-intro__detail-heading .storage-intro__detail-family-text,
    .storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-corridor"] .storage-intro__detail-heading .storage-intro__detail-family-text {
        -webkit-line-clamp: 4 !important;
        line-clamp: 4 !important;
        left: 20.03cqw !important;
    }
    .storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-fit-in-closet"] .storage-intro__detail-heading .storage-intro__detail-family-text {
        right: 9cqw !important;
    }
}
@media only screen and (min-width: 1600px) {
    .storage-intro__detail.is-open[data-storage-detail-plan="sec-plan-fit-in-closet"] .storage-intro__detail-heading .storage-intro__detail-family-text {
        left: 28cqw !important;
        right: 20cqw !important;
    }
}
@media only screen and (max-width: 768px) {
    .l-header {
        min-height: var(--storage-header-h-sp) !important;
        background-color: #fff !important;
        background-image: none !important;
        background-clip: padding-box !important;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    }
    .l-header .l-header-top {
        background: transparent !important;
    }
    .storage-section--between {
        overflow: visible !important;
    }
    #sec-between-mv-intro.storage-section--between {
        padding-top: 30px !important;
        touch-action: pan-x pan-y pinch-zoom !important;
    }
    /*.storage-section--between::before {
        content: '';
        position: absolute;
        top: -28px;
        left: 0;
        right: 0;
        height: 28px;
        z-index: 1;
        pointer-events: none;
        background: #fff;
    }*/
    .storage-between__main-img-wrap {
        position: relative !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        min-height: 0 !important;
        flex: 1 1 0 !important;
        overflow: hidden !important;
    }
    .storage-between__main-img-wrap::after {
        content: '';
        display: none !important;
    }
    .storage-between__main-img-wrap .storage-between__main-img {
        inset: unset !important;
    }
    #sec-between-mv-intro .storage-between__main {
        display: contents !important;
        flex: unset !important;
        min-height: unset !important;
        overflow: visible !important;
    }
    #sec-between-mv-intro .storage-between__heading {
        margin-top: 0 !important;
        padding: 2px 0 4px !important;
        order: -3 !important;
        position: relative !important;
    }
    #sec-between-mv-intro .storage-between__main-img-wrap {
        order: -1 !important;
        flex: 0 1 auto !important;
        align-self: stretch !important;
        --between-map-frame-h: min(52dvh, 480px) !important;
        min-height: 0 !important;
        max-height: min(62dvh, 560px) !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        overflow: hidden !important;
    }
    #sec-between-mv-intro .storage-between__map-zoom-controls {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
        position: absolute !important;
        top: 8px !important;
        left: 8px !important;
        z-index: 20 !important;
        pointer-events: auto !important;
        width: auto !important;
        min-width: 0 !important;
        border-radius: 999px !important;
        border: 1px solid #ccc !important;
        background: #fff !important;
        overflow: hidden !important;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
    }
    #sec-between-mv-intro .storage-between__map-zoom-viewport {
        position: relative !important;
        z-index: 0 !important;
        flex: 0 0 var(--between-map-frame-h, min(52dvh, 480px)) !important;
        box-sizing: border-box !important;
        min-height: 0 !important;
        width: 100% !important;
        height: var(--between-map-frame-h, min(52dvh, 480px)) !important;
        max-height: var(--between-map-frame-h, min(52dvh, 480px)) !important;
        overflow: auto !important;
        -webkit-overflow-scrolling: touch !important;
        overscroll-behavior: contain !important;
        touch-action: pan-x pan-y pinch-zoom !important;
        display: flex !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }
    #sec-between-mv-intro .storage-between__map-zoom-inner {
        position: relative !important;
        flex-shrink: 0 !important;
        line-height: 0 !important;
        touch-action: pan-x pan-y pinch-zoom !important;
    }
    #sec-between-mv-intro .storage-between__map-zoom-inner .storage-between__main-img--current {
        position: relative !important;
        z-index: 1 !important;
        display: block !important;
        width: 100% !important;
        height: auto !important;
        max-height: 100% !important;
        object-fit: contain !important;
        object-position: center top !important;
    }
    #sec-between-mv-intro .storage-between__map-zoom-inner .storage-between__main-img--next {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        object-position: center center !important;
    }
    /* 2画面目：詳細オーバーレイ用の touchmove ロックや別ルールと競合しても横スクロール・慣性が効くよう明示 */
    #sec-between-mv-intro .storage-between__thumbs-scroll {
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        touch-action: pan-x pinch-zoom !important;
        overscroll-behavior-x: contain !important;
    }
    #sec-between-mv-intro .storage-between__thumbs-dots {
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        touch-action: pan-x pinch-zoom !important;
        overscroll-behavior-x: contain !important;
    }
    #sec-intro.storage-section--intro {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow-x: visible !important;
        padding-top: 0 !important;
        box-sizing: border-box !important;
    }
    .storage-section--intro.is-expanded .storage-intro__detail.is-open .storage-intro__detail-columns {
        min-height: 0 !important;
        flex: 1 1 0% !important;
        height: 0 !important;
    }
    .storage-section--intro.is-expanded .storage-intro__detail.is-open .storage-intro__detail-body {
        min-height: 0 !important;
        flex: 1 1 0% !important;
        height: 0 !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        /* is-expanded 時は詳細度が高く、下の 768px 共通ルールより優先されるため
           固定フッター実高＋余白に合わせる（36px だと末尾 CTA がメニュー下に潜む） */
        padding-bottom: calc(var(--storage-footer-h-sp) + 88px + env(safe-area-inset-bottom, 0px) + var(--storage-vv-bottom-gap, 0px)) !important;
        scroll-padding-bottom: calc(var(--storage-footer-h-sp) + 88px + env(safe-area-inset-bottom, 0px) + var(--storage-vv-bottom-gap, 0px)) !important;
    }
    .storage-intro__detail.is-open {
        top: calc(var(--storage-header-h-sp) + var(--storage-sp-modal-edge, 8px) + env(safe-area-inset-top, 0px)) !important;
        left: max(10px, env(safe-area-inset-left, 0px)) !important;
        right: max(10px, env(safe-area-inset-right, 0px)) !important;
        bottom: calc(var(--storage-footer-h-sp) + var(--storage-sp-modal-edge, 8px) + env(safe-area-inset-bottom, 0px) + var(--storage-vv-bottom-gap, 0px)) !important;
        padding: calc(4px + clamp(12px, 3.5vw, 26px)) 8px 6px !important;
        box-sizing: border-box !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading {
        --storage-detail-copy-fs: clamp(19px, 5.4vw, 25px) !important;
        --storage-detail-bubble-fs: clamp(11px, 1.05vw + 7.5px, 13px) !important;
        --storage-detail-cta-fs: 30px !important;
        padding: 0 !important;
        gap: 0px !important;
        height: auto !important;
        min-height: 140px !important;
        max-height: none !important;
        overflow: visible !important;
        border: 5px solid #d2cdb8 !important;
        border-radius: 8px !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading-inner {
        display: none !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading-center {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 4px !important;
        width: 100% !important;
        margin-top: 0 !important;
        padding-left: clamp(12px, 3.5vw, 22px) !important;
        padding-right: clamp(12px, 3.5vw, 22px) !important;
        padding-top: 0 !important;
        padding-bottom: 6px !important;
        box-sizing: border-box !important;
        position: relative !important;
        z-index: 3 !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading-center-inner {
        align-items: center !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading-center-inner .storage-intro__detail-catch-center,
    .storage-intro__detail.is-open .storage-intro__detail-heading-center-inner .storage-intro__detail-title-center {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        box-sizing: border-box !important;
        text-align: center !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading-center-inner .storage-intro__detail-solved-badge--sp {
        position: absolute !important;
        left: clamp(-10px, -2.4vw, -4px) !important;
        top: -24px !important;
        width: 82px !important;
        max-width: calc(100% - 8px) !important;
        margin-bottom: 0 !important;
    }
    @media only screen and (min-width: 400px) {
        .storage-intro__detail.is-open .storage-intro__detail-heading-center-inner {
            display: inline-flex !important;
            flex-direction: column !important;
            align-items: center !important;
            width: auto !important;
            max-width: 100% !important;
            margin-left: auto !important;
            margin-right: auto !important;
            min-width: 0 !important;
            padding-top: clamp(14px, 2.8vw, 28px) !important;
        }
        .storage-intro__detail.is-open .storage-intro__detail-heading-center-inner .storage-intro__detail-catch-center,
        .storage-intro__detail.is-open .storage-intro__detail-heading-center-inner .storage-intro__detail-title-center {
            width: auto !important;
            max-width: 100% !important;
        }
        .storage-intro__detail.is-open .storage-intro__detail-heading-center-inner .storage-intro__detail-solved-badge--sp {
            top: clamp(-10px, -6.8vw, -38px) !important;
            left: -17% !important;
        }
    }
    .storage-intro__detail.is-open .storage-intro__detail-columns {
        padding: 0 !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading::before {
        display: none !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading .storage-intro__detail-catch-text-inner {
        font-size: var(--storage-detail-copy-fs, 18px) !important;
        line-height: 1.15 !important;
        font-weight: 700 !important;
        color: #8c2126 !important;
        text-align: left !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading .storage-intro__detail-catch-center {
        font-size: var(--storage-detail-copy-fs, 18px) !important;
        line-height: 1.15 !important;
        font-weight: 700 !important;
        color: #8c2126 !important;
        text-align: center !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading .storage-intro__detail-title,
    .storage-intro__detail.is-open .storage-intro__detail-heading .storage-intro__detail-title-center {
        font-size: var(--storage-detail-copy-fs, 18px) !important;
        line-height: 1.32 !important;
        font-weight: 700 !important;
        color: #8c2126 !important;
        text-align: center !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading .storage-intro__detail-title {
        text-align: left !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-catch-center:has(.storage-detail-heading-line) {
        align-items: center !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-close {
        font-size: 1.15rem;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__head {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        min-height: 1em !important;
        margin-bottom: 2px !important;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__title {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        font-size: inherit !important;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__lead {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__right {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__profile {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__columns {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) clamp(168px, 44%, 236px) !important;
        grid-template-rows: auto auto !important;
        align-items: start !important;
        min-height: 0 !important;
        row-gap: 0 !important;
        column-gap: 8px !important;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__left {
        display: contents !important;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__head {
        grid-column: 1 !important;
        grid-row: 1 !important;
        margin-bottom: 0 !important;
        border-bottom: none !important;
        padding-top: 0 !important;
        text-align: center !important;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__title {
        border-bottom: none !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        text-align: center !important;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__head .storage-intro__lead {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        text-align: center !important;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__right {
        grid-column: 2 !important;
        grid-row: 1 !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        justify-self: stretch !important;
        align-self: stretch !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
        text-align: center !important;
    }
    #sec-intro.storage-section--intro .storage-intro__right {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        background-image:
            linear-gradient(110deg, transparent 0%, transparent 23.5%, #fff 23.5%, #fff 24.5%, #D6E6E5 24.5%, #D6E6E5 100%) !important;
        background-size: 100% 100% !important;
        background-position: top right !important;
        background-repeat: no-repeat !important;
    }
    #sec-intro.storage-section--intro .storage-intro__profile {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        animation: none !important;
        background: none !important;
        background-image: none !important;
        width: 100% !important;
        max-width: none !important;
        min-height: 0 !important;
        overflow: hidden !important;
    }
    #sec-intro.storage-section--intro .storage-intro__cards-scroll .storage-intro__profile {
        min-height: min-content !important;
        flex: 0 0 auto !important;
        height: auto !important;
        max-height: none !important;
        overflow: hidden !important;
        background: transparent !important;
        background-image: none !important;
    }
    @media only screen and (max-width: 768px) {
        #sec-intro.storage-section--intro .storage-intro__grid-3x3>.storage-intro__cards-scroll>.storage-intro__cell--profile {
            grid-area: unset !important;
            align-self: stretch !important;
            min-height: min-content !important;
            height: auto !important;
            padding: 0 10px 0 !important;
            margin: 0 !important;
        }
        #sec-intro.storage-section--intro .storage-intro__cards-scroll {
            --storage-intro-sp-cta-uniform-w: auto;
            background-color: #d9cfc2 !important;
            display: flex !important;
            flex-direction: column !important;
            align-items: stretch !important;
            gap: 0 !important;
            row-gap: 0 !important;
            column-gap: 0 !important;
            padding-top: 0 !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
            padding-bottom: calc(4px + env(safe-area-inset-bottom, 0px)) !important;
            scroll-padding-bottom: calc(4px + env(safe-area-inset-bottom, 0px)) !important;
        }
    }
    #sec-intro.storage-section--intro .storage-intro__profile-face--front {
        padding: 0 !important;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__grid {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__inner {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow-x: visible !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        box-sizing: border-box !important;
        justify-content: flex-start !important;
        align-items: stretch !important;
    }
    body.is-storage-page #sec-intro.storage-section--intro:not(.is-expanded)>.storage-intro__inner {
        overflow: visible !important;
        flex: 0 0 auto !important;
        min-height: 0 !important;
        max-height: none !important;
        max-width: 100% !important;
        padding-bottom: 0 !important;
        align-self: stretch !important;
    }
    body.is-storage-page #sec-intro.storage-section--intro:not(.is-expanded)>.storage-intro__inner>.storage-intro__grid-3x3 {
        flex: 0 0 auto !important;
        min-height: min-content !important;
        max-height: none !important;
        overflow: visible !important;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__inner>.storage-intro__columns {
        flex-shrink: 0 !important;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__columns {
        padding-left: 0px !important;
        padding-right: 0px !important;
        box-sizing: border-box !important;
        min-width: 0 !important;
        max-width: 540px !important;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__grid {
        position: relative !important;
        left: 0 !important;
        transform: none !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 4px !important;
        gap: 0 !important;
        overflow: visible !important;
        flex-shrink: 0 !important;
        min-height: min-content !important;
        box-sizing: border-box !important;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__grid .storage-intro__card--family {
        width: 100%;
        max-width: none;
        overflow: visible;
        height: clamp(180px, 44.5vw, 240px);
        min-height: clamp(180px, 44.5vw, 240px);
        flex: 0 0 clamp(180px, 44.5vw, 240px);
        aspect-ratio: unset;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__grid .storage-intro__card--family .storage-intro__card-family-inner {
        width: 95%;
        min-width: 95%;
        height: clamp(180px, 44.5vw, 240px);
        min-height: clamp(180px, 44.5vw, 240px);
        aspect-ratio: unset;
        overflow: visible;
        box-sizing: border-box;
        margin: auto;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__grid .storage-intro__card--family .storage-intro__card-family-bg {
        border-radius: 0px;
        background-size: 100% !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        inset: 0;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__grid .storage-intro__card--family .storage-intro__card-family-right {
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        padding-left: clamp(8px, 3vw, 14px) !important;
        padding-right: clamp(8px, 3vw, 14px) !important;
        box-sizing: border-box !important;
        padding-top: 0 !important;
        transform: translateX(25%) !important;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__grid .storage-intro__card--family .storage-intro__card-family-text {
        font-size: clamp(0.95rem, 2.9vw, 1.08rem) !important;
        line-height: 1.55 !important;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__grid .storage-intro__card--family .storage-intro__card-family-cta {
        font-size: clamp(0.82rem, 2.3vw, 0.92rem) !important;
        padding: 9px 16px !important;
    }
    .storage-intro__img-modal__close {
        position: fixed !important;
        top: calc(var(--storage-header-h-sp) + 10px + env(safe-area-inset-top, 0)) !important;
        right: calc(10px + env(safe-area-inset-right, 0)) !important;
        left: auto !important;
        bottom: auto !important;
        z-index: 999999 !important;
        min-width: 48px !important;
        min-height: 48px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
    }
    .storage-intro__img-modal__close img {
        height: 28px !important;
        width: auto !important;
        display: block !important;
    }
}
@media only screen and (max-width: 400px) {
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__grid {
        align-content: flex-start;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__grid>.storage-intro__card--family,
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__grid .storage-intro__col-left>.storage-intro__card--family,
    #sec-intro.storage-section--intro:not(.is-expanded) .storage-intro__grid .storage-intro__col-right>.storage-intro__card--family {
        flex: 0 0 clamp(180px, 44.5vw, 240px);
        min-height: clamp(180px, 44.5vw, 240px);
        height: clamp(180px, 44.5vw, 240px);
    }
}

@media only screen and (max-width: 768px) {
    .storage-intro__img-modal__inner,
    .storage-intro__img-modal__inner * {
        font-family: "Noto Sans JP", "Noto Sans", sans-serif !important;
    }
    .storage-intro__img-modal__close {
        position: fixed !important;
        top: calc(var(--storage-header-h-sp) + 6px + env(safe-area-inset-top, 0px)) !important;
        right: calc(8px + env(safe-area-inset-right, 0px)) !important;
        left: auto !important;
        bottom: auto !important;
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        min-height: 36px !important;
        border-radius: 50% !important;
        border: 1px solid rgba(255, 255, 255, 0.78) !important;
        background: rgba(0, 0, 0, 0.68) !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1 !important;
        z-index: 10003 !important;
    }
    .storage-intro__img-modal__close img {
        display: none !important;
    }
    .storage-intro__img-modal__close::before {
        content: "×";
        color: #fff;
        font-family: "Noto Sans JP", "Noto Sans", sans-serif;
        font-size: 2.1rem;
        font-weight: 400;
        transform: translateY(-1px);
    }
    .storage-intro__detail.is-open .storage-intro__detail-body {
        padding-bottom: calc(var(--storage-footer-h-sp) + 88px + env(safe-area-inset-bottom, 0px) + var(--storage-vv-bottom-gap, 0px)) !important;
        scroll-padding-bottom: calc(var(--storage-footer-h-sp) + 88px + env(safe-area-inset-bottom, 0px) + var(--storage-vv-bottom-gap, 0px)) !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-body .storage-plan-detail__block--cta-only .storage-plan-detail__cta-row .storage-plan-detail__cta--right,
    .storage-intro__img-modal__scroll .storage-plan-detail__block--cta-only .storage-plan-detail__cta-row .storage-plan-detail__cta--right {
        display: none !important;
    }
}
@media only screen and (max-width: 768px) {
    .storage-intro__img-modal.is-open .storage-intro__img-modal__scroll,
    .storage-intro__img-modal.is-open .storage-intro__img-modal__scroll--multi,
    .storage-intro__img-modal.is-open .storage-intro__img-modal__scroll--sp-stack,
    .storage-intro__img-modal.is-open .storage-intro__img-modal__scroll--sp-single {
        flex: 1 1 auto !important;
        min-width: 0 !important;
        min-height: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .storage-intro__img-modal.is-open .storage-intro__img-modal__close {
        position: fixed !important;
        top: calc(env(safe-area-inset-top, 0px) + 6px) !important;
        right: max(8px, env(safe-area-inset-right, 0px)) !important;
        left: auto !important;
        bottom: auto !important;
        z-index: 100100 !important;
    }
    .storage-plan-detail__cta-row .storage-plan-detail__cta,
    .storage-plan-detail__cta-row .storage-plan-detail__close-btn {
        font-size: 1.5rem !important;
        font-weight: 700 !important;
        letter-spacing: 0.04em !important;
        line-height: 1 !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-family-img-wrap {
        margin-top: clamp(-10px, -2vw, -2px) !important;
        transform: none;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading-center {
        margin-top: 0 !important;
        padding-top: 0 !important;
        gap: 4px !important;
        position: relative !important;
        z-index: 3 !important;
    }
    .storage-intro__detail.is-open .storage-intro__detail-heading .storage-intro__detail-catch-center,
    .storage-intro__detail.is-open .storage-intro__detail-heading .storage-intro__detail-title-center {
        font-size: clamp(13px, 3.4vw, 15px) !important;
        text-align: center !important;
    }
}

@media only screen and (max-width: 430px) {
    .storage-intro__detail.is-open .storage-intro__detail-heading .storage-intro__detail-family-text {
        left: 18cqw;
        right: 8.5cqw;
        top: 23.5cqh;
        bottom: 0;
        padding: 0;
    }
}
@supports not (width: 1cqw) {
    @media only screen and (max-width: 430px) {
        .storage-intro__detail.is-open .storage-intro__detail-heading .storage-intro__detail-family-text {
            left: 24%;
            right: 8.5%;
            top: 15.5%;
            bottom: 5.5%;
            padding: 6px 4px 5px 2px;
        }
    }
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 {
        overflow-x: visible !important;
        overflow-y: hidden !important;
    }
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cell--head {
        min-width: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__head {
        min-width: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__title br,
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__lead br {
        display: none !important;
    }
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__title {
        font-size: clamp(1.2rem, 0.6rem + 1.2vw, 1.72rem) !important;
        line-height: 1.4 !important;
        letter-spacing: 0.02em !important;
        text-align: left !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__lead {
        word-break: normal !important;
        line-break: strict !important;
        overflow-wrap: break-word !important;
        white-space: normal !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        text-align: left !important;
        font-size: clamp(0.96rem, 0.58rem + 1.28vw, 1rem) !important;
        line-height: 1.62 !important;
    }
}

@media only screen and (min-width: 769px) {
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cards-scroll > .storage-intro__cell--profile {
        grid-area: 1 / 2 / 3 / 4 !important;
        align-self: stretch !important;
        min-height: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cards-scroll > .storage-intro__cell--profile .storage-intro__profile {
        height: 100% !important;
        max-height: 100% !important;
        min-height: 0 !important;
        flex: 1 1 auto !important;
        overflow: hidden !important;
        justify-content: flex-start !important;
        align-items: stretch !important;
        gap: 0 !important;
    }
    #sec-intro.storage-section--intro .storage-intro__cards-scroll {
        gap: 0 !important;
        row-gap: 0 !important;
        column-gap: 0 !important;
        padding-top: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: calc(36px + env(safe-area-inset-bottom, 0px)) !important;
        scroll-padding-bottom: calc(36px + env(safe-area-inset-bottom, 0px)) !important;
    }
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cards-scroll > .storage-intro__cell--profile .storage-intro__profile picture {
        display: flex !important;
        align-items: flex-end !important;
        justify-content: center !important;
        flex: 1 1 auto !important;
        width: 100% !important;
        min-width: 0 !important;
        min-height: 0 !important;
        max-height: 100% !important;
        line-height: 0 !important;
    }
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cards-scroll > .storage-intro__cell--profile .storage-intro__profile-adviser-img {
        display: block !important;
        min-width: 0 !important;
        max-width: 100% !important;
        max-height: 100% !important;
        width: auto !important;
        height: auto !important;
        object-fit: contain !important;
        object-position: center bottom !important;
        flex-shrink: 1 !important;
    }
}

@media only screen and (max-width: 768px) {
    .storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cell--head,
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cell--head {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        min-height: 0 !important;
        max-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }
    #sec-intro.storage-section--intro .storage-intro__cards-scroll {
        margin-top: 0 !important;
    }
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__cell--head-card {
        display: none !important;
    }
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 {
        display: flex !important;
        flex-direction: column !important;
        grid-template-columns: none !important;
        grid-template-rows: none !important;
        height: auto !important;
        max-height: none !important;
        min-height: 0 !important;
        overflow: visible !important;
    }
    /* SP：画像と CTA を同一マスに重ね、画像は下端ベタ（グリッド 1 行＝写真の高さ） */
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 .storage-intro__cards-scroll > a.storage-intro__card.storage-intro__cell--img-txt {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        grid-template-rows: minmax(0, auto) !important;
        align-items: end !important;
        justify-items: stretch !important;
        gap: 0 !important;
        position: relative !important;
        overflow: hidden !important;
        padding: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
        min-height: 0 !important;
        height: auto !important;
        max-height: none !important;
    }
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 .storage-intro__cards-scroll > a.storage-intro__card.storage-intro__cell--img-txt-right .storage-intro__cell-content {
        grid-area: 1 / 1 !important;
        order: 0 !important;
        align-self: end !important;
        justify-self: stretch !important;
        position: relative !important;
        z-index: 3 !important;
        flex: none !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        padding: 10px 8px 8px 8px !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: flex-end !important;
        align-items: flex-end !important;
        gap: 0 !important;
        pointer-events: none !important;
    }
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cards-scroll > .storage-intro__cell--profile .storage-intro__profile {
        display: flex !important;
        flex-direction: column !important;
        grid-template-rows: none !important;
        height: auto !important;
        min-height: min-content !important;
        max-height: none !important;
        overflow: hidden !important;
        justify-content: flex-start !important;
        align-items: stretch !important;
    }
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cards-scroll > .storage-intro__cell--profile .storage-intro__profile picture {
        display: flex !important;
        align-items: flex-end !important;
        justify-content: center !important;
        flex: 0 0 auto !important;
        width: 100% !important;
        min-width: 0 !important;
        max-height: none !important;
        min-height: 0 !important;
        line-height: 0 !important;
    }
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cards-scroll > .storage-intro__cell--profile .storage-intro__profile-adviser-img {
        display: block !important;
        min-width: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
        object-position: center bottom !important;
    }
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cards-scroll > .storage-intro__cell--profile {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__head--sp-intro {
        display: none !important;
    }
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__head,
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__title,
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__lead {
        text-align: center !important;
        border-bottom: none !important;
    }
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__head {
        align-items: center !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__title,
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__lead {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: center !important;
    }
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__head {
        gap: 0 !important;
        row-gap: 0 !important;
    }
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__title {
        margin: 0 !important;
        padding-bottom: 0 !important;
    }
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cell--head .storage-intro__lead {
        margin: 0 !important;
        margin-top: 0 !important;
    }
    body.is-storage-page #sec-intro.storage-section--intro:not(.is-expanded) > .storage-intro__inner {
        padding-top: 0 !important;
    }
    body.is-storage-page #sec-intro.storage-section--intro:not(.is-expanded) {
        min-height: 0 !important;
        justify-content: flex-start !important;
    }
    #sec-intro.storage-section--intro .storage-intro__cards-scroll > a.storage-intro__card .storage-intro__cell-text,
    #sec-intro.storage-section--intro .storage-intro__cards-scroll > a.storage-intro__card .storage-intro__card-family-text {
        display: none !important;
    }
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cards-scroll > a.storage-intro__card .storage-intro__cell-img-wrap,
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cards-scroll > a.storage-intro__cell--img .storage-intro__cell-img-wrap {
        grid-area: 1 / 1 !important;
        order: 0 !important;
        align-self: end !important;
        justify-self: center !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        position: relative !important;
        z-index: 1 !important;
        display: flex !important;
        align-items: flex-end !important;
        justify-content: center !important;
        pointer-events: none !important;
    }
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cards-scroll > a.storage-intro__card .storage-intro__cell-img-wrap img,
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cards-scroll > a.storage-intro__cell--img .storage-intro__cell-img-wrap img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
        object-fit: contain !important;
        object-position: center bottom !important;
        margin: 0 !important;
    }
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cards-scroll > a.storage-intro__card .storage-intro__cell-img-wrap picture,
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cards-scroll > a.storage-intro__cell--img .storage-intro__cell-img-wrap picture {
        display: flex !important;
        align-items: flex-end !important;
        justify-content: center !important;
        width: 100% !important;
        line-height: 0 !important;
    }
    #sec-intro.storage-section--intro .storage-intro__cards-scroll > a.storage-intro__card .storage-intro__plan-num {
        width: 32px !important;
        min-width: 32px !important;
        height: 32px !important;
        font-size: clamp(0.88rem, 3.35vw, 1.38rem) !important;
    }
    #sec-intro.storage-section--intro .storage-intro__cards-scroll > a.storage-intro__card .storage-intro__cell-cta-set {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        justify-content: flex-end !important;
        align-items: center !important;
        gap: 6px !important;
        pointer-events: none !important;
    }
    #sec-intro.storage-section--intro .storage-intro__cards-scroll > a.storage-intro__card .storage-intro__plan-nums {
        flex-shrink: 0 !important;
    }
    #sec-intro.storage-section--intro .storage-intro__cards-scroll > a.storage-intro__card .storage-intro__cell-btn.storage-intro__card-cta {
        flex: 1 1 0% !important;
        min-width: 0 !important;
        width: auto !important;
        max-width: none !important;
        display: inline-flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: center !important;
        align-content: center !important;
        min-height: 30px !important;
        padding: 5px 32px 5px 14px !important;
        font-size: 1.3rem !important;
        line-height: 1.15 !important;
        gap: 2px 6px !important;
        text-align: center !important;
        position: relative !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-break: keep-all !important;
        overflow-wrap: normal !important;
        pointer-events: auto !important;
    }
    #sec-intro.storage-section--intro .storage-intro__cards-scroll > a.storage-intro__card .storage-intro__cell-btn.storage-intro__card-cta .storage-intro__cell-arrow {
        position: absolute !important;
        right: 10px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        margin: 0 !important;
    }
    #sec-intro.storage-section--intro .storage-intro__cards-scroll > a.storage-intro__card:last-child {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    body.is-storage-page #sec-intro.storage-section--intro:not(.is-expanded) > .storage-intro__inner {
        padding-bottom: 0 !important;
    }
    #sec-intro.storage-section--intro .storage-intro__cards-scroll {
        padding-bottom: 0 !important;
        scroll-padding-bottom: 0 !important;
    }
    #sec-intro.storage-section--intro .storage-intro__cards-scroll > a.storage-intro__card {
        padding-bottom: 0 !important;
    }
    body.is-storage-page #sec-intro.storage-section--intro:not(.is-expanded) {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    body.is-storage-page #sec-intro.storage-section--intro:not(.is-expanded) > .storage-intro__inner {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    #storage-intro-detail.storage-intro__detail.is-open .storage-intro__detail-heading {
        transition: min-height 0.44s cubic-bezier(0.33, 1, 0.68, 1),
            height 0.44s cubic-bezier(0.33, 1, 0.68, 1),
            padding-top 0.44s cubic-bezier(0.33, 1, 0.68, 1),
            padding-bottom 0.44s cubic-bezier(0.33, 1, 0.68, 1),
            gap 0.35s ease;
    }
    #storage-intro-detail.storage-intro__detail.is-open .storage-intro__detail-heading-left,
    #storage-intro-detail.storage-intro__detail.is-open .storage-intro__detail-family-img-wrap,
    #storage-intro-detail.storage-intro__detail.is-open .storage-intro__detail-family-img {
        transition: opacity 0.38s cubic-bezier(0.33, 1, 0.68, 1),
            max-height 0.42s cubic-bezier(0.25, 0.46, 0.45, 0.94),
            transform 0.4s cubic-bezier(0.33, 1, 0.68, 1),
            margin 0.35s ease,
            visibility 0s linear;
    }
    #storage-intro-detail.storage-intro__detail.is-open .storage-intro__detail-solved-badge--sp {
        transition: opacity 0.32s cubic-bezier(0.33, 1, 0.68, 1),
            transform 0.32s cubic-bezier(0.33, 1, 0.68, 1),
            visibility 0s linear;
    }
    #storage-intro-detail.storage-intro__detail.is-open:not(.is-heading-compact) .storage-intro__detail-heading-left {
        opacity: 1;
        visibility: visible;
        max-height: 360px;
        transform: translateY(0);
        pointer-events: auto;
    }
    #storage-intro-detail.storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading {
        --storage-compact-badge-overlap: 1em;
        --storage-compact-badge-nudge-left: -36px;
        min-height: 45px !important;
        height: auto !important;
        padding-top: 0 !important;
    }
    #storage-intro-detail.storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading-left {
        opacity: 0 !important;
        visibility: hidden !important;
        max-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        pointer-events: none !important;
        transform: translateY(-5px) !important;
        transition: opacity 0.34s cubic-bezier(0.33, 1, 0.68, 1),
            max-height 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94),
            transform 0.36s cubic-bezier(0.33, 1, 0.68, 1),
            visibility 0s linear 0.28s !important;
    }
    #storage-intro-detail.storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-family-img-wrap,
    #storage-intro-detail.storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-family-img {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }
    #storage-intro-detail.storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading-center {
        padding-top: 0 !important;
    }
    #storage-intro-detail.storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading {
        overflow: visible !important;
    }
    #storage-intro-detail.storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading-center-inner {
        position: relative !important;
        display: inline-flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        width: auto !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: clamp(8px, 2.2vw, 14px) !important;
        padding-right: clamp(12px, 3.5vw, 22px) !important;
        box-sizing: border-box !important;
        overflow: visible !important;
        gap: 0 !important;
    }
    #storage-intro-detail.storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-solved-badge--sp {
        position: static !important;
        left: auto !important;
        top: auto !important;
        bottom: auto !important;
        margin: 0 !important;
        margin-bottom: calc(-1 * var(--storage-compact-badge-overlap, 0.68em)) !important;
        margin-left: var(--storage-compact-badge-nudge-left, -10px) !important;
        z-index: 2 !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        width: clamp(72px, 20vw, 104px) !important;
        max-width: none !important;
        flex-shrink: 0 !important;
        pointer-events: none !important;
        transition: opacity 0.28s cubic-bezier(0.33, 1, 0.68, 1),
            transform 0.28s cubic-bezier(0.33, 1, 0.68, 1),
            visibility 0s linear !important;
    }
    #storage-intro-detail.storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading-center-inner .storage-intro__detail-catch-center,
    #storage-intro-detail.storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading-center-inner .storage-intro__detail-title-center {
        min-width: 0 !important;
        width: auto !important;
        max-width: 100% !important;
        text-align: left !important;
        padding-left: 0 !important;
        box-sizing: border-box !important;
        position: relative !important;
        z-index: 1 !important;
    }
    #storage-intro-detail.storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading .storage-intro__detail-catch-center,
    #storage-intro-detail.storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading .storage-intro__detail-title-center {
        font-size: clamp(13px, 3.4vw, 15px) !important;
        text-align: left !important;
    }
    #storage-intro-detail.storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading .storage-intro__detail-catch-center {
        line-height: 1.15 !important;
    }
    #storage-intro-detail.storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-heading .storage-intro__detail-title-center {
        line-height: 1.32 !important;
    }
    @media (prefers-reduced-motion: reduce) {
        #storage-intro-detail.storage-intro__detail.is-open .storage-intro__detail-heading,
        #storage-intro-detail.storage-intro__detail.is-open .storage-intro__detail-heading-left,
        #storage-intro-detail.storage-intro__detail.is-open .storage-intro__detail-family-img-wrap,
        #storage-intro-detail.storage-intro__detail.is-open .storage-intro__detail-family-img,
        #storage-intro-detail.storage-intro__detail.is-open .storage-intro__detail-solved-badge--sp {
            transition-duration: 0.001s !important;
            transition-delay: 0s !important;
        }
        #storage-intro-detail.storage-intro__detail.is-open.is-heading-compact .storage-intro__detail-solved-badge--sp {
            transition-duration: 0.001s !important;
            transition-delay: 0s !important;
        }
    }
    #storage-intro-detail.storage-intro__detail.is-open .storage-intro__detail-body .storage-intro__detail-sp-rows::after {
        content: "";
        display: block;
        height: calc(var(--storage-footer-h-sp) + 100px + env(safe-area-inset-bottom, 0px) + var(--storage-vv-bottom-gap, 0px));
        flex: 0 0 auto;
    }
    #storage-intro-detail.storage-intro__detail.is-open .storage-intro__detail-body .storage-plan-detail__block--cta-only p {
        font-size: 1.3rem !important;
        line-height: 1.45 !important;
        font-family: "Noto Sans JP", "Noto Sans", sans-serif !important;
    }
    #storage-intro-img-modal .storage-plan-detail__block--cta-only p {
        font-size: 1.45rem !important;
        line-height: 1.45 !important;
        font-family: "Noto Sans JP", "Noto Sans", sans-serif !important;
    }
    #storage-intro-detail.storage-intro__detail.is-open .storage-intro__detail-body .storage-plan-detail__block--cta-only {
        position: relative !important;
        z-index: 5 !important;
    }
    #storage-intro-detail.storage-intro__detail.is-open .storage-intro__detail-body .storage-plan-detail__block--cta-only .storage-plan-detail__cta-row .storage-plan-detail__cta,
    #storage-intro-detail.storage-intro__detail.is-open .storage-intro__detail-body .storage-plan-detail__block--cta-only .storage-plan-detail__cta-row .storage-plan-detail__close-btn {
        font-size: 1.3rem !important;
        line-height: 1.3 !important;
        letter-spacing: 0.04em !important;
        min-height: 0 !important;
        padding: 8px 30px 10px !important;
        width: 80%;
        position: relative !important;
        z-index: 6 !important;
    }
    #storage-intro-img-modal .storage-plan-detail__block--cta-only .storage-plan-detail__cta-row .storage-plan-detail__cta,
    #storage-intro-img-modal .storage-plan-detail__block--cta-only .storage-plan-detail__cta-row .storage-plan-detail__close-btn {
        font-size: 1.45rem !important;
        line-height: 1.3 !important;
        letter-spacing: 0.04em !important;
        min-height: 0 !important;
        padding: 4px 18px !important;
    }
    #storage-intro-img-modal .storage-intro__img-modal__scroll--multi > .storage-plan-detail__block--plan-images,
    #storage-intro-img-modal .storage-intro__img-modal__scroll--sp-stack > .storage-plan-detail__block--plan-images {
        width: 88vw !important;
        min-width: 88vw !important;
        max-width: 88vw !important;
    }
    #storage-intro-img-modal .storage-intro__img-modal__scroll--multi.is-single-panel > .storage-plan-detail__block--plan-images,
    #storage-intro-img-modal .storage-intro__img-modal__scroll--sp-stack.is-single-panel > .storage-plan-detail__block--plan-images {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }
    #storage-intro-detail.storage-intro__detail.is-open .storage-intro__detail-body .storage-plan-detail__block--plan-images .storage-plan-detail__plan-images {
        display: block !important;
        width: 100% !important;
    }
    #storage-intro-detail.storage-intro__detail.is-open .storage-intro__detail-body .storage-plan-detail__block--plan-images .storage-plan-detail__plan-images-link {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    #storage-intro-detail.storage-intro__detail.is-open .storage-intro__detail-body .storage-plan-detail__block--plan-images .storage-plan-detail__plan-images-link + .storage-plan-detail__plan-images-link {
        margin-top: 10px;
    }
    #storage-intro-detail.storage-intro__detail.is-open .storage-intro__detail-body .storage-plan-detail__block--plan-images .storage-plan-detail__plan-images-link img {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        max-height: none !important;
        height: auto !important;
        object-fit: contain !important;
    }
    #storage-intro-img-modal .storage-intro__img-modal__scroll .storage-plan-detail__block-txt-wrap,
    #storage-intro-img-modal .storage-intro__img-modal__scroll .storage-plan-detail__block-txt {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 340px) {
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card .storage-intro__cell-btn,
    #sec-intro.storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card .storage-intro__cell-btn {
        font-size: 1.05rem !important;
    }
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(2) .storage-intro__cell-btn,
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(3) .storage-intro__cell-btn,
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(4) .storage-intro__cell-btn,
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(5) .storage-intro__cell-btn,
    .storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(6) .storage-intro__cell-btn,
    #sec-intro.storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(2) .storage-intro__cell-btn,
    #sec-intro.storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(3) .storage-intro__cell-btn,
    #sec-intro.storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(4) .storage-intro__cell-btn,
    #sec-intro.storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(5) .storage-intro__cell-btn,
    #sec-intro.storage-section--intro .storage-intro__cards-scroll>a.storage-intro__card:nth-child(6) .storage-intro__cell-btn {
        font-size: clamp(0.88rem, 2.45vw, 1.06rem) !important;
    }
    #sec-intro.storage-section--intro .storage-intro__cards-scroll > a.storage-intro__card .storage-intro__cell-btn.storage-intro__card-cta {
        font-size: 1.12rem !important;
        line-height: 1.15 !important;
        gap: 2px 6px !important;
    }
}

@media only screen and (max-width: 335px) {
    #storage-intro-detail.storage-intro__detail.is-open > * {
        zoom: 0.88;
    }
    #storage-intro-img-modal > .storage-intro__img-modal__close,
    #storage-intro-img-modal > .storage-intro__img-modal__inner {
        zoom: 0.88;
    }
    #storage-intro-detail.storage-intro__detail.is-open {
        left: max(0px, env(safe-area-inset-left, 0px)) !important;
        right: max(0px, env(safe-area-inset-right, 0px)) !important;
        width: auto !important;
        max-width: none !important;
    }
}

@media only screen and (max-width: 390px) {
    .storage-section--mv .storage-mv__advisor-desc {
        font-size: 0.94rem !important;
        line-height: 1.4 !important;
    }
    .storage-section--mv .storage-mv__advisor-label {
        padding-top: 10px !important;
    }
    .storage-section--mv .storage-mv__advisor-photo-wrap {
        width: 110px !important;
        height: 128px !important;
    }
}

/* iPhone SE（375px幅）: MV の ADVISOR カードをやや下げてフッターナビに近づける */
@media only screen and (max-width: 375px) {
    .storage-mv__advisor {
        bottom: calc(var(--storage-footer-h-sp) + 14px - var(--storage-mv-sp-advisor-nudge, 0px) + env(safe-area-inset-bottom, 0px)) !important;
    }
}

/*
 * 低いビューポート（Chrome のアドレスバー等で高さが詰まる）: ロゴを上げ＋カードを下げて重なりを避ける。
 * iPhone（is-ios）では -11vh 追加だとロゴが上に寄りすぎるため、従来どおり -11vh のみ。Android 等は強めの上げを維持。
 */
@media only screen and (max-width: 768px) and (max-height: 720px) {
    #sec-mv.storage-section--mv .storage-mv__content {
        transform: translateY(calc(-11vh - 8vh + var(--storage-mv-logo-offset, 0px))) !important;
    }
    #sec-mv.storage-section--mv.is-inview .storage-mv__content.storage-fade-in {
        transform: translateY(calc(-11vh - 8vh + var(--storage-mv-logo-offset, 0px))) !important;
    }
    #sec-mv.storage-section--mv .storage-mv__advisor {
        bottom: calc(var(--storage-footer-h-sp) + 4px - var(--storage-mv-sp-advisor-nudge, 0px) + env(safe-area-inset-bottom, 0px)) !important;
    }
    html.is-ios #sec-mv.storage-section--mv .storage-mv__content {
        transform: translateY(calc(-11vh + var(--storage-mv-logo-offset, 0px))) !important;
    }
    html.is-ios #sec-mv.storage-section--mv.is-inview .storage-mv__content.storage-fade-in {
        transform: translateY(calc(-11vh + var(--storage-mv-logo-offset, 0px))) !important;
    }
}

/*
 * iPhone SE 等（縦が低い iOS）: 720px ブロックでは is-ios が -11vh のみのためロゴと ADVISOR が干渉しやすい。
 * ビューポートが低いほどロゴを上げ、画像の最大高さでカード上域を必ず確保する（PC・min-width:769 には到達しない）。
 */
@media only screen and (max-width: 768px) and (max-height: 700px) {
    html.is-ios #sec-mv.storage-section--mv .storage-mv__content,
    html.is-ios #sec-mv.storage-section--mv.is-inview .storage-mv__content.storage-fade-in {
        transform: translateY(calc(-11vh - clamp(2vh, 16dvh - 64px, 10vh) + var(--storage-mv-logo-offset, 0px))) !important;
    }
    html.is-ios #sec-mv.storage-section--mv .storage-mv__img {
        max-width: min(97%, calc(100vw - 20px));
        max-height: min(60vh, calc(100dvh - var(--storage-header-h-sp) - var(--storage-footer-h-sp) - clamp(195px, 32dvh, 286px)));
    }
}

@media only screen and (max-width: 768px) and (max-height: 620px) {
    html.is-ios #sec-mv.storage-section--mv .storage-mv__content,
    html.is-ios #sec-mv.storage-section--mv.is-inview .storage-mv__content.storage-fade-in {
        transform: translateY(calc(-11vh - clamp(3vh, 18dvh - 70px, 12vh) + var(--storage-mv-logo-offset, 0px))) !important;
    }
    html.is-ios #sec-mv.storage-section--mv .storage-mv__img {
        max-width: min(93%, calc(100vw - 20px));
        max-height: min(53vh, calc(100dvh - var(--storage-header-h-sp) - var(--storage-footer-h-sp) - clamp(188px, 34dvh, 268px)));
    }
}

/*
 * SP かつ縦550px以下：極端に低いときだけ、2画面目を「ほぼ1画面分」と内容高の大きい方にし、3画面目との重なりを防ぐ。
 * 基本の min-height:min-content より優先（!important）。
 */
@media only screen and (max-width: 768px) and (max-height: 550px) {
    #sec-between-mv-intro.storage-section--between {
        min-height: max(
            calc(
                100dvh - var(--storage-header-h-sp) - var(--storage-footer-h-sp) - env(safe-area-inset-top, 0px) -
                    env(safe-area-inset-bottom, 0px)
            ),
            min-content
        ) !important;
        min-height: max(
            calc(
                100svh - var(--storage-header-h-sp) - var(--storage-footer-h-sp) - env(safe-area-inset-top, 0px) -
                    env(safe-area-inset-bottom, 0px)
            ),
            min-content
        ) !important;
        z-index: 2 !important;
        isolation: isolate !important;
    }
    #sec-between-mv-intro .storage-between__inner {
        flex: 0 1 auto !important;
        min-height: min-content !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    #sec-intro.storage-section--intro:not(.is-expanded) {
        z-index: 0 !important;
        isolation: isolate !important;
    }
    #sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cards-scroll > .storage-intro__cell--profile {
        z-index: auto !important;
        isolation: auto !important;
    }
    #sec-between-mv-intro .storage-between__main-img-wrap {
        flex: 0 1 auto !important;
        --between-map-frame-h: min(40dvh, 360px) !important;
        min-height: 0 !important;
        max-height: min(52dvh, 480px) !important;
    }
}

/*
 * SP かつ縦674px以下のみ：極端に低い画面で敷地図を正方形に（675px 以上は横長のまま）。
 * 550px 帯の min-height 指定より後で上書き。
 */
@media only screen and (max-width: 768px) and (max-height: 674px) {
    #sec-between-mv-intro .storage-between__main-img-wrap {
        align-self: center !important;
        width:100% !important;
        max-height: min(calc(100vw - 24px), calc(100dvh - 240px)) !important;
        aspect-ratio: 1 / 1 !important;
        height: auto !important;
        flex: 0 0 auto !important;
        min-height: unset !important;
    }
    #sec-between-mv-intro .storage-between__map-zoom-viewport {
        flex: 1 1 0 !important;
        min-height: 0 !important;
        width: 100% !important;
        height: 100% !important;
        max-height: 100% !important;
    }
}

/* 3画面目（お悩み一覧）: 2カードのみ色指定（最終上書き） */
#sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cards-scroll > a.storage-intro__card[href="#sec-plan-fit-in-closet"] .storage-intro__plan-num,
#sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cards-scroll > a.storage-intro__card[href="#sec-plan-fit-in-closet"] .storage-intro__cell-btn.storage-intro__card-cta,
#sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cards-scroll > a.storage-intro__card[href="#sec-plan-fit-in-closet"] .storage-intro__cell-btn.storage-intro__card-cta:hover {
    background: #cd706b !important;
    background-color: #cd706b !important;
}
#sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cards-scroll > a.storage-intro__card[href="#sec-plan-corridor"] .storage-intro__cell-btn.storage-intro__card-cta,
#sec-intro.storage-section--intro .storage-intro__grid-3x3 > .storage-intro__cards-scroll > a.storage-intro__card[href="#sec-plan-corridor"] .storage-intro__cell-btn.storage-intro__card-cta:hover {
    background: #91a95e !important;
    background-color: #91a95e !important;
}