/* ========================================
   リセット＆基本設定
======================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    line-height: 1.8;
    font-size: 16px;
    background-color: #fff;
}

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

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

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

/* ========================================
   テキスト強調スタイル
======================================== */
.emphasis-text {
    color: #d4356f;
    font-weight: 600;
}

.emphasis-large {
    font-size: 1.3em;
    font-weight: 700;
    color: #d4356f;
}

.emphasis-xl {
    font-size: 1.5em;
    font-weight: 700;
    color: #d4356f;
}

.emphasis-red {
    color: #e74c3c;
    font-weight: 600;
}

.emphasis-blue {
    color: #3498db;
    font-weight: 600;
}

.highlight-yellow {
    background: linear-gradient(transparent 60%, #fff59d 60%);
    padding: 0 4px;
    font-weight: 600;
}

.highlight-pink {
    background: linear-gradient(transparent 60%, #ffc4dd 60%);
    padding: 0 4px;
    font-weight: 600;
}

.highlight-blue {
    background: linear-gradient(transparent 60%, #b3e5fc 60%);
    padding: 0 4px;
    font-weight: 600;
}

.target-age {
    color: #e91e63;
    font-size: 1.2em;
    font-weight: 700;
}

.program-name {
    font-size: 1.2em;
    color: #333;
    font-weight: 700;
}

.price-emphasis {
    font-size: 1.8em;
    color: #e91e63;
}

.price-large {
    font-size: 2.5em;
    color: #e91e63;
}

/* ========================================
   ヘッダー
======================================== */
.header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-image {
    height: 50px;
    width: auto;
}

.nav {
    display: flex;
    gap: 30px;
    align-items: center;
}

.nav-link {
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #d4356f;
}

.btn-contact {
    background: #d4356f;
    color: #fff;
    padding: 10px 25px;
    border-radius: 25px;
}

.btn-contact:hover {
    background: #b82d5d;
    transform: translateY(-2px);
}

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
}

.menu-toggle span {
    width: 25px;
    height: 3px;
    background: #333;
    transition: all 0.3s ease;
}

/* ========================================
   ファーストビュー
======================================== */
.hero-section {
    margin-top: 80px;
    background: #fff;
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
}

.hero-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 50px;
    position: relative;
    z-index: 2;
}

.hero-text-wrapper {
    flex: 1;
    text-align: center;
}

.hero-image-wrapper {
    position: absolute;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    width: 500px;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
    opacity: 0.4;
}

.hero-main-image {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.hero-catch {
    margin-bottom: 40px;
}

.hero-subtitle {
    font-size: 1.1em;
    color: #666;
    margin-bottom: 20px;
}

.hero-title {
    font-size: 2em;
    line-height: 1.6;
    margin-bottom: 30px;
    font-family: 'Noto Serif JP', serif;
}

.hero-program {
    font-size: 1.2em;
    line-height: 1.8;
    margin-bottom: 40px;
}

.hero-benefits {
    margin-bottom: 40px;
}

.benefit-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 1.1em;
}

.benefit-item i {
    color: #4caf50;
    font-size: 1.5em;
}

.hero-cta {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.cta-price {
    font-size: 1.3em;
    margin-bottom: 25px;
}

.btn-line-large {
    display: inline-block;
    background: #06c755;
    color: #fff;
    padding: 20px 50px;
    border-radius: 50px;
    font-size: 1.2em;
    font-weight: 600;
    box-shadow: 0 5px 20px rgba(6, 199, 85, 0.3);
    transition: all 0.3s ease;
}

.btn-line-large:hover {
    background: #05b04b;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(6, 199, 85, 0.4);
}

.btn-line-large i {
    margin-right: 10px;
    font-size: 1.3em;
}

/* ========================================
   共感パート
======================================== */
.sympathy-section {
    padding: 80px 20px;
    background: #fff;
}

.section-title {
    font-size: 2em;
    text-align: center;
    margin-bottom: 50px;
    font-family: 'Noto Serif JP', serif;
    color: #333;
}

.sympathy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-bottom: 60px;
}

.sympathy-card {
    background: #f9f9f9;
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    border: 2px solid #ffeef8;
    transition: all 0.3s ease;
}

.sympathy-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(212, 53, 111, 0.15);
    border-color: #d4356f;
}

