.attend__va-member--raikonbu {
    background: linear-gradient(90deg, rgb(255, 255, 204) 0%, rgb(255, 253, 153) 100%);
}

.attend__va-member--raikonbu .attend__va-img:before {
    background-color: #fffc99;
}

.attend__va-member--mickel {
    background: linear-gradient(90deg, rgb(204, 255, 204) 0%, rgb(153, 255, 153) 100%);
}

.attend__va-member--mickel .attend__va-img:before {
    background-color: #99e699;
}

.attend__va-member--stella {
    background: linear-gradient(90deg, rgb(230, 255, 255) 0%, rgb(198, 247, 255) 100%);
}

.attend__va-member--stella .attend__va-img:before {
    background-color: #d0f0ff;
}

.attend__va-member--area {
    background: linear-gradient(90deg,rgb(229,251,255) 0%,rgb(216,232,255) 100%);
}

.attend__va-member--area .attend__va-img:before {
    background-color: #c6e7f7;
}

.cource-images {
    display: flex;
    flex-direction: column;
    width: 444px;
    height: 280px;
}

.kv__link-wrapper {
    position: relative;
}

.kv__link--pc {
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 50%;

    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.60);

    @media screen and (min-width: 1px) and (max-width: 767px) {
        display: none;
    }
}

.kv__link--sp {
    position: absolute;
    bottom: 3.92%;
    padding-right: 16px;
    padding-left: 16px;
    width: 100%;

    @media screen and (min-width: 768px) {
        display: none;
    }
}