/**
 * 眠り姫 LP - トンマナ調整
 * ソフトパステル・上品で優しい雰囲気
 * 参考：桜・花柄・柔らかいピンクのビジュアル
 */

/* ========================================
   フッターのコピーライト非表示（独自セクションに移動）
======================================== */
body.page-template-page-nemurihime-lp .site-info,
body.page-template-page-nemurihime-lp .botiga-credits,
body.page-template-page-nemurihime-lp #colophon {
    display: none !important;
}

/* ========================================
   コピーライトセクション
======================================== */
.nmr-copyright {
    padding: 40px 24px 80px;
    background: var(--nmr-white);
    text-align: center;
    margin-bottom: 80px;
}

.nmr-copyright p {
    font-size: 12px;
    color: var(--nmr-text-soft);
    margin: 0;
    line-height: 1.6;
}

/* ========================================
   ヘッダーを完全非表示
======================================== */
body.page-template-page-nemurihime-lp .site-header,
body.page-template-page-nemurihime-lp .header-desktop,
body.page-template-page-nemurihime-lp .header-mobile,
body.page-template-page-nemurihime-lp .bhfb-header,
body.page-template-page-nemurihime-lp #masthead {
    display: none !important;
}

/* ========================================
   上部余白の削除
======================================== */
body.page-template-page-nemurihime-lp {
    padding-top: 0 !important;
}

body.page-template-page-nemurihime-lp #page,
body.page-template-page-nemurihime-lp .content-wrapper,
body.page-template-page-nemurihime-lp .site-main,
body.page-template-page-nemurihime-lp .main-row {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

body.page-template-page-nemurihime-lp .nemurihime-lp-container {
    margin-top: 0;
    padding-top: 0;
}

/* ========================================
   CSS変数（カラーパレット）
   柔らかいパステルピンク・白・洗練されたアクセント
======================================== */
:root {
    --nmr-primary: #e91e63;
    --nmr-primary-soft: #f06292;
    --nmr-pastel: #ffe4ec;
    --nmr-pastel-light: #fff0f5;
    --nmr-pastel-bg: #fff5f8;
    --nmr-white: #ffffff;
    --nmr-text: #1a1a1a;
    --nmr-text-soft: #333333;
    --nmr-accent: #c2185b;
    --nmr-cta: #d81b60;
    --nmr-lavender: #e8e0f0;
}

/* ========================================
   基本設定
======================================== */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "游明朝", serif;
    overflow-x: hidden;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

#page {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.site-content {
    margin: 0;
    padding: 0;
}

.nemurihime-lp-container {
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "游明朝", serif;
    color: var(--nmr-text);
    line-height: 1.9;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

.nmr-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 430px) {
    .nmr-container {
        padding: 0 16px;
    }
}

.nmr-section-title {
    font-size: clamp(28px, 4.5vw, 44px);
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.08em;
    color: var(--nmr-text);
    line-height: 1.6;
}

.nmr-highlight-text {
    font-size: 1.3em;
    position: relative;
    display: inline-block;
}

.nmr-highlight-text::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 3px;
    background: var(--nmr-primary);
    transition: width 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.nmr-problem .nmr-section-title {
    opacity: 0;
}

.nmr-problem .nmr-section-title.nmr-title-fade-in {
    animation: nmr-title-fade-in 1.2s ease-out forwards;
}

.nmr-problem .nmr-section-title.nmr-underline-animate .nmr-highlight-text::after {
    width: 100%;
}

@keyframes nmr-title-fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.nmr-section-lead {
    font-size: 17px;
    text-align: center;
    color: var(--nmr-text-soft);
    margin-bottom: 48px;
    font-weight: 500;
}

