.custom-about-for-store-page-content {
    height: 100%;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

/* --------------------------------------------------------------------- */
/* 共通 */

.custom-about-store-eyebrow {
    display: inline-block;
    margin: 0 0 1.25rem;
    font-size: 0.875rem;
    color: #E9528E;
    border-bottom: 3px dotted #E9528E;
    padding-bottom: 0.35rem;
}

.custom-about-store-section-title {
    margin: 0 0 1.75rem;
    font-size: 1.5rem;
    line-height: 1.35;
    font-weight: 800;
    color: #535353;
}

.custom-about-store-section {
    background: #F5F5F5;
    margin-inline: calc(50% - 50vw);
    padding-inline: calc(50vw - 50%);
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.custom-about-store-section-white {
    background: #ffffff;
}

/* --------------------------------------------------------------------- */
/* ヒーロー */

.custom-about-store-hero {
    padding: 2.5rem 0 2.5rem;
}

.custom-about-store-hero-inner {
    display: grid;
    align-items: center;
    gap: 1.5rem;
}

.custom-about-store-hero-title {
    margin: 0 0 1.25rem;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.3;
    color: #535353;
}

.custom-about-store-hero-title-accent {
    color: #E9528E;
}

.custom-about-store-hero-text {
    margin: 0 0 1rem;
    font-size: 1rem;
    line-height: 1.7;
    color: #535353;
}

.custom-about-store-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

.custom-about-store-primary-button,
.custom-about-store-secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    padding: 0.75rem 1.25rem;
    border-radius: 999px;
    text-decoration: none;
    font-size: 1rem;
    transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

.custom-about-store-primary-button {
    background: #E9528E;
    color: #ffffff;
}

.custom-about-store-secondary-button {
    background: #ffffff;
    color: #E9528E;
    border: 1px solid #E9528E;
}

.custom-about-store-primary-button:hover,
.custom-about-store-secondary-button:hover {
    transform: translateY(-1px);
    opacity: 0.92;
}

/* --------------------------------------------------------------------- */
/* ヒーロービジュアル */

.custom-about-store-hero-visual {
    position: relative;
    width: 100%;
    max-width: 34rem;
    min-height: 24rem;
    margin: 0 auto;
}

.custom-about-store-sales-point-badge {
    position: absolute;
    top: 0.2rem;
    left: calc(50% + 4.6rem);
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    padding: 0.8rem 1.35rem;
    border-radius: 9999px;
    background: #7D40A0;
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
    transform: rotate(10deg);
}

.custom-about-store-sales-point-badge::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 1.5rem;
    border-style: solid;
    border-width: 0.95rem 0.95rem 0 0;
    border-color: #7D40A0 transparent transparent transparent;
    translate: -50% 100%;
    transform: skew(-10deg);
    transform-origin: top;
}

.custom-about-store-sales-point-badge::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 1.5rem;
    border-style: solid;
    border-width: 0.78rem 0.78rem 0 0;
    border-color: #7D40A0 transparent transparent transparent;
    translate: calc(-50% - 0.2px) 100%;
    transform: skew(-10deg);
    transform-origin: top;
}

.custom-about-store-sales-point-badge-sub {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.2;
}

.custom-about-store-sales-point-badge-free {
    top: 5.2rem;
    left: calc(50% - 13rem);
    transform: rotate(-8deg);
    z-index: 4;
    background: #7D40A0;
}

.custom-about-store-sales-point-badge-free::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0.45rem;
    right: 1.15rem;
    left: auto;
    border-style: solid;
    border-width: 0.75rem 0 0.75rem 1.1rem;
    border-color: transparent transparent transparent #7D40A0;
    translate: 100% 35%;
    transform: rotate(28deg);
    transform-origin: left center;
}

.custom-about-store-sales-point-badge-free::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0.5rem;
    right: 1rem;
    left: auto;
    border-style: solid;
    border-width: 0.58rem 0 0.58rem 0.85rem;
    border-color: transparent transparent transparent #7D40A0;
    translate: calc(100% - 1px) 35%;
    transform: rotate(28deg);
    transform-origin: left center;
}

.custom-about-store-device {
    position: absolute;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.custom-about-store-device-phone {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 11rem;
    height: 22rem;
    border-radius: 2rem;
    border: 5px solid #111111;
    z-index: 2;
}

.custom-about-store-phone-notch {
    width: 42%;
    height: 0.95rem;
    background: #111111;
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    margin: 0 auto;
}

.custom-about-store-phone-screen {
    padding: 1rem 0.85rem 1rem;
    height: calc(100% - 0.95rem);
    box-sizing: border-box;
    background: #ffffff;
}

/* --------------------------------------------------------------------- */
/* よくあるお悩み → 解決 */

.custom-about-store-flow-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.custom-about-store-flow-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 1.25rem;
    box-shadow: 0 14px 36px rgba(32, 44, 70, 0.06);
    border: 1px solid #eee5f4;
    display: flex;
    flex-direction: column;
}

