.top-feature-wrapper {
    margin-top: 240px;
}

@media(max-width:992px) {
    .top-feature-wrapper {
        margin-top: 120px;
    }
}

.top-feature-content.takatsuki {
    background: url(../../img/underlayer/takatsuki-feature-img-1.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-feature-content.takatsuki:nth-of-type(2) {
    background: url(../../img/underlayer/takatsuki-feature-img-2.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-feature-content.takatsuki:nth-of-type(3) {
    background: url(../../img/underlayer/takatsuki-feature-img-3.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-feature-content:first-of-type .top-feature-content-title {
    width: 100%;
}

.top-feature-content.higobashi::before {
    background-color: var(--bg-color-9);
}

.top-feature-content.higobashi {
    background: url(../../img/underlayer/higobashi-feature-img-1.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-feature-content.higobashi:nth-of-type(2) {
    background: url(../../img/underlayer/higobashi-feature-img-2.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-feature-content.higobashi:nth-of-type(3) {
    background: url(../../img/underlayer/higobashi-feature-img-3.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}