@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL Child
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ============================================
   デコカン スタイル
   ============================================ */

/* 背景の方眼パターン（全面） */
body {
    background-color: #fff;
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
    background-size: 20px 20px;
    background-attachment: fixed;
}

/* リセット & ベース */
.decocom-main {
    padding: 0;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;
    line-height: 1.6;
    color: #333;
}

/* SWELLのl-contentのpadding-topを削除 */
.l-content {
    padding-top: 0 !important;
}

/* ===== App DL QR (PC固定) ===== */
.app-qr-fixed {
    position: fixed;
    z-index: 9999;
    left: clamp(40px, calc((100vw - 1200px)/2 - 120px), 80px);
    top: 40vh;
    background: #fff;
    border: 3px solid #000;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    padding: 10px 12px 14px;
    width: 160px;
    text-align: center;
}

.app-qr-fixed .app-qr-label {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
}

.app-qr-fixed img {
    display: block;
    width: 130px;
    height: 130px;
    margin: 8px auto 0;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
}

@media (max-width: 1024px) {
    .app-qr-fixed {
        display: none;
    }
}

@media (max-width: 1320px) {
    .app-qr-fixed {
        left: 16px;
    }
}

.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

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

.device-page .container {
    padding: 0;
}

/* ヒーローセクション */
.hero-section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: clamp(32px, 5vw, 56px) clamp(16px, 6vw, 48px);
    background: transparent;
    position: relative;
    overflow: visible;
    border: none; /* 外枠ボーダー撤去 */
    border-radius: 16px;
    gap: clamp(20px, 4vw, 32px);
}

.hero-section--device {
    background: white;
    border-radius: 12px;
    padding: clamp(28px, 5vw, 44px) clamp(16px, 4vw, 24px);
    margin: 20px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    min-height: auto;
}

.hero-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: min(100%, 640px);
    display: flex;
    flex-direction: column;
    margin-inline: auto;
}

.hero-info-panel {
    display: flex;
    flex-direction: column;
    gap: clamp(18px, 3vw, 28px);
    padding: clamp(28px, 4.2vw, 40px);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.98);
    border: 4px solid #000;
    box-shadow: 8px 12px 0 rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(6px);
    align-self: stretch;
    max-width: min(100%, 560px);
    position: relative;
    z-index: 1;
}

/* SWELLの .post_content > :first-child を無効化 */
.hero-content > .is-first-block {
    margin-top: 0 !important;
}

/* ヒーローラベル */
.hero-tagline {
    order: 10;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: clamp(12px, 3vw, 18px);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #101225;
    font-size: clamp(1rem, 2.4vw, 1.28rem);
}

.hero-tagline-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 22px;
    border-radius: 999px;
    background: #101225;
    color: #fff;
    font-size: 0.92em;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(16, 18, 37, 0.18);
}

.hero-tagline-text {
    font-size: 0.96em;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.hero-title {
    font-size: clamp(3rem, 6vw, 4.6rem);
    font-weight: 900;
    letter-spacing: -0.015em;
    line-height: 1.05;
    color: #171717;
    text-align: left;
    margin: 0 0 12px;
    text-transform: lowercase;
    text-shadow: 0 14px 36px rgba(0, 0, 0, 0.16);
}

.hero-subtitle {
    font-size: clamp(1.3rem, 3.2vw, 1.9rem);
    font-weight: 700;
    color: #3a3a3a;
    margin: 0 0 24px;
    letter-spacing: 0.05em;
    line-height: 1.45;
}

.hero-lead {
    font-size: clamp(1.05rem, 2.4vw, 1.35rem);
    font-weight: 600;
    color: #2c2c2c;
    line-height: 1.85;
    margin: 0;
}

.hero-lead br {
    display: block;
}

.hero-title         { order: 20; }
.hero-subtitle      { order: 30; }
.hero-lead          { order: 40; }
.hero-purchase-info { order: 45; }
.hero-review        { order: 46; }
.hero-benefits      { order: 47; }
.cta-box            { order: 50; }
.hero-video         { order: 55; }
.hero-highlights    { order: 60; }
.cta-highlight      { order: 80; }

.hero-highlights {
    order: 60;
}

.hero-stamp-strip {
    order: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 5vw, 32px);
    margin: 0 auto clamp(16px, 3.5vw, 28px);
    pointer-events: none;
    position: relative;
    z-index: 3;
}

.hero-stamp-item {
    width: clamp(72px, 14vw, 120px);
    height: auto;
    filter: drop-shadow(4px 6px 0 rgba(0, 0, 0, 0.18));
    opacity: 0.96;
    transition: transform 0.3s ease, filter 0.3s ease;
    animation: stampPop 0.9s ease-out both;
}

.hero-stamp-item--a { transform: rotate(-6deg); }
.hero-stamp-item--b { transform: rotate(4deg); }
.hero-stamp-item--c { transform: rotate(-3deg); }

.hero-highlights {
    display: grid;
    gap: clamp(12px, 2vw, 18px);
    margin: clamp(12px, 2.4vw, 24px) 0 0;
}

