/* ========================================
   JOLLYGOOD+ Make Page Styles
   /about/make/ — VRコンテンツ制作
   Uses design tokens from /common.css
======================================== */

/* ==========================
   Section — 共通余白
========================== */
.section {
    padding: var(--section-pad, 120px) 0;
}

.section--gray {
    background: var(--jg-bg-gray, #F5F5F7);
}


/* ==========================
   Make Hero
========================== */
.make-hero {
    position: relative;
    min-height: 520px;
    overflow: hidden;
}
.make-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.make-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.make-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(123,107,246,.72) 0%, rgba(226,62,133,.5) 100%);
    z-index: 1;
}
.make-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
    padding: 180px 48px 80px;
    color: #fff;
}
.make-hero__title {
    font-size: clamp(2.1rem, 5vw, var(--fs-h1, 3.6rem));
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 28px;
    letter-spacing: 0.02em;
}
.make-hero__title em { font-style: normal; }
.make-hero__btn {
    display: inline-block;
    padding: 16px 40px;
    background: #fff;
    color: #7B6BF6;
    font-weight: 700;
    font-size: var(--fs-btn, 1.5rem);
    border-radius: 60px;
    text-decoration: none;
    transition: transform .3s, box-shadow .3s;
    letter-spacing: 0.02em;
}
.make-hero__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0,0,0,.15);
}


