.common-kv {
    position: relative;
    width: 100%;
    min-height: 45rem;
    background: #ffffff;
    overflow-x: clip;
}

.common-kv__red-bg {
    position: relative;
    inset: 0;
    height: 31rem;
    z-index: 0;
    background: url(../img/concept/kv-bg.webp);
    background-size: 100% 100%;
    overflow: hidden;
}

.common-kv__rabbit {
    position: absolute;
    z-index: 1;
    top: 15%;
    right: 11.5vw;
    width: 22%;
    max-width: 310px;
    height: auto;
    pointer-events: none;
}

.common-kv__lead {
    position: relative;
    z-index: 2;
    margin: auto;
    padding-bottom: 4rem;
    padding-top: 6rem;
    margin-left: 6.8rem;
    margin: auto;
    max-width: 1500px;
}

.common-kv__headline {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding-left: 7rem; */
    max-width: 1500px;
    margin: auto;
}

.common-kv__headline-jp {
    left: 7.3125rem;
    top: 10.9375rem;
    margin: 0;
    font-family: var(--font-noto);
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
    color: #ffffff;
    margin-left: 0.7rem;
}

.common-kv__rabbit-kage {
    position: absolute;
    z-index: 1;
    top: 27%;
    right: 14vw;
    width: 25%;
    max-width: 360px;
    overflow: clip;
    height: auto;
    pointer-events: none;
    mix-blend-mode: multiply;
}

.common-kv__headline-en {
    margin: 0;
    font-family: var(--font-gsf);
    font-weight: 700;
    font-size: 4rem;
    line-height: 1.1;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
}

.common-kv__rabbit-kage img {
    display: block;
    width: 100%;
    height: auto;
}

.common-kv__lead-en {
    margin: 0 0 0.5rem;
    font-family: var(--font-gsf);
    font-weight: 700;
    font-size: 4.5rem;
    line-height: 1.1;
    letter-spacing: 0;
    color: var(--color-red);
}

.common-kv__lead-jp {
    margin: 0;
    font-family: var(--font-noto);
    font-weight: 900;
    font-size: clamp(1.7rem, 3.6vw, 52px);
    line-height: 1.35;
    color: #000000;
    margin-left: 6.8%;
}

.common-kv__headline,
.common-kv__lead {
    padding-left: 2rem;
}

@media screen and (max-width: 768px) {
    .common-kv {
        min-height: auto;
    }

    .common-kv__red-bg {
        height: 16rem;
        background-image: url(../img/concept/kv-bg-sp.webp);
        background-size: calc(100% + 1px) 100%;
    }

    .body .common-kv__rabbit {
        right: 1.5rem;
        top: 10.35rem;
        /* min-height: 200px; */
        height: 190px;
        width: auto;
    }

    .body .common-kv__rabbit img {
        height: 100%;
    }

    .common-kv__lead {
        margin-top: 0rem;
        padding-left: 1rem;
        padding-top: 2.5rem;
        padding-bottom: 0;
    }

    .common-kv__headline {
        padding-left: 1rem;
        margin-top: 0;
        justify-content: unset;
        padding-top: 6rem;
    }

    .common-kv__rabbit-kage {
        top: 66%;
        right: 10%;
        width: 29%;
    }

    .common-kv__headline-jp {
        left: 1.5rem;
        top: 9rem;
        font-size: 1.125rem;
        margin-left: 0.2rem;
        /* line-height: 2; */
    }

    .common-kv__headline-en {
        font-size: 2.3rem;
        font-weight: 600;
        line-height: 1.2;
    }

    .common-kv__lead-en {
        font-size: 2.8rem;
        margin-bottom: 0.95rem;
    }

    .common-kv__lead-jp {
        margin: 0;
    }
}

@media screen and (min-width: 769px) {
    .common-kv__headline,
    .common-kv__lead {
        padding-left: 5rem;
    }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
    .body .common-kv__rabbit {
        right: 3.5rem;
        top: 6.35rem;
        min-height: unset;
        height: unset;
        width: 23%;
    }

    .body .common-kv__rabbit-kage {
        top: 7rem;
        right: 13%;
        width: 25%;
    }

    .concept-feature__media {
        max-width: unset;
    }

    .concept-bg__bridge {
        top: 90vw;
    }

    .concept-bg__bridge.aos-animate {
        height: 50rem;
    }

    .concept-feature__no {
        width: 3.85rem;
        height: 3.85rem;
        font-size: 1.55rem;
    }

    .concept-feature__quote {
        font-size: 1.55rem;
        /* padding-left: 0; */
        margin-top: 1.5rem;
        text-indent: -0.8em;
        padding-left: 0.9em;
        font-weight: 800;
    }
}