@charset "utf-8";

body {
    font-family: kohinoor,'Segoe UI', Arial, Helvetica, sans-serif;
}
.kv__contents.-isView .lead {
    opacity: 1;
    transform: translateX(-50%) translateY(calc(-1 * (100% + 4px)));
}

.kv__contents .lead {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 170%;
    color: white;
    text-align: center;
    letter-spacing: .02em;
    opacity: 0;
}

@media (max-width:768px) {
    .kv__contents .lead {
        margin-top: 0;
        font-size: 1.7rem
    }
}

.vision__lead {
    max-width: 734px
}