/* ==========================
   Make About
========================== */
.make-about {
    padding: 0;
}
.make-about__label {
    text-align: center;
    margin-bottom: 24px;
    font-size: var(--fs-h4, 1.4rem);
    font-weight: 600;
    color: #1a1a2e;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.make-about__label img {
    height: 28px;
    width: auto;
}
.make-about__wrap {
    display: flex;
    align-items: center;
    gap: 48px;
    max-width: 1000px;
    margin: 0 auto;
}
.make-about__body {
    flex: 1;
}
.make-about__title {
    font-size: clamp(1.6rem, 3vw, var(--fs-h2, 2.4rem));
    font-weight: 800;
    line-height: 1.6;
    color: #1a1a2e;
    margin-bottom: 20px;
    letter-spacing: 0.01em;
}
.make-about__title .c-cl-blue { color: #00A2FA; }
.make-about__title .c-cl-pink { color: #e23e85; }
.make-about__txt {
    font-size: var(--fs-body, 1.6rem);
    line-height: 2;
    color: #555;
}
.make-about__img {
    flex-shrink: 0;
    width: 360px;
}
.make-about__img img {
    width: 100%;
    height: auto;
}


/* ==========================
   Make Pain Points
========================== */
.make-pain {
    padding: 0;
    text-align: center;
}
.make-pain__heading {
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 16px;
    line-height: 1.5;
}
.make-pain__heading-sub {
    font-size: clamp(1.5rem, 3vw, 1.8rem);
    font-weight: 700;
    margin-bottom: 48px;
    line-height: 1.5;
}
.make-pain__heading-sub .purple { color: #7B6BF6; }
.make-pain__heading-sub .pink { color: #e23e85; }

.make-pain__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 960px;
    margin: 0 auto;
}
.make-pain__card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(0,0,0,.06);
    padding: 28px 24px 32px;
    text-align: center;
}
.make-pain__card-txt {
    font-size: var(--fs-body, 1.6rem);
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}
.make-pain__card-img {
    width: 100%;
    max-width: 140px;
    margin: 0 auto 20px;
}
.make-pain__card-img img {
    width: 100%;
    height: auto;
}
.make-pain__card-caption {
    font-size: var(--fs-btn, 1.5rem);
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.6;
}


/* ==========================
   Make Points (3)
========================== */
.make-point__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.make-point__item {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 960px;
    margin: 0 auto 32px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 16px rgba(0,0,0,.05);
    padding: 36px 40px;
}
.make-point__item:nth-child(even) {
    flex-direction: row-reverse;
}
.make-point__img {
    flex-shrink: 0;
    width: 340px;
    border-radius: 12px;
    overflow: hidden;
}
.make-point__img img {
    width: 100%;
    height: auto;
    display: block;
}
.make-point__body {
    flex: 1;
}
.make-point__label {
    font-family: 'Inter', sans-serif;
    font-size: var(--fs-small, 1.3rem);
    font-weight: 700;
    color: #7B6BF6;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
}
.make-point__subttl {
    font-size: clamp(1.4rem, 3vw, 1.6rem);
    font-weight: 800;
    line-height: 1.6;
    color: #1a1a2e;
    margin-bottom: 14px;
}
.make-point__subttl .purple { color: #7B6BF6; }
.make-point__subttl .pink { color: #e23e85; }
.make-point__txt {
    font-size: var(--fs-body, 1.6rem);
    line-height: 1.9;
    color: #555;
}
.make-point__cta {
    text-align: center;
    margin-top: 32px;
}
.make-point__cta a {
    display: inline-block;
    padding: 16px 44px;
    background: linear-gradient(135deg, #7B6BF6, #e23e85);
    color: #fff;
    font-weight: 700;
    font-size: var(--fs-body, 1.6rem);
    border-radius: 60px;
    text-decoration: none;
    transition: transform .3s, box-shadow .3s;
    letter-spacing: 0.02em;
}
.make-point__cta a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(123,107,246,.25);
}


/* ==========================
   Make Case Studies
========================== */
.make-case {
    padding: 0;
    text-align: center;
}
.make-case__heading {
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 16px;
    line-height: 1.6;
}
.make-case__heading span { color: #e23e85; }
.make-case__logos {
    margin-bottom: 40px;
}
.make-case__logos img {
    width: 100%;
    max-width: 720px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.make-case__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 880px;
    margin: 0 auto;
}
.make-case__card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(0,0,0,.06);
    overflow: hidden;
    transition: transform .3s;
}
.make-case__card:hover {
    transform: translateY(-3px);
}
.make-case__card-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.make-case__card-body {
    padding: 18px 20px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.make-case__card-cat {
    font-size: 1.33rem;
    color: #7B6BF6;
    margin-bottom: 4px;
    font-weight: 600;
    letter-spacing: 0.04em;
}
.make-case__card-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.4;
}


/* ==========================
   Make Flow
========================== */
.make-flow {
    padding: 0;
    text-align: center;
}
.make-flow__heading {
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 12px;
    line-height: 1.5;
}
.make-flow__sub {
    font-size: var(--fs-body, 1.6rem);
    color: #666;
    margin-bottom: 48px;
    line-height: 1.8;
}
.make-flow__steps {
    display: flex;
    justify-content: center;
    gap: 24px;
    max-width: 780px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}
.make-flow__step {
    flex: 1;
    background: linear-gradient(135deg, #7B6BF6, #e23e85);
    color: #fff;
    border-radius: 16px;
    padding: 36px 20px;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.6;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 120px;
}
.make-flow__step + .make-flow__step::before {
    content: '▶';
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.33rem;
    color: #7B6BF6;
}


/* ==========================
   Make FAQ
========================== */
.make-faq {
    padding: 72px 0;
}
.make-faq__heading {
    text-align: center;
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 48px;
    letter-spacing: 0.02em;
}
.make-faq__list {
    max-width: 780px;
    margin: 0 auto;
}
.make-faq__q {
    background: #f0f6ff;
    border-radius: 12px;
    padding: 20px 24px 20px 52px;
    margin-bottom: 4px;
    font-weight: 700;
    font-size: var(--fs-body, 1.6rem);
    color: #1a1a2e;
    position: relative;
    line-height: 1.6;
}
.make-faq__q::before {
    content: 'Q';
    position: absolute;
    left: 22px;
    top: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    color: #00A2FA;
    font-size: var(--fs-h4, 1.4rem);
}
.make-faq__a {
    background: #fff;
    border-radius: 12px;
    padding: 20px 24px 20px 52px;
    margin-bottom: 20px;
    font-size: var(--fs-body, 1.6rem);
    line-height: 1.9;
    color: #555;
    position: relative;
}
.make-faq__a::before {
    content: 'A';
    position: absolute;
    left: 22px;
    top: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    color: #e23e85;
    font-size: var(--fs-h4, 1.4rem);
}


/* ==========================
   Make CTA (purple variant)
========================== */
.make-cta__btn {
    background: linear-gradient(135deg, #7B6BF6, #9B59B6) !important;
}


/* ==========================
   Responsive
========================== */
@media (max-width: 768px) {
    .make-hero__inner {
        padding: 140px 28px 60px;
    }
    .make-about__wrap {
        flex-direction: column;
        gap: 32px;
    }
    .make-about__img {
        width: 100%;
        max-width: 280px;
    }
    .make-pain__grid {
        grid-template-columns: 1fr;
        max-width: 360px;
    }
    .make-point__item,
    .make-point__item:nth-child(even) {
        flex-direction: column;
        padding: 28px 24px;
        gap: 24px;
    }
    .make-point__img {
        width: 100%;
    }
    .make-case__grid {
        grid-template-columns: 1fr;
        max-width: 360px;
    }
    .make-flow__steps {
        flex-direction: column;
        max-width: 300px;
    }
    .make-flow__step + .make-flow__step::before {
        content: '▼';
        left: 50%;
        top: -16px;
        transform: translateX(-50%);
    }
}