/* ========================================
   ヒーローセクション - 花柄背景・暗いオーバーレイ
======================================== */
.nmr-hero {
    min-height: 100vh;
    padding: 60px 24px 100px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #fff5f8 0%, #ffe8f0 50%, #fff0f5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* タブレット・デスクトップビュー：フルスクリーン表示 */
@media screen and (min-width: 769px) {
    .nmr-hero {
        min-height: 100vh;
        padding: 80px 40px;
    }
    
    .nmr-hero-content {
        max-width: 1000px !important;
        width: 95% !important;
    }
    
    .nmr-hero-image {
        max-width: none !important;
        width: 100% !important;
        margin: 0 auto 20px !important;
    }
    
    .nmr-hero-image picture {
        width: 100% !important;
        display: block !important;
    }
    
    .nmr-hero-image picture img,
    .nmr-hero-image img {
        width: 100% !important;
        height: auto !important;
        max-width: none !important;
        display: block !important;
    }
    
    .nmr-btn-hero {
        font-size: 32px !important;
        padding: 32px 120px !important;
        min-width: 400px !important;
    }
    
    .nmr-catchcopy {
        font-size: 38px !important;
        margin-bottom: 16px !important;
    }
    
    .nmr-hero-subtitle {
        font-size: 28px !important;
        margin-bottom: 28px !important;
    }
    
    .nmr-price-overlay {
        font-size: 26px !important;
        padding: 14px 36px !important;
    }
    
    .nmr-price-main-text {
        font-size: 40px !important;
    }
    
    .nmr-price-shipping {
        font-size: 24px !important;
    }
}

/* iPad Pro（1024px）専用調整 */
@media (min-width: 769px) and (max-width: 1366px) {
    .nmr-catchcopy {
        font-size: 44px;
        margin-bottom: 20px;
    }
    
    .nmr-hero-subtitle {
        font-size: 34px;
        margin-bottom: 36px;
    }
    
    .nmr-btn-hero {
        font-size: 38px;
        padding: 36px 150px;
        min-width: 500px;
    }
    
    .nmr-price-overlay {
        font-size: 34px !important;
        padding: 20px 48px !important;
    }
    
    .nmr-price-main-text {
        font-size: 52px;
    }
    
    .nmr-price-shipping {
        font-size: 32px;
    }
}

/* 花柄背景画像（ズームアウトアニメーション用に::afterで表示） */
.nmr-hero-with-bg {
    background: transparent;
}

.nmr-hero-with-bg::after {
    content: '';
    position: absolute;
    inset: -10%;
    background: var(--nmr-hero-bg) center center / cover no-repeat;
    z-index: 0;
    animation: nmr-hero-bg-zoomout 20s ease-out forwards;
}

@keyframes nmr-hero-bg-zoomout {
    0% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}

/* iPhone 12 Pro（390×844）で画面いっぱい表示 */
@media (max-width: 430px) {
    .nmr-hero,
    .nmr-hero.nmr-hero-with-bg {
        min-height: 100vh;
        min-height: 100dvh;
        height: 100vh;
        height: 100dvh;
        padding: 30px 16px 60px;
    }
    
    .nmr-hero-content {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    
    .nmr-hero-image {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .nmr-catchcopy {
        font-size: 18px;
        margin-bottom: 6px;
    }
    
    .nmr-hero-subtitle {
        font-size: 14px;
        margin-bottom: 12px;
    }
    
    .nmr-hero-cta {
        margin-top: 16px;
    }
    
    .nmr-btn {
        width: 90%;
        max-width: 320px;
    }
}

/* 花柄背景にオーバーレイ（テキストの可読性向上） */
.nmr-hero-with-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
    pointer-events: none;
}


/* 通常時の装飾（背景画像がない場合） */
.nmr-hero:not(.nmr-hero-with-bg)::before {
    content: '';
    position: absolute;
    top: -15%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 182, 193, 0.4) 0%, rgba(255, 192, 203, 0.15) 40%, transparent 70%);
    border-radius: 50%;
}

.nmr-hero:not(.nmr-hero-with-bg)::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 228, 225, 0.5) 0%, transparent 60%);
    border-radius: 50%;
}

