/* =========================================================
   HQ Background: Style
   key: dbar-footer-access-sns-01
   name: welina CASABLANCA D-Bar
   group: set
   type: Style
   layer: footer
   value:
   selector:
   ========================================================= */

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

.l-footer {
  background:
    radial-gradient(circle at 50% 0%, rgba(200, 60, 60, 0.14), transparent 34%),
    linear-gradient(180deg, #050505 0%, #000 100%);
  color: #fff;
}

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

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

.l-footer__section {
  padding: 24px 20px 20px; /* ← 上・左右・下に余白 */

  border-top: 1px solid rgba(212, 175, 55, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(200, 60, 60, 0.16),
    0 -12px 30px rgba(200, 60, 60, 0.05);
}

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

.l-footer__section {
  padding-top: 24px;
  border-top: 1px solid rgba(212, 175, 55, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(200, 60, 60, 0.16),
    0 -12px 30px rgba(200, 60, 60, 0.05);
}

.l-footer__heading {
  font-family: "Title";
  font-size: 1.6rem;
  font-weight: 400;

  line-height: 1.25;
  letter-spacing: 0.03em;

  color: rgba(220, 70, 70, 0.85);

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

  text-shadow:
    0 0 6px rgba(220, 70, 70, 0.14),
    0 0 16px rgba(120, 10, 10, 0.10);
}

/* =========================================================
   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(255, 255, 255, 0.90);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.08);
}

.l-footer__dataRow dt {
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.12em;
  color: rgba(212, 175, 55, 0.82);
  text-shadow:
    0 0 6px rgba(212, 175, 55, 0.16),
    0 0 14px rgba(212, 175, 55, 0.08);
}

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

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

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

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

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

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

  color: #fff;

  border: 1px solid rgba(212, 175, 55, 0.22);

  background:
    radial-gradient(circle at 50% 0%, rgba(255, 140, 140, 0.28), transparent 42%),
    linear-gradient(135deg, rgba(220, 70, 70, 0.92), rgba(100, 12, 12, 0.96));

  box-shadow:
    0 0 10px rgba(255, 90, 90, 0.38),
    0 0 30px rgba(200, 60, 60, 0.30),
    0 0 70px rgba(80, 0, 0, 0.28);

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

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

.l-footer__mapBtn:hover {
  opacity: 0.9;
  box-shadow:
    0 0 14px rgba(255, 120, 120, 0.48),
    0 0 40px rgba(200, 60, 60, 0.36),
    0 0 80px rgba(120, 10, 10, 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: #fff;

  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);

  box-shadow:
    0 0 10px rgba(255, 255, 255, 0.06),
    0 0 20px rgba(200, 60, 60, 0.12);

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

.l-footer__social a:hover {
  opacity: 0.82;
  transform: translateY(-2px);
  box-shadow:
    0 0 14px rgba(255, 255, 255, 0.10),
    0 0 30px rgba(200, 60, 60, 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: #000;
  color: rgba(255, 255, 255, 0.60);
}

.l-footer-copy .copy {
  text-align: right;

  font-size: 0.7rem;
  letter-spacing: 0.02em;

  color: rgba(255, 255, 255, 0.28);

  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__logo.footer_logo {
    width: 150px;
  }

  .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;
  }

}
