/* ==========================================================================
   Layout / Footer
   カンプ: 高さ50px / #ededed / コピーライト 12px 行送り18px 字送り0.05em / #3c3c3c
           ページトップは忍者アイコン + 「Top」(Gill Sans 12.5px / #af5c9f)
   ========================================================================== */
.l-footer {
  background-color: var(--color-gray);
  position: relative;
}

.l-footer__inner {
  text-align: center;
}

.l-footer__copyright {
  color: var(--color-text-sub);
  letter-spacing: 0.05em;
  line-height: 18px;
  font-size: 12px;
}

.l-footer__totop {
  position: absolute;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

/* カンプ: 背景の円は無く、忍者イラストをそのまま置いている */
.l-footer__totop-icon {
  display: block;
  height: auto;
}
