:root{--bg-primary: #0f1419;--bg-secondary: #1a1f26;--bg-card: #1e2429;--text-primary: #e8e9ea;--text-secondary: #a0a5ab;--text-muted: #6c7278;--accent-primary: #5dade2;--accent-hover: #85c1e9;--border-subtle: rgba(255, 255, 255, .08);--border-medium: rgba(255, 255, 255, .12);--border-accent: rgba(93, 173, 226, .3);--separator-width: 24rem;--gold: #daa520;--red: #ff4444;--green: #00c853;--yellow: #ffc107}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Noto Sans JP,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.8}a{color:var(--accent-primary);text-decoration:none}a:hover{text-decoration:underline}.fc-container{max-width:1400px;margin:0 auto;padding:0 2rem}.fc-container-narrow{max-width:900px;margin:0 auto;padding:0 2rem}.fc-page{padding:4rem 0}.fc-breadcrumb{background:linear-gradient(180deg,#0f1419fa,#0f1419e6);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:.875rem 0;margin-top:100px;border-bottom:1px solid var(--border-medium)}.fc-breadcrumb .fc-container,.fc-breadcrumb .fc-container-narrow{display:flex;align-items:center;gap:.625rem;font-size:.8125rem;font-weight:500}.fc-breadcrumb a{color:var(--text-secondary);text-decoration:none;padding:.25rem .5rem;border-radius:4px;display:inline-flex;align-items:center;gap:.375rem;transition:all .2s ease}.fc-breadcrumb a:hover{color:var(--accent-primary);background:#5dade21a;text-decoration:none}.fc-breadcrumb a:first-child:before{content:"🏠";font-size:.75rem}.fc-breadcrumb .separator{color:var(--text-muted);font-size:.625rem;opacity:.6}.fc-breadcrumb .current{color:var(--text-primary);font-weight:600;padding:.25rem .625rem;background:#5dade226;border-radius:4px;border:1px solid rgba(93,173,226,.2)}section{margin-bottom:4rem;position:relative;padding-bottom:2rem}section:not(:last-child):after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60%;height:1px;background:linear-gradient(90deg,transparent,var(--border-subtle),transparent)}section h2{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:2rem;text-align:center;position:relative;display:inline-block;width:100%}section h2:after{content:"";position:absolute;bottom:-.75rem;left:50%;transform:translate(-50%);width:var(--separator-width);height:2px;background:linear-gradient(90deg,transparent,var(--accent-primary),transparent)}section h3{font-size:1.25rem;color:var(--accent-primary);margin-bottom:1rem}.fc-lead{text-align:center;font-size:1rem;color:var(--text-secondary);margin-bottom:2rem}.fc-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:12px;padding:1.5rem;transition:opacity .3s ease}.fc-card:active{opacity:.8}.fc-card h3{color:var(--accent-primary);font-size:1.25rem;margin-bottom:.75rem}.fc-card p{color:var(--text-secondary);line-height:1.7}.fc-card--accent{border-color:var(--border-accent)}.fc-card--gold{border-color:#daa52080}.fc-card--red{border-color:#ff44444d}.fc-card-icon{font-size:2rem;margin-bottom:.75rem;display:block;text-align:center}.fc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.fc-grid-2{grid-template-columns:repeat(2,1fr)}.fc-grid-3{grid-template-columns:repeat(3,1fr)}.fc-grid-4{grid-template-columns:repeat(4,1fr)}.fc-list{list-style:none;padding:0;margin:0}.fc-list li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:var(--text-primary)}.fc-list--check li:before{content:"✓";color:var(--accent-primary);font-weight:700;position:absolute;left:0}.fc-list--bullet li:before{content:"•";color:var(--accent-primary);font-weight:700;position:absolute;left:0}.fc-list--yellow li:before{content:"•";color:var(--yellow);font-weight:700;position:absolute;left:0}.fc-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.fc-table{width:100%;border-collapse:collapse;background:var(--bg-card)}.fc-table thead th{background:#5dade21a;color:var(--accent-primary);padding:1rem;text-align:left;font-weight:700;border-bottom:2px solid var(--border-accent)}.fc-table tbody td{padding:1rem;border-bottom:1px solid var(--border-subtle);color:var(--text-primary)}.fc-table tbody tr:last-child td{border-bottom:none}.fc-table .price{font-weight:700;color:var(--accent-primary)}.fc-table .free{color:var(--green);font-weight:700}.fc-scroll-hint{text-align:center;font-size:.75rem;color:var(--text-muted);margin-top:.5rem}.fc-gallery{position:relative;border-radius:12px;overflow:hidden}.fc-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1.5s ease-in-out;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:opacity}.fc-slide:first-child{position:relative}.fc-slide.active{opacity:1;z-index:1}.fc-slide img{width:100%;height:100%;object-fit:cover;display:block}.fc-scroll-gallery{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:1rem 0}.fc-scroll-gallery::-webkit-scrollbar{display:none}.fc-scroll-item{flex:0 0 auto;scroll-snap-align:center;border-radius:12px;overflow:hidden;border:1px solid var(--border-subtle)}.fc-btn{display:inline-block;font-weight:700;padding:1rem 2rem;border-radius:50px;text-decoration:none;transition:opacity .3s ease;text-align:center}.fc-btn:hover{text-decoration:none}.fc-btn:active{opacity:.8}.fc-btn--primary{background:var(--accent-primary);color:#fff}.fc-btn--secondary{background:transparent;border:2px solid rgba(255,255,255,.2);color:#fff}.fc-cta{background:var(--bg-card);border-top:1px solid var(--border-subtle);padding:4rem 0;text-align:center}.fc-cta h2{font-size:1.5rem;margin-bottom:2rem}.fc-cta-buttons{display:flex;gap:1.5rem;justify-content:center;align-items:flex-start;flex-wrap:wrap;margin-bottom:2rem}.fc-btn-primary,.fc-btn-tel{font-weight:700;padding:1.25rem 2.5rem;border-radius:50px;text-decoration:none;transition:opacity .3s ease;font-size:1rem}.fc-btn-primary{background:var(--accent-primary);color:#fff}.fc-btn-tel{background:transparent;border:2px solid rgba(255,255,255,.2);color:#fff}.fc-tel-cta{display:flex;flex-direction:column;align-items:center;gap:.5rem}.fc-tel-hours{font-size:.75rem;color:var(--text-secondary)}.fc-contact-info{color:var(--text-secondary);font-size:.9rem}.fc-contact-info a{color:var(--accent-primary)}.fc-spec{background:#5dade21a;border-radius:8px;padding:1rem;text-align:center}.fc-spec-label{display:block;font-size:.8rem;color:var(--text-muted);margin-bottom:.25rem}.fc-spec-value{display:block;font-size:1.25rem;font-weight:700;color:var(--accent-primary)}.fc-boat-section{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:12px;padding:2rem;margin-bottom:2rem}.fc-boat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.fc-boat-header h2{margin:0;text-align:left;font-size:1.5rem}.fc-boat-header h2:after{display:none}.fc-license-badge{background:#5dade233;color:var(--accent-primary);border:1px solid var(--border-accent);padding:.5rem 1.25rem;border-radius:50px;font-weight:700;font-size:.875rem}.fc-license-badge--required{background:#ffc10733;color:var(--yellow);border-color:#ffc1074d}.fc-boat-content{display:grid;grid-template-columns:1fr 1.5fr;gap:2rem}.fc-boat-gallery{position:relative;aspect-ratio:4 / 3;overflow:hidden;border-radius:8px}.fc-boat-specs{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}.fc-boat-features{background:#5dade20d;border-radius:8px;padding:1.25rem}.fc-boat-features h4{color:var(--accent-primary);margin-bottom:.75rem;font-size:1rem}.fc-highlight{background:var(--bg-card);border:1px solid var(--border-accent);border-radius:12px;padding:2rem;margin-bottom:2rem}.fc-highlight-content{display:grid;grid-template-columns:1fr 1.5fr;gap:2rem;align-items:center}.fc-highlight-image{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:4 / 3}.fc-feature-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.fc-feature-item{display:flex;gap:.75rem;align-items:flex-start}.fc-feature-item .fc-icon{color:var(--accent-primary);font-size:1rem;font-weight:700;flex-shrink:0}.fc-feature-item h4{color:var(--accent-primary);font-size:.9rem;font-weight:700;margin-bottom:.25rem}.fc-feature-item p{color:var(--text-secondary);font-size:.85rem;line-height:1.5;margin:0}.fc-notice{background:#ffc1071a;border:1px solid rgba(255,193,7,.3);border-radius:8px;padding:1rem;margin-top:1rem}.fc-notice-title{color:var(--yellow);font-weight:700;font-size:.85rem;margin-bottom:.5rem}.fc-equipment-category{margin-bottom:2rem}.fc-equipment-category h3{font-size:1.125rem;color:var(--accent-primary);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-subtle)}.fc-equipment-image{border-bottom:1px solid var(--border-subtle);overflow:hidden}.fc-equipment-image img{width:100%;height:auto;display:block;object-fit:cover}.fc-equipment-info{padding:1.5rem}.fc-equipment-info h4{font-size:1.125rem;color:var(--accent-primary);margin-bottom:1rem}.fc-equipment-specs{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.fc-equipment-note{font-size:.8rem;color:var(--text-muted);font-style:italic}.fc-other-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem}.fc-other-item{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:12px;padding:1.5rem;text-align:center}.fc-other-item .fc-icon{font-size:2rem;margin-bottom:.75rem}.fc-other-item h4{color:var(--text-primary);font-size:.9rem;margin-bottom:.25rem}.fc-other-item .fc-price{color:var(--green);font-weight:700;font-size:.85rem}.fc-faq-category{margin-bottom:3rem}.fc-category-header{text-align:center;margin-bottom:1.5rem;display:flex;flex-direction:column;align-items:center}.fc-category-header h2{font-size:1.25rem;margin:0}.fc-category-icon{font-size:2rem;margin-bottom:.5rem}.fc-faq-list{display:flex;flex-direction:column;gap:.75rem}.fc-faq-item{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:12px;overflow:hidden}.fc-faq-item[open]{border-color:var(--border-accent)}.fc-faq-question{padding:1.25rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;font-weight:600;color:var(--accent-primary)}.fc-faq-question::-webkit-details-marker{display:none}.fc-faq-question .text{flex:1;font-size:1rem}.fc-faq-question .toggle{font-size:.75rem;transition:transform .3s ease;color:var(--accent-primary)}.fc-faq-item[open] .toggle{transform:rotate(180deg)}.fc-faq-answer{padding:0 1.25rem 1.25rem;color:var(--text-primary);line-height:1.7}.fc-faq-answer p{margin:0}.fc-faq-image{width:100%;max-width:500px;height:auto;margin-top:1rem;border-radius:8px;border:1px solid var(--border-subtle)}.fc-important-notice{max-width:900px;margin:0 auto;padding:1.5rem}.fc-notice-content{background:linear-gradient(135deg,#ff44441a,#ff88001a);border:2px solid rgba(255,68,68,.5);border-radius:16px;padding:1.5rem}.fc-notice-content h3{font-size:1.25rem;color:var(--red);margin-bottom:.5rem}.fc-notice-content p{line-height:1.7;color:var(--text-secondary)}.fc-map-section{max-width:900px;margin:0 auto;padding:2rem 1rem}.fc-map-desc{text-align:center;color:var(--text-secondary);margin-bottom:1rem;line-height:1.6}.fc-embed-card{display:flex;align-items:center;gap:1rem;max-width:500px;margin:0 auto;padding:1rem;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:12px;text-decoration:none;transition:all .2s ease}.fc-embed-card:hover{border-color:var(--accent-primary);text-decoration:none}.fc-embed-icon{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#5dade21a;border-radius:8px;color:var(--accent-primary)}.fc-embed-icon svg{width:20px;height:20px}.fc-embed-content{flex:1;min-width:0}.fc-embed-title{display:block;color:var(--text-primary);font-weight:600;font-size:.9rem}.fc-embed-source{display:block;color:var(--text-muted);font-size:.75rem}.fc-embed-arrow{flex-shrink:0;width:18px;height:18px;color:var(--text-muted)}.fc-embed-arrow svg{width:100%;height:100%}.fc-rules-container{max-width:1400px;margin:0 auto;padding:2rem 1rem}.fc-rule-category{margin-bottom:3rem}.fc-priority-badge{display:inline-block;margin-top:1rem;padding:.25rem .75rem;border-radius:20px;font-size:.7rem;font-weight:700}.fc-priority-badge--critical{background:linear-gradient(135deg,var(--red),#ff6b6b);color:#fff}.fc-priority-critical .fc-card h3{color:var(--red)}.fc-rule-icon{font-size:1.25rem;margin-right:.4rem;display:inline-block;vertical-align:middle}.fc-emergency-section{max-width:1000px;margin:0 auto;padding:2rem 1rem}.fc-emergency-section h2{color:var(--red)}.fc-emergency-section h2:after{background:linear-gradient(90deg,transparent,var(--red),transparent)}.fc-emergency-card{text-align:center}.fc-emergency-card .fc-icon{font-size:2rem;margin-bottom:.75rem}.fc-emergency-number{font-size:1.75rem;font-weight:700;color:var(--red);margin-bottom:.5rem;letter-spacing:.1em}.fc-emergency-card--primary .fc-emergency-number{color:var(--accent-primary)}.fc-emergency-note{font-size:.85rem;color:var(--text-muted)}.fc-agreement-section{max-width:900px;margin:0 auto;padding:2rem 1rem}.fc-agreement-note{background:#5dade21a;border:1px solid var(--border-accent);border-radius:8px;padding:1.25rem;color:var(--text-primary);text-align:center;font-weight:600;margin-top:1.5rem}.fc-lake-hero{position:relative;height:50vh;min-height:300px;max-height:500px;overflow:hidden;display:flex;align-items:center;justify-content:center}.fc-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0f14194d,#0f141980);z-index:2}.fc-stickers-scroll{position:absolute;inset:0;overflow:hidden;z-index:1}.fc-stickers-track{display:flex;height:100%;animation:scroll-horizontal 30s linear infinite}.fc-stickers-track img{height:100%;width:auto;object-fit:cover;opacity:.6}@keyframes scroll-horizontal{0%{transform:translate(0)}to{transform:translate(-50%)}}.fc-hero-content{position:relative;z-index:3;text-align:center;padding:0 2rem}.fc-hero-content h1{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.75rem;text-shadow:2px 2px 8px rgba(0,0,0,.8)}.fc-hero-content p{font-size:1.125rem;color:#ffffffe6;text-shadow:1px 1px 4px rgba(0,0,0,.8)}.fc-campaign-hero{background:linear-gradient(135deg,#daa52033,#daa5200d);border:3px solid rgba(218,165,32,.4);border-radius:16px;padding:2.5rem 2rem;text-align:center}.fc-campaign-lead{font-size:1rem;color:var(--gold);margin-bottom:.5rem}.fc-campaign-sub{font-size:.85rem;color:var(--text-secondary);margin-bottom:2rem}.fc-sticker-showcase{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;align-items:stretch;margin-bottom:2rem}.fc-sticker-card{background:#0f1419cc;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column}.fc-sticker-card--almost{border:2px solid rgba(192,192,192,.5)}.fc-sticker-card--standard{border:3px solid rgba(218,165,32,.7);box-shadow:0 0 20px #daa5204d}.fc-sticker-card--premium{border:3px solid rgba(255,68,68,.7);box-shadow:0 0 20px #ff44444d}.fc-sticker-badge{margin-bottom:.75rem;min-height:70px;display:flex;flex-direction:column;justify-content:center}.fc-badge-text{font-size:1.5rem;font-weight:900;letter-spacing:.1em}.fc-sticker-card--almost .fc-badge-text{color:silver}.fc-sticker-card--standard .fc-badge-text{color:var(--gold)}.fc-sticker-card--premium .fc-badge-text{color:var(--red)}.fc-badge-size{font-size:.65rem;color:var(--text-secondary);opacity:.8;margin-top:.25rem}.fc-sticker-desc{font-size:.85rem;color:var(--text-secondary);margin-bottom:.75rem}.fc-sticker-gallery{position:relative;flex:1;margin-top:1rem;border-radius:12px;overflow:hidden;min-height:300px}.fc-campaign-note{background:#ffc1071a;border:1px solid rgba(255,193,7,.3);border-radius:12px;padding:1.5rem;text-align:left}.fc-campaign-note strong{color:var(--yellow);font-size:1rem}.fc-fish-gallery{background:linear-gradient(180deg,#0a0a08,#0f0f0a,#0a0a08);padding:2rem 0;margin:1.5rem 0;border-top:1px solid rgba(218,165,32,.3);border-bottom:1px solid rgba(218,165,32,.3)}.fc-gallery-header{display:flex;justify-content:space-between;align-items:center;padding:0 1.5rem 1.5rem;max-width:1400px;margin:0 auto}.fc-gallery-header h3{font-size:1.25rem;margin:0;background:linear-gradient(135deg,gold,#daa520,#b8860b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.1em}.fc-slide-counter{font-size:.85rem;color:#ffffff80;font-weight:600;padding:.4rem .8rem;border:1px solid rgba(218,165,32,.3);border-radius:20px}.fc-slide-counter .current{color:var(--gold);font-size:1rem;font-weight:700}.fc-gallery-track{display:flex;gap:1.25rem;padding:.5rem 1.5rem 1rem}.fc-gallery-slide{flex:0 0 auto;scroll-snap-align:center;border-radius:12px;overflow:hidden;border:1px solid var(--border-subtle);box-shadow:0 10px 40px #0009}.fc-gallery-slide img{width:auto;height:50vh;max-height:400px;min-height:250px;object-fit:cover;display:block}.fc-swipe-hint{text-align:center;padding:1rem 0 .25rem}.fc-swipe-arrows{display:flex;align-items:center;justify-content:center;gap:.25rem}.fc-swipe-arrows .arrow{font-size:1.25rem;color:#daa520b3;animation:pulse-arrow 2s ease-in-out infinite}.fc-swipe-arrows .dots{font-size:.625rem;color:#daa52080;margin:0 .4rem}@keyframes pulse-arrow{0%,to{transform:translate(0);opacity:.7}50%{transform:translate(4px);opacity:1}}.fc-bass-features{padding:3rem 1rem;max-width:1400px;margin:0 auto}.fc-feature-badge{background:linear-gradient(135deg,#5dade21a,#5dade20d);border:2px solid rgba(93,173,226,.3);border-radius:16px;padding:1.5rem;text-align:center}.fc-feature-badge .fc-icon{font-size:2.5rem;margin-bottom:.75rem}.fc-feature-badge h3{font-size:1.1rem;color:var(--accent-primary);margin-bottom:.4rem}.fc-feature-badge p{color:var(--text-secondary);font-size:.85rem}.fc-herabuna{margin-bottom:4rem}.fc-herabuna-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:2rem;align-items:center;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:16px;padding:1.5rem;overflow:hidden}.fc-herabuna-image{border-radius:12px;overflow:hidden}.fc-herabuna-image img{width:100%;height:auto;display:block;border-radius:12px}.fc-herabuna-lead{font-size:1rem;color:var(--text-primary);margin-bottom:1rem;line-height:1.7}.fc-herabuna-features li{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--border-subtle)}.fc-herabuna-features li:last-child{border-bottom:none}.fc-herabuna-features li:before{display:none}.fc-herabuna-features .fc-icon{font-size:1.25rem;flex-shrink:0}.fc-herabuna-features .fc-text{color:var(--text-secondary);line-height:1.5;font-size:.9rem}.fc-herabuna-features .fc-text strong{color:var(--accent-primary);display:block;margin-bottom:.2rem}@media (max-width: 768px){:root{--separator-width: 12rem}body{font-size:.8125rem;line-height:1.6}.fc-container,.fc-container-narrow{padding:0 1rem}.fc-breadcrumb{margin-top:73px;padding:.5rem 0}.fc-breadcrumb .fc-container,.fc-breadcrumb .fc-container-narrow{font-size:.6875rem;gap:.375rem;flex-wrap:wrap}.fc-breadcrumb a:first-child:before{font-size:.625rem}.fc-page{padding:1.5rem 0}section{margin-bottom:2rem;padding-bottom:1.5rem}section h2{font-size:1.125rem;margin-bottom:1.5rem}section h3{font-size:1rem}.fc-lead{font-size:.875rem;margin-bottom:1.5rem}.fc-grid{grid-template-columns:1fr;gap:1rem}.fc-grid-2,.fc-grid-3,.fc-grid-4{grid-template-columns:repeat(2,1fr);gap:1rem}.fc-other-grid{grid-template-columns:repeat(2,1fr)}.fc-card{padding:1rem}.fc-card h3{font-size:1rem}.fc-card-icon{font-size:1.5rem}.fc-cta{padding:2rem 0}.fc-cta h2{font-size:1rem;margin-bottom:1.25rem}.fc-cta-buttons{flex-direction:column;align-items:center;gap:.75rem}.fc-btn-primary,.fc-btn-tel{width:100%;max-width:280px;padding:1rem 1.5rem;font-size:.9rem}.fc-contact-info{font-size:.8rem}.fc-boat-section{padding:1.25rem;margin-bottom:1.5rem}.fc-boat-header h2{font-size:1.125rem}.fc-boat-content{grid-template-columns:1fr;gap:1.25rem}.fc-boat-specs{grid-template-columns:1fr;gap:.75rem}.fc-spec{padding:.75rem}.fc-spec-label{font-size:.75rem}.fc-spec-value{font-size:1rem}.fc-highlight{padding:1.25rem}.fc-highlight-content{grid-template-columns:1fr;gap:1.25rem}.fc-highlight-image{max-height:250px}.fc-feature-list{gap:.75rem}.fc-feature-item h4{font-size:.85rem}.fc-feature-item p{font-size:.8rem}.fc-notice{padding:.875rem}.fc-equipment-category{margin-bottom:1.5rem}.fc-equipment-category h3{font-size:1rem}.fc-equipment-info{padding:1rem}.fc-equipment-info h4{font-size:1rem;margin-bottom:.75rem}.fc-equipment-specs{gap:.75rem}.fc-other-item .fc-icon{font-size:1.75rem}.fc-other-item h4{font-size:.8rem}.fc-other-item .fc-price{font-size:.75rem}.fc-faq-category{margin-bottom:2rem}.fc-faq-question{padding:1rem}.fc-faq-question .text{font-size:.9rem}.fc-faq-answer{padding:0 1rem 1rem;font-size:.85rem}.fc-important-notice{padding:1rem}.fc-notice-content{padding:1.25rem}.fc-notice-content h3{font-size:1rem}.fc-notice-content p{font-size:.85rem}.fc-rules-container{padding:1.5rem 1rem}.fc-rule-category{margin-bottom:2rem}.fc-category-header{margin-bottom:1.25rem}.fc-category-header h2{font-size:1.125rem}.fc-rule-icon{font-size:1rem}.fc-map-section,.fc-emergency-section,.fc-agreement-section{padding:1.5rem 1rem}.fc-emergency-number{font-size:1.5rem}.fc-lake-hero{height:35vh;min-height:200px}.fc-stickers-track{animation-duration:10s}.fc-hero-content h1{font-size:1.75rem}.fc-hero-content p{font-size:.95rem}.fc-campaign-hero{padding:1.5rem 1rem}.fc-campaign-lead{font-size:.875rem}.fc-campaign-sub{font-size:.75rem}.fc-sticker-showcase{grid-template-columns:1fr}.fc-badge-text{font-size:1.25rem}.fc-sticker-desc{font-size:.8rem}.fc-sticker-gallery{min-height:250px}.fc-fish-gallery{padding:1.5rem 0;margin:1rem 0}.fc-gallery-header{padding:0 1rem 1rem}.fc-gallery-header h3{font-size:1.1rem}.fc-slide-counter{font-size:.75rem;padding:.3rem .6rem}.fc-gallery-track{gap:1rem;padding:.5rem 1rem .75rem}.fc-gallery-slide img{height:45vh;max-height:350px;min-height:200px}.fc-bass-features{padding:2rem 1rem}.fc-feature-badge{padding:1rem}.fc-feature-badge .fc-icon{font-size:1.75rem}.fc-feature-badge h3{font-size:.95rem}.fc-feature-badge p{font-size:.8rem}.fc-herabuna{margin-bottom:2rem}.fc-herabuna-layout{grid-template-columns:1fr;gap:1.25rem;padding:1rem}.fc-herabuna-image{max-width:280px;margin:0 auto}.fc-herabuna-lead{font-size:.85rem;text-align:center}.fc-herabuna-features li{gap:.5rem;padding:.5rem 0}.fc-herabuna-features .fc-icon{font-size:1rem}.fc-herabuna-features .fc-text{font-size:.8rem}.fc-table-wrapper{overflow-x:auto}.fc-table{min-width:400px}.fc-table thead th,.fc-table tbody td{padding:.75rem;font-size:.8rem}}