@media (min-width: 768px) {
    .hero-highlights {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .hero-highlights {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.hero-highlight {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(16px, 3vw, 22px);
    border-radius: 22px;
    background: #fff;
    border: 3px solid #000;
    box-shadow: 4px 6px 0 rgba(0, 0, 0, 0.25);
    color: #202230;
    animation: fadeInUp 0.6s ease-out both;
}

.hero-highlight:nth-child(2) {
    animation-delay: 0.08s;
}

.hero-highlight:nth-child(3) {
    animation-delay: 0.16s;
}

.hero-highlight-text {
    font-size: clamp(0.9rem, 2.2vw, 1.05rem);
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.cta-highlight {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.cta-btn--pulse {
    position: relative;
    animation: ctaPulse 2.4s ease-in-out infinite;
}

@keyframes ctaPulse {
    0%, 100% {
        transform: translateY(0) scale(1);
        box-shadow: 0 14px 0 rgba(0, 0, 0, 0.25), 0 20px 40px rgba(255, 106, 193, 0.35);
    }
    50% {
        transform: translateY(-4px) scale(1.03);
        box-shadow: 0 18px 0 rgba(0, 0, 0, 0.22), 0 28px 52px rgba(255, 106, 193, 0.25);
    }
}

/* .cta-caption は未使用 */

.hero-proof {
    margin-top: 12px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.45);
    border: none;
    border-radius: 16px;
    box-shadow: none;
    font-size: clamp(0.58rem, 1.4vw, 0.68rem);
    color: rgba(70, 70, 70, 0.55);
    max-width: 240px;
    margin: 16px auto 0;
    line-height: 1.45;
}

.hero-proof.is-muted {
    opacity: 0.4;
}

.hero-proof .proof-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hero-proof .proof-list li {
    margin-bottom: 4px;
    padding-left: 0;
    color: inherit;
}

.hero-proof .proof-list li::before {
    display: none;
}

.mv-label {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: clamp(0.9rem, 2.5vw, 1.2rem);
    letter-spacing: 0.05em;
    color: #222;
    padding: 6px 16px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.9);
    border: 2px dashed #999;
    border-radius: 8px;
    transform: rotate(-1deg);
}

.mv-badge-no1 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    letter-spacing: 0.02em;
    color: #fff;
    background: linear-gradient(135deg, #ff00ff 0%, #00ffff 50%, #ffff00 100%);
    background-size: 200% 200%;
    padding: 12px 24px;
    display: inline-block;
    border: 4px solid #000;
    border-radius: 50%;
    box-shadow: 
        0 0 0 2px #fff,
        0 0 0 4px #000,
        0 8px 0 rgba(0, 0, 0, 0.3),
        0 0 20px rgba(255, 0, 255, 0.5);
    text-shadow: 
        2px 2px 0 #000,
        -1px -1px 0 #fff;
    animation: fadeInUpScale 0.8s ease-out, gradientShift 3s ease infinite, pulseGlow 2s ease-in-out infinite;
    animation-fill-mode: both;
    position: relative;
    transform: rotate(-5deg);
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes pulseGlow {
    0%, 100% { box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000, 0 8px 0 rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 0, 255, 0.5); }
    50% { box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000, 0 8px 0 rgba(0, 0, 0, 0.3), 0 0 30px rgba(255, 0, 255, 0.8); }
}

/* ヒーロータイトル（collage styleは上部で定義） */


/* No.1の根拠（ミュート表示） */
.hero-proof {
    margin: 32px auto 0;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    border-radius: 18px;
    box-shadow: none;
    font-size: clamp(0.62rem, 1.5vw, 0.78rem);
    color: rgba(60, 60, 60, 0.55);
    max-width: 320px;
    line-height: 1.5;
    text-align: left;
}

.hero-proof.is-muted {
    opacity: 0.5;
}

.hero-proof--footer {
    max-width: 520px;
    padding: 20px 28px;
    margin: 48px auto;
    font-size: clamp(0.72rem, 1.8vw, 0.85rem);
    color: rgba(45, 45, 45, 0.65);
    background: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 22px;
    line-height: 1.6;
}

.hero-proof .proof-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hero-proof .proof-list li {
    margin-bottom: 6px;
    padding-left: 0;
    color: inherit;
}

.hero-proof .proof-list li::before {
    display: none;
}

/* 公式スタンプ画像 */
.official-stamps {
    position: absolute;
    inset: -40px;
    pointer-events: none;
    z-index: 2;
}

.stamp {
    position: absolute;
    max-width: 120px;
    max-height: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(3px 3px 0 rgba(0, 0, 0, 0.3));
    animation: stampPop 0.9s ease-out both;
    pointer-events: none;
}

.stamp-1 {
    top: 4%;
    left: 4%;
    --rotate: -12deg;
    transform: rotate(-12deg);
    animation-delay: 0s;
    z-index: 3;
}

.stamp-2 {
    top: -2%;
    right: 2%;
    --rotate: 8deg;
    transform: rotate(8deg);
    animation-delay: 0.3s;
    z-index: 3;
}

.stamp-3 {
    top: 18%;
    left: 0%;
    --rotate: -8deg;
    transform: rotate(-8deg);
    animation-delay: 0.6s;
    z-index: 2;
}

.stamp-4 {
    bottom: 18%;
    left: 4%;
    --rotate: 10deg;
    transform: rotate(10deg);
    animation-delay: 0.9s;
    z-index: 3;
}

.stamp-5 {
    bottom: 6%;
    left: 18%;
    --rotate: -5deg;
    transform: rotate(-5deg);
    animation-delay: 1.2s;
    z-index: 2;
}

.stamp-6 {
    top: 20%;
    right: 2%;
    --rotate: -10deg;
    transform: rotate(-10deg);
    animation-delay: 1.5s;
    z-index: 2;
}

.stamp-7 {
    top: 30%;
    right: 0%;
    --rotate: 12deg;
    transform: rotate(12deg);
    animation-delay: 1.8s;
    z-index: 3;
}

.stamp-8 {
    bottom: 26%;
    right: 8%;
    --rotate: -8deg;
    transform: rotate(-8deg);
    animation-delay: 2.1s;
    z-index: 2;
}

.stamp-9 {
    top: 20%;
    right: 4%;
    --rotate: 6deg;
    transform: rotate(6deg);
    animation-delay: 2.4s;
    z-index: 2;
}

.stamp-10 {
    top: 52%;
    left: 12%;
    --rotate: -6deg;
    transform: rotate(-6deg);
    animation-delay: 2.7s;
    z-index: 2;
}

.stamp-11 {
    bottom: -4%;
    right: 12%;
    --rotate: 15deg;
    transform: rotate(15deg);
    animation-delay: 3s;
    z-index: 3;
    max-width: 150px;
    max-height: 150px;
}

@keyframes stampPop {
    0% {
        opacity: 0;
        transform: translateY(26px) scale(0.88) rotate(var(--rotate, 0deg));
    }
    55% {
        opacity: 1;
        transform: translateY(-6px) scale(1.05) rotate(var(--rotate, 0deg));
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1) rotate(var(--rotate, 0deg));
    }
}

/* 旧スタイル（後方互換性のため残す） */
.mv-collage {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin: 0 auto 24px;
    animation: fadeInUp 0.8s ease-out;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.mv-cutout, .mv-note {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    font-size: clamp(1.8rem, 4.5vw, 3rem);
    letter-spacing: -0.02em;
    color: #222;
    border-radius: 10px;
    padding: 14px 32px;
    display: inline-block;
    transform-origin: center;
    transition: all 0.3s ease;
    box-shadow: 0 8px 0 rgba(0, 0, 0, 0.2);
    text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.6);
}

.mv-cutout {
    background: #ffc7e5;
    animation: fadeInUpScale 0.8s ease-out;
    animation-fill-mode: both;
}

@keyframes fadeInUpScale {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.9) rotate(-1deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1) rotate(-1deg);
    }
}

.mv-note {
    background: #bce6ff;
    animation: fadeInUpScaleNote 0.8s ease-out;
    animation-fill-mode: both;
}

@keyframes fadeInUpScaleNote {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.9) rotate(1deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1) rotate(1deg);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* CTAボックス */
.cta-box {
    text-align: center;
    margin-top: clamp(16px, 2.8vw, 24px);
}

.home .hero-info-panel .cta-box {
    display: flex;
    justify-content: center;
}

.home .hero-info-panel .cta-box .cta-btn {
    margin: 0 auto;
}

/* ヒーローセクションのCTAを落ち着いたトーンに */
.hero-info-panel .cta-highlight {
    margin-top: clamp(14px, 2.4vw, 22px);
    padding: clamp(18px, 3vw, 26px);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
    border-radius: 18px;
    border: 1px solid #e2e7fb;
    background: linear-gradient(180deg, #f8f9ff 0%, #ffffff 100%);
    box-shadow: 0 14px 30px rgba(36, 39, 84, 0.08);
}

.hero-info-panel .cta-btn {
    font-size: clamp(1rem, 2.4vw, 1.2rem);
    padding: clamp(14px, 2.4vw, 20px) clamp(32px, 6vw, 42px);
}

.hero-info-panel .cta-note {
    margin: 0;
    font-size: 0.9em;
    color: #48506e;
}

.cta-btn {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    background: #fff;
    border: 3px solid #000;
    border-radius: 9999px;
    padding: 14px 38px;
    box-shadow: 4px 6px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease;
}

.cta-btn:hover {
    transform: translate(2px, 2px);
    box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.25);
}

.cta-btn--primary {
    background: linear-gradient(135deg, #FF4EB8 10%, #D159D5 31%, #4EC9FF 67%, #3A82F7 89%);
    color: #0f1020;
    border-color: #000;
    box-shadow: 0 14px 0 rgba(0, 0, 0, 0.25), 0 20px 40px rgba(255, 106, 193, 0.35);
}

.hero-image {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.hero-video {
    order: 60;
    width: 100%;
    max-width: 520px;
    height: clamp(280px, 45vw, 480px);
    margin: clamp(20px, 3.6vw, 36px) auto 0;
    border-radius: 24px;
    overflow: hidden;
    background: transparent;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
    display: block;
    position: relative;
}

.hero-video::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: clamp(10px, 2.4vw, 18px);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.12) 100%);
    pointer-events: none;
}

