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;
}.fv-slide-wrap,
.fv-slide-wrap .slick-list,
.fv-slide-wrap .slick-track,
.fv-slide-wrap .slide-item {
aspect-ratio: 16 / 9;
height: auto;
} .fv-slide-wrap .slide-image,
.fv-slide-wrap .slide-image img {
width: 100%;
height: 100%;
object-fit: cover;
aspect-ratio: 16 / 9; } @media screen and (max-width: 640px) {
.fv-slide-wrap,
.fv-slide-wrap .slide-item,
.fv-slide-wrap .slide-image,
.fv-slide-wrap .slide-image img {
aspect-ratio: 16 / 9; }
}  .fv-slide-wrap {
display: block;
width: 100%;
aspect-ratio: 16 / 9; overflow: hidden;
position: relative; } #fv-slider:not(.slick-initialized) {
display: block; width: 100%;
height: 100%;
} #fv-slider:not(.slick-initialized) .slide-item {
display: none;
} #fv-slider:not(.slick-initialized) .slide-item:first-child {
display: block !important;
width: 100%;
height: auto;
visibility: visible !important;
opacity: 1 !important;
position: relative;
z-index: 10;
} #fv-slider:not(.slick-initialized) .slide-item:first-child img {
display: block;
width: 100%;
height: auto;
object-fit: cover;
}
.fv {
max-width: 1410px;
margin: 82px auto;
margin-bottom:0px;
padding: 0 20px;
}
.fv_content {
display: flex;
}
.fv_content .textarea {
width: 25%;
display: flex;
flex-direction: column;
padding-left: 25px;
}
.fv_content .textarea .main-catch {
font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
font-size: clamp(24px, 3.4vw, 48px);
font-weight: 900;
line-height: 1.3;
letter-spacing: 3px;
min-height: 120px;
margin-top: auto;
} .seo-h1 {
position: absolute;
left: -9999px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}
.fv_content .textarea .main-catch .red {
color: #e00b15;
}
.fv_content .textarea .sub-catch {
font-size: 1.5rem;
margin-top: auto;
margin-right: 30px;
}
.fv_content .textarea .sub-catch2 {
font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
font-weight: 900;
font-size: 16px; text-transform: uppercase;
letter-spacing: 0.08em;
text-align: right;
margin-top: 20px;
margin-right: 30px; min-height: 1.5em; line-height: 1.5; display: block; }
.fv_content .fv-slide-wrap {
width: 75%;
aspect-ratio: 16 / 9;
overflow: hidden;
}
.fv-slide-wrap img {
aspect-ratio: 16 / 9;
width: 100%;
height: auto;
}
.slide-lower-contents {
width: 75%;
margin-left: auto;
padding-right: 25px;
min-height: 80px;
}
.slide-lower-contents .slider-parts {
display: flex;
align-items: center;
margin: 16px 0;
}
.slide-lower-contents .slider-parts .fv-slider-arrows {
display: flex;
gap: 10px;
}
.slide-lower-contents .slider-parts .fv-slider-arrows .slide-arrow {
width: 16px;
display: block;
position: relative;
cursor: pointer;
}
.slide-lower-contents .slider-parts .fv-slider-arrows .prev-arrow::before {
content: url(//ksfactory.jp/wp-content/themes/ks-theme/assets/images/common/slider-prev-arrow.svg);
}
.slide-lower-contents .slider-parts .fv-slider-arrows .next-arrow::before {
content: url(//ksfactory.jp/wp-content/themes/ks-theme/assets/images/common/slider-next-arrow.svg);
}
.fv-slider-dots {
margin-left: 20px;
}
.top-dots-wrap {
display: flex;
justify-content: center;
gap: 16px;
}
.top-dots-wrap li {
width: 8px;
height: 8px;
background: #cfcfcf;
cursor: pointer;
}
.top-dots-wrap li:hover,
.top-dots-wrap li.slick-active {
background: #000;
}
.top-dots-wrap li button {
display: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
padding: 0;
border: none;
background-color: transparent;
}
.construction-dots-wrap {
display: flex;
justify-content: center;
gap: 16px;
}
.construction-dots-wrap li {
width: 8px;
height: 8px;
background: #cfcfcf;
cursor: pointer;
}
.construction-dots-wrap li:hover,
.construction-dots-wrap li.slick-active {
background: #000;
}
.construction-dots-wrap li button {
display: none;
appearance: none;
outline: none;
padding: 0;
border: none;
background-color: transparent;
}
.slide-lower-contents .sub-text {
white-space: pre-wrap;
text-align: right;
font-size: 1.5rem;
font-weight: 600;
line-height: 1.8;
}
.slide-lower-contents .btn-logo {
width: 100%;
display: flex;
justify-content: space-between;
align-items: flex-end;
}
.slide-lower-contents .btn-logo .logo {
width: 130px;
height: 60px;
}
.fv-lower-bnr {
margin: 0 auto;
text-align: center;
padding: 10px 25px;
position: relative;
}
.fv-lower-bnr::after {
content: "";
width: 100%;
height: 50%;
display: block;
background-color: #f9f9fe;
position: absolute;
bottom: 0;
left: 0;
z-index: -1;
}
.fv-lower-bnr .bnr-link {
display: block;
margin: 0 auto;
}
.fv-lower-bnr .bnr-link:hover {
opacity: .9;
}
.fv-bottom-bnr-slider {
max-width: 1200px;
margin: 0 auto;
}
.fv-bottom-bnr-slider img {
display: block;
width: 100%;
height: auto;
aspect-ratio: 1200 / 426;
margin: 0;
padding: 0;
}
.top-service {
background-color: #f9f9fe;
padding-top: 60px;
}
.service-list {
display: grid;
width: 100%;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr 1fr 1fr 1fr;
gap: 30px;
}
.service-list .service-list-item {
border: solid 4px #000;
padding-top: calc((100% - 60px) / 3);
position: relative;
color: #fff;
}
.service-list .service-list-item::after {
content: "";
width: 100%;
height: 100%;
background-color: #000;
opacity: 0;
position: absolute;
top: 0;
left: 0;
z-index: 1;
transition: all .2s;
}
.service-list a.service-list-item:hover::after {
opacity: .5;
}
.service-list .service-list-item:nth-child(1) {
grid-column: 1 / 3;
grid-row: 1 / 2;
}
.service-list .service-list-item:nth-child(2) {
grid-column: 3 / 4;
grid-row: 1 / 3;
padding-top: calc(200% + 30px);
}
.service-list .service-list-item:nth-child(3) {
grid-column: 1 / 3;
grid-row: 2 / 3;
}
.service-list .service-list-item:nth-child(4) {
grid-column: 1 / 2;
grid-row: 3 / 5;
padding-top: calc(200% + 30px);
}
.service-list .service-list-item:nth-child(5) {
grid-column: 2 / 4;
grid-row: 3 / 4;
}
.service-list .service-list-item:nth-child(6) {
grid-column: 2 / 4;
grid-row: 4 / 5;
}
.service-list .service-list-item .textarea {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 30px;
line-height: 1;
z-index: 2;
}
.service-list .service-list-item .textarea .service-name-jp {
font-size: 2.4rem;
font-weight: 700;
margin: 15px 0 10px;
}
.service-list .service-list-item .textarea .service-name-en {
font-size: 1.4rem;
font-weight: 500;
}
.mid-bnr {
padding: 130px 0 0;
background-color: #f9f9fe;
}
.mid-bnr-slider-item {
width: 300px;
margin: 0 5px;
}
.mid-bnr-slider-item img {
width: 100%;
height: auto;
display: block;
}
.mid-bnr-slider-lower-contents {
   width: 100%;
margin-left: auto;
padding-right: 25px;
min-height: 80px;
display: flex;
justify-content: center; 
align-items: center;
}
.mid-bnr-slider-lower-contents .mid-bnr-slider-parts {
display: flex;
align-items: center;
margin: 16px 0;
}
.mid-bnr-slider-lower-contents .mid-bnr-slider-parts .mid-bnr-slider-arrows {
display: flex;
flex-direction: row;
gap: 10px;
align-items: center;
}
.mid-bnr-slider-lower-contents .mid-bnr-slider-parts .mid-bnr-slider-arrows .mid-bnr-slider-slide-arrow {
width: 16px;
display: block;
position: relative;
cursor: pointer;
}
.mid-bnr-slider-lower-contents .mid-bnr-slider-parts .mid-bnr-slider-arrows .mid-bnr-slider-prev-arrow::before {
content: url(//ksfactory.jp/wp-content/themes/ks-theme/assets/images/common/slider-prev-arrow.svg);
}
.mid-bnr-slider-lower-contents .mid-bnr-slider-parts .mid-bnr-slider-arrows .mid-bnr-slider-next-arrow::before {
content: url(//ksfactory.jp/wp-content/themes/ks-theme/assets/images/common/slider-next-arrow.svg);
}
.mid-bnr-slider-dots {
margin-left: 20px;
}
.mid-bnr-slider-dots-wrap {
display: flex;
justify-content: center;
gap: 16px;
}
.mid-bnr-slider-dots-wrap li {
width: 8px;
height: 8px;
background: #cfcfcf;
cursor: pointer;
}
.mid-bnr-slider-dots-wrap li:hover,
.mid-bnr-slider-dots-wrap li.slick-active {
background: #000;
}
.mid-bnr-slider-dots-wrap li button {
display: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
padding: 0;
border: none;
background-color: transparent;
}
.top-news {
padding: 130px 0;
background-color: #f9f9fe;
}
.news-contents {
display: flex;
}
.news-contents .textarea {
width: 25%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
}
.news-contents .textarea .section-title {
text-align: left;
}
.news-contents .news_list {
border-top: solid 2px #4b4b4b;
width: 100%;
}
.news-contents .news_list .news_item {
border-bottom: solid 2px #4b4b4b;
width: 100%;
}
.news-contents .news_list .news_item .news_link {
padding: 25px 0 25px 15px;
display: flex;
align-items: center;
width: 100%;
color: #000;
}
.news-contents .news_list .news_item .news_link .news-date {
text-align: center;
line-height: 1;
}
.news-contents .news_list .news_item .news_link .news-date .y-m {
font-size: 1.4rem;
display: block;
margin-bottom: 5px;
}
.news-contents .news_list .news_item .news_link .news-date .d {
font-size: 4.8rem;
}
.news-contents .news_list .news_item .news_link .news-category {
display: block;
width: 220px;
text-align: center;
font-weight: 700;
}
.news-contents .news_list .news_item .news_link .news-title {
font-size: 1.8rem;
font-weight: 500;
}
.sns-section {
padding: 130px 0 0;
}
.sns-section .sns-post-wrap {
position: relative;
}
.sns-section .sns-post-wrap .sns-link-icon {
width: 60px;
position: absolute;
top: 50%;
left: -90px;
transform: translateY(-50%);
}
.sns-section .sb-grid-wrapper {
display: flex !important;
gap: 20px;
}
.sns-section .sb-grid-wrapper .sb-post-item-wrap {
padding: 0 !important;
}
.sns-section .sb-grid-wrapper .sb-post-item-image-wrap {
border-radius: 0 !important;
}
.es-widget-container {
padding: 0 !important;
}
.youtube-nonshort-videos {
display: flex;
gap: 20px;
}
.youtube-nonshort-videos .youtube-video {
width: calc((100% - 45px) / 4);
aspect-ratio: 16 / 9;
}
.youtube-nonshort-videos .youtube-video iframe {
width: 100%;
height: 100%;
}
.tiktok-embed-movies {
margin: 15px 0;
}
.sns-section .more_btn_wrap {
display: flex;
gap: 30px;
justify-content: center;
align-items: center;
margin-top: 60px;
}
.sns-block-title {
display: flex;
gap: 20px;
align-items: center;
margin-bottom: 20px;
}
.sns-block-title .sns-icon {
display: block;
}
.sns-block-title .sns-icon.yt {
width: 40px;
}
.sns-block-title .sns-icon.tk {
width: 32px;
}
.sns-block-title .sns-icon.ig {
width: 36px;
}
.sns-block-title .txt {
font-size: 2rem;
font-weight: 700;
}
.sns-embed-movies .more_btn_container {
text-align: right;
margin-top: 20px;
}
.top-column {
padding: 130px 0;
}
#column-slider .column_item {
margin: 0 15px;
}
#column-slider .column_link {
color: #000;
}
#column-slider .column_item .meta {
display: flex;
gap: 15px;
margin: 15px 0 10px;
line-height: 1;
align-items: center;
}
#column-slider .column_item .meta .date {
font-size: 1.2rem;
font-weight: 400;
}
#column-slider .column_item .meta .column-category {
font-size: 1.4rem;
font-weight: 500;
}
#column-slider .column_item .column-title {
font-size: 1.7rem;
font-weight: 600;
}
#column-slider .column_item .description {
font-size: 1.3rem;
line-height: 1.8;
text-align: justify;
color: #393939;
margin-top: 10px;
}
#column-slider .slide-arrow {
width: 54px;
height: 54px;
border-radius: 50%;
background-color: #fff;
border: solid 2px #000;
position: absolute;
top: 50%;
transform: translateY(-50%);
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
#column-slider .slide-arrow.prev-arrow {
left: -60px;
}
#column-slider .slide-arrow.next-arrow {
right: -60px;
}
#column-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;
}
#column-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;
}
.column-slider-wraper {
position: relative;
}
.column-slider-wraper .column-slider-dots {
margin-top: 20px;
}
.top-column .btn_wrap {
margin: 40px auto 0;
text-align: center;
}
.ksf-selection {
background-color: #f9f9fe;
padding: 130px 0;
}
#construction-slider .slide-item {
background-color: #fff;
padding: 25px;
margin: 0 15px;
}
#construction-slider .slide-item-content {
width: 100%;
display: flex;
gap: 10px;
}
#construction-slider .slide-item .item-image {
flex-shrink: 0;
}
#construction-slider .slide-item .textarea .item-name {
font-size: 1.6rem;
font-weight: 700;
margin-bottom: 10px;
}
#construction-slider .slide-item .textarea .item-text {
font-size: 1.4rem;
line-height: 1.8;
white-space: pre-wrap;
}
#construction-slider .slide-item .item-link {
display: block;
width: 200px;
padding: 10px 0;
font-size: 1.4rem;
font-weight: 700;
text-align: center;
color: #fff;
background-color: #e00b15;
border-radius: 40px;
margin: 20px auto 0;
}
#construction-slider .slick-track {
display: flex;
}
#construction-slider .slick-slide {
height: auto !important;
}
#construction-slider .slide-arrow {
width: 54px;
height: 54px;
border-radius: 50%;
background-color: #fff;
border: solid 2px #000;
position: absolute;
top: 50%;
transform: translateY(-50%);
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
#construction-slider .slide-arrow.prev-arrow {
left: -60px;
}
#construction-slider .slide-arrow.next-arrow {
right: -60px;
}
#construction-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;
}
#construction-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;
}
.construction-slider-wrapper .construction-slider-dots {
margin: 20px;
}
.sub-slider-wrapper {
margin-top: 60px;
}
#sub-slider {
margin-bottom: 20px;
}
#sub-slider .slide-link,
#sub-slider-reverse .slide-link {
display: block;
margin: 0 10px;
}
#sub-slider .slide-arrow {
width: 24px;
height: 32px;
position: absolute;
top: 50%;
transform: translateY(-50%);
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
#sub-slider .slide-arrow.prev-arrow {
left: -60px;
}
#sub-slider .slide-arrow.next-arrow {
right: -60px;
}
#sub-slider .slide-arrow.prev-arrow::before {
content: url(//ksfactory.jp/wp-content/themes/ks-theme/assets/images/common/sub-prev-arrow.svg);
width: 24px;
height: 32px;
}
#sub-slider .slide-arrow.next-arrow::before {
content: url(//ksfactory.jp/wp-content/themes/ks-theme/assets/images/common/sub-next-arrow.svg);
width: 24px;
height: 32px;
} .ksf-selection .bottom-banner {
margin-top: 75px;
}
.ksf-selection .bottom-banner .bb-link {
display: block;
width: fit-content;
margin: 0 auto;
transition: all .2s;
}
.ksf-selection .bottom-banner .bb-link:hover {
opacity: .8;
}
.ksf-selection .bottom-banner .bb-image {
max-width: 630px;
}
.deliphoto-section {
padding-bottom: 130px;
background-color: #f9f9fe;
}
.deliphoto-section .deliphoto-item {
margin: 0 5px;
}
.mcpic-section {
padding-bottom: 130px;
background-color: #f9f9fe;
}
.mcpic-section .mcpic-item {
margin: 0 5px;
}
.mcpic-section .mcpic-item .photo-image {
width: 100%;
height: auto;
aspect-ratio: 4 / 3;
}
.mcpic-section .mcpic-item .photo-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.deliphoto-section .btn_wrap,
.mcpic-section .btn_wrap {
margin: 40px auto 0;
text-align: center;
}
.bottom-bnr-section {
padding-bottom: 130px;
background-color: #f9f9fe;
}
.bottom-bnr-content {
display: flex;
justify-content: center;
gap: 20px;
}
.bottom-bnr-content .bottom-bnr-item {
display: block;
width: calc((100% - 40px) / 3);
}
.bottom-bnr-content .bottom-bnr-item:hover {
opacity: .8;
}
.sns-video-embed {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.sns-video-embed .video-item {
width: calc((100% - 60px) / 4);
}
.sns-video-embed .video-item iframe {
width: 100%;
height: 100%;
} @media screen and (min-width:841px) and (max-width: 1367px) {
.fv {
margin-top: 82px;
}
} @media screen and (max-width: 840px) {
.fv {
margin-top: 73px;
}
.fv_content {
flex-direction: column;
}
.fv_content .textarea {
width: 100%;
padding: 40px 5%;
}
.fv_content .textarea .main-catch {
font-size: 3.6rem;
}
.fv_content .textarea .sub-catch {
font-size: 1.4rem;
margin: 40px 0 0;
}
.fv_content .textarea .sub-catch2 {
margin-top: 10px;
margin-right: 0;
}
.fv_content .fv-slide-wrap {
width: 100%;
}
.slide-lower-contents {
width: 100%;
padding: 0 5%;
}
.slide-lower-contents .slider-parts {
justify-content: center;
margin-top: 10px;
}
.slide-lower-contents .slider-parts .fv-slider-arrows {
position: absolute;
align-items: center;
gap: 150px;
}
.slide-lower-contents .slider-parts{
margin-top: 16px;
position: relative;
}
.fv-slider-dots {
margin-left: 0;
}
.slide-lower-contents .sub-text {
font-size: 1.6rem;
line-height: 1.5;
margin: 20px 0;
text-align: center;
}
.slide-lower-contents .btn-logo {
flex-direction: column-reverse;
align-items: center;
gap: 30px;
}
.slide-lower-contents .btn-logo .logo {
width: 200px;
}
.fv-lower-bnr .bnr-link img {
width: 100%;
aspect-ratio: 371 / 464; height: auto;
display: block;
}
.fv-lower-bnr {
padding: 60px 5% 30px;
min-height: 464px; }
.fv-lower-bnr::after {
height: 232px; }
.top-service {
padding-top: 30px;
}
.service-list {
display: flex;
flex-wrap: wrap;
gap: 16px;
width: 100%;
}
.service-list .service-list-item {
width: 100%;
aspect-ratio: 2 / 1;
padding-top: 0;
background-position: center !important;
}
.service-list .service-list-item:nth-child(2),
.service-list .service-list-item:nth-child(4) {
padding-top: 0;
}
.service-list .service-list-item .textarea {
padding: 10px;
}
.service-list .service-list-item .textarea .service-name-jp {
font-size: 2rem;
}
.service-list .service-list-item .textarea .service-name-en {
font-size: 1.2rem;
}
.service-list .service-list-item::after {
opacity: .3;
}
.mid-bnr {
padding: 60px 0 0;
}
.mid-bnr-slider-item {
margin: 0 20px;
}
.mid-bnr-slider-lower-contents {
width: 100%;
padding: 0 5%;
}
.mid-bnr-slider-lower-contents .mid-bnr-slider-parts {
justify-content: center;
margin-top: 10px;
}
.mid-bnr-slider-lower-contents .mid-bnr-slider-parts .mid-bnr-slider-arrows {
position: absolute;
align-items: center;
gap: 150px;
}
.mid-bnr-slider-lower-contents .mid-bnr-slider-parts{
margin-top: 16px;
position: relative;
}
.mid-bnr-slider-dots {
margin-left: 0;
}
.top-news {
padding: 60px 0;
}
.news-contents {
flex-wrap: wrap;
}
.news-contents .textarea {
width: 100%;
flex-direction: row;
align-items: flex-end;
}
.news-contents .textarea .section-title {
margin-bottom: 0;
}
.news-contents .news_list {
margin-top: 30px;
}
.news-contents .news_list .news_item .news_link {
padding: 20px 0;
flex-wrap: wrap;
gap: 10px 20px;
position: relative;
}
.news-contents .news_list .news_item .news_link .news-date {
flex-shrink: 0;
width: 50px;
order: 1;
}
.news-contents .news_list .news_item .news_link .news-date .y-m {
font-size: 1.2rem;
}
.news-contents .news_list .news_item .news_link .news-date .d {
font-size: 4rem;
}
.news-contents .news_list .news_item .news_link .news-category {
order: 0;
width: fit-content;
font-size: 1.2rem;
font-weight: 400;
opacity: .8;
line-height: 1;
position: absolute;
bottom: 10px;
right: 0;
}
.news-contents .news_list .news_item .news_link .news-title {
width: calc(100% - 70px);
font-size: 1.5rem;
line-height: 1.6;
order: 2;
}
.sns-section {
padding: 60px 0 30px;
}
.sns-section .sns-post-wrap {
padding: 40px 0 0;
}
.sns-section .sns-post-wrap.yt,
.sns-section .sns-post-wrap.ig {
display: none;
}
.sns-section .sns-post-wrap .sns-link-icon {
width: 30px;
top: 0;
left: 0;
transform: unset;
}
.sns-section .sb-grid-wrapper {
flex-wrap: wrap;
gap: 20px;
}
.sns-section .sb-grid-wrapper .sb-post-item-wrap {
width: calc(50% - 10px);
}
.youtube-nonshort-videos {
flex-wrap: wrap;
gap: 10px;
}
.youtube-nonshort-videos .youtube-video {
width: 100%;
}
.tiktok-embed-movies {
margin: 10px 0;
}
.sns-section .more_btn_wrap {
flex-wrap: wrap;
margin-top: 30px;
gap: 20px;
}
.sns-section .more_btn_wrap .more_btn_container {
width: 100%;
text-align: center;
}
.sns-embed-movies {
margin-bottom: 40px;
}
.sns-embed-movies:last-child {
margin-bottom: 0;
}
.sns-block-title {
margin-bottom: 15px;
}
.sns-block-title .txt {
font-size: 1.8rem;
}
.sns-block-title .sns-icon.yt {
width: 30px;
}
.sns-block-title .sns-icon.tk {
width: 24px;
}
.sns-block-title .sns-icon.ig {
width: 27px;
}
.sns-embed-movies .more_btn_container {
text-align: center;
margin-top: 15px;
}
.top-column {
padding: 30px 0 60px;
}
.top-column .inner {
padding: 0;
}
#column-slider .slide-arrow.prev-arrow {
left: 20px;
bottom: -70px;
top: unset;
transform: unset;
}
#column-slider .slide-arrow.next-arrow {
right: 20px;
bottom: -70px;
top: unset;
transform: unset;
}
#column-slider .column_item {
margin: 0 20px;
}
.column-slider-wraper .column-slider-dots {
margin-top: 40px;
}
.ksf-selection {
padding: 60px 0;
}
.ksf-selection .inner {
padding: 0;
}
#construction-slider .slide-item {
padding: 25px;
flex-direction: column;
align-items: center;
gap: 15px;
margin: 0 20px;
}
#construction-slider .slide-item .textarea .item-name {
font-size: 1.6rem;
text-align: center;
}
#construction-slider .slide-item .textarea .item-text {
font-size: 1.3rem;
}
#construction-slider .slide-arrow.prev-arrow {
left: 20px;
bottom: -70px;
top: unset;
transform: unset;
}
#construction-slider .slide-arrow.next-arrow {
right: 20px;
bottom: -70px;
top: unset;
transform: unset;
}
.construction-slider-wrapper .construction-slider-dots {
margin: 40px;
}
#sub-slider {
margin-bottom: 10px;
}
#sub-slider .slide-link,
#sub-slider-reverse .slide-link {
display: block;
margin: 0 5px;
}
#sub-slider .slide-arrow {
width: 16px;
height: 24px;
}
#sub-slider .slide-arrow.prev-arrow {
left: 20px;
bottom: -60px;
top: unset;
transform: unset;
}
#sub-slider .slide-arrow.next-arrow {
right: 20px;
bottom: -60px;
top: unset;
transform: unset;
} .ksf-selection .bottom-banner {
margin-top: 75px;
padding: 0 5%;
}
.deliphoto-section {
padding-bottom: 60px;
}
.mcpic-section {
padding-bottom: 60px;
}
.bottom-bnr-section {
padding-bottom: 60px;
}
.bottom-bnr-content {
flex-wrap: wrap;
}
.bottom-bnr-content .bottom-bnr-item {
width: 100%;
}
.sns-video-embed .video-item {
width: 100%;
}
.deliphoto-insta-embed {
padding: 0 5%;
}
} .top-special-cars {
padding: 60px 0 0;
background-color: #fff;
max-width: 1240px;
margin: 0 auto;
margin-bottom: 82px;
width: 100%;
padding-left: 20px;
padding-right: 20px;
}
.special-cars-slider-wrapper {
position: relative;
margin-top: 40px;
} #top-special-cars-slider .slick-track {
display: flex !important;
gap: 20px;
}
#top-special-cars-slider .slick-slide {
height: auto !important;
float: none !important;
} .top-car-item {
height: 100%;
}
.top-car-item .car-link {
display: flex;
flex-direction: column;
height: 100%;
background: #fff;
border: 1px solid #e4e4e9;
color: #000;
transition: all 0.3s ease;
overflow: hidden;
}
.top-car-item .car-link:hover {
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
opacity: 1;
transform: translateY(-3px);
} .top-car-item .car-image {
width: 100%;
aspect-ratio: 4 / 3;
overflow: hidden;
position: relative;
background-color: #f0f0f0;
}
.top-car-item .car-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}
.top-car-item .car-link:hover .car-image img {
transform: scale(1.05);
} .top-car-item .car-info {
padding: 15px;
display: flex;
flex-direction: column;
flex-grow: 1;
}
.top-car-item .car-name {
font-size: 1.6rem;
font-weight: 700;
line-height: 1.4;
margin-bottom: 10px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
height: 3em;
}
.top-car-item .car-spec {
font-size: 1.3rem;
color: #666;
margin-bottom: 15px;
display: flex;
gap: 10px;
}
.top-car-item .car-spec span:not(:last-child)::after {
content: "|";
margin-left: 10px;
color: #ccc;
} .top-car-item .car-price {
margin-top: auto;
text-align: right;
color: #e00b15;
font-weight: 700;
border-top: 1px solid #eee;
padding-top: 10px;
}
.top-car-item .car-price .label {
font-size: 1.2rem;
color: #333;
margin-right: 5px;
}
.top-car-item .car-price .price-num {
font-size: 2.4rem;
line-height: 1;
}
.top-car-item .car-price .unit {
font-size: 1.4rem;
margin-left: 2px;
} .top-special-cars .slider-parts.special-parts {
display: flex;
align-items: center; justify-content: center; margin-top: 30px;
gap: 20px;
flex-wrap: wrap; 
line-height: 1; } .top-special-cars .special-cars-arrows {
display: flex;
gap: 10px;
align-items: center; height: 16px; margin: 0;
} .top-special-cars .special-cars-arrows .slide-arrow {
width: 16px !important;
height: 16px !important;
border: none !important;
background: transparent !important;
border-radius: 0 !important;
display: block;
position: relative;
cursor: pointer;
box-shadow: none !important;
margin: 0;
padding: 0;
top: 0;
transform: none;
} .top-special-cars .special-cars-arrows .prev-arrow::before {
content: url(//ksfactory.jp/wp-content/themes/ks-theme/assets/images/common/slider-prev-arrow.svg);
width: 16px;
height: 16px;
display: block;
vertical-align: middle;
}
.top-special-cars .special-cars-arrows .next-arrow::before {
content: url(//ksfactory.jp/wp-content/themes/ks-theme/assets/images/common/slider-next-arrow.svg);
width: 16px;
height: 16px;
display: block;
vertical-align: middle;
}
.top-special-cars .special-cars-arrows .slide-arrow::after {
display: none !important;
} .top-special-cars .special-cars-dots {
display: flex; align-items: center; height: 16px; margin: 0;
}
.top-special-cars .special-cars-dots-wrap {
display: flex;
align-items: center; justify-content: center;
gap: 16px;
margin: 0 !important;
padding: 0 !important;
list-style: none;
flex-wrap: nowrap;
line-height: 1;
} .top-special-cars .special-cars-dots-wrap li {
width: 8px;
height: 8px;
background: #cfcfcf;
border-radius: 0;
cursor: pointer;
flex-shrink: 0;
margin: 0 !important;
padding: 0;
display: block;
} .top-special-cars .special-cars-dots-wrap li.slick-active {
background: #000;
} .top-special-cars .special-cars-dots-wrap li button {
display: none;
} .top-special-cars .btn_wrap {
margin: 40px auto 0;
text-align: center;
width: 100%;
} @media screen and (max-width: 640px) {
.top-special-cars {
padding: 40px 0;
}
#top-special-cars-slider .slick-track {
gap: 10px;
}
.top-car-item .car-name {
font-size: 1.4rem;
height: auto;
-webkit-line-clamp: 2;
}
.top-car-item .car-price .price-num {
font-size: 2rem;
} .top-special-cars .special-cars-arrows {
display: none;
} .top-special-cars .special-cars-dots-wrap li {
width: 6px;
height: 6px;
}
} .slick-slide[aria-hidden="true"] {
visibility: hidden;
}
.slick-slide[aria-hidden="false"] {
visibility: visible;
} .sub-catch2 {
min-height: 1.5em;
line-height: 1.5;
overflow: hidden;
} div[style*="display: flex; flex-wrap: wrap; gap: 12px;"] {
min-height: 60px;
padding: 10px 0;
} img[src*="toggle-arrow.svg"],
img[src*="contact_icon.svg"] {
width: 20px !important;
height: 20px !important;
min-width: 20px;
min-height: 20px;
display: block;
} .column-dots-wrap {
display: flex;
justify-content: center;
gap: 16px;
padding: 0;
margin: 0;
list-style: none;
}
.column-dots-wrap li {
width: 8px;
height: 8px;
background: #cfcfcf;
cursor: pointer; }
.column-dots-wrap li:hover,
.column-dots-wrap li.slick-active {
background: #000;
}
.column-dots-wrap li button {
display: none; -webkit-appearance: none;
appearance: none;
outline: none;
padding: 0;
border: none;
background-color: transparent;
}