/* ===============================================
  * FOOTER STYLE *
=============================================== */
@-webkit-keyframes popupIcon {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes popupIcon {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: translateY(0);
  }
}
.footer--renewal {
  position: relative;
  width: 100%;
  background-color: var(--color-bg-1);
}
.footer--renewal .footer__top-area {
  margin: auto;
  padding: 78px 0 22px;
}
.footer--renewal .footer__brandlogo-wrapper {
  position: absolute;
  top: -54px;
  right: 0;
  left: 0;
  width: 108px;
  height: 108px;
  margin: auto;
  padding: 17px 29px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--color-bg-1);
}
.footer--renewal .footer__app-btn {
  display: block;
  width: 350px;
  height: 90px;
  border-radius: 8px;
  box-shadow: 0 3px 20px 0 rgba(214, 193, 158, 0.2);
  cursor: pointer;
  transition: box-shadow var(--transition-duration) linear;
}
.footer--renewal .footer__app-btn-container {
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
  gap: 20px;
}
.footer--renewal .footer__app-btn:hover {
  box-shadow: 0 9px 30px 0 rgba(214, 193, 158, 0.6);
  opacity: 1;
}
.footer--renewal .footer__app-btn:hover img {
  opacity: 1;
}
.footer--renewal .footer__app-btn:active {
  background-color: rgba(214, 193, 158, 0.6);
}
.footer--renewal .footer__guide-list {
  display: flex;
  justify-content: space-between;
}
.footer--renewal .footer__guide-list-item {
  width: calc(100%/3);
}
.footer--renewal .footer__guide-list > li {
  position: relative;
  padding: 0;
}
.footer--renewal .footer__guide-list > li::before, .footer--renewal .footer__guide-list > li::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  height: 30px;
  margin: auto;
  border-right: dashed 1px #cbc8c8;
  pointer-events: none;
}
.footer--renewal .footer__guide-list > li:nth-of-type(1)::before {
  left: 0;
  content: "";
}
.footer--renewal .footer__guide-list > li:nth-of-type(2)::before, .footer--renewal .footer__guide-list > li:nth-of-type(2)::after {
  content: "";
}
.footer--renewal .footer__guide-list > li:nth-of-type(2)::before {
  left: 0;
}
.footer--renewal .footer__guide-list > li:nth-of-type(2)::after {
  right: 0;
}
.footer--renewal .footer__guide-list > li:nth-of-type(3)::after {
  right: 0;
  content: "";
}
.footer--renewal .footer__guide-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer--renewal .footer__guide-link:hover {
  color: var(--color-main);
  opacity: 1;
}
.footer--renewal .footer__guide-link:hover img {
  -webkit-animation: var(--transition-duration) linear forwards popupIcon;
  transform-origin: bottom;
          animation: var(--transition-duration) linear forwards popupIcon;
  opacity: 1;
}
.footer--renewal .footer__guide-link-img {
  width: 50px;
  height: 50px;
  margin-right: 5px;
}
.footer--renewal .footer__guide-link-txt {
  font-size: clamp(10px, calc(14 * (100vw/1200)), 14px);
  line-height: 1;
  letter-spacing: 0.1em;
}
.footer--renewal .footer__bottom-link-list {
  display: flex;
  justify-content: center;
  margin: 0;
  gap: 40px;
  margin-bottom: 30px;
}
.footer--renewal .footer__bottom-link-list a {
  color: rgb(41, 37, 37);
}
.footer--renewal .footer__bottom-link-list-item {
  padding: 0;
}
.footer--renewal .footer__bottom-link-txt {
  color: var(--color-white);
  font-size: clamp(10px, calc(12 * (100vw/1200)), 12px);
  line-height: 1;
  font-family: var(--font-hirakaku);
  letter-spacing: 0.08em;
  word-break: keep-all;
}
.footer--renewal .footer__site-credit-container {
  margin-top: 50px;
  padding: 14px 0;
  background-color: var(--color-main);
}
.footer--renewal .footer__site-credit-container-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.footer--renewal .footer__site-credit-txt {
  color: var(--color-white);
  font-size: clamp(10px, calc(12 * (100vw/1200)), 12px);
  line-height: 1;
  font-family: var(--font-gantari);
  letter-spacing: 0.08em;
}

