/* アニメーションjs用記述 ここから */
/* ------------------
フェードイン設定
--------------------- */
@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
}
/* アニメーションjs用記述 ここまで */


/* SP
----------------------------------*/
.pi_lead {
  font-size: 1.9rem;
  letter-spacing: 2px;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Helvetica, Arial, sans-serif;
  margin: 40px auto 10px;
  text-align: center;
  font-weight: 100;
}
.pi_lead2 {
  font-size: 1.5rem;
  line-height: 1.5;
  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_border {
  width: 90%;
  border-top: 1px solid #000000;
  margin: auto;
  padding: 0px 0 0 0;
}

.pi_main {
  width: 100%;
  text-align: center;
  font-size: 0;
}

.pi_anchor {
  width: 100%;
  text-align: center;
  font-size: 0;
  margin: 0 0 40px 0;
}


.pi_item_number {
    text-align: center;
    margin: 10px auto 0px;
    font-size: 10rem;
  font-family: futura-pt, sans-serif;
    font-weight: 100;
    letter-spacing: -10px;
    color:#dfe3e7;
}

.pi_template {
  align-items: flex-end;
  font-size: 0;
}

.pi_template img {
  vertical-align: top;
}

.pi_item1 {
  margin: 0 auto;
  width: 100%;
  position: relative;
  height: 580px;
}

.pi_back {
  position: absolute;
  z-index: -1;
  top: 20px;
  left: 20px;
  max-width: 95%;
}

.pi_back2 {
  position: absolute;
  left: 0px;
  max-width: 95%;
}

.pi_back3 {
  max-width: 70%;
  margin: 0 auto 0;
}

.pi_itemtitle {
  font-size: 5rem;
  line-height: 4.2rem;
  letter-spacing: -1px;
  font-family: futura-pt, sans-serif;
  margin: 50px auto 0px;
  text-align: center;
  font-weight: 100;
}

.pi_itemtitle span {
  font-size: 5rem;
  font-family: futura-pt, sans-serif;
  margin: -20px auto 0px;
  text-align: center;
  font-weight: 700;
}

.pi_itemcap {
  font-size: 1.6rem;
  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.4rem;
	    line-height: 2.2rem;
	letter-spacing: 0.5px;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Helvetica, Arial, sans-serif;
  margin: 5px auto 10px;
  text-align: left;
  padding: 0px 14px 0px 20px;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

.pi_point {
  font-size: 1.3rem;
  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_item_sub {
  margin: 0 auto;
  width: 100%;
  position: relative;
  height: 445px;
  margin: 130px 0px auto;
}

.pi_back_sub {
  position: absolute;
  z-index: -1;
  top: -50px;
  left: 20px;
  width: 95%;
}

.pi_back2_sub {
  position: absolute;
  top: -70px;
  left: 0px;
  width: 95%;
}

.pi_back3_sub {
  width: 66%;
  margin: 0 auto;
}

.pi_center {
  width: 86%;
  margin: 0 auto;
}

.pi_other {
  margin: 50px auto 100px;
}
.pi_other2 {
  margin: 50px auto 50px;
}

.pi_profile {
  text-align: center;
  font-size: 0;
  padding: 8% 12% 8% 12%;
}

.pi_border2 {
  width: 90%;
  border-top: 1px solid #000000;
  margin: auto;
}

.pi_border3 {
  width: 90%;
  border-top: 1px solid #000000;
  margin: 0 auto 50px;
}

.pi_insta {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 190px;
  margin: 0 auto 30px;
}
.pi_insta img {
  width: 42%;
}

.pi_account {
 line-height: 1.3;
 text-align: left
}
.pi_account_tx1 {
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-weight: 100;
  font-size: 1.8rem;
  margin:30px auto 10px;
}

.pi_account_tx2 {
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
}
.pi_account_tx3 {
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  margin: 0 auto 5px;
}
.pi_account_tx4 {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}

@media screen and (min-width:414px) {
    /*　画面サイズが414pxからはここを読み込む　*/

.pi_item1 {
  margin: 0 auto;
  width: 100%;
  position: relative;
  height: 630px;
}

.pi_item_sub {
  margin: 0 auto;
  width: 100%;
  position: relative;
  height: 480px;
  margin: 130px 0px auto;
}

}







/* PC
----------------------------------*/
@media screen and (min-width: 768px){

  .pc_bgcolor {
    background-color: #fff; /* PC表示の際の全体に背景色をつけたいときはここを変更する */
  }

  .pc_width {
    margin: 0 auto;
    width: 500px; /* PC表示の幅を変えたいときはここを変更する */
  }

  .pi_item1 {
    margin: 0 auto;
    width: 100%;
    position: relative;
    height: 727px;
}

.pi_item_sub {
    margin: 0 auto;
    width: 100%;
    position: relative;
    height: 566px;
    margin: 130px 0px auto;
}

.pi_back {
    position: absolute;
    z-index: -1;
    top: 20px;
    left: 20px;
    max-width: 95%;
}

.pi_back2 {
    position: absolute;
    left: 0px;
    max-width: 100%;
}

.pi_back2_sub {
    position: absolute;
    top: -70px;
    left: 0px;
    height: 800px;
    width: 100%;
}

.pi_back_sub {
    position: absolute;
    z-index: -1;
    top: -50px;
    left: 20px;
    width: 95%;
}


}
