@keyframes fadeIn{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes fadeInVer{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.animate-fadeIn{animation:fadeInVer 2s ease-out}@media(min-width:790px){.animate-fadeIn{animation:fadeIn 2s ease-out}}.ani_span{width:56px;height:36px;display:inline-block;vertical-align:bottom;border-radius:8px;overflow:hidden;background-color:var(--color-c-brand);margin-inline:4px;position:relative}.ani_span img{width:100%;height:100%}.ani_span.icon_hand01 img,.ani_span.icon_hand03 img{animation:handShake 4s ease infinite}.ani_span.icon_hand02 img{transform-origin:right bottom;animation:handRotate 2s linear infinite}.ani_span.icon_hand04 img{animation:handScale 3s ease infinite}@media(min-width:790px){.ani_span{width:88px;height:56px;border-radius:12px}}.feed_title{position:relative;width:fit-content;margin-inline:auto}.feed_title:hover:after{animation:handRotate .4s linear}.feed_title>div{position:relative;z-index:2}.feed_title:after{content:"";width:120px;height:80px;top:-24px;right:-32px;display:block;position:absolute;background-image:url(/images/home/icon_comment.svg);background-size:contain;background-repeat:no-repeat}@media(min-width:790px){.feed_title:after{width:136px;height:90px;top:-18px;right:-53px}}.workshopbanner_tip:after{content:"";position:absolute;left:10px;right:10px;top:50%;bottom:0;background-color:#eb103c}