@keyframes fadeInUpsmall {
  0% {
    opacity: 0;
    transform: translate3d(0, 5%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInUpsmall {
  animation-name: fadeInUpsmall
}

@keyframes fadeInDownsmall {
  0% {
    opacity: 0;
    transform: translate3d(0, -5%, 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_mv {
  font-size: 0px;
  text-align: center;
  margin: 0px auto 0px;
  width: 980px;
}

.pi_lead1 {
  font-size: 2rem;
  line-height: 30px;
  letter-spacing: 1px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 40px auto 10px;
  text-align: center;
  font-weight: 100;
  color: #515151;
}

.pi_lead2 {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  letter-spacing: 1px;
  margin: 0px auto 15px;
  color: #515151;
}

.pi_anchor_box {
  display: flex;
  justify-content: space-between;
  width: 400px;
  margin: 40px auto 60px;
}

.pi_border {
  width: 980px;
  border-top: 0.5px solid #515151;
  margin: auto;
  padding: 30px 0 0 0;
}

.pi_item_number {
  text-align: center;
      margin: 0 auto -35px;
      font-size: 10rem;
      font-family: linotype-didot, serif;
      font-weight: 700;
      letter-spacing: -10px;
        color: #515151;
}

.pi_item_eng {
    text-align: center;
    margin: 0 auto -2px;
    font-size: 4rem;
    font-family: linotype-didot, serif;
    font-weight: 400;
    font-style: normal;
      color: #515151;
}

.pi_item_jpn {
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0px auto 10px;
      color: #515151;
}
.pi_itemtext {
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    letter-spacing: 1px;
    margin: -15px auto 15px;
      color: #515151;
}
.pi_itemtext_point {
    font-size: 1.2rem;
    font-family: linotype-didot, serif;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    letter-spacing: 1px;
      color: #515151;
}
.pi_main {
    margin: 0 auto 10px;
    text-align: center;
}
.pi_center {
    margin: auto;
    text-align: center;
}
.pi_item_btn {
    width: 120px;
    height: 32px;
    background-color: #515151;
    color: #fff;
    font-family: linotype-didot, serif;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    margin: 0 auto 50px;
}
.pi_main_recommend {
  text-align: center;
  margin: 5px auto -2px;
  font-size: 1.5rem;
  font-family: linotype-didot, serif;
  font-weight: 700;
    color: #515151;
}
.pi_main_eng {
  text-align: center;
  font-size: 2.8rem;
  font-family: linotype-didot, serif;
  font-weight: 400;
  font-style: normal;
    color: #515151;
}
.pi_main_jpn {
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    font-size: 1.3rem;
    margin: 0px auto 15px;
      color: #515151;
}
.pi_sub_eng {
  text-align: center;
  margin: 0 auto 5px;
  font-size: 2.8rem;
  font-family: linotype-didot, serif;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
    color: #515151;
}
.pi_sub_jpn {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-size: 1.3rem;
  margin: 0px auto 15px;
    color: #515151;
}
.pi_sub {
  display: flex;
      justify-content: space-between;
      width: 353px;
}
.pi_sub_single {
  display: flex;
      justify-content: space-between;
      width: 360px;
      margin: auto;
}
.pi_sub_box {
  display: flex;
  justify-content: space-between;
  width: 780px;
  margin: 30px auto 90px;
}
.pi_sub_box2 {
  display: flex;
  justify-content: space-between;
  width: 780px;
  margin: 30px auto 0px;
}
.pi_sub_center {
  margin: 130px 0px 0px 0px;
  text-align: center;
}
.pi_border2 {
  width: 980px;
  border-top: 0.5px solid #515151;
  margin: 90px auto 0px;
}

.pi_border3 {
  width: 980px;
  border-top: 0.5px solid #515151;
  margin: 0 auto 50px;
}

.pi_insta {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 260px;
  margin: 0 auto 30px;
}
.pi_account {
 line-height: 1.3;
 text-align: left
}
.pi_account_tx1 {
  text-align: center;
  font-family: linotype-didot, serif;
  font-size: 1.8rem;
  font-style: italic;
  margin:30px auto 10px;
    color: #515151;
}

.pi_account_tx2 {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
    color: #515151;
}
.pi_account_tx3 {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
  margin: 0 auto 5px;
    color: #515151;
}
.pi_account_tx4 {
  font-family: linotype-didot, serif;
  font-size: 1.6rem;
    color: #515151;
}

.pi_other_1d {
    font-size: 0;
    width: 100%;
}

.pi_point1 {
  margin: 0 auto 60px;
  text-align: center;
  background-color: #f3efe4;
}
.pi_point1 p {
  margin: 0 auto;
  text-align: center;
  background-color: #f3efe4;
  vertical-align: top;
  font-size: 0;
}

.pi_point2 {
  margin: 0 auto 60px;
  text-align: center;
  background-color: #f0e6e4;
}
