/* 風水グッズページ専用スタイル */

/* Header Override */
.header {
    background: linear-gradient(135deg, #7c3aed 0%, #5b21b6 100%) !important;
    padding: 20px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

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

.header .nav-brand {
    text-align: left;
}

.header .nav-brand h1 {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
    color: white !important;
    font-family: 'Noto Serif JP', serif;
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: white !important;
    background-clip: unset !important;
}

.header .top-button {
    background: white;
    color: #7c3aed;
    padding: 12px 32px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.header .top-button:hover {
    background: #fbbf24;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 768px) {
    .header {
        padding: 15px 0;
    }
    
    .header .nav-wrapper {
        padding: 0 15px;
        gap: 10px;
    }
    
    .header .nav-brand h1 {
        font-size: 1.1rem;
        white-space: nowrap;
    }
    
    .header .top-button {
        padding: 8px 18px;
        font-size: 0.9rem;
        white-space: nowrap;
        flex-shrink: 0;
    }
}

@media (max-width: 480px) {
    .header .nav-brand h1 {
        font-size: 0.95rem;
    }
    
    .header .top-button {
        padding: 7px 15px;
        font-size: 0.85rem;
    }
}

/* Hero Section */
.fengshui-hero {
    position: relative;
    background-image: url('../images/fensuitop.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
    min-height: 400px;
    padding: 0;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fengshui-hero::before {
    display: none;
}

.fengshui-hero .hero-overlay {
    display: none;
}

.fengshui-hero .hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fengshui-hero .hero-badge {
    display: none;
}

.fengshui-hero .hero-title {
    display: none;
}

.fengshui-hero .hero-subtitle {
    display: none;
}

/* Introduction Section */
.fengshui-intro {
    padding: 80px 0;
    background: linear-gradient(to bottom, #f9fafb 0%, white 100%);
}

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

.fengshui-intro h2 {
    font-size: 2.5rem;
    color: #1f2937;
    margin-bottom: 30px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
}

.fengshui-intro .lead {
    font-size: 1.15rem;
    line-height: 2;
    color: #4b5563;
}

/* Products Section */
.fengshui-products {
    padding: 80px 0;
    background: white;
}

.product-item {
    max-width: 1100px;
    margin: 0 auto 80px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.product-item.compact {
    max-width: 700px;
    margin-bottom: 40px;
}

.product-header {
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    padding: 40px;
    text-align: center;
    position: relative;
}

.product-header.special {
    background: linear-gradient(135deg, #ec4899 0%, #f43f5e 100%);
}

.product-header.owl-header {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
}

.product-header.healing {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.product-header.simple {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    padding: 25px;
}

.product-badge {
    display: inline-block;
    background: #fbbf24;
    color: #1f2937;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.product-badge.premium {
    background: #f59e0b;
    color: white;
}

.product-badge.lucky {
    background: white;
    color: #f59e0b;
}

.product-badge.healing {
    background: white;
    color: #059669;
}

.product-name {
    font-size: 2.5rem;
    color: white;
    font-weight: 700;
    margin: 0;
    font-family: 'Noto Serif JP', serif;
}

.product-name-small {
    font-size: 1.8rem;
    color: white;
    font-weight: 700;
    margin: 0;
    font-family: 'Noto Serif JP', serif;
}

.product-subtitle {
    color: white;
    font-size: 1.1rem;
    margin-top: 10px;
    opacity: 0.95;
}

.product-content {
    padding: 50px 40px;
}

.product-content.compact {
    padding: 30px 40px;
}

.product-image-section {
    margin-bottom: 40px;
}

.product-image {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    display: block;
    margin: 0 auto;
}

/* 風水北斗天剣の画像サイズを調整 */
#hokuto-tsurugi .product-image {
    max-width: 700px;
}

/* Price Section */
.price-section {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    justify-content: center;
}

.price-section.single {
    justify-content: center;
}

.price-item {
    flex: 1;
    max-width: 280px;
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(124, 58, 237, 0.3);
}

.price-item.featured {
    background: linear-gradient(135deg, #ec4899 0%, #f43f5e 100%);
    box-shadow: 0 4px 15px rgba(236, 72, 153, 0.3);
}

.size-label {
    display: block;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
    opacity: 0.9;
}

.price {
    display: block;
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: 'Noto Sans JP', sans-serif;
}

.price .yen {
    font-size: 1.5rem;
}

.tax-note {
    display: block;
    color: white;
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Product Details Sections */
.product-description,
.product-specs,
.product-usage,
.placement-guide,
.safety-warning {
    margin-bottom: 40px;
    padding: 35px;
    background: #f9fafb;
    border-radius: 15px;
    border-left: 5px solid #7c3aed;
}

.product-description h3,
.product-specs h3,
.product-usage h3,
.placement-guide h3,
.safety-warning h3 {
    font-size: 1.5rem;
    color: #1f2937;
    margin-bottom: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-description h3 i,
.product-specs h3 i,
.product-usage h3 i,
.placement-guide h3 i,
.safety-warning h3 i {
    color: #7c3aed;
}

.product-description p,
.product-specs p,
.product-usage p {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #4b5563;
    margin-bottom: 15px;
}

.product-description .subtitle {
    font-weight: 700;
    color: #7c3aed;
    font-size: 1.1rem;
}

.product-description .highlight {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    padding: 15px 20px;
    border-radius: 10px;
    border-left: 4px solid #f59e0b;
    font-weight: 600;
    color: #78350f;
}

.product-description strong {
    color: #7c3aed;
    font-weight: 700;
}

/* Specifications Grid */
.specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 25px;
}

.spec-item {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.spec-item.full-width {
    grid-column: 1 / -1;
}

.spec-label {
    font-weight: 700;
    color: #7c3aed;
    font-size: 1.1rem;
    margin-bottom: 12px;
    display: block;
}

.spec-value {
    font-size: 1rem;
    line-height: 1.8;
    color: #4b5563;
}

.spec-value strong {
    color: #7c3aed;
    font-weight: 700;
}

/* Usage List */
.usage-list {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.usage-list li {
    padding: 15px 0;
    font-size: 1.05rem;
    color: #4b5563;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #e5e7eb;
}

.usage-list li:last-child {
    border-bottom: none;
}

.usage-list i {
    color: #10b981;
    font-size: 1.2rem;
}

.theory-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.theory-list li {
    padding: 12px 0;
    font-size: 1rem;
    color: #4b5563;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.theory-list .number {
    display: inline-block;
    background: #7c3aed;
    color: white;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    font-weight: 700;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.bonus-info {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    padding: 25px;
    border-radius: 10px;
    margin-top: 25px;
    border: 2px solid #fbbf24;
}

.bonus-info p {
    margin: 0 0 10px;
    color: #78350f;
}

.bonus-info p:last-child {
    margin-bottom: 0;
}

.bonus-info i {
    color: #f59e0b;
    margin-right: 8px;
}

/* Placement Guide Grid */
.guide-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 25px;
}

.guide-item {
    background: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.guide-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(124, 58, 237, 0.15);
}

.guide-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.guide-icon i {
    font-size: 2rem;
    color: white;
}

.guide-item h4 {
    font-size: 1.1rem;
    color: #1f2937;
    margin-bottom: 15px;
    font-weight: 700;
}

.guide-item p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #6b7280;
    margin: 0;
}

/* Safety Warning */
.safety-warning {
    background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
    border-left-color: #ef4444;
}

.safety-warning h3 {
    color: #991b1b;
}

.safety-warning h3 i {
    color: #ef4444;
}

.safety-warning p {
    color: #7f1d1d;
    line-height: 1.9;
}

/* Feature Highlight */
.feature-highlight {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.feature-box {
    background: white;
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-5px);
}

.feature-box i {
    font-size: 2.5rem;
    color: #7c3aed;
    margin-bottom: 15px;
}

.feature-box h4 {
    font-size: 1.1rem;
    color: #1f2937;
    margin-bottom: 10px;
    font-weight: 700;
}

.feature-box p {
    font-size: 0.9rem;
    color: #6b7280;
    margin: 0;
}

/* Size Options */
.size-options {
    margin-top: 25px;
}

.size-option {
    background: white;
    padding: 20px 25px;
    border-radius: 10px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.size-name {
    font-weight: 700;
    color: #1f2937;
    font-size: 1.05rem;
}

.size-price {
    font-size: 1.3rem;
    font-weight: 700;
    color: #ec4899;
}

.size-stand {
    width: 100%;
    font-size: 0.9rem;
    color: #6b7280;
    margin-top: 5px;
}

.note {
    font-size: 0.9rem;
    color: #6b7280;
    font-style: italic;
    margin-top: 15px;
}

/* Owl Products Grid */
.owl-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.owl-card {
    background: white;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.owl-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(251, 191, 36, 0.2);
}

.owl-card h4 {
    font-size: 1.05rem;
    color: #1f2937;
    margin-bottom: 15px;
    font-weight: 700;
}

.owl-price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #f59e0b;
    margin-bottom: 10px;
}

.owl-price span {
    font-size: 0.9rem;
    color: #6b7280;
}

.owl-size {
    font-size: 0.9rem;
    color: #6b7280;
    margin: 0;
}

/* Compact Product Info */
.compact-info {
    text-align: center;
}

.compact-info .description {
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 20px;
}

.compact-info .price-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    background: white;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.compact-info .label {
    font-weight: 600;
    color: #1f2937;
}

.compact-info .amount {
    font-size: 1.3rem;
    font-weight: 700;
    color: #7c3aed;
}

/* Usage Scenarios */
.usage-scenarios {
    margin-top: 40px;
}

.scenario-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 25px;
}

.scenario-item {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.scenario-item i {
    font-size: 2rem;
    color: #10b981;
    margin-bottom: 15px;
    display: block;
}

.scenario-item p {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #4b5563;
    margin: 0;
}

/* Separate Purchase */
.separate-purchase {
    margin-top: 40px;
    padding: 30px;
    background: #f9fafb;
    border-radius: 15px;
}

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

.separate-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.item-name {
    font-weight: 600;
    color: #1f2937;
}

.item-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: #10b981;
}

.explanation {
    font-weight: 600;
    color: #7c3aed;
    margin-bottom: 15px;
}

/* CTA Section */
.fengshui-cta {
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
    padding: 80px 0;
    text-align: center;
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.fengshui-cta h2 {
    font-size: 2.5rem;
    color: #1f2937;
    margin-bottom: 20px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
}

.fengshui-cta p {
    font-size: 1.1rem;
    color: #4b5563;
    margin-bottom: 40px;
    line-height: 1.8;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.store-info-small {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #d1d5db;
}

.store-info-small p {
    font-size: 0.95rem;
    color: #6b7280;
    margin-bottom: 10px;
}

.store-info-small i {
    color: #7c3aed;
    margin-right: 8px;
}

/* Responsive Design */
@media (max-width: 968px) {
    /* ナビゲーションメニューを横並びに保つ */
    .nav-menu {
        display: flex !important;
        flex-direction: row !important;
        position: static !important;
        background: transparent !important;
        box-shadow: none !important;
        padding: 0 !important;
    }
    
    .nav-menu ul {
        display: flex !important;
        flex-direction: row !important;
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .nav-menu li {
        margin: 0 !important;
        border-bottom: none !important;
    }
    
    .nav-menu a {
        padding: 8px 12px !important;
        font-size: 0.85rem !important;
        white-space: nowrap;
    }
    
    .nav-toggle {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .fengshui-hero {
        min-height: 300px;
    }

    .fengshui-intro {
        padding: 60px 0;
    }

    .fengshui-intro h2 {
        font-size: 2rem;
    }

    .fengshui-products {
        padding: 60px 0;
    }

    .product-header {
        padding: 30px 20px;
    }

    .product-name {
        font-size: 2rem;
    }

    .product-content {
        padding: 30px 20px;
    }

    .price-section {
        flex-direction: column;
        gap: 20px;
    }

    .price-item {
        max-width: 100%;
    }

    .specs-grid,
    .guide-grid,
    .feature-highlight,
    .owl-products-grid,
    .scenario-grid,
    .separate-items {
        grid-template-columns: 1fr;
    }

    .product-description,
    .product-specs,
    .product-usage,
    .placement-guide,
    .safety-warning {
        padding: 25px 20px;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .cta-buttons .btn {
        width: 100%;
    }

    .size-option {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .fengshui-hero .hero-title {
        font-size: 2rem;
    }

    .product-name {
        font-size: 1.8rem;
    }

    .price {
        font-size: 2rem;
    }

    .fengshui-cta h2 {
        font-size: 2rem;
    }
}