.hero-video video {
    width: auto;
    height: 100%;
    max-width: 100%;
    border-radius: inherit;
    background: transparent;
    object-fit: contain;
    display: block;
    border: none;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .hero-video {
        margin-top: 18px;
        max-width: min(420px, 92vw);
        height: auto;
    }

    .hero-video video {
        width: 100%;
        height: auto;
        object-fit: contain;
        margin: 0;
    }

    .hero-video::after {
        height: clamp(8px, 3vw, 14px);
    }
}

.phone-mockup {
    position: relative;
    width: 300px;
    height: 600px;
    perspective: 1000px;
}

.phone-case {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 50%, #4facfe 100%);
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    animation: float 6s ease-in-out infinite;
}

.phone-case-1 {
    animation-delay: 0s;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.phone-case-2 {
    animation-delay: 2s;
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    transform: rotateY(15deg) translateZ(20px);
}

.phone-case-3 {
    animation-delay: 4s;
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
    transform: rotateY(-15deg) translateZ(-20px);
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotateY(0deg); }
    50% { transform: translateY(-20px) rotateY(5deg); }
}

/* コンセプトセクション */
.concept-section {
    padding: 64px 0;
    background: transparent;
}

.concept-section .features-grid {
    margin-top: 40px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
}

.concept-text {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.8;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
}

/* 特徴セクション */
.features-section {
    padding: 64px 0;
    background: transparent;
}

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

.feature-item {
    text-align: center;
    padding: 30px 20px;
    border-radius: 16px;
    transition: all 0.3s ease;
    background: #fff;
    border: 3px solid #000;
}

.feature-item:hover {
    transform: translateY(-10px);
    box-shadow: none;
    background: white;
}

.feature-icon {
    font-size: 4rem;
    margin-bottom: 20px;
}

.feature-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.feature-text {
    color: #666;
    line-height: 1.6;
}

/* 商品紹介セクション */
.products-section {
    padding: 64px 0;
    background: transparent;
}

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

.product-item {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 3px solid #000;
    box-shadow: none;
    transition: all 0.3s ease;
}

.product-item:hover {
    transform: translateY(-5px);
    box-shadow: none;
}

