@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_code a img {
pointer-events: none;
}

.pi_code a  {
display: block;
}

.pi_mv {
  font-size: 0px;
  text-align: center;
  margin: 0px auto 40px;
  width: 100%;
}

.pi_lead {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 1px;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica", "Arial", sans-serif;
  margin: 0px auto 40px;
  text-align: center;
  font-weight: 100;
  color: #2e2e2e;
}

.pi_set_back {
  background: #efede2;
  padding: 40px 0px 20px 0px;
}

.pi_set_title {
  text-align: center;
  margin: 4px auto 4px;
  font-size: 3.4rem;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 38px;
  color: #fff;
}

.pi_set_f {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica", "Arial", sans-serif;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0px auto 5px;
  color: #2e2e2e;
}

.pi_set_b {
  font-size: 0.8rem;
  line-height: 3rem;
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-decoration: underline;
  color: #2e2e2e;
  margin: 0px auto -3px;
  text-align: center;
}

.pi_set_text {
  font-size: 1.2rem;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.1em;
  line-height: 2.2rem;
  margin: 0px auto 0px;
  padding: 0% 4.6% 4.6% 4.6%;
  text-align: center;
  color: #2e2e2e;
}

.pi_set_icon_box {
  display: flex;
  justify-content: space-between;
  width: 86%;
  margin: 10px auto 50px;
  gap: 4%;
  align-items: flex-end;
}

.pi_set_icon_text {
  text-align: center;
  font-size: 1rem;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  color: #2e2e2e;
  margin: 4px auto 0;
}

.pi_set_announce {
  width: 76%;
  margin: 15px auto 15px;
}

.pi_set_btntext {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica", "Arial", sans-serif;
  text-align: center;
  line-height: 2.2rem;
  font-size: 1.4rem;
  margin: 0px auto 15px;
  font-weight: bold;
  color: #2e2e2e;
}

.pi_set_btn {
  width: 90%;
  margin: 0 auto;
}

.pi_anchor_title {
  text-align: center;
  margin: 70px auto 8px;
  font-size: 3.4rem;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 38px;
  color: #2e2e2e;
}

.pi_anchor_lead {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 1px;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica", "Arial", sans-serif;
  margin: 0px auto 40px;
  text-align: center;
  font-weight: 100;
  color: #2e2e2e;
}

.pi_anchor_box {
  display: flex;
  justify-content: space-between;
  width: 86%;
  margin: 10px auto;
  gap: 4%;
  align-items: flex-end;
}

.pi_code {
  margin: 70px auto 20px;
  text-align: center;
}

.pi_btn a {
  display: block;
  width: 48%;
  margin: 0px auto 0;
  padding: 6px 0;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  background: #2e2e2e;
}


/* PC
----------------------------------*/
@media screen and (min-width: 768px) {
  .pc_width {
    margin: 0 auto;
    width: 500px;
    /* PC表示の幅を変えたいときはここを変更する */
  }
}
