@charset "utf-8";

/* ==========================================
  Footer Styles
========================================== */
.c-footer__inner {
  color: #aaa;
}

.c-footer__copyright {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #aaa;
}

.c-footer__logo {
  margin: auto;
}
.c-footer__logo a {
  display: block;
  margin: auto;
  width: 6%;
  margin-bottom: 1rem;
}
.c-footer__link {
  margin-bottom: 10px;
  margin-bottom: 0.425rem;
  font-size: 12px;
  color: #aaa;
}

.c-footer__link-item {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0 10px;
  margin: 0 0.625rem;
  color: #aaa;
  font-size: 11.6px;
}

@media only screen and (min-width: 768px) {
  .c-footer {
  }
  .c-footer__inner {
  }
  .c-footer__copyright a {
    font-size: 14px;
    opacity: 0.7;
    color: #545454;
  }
  .c-footer__logo {
  }
  .c-footer__logo a {
    width: 25px;
  }
  .c-footer__link {
    font-size: 1rem;
  }
  .c-footer__link-item {
    font-size: 0.9rem;
  }
}

.c-footer {
  background-color: var(--color__black);
  color: var(--color__gray);
  padding: 20px;
  padding: 1.25rem;
  text-align: center;
}

.c-footer__link a {
  color: var(--color__gray-dark);
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0 1em;
  letter-spacing: 0.1em;
}

/* Fixed Bottom Button
------------------------------ */
.kotei-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000000eb;
  z-index: 998;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  padding: 10px 0;
  padding: 0.625rem 0;
}

.kotei-btn.visible {
  transform: translateY(0);
  bottom: 0;
}

.kotei-btn.hidden {
  transform: translateY(200%);
}

.kotei-cta__btn a {
  margin: auto;
  color: white;
  max-width: 300px;
  width: 60%;
  height: 49px;
  height: 3.0625rem;
  background: rgb(186, 64, 181);
  background: linear-gradient(
    90deg,
    rgba(186, 64, 181, 0.7) 0%,
    rgba(27, 106, 201, 0.7) 58%,
    rgba(11, 168, 178, 0.7) 100%
  );
  border: solid white 1px;
  border: solid white 0.0625rem;
  box-shadow: 0 0 20px rgb(255 255 255 / 50%);
  box-shadow: 0 0 1.25rem rgb(255 255 255 / 50%);
  border-radius: 100px;
  border-radius: 6.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-size: 0.7125rem;
  letter-spacing: 0.1em;
}

.kotei-cta__btn a:after {
  content: "";
  display: inline-block;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  background-image: url(../../../img/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 15px;
  margin-left: 0.9375rem;
  vertical-align: middle;
}

/* Media Queries
------------------------------ */
@media (min-width: 768px) {
  .c-footer__link a {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .kotei-btn {
    background-color: initial;
  }

  .kotei-cta__btn a {
    margin-right: 1%;
    max-width: 250px;
    height: 59.2px;
    height: 3.7rem;
    font-size: 0.9rem;
  }
}
