:root{--concept-color: #34a0ff;--concept-color-hover: #2cceff;--concept-color-shadow: rgba(64, 224, 208, .3);--background-black: #000000;--background-dark: #0a0a0a;--background-card: #1a1a1a;--background-card-hover: #252525;--text-white: #ffffff;--text-gray: #b0b0b0;--text-dark-gray: #333;--border-color: #333;--bicarus-header-height: 120px}.bicarus-container{min-height:100vh;background:var(--background-black);color:var(--text-gray);font-family:Noto Sans JP,Noto Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;overflow-y:auto}.bicarus-header{position:fixed;top:0;left:0;right:0;z-index:1000;--bicarus-header-height: 120px;height:var(--bicarus-header-height);background:#000000f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid #333}.company-header{padding:.5rem 2rem;border-bottom:1px solid #333}.company-nav{display:flex;gap:2rem;justify-content:center}.company-nav a{color:#b0b0b0;text-decoration:none;font-size:.9rem;font-weight:400;transition:color .3s ease}.company-nav a:hover{color:#fff}.product-header{padding:.75rem 2rem}.product-nav{display:flex;gap:3rem;justify-content:center}.product-nav a{color:#fff;text-decoration:none;font-size:1rem;font-weight:500;transition:color .3s ease}.product-nav a:hover{color:var(--concept-color)}.bicarus-main{padding-top:var(--bicarus-header-height)}.hero-section{text-align:center;max-width:100vw;padding:0;margin:0;overflow-x:hidden}.hero-images{position:relative;width:100vw;min-width:100vw;margin:0;padding:0;display:flex;justify-content:center;align-items:flex-start}.hero-images{height:calc(100vh - var(--bicarus-header-height));max-height:calc(100vh - var(--bicarus-header-height));overflow:visible}.hero-image{display:block;width:80vw;max-width:89vw;min-width:80vw;height:auto;border-radius:0;object-fit:cover;margin:0}.responsive-hero{width:80vw;max-width:80vw;min-width:70vw;height:80%;max-height:calc(100vh - var(--bicarus-header-height));object-fit:cover;object-position:center center;display:block;margin:0}.hero-image-base{position:relative;z-index:1}.hero-image-overlay{position:absolute;inset:0;z-index:2;opacity:0;transition:opacity 2s ease-in-out;pointer-events:none;display:flex;justify-content:center;align-items:flex-start}.hero-image-overlay.visible{opacity:1}.hero-content{max-width:800px;margin:0 auto;padding-bottom:2rem}.hero-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;padding:2rem;z-index:3;pointer-events:none}.hero-overlay>*{pointer-events:auto}.overlay-top{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;align-self:center}.overlay-product-name{font-size:3rem;font-weight:300;color:#fff;margin-bottom:.5rem;letter-spacing:-.02em;text-shadow:2px 2px 8px rgba(0,0,0,.7)}.overlay-hero-title{font-size:2.2rem;font-weight:600;background:linear-gradient(135deg,var(--concept-color) 0%,var(--text-white) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.overlay-top-right{display:none}.overlay-catchphrase{font-size:1rem;color:#fff;line-height:1.6;text-shadow:2px 2px 6px rgba(0,0,0,.7);font-weight:400;margin-bottom:1.5rem;text-align:center;max-width:600px}.overlay-bottom{display:flex;flex-direction:column;align-items:center;gap:1.5rem;align-self:center}.overlay-price{font-size:2.5rem;font-weight:600;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.7)}.overlay-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.overlay-buttons .buy-button,.overlay-buttons .sample-button{box-shadow:0 4px 12px #0000004d}.product-name{font-size:4rem;font-weight:300;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}.hero-title{font-size:3rem;font-weight:600;background:linear-gradient(135deg,var(--concept-color) 0%,var(--text-white) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;line-height:1.2}.hero-subtitle{font-size:1.2rem;color:#b0b0b0;margin-bottom:2rem;font-weight:300}.hero-details{max-width:600px;margin:0 auto}.long-catchphrase{font-size:1.1rem;color:#b0b0b0;margin-bottom:2rem;line-height:1.8}.price-section{margin-bottom:2rem}.price{font-size:2.5rem;font-weight:600;color:#fff}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.buy-button{background:var(--concept-color);color:var(--text-white);border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;min-width:150px}.buy-button:hover{background:var(--concept-color-hover);transform:translateY(-2px);box-shadow:0 10px 20px var(--concept-color-shadow)}.sample-button{background:transparent;color:var(--concept-color);border:2px solid var(--concept-color);padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;min-width:150px}.sample-button:hover{background:var(--concept-color);color:var(--text-white);transform:translateY(-2px)}.highlights-section{padding:6rem 2rem;max-width:1400px;margin:0 auto}.highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.highlight-card{background:#1a1a1a;border:1px solid #333;border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease}.highlight-card:hover{transform:translateY(-5px);background:var(--background-card-hover);border-color:var(--concept-color);box-shadow:0 20px 40px #0000004d}.highlight-card h3{font-size:1.3rem;font-weight:600;color:#fff;margin-bottom:1rem}.highlight-card p{color:#b0b0b0;margin-bottom:1.5rem;line-height:1.6}.highlight-card img{width:100%;max-width:200px;height:auto;border-radius:10px;opacity:.9;transition:opacity .3s ease}.highlight-card:hover img{opacity:1}.video-section{padding:6rem 2rem;background:#0a0a0a}.carousel-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto;padding:2rem 0 4rem}.carousel{width:180vw;max-width:2700px;overflow:hidden}.carousel-track{display:flex;gap:1rem;transition:transform .4s ease}.carousel-item{flex:0 0 calc(100% / 3 - .666rem);display:flex;justify-content:center;align-items:center}.carousel-item.empty{visibility:hidden}.carousel-card{position:relative;width:100%;height:100%;border-radius:12px;overflow:hidden;box-shadow:0 8px 20px #00000080;border:none}.carousel-item.left,.carousel-item.right{cursor:pointer}.carousel-item.center{cursor:default}.card-media{width:100%;height:100%;object-fit:cover;display:block}.card-media.animated-webp{animation-fill-mode:forwards;animation-iteration-count:1}.card-overlay{position:absolute;left:0;right:0;top:0;padding:1rem 1.25rem;background:linear-gradient(180deg,#0003,#0000);color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.6)}.card-title{font-size:1.1rem;margin-bottom:.25rem}.card-desc{font-size:.95rem;color:#e6e6e6}@media (orientation: portrait){.carousel-card{aspect-ratio:2 / 3}.bicarus-header{--bicarus-header-height: 96px}.hero-overlay{align-items:center}}@media (orientation: landscape){.carousel-card{aspect-ratio:3 / 2}.bicarus-header{--bicarus-header-height: 120px}.responsive-hero{height:calc(100vh - var(--bicarus-header-height));object-fit:cover}}.carousel-card .card-overlay h3,.carousel-card .card-overlay p{margin:0}.video-carousel{position:relative;max-width:800px;margin:0 auto;display:flex;align-items:center;gap:2rem}.carousel-btn{background:var(--concept-color);color:var(--text-white);border:none;width:50px;height:50px;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.carousel-btn:hover{background:var(--concept-color-hover);transform:scale(1.1)}.video-container{flex:1;text-align:center}.sample-video{width:100%;max-width:600px;height:auto;border-radius:15px;background:#1a1a1a}.video-title{font-size:1.2rem;color:#fff;margin-top:1rem;font-weight:500}.video-indicators{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.indicator{width:10px;height:10px;border-radius:50%;background:#333;border:none;cursor:pointer;transition:background .3s ease}.indicator.active{background:var(--concept-color)}.indicator:hover{background:#666}.indicator.active:hover{background:var(--concept-color)}.carousel-indicators{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.details-section{padding:6rem 2rem;max-width:1200px;margin:0 auto}.details-grid{display:grid;grid-template-columns:1fr;gap:3rem}.detail-item{padding:2rem 0;border-bottom:1px solid #333}.detail-item:last-child{border-bottom:none}.detail-item h3{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:1rem}.detail-item p{color:#b0b0b0;line-height:1.8;font-size:1.1rem}.specifications-section{padding:6rem 2rem;background:#0a0a0a}.spec-table{max-width:800px;margin:0 auto;background:#1a1a1a;border-radius:20px;overflow:hidden;border:1px solid #333}.spec-table table{width:100%;border-collapse:collapse}.spec-table td{padding:1.5rem 2rem;border-bottom:1px solid #333;font-size:1rem}.spec-table tr:last-child td{border-bottom:none}.spec-table td:first-child{background:#252525;color:#fff;font-weight:600;border-right:1px solid #333;width:50%}.spec-table td:last-child{color:#b0b0b0;background:#1a1a1a}.support-section{padding:6rem 2rem;max-width:1200px;margin:0 auto}.support-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.support-item{background:#1a1a1a;border:1px solid #333;border-radius:15px;padding:2rem;text-align:center;transition:all .3s ease}.support-item:hover{transform:translateY(-3px);background:var(--background-card-hover);border-color:var(--concept-color)}.support-item h3{font-size:1.2rem;font-weight:600;color:#fff;margin-bottom:1rem}.support-item p{color:#b0b0b0;line-height:1.6}.bicarus-footer{background:#0a0a0a;border-top:1px solid #333;padding:3rem 2rem;text-align:center}.footer-content{max-width:1200px;margin:0 auto}.footer-links{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.footer-links a{color:#b0b0b0;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-links a:hover{color:var(--concept-color)}@media (max-width: 1024px){.product-name{font-size:3rem}.hero-title{font-size:2.5rem}.section-title{font-size:2rem}.overlay-product-name{font-size:2.5rem}.overlay-hero-title{font-size:2rem}.overlay-top{max-width:45%}.overlay-top-right{max-width:40%}.overlay-price{font-size:2.2rem}}@media (max-width: 768px){.bicarus-header{position:relative}.bicarus-main{padding-top:0}.company-nav,.product-nav{gap:1rem;text-align:center}.hero-section{padding:2rem 1rem 4rem}.product-name{font-size:2.5rem}.hero-title{font-size:2rem}.hero-buttons{flex-direction:column;align-items:center}.buy-button,.sample-button{width:100%;max-width:300px}.hero-overlay{padding:1.5rem}.overlay-product-name{font-size:2rem}.overlay-hero-title{font-size:1.8rem}.overlay-top{max-width:50%}.overlay-top-right{max-width:45%;top:1.5rem;right:1.5rem}.overlay-catchphrase{font-size:.9rem}.overlay-price{font-size:2rem}.overlay-buttons{flex-direction:column;align-items:center;width:100%}.overlay-buttons .buy-button,.overlay-buttons .sample-button{width:100%;max-width:280px}.highlights-grid{grid-template-columns:1fr;gap:1.5rem}.video-carousel{flex-direction:column;gap:1rem}.carousel-btn{display:none}.spec-table td{padding:1rem;font-size:.9rem}.spec-table td:first-child{width:60%}.section-title{font-size:1.8rem}.support-grid{grid-template-columns:1fr}.footer-links{flex-direction:column;gap:1.5rem}}@media (max-width: 480px){.hero-section{padding:1rem .5rem 3rem}.product-name{font-size:2rem}.hero-title{font-size:1.5rem}.price{font-size:2rem}.section-title{font-size:1.5rem}.hero-overlay{padding:1rem}.overlay-product-name{font-size:1.8rem}.overlay-hero-title{font-size:1.5rem}.overlay-top{max-width:55%}.overlay-top-right{max-width:50%;top:1rem;right:1rem}.overlay-catchphrase{font-size:.8rem}.overlay-price{font-size:1.8rem}.overlay-buttons .buy-button,.overlay-buttons .sample-button{width:100%;max-width:250px;padding:.8rem 1.5rem;font-size:1rem}.highlight-card,.support-item{padding:1.5rem}.spec-table td{padding:.75rem}.spec-table td:first-child{width:65%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-content>*{animation:fadeInUp .8s ease-out}.hero-content>*:nth-child(1){animation-delay:.1s}.hero-content>*:nth-child(2){animation-delay:.2s}.hero-content>*:nth-child(3){animation-delay:.3s}.hero-content>*:nth-child(4){animation-delay:.4s}@media (orientation: landscape) and (max-width: 1024px){.highlight-card img{content:url(/assets/sample2.webp)}}@media (orientation: portrait) and (max-width: 768px){.highlight-card img{content:url(/assets/sample3.webp)}}html{scroll-behavior:smooth}button:focus,a:focus{outline:2px solid var(--concept-color);outline-offset:2px}@media (orientation: landscape){.hero-section .hero-image.responsive-hero{aspect-ratio:2 / 1;object-fit:cover;width:100%;height:auto}}body{font-family:Noto Sans JP,Noto Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#000;color:#b0b0b0;line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1;padding-top:80px}.app-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#000000f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1)}.company-header,.product-header{display:flex;justify-content:center;padding:0 2rem}.company-header{border-bottom:1px solid rgba(255,255,255,.05)}.company-nav,.product-nav{display:flex;gap:2rem;align-items:center;height:40px}.company-nav a,.product-nav a{color:#b0b0b0;text-decoration:none;font-size:14px;font-weight:500;transition:color .3s ease;padding:.5rem 0}.company-nav a:hover,.product-nav a:hover{color:#fff}.homepage{min-height:100vh}.homepage-hero{display:flex;align-items:center;justify-content:center;min-height:70vh;background:linear-gradient(135deg,#000,#1a1a1a);text-align:center;padding:2rem}.homepage-content{max-width:800px}.homepage-title{font-size:clamp(3rem,8vw,5rem);font-weight:700;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}.homepage-subtitle{font-size:clamp(1.2rem,3vw,1.8rem);font-weight:300;background:linear-gradient(45deg,#00bcd4,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem}.homepage-description{font-size:1.1rem;color:#b0b0b0;max-width:600px;margin:0 auto;line-height:1.7}.homepage-products{padding:4rem 2rem;max-width:1200px;margin:0 auto}.homepage-container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:600;color:#fff;text-align:center;margin-bottom:3rem;letter-spacing:-.01em}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;justify-items:center}.product-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;text-align:center;transition:all .4s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:400px;width:100%}.product-card:hover{transform:translateY(-8px);background:#ffffff0d;border-color:#00bcd44d;box-shadow:0 20px 40px #00bcd41a}.product-image{width:100%;height:200px;object-fit:cover;border-radius:12px;margin-bottom:1.5rem}.product-card h3{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:1rem}.product-card p{color:#b0b0b0;margin-bottom:1.5rem;line-height:1.6}.product-link{display:inline-block;background:linear-gradient(135deg,#00bcd4,#0097a7);color:#fff;text-decoration:none;padding:.8rem 2rem;border-radius:50px;font-weight:500;font-size:14px;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.product-link:hover{background:linear-gradient(135deg,#00acc1,#00838f);transform:translateY(-2px);box-shadow:0 8px 25px #00bcd44d}.support-page{min-height:80vh;padding:4rem 2rem}.support-container{max-width:800px;margin:0 auto}.support-title{font-size:3rem;font-weight:600;color:#fff;text-align:center;margin-bottom:3rem;letter-spacing:-.02em}.support-content{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.support-content h2{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:1rem;margin-top:2rem}.support-content h2:first-child{margin-top:0}.support-content p{color:#b0b0b0;line-height:1.7;margin-bottom:1rem}@media (max-width: 768px){.app-main{padding-top:60px}.company-nav,.product-nav{gap:1rem;height:30px}.company-nav a,.product-nav a{font-size:12px}.homepage-hero{min-height:60vh;padding:1rem}.homepage-products{padding:2rem 1rem}.products-grid{grid-template-columns:1fr;gap:1.5rem}.product-card{padding:1.5rem}.support-page{padding:2rem 1rem}.support-content{padding:2rem}}@media (max-width: 480px){.company-nav,.product-nav{gap:.5rem;padding:0 1rem;justify-content:space-around}.homepage-title{font-size:2.5rem}.section-title{font-size:2rem}.support-title{font-size:2.5rem}}@media (min-aspect-ratio: 2/1){.homepage-hero{background-image:url(/assets/header_1.webp);background-size:cover;background-position:center center;aspect-ratio:2 / 1;min-height:unset;padding:0;display:grid;place-items:center}.homepage-hero .homepage-content{background:#00000059;padding:2rem;border-radius:12px;max-width:60%}}*{margin:0;padding:0;box-sizing:border-box}html{overflow:auto}body{font-family:Noto Sans JP,Noto Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;overflow:auto}#root{min-height:100vh}