.nmr-hero-content {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nmr-hero-text {
    position: relative;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 背景画像あり：白系テキスト */
.nmr-hero-with-bg .nmr-catchcopy {
    color: rgba(255, 255, 255, 0.95);
    font-size: 24px;
}

.nmr-hero-with-bg .nmr-hero-title {
    color: #ffffff;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

.nmr-hero-with-bg .nmr-hero-subtitle {
    color: rgba(255, 255, 255, 0.9);
}

.nmr-hero-with-bg .nmr-feature-tag {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.4);
}

.nmr-hero-with-bg .nmr-price-info {
    color: rgba(255, 255, 255, 0.9);
}

.nmr-catchcopy {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 0.15em;
    color: var(--nmr-primary);
}

.nmr-hero-title {
    font-size: clamp(48px, 8vw, 72px);
    font-weight: 700;
    margin-bottom: 24px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    color: var(--nmr-text);
}

.nmr-hero-image {
    margin: 0 auto 16px;
    max-width: 400px;
    position: relative;
    width: 100%;
}

.nmr-hero-image img {
    max-width: 100%;
}

/* 商品画像内：価格オーバーレイ */
.nmr-price-overlay {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 10px 24px 8px;
    background: rgba(255, 255, 255, 0.95);
    color: #333 !important;
    font-size: 20px !important;
    font-weight: 700;
    border-radius: 0;
    white-space: nowrap;
    line-height: 1.2;
    background-image: linear-gradient(90deg, #e91e63 0%, #e91e63 100%);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0% 2px;
    animation: nmr-price-underline-draw 1.5s ease-out 0.5s forwards;
}

@keyframes nmr-price-underline-draw {
    0% {
        background-size: 0% 2px;
    }
    100% {
        background-size: 100% 2px;
    }
}

.nmr-price-main-text {
    font-size: 28px;
    font-weight: 800;
}

.nmr-price-shipping {
    font-size: 20px;
    font-weight: 700;
}

.nmr-hero-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4);
}

.nmr-hero-image picture {
    width: 100%;
    display: block;
}

/* 背景画像あり：商品画像に影を強化 */
.nmr-hero-with-bg .nmr-hero-image img {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.nmr-hero-cta {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.nmr-hero-cta .nmr-btn-primary {
    min-width: 200px;
}

.nmr-btn-hero {
    font-size: 22px;
    padding: 22px 60px;
    font-weight: 800;
}

.nmr-hero-cta .nmr-price-info {
    color: var(--nmr-text-soft);
    font-size: 14px;
    margin: 0;
}

.nmr-hero-subtitle {
    font-size: clamp(16px, 2.5vw, 26px);
    color: var(--nmr-text-soft);
    margin-bottom: 16px;
    font-weight: 500;
    line-height: 1.6;
}

.nmr-hero-features {
    display: flex;
    gap: 16px;
    margin-bottom: 48px;
    flex-wrap: wrap;
    justify-content: center;
}

.nmr-feature-tag {
    background: var(--nmr-white);
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: var(--nmr-primary);
    border: 1px solid var(--nmr-pastel);
    box-shadow: 0 2px 12px rgba(233, 30, 99, 0.08);
    transition: all 0.3s ease;
}

.nmr-feature-tag:hover {
    background: var(--nmr-pastel);
    border-color: var(--nmr-primary-soft);
    transform: translateY(-2px);
}

.nmr-btn {
    display: inline-block;
    padding: 20px 50px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-align: center;
    cursor: pointer;
    border: none;
    letter-spacing: 0.1em;
    font-family: inherit;
    width: auto;
}

.nmr-hero-cta form,
.nmr-product-info form,
.nmr-sticky-cta form {
    margin: 0;
    padding: 0;
    width: 100%;
}

.nmr-hero-cta button,
.nmr-product-info button {
    width: 100%;
}

.nmr-btn-primary {
    background: linear-gradient(135deg, var(--nmr-cta) 0%, var(--nmr-primary) 100%);
    color: #fff;
    box-shadow: 0 4px 20px rgba(216, 27, 96, 0.25);
}

.nmr-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(216, 27, 96, 0.35);
}

.nmr-btn-large {
    width: 100%;
    padding: 22px 50px;
    font-size: 18px;
    font-weight: 800;
}

.nmr-price-info {
    margin-top: 16px;
    font-size: 16px;
    color: var(--nmr-text-soft);
    font-weight: 700;
}

/* ========================================
   問題提起セクション - 白いカード・柔らかい影
======================================== */
.nmr-problem {
    padding: 60px 24px 100px;
    background: var(--nmr-pastel-bg);
}

.nmr-problem-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.nmr-problem-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 36px 24px;
    background: var(--nmr-white);
    border-radius: 20px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 228, 225, 0.8);
    box-shadow: 0 4px 20px rgba(233, 30, 99, 0.06);
}

