/* Start custom CSS for html, class: .elementor-element-a94fcdd */:root {
        --rene-pink-soft: #fceaeb;
        --rene-cream: #fef9ef;
        --rene-purple: #d069e0;
        --rene-rose: #e95c7a;
        --rene-text: #666;
        --rene-dark: #4d454c;
        --rene-line: #eadbe4;
        --white: #fff;
        --youtube: #ff0033;
        --facebook: #1877f2;
    }

    * {
        box-sizing: border-box;
    }

    body {
        margin: 0;
        color: var(--rene-text);
        background: var(--white);
        font-family: "Times New Roman", Times, serif;
    }

    a {
        color: inherit;
    }

    .social-page {
        overflow: hidden;
    }

    .social-hero {
        position: relative;
        min-height: 460px;
        padding: 95px 24px 80px;
        display: grid;
        place-items: center;
        text-align: center;
        background:
            radial-gradient(circle at 10% 20%, rgba(208, 105, 224, .18), transparent 25%),
            radial-gradient(circle at 88% 68%, rgba(233, 92, 122, .18), transparent 28%),
            linear-gradient(135deg, var(--rene-cream), var(--rene-pink-soft));
    }

    .social-hero::before,
    .social-hero::after {
        content: "";
        position: absolute;
        border: 1px solid rgba(208, 105, 224, .28);
        border-radius: 50%;
    }

    .social-hero::before {
        width: 360px;
        height: 360px;
        left: -170px;
        top: -170px;
    }

    .social-hero::after {
        width: 270px;
        height: 270px;
        right: -105px;
        bottom: -145px;
    }

    .hero-inner {
        position: relative;
        z-index: 1;
        max-width: 780px;
    }

    .eyebrow {
        margin: 0 0 20px;
        color: var(--rene-purple);
        font-size: 14px;
        letter-spacing: .18em;
        text-transform: uppercase;
    }

    h1 {
        margin: 0;
        color: var(--rene-dark);
        font-size: clamp(44px, 6vw, 76px);
        font-weight: 400;
        line-height: 1.05;
    }

    .hero-copy {
        max-width: 650px;
        margin: 28px auto 0;
        font-size: 20px;
        line-height: 1.75;
    }

    .hero-line {
        width: 80px;
        height: 1px;
        margin: 34px auto 0;
        background: var(--rene-purple);
        position: relative;
    }

    .hero-line::after {
        content: "";
        position: absolute;
        top: -3px;
        left: 50%;
        width: 7px;
        height: 7px;
        transform: translateX(-50%);
        border-radius: 50%;
        background: var(--rene-purple);
    }

    .social-section {
        max-width: 1220px;
        margin: 0 auto;
        padding: 100px 24px 110px;
    }

    .section-heading {
        max-width: 680px;
        margin: 0 auto 54px;
        text-align: center;
    }

    .section-heading h2 {
        margin: 0 0 16px;
        color: var(--rene-dark);
        font-size: clamp(34px, 4vw, 48px);
        font-weight: 400;
    }

    .section-heading p {
        margin: 0;
        font-size: 18px;
        line-height: 1.7;
    }

    .social-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 28px;
        align-items: stretch;
    }

    .social-card {
        display: flex;
        flex-direction: column;
        min-height: 600px;
        overflow: hidden;
        background: var(--white);
        border: 1px solid var(--rene-line);
        border-radius: 22px;
        box-shadow: 0 18px 45px rgba(87, 59, 78, .09);
        transition: transform .25s ease, box-shadow .25s ease;
    }

    .social-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 25px 55px rgba(87, 59, 78, .14);
    }

    .card-preview {
        min-height: 250px;
        padding: 22px;
        display: grid;
        place-items: center;
        position: relative;
    }

    .youtube-preview {
        background: linear-gradient(135deg, #ffe9ed, #fff7f8);
    }

    .instagram-preview {
        background:
            radial-gradient(circle at 15% 85%, #ffd66b 0 20%, transparent 42%),
            radial-gradient(circle at 85% 10%, #8a3ffc 0 18%, transparent 42%),
            linear-gradient(135deg, #feda75, #d62976 53%, #4f5bd5);
    }

    .facebook-preview {
        background: linear-gradient(135deg, #eaf3ff, #f8fbff);
    }

    .platform-mark {
        width: 82px;
        height: 82px;
        display: grid;
        place-items: center;
        color: #fff;
        border-radius: 50%;
        font-family: Arial, sans-serif;
        font-size: 42px;
        font-weight: 700;
        box-shadow: 0 12px 28px rgba(45, 30, 40, .16);
    }

    .youtube-preview .platform-mark {
        background: var(--youtube);
        border-radius: 22px;
        font-size: 34px;
    }

    .instagram-preview .platform-mark {
        border: 4px solid #fff;
        background: transparent;
        position: relative;
    }

    .instagram-preview .platform-mark::before {
        content: "";
        width: 30px;
        height: 30px;
        border: 4px solid #fff;
        border-radius: 50%;
    }

    .instagram-preview .platform-mark::after {
        content: "";
        position: absolute;
        top: 18px;
        right: 18px;
        width: 8px;
        height: 8px;
        background: #fff;
        border-radius: 50%;
    }

    .facebook-preview .platform-mark {
        background: var(--facebook);
        font-size: 52px;
    }

    .card-body {
        flex: 1;
        display: flex;
        flex-direction: column;
        padding: 32px 30px 34px;
    }

    .platform-label {
        margin: 0 0 7px;
        color: var(--rene-purple);
        font-size: 13px;
        letter-spacing: .14em;
        text-transform: uppercase;
    }

    .card-body h3 {
        margin: 0 0 17px;
        color: var(--rene-dark);
        font-size: 31px;
        font-weight: 400;
    }

    .card-body p {
        margin: 0;
        font-size: 17px;
        line-height: 1.7;
    }

    .content-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin: 24px 0 28px;
    }

    .content-tags span {
        padding: 7px 11px;
        border: 1px solid var(--rene-line);
        border-radius: 100px;
        background: #fffafd;
        font-size: 13px;
    }

    .social-button {
        margin-top: auto;
        padding: 14px 20px;
        display: block;
        color: #fff;
        border-radius: 100px;
        text-align: center;
        text-decoration: none;
        font-family: Arial, sans-serif;
        font-size: 14px;
        letter-spacing: .03em;
        transition: opacity .2s ease;
    }

    .social-button:hover {
        opacity: .86;
    }

    .youtube-button {
        background: var(--youtube);
    }

    .instagram-button {
        background: linear-gradient(90deg, #f58529, #dd2a7b, #8134af);
    }

    .facebook-button {
        background: var(--facebook);
    }

    .social-cta {
        padding: 80px 24px;
        text-align: center;
        background: var(--rene-pink-soft);
    }

    .social-cta-inner {
        max-width: 760px;
        margin: 0 auto;
    }

    .social-cta h2 {
        margin: 0 0 18px;
        color: var(--rene-dark);
        font-size: clamp(34px, 4vw, 48px);
        font-weight: 400;
    }

    .social-cta p {
        margin: 0;
        font-size: 18px;
        line-height: 1.7;
    }

    .brand-button {
        display: inline-block;
        margin-top: 30px;
        padding: 15px 30px;
        color: #fff;
        border-radius: 100px;
        background: var(--rene-purple);
        font-family: Arial, sans-serif;
        font-size: 14px;
        text-decoration: none;
    }

    .design-note {
        padding: 18px 24px;
        color: #806f7b;
        background: var(--rene-cream);
        text-align: center;
        font-family: Arial, sans-serif;
        font-size: 12px;
    }

    @media (max-width: 900px) {
        .social-grid {
            grid-template-columns: 1fr;
            max-width: 570px;
            margin: 0 auto;
        }

        .social-card {
            min-height: 0;
        }
    }

    @media (max-width: 540px) {
        .social-hero {
            min-height: 400px;
            padding-top: 75px;
        }

        .hero-copy,
        .section-heading p,
        .social-cta p {
            font-size: 17px;
        }

        .social-section {
            padding: 75px 18px 85px;
        }

        .card-body {
            padding: 27px 24px 30px;
        }
    }
    
/* CTA見出しをPCでは1行にする */
.social-cta-inner {
    max-width: 1000px !important;
}

.social-cta h2 {
    line-height: 1.2 !important;
}

.social-cta h2 br {
    display: none;
}

/* スマートフォンでは自然に折り返す */
@media (max-width: 767px) {
    .social-cta h2 {
        font-size: 34px !important;
        line-height: 1.25 !important;
        white-space: normal;
    }
}

/* Connect with RENEページではヘッダーを最前面にする */
.page-id-43602 #masthead,
.page-id-43602 .site-header,
.page-id-43602 .main-header {
    position: relative;
    z-index: 9999 !important;
}

.page-id-43602 #site-navigation,
.page-id-43602 .main-navigation {
    position: relative;
    z-index: 10000 !important;
}

.page-id-43602 #site-navigation ul ul,
.page-id-43602 .main-navigation ul ul {
    z-index: 10001 !important;
}

/* ページ内容をヘッダーより下の階層に固定 */
.page-id-43602 .social-page {
    position: relative;
    z-index: 0 !important;
}/* End custom CSS */