/* SNS */
.common-sns__list-item {
  margin: 0;
  padding: 0;
}
.common-sns__list--icon {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  gap: 12px;
}
.common-sns__list--icon .common-sns__list-item {
  width: 38px;
  height: 38px;
}
.common-sns__list--icon .common-sns__link {
  display: block;
  width: 100%;
  height: 100%;
}
.common-sns__list--icon .common-sns__link circle,
.common-sns__list--icon .common-sns__link path {
  transition: fill calc(var(--transition-duration) / 2) linear;
}
.common-sns__list--icon .common-sns__link:hover {
  opacity: 1;
}
.common-sns__list--icon .common-sns__link:hover circle {
  fill: #bea972;
}
.common-sns__list--icon .common-sns__link:hover path {
  fill: #fcf8f0;
}
.common-sns__list--icon .common-sns__link[data-toggle-state=visible] circle {
  fill: #bea972;
}
.common-sns__list--icon .common-sns__link[data-toggle-state=visible] path {
  fill: #fcf8f0;
}
.common-sns__list--btn {
  display: none;
  width: 940px;
  margin: auto;
}
.common-sns__list--btn .common-sns__list__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.common-sns__list--btn .common-sns__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 38px;
  border: solid 1px var(--color-main);
  border-radius: 25px;
  background-color: transparent;
  color: var(--color-main);
  font-weight: 500;
  font-size: clamp(10px, calc(14 * (100vw/1200)), 14px);
  line-height: 1;
  font-family: var(--font-gantari);
  letter-spacing: 0.125em;
  transition: background calc(var(--transition-duration) / 2) linear;
}
.common-sns__list--btn .common-sns__btn:hover {
  background-color: var(--color-main);
  color: var(--color-white);
  opacity: 1;
}
.company__info {
  position: relative;
  width: 100%;
  text-align: center;
}
.footer--renewal .footer__site-credit-txt a {
  color: rgb(41, 37, 37);
  font-family: 'Gantari', sans-serif
}
.company__info {
  position: relative;
  padding: 24px 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
}
.footer__site-credit-txt a {
  font-size: 12px;
  font-family: 'Gantari', sans-serif
}
.company__info {
  position: relative;
  padding: 24px 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
}
.footer__site-credit-txt a {
  font-size: 12px;
  font-family: 'Gantari', sans-serif;
  text-align: center;
  width: 100%; 
}
.footer--renewal {
  position: relative;
  padding-top: calc(13.6vw);
}
.footer--renewal .footer__top-area {
  background-color: var(--color-bg-1);
  padding: calc(17.6vw) 0px calc(10.6667vw);
}
.footer--renewal .footer__brandlogo-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  width: calc(27.2vw);
  height: calc(27.2vw);
  margin: auto;
  padding: calc(3.2vw) calc(6.4vw) calc(3.06667vw);
  overflow: hidden;
  border-radius: 50%;
  background: var(--color-bg-1);
}
.footer--renewal .footer__app-btn {
  display: block;
  width: calc(92vw);
  height: calc(24vw);
  box-shadow: rgba(214, 193, 158, 0.2) 0px calc(0.4vw) calc(2.66667vw) 0px;
  margin: 0px auto calc(2.66667vw);
  border-radius: calc(2.66667vw);
}
.footer--renewal .footer__guide-list {
  -webkit-box-pack: justify;
  display: flex;
  justify-content: space-between;
  padding: 0px calc(4vw);
}
.footer--renewal .footer__guide-list-item {
  width: 33.3333%;
}
.footer--renewal .footer__guide-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer--renewal .footer__guide-list > li:nth-of-type(2)::before, .footer--renewal .footer__guide-list > li:nth-of-type(2)::after {
  position: absolute;
  top: calc(6.66667vw);
  width: 0px;
  height: calc(6vw);
  pointer-events: none;
  content: "" !important;
  border-right: 1px dashed rgb(203, 200, 200);
}
.footer--renewal .footer__guide-list > li:nth-of-type(2) {
  position: relative;
}
.footer--renewal .footer__pagetop-btn {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: rgb(240, 229, 209);
  color: var(--color-main);
  font-weight: 600;
  font-size: calc(3.73333vw);
  font-family: var(--font-gantari);
  letter-spacing: 0.125em;
  margin: 0px;
  padding: calc(2.4vw) 0px;
}
.footer--renewal .footer__pagetop-btn::after {
  aspect-ratio: 2 / 1;
  width: calc(4vw);
  margin-left: calc(1.33333vw);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223.074%22%20height%3D%2213.658%22%20viewBox%3D%220%200%2023.074%2013.658%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4431%22%20data-name%3D%22%E3%83%91%E3%82%B9%204431%22%20d%3D%22M-167%2C5521.517l9.416-9.416%2C9.416%2C9.416%22%20transform%3D%22translate(169.121%20-5509.98)%22%20fill%3D%22none%22%20stroke%3D%22%23bea972%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  content: "" !important;
}
.footer--renewal .footer__bottom-area {
  padding: calc(8vw) 0px calc(5.6vw);
}