/* --------------------------------------------------
   LP Template Styles (Scope: #lp-page)
   All-in-One CSS for LP, Price List, and Flow Page
   -------------------------------------------------- */

/* ==================================================
   Base Settings
   ================================================== */
#lp-page {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    line-height: 1.8;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
}
#lp-page * { box-sizing: border-box; }
#lp-page img { max-width: 100%; height: auto; vertical-align: bottom; }
#lp-page a { transition: all 0.3s ease; }

/* Utilities */
#lp-page .container { max-width: 1000px; margin: 0 auto; padding: 0 20px; }
#lp-page .text-center { text-align: center; }
#lp-page .section { padding: 80px 0; }
#lp-page .bg-gray { background-color: #F6F8FC; }

/* Colors & Titles */
#lp-page h2.section-title {
    font-size: 2.2rem;
    color: #274087; text-align: center; margin-bottom: 60px;
    position: relative; padding-bottom: 15px; letter-spacing: 0.05em; border-bottom: none;
}
#lp-page h2.section-title::after {
    content: ''; display: block; width: 60px; height: 3px;
    background: #274087; margin: 15px auto 0;
}

/* CTA Buttons */
#lp-page .cta-btn {
    display: inline-block; background-color: #274087; color: #fff;
    padding: 18px 50px; font-size: 1.2rem; font-weight: bold;
    border-radius: 50px; text-decoration: none;
    box-shadow: 0 4px 15px rgba(39, 64, 135, 0.4); transition: all 0.3s;
}
#lp-page .cta-btn:hover {
    background-color: #435587; transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(39, 64, 135, 0.6); color: #fff;
}
#lp-page .cta-micro-copy {
    font-size: 0.9rem; color: #fff; margin-top: 10px; display: block;
}

/* ==================================================
   1. LP Components
   ================================================== */

/* Hero */
#lp-page .hero {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.2)), url('../../../wp-content/uploads/2024/11/piano-exam-scaled.jpg');
    background-size: cover; background-position: center; padding: 120px 0 100px; text-align: center;
}
#lp-page .hero h1 { font-family: 'Noto Serif JP', serif; font-size: 2.8rem; color: #fff; margin-bottom: 20px; }
#lp-page .hero p { font-size: 1.2rem; margin-bottom: 40px; color: #fff; font-weight: 500; }

/* Pain Points (Chat Grid) */
#lp-page .pain-chat-grid { display: flex; flex-direction: column; gap: 40px; max-width: 800px; margin: 0 auto; }
#lp-page .chat-item { display: flex; align-items: flex-start; gap: 20px; }
#lp-page .chat-item.reverse { flex-direction: row-reverse; }
#lp-page .chat-icon { width: 90px; height: 90px; border-radius: 50%; object-fit: cover; border: 3px solid #eee; background: #fff; flex-shrink: 0; }
#lp-page .chat-bubble { background: #fff; padding: 30px; border-radius: 20px; position: relative; flex: 1; box-shadow: 0 5px 15px rgba(0,0,0,0.08); border: 1px solid #f0f0f0; text-align: left; }
#lp-page .chat-bubble::before { content: ''; position: absolute; top: 30px; left: -12px; width: 0; height: 0; border-top: 12px solid transparent; border-bottom: 12px solid transparent; border-right: 18px solid #fff; filter: drop-shadow(-2px 0 1px rgba(0,0,0,0.05)); }
#lp-page .chat-item.reverse .chat-bubble::before { left: auto; right: -12px; border-right: none; border-left: 18px solid #fff; filter: drop-shadow(2px 0 1px rgba(0,0,0,0.05)); }
#lp-page .bubble-title { font-size: 1.15rem; font-weight: bold; color: #274087; margin-bottom: 10px; display: flex; align-items: center; gap: 10px; }
#lp-page .bubble-voice-quote { font-size: 1.05rem; line-height: 1.6; color: #333; margin-bottom: 20px; position: relative; padding: 0 15px; }
#lp-page .bubble-voice-quote::before { content: '“'; position: absolute; top: -10px; left: -10px; font-family: 'Noto Serif JP', serif; font-size: 3rem; color: #eee; z-index: 0; }
#lp-page .check-list-mini { list-style: none; padding: 0; margin: 0; border-top: 1px dashed #eee; padding-top: 15px; }
#lp-page .check-item-mini { display: flex; align-items: flex-start; margin-bottom: 8px; font-size: 0.95rem; color: #666; line-height: 1.5; }
#lp-page .check-icon-mini { color: #274087; margin-right: 8px; flex-shrink: 0; margin-top: 3px; }
#lp-page .pain-solution { font-size: 2rem; font-weight: bold; color: #274087; margin-top: 50px; font-family: 'Noto Serif JP', serif; text-align: center; }

