/* cookie */
.cookie__consent {
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  color: #333;
  background: #fff;
  padding: 20px 30px;
  box-sizing: border-box;
  border-top: solid 1px #ccc;
  z-index: 999;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.cookie__consent * {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
  line-height: 2;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 600px) {
  .cookie__consent {
    padding: 20px;
  }
}
.cookie__consent.active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.cookie__consent .cookie__consent-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .cookie__consent .cookie__consent-inner {
    flex-direction: column;
  }
}
.cookie__consent .cookie__consent-inner.is-show {
  visibility: visible;
}
.cookie__consent .cookie__consent-inner .cookie__textbox {
  width: 75%;
}
@media screen and (max-width: 600px) {
  .cookie__consent .cookie__consent-inner .cookie__textbox {
    width: 100%;
  }
}
.cookie__consent .cookie__consent-inner .cookie__text {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .cookie__consent .cookie__consent-inner .cookie__text {
    font-size: 12px;
  }
}
.cookie__consent .cookie__consent-inner .cookie__text a {
  color: #1919a6;
  border-bottom: 1px solid #1919a6;
}
@media (hover) {
  .cookie__consent .cookie__consent-inner .cookie__text a:hover {
    border: none;
  }
}
.cookie__consent .cookie__consent-inner .cookie__btn-area {
  width: 22%;
}
@media screen and (max-width: 600px) {
  .cookie__consent .cookie__consent-inner .cookie__btn-area {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
  }
}
.cookie__consent .cookie__consent-inner .cookie-agree {
  margin: 0 0 5px;
  text-align: center;
  color: #fff;
  background: #1919a6;
  padding: 0.5em 1.5em;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (hover) {
  .cookie__consent .cookie__consent-inner .cookie-agree:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 600px) {
  .cookie__consent .cookie__consent-inner .cookie-agree {
    margin: 0;
  }
}
.cookie__consent .cookie__consent-inner .cookie-agree-gray {
  text-align: center;
  color: #fff;
  background: #aaa;
  padding: 0.5em 1.5em;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (hover) {
  .cookie__consent .cookie__consent-inner .cookie-agree-gray:hover {
    opacity: 0.7;
  }
}

/*# sourceMappingURL=cookie-banner.css.map */