/* 背景画像＋オーバーレイ：朝起きるとほうれい線がくっきり */
.nmr-problem-item-with-bg {
    position: relative;
    background: var(--nmr-problem-bg) center center / cover no-repeat;
    overflow: hidden;
}

.nmr-problem-item-with-bg .nmr-problem-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.nmr-problem-item-with-bg .nmr-problem-text {
    position: relative;
    z-index: 1;
    color: #ffffff !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.nmr-problem-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(233, 30, 99, 0.12);
}

.nmr-problem-icon {
    font-size: 56px;
    margin-bottom: 20px;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
}

.nmr-problem-item p {
    font-size: 17px;
    color: var(--nmr-text-soft);
    font-weight: 600;
    line-height: 1.9;
}

/* ========================================
   ソリューション - ポップでかわいらしいデザイン
======================================== */
.nmr-solution {
    padding: 100px 24px;
    background: linear-gradient(180deg, #fff9fb 0%, #ffe8f0 30%, #fff0f5 70%, #fff9fb 100%);
    position: relative;
    overflow: hidden;
}

/* 装飾：ふわふわの丸 */
.nmr-solution::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(255, 182, 193, 0.5) 0%, transparent 70%);
    border-radius: 50%;
    animation: nmr-float 6s ease-in-out infinite;
}

.nmr-solution::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 192, 203, 0.4) 0%, transparent 70%);
    border-radius: 50%;
    animation: nmr-float 8s ease-in-out infinite reverse;
}

@keyframes nmr-float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(10px, -15px) scale(1.05); }
}

.nmr-solution .nmr-section-title {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, #e91e63 0%, #f06292 50%, #ec407a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: clamp(32px, 5vw, 48px);
    animation: nmr-title-pop 0.6s ease-out;
}

.nmr-solution .nmr-highlight-text {
    background: linear-gradient(135deg, #e91e63 0%, #f06292 50%, #ec407a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nmr-solution .nmr-highlight-text::after {
    bottom: 0px;
    background: #e91e63;
}

.nmr-solution .nmr-section-title.nmr-underline-animate .nmr-highlight-text::after {
    width: 100%;
}

@keyframes nmr-title-pop {
    0% { transform: scale(0.9); opacity: 0; }
    50% { transform: scale(1.02); }
    100% { transform: scale(1); opacity: 1; }
}

.nmr-solution .nmr-section-lead {
    position: relative;
    z-index: 1;
}

.nmr-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}

.nmr-benefit-item {
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, #fff5f8 50%, #ffe8f0 100%);
    padding: 40px 28px;
    border-radius: 28px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 2px solid rgba(255, 182, 193, 0.5);
    box-shadow: 0 8px 32px rgba(233, 30, 99, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.8) inset;
}

.nmr-benefit-item:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 50px rgba(233, 30, 99, 0.18), 0 0 0 1px rgba(255, 255, 255, 0.9) inset;
    border-color: rgba(244, 143, 177, 0.6);
}

/* カードに画像を追加 */
.nmr-benefit-image {
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.nmr-benefit-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1 !important;
    transform: none !important;
}

.nmr-benefit-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--nmr-text);
    margin-bottom: 14px;
    letter-spacing: 0.02em;
}

.nmr-benefit-title-oneline {
    white-space: nowrap;
}

.nmr-benefit-text {
    font-size: 15px;
    color: var(--nmr-text-soft);
    line-height: 1.9;
    font-weight: 500;
}

/* ========================================
   使い方 - 柔らかいステップ表示
======================================== */
.nmr-howto {
    padding: 100px 24px;
    background: var(--nmr-pastel-bg);
}

/* 使い方動画埋め込み */
.nmr-howto-video {
    margin: 40px auto 60px;
    max-width: 800px;
}