/* Lesson Environment (Device Mockup) */
#lp-page .device-wrapper { max-width: 800px; margin: 0 auto 40px; position: relative; }
#lp-page .macbook-frame { background: #ddd; border-radius: 20px 20px 0 0; padding: 20px 20px 0 20px; box-shadow: 0 20px 40px rgba(0,0,0,0.2); position: relative; transition: all 0.3s; }
#lp-page .screen-area { background: #000; border-radius: 4px 4px 0 0; overflow: hidden; position: relative; padding-bottom: 56.25%; }
#lp-page .screen-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
#lp-page .zoom-ui-overlay { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); background: rgba(0,0,0,0.6); padding: 10px 20px; border-radius: 30px; display: flex; gap: 15px; pointer-events: none; }
#lp-page .zoom-icon { width: 24px; height: 24px; background: #fff; border-radius: 50%; opacity: 0.8; }
#lp-page .macbook-base { background: #ccc; height: 20px; border-radius: 0 0 20px 20px; margin-bottom: 0; position: relative; }
#lp-page .macbook-base::after { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 100px; height: 4px; background: #aaa; border-radius: 0 0 5px 5px; }
#lp-page .features-row { display: flex; justify-content: center; gap: 30px; text-align: center; flex-wrap: wrap; }
#lp-page .feature-point { flex: 1; min-width: 200px; }
#lp-page .point-icon { color: #274087; margin-bottom: 10px; }
#lp-page .point-title { font-weight: bold; margin-bottom: 5px; display: block; font-size: 1.1rem; }
#lp-page .point-desc { font-size: 0.9rem; color: #666; line-height: 1.6; }

/* Features (Magazine Style) */
#lp-page .feature-row { display: flex; align-items: center; gap: 50px; margin-bottom: 60px; }
#lp-page .feature-row:last-child { margin-bottom: 0; }
#lp-page .feature-row:nth-child(even) { flex-direction: row-reverse; }
#lp-page .feature-img { flex: 1; position: relative; }
#lp-page .feature-img img { width: 100%; height: 320px; object-fit: cover; border-radius: 4px; box-shadow: 10px 10px 0 #E0E4EE; }
#lp-page .feature-text { flex: 1; }
#lp-page .feature-num { font-family: 'Noto Serif JP', serif; color: #274087; font-size: 3rem; opacity: 0.2; font-weight: bold; line-height: 1; margin-bottom: -10px; display: block; }
#lp-page .feature-title { font-size: 1.5rem; font-weight: bold; margin-bottom: 20px; border-bottom: 1px solid #274087; padding-bottom: 10px; display: inline-block; color: #333; }
#lp-page .feature-desc { font-size: 1rem; line-height: 1.8; color: #555; }

/* Instructor Profile */
#lp-page .profile-wrapper { background: #fff; border: 1px solid #eee; box-shadow: 0 10px 30px rgba(0,0,0,0.05); border-radius: 12px; overflow: hidden; max-width: 850px; margin: 0 auto; padding: 40px; }
#lp-page .profile-upper { display: flex; gap: 40px; margin-bottom: 30px; align-items: flex-start; }
#lp-page .profile-info { flex: 1; }
#lp-page .profile-photo { width: 250px; flex-shrink: 0; }
#lp-page .inst-photo { width: 100%; height: auto; object-fit: cover; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
#lp-page .inst-header { margin-bottom: 25px; }
#lp-page .job-title { color: #274087; font-weight: bold; font-size: 0.9rem; letter-spacing: 0.1em; display: block; margin-bottom: 5px; }
#lp-page .inst-name-ja { font-family: 'Noto Serif JP', serif; font-size: 1.8rem; margin: 0; color: #333; }
#lp-page .career-table { width: 100%; border-collapse: collapse; }
#lp-page .career-table th { text-align: left; padding: 8px 0; color: #888; font-weight: normal; width: 90px; vertical-align: top; font-size: 0.9rem; }
#lp-page .career-table td { padding: 8px 0; font-size: 0.95rem; color: #333; }
#lp-page .profile-lower { border-top: 1px dashed #ddd; padding-top: 30px; }
#lp-page .message-text { font-size: 0.95rem; line-height: 1.8; color: #444; margin-bottom: 20px; }
#lp-page .inst-link-btn { display: inline-flex; align-items: center; background-color: #fff; color: #274087; border: 2px solid #274087; padding: 10px 25px; font-size: 0.95rem; font-weight: bold; border-radius: 50px; text-decoration: none; transition: all 0.3s ease; }
#lp-page .inst-link-btn:hover { background-color: #274087; color: #fff; transform: translateY(-2px); }
#lp-page .inst-link-btn i { margin-right: 8px; }
#lp-page .video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 8px; background: #000; margin-top: 15px; }
#lp-page .video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#lp-page .video-caption { font-size: 0.85rem; color: #666; margin-top: 5px; text-align: right; }

