
.breadcrumb {
            margin: 2px 0 16px;
            font-size: 13px;
            color: #888;
        }

        .breadcrumb__list {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
            margin: 0;
            padding: 0;
            align-items: center;
        }

        .breadcrumb__item a {
            color: #b54a76;
            text-decoration: none;
            font-weight: 600;
        }

        .breadcrumb__item span[aria-current="page"] {
            color: #666;
        }

        .breadcrumb__sep {
            color: #bbb;
            margin-left: 6px;
        }

        .article-page {
            max-width: 800px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        .article-header {
            margin-bottom: 40px;
        }

        .article-header__category {
            display: inline-block;
            background: linear-gradient(135deg, #ff6b9d 0%, #c44569 100%);
            color: white;
            padding: 6px 16px;
            border-radius: 20px;
            font-size: 13px;
            font-weight: 500;
            margin-bottom: 15px;
        }

        .article-header__title {
            font-size: 32px;
            font-weight: 700;
            line-height: 1.4;
            color: #1a1a1a;
            margin-bottom: 15px;
        }

        .article-header__meta {
            color: #888;
            font-size: 14px;
            display: flex;
            gap: 20px;
        }

        .article-content {
            font-size: 16px;
            line-height: 1.9;
            color: #333;
        }

        .article-content>*:first-child {
            margin-top: 0 !important;
        }

        .article-content>*:last-child {
            margin-bottom: 0 !important;
        }

        .article-content h2 {
            font-size: 24px;
            font-weight: 700;
            margin: 50px 0 20px;
            padding-bottom: 10px;
            border-bottom: 3px solid #ff6b9d;
            color: #1a1a1a;
        }

        .article-content .wp-block-heading {
            color: #1a1a1a;
        }

        .article-content h3 {
            font-size: 20px;
            font-weight: 700;
            margin: 40px 0 15px;
            color: #1a1a1a;
            padding-left: 15px;
            border-left: 4px solid #ff6b9d;
        }

        .article-content h4 {
            font-size: 18px;
            font-weight: 600;
            margin: 30px 0 12px;
            color: #333;
        }

        .article-content p {
            margin-bottom: 20px;
        }

        .article-content .wp-block-paragraph {
            margin-bottom: 20px;
        }

        .article-content ul,
        .article-content ol {
            margin: 20px 0;
            padding-left: 25px;
        }

        .article-content .wp-block-list {
            margin: 20px 0;
            padding-left: 25px;
        }

        .article-content li {
            margin-bottom: 10px;
        }

        .article-content table {
            width: 100%;
            border-collapse: collapse;
            margin: 25px 0;
            font-size: 15px;
        }

        .article-content figure.wp-block-table {
            margin: 25px 0;
        }

        .article-content th {
            background: linear-gradient(135deg, #ff6b9d 0%, #c44569 100%);
            color: white;
            padding: 12px 15px;
            text-align: left;
            font-weight: 600;
        }

        .article-content td {
            padding: 12px 15px;
            border-bottom: 1px solid #eee;
        }

        .article-content tr:nth-child(even) {
            background: #fafafa;
        }

        .article-content blockquote {
            background: #fff5f8;
            border-left: 4px solid #ff6b9d;
            padding: 20px 25px;
            margin: 25px 0;
            font-style: italic;
            color: #555;
        }

        .article-content .wp-block-quote {
            background: #fff5f8;
            border-left: 4px solid #ff6b9d;
            padding: 20px 25px;
            margin: 25px 0;
            font-style: italic;
            color: #555;
        }

        .article-content .wp-block-quote p:last-child {
            margin-bottom: 0;
        }

        .article-content code {
            background: #f5f5f5;
            padding: 3px 8px;
            border-radius: 4px;
            font-family: 'Courier New', monospace;
            font-size: 14px;
        }

        .article-content pre {
            background: #2d2d2d;
            color: #f8f8f2;
            padding: 20px;
            border-radius: 8px;
            overflow-x: auto;
            margin: 25px 0;
        }

        .article-content .wp-block-code {
            background: #2d2d2d;
            color: #f8f8f2;
            padding: 20px;
            border-radius: 8px;
            overflow-x: auto;
            margin: 25px 0;
        }

        .article-content pre code {
            background: none;
            padding: 0;
            color: inherit;
        }

        .article-content hr {
            border: none;
            border-top: 2px dashed #ddd;
            margin: 40px 0;
        }

        .article-content a {
            color: #ff6b9d;
            text-decoration: underline;
        }

        .article-content a:hover {
            color: #c44569;
        }

        .article-content strong {
            color: #c44569;
            font-weight: 700;
        }

        .article-content img,
        .article-content .wp-block-image img {
            width: 100%;
            height: auto;
            border-radius: 10px;
            margin: 10px 0 20px;
        }

        .article-content figure {
            margin: 25px 0;
        }

        .article-content figcaption,
        .article-content .wp-element-caption {
            font-size: 13px;
            color: #777;
            text-align: center;
            margin-top: 8px;
        }

        .article-content .alignwide,
        .article-content .alignfull {
            max-width: 100%;
            margin-left: 0;
            margin-right: 0;
        }

        .related-posts {
            margin-top: 34px;
            padding: 22px;
            border-radius: 16px;
            border: 1px solid #f2ddea;
            background: linear-gradient(180deg, #fffafc 0%, #fff 100%);
        }

        .related-posts__title {
            font-size: 22px;
            margin: 0 0 16px;
            color: #1a1a1a;
        }

        .related-posts__grid {
            display: grid;
            gap: 12px;
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        .related-posts__item {
            display: block;
            text-decoration: none;
            border: 1px solid #efdbe7;
            border-radius: 12px;
            background: #fff;
            padding: 14px 14px 12px;
            transition: transform 0.18s ease, box-shadow 0.18s ease;
        }

        .related-posts__item:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 18px rgba(201, 52, 114, 0.13);
        }

        .related-posts__cat {
            font-size: 11px;
            color: #c23678;
            font-weight: 700;
            letter-spacing: 0.03em;
        }

        .related-posts__headline {
            display: block;
            margin-top: 7px;
            color: #202020;
            line-height: 1.55;
            font-size: 14px;
        }

        .related-posts__meta {
            display: block;
            margin-top: 8px;
            color: #8d8d8d;
            font-size: 12px;
        }

        .article-nav {
            display: flex;
            justify-content: space-between;
            margin-top: 50px;
            padding-top: 30px;
            border-top: 1px solid #eee;
        }

        .article-nav__btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 12px 24px;
            background: linear-gradient(135deg, #ff6b9d 0%, #c44569 100%);
            color: white;
            text-decoration: none;
            border-radius: 8px;
            font-weight: 500;
            transition: transform 0.2s, box-shadow 0.2s;
        }

        .article-nav__btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(255, 107, 157, 0.4);
        }

        .loading {
            text-align: center;
            padding: 100px 20px;
            color: #888;
        }

        .loading__spinner {
            width: 40px;
            height: 40px;
            border: 4px solid #f0f0f0;
            border-top-color: #ff6b9d;
            border-radius: 50%;
            animation: spin 1s linear infinite;
            margin: 0 auto 20px;
        }

        @keyframes spin {
            to {
                transform: rotate(360deg);
            }
        }

        @media (max-width: 900px) {
            .related-posts__grid {
                grid-template-columns: 1fr;
            }
        }

        .error {
            text-align: center;
            padding: 100px 20px;
            color: #888;
        }

        @media (max-width: 768px) {
            .article-header__title {
                font-size: 24px;
            }

            .article-content h2 {
                font-size: 20px;
            }

            .article-content h3 {
                font-size: 18px;
            }
        }

        /* ママ恋CTA追加スタイル */
        .article-with-sidebar {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 40px;
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px 100px;
        }

        @media (max-width: 1024px) {
            .article-with-sidebar {
                grid-template-columns: 1fr;
            }
        }

        .article-main {
            min-width: 0;
        }

        .sidebar-cta {
            position: sticky;
            top: 20px;
            height: fit-content;
        }

        @media (max-width: 1024px) {
            .sidebar-cta {
                display: none;
            }
        }

        .cta-widget {
            background: linear-gradient(135deg, #fff5f8 0%, #ffffff 100%);
            border: 2px solid #ff6b9d;
            border-radius: 16px;
            padding: 25px;
            text-align: center;
        }

        .cta-widget__badge {
            display: inline-block;
            background: #ff6b9d;
            color: white;
            padding: 4px 12px;
            border-radius: 12px;
            font-size: 11px;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .cta-widget__title {
            font-size: 18px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 15px;
            line-height: 1.4;
        }

        .cta-widget__benefits {
            text-align: left;
            margin-bottom: 20px;
        }

        .cta-widget__benefit {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 13px;
            color: #333;
            margin-bottom: 8px;
        }

        .cta-widget__benefit::before {
            content: '✓';
            color: #ff6b9d;
            font-weight: 700;
        }

        .cta-widget__btn {
            display: block;
            background: linear-gradient(135deg, #ff6b9d 0%, #c44569 100%);
            color: white;
            padding: 14px 20px;
            border-radius: 30px;
            font-weight: 700;
            font-size: 14px;
            text-decoration: none;
            transition: all 0.3s;
        }

        .cta-widget__btn:hover {
            transform: scale(1.03);
            box-shadow: 0 8px 25px rgba(255, 107, 157, 0.4);
        }

        /* インラインCTA */
        .inline-cta {
            background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
            border-radius: 12px;
            padding: 25px;
            margin: 30px 0;
            text-align: center;
            color: white;
        }

        .inline-cta__title {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 12px;
        }

        .inline-cta__text {
            font-size: 13px;
            color: #ccc;
            margin-bottom: 15px;
        }

        .inline-cta__btn {
            display: inline-block;
            background: linear-gradient(135deg, #ff6b9d 0%, #c44569 100%);
            color: white;
            padding: 12px 30px;
            border-radius: 30px;
            font-weight: 700;
            font-size: 14px;
            text-decoration: none;
            transition: all 0.3s;
        }

        .inline-cta__btn:hover {
            transform: scale(1.05);
        }

        /* 固定フッターCTA */
        .fixed-cta {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(135deg, #ff6b9d 0%, #c44569 100%);
            padding: 12px 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 15px;
            z-index: 1000;
            box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2);
        }

        .fixed-cta__text {
            color: white;
            font-weight: 600;
            font-size: 14px;
        }

        .fixed-cta__btn {
            background: white;
            color: #c44569;
            padding: 10px 25px;
            border-radius: 30px;
            font-weight: 700;
            font-size: 14px;
            text-decoration: none;
            transition: all 0.2s;
        }

        .fixed-cta__btn:hover {
            transform: scale(1.05);
        }

        @media (max-width: 600px) {
            .fixed-cta {
                flex-direction: column;
                gap: 8px;
                padding: 10px 15px;
            }

            .fixed-cta__text {
                font-size: 12px;
            }
        }

        /* フッター調整 */
        .footer {
            padding-bottom: 80px;
        }
    
