.notice{background-color:#dd0000;height:2rem;padding:.5rem;width:100%;color:#fff}.notice p{font-size:1.1vw;font-weight:100;line-height:1rem;text-align:left;padding-bottom:.5rem}.notice a{color:#fff;font-size:1.2rem}@media (max-width: 576px){.notice{width:100%;height:auto;color:#fff;padding:0;line-height:1rem}.notice p{font-size:.7rem;line-height:1rem;padding:.5rem;padding-right:0;text-align:left}.notice a{color:#fff;font-size:1rem;padding-top:1rem}}.marquee{margin:0 auto;width:100vw;height:2rem;white-space:nowrap;overflow:hidden;box-sizing:border-box;position:relative;background-color:rgba(255,255,255,0.6);color:#333}.marquee:before,.marquee:after{position:absolute;top:0;width:2rem;height:25rem;content:"";z-index:1}.marquee:before{left:0;background:linear-gradient(to right, white 20%, transparent 100%)}.marquee:after{right:0;background:linear-gradient(to left, white 20%, transparent 100%)}.marquee__content{width:100%;display:flex;overflow:hidden;line-height:1.2rem;animation:marquee 10s linear infinite reverse}.marquee__content:hover{animation-play-state:paused}.list-inline{display:flex;justify-content:space-around;width:100%;list-style:none;padding:.5rem 1rem;margin:0;font-size:1.2rem;overflow:hidden}@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}@media (max-width: 768px){.list-inline{justify-content:center;font-size:.8rem;overflow:hidden}}