/* Voice */
#lp-page .voice-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
#lp-page .voice-item { background: #fff; padding: 30px; border-top: 5px solid #274087; border-radius: 0 0 10px 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
#lp-page .voice-header { display: flex; align-items: center; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dashed #eee; }
#lp-page .voice-img { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; margin-right: 15px; border: 2px solid #274087; flex-shrink: 0; }
#lp-page .voice-name { font-weight: bold; color: #333; font-size: 1.1rem; display: block; }
#lp-page .voice-attr { display: block; font-size: 0.85rem; color: #888; font-weight: normal; margin-top: 2px; }

/* Price Sections */
#lp-page .price-tabs { display: flex; justify-content: center; gap: 10px; margin-bottom: 30px; }
#lp-page .tab-btn { padding: 15px 30px; background: #eee; border: none; border-radius: 30px; font-size: 1.1rem; font-weight: bold; cursor: pointer; transition: all 0.3s; color: #666; font-family: 'Noto Sans JP', sans-serif; }
#lp-page .tab-btn.active { background: #274087; color: white; box-shadow: 0 4px 10px rgba(39, 64, 135, 0.3); }
#lp-page .price-content { display: none; animation: fadeIn 0.5s; }
#lp-page .price-content.active { display: block; }
#lp-page .price-card { background: #fff; padding: 30px; border-radius: 15px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); max-width: 800px; margin: 0 auto; }
#lp-page .level-block { border-bottom: 1px dashed #ddd; margin-bottom: 0; scroll-margin-top: 120px; }
#lp-page .level-block:last-child { border-bottom: none; }
#lp-page .level-header { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; cursor: pointer; transition: background-color 0.2s; }
#lp-page .level-header:hover { opacity: 0.8; }
#lp-page .level-title { font-size: 1.2rem; color: #333; font-weight: bold; margin: 0; display: flex; align-items: center; }
#lp-page .level-title::before { content: ''; display: inline-block; width: 8px; height: 25px; background: #274087; margin-right: 10px; border-radius: 4px; }
#lp-page .level-toggle-icon { color: #274087; transition: transform 0.3s ease; }
#lp-page .level-block.open .level-toggle-icon { transform: rotate(180deg); }
#lp-page .level-body { display: none; padding-bottom: 25px; animation: slideDown 0.3s ease-out; }
#lp-page .level-block.open .level-body { display: block; }
#lp-page .level-desc { font-size: 0.9rem; color: #666; margin-bottom: 15px; padding-left: 20px; }
#lp-page .price-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 20px; background: #F6F8FC; border-radius: 8px; margin-bottom: 8px; }
#lp-page .price-type { font-weight: 500; font-size: 1rem; color: #555; }
#lp-page .price-value { font-weight: bold; font-size: 1.1rem; color: #333; }
#lp-page .price-link { text-align: right; margin-top: 20px; font-size: 0.9rem; }
#lp-page .price-link a { color: #274087; text-decoration: none; border-bottom: 1px solid #274087; }

