/* =========================================================
   HQ Background: Style
   key: iccho-footer-access-sns-01
   name: 地鶏や 一鶏
   group: set
   type: Style
   layer: footer
   value:
   selector:
   ========================================================= */

/* =========================================================
   Footer
   ========================================================= */

.l-footer {
  background:
    radial-gradient(circle at 50% 0%, rgba(194, 143, 75, 0.10), transparent 34%),
    linear-gradient(180deg, #101010 0%, #050505 100%);
  color: #f7f3ea;
}

.l-footer,
.l-footer a {
  color: #f7f3ea;
}

/* =========================================================
   Logo
   ========================================================= */

.l-footer__brand {
  position: relative;
  margin-bottom: 76px;
}

.l-footer__logo.footer_logo {
  width: 150px;
  filter:
    drop-shadow(0 0 10px rgba(194, 143, 75, 0.18))
    drop-shadow(0 0 26px rgba(194, 143, 75, 0.10))
    drop-shadow(0 18px 34px rgba(0, 0, 0, 0.55));
  opacity: 0.92;
}

/* =========================================================
   Sections
   ========================================================= */

.l-footer__section {
  position: relative;
  overflow: hidden;
  padding: 24px 20px 20px;

  border-top: 1px solid rgba(194, 143, 75, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(194, 143, 75, 0.12),
    0 -12px 30px rgba(194, 143, 75, 0.04);
}

.l-footer__section::before {
  content: "";
  position: absolute;
  inset: 0;

  background-color: #c28f4b;
  opacity: 0.60;

  -webkit-mask-image: url("../img/karamatsu-pattern-45.svg");
  mask-image: url("../img/karamatsu-pattern-45.svg");

  -webkit-mask-repeat: repeat;
  mask-repeat: repeat;

  -webkit-mask-size: 40px auto;
  mask-size: 40px auto;

  transform: rotate(45deg) scale(1.65);
  transform-origin: center;

  pointer-events: none;
}

.l-footer__section > * {
  position: relative;
  z-index: 1;
}

.l-footer__heading {
  font-family: "YujiBokuCatch", serif;
  font-size: 1.55rem;
  font-weight: 400;

  line-height: 1.35;
  letter-spacing: 0.12em;

  color: rgba(194, 143, 75, 0.96);

  text-transform: none;
  text-align: center;

  text-shadow:
    0 0 6px rgba(194, 143, 75, 0.14),
    0 0 16px rgba(194, 143, 75, 0.08);
}

/* =========================================================
   Text
   ========================================================= */

.l-footer__address,
.l-footer__station,
.l-footer__walk,
.l-footer__accessText,
.l-footer__tel,
.l-footer__dataRow dd {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.85;
  letter-spacing: 0.04em;
  color: rgba(247, 243, 234, 0.90);
  text-shadow: 0 0 10px rgba(247, 243, 234, 0.06);
}

.l-footer__dataRow dt {
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.12em;
  color: rgba(194, 143, 75, 0.88);
  text-shadow:
    0 0 6px rgba(194, 143, 75, 0.14),
    0 0 14px rgba(194, 143, 75, 0.08);
}

.l-footer__tel.footer_tel {
  color: #f7f3ea;
  font-family: inherit;
  font-size: 1.35rem;
}

.l-footer__telIcon {
  width: 1.1em;
  height: 1.1em;
  margin-right: 6px;
}

/* =========================================================
   Map Button
   ========================================================= */

.l-footer__mapBtn {
  width: 100%;
  max-width: 320px;

  font-size: 0.86rem;
  font-weight: 400;
  letter-spacing: 0.20em;

  color: #f7f3ea;
  border: 1px solid rgba(194, 143, 75, 0.42);

  background:
    radial-gradient(circle at 50% 0%, rgba(194, 143, 75, 0.20), transparent 42%),
    linear-gradient(135deg, rgba(31, 47, 83, 0.96), rgba(10, 16, 28, 0.98));

  box-shadow:
    0 0 10px rgba(194, 143, 75, 0.18),
    0 0 30px rgba(31, 47, 83, 0.28),
    0 0 70px rgba(0, 0, 0, 0.28);

  text-shadow: 0 0 8px rgba(255, 255, 255, 0.12);

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}

.l-footer__mapBtn:hover {
  opacity: 0.92;
  box-shadow:
    0 0 14px rgba(194, 143, 75, 0.24),
    0 0 40px rgba(31, 47, 83, 0.34),
    0 0 80px rgba(0, 0, 0, 0.30);
}

.l-footer__mapBtn:active {
  transform: scale(0.98);
}

.l-footer__mapBtnWrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

/* =========================================================
   SNS
   ========================================================= */

.l-footer__social.footer_social {
  margin: 0;
}

.l-footer__social a {
  color: #c28f4b;

  border: 1px solid rgba(194, 143, 75, 0.28);
  background: rgba(247, 243, 234, 0.035);

  box-shadow:
    0 0 10px rgba(194, 143, 75, 0.08),
    0 0 20px rgba(31, 47, 83, 0.12);

  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.l-footer__social a:hover {
  opacity: 0.86;
  transform: translateY(-2px);
  box-shadow:
    0 0 14px rgba(194, 143, 75, 0.14),
    0 0 30px rgba(31, 47, 83, 0.20);
}

.l-footer__social .c-icon {
  width: 22px;
  height: 22px;
}

/* =========================================================
   Icon System
   ========================================================= */

.c-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  vertical-align: middle;

  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;

  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.c-icon--phone {
  -webkit-mask-image: url("../../../common/assets/img/phone.svg");
  mask-image: url("../../../common/assets/img/phone.svg");
}

.c-icon--instagram {
  -webkit-mask-image: url("../../../common/assets/img/instagram.svg");
  mask-image: url("../../../common/assets/img/instagram.svg");
}

.c-icon--x {
  -webkit-mask-image: url("../../../common/assets/img/x.svg");
  mask-image: url("../../../common/assets/img/x.svg");
}

.c-icon--facebook {
  -webkit-mask-image: url("../../../common/assets/img/facebook.svg");
  mask-image: url("../../../common/assets/img/facebook.svg");
}

.c-icon--line {
  -webkit-mask-image: url("../../../common/assets/img/line.svg");
  mask-image: url("../../../common/assets/img/line.svg");
}

.c-icon--tiktok {
  -webkit-mask-image: url("../../../common/assets/img/tiktok.svg");
  mask-image: url("../../../common/assets/img/tiktok.svg");
}

.c-icon--youtube {
  -webkit-mask-image: url("../../../common/assets/img/youtube.svg");
  mask-image: url("../../../common/assets/img/youtube.svg");
}

/* =========================================================
   Footer Copy
   ========================================================= */

.l-footer-copy {
  background: #050505;
  color: rgba(247, 243, 234, 0.60);
}

.l-footer-copy .copy {
  text-align: right;
  font-size: 0.7rem;
  letter-spacing: 0.02em;
  color: rgba(247, 243, 234, 0.32);
  padding-right: 6px;
  padding-bottom: 4px;
}

.l-footer-copy .copy .pc_only {
  display: inline;
}

.l-footer-copy .copy .sp_only {
  display: none;
}

/* =========================================================
   SP
   ========================================================= */

@media (max-width: 767px) {
  .l-footer {
    text-align: center;
  }

  .l-footer__section {
    padding-top: 20px;
  }

  .l-footer__heading {
    margin-bottom: 14px;
  }

  .l-footer__address,
  .l-footer__station,
  .l-footer__accessText,
  .l-footer__tel,
  .l-footer__dataRow dd {
    font-size: 0.86rem;
    line-height: 1.75;
  }

  .l-footer__dataRow dt {
    font-size: 0.76rem;
  }

  .l-footer__tel.footer_tel {
    justify-content: center;
    font-size: 1.25rem;
  }

  .l-footer__mapBtn {
    max-width: none;
    min-height: 50px;
  }

  .l-footer__social .c-icon {
    width: 20px;
    height: 20px;
  }

  .l-footer-copy .copy {
    text-align: center;
    font-size: 10px;
    line-height: 2;
  }

  .l-footer-copy .copy .pc_only {
    display: none;
  }

  .l-footer-copy .copy .sp_only {
    display: block;
  }

  .l-footer__brand {
    margin-bottom: 56px;
  }

  .l-footer__brand::after {
    bottom: -22px;
  }
}