.nmr-video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(233, 30, 99, 0.15);
}

.nmr-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nmr-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    margin-top: 60px;
}

.nmr-step {
    text-align: center;
    position: relative;
}

.nmr-step-number {
    display: inline-block;
    background: var(--nmr-pastel);
    color: var(--nmr-primary);
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.08em;
}

.nmr-step-image {
    width: 160px;
    height: 160px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, var(--nmr-pastel) 0%, var(--nmr-pastel-light) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(233, 30, 99, 0.15);
    transition: transform 0.3s ease;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.nmr-step-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1 !important;
    transform: none !important;
}

.nmr-step:hover .nmr-step-image {
    transform: scale(1.03);
}

.nmr-step-placeholder {
    font-size: 72px;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
}

.nmr-step-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--nmr-text);
    margin-bottom: 10px;
}

.nmr-step-text {
    font-size: 16px;
    color: var(--nmr-text-soft);
    line-height: 1.9;
    font-weight: 500;
}

.nmr-howto-note {
    text-align: center;
    margin-top: 44px;
    font-size: 16px;
    color: var(--nmr-text-soft);
    font-weight: 500;
}

.nmr-howto-note a {
    color: var(--nmr-primary);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid var(--nmr-primary);
}

.nmr-howto-note a:hover {
    color: var(--nmr-accent);
    border-bottom-color: var(--nmr-accent);
}

/* ========================================
   信頼セクション - 淡いラベンダー・上品に
======================================== */
.nmr-trust {
    padding: 100px 24px;
    background: linear-gradient(180deg, var(--nmr-pastel-light) 0%, var(--nmr-lavender) 100%);
    position: relative;
}

.nmr-trust-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 60px;
}

.nmr-trust-item {
    text-align: center;
    padding: 40px 24px;
    background: var(--nmr-white);
    border-radius: 20px;
    border: 1px solid rgba(233, 30, 99, 0.1);
    box-shadow: 0 4px 20px rgba(233, 30, 99, 0.06);
    transition: all 0.3s ease;
}

.nmr-trust-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(233, 30, 99, 0.1);
}

.nmr-trust-icon {
    width: 56px;
    height: 56px;
    line-height: 56px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, var(--nmr-primary) 0%, var(--nmr-primary-soft) 100%);
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 600;
}

.nmr-trust-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--nmr-text);
}

.nmr-trust-item p {
    font-size: 15px;
    color: var(--nmr-text-soft);
    font-weight: 500;
}

/* ========================================
   レビュー - 白いカード・柔らかい印象
======================================== */
.nmr-reviews {
    padding: 100px 24px;
    background: var(--nmr-white);
}

.nmr-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 60px;
}

.nmr-review-item {
    background: var(--nmr-pastel-bg);
    padding: 36px 32px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(233, 30, 99, 0.06);
    position: relative;
    border: 1px solid var(--nmr-pastel);
    transition: all 0.3s ease;
}

.nmr-review-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(233, 30, 99, 0.1);
}

.nmr-review-item::before {
    content: '"';
    position: absolute;
    top: 16px;
    left: 20px;
    font-size: 64px;
    color: var(--nmr-pastel);
    font-family: Georgia, serif;
    line-height: 1;
}