.product-image {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.product-image-1 { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); }
.product-image-2 { background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); }
.product-image-3 { background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); }
.product-image-4 { background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%); }
.product-image-5 { background: linear-gradient(135deg, #111 0%, #666 100%); }
.product-image-6 { background: linear-gradient(135deg, #ffd65a 0%, #ff6cab 100%); }

.product-info { padding: 25px; }

.product-name {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.product-description {
    color: #666;
    margin-bottom: 15px;
    line-height: 1.6;
}

.product-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #667eea;
}

/* コラボ紹介セクション */
.collab-section {
    padding: 64px 0;
    background: transparent;
}

.collab-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.collab-item {
    display: flex;
    gap: 16px;
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    align-items: center;
    transition: transform .2s ease, box-shadow .2s ease;
    border: 3px solid #000;
}

.collab-item:hover {
    transform: translateY(-4px);
    box-shadow: none;
    background: #fff;
}

.collab-logo {
    width: 72px;
    height: 72px;
    border-radius: 12px;
    background: linear-gradient(135deg, #e0e7ff 0%, #f5f3ff 100%);
    color: #667eea;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.collab-body { flex: 1; }
.collab-name { font-size: 1.1rem; font-weight: 700; color: #333; margin-bottom: 6px; }
.collab-desc { color: #666; margin-bottom: 10px; }

.collab-link {
    display: inline-block;
    padding: 10px 16px;
    background: #667eea;
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    font-weight: 600;
    font-size: .95rem;
}

.collab-link:hover { opacity: .9; }

/* CTAセクション */
.cta-section {
    padding: 84px 0;
    background: transparent;
    text-align: center;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.cta-text {
    font-size: 1.2rem;
    margin-bottom: 40px;
    color: #666;
}

/* セクション共通スタイル */
.section-header {
    margin-bottom: 32px;
    text-align: center;
}

/* セクション内コンテナに枠線（全体の統一感） */
.concept-section .container,
.features-section .container,
.products-section .container,
.collab-section .container,
.goods-section .container,
.template-section .container,
.device-section .container,
.type-section .container,
.gift-section .container,
.about-section .container,
.campaign-section .container,
.cta-section .container {
    background: transparent; /* セクションの白背景を撤去 */
    border: none; /* 外枠ボーダー撤去 */
    border-radius: 16px;
    padding: 24px;
}

.section-subtitle {
    font-size: 14px;
    color: #757575;
    margin-top: 8px;
}

/* みんなの作品セクション */
.gallery-section {
    padding: 80px 0;
    background: transparent;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.gallery-card {
    background: #F8F8F8;
    border-radius: 12px;
    overflow: hidden;
}

.gallery-image {
    width: 100%;
    aspect-ratio: 0.5;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
}

.gallery-footer {
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gallery-likes {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #757575;
}

.gallery-action {
    background: #E91E63;
    color: white;
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    border: none;
    cursor: pointer;
}

.view-all-btn {
    width: 100%;
    background: white;
    color: #E91E63;
    padding: 14px;
    border-radius: 20px;
    border: 2px solid #E91E63;
    font-size: 15px;
    font-weight: 700;
    margin-top: 24px;
    cursor: pointer;
}

/* その他グッズセクション */
.goods-section {
    padding: 64px 0;
    background: transparent;
}

.goods-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.goods-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    border: 3px solid #000;
}

.goods-icon {
    font-size: 48px;
    margin-bottom: 12px;
}

.goods-name {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #333;
}

.goods-price {
    font-size: 14px;
    color: #E91E63;
    font-weight: 700;
}

/* テンプレートセクション */
.template-section {
    padding: 64px 0;
    background: transparent;
}

.template-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(140px, 1fr));
    gap: 14px;
    margin-bottom: 20px;
}

.template-card {
    aspect-ratio: 4 / 3; /* 縦長すぎを是正 */
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    cursor: pointer;
    border: 3px solid #000;
    box-shadow: none;
}

/* 自分で作るセクション */
.create-section {
    padding: 56px 20px;
    background: linear-gradient(135deg, #E91E63, #F48FB1);
    color: white;
    text-align: center;
}

.create-title {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 12px;
}

.create-desc {
    font-size: 15px;
    opacity: 0.95;
    margin-bottom: 32px;
}

/* マイデザインセクション */
.mydesign-section {
    padding: 80px 0;
    background: transparent;
}

.mydesign-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.mydesign-card {
    background: #F8F8F8;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.mydesign-image {
    width: 100%;
    aspect-ratio: 0.5;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
}

.mydesign-footer {
    padding: 12px;
}

.mydesign-date {
    font-size: 12px;
    color: #757575;
    margin-bottom: 4px;
}

.mydesign-action {
    background: #E91E63;
    color: white;
    padding: 8px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    border: none;
    width: 100%;
    cursor: pointer;
}

/* 機種から選ぶセクション */
.device-section {
    padding: 64px 0;
    background: transparent;
}

.device-auto {
    background: white;
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 3px solid #000;
}

.device-info {
    flex: 1;
}

.device-detected {
    font-size: 12px;
    color: #4CAF50;
    font-weight: 600;
    margin-bottom: 4px;
}

.device-name {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.device-change {
    background: #E91E63;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    cursor: pointer;
}

.device-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.device-card {
    background: #fff;
    padding: 16px;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    border: 3px solid #000;
}

.device-icon {
    font-size: 32px;
    margin-bottom: 8px;
}

.device-label {
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

/* 商品タイプセクション */
.type-section {
    padding: 64px 0;
    background: transparent;
}

.type-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.type-card {
    background: #F8F8F8;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background: #fff;
    border: 3px solid #000;
}

.type-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.type-icon {
    font-size: 32px;
}

.type-details {
    flex: 1;
}

.type-name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #333;
}

.type-price {
    font-size: 14px;
    color: #757575;
}

.type-badge {
    background: #E91E63;
    color: white;
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
}

/* ギフト・季節特集セクション */
.gift-section {
    padding: 64px 0;
    background: transparent;
}

.gift-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.gift-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid #000;
}

.gift-image {
    width: 100%;
    height: 140px;
    background: linear-gradient(135deg, #FFE5EC, #FFF0F5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 56px;
}

.gift-content {
    padding: 16px;
}

.gift-name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #333;
}

.gift-desc {
    font-size: 13px;
    color: #757575;
}

/* decocomとはセクション */
.about-section {
    padding: 64px 0;
    background: transparent;
    text-align: center;
}

.about-content {
    max-width: 600px;
    margin: 0 auto;
}

.about-icon {
    font-size: 80px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-logo {
    width: 120px;
    height: 120px;
    object-fit: contain;
    max-width: 100%;
    border-radius: 24px;
}

.about-text {
    font-size: 15px;
    line-height: 1.8;
    color: #616161;
    margin-bottom: 32px;
}

.about-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.about-feature {
    text-align: center;
    background: #fff;
    border: 3px solid #000;
    border-radius: 50px;
    padding: 18px 24px;
    transition: all 0.2s ease;
    box-shadow: 4px 6px 0 rgba(0, 0, 0, 0.18);
    transform-origin: center;
    animation: fadeInUp 0.6s ease-out backwards;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.about-feature:nth-child(1) {
    animation-delay: 0.1s;
    background: #c8ff8e;
    transform: rotate(-1deg);
}

.about-feature:nth-child(1):hover {
    transform: rotate(-1deg) translateY(-2px);
    box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.18);
}

.about-feature:nth-child(2) {
    animation-delay: 0.2s;
    background: #fff7b2;
    transform: rotate(1deg);
}

.about-feature:nth-child(2):hover {
    transform: rotate(1deg) translateY(-2px);
    box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.18);
}

.about-feature:nth-child(3) {
    animation-delay: 0.3s;
    background: #bce6ff;
    transform: rotate(-0.8deg);
}

.about-feature:nth-child(3):hover {
    transform: rotate(-0.8deg) translateY(-2px);
    box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.18);
}

.about-feature-icon {
    font-size: 2.2rem;
    margin-bottom: 0;
    display: block;
    line-height: 1;
    flex-shrink: 0;
}

.about-feature-text {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    line-height: 1.3;
    text-align: center;
}

/* SNS・キャンペーンセクション */
.campaign-section {
    padding: 64px 0;
    background: transparent;
    text-align: center;
}

.campaign-badge {
    display: inline-block;
    background: #FFE5EC;
    color: #000;
    padding: 4px 12px;
    border: 2px dashed #FF6B9D;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 16px;
    transform: rotate(-2deg);
    letter-spacing: 0.05em;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .hero-section {
        flex-direction: column;
        text-align: center;
        padding: 20px 16px 32px;
        min-height: auto;
        max-height: none;
        overflow: visible;
        justify-content: flex-start;
    }

    .hero-content {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
    }

    .hero-content > .is-first-block {
        margin-top: 0 !important;
    }

    .hero-tagline {
        justify-content: center;
        gap: 10px;
        font-size: clamp(1.2rem, 3.3vw, 1.1rem);
    }

    .hero-tagline-badge {
        padding: 8px 18px;
        font-size: 0.9em;
        letter-spacing: 0.16em;
    }

    .hero-stamp-strip {
        gap: clamp(12px, 6vw, 18px);
        margin-bottom: clamp(12px, 3vw, 20px);
    }

    .hero-stamp-item {
        width: clamp(60px, 24vw, 84px);
    }

    .hero-label--no1 {
        font-size: clamp(1.2rem, 4vw, 1.6rem);
        padding: 12px 30px;
        font-weight: 900;
        border-radius: 56px;
        background: linear-gradient(135deg, #ffd6ec 0%, #c8f0ff 100%);
        border: 3px solid #000;
        box-shadow: 0 6px 0 rgba(0, 0, 0, 0.2);
        color: #2a1439;
    }

    .hero-title {
        font-size: clamp(2.3rem, 9vw, 3.1rem);
        text-align: center;
    }

    .hero-subtitle {
        font-size: clamp(1.05rem, 4vw, 1.4rem);
        margin-bottom: 12px;
        text-align: center;
    }

    .hero-lead {
        font-size: clamp(0.95rem, 3.5vw, 1.15rem);
        line-height: 1.7;
        text-align: center;
    }

    .hero-floaters {
        inset: -16px;
    }

    .floater-badge--stamp {
        top: 6px;
        left: 6%;
    }

    .floater-badge--collab {
        top: -12px;
        right: 8%;
    }

    .floater-card {
        padding: 12px 16px;
        font-size: clamp(0.72rem, 3vw, 0.88rem);
        box-shadow: 4px 6px 0 rgba(0, 0, 0, 0.18);
    }

    .floater-card--device {
        top: 0;
        left: 0;
        bottom: auto;
    }

    .floater-card--price {
        bottom: -6%;
        right: 10%;
    }

    .floater-card--delivery {
        top: 34%;
        right: 2%;
    }

    .hero-image {
        padding: 12px 0 0;
    }

    .hero-video {
        margin-top: 18px;
        max-width: min(420px, 92vw);
        height: auto;
    }

    .hero-video video {
        width: 100%;
        height: auto;
        object-fit: contain;
        margin: 0;
    }

    /* CTA モバイル */
    .cta-highlight {
        order: 80;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .hero-section .cta-btn {
        font-size: clamp(1rem, 4vw, 1.2rem);
        padding: 14px 36px;
    }

    /* No.1の根拠 モバイル */
    .hero-proof {
        order: 5;
        margin-top: 12px;
        align-self: center;
        padding: 9px 12px;
        font-size: clamp(0.52rem, 1.6vw, 0.65rem);
        margin-left: 0;
    }

    .hero-proof .proof-list li {
        margin-bottom: 4px;
        padding-left: 0;
        font-size: inherit;
        line-height: 1.5;
    }

    /* ヒーロー画像 モバイル */
    .official-stamps {
        inset: -20px;
        display: block;
    }

    .stamp {
        max-width: 72px;
        max-height: 72px;
    }

    .stamp-11 {
        max-width: 100px;
        max-height: 100px;
    }

    /* モバイル時：動画の周りにステッカーを配置 */
    .phone-mockup { width: 200px; height: 400px; }
    .section-title { font-size: 2rem; }
    .features-grid, .products-grid, .collab-grid { grid-template-columns: 1fr; }
    .cta-title { font-size: 2rem; }
    .gallery-grid, .goods-grid, .mydesign-grid, .gift-grid { grid-template-columns: 1fr; }
    .template-grid { grid-template-columns: repeat(2, 1fr); }
    .device-grid { grid-template-columns: repeat(2, 1fr); }
    .about-features { grid-template-columns: 1fr; }
}

/* レイアウト切替を早める（タブレット幅でも縦並び） */
@media (max-width: 1024px) {
    .hero-section {
        flex-direction: column;
        text-align: center;
    }
}

/* ===========================
   CTA 統一
   =========================== */
:root {
    --cta-bg: #fff;
    --cta-fg: #000;
    --cta-border: #000;
    --cta-shadow: rgba(0,0,0,.25);
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: .02em;
    color: var(--cta-fg);
    background: var(--cta-bg);
    border: 3px solid var(--cta-border);
    border-radius: 9999px;
    padding: 13px 28px;
    box-shadow: 4px 6px 0 var(--cta-shadow);
    text-decoration: none;
    transition: transform .12s ease, box-shadow .12s ease, background .12s ease, color .12s ease;
    will-change: transform;
}
.cta-btn:hover { transform: translate(2px,2px); box-shadow: 2px 3px 0 var(--cta-shadow); }
.cta-btn.-primary { background: #00E5A3; color: #000; border-color: #000; }
.cta-btn.-ghost { background: #fff; color: #000; border-color: #000; }
.cta-btn .i { font-size: 1.1em; line-height: 1; }
.cta-btn.-small { padding: 10px 20px; font-size: 14px; box-shadow: 3px 4px 0 var(--cta-shadow); }

.cta-btn--primary {
    background: linear-gradient(135deg, #FF4EB8 10%, #D159D5 31%, #4EC9FF 67%, #3A82F7 89%);
    color: #0f1020;
    border-color: #000;
    box-shadow: 0 14px 0 rgba(0, 0, 0, 0.25), 0 20px 40px rgba(255, 106, 193, 0.35);
}

/* セクションフッターの配置 */
.section-cta {
    margin-top: 24px;
    display: flex;
    justify-content: center;
}

/* ===========================
   ステッカー装飾（p-hero/hero兼用）
   =========================== */
.p-hero__media { position: relative; }
.sticker-decor {
    position: absolute;
    inset: -16px;
    pointer-events: none;
    z-index: 0;
}
.sticker {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    font-weight: 900;
    font-size: 13px;
    color: #000;
    background: #fff;
    border: 3px solid #000;
    border-radius: 10px;
    transform-origin: center;
    rotate: -6deg;
}
.sticker.-pink  { background: #FFC7E5; }
.sticker.-blue  { background: #BCE6FF; }
.sticker.-lime  { background: #C8FF8E; }
.sticker.-tape  { background: #FFF7B2; border-style: dashed; }
.sticker.s1 { top: 4%;  left: -6%;  rotate: -10deg; }
.sticker.s2 { top: -8%; right: -4%; rotate: 7deg; }
.sticker.s3 { bottom: -10%; left: 0%; rotate: 4deg; }
.sticker.s4 { bottom: 8%; right: -8%; rotate: -8deg; }
@keyframes wiggle { 0%,100% { transform: translateY(0) rotate(0deg);} 50% { transform: translateY(-2px) rotate(-1deg);} }
.sticker { animation: wiggle 2.4s ease-in-out infinite; animation-delay: calc(var(--i,0) * .2s); }

@media (max-width: 768px) {
    .sticker { transform: scale(.9); font-size: 12px; padding: 5px 8px; }
    .sticker.s1 { left: -4%; }
    .sticker.s2 { right: -2%; }
    .sticker.s3 { bottom: -6%; }
    .sticker.s4 { right: -4%; }
}

/* ===========================
   機種ページ（archive-device.php）スタイル
   =========================== */
.device-page {
    min-height: 100vh;
}

/* ファーストビュー */
.device-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 32px 16px;
    text-align: center;
}

.device-name {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 8px;
}

.device-hero .hero-subtitle {
    font-size: 15px;
    opacity: 0.95;
    margin-bottom: 24px;
    color: white;
}

.trust-badges {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    opacity: 0.95;
}

.trust-badge::before {
    content: "✓";
    font-size: 16px;
    font-weight: bold;
}

/* 選択セクション */
.selection-section {
    background: white;
    border-radius: 12px;
    padding: 24px clamp(16px, 4vw, 24px);
    margin: 20px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    position: relative;
}

.selection-section .section-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #2c3e50;
    text-align: left;
}

.selection-section .section-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    text-align: left;
}

/* カードスタイルの選択肢 */
.option-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.option-card {
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
    position: relative;
}

.option-card:hover {
    border-color: #667eea;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
}

.option-card.recommended {
    border-color: #667eea;
    background: linear-gradient(to right, #f8f9ff, #fff);
}

.recommended-badge {
    position: absolute;
    top: -10px;
    right: 16px;
    background: #667eea;
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: bold;
}

.option-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.option-icon {
    width: 48px;
    height: 48px;
    background: #f0f0f0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.option-title {
    font-size: 18px;
    font-weight: bold;
    color: #2c3e50;
}

.option-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
    line-height: 1.5;
}

.option-features {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.feature-tag {
    background: #f0f0f0;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    color: #555;
}

.option-card.recommended .feature-tag {
    background: #e8ebff;
    color: #667eea;
}

/* CTA ボタン */
.cta-button {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 16px;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    margin-top: 12px;
    transition: transform 0.2s ease;
}

.cta-button:hover {
    transform: translateY(-2px);
}

.cta-button:active {
    transform: translateY(0);
}

/* 商品サンプル */
.samples-section {
    background: white;
    border-radius: 12px;
    padding: 24px 16px;
    margin: 20px 16px;
}

.samples-section .section-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #2c3e50;
    text-align: left;
}

.samples-section .section-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    text-align: left;
}

.sample-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 16px;
}

.sample-item {
    aspect-ratio: 1;
    background: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.sample-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sample-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: white;
    padding: 8px;
    font-size: 12px;
}

/* 特徴セクション */
.device-page .features-section {
    background: white;
    border-radius: 12px;
    padding: 24px 16px;
    margin: 20px 16px;
}

.device-page .features-section .section-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #2c3e50;
    text-align: left;
}

.feature-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
}

.device-page .feature-item {
    display: flex;
    gap: 12px;
    text-align: left;
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 0;
    transition: none;
}

.device-page .feature-item:hover {
    transform: none;
    box-shadow: none;
    background: transparent;
}

.device-page .feature-icon {
    width: 40px;
    height: 40px;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 20px;
}

.device-page .feature-content h3 {
    font-size: 15px;
    margin-bottom: 4px;
    color: #2c3e50;
    font-weight: bold;
}

.device-page .feature-content p {
    font-size: 13px;
    color: #666;
}

/* FAQ */
.faq-section {
    background: white;
    border-radius: 12px;
    padding: 24px 16px;
    margin: 20px 16px;
}

.faq-section .section-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #2c3e50;
    text-align: left;
}

.faq-item {
    border-bottom: 1px solid #f0f0f0;
    padding: 16px 0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    font-weight: bold;
    margin-bottom: 8px;
    color: #2c3e50;
    font-size: 15px;
}

.faq-answer {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

/* レスポンシブ対応 */
@media (min-width: 768px) {
    .selection-section {
        padding: 32px;
        margin: 20px auto;
        max-width: 1200px;
    }

    .option-cards {
        flex-direction: row;
    }

    .option-card {
        flex: 1;
    }

    .sample-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .device-hero {
        padding: 48px 16px;
    }

    .device-name {
        font-size: 36px;
    }

    .samples-section,
    .device-page .features-section,
    .faq-section {
        padding: 32px;
        margin: 20px auto;
        max-width: 1200px;
    }
}

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

.selection-section,
.samples-section,
.device-page .features-section,
.faq-section {
    animation: fadeIn 0.6s ease-out;
}

/* ===========================
   機種一覧ページ（archive-device.php）スタイル
   =========================== */
.devices-archive-page {
    background: #f8f9fa;
    min-height: 100vh;
}

/* ヒーロー */
.devices-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 40px 16px;
    text-align: center;
}

.devices-hero .hero-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 12px;
}

.devices-hero .hero-subtitle {
    font-size: 15px;
    opacity: 0.95;
    margin-bottom: 24px;
    color: white;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 24px;
    font-size: 14px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-number {
    font-size: 24px;
    font-weight: bold;
}

.stat-label {
    font-size: 12px;
    opacity: 0.9;
}

/* 検索バー */
.search-section {
    background: white;
    border-radius: 12px;
    padding: 20px 16px;
    margin: 20px 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.search-box {
    position: relative;
}

.search-input {
    width: 100%;
    padding: 14px 44px 14px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    transition: border-color 0.3s ease;
}

.search-input:focus {
    outline: none;
    border-color: #667eea;
}

.search-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #999;
    pointer-events: none;
}

.search-help {
    font-size: 13px;
    color: #666;
    margin-top: 8px;
    text-align: center;
}

/* タブ切り替え */
.tab-section {
    background: white;
    padding: 0 16px;
    margin: 20px 16px 0;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    position: sticky;
    top: 48px;
    z-index: 90;
}

.tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
}

.tabs::-webkit-scrollbar {
    display: none;
}

.tab {
    padding: 12px 20px;
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    font-size: 15px;
    font-weight: 500;
    color: #666;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.tab.active {
    color: #667eea;
    border-bottom-color: #667eea;
}

/* 機種グリッド */
.devices-section {
    background: white;
    border-radius: 0 0 12px 12px;
    padding: 24px 16px;
    margin: 0 16px 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.devices-section .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.devices-section .section-title {
    font-size: 18px;
    font-weight: bold;
    color: #2c3e50;
}

.devices-section .section-description {
    font-size: 13px;
    color: #666;
    margin: 0 0 16px;
}

.device-count {
    font-size: 13px;
    color: #999;
}

.device-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.device-card {
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: white;
    position: relative;
    text-decoration: none;
    display: block;
    color: inherit;
}

.device-card:hover {
    border-color: #667eea;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
    transform: translateY(-2px);
    text-decoration: none;
    color: inherit;
}

.device-icon {
    font-size: 32px;
    margin-bottom: 8px;
    text-align: center;
}

.device-name {
    font-size: 15px;
    font-weight: bold;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 4px;
}

.device-models {
    font-size: 12px;
    color: #999;
    text-align: center;
}

.device-case-types {
    margin-top: 8px;
    font-size: 12px;
    color: #667eea;
    font-weight: 500;
    text-align: center;
}

.popular-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #667eea;
    color: white;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: bold;
}

.new-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #f5576c;
    color: white;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: bold;
}

.device-empty-placeholder {
    grid-column: 1 / -1;
    padding: 32px 16px;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.devices-section .empty-state {
    display: none;
    padding: 24px 16px 0;
    font-size: 14px;
    color: #667eea;
    text-align: center;
}

.show-more {
    margin-top: 16px;
    text-align: center;
}

.show-more-button {
    background: none;
    border: none;
    color: #667eea;
    font-size: 14px;
    cursor: pointer;
    transition: color 0.2s ease;
}

.show-more-button:hover,
.show-more-button:focus {
    color: #4c51bf;
    outline: none;
}

/* 特徴セクション（archive-device用） */
.devices-archive-page .features-section {
    background: white;
    border-radius: 12px;
    padding: 24px 16px;
    margin: 20px 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.devices-archive-page .features-section .section-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #2c3e50;
    text-align: left;
}

.devices-archive-page .feature-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
}

.devices-archive-page .feature-item {
    display: flex;
    gap: 12px;
    text-align: left;
    padding: 0;
    border: none;
    background: transparent;
}

.devices-archive-page .feature-icon {
    width: 40px;
    height: 40px;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 20px;
}

.devices-archive-page .feature-content h3 {
    font-size: 15px;
    margin-bottom: 4px;
    color: #2c3e50;
    font-weight: bold;
}

.devices-archive-page .feature-content p {
    font-size: 13px;
    color: #666;
}

.feature-note {
    margin-top: 16px;
    font-size: 13px;
    color: #555;
    text-align: center;
}

/* FAQ（archive-device用） */
.devices-archive-page .faq-section {
    background: white;
    border-radius: 12px;
    padding: 24px 16px;
    margin: 20px 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.devices-archive-page .faq-section .section-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #2c3e50;
    text-align: left;
}

.devices-archive-page .faq-item {
    border-bottom: 1px solid #f0f0f0;
    padding: 16px 0;
}

.devices-archive-page .faq-item:last-child {
    border-bottom: none;
}

.devices-archive-page .faq-question {
    font-weight: bold;
    margin-bottom: 8px;
    color: #2c3e50;
    font-size: 15px;
}

.devices-archive-page .faq-answer {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

/* 空状態 */
.empty-state {
    text-align: center;
    padding: 40px 20px;
    color: #999;
}

.empty-icon {
    font-size: 48px;
    margin-bottom: 16px;
}

/* レスポンシブ対応 */
@media (min-width: 768px) {
    .devices-hero .hero-title {
        font-size: 36px;
    }

    .device-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }

    .search-section {
        padding: 24px 32px;
    }

    .devices-archive-page .features-section,
    .devices-archive-page .faq-section {
        padding: 32px;
        margin: 20px auto;
        max-width: 1200px;
    }
}

@media (min-width: 1024px) {
    .device-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

/* アニメーション */
.device-card {
    animation: fadeIn 0.5s ease-out;
}

.device-card:nth-child(1) { animation-delay: 0.05s; }
.device-card:nth-child(2) { animation-delay: 0.1s; }
.device-card:nth-child(3) { animation-delay: 0.15s; }
.device-card:nth-child(4) { animation-delay: 0.2s; }
.device-card:nth-child(5) { animation-delay: 0.25s; }
.device-card:nth-child(6) { animation-delay: 0.3s; }

.hero-info-panel .hero-proof {
    margin-top: auto;
    margin-bottom: 0;
    align-self: stretch;
    max-width: none;
    padding: clamp(14px, 3vw, 20px);
    background: #fff;
    border: 3px solid #000;
    border-radius: 20px;
    box-shadow: 4px 6px 0 rgba(0, 0, 0, 0.18);
    color: rgba(34, 36, 46, 0.8);
}

.hero-info-panel .hero-proof.is-muted {
    opacity: 1;
}

.hero-info-panel .hero-proof p {
    margin: 0;
    text-align: center;
}

/* ============================================
   リデザイン版 トップページスタイル
   ============================================ */

.decocom-redesign {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    color: #333;
    line-height: 1.6;
}

/* Hero Section */
.decocom-redesign .hero {
    background: #fff;
    padding: 80px 5%;
    position: relative;
    overflow: hidden;
}

.decocom-redesign .hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255,78,184,0.05) 0%, transparent 70%);
    border-radius: 50%;
}

.decocom-redesign .hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.decocom-redesign .hero-content {
    animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.decocom-redesign .badge {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    width: fit-content;
}

.decocom-redesign .hero h1 {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #000;
}

.decocom-redesign .hero h1 .highlight {
    background: linear-gradient(90deg, #FF4EB8 10%, #D159D5 31%, #4EC9FF 67%, #3A82F7 89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.decocom-redesign .hero-description {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.8;
}

.decocom-redesign .cta-buttons {
    display: flex;
    gap: 16px;
    margin-bottom: 30px;
}

.decocom-redesign .btn-primary {
    background: linear-gradient(90deg, #FF4EB8 10%, #D159D5 31%, #4EC9FF 67%, #3A82F7 89%);
    color: #fff;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    box-shadow: 0 8px 20px rgba(255,78,184,0.3);
    transition: all 0.3s;
}

.decocom-redesign .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(255,78,184,0.4);
}

.decocom-redesign .btn-secondary {
    background: #fff;
    color: #333;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    border: 2px solid #E5E5E5;
    transition: all 0.3s;
}

.decocom-redesign .btn-secondary:hover {
    border-color: #FF4EB8;
    color: #FF4EB8;
}

.decocom-redesign .hero-stats {
    display: flex;
    gap: 30px;
    align-items: center;
}

.decocom-redesign .hero-stats .stat-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    flex-shrink: 0;
}

.decocom-redesign .hero-stats .stat-item span {
    white-space: nowrap;
    flex-shrink: 0;
}

.decocom-redesign .stars {
    color: #FFB800;
    font-size: 16px;
}

.decocom-redesign .hero-visual {
    position: relative;
    animation: fadeInRight 0.8s ease-out 0.2s both;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.decocom-redesign .phone-mockup {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.15));
}

.decocom-redesign .phone-frame {
    width: 100%;
    aspect-ratio: 9/19;
    background: #000;
    border-radius: 40px;
    padding: 12px;
    position: relative;
}

.decocom-redesign .phone-screen {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
}

.decocom-redesign .phone-screen img,
.decocom-redesign .phone-screen video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Brand Name Section */
.decocom-redesign .brand-name {
    padding: 60px 5%;
    background: #F5F5F7;
    text-align: center;
}

.decocom-redesign .brand-name-container {
    max-width: 800px;
    margin: 0 auto;
}

.decocom-redesign .brand-logo-large {
    font-size: 48px;
    font-weight: 900;
    color: #000;
    margin-bottom: 24px;
    letter-spacing: -2px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
}

.decocom-redesign .brand-name-reading {
    font-size: 0.6em;
    font-weight: 600;
}

.decocom-redesign .brand-reading {
    font-size: 24px;
    color: #86868B;
    margin-bottom: 24px;
    font-weight: 600;
}

.decocom-redesign .brand-description {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.decocom-redesign .brand-company {
    font-size: 14px;
    color: #999;
    font-weight: 400;
}

/* Features Section */
.decocom-redesign .features {
    padding: 80px 5%;
    background: #fff;
}

.decocom-redesign .section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 50px;
}

.decocom-redesign .section-subtitle {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
}

.decocom-redesign .features-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.decocom-redesign .feature-card {
    background: #fff;
    border: 2px solid #F0F0F0;
    border-radius: 24px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s;
}

.decocom-redesign .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-color: #FF4EB8;
}

.decocom-redesign .feature-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.decocom-redesign .feature-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.decocom-redesign .feature-card p {
    color: #666;
    font-size: 14px;
    line-height: 1.8;
}

/* Steps Section */
.decocom-redesign .steps {
    padding: 80px 5%;
    background: #F5F5F7;
}

.decocom-redesign .steps-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.decocom-redesign .steps-container::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #FF4EB8 0%, #D159D5 33%, #4EC9FF 66%, #3A82F7 100%);
    transform: translateX(-50%);
}

.decocom-redesign .step-item {
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
    gap: 40px;
    margin-bottom: 80px;
    align-items: center;
    position: relative;
}

.decocom-redesign .step-item:last-child {
    margin-bottom: 0;
}

.decocom-redesign .step-item:nth-child(odd) .step-content {
    grid-column: 1;
    text-align: right;
}

.decocom-redesign .step-item:nth-child(odd) .step-number {
    grid-column: 2;
}

.decocom-redesign .step-item:nth-child(odd) .step-visual {
    grid-column: 3;
}

.decocom-redesign .step-item:nth-child(even) .step-content {
    grid-column: 3;
    text-align: left;
}

.decocom-redesign .step-item:nth-child(even) .step-number {
    grid-column: 2;
}

.decocom-redesign .step-item:nth-child(even) .step-visual {
    grid-column: 1;
}

.decocom-redesign .step-number {
    width: 80px;
    height: 80px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 900;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.decocom-redesign .step-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}

.decocom-redesign .step-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
}

.decocom-redesign .step-visual {
    font-size: 80px;
    text-align: center;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,0.1));
}

