/*** FOOTER ***/
.footer {
  padding-block: 32px;
  padding-inline: var(--wrapper-padding-x);
  color: #424242;
}
.footer section {
  --icon-size: 24px;
  margin-inline: auto;
  max-width: var(--contents-width);
}
.footer .section-1 {
  height: 350px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  --gap: 24px;
  gap: var(--gap);
}
.footer .section-1 > * {
  width: 50%;
}
.footer .section-2 {
  padding-block: 12px;
  border-top: 1px solid #000;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  --gap: 12px;
  gap: var(--gap);
}
.footer .section-3 {
  padding-block: 12px;
}
.footer .logo {
  flex-shrink: 0;
  width: 150px;
  vertical-align: middle;
}
.footer .logo a {
  display: inline-block;
}
.footer .logo img {
  width: 100%;
}
.footer .foot-nav > ul {
  --num: 4;
  --gap: 24px;
  flex-wrap: wrap;
  gap: var(--gap);
  display: flex;
}
.footer .foot-nav > ul > * {
  width: calc(100% / var(--num) - (var(--gap) - var(--gap) * 1 / var(--num)));
}
.footer .foot-nav > ul > li {
  font-size: 14px;
  line-height: 1.5em;
}
.footer .foot-nav > ul > li li ~ li {
  margin-top: 8px;
}
.footer .foot-nav > ul > li > a {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}
.footer .policy-list {
  row-gap: 8px;
  column-gap: 32px;
  display: flex;
  align-items: center;
}
.footer .policy-list a {
  position: relative;
  display: inline-block;
  line-height: var(--icon-size);
  font-size: 14px;
  line-height: 1.25em;
  color: #0C121A;
  font-weight: 500;
}
.footer .policy-list a:not(:first-of-type):before {
  content: "";
  position: absolute;
  top: calc(50% - 0.25rem);
  left: -16px;
  width: 1px;
  height: 0.5rem;
  background-color: #dcdcdc;
}
.footer .policy-list a.point {
  color: #066fef;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.375em;
}
.footer .social-list {
  line-height: 0;
  display: flex;
  align-items: flex-end;
  --gap: 16px;
  gap: var(--gap);
}
.footer .social-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.footer .social-list a img {
  flex-shrink: 0;
  width: var(--icon-size);
  height: var(--icon-size);
}
.footer .social-list a span {
  position: absolute;
  top: -1px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
}
.footer .info-list {
  display: flex;
  --gap: 24px;
  gap: var(--gap);
}
.footer .info-list span {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 1.25em;
  color: inherit;
  letter-spacing: -0.02em;
}
.footer .info-list span:not(:first-of-type):before {
  content: "";
  position: absolute;
  top: calc(50% - 0.25rem);
  left: -12px;
  width: 1px;
  height: 0.5rem;
  background-color: #dcdcdc;
}
.footer .copyright {
  margin-top: 2rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2rem;
}

.quick-buttons {
  position: fixed;
  right: 1rem;
  bottom: 5.875rem;
  z-index: 101;
  display: flex;
  flex-direction: column-reverse;
  gap: 0.5rem;
  color: transparent;
  text-align: center;
  transition: all 0.5s;
}
.quick-buttons a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  border-radius: 4rem;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.quick-buttons a img {
  flex-shrink: 0;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  transition: none;
}
.quick-buttons a span {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  display: block;
  color: #767676;
  font-size: 0.875rem;
  line-height: 1.25em;
  letter-spacing: -0.03em;
  transition: none;
}
.quick-buttons a:hover {
  width: 100%;
  box-shadow: 10px 10px 30px rgba(40, 40, 40, 0.3);
}
.quick-buttons a:hover img {
  width: 4rem;
  height: 4rem;
}
.quick-buttons a:hover span {
  position: relative;
  visibility: inherit;
  opacity: 1;
  padding-inline: 0.5rem 0.75rem;
  transition: all 0.5s;
}

.btn-top {
  position: fixed;
  right: 1.5rem;
  right: 1rem;
  bottom: 1.25rem;
  z-index: 1000;
  display: block;
  border: 0.5px solid #B1B1B1;
  border-radius: 8px;
  width: 4rem;
  height: 4rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 0 20px rgba(30, 30, 30, 0.1);
  overflow: hidden;
  color: transparent;
  text-align: center;
  text-indent: -999px;
  transition: all 0.4s;
  background-color: #FFFFFF;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url(/thearts/images/common/ico_top.svg);
}
.btn-top:hover {
  box-shadow: 10px 10px 30px rgba(40, 40, 40, 0.3);
}