/* Price List Page Extensions (早見表など) */
#lp-page .price-anchor-nav { background: #fff; padding: 20px 0; border-bottom: 1px solid #eee; position: sticky; top: 0; z-index: 90; }
#lp-page .anchor-btn { display: inline-flex; align-items: center; gap: 8px; background: #fff; color: #274087; border: 1px solid #274087; padding: 10px 20px; border-radius: 30px; text-decoration: none; font-weight: bold; margin: 0 5px; font-size: 0.95rem; transition: all 0.3s; }
#lp-page .anchor-btn:hover { background: #274087; color: #fff; }
#lp-page .price-grid-wrapper { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
#lp-page .category-label { grid-column: 1 / -1; font-size: 1.4rem; font-weight: bold; color: #274087; border-bottom: 2px solid #274087; padding-bottom: 8px; margin-top: 30px; margin-bottom: 15px; }
#lp-page .category-label:first-child { margin-top: 0; }
#lp-page .course-card-link { display: block; text-decoration: none; color: inherit; height: 100%; }
#lp-page .course-card { background: #fff; border: 1px solid #e0e0e0; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.05); transition: transform 0.2s, border-color 0.2s; height: 100%; display: flex; flex-direction: column; }
#lp-page .course-card-link:hover .course-card { transform: translateY(-3px); border-color: #274087; box-shadow: 0 8px 20px rgba(39, 64, 135, 0.15); }
#lp-page .card-header { background: #274087; color: #fff; padding: 15px; text-align: center; }
#lp-page .card-title { font-size: 1.1rem; font-weight: bold; margin: 0; }
#lp-page .card-price-list { padding: 0; margin: 0; list-style: none; flex: 1; }
#lp-page .card-price-item { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; border-bottom: 1px solid #eee; }
#lp-page .card-price-item:last-child { border-bottom: none; }
#lp-page .plan-name { font-size: 0.95rem; color: #555; display: flex; align-items: center; gap: 8px; }
#lp-page .plan-price { font-weight: bold; color: #274087; font-size: 1.1rem; }
#lp-page .level-block.always-open .level-header { cursor: default; padding: 25px 0 15px; }
#lp-page .level-block.always-open .level-toggle-icon { display: none; }
#lp-page .level-block.always-open .level-body { display: block !important; padding-bottom: 30px; }
#lp-page .price-section-unit { padding: 60px 0; }
#lp-page .price-section-unit:nth-child(even) { background-color: #fff; }
#lp-page .price-section-unit:nth-child(even) .price-card { box-shadow: 0 5px 20px rgba(0,0,0,0.05); border: 1px solid #eee; }
#lp-page .price-notes-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
#lp-page .note-box { background: #fff; border: 1px solid #e0e0e0; border-radius: 12px; padding: 30px; box-shadow: 0 4px 10px rgba(0,0,0,0.03); }
#lp-page .note-title { font-size: 1.1rem; font-weight: bold; color: #274087; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; border-bottom: 2px solid #F6F8FC; padding-bottom: 10px; }
#lp-page .note-dl dt { font-weight: bold; margin-top: 15px; color: #333; }
#lp-page .note-dl dd { margin-left: 0; margin-bottom: 10px; font-size: 0.95rem; line-height: 1.6; color: #555; }
#lp-page .price-accent { font-size: 1.2rem; font-weight: bold; color: #274087; }
#lp-page .note-badge { display: inline-block; background: #E66868; color: #fff; font-size: 0.75rem; padding: 2px 8px; border-radius: 4px; margin-left: 10px; vertical-align: middle; }
#lp-page .payment-list { list-style: none; padding: 0; margin: 0; }
#lp-page .payment-list li { margin-bottom: 10px; font-size: 0.95rem; color: #555; display: flex; align-items: center; }
#lp-page .check-icon { color: #274087; margin-right: 10px; width: 18px; height: 18px; }
#lp-page .rule-list { padding-left: 20px; margin: 0; }
#lp-page .rule-list li { margin-bottom: 10px; font-size: 0.95rem; line-height: 1.6; color: #555; }

/* ==================================================
   Flow Page Components
   ================================================== */
#lp-page .prep-section { background: #F6F8FC; padding: 40px; border-radius: 12px; margin-bottom: 60px; border: 1px solid #e0e4ee; }
#lp-page .prep-title { text-align: center; font-weight: bold; font-size: 1.3rem; color: #274087; margin-bottom: 30px; }
#lp-page .prep-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; }
#lp-page .prep-item { background: #fff; padding: 20px; border-radius: 8px; text-align: center; box-shadow: 0 3px 10px rgba(0,0,0,0.05); }
#lp-page .prep-icon { color: #274087; margin-bottom: 10px; }
#lp-page .prep-name { font-weight: bold; display: block; margin-bottom: 5px; font-size: 0.95rem; }
#lp-page .prep-desc { font-size: 0.8rem; color: #666; line-height: 1.4; }

#lp-page .flow-timeline-wrap { position: relative; padding-left: 40px; padding-bottom: 50px; }
#lp-page .flow-timeline-wrap::before { content: ''; position: absolute; top: 20px; left: 19px; height: 100%; width: 2px; background: #e0e4ee; z-index: 0; }
#lp-page .step-box { position: relative; margin-bottom: 60px; }
#lp-page .step-marker { position: absolute; left: -40px; top: 0; width: 40px; height: 40px; background: #274087; color: #fff; border-radius: 50%; text-align: center; line-height: 40px; font-weight: bold; font-family: 'Noto Serif JP', serif; z-index: 1; box-shadow: 0 0 0 5px #fff; }
#lp-page .step-content { padding-left: 20px; }
#lp-page .step-title { font-size: 1.4rem; color: #274087; font-weight: bold; margin: 0 0 15px 0; border-bottom: 2px solid #f0f0f0; padding-bottom: 10px; display: inline-block; }
#lp-page .step-desc { font-size: 1rem; line-height: 1.8; color: #555; margin-bottom: 20px; }
#lp-page .text-link { color: #274087; text-decoration: underline; }

#lp-page .course-grid-large { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 20px; }
#lp-page .course-card-large { position: relative; height: 200px; border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; text-decoration: none; color: #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: transform 0.3s; text-align: center; }
#lp-page .course-card-large:hover { transform: translateY(-5px); }
#lp-page .course-bg { position: absolute; top:0; left:0; width:100%; height:100%; background-size: cover; background-position: center; transition: transform 0.5s; }
#lp-page .course-card-large:hover .course-bg { transform: scale(1.1); }
#lp-page .course-overlay { position: absolute; top:0; left:0; width:100%; height:100%; background: rgba(39, 64, 135, 0.6); transition: background 0.3s; }
#lp-page .course-card-large:hover .course-overlay { background: rgba(39, 64, 135, 0.4); }
#lp-page .course-info { position: relative; z-index: 2; padding: 20px; }
#lp-page .course-name-large { font-weight: bold; font-size: 1.4rem; display: block; margin-bottom: 8px; text-shadow: 0 2px 5px rgba(0,0,0,0.5); }
#lp-page .course-desc-large { font-size: 0.9rem; opacity: 0.9; display: block; }
#lp-page .course-tag { position: absolute; top: 15px; left: 15px; z-index: 2; background: #E66868; color: #fff; font-size: 0.75rem; padding: 3px 10px; border-radius: 20px; font-weight: bold; letter-spacing: 0.05em; }

