.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;
}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;
}.debug-info {
margin: 20px 0;
padding: 15px;
background: #f8f9fa;
border: 1px solid #dee2e6;
border-radius: 4px;
}
.debug-info pre {
background: #fff;
padding: 10px;
border: 1px solid #eee;
border-radius: 4px;
overflow-x: auto;
font-size: 12px;
line-height: 1.4;
}
.error {
margin: 20px 0;
padding: 15px;
background: #fff3f3;
border: 1px solid #dc3545;
border-radius: 4px;
color: #dc3545;
} .search-form-container {
background: #f8f9fa;
padding: 20px;
margin-bottom: 30px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
margin-top: 100px;
}
.search-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin-bottom: 20px;
}
.form-group {
margin-bottom: 15px;
}
.form-group label {
display: block;
margin-bottom: 5px;
font-weight: bold;
color: #333;
}
.form-group select,
.form-group input[type="text"],
.form-group input[type="number"] {
width: 100%;
padding: 8px;
border: 1px solid #ddd;
border-radius: 4px;
font-size: 14px;
}
.range-inputs {
display: flex;
align-items: center;
gap: 10px;
}
.range-inputs input {
width: 100px;
}
.range-inputs span {
color: #666;
}
.radio-group {
display: flex;
gap: 15px;
}
.radio-group label {
font-weight: normal;
display: flex;
align-items: center;
gap: 5px;
}
.main-search-form .search-buttons {
display: flex;
gap: 15px;
justify-content: center;
}
.search-button {
background-color: #4CAF50;
color: white;
padding: 10px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
transition: all 0.3s ease;
}
.search-button:hover:not(:disabled) {
background-color: #45a049;
}
.search-button:disabled,
.search-button.disabled {
background-color: #cccccc;
cursor: not-allowed;
opacity: 0.7;
}
.reset-button {
background: #6c757d;
color: white;
}
.reset-button:hover {
background: #5a6268;
} .search-results-info {
margin: 0 auto;
padding: 10px;
background: #e9ecef;
border-radius: 4px;
text-align: center;
width: 50%;
} .pagination {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
margin: 30px 0;
}
.pagination a,
.pagination span {
padding: 8px 12px;
border: 1px solid #ddd;
border-radius: 4px;
text-decoration: none;
color: #007bff;
background: white;
}
.pagination a:hover {
background: #f8f9fa;
}
.pagination .current {
background: #007bff;
color: white;
border-color: #007bff;
}
.pagination .prev,
.pagination .next {
padding: 8px 15px;
}
.sort-container {
margin: 20px 0;
padding: 10px;
background-color: #f5f5f5;
border-radius: 4px;
}
.sort-options select {
padding: 8px;
border: 1px solid #ddd;
border-radius: 4px;
font-size: 14px;
min-width: 200px;
}
.sort-options select:focus {
outline: none;
border-color: #007bff;
}
.sort-options optgroup {
font-weight: bold;
}
.sort-options option {
padding: 4px;
}
.grade-name {
font-size: 0.85em;
color: #666;
font-weight: normal;
}
.checkbox-group {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
gap: 10px;
max-height: 200px;
overflow-y: auto;
padding: 10px;
border: 1px solid #ddd;
border-radius: 4px;
}
.checkbox-label {
display: flex;
align-items: center;
gap: 5px;
cursor: pointer;
}
.checkbox-label input[type="checkbox"] {
margin: 0;
}
.color-palette {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
gap: 10px;
max-height: 200px;
overflow-y: auto;
padding: 10px;
border: 1px solid #ddd;
border-radius: 4px;
}
.color-option {
display: flex;
align-items: center;
gap: 8px;
padding: 5px;
border-radius: 4px;
cursor: pointer;
transition: background-color 0.2s;
}
.color-option:hover {
background-color: #f5f5f5;
}
.color-option input[type="checkbox"] {
display: none;
}
.color-option input[type="checkbox"]:checked + .color-swatch {
border: 2px solid #007bff;
}
.color-swatch {
width: 24px;
height: 24px;
border-radius: 50%;
border: 1px solid #ddd;
display: inline-block;
}
.color-name {
font-size: 14px;
color: #333;
} 
.main-content {
display: flex;
}
.main-sub-search-form .search-buttons {
display: flex;
gap: 15px;
justify-content: center;
width: 200px;
margin: 0 auto;
}
.main-content .sub-search-button {
background-color: #4CAF50;
color: white;
padding: 10px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
transition: all 0.3s ease;
}
.search-button:hover:not(:disabled) {
background-color: #45a049;
}
.main-content .sub-search-button:disabled,
.main-content .sub-search-button.disabled {
background-color: #cccccc;
cursor: not-allowed;
opacity: 0.7;
}
.municipality-accordion {
border: 1px solid #ddd;
border-radius: 4px;
margin-bottom: 15px;
}
.municipality-accordion.disabled {
opacity: 0.5;
pointer-events: none;
cursor: not-allowed;
}
.accordion-header {
padding: 10px 15px;
background-color: #f5f5f5;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
border-radius: 4px;
}
.accordion-header.disabled {
cursor: not-allowed;
}
.accordion-icon {
transition: transform 0.3s ease;
}
.accordion-content {
display: none;
padding: 15px;
max-height: 300px;
overflow-y: auto;
}
.accordion-content.active {
display: block;
}
.municipality-checkboxes {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: 10px;
}
.municipality-checkboxes label {
display: flex;
align-items: center;
gap: 5px;
cursor: pointer;
padding: 5px;
border-radius: 4px;
}
.municipality-checkboxes label:hover {
background-color: #f5f5f5;
}
.municipality-checkboxes input[type="checkbox"] {
margin: 0;
}
.designated-city {
grid-column: 1 / -1;
padding: 10px;
background-color: #e9ecef;
border-radius: 4px;
margin-top: 10px;
font-size: 1.1em;
}
.designated-city:first-child {
margin-top: 0;
}
.stock-quantity {
color: #666;
font-size: 0.9em;
margin-left: 5px;
}
.municipality-item {
display: flex;
align-items: center;
gap: 5px;
padding: 5px;
border-radius: 4px;
}
.municipality-item:hover {
background-color: #f5f5f5;
} .section-header {
font-weight: bold;
margin-top: 1em;
margin-bottom: 0.5em;
padding: 0.5em;
background-color: #f5f5f5;
border-radius: 4px;
}
.prefecture-checkboxes {
display: flex;
flex-direction: column;
gap: 0.5em;
}
.checkbox-label {
display: flex;
align-items: center;
gap: 0.5em;
padding: 0.25em 0;
}
.checkbox-label input[type="checkbox"] {
margin: 0;
}
.no-cars {
text-align: center;
padding: 40px;
background: #f5f5f5;
border-radius: 8px;
}
@media screen and (max-width: 1024px) {
.latest-cars-grid {
grid-template-columns: repeat(3, 1fr);
}
}
@media screen and (max-width: 768px) {
.latest-cars-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 480px) {
.latest-cars-grid {
grid-template-columns: 1fr;
}
}
.shop-list {
margin-top: 150px;
}
.shop-detail {
margin-top: 150px;
}
.car-detail {
max-width: 1200px;
margin: 100px auto;
padding: 20px;
}
.car-basic-info {
margin-bottom: 20px;
}
.car-basic-info h2 {
font-size: 24px;
margin-bottom: 10px;
}
.grade-name {
font-size: 18px;
color: #666;
} @media (max-width: 768px) {
.search-form-container {
padding: 15px;
}
.search-grid {
grid-template-columns: 1fr;
}
.form-group {
margin-bottom: 10px;
}
.range-inputs {
flex-direction: column;
}
.range-inputs input {
width: 100%;
}
.range-inputs span {
margin-top: 5px;
}
.radio-group {
flex-direction: column;
}
.radio-group label {
margin-bottom: 5px;
}
.main-search-form .search-buttons {
flex-direction: column;
}
.main-search-form .search-buttons button {
width: 100%;
margin-top: 10px;
}
.reset-button {
width: 100%;
}
.search-results-info {
width: 100%;
}
.pagination {
flex-direction: column;
}
.pagination a,
.pagination span {
width: 100%;
}
.pagination .current {
width: 100%;
}
.pagination .prev,
.pagination .next {
width: 100%;
}
.sort-container {
flex-direction: column;
}
.sort-options select {
width: 100%;
}
.sort-options select:focus {
outline: none;
}
.sort-options optgroup {
width: 100%;
}
.sort-options option {
width: 100%;
}
.grade-name {
width: 100%;
}
.checkbox-group {
max-height: 150px;
}
.color-palette {
max-height: 150px;
}
.color-option {
width: 100%;
}
.color-option:hover {
background-color: #f5f5f5;
}
.color-option input[type="checkbox"] {
width: 100%;
}
.color-option input[type="checkbox"]:checked + .color-swatch {
border: 2px solid #007bff;
}
.color-swatch {
width: 24px;
height: 24px;
border-radius: 50%;
border: 1px solid #ddd;
display: inline-block;
}
.color-name {
width: 100%;
}
.main-content {
flex-direction: column;
}
.main-sub-search-form .search-buttons {
width: 100%;
}
.main-content .sub-search-button {
width: 100%;
}
.municipality-accordion {
width: 100%;
}
.accordion-header {
width: 100%;
}
.accordion-icon {
width: 100%;
}
.accordion-content {
width: 100%;
}
.accordion-content.active {
width: 100%;
}
.municipality-checkboxes {
width: 100%;
}
.municipality-checkboxes label {
width: 100%;
}
.municipality-checkboxes input[type="checkbox"] {
width: 100%;
}
.designated-city {
width: 100%;
}
.stock-quantity {
width: 100%;
}
.municipality-item {
width: 100%;
}
.section-header {
width: 100%;
}
.prefecture-checkboxes {
width: 100%;
}
.checkbox-label {
width: 100%;
}
.checkbox-label input[type="checkbox"] {
width: 100%;
}
.latest-cars-section {
padding: 20px;
}
.latest-cars-section h1 {
font-size: 20px;
}
.latest-cars-section p {
font-size: 14px;
}
.latest-cars-grid {
grid-template-columns: repeat(2, 1fr);
}
.latest-car-item {
width: 100%;
}
.latest-car-image {
width: 100%;
}
.latest-car-info {
width: 100%;
}
.latest-car-name {
width: 100%;
}
.latest-grade-name {
width: 100%;
}
.latest-car-price {
width: 100%;
}
.no-cars {
width: 100%;
}
.car-type-search {
padding: 20px;
}
.car-type-search h2 {
font-size: 20px;
}
.car-type-search .total-count {
font-size: 14px;
}
.car-type-grid {
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
.car-type-item {
width: 100%;
}
.car-type-item a {
width: 100%;
}
.view-all {
width: 100%;
}
.view-all a {
width: 100%;
}
.shop-list {
width: 100%;
}
.shop-detail {
width: 100%;
}
}.up-fv {
margin-top: 85px;
padding: 100px 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-shop {
display: flex;
align-items: flex-end;
gap: 20px;
line-height: 1;
}
.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;
}
.shop-intro-content {
display: flex;
justify-content: space-between;
}
#shop-top-slider {
width: 50%;
}
#shop-top-slider .shop-slider-item {
width: 100%;
aspect-ratio: 4 / 3;
border: solid 2px #000;
}
#shop-top-slider .shop-slider-item img {
width: 100%;
height: 100%;
object-fit: cover;
}
.shop-dots-wrap {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin-top: 20px;
}
.shop-dots-wrap > li {
width: calc(25% - 15px);
aspect-ratio: 16 / 9;
cursor: pointer;
}
.shop-dots-wrap > li img {
width: 100%;
height: 100%;
object-fit: cover;
}
.shop-dots-wrap > li:hover {
opacity: .7;
}
.shop-dots-wrap > li.slick-active {
border: solid 2px #000;
}
#shop-top-slider .slide-arrow {
width: 54px;
height: 54px;
border-radius: 50%;
background-color: #fff;
border: solid 2px #000;
position: absolute;
top: 40%;
transform: translateY(-50%);
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
z-index: 2;
}
#shop-top-slider .slide-arrow.prev-arrow {
left: 0;
transform: translate(-50%,-50%);
}
#shop-top-slider .slide-arrow.next-arrow {
right: 0;
transform: translate(50%,-50%);
}
#shop-top-slider .slide-arrow.prev-arrow::before {
content: url(//ksfactory.jp/wp-content/themes/ks-theme/assets/images/common/slider-prev-arrow.svg);
width: 20px;
height: 20px;
}
#shop-top-slider .slide-arrow.next-arrow::before {
content: url(//ksfactory.jp/wp-content/themes/ks-theme/assets/images/common/slider-next-arrow.svg);
width: 20px;
height: 20px;
}
.shop-info-wrap {
width: calc(50% - 80px);
}
.shop-info-wrap .shop-description {
margin-bottom: 60px;
}
.shop-info-wrap .shop-info-title {
font-size: 2rem;
font-weight: 700;
padding-bottom: 10px;
border-bottom: solid 1px #828282;
margin-bottom: 10px;
}
.shop-info-wrap .shop-info-title::first-letter {
color: #e20c16;
}
.shop-info-wrap .shop-description-text {
white-space: pre-wrap;
font-weight: 400;
line-height: 2;
}
.shop-info-wrap .shop-address {
white-space: pre-wrap;
font-weight: 400;
line-height: 2;
}
.shop-info-wrap .shop-tel {
font-weight: 400;
line-height: 2;
}
.store-reviews {
padding: 120px 0;
}
.store-reviews .total-reviews {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 40px;
}
.store-reviews .total-reviews .star-rating {
display: flex;
gap: 2px;
}
.store-reviews .total-reviews .star {
font-size: 24px;
color: #ddd;
position: relative;
}
.store-reviews .total-reviews .star.filled {
color: #ffd700;
}
.store-reviews .total-reviews .star.partial {
color: #ddd;
}
.store-reviews .total-reviews .star.partial::before {
content: '★';
position: absolute;
left: 0;
color: #ffd700;
width: var(--fill);
overflow: hidden;
}
.store-reviews .total-reviews .rating-count,
.store-reviews .total-reviews .rating-value {
font-size: 1.6rem;
font-weight: 400;
}
.store-reviews .store-reviews-wrap {
display: flex;
gap: 40px;
}
.store-reviews .store-reviews-wrap .review-item {
border: solid 1px #000;
padding: 20px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.store-reviews .store-reviews-wrap .review-item .review-header {
display: flex;
align-items: center;
gap: 10px;
}
.store-reviews .store-reviews-wrap .review-item .review-header .author-image {
width: 40px;
height: 40px;
border-radius: 50%;
}
.store-reviews .store-reviews-wrap .review-item .review-header .author-info .author-name {
font-size: 1.3rem;
font-weight: 600;
}
.store-reviews .store-reviews-wrap .review-item .review-header .author-info .date {
color: #7a8192;
font-size: 1.1rem;
}
.store-reviews .store-reviews-wrap .review-item .review-rating {
margin: 10px 0;
}
.store-reviews .store-reviews-wrap .review-item .review-rating .star-rating {
display: flex;
gap: 2px;
}
.store-reviews .store-reviews-wrap .review-item .review-rating .star {
font-size: 18px;
color: #ddd;
position: relative;
}
.store-reviews .store-reviews-wrap .review-item .review-rating .star.filled {
color: #ffd700;
}
.store-reviews .store-reviews-wrap .review-item .review-rating .star.partial {
color: #ddd;
}
.store-reviews .store-reviews-wrap .review-item .review-rating .star.partial::before {
content: '★';
position: absolute;
left: 0;
color: #ffd700;
width: var(--fill);
overflow: hidden;
}
.store-reviews .store-reviews-wrap .review-item .review-content .review-text {
white-space: pre-wrap;
word-wrap: break-word;
line-height: 1.8;
}
.store-view {
padding-top: 120px;
}
.store-view .store-view-wrap {
aspect-ratio: 16 / 7;
}
.store-view .store-view-wrap p {
width: 100%;
height: 100%;
}
.store-view .store-view-wrap iframe {
width: 100%;
height: 100%;
}
.staff-profile {
padding: 120px 0;
}
.staff-profile .staff-list {
display: flex;
flex-wrap: wrap;
gap: 40px;
}
.staff-profile .staff-list .staff-item {
width: calc((100% - 80px) / 3);
}
.staff-profile .staff-list .staff-item.vp {
width: 100%;
display: flex;
gap: 65px;
}
.staff-profile .staff-list .staff-item.vp .image-block {
flex-shrink: 0;
}
.staff-profile .staff-list .staff-item .staff-image {
border: solid 2px #000;
margin-bottom: 20px;
width: 100%;
aspect-ratio: 3 / 2;
}
.staff-profile .staff-list .staff-item .staff-image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: top;
}
.staff-profile .staff-list .staff-item .name-area {
display: flex;
gap: 15px;
align-items: center;
}
.staff-profile .staff-list .staff-item .name-area .staff-title {
color: #fff;
background-color: #000;
padding: 4px 8px;
line-height: 1;
}
.staff-profile .staff-list .staff-item .name-area .staff-name {
font-size: 2.2rem;
font-weight: 700;
}
.staff-profile .staff-list .staff-item .name-area .staff-name::first-letter {
color: #e20c16;
}
.staff-profile .staff-list .staff-item .name-area .staff-name .hurigana {
font-size: 1.5rem;
margin-left: 10px;
}
.staff-profile .staff-list .staff-item .staff-position {
font-size: 1.5rem;
font-weight: 600;
color: #7a8192;
margin-top: 10px;
}
.staff-profile .staff-list .staff-item .staff-introduction {
font-size: 1.4rem;
font-weight: 400;
white-space: pre-wrap;
line-height: 1.8;
margin-top: 10px;
}
.inventory-inner {
max-width: 970px;
margin: 0 auto;
}
.search-results-info {
margin: 0 auto;
padding: 0px 0px 50px 0px;
background: none;
border-radius: 4px;
text-align: center;
width: 50%;
}
.car-list {
width: 100%;
display: flex;
flex-direction: column;
gap: 40px;
}
.car-list .car-item {
padding-bottom: 40px;
border-bottom: solid 1px #b9b9b9;
}
.car-list .car-item .car-content {
display: flex;
gap: 25px;
}
.car-list .car-item .car-content .car-image-section {
width: 300px;
}
.car-main-image {
border: solid 2px #000;
}
.car-list .car-item .car-content .car-image-section .car-sub-images {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin-top: 15px;
}
.car-list .car-item .car-content .car-image-section .car-sub-images img {
width: calc((100% - 30px) / 3);
}
.car-list .car-item .car-content .car-info-section {
width: calc(100% - 325px);
}
.car-list .car-item .car-content .car-info-section .maker-name {
font-size: 1.8rem;
font-weight: 700;
color: #e00b15;
}
.car-list .car-item .car-content .car-info-section .car-name {
font-size: 2.8rem;
font-weight: 700;
}
.car-list .car-item .car-content .car-info-section .grade-name {
font-size: 1.4rem;
line-height: 1.5;
margin: 10px 0 20px;
}
.car-list .car-item .car-content .car-info-section .car-price-info {
display: flex;
gap: 20px;
margin-bottom: 15px;
}
.car-list .car-item .car-content .car-info-section .car-price-info .car-price-info-item {
padding-top: 10px;
border-top: solid 3px #000;
}
.car-list .car-item .car-content .car-info-section .car-price-info .total-price {
border-top: solid 3px #e00b15;
padding-top: 10px;
color: #e00b15;
}
.car-list .car-item .car-content .car-info-section .car-price-info
.car-list .car-item .car-content .car-info-section .car-price-info .price-label {
font-size: 1.3rem;
}
.car-list .car-item .car-content .car-info-section .car-price-info .price-value {
font-size: 3rem;
font-weight: 900;
}
.car-list .car-item .car-content .car-info-section .car-price-info .price-value span {
font-size: 1.5rem;
}
.car-list .car-item .car-content .car-info-section .car-specs-grid {
display: flex;
gap: 10px;
}
.car-list .car-item .car-content .car-info-section .car-specs-grid .spec-card {
background: #fff;
border: 2px solid #000000;
border-radius: 0;
padding: 5px 0;
width: 120px;
text-align: center;
transition: all 0.3s ease;
}
.car-list .car-item .car-content .car-info-section .car-specs-grid .spec-card .spec-label {
font-size: 1.2rem;
color: #828282;
margin-bottom: 0;
}
.car-list .car-item .car-content .car-info-section .car-specs-grid .spec-card .spec-value {
font-size: 1.6rem;
font-weight: 600;
}
.car-list .car-item .car-content .car-info-section .car-actions {
display: flex;
justify-content: space-between;
gap: 12px;
margin-top: 20px;
}
.car-list .car-item .car-content .car-info-section .car-actions a {
width: calc(50% - 5px);
height: 62px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
border-radius: 10px;
color: #fff;
position: relative;
}
.car-list .car-item .car-content .car-info-section .car-actions a::after {
content: url(//ksfactory.jp/wp-content/themes/ks-theme/assets/images/common/arrow-right.svg);
width: 10px;
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
}
.car-list .car-item .car-content .car-info-section .car-actions a.detail-button {
background-color: #15161d;
box-shadow: 0px 5px 0px 0px #000;
}
.car-list .car-item .car-content .car-info-section .car-actions a.contact-button {
background-color: #e00b15;
box-shadow: 0px 5px 0px 0px #ab0008;
}
.car-list .car-item .car-content .car-info-section .car-actions a span {
font-size: 1.1rem;
}
.car-list .car-item .car-content .car-info-section .car-actions a.contact-button.line {
background-color: #1dcd00;
box-shadow: 0px 5px 0px 0px #05b94a;
}
.car-list .car-item .dealer-info {
border-radius: 10px;
background-color: #ededf1;
padding: 30px;
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 25px;
}
.car-list .car-item .dealer-info .dealer-info-title {
font-size: 1.2rem;
font-weight: 500;
}
.car-list .car-item .dealer-info .dealer-name {
color: #e00b15;
font-size: 1.5rem;
font-weight: 700;
}
.car-list .car-item .dealer-info .dealer-address {
font-size: 1.5rem;
font-weight: 700;
}
.car-list .car-item .dealer-info .dealer-address-title {
font-size: 1.2rem;
font-weight: 500;
}
.car-list .car-item .dealer-info .dealer-detail-button a {
width: 160px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
background-color: #000;
border-radius: 6px;
color: #fff;
}
.head-office-upper {
padding-bottom: 75px;
}
.head-office-upper .info-block {
display: flex;
justify-content: center;
gap: 90px;
}
.head-office-upper .info-block .info-contents {
background-color: #fff;
padding: 40px;
display: flex;
align-items: center;
}
.head-office-upper .info-block .info-contents .info-title {
font-size: 2.2rem;
font-weight: 700;
padding-right: 30px;
margin-right: 30px;
position: relative;
}
.head-office-upper .info-block .info-contents .info-title::first-letter {
color: #e20c16;
}
.head-office-upper .info-block .info-contents .info-title::after {
content: "";
width: 1px;
height: 45px;
display: block;
background-color: #a6b1b6;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.greeting .greeting-wrap {
max-width: 1100px;
margin: 0 auto;
background-color: #fff;
border: solid 2px #000;
padding: 70px;
display: flex;
gap: 70px;
}
.greeting .greeting-wrap .president-img {
width: calc(50% - 70px);
}
.greeting .greeting-wrap .greeting-txt {
width: 50%;
}
.greeting .greeting-wrap .greeting-txt .staff-title {
color: #fff;
background-color: #000;
padding: 4px 8px;
line-height: 1;
display: inline-block;
}
.greeting .greeting-wrap .greeting-txt .staff-name {
font-size: 4rem;
font-weight: 700;
margin: 20px 0;
}
.greeting .greeting-wrap .greeting-txt .staff-name::first-letter {
color: #e20c16;
}
.greeting .greeting-wrap .greeting-txt .staff-name .hurigana {
font-size: 1.8rem;
margin-left: 10px;
}
.greeting .greeting-wrap .greeting-txt .staff-introduction {
font-size: 1.6rem;
font-weight: 400;
white-space: pre-wrap;
line-height: 1.8;
}
.view-all-stock {
text-align: center; margin: 30px;
}
.view-all-stock-button {
display: inline-block;
padding: 14px 28px;
font-size: 16px;
font-weight: bold;
text-align: center;
text-decoration: none;
color: #fff;
background: linear-gradient(135deg, #0072ff, #00c6ff); border: none;
border-radius: 50px; box-shadow: 0 4px 12px rgba(0, 114, 255, 0.4); transition: all 0.3s ease;
cursor: pointer;
margin: 20px auto;
}
.view-all-stock-button:hover {
background: linear-gradient(135deg, #0056cc, #0099cc); box-shadow: 0 6px 16px rgba(0, 114, 255, 0.6);
transform: translateY(-2px); }
.view-all-stock-button:active {
transform: translateY(0); box-shadow: 0 3px 8px rgba(0, 114, 255, 0.4);
} @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;
}
.shop-intro-content {
flex-direction: column;
}
#shop-top-slider {
width: 100%;
}
.dots-wrap {
gap: 10px;
margin-top: 10px;
}
.dots-wrap > li {
width: calc((100% - 30px) / 4);
}
.shop-info-wrap {
width: 100%;
margin-top: 40px;
}
.shop-info-wrap .shop-description {
margin-bottom: 40px;
}
.shop-info-wrap .shop-description:last-child {
margin-bottom: 0;
}
.shop-info-wrap .shop-description-text {
font-size: 1.5rem;
line-height: 1.8;
}
.store-view {
padding-top: 60px;
}
.store-view .store-view-wrap {
aspect-ratio: 4 / 3;
}
.staff-profile {
padding: 60px 0;
}
.staff-profile .staff-list .staff-item {
width: 100%;
}
.store-reviews .total-reviews {
margin-bottom: 30px;
}
.store-reviews .total-reviews .star {
font-size: 20px;
}
.store-reviews .total-reviews .rating-count {
font-size: 1.4rem;
}
.store-reviews .store-reviews-wrap .review-item .review-rating .star {
font-size: 16px;
}
.shop-car-inventory {
padding-top: 60px;
}
.inventory-inner {
width: 100%;
padding: 0 5%;
margin: 0 auto;
}
.car-list .car-item .car-content {
flex-direction: column;
gap: 10px;
}
.car-list .car-item .car-content .car-image-section {
width: 100%;
display: flex;
gap: 10px;
}
.car-main-image {
width: 100%;
}
.car-list .car-item .car-content .car-image-section .car-sub-images {
display: none;
}
.car-list .car-item .car-content .car-info-section {
width: 100%;
}
.car-list .car-item .car-content .car-info-section .maker-name {
font-size: 1.4rem;
}
.car-list .car-item .car-content .car-info-section .car-name {
font-size: 2rem;
}
.car-list .car-item .car-content .car-info-section .grade-name {
font-size: 1.2rem;
}
.car-list .car-item .car-content .car-info-section .car-price-info .car-price-info-item .price-label {
font-size: 1.2rem;
}
.car-list .car-item .car-content .car-info-section .car-price-info .price-value {
font-size: 2rem;
}
.car-list .car-item .car-content .car-info-section .car-price-info .car-price-info-item {
width: calc((100% - 24px) / 3);
padding-top: 5px;
}
.car-list .car-item .car-content .car-info-section .car-specs-grid {
flex-wrap: wrap;
margin-top: 10px;
}
.car-list .car-item .car-content .car-info-section .car-specs-grid .spec-card {
width: calc(50% - 5px);
}
.car-list .car-item .car-content .car-info-section .car-actions {
flex-wrap: wrap;
gap: 15px;
}
.car-list .car-item .car-content .car-info-section .car-actions a {
width: 100%;
}
.car-list .car-item .dealer-info {
padding: 15px;
flex-direction: column;
gap: 10px;
align-items: flex-start;
}
.car-list .car-item .dealer-info .dealer-detail-button {
width: 100%;
}
.car-list .car-item .dealer-info .dealer-detail-button a {
width: 100%;
}
.greeting .greeting-wrap {
padding: 30px 20px;
flex-direction: column;
gap: 20px;
}
.greeting .greeting-wrap .president-img {
width: 100%;
}
.greeting .greeting-wrap .greeting-txt {
width: 100%;
}
.greeting .greeting-wrap .greeting-txt .staff-name {
line-height: 1;
font-size: 3rem;
margin: 16px 0;
}
.head-office-upper {
padding-bottom: 60px;
}
.head-office-upper .info-block {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.head-office-upper .info-block .info-contents {
background-color: #fff;
padding: 20px;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.head-office-upper .info-block .info-contents .info-title {
font-size: 1.8rem;
padding-right: 0;
margin-right: 0;
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: solid 1px #a6b1b6;
width: 100%;
flex-shrink: 0;
}
.head-office-upper .info-block .info-contents .info-title::first-letter {
color: #e20c16;
}
.head-office-upper .info-block .info-contents .info-title::after {
display: none;
}
.staff-profile .staff-list .staff-item.vp {
flex-direction: column;
gap: 0px;
}
.staff-profile .staff-list .staff-item .name-area {
flex-wrap: wrap;
gap: 5px 15px;
}
}