/* Collab Stamps Section */
.decocom-redesign .collab-stamps {
    padding: 80px 5%;
    background: #fff;
}

.decocom-redesign .collab-stamps-container {
    max-width: 1200px;
    margin: 0 auto;
}

.decocom-redesign .collab-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.decocom-redesign .collab-intro h2 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 16px;
}

.decocom-redesign .collab-intro p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.decocom-redesign .collab-creators-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.decocom-redesign .creator-card {
    background: #fff;
    border: 2px solid #F0F0F0;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s;
    cursor: pointer;
    text-decoration: none;
    color: #333;
}

.decocom-redesign .creator-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    border-color: #FF4EB8;
}

.decocom-redesign .creator-image {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    background: #F5F5F7;
    position: relative;
}

.decocom-redesign .creator-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s;
}

.decocom-redesign .creator-card:hover .creator-image img {
    transform: scale(1.05);
}

.decocom-redesign .creator-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: linear-gradient(90deg, #FF4EB8 10%, #D159D5 31%, #4EC9FF 67%, #3A82F7 89%);
    color: #fff;
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700;
}

.decocom-redesign .creator-info {
    padding: 20px;
    text-align: center;
}

.decocom-redesign .creator-name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.decocom-redesign .creator-description {
    font-size: 13px;
    color: #86868B;
    line-height: 1.6;
}

