/* ============================================
   世界が求める寿司職人プログラム LP
   05-client-structure — Style
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

/* ---- Reset & Base ---- */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #222;
    background: #fff;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

.text-center {
    text-align: center;
}

.text-red {
    color: #e74c3c;
}

/* ---- Section Common ---- */
.section-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #d4a853;
    margin-bottom: 8px;
}

.section-title {
    font-size: 1.75rem;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 16px;
}

.section-subtitle {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 32px;
}

/* ============================================
   ① HERO
   ============================================ */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #0a0a0a;
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 80px 20px 60px;
    max-width: 720px;
}

.hero-badge {
    display: inline-block;
    background: rgba(212, 168, 83, 0.15);
    border: 1px solid rgba(212, 168, 83, 0.4);
    color: #d4a853;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 20px;
    border-radius: 40px;
    margin-top: 24px;
    letter-spacing: 0.05em;
}

.hero-alert {
    color: #e74c3c;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 0.05em;
}

.hero-title {
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 16px;
}

.hero-title .highlight {
    color: #d4a853;
}

.hero-sub {
    font-size: 1rem;
    color: rgba(255,255,255,0.85);
    line-height: 1.9;
    margin-bottom: 32px;
}

.hero-cta {
    display: inline-block;
    background: linear-gradient(135deg, #d4a853, #c49540);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 16px 48px;
    border-radius: 60px;
    box-shadow: 0 4px 20px rgba(212, 168, 83, 0.4);
    transition: transform 0.2s, box-shadow 0.2s;
    margin-bottom: 12px;
}

.hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 28px rgba(212, 168, 83, 0.6);
}

.hero-cta-sub {
    display: block;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.6);
    margin-top: 8px;
}

.hero-logos {
    margin-bottom: 24px;
    font-size: 0.75rem;
    color: rgba(255,255,255,0.5);
}

.hero-logos-imgs {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 8px;
    background: rgba(255,255,255,0.95);
    border-radius: 8px;
    padding: 8px 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.2);
}

.hero-logos-imgs .logo-jawhm {
    height: 28px;
    width: auto;
}

.hero-logos-imgs .logo-insyokujin {
    height: 34px;
    width: auto;
}

.hero-logos-imgs .logo-multiply {
    font-size: 1.1rem;
    font-weight: 700;
    color: #aaa;
}

/* ============================================
   ② 共感ゾーン
   ============================================ */
.empathy {
    padding: 80px 0;
    background: linear-gradient(180deg, #2a2a2a 0%, #333 100%);
}

.empathy .section-label {
    color: #e74c3c;
}

.empathy .section-title {
    color: #fff;
}

.empathy-scroll {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0 20px 16px;
    scrollbar-width: none;
    justify-content: center;
}

.empathy-scroll::-webkit-scrollbar {
    display: none;
}

.empathy-card {
    flex: 0 0 auto;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 12px;
    padding: 24px 28px;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 200px;
    scroll-snap-align: start;
    transition: border-color 0.2s;
}

.empathy-card:hover {
    border-color: rgba(255,255,255,0.35);
}

.empathy-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f0e8;
    border-radius: 12px;
}

.empathy-text {
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(255,255,255,0.9);
    line-height: 1.4;
}

/* ============================================
   ③ 問題提起
   ============================================ */
.problem {
    padding: 80px 0;
    background: #f5f3f0;
}

.problem-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
    align-items: center;
}

.problem-image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
    filter: grayscale(30%);
}

.problem-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.problem-body .section-title {
    font-size: 1.5rem;
    color: #333;
}

.problem-text {
    font-size: 1.15rem;
    color: #333;
    line-height: 2;
    font-weight: 500;
}

.problem-text strong {
    color: #c0392b;
    font-size: 1.3rem;
    text-decoration: underline;
    text-decoration-color: rgba(192,57,43,0.3);
    text-underline-offset: 4px;
}

