.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}:root {
--ks-orange: #f39c12;
--ks-black: #111;
--ks-gray: #f4f4f4;
--triton-accent: #cf2e2e;
--font-jp: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
--font-en: "Montserrat", sans-serif;
} .triton-lp-wrapper {
font-family: var(--font-jp);
color: var(--ks-black);
line-height: 1.6;
overflow-x: hidden;
}
.triton-lp-wrapper img {
max-width: 100%;
height: auto;
vertical-align: bottom;
} .lp-breadcrumb-area {
background-color: #fff;
padding-top: 120px; 
padding-bottom: 20px; 
padding-left: 20px;
padding-right: 20px;
font-size: 0.85rem;
color: #666;
position: relative;
z-index: 10;
}
.lp-breadcrumb-area .inner {
max-width: 1000px;
margin: 0 auto;
}
.lp-breadcrumb-area a {
color: #333;
text-decoration: none;
}
.lp-breadcrumb-area a:hover {
text-decoration: underline;
color: var(--ks-orange);
} .triton-hero {
position: relative;
width: 100%;
height: auto;
display: block;
}
.triton-hero__bg {
position: relative;
width: 100%;
height: auto;
z-index: 1;
line-height: 0;
}
.triton-hero__bg img {
width: 100%;
height: auto;
object-fit: unset;
filter: brightness(0.7);
}
.triton-hero__content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 2;
width: 90%;
max-width: 1000px;
text-align: center;
color: #fff;
animation: fadeInUp 1s ease;
}
.triton-hero__title .en {
display: block;
font-family: var(--font-en);
font-weight: 900;
font-size: 1.5rem;
letter-spacing: 0.1em;
color: var(--ks-orange);
margin-bottom: 10px;
text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.triton-hero__title .jp {
display: block;
font-size: 2.5rem;
font-weight: bold;
line-height: 1.3;
text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.triton-hero__sub {
margin: 20px 0 30px;
font-size: 1rem;
opacity: 0.9;
text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
} .btn-primary {
display: inline-block;
background: var(--ks-orange);
color: #fff;
padding: 15px 40px;
border-radius: 50px;
font-weight: bold;
text-decoration: none;
transition: transform 0.3s;
box-shadow: 0 4px 15px rgba(243, 156, 18, 0.4);
}
.btn-primary:hover {
transform: translateY(-3px);
background: #e67e22;
}
.btn-secondary {
display: block;
width: 100%;
text-align: center;
background: #333;
color: #fff;
padding: 15px;
margin-top: 20px;
text-decoration: none;
font-weight: bold;
}  .triton-hero__cta-group {
display: flex;
justify-content: center;
gap: 20px;
margin-top: 30px;
} .btn-primary {
display: inline-flex; align-items: center;
justify-content: center;
background: var(--ks-orange);
color: #fff;
padding: 15px 30px; border-radius: 50px;
font-weight: bold;
text-decoration: none;
transition: all 0.3s;
box-shadow: 0 4px 15px rgba(243, 156, 18, 0.4);
min-width: 200px; }
.btn-primary:hover {
transform: translateY(-3px);
background: #e67e22;
} .btn-catalog {
display: inline-flex;
align-items: center;
justify-content: center;
background: transparent; color: #fff;
border: 2px solid #fff; padding: 15px 30px;
border-radius: 50px;
font-weight: bold;
text-decoration: none;
transition: all 0.3s;
min-width: 200px; position: relative;
} .btn-catalog::after {
content: 'PDF';
display: inline-block;
font-size: 0.7rem;
margin-left: 8px;
background: rgba(255,255,255,0.2);
padding: 2px 6px;
border-radius: 4px;
}
.btn-catalog:hover {
background: #fff;
color: var(--ks-black);
transform: translateY(-3px);
}
.btn-catalog:hover::after {
background: #ccc;
color: #fff;
} @media (max-width: 768px) {
.triton-hero__cta-group {
flex-direction: column; gap: 15px;
padding: 0 20px;
}
.btn-primary,
.btn-catalog {
width: 100%; min-width: unset;
}
} .triton-nav {
background: #000;
position: sticky;
top: 0;
z-index: 100;
transition: all 0.3s;
}
.triton-nav.sticky {
box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.triton-nav__list {
display: flex;
justify-content: center;
list-style: none;
padding: 0;
margin: 0;
} .triton-nav__list li {
flex: 1;
max-width: 250px; text-align: center;
padding: 80px 0; color: #ccc; font-family: var(--font-en);
font-weight: bold;
font-size: 1.1rem;
letter-spacing: 0.05em;
cursor: pointer; background-size: cover;
background-position: center;
position: relative;
isolation: isolate; border-bottom: 4px solid transparent;
transition: all 0.3s;
} .triton-nav__list li::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.75); z-index: -1;
transition: background-color 0.3s;
} .triton-nav__list li .tab-text {
position: relative;
z-index: 1;
text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
} .triton-nav__list li:hover,
.triton-nav__list li.active {
color: #fff;
border-bottom-color: var(--ks-orange);
} .triton-nav__list li.active::before {
background-color: rgba(0, 0, 0, 0.4); }
.triton-nav__list li:hover::before {
background-color: rgba(0, 0, 0, 0.5); } .triton-styles-container {
background: #fff;
min-height: 600px;
}
.triton-style {
display: none;
padding: 60px 0;
animation: fadeIn 0.5s ease;
}
.triton-style.show {
display: block;
}
.triton-style .inner {
max-width: 1000px;
margin: 0 auto;
padding: 0 20px;
}
.style-title {
font-size: 2rem;
font-family: var(--font-en);
border-left: 5px solid var(--ks-orange);
padding-left: 15px;
margin-bottom: 10px;
}
.style-title .base-grade {
font-size: 1rem;
color: #666;
font-weight: normal;
margin-left: 10px;
}
.triton-style__main-img {
margin: 30px 0;
}
.triton-style__gallery {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 15px;
margin-bottom: 40px;
} .triton-specs {
background: var(--ks-gray);
padding: 30px;
border-radius: 8px;
margin-bottom: 40px;
}
.specs-label {
font-family: var(--font-en);
border-bottom: 2px solid #ddd;
padding-bottom: 10px;
margin-bottom: 20px;
}
.parts-list {
display: flex;
flex-wrap: wrap;
gap: 20px;
list-style: none;
padding: 0;
}
.parts-list li, .parts-grid li {
flex: 1 1 30%;
text-align: center;
background: #fff;
padding: 15px;
border-radius: 4px;
}
.parts-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
gap: 15px;
list-style: none;
padding: 0;
}
.parts-name {
font-size: 0.85rem;
margin-top: 10px;
font-weight: bold;
} .price-card {
border: 3px solid var(--ks-black);
padding: 30px;
text-align: center;
position: relative;
}
.price-card::before {
content: "COMPLETE PRICE";
position: absolute;
top: -15px;
left: 50%;
transform: translateX(-50%);
background: var(--ks-black);
color: #fff;
padding: 0 20px;
font-family: var(--font-en);
font-weight: bold;
}
.price-card__row {
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px dotted #ccc;
padding: 15px 0;
font-weight: bold;
}
.price-card__row .price {
font-size: 1.5rem;
color: var(--triton-accent);
font-family: var(--font-en);
}
.price-card__row .tax {
font-size: 0.8rem;
color: #333;
} .triton-contact {
background: #f9f9f9;
padding: 80px 0 120px;
text-align: center;
}
.contact-header {
margin-bottom: 40px;
}
.btn-line {
display: flex;
align-items: center;
justify-content: center;
background: #06c755;
color: #fff;
max-width: 400px;
margin: 0 auto 40px;
padding: 15px;
border-radius: 8px;
font-weight: bold;
text-decoration: none;
}
.btn-line .icon {
font-size: 1.2rem;
margin-right: 10px;
font-weight: 900;
} .sp-sticky-cta {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
display: flex;
z-index: 999;
box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}
.sticky-btn {
flex: 1;
text-align: center;
padding: 15px 0;
color: #fff;
font-weight: bold;
text-decoration: none;
}
.sticky-btn.line { background: #06c755; }
.sticky-btn.mail { background: var(--ks-orange); } @media (max-width: 768px) {
.lp-breadcrumb-area {
padding-top: 90px;
padding-bottom: 15px;
font-size: 0.75rem;
}
.triton-hero__title .jp { font-size: 1.8rem; }
.triton-style__gallery { grid-template-columns: 1fr; }
.parts-list li { flex: 1 1 100%; }
.price-card__row {
flex-direction: column;
gap: 5px;
}
.triton-hero__bg {
min-height: 400px;
}
.triton-hero__bg img {
min-height: 400px;
object-fit: cover;
} .triton-nav__list li { 
font-size: 0.9rem; 
padding: 50px 0; 
}
}
@media (min-width: 769px) {
.sp-sticky-cta { display: none; }
}
@keyframes fadeInUp {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}