@keyframes fadeInUpsmall {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInUpsmall {
  animation-name: fadeInUpsmall
}

@keyframes fadeInDownsmall {
  0% {
    opacity: 0;
    transform: translate3d(0, -10%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInDownsmall {
  animation-name: fadeInDownsmall
}

@keyframes fadeInRightsmall {
  0% {
    opacity: 0;
    transform: translate3d(10%, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInRightsmall {
  animation-name: fadeInRightsmall
}

@keyframes fadeInLeftsmall {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInLeftsmall {
  animation-name: fadeInLeftsmall
}

.pi_main {
  background-color: #d9c1bf;
  text-align: center;
  font-size: 0;
}


.pi_lead {
  font-size: 2.7rem;
  line-height: 4rem;
  letter-spacing: 4px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 50px auto 15px;
  text-align: center;
  font-weight: 100;
  color: #464646;
}

.pi_lead2 {
  font-size: 1.7rem;
  line-height: 2.8rem;
  letter-spacing: 2px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 0px auto 50px;
  text-align: center;
  color: #464646;
}

.pi_anchor {
  font-size: 0px;
  text-align: center;
  margin: 0px auto 70px;
  width: 980px;
}

.pi_border {
  width: 980px;
  border-top: 0.5px solid #acacac;
  margin: auto;
  padding: 100px 0 0 0;
}

.pi_title {
  text-align: center;
  margin: 0 auto 54px;
}

.pi_item1 {
  margin: 0 auto;
  width: 980px;
  position: relative;
  height: 718px;
}

.pi_back {
  position: absolute;
  z-index: -1;
  top: 35px;
  left: 35px;
}

.pi_back2 {
  position: absolute;
  top: 0px;
  left: 0px;
}

.pi_back3 {
  position: absolute;
  top: 140px;
  right: 0px;
}

.pi_item_sub {
  margin: 0 auto;
  width: 906px;
  position: relative;
  height: 660px;
}

.pi_back_sub {
  position: absolute;
  z-index: -1;
  top: 30px;
  right: 0px;
}

.pi_back2_sub {
  position: absolute;
  top: 0px;
  right: 30px;
}

.pi_back3_sub {
  position: absolute;
  top: 100px;
  left: 0px;
}

.pi_itemtitle {
  font-size: 5rem;
  line-height: 6rem;
  letter-spacing: 10px;
  font-family: roboto, sans-serif;
  font-style: normal;
  font-weight: 200;
  margin: 70px auto 0px;
  text-align: center;
  color: #464646;
}

.pi_itemcap {
  font-size: 1.8rem;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 15px auto 18px;
  text-align: center;
  font-weight: bold;
  color: #464646;
  letter-spacing: 2px;
}

.pi_itemtext {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 10px auto 10px;
  text-align: center;
  color: #464646;
  letter-spacing: 1px;
}

.pi_itemtext span {
  font-size: 1.2rem;
  line-height: 3rem;
  font-family: roboto, sans-serif;
  font-style: normal;
  font-weight: 200;
  text-align: center;
  text-decoration: underline;
  color: #464646;
}

.pi_buy {
  text-align: center;
  margin: 0 auto 54px;
}

.pi_other {
  text-align: center;
  font-size: 0;
  width: 980px;
  margin: 25px auto 200px;
}

.pi_other2 {
  text-align: center;
  font-size: 0;
  width: 980px;
  margin: 25px auto 100px;
}

.pi_profile {
  text-align: center;
  font-size: 0;
  margin: 50px 0px 50px 0px;
}

.pi_border2 {
  width: 980px;
  border-top: 0.5px solid #acacac;
  margin: auto;
}

.pi_border3 {
  width: 980px;
  border-top: 0.5px solid #acacac;
  margin: 0 auto 50px;
}
