.p-container {
  width: 100%;
  padding: 0 2rem;
}

.p-footer {
  z-index: 2;
  position: relative;
  padding: 6.2rem 0 6rem;
  background: url(../../img/p-footer_bg.webp) no-repeat;
  background-size: cover;
}

.p-footer_pagetop_btn {
  display: block;
  z-index: 2;
  position: absolute;
  top: -3.2rem;
  right: 2rem;
  width: 3.7rem;
}

.p-footer_bnr {
  display: block;
  margin: 0 auto 1.5rem;
}

.p-footer_bnr_img {
  display: block;
}

.p-footer_sns_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3.4rem;
  gap: 0 1.5rem;
}

.p-footer_sns_item {
  width: 5rem;
}

.p-footer_sns_item_img {
  display: block;
}

.p-footer_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 3rem;
  gap: .8rem;
}

.p-footer_item_img {
  display: block;
}

.p-footer_sketch_link {
  display: block;
  z-index: 2;
  position: fixed;
  bottom: -1rem;
  width: 17rem;
  margin-left: 18.6rem;
  -webkit-animation: clipbrushreverseOut .2s cubic-bezier(0.45, 0, 0.55, 1) forwards;
          animation: clipbrushreverseOut .2s cubic-bezier(0.45, 0, 0.55, 1) forwards;
}

.p-footer_sketch_link.is-active {
  -webkit-animation: clipbrushreverse .2s cubic-bezier(0.45, 0, 0.55, 1) forwards;
          animation: clipbrushreverse .2s cubic-bezier(0.45, 0, 0.55, 1) forwards;
}

.p-footer_copyright {
  display: block;
  color: #9e9e9e;
  font-weight: 300;
  font-size: 1.4rem;
  text-align: center;
}
