.dnd-icon-remove.deleting { font-size:12px; color:#000; font-weight: 500; position: relative; top:-3px; }
.dnd-icon-remove.deleting:after { display:none!important; }
.wpcf7-drag-n-drop-file.d-none {
display:none;
opacity:0;
visibility:hidden;
position:absolute;
top:0;
} .dnd-upload-status {
display:flex;
padding:4px 0;
align-items:center;
position:relative;
} .dnd-upload-status .dnd-upload-image {
width:40px;
height:40px;
border:1px solid #a5a5a5;
text-align:center;
border-radius:100%;
position:relative;
}
.dnd-upload-status .dnd-upload-image span.file {
background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='23' viewBox='0 0 18 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.569 0.659576H0.5V23H18V6.09053L12.569 0.659576ZM12.7872 1.93075L16.7288 5.87234H12.7872V1.93075ZM1.24468 22.2553V1.40426H12.0426V6.61702H17.2553V22.2553H1.24468Z' fill='%235C5B5B'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-size: 100%;
height: 21px;
width: 16px;
display: block;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-moz-transform : translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
} .dnd-upload-status .dnd-upload-details {
padding-left:10px;
width: calc(100% - 40px);
}
.dnd-upload-status .dnd-upload-details .name {color:#016d98; padding:4px 0; padding-right:60px; display:flex; }
.dnd-upload-status .dnd-upload-details .name span { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; position: relative; padding-right:10px; }
.dnd-upload-status .dnd-upload-details .name em {color:#444242;	font-weight:700; } .dnd-upload-status .dnd-upload-details .remove-file {
position:absolute;
right:0;
top:10px;
text-decoration:none;
box-shadow:none;
outline:none;
opacity:1;
}
.dnd-upload-status .dnd-upload-details .remove-file span:after {
content: '';
width:15px;
height:15px;
display: block;
background-repeat:no-repeat;
background-size:100%;
background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 0C7.83499 0 0 7.83499 0 17.5C0 27.165 7.83499 35 17.5 35C27.165 35 35 27.165 35 17.5C34.9888 7.83965 27.1604 0.0112198 17.5 0ZM17.5 33.871C8.45857 33.871 1.12903 26.5414 1.12903 17.5C1.12903 8.45857 8.45857 1.12903 17.5 1.12903C26.5414 1.12903 33.871 8.45857 33.871 17.5C33.861 26.5373 26.5373 33.861 17.5 33.871Z' fill='black'/%3E%3Cpath d='M25.4834 9.51661C25.2629 9.29624 24.9056 9.29624 24.6852 9.51661L17.5 16.7018L10.3148 9.51661C10.0983 9.29236 9.74087 9.28615 9.51661 9.50271C9.29236 9.71927 9.28615 10.0767 9.50271 10.3009C9.50723 10.3057 9.51188 10.3103 9.51661 10.3148L16.7018 17.5L9.51661 24.6852C9.29236 24.9018 9.28615 25.2591 9.50278 25.4834C9.71941 25.7076 10.0768 25.7139 10.301 25.4972C10.3057 25.4927 10.3103 25.488 10.3148 25.4834L17.5 18.2982L24.6852 25.4834C24.9094 25.7 25.2668 25.6938 25.4834 25.4696C25.6947 25.2508 25.6947 24.9039 25.4834 24.6852L18.2982 17.5L25.4834 10.3148C25.7038 10.0944 25.7038 9.73705 25.4834 9.51661Z' fill='black'/%3E%3C/svg%3E%0A");
}
.dnd-upload-status.in-progress .remove-file { opacity:0.2;}
.dnd-upload-status .dnd-upload-details span.has-error { color:#f50505; } .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
display: block;
border-radius: 5px;
overflow: hidden;
background: #565555;
height: 14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
background: #4CAF50;
display: block;
font-size: 11px;
text-align: right;
color: #fff;
height: 100%;
width:0;
line-height:14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span.complete { width:100%!important; padding-right:5px; }
.dnd-upload-counter { position:absolute; right:5px; bottom:3px; font-size:12px; } .codedropz-upload-handler {
border:2px dashed #c5c5c5;
border-radius:5px;
margin-bottom:10px;
position:relative;
}
.codedropz-upload-container {
padding:15px 20px;
}
.codedropz-upload-inner {
overflow:hidden;
width:100%; text-align:center;
text-overflow: ellipsis;
font-weight:inherit;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
text-decoration:none;
box-shadow:none;
}
.codedropz-upload-inner h3 {
margin:5px 0;
font-size:30px;
line-height:32px;
word-break:break-word;
} .codedropz-dragover {
border-color:#6b6a6a;
}
.codedropz-upload-wrapper span.has-error-msg {
display:inline-block;
color:#ff0000;
padding:5px 0;
font-style:italic;
} .wpcf7-form label.error-new {
color: #900;
font-size: 11px;
float: none;
padding-left: 5px;
}
.wpcf7-form .codedropz-upload-wrapper.invalid .codedropz-upload-handler{
border-bottom-color: #900;
border-bottom-style: solid;
} @media screen and (max-width: 767px) {
.dnd-upload-status .dnd-upload-details .name em { font-weight:normal; }
.dnd-upload-status .dnd-upload-details .name { padding-right:60px; }
.codedropz-upload-inner h3 { font-size:22px; }
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.ksf-landcruiser-page {
background-color: #000;
color: #fff;
font-family: 'Noto Sans JP', sans-serif;
line-height: 1.8;
overflow-x: hidden; }
.ksf-landcruiser-inner {
max-width: 1200px;
margin: 0 auto;
padding: 2rem;
} .ksf-landcruiser-page h1.page-title {
font-size: 2.8rem;
font-weight: 700;
color: #fff;
text-align: center;
margin-top: 2rem;
margin-bottom: 1.5rem;
letter-spacing: 0.05em;
border-bottom: 2px solid #444;
padding-bottom: 0.5rem;
} .ksf-landcruiser-page h2 {
font-size: 2rem;
font-weight: 600;
color: #fff;
margin-top: 3rem;
margin-bottom: 1rem;
position: relative;
}
.ksf-landcruiser-page h2::after {
content: '';
display: block;
width: 60px;
height: 3px;
background-color: #666;
margin-top: 0.5rem;
}
.ksf-landcruiser-page p {
color: #ccc;
} .ksf-landcruiser-hero-image img {
width: 100%;
height: auto;
display: block;
object-fit: cover;
} .ksf-stock-more-link {
text-align: center;
margin-top: 20px;
}
.ksf-stock-more-button {
display: inline-block;
padding: 10px 20px;
background-color: #333;
color: #fff;
text-decoration: none;
border-radius: 4px;
font-weight: bold;
border: none;
cursor: pointer;
margin:20px;
}
.ksf-stock-more-button:hover {
background-color: #555;
} .ksf-landcruiser-intro-section {
opacity: 0;
transform: translateY(30px);
transition: opacity 0.8s ease, transform 0.8s ease;
}
.ksf-landcruiser-intro-section.visible {
opacity: 1;
transform: translateY(0);
}
.ksf-landcruiser-history-section {
opacity: 0;
transform: translateY(30px);
transition: opacity 0.8s ease, transform 0.8s ease;
}
.ksf-landcruiser-history-section.visible {
opacity: 1;
transform: translateY(0);
} .ksf-landcruiser-lineage-block {
width: 100%;
max-width: 600px;
margin: 2em auto 4rem auto;
position: relative;
}
.ksf-landcruiser-lineage-block::after {
content: '';
position: absolute;
left: 10%;
bottom: -4.5rem;
transform: translateX(-50%);
width: 4px;
height: 50px;
background-color: #444;
}
.ksf-landcruiser-lineage-block:last-of-type::after {
display: none;
}
.ksf-landcruiser-lineage-content {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
gap: 2rem;
background-color: #111;
padding: 1.5rem;
border-radius: 8px;
position: relative;
transition: background-color 0.6s ease, transform 0.3s ease;
}
.ksf-landcruiser-lineage-text {
flex: 1;
max-width: 680px;
width: 100%;
margin: 0 auto;
padding: 1rem 0;
}
.ksf-landcruiser-lineage-title {
font-size: 3rem;
font-weight: bold;
line-height: 1.4;
margin-bottom: 0.5rem;
color: #fff;
}
.ksf-landcruiser-lineage-year {
font-size: 3.5rem;
color: #aaa;
display: block;
margin-bottom: 0.1rem;
}
.ksf-landcruiser-lineage-description {
color: #ccc;
font-size: 1.4rem;
margin-top: 120px; 
}
.ksf-landcruiser-lineage-image-wrapper {
flex-shrink: 0;
width: 400px;
position: absolute;
top: 1.5rem;
right: 1.5rem;
} .ksf-landcruiser-lineage-image {
width: 100%;
height: auto !important;
object-fit: cover;
border-radius: 6px;
} .ksf-landcruiser-lineage-block {
opacity: 0;
transform: translateY(30px);
transition: opacity 0.8s ease, transform 0.8s ease;
} .ksf-landcruiser-lineage-block.visible {
opacity: 1;
transform: translateY(0);
} .lc-branching-block {
width: 100%;
max-width: 600px;
margin: 2em auto 4rem auto;
position: relative;
opacity: 0;
transform: translateY(30px);
transition: opacity 0.8s ease, transform 0.8s ease;
}
.lc-branching-block.visible {
opacity: 1;
transform: translateY(0);
}
.lc-branching-block::after {
content: '';
position: absolute;
left: 10%;
bottom: -4.5rem;
transform: translateX(-50%);
width: 4px;
height: 50px;
background-color: #444;
}
.lc-branching-block:last-of-type::after {
display: none;
}
.lc-branching-content {
display: flex;
flex-direction: column;
gap: 2rem;
background-color: #111;
padding: 1.5rem;
border-radius: 8px;
position: relative;
transition: background-color 0.6s ease, transform 0.3s ease;
}
.lc-branching-text {
flex: 1;
max-width: 100%;
}
.lc-branching-title {
font-size: 3rem;
font-weight: bold;
line-height: 1.4;
margin-bottom: 0.5rem;
color: #fff;
text-align: center;
}
.lc-branching-year {
font-size: 3.5rem;
color: #aaa;
display: block;
margin-bottom: 0.1rem;
text-align: center;
}
.lc-branching-description {
color: #ccc;
font-size: 1.4rem;
line-height: 1.6;
text-align: center;
margin-top: 1rem;
margin-bottom: 1.5rem;
}
.lc-branching-image-group {
display: flex;
justify-content: center;
gap: 1rem;
flex-wrap: nowrap; 
overflow-x: auto;
padding-bottom: 0.5rem;
}
.lc-branching-image {
flex: 0 0 auto;
width: 30%;
max-width: 180px;
min-width: 100px;
border-radius: 6px;
object-fit: cover;
height: auto !important; }
.lc-branching-buttons {
display: flex;
justify-content: center;
gap: 1rem;
}
.lc-branching-toggle {
flex: 1 1 0;
font-size: 1.8rem;
padding: 0.8rem 1.2rem;
margin-top: 2rem;
margin-bottom: 1rem;
font-weight: bold;
border: none;
background-color: #333;
color: #fff;
cursor: pointer;
transition: background-color 0.3s ease;
max-width: 180px
}
.lc-branching-toggle:hover {
background-color: #555;
} .lc-branching-toggle[data-target="station-wagon"] {
background-color: #0077cc;
}
.lc-branching-toggle[data-target="heavy-duty"] {
background-color: #ccaa00;
}
.lc-branching-toggle[data-target="light-duty"] {
background-color: #cc3333;
}
.lc-branching-toggle:hover {
opacity: 0.85;
} .ksf-landcruiser-modal {
display: none;
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.95);
z-index: 9999;
overflow-y: auto;
padding: 4rem 2rem;
}
.ksf-landcruiser-modal.active {
display: block;
}
.ksf-landcruiser-modal-content {
max-width: 960px;
margin: 0 auto;
background: #111;
padding: 2rem 2.5rem 5rem; border-radius: 8px;
position: relative;
color: #fff;
box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.ksf-landcruiser-modal {
opacity: 0;
visibility: hidden;
transition: opacity 0.4s ease, visibility 0.4s ease;
}
.ksf-landcruiser-modal.active {
opacity: 1;
visibility: visible;
} .ksf-landcruiser-modal-body {
display: none;
animation: fadeIn 0.4s ease;
padding: 1rem 0;
overflow-x: visible;
}
.ksf-landcruiser-modal-body.active {
display: block;
} .ksf-landcruiser-modal-body h2 {
font-size: 3.5rem;
font-weight: 600;
margin-bottom: 1rem;
border-bottom: 2px solid #444;
padding-bottom: 0.5rem;
letter-spacing: 0.03em;
}
.ksf-landcruiser-modal-body p {
font-size: 1.5rem;
line-height: 1.8;
color: #ccc;
} .ksf-landcruiser-modal-body img {
width: 100%;
max-width: 600px;
height: auto !important; margin: 1.5rem auto;
display: block;
border-radius: 6px;
object-fit: cover;
} .ksf-spec-table {
width: 100%;
border-collapse: collapse;
margin-top: 1.5rem;
font-size: 1.2rem;
}
.ksf-spec-table th,
.ksf-spec-table td {
border: 1px solid #444;
padding: 0.6rem;
text-align: left;
vertical-align: top;
}
.ksf-spec-table th {
background-color: #222;
color: #fff;
} .ksf-landcruiser-modal-content {
position: relative;
padding: 2rem 2.5rem 5rem; }
.ksf-landcruiser-modal-close {
position: absolute;
bottom: 1.5rem;
left: 50%;
transform: translateX(-50%);
font-size: 1rem;
color: #fff;
background-color: #000;
border: 1px solid #fff;
padding: 0.6rem 1.4rem;
border-radius: 4px;
cursor: pointer;
letter-spacing: 0.05em;
transition: background-color 0.3s ease, transform 0.2s ease;
}
.ksf-landcruiser-modal-close:hover {
background-color: #222;
transform: translateX(-50%) scale(1.05);
}  .ksf-stock-item-outside {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start; width: 230px !important;
max-width: none;
margin: 0 10px;
background: #222;
color: #fff;
padding: 0.5rem;
border-radius: 6px;
text-align: center;
box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.ksf-stock-item-outside img {
width: 100%;
height: auto !important;
aspect-ratio: 4 / 3; object-fit: cover;
border-radius: 6px;
margin-bottom: 0.5rem;
background-color: #000;
}
.ksf-stock-item-outside .car-name {
font-size: 1.5rem;
font-weight: bold;
margin-top: 0.5rem;
color: #ccc;
}
.ksf-stock-item-outside .model_year,
.ksf-stock-item-outside .mileage,
.ksf-stock-item-outside .car-price,
.ksf-stock-item-outside .car-shop {
font-size: 1.3rem;
margin-top: 0.3rem;
color: #ccc;
}
.ksf-stock-item-outside .car-grade {
font-size: 0.8rem;
margin-top: 0.3rem;
color: #ccc;
} .ksf-stock-slider-outside .slick-slide {
padding: 0 0.75rem; 
box-sizing: border-box;
margin: 3px;
} .ksf-landcruiser-model-accordion {
display: none;
opacity: 0;
transform: translateY(10px);
transition: opacity 0.4s ease, transform 0.4s ease;
}
.ksf-landcruiser-model-accordion.active {
display: block;
opacity: 1;
transform: translateY(0);
}
.ksf-landcruiser-category-title {
display: inline-block;
font-size: 1.8rem;
margin-top: 3rem;
margin-bottom: 1rem;
color: #fff;
background-color: #0077cc; padding: 0.6rem 1.2rem;
box-shadow: 0 4px 8px rgba(0,0,0,0.3);
letter-spacing: 0.05em;
}
.ksf-landcruiser-page .ksf-landcruiser-category-title::after {
content: none;
display: none;
}
[data-category="heavy-duty"] .ksf-landcruiser-category-title {
background-color: #ccaa00; }
[data-category="light-duty"] .ksf-landcruiser-category-title {
background-color: #cc3333; }
.ksf-landcruiser-category-selector {
display: flex;
justify-content: center;
gap: 1rem;
margin: 2rem 0;
flex-wrap: wrap;
}
.ksf-landcruiser-category-wrapper {
display: flex;
flex-wrap: wrap;
gap: 2rem;
justify-content: center;
width: 100%;            
max-width: 1080px;      
margin: 0 auto;         
padding: 0 1rem;
}
.ksf-landcruiser-category {
width: 100%;
max-width: 600px;
flex: 1 1 300px;
background-color: #111;
padding: 1.5rem;
border-radius: 8px;
transition: background-color 0.3s ease;
} .ksf-landcruiser-category[data-category="heavy-duty"],
.ksf-landcruiser-category[data-category="light-duty"] {
display: none;
} @keyframes fadeIn {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}  .lc-models-section {
max-width: 960px;
margin: 50px auto;
padding: 2rem 1rem;
color: #fff;
font-family: 'Noto Sans JP', sans-serif;
} .lc-models-heading {
font-size: 1.8rem;
margin-bottom: 2rem;
text-align: center;
border-bottom: 2px solid #555;
padding-bottom: 0.5rem;
} .lc-model-block {
margin-bottom: 2rem;
padding: 1rem;
background-color: #1a1a1a;
border-radius: 4px;
} .lc-model-title {
font-size: 2.0rem;
margin-bottom: 0.5rem;
color: #f0f0f0;
} .lc-model-description {
font-size: 1.5rem;
line-height: 1.6;
color: #ccc;
}  .lc-model-specs {
margin-top: 1.5rem;
background-color: #1a1a1a;
padding: 1rem;
border-radius: 4px;
color: #eee;
} .lc-specs-heading {
font-size: 1.6rem; 
margin-bottom: 0.5rem;
border-bottom: 1px solid #555;
padding-bottom: 0.3rem;
} .lc-specs-list {
list-style: disc;
padding-left: 1.2rem;
margin-bottom: 1rem;
font-size: 1.4rem; 
} .lc-specs-table {
width: 100%;
border-collapse: collapse;
font-size: 1.4rem; 
margin-top: 1rem;
background-color: #1a1a1a;
color: #eee;
}
.lc-specs-table th,
.lc-specs-table td {
padding: 0.6rem;
border: 1px solid #444; text-align: left;
}
.lc-specs-table thead {
background-color: #333;
font-weight: bold;
} .ksf-landcruiser-youtube-section {
background-color: #111;
padding: 4rem 0;
margin-top: 4rem;
} .ksf-youtube-item {
padding: 0 10px;
box-sizing: border-box;
}
.ksf-youtube-link {
display: block;
text-decoration: none;
color: #fff;
transition: opacity 0.3s;
}
.ksf-youtube-link:hover {
opacity: 0.8;
} .ksf-youtube-thumbnail {
position: relative;
width: 100%;
aspect-ratio: 16 / 9;
background: #000;
border-radius: 8px;
overflow: hidden;
margin-bottom: 10px;
}
.ksf-youtube-thumbnail img {
width: 100%;
height: 100%;
object-fit: cover;
} .youtube-play-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 40px;
height: 40px;
background: rgba(0,0,0,0.6);
border-radius: 50%;
border: 2px solid #fff;
}
.youtube-play-icon::after {
content: '';
position: absolute;
top: 50%;
left: 55%;
transform: translate(-50%, -50%);
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-left: 14px solid #fff;
} .ksf-youtube-title {
font-size: 1.4rem;
font-weight: bold;
margin-bottom: 0.5rem;
line-height: 1.4;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.ksf-youtube-more {
font-size: 1.2rem;
color: #aaa;
text-decoration: underline;
} .ksf-youtube-slider-controls {
margin-top: 2rem;
display: flex;
flex-direction: column;
align-items: center;
gap: 15px;
}
.youtube-channel-btn {
background-color: #cc0000; }
.youtube-channel-btn:hover {
background-color: #ff0000;
} .ksf-youtube-thumbnail img {
width: 100%;
height: 100%;
object-fit: cover;
aspect-ratio: 16 / 9;
} .ksf-users-gallery-item {
outline: none; } .ksf-landcruiser-youtube-section,
.ksf-landcruiser-instagram-section,
.ksf-landcruiser-users-gallery {
background-color: #111; color: #fff; padding: 4rem 0; margin-top: 4rem; }
.ksf-landcruiser-page .ksf-landcruiser-users-gallery h2,
.ksf-landcruiser-page .ksf-landcruiser-instagram-section h2,
.ksf-landcruiser-page .ksf-landcruiser-youtube-section h2 {
text-align: center;
border-bottom: none; padding-bottom: 0;
margin-bottom: 2rem;
} .ksf-landcruiser-page .ksf-landcruiser-users-gallery h2::after,
.ksf-landcruiser-page .ksf-landcruiser-instagram-section h2::after,
.ksf-landcruiser-page .ksf-landcruiser-youtube-section h2::after {
margin: 1rem auto 0; background-color: #444; } .ksf-landcruiser-page .ksf-landcruiser-users-gallery p,
.ksf-landcruiser-page .ksf-landcruiser-instagram-section p,
.ksf-landcruiser-page .ksf-landcruiser-youtube-section p {
text-align: center;
} .ksf-users-gallery-slider {
margin: 0 -10px; }
.ksf-users-gallery-item {
padding: 0 10px; outline: none;
} .car-card-inner {
background-color: #222;
border: 1px solid #444;
border-radius: 6px;
overflow: hidden;
transition: transform 0.3s ease;
}
.car-card-inner:hover {
transform: translateY(-5px);
} .ksf-users-gallery-controls {
margin-top: 3rem;
display: flex;
flex-direction: column;
align-items: center;
gap: 15px;
} .ksf-users-gallery-item {
position: relative;
cursor: pointer;
}
.ksf-users-gallery-item .car-card-img {
position: relative;
} .ksf-users-gallery-item .car-zoom-btn {
position: absolute;
bottom: 10px;
right: 10px;
background: rgba(0, 0, 0, 0.7);
color: #fff;
padding: 5px 12px;
font-size: 0.8rem;
border-radius: 30px;
pointer-events: none;
opacity: 0; transition: opacity 0.3s ease, background-color 0.3s ease;
display: flex;
align-items: center;
gap: 5px;
z-index: 2;
} .ksf-users-gallery-item:hover .car-zoom-btn {
opacity: 1;
} .ksf-users-gallery-item:hover img {
opacity: 0.9;
transition: opacity 0.3s;
} .car-modal-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.9);
z-index: 10000; display: flex;
justify-content: center;
align-items: center;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
} .car-modal-overlay.active {
opacity: 1;
visibility: visible; }
.car-modal-content {
position: relative;
max-width: 90%;
max-height: 90%;
text-align: center;
}
.car-modal-content img {
max-width: 100%;
max-height: 80vh;
border: 2px solid #fff;
box-shadow: 0 0 20px rgba(0,0,0,0.5);
object-fit: contain;
}
.car-modal-close {
position: absolute;
top: -40px;
right: 0;
color: #fff;
font-size: 40px;
font-weight: bold;
cursor: pointer;
line-height: 1;
z-index: 10001;
}
#car-modal-caption {
color: #fff;
margin-top: 15px;
font-size: 1.2rem;
font-weight: bold;
} .ksf-users-gallery-item {
position: relative;
cursor: pointer;
}
.ksf-users-gallery-item .car-card-img {
position: relative;
} .ksf-users-gallery-item .car-zoom-btn {
position: absolute;
bottom: 10px;
right: 10px;
background: rgba(0, 0, 0, 0.7); color: #fff;
padding: 5px 12px;
font-size: 0.8rem;
border-radius: 30px;
pointer-events: none; opacity: 1; display: flex;
align-items: center;
gap: 5px;
z-index: 2;
transition: background-color 0.3s ease;
} .ksf-users-gallery-item:hover .car-zoom-btn {
background: rgba(0, 0, 0, 0.9);
} .ksf-users-gallery-item:hover img {
opacity: 0.9;
transition: opacity 0.3s;
} .car-modal-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.9);
z-index: 10000;
display: flex;
justify-content: center;
align-items: center;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
}
.car-modal-overlay.active {
opacity: 1;
visibility: visible;
}
.ksf-landcruiser-users-gallery .car-nickname {
color: #fff !important; text-align:center;
}
.ksf-landcruiser-users-gallery .car-date {
color: #ccc !important; }
.ksf-landcruiser-users-gallery .car-location {
color: #ccc !important; }  .ksf-landcruiser-model-buttons {
display: block;
margin: 2rem auto 1rem; padding: 0; max-width: 1000px;
} .ksf-landcruiser-model-toggle {
width: auto;
min-width: auto;
display: inline-block;
margin: 0 5px;
padding: 0.8rem 1.5rem;
font-size: 1.2rem;
font-weight: bold;
background-color: #222;
color: #fff;
border: 1px solid #555;
border-radius: 30px;
cursor: pointer;
transition: all 0.3s ease;
white-space: nowrap;
text-align: center;
min-height: auto;
}
.ksf-landcruiser-model-toggle:hover {
background-color: #444;
border-color: #fff;
}
.ksf-landcruiser-model-toggle.active {
background-color: #fff;
color: #000;
border-color: #fff;
}  .ksf-stock-slider-lower-contents,
.ksf-model-buttons-controls,
.ksf-users-gallery-controls,
.ksf-youtube-slider-controls {
width: 100%;
position: relative;
margin-top: 1.5rem;
padding-bottom: 1rem;
text-align: center;
} .ksf-stock-slider-parts,
.ksf-model-buttons-controls,
.ksf-users-gallery-controls,
.ksf-youtube-slider-controls {
display: flex;
flex-direction: row; align-items: center;
justify-content: center;
gap: 30px;
} .ksf-stock-arrows,
.ksf-model-buttons-arrows,
.ksf-users-arrows,
.ksf-youtube-arrows {
display: flex;
justify-content: center;
gap: 20px;
} .slide-arrow {
width: 40px; 
height: 40px;
display: flex; 
align-items: center;
justify-content: center;
cursor: pointer;
background-color: transparent; 
border: 1px solid #555; 
border-radius: 50%; 
color: transparent; 
font-size: 0;
padding: 0;
appearance: none;
transition: all 0.3s ease;
}
.slide-arrow:hover {
background-color: #333;
border-color: #fff;
} .slide-arrow::before {
content: '';
display: block;
width: 8px;
height: 8px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
margin-bottom: 2px; 
}
.prev-arrow::before { transform: rotate(-135deg); margin-left: 4px; }
.next-arrow::before { transform: rotate(45deg); margin-right: 4px; } .ksf-stock-dots .lc-dots-wrap,
.ksf-model-buttons-dots .lc-dots-wrap,
.ksf-users-dots .lc-dots-wrap,
.ksf-youtube-dots .lc-dots-wrap {
display: flex !important;
justify-content: center;
gap: 10px;
margin: 0;
padding: 0;
list-style: none;
}
.lc-dots-wrap li {
width: 10px;
height: 10px;
background: #555;
border-radius: 50%;
cursor: pointer;
margin: 0;
display: inline-block;
}
.lc-dots-wrap li.slick-active {
background: #fff;
transform: scale(1.2);
}
.lc-dots-wrap li button {
display: none;
}   .ksf-toc-section {
background-color: #0a0a0a; padding: 4rem 0;
border-bottom: 1px solid #222;
}
.ksf-toc-container {
max-width: 800px;
margin: 0 auto;
border: 1px solid #333;
padding: 2rem;
position: relative;
} .ksf-toc-title {
position: absolute;
top: -0.9em;
left: 50%;
transform: translateX(-50%);
background-color: #0a0a0a;
padding: 0 1.5rem;
font-family: 'Oswald', sans-serif; font-size: 1.2rem;
letter-spacing: 0.2em;
color: #666;
margin: 0;
} .ksf-toc-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
row-gap: 1.5rem;
}
.ksf-toc-list li {
width: 48%; border-bottom: 1px solid #222;
transition: border-color 0.3s;
}
.ksf-toc-list li:hover {
border-color: #fff;
} .ksf-toc-link {
display: flex;
align-items: baseline;
text-decoration: none;
color: #ccc;
padding: 0.5rem 0;
font-size: 1.4rem;
transition: color 0.3s, padding-left 0.3s;
}
.ksf-toc-link:hover {
color: #fff;
padding-left: 10px;
} .toc-num {
font-family: 'Oswald', sans-serif;
font-size: 1.2rem;
color: #444;
margin-right: 1rem;
font-weight: bold;
transition: color 0.3s;
}
.ksf-toc-link:hover .toc-num {
color: #0077cc; } @media screen and (max-width: 768px) {
.ksf-toc-list {
flex-direction: column;
}
.ksf-toc-list li {
width: 100%;
}
.ksf-toc-container {
padding: 1.5rem 1rem;
margin: 0 1rem;
}
} .lc-models-nav {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
margin-bottom: 2rem;
border-bottom: 1px solid #333;
padding-bottom: 1rem;
}
.lc-nav-item {
background: transparent;
border: 1px solid #555;
color: #ccc;
padding: 8px 16px;
border-radius: 20px;
cursor: pointer;
transition: all 0.3s;
}
.lc-nav-item:hover,
.lc-nav-item.active {
background: #fff;
color: #000;
border-color: #fff;
} .lc-models-slider {
position: relative;
margin: 0 auto;
max-width: 1000px;
} .lc-model-slide {
padding: 10px;
outline: none; } .lc-models-slider .slide-arrow {
background-color: #333;
width: 50px;
height: 50px;
opacity: 0.8;
}
.lc-models-slider .slide-arrow:hover {
background-color: #555;
opacity: 1;
} @media screen and (max-width: 768px) {
.lc-models-nav {
justify-content: flex-start;
overflow-x: auto;
white-space: nowrap;
padding-bottom: 10px; -webkit-overflow-scrolling: touch;
}
.lc-nav-item {
flex: 0 0 auto;
}
.lc-models-slider .slide-arrow {
display: none !important; }
} .ksf-demo-car-section {
background-color: #000; padding: 6rem 0;
color: #fff;
}
.ksf-demo-title {
text-align: center;
font-size: 2.4rem;
font-weight: bold;
margin-bottom: 1rem;
letter-spacing: 0.05em;
border-bottom: none; }
.ksf-demo-title::after {
content: '';
display: block;
width: 40px;
height: 3px;
background-color: #0077cc; margin: 1rem auto 0;
}
.ksf-demo-lead {
text-align: center;
color: #aaa;
margin-bottom: 4rem;
font-size: 1.2rem;
} .ksf-demo-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
} .ksf-demo-item {
display: block;
background-color: #111;
border: 1px solid #333;
border-radius: 8px;
overflow: hidden;
text-decoration: none;
color: #fff;
transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.ksf-demo-item:hover {
transform: translateY(-5px);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
border-color: #555;
} .ksf-demo-img {
width: 100%;
height: 220px;
overflow: hidden;
}
.ksf-demo-img img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}
.ksf-demo-item:hover .ksf-demo-img img {
transform: scale(1.05);
} .ksf-demo-content {
padding: 1.5rem;
}
.ksf-demo-name {
font-size: 1.6rem;
font-weight: bold;
margin-bottom: 0.8rem;
line-height: 1.3;
color: #fff;
border-bottom: 1px solid #333;
padding-bottom: 0.5rem;
}
.ksf-demo-text {
font-size: 1.6rem;
color: #ccc;
line-height: 1.6;
margin-bottom: 1.5rem;
min-height: 3.2em; }
.ksf-demo-link-text {
display: inline-block;
font-size: 1.6rem;
color: #00aaff;
font-weight: bold;
position: relative;
padding-right: 15px;
transition: padding-right 0.3s ease;
}
.ksf-demo-link-text::after {
content: '→';
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
transition: right 0.3s ease;
}
.ksf-demo-item:hover .ksf-demo-link-text {
padding-right: 20px;
}
.ksf-demo-item:hover .ksf-demo-link-text::after {
right: -5px;
} @media screen and (max-width: 768px) {
.ksf-demo-grid {
grid-template-columns: 1fr; gap: 20px;
}
.ksf-demo-img {
height: 200px;
}
.ksf-demo-title {
font-size: 1.8rem;
}
} .ksf-breadcrumbs-wrapper {
background-color: #0a0a0a; padding: 1rem 0;
border-bottom: 1px solid #222;
}
.ksf-breadcrumbs {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
font-size: 1.4rem;
color: #888;
font-family: 'Oswald', sans-serif; }
.ksf-breadcrumbs li {
display: flex;
align-items: center;
}
.ksf-breadcrumbs li:not(:last-child)::after {
content: '/';
margin: 0 10px;
color: #555;
font-size: 0.8rem;
}
.ksf-breadcrumbs a {
color: #aaa;
text-decoration: none;
transition: color 0.3s;
}
.ksf-breadcrumbs a:hover {
color: #fff;
text-decoration: underline;
}
.ksf-breadcrumbs span {
color: #fff; font-weight: bold;
} @media screen and (max-width: 768px) {
.ksf-breadcrumbs-wrapper {
padding: 0.8rem 0;
}
.ksf-breadcrumbs {
font-size: 0.8rem;
}
} ---------------------------------------------------------- */
.lc-models-nav {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
margin-bottom: 1rem;
padding-bottom: 1rem;
border-bottom: 1px solid #333;
}
.lc-nav-item {
background: transparent;
border: 1px solid #555;
color: #ccc;
padding: 8px 16px;
border-radius: 20px;
cursor: pointer;
transition: all 0.3s;
font-size: 1rem;
white-space: nowrap;
}
.lc-nav-item:hover,
.lc-nav-item.active {
background: #fff;
color: #000;
border-color: #fff;
} .lc-models-dots-container {
text-align: center;
margin-bottom: 2rem;
min-height: 20px;
} .lc-models-slider {
position: relative; margin: 0 auto;
max-width: 1000px;
padding: 0 60px; } .lc-model-slide {
padding: 10px;
outline: none;
} .lc-models-slider .slide-arrow {
position: absolute;
top: 60px; z-index: 10;
background-color: #333;
opacity: 0.8;
width: 40px;
height: 40px;
}
.lc-models-slider .slide-arrow:hover {
opacity: 1;
}
.lc-models-slider .model-arrow-prev {
left: 0; }
.lc-models-slider .model-arrow-next {
right: 0; } @media screen and (max-width: 768px) { .lc-models-nav {
justify-content: flex-start;
overflow-x: auto;
white-space: nowrap;
padding-bottom: 10px;
-webkit-overflow-scrolling: touch;
flex-wrap: nowrap;
}
.lc-nav-item {
flex: 0 0 auto;
} .lc-models-slider {
padding: 0;
} .lc-models-slider .slide-arrow {
display: none !important;
}
} @media screen and (max-width: 768px) { .ksf-landcruiser-model-buttons {
padding: 0; margin-left: -10px; margin-right: -10px;
}
.ksf-landcruiser-model-toggle {
font-size: 1rem;
padding: 10px 15px;
} .ksf-landcruiser-modal-content {
padding: 1.5rem;
}
.ksf-landcruiser-modal-body h2 { font-size: 1.6rem; }
.ksf-landcruiser-modal-body p { font-size: 1.2rem; } .ksf-landcruiser-lineage-content {
display: flex;
flex-direction: column-reverse; 
align-items: center;
text-align: left;
padding: 1.5rem 1rem;
height: auto; 
}
.ksf-landcruiser-lineage-block {
width: 100%;
margin-bottom: 3rem;
height: auto;
}
.ksf-landcruiser-lineage-image-wrapper {
position: static; 
width: 100%;
max-width: 100%;
margin-bottom: 1.5rem;
}
.ksf-landcruiser-lineage-text {
width: 100%;
max-width: 100%;
padding: 0;
}
.ksf-landcruiser-lineage-description {
margin-top: 1rem; 
}
.ksf-landcruiser-lineage-block::after {
height: 30px;
} .ksf-landcruiser-modal-body img {
max-width: 100%;
margin: 1rem auto;
} .ksf-stock-item-outside {
width: 100% !important;
max-width: 300px; margin: 0 auto;
}
.slide-arrow {
width: 36px;
height: 36px;
}
.ksf-users-gallery-slider {
margin: 0;
}
}   .lc-models-slider {
position: relative;
margin: 0 auto;
max-width: 1000px; padding: 0 60px; 
} .lc-models-slider .slide-arrow {
position: absolute;
top: 20px; width: 40px;
height: 40px;
background-color: #333;
opacity: 0.8;
z-index: 10; border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: opacity 0.3s, background-color 0.3s;
}
.lc-models-slider .slide-arrow:hover {
opacity: 1;
background-color: #555;
} .lc-models-slider .model-arrow-prev {
left: 0; } .lc-models-slider .model-arrow-next {
right: 0; } .lc-models-dots-container {
text-align: center;
margin-bottom: 2rem;
min-height: 20px;
} .lc-model-slide {
padding: 10px;
outline: none;
} @media screen and (max-width: 768px) {
.lc-models-slider {
padding: 0; } .lc-models-slider .slide-arrow {
display: none !important;
}
} .ksf-detailed-spec-table {
width: 100%;
border-collapse: collapse;
margin: 2rem 0 1rem;
font-family: 'Noto Sans JP', sans-serif;
font-size: 1.4rem; border: 1px solid #444; } .ksf-detailed-spec-table th {
background-color: #222; color: #ccc; font-weight: 600;
text-align: left;
padding: 1.2rem 1.5rem;
border-bottom: 1px solid #444;
border-right: 1px solid #444;
white-space: nowrap; width: 20%; } .ksf-detailed-spec-table th.sub-label {
background-color: #1a1a1a; color: #aaa;
font-weight: normal;
width: 25%;
} .ksf-detailed-spec-table td {
background-color: #111; color: #fff; padding: 1.2rem 1.5rem;
border-bottom: 1px solid #444;
font-family: 'Roboto', 'Noto Sans JP', sans-serif; letter-spacing: 0.05em;
} .ksf-detailed-spec-table .highlight-row th,
.ksf-detailed-spec-table .highlight-row td {
background-color: #333;
color: #fff;
font-weight: bold;
border-bottom: 2px solid #555;
} .ksf-spec-notes {
list-style: none;
padding: 0;
margin-top: 1rem;
font-size: 1.1rem;
color: #888;
line-height: 1.6;
text-align: right; }
.ksf-spec-notes li::before {
content: '※';
margin-right: 0.3em;
} @media screen and (max-width: 768px) {
.ksf-detailed-spec-table {
font-size: 1.2rem;
display: block;
overflow-x: auto; white-space: nowrap;
}
.ksf-detailed-spec-table th,
.ksf-detailed-spec-table td {
padding: 1rem;
}
} .ksf-landcruiser-modal-content {
position: relative; padding: 2rem 2.5rem 3rem; } .ksf-landcruiser-modal-close { position: static; 
display: block; margin: 3rem auto 0; transform: none;  font-size: 1rem;
color: #fff;
background-color: #000;
border: 1px solid #fff;
padding: 0.8rem 2.5rem; border-radius: 4px;
cursor: pointer;
letter-spacing: 0.05em;
transition: background-color 0.3s ease, transform 0.2s ease;
}
.ksf-landcruiser-modal-close:hover {
background-color: #333;
transform: translateY(-2px); } .ksf-table-wrap {
width: 100%;
overflow-x: auto; margin-bottom: 2rem;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
border-radius: 8px;
}
.ksf-comparison-table {
width: 100%;
min-width: 800px; border-collapse: collapse;
background-color: #fff;
font-size: 0.95rem;
}
.ksf-comparison-table th,
.ksf-comparison-table td {
padding: 12px 15px;
text-align: left;
border-bottom: 1px solid #ddd;
vertical-align: middle;
}
.ksf-comparison-table thead tr {
background-color: #333;
color: #fff;
}
.ksf-comparison-table thead th {
font-weight: bold;
white-space: nowrap;
}
.ksf-comparison-table tbody tr:nth-child(even) {
background-color: #f9f9f9;
}
.ksf-comparison-table tbody tr:hover {
background-color: #f1f1f1;
} .ksf-comparison-table tbody th {
background-color: #eef;
font-weight: bold;
color: #333;
border-right: 1px solid #ddd;
}.car-photo-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 20px;
margin-bottom: 40px;
} .car-card {
border: 1px solid #e0e0e0;
border-radius: 8px;
overflow: hidden;
background: #fff;
box-shadow: 0 2px 5px rgba(0,0,0,0.05);
transition: transform 0.3s;
cursor: pointer;
}
.car-card:hover {
transform: translateY(-3px);
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
} .car-card-body {
padding: 15px;
}
.car-date {
font-size: 0.85em;
color: #888;
margin-bottom: 5px;
}
.car-nickname {
font-size: 1.1em;
font-weight: bold;
margin: 5px 0;
color: #333;
}
.car-model {
font-size: 1em;
color: #0056b3;
margin-bottom: 5px;
font-weight: bold;
}
.car-location {
font-size: 0.9em;
color: #555;
}  .car-card .car-card-img {
position: relative;
} .car-card .car-card-img img {
width: 100%;
height: 280px; object-fit: cover;
display: block;
} .car-zoom-btn {
display: none; } .car-card .car-zoom-btn {
display: flex; position: absolute;
bottom: 12px;
right: 12px;
background: rgba(0, 0, 0, 0.6);
color: #fff;
padding: 6px 14px;
border-radius: 30px;
font-size: 0.85em;
font-weight: bold;
pointer-events: none; 
transition: background 0.3s;
align-items: center;
} .icon-zoom {
margin-right: 6px;
font-size: 1.1em;
} .car-card:hover .car-zoom-btn {
background: rgba(0, 0, 0, 0.8);
}  .car-pagination {
text-align: center;
margin-top: 20px;
display: flex;
justify-content: center;
gap: 5px;
}
.car-pagination a, .car-pagination span {
display: flex;
align-items: center;
justify-content: center;
padding: 8px 12px;
border: 1px solid #ddd;
text-decoration: none;
color: #333;
background: #fff;
min-width: 40px;
}
.car-pagination span.current {
background: #333;
color: #fff;
border-color: #333;
} .car-filter-btn {
display: inline-block;
padding: 10px 20px;
margin: 5px;
border: 1px solid #333;
border-radius: 30px;
text-decoration: none;
color: #333;
background: #fff;
transition: all 0.3s;
font-weight: bold;
}
.car-filter-btn:hover {
background: #eee;
}
.car-filter-btn.active {
background: #333;
color: #fff;
border-color: #333;
} .car-modal-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
z-index: 9999;
display: flex;
justify-content: center;
align-items: center;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease;
}
.car-modal-overlay.active {
opacity: 1;
visibility: visible;
}
.car-modal-content {
position: relative;
max-width: 90%;
max-height: 90%;
text-align: center;
}
.car-modal-content img {
max-width: 100%;
max-height: 80vh;
border: 4px solid #fff;
border-radius: 4px;
box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}
#car-modal-caption {
color: #fff;
margin-top: 10px;
font-size: 1.1em;
font-weight: bold;
}
.car-modal-close {
position: absolute;
top: -40px;
right: 0;
color: #fff;
font-size: 40px;
font-weight: bold;
cursor: pointer;
line-height: 1;
}
.car-modal-close:hover {
color: #ddd;
} @media screen and (max-width: 768px) { .car-photo-grid {
grid-template-columns: repeat(2, 1fr); gap: 10px; }  .car-card .car-card-img img {
height: 150px; } .car-nickname {
font-size: 0.95em;
}
.car-model, 
.car-location {
font-size: 0.8em;
} .car-card-body {
padding: 10px;
}
}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box}img{width:auto}a{text-decoration:none}body {
font-family: YakuHanJP, "Noto Sans JP", sans-serif;
font-size: 1.6rem;
line-height: 1.5;
font-weight: 500;
color: #0d0e14;
background-color: #fff;
}
body:not(.home) {
background-color: #f9f9fe;
}
a {
word-break: break-all;
transition: .2s;
}
.en {
font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
font-weight: 900;
font-style: normal;
letter-spacing: 0.05em;
text-transform: uppercase;
} .sp {
display: none;
}
.inner {
max-width: 1410px;
padding: 0 7.46%;
margin: 0 auto;
box-sizing: content-box;
}
.inner_inner {
max-width: 800px;
margin: 0 auto;
}
img {
max-width: 100%;
vertical-align: bottom;
}
.slick-initialized .slick-slide {
height: auto !important;
}
@media screen and (max-width:640px) {
.inner {
width: 100vw;
padding: 0 5%;
margin: 0 auto;
box-sizing: border-box;
}
.inner_inner {
width: 100vw;
padding: 0 5%;
margin: 0 auto;
}
.sp {
display: block;
}
.pc {
display: none;
}
}
.main_header {
background-color: #000;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 99;
}
.main_header .header_inner {
padding: 20px;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.main_header .header_inner .header_logo {
display: block;
width: 234px;
}
.main_header .header_inner .header_menu_wrapper {
display: flex;
align-items: center;
gap: 20px;
}
.main_header .header_inner #menu-header-nav {
display: flex;
gap: 20px;
}
.main_header .header_inner #menu-header-nav > li > a {
color: #fff;
font-size: 1.4rem;
font-weight: 600;
}
.main_header .header_inner #menu-header-nav .sub-menu {
display: none;
}
.main_header .header_inner .sns_list {
display: flex;
gap: 20px;
align-items: center;
margin-left: auto;
}
.main_header .header_inner .sns_img.yt {
width: 36px;
}
.main_header .header_inner .sns_img.ig {
width: 31px;
}
.main_header .header_inner .sns_img.tt {
width: 27px;
}
.main_header .header_inner .header_cta {
display: flex;
gap: 25px;
margin-left: auto;
}
.main_header .header_inner .header_cta .cta_link {
display: flex;
padding: 7px 15px 7px 10px;
gap: 10px;
align-items: center;
font-size: 1.4rem;
font-weight: 700;
}
.main_header .header_inner .header_cta .cta_link.ec {
background-color: #fff;
color: #000;
}
.main_header .header_inner .header_cta .cta_link.ec .cta_icon {
width: 28px;
}
.main_header .header_inner .header_cta .cta_link.ct {
background-color: #e20c16;
color: #fff;
}
.main_header .header_inner .header_cta .cta_link.ct .cta_icon {
width: 32px;
} .section-title {
text-align: center;
margin-bottom: 50px;
}
.section-title .title-en {
font-size: 4rem;
text-align: center;
letter-spacing: .05em;
}
.section-title .title-en::first-letter {
color: #e20c16;
}
.section-title .title-jp {
font-size: 1.6rem;
font-weight: 600;
} .more {
font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
font-size: 1.4rem;
font-weight: 700; 
padding: 6px 35px;
border-radius: 20px;
border: solid 1px #000;
line-height: 1;
letter-spacing: 0.05em;
color: #000;
text-transform: uppercase;
margin-bottom: 25px;
}
.more:hover {
background-color: #000;
color: #fff;
}
.floating_cta {
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 2px;
position: fixed;
top: 50%;
right: 0;
transform: translateY(-50%);
transition: transform 0.3s ease;
visibility: hidden;
opacity: 0;
transition: opacity 0.3s ease, visibility 0.3s ease;
z-index: 99;
}
.floating_cta.visible {
visibility: visible;
opacity: 1;
}
.floating_cta .fl_cta_link {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 12px;
color: #fff;
height: 130px;
width: 60px;
}
.floating_cta.hidden .fl_cta_link {
transform: translateX(100%);
opacity: 0;
pointer-events: none;
transition: transform 0.3s ease, opacity 0.3s ease;
}
.floating_cta .fl_cta_link.ec {
background-color: #e20c16;
}
.floating_cta .fl_cta_link.ct {
background-color: #000;
}
.floating_cta .fl_cta_link .cta_icon {
width: 46px;
text-align: center;
}
.floating_cta .fl_cta_link .cta_txt {
text-align: center;
font-size: 1.2rem;
line-height: 1.2;
}
.floating_cta .fl_cta_link .cta_txt .min {
text-align: center;
font-size: 1rem;
}
.floating_cta #toggle-btn {
background-color: #595959;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 30px;
border: none;
outline: none;
appearance: none;
cursor: pointer;
z-index: 99;
transition: all .3s ease;
}
.floating_cta #toggle-btn:hover {
background-color: #333;
}
.floating_cta.hidden #toggle-btn {
width: 30px;
opacity: .5;
}
.floating_cta #toggle-btn .toggle-arrow {
width: 16px;
transform: scale(-1, 1);
transition: all .2s;
}
.floating_cta.hidden #toggle-btn .toggle-arrow {
transform: scale(1, 1);
}
.footer_link .link_wrap {
display: flex;
}
.footer_link .link_wrap .link-item {
width: 50%;
height: 26vw;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
background-position: center;
background-size: cover;
position: relative;
overflow: hidden;
}
.footer_link .link_wrap .link-item::after {
content: "";
width: 100%;
height: 100%;
display: block;
background-color: #000;
opacity: .5;
position: absolute;
top: 0;
left: 0;
transition: all .2s;
}
.footer_link .link_wrap .link-item:hover::after {
opacity: .6;
}
.footer_link .link_wrap .link-item .link-item-image {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.footer_link .link_wrap .link-item .link-item-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all .2s;
}
.footer_link .link_wrap .link-item:hover .link-item-image img {
transform: scale(1.04);
}
.footer_link .link_wrap .link-item .footer_link_title {
text-align: center;
position: relative;
z-index: 2;
}
.footer_link .link_wrap .link-item .footer_link_title .title-en {
font-size: 4rem;
font-weight: 700;
}
.footer_link .link_wrap .link-item .footer_link_title .title-jp {
font-size: 1.5rem;
font-weight: 600;
}
footer {
background-color: #000;
padding: 80px 0 20px;
}
.footer-nav-list {
display: flex;
justify-content: center;
gap: 50px;
line-height: 1;
}
.footer-nav-list .parent-link {
color: #fff;
font-size: 2.2rem;
font-weight: 600;
}
.footer-nav-list .list-item-parent .parent-link.related-cp {
margin-top: 40px;
}
.footer-nav-list .nav-list-child {
display: flex;
flex-direction: column;
gap: 24px;
margin-top: 30px;
}
.footer-nav-list .nav-list-child.shop-list {
display: flex;
flex-wrap: wrap;
flex-direction: row;
width: 416px;
gap: 24px;
}
.footer-nav-list .list-item-child {
min-width: 196px;
}
.footer-nav-list .list-item-child .child-link {
color: #fff;
font-size: 1.4rem;
font-weight: 600;
}
footer .footer-logo {
display: block;
max-width: 420px;
margin: 70px auto 0;
}
footer .copyright {
color: #fff;
font-size: 1.2rem;
font-weight: 400;
text-align: center;
margin-top: 60px;
} #menu-item-36 {
position: relative;
}
#menu-item-36 .sub-menu {
display: none;
position: absolute;
left: 45%;
transform: translateX(-50%);
background: #fff;
padding: 20px;
min-width: 200px;
z-index: 100;
margin-top: 10px;
border-radius: 0;
}
#menu-item-36 .sub-menu li {
margin-bottom: 10px;
}
#menu-item-36 .sub-menu li:last-child {
margin-bottom: 0;
}
#menu-item-36 .sub-menu a {
color: #333;
text-decoration: none;
display: block;
padding: 5px 0;
transition: color 0.3s ease;
}
#menu-item-36 .sub-menu a:hover {
color: #dc3232;
} @media screen and (min-width: 841px) and (max-width: 1390px) {
.main_header .header_inner .header_logo {
width: 200px;
}
.main_header .header_inner #menu-header-nav {
gap: 15px;
}
.main_header .header_inner #menu-header-nav > li > a {
font-size: 1.4rem;
}
.main_header .header_inner .sns_list {
gap: 15px;
}
.main_header .header_inner .sns_img.yt {
width: 36px;
}
.main_header .header_inner .sns_img.ig {
width: 32px;
}
.main_header .header_inner .sns_img.tt {
width: 27px;
}
.main_header .header_inner .header_cta {
gap: 20px;
}
.main_header .header_inner .header_cta .cta_link {
padding: 8px 12px;
gap: 13px;
font-weight: 600;
}
#menu-item-36 .sub-menu {
left: 30%;
}
}
@media screen and (min-width: 1150px) and (max-width: 1250px) {
.main_header .header_inner .header_menu_wrapper {
gap: 15px;
}
.main_header .header_inner #menu-header-nav {
gap: 10px;
}
.main_header .header_inner .sns_list {
gap: 20px;
}
.main_header .header_inner .sns_img.yt {
width: 32px;
}
.main_header .header_inner .sns_img.ig {
width: 28px;
}
.main_header .header_inner .sns_img.tt {
width: 25px;
}
.main_header .header_inner .header_cta {
gap: 10px;
}
.main_header .header_inner .header_cta .cta_link {
gap: 10px;
}
} @media screen and (max-width: 840px) {
.main_header .header_inner {
padding: 0;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
height: 60px;
}
.main_header .header_inner .header_logo {
width: 160px;
margin-left: 15px;
position: relative;
z-index: 101;
}
.main_header .header_inner .header_menu_wrapper {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 130%;
background: #000;
z-index: 100;
padding: 60px 15px;
pointer-events: none;
opacity: 0;
transition: opacity .1s linear;
display: flex;
flex-direction: column;
}
.main_header .header_inner .header_menu_wrapper.active {
opacity: 1;
pointer-events: auto;
}
.main_header .header_inner .header_menu_wrapper .header-nav {
width: 100%;
}
.main_header .header_inner #menu-header-nav {
display: flex;
flex-direction: column;
border-top: solid 1px #333;
gap: 0;
}
.main_header .header_inner #menu-header-nav .menu-item {
border-bottom: solid 1px #333;
}
.main_header .header_inner #menu-header-nav .menu-item a {
padding: 15px 0;
display: block;
width: 100%;
}
.hum {
width: 60px;
height: 60px;
position: relative;
position: relative;
z-index: 101;
}
.hum i {
display: inline-block;
transition: all .4s;
position: absolute;
left: 16px;
height: 2px;
background-color: #fff;
}
.hum i:nth-of-type(1) {
top: 25px;
width: 50%;
}
.hum.active i:nth-of-type(1) {
top: 20px;
left: 16px;
transform: translate(3px, 9px) rotate(-45deg);
width: 35%;
}
.hum i:nth-of-type(2) {
top: 32px;
width: 30%;
}
.hum.active i:nth-of-type(2) {
top: 32px;
left: 16px;
transform: translate(3px, -3px) rotate(45deg);
width: 35%;
}
.main_header .header_inner .sns_list {
margin: 0 auto;
}
.main_header .header_inner .header_cta {
flex-direction: column;
align-items: center;
margin-left: unset;
width: 85%;
}
.main_header .header_inner .header_cta .cta_link {
width: 100%;
height: 70px;
justify-content: center;
font-size: 1.7rem;
}
.main_header .header_inner .header_cta .cta_link.ec .cta_icon {
width: 34px;
}
.section-title {
margin-bottom: 30px;
}
.section-title .title-en {
font-size: 3rem;
}
.section-title .title-en.title-long {
font-size: 2.2rem;
}
.section-title .title-jp {
font-size: 1.4rem;
}
.footer_link .link_wrap {
display: flex;
flex-direction: column;
}
.footer_link .link_wrap .link-item {
width: 100%;
height: 200px;
}
.footer_link .link_wrap .link-item .footer_link_title .title-en {
font-size: 3rem;
}
.footer_link .link_wrap .link-item .footer_link_title .title-jp {
font-size: 1.4rem;
}
footer {
padding: 40px 0 20px;
}
footer .inner {
padding: 0;
}
.footer-nav-list {
flex-wrap: wrap;
gap: 0;
}
.footer-nav-list .list-item-parent {
width: 100%;
position: relative;
}
.footer-nav-list .list-item-parent .parent-link {
padding: 25px 5%;
border-bottom: solid 1px #333;
font-size: 1.7rem;
position: relative;
}
.footer-nav-list .list-item-parent .parent-link.related-cp {
margin-top: 0;
}
.footer-nav-list .list-item-parent .parent-link::after {
content: url(//ksfactory.jp/wp-content/themes/ks-theme/assets/images/common/arrow-accordion.svg);
display: block;
width: 15px;
position: absolute;
top: 50%;
right: 5%;
transform: translateY(-50%);
}
.footer-nav-list .list-item-parent .parent-link.active::after {
transform: scale(1, -1);
}
.footer-nav-list .list-item-parent .parent-link:first-child {
border-top: solid 1px #333;
}
.footer-nav-list .list-item-parent .nav-list-child {
display: none;
margin: 15px 0;
width: 100%;
}
.footer-nav-list .list-item-parent .nav-list-child .child-link {
color: #f9f9f9;
padding: 15px 5%;
display: block;
font-size: 1.5rem;
}
footer .footer-logo {
width: 240px;
margin: 40px auto 0;
}
footer .copyright {
margin-top: 40px;
} #menu-item-36 {
position: relative;
border-bottom: solid 1px #333;
}
#menu-item-36 > a {
padding: 15px 0;
display: block;
width: 100%;
position: relative;
color: #fff;
font-size: 1.7rem;
}
#menu-item-36 .sub-menu {
display: none;
position: static;
background: transparent;
box-shadow: none;
border-radius: 0;
padding: 0;
min-width: auto;
margin-top: 0;
transform: none;
width: 100%;
}
#menu-item-36 .sub-menu::before {
display: none;
}
#menu-item-36 .sub-menu li {
margin-bottom: 0;
border-bottom: solid 1px #333;
}
#menu-item-36 .sub-menu li:last-child {
border-bottom: none;
}
#menu-item-36 .sub-menu a {
color: #fff;
padding: 15px 0;
display: block;
font-size: 1.5rem;
opacity: 0.7;
}
#menu-item-36 .sub-menu a:hover {
color: #fff;
opacity: 1;
}
}.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;
}.up-fv {
margin-top: 85px;
padding: 100px 0;
}
.up-fv-basic {
margin-top: 85px;
padding: 40px 0;
}
.breadcrumb {
display: flex;
font-size: 1.5rem;
gap: 70px;
}
.breadcrumb .bc-link {
position: relative;
color: #7a8192;
}
.breadcrumb .bc-text {
position: relative;
}
.breadcrumb .bc-text:not(:first-child)::after {
content: "";
width: 40px;
height: 1px;
background-color: #e4e4e9;
display: block;
position: absolute;
top: 50%;
left: -55px;
}
.page-title {
margin-top: 30px;
}
.page-title.center {
text-align: center;
}
.page-title .title-jp {
font-size: 4.2rem;
font-weight: 700;
letter-spacing: .05em;
}
.page-title .title-jp::first-letter {
color: #e20c16;
}
.page-title .title-en {
font-weight: 500;
color: #b5b5c0;
}
.up-text-p {
font-size: 1.6rem;
line-height: 1.8;
font-weight: 500;
margin: 1em 0;
}
.up-more {
font-size: 1.4rem;
font-weight: 400;
padding: 6px 35px;
border-radius: 20px;
border: solid 1px #000;
line-height: 1;
color: #000;
}
.up-more:hover {
background-color: #000;
color: #fff;
}
.up-fv-image-section {
margin: 0 auto;
padding: 0 40px;
max-width: 100%;
}
.up-fv-image-section .up-fv-image {
border: solid 2px #000;
}
.complete-car-slide .slider-item {
margin: 0 20px;
border: solid 3px #000;
}
.complete-slider-dots {
margin-top: 20px;
}
.dots-wrap {
display: flex;
justify-content: center;
gap: 16px;
}
.dots-wrap li {
width: 15%;
height: auto;
background: #cfcfcf;
cursor: pointer;
}
.dots-wrap li:hover,
.dots-wrap li.slick-active {
background: #000;
}
.dots-wrap li button {
display: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
padding: 0;
border: none;
background-color: transparent;
}
.complete-commitment {
padding: 120px 0;
}
.complete-commitment .commitment-content {
font-size: 1.7rem;
line-height: 2;
}
.complete-models {
padding-bottom: 120px;
}
.complete-models .models-content {
display: flex;
flex-wrap: wrap;
align-items: flex-end;
gap: 40px 20px;
}
.complete-models .model-item {
display: block;
width: calc((100% - 40px) / 3);
border-bottom: solid 1px #828282;
padding-bottom: 50px;
color: #252525;
}
.complete-models .model-name {
font-size: 2.4rem;
font-weight: 700;
margin-top: 40px;
}
.complete-models .model-name .series {
color: #b5b5c0;
font-size: 1.6rem;
}
.gallery-slider {
overflow: hidden;
}
.gallery-slider .gallery-wrap {
display: flex;
overflow: hidden;
width: max-content;
gap: 20px;
}
.gallery-slider .gallery-wrap:first-child {
margin-bottom: 20px;
}
.gallery-slider .gallery-wrap .gallery-item {
display: flex;
gap: 20px;
}
.gallery-slider .gallery-wrap .scroll-left {
animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
.gallery-slider .gallery-wrap .scroll-right {
animation: infinity-scroll-right 40s infinite linear 0.5s both;
}
@keyframes infinity-scroll-left {
from {
transform: translateX(0);
}
to {
transform: translateX(-100%);
}
}
@keyframes infinity-scroll-right {
from {
transform: translateX(-100%);
}
to {
transform: translateX(0%);
}
}
.gallery-slider .gallery-wrap .gallery-item .gallery-image {
flex-shrink: 0;
}
.faq {
padding: 120px 0;
}
.faq02 {
padding: 0 0 120px;
}
.faq .faq_wrapper {
display: flex;
flex-direction: column;
gap: 25px;
}
.faq .faq_wrapper .faq-item {
border: solid 2px #000;
padding: 35px;
cursor: pointer;
background-color: #fff;
}
.faq .faq_wrapper .faq-item .q {
display: flex;
padding-right: 35px;
line-height: 26px;
position: relative;
}
.faq .faq_wrapper .faq-item .q::after {
content: url(//ksfactory.jp/wp-content/themes/ks-theme/assets/images/common/arrow-accordion-bk.svg);
display: block;
width: 15px;
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
transition: all .2s;
}
.faq .faq_wrapper .faq-item.active .q::after {
transform: translateY(-50%) scale(1, -1);
}
.faq .faq_wrapper .faq-item .q .en {
font-size: 2.4rem;
margin-right: 30px;
}
.faq .faq_wrapper .faq-item .q .q_text {
font-size: 1.8rem;
font-weight: 700;
}
.faq .faq_wrapper .faq-item .a_cont {
display: none;
}
.faq .faq_wrapper .faq-item .a {
display: flex;
line-height: 26px;
padding-top: 35px;
margin-top: 35px;
border-top: solid 1px #e4e4e9;
}
.faq .faq_wrapper .faq-item .a .en {
font-size: 2.4rem;
color: #e20c16;
margin-right: 30px;
}
.faq .faq_wrapper .faq-item .a .a_text {
font-size: 1.5rem;
white-space: pre-wrap;
}
.flow {
padding: 120px 0;
background-color: #fff;
}
.flow .flow-wrap {
display: flex;
flex-direction: column;
gap: 60px;
}
.flow .flow-wrap .flow-content {
width: 100%;
display: flex;
justify-content: center;
gap: 40px;
}
.flow .flow-wrap .flow-content .flow-image {
border: solid 2px #000;
position: relative;
}
.flow .flow-wrap .flow-content .flow-image::after {
content: "";
width: 0;
height: 0;
border-style: solid;
border-right: 15px solid transparent;
border-left: 15px solid transparent;
border-top: 15px solid #aeaebf;
border-bottom: 0;
position: absolute;
bottom: -30px;
left: 50%;
transform: translate(-50%,50%);
}
.flow .flow-wrap .flow-content:last-child .flow-image::after {
display: none;
}
.flow .flow-wrap .flow-content .text-area {
width: 550px;
}
.flow .flow-wrap .flow-content .text-area .flow-title {
font-size: 2.4rem;
font-weight: 700;
margin-bottom: 30px;
}
.flow .flow-wrap .flow-content .text-area .flow-title .num {
color: #e20c16;
font-size: 1.8rem;
margin-right: 15px;
}
.flow .flow-wrap .flow-content .text-area .flow-description {
font-size: 1.7rem;
line-height: 2;
white-space: pre-wrap;
}
.buy-sell-overview {
padding: 10px 0;
}
.buy-sell-overview .overview-content {
text-align: center;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.8;
}
.buy-sell-overview .overview-content .underline {
background: linear-gradient(transparent 95%, #e20c16 95%);
}
.buy-sell-overview .overview-content .red {
color: #e20c16;
}
.buy-sell-overview .overview-content .big {
font-size: 3.6rem;
}
.buy-sell-cta {
padding-bottom: 120px;
}
.buy-sell-cta .buy-sell-cta-cotntent {
width: 100%;
padding: 70px 0;
background: url(//ksfactory.jp/wp-content/themes/ks-theme/assets/images/up/cta-bg.jpg) no-repeat;
background-size: cover;
}
.buy-sell-cta .buy-sell-cta-cotntent .cta-title {
color: #fff;
font-size: 2.4rem;
font-weight: 700;
text-align: center;
margin-bottom:40px;
}
.buy-sell-cta .buy-sell-cta-cotntent .btns {
display: flex;
justify-content: center;
gap: 40px;
}
.buy-sell-cta .buy-sell-cta-cotntent .btns .cta-btn {
width: 440px;
border-radius: 10px;
padding: 20px;
display: flex;
flex-direction: column;
align-items: center;
color: #fff;
gap: 5px;
position: relative;
}
.buy-sell-cta .buy-sell-cta-cotntent .btns .cta-btn::after {
content: url(//ksfactory.jp/wp-content/themes/ks-theme/assets/images/common/arrow-right.svg);
width: 14px;
height: 24px;
position: absolute;
top: 50%;
right: 25px;
transform: translateY(-50%);
}
.buy-sell-cta .buy-sell-cta-cotntent .btns .cta-btn .main-txt {
font-size: 2rem;
}
.buy-sell-cta .buy-sell-cta-cotntent .btns .cta-btn .sub-txt {
font-size: 1.4rem;
}
.buy-sell-cta .buy-sell-cta-cotntent .btns .cta-btn.ct {
background-color: #e00b15;
box-shadow: 0 8px 0 0 #b90009;
}
.buy-sell-cta .buy-sell-cta-cotntent .btns .cta-btn.ln {
background-color: #1dcd00;
box-shadow: 0 8px 0 0 #148c00;
}
.buy-sell-hot-models .up-section-jp-title {
font-size: 3.2rem;
font-weight: 700;
text-align: center;
margin-bottom: 40px;
}
.buy-sell-hot-models .up-section-jp-title::first-letter {
color: #e20c16;
}
.buy-sell-hot-models .hot-models-inner {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 36px;
}
.buy-sell-hot-models .hot-models-inner .model-item {
background-color: #fff;
width: 370px;
padding: 35px;
display: flex;
flex-direction: column;
align-items: center;
}
.buy-sell-hot-models .hot-models-inner .model-item .model-name {
text-align: center;
font-size: 2rem;
font-weight: 700;
}
.buy-sell-hot-models .hot-models-inner .model-item .series {
font-size: 1.3rem;
text-align: center;
color: #7c7c7c;
}
.buy-sell-hot-models .hot-models-inner .model-item .model-image {
margin-top: auto;
padding-top: 15px;
}
.buy-sell-hot-models .hot-models-inner .model-item .average-price {
display: flex;
align-items: flex-end;
gap: 10px;
margin-top: 10px;
}
.buy-sell-hot-models .hot-models-inner .model-item .average-price .ttl {
color: #fff;
background-color: #000;
padding: 5px 7px;
line-height: 1;
}
.buy-sell-hot-models .hot-models-inner .model-item .average-price .price {
font-size: 2.8rem;
font-weight: 700;
color: #e00b15;
line-height: 1;
transform: translateY(10px);
}
.buy-sell-hot-models .hot-models-inner .model-item .average-price .price .num {
font-size: 4.8rem;
line-height: 1;
}
.inspection-overview {
padding: 120px 0;
}
.inspection-overview .insp-cont {
display: flex;
justify-content: space-between;
}
.inspection-overview .insp-cont .insp-item {
width: 440px;
}
.inspection-overview .insp-cont .insp-item .insp-img {
border: solid 2px #000;
}
.inspection-overview .insp-cont .insp-item .insp-title {
font-size: 2.2rem;
font-weight: 700;
padding-bottom: 10px;
border-bottom: solid 1px #828282;
margin: 20px 0;
}
.inspection-overview .insp-cont .insp-item .insp-title::first-letter {
color: #e00b15;
}
.inspection-overview .insp-cont .insp-item .insp-title .en {
font-size: 1.5rem;
font-weight: 400;
color: #b5b5c0;
margin-left: 20px;
}
.inspection-overview .insp-cont .insp-item .insp-text {
line-height: 2;
}
.price-table {
padding: 0 0 120px;
}
.price-table-block table.has-fixed-layout {
width: 100%;
border-collapse: collapse;
table-layout: fixed;
font-family: sans-serif;
color: #000;
}
.price-table-block table.has-fixed-layout th,
.price-table-block table.has-fixed-layout td {
border: 1px solid #000;
padding: 12px;
text-align: center;
font-size: 14px;
vertical-align: middle;
}
.price-table-block table.has-fixed-layout thead {
border-bottom: solid 1px #000;
}
.price-table-block table.has-fixed-layout thead th {
background-color: #e00b15;
color: #fff;
font-weight: bold;
}
.price-table-block table.has-fixed-layout thead th:first-child {
background-color: transparent;
border: none;
}
.price-table-block table.has-fixed-layout tbody td:first-child {
font-weight: bold;
background-color: #252525;
color: #fff;
font-weight: 700;
text-align: left;
}
.price-table-block table.has-fixed-layout tbody tr:nth-child(even) {
background-color: #f4f4f4;
}
.price-table-block table.has-fixed-layout tbody tr:hover {
background-color: #ffe5e7;
}
.fixed-page-table {
overflow-x: auto;
}
.fixed-page-table .fixed-page-table-layout {
table-layout: fixed;
width: 100%;
}
.fixed-page-table table {
border-collapse: collapse;
width: 100%;
}
.fixed-page-table td, .fixed-page-table th {
border: 1px solid;
padding: .5em;
}
.fixed-page-table th {
   width: 30%;
}
width: 100%;
border-collapse: collapse;
} .has-fixed-layout-buy-sell-wrapper {
width: 100%;
overflow-x: auto;
margin-top: 40px;
margin-bottom: 40px;
}
.has-fixed-layout-buy-sell-example {
width: 100%;
min-width: 600px;
border-collapse: collapse;
}
.has-fixed-layout-buy-sell-example th.buy-sell-cell,
.has-fixed-layout-buy-sell-example td.buy-sell-cell {
border: 1px solid #ccc;
padding: 12px;
vertical-align: middle;
}
.has-fixed-layout-buy-sell-example th.buy-sell-cell {
background-color: #f8f8f8;
font-weight: bold;
text-align: center;
}
.has-fixed-layout-buy-sell-example td.buy-sell-cell img {
display: block;
margin: 0 auto;
}
.available-shop {
padding: 120px 0;
background-color: #fff;
}
.available-content {
display: flex;
gap: 20px;
justify-content: center;
}
.available-item {
width: calc((100% - 40px) / 3);
padding: 20px;
border: solid 2px #000;
}
.available-item .item-thumbnail {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
overflow: hidden;
}
.available-item .item-thumbnail img {
width: 100%;
height: 100%;
object-fit: cover;
}
.available-item .item-name {
font-size: 2rem;
font-weight: 700;
padding-bottom: 10px;
border-bottom: solid 1px #828282;
margin: 10px 0;
}
.available-item .item-name::first-letter {
color: #e20c16;
}
.available-item .item-text.address {
font-size: 1.6rem;
color: #7c7c7c;
margin-bottom: 10px;
}
.demo-car-list-section {
padding: 120px 0;
}
.demo-car-list-section .demo-car-list {
display: flex;
flex-wrap: wrap;
gap: 60px 20px;
}
.demo-car-item{
width: calc((100% - 40px) / 3);
}
.demo-car-image{
width: 100%;
height: auto;
aspect-ratio: 3 / 2;
overflow: hidden;
position: relative;
}
.demo-car-image img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.demo-car-list-section .demo-car-list .demo-car-item .demo-car-title {
font-size: 2.4rem;
font-weight: 700;
text-align: center;
margin-bottom: 20px;
}
.demo-car-list-section .demo-car-list .demo-car-item .demo-car-title::first-letter {
color: #e00b15;
}
.demo-car-list-section .demo-car-list .demo-car-item .more-content {
text-align: center;
margin-top: 40px;
}
@media screen and (max-width:840px) {
.demo-car-list-section .demo-car-list {
gap: 40px 10px;
}
.demo-car-item{
width: calc((100% - 10px) / 2);
}
.demo-car-list-section .demo-car-list .demo-car-item .demo-car-title {
font-size: 1.7rem;
margin-bottom: 10px;
}
.demo-car-list-section .demo-car-list .demo-car-item .more-content {
margin-top : 20px;
}
}
.company-shop-list {
padding: 120px 0;
}
.company-shop-list.related-companies {
padding: 0 0 120px;
}
.company-shop-list .shop-list-container {
display: flex;
flex-wrap: wrap;
gap: 45px;
}
.company-shop-list .shop-list-container .shop-item {
width: calc((100% - 90px) / 3);
border: solid 2px #000;
background-color: #fff;
}
.company-shop-list .shop-list-container .shop-item .thumbnail {
width: 100%;
aspect-ratio: 16 / 9;
border-bottom: solid 2px #000;
}
.company-shop-list .shop-list-container .shop-item .thumbnail img {
width: 100%;
height: 100%;
object-fit: cover;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap {
padding: 15px 15px 20px;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .shop-title {
font-size: 2rem;
font-weight: 700;
padding-bottom: 15px;
border-bottom: solid 1px #a6a6a6;
margin-bottom: 15px;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .shop-title::first-letter {
color: #e00b15;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .address-container {
display: flex;
justify-content: space-between;
align-items: center;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .address-container .address {
white-space: pre-wrap;
font-size: 1.4rem;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .address-container .address-btn {
font-size: 1.6rem;
font-weight: 700;
line-height: 1;
padding: 10px 15px;
background-color: #e00b15;
border-radius: 4px;
color: #fff;
margin-left: 10px;
flex-shrink: 0;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .tel-wrap {
display: flex;
flex-direction: column;
gap: 10px;
margin-top: 20px;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .tel-wrap .tel-container {
display: flex;
gap: 15px;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .tel-wrap .tel-container .tel-ttl {
background-color: #000;
color: #fff;
font-size: 1.4rem;
line-height: 1;
width: 60px;
height: 26px;
display: flex;
justify-content: center;
align-items: center;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .tel-wrap .tel-container .tel-text {
font-size: 1.8rem;
font-weight: 500;
color: #000;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .btns-wrap {
display: flex;
justify-content: space-between;
margin-top: 20px;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .btns-wrap .shop-btn {
width: calc(50% - 7px);
font-size: 1.5rem;
font-weight: 600;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
border-radius: 40px;
height: 46px;
background-color: #e00b15;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .btns-wrap .shop-btn.single-btn {
width: 70%;
margin: 0 auto;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .btns-wrap .shop-btn.stock {
background-color: #000;
}
.company-info {
background-color: #fff;
padding: 120px 0;
}
.company-info .company-table {
width: 100%;
}
.company-info .company-table .row {
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 30px 0;
border-bottom: solid 1px #a6a6a6;
}
.company-info .company-table .row .th {
font-size: 1.8rem;
font-weight: 600;
width: 200px;
}
.company-info .company-table .row .td {
font-size: 1.7rem;
font-weight: 400;
width: calc(100% - 200px);
}
.contact-options {
padding: 0 0 120px;
}
.cop-title {
font-size: 2rem;
font-weight: 700;
padding-bottom: 15px;
border-bottom: solid 1px #828282;
margin-bottom: 30px;
}
.cop-title::first-letter {
color: #e00b15;
}
.contact-options .tab_buttons {
display: flex;
flex-wrap: wrap;
gap: 15px;
}
.contact-options .tab_buttons .tab_button {
width: calc((100% - 45px) / 4);
height: 80px;
padding: 0 15px;
border: solid 2px #000;
display: flex;
justify-content: center;
align-items: center;
background-color: #fff;
color: #000;
}
.contact-options .tab_buttons .tab_button.active {
background-color: #000;
color: #fff;
}
.contact-options .tab_buttons .tab_button .shop-name {
font-size: 1.8rem;
font-weight: 700;
}
.contact-options .tab_buttons .tab_button .shop-name::first-letter {
color: #e00b15;
}
#contact-container {
padding: 120px 0;
background-color: #fff;
}
#contact-container .contact-contents {
max-width: 900px;
margin: 60px auto 0;
}
#contact-container .contact-contents .content {
display: none;
}
#contact-container .contact-contents .content.show {
display: block;
}
#contact-container .contact-contents .content .form-for-where {
text-align: center;
width: fit-content;
padding: 20px 40px;
background-color: #000;
margin: 0 auto;
}
#contact-container .contact-contents .content .form-for-where .form-for-name {
font-size: 2rem;
font-weight: 600;
color: #fff;
}
#contact-container .contact-contents .content .form-for-where .form-for-name::first-letter {
color: #e00b15;
}
#contact-container .contact-contents .content .form-for-where .form-for-name .big {
font-size: 2.4rem;
font-weight: 800;
}
#contact-container .contact-contents .content .form-table {
margin: 40px auto 0;
}
#contact-container .contact-contents .content .form-table .row {
display: flex;
justify-content: space-between;
padding: 15px 0;
border-bottom: solid 1px #dbdbdb;
align-items: center;
}
#contact-container .contact-contents .content .form-table .row .th {
width: 260px;
font-size: 1.8rem;
font-weight: 600;
}
#contact-container .contact-contents .content .form-table .row .th.required .th-txt::after {
content: "*";
color: #ca1a1a;
display: inline;
}
#contact-container .contact-contents .content .form-table .row .td {
width: calc(100% - 260px);
}
#contact-container .contact-contents .content .form-table .row .td input[type="text"],
#contact-container .contact-contents .content .form-table .row .td input[type="email"],
#contact-container .contact-contents .content .form-table .row .td input[type="tel"] {
width: 100%;
padding: 20px;
background-color: #f6f6f6;
border: none;
font-size: 1.6rem;
}
#contact-container .contact-contents .content .form-table .row .td input[type="text"].p-postal-code {
width: 300px;
margin-left: .5em;
}
#contact-container .contact-contents .content .form-table .row .td textarea {
font-family: YakuHanJP, "Noto Sans JP", sans-serif;
width: 100%;
height: 14em;
padding: 20px;
background-color: #f6f6f6;
border: none;
font-size: 1.6rem;
}
#contact-container .contact-contents .content .form-table .submit-wrapper {
margin: 40px auto 0;
text-align: center;
}
#contact-container .contact-contents .content .form-table .submit-wrapper input[type="submit"] {
width: 340px;
border-radius: 60px;
background-color: #e00b15;
color: #fff;
font-size: 1.6rem;
font-weight: 700;
padding: 20px;
border: none;
outline: none;
cursor: pointer;
}
.documents {
padding: 120px 0;
}
.documents .documents-content {
padding: 70px;
background-color: #fff;
border: solid 2px #000;
}
.documents .documents-content h3 {
font-size: 2rem;
font-weight: 700;
margin: 2em 0 1em;
}
.documents .documents-content p {
font-size: 1.6rem;
font-weight: 500;
line-height: 2;
margin: 1em 0;
}
.documents .documents-content ul {
list-style-type: disc;
padding-left: 1em;
}
.n-c-fv {
margin-top: 85px;
padding: 80px 0 20px;
border-bottom: solid 1px #e8e8ec;
}
.breadcrumb {
display: flex;
justify-content: flex-end;
font-size: 1.5rem;
gap: 70px;
margin-left: auto;
}
.breadcrumb .bc-link {
position: relative;
color: #7a8192;
}
.breadcrumb .bc-text {
position: relative;
}
.breadcrumb .bc-text:not(:first-child)::after {
content: "";
width: 40px;
height: 1px;
background-color: #e4e4e9;
display: block;
position: absolute;
top: 50%;
left: -55px;
}
.page-title {
margin-top: 30px;
}
.page-content {
padding: 80px 0;
}
.page-content .contents {
background-color: #fff;
padding: 30px 50px;
}
.page-content .contents h2 {
font-size: 2.4rem;
font-weight: 700;
margin: 2em 0 1em;
}
.page-content .contents h3 {
font-size: 2rem;
font-weight: 700;
margin: 2em 0 1em;
}
.page-content .contents p {
font-size: 1.5rem;
margin: 1em 0;
line-height: 1.8;
} @media screen and (max-width: 840px) {
.up-fv {
margin-top: 60px;
padding: 40px 0;
}
.breadcrumb {
font-size: 1.1rem;
gap: 30px;
}
.breadcrumb .bc-text:nth-child(n+1)::after {
width: 20px;
left: -25px;
}
.page-title {
margin-top: 20px;
}
.page-title .title-jp {
font-size: 2.6rem;
}
.page-title .title-en {
font-size: 1.3rem;
}
.up-fv-image-section {
padding: 0;
}
.up-fv-image-section .up-fv-image {
border-right: none;
border-left: none;
}
.complete-car-slide .slider-item {
margin: 0 7px;
border: solid 2px #000;
}
.dots-wrap {
gap: 10px;
}
.dots-wrap li {
width: 6px;
height: 6px;
}
.complete-commitment {
padding: 60px 0;
}
.complete-commitment .commitment-content {
font-size: 1.5rem;
}
.complete-models {
padding-bottom: 60px;
}
.complete-models .models-content {
gap: 30px;
}
.complete-models .model-item {
width: 100%;
padding-bottom: 30px;
}
.complete-models .model-name {
font-size: 2rem;
margin-top: 20px;
text-align: center;
}
.complete-models .model-name .series {
font-size: 1.4rem;
display: block;
}
.gallery-slider .gallery-wrap {
gap: 10px;
}
.gallery-slider .gallery-wrap:first-child {
margin-bottom: 10px;
}
.gallery-slider .gallery-wrap .gallery-item {
gap: 10px;
}
.gallery-slider .gallery-wrap .gallery-item .gallery-image {
width: 180px;
}
.buy-sell-hot-brand-model {
padding: 60px 0;
}
.faq {
padding: 60px 0;
}
.faq02 {
padding: 0 0 60px;
}
.faq .faq_wrapper {
gap: 15px;
}
.faq .faq_wrapper .faq-item {
padding: 20px;
}
.faq .faq_wrapper .faq-item .q {
line-height: 24px;
padding-right: 30px;
}
.faq .faq_wrapper .faq-item .q .en {
font-size: 2rem;
margin-right: 10px;
}
.faq .faq_wrapper .faq-item .q .q_text {
font-size: 1.6rem;
}
.faq .faq_wrapper .faq-item .a {
padding-top: 20px;
margin-top: 20px;
}
.faq .faq_wrapper .faq-item .a .en {
font-size: 2rem;
margin-right: 10px;
}
.faq .faq_wrapper .faq-item .a .a_text {
font-size: 1.4rem;
line-height: 1.6;
}
.flow {
padding: 60px 0;
}
.flow .flow-wrap {
gap: 60px;
}
.flow .flow-wrap .flow-content {
flex-wrap: wrap;
gap: 20px;
position: relative;
}
.flow .flow-wrap .flow-content .text-area {
width: 100%;
}
.flow .flow-wrap .flow-content .text-area .flow-title {
font-size: 1.8rem;
margin-bottom: 15px;
}
.flow .flow-wrap .flow-content .text-area .flow-title .num {
font-size: 1.6rem;
margin-right: 5px;
}
.flow .flow-wrap .flow-content .text-area .flow-description {
font-size: 1.5rem;
line-height: 1.8;
}
.flow .flow-wrap .flow-content .flow-image::after {
display: none;
}
.flow .flow-wrap .flow-content::after {
content: "";
width: 0;
height: 0;
border-style: solid;
border-right: 10px solid transparent;
border-left: 10px solid transparent;
border-top: 10px solid #aeaebf;
border-bottom: 0;
position: absolute;
bottom: -35px;
left: 50%;
transform: translateX(-50%);
}
.flow .flow-wrap .flow-content:last-child::after {
display: none;
}
.buy-sell-overview {
padding: 10px 0;
}
.buy-sell-overview .overview-content {
font-size: 1.7rem;
}
.buy-sell-overview .overview-content .underline {
background: linear-gradient(transparent 90%, #e20c16 90%);
}
.buy-sell-overview .overview-content .big {
font-size: 2.4rem;
}
.buy-sell-cta {
padding-bottom: 60px;
}
.buy-sell-cta .buy-sell-cta-cotntent {
padding: 40px 20px;
}
.buy-sell-cta .buy-sell-cta-cotntent .cta-title {
font-size: 2rem;
margin-bottom: 30px;
}
.buy-sell-cta .buy-sell-cta-cotntent .btns {
flex-wrap: wrap;
gap: 20px;
}
.buy-sell-cta .buy-sell-cta-cotntent .btns .cta-btn {
width: 100%;
padding: 15px 0;
}
.buy-sell-cta .buy-sell-cta-cotntent .btns .cta-btn::after {
width: 10px;
height: 20px;
right: 15px;
}
.buy-sell-cta .buy-sell-cta-cotntent .btns .cta-btn .main-txt {
font-size: 1.7rem;
}
.buy-sell-cta .buy-sell-cta-cotntent .btns .cta-btn .sub-txt {
font-size: 1.2rem;
}
.buy-sell-hot-models .up-section-jp-title {
font-size: 2.4rem;
margin-bottom: 30px;
}
.inspection-overview {
padding: 60px 0;
}
.inspection-overview .insp-cont {
flex-wrap: wrap;
gap: 30px;
}
.inspection-overview .insp-cont .insp-item {
width: 100%;
}
.price-table {
padding: 0 0 60px;
}
.price-table-block {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
table.has-fixed-layout {
min-width: 700px;
}
table.fixed-page-table-layout {
       min-width: 300px;
}
.demo-car-list-section {
padding: 60px 0;
}
.available-shop {
padding: 60px 0;
}
.available-content {
flex-direction: column;
align-items: center;
}
.available-item {
width: 100%;
padding: 20px;
border: solid 2px #000;
}
.company-shop-list {
padding: 60px 0;
}
.company-shop-list.related-companies {
padding: 0 0 60px;
}
.company-shop-list .shop-list-container {
gap: 20px 14px;
}
.company-shop-list .shop-list-container .shop-item {
width: 100%;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .shop-title {
font-size: 1.8rem;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .address-container .address {
font-size: 1.2rem;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .address-container .address-btn {
font-size: 1.5rem;
padding: 10px 25px;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .tel-wrap {
margin-top: 15px;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .tel-wrap .tel-container {
gap: 10px;
}
.company-shop-list .shop-list-container .shop-item .shop-text-wrap .tel-wrap .tel-container .tel-ttl {
font-size: 1.3rem;
}
.company-info {
padding: 60px 0;
}
.company-info .company-table .row {
padding: 20px 0;
}
.company-info .company-table .row .th {
font-size: 1.5rem;
width: 100%;
margin-bottom: .5em;
}
.company-info .company-table .row .td {
font-size: 1.4rem;
font-weight: 400;
width: 100%;
}
.contact-options {
padding: 0 0 60px;
}
.contact-options .tab_buttons .tab_button {
width: 100%;
}
#contact-container {
padding: 60px 0 40px;
}
#contact-container .contact-contents {
width: 100%;
margin: 30px auto 0;
}
#contact-container .contact-contents .content .form-for-where {
padding: 20px;
width: 100%;
}
#contact-container .contact-contents .content .form-for-where .form-for-name {
font-size: 1.5rem;
}
#contact-container .contact-contents .content .form-for-where .form-for-name .big {
font-size: 2.2rem;
display: block;
}
#contact-container .contact-contents .content .form-table {
margin: 20px auto 0;
}
#contact-container .contact-contents .content .form-table .row {
flex-wrap: wrap;
padding: 20px 0;
}
#contact-container .contact-contents .content .form-table .row .th {
font-size: 1.5rem;
margin-bottom: 10px;
width: 100%;
}
#contact-container .contact-contents .content .form-table .row .td {
width: 100%;
}
.documents {
padding: 60px 0;
}
.documents .documents-content {
padding: 20px;
}
.documents .documents-content h3 {
font-size: 1.8rem;
}
.documents .documents-content p {
font-size: 1.4rem;
line-height: 1.7;
}
.n-c-fv {
margin-top: 60px;
padding: 40px 0 15px;
border-bottom: solid 1px #e8e8ec;
}
.breadcrumb {
font-size: 1.1rem;
gap: 30px;
}
.breadcrumb .bc-text:nth-child(n+1)::after {
width: 20px;
left: -25px;
}
.page-title {
margin-top: 20px;
}
.page-title .title-jp {
font-size: 2.6rem;
}
.page-title .title-en {
font-size: 1.3rem;
}
.page-content {
padding: 30px 0;
}
.page-content .contents {
padding: 15px 5%;
}
.page-content .contents h2 {
font-size: 2rem;
margin: 1em 0 .5em;
}
.page-content .contents h3 {
font-size: 2rem;
margin: 1em 0 .5em;
}
} .thanks-section .inner{
margin: 84.42px auto 0;
padding: 150px 0px 170px;
}
.thanks-section {
text-align: center;
align-items: center;
}
.thanks-section .thanks-text{
margin-bottom: 100px;
}
.thanks-section h1{
font-size: 4.2rem;
font-weight: 700;
}
.thanks-section .line{
height: 6px;
background: #aaaaaa;
margin: 20px 40% 40px;
}
.thanks-section p{
line-height: 2em;
}
.thanks-section .top-btn{
margin-top: 40px;
border-radius: 60px;
background-color: #e00b15;
color: #fff;
font-size: 1.6rem;
font-weight: 700;
padding: 20px 40px;
border: none;
outline: none;
cursor: pointer;
}
.thanks-section .sp{
display: none;
}
.thanks-section .title-jp::first-letter{
color: #e20c16;
} .form-table {
margin: 40px auto 0;
}
.form-table .row {
display: flex;
justify-content: space-between;
padding: 15px 0;
border-bottom: solid 1px #dbdbdb;
align-items: center;
}
.form-table .row .th {
width: 260px;
font-size: 1.8rem;
font-weight: 600;
}
.form-table .row .th.required .th-txt::after {
content: "*";
color: #ca1a1a;
display: inline;
}
.form-table .row .td {
width: calc(100% - 260px);
}
.form-table .row .td input[type="text"],
.form-table .row .td input[type="email"],
.form-table .row .td input[type="tel"] {
width: 100%;
padding: 20px;
background-color: #f6f6f6;
border: none;
font-size: 1.6rem;
}
.form-table .row .td input[type="text"].p-postal-code {
width: 300px;
margin-left: .5em;
}
.form-table .row .td textarea {
font-family: YakuHanJP, "Noto Sans JP", sans-serif;
width: 100%;
height: 14em;
padding: 20px;
background-color: #f6f6f6;
border: none;
font-size: 1.6rem;
}
.form-table .submit-wrapper {
margin: 40px auto 0;
text-align: center;
}
.form-table .submit-wrapper input[type="submit"] {
width: 340px;
border-radius: 60px;
background-color: #e00b15;
color: #fff;
font-size: 1.6rem;
font-weight: 700;
padding: 20px;
border: none;
outline: none;
cursor: pointer;
}. .specification-container {
   width: 50%;
margin: 0 auto;
text-align: left;
}
.specification-list {
list-style-type: none; 
list-style-position: inside; 
}
.specification-list li {
padding: .5em;
border-bottom: 1px dashed #ccc; 
position: relative; 
}
.specification-list li::before {
content: "■";
color: #000000;
font-size: 1.5em;
position: absolute;
left: -1.5em;
}
.specification-sub-list {
list-style-type: circle;
margin-left: 2em; 
}
.specification-list-sub-list li {
padding: 0.3em;
border-bottom: none; 
position: static;
}
.specification-list-sub-list li::before {
content: "";
} .photo-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 20px;
margin-top: 2em;
}
.photo-card {
background: #fff;
border: 1px solid #ddd;
padding: 1em;
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
transition: transform 0.2s ease;
}
.photo-card:hover {
transform: scale(1.02);
}
.photo-card img {
width: 100%;
height: auto;
margin-bottom: 0.5em;
border-radius: 4px;
} .buy-sell-hot-brand-model {
padding: 120px 0;
}
.buy-sell-hot-brand-section-title {
margin: 30px auto;
} .reqruit-inquiry {
padding-bottom: 120px;
}
.reqruit-inquiry .reqruit-inquiry-content {
width: 100%;
padding: 70px 0;
       background-size: cover;
}
.reqruit-inquiry .reqruit-inquiry-content .reqruit-inquiry-title {
color: #242424;
font-size: 2.4rem;
font-weight: 700;
text-align: center;
margin-bottom: 40px;
}
.reqruit-inquiry .reqruit-inquiry-content .reqruit-inquiry-btns {
display: flex;
justify-content: center;
gap: 40px;
}
.reqruit-inquiry .reqruit-inquiry-content .reqruit-inquiry-btns .reqruit-inquiry-btn {
width: 440px;
border-radius: 10px;
padding: 20px;
display: flex;
flex-direction: column;
align-items: center;
color: #fff;
gap: 5px;
position: relative;
}
ruit-inquiry .reqruit-inquiry-content .btns .reqruit-inquiry-btn::after {
content: url(//ksfactory.jp/wp-content/themes/ks-theme/assets/wp-content/uploads/2025/07/footer_banner_recruit-2.png);
width: 14px;
height: 24px;
position: absolute;
top: 50%;
right: 25px;
transform: translateY(-50%);
}
.reqruit-inquiry .reqruit-inquiry-content .reqruit-inquiry-btns .reqruit-inquiry-btn.ct {
background-color: #e00b15;
box-shadow: 0 8px 0 0 #b90009;
}
.reqruit-inquiry .reqruit-inquiry-content .reqruit-inquiry-btns .reqruit-inquiry-btn.ln {
background-color: #1dcd00;
box-shadow: 0 8px 0 0 #148c00;
}
.reqruit-inquiry .reqruit-inquiry-content .reqruit-inquiry-btns .reqruit-inquiry-btn .main-txt {
font-size: 2rem;
}
.reqruit-inquiry .reqruit-inquiry-content .reqruit-inquiry-btns .reqruit-inquiry-btn .sub-txt {
font-size: 1.4rem;
} .product-inquiry {
padding-bottom: 60px;
}
.product-inquiry-inner {
max-width: 800px;
margin: 0 auto;
box-sizing: content-box;
}
.product-inquiry .product-inquiry-content {
width: 100%;
padding: 70px 0;
? ? ?  background-size: cover;
}
.product-inquiry .product-inquiry-content .product-inquiry-title {
color: #242424;
font-size: 2.4rem;
font-weight: 700;
text-align: center;
margin-bottom: 40px;
}
.product-inquiry .product-inquiry-content .product-inquiry-btns {
display: flex;
justify-content: center;
gap: 40px;
}
.product-inquiry .product-inquiry-content .product-inquiry-btns .product-inquiry-btn {
width: 440px;
border-radius: 10px;
padding: 20px;
display: flex;
flex-direction: column;
align-items: center;
color: #fff;
gap: 5px;
position: relative;
}
ruit-inquiry .product-inquiry-content .btns .product-inquiry-btn::after {
content: url(//ksfactory.jp/wp-content/themes/ks-theme/assets/wp-content/uploads/2025/07/footer_banner_recruit-2.png);
width: 14px;
height: 24px;
position: absolute;
top: 50%;
right: 25px;
transform: translateY(-50%);
}
.product-inquiry .product-inquiry-content .product-inquiry-btns .product-inquiry-btn.ct {
background-color: #e00b15;
box-shadow: 0 8px 0 0 #b90009;
}
.product-inquiry .product-inquiry-content .product-inquiry-btns .product-inquiry-btn.ln {
background-color: #1dcd00;
box-shadow: 0 8px 0 0 #148c00;
}
.product-inquiry .product-inquiry-content .product-inquiry-btns .product-inquiry-btn .main-txt {
font-size: 2rem;
}
.product-inquiry .product-inquiry-content .product-inquiry-btns .product-inquiry-btn .sub-txt {
font-size: 1.4rem;
}
@media screen and (max-width: 840px){
.thanks-section .inner{
margin: 60px 0 0;
padding: 100px 30px 120px;
}
.thanks-section h1{
font-size: 2.6rem;
}
.thanks-section p{
font-size: 1.4rem;
}
.thanks-section .pc{
display: none;
}
.thanks-section .sp{
display: block;
}
.thanks-section .line{
height: 6px;
background: #aaaaaa;
margin: 20px 25% 40px;
}
.thanks-section .top-btn{
width: 100%;
padding: 20px auto;
}
.form-table {
margin: 20px auto 0;
}
.form-table .row {
flex-wrap: wrap;
padding: 20px 0;
}
.form-table .row .th {
font-size: 1.5rem;
margin-bottom: 10px;
width: 100%;
}
.form-table .row .td {
width: 100%;
}
} .wp-block-embed {
text-align: center;
}
.custom_block {
margin: 40px 0;
}
.custom_block .standard-section-title {
text-align: center;
margin-bottom: 50px;
}
.custom_block .standard-section-title .title-jp {
font-size: 3rem;
font-weight: 900;
}
.custom_block .standard-section-title .title-jp::first-letter {
color: #e20c16;
}
.custom_block .standard-section-title .title-en {
font-size: 1.4rem;
}
.page-content-section {
max-width: 1000px;
margin: 0 auto 120px;
padding: 20px 0;
background-color: #fff;
}
.page-content-section h2.wp-block-heading {
font-size: 3rem;
font-weight: 700;
text-align: center;
margin: 50px 0;
}
.page-content-section h3 {
font-size: 2.4rem;
font-weight: 700;
text-align: center;
margin-bottom: 30px;
}
.step-block {
margin: 20px auto;
display: flex;
justify-content: space-between;
max-width: 700px;
}
.step-block .step-img {
width: 45%;
aspect-ratio: 16 / 9;
}
.step-block .step-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.step-block .step-txt {
width: 50%;
}
.step-block .step-txt .step-title {
padding: 10px 40px;
font-size: 1.8rem;
border-radius: 80px;
text-align: center;
background-color: #ef8500;
color: #fff;
display: inline-block;
}
.compare-block {
display: flex;
justify-content: space-between;
margin: 40px 0;
}
.compare-block .compare-wrap {
width: 48%;
text-align: center;
}
.compare-block .compare-wrap .before-head {
text-align: center;
color: #fff;
font-size: 1.8rem;
padding: 7px 50px;
display: block;
width: fit-content;
margin: 0 auto 20px;
border-radius: 60px;
background-color: #252525;
}
.compare-block .compare-wrap .after-head {
text-align: center;
color: #fff;
font-size: 1.8rem;
padding: 7px 50px;
display: block;
width: fit-content;
margin: 0 auto 20px;
border-radius: 60px;
background-color: #e20c16;
}
.compare-block .compare-wrap .compare-img img {
width: 100%;
}
.compare-block .compare-wrap .compare-txt {
margin-top: 20px;
}
@media screen and (max-width:840px) {
.page-content-section {
margin: 0 auto 60px;
}
} .xo-event-calendar {
max-width: 840px;
margin: 0 auto;
}