.keyvisual {
    width: 100%;
    position: relative;
    margin: 0 0 212px;
    overflow: hidden;
}
.keyvisual__item span {
    display: block;
    width: 100%;
    height: 632px;
    background: center center no-repeat;
    background-size: cover;
}
.keyvisual__control {
    position: absolute;
    bottom: 0;
    right: 78px;
    width: 170px;
    height: 78px;
    background-color: #E0DACD;
    transform: rotate(90deg);
    transform-origin: right bottom;
    display: flex;
    align-items: center;
    justify-content: center;
}
.keyvisual__control .-dot {
    display: block;
    width: 4px;
    height: 4px;
    background: url(../img/top/icon-dot-inactive.svg) center center no-repeat;
    background-size: contain;
    margin-left: 6px;
}
.keyvisual__control .-dot.-active {
    background-image: url(../img/top/icon-dot-active.svg);
}
.keyvisual__control .-down {
    display: block;
    line-height: 0;
    height: 1em;
}
.keyvisual__control .-down:after {
    display: block;
    content: "down";
    font-size: 13px;
    font-family: var(--ux-font);
    line-height: 0.75em;
    margin-left: 15px;
}
@media (max-width: 1000px) {
    .keyvisual {
        margin-bottom: 90px;
    }
    .keyvisual__item {
        overflow: hidden;
        height: 400px;
    }
    .keyvisual__item span {
        width: 100%;
        height: 400px;
    }
    .keyvisual__control .-down:after {
        line-height: 1em;
    }
}
