.l-page--sp-fixed {
  position: fixed;
  top: unset;
  bottom: 0;
  left: 50%;
  min-height: unset;
  height: 3.625rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% + 13px);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .l-page--sp-fixed {
    height: 7.25rem;
  }
}

.p-footer {
  padding-bottom: 3.625rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-bottom: 7.25rem;
  }
}/*# sourceMappingURL=styles-top.css.map */