/*------------- .l-pagetop -------------*/
.l-pagetop {
  position: fixed;
  top: auto;
  left: auto;
  bottom: 9.3rem;
  right: 13.4rem;
  transform: none;
  width: 7.6rem;
  height: 7.2rem;
  box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.1);
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .l-pagetop {
    bottom: 22.1333333333vw;
    right: 5.3333333333vw;
    width: 15.2vw;
    height: 14.4vw;
    box-shadow: 0 0 3.2vw rgba(0, 0, 0, 0.1);
  }
  .l-pagetop.is-fix {
    bottom: 45.3333333333vw;
  }
}
/* index
---------------------------------------------------------------------------- */
.p-column-lead {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .p-column-lead {
    font-size: 3.7333333333vw;
    margin-bottom: 8vw;
  }
}
/* single
---------------------------------------------------------------------------- */
