.vc-ensemble__realisticEnsemble > figure {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.vc-ensemble__realisticEnsemble > figure > figcaption {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.71;
    color: #222222;
    padding: 15px 30px 15px 15px;
}

.vc-ensemble .vc-ensemble__realisticEnsemble > figure > figcaption {
    width: calc(100% - 560px);
}

.vc-ensemble__types,
.vc-ensemble__reason {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.vc-ensemble__price {
    width: 100%;
    height: 250px;
    position: relative;
}
.vc-ensemble__price.lazyloaded {
    background: url("/course_instrument/ensemble/images/ensemble_price_bg.webp") no-repeat;
    background-size: cover;
}
.vc-ensemble__priceLabel {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-10px, -50%);
}

.vc-ensemble__priceContent {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.vc-ensemble__priceItem {
    width: 420px;
    height: 180px;
    box-sizing: border-box;
    background-color: #ffffff;
    margin: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.vc-ensemble__priceItem > p {
    text-align: center;
    letter-spacing: 1.5px;
}

.vc-ensemble__priceItem > p:nth-child(1) {
    font-size: 12px;
    font-weight: normal;
    color: #222222;
    background-color: #EEEEEF;
    line-height: 40px;
    min-width: 250px;
    border-radius: 20px;
}
.vc-ensemble__priceItem > p:nth-child(2) {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3;
    margin-top: 30px;
}
.vc-ensemble__priceItem > p:nth-child(2) > i::before {
    content: "+";
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    color: #EEAAAA;
    margin: 0 15px;
}
.vc-ensemble__priceItem > p:nth-child(2) > b {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    color: #EEAAAA;
    margin-right: 5px;
    position: relative;
}
.vc-ensemble__priceItem > p:nth-child(2) > b::before {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3;
    color: #222222;
}
.vc-ensemble__priceItem > p:nth-child(2) > b:first-child::before {
    content: "月会費";

}
.vc-ensemble__priceItem > p:nth-child(2) > b:last-child::before {
    content: "1チケット";
}
.vc-ensemble__priceItem > p:nth-child(3) {
    font-size: 10px;
    font-weight: normal;
    line-height: 1.4;
    color: #555;
    letter-spacing: 1px;
    margin-top: 5px;
}

.vc-ensemble__studio {
    width: 100%;
    background-color: #DDDDDD;
    padding: 60px 0;
}

.vc-ensemble__studioList {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 50px 30px 30px;
}

.vc-ensemble__studioContent {
    position: relative;
}
.vc-ensemble__studioLabel {
    position: absolute;
    left: -10px;
    top: 0;
    transform: translateY(-50%);
}