@charset "UTF-8";
/* 定数 */
/* フッターロゴ */
.footer-logo {
  text-align: center;
  padding: 40px 0 40px;
}
.footer-logo a {
  display: unset;
}

/* フッターCTA */
.footer-cta__background {
  width: 100%;
  height: 440px;
  background-color: #222222;
  background-image: url("../../../images/article/footer-cta-pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.footer-cta__card {
  width: 688px;
  height: 329px;
  background-color: rgba(16, 15, 14, 0.9215686275);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.footer-cta__ribbon {
  background-color: #d9ce8e;
  transform: rotate(-39deg);
  width: 171px;
  height: 21px;
  text-align: center;
  position: absolute;
  left: -39px;
  top: 24px;
}
.footer-cta__ribbon-text {
  font-size: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer-cta__contents {
  text-align: center;
  margin: auto 24px;
}
.footer-cta__title {
  margin-top: 35px;
  line-height: 1.6;
}
.footer-cta__title-en {
  font-size: 11px;
  color: #d9ce8e;
  font-family: "Oswald", sans-serif;
}
.footer-cta__title-top {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
.footer-cta__title-down {
  font-size: 32px;
  color: #d9ce8e;
  font-weight: bold;
}
.footer-cta__description {
  font-size: 13px;
  color: #fff;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 15px auto 39px;
}
.footer-cta__button {
  width: 154px;
  background-color: #d9ce8e;
  display: inline-block;
  padding: 12px;
  border-radius: 21px;
  font-size: 12px;
  transition: 0.5s;
  font-weight: bold;
}
.footer-cta__button:hover {
  background-color: #000;
  color: #d9ce8e;
  transition: 0.5s;
  opacity: 1;
}

@media screen and (max-width: 855px) {
  .footer-cta__card {
    width: calc(100% - 52px);
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 630px) {
  .footer-cta {
    height: 500px;
  }
  .footer-cta__background {
    height: 219px;
    background-image: url("../../../images/article/footer-cta-sp.jpg");
    background-size: cover;
  }
  .footer-cta__card {
    top: 310px;
    background-image: url("../../../images/article/footer-cta-mask.png");
    background-size: cover;
  }
  .footer-cta__title {
    margin-top: 28px;
  }
  .footer-cta__description {
    margin-bottom: 20px;
  }
}
/* フッター */
/* フッターロゴ */
/* フッターCTA */
footer {
  position: relative;
  display: inline-flex;
  width: calc(100% - 200px);
  padding: 31px 0 186px;
  left: 50%;
  transform: translateX(-50%);
}

.footer__link-col {
  font-size: 11px;
  display: inline-block;
  margin-left: 39px;
  font-weight: bold;
}
.footer__link-col:first-child {
  margin-left: 0;
}

.copyright {
  position: absolute;
  right: 0;
}

@media screen and (max-width: 855px) {
  .copyright {
    /* bottom: 36px; */
    left: 0;
    /* transform: translate(-50%); */
  }
}
@media screen and (max-width: 630px) {
  footer {
    display: block;
    width: 90%;
    margin: auto;
    padding-bottom: 150px;
    padding-top: 0;
  }

  .footer {
    width: 100%;
  }
  .footer__link-col {
    margin: 21px 0;
    display: inline-block;
    width: 100%;
  }
  .footer__link-col {
    margin-left: 0;
  }

  .copyright {
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 21px;
  }
}
