.pend {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.pend::before {
    content: '差し替え予定';
    display: block;
    width: fit-content;
    margin: 0 auto;
    color: #fff;
    background-color: #c00;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    line-height: 1;
    padding: .5em 1em;
    transform: translate(-50%, -50%);
}

.pend.pend2::before {
    content: '積雪地カタログが完成次第反映';
    top: 25%;
}

.elvia.elvia-snow {
    --bg-color: #d9dcdc;
    --brand-color: #c3c9c9;
}

.main-img-wrp .title-snow {
    text-align: center;
    font-size: min(1.5em, 5vw);
    text-align: center;
    padding: 1em 0 0;
}