.nmr-review-stars {
    color: #f4c430;
    font-size: 20px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.nmr-review-text {
    font-size: 16px;
    color: var(--nmr-text-soft);
    line-height: 1.9;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-weight: 500;
}

.nmr-review-author {
    font-size: 15px;
    color: var(--nmr-text);
    font-weight: 700;
    text-align: right;
}

/* ========================================
   FAQ - 柔らかいアコーディオン
======================================== */
.nmr-faq {
    padding: 100px 24px;
    background: var(--nmr-pastel-bg);
}

.nmr-faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.nmr-faq-item {
    background: var(--nmr-white);
    padding: 32px 36px;
    border-radius: 16px;
    margin-bottom: 20px;
    border: 1px solid var(--nmr-pastel);
    box-shadow: 0 2px 12px rgba(233, 30, 99, 0.04);
    transition: all 0.3s ease;
}

.nmr-faq-item:hover {
    box-shadow: 0 8px 25px rgba(233, 30, 99, 0.08);
}

.nmr-faq-question {
    font-size: 18px;
    font-weight: 700;
    color: var(--nmr-text);
    margin-bottom: 14px;
    position: relative;
    padding-left: 48px;
}

.nmr-faq-question::before {
    content: 'Q';
    position: absolute;
    left: 0;
    top: -2px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: var(--nmr-pastel);
    color: var(--nmr-primary);
    border-radius: 50%;
    font-weight: 600;
    font-size: 14px;
}

.nmr-faq-answer {
    font-size: 16px;
    color: var(--nmr-text-soft);
    line-height: 1.9;
    font-weight: 500;
    padding-left: 48px;
    position: relative;
}

.nmr-faq-answer::before {
    content: 'A';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--nmr-primary-soft);
    font-weight: 600;
    font-size: 14px;
}

/* ========================================
   CTA - 柔らかいピンク・桜風
======================================== */
.nmr-cta {
    padding: 100px 24px;
    background: linear-gradient(180deg, var(--nmr-pastel-bg) 0%, var(--nmr-pastel-light) 100%);
    position: relative;
    overflow: hidden;
}

.nmr-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(255, 182, 193, 0.3) 0%, transparent 50%);
    pointer-events: none;
}

.nmr-cta-title {
    font-size: clamp(32px, 5vw, 44px);
    font-weight: 700;
    text-align: center;
    color: var(--nmr-text);
    margin-bottom: 48px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    position: relative;
}

.nmr-product-box {
    max-width: 900px;
    margin: 0 auto;
    background: var(--nmr-white);
    border-radius: 24px;
    padding: 56px;
    box-shadow: 0 15px 50px rgba(233, 30, 99, 0.1);
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 56px;
    align-items: center;
    position: relative;
    border: 1px solid var(--nmr-pastel);
}

.nmr-product-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(233, 30, 99, 0.08);
    opacity: 1 !important;
    transform: none !important;
}

.nmr-product-name {
    font-size: 32px;
    font-weight: 700;
    color: var(--nmr-primary);
    margin-bottom: 10px;
    letter-spacing: 0.08em;
}

.nmr-product-desc {
    font-size: 16px;
    color: var(--nmr-text-soft);
    margin-bottom: 24px;
    line-height: 1.9;
    font-weight: 500;
}

.nmr-product-price {
    margin-bottom: 12px;
}

.nmr-price-main {
    font-size: 48px;
    font-weight: 700;
    color: var(--nmr-text);
}

.nmr-price-tax {
    font-size: 20px;
    color: var(--nmr-text-soft);
    margin-left: 8px;
}

.nmr-shipping {
    font-size: 16px;
    color: var(--nmr-text-soft);
    margin-bottom: 32px;
    font-weight: 600;
}

.nmr-product-box .nmr-btn {
    margin-bottom: 28px;
}

.nmr-product-box .nmr-btn-primary {
    background: linear-gradient(135deg, var(--nmr-cta) 0%, var(--nmr-primary) 100%);
    box-shadow: 0 4px 20px rgba(216, 27, 96, 0.25);
}

.nmr-product-box .nmr-btn-primary:hover {
    box-shadow: 0 8px 30px rgba(216, 27, 96, 0.35);
}

.nmr-payment-methods {
    padding-top: 24px;
    border-top: 2px solid #eee;
}

.nmr-payment-title {
    font-size: 15px;
    color: var(--nmr-text-soft);
    margin-bottom: 8px;
    font-weight: 700;
}

.nmr-payment-options {
    font-size: 15px;
    color: var(--nmr-text-soft);
    line-height: 1.8;
    font-weight: 500;
}

