@charset "UTF-8";

/* ==========================================================================
   Base Styles
   ========================================================================== */
body {
    margin: 0;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #fffbf0;
    scroll-behavior: smooth;
}
a { text-decoration: none; color: inherit; }
* { box-sizing: border-box; }
img { max-width: 100%; height: auto; vertical-align: bottom; }

/* ==========================================================================
   Layout & Utility Classes
   ========================================================================== */
.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.pc-br { display: block; }

/* Responsive Utilities */
@media (min-width: 769px) {
    .sp-only { display: none !important; }
}
@media (max-width: 768px) {
    .pc-only { display: none !important; }
}

/* ==========================================================================
   Typography & Section Titles
   ========================================================================== */
.section-title {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 20px;
    color: #d50000;
    font-weight: 900;
    line-height: 1.3;
    text-shadow: 2px 2px 0 #fff, 3px 3px 0 rgba(0,0,0,0.1);
}

.section-title .sub {
    display: inline-block;
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
    background: #ffeb3b;
    padding: 0 10px;
    transform: skewX(-10deg);
}

.section-title .sub-caption {
    display: block;
    font-size: 1.1rem;
    font-weight: bold;
    color: #555;
    margin-top: 10px;
}

/* ==========================================================================
   Components: Buttons (CTA)
   ========================================================================== */
.cta-area { 
    text-align: center; 
    margin-top: 10px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.section-cta {
    text-align: center;
    margin-top: 25px;
}

.cta-button {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, #ff3d00, #dd2c00);
    color: #fff;
    font-weight: 900;
    padding: 15px 30px; 
    white-space: nowrap; 
    border-radius: 6px; 
    border: 1px solid #bf360c;
    box-shadow: 0 5px 0 #a3260a, 0 10px 10px rgba(0,0,0,0.2);
    transition: all 0.1s;
    position: relative;
    text-align: center;
    line-height: 1.2;
    width: auto;
    min-width: 300px;
    max-width: 100%;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}

.cta-button:active {
    transform: translateY(4px);
    box-shadow: 0 1px 0 #a3260a;
    margin-top: 4px;
}

.cta-button:hover {
    background: linear-gradient(to bottom, #ff6e40, #ff3d00);
    filter: brightness(1.1);
}

.cta-button .btn-sub {
    font-size: 0.85rem;
    color: #fff;
    margin-bottom: 2px;
    font-weight: bold;
    letter-spacing: 1px;
    opacity: 0.9;
}

.cta-button .btn-main {
    font-size: 1.5rem;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.cta-button .btn-main::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    margin-top: -2px;
}

/* Special Style for First View Button */
.cta-button.fv-btn {
    background: linear-gradient(to bottom, #ffeb3b, #fbc02d);
    color: #d50000;
    border: none;
    border-bottom: 5px solid #f57f17;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    padding: 12px 40px; /* Reduced vertical padding */
}

.cta-button.fv-btn:hover {
    background: linear-gradient(to bottom, #fff176, #fdd835);
}

.cta-button.fv-btn:active {
    box-shadow: 0 1px 0 #f57f17;
}

.cta-button.fv-btn .btn-main {
    text-shadow: none;
    font-size: 1.8rem;
}

.cta-button.fv-btn .btn-main::after {
    border-color: #d50000;
}

/* ==========================================================================
   Section: First View (FV)
   ========================================================================== */
.fv-section {
    width: 100%;
    height: 600px;
    /* Mikan Orange */
    background-color: #FF8F00;
    color: #fff;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.fv-section::before {
    content: "";
    position: absolute;
    top: -50%; left: -50%; width: 200%; height: 200%;
    /* Conic gradient with increased opacity for visibility */
    background: repeating-conic-gradient(from 0deg at 50% 50%, transparent 0deg, transparent 5deg, rgba(255,255,255,0.15) 5deg, rgba(255,255,255,0.15) 10deg);
    pointer-events: none;
}

.fv-section::after {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    /* Adjusted radial gradient to match Mikan background */
    background: radial-gradient(circle at center, rgba(255, 167, 38, 0.4) 10%, rgba(239, 108, 0, 0.4) 70%, rgba(230, 81, 0, 0.6) 100%);
    pointer-events: none;
}

.site-logo {
    position: absolute;
    top: 25px;
    left: 30px;
    z-index: 10;
    display: flex;
    align-items: center;
}
.site-logo .sub-logo { height: 16px; width: auto; margin-right: 15px; filter: brightness(0) invert(1) drop-shadow(0 1px 1px rgba(0,0,0,0.3)); margin-top: 17px; }
.site-logo .main-logo { height: 36px; width: auto; filter: brightness(0) invert(1) drop-shadow(0 2px 2px rgba(0,0,0,0.3)); }

.fv-container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    height: 100%;
    padding-top: 60px; 
}

.fv-text-area { 
    flex: none;
    width: 100%;
    max-width: 1000px; 
    padding: 0; 
    margin-top: 0; 
    position: relative; 
    z-index: 3; 
    text-align: center;
}

/* Floating Images & Animations */
.fv-img-changer {
    position: absolute;
    width: 180px; 
    height: 180px;
    z-index: 1;
    pointer-events: none;
}
.fv-img-changer.pos-right { top: -20px; right: -60px; }
.fv-img-changer.pos-left { bottom: 0px; left: -60px; }

.fv-switch-img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.3));
    opacity: 0;
    animation: imgSwitch 8s infinite ease-in-out;
}

