@charset "UTF-8";
/*--------------------------------------------------
 ※※※※※※※※※※※※※※※※※※※※※※※※
 このファイルはsassでコンパイルされています
 以下の内容を変更したい場合は構成するscssファイルを
 ご確認ください
 ※※※※※※※※※※※※※※※※※※※※※※※※
--------------------------------------------------*/
html {
  font-size: 62.5%;
}

.footer {
  background-color: #fff;
}

.footer-information {
  display: flex;
  justify-content: center;
  padding: 3rem 0;
}
.footer-information__box {
  display: flex;
  align-items: center;
}
.footer-information__box:first-child {
  position: relative;
  margin-right: 2rem;
  padding-right: 2rem;
}
.footer-information__box:first-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 2rem;
  margin-top: -1rem;
  background: #ddd;
}
.footer-information__heading {
  margin-right: 0.5rem;
  font-size: 1.4rem;
}
.footer-information__heading .u-pc-only {
  display: none;
}
.footer-information__link {
  width: 5rem;
}
.footer-information__link + .footer-information__link{
  margin-left: 1.5rem;
}
.footer-information-social .footer-information__link {
  width: 4.6rem;
}
.footer-information__account .footer-information__link {
  margin-left: 0;
}
.footer-information__link img {
  display: block;
  max-width: 100%;
}

.footer-account {
  border-top: 0.3rem solid #e60000;
}
.footer-account__inner {
  padding: 3rem;
}
.footer-account__button {
  display: inline-flex;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 5rem;
  margin: 0 0 3rem;
  padding: 1.2rem 0;
  border: 1px solid #e60000;
  border-radius: 0.3rem;
  background: #e60000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
}
.footer-account__button:link, .footer-account__button:visited {
  color: #fff;
  text-decoration: none;
}
.footer-account__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -0.5rem;
  border-width: 0.5rem 0 0.5rem 0.6rem;
  border-style: solid;
  border-color: transparent #fff;
}
.footer-account__heading {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.footer-account__text {
  font-size: 1.4rem;
  line-height: 1.5;
}

.footer-support {
  background-color: #faf6ef;
}
.footer-support__inner {
  padding: 4rem 3rem;
  text-align: center;
}
.footer-support__box {
  margin-bottom: 3rem;
}
.footer-support__box:last-child {
  margin-bottom: 0;
}
.footer-support__heading {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
.footer-support__button {
  display: inline-flex;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 4.9rem;
  margin: 0 0 2rem;
  padding: 1rem 3rem 1rem 2rem;
  border: 1px solid #876528;
  border-radius: 0.3rem;
  background: #fff;
  color: #876528;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
}
.footer-support__button:link, .footer-support__button:visited {
  color: #876528;
  text-decoration: none;
}
.footer-support__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -0.5rem;
  transition: 0.2s ease-out;
  border-width: 0.5rem 0 0.5rem 0.6rem;
  border-style: solid;
  border-color: transparent #876528;
}

.footer-login-box {
  display: none;
}

.footer-button {
  display: inline-flex;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 4.9rem;
  margin: 0;
  padding: 1rem 3rem 1rem 2rem;
  border: 1px solid #876528;
  border-radius: 0.3rem;
  background: #fff;
  color: #876528;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
}
.footer-button:link, .footer-button:visited {
  color: #876528;
  text-decoration: none;
}
.footer-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -0.5rem;
  transition: 0.2s ease-out;
  border-width: 0.5rem 0 0.5rem 0.6rem;
  border-style: solid;
  border-color: transparent #876528;
}

.footer-sitemap {
  display: none;
}

.footer-site {
  background-color: #333;
}
.footer-site__inner {
  box-sizing: border-box;
  margin: 0 auto;
}
.footer-site__text {
  padding: 2.5rem 2rem;
  color: #8d8d8d;
  font-size: 1.2rem;
  line-height: 1.5;
}

.footer-link {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #5a5a5a;
}
.footer-link__list {
  box-sizing: border-box;
  width: 50%;
  border-bottom: 1px solid #5a5a5a;
}
.footer-link__list:nth-child(odd) {
  border-right: 1px solid #5a5a5a;
}
.footer-link__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.2rem;
  color: #ddd;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
}
.footer-link__link:link, .footer-link__link:visited {
  color: #fff;
  text-decoration: none;
}

.footer-logo {
  padding: 3rem 0;
  text-align: center;
}
.footer-logo__link {
  display: inline-block;
  width: 26.2rem;
  height: 1.6rem;
  background: url("/common/img/footer/logo.png") no-repeat center top/contain;
  color: transparent;
}
.footer-logo__link:link, .footer-logo__link:visited {
  color: transparent;
  text-decoration: none;
}

.footer-copyright {
  display: block;
  padding: 2rem;
  border-top: 0.6rem solid #e60000;
  background-color: #fff;
  font-size: 1.2rem;
  font-style: normal;
  text-align: center;
}

.footer-page-top {
  display: none;
}

.button-page-top {
  display: block;
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 6rem;
  width: 4rem;
  height: 3.8rem;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.75);
  color: transparent;
  text-align: center;
  text-decoration: none;
}
.button-page-top::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.5rem;
  left: 50%;
  width: 1rem;
  height: 1rem;
  margin-left: -0.6rem;
  transform: rotate(-45deg);
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #fff;
}