#lp-page .trial-schedule { background: #fff; border: 1px solid #ddd; border-radius: 8px; padding: 15px; margin-top: 15px; }
#lp-page .schedule-bar { display: flex; gap: 5px; margin-top: 10px; }
#lp-page .tb-block { padding: 8px; border-radius: 4px; text-align: center; font-size: 0.8rem; }
#lp-page .tb-1 { flex: 1; background: #eee; }
#lp-page .tb-2 { flex: 3; background: #ffe4e4; border: 1px solid #E66868; color: #C75353; font-weight: bold; }
#lp-page .tb-3 { flex: 1; background: #e0e4ee; }
#lp-page .btn-wrap { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 15px; }
#lp-page .flow-btn { display: inline-flex; align-items: center; gap: 8px; background: #274087; color: #fff; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 0.95rem; transition: all 0.3s; box-shadow: 0 4px 10px rgba(39, 64, 135, 0.2); }
#lp-page .flow-btn:hover { background: #435587; transform: translateY(-2px); }
#lp-page .flow-btn.outline { background: #fff; color: #274087; border: 1px solid #274087; }
#lp-page .flow-btn.outline:hover { background: #274087; color: #fff; }

/* FAQ */
#lp-page .faq-list { max-width: 800px; margin: 0 auto; }
#lp-page .faq-item { background: #fff; margin-bottom: 15px; padding: 20px; border-radius: 8px; border: 1px solid #eee; }
#lp-page .faq-q { font-weight: bold; color: #333; display: flex; align-items: flex-start; gap: 10px; }
#lp-page .faq-q span { color: #274087; }
#lp-page .faq-a { margin-top: 10px; padding-left: 25px; color: #666; font-size: 0.95rem; }

/* Contact */
#lp-page .contact-section { background-color: #fdf6f6; }

/* Floating CTA */
#floating-cta { display: none; position: fixed; bottom: 0; left: 0; width: 100%; background: #fff; box-shadow: 0 -2px 10px rgba(0,0,0,0.1); padding: 15px; z-index: 999; text-align: center; }
#floating-cta .float-btn { display: block; width: 100%; background: #274087; color: #fff; font-weight: bold; text-decoration: none; padding: 15px; border-radius: 50px; font-size: 1.1rem; box-shadow: 0 4px 10px rgba(39, 64, 135, 0.4); }

@media (max-width: 768px) {
    #lp-page .hero h1 { font-size: 1.4rem;}
    #lp-page .hero p { font-size: 1rem; }
    #lp-page h2.section-title { font-size: 1.4rem; }
    #lp-page .cta-btn { width: 100%; text-align: center; padding: 15px; }
    #lp-page .chat-item, #lp-page .chat-item.reverse { flex-direction: column; }
    #lp-page .pain-solution { font-size: 1.3rem;}
    #lp-page .chat-bubble::before { top: -12px; left: 30px; border-right: 12px solid transparent; border-left: 12px solid transparent; border-bottom: 18px solid #fff; border-top: none; }
    #lp-page .chat-item.reverse .chat-bubble::before { left: auto; right: 30px; border-right: 12px solid transparent; border-left: 12px solid transparent; border-bottom: 18px solid #fff; border-top: none; }
    #lp-page .macbook-frame { padding: 0; background: transparent; box-shadow: 0 10px 25px rgba(0,0,0,0.1); border-radius: 12px; }
    #lp-page .macbook-frame::before { display: none; }
    #lp-page .macbook-base { display: none; }
    #lp-page .screen-area { border-radius: 12px; padding-bottom: 120%; }
    #lp-page .zoom-ui-overlay { bottom: 15px; padding: 8px 15px; }
    #lp-page .zoom-icon { width: 20px; height: 20px; }
    #lp-page .feature-row, #lp-page .feature-row:nth-child(even) { flex-direction: column; text-align: left; gap: 20px; }
    #lp-page .feature-img img { height: 200px; }
    #lp-page .profile-wrapper { padding: 20px; }
    #lp-page .profile-upper { flex-direction: column; gap: 20px; }
    #lp-page .profile-photo { width: 100%; text-align: center; }
    #lp-page .inst-photo { width: 100%; max-width: 300px; height: auto; aspect-ratio: 1 / 1; border-radius: 50%; margin: 0 auto; object-fit: cover; object-position: center top;}
    #lp-page .price-row { flex-direction: column; align-items: flex-start; gap: 5px; }
    #floating-cta { display: block; }
    body { padding-bottom: 80px; }
    
    /* Flow Page Mobile */
    #lp-page .flow-timeline-wrap { padding-left: 30px; }
    #lp-page .flow-timeline-wrap::before { left: 14px; }
    #lp-page .step-marker { width: 30px; height: 30px; line-height: 30px; left: -30px; font-size: 0.9rem; }
    #lp-page .step-title { font-size: 1.2rem; }
    #lp-page .course-grid-large { grid-template-columns: 1fr; }
    #lp-page .price-section-unit { padding: 40px 0; }
    #lp-page .anchor-btn { display: block; margin: 5px auto; width: 100%; max-width: 300px; }
    #lp-page .price-notes-grid { grid-template-columns: 1fr; }
}