.delay-0s { animation-delay: 0s; }
.delay-2s { animation-delay: 2s; }
.delay-4s { animation-delay: 4s; }
.delay-6s { animation-delay: 6s; }

@keyframes imgSwitch {
    0% { opacity: 0; transform: translateY(15px) rotate(5deg) scale(0.95); }
    10% { opacity: 1; transform: translateY(0) rotate(5deg) scale(1); }
    45% { opacity: 1; transform: translateY(0) rotate(5deg) scale(1); }
    55% { opacity: 0; transform: translateY(-15px) rotate(5deg) scale(1.05); }
    100% { opacity: 0; transform: translateY(-15px) rotate(5deg) scale(1.05); }
}

/* FV Typography */
.fv-title-wrap { margin-bottom: 5px; }

.fv-catch-copy {
    background: #fff;
    color: #d84315;
    display: inline-block;
    padding: 5px 20px;
    font-weight: 900;
    font-size: 1.4rem;
    transform: skewX(-10deg);
    box-shadow: 5px 5px 0 rgba(0,0,0,0.2);
    margin-bottom: 4px; 
}
.fv-catch-copy span {
    display: inline-block;
    transform: skewX(10deg);
}

/* Base Title Style (will be overridden by media query for PC) */
.fv-title {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 5rem;
    font-weight: 900;
    line-height: 1.1;
    margin: 0;
    color: #fff;
    text-shadow: 
        4px 4px 0 #000,
        -2px -2px 0 #000,
        2px -2px 0 #000,
        -2px 2px 0 #000,
        4px 4px 5px rgba(0,0,0,0.5);
    font-style: normal;
    transform: skewX(-5deg) rotate(-2deg);
    white-space: nowrap;
}

.fv-title .small { font-size: 0.6em; }

.fv-lead {
    font-size: 1.1rem;
    margin-bottom: 5px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    font-weight: bold;
    background: rgba(0,0,0,0.1);
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
}

.fv-max-off {
    background: #d50000;
    color: #fff;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 900;
    font-size: 1.3rem;
    padding: 3px 15px;
    border-radius: 50px;
    margin-bottom: 5px;
    transform: skewX(-10deg);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    display: inline-block;
    line-height: 1;
    border: 2px solid #fff;
}

.fv-max-off span {
    display: inline-block;
    transform: skewX(10deg);
}

.fv-btn-caption {
    margin-top: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.8); 
}

/* ==========================================================================
   Section: Achievement
   ========================================================================== */
.achievement-section {
    padding: 30px 0 10px;
    background-color: #fff;
    text-align: center;
}

.achievement-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px; 
    max-width: 100%;
}

.decoration-img {
    width: 70px; 
    height: auto;
}

