/* アニメーション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_main {
  margin: auto;
  text-align: center;
  line-height: 1;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","Helvetica","Arial",sans-serif;
  color: #262626;
}
.pi_futura_medium {
  font-family: futura-pt,sans-serif;
  font-weight: 500;
  font-style: normal;
}
.pi_futura_book {
  font-family: futura-pt,sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pi_futura_light {
  font-family: futura-pt,sans-serif;
  font-weight: 300;
  font-style: normal;
}
.pi_banner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 337px;
}
/* 背景 */
  .pi_banner_bg {
    /* 背景の余白を指定 */
    margin: -364px auto 10%;
    position: relative;
    z-index: 0;
    background-color: #dee8e6;
    height: 390px;
  }
.pi_title {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
  line-height: 1.8;
  margin: 0 auto 6%;
}
.pi_text {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.08rem;
  line-height: 1.7;
  margin: 0 auto 10%;
}

/*アンカーナビ*/
.pi_navi_1 {
  display: flex;
  justify-content: space-between;
  width: 285px;
  margin: 0 auto 7%;
}
.pi_navi_2 {
  display: flex;
  justify-content: space-between;
  width: 190px;
  margin: 0 auto;
}
.pi_navi_bg {
  background-color: #f1f1f1;
  height: 385px;
  padding: 8% 0 8% 0;
  margin: 0 auto 20%;
}
.pi_navi li img {
  vertical-align: bottom;
}
.pi_navi_text {
  font-size: 1.5rem;
  text-align: center;
  margin: 0 auto 5%;
  line-height: 1.5;
}
.pi_navi_img {
  margin: 0 auto 4%;
}
.pi_navi_text2 {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  text-align: center;
  margin: 0 auto;
}


/*アイテム_タイトル*/
.pi_collabo_title {
  margin:0 auto 10%;
}
.pi_collabo_title_text {
  font-size: 7rem;
  margin:0 auto 1%;
  color: #8a9693;
}
.pi_collabo_title_text2 {
  font-size: 1.9rem;
  letter-spacing: 0.15rem;
  margin:0 auto;
}

/*アイテム*/
.pi_mainitem {
  margin: 0 auto;
  width: 337px;
}
.pi_mainitem_img {
  margin: 0 auto 0%;
}
.pi_mainitem_img_middle {
  margin: 0 auto 2%;
}
.pi_item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 337px;
}
.pi_item_img {
  width: 50%;
}
.pi_item_long {
  margin: 0 auto 2%;
}
.pi_item_long img {
  width: 70%;
}
.pi_item_middle img {
  width: 75%;
}
.pi_item_credit {
  width: 50%;
}
.pi_item_credit2 {
  width: 40%;
}
.pi_item_price {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.3;
  margin: 0 auto 9%;
}
.pi_item_price2 {
  font-size: 1.2rem;
  line-height: 1.3;
  margin: 9% auto 9%;
  text-align: left;
}
/*カラーチップ*/
.pi_color {
  display: flex;
  justify-content: flex-start;
}
/*カラーチップ_01*/
.pi_color1_1 {
  width: 20px;
  height: 20px;
  background: #3f5f46;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 2% 0 0;
}
.pi_color1_2 {
  width: 20px;
  height: 20px;
  background: #202020;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 2% 0 0;
}
.pi_color1_3 {
  width: 20px;
  height: 20px;
  background: #efece4;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 2% 0 0;
}
.pi_color1_4 {
  width: 20px;
  height: 20px;
  background: #cabf91;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 2% 0 0;
}
  /*カラーチップ_02*/
  .pi_color2_1 {
    width: 20px;
    height: 20px;
    background: #efece4;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 2% 0 0;
  }
.pi_color2_2 {
  width: 20px;
  height: 20px;
  background: #202020;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 2% 0 0;
}
.pi_color2_3 {
  width: 20px;
  height: 20px;
  background: #a6aac0;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 2%x 0 0;
}
/*カラーチップ_03*/
.pi_color3_1 {
  width: 20px;
  height: 20px;
  background: #202020;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 2% 0 0;
}
.pi_color3_2 {
  width: 20px;
  height: 20px;
  background: #d2b3b2;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 2% 0 0;
}
.pi_color3_3 {
  width: 20px;
  height: 20px;
  background: #c0b9b4;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 2% 0 0;
}
.pi_color3_4 {
  width: 20px;
  height: 20px;
  background: #767c83;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 2% 0 0;
}
.pi_color3_5 {
  width: 20px;
  height: 20px;
  background: #575757;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 2% 0 0;
}
.pi_color3_6 {
  width: 20px;
  height: 20px;
  background: #f7f6f2;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 2% 0 0;
}
/*カラーチップ_04*/
.pi_color4_1 {
  width: 30px;
  height: 30px;
  margin: 0 -3% 0 0;
}
.pi_color4_2 {
      width: 30px;
      height: 30px;
  }
/*カラーチップ_05*/
.pi_color5_1 {
  width: 20px;
  height: 20px;
  background: #b29f8a;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 2% 0 0;
}
.pi_color5_2 {
  width: 20px;
  height: 20px;
  background: #202020;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 2% 0 0;
}
.pi_item_text {
  font-size: 1.2rem;
  width: 337px;
  letter-spacing: 0.05rem;
  line-height: 1.7;
  margin: 0 auto 17%;
}
.pi_styling_title {
  font-size: 2.5rem;
  letter-spacing: 0.25rem;
  color: #8a9693;
  margin: 0 auto 10%;
}
.pi_styling {
  position: relative;
  z-index: 1;
  width: 337px;
  margin: 0 auto;
}
/* 背景 */
.pi_styling_bg {
  /* 背景の余白を指定 */
  margin: -600px auto 12%;
  position: relative;
  z-index: 0;
  background-color: #dee8e6;
  height: 600px
}
.pi_styling_img1 {
  margin: 0 auto 4%;
}
.pi_styling_img2 {
  margin: 0 auto 8%;
}
.pi_styling_text {
  font-size: 1.2rem;
  text-align: left;
  letter-spacing: 0.08rem;
  line-height: 1.7;
  margin: 0 auto 10%;
}

.pi_btn {
  width: 300px;
  height: 50px;
  background-color: #8a9693;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.18rem;
  margin: 0 auto 26%;
}

/*プロフィール*/
.pi_prf {
  text-align: center;
  margin: 0 auto 20%;
  width: 315px;
  color: #262626;/*文字色*/
  padding: 3em 0;/*上下の余白*/
  border-top: solid 1px #262626;/*上線*/
  border-bottom: solid 1px #262626;/*下線*/
}
.pi_prf_img {
  text-align: center;
  margin-bottom: 4%;
}
.pi_prf_title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-bottom: 4%;
}
.pi_prf_title img {
  margin-right: 2%;
  width: 17px;
}
.pi_prf_text {
  text-align: center;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 0.04em;
 }









/* PC
----------------------------------*/
@media screen and (min-width: 768px){

  .pc_bgcolor {
    background-color: #fff; /* PC表示の際の全体に背景色をつけたいときはここを変更する */
  }

  .pc_width {
    margin: 0 auto;
    width: 500px; /* PC表示の幅を変えたいときはここを変更する */
  }

}
