@import url("/common/css/keyvisual.css?20250108");

.kv_wrap_bg {
    background-image: url(/common/img/garage_features/kv_garage_features_bg.jpg) !important;
    background-size: cover !important;
    background-position: 10% 50% !important;
    background-size: 77vw !important;
}

h2 {
    position: sticky;
    top: 5vw;
    z-index: 10;
    text-shadow: 0px 0px 10px #ffffff;
}

.garuxgarage_logo {
    width: 16vw;
    margin: 6vw 0px 0.5vw 0;
}

.kv_wrap2 .text_box {
    top: 4vw;
}

.container {}

.features_boxs {
    margin-bottom: 3vw;
}

.features_boxs:last-child {
    margin-bottom: 0vw;
}

.features_boxs h2 {
    margin-bottom: 1vw;
    font-weight: 500;
    margin-left: 0;
    background-color: #ffffff45;
    background: linear-gradient(to bottom, rgb(255 255 255 / 90%) 0%, rgb(255 255 255 / 75%) 80%, rgb(255 255 255 / 0%) 100%);
    top: 3.9vw;
    width: calc(100% + 12vw);
    margin-left: -6vw;
    padding-left: 6vw;
}

.features_box {
    width: 100%;
    padding: 0vw;
    margin-bottom: 1vw;
    position: relative;
    display: flex;
    gap: 10vw;
    padding-top: 2vw;
    padding-bottom: 1vw;
    /*    min-height: 50vh;*/
}

.features_box:before {
    content: "";
    display: block;
    background-color: #f7f8f8;
    position: absolute;
    top: 0;
    left: -6vw;
    width: 98.5vw;
    height: 100%;
    z-index: -1;
}

.features_box:last-child {
    margin-bottom: 0vw;
}

.features_box img {
    width: 45vw;
    height: auto;
    display: block;
    margin-bottom: 1vw;
    border: 1px solid #d4d4d4;
}

.features_box .text {
    position: sticky;
    margin-top: 0vh;
    top: 15vw;
    width: 30vw;
    height: 30vw;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background-color: #fff;
    padding: 3vw 3vw;
}

.features_box.w1 .text {
    margin-top: 2vw;
    margin-bottom: 3vw;
}

.features_box.w2 .text {
    margin-top: 3vw;
    margin-bottom: 3vw;
}

.features_box.w3 .text {
    margin-top: 3vw;
    margin-bottom: 3vw;
}

.features_box.w4 .text {
    margin-top: 3vw;
    margin-bottom: 3vw;
}

.features_box.w5 .text {
    margin-top: 1vw;
    margin-bottom: 3vw;
}

.features_box.w6 .text {
    margin-top: 4vw;
    margin-bottom: 3vw;
}

.features_box.w7 .text {
    margin-top: 3vw;
    margin-bottom: 3vw;
}

.features_box div.img {
    width: unset;
    display: block;
}

.features_box div h3 {
    font-weight: 500;
}

.features_box div p {
    font-weight: 500;
}