/* ========================================
   作り方詳細
======================================== */
.nmr-instructions {
    padding: 100px 24px;
    background: linear-gradient(180deg, #fff 0%, #fff9fc 100%);
}

.nmr-instructions-content {
    max-width: 800px;
    margin: 0 auto;
    background: var(--nmr-white);
    padding: 56px;
    border-radius: 20px;
    box-shadow: 0 8px 35px rgba(233, 30, 99, 0.08);
    border: 1px solid var(--nmr-pastel);
}

.nmr-instructions-intro {
    font-size: 18px;
    color: var(--nmr-text-soft);
    text-align: center;
    margin-bottom: 44px;
    font-weight: 600;
}

.nmr-instructions-list {
    list-style: none;
    counter-reset: instructions-counter;
    padding-left: 0;
}

.nmr-instructions-list li {
    counter-increment: instructions-counter;
    position: relative;
    padding-left: 68px;
    margin-bottom: 24px;
    font-size: 17px;
    color: var(--nmr-text-soft);
    line-height: 1.9;
    font-weight: 500;
}

.nmr-instructions-list li::before {
    content: counter(instructions-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: linear-gradient(135deg, var(--nmr-primary) 0%, var(--nmr-primary-soft) 100%);
    color: #fff;
    border-radius: 50%;
    font-weight: 600;
    font-size: 18px;
}

.nmr-instructions-note {
    margin-top: 32px;
    padding: 20px;
    background: var(--nmr-pastel-light);
    border-left: 4px solid var(--nmr-primary-soft);
    font-size: 16px;
    color: var(--nmr-text-soft);
    font-weight: 500;
    border-radius: 0 12px 12px 0;
}

/* ========================================
   商品詳細 - 白背景・読みやすく
======================================== */
.nmr-about {
    padding: 100px 24px;
    background: var(--nmr-white);
}

.nmr-about-content {
    max-width: 900px;
    margin: 0 auto;
    font-size: 17px;
    color: var(--nmr-text-soft);
    line-height: 2;
    font-weight: 500;
}

.nmr-about-content p {
    margin-bottom: 24px;
}

.nmr-about-specs {
    margin-top: 40px;
    padding: 32px;
    background: var(--nmr-pastel-bg);
    border-radius: 16px;
    border: 1px solid var(--nmr-pastel);
}

.nmr-about-specs p {
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: 500;
}

.nmr-about-specs p:last-child {
    margin-bottom: 0;
}

/* ========================================
   デスクトップビュー - カード横幅均等化
======================================== */
@media (min-width: 1025px) {
    .nmr-benefits {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    
    .nmr-benefit-item {
        width: 100%;
        min-width: 0;
    }
}

/* ========================================
   レスポンシブ
======================================== */
@media (max-width: 1024px) {
    .nmr-problem-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .nmr-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .nmr-benefit-item {
        width: 100%;
        min-width: 0;
    }
    
    .nmr-trust-items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .nmr-hero {
        min-height: auto;
        padding: 80px 24px;
    }

    .nmr-hero-title {
        font-size: 48px;
    }

    .nmr-hero-subtitle {
        font-size: 20px;
    }

    .nmr-problem-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .nmr-benefits {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .nmr-steps {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .nmr-trust-items {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .nmr-reviews-grid {
        grid-template-columns: 1fr;
    }

    .nmr-product-box {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 40px 24px;
    }

    .nmr-instructions-content {
        padding: 40px 28px;
    }

    section {
        padding: 80px 24px !important;
    }
}

@media (max-width: 480px) {
    .nmr-hero-title {
        font-size: 40px;
    }

    .nmr-btn {
        padding: 18px 40px;
        font-size: 16px;
    }

    .nmr-btn-large {
        padding: 20px 40px;
        font-size: 18px;
    }

    .nmr-product-box {
        padding: 32px 20px;
    }

    .nmr-price-main {
        font-size: 40px;
    }
}

/* ========================================
   アニメーション
======================================== */
@keyframes nmr-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========================================
   印刷用
======================================== */
@media print {
    .nmr-hero {
        background: #fff;
        min-height: auto;
        padding: 40px 20px;
    }
    
    .nmr-hero-title { color: #333; }
    .nmr-hero-subtitle { color: #333; }
    .nmr-feature-tag { background: #f5f5f5; color: #333; border-color: #ddd; }
    .nmr-btn { display: none; }
    section { page-break-inside: avoid; }
}
