@charset "UTF-8";
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v92/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2");
  font-display: swap;
}

@-webkit-keyframes ga-cookie-accept-bar-slide-in {
  from {
    transform: translateY(120px);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes ga-cookie-accept-bar-slide-in {
  from {
    transform: translateY(120px);
  }
  to {
    transform: translateY(0);
  }
}

@-webkit-keyframes ga-cookie-accept-bar-slide-out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(120px);
  }
}

@keyframes ga-cookie-accept-bar-slide-out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(120px);
  }
}

/*! 通知バー */
.module-ga-cookie-accept-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-name: ga-cookie-accept-bar-slide-in;
          animation-name: ga-cookie-accept-bar-slide-in;
  background-color: rgba(240, 240, 240, 0.9);
  box-sizing: border-box;
  color: #3E3E3E;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 5px 20px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 900;
}

.module-ga-cookie-accept-bar.state-remove {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-name: ga-cookie-accept-bar-slide-out;
          animation-name: ga-cookie-accept-bar-slide-out;
}

.module-ga-cookie-accept-bar p {
  margin: 0.5em 0;
}

.module-ga-cookie-accept-bar a {
  color: inherit;
  text-decoration: underline;
}

.module-ga-cookie-accept-bar .material-icons {
  vertical-align: middle;
  margin-right: 0.2em;
}

.module-ga-cookie-accept-bar p button:first-child {
  margin-right: 1em;
}

/*! ボタン */
.module-ga-cookie-accept-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  background-color: #1CADEC;
  border: 0;
  color: #e5e5e5;
  font-family: inherit;
  font-size: 1em;
  margin-bottom: 0.5em;
  padding: 0.5em 1.5em;
  border-radius: 3px;
  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);
  transition: 0.3s ease-out;
  white-space: nowrap;
}

.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-accept-btn.module-ga-cookie-deny-btn {
  background-color: #e5e5e5;
  color: #5d5d5d;
}
