@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;
    /* Shadow: Bottom-Right */
    text-shadow: 2px 2px 0 #fff, 4px 4px 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: 10px 30px;
    white-space: nowrap;
    border-radius: 6px;
    border: 1px solid #bf360c;
    /* Shadow: Bottom-Right */
    box-shadow: 3px 5px 0 #a3260a, 5px 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: 1px 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;
    /* Shadow: Bottom-Right */
    box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.3);
    padding: 12px 40px;
}

.cta-button.fv-btn:hover {
    background: linear-gradient(to bottom, #fff176, #fdd835);
}

.cta-button.fv-btn:active {
    box-shadow: 1px 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;
    background-color: #FF2800;
    color: #fff;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.fv-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Confetti/Light Particles */
    background-color: #FF2800;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.7) 1px, transparent 2px),
        radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.7) 1px, transparent 2px),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.7) 1px, transparent 2px),
        radial-gradient(circle at 10% 60%, rgba(255, 235, 59, 0.5) 2px, transparent 4px),
        radial-gradient(circle at 90% 70%, rgba(255, 235, 59, 0.5) 2px, transparent 4px),
        radial-gradient(circle at 50% 20%, rgba(255, 235, 59, 0.5) 2px, transparent 4px),
        radial-gradient(circle at 70% 40%, rgba(255, 152, 0, 0.3) 3px, transparent 6px),
        radial-gradient(circle at 30% 90%, rgba(255, 152, 0, 0.3) 3px, transparent 6px);
    background-size:
        150px 150px, 150px 150px, 150px 150px,
        250px 250px, 250px 250px, 250px 250px,
        350px 350px, 350px 350px;
    background-repeat: repeat;
    pointer-events: none;
}

.fv-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Center Highlight */
    background: radial-gradient(
        circle at center,
        rgba(255, 220, 180, 0.4) 0%,
        transparent 70%
    );
    pointer-events: none;
    mix-blend-mode: overlay;
}

.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: 1100px;
    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;
    /* Shadow: Bottom-Right */
    filter: drop-shadow(5px 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: #FF2800;
    display: inline-block;
    padding: 5px 20px;
    font-weight: 900;
    font-size: 1.4rem;
    transform: skewX(-10deg);
    /* Shadow: Bottom-Right */
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 4px;
}

.fv-catch-copy span {
    display: inline-block;
    transform: skewX(10deg);
}

/* Title Layout Wrapper */
.fv-title .sp-title-wrap {
    display: inline-block;
    position: relative;
}

/* Good Quality Icon: Image Replacement */
.title-bubble-img {
    position: absolute;
    right: 100%;
    /* Modified: Move Up 50px */
    top: calc(50% - 50px);
    transform: translateY(-50%) rotate(-10deg);
    /* Modified: Move Right 20px */
    margin-right: -20px;
    z-index: 2;
    /* Sizing for PC */
    width: 160px;
    height: auto;
    /* Add drop shadow for pop */
    filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.3));
}

/* FV Title (PC Base Styles) */
.fv-title {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 7rem;
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -0.05em;
    margin: 0 0 25px;
    color: #fff;
    /* Unified Shadow Direction (Bottom-Right) + Outline effect */
    text-shadow:
        3px 3px 0 #000,
        -2px -2px 0 #000,
        2px -2px 0 #000,
        -2px 2px 0 #000,
        2px 2px 0 #000,
        6px 6px 5px rgba(0, 0, 0, 0.5);
    font-style: normal;
    transform: skewX(-5deg) rotate(-2deg) scaleX(1.15);
    white-space: nowrap;
    text-align: center;
}

.fv-title .small {
    font-size: 0.55em;
    margin-bottom: 0;
}

.fv-lead {
    font-size: 1.1rem;
    margin-bottom: 5px;
    /* Shadow: Bottom-Right */
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
    font-weight: bold;
    background: rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    /* Modified: Extended width for 2-line layout on PC */
    max-width: 1000px;
    width: auto;
    line-height: 1.6;
}

.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);
    /* Shadow: Bottom-Right */
    box-shadow: 3px 3px 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;
    /* Shadow: Bottom-Right */
    text-shadow: 2px 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;
}

/* Modified: Changed from block to flex to align buttons at bottom */
a.promise-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    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;
    height: 100%; /* Ensure full height for flex stretch */
    /* Shadow: Bottom-Right */
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
}

a.promise-card:hover {
    transform: translateY(-5px);
    box-shadow: 8px 8px 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;
    /* Shadow: Bottom-Right */
    box-shadow: 2px 2px 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;
    flex-grow: 1; /* Allow text to take available space */
    width: 100%;
}

.promise-card::after {
    content: "詳しく見る";
    display: block;
    margin-top: auto; /* Push button to the bottom */
    font-size: 0.9rem;
    color: #d84315;
    font-weight: bold;
    background: #fff8e1;
    padding: 5px;
    border-radius: 4px;
    width: 100%;
}

/* ==========================================================================
   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;
    /* Shadow: Bottom-Right */
    box-shadow: 4px 4px 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: 4px 4px 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);
    /* Shadow: Bottom-Right */
    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;
    /* Shadow: Bottom-Right */
    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;
    /* Shadow: Bottom-Right (Unify Direction) */
    box-shadow: 8px 8px 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-weight: 900;
    font-size: 5rem;
    line-height: 1;
    margin: 0 0 25px;
    color: #fff;
    /* Shadow: Bottom-Right */
    text-shadow:
        3px 3px 0 #000,
        -2px -2px 0 #000,
        2px -2px 0 #000,
        -2px 2px 0 #000,
        2px 2px 0 #000,
        6px 6px 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;
    /* Shadow: Bottom-Right */
    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;
}

/* ==========================================================================
   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: 30px;
        margin-bottom: 10px;
        /* Shadow: Bottom-Right */
        text-shadow:
            3px 3px 0 #000,
            -2px -2px 0 #000,
            2px -2px 0 #000,
            -2px 2px 0 #000,
            2px 2px 0 #000,
            5px 5px 5px rgba(0, 0, 0, 0.5);
        white-space: nowrap;
        line-height: 1.1;
        /* Reset Transform for Mobile */
        transform: skewX(-5deg) rotate(-2deg);
        /* Ensure letter-spacing is normal for mobile readability */
        letter-spacing: normal;
    }

    .fv-title br {
        display: none;
    }

    .fv-title .small {
        font-size: 0.5em;
        display: block;
        margin-bottom: 5px;
    }

    /* Title Bubble (Mobile Absolute Positioning) */
    .sp-title-wrap {
        position: relative;
        display: inline-block;
    }

    .title-bubble-img {
        position: absolute;
        /* Modified: Adjusted position */
        top: -50px;
        left: -20px; /* Moved left 5px */
        margin: 0;
        width: 65px; /* Resized smaller from 75px */
        transform: rotate(-5deg);
        right: auto;
    }

    /* 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: 4px 15px;
        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;
    }

    /* Modified: Thicker text-shadow for bolder look on mobile (same as FV title) */
    .outlet-main-title {
        font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
        font-weight: 900;
        font-size: 2.5rem;
        /* Shadow: Bottom-Right */
        text-shadow:
            3px 3px 0 #000,
            -2px -2px 0 #000,
            2px -2px 0 #000,
            -2px 2px 0 #000,
            2px 2px 0 #000,
            5px 5px 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; }
}