@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(5%, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInRightsmall {
  animation-name: fadeInRightsmall
}

@keyframes fadeInLeftsmall {
  0% {
    opacity: 0;
    transform: translate3d(-5%, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInLeftsmall {
  animation-name: fadeInLeftsmall
}

.pi_lead {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 1px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 100;
  margin: 30px auto 20px;
  text-align: center;
  color: #464646;
}

.pi_anchor_box {
  display: flex;
  justify-content: space-between;
  margin: 0px auto 40px;
}

.pi_border {
  width: 90%;
  border-top: 0.5px solid #acacac;
  margin: auto;
  padding: 20px 0 0 0;
}

.pi_item_number {
  text-align: center;
  margin: 0px auto -10px;
  font-size: 10rem;
  font-family: roboto, sans-serif;
  font-style: normal;
  font-weight: 100;
  letter-spacing: -10px;
  color: #e5e5e5;
}

.pi_1 {
  margin: 0 auto 10px;
  text-align: center;
}
.pi_3 {
  margin: 0 auto 75px;
  width: 66.4%;
  text-align: center;
}

.pi_itemtitle {
  font-size: 2.8rem;
  line-height: 4rem;
  letter-spacing: 8px;
  font-family: roboto, sans-serif;
  font-style: normal;
  font-weight: 300;
  margin: 25px auto 0px;
  text-align: center;
  color: #464646;
}

.pi_itemcap {
  font-size: 1.5rem;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 15px auto 0px;
  text-align: center;
  font-weight: bold;
  color: #464646;
  letter-spacing: 1px;
}

.pi_buy {
  text-align: center;
  margin: 0 auto 25px;
}

.pi_insta {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 320px;
  margin: 0 auto 25px;
}

.pi_insta img {
  width: 26%;
}

.pi_account_nabechan {
  line-height: 1.3;
  text-align: left;
  color: #464646;
  letter-spacing: 1px;
}

.pi_account_sawamy {
  line-height: 1.3;
  text-align: left;
  color: #464646;
  letter-spacing: 1px;
  margin-left: -25px;
}

.pi_account_tx1 {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.2rem;
  font-weight: 100;
  margin: 0 auto 5px;
}

.pi_account_tx2 {
  font-family: roboto, serif;
  font-size: 1.4rem;
  font-weight: 300;
}

.pi_2 {
  margin: 0 auto 20px;
  text-align: center;
  width: 86%;
}

.pi_itemtext_review {
  font-size: 1.2rem;
  font-family: roboto, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-decoration: underline;
  color: #464646;
  text-align: center;
  letter-spacing: 1px;
    margin: 15px 0px auto;
}

.pi_itemtext {
  font-size: 1.4rem;
  line-height: 2.3rem;
  letter-spacing: 1.8px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: -5px auto 70px;
  text-align: left;
  padding: 0px 14px 0px 20px;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  color: #464646;
}

a img {
  pointer-events: none;
}


	/* 画像スライド */
	.sec_inner{
    width:  66.4%;
    height: 100%;
    text-align: center;
    margin: 0 auto 75px;
}
/*-----------height調整----------*/
.slick-slide{
  height:auto!important;
}
/*------------------------------*/

/*
.slick-dots li.slick-active button:before
{
    color: #c00!important;	//選択したボタンの色変更
}
.slick-dots li button:before
{
    color: #c00!important;	//選択されていないボタンの色変更
}
*/

/* 画像スライド終わり */





/* PC
----------------------------------*/
@media screen and (min-width: 768px){

  .pc_bgcolor {
    background-color: #fff; /* PC表示の際の全体に背景色をつけたいときはここを変更する */
  }

  .pc_width {
    margin: 0 auto;
    width: 500px; /* PC表示の幅を変えたいときはここを変更する */
  }

}