.c-cart-loader{opacity:0;visibility:hidden;background:rgba(0,0,0,.4);position:fixed;width:100vw;height:100%;top:0;left:0;z-index:1001;-webkit-transition:opacity .5s ease,visibility .5s ease;transition:opacity .5s ease,visibility .5s ease}.c-cart-loader.is-visible{visibility:visible;opacity:1}.c-cart-loader__inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;margin:0 auto;top:440px}@media screen and (max-width: 760px){.c-cart-loader__inner{top:300px}}.c-cart-loader__inner img{max-width:50px;-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite}.c-cart-loader__inner p{font-family:"Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic",Meiryo,sans-serif;font-size:14px;font-weight:600;color:#fff}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}