article.has-side-share{position:relative}.side-share{position:absolute;top:0;right:100%;bottom:0;width:100%;height:100%;z-index:10000;margin-left:auto;pointer-events:none;display:flex;flex-direction:column;align-items:flex-end}@media only screen and (max-width:1023px){.side-share,.side-share.show{display:none}}.ss__wrap{min-width:0;width:100%;height:100%;pointer-events:none;display:flex;flex-direction:column;align-items:flex-end;padding-right:2.4rem}@media only screen and (min-width:1440px){.ss__wrap{padding-right:3.6rem}}.ss__inner{position:fixed;top:0;padding-top:calc(58px + 5vh);width:max-content;max-width:100px;pointer-events:auto;display:none}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.side-share.show .ss__inner{display:flex;flex-direction:column;align-items:center;justify-content:space-around;animation:fadeInUp;animation-duration:.2s;animation-fill-mode:forwards}.ss__inner > * + *{margin-top:.6rem}.ss__inner .show-more{margin-top:.4rem}.side-share .share-btn__link{color:inherit;display:inherit}.side-share .ss__link{flex-direction:column;border:none;padding:0;background:transparent;display:inline-flex;align-items:center;padding:.68rem;background:transparent;color:var(--text-color-dark);transition:all cubic-bezier(0.17,0.67,0.5,0.71) .1s;border-radius:50%}.ss__link:hover,.ss__link:focus,.ss__link:active{color:var(--text-color-dark);background-color:#f4f4f4}.ss__link:active{background-color:#eee}.side-share .icon--share{height:19px;width:19px}@media only screen and (min-width:1440px){.side-share .icon--share{height:22px;width:22px}}.show-more{position:relative;text-align:center}.ss__btn{overflow-wrap:normal;background-color:transparent;border:none}.ss-dropdown{max-width:360px;width:max-content;position:absolute;display:none;padding:.54rem;min-width:250px;background:#fff;color:#090909;box-shadow:0 10px 15px -3px rgba(0,0,0,0.18),0 4px 6px -2px rgba(0,0,0,0.05),0 0 0 1px rgba(9,9,9,0.18);top:0;bottom:auto;left:112%;right:auto;margin-bottom:0}.ss-dropdown.show{display:block}.side-share .dropdown__link{color:var(--text-color-dark);width:100%;display:flex;align-items:center;justify-content:space-between;padding:.54rem;border-width:0;transition:background cubic-bezier(0.17,0.67,0.5,0.71) .1s,color cubic-bezier(0.17,0.67,0.5,0.71) .1s;background-color:transparent;font-size:var(--text-sm)}.dropdown__link:hover,.dropdown__link:focus,.dropdown__link:focus:hover{background-color:#f4f4f4}.dropdown__link:focus{background-color:#fff}.dropdown__link:active{background-color:#eee}.success-notice.show{display:flex;align-items:center;justify-content:center;margin:.25rem 0;padding:.5rem;background-color:#DCEEE1}