@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes slideDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }

/* --------------------------------------------------
   Payment Page Styles (決済方法ページ用)
   -------------------------------------------------- */


/* 固定ナビゲーション (Sticky) */
#lp-page .payment-nav {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#lp-page .payment-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}
#lp-page .payment-nav li {
    margin: 0;
}
#lp-page .payment-nav a {
    text-decoration: none;
    color: #274087;
    font-weight: bold;
    font-size: 0.95rem;
    padding: 10px 15px;
    border-radius: 30px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 6px;
}
#lp-page .payment-nav a:hover,
#lp-page .payment-nav a.active {
    background: #F6F8FC;
    color: #435587;
}

/* ページヘッダー（LP共通とは別に調整している場合） */
#lp-page .page-header {
    background: #274087;
    padding: 60px 0;
    color: #fff;
    text-align: center;
    margin-bottom: 0; /* Navが下に来ないよう調整 */
}

/* セクションタイトル周り（スクロール位置調整用） */
#lp-page .section-title-wrapper {
    text-align: center;
    margin-bottom: 40px;
    scroll-margin-top: 100px; /* 固定ヘッダーに隠れないようにオフセット */
    margin-top: 60px;
}
#lp-page .section-desc {
    font-size: 0.95rem;
    color: #666;
}

/* 決済アイコンリスト */
#lp-page .payment-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
#lp-page .pay-icon-box {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #f0f2f8;
    padding: 8px 15px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.9rem;
    color: #274087;
}

/* 注意書き（アラートボックス） */
#lp-page .alert-box {
    background: #fff;
    border-left: 4px solid #f59e0b;
    padding: 15px;
    margin-bottom: 30px;
    font-size: 0.9rem;
    color: #555;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    text-align: left;
    display: inline-block;
}

/* フローセクション背景 */
#lp-page .flow-section {
    margin-bottom: 80px;
    padding: 40px;
    background: #F6F8FC;
    border-radius: 12px;
}

/* --------------------------------------------------
   Timeline Styles (タイムライン・ステップ)
   ※レッスンの流れページと共通で使用します
   -------------------------------------------------- */
#lp-page .timeline {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    padding: 20px 0;
}
/* 縦線 */
#lp-page .timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    height: 100%;
    width: 4px;
    background: #eee;
    z-index: 0;
}
#lp-page .step-item {
    position: relative;
    margin-bottom: 40px;
    padding-left: 80px;
}

#lp-page .step-option {
    position: relative;
    margin-bottom: 40px;
    padding-left: 80px;
}
#lp-page .step-item:last-child {
    margin-bottom: 0;
}
/* ステップ番号の丸 */
#lp-page .step-num {
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 64px;
    background: #274087;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
    font-weight: bold;
    font-size: 1.2rem;
    z-index: 1;
    border: 4px solid #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
#lp-page .step-content {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
}
#lp-page .step-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}
#lp-page .step-desc {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* 分岐グリッド（決済方法の選択肢など） */
#lp-page .branch-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 15px;
}
#lp-page .branch-item {
    background: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 15px;
}
#lp-page .branch-title {
    font-weight: bold;
    color: #274087;
    display: block;
    margin-bottom: 5px;
    font-size: 0.95rem;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
}
#lp-page .branch-text {
    font-size: 0.9rem;
    color: #666;
}

/* 補足コラム（口座振替の説明など） */
#lp-page .note-column {
    background: #fff5f5;
    border: 1px solid #E66868;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
}
#lp-page .note-title {
    font-weight: bold;
    color: #C75353;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
