/* footer */
/**footer**/

.site-footer,
.site-footer *{
  color:#fff;
}

.site-footer{
  position:relative;
  z-index:5;

  width:100%;
  max-width:750px;
  margin:0 auto;

  background:
    linear-gradient(rgba(43,29,22,.72), rgba(43,29,22,.72)),
    url("./assets/images/footer-bg.png") center center / cover no-repeat;

  color:#fff;
  padding:48px 20px 32px;
  text-align:center;
  
    box-sizing:border-box;
  overflow:hidden;
}
.footer-shop-name{
  margin-bottom:16px;
  font-size:16px;
}

.footer-address{
  margin-bottom:28px;
  font-size:13px;
  line-height:1.9;
  max-width:100%;
  padding:0 8px;
  box-sizing:border-box;
  overflow-wrap:anywhere;
  word-break:break-word;
}

.footer-sns{
  display:flex;
  justify-content:center;
  gap:18px;
  margin-bottom:28px;
}

.footer-sns a{
  color:#f7f1e3;
  text-decoration:none;
  font-size:12px;
}

.footer-copy{
  font-size:11px;
}

/**footer**/
.footer-icon{
  width:40px;
  height:40px;
  display:block;
}

.footer-sns a{
  display:flex;
  align-items:center;
  justify-content:center;
}

.footer-icon-line{
  color:#fff;
}

.footer-sns a{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
}

.footer-sns-label{
  display:block;
  color:#fff;
  font-size:11px;
  line-height:1.4;
  letter-spacing:.04em;
}
/* footer upper navigation */
.footer-nav-area{
  position:relative;
  width:100%;
  max-width:750px;
  height:210px;
  margin:0 auto;
  background:#f7f1e3;
  overflow:visible;
}
.home .footer-nav-area,
.front-page .footer-nav-area{
  background:#fff7dd;
}

.footer-page-buttons{
  position:absolute;
  top:34px;
  left:0;
  z-index:10;

  width:100%;
  height:100px;
}

.footer-back-button,
.footer-top-button{
  appearance:none;
  -webkit-appearance:none;
  border:0;
  background:none;
  padding:0;
  margin:0;

  position:absolute;

  display:flex;
  flex-direction:column;
  align-items:center;

  text-decoration:none;
  cursor:pointer;
}

.footer-back-button{
  left:50%;
  transform:translateX(-50%);
}

.footer-top-button{
  right:20px;
}

.footer-back-button img,
.footer-top-button img{
  width:74px;
  height:auto;
  display:block;
}

.footer-back-button span,
.footer-top-button span{
  margin-top:8px;
  color:#3a2116;
  font-size:14px;
  line-height:1;
}

.footer-deco{
  position:absolute;
  bottom:-26px;
  z-index:20;
  width:63px;
  height:auto;
  pointer-events:none;
}

.footer-deco-chair{
  left:20px;
}

.footer-deco-camera{
  right:20px;
  bottom:-12px;
}



@media (min-width:768px){

  .footer-nav-area{
    height:230px;
  }

  .footer-page-buttons{
    top:30px;
  }

  .footer-back-button img,
  .footer-top-button img{
    width:82px;
  }

  .footer-top-button{
    right:34px;
  }

  .footer-deco{
    width:84px;
    bottom:-34px;
  }

  .footer-deco-chair{
    left:42px;
  }

.footer-deco-camera{
  right:36px;
  bottom:-18px;
}
}

.home .footer-back-button,
.front-page .footer-back-button{
  display:none;
}
.footer-sns{
  display:flex;
  justify-content:center;
  align-items:flex-start;
  gap:18px;
  margin-bottom:28px;
  flex-wrap:wrap;
}

.footer-sns a{
  width:72px;
  box-sizing:border-box;
}
/* book&music footer layout */
/* footer nav inside footer */
.site-footer{
  overflow:visible;
}

.site-footer .footer-nav-area{
  position:relative;
  height:140px;
  margin:-180px auto 0;
  background:transparent;
  z-index:40;
}

.site-footer .footer-page-buttons{
  top:-34px;
}
.site-footer .footer-deco-chair{
  bottom:-18px;
}

.site-footer .footer-deco-camera{
  bottom:-8px;
}

/* book&music only */
body.category-book-music .site-footer .footer-nav-area{
  background:transparent;
}