/* Popular Devices Section */
.decocom-redesign .popular-devices {
    padding: 80px 5%;
    background: #fff;
}

.decocom-redesign .devices-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.decocom-redesign .device-card {
    background: #fff;
    border: 2px solid #F0F0F0;
    border-radius: 20px;
    padding: 28px 20px;
    text-align: center;
    text-decoration: none;
    color: #333;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.decocom-redesign .device-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #FF4EB8 10%, #D159D5 31%, #4EC9FF 67%, #3A82F7 89%);
    transform: scaleX(0);
    transition: transform 0.3s;
}

.decocom-redesign .device-card:hover::before {
    transform: scaleX(1);
}

.decocom-redesign .device-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-color: #FF4EB8;
}

.decocom-redesign .device-badge {
    display: inline-block;
    background: #FF4EB8;
    color: #fff;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 16px;
}

.decocom-redesign .device-badge.new {
    background: linear-gradient(90deg, #FF4EB8 0%, #D159D5 100%);
}

.decocom-redesign .device-icon {
    font-size: 56px;
    margin-bottom: 12px;
}

.decocom-redesign .device-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

.decocom-redesign .device-price {
    font-size: 16px;
    color: #FF4EB8;
    font-weight: 600;
}

.decocom-redesign .view-all-devices {
    text-align: center;
}

.decocom-redesign .btn-view-all {
    display: inline-block;
    padding: 16px 48px;
    background: #fff;
    border: 2px solid #E5E5E5;
    border-radius: 50px;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s;
}

.decocom-redesign .btn-view-all:hover {
    border-color: #FF4EB8;
    color: #FF4EB8;
    transform: translateY(-2px);
}

/* Gallery Section */
.decocom-redesign .gallery {
    padding: 80px 5%;
    background: #fff;
}

.decocom-redesign .gallery-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
    justify-items: center;
}