#lp-page .note-text {
    font-size: 0.9rem;
    color: #444;
}
#lp-page .example-box {
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    margin-top: 10px;
    border: 1px dashed #E66868;
}
#lp-page .link-text {
    color: #274087;
    text-decoration: underline;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    #lp-page .payment-nav {
        height: auto;
        padding: 10px 0;
    }
    #lp-page .payment-nav ul {
        flex-direction: column;
        gap: 5px;
        width: 100%;
        padding: 0 20px;
    }
    #lp-page .payment-nav a {
        width: 100%;
        justify-content: center;
        background: #F6F8FC;
    }

    /* タイムラインのレスポンシブ */
    #lp-page .timeline::before {
        left: 20px;
    }
    #lp-page .step-num {
        width: 40px;
        height: 40px;
        line-height: 30px;
        font-size: 1rem;
        left: 0;
    }
    #lp-page .step-item {
        padding-left: 60px;
    }

    #lp-page .flow-section {
        padding: 20px;
    }
    #lp-page .branch-grid {
        grid-template-columns: 1fr;
    }
}
/* --------------------------------------------------
   Contact Page Styles (お問い合わせページ用)
   -------------------------------------------------- */

/* 1. Selection Grid (入り口選択) */
#lp-page .selection-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 800px;
    margin: 40px auto 80px;
}
#lp-page .selection-card {
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s;
    text-decoration: none;
    color: inherit;
    display: block;
    position: relative;
    overflow: hidden;
}
#lp-page .selection-card:hover {
    border-color: #274087;
    box-shadow: 0 10px 30px rgba(39, 64, 135, 0.1);
    transform: translateY(-5px);
}
/* Primary Style (Reservation) */
#lp-page .selection-card.primary {
    background: #F6F8FC;
    border-color: #F6F8FC;
}
#lp-page .selection-card.primary:hover { border-color: #274087; }
#lp-page .selection-card.primary::before {
    content: 'おすすめ'; position: absolute; top: 15px; right: -30px;
    background: #E66868; color: #fff; padding: 2px 35px;
    font-size: 0.8rem; transform: rotate(45deg); font-weight: bold;
}

#lp-page .card-icon {
    color: #274087; margin-bottom: 20px; background: #fff;
    width: 80px; height: 80px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
#lp-page .card-title {
    font-size: 1.4rem; font-weight: bold;
    margin-bottom: 10px; display: block;
}
#lp-page .card-desc {
    font-size: 0.95rem; color: #666; margin-bottom: 25px; line-height: 1.6;
}
#lp-page .card-btn {
    display: inline-flex; align-items: center; gap: 5px;
    padding: 12px 30px; border-radius: 50px; font-weight: bold;
    font-size: 1rem; transition: all 0.3s;
}
#lp-page .btn-primary { background: #274087; color: #fff; box-shadow: 0 4px 15px rgba(39, 64, 135, 0.3); }
#lp-page .selection-card:hover .btn-primary { background: #435587; }
#lp-page .btn-secondary { background: #fff; color: #274087; border: 2px solid #274087; }
#lp-page .selection-card:hover .btn-secondary { background: #274087; color: #fff; }

/* 2. Form Section */
#lp-page .form-section {
    background: #F6F8FC;
    padding: 60px 0;
    margin-bottom: 60px;
}
#lp-page .form-container {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}
/* FAQ Link inside Form */
#lp-page .faq-notice {
    background: #fff8e1;
    border: 1px solid #f59e0b;
    color: #b45309;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 30px;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
#lp-page .faq-notice a {
    color: #b45309; text-decoration: underline; font-weight: bold; white-space: nowrap;
}

/* Contact Form 7 Customization */
#lp-page .wpcf7-form p { margin-bottom: 20px; }
#lp-page .wpcf7-form label {
    display: block; margin-bottom: 8px; font-weight: bold; font-size: 0.95rem;
}
#lp-page .wpcf7-text,
#lp-page .wpcf7-email,
#lp-page .wpcf7-textarea {
    width: 100%; padding: 12px; border: 1px solid #ddd; border-radius: 6px;
    background: #fdfdfd; font-size: 1rem; box-sizing: border-box;
}
#lp-page .wpcf7-text:focus,
#lp-page .wpcf7-email:focus,
#lp-page .wpcf7-textarea:focus {
    outline: none; border-color: #274087; background: #fff;
    box-shadow: 0 0 0 3px rgba(39, 64, 135, 0.1);
}
#lp-page .wpcf7-textarea { height: 150px; }

/* 送信ボタンの全幅対応 */
#lp-page .wpcf7-submit {
    background: #274087;
    color: #fff;
    border: none;
    padding: 15px 50px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    width: 100%; /* 全幅指定 */
    display: block; /* ブロック要素化 */
    transition: all 0.3s;
    appearance: none;
    margin-top: 10px;
}
#lp-page .wpcf7-submit:hover {
    background: #435587;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(39, 64, 135, 0.3);
}

/* CF7 Grid Layout (姓名横並び用) */
#lp-page .name-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}
#lp-page .input-group {
    margin-bottom: 20px;
}
#lp-page .req {
    color: #E66868;
    margin-left: 5px;
    font-size: 0.8rem;
}
#lp-page .submit-wrap {
    margin-top: 10px;
}
#lp-page .note-text {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 5px;
}