/* ============================================
   ④ 原因
   ============================================ */
@keyframes pulse-glow {
    0%, 100% { box-shadow: 0 0 20px rgba(231,76,60,0.4), 0 0 60px rgba(231,76,60,0.1); }
    50% { box-shadow: 0 0 40px rgba(231,76,60,0.7), 0 0 80px rgba(231,76,60,0.2); }
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-2px); }
    20%, 40%, 60%, 80% { transform: translateX(2px); }
}

.cause {
    padding: 100px 0;
    background: radial-gradient(ellipse at center, #2a0a0a 0%, #0a0a0a 70%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cause::before {
    content: '⚠';
    position: absolute;
    font-size: 300px;
    opacity: 0.03;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.cause .section-label {
    color: #e74c3c;
    letter-spacing: 0.2em;
}

.cause .section-title {
    color: #fff;
    margin-bottom: 48px;
    font-size: 1.5rem;
}

.cause-highlight {
    display: inline-block;
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    background: linear-gradient(135deg, #8b0000, #c0392b, #e74c3c);
    padding: 28px 64px;
    border-radius: 16px;
    position: relative;
    animation: pulse-glow 2s ease-in-out infinite;
    border: 2px solid rgba(231,76,60,0.5);
}

.cause-highlight::before {
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 24px;
    background: linear-gradient(135deg, #c0392b, #e74c3c);
    z-index: -1;
    opacity: 0.25;
    filter: blur(24px);
}

.cause-sub {
    margin-top: 32px;
    font-size: 1.15rem;
    color: rgba(255,255,255,0.7);
    font-weight: 500;
    line-height: 2;
}

.cause-sub strong {
    color: #e74c3c;
}

/* ============================================
   ⑤ 解決策
   ============================================ */
.solution {
    padding: 80px 0;
    background: #fff;
}

.solution-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.solution-image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}

.solution-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution-points {
    list-style: none;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.solution-points li {
    padding: 16px;
    font-size: 0.95rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 14px;
    border-bottom: none;
    background: #f8f7f4;
    border-radius: 12px;
    border-left: 4px solid #d4a853;
    line-height: 1.5;
}

.solution-points li:last-child {
    border-bottom: none;
}

.solution-points .point-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #d4a853, #c49540);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
    color: #fff;
}

/* ============================================
   ⑥ コンセプト
   ============================================ */
.concept {
    padding: 100px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
    text-align: center;
}

.concept-message {
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 16px;
}

.concept-message .gold {
    color: #d4a853;
}

.concept-sub {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.8;
}

/* ============================================
   ⑦ プログラム紹介 (掛け算)
   ============================================ */
.program {
    padding: 80px 0;
    background: #f8f7f4;
}

.program-multiply {
    display: flex;
    align-items: stretch;
    gap: 0;
    margin-top: 32px;
}

.program-card {
    flex: 1;
    background: #fff;
    border-radius: 16px;
    padding: 32px 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.program-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.program-card-icon {
    font-size: 1.4rem;
}

.program-card-name {
    font-size: 1.1rem;
    font-weight: 900;
}

.program-card-desc {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.7;
}

.program-card-points {
    margin-top: 16px;
    list-style: none;
}

.program-card-points li {
    font-size: 0.85rem;
    padding: 4px 0;
    color: #444;
}

.program-card u,
.program-card-desc u {
    text-decoration: none;
    background-image: linear-gradient(transparent 60%, rgba(240, 180, 40, 0.4) 60%);
}

.program-multiply-sign {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 900;
    color: #d4a853;
    padding: 0 20px;
    flex-shrink: 0;
}

/* ============================================
   ⑧ ベネフィット
   ============================================ */
.benefits {
    padding: 80px 0;
    background: #fff;
}

.benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 32px;
}

.benefit-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #e8e0d0;
    transition: transform 0.2s;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.benefit-card:hover {
    transform: translateY(-4px);
}

.benefit-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center 15%;
}

.benefit-title {
    font-size: 1rem;
    font-weight: 700;
    color: #333;
    line-height: 1.5;
    padding: 16px 20px 4px;
}

.benefit-desc {
    font-size: 0.8rem;
    color: #888;
    padding: 0 20px 20px;
}

/* ============================================
   ⑨ 比較
   ============================================ */
.comparison {
    padding: 80px 0;
    background: #f8f7f4;
}

.comparison-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 32px;
}

.comparison-card {
    border-radius: 16px;
    padding: 40px 28px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.comparison-card--left {
    background: #2c2c2c;
    color: #aaa;
}

.comparison-card--right {
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    color: #fff;
    border: 2px solid #d4a853;
    box-shadow: 0 8px 32px rgba(212, 168, 83, 0.2);
}

.comparison-card--right::before {
    content: 'オススメ';
    position: absolute;
    top: 16px;
    right: -28px;
    background: #d4a853;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 4px 36px;
    transform: rotate(45deg);
    letter-spacing: 0.1em;
}

.comparison-label {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
    display: block;
}

.comparison-card--left .comparison-label {
    color: #888;
}

.comparison-card--right .comparison-label {
    color: #d4a853;
}

.comparison-title {
    font-size: 1.3rem;
    font-weight: 900;
    margin-bottom: 24px;
}

.comparison-items {
    list-style: none;
    text-align: left;
}

.comparison-items li {
    padding: 10px 0;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.comparison-card--left .comparison-items li {
    border-bottom-color: rgba(255,255,255,0.05);
}

.comparison-items li:last-child {
    border-bottom: none;
}

.comparison-icon {
    font-size: 1.2rem;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 900;
}

.comparison-icon--bad {
    font-size: 1.4rem;
    color: #e74c3c;
    background: rgba(231,76,60,0.15);
}

.comparison-icon--good {
    font-size: 1.5rem;
    color: #d4a853;
    background: rgba(212,168,83,0.25);
    border: 2px solid #d4a853;
}

.comparison-result {
    margin-top: 24px;
    font-size: 1.1rem;
    font-weight: 900;
    padding: 16px;
    border-radius: 12px;
}

.comparison-card--left .comparison-result {
    background: rgba(192, 57, 43, 0.2);
    color: #e74c3c;
}

.comparison-card--right .comparison-result {
    background: rgba(212, 168, 83, 0.2);
    color: #d4a853;
}

/* ============================================
   ⑩ 実績
   ============================================ */
.results {
    padding: 80px 0;
    background: #fff;
}

/* Results - alternating row layout */
.results-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

a.result-row {
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s, box-shadow 0.2s;
}

a.result-row:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

.result-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.result-row--reverse {
    direction: rtl;
}

.result-row--reverse > * {
    direction: ltr;
}

.result-photo {
    height: 100%;
}

.result-img {
    width: 100%;
    height: 100%;
    min-height: 240px;
    object-fit: cover;
}

.result-info {
    padding: 32px;
}

.result-flag {
    font-size: 2rem;
    margin-bottom: 8px;
}

.result-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: #333;
}

.result-dest {
    font-size: 0.8rem;
    color: #d4a853;
    font-weight: 700;
    margin: 4px 0 8px;
}

.result-desc {
    font-size: 0.8rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 12px;
}

.result-link {
    display: inline-block;
    font-size: 0.75rem;
    color: #d4a853;
    font-weight: 700;
    border-bottom: 1px solid #d4a853;
    padding-bottom: 2px;
    transition: opacity 0.2s;
}

.result-link:hover {
    opacity: 0.7;
}

/* ============================================
   ⑪ CTA前
   ============================================ */
.pre-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #0a0a0a, #1a1a2e);
    text-align: center;
}

.pre-cta-title {
    font-size: 1.75rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 16px;
}

.pre-cta-title .gold {
    color: #d4a853;
}

.pre-cta-sub {
    color: rgba(255,255,255,0.6);
    font-size: 1rem;
}

/* ============================================
   ⑫ CTA
   ============================================ */
.cta-section {
    padding: 80px 0;
    background: #fff;
    text-align: center;
}

.cta-box {
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    border-radius: 24px;
    padding: 60px 40px;
    box-shadow: 0 12px 48px rgba(0,0,0,0.15);
}

.cta-title {
    font-size: 1.5rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 24px;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #d4a853, #c49540);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 900;
    padding: 20px 56px;
    border-radius: 60px;
    box-shadow: 0 4px 20px rgba(212, 168, 83, 0.5);
    transition: transform 0.2s, box-shadow 0.2s;
    letter-spacing: 0.05em;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(212, 168, 83, 0.7);
}

.cta-notes {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.cta-note {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.5);
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ============================================
   FOOTER
   ============================================ */
.lp-footer {
    padding: 24px 0;
    background: #0a0a0a;
    text-align: center;
    font-size: 0.75rem;
    color: rgba(255,255,255,0.4);
}

.lp-footer a {
    color: rgba(255,255,255,0.5);
    text-decoration: underline;
}

/* ============================================
   FLOATING CTA
   ============================================ */
.floating-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: none;
    background: linear-gradient(135deg, #d4a853, #c49540);
    padding: 12px 20px;
    text-align: center;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
}

.floating-cta a {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    display: block;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .hero-title {
        font-size: 1.5rem;
    }

    .hero-sub {
        font-size: 0.9rem;
    }

    .hero-cta {
        font-size: 1rem;
        padding: 14px 36px;
    }

    .section-title {
        font-size: 1.35rem;
    }

    .empathy-scroll {
        flex-direction: column;
        align-items: center;
    }

    .empathy-card {
        width: 100%;
        max-width: 400px;
    }

    .problem-layout,
    .solution-layout {
        grid-template-columns: 1fr;
    }

    .problem-image {
        order: -1;
    }

    .cause-highlight {
        font-size: 1.6rem;
        padding: 16px 32px;
    }

    .concept-message {
        font-size: 1.5rem;
    }

    .program-multiply {
        flex-direction: column;
    }

    .program-multiply-sign {
        padding: 12px 0;
        font-size: 2rem;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .comparison-layout {
        grid-template-columns: 1fr;
    }

    .comparison-card--right::before {
        top: 12px;
        right: -36px;
        font-size: 0.6rem;
    }

    .solution-points li {
        font-size: 0.88rem;
        gap: 10px;
        padding: 14px 12px;
    }

    .solution-points .point-icon {
        width: 34px;
        height: 34px;
        font-size: 0.95rem;
    }

    .section-subtitle {
        font-size: 0.9rem;
    }

    .cause-sub {
        font-size: 1rem;
        line-height: 1.8;
    }

    .result-row {
        grid-template-columns: 1fr;
    }

    .result-row--reverse {
        direction: ltr;
    }

    .result-img {
        min-height: 200px;
    }

    .result-info {
        padding: 24px 20px;
    }

    .benefit-img {
        height: 200px;
    }

    .cta-box {
        padding: 40px 20px;
    }

    .cta-button {
        font-size: 0.9rem;
        padding: 16px 24px;
    }

    .cta-notes {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .pre-cta-title {
        font-size: 1.35rem;
    }

    body {
        padding-bottom: 56px;
    }
}

@media (max-width: 480px) {
    .hero {
        min-height: 90vh;
    }

    .hero-title {
        font-size: 1.3rem;
    }

    .result-row {
        grid-template-columns: 1fr;
    }

    .comparison-card {
        padding: 28px 20px;
    }
}

.sp-only { display: none; }
@media (max-width: 768px) {
    .sp-only { display: inline; }
}

.underline-thick {
    background: linear-gradient(transparent 60%, rgba(255, 220, 0, 0.7) 60%);
    padding-bottom: 2px;
}
