/*! 通知バーのアニメーション用 */@-webkit-keyframes ga-cookie-accept-bar-slide-in{from{-webkit-transform:translateY(120px);transform:translateY(120px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes ga-cookie-accept-bar-slide-in{from{-webkit-transform:translateY(120px);transform:translateY(120px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes ga-cookie-accept-bar-slide-out{from{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(120px);transform:translateY(120px)}}@keyframes ga-cookie-accept-bar-slide-out{from{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(120px);transform:translateY(120px)}}/*! 通知バー */.module-ga-cookie-accept-bar{-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-name:ga-cookie-accept-bar-slide-in;animation-name:ga-cookie-accept-bar-slide-in;background-color:rgba(33,33,33,0.73);box-sizing:border-box;color:#fff;line-height:1.5;padding:50px 15px 15px;position:fixed;left:0;bottom:0;width:100%;z-index:1000}.module-ga-cookie-accept-bar p{overflow:hidden}.module-ga-cookie-accept-bar a{text-decoration:underline;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.module-ga-cookie-accept-bar a:hover{opacity:0.7}.module-ga-cookie-accept-bar.state-remove{-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-name:ga-cookie-accept-bar-slide-out;animation-name:ga-cookie-accept-bar-slide-out}.module-ga-cookie-accept-btn{-webkit-appearance:none;appearance:none;border:none;display:block;margin:15px auto 0;background-color:#fff;border:2px solid #fff;color:#333;font-family:inherit;border-radius:5px;box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);-webkit-transition:.3s ease-out;transition:.3s ease-out;font-size:1.5rem;font-weight:bold}.module-ga-cookie-accept-btn:hover{box-shadow:0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2);cursor:pointer}.module-ga-cookie-deny-btn{position:absolute;top:7px;right:7px;background-color:transparent;border-color:#fff;width:28px;height:28px;margin:0;padding:0;border-radius:4px;border:2px solid #fff;box-sizing:border-box;-webkit-appearance:none;appearance:none;overflow:hidden;text-indent:200px;white-space:nowrap}.module-ga-cookie-deny-btn:before{position:absolute;content:'';top:50%;left:50%;width:16px;height:16px;background:url(../img/common/ico_cross01.png) no-repeat 0 0/100%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}@media all and (max-width: 599px){#ga-cookie-accept-sentence{width:100%;font-size:1.5rem;padding-bottom:10px}#name-ga-cookie-accept-btn{float:none;min-width:auto;padding:0 5px;height:50px;line-height:0.8;width:49%}}@media all and (min-width: 600px){#ga-cookie-accept-sentence{display:block;width:calc(100% - 405px);font-size:1.5rem}.module-ga-cookie-accept-bar{padding:30px 0 30px 50px}.module-ga-cookie-accept-bar p{position:relative}.module-ga-cookie-accept-btn{position:absolute;top:50%;right:150px;width:200px;height:60px;margin:0;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%)}.module-ga-cookie-deny-btn{top:50%;right:15px;width:40px;height:40px;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%)}button{cursor:pointer;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}button:hover{opacity:0.7}}
