.about-cranberry-benefit,
.about-intestinal-environment {
    width: 100%;
    margin: 0 auto;
    padding: 48px;
    /* background: #ffe2ee; */
    /* border-radius: 16px; */
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04); */
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
}
@media (max-width: 768px) {
    .about-cranberry-benefit,
    .about-intestinal-environment {
        padding: 24px;
    }
}

.title {
    font-size: 1.7em;
    font-weight: bold;
    margin: 0 0 1em 0;
    text-align: left;
}

.description {
    font-size: 1em;
    line-height: 1.8;
    margin-bottom: 24px;
    text-align: left;
}

.hero-image {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.hero-image img {
    width: min(360px, 100%);
    aspect-ratio: 1;
    height: auto;
    object-fit: cover;
    object-position: center;
    flex-shrink: 0;
    border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%;
    box-shadow: 0 8px 24px #fdcde1;
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-radius 0.4s ease;
}

@media (max-width: 768px) {
    .hero-image img {
        width: min(360px, 85vw);
        max-width: 100%;
        aspect-ratio: 1;
        object-fit: cover;
    }
}

.hero-image img:hover {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 0 12px 32px #fdcde1;
    border-radius: 45% 55% 40% 60% / 55% 45% 55% 45%;
}

/* プロアントシアニジン（英日ワードマーク・実テキスト） */
.g2421-pac-wordmark {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0.25rem 0 0.5rem;
    text-align: center;
    box-sizing: border-box;
}

.g2421-pac-wordmark__en {
    margin: 0;
    font-family: Georgia, "Times New Roman", "Hiragino Mincho ProN", "Noto Serif JP", serif;
    font-size: clamp(2rem, 5.5vw, 4rem);
    line-height: 1.18;
    letter-spacing: 0.03em;
}

.g2421-pac-wordmark__accent {
    color: #e60012;
    font-size: 1.32em;
    font-weight: 700;
    vertical-align: baseline;
}

.g2421-pac-wordmark__rest {
    color: #444444;
    font-size: 1em;
    font-weight: 400;
}

.g2421-pac-wordmark__ja {
    margin: 0.4em 0 0;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
    color: #444444;
    font-size: clamp(1.2rem, 3vw, 2rem);
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.4;
}

/* プロアントシアニジン：画像＋チェックリスト */
.g2421-pac-wordmark__media {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.g2421-pac-wordmark__media figure {
    margin: 0;
}

.g2421-pac-wordmark__media figure img {
    max-width: 200px;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.g2421-pac-checklist {
    list-style: none;
    padding-left: 0;
    margin: 0;
    text-align: left;
}

.g2421-pac-checklist__item {
    display: flex;
    align-items: center;
    margin-bottom: 0.3em;
}

.g2421-pac-checklist__item:last-child {
    margin-bottom: 0;
}

.g2421-pac-check-icon {
    display: inline-block;
    vertical-align: middle;
    width: 1.4em;
    height: 1.4em;
    margin-right: 0.5em;
    position: relative;
    flex-shrink: 0;
}

.g2421-pac-check-icon svg {
    position: absolute;
    left: -0.15em;
    top: -0.12em;
}

/* 使用方法ステップ（余白リセット） */
section.numbered-list-section.g2421-usage-steps {
    padding: 0;
}

/* 尿路ケア：円形バッジ（上の本文カラム幅に合わせて3等分・拡大） */
.about-cranberry-benefit .column .g2421-benefit-circles {
    width: 100%;
    max-width: 100%;
}

.g2421-benefit-circles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: clamp(0.5rem, 2vw, 1.1rem);
    margin-top: 1.5rem;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

.g2421-benefit-circle {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    margin: 0 auto;
    border-radius: 50%;
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.35) 0%, transparent 42%),
        linear-gradient(145deg, #faf6ef 0%, #efe4d6 55%, #f7f0e6 100%);
    box-shadow:
        3px 6px 18px rgba(0, 0, 0, 0.11),
        inset 0 1px 0 rgba(255, 255, 255, 0.65);
    border: 2.5px dotted #4a4a4a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8b1538;
    font-size: clamp(1.25rem, 9cqw, 2.35rem);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 1.38;
    padding: clamp(0.4rem, 2cqw, 0.7rem);
    -webkit-font-smoothing: antialiased;
}

/* 円の文字サイズをカラム幅に連動（container query） */
.about-cranberry-benefit .column:first-child,
.about-kadara-silk .column:first-child {
    container-type: inline-size;
    container-name: g2421-textcol;
}

@supports not (container-type: inline-size) {
    .g2421-benefit-circle {
        font-size: clamp(1.25rem, 4.8vw, 2.35rem);
        padding: clamp(0.4rem, 2vw, 0.7rem);
    }
}

.g2421-benefit-circle--stack {
    flex-direction: column;
    gap: 0.2em;
    line-height: 1.28;
}

.g2421-benefit-circle__line {
    display: block;
}

@media (max-width: 480px) {
    .g2421-benefit-circles {
        gap: 0.4rem;
    }

    .g2421-benefit-circle {
        font-size: clamp(1.05rem, 5.8vw, 1.65rem);
        line-height: 1.32;
        border-width: 2px;
    }
}