@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: #f6f6f6;
  text-align: center;
  font-size: 0;
}

.pi_lead {
  font-size: 2.7rem;
  line-height: 4rem;
  font-family: futura-pt, sans-serif;
  margin: 40px auto 10px;
  text-align: center;
  font-weight: 400;
}

.pi_lead span {
  font-size: 2.7rem;
  line-height: 4rem;
  letter-spacing: 2px;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Helvetica, Arial, sans-serif;
  margin: 0px auto 20px;
  text-align: center;
  font-weight: 100;
}

.pi_lead2 {
  font-size: 1.7rem;
  line-height: 2.8rem;
  letter-spacing: 1px;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Helvetica, Arial, sans-serif;
  margin: 0px auto 45px;
  text-align: center;
}

.pi_anchor {
  font-size: 0px;
  text-align: center;
  margin: 0px auto 70px;
  width: 980px;
}

.pi_border {
  width: 980px;
  border-top: 1px solid #000000;
  margin: auto;
  padding: 70px 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: 6rem;
  line-height: 5rem;
  letter-spacing: -1px;
  font-family: futura-pt, sans-serif;
  margin: 70px auto 0px;
  text-align: center;
  font-weight: 100;
}

.pi_itemtitle span {
  font-size: 6rem;
  font-family: futura-pt, sans-serif;
  margin: -20px auto 0px;
  text-align: center;
  font-weight: 700;
}

.pi_itemcap {
  font-size: 1.8rem;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Helvetica, Arial, sans-serif;
  margin: 10px auto 12px;
  text-align: center;
  font-weight: bold;
}

.pi_itemtext {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Helvetica, Arial, sans-serif;
  margin: 10px auto 10px;
  text-align: center;
}

.pi_itemtext span {
  font-size: 1.4rem;
  line-height: 3rem;
  font-family: futura-pt, sans-serif;
  text-align: center;
  font-weight: 400;
  text-decoration: underline;
}

.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: 1px solid #000000;
  margin: auto;
}

.pi_border3 {
  width: 980px;
  border-top: 1px solid #000000;
  margin: 0 auto 50px;
}