.sympathy-card i {
    font-size: 2.5em;
    color: #d4356f;
    margin-bottom: 15px;
}

.sympathy-card p {
    font-weight: 500;
    line-height: 1.6;
}

.sympathy-message {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    padding: 40px;
    background: linear-gradient(135deg, #fff9fc 0%, #ffeef8 100%);
    border-radius: 20px;
}

.message-main {
    font-size: 1.3em;
    margin-bottom: 25px;
    line-height: 1.8;
}

.message-question {
    font-size: 1.2em;
    margin-bottom: 25px;
    color: #666;
}

.message-solution {
    font-size: 1.4em;
    font-weight: 700;
}

/* ========================================
   問題の言語化
======================================== */
.problem-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #e3f2fd 0%, #e8f5e9 100%);
}

.problem-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.problem-box {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    text-align: center;
}

.problem-text {
    font-size: 1.1em;
    line-height: 2;
    margin-bottom: 30px;
}

.solution-box {
    background: linear-gradient(135deg, #fff9fc 0%, #ffeef8 100%);
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 40px;
    text-align: center;
}

.solution-title {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 30px;
    color: #d4356f;
    font-family: 'Noto Serif JP', serif;
}

.solution-list {
    list-style: none;
    margin-bottom: 30px;
    text-align: center;
}

.solution-list li {
    padding: 15px 0;
    font-size: 1.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.solution-list i {
    color: #e91e63;
    font-size: 1.5em;
}

.solution-description {
    font-size: 1.2em;
    text-align: center;
    line-height: 1.8;
}

.problem-warning {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 40px;
    border-left: 5px solid #e74c3c;
    text-align: center;
}

.warning-text {
    font-size: 1.2em;
    line-height: 2;
    margin-bottom: 25px;
}

.warning-solution {
    font-size: 1.2em;
    line-height: 2;
}

.life-message {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 40px;
    text-align: center;
}

.life-message p {
    font-size: 1.1em;
    line-height: 2;
    margin-bottom: 25px;
}

.life-ideal {
    font-size: 1.3em !important;
    margin: 35px 0 !important;
}

.life-future {
    font-size: 1.2em !important;
}

.cause-box {
    background: linear-gradient(135deg, #fff9fc 0%, #ffe4f0 100%);
    padding: 50px 40px;
    border-radius: 20px;
    text-align: center;
}

.cause-title {
    font-size: 1.8em;
    margin-bottom: 25px;
    color: #d4356f;
    font-family: 'Noto Serif JP', serif;
}

.cause-description {
    font-size: 1.1em;
    margin-bottom: 30px;
    line-height: 1.8;
}

.cause-main {
    font-size: 1.3em;
    line-height: 2;
    margin-bottom: 30px;
}

.cause-warning {
    font-size: 1.1em;
    line-height: 2;
}

/* ========================================
   解決策提示
======================================== */
.solution-main-section {
    padding: 80px 20px;
    background: #fff;
}

.concept-header {
    text-align: center;
    margin-bottom: 60px;
}

.concept-tagline {
    font-size: 1.5em;
    color: #d4356f;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
}

.section-title-large {
    font-size: 2.5em;
    font-family: 'Noto Serif JP', serif;
    color: #333;
}

.method-intro {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.method-formula {
    margin-bottom: 30px;
}

.formula-text {
    font-size: 1.8em;
    color: #d4356f;
    font-weight: 700;
}

.method-description {
    font-size: 1.3em;
    margin-bottom: 20px;
    line-height: 1.8;
}

.method-emphasis {
    font-size: 1.2em;
}

.approach-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.approach-card {
    background: linear-gradient(135deg, #ffeef8 0%, #fff5f9 100%);
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.approach-title {
    font-size: 1.5em;
    margin-bottom: 20px;
    color: #d4356f;
    font-family: 'Noto Serif JP', serif;
}

.approach-target {
    font-size: 1.1em;
    line-height: 1.8;
}

.result-message {
    text-align: center;
    background: linear-gradient(135deg, #e3f2fd 0%, #e1f5fe 100%);
    padding: 50px 40px;
    border-radius: 20px;
}

.result-text {
    font-size: 1.3em;
    margin-bottom: 25px;
}

.result-emphasis {
    font-size: 1.2em;
    line-height: 2;
}

/* ========================================
   骨格ベクトレ・縦巻き横巻き
======================================== */
.vector-section,
.spiral-section {
    padding: 80px 20px;
    background: #f9f9f9;
}

.section-description {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.analogy-box {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 40px;
}

.analogy-title {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 30px;
    color: #d4356f;
}

.analogy-content {
    text-align: center;
    line-height: 2;
}

.analogy-item {
    margin-bottom: 25px;
    font-size: 1.2em;
}

.analogy-warning {
    margin-top: 25px;
    font-size: 1.1em;
    line-height: 2;
}

.gravity-box {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 40px;
}

.gravity-text {
    text-align: center;
    font-size: 1.1em;
    line-height: 2;
}

.vector-result {
    background: linear-gradient(135deg, #fff9fc 0%, #ffeef8 100%);
    padding: 50px 40px;
    border-radius: 20px;
    text-align: center;
}

.result-main {
    font-size: 1.2em;
    line-height: 2;
}

.spiral-section {
    background: #fff;
}

.spiral-explanation {
    max-width: 800px;
    margin: 0 auto;
}

.spiral-text {
    text-align: center;
    font-size: 1.2em;
    line-height: 2;
    margin-bottom: 30px;
}

.spiral-effect {
    text-align: center;
    font-size: 1.2em;
    line-height: 2;
    margin: 40px 0;
}

.spiral-principle {
    text-align: center;
    font-size: 1.3em;
    line-height: 2;
}

.spiral-result {
    background: linear-gradient(135deg, #e3f2fd 0%, #e1f5fe 100%);
    padding: 50px 40px;
    border-radius: 20px;
    margin-top: 60px;
    text-align: center;
}

.result-title {
    font-size: 1.5em;
    margin-bottom: 30px;
    color: #3498db;
}

.result-list {
    list-style: none;
    margin-bottom: 30px;
}

.result-list li {
    padding: 10px 0;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.result-list i {
    color: #4caf50;
    font-size: 1.3em;
}

.result-summary {
    font-size: 1.2em;
}

/* ========================================
   一生モノの骨格リフォーム
======================================== */
.reform-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #ffeef8 0%, #fff5f9 100%);
}

.section-subtitle {
    text-align: center;
    font-size: 1.3em;
    color: #d4356f;
    margin-bottom: 40px;
    font-weight: 600;
}

.reform-intro {
    text-align: center;
    font-size: 1.1em;
    line-height: 2;
    margin-bottom: 60px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.steps-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.step-card {
    background: #fff;
    padding: 40px 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(212, 53, 111, 0.2);
}

.step-number {
    background: linear-gradient(135deg, #d4356f 0%, #e91e63 100%);
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin: 0 auto 20px;
    font-size: 1em;
    font-weight: 700;
}

.step-title {
    font-size: 1.1em;
    line-height: 1.6;
}

.reform-message {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
}

.message-text {
    font-size: 1.1em;
    line-height: 2;
    margin-bottom: 25px;
}

.message-result {
    font-size: 1.2em;
    line-height: 2;
}

/* ========================================
   ベネフィット
======================================== */
.benefit-section {
    padding: 80px 20px;
    background: #fff;
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.benefit-item-card {
    background: linear-gradient(135deg, #e3f2fd 0%, #e1f5fe 100%);
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
}

.benefit-item-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(52, 152, 219, 0.2);
}

.benefit-item-card i {
    font-size: 3em;
    color: #3498db;
    margin-bottom: 20px;
}

.benefit-item-card p {
    font-size: 1.1em;
    line-height: 1.8;
}

.benefit-most-important {
    text-align: center;
    background: linear-gradient(135deg, #fff9fc 0%, #ffeef8 100%);
    padding: 50px 40px;
    border-radius: 20px;
}

.most-important-text {
    font-size: 1.3em;
    margin-bottom: 20px;
}

.most-important-message {
    font-size: 1.2em;
    line-height: 2;
}

/* ========================================
   お客様の声・ビフォーアフター
======================================== */
.voice-section {
    padding: 80px 20px;
    background: #f9f9f9;
}

.before-after-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.ba-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.ba-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.ba-image {
    width: 100%;
    height: auto;
}

.voice-note {
    text-align: center;
    font-size: 0.95em;
    color: #666;
    font-style: italic;
    margin-bottom: 60px;
}

/* お客様の声 */
.customer-voices {
    margin-top: 60px;
}

.voices-title {
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 40px;
    color: #d4356f;
    font-family: 'Noto Serif JP', serif;
}

.voice-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.voice-card {
    background: #fff;
    padding: 30px 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    border-left: 4px solid #d4356f;
}

.voice-text {
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 1em;
}

.voice-author {
    text-align: right;
    color: #666;
    font-weight: 600;
    font-size: 0.95em;
}

/* ========================================
   プロフィール
======================================== */
.profile-section {
    padding: 80px 20px;
    background: #fff;
}

.profile-content {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.profile-image {
    width: 100%;
    max-width: 350px;
}

.staff-photo {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.profile-text {
    width: 100%;
    text-align: center;
}

.profile-text p {
    margin-bottom: 25px;
    line-height: 2;
    font-size: 1.05em;
}

.profile-greeting {
    font-size: 1.2em;
    text-align: center;
}

.profile-name {
    font-size: 1.3em;
    text-align: center;
}

.profile-closing {
    text-align: center;
    font-size: 1.1em;
}

/* ========================================
   オファー・価格
======================================== */
.offer-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #ffeef8 0%, #fff5f9 100%);
}

.trial-offer {
    text-align: center;
    margin-bottom: 60px;
}

.trial-intro {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.trial-price-box {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.trial-label {
    font-size: 1.3em;
    margin-bottom: 15px;
}

.trial-price {
    margin-bottom: 0;
}

.trial-message {
    font-size: 1.1em;
}

.application-steps {
    background: #fff;
    padding: 50px 40px;
    border-radius: 20px;
    margin-bottom: 60px;
}

.steps-title {
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 20px;
    color: #d4356f;
}

.steps-intro {
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 40px;
    line-height: 1.8;
}

.step-flow {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

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

.flow-number {
    background: linear-gradient(135deg, #d4356f 0%, #e91e63 100%);
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    margin: 0 auto 15px;
    font-size: 1.5em;
    font-weight: 700;
}

.flow-text {
    font-size: 1em;
    font-weight: 500;
}

.flow-arrow {
    font-size: 2em;
    color: #d4356f;
}

.steps-note {
    text-align: center;
    font-size: 1em;
    color: #666;
    margin-bottom: 30px;
}

.cta-button-wrapper {
    text-align: center;
}

.btn-line-cta {
    display: inline-block;
    background: #06c755;
    color: #fff;
    padding: 20px 50px;
    border-radius: 50px;
    font-size: 1.2em;
    font-weight: 600;
    box-shadow: 0 5px 20px rgba(6, 199, 85, 0.3);
    transition: all 0.3s ease;
}

.btn-line-cta:hover {
    background: #05b04b;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(6, 199, 85, 0.4);
}

.btn-line-cta i {
    margin-right: 10px;
    font-size: 1.3em;
}

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

.monitor-title {
    font-size: 1.5em;
    margin-bottom: 40px;
    line-height: 1.8;
}

.price-table {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.price-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    position: relative;
    transition: all 0.3s ease;
}

.price-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(212, 53, 111, 0.2);
}

.price-card.recommended {
    border: 3px solid #d4356f;
}

.recommend-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #d4356f 0%, #e91e63 100%);
    color: #fff;
    padding: 8px 25px;
    border-radius: 20px;
    font-size: 0.9em;
    font-weight: 600;
}

.price-title {
    font-size: 1.3em;
    margin-bottom: 20px;
    color: #333;
}

.price-before {
    text-decoration: line-through;
    color: #999;
    font-size: 1.1em;
    margin-bottom: 10px;
}

.price-arrow {
    color: #d4356f;
    font-size: 1.5em;
    margin-bottom: 10px;
}

.price-after {
    font-size: 2em;
    color: #d4356f;
    font-weight: 700;
}

/* ========================================
   モニター条件
======================================== */
.monitor-conditions-section {
    padding: 80px 20px;
    background: #f9f9f9;
}

.conditions-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.condition-item {
    background: #fff;
    padding: 30px 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.condition-item i {
    font-size: 2.5em;
    color: #d4356f;
    margin-bottom: 20px;
}

.condition-item p {
    line-height: 1.8;
}

.condition-item .note {
    font-size: 0.9em;
    color: #666;
}

/* ========================================
   特典
======================================== */
.bonus-section {
    padding: 80px 20px;
    background: #fff;
}

.bonus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.bonus-card {
    background: linear-gradient(135deg, #e3f2fd 0%, #e1f5fe 100%);
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.bonus-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(52, 152, 219, 0.2);
}

.bonus-icon {
    margin-bottom: 20px;
}

.bonus-icon i {
    font-size: 3.5em;
    color: #3498db;
}

.bonus-title {
    font-size: 1.2em;
    color: #d4356f;
    margin-bottom: 10px;
}

.bonus-name {
    font-size: 1.3em;
    margin-bottom: 20px;
    font-weight: 700;
}

.bonus-description {
    line-height: 1.8;
}

/* ========================================
   保証
======================================== */
.guarantee-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%);
}

.guarantee-box {
    background: #fff;
    padding: 60px 40px;
    border-radius: 20px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.guarantee-icon {
    margin-bottom: 30px;
}

.guarantee-icon i {
    font-size: 4em;
    color: #4caf50;
}

.guarantee-title {
    font-size: 1.5em;
    margin-bottom: 25px;
    color: #333;
}

.guarantee-description {
    font-size: 1.2em;
    line-height: 2;
    margin-bottom: 25px;
}

.guarantee-note {
    font-size: 0.95em;
    color: #666;
    line-height: 1.8;
}

/* ========================================
   よくある質問
======================================== */
.faq-section {
    padding: 80px 20px;
    background: #fff;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: #f9f9f9;
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid #f0f0f0;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #d4356f;
    box-shadow: 0 5px 20px rgba(212, 53, 111, 0.1);
}

.faq-question {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 25px;
    font-weight: 600;
    font-size: 1.1em;
    background: #fff;
}

.faq-question i {
    color: #d4356f;
    font-size: 1.5em;
    margin-top: 5px;
}

.faq-answer {
    padding: 0 25px 25px 55px;
    line-height: 1.8;
}

/* ========================================
   カレンダー
======================================== */
.calendar-section {
    padding: 80px 20px;
    background: #f9f9f9;
}

.calendar-note {
    text-align: center;
    font-size: 1.2em;
    color: #d4356f;
    font-weight: 600;
    margin-bottom: 15px;
}

.calendar-sub-note {
    text-align: center;
    font-size: 1.05em;
    color: #666;
    margin-bottom: 40px;
    line-height: 1.8;
}

.calendar-wrapper {
    max-width: 900px;
    margin: 0 auto 30px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.calendar-instruction {
    text-align: center;
    color: #666;
    line-height: 1.8;
}

/* ========================================
   クロージング
======================================== */
.closing-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #ffeef8 0%, #fff5f9 100%);
}

.closing-message {
    text-align: center;
    margin-bottom: 50px;
}

.closing-truth {
    font-size: 1.3em;
    line-height: 2;
    margin-bottom: 30px;
}

.closing-key {
    font-size: 1.3em;
    line-height: 2;
}

.closing-warning {
    text-align: center;
    margin-bottom: 50px;
}

.warning-future {
    font-size: 1.2em;
    line-height: 2;
}

.closing-hope {
    text-align: center;
    margin-bottom: 50px;
}

.hope-message {
    font-size: 1.2em;
    line-height: 2;
}

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

.cta-message {
    font-size: 1.5em;
    margin-bottom: 20px;
    color: #d4356f;
}

.cta-description {
    font-size: 1.2em;
    line-height: 2;
}

/* ========================================
   最終CTA
======================================== */
.final-cta-section {
    padding: 80px 20px;
    background: #fff;
}

.final-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
}

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

.step-num {
    background: linear-gradient(135deg, #06c755 0%, #05b04b 100%);
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    margin: 0 auto 15px;
    font-size: 2em;
    font-weight: 700;
}

.final-step p {
    font-size: 1.1em;
    font-weight: 500;
}

.final-note {
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 40px;
}

.final-button-wrapper {
    text-align: center;
}

.btn-final-cta {
    display: inline-block;
    background: linear-gradient(135deg, #06c755 0%, #05b04b 100%);
    color: #fff;
    padding: 25px 60px;
    border-radius: 50px;
    font-size: 1.4em;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(6, 199, 85, 0.4);
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.btn-final-cta:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(6, 199, 85, 0.5);
}

.btn-final-cta i {
    margin-right: 15px;
    font-size: 1.2em;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

/* ========================================
   アクセス
======================================== */
.access-section {
    padding: 80px 20px;
    background: #f9f9f9;
}

.access-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
}

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

.access-info h3 {
    font-size: 1.8em;
    margin-bottom: 30px;
    color: #d4356f;
}

.access-info p {
    margin-bottom: 15px;
    line-height: 1.8;
}

.access-info i {
    color: #d4356f;
    margin-right: 10px;
    width: 20px;
}

.access-reservation {
    background: linear-gradient(135deg, #ffeef8 0%, #fff5f9 100%);
    padding: 15px 20px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1.1em;
}

.access-map {
    width: 100%;
}

.map-image {
    width: 100%;
    min-height: 500px;
    max-height: 600px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

/* ========================================
   お問い合わせフォーム
======================================== */
.contact-section {
    padding: 80px 20px;
    background: #fff;
}

.contact-description {
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 50px;
    color: #666;
}

.contact-form {
    max-width: 700px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 30px;
}

.form-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 1.05em;
}

.required {
    background: #e74c3c;
    color: #fff;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 0.85em;
    margin-left: 10px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 1em;
    font-family: 'Noto Sans JP', sans-serif;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #d4356f;
    box-shadow: 0 0 0 3px rgba(212, 53, 111, 0.1);
}

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

.btn-submit {
    background: linear-gradient(135deg, #d4356f 0%, #e91e63 100%);
    color: #fff;
    padding: 18px 60px;
    border: none;
    border-radius: 50px;
    font-size: 1.2em;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(212, 53, 111, 0.3);
}

.btn-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(212, 53, 111, 0.4);
}

.btn-submit i {
    margin-right: 10px;
}

.form-message {
    margin-top: 30px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
}

.form-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.form-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* ========================================
   フッター
======================================== */
.footer {
    background: linear-gradient(135deg, #4a4a4a 0%, #5a5a5a 100%);
    color: #fff;
    padding: 60px 20px 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

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

.footer-logo-image {
    height: 120px;
    width: auto;
    margin: 0 auto 20px;
    filter: brightness(0) invert(1);
}

.footer-salon-name {
    font-size: 1.3em;
    font-weight: 600;
    letter-spacing: 1px;
}

.footer-logo p {
    font-size: 1.1em;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-links a {
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #d4356f;
}

.footer-info p {
    margin-bottom: 10px;
    line-height: 1.8;
}

.footer-info i {
    margin-right: 10px;
    color: #d4356f;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #555;
    color: #999;
}

/* ========================================
   レスポンシブ対応
======================================== */
@media (max-width: 768px) {
    .nav {
        display: none;
    }
    
    .menu-toggle {
        display: flex;
    }
    
    .hero-image-wrapper {
        display: none;
    }
    
    .hero-text-wrapper {
        flex: 1;
    }
    
    .hero-title {
        font-size: 1.5em;
    }
    
    .section-title {
        font-size: 1.6em;
    }
    
    .section-title-large {
        font-size: 1.8em;
    }
    
    .sympathy-grid {
        grid-template-columns: 1fr;
    }
    
    .approach-grid {
        grid-template-columns: 1fr;
    }
    
    .steps-container {
        grid-template-columns: 1fr;
    }
    
    .benefit-grid {
        grid-template-columns: 1fr;
    }
    
    .before-after-grid {
        grid-template-columns: 1fr;
    }
    
    .price-table {
        grid-template-columns: 1fr;
    }
    
    .access-content {
        grid-template-columns: 1fr;
    }
    
    .flow-arrow {
        transform: rotate(90deg);
    }
    
    .profile-content {
        flex-direction: column;
    }
    
    .btn-line-large,
    .btn-line-cta,
    .btn-final-cta {
        font-size: 1em;
        padding: 15px 30px;
    }
    
    .formula-text {
        font-size: 1.3em;
    }
    
    .emphasis-xl {
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .hero-section {
        padding: 40px 15px;
    }
    
    .hero-title {
        font-size: 1.3em;
    }
    
    .section-title {
        font-size: 1.4em;
    }
    
    .sympathy-card {
        padding: 25px 15px;
    }
    
    .problem-box,
    .solution-box,
    .life-message {
        padding: 25px 20px;
    }
    
    .approach-card {
        padding: 30px 20px;
    }
}
