.main.snsCampaign-top {
    background: linear-gradient(
    127deg,
    #77ab98 0%,
    #1b6d5f 74%,
    #1b6d5f 100%
);
}
#snsCampaign .kv-wrapper {
    z-index: 2;
    padding-block: 0;
    height: auto;
}
.snsCampaign_prize {
    padding-top: 10%;
}
.snsCampaign_vote {
    padding-top: 22%;
    position: relative;
    z-index: 2;
}
.snsCampaign_rule {
    color: #fff;
    padding-top: 4%;
}

/* タイトル背景デコレーション */
.snsCampaign__deco {
    position: relative;
    overflow: visible;
    z-index: 1;
}
.snsCampaign__deco::after {
    content: "";
    position: absolute;
    top: -8%;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/snsCampaign_deco.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    z-index: -1;
    width: 60%;
    height: 100%;
}
.snsCampaign_rule .snsCampaign__deco {
    padding-top: 8%;
}
/* スクロールバー */
.r_contents {
    background: url(../img/snsCampaign_rule.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 21% 10% 14% 7%;
}
.scroll_wrap {
    position: relative;
    aspect-ratio: 292 / 209;
    overflow: hidden;
}
.scroll_box {
    padding-inline: 20px;
}
.ps__thumb-y {
    background-color: #999999;
}
.ps__rail-y {
    opacity: 1;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 1;
}
.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
    background-color: #f2f2f2;
}
.ps__rail-y {
    width: 14px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 14px;
}
.ps__thumb-y {
    width: 14px;
    right: 0;
}
.scroll_wrap.ps--active-y > .ps__rail-y {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    right: 0 !important;
    width: 14px !important;
    background-color: #f2f2f2;
    z-index: 10;
}
.scroll_wrap.ps--active-y > .ps__rail-y > .ps__thumb-y {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    right: 0 !important;
    width: 14px !important;
    background-color: #999;
}