.custom-about-store-flow-block {
    border-radius: 18px;
    padding: 0.95rem 1rem;
    background: #ffffff;
    border: 1px solid #eee4ea;    
}

.custom-about-store-flow-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.55rem;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    background: #AAAAAC;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
}

.custom-about-store-flow-label.is-solution {
    background: #FFE4EF;
    color: #E9528E;
}

.custom-about-store-flow-title {
    margin: 0;
    font-size: 1rem;
    line-height: 1.45;
    color: #535353;
}

.custom-about-store-flow-text {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.75;
    color: #535353;
}

.custom-about-store-flow-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem auto;
    color: #535353;
    font-size: 1rem;
}

/* --------------------------------------------------------------------- */
/* キャスコレでできること */

.custom-about-store-capability-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.custom-about-store-capability-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 1.25rem;
    background: #F5F5F5;
}

.custom-about-store-capability-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 4.25rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: #F3E7FD;
    color: #E9528E;
    font-size: 0.75rem;
    margin-bottom: 0.625rem;
}

.custom-about-store-capability-title {
    margin: 0 0 0.625rem;
    font-size: 1.125rem;
    line-height: 1.35;
    font-weight: 800;
    color: #535353;
}

.custom-about-store-capability-text {
    margin: 0;
    font-size: 1rem;
    line-height: 1.9;
    color: #535353;
}

/* --------------------------------------------------------------------- */
/* キャスコレならではの価値（統合版） */

.custom-about-store-value-integration-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.custom-about-store-value-integration-card {
    position: relative;
    overflow: hidden;
    padding: 1.25rem;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 14px 40px rgba(18, 62, 71, 0.08);    
}

.custom-about-store-value-integration-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 4.25rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: #FFE7F1;
    color: #E9528E;
    font-size: 0.75rem;
    margin-bottom: 0.625rem;
}

.custom-about-store-value-integration-title {
    margin: 0 0 0.625rem;
    font-size: 1.125rem;
    line-height: 1.35;
    font-weight: 800;
    color: #535353;
}

.custom-about-store-value-integration-text {
    margin: 0;
    font-size: 1rem;
    line-height: 1.9;
    color: #535353;
}

.custom-about-store-value-message-card {
    position: relative;
    margin-top: 2rem;
    border-radius: 24px;
    border: 1px solid #efdbe6;
    box-shadow: 0 14px 36px rgba(32, 44, 70, 0.06);
    overflow: hidden;
    padding: 1.25rem;
    background: #ffffff;
}

.custom-about-store-value-message-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0.7rem;
    padding: 0.38rem 0.78rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #E9528E;
    color: #E9528E;
    font-size: 0.875rem;
}

.custom-about-store-value-message-text {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.9;
    color: #535353;
}

/* --------------------------------------------------------------------- */
/* 収益シミュレーション */

.custom-about-store-simulation-box {
    background: #ffffff;
    border-radius: 24px;
    padding: 1.5rem;
    box-shadow: 0 14px 36px rgba(32, 44, 70, 0.06);
    border: 1px solid #f1e5eb;
}

.custom-about-store-simulation-row {
    display: grid;
    gap: 0.75rem;
}

.custom-about-store-simulation-label {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: #F3E7FD;
    color: #E9528E;
    font-size: 0.75rem;
}

.custom-about-store-simulation-formula {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #535353;
    font-weight: 700;
}

.custom-about-store-simulation-assumption-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.625rem;
    margin-bottom: 1rem;
}

.custom-about-store-simulation-assumption-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 0.75rem;
    border: 1px solid #f1e5eb;
    box-shadow: 0 10px 24px rgba(32, 44, 70, 0.04);
}

.custom-about-store-simulation-assumption-name {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 0.75rem;
    color: #535353;
}

.custom-about-store-simulation-assumption-value {
    display: inline-flex;
    align-items: baseline;
    gap: 0.12em;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #E9528E;
    font-weight: 800;
}

.custom-about-store-simulation-assumption-note {
    display: block;
    margin-top: 0.45rem;
    font-size: 0.75rem;
    color: #7c7c7c;
}