.decocom-redesign .gallery-item {
    aspect-ratio: 1;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    background: #F5F5F7;
}

.decocom-redesign .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.decocom-redesign .gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.decocom-redesign .gallery-item:hover img {
    transform: scale(1.05);
}

.decocom-redesign .gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.4) 100%);
    display: flex;
    align-items: flex-end;
    padding: 16px;
    opacity: 0;
    transition: opacity 0.3s;
}

.decocom-redesign .gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.decocom-redesign .gallery-label {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.decocom-redesign .sns-promotion {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(135deg, #FFF5F9 0%, #F0F8FF 100%);
    padding: 40px;
    border-radius: 24px;
    border: 2px solid #F0F0F0;
}

.decocom-redesign .sns-promotion h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}

.decocom-redesign .sns-hashtag {
    font-size: 28px;
    font-weight: 900;
    background: linear-gradient(90deg, #FF4EB8 10%, #D159D5 31%, #4EC9FF 67%, #3A82F7 89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 16px;
}

.decocom-redesign .sns-promotion p {
    font-size: 15px;
    color: #666;
    margin-bottom: 24px;
    line-height: 1.8;
}

.decocom-redesign .sns-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.decocom-redesign .sns-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #fff;
    border: 2px solid #E5E5E5;
    border-radius: 50px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s;
}

.decocom-redesign .sns-button:hover {
    border-color: #FF4EB8;
    color: #FF4EB8;
    transform: translateY(-2px);
}

.decocom-redesign .sns-icon {
    font-size: 18px;
}

.decocom-redesign .post-guide-button {
    margin-top: 24px;
    display: flex;
    justify-content: center;
}

.decocom-redesign .guide-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: #000;
    border: 2px solid #000;
    border-radius: 8px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s;
    width: 100%;
    max-width: 400px;
    justify-content: center;
}