/* 3. Other Channels */
#lp-page .channels-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}
#lp-page .channel-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s;
}
#lp-page .channel-card:hover {
    border-color: #274087;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
#lp-page .channel-card.line { border-top: 4px solid #06c755; }
#lp-page .channel-card.phone { border-top: 4px solid #555; }

#lp-page .ch-icon-circle {
    width: 50px; height: 50px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 15px; font-size: 1.5rem;
}
#lp-page .icon-line { background: #06c755; color: #fff; }
#lp-page .icon-phone { background: #eee; color: #555; }

#lp-page .ch-title { font-weight: bold; font-size: 1.1rem; margin-bottom: 10px; }
#lp-page .ch-text { font-size: 0.9rem; color: #666; margin-bottom: 20px; line-height: 1.5; }

#lp-page .ch-btn {
    display: inline-flex; align-items: center; gap: 5px;
    padding: 8px 20px; border-radius: 30px; text-decoration: none;
    font-weight: bold; font-size: 0.9rem; transition: all 0.3s;
}
#lp-page .btn-line { background: #06c755; color: #fff; }
#lp-page .btn-line:hover { background: #05b04d; }
#lp-page .btn-phone { background: #fff; border: 1px solid #ddd; color: #333; }
#lp-page .btn-phone:hover { background: #f0f0f0; }

@media (max-width: 768px) {
    #lp-page .selection-grid { grid-template-columns: 1fr; }
    #lp-page .channels-grid { grid-template-columns: 1fr; }
    #lp-page .faq-notice { flex-direction: column; text-align: center; }
    #lp-page .form-container { padding: 25px; }
    #lp-page .name-row { grid-template-columns: 1fr; gap: 15px; }
}

/* --------------------------------------------------
   FAQ Page Styles
   -------------------------------------------------- */

/* タブナビゲーション */
#lp-page .faq-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
#lp-page .tab-btn {
    padding: 12px 25px;
    background: #fff;
    border: 1px solid #274087;
    border-radius: 30px;
    color: #274087;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 8px;
}
#lp-page .tab-btn:hover, 
#lp-page .tab-btn.active {
    background: #274087;
    color: #fff;
    box-shadow: 0 4px 10px rgba(39, 64, 135, 0.3);
}

/* タブコンテンツ */
#lp-page .tab-content { 
    display: none; 
    animation: fadeIn 0.5s; 
}
#lp-page .tab-content.active { 
    display: block; 
}

/* アコーディオンリスト */
#lp-page .faq-list {
    max-width: 800px;
    margin: 0 auto 60px;
}
#lp-page .faq-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    background: #fff;
    transition: all 0.3s;
    overflow: hidden;
}
#lp-page .faq-item.open {
    border-color: #274087;
    box-shadow: 0 4px 15px rgba(39, 64, 135, 0.08);
}

/* 質問部分 (Header) */
#lp-page .faq-header {
    padding: 20px;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    background: #fff;
    transition: background 0.3s;
}
#lp-page .faq-header:hover {
    background: #F6F8FC;
}
#lp-page .faq-question {
    font-weight: bold;
    font-size: 1.05rem;
    color: #274087;
    display: flex;
    gap: 12px;
}
#lp-page .q-mark {
    background: #274087;
    color: #fff;
    width: 24px; height: 24px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.8rem;
    font-family: 'Noto Serif JP', serif;
    flex-shrink: 0;
    margin-top: 3px;
}

/* アイコン回転 */
#lp-page .toggle-icon {
    color: #ccc;
    transition: transform 0.3s;
    flex-shrink: 0;
    margin-top: 3px;
}
#lp-page .faq-item.open .toggle-icon {
    transform: rotate(180deg);
    color: #274087;
}

/* 回答部分 (Body) */
#lp-page .faq-body {
    display: none;
    padding: 0 20px 25px 56px; /* Qマークの下を空ける */
    border-top: 1px dashed #eee;
    background: #fff;
    color: #444;
    font-size: 0.95rem;
    line-height: 1.8;
}
#lp-page .faq-item.open .faq-body {
    display: block;
    animation: slideDown 0.3s;
}
#lp-page .faq-body a { 
    color: #274087; 
    text-decoration: underline; 
}
#lp-page .faq-body p {
    margin-bottom: 1em;
}
#lp-page .faq-body p:last-child {
    margin-bottom: 0;
}

/* アニメーション */
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes slideDown { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }

/* Mobile Responsive */
@media (max-width: 600px) {
    #lp-page .faq-tabs { gap: 8px; }
    #lp-page .tab-btn { padding: 10px 15px; font-size: 0.85rem; flex: 1 1 auto; justify-content: center; }
    #lp-page .faq-header { padding: 15px; }
    #lp-page .faq-body { padding: 0 15px 20px 15px; } /* スマホは余白詰める */
    #lp-page .faq-question { font-size: 1rem; }
}