/*
** .footer
*/

.footer__inner {
  background-color: var(--red);
  padding-top: 0.4375em;
  padding-bottom: 1em;
}

.footer__head {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: max-content;
  grid-row-gap: 1.3125em;
  background-color: #fff;
  border-top-right-radius: 1.875em;
  border-bottom-right-radius: 1.875em;
  padding: 1.875em 0.5em 1.1875em 1em;
  margin-bottom: 1.625em;
  margin-right: 0.5em;
}

.footer__head-contents {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: max-content;
}

.footer__head-contents:first-child {
  grid-gap: 1.5625em;
}

.footer__site-owner a {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.body__inner[data-status="after"] .footer__site-owner a {
  width: 13.375em;
}

.body__inner[data-status="before"] .footer__site-owner a {
  width: 11.9375em;
}

.footer__head-contents:last-child {
  grid-gap: 1.5625em;
  background-color: var(--red);
  border-radius: 1.5625em;
  padding: 1em 1em 1.25em;
}

.footer__link-button {
  margin-left: auto;
  margin-right: auto;
}

.footer__support-center a {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: max-content;
  grid-row-gap: 0.5em;
  color: #fff;
  text-align: center;
}

.footer__support-center-label {
  display: block;
  font-weight: 500;
}

.footer__support-center-tel {
  display: block;
  font-size: 2.5625em;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.footer__foot {
  margin-left: 2em;
  margin-right: 2em;
}

.footer__nav {
  margin-bottom: 1.375em;
}

.footer__nav .menu-item {
  position: relative;
  display: inline-block;
  min-width: 8em;
  padding-left: 1em;
  margin-bottom: 0.5em;
}

.footer__nav .menu-item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  width: 0.5em;
  height: 0.2rem;
  background-color: #fff;
  border-radius: 0.5rem;
}

.footer__nav .menu-item a {
  font-size: 1.125em;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}

.footer__sns-menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, 2.5em);
  grid-auto-rows: max-content;
  justify-content: center;
  grid-gap: 1em 1.5em;
  margin-bottom: 1.75em;
}

.footer__sns-menu .menu-item a {
  font-size: 2.5em;
  color: #fff;
  line-height: 1;
}

.footer__copyright {
  display: inline-block;
  font-size: 0.9375em;
  font-weight: 500;
  color: #fff;
  margin-right: 1.25em;
}

.footer__privacy-policy {
  display: inline-block;
}

.footer__privacy-policy a {
  font-size: 0.875em;
  font-weight: 500;
  color: #fff;
}