#gacha_simulator_ver_3 div.current_result_each[data-rarity="URサポーター"] {
    background: linear-gradient(45deg, red, orange, #ffff00, #2cff7a, #58b2ff, #4a58ff, #ef00ff);
}
#gacha_simulator_ver_3 div.current_result_each[data-rarity="SSRサポーター"] {
    background: linear-gradient(45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);
}
#gacha_simulator_ver_3 div.current_result_each[data-rarity="URサポーター"],
#gacha_simulator_ver_3 div.current_result_each[data-rarity="SSRサポーター"]{
    position: relative;
    overflow: hidden;
}
#gacha_simulator_ver_3 div.current_result_each[data-rarity="URサポーター"] > .animation,
#gacha_simulator_ver_3 div.current_result_each[data-rarity="SSRサポーター"] > .animation{
    position: absolute;
    height: 100%;
    width: 20px;
    top: -160px;
    left: 0;
    background-color: white;
    opacity: 0;
    transform: rotate(45deg);
    animation: twinkle 2.0s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: twinkle 2.0s ease-in-out infinite;
    display: block;
    z-index: 9;
}
#gacha_simulator_ver_3 div.current_result_each[data-rarity="URサポーター"] .a_tag_replace,
#gacha_simulator_ver_3 div.current_result_each[data-rarity="SSRサポーター"] .a_tag_replace{
    background: rgba(255, 255, 255, 0.4);
    text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff;
}