.decocom-redesign .guide-button:hover {
    background: #333;
    border-color: #333;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.decocom-redesign .guide-icon {
    font-size: 18px;
}

/* Reviews Section */
.decocom-redesign .reviews {
    padding: 80px 5%;
    background: #F5F5F7;
}

.decocom-redesign .reviews-container {
    max-width: 1200px;
    margin: 0 auto;
}

.decocom-redesign .reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.decocom-redesign .review-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: all 0.3s;
}

.decocom-redesign .review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.decocom-redesign .review-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.decocom-redesign .review-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FF4EB8 0%, #4EC9FF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.decocom-redesign .review-info {
    flex: 1;
}

.decocom-redesign .review-name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.decocom-redesign .review-meta {
    font-size: 13px;
    color: #86868B;
}

.decocom-redesign .review-stars {
    color: #FFB800;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.decocom-redesign .review-text {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
}

.decocom-redesign .review-stats {
    text-align: center;
    padding: 40px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.decocom-redesign .review-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.decocom-redesign .review-stats .stat-item {
    text-align: center;
}

.decocom-redesign .review-stats .stat-number {
    font-size: 48px;
    font-weight: 900;
    background: linear-gradient(90deg, #FF4EB8 10%, #D159D5 31%, #4EC9FF 67%, #3A82F7 89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
}

.decocom-redesign .review-stats .stat-label {
    font-size: 14px;
    color: #86868B;
    font-weight: 600;
}

/* FAQ Section */
.decocom-redesign .faq {
    padding: 80px 5%;
    background: #fff;
}

.decocom-redesign .faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.decocom-redesign .faq-list {
    display: grid;
    gap: 16px;
    margin-bottom: 32px;
}

.decocom-redesign .faq-item {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid #F0F0F0;
    transition: all 0.3s;
}

.decocom-redesign .faq-item:hover {
    border-color: #FF4EB8;
}

.decocom-redesign .faq-question {
    padding: 24px 28px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
}

.decocom-redesign .faq-question:hover {
    background: #FFF5F9;
}

.decocom-redesign .faq-question::before {
    content: 'Q';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #F5F5F7;
    color: #86868B;
    border-radius: 50%;
    font-weight: 900;
    font-size: 14px;
    margin-right: 16px;
}

.decocom-redesign .faq-question::after {
    content: '▼';
    font-size: 12px;
    color: #999;
    transition: transform 0.3s;
}

.decocom-redesign .faq-item.active .faq-question::after {
    transform: rotate(180deg);
}

.decocom-redesign .faq-answer {
    padding: 0 28px 24px 76px;
    color: #666;
    line-height: 1.8;
    display: none;
}

.decocom-redesign .faq-item.active .faq-answer {
    display: block;
}

.decocom-redesign .faq-link {
    text-align: center;
}

.decocom-redesign .faq-link a {
    display: inline-block;
    padding: 16px 40px;
    background: #fff;
    border: 2px solid #E5E5E5;
    border-radius: 50px;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s;
}

.decocom-redesign .faq-link a:hover {
    border-color: #FF4EB8;
    color: #FF4EB8;
    transform: translateY(-2px);
}

/* Download Section */
.decocom-redesign .download {
    padding: 80px 5%;
    background: linear-gradient(90deg, #FF4EB8 10%, #D159D5 31%, #4EC9FF 67%, #3A82F7 89%);
    color: #fff;
    text-align: center;
}

.decocom-redesign .download h2 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 20px;
}

.decocom-redesign .download p {
    font-size: 18px;
    color: #ccc;
    margin-bottom: 40px;
}

.decocom-redesign .qr-container {
    display: inline-block;
    background: #fff;
    padding: 30px;
    border-radius: 24px;
    margin-bottom: 20px;
}

.decocom-redesign .qr-code {
    width: 200px;
    height: 200px;
    background: #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #999;
}

.decocom-redesign .store-badges {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.decocom-redesign .store-badge {
    background: #fff;
    color: #000;
    padding: 12px 30px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.decocom-redesign .store-badge:hover {
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
    .decocom-redesign .hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .decocom-redesign .hero h1 {
        font-size: 36px;
    }

    .decocom-redesign .phone-mockup {
        max-width: 280px;
    }

    .decocom-redesign .brand-logo-large {
        font-size: 48px;
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }

    .decocom-redesign .brand-name-reading {
        font-size: 0.5em;
    }

    .decocom-redesign .brand-reading {
        font-size: 20px;
    }

    .decocom-redesign .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .decocom-redesign .collab-creators-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .decocom-redesign .reviews-grid {
        grid-template-columns: 1fr;
    }

    .decocom-redesign .review-stats-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .decocom-redesign .review-stats .stat-number {
        font-size: 36px;
    }

    .decocom-redesign .sns-promotion {
        padding: 32px 24px;
    }

    .decocom-redesign .sns-promotion h3 {
        font-size: 20px;
    }

    .decocom-redesign .sns-hashtag {
        font-size: 22px;
    }

    .decocom-redesign .sns-buttons {
        flex-direction: column;
    }

    .decocom-redesign .sns-button {
        width: 100%;
        justify-content: center;
    }

    .decocom-redesign .guide-button {
        padding: 12px 24px;
        font-size: 14px;
        max-width: 100%;
    }

    .decocom-redesign .devices-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .decocom-redesign .device-card {
        padding: 24px 16px;
    }

    .decocom-redesign .device-icon {
        font-size: 48px;
    }

    .decocom-redesign .device-name {
        font-size: 16px;
    }

    .decocom-redesign .btn-view-all {
        width: 100%;
        padding: 16px 24px;
        font-size: 14px;
    }

    .decocom-redesign .features-grid {
        grid-template-columns: 1fr;
    }

    .decocom-redesign .cta-buttons {
        flex-direction: column;
    }

    .decocom-redesign .btn-primary,
    .decocom-redesign .btn-secondary {
        text-align: center;
    }

    .decocom-redesign .hero-stats {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }

    .decocom-redesign .hero-stats .stat-item {
        font-size: 12px;
    }

    .decocom-redesign .steps-container::before {
        left: 40px;
    }

    .decocom-redesign .step-item {
        grid-template-columns: 80px 1fr;
        gap: 24px;
        margin-bottom: 60px;
    }

    .decocom-redesign .step-item:nth-child(odd) .step-content,
    .decocom-redesign .step-item:nth-child(even) .step-content {
        grid-column: 2;
        text-align: left;
    }

    .decocom-redesign .step-item:nth-child(odd) .step-number,
    .decocom-redesign .step-item:nth-child(even) .step-number {
        grid-column: 1;
    }

    .decocom-redesign .step-item:nth-child(odd) .step-visual,
    .decocom-redesign .step-item:nth-child(even) .step-visual {
        grid-column: 2;
        grid-row: 2;
        font-size: 60px;
        text-align: left;
        margin-top: 16px;
    }
}