.custom-about-store-simulation-formula-flow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem 0.65rem;
}

.custom-about-store-simulation-formula-part {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: #F9F6F2;
    color: #535353;
    font-size: 0.875rem;
    box-sizing: border-box;
}

.custom-about-store-simulation-formula-operator {
    font-size: 1rem;
    line-height: 1;
    font-weight: 800;
    color: #C57A9C;
}

.custom-about-store-simulation-result-grid {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.custom-about-store-simulation-result-card {
    background: #F9F6F2;
    border-radius: 1rem;
    padding: 1rem;
}

.custom-about-store-simulation-result-label {
    display: block;
    font-size: 0.85rem;
    color: #535353;
    margin-bottom: 0.45rem;
}

.custom-about-store-simulation-result-value {
    display: block;
    font-size: 1.5rem;
    line-height: 1.2;
    color: #E9528E;
    font-weight: 800;
}

.custom-about-store-simulation-note {
    margin: 1rem 0 0;
    font-size: 0.95rem;
    line-height: 1.9;
    color: #535353;
}

.custom-about-store-simulation-chart {
    margin-top: 1.5rem;
    display: grid;
    gap: 0.9rem;
}

.custom-about-store-simulation-bar-row {
    display: grid;
    grid-template-columns: 4.5rem minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.8rem;
}

.custom-about-store-simulation-bar-label {
    font-size: 0.9rem;
    font-weight: 700;
    color: #535353;
}

.custom-about-store-simulation-bar {
    display: block;
    height: 1rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #F6B0CD 0%, #E9528E 100%);
}

.custom-about-store-simulation-bar.is-day {
    width: 18%;
}

.custom-about-store-simulation-bar.is-week {
    width: 42%;
}

.custom-about-store-simulation-bar.is-month {
    width: 100%;
}

.custom-about-store-simulation-bar-value {
    font-size: 0.95rem;
    font-weight: 700;
    color: #535353;
}

/* --------------------------------------------------------------------- */
/* CTA */

.custom-about-store-cta {
    position: relative;
    margin-inline: calc(50% - 50vw);
    padding: 0;
    border-radius: 0;
    background: #EC8DB3;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    box-shadow: none;
}

.custom-about-store-cta::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 140%;
    height: 18rem;
    transform: translateX(-50%);
    background: #fff;
    border-bottom-left-radius: 50% 100%;
    border-bottom-right-radius: 50% 100%;
}

.custom-about-store-cta-inner {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
    padding: 3rem 1.5rem 3.5rem;
    display: grid;
    gap: 2.5rem;
    align-items: center;
}

.custom-about-store-cta-content {
    text-align: center;
    max-width: 34rem;
    margin: 0 auto;
    align-self: start;
    padding-top: 1rem;
}

.custom-about-store-cta-title {
    margin: 0 0 1rem;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 800;
    color: #E9528E;
}