.achievement-content { 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    line-height: 1; 
    color: #d50000;
}
.achievement-label { font-size: 1rem; font-weight: bold; color: #333; margin-bottom: 5px; }

.achievement-num-wrap { 
    font-size: 1.5rem; 
    font-weight: bold; 
    color: #d50000;
    white-space: nowrap; 
}
.achievement-num { 
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 900;
    font-size: 3rem; 
    margin: 0 5px; 
    line-height: 1; 
    color: #d50000;
    letter-spacing: -2px;
}
.achievement-note { font-size: 0.7rem; color: #777; margin-top: 5px; font-weight: normal; }

/* ==========================================================================
   Section: Features/Promise
   ========================================================================== */
.promise-summary-section { 
    padding: 10px 0 50px; 
    background-color: #fff; 
}

/* ▼ここが重要です：この指定がないと縦並びになります▼ */
.promise-grid { 
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap: 25px; 
}

a.promise-card {
    display: flex;              /* Flexbox化して高さを揃える */
    flex-direction: column;     /* 中身は縦積み */
    align-items: center;        /* 水平方向は中央揃え */
    height: 100%;               /* 高さを親要素いっぱいにする */
    text-align: center;
    border: 4px solid #d50000;
    border-radius: 8px;
    padding: 30px 15px 20px; 
    background: #fff;
    transition: transform 0.2s, box-shadow 0.2s;
    position: relative;
    box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
}

a.promise-card:hover { 
    transform: translateY(-5px); 
    box-shadow: 5px 10px 10px rgba(0,0,0,0.15); 
    z-index: 2; 
}

.promise-num {
    position: absolute; 
    top: -20px; 
    left: 50%; 
    transform: translateX(-50%);
    background: #d50000; 
    color: #fff;
    width: 50px; 
    height: 50px;
    line-height: 50px; 
    border-radius: 50%;
    font-weight: 900; 
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 1.4rem;
    box-shadow: 0 3px 5px rgba(0,0,0,0.3);
    border: 3px solid #fff;
}

.promise-card h3 { 
    color: #d50000; 
    font-size: 1.6rem; 
    margin: 15px 0 10px; 
    font-weight: 900;
    border-bottom: 2px dashed #ffecb3; 
    padding-bottom: 10px; 
    display: inline-block;
}

.promise-card p { 
    font-size: 1rem; 
    color: #333; 
    font-weight: bold; 
    line-height: 1.5; 
    width: 100%;                /* 幅を確保 */
}

/* 詳しく見るボタンの配置 */
.promise-card::after { 
    content: "詳しく見る"; 
    display: block; 
    margin-top: auto;           /* これで一番下に配置されます */
    font-size: 0.9rem; 
    color: #d84315; 
    font-weight: bold; 
    background: #fff8e1; 
    padding: 5px; 
    border-radius: 4px;
    width: 100%;                /* 幅を親要素に合わせる */
}

.section-cta {
    text-align: center;
    margin-top: 25px;
}

/* ==========================================================================
   Section: Products & Maintenance & Warranty
   ========================================================================== */
.scroll-container { 
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px; 
    margin-top: 20px;
}

.detail-price-section { 
    padding: 10px 0 50px; 
    background: #ffecb3; 
}
.detail-maintenance-section { padding: 10px 0 50px; background-color: #fff; }
.detail-warranty-section { padding: 10px 0 50px; background-color: #e1f5fe; }

#detail-maintenance .scroll-container { grid-template-columns: repeat(2, 1fr); gap: 25px; }

#detail-maintenance .maintenance-img { 
    height: auto; 
    aspect-ratio: 4 / 3;
}

.maintenance-card, .product-card { 
    background: #fff; 
    border-radius: 6px; 
    overflow: hidden; 
    box-shadow: 0 5px 15px rgba(0,0,0,0.1); 
}

.product-card {
    border: 4px solid #d50000;
    transform: rotate(-1deg);
    transition: transform 0.2s;
    cursor: default;
}
.product-card:nth-child(even) { transform: rotate(1deg); z-index: 1; }

.product-card:hover {
    transform: inherit;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: auto;
}

.maintenance-img, .product-img { 
    height: 180px; 
    background: #fff; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    color: #888; 
    position: relative; 
    padding: 10px;
}

.maintenance-img img, .product-img img { width: 100%; height: 100%; object-fit: contain; }
.maintenance-img img { object-fit: cover; }

.maintenance-text, .product-info { padding: 15px; text-align: center; }

.product-info h4 { 
    margin: 0 0 10px; 
    height: 3em; 
    overflow: hidden; 
    font-size: 1rem; 
    font-weight: bold;
    line-height: 1.4;
}

/* Product Price Styles */
.price-row { 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    gap: 5px;
    background: #fffde7; 
    padding: 10px 0; 
    border-top: 2px dashed #ccc;
}

.old-price-wrap { 
    font-size: 0.9rem; 
    color: #777; 
    display: flex;
    align-items: center;
    gap: 5px;
}
.old-price { text-decoration: line-through; }

.price-bottom-row {
    display: flex;
    align-items: center;
    gap: 5px;
}

.new-price { 
    font-size: 2.2rem; 
    line-height: 1; 
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 900;
    letter-spacing: -1px; 
    color: #d50000;
}
.new-price-unit { 
    font-size: 1.2rem; 
    font-weight: bold; 
    color: #d50000;
}

.off-text { 
    color: #fff; 
    font-weight: bold; 
    font-family: "Helvetica Neue", Arial, sans-serif;
    background: #d50000; 
    padding: 2px 8px; 
    border-radius: 4px;
    font-size: 1rem;
    transform: rotate(-3deg);
    box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
}

.off-badge { 
    position: absolute; top: 0; left: 0;
    background: #ffeb3b; color: #d50000; 
    font-size: 1.2rem; padding: 5px 15px; 
    font-weight: 900; border-bottom-right-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.price-disclaimer { font-size: 0.8rem; color: #333; margin-top: 15px; text-align: right; line-height: 1.4; background: rgba(255,255,255,0.7); padding: 5px; display: inline-block; }
.state-note { font-size: 0.8rem; color: #555; margin-top: 10px; text-align: right; line-height: 1.4; }

.maintenance-text strong { font-size: 1.2rem; color: #e65100; display: block; margin-bottom: 5px; border-bottom: 2px solid #e65100; display: inline-block; }

.accessory-note-box { background: #fff3e0; border: 3px solid #ff9800; border-radius: 8px; padding: 20px; margin-top: 30px; text-align: center; }
.note-neg { color: #333; font-size: 0.95rem; margin-bottom: 5px; }
.note-pos { color: #d50000; font-weight: 900; font-size: 1.2rem; text-decoration: underline; text-decoration-color: #d50000; text-underline-offset: 4px; padding: 0 5px; }

/* Warranty Banner */
.warranty-banner { 
    background: #fff; 
    border: 5px solid #0277bd; 
    border-radius: 15px; 
    padding: 40px 30px; 
    width: fit-content;
    width: -moz-fit-content; 
    min-width: 300px; 
    max-width: 800px;
    margin: 0 auto; 
    position: relative; 
    box-shadow: 0 10px 0 #01579b; 
    text-align: left; 
}

.warranty-title { color: #0277bd; font-size: 2rem; font-weight: 900; margin-bottom: 15px; }
.warranty-desc { font-size: 1.1rem; margin-bottom: 20px; font-weight: bold; line-height: 1.8; }

/* ==========================================================================
   Section: Story & Notes & Outlet & Footer
   ========================================================================== */
.story-section { padding: 60px 0; background: #fff; text-align: center; }
.story-box { background: #f5f5f5; padding: 40px; border-radius: 15px; max-width: 800px; margin: 0 auto; border: 1px solid #ddd; }
.story-badge { background: #ff9900; color: #fff; padding: 5px 10px; border-radius: 5px; font-weight: bold; font-size: 0.9rem; margin-right: 10px; vertical-align: middle; }
.story-text h3 { color: #333; margin-top: 0; display: inline-block; vertical-align: middle; font-size: 1.5rem; }
.story-link { display: inline-block; margin-top: 20px; color: #0277bd; font-weight: bold; text-decoration: underline; font-size: 1.2rem; }
.story-link:hover { text-decoration: none; color: #01579b; }

.note-section { padding: 40px 0; background: #eceff1; border-top: 1px solid #cfd8dc; font-size: 0.85rem; color: #546e7a; }
.note-list { max-width: 800px; margin: 0 auto; padding-left: 20px; }
.note-list li { margin-bottom: 5px; }

/* Outlet Section */
.outlet-appeal { 
    background-color: #fdd835; 
    color: #333; 
    padding: 60px 0; 
    text-align: center; 
    position: relative;
    overflow: hidden;
}

.outlet-appeal::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: radial-gradient(#f9a825 20%, transparent 20%);
    background-size: 20px 20px;
    opacity: 0.4;
    pointer-events: none;
    display: block;
}

.outlet-content { position: relative; z-index: 2; }

.outlet-title { 
    color: #000;
    margin: 0 0 10px; 
    font-size: 2rem; 
    font-weight: 900; 
    transform: skewX(-5deg);
}

.outlet-main-title {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 5rem;
    font-weight: 900;
    line-height: 1;
    margin: 0 0 25px;
    color: #fff;
    text-shadow: 
        4px 4px 0 #000,
        -2px -2px 0 #000,
        2px -2px 0 #000,
        -2px 2px 0 #000,
        4px 4px 5px rgba(0,0,0,0.5);
    font-style: normal;
    transform: skewX(-5deg) rotate(-2deg);
    white-space: nowrap;
}
.outlet-main-title .small { font-size: 0.6em; }

.outlet-text { font-size: 1.3rem; font-weight: bold; margin-bottom: 25px; color: #000; }

.outlet-button { 
    display: inline-block; 
    background: #fff;
    color: #d50000;
    font-size: 1.5rem; 
    font-weight: 900;
    padding: 15px 50px;
    border-radius: 6px; 
    border: 4px solid #000;
    box-shadow: 5px 5px 0 #000;
    transition: all 0.1s;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 450px;
    white-space: nowrap;
}
.outlet-button:active {
    transform: translate(2px, 2px);
    box-shadow: 3px 3px 0 #000;
}
.outlet-button:hover { 
    background: #ffe0b2;
}

.lp-footer { background: #263238; color: #90a4ae; text-align: center; padding: 20px; font-size: 0.75rem; }

/* ==========================================================================
   Media Query: PC (Title Update Here)
   ========================================================================== */
@media (min-width: 769px) {
    /* Main Visual Title Adjustments */
    .fv-title {
        font-size: 7rem;       
        line-height: 0.95;     
        letter-spacing: -0.05em; 
        transform: skewX(-5deg) rotate(-2deg) scaleX(1.15); 
        margin: 0 0 25px;      
    }
    
    .fv-title .small { 
        font-size: 0.55em; 
        margin-bottom: 0;      
    }
}

/* ==========================================================================
   Mobile Styles (Max-width: 768px)
   ========================================================================== */
@media (max-width: 768px) {
    .pc-br { display: none; }
    
    /* FV Layout & Logo */
    .fv-container { 
        padding-top: 70px; 
        flex-direction: column; 
        text-align: center; 
    }

    .fv-section { height: auto; padding: 0 0 40px; }
    .fv-section::before { background-size: 150% 150%; background-position: center; }

    .fv-text-area { padding-right: 0; margin-top: 0; width: 100%; position: relative; }
    .fv-text-area .cta-area { text-align: center; margin-top: 20px; }
    
    .fv-catch-copy { 
        font-size: 0.9rem; 
        padding: 2px 15px; 
        margin-bottom: 0; 
        white-space: nowrap;
    }
    
    /* FV Title */
    .fv-title { 
        font-size: 11vw; 
        margin-top: 20px; 
        margin-bottom: 10px; 
        text-shadow: 
            2px 2px 0 #000, 
            -1px -1px 0 #000, 
            1px -1px 0 #000, 
            -1px 1px 0 #000, 
            4px 4px 5px rgba(0,0,0,0.5);
        white-space: normal; 
        line-height: 1.1; 
        /* Reset transform for mobile */
        transform: skewX(-5deg) rotate(-2deg);
    }
    .fv-title br { display: none; }
    .fv-title .small { 
        font-size: 0.5em; 
        display: block; 
        margin-bottom: 5px; 
    }

    /* FV Lead Text */
    .fv-lead { 
        font-size: 0.85rem; 
        width: 90%; 
        margin: 10px auto 0;
        line-height: 1.5;
    }

    /* Buttons (Mobile) */
    .cta-button { 
        width: 95%;       
        max-width: 400px;
        padding: 15px 10px; 
        min-width: auto; 
    }
    
    /* FV Button */
    .cta-button.fv-btn {
        padding: 6px 15px; /* Reduced padding */
        width: auto;
        min-width: 260px;
    }

    .cta-button .btn-main { 
        font-size: 1.25rem; 
        white-space: nowrap;
    }
    .cta-button.fv-btn .btn-main {
        font-size: 1.25rem; 
    }
    
    .fv-max-off { 
        font-size: 0.9rem; 
        padding: 2px 10px; 
        margin-bottom: 3px; 
    }

    .fv-btn-caption {
        margin-top: 5px;
        color: #fff;
        font-weight: bold;
        font-size: 0.85rem; 
        text-shadow: 0 2px 4px rgba(0,0,0,0.8); 
    }
    
    /* Floating Images */
    .fv-img-changer { width: 80px; height: 80px; }
    
    /* Right-Top Image */
    .fv-img-changer.pos-right { 
        top: 0; 
        right: -30px; 
    }
    .fv-img-changer.pos-right img[alt="モニター"] {
        width: 65% !important;
        height: auto !important;
        top: 17.5%; 
        left: 17.5%;
    }
    
    /* Left-Bottom Image */
    .fv-img-changer.pos-left { 
        bottom: -50px;
        left: -10px; 
    }
    /* Animation Delays for Left Image */
    .fv-img-changer.pos-left .fv-switch-img:nth-child(1) {
        animation-delay: -2s;
    }
    .fv-img-changer.pos-left .fv-switch-img:nth-child(2) {
        animation-delay: 2s;
    }

    /* General Sections (Mobile) */
    .site-logo { top: 15px; left: 15px; }
    .promise-grid { grid-template-columns: 1fr; gap: 20px; }
    .scroll-container { display: flex; overflow-x: auto; gap: 15px; padding-bottom: 20px; -webkit-overflow-scrolling: touch; margin-right: -20px; }
    .maintenance-card, .product-card { flex: 0 0 85%; max-width: 300px; transform: rotate(0deg); border-width: 2px; }
    .product-card:nth-child(even) { transform: rotate(0deg); }
    .product-card:hover { transform: none; box-shadow: none; }
    
    .section-title { font-size: 1.8rem; }
    .section-title .sub { font-size: 1rem; }
    .warranty-title { font-size: 1.5rem; }
    
    .warranty-banner { margin: 0 auto; width: 95%; max-width: none; }
    .warranty-desc { text-align: left; } 
    
    /* Story Section (Mobile) */
    .story-text h3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        line-height: 1.4;
    }
    .story-badge {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .story-text p { text-align: left; }
    
    .price-disclaimer { text-align: left; font-size: 0.65rem; }
    .state-note { text-align: left; }
    
    /* Outlet Section (Mobile) */
    .outlet-appeal {
        padding: 40px 0; 
    }
    .outlet-title { font-size: 1.5rem; margin-bottom: 5px; }
    .outlet-main-title { 
        font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
        font-weight: 900;
        font-size: 2.5rem; 
        text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 4px 4px 5px rgba(0,0,0,0.5);
        white-space: normal; 
        line-height: 1.1; 
    }
    .outlet-text { font-size: 0.85rem; }
    .outlet-button { 
        width: auto;
        min-width: 260px;
        padding: 4px 15px; 
        font-size: 1.25rem; 
    }
}

/* ==========================================================================
   Image Modal (Lightbox) Styles
   ========================================================================== */
/* Cursor for clickable images */
.zoom-trigger {
    cursor: zoom-in;
    transition: 0.3s;
}
.zoom-trigger:hover {
    opacity: 0.8;
}

/* Modal Background */
.image-modal {
    display: none; /* Hidden by default */
    position: fixed; 
    z-index: 9999; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    background-color: rgba(0,0,0,0.85); 
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation: fadeIn 0.3s forwards;
}

/* Modal Content (Image) */
.modal-content {
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    border-radius: 4px;
    object-fit: contain;
    animation: zoomIn 0.3s;
}

/* Close Button */
.close-modal {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
}

.close-modal:hover,
.close-modal:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* Animations */
@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes zoomIn {
    from {transform: scale(0.9); opacity: 0;}
    to {transform: scale(1); opacity: 1;}
}