@charset "UTF-8";

.p-footer {
  padding: 2.125rem 0rem 10rem 0rem;
}

.js-top-button {
  bottom: 90px;
  width: 72px;
  height: 72px;
}

.footer-button{
 height: 76px;
 width: 100%;
 background-color: #DE1F1F; 
 display: flex;
 justify-content: center;
 align-items: center;
 position: fixed;
 bottom: 0;
 right: 0;
 z-index: 999;
}

.footer-button p{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 960px) {
  .footer-button{
display: none;
  }
}