.custom-about-store-cta-actions {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.custom-about-store-cta-button {
    min-width: 16rem;
    min-height: 3rem;
    padding: 0 2rem;
    font-weight: 700;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    text-decoration: none;
    font-size: 1rem;
    transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
    background: #E9528E;
    color: #ffffff;
    border: 1px solid transparent;
}

.custom-about-store-cta-button.is-secondary {
    background: #ffffff;
    color: #E9528E;
    border-color: #E9528E;
}

.custom-about-store-cta-button:hover {
    transform: translateY(-1px);
    opacity: 0.92;
}

.custom-about-store-cta-visual {
    position: relative;
    width: 100%;
    max-width: 24rem;
    min-height: 23rem;
    margin: 0 auto;
}

.custom-about-store-cta-phone {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10.5rem;
    height: 21rem;
    background: #ffffff;
    border: 4px solid #111111;
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
    z-index: 2;
}

.custom-about-store-cta-phone-screen {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.15rem 0.8rem 0.9rem;
    box-sizing: border-box;
    height: calc(100% - 0.95rem);
    background: #ffffff;
}

.custom-about-store-cta-pc {
    position: absolute;
    right: 0;
    top: 0;
    width: 17.5rem;
    height: 13rem;
    background: #ffffff;
    border: 4px solid #111111;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
    z-index: 1;
}

.custom-about-store-cta-pc-screen {
    height: calc(100% - 2rem);
    padding: 1rem;
    box-sizing: border-box;
    background: #ffffff;
}

.custom-about-store-cta-badge {
    position: absolute;
    left: -0.2rem;
    bottom: 0.4rem;
    z-index: 3;
    width: 5rem;
    height: 5rem;
    border-radius: 1.35rem;
    background: #E9528E;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    text-align: center;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.16);
}

/* --------------------------------------------------------------------- */
/* レスポンシブ */

@media (min-width: 768px) {
    .custom-about-store-hero-inner {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    }

    .custom-about-store-hero-text {
        line-height: 1.9;
    }    

    .custom-about-store-flow-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .custom-about-store-capability-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .custom-about-store-value-integration-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .custom-about-store-simulation-assumption-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .custom-about-store-simulation-result-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .custom-about-store-fit-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .custom-about-store-cta-inner {
        grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
        max-width: 800px;
    }

    .custom-about-store-cta-visual {
        max-width: 26rem;
        min-height: 25rem;
        margin: 0;
    }

    .custom-about-store-cta-phone {
        width: 11rem;
        height: 22rem;
        left: 1rem;
        bottom: 0.8rem;
    }

    .custom-about-store-cta-pc {
        width: 19rem;
        height: 14rem;
        right: 0.5rem;
        top: 0;
    }

    .custom-about-store-cta-badge {
        left: 0.2rem;
        bottom: 1rem;
    }
}

@media (min-width: 1230px) {

    .custom-about-store-simulation-assumption-name {
        font-size: 0.65rem;
    }

    .custom-about-store-simulation-assumption-note {
        font-size: 0.65rem;
    }

}

/* --------------------------------------------------------------------- */
/* アニメーション */

/* ヒーローバッジ */
.custom-about-store-sales-point-badge {
    --badge-rotate: 10deg;
    opacity: 0;
    filter: blur(6px);
    transform: translateY(18px) rotate(var(--badge-rotate)) scale(0.78);
    transform-origin: center;
}

.custom-about-store-sales-point-badge-free {
    --badge-rotate: -8deg;
}

.custom-about-store-sales-point-badge.is-visible {
    animation: custom-about-store-badge-pop 0.72s cubic-bezier(0.18, 0.89, 0.32, 1.28) forwards;
}

@keyframes custom-about-store-badge-pop {
    0% {
        opacity: 0;
        filter: blur(6px);
        transform: translateY(18px) rotate(var(--badge-rotate)) scale(0.78);
    }

    60% {
        opacity: 1;
        filter: blur(0);
        transform: translateY(-6px) rotate(var(--badge-rotate)) scale(1.08);
    }

    100% {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0) rotate(var(--badge-rotate)) scale(1);
    }
}

/* 前提条件カード */
.custom-about-store-simulation-assumption-card {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.45s ease, transform 0.45s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.custom-about-store-simulation-assumption-card.is-active {
    opacity: 1;
    transform: translateY(0);
    border-color: #f0c7d9;
    box-shadow: 0 14px 30px rgba(32, 44, 70, 0.08);
}

.custom-about-store-simulation-formula-total {
    opacity: 0.45;
    transform: scale(0.96);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.custom-about-store-simulation-formula-total.is-active {
    opacity: 1;
    transform: scale(1);
}

/* 収益シミュレーションバー*/
.custom-about-store-simulation-bar {
    transform-origin: left center;
    transform: scaleX(0);
    opacity: 0.45;
    will-change: transform;
    transition: transform 1.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
}

.custom-about-store-simulation-bar-row.is-active .custom-about-store-simulation-bar {
    transform: scaleX(1);
    opacity: 1;
}

.custom-about-store-simulation-bar-label,
.custom-about-store-simulation-bar-value {
    transition: color 0.35s ease, transform 0.35s ease;
}

.custom-about-store-simulation-bar-row.is-active .custom-about-store-simulation-bar-label,
.custom-about-store-simulation-bar-row.is-active .custom-about-store-simulation-bar-value {
    color: #E9528E;
    transform: translateY(-1px);
}

.custom-about-store-simulation-assumption-value,
.custom-about-store-simulation-formula-total,
.custom-about-store-simulation-result-value,
.custom-about-store-simulation-bar-value {
    display: inline-flex;
    align-items: baseline;
    gap: 0.12em;
    font-variant-numeric: tabular-nums;
}

.custom-about-store-countup-number {
    font-variant-numeric: tabular-nums;
}

.custom-about-store-countup-prefix,
.custom-about-store-countup-suffix {
    white-space: nowrap;
}

.custom-about-store-simulation-assumption-value .custom-about-store-countup-suffix,
.custom-about-store-simulation-formula-total .custom-about-store-countup-suffix,
.custom-about-store-simulation-result-value .custom-about-store-countup-suffix {
    font-size: 0.7em;
    font-weight: 700;
    color: #535353;
}