.tok-hero {
    position: relative;
    width: 100%;
    min-height: 60vh;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.tok-hero-visual {
    width: 100%;
}
.tok-hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tok-hero-inner {
    position: absolute;
    max-width: 900px;
    text-align: center;
}
.tok-hero-title {
    font-size: 40px;
    font-weight: 400;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
}
.tok-hero-text {
    font-size: 2rem;
    line-height: 1.6;
    white-space: pre-wrap;
}

/* SP */
@media (max-width: 768px) {
    .tok-hero {
        min-height: auto;
    }
    .tok-hero-title {
        font-size: 1.2rem;
    }
    .tok-hero-text {
        font-size: 1.4rem;
    }
}
