/* PC
----------------------------------*/
@media screen and (min-width: 768px){

  .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;
  }
  /* 背景 */
    .pi_banner_bg {
      /* 背景の余白を指定 */
      margin: -380px auto 75px;
      position: relative;
      z-index: 0;
      background-color: #fff3f0;
      height: 440px
    }
  .pi_title {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.15rem;
    margin: 0 auto 30px;
  }
  .pi_text {
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0.08rem;
    line-height: 1.7;
    margin: 0 auto 75px;
  }

  /*アンカーナビ*/
  .pi_navi {
    display: flex;
    justify-content: space-between;
    width: 640px;
    margin: 0 auto;
  }
  .pi_navi_main {
    width: 180px;
    margin: 0 auto;
  }
  .pi_navi_bg {
    display: flex;
    align-items: center;
    background-color: #e5e5e5;
    height: 250px;
    margin: 0 auto 100px;
  }
  .pi_navi li img {
    vertical-align: bottom;
  }
  .pi_navi_text {
    font-size: 26px;
    text-align: center;
    margin: 0 auto 3px;
    line-height: 1.5;
  }
  .pi_navi_img {
    margin: 0 auto 10px;
  }
  .pi_navi_text2 {
    font-size: 16px;
    letter-spacing: 0.15rem;
    text-align: center;
    margin: 0 auto;
    line-height: 1.5;
  }

  /*アイテム_タイトル*/
  .pi_collabo_title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 206px;
    margin:0 auto 30px;
  }
  .pi_collabo_title_text {
    font-size: 18px;
    letter-spacing: 0.15rem;
    margin:0 15px 0 0;
  }
  .pi_collabo_title_text2 {
    font-size: 80px;
    margin:0 auto;
    color: #f6b1bb;
  }
  /*アイテム_プロフィール*/
  .pi_prf {
  	display: flex;
    justify-content: center;
  	align-items: center;
  	margin: 0 auto 50px;
  	width: 740px;
    color: #262626;/*文字色*/
    padding: 3em 0;/*上下の余白*/
    border-top: solid 1px #262626;/*上線*/
    border-bottom: solid 1px #262626;/*下線*/
  }
  .pi_prf_img {
  	margin-right: 30px;
  }
  .pi_prf_title {
  	display: flex;
  	align-items: center;
  	font-size: 26px;
  	letter-spacing: 0.02em;
  	margin-bottom: 10px;
  }
  .pi_prf_title img {
  	margin-right: 15px;
  }
  .pi_prf_text {
  	text-align: left;
  	font-size: 14px;
  	line-height: 24px;
  	letter-spacing: 0.04rem;
   }
  /*アイテム*/
  .pi_mainitem {
    display: flex;
    justify-content: center;
    align-items: center;
  	margin: 0 auto 90px;
  	width: 640px;
  }
  .pi_item {
    margin: 0 auto;
    width: 340px;
  }
  .pi_item img {
    margin: 0 auto 20px;
  }
  .pi_item_title {
    font-size: 20px;
    letter-spacing: 0.08rem;
    margin: 0 auto 15px;
  }
  .pi_item_price {
    font-size: 15px;
    line-height: 1.3;
    margin: 0 auto 10px;
  }
  .pi_item_price span {
    line-height: 2;
    letter-spacing: 0.02rem;
  }
/*カラーチップ*/
  .pi_color {
    display: flex;
    justify-content:space-between;
    align-items: center;
    width: 52px;
    margin: 0 auto;
  }
  .pi_color2 {
    display: flex;
    justify-content:space-between;
    align-items: center;
    width: 165px;
    margin: 0 auto;
  }
  .pi_color3 {
    display: flex;
    justify-content:space-between;
    align-items: center;
    width: 111px;
    margin: 0 auto;
  }
  .pi_color1_1 {
    width: 22px;
    height: 22px;
    background: #ffffff;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-sizing: border-box;
  }
  .pi_color1_2 {
    width: 22px;
    height: 22px;
    background: #a7c1f7;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-sizing: border-box;
  }
  .pi_color2_1 {
    width: 22px;
    height: 22px;
    background: #b5d8d2;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-sizing: border-box;
  }
  .pi_color2_2 {
    width: 22px;
    height: 22px;
    background: #b2abb1;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-sizing: border-box;
  }
  .pi_color2_3 {
    width: 22px;
    height: 22px;
    background: #ffffff;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-sizing: border-box;
  }
  .pi_color2_4 {
    width: 22px;
    height: 22px;
    background: #000000;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-sizing: border-box;
  }
  .pi_color2_5 {
    width: 22px;
    height: 22px;
    background: #f2efe5;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-sizing: border-box;
  }
  .pi_color2_6 {
    width: 22px;
    height: 22px;
    background: #c6d2ea;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-sizing: border-box;
  }
  .pi_color3_1 {
    width: 22px;
    height: 22px;
    background: #d9a9af;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-sizing: border-box;
  }
  .pi_color3_2 {
    width: 22px;
    height: 22px;
    background: #f7f7ef;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-sizing: border-box;
  }
  .pi_color3_3 {
    width: 22px;
    height: 22px;
    background: #b2c8ac;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-sizing: border-box;
  }
  .pi_color3_4 {
    width: 22px;
    height: 22px;
    background: #1B1A1F;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-sizing: border-box;
  }
  .pi_styling_title {
    font-size: 28px;
    letter-spacing: 0.25rem;
    color: #ee9faa;
    margin: 0 auto 50px;
  }
  .pi_styling {
    position: relative;
    z-index: 1;
    margin: 0 auto;
  }
/* 背景 */
  .pi_styling_bg {
    /* 背景の余白を指定 */
    margin: -500px auto 60px;
    position: relative;
    z-index: 0;
    background-color: #f5f5f5;
    height: 500px
  }
  .pi_styling_img {
    display: flex;
    justify-content:space-between;
    align-items: center;
    width: 740px;
    margin: 0 auto 40px;
  }
  .pi_styling_text {
    font-size: 16px;
    letter-spacing: 0.08rem;
    line-height: 1.7;
    margin: 0 auto 50px;
  }

  .pi_btn {
    width: 300px;
    height: 50px;
    background-color: #ee9faa;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.18rem;
    margin: 0 auto 150px;
  }
  .pi_btn2 {
    width: 300px;
    height: 50px;
    background-color: #ee9faa;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.18rem;
    margin: 0 auto 80px;
  }

}

  /* SP
  ----------------------------------*/
  @media screen and (max-width: 768px){

    .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 {
      margin: 0 auto 10%;
    }
    .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 {
      display: flex;
      justify-content: space-between;
      width: 280px;
      margin: 0 auto;
    }
    .pi_navi_bg {
      background-color: #e5e5e5;
      height: 239px;
      padding: 6% 0 6% 0;
      margin: 0 auto 16%;
    }
    .pi_navi li img {
      vertical-align: bottom;
      margin: 0 auto;
    }
    .pi_navi_main {
      width: 67px;
      margin: 0 auto;
    }
    .pi_navi_text {
      font-size: 1.5rem;
      text-align: center;
      margin: 0 auto 4%;
    }
    .pi_navi_img {
      margin: 0 auto 6%;
    }
    .pi_navi_text2 {
      font-size: 1.2rem;
      letter-spacing: 0.1rem;
      text-align: center;
      margin: 0 auto 12%;
      line-height: 1.5;
    }


    /*アイテム_タイトル*/
    .pi_collabo_title {
      display: flex;
      justify-content: center;
      align-items: center;
      margin:0 auto 7%;
    }
    .pi_collabo_title_text {
      font-size: 1.5rem;
      letter-spacing: 0.1rem;
      margin:0 2% 0 0;
    }
    .pi_collabo_title_text2 {
      font-size: 6rem;
      color: #f6b1bb;
    }
    /*プロフィール*/
      .pi_prf {
        text-align: center;
        margin: 0 auto 15%;
        width: 315px;
        color: #262626;/*文字色*/
        padding: 3em 0;/*上下の余白*/
        border-top: solid 1px #4b4b4b;/*上線*/
        border-bottom: solid 1px #4b4b4b;/*下線*/
      }
      .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: 4%;
     	  width: 24px;
      }
      .pi_prf_text {
        text-align: center;
     	  margin: 0 auto;
      	font-size: 1.2rem;
      	line-height: 2rem;
      	letter-spacing: 0.04em;
       }

    /*アイテム*/
    .pi_mainitem {
    	margin: 0 auto;
    	width: 337px;
    }
    .pi_mainitem_img {
      margin: 0 auto 7%;
    }
    .pi_mainitem_img_middle {
      margin: 0 auto;
    }
    .pi_item {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto 50px;
      width: 337px;
    }
    .pi_item_img {
      width: 50%;
    }
    .pi_item_long {
      margin: 0 auto 7%;
    }
    .pi_item_long img {
      width: 70%;
    }
    .pi_item_middle img {
      width: 75%;
    }
    .pi_item_credit {
      width: 50%;
    }
    .pi_item_title {
      text-align: left;
      font-size: 1.6rem;
      line-height: 1.3;
      letter-spacing: 0.1rem;
      margin: 0 auto 6%;
    }
    .pi_item_price {
      text-align: left;
      font-size: 1.2rem;
      line-height: 1.3;
      margin: 0 auto 6%;
    }
    .pi_item_price span {
      line-height: 2;
    }
  /*カラーチップ*/
    .pi_color {
      display: flex;
      justify-content: flex-start;
    }
    /*カラーチップ_01*/
    .pi_color1_1 {
      width: 20px;
      height: 20px;
      background: #ffffff;
      border: 1px solid #c8c8c8;
      border-radius: 50%;
      box-sizing: border-box;
      margin: 0 2% 0 0;
    }
    .pi_color1_2 {
      width: 20px;
      height: 20px;
      background: #a7c1f7;
      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: #b5d8d2;
      border: 1px solid #c8c8c8;
      border-radius: 50%;
      box-sizing: border-box;
      margin: 0 2% 0 0;
    }
    .pi_color2_2 {
      width: 20px;
      height: 20px;
      background: #b2abb1;
      border: 1px solid #c8c8c8;
      border-radius: 50%;
      box-sizing: border-box;
      margin: 0 2% 0 0;
    }
    .pi_color2_3 {
      width: 20px;
      height: 20px;
      background: #ffffff;
      border: 1px solid #c8c8c8;
      border-radius: 50%;
      box-sizing: border-box;
      margin: 0 2% 0 0;
    }
    .pi_color2_4 {
      width: 20px;
      height: 20px;
      background: #000000;
      border: 1px solid #c8c8c8;
      border-radius: 50%;
      box-sizing: border-box;
      margin: 0 2% 0 0;
    }
    .pi_color2_5 {
      width: 20px;
      height: 20px;
      background: #f2efe5;
      border: 1px solid #c8c8c8;
      border-radius: 50%;
      box-sizing: border-box;
      margin: 0 2% 0 0;
    }
    .pi_color2_6 {
      width: 20px;
      height: 20px;
      background: #c6d2ea;
      border: 1px solid #c8c8c8;
      border-radius: 50%;
      box-sizing: border-box;
      margin: 0 2% 0 0;
    }

    /*カラーチップ_03*/
    .pi_color3_1 {
      width: 20px;
      height: 20px;
      background: #d9a9af;
      border: 1px solid #c8c8c8;
      border-radius: 50%;
      box-sizing: border-box;
      margin: 0 2% 0 0;
    }
    .pi_color3_2 {
      width: 20px;
      height: 20px;
      background: #f7f7ef;
      border: 1px solid #c8c8c8;
      border-radius: 50%;
      box-sizing: border-box;
      margin: 0 2% 0 0;
    }
    .pi_color3_3 {
      width: 20px;
      height: 20px;
      background: #b2c8ac;
      border: 1px solid #c8c8c8;
      border-radius: 50%;
      box-sizing: border-box;
      margin: 0 2% 0 0;
    }
    .pi_color3_4 {
      width: 20px;
      height: 20px;
      background: #1B1A1F;
      border: 1px solid #c8c8c8;
      border-radius: 50%;
      box-sizing: border-box;
      margin: 0 2% 0 0;
    }

    .pi_styling_title {
      font-size: 2.5rem;
      letter-spacing: 0.25rem;
      color: #ee9faa;
      margin: 0 auto 40px;
    }
    .pi_styling {
      position: relative;
      z-index: 1;
      width: 337px;
      margin: 0 auto;
    }
  /* 背景 */
    .pi_styling_bg {
      /* 背景の余白を指定 */
      margin: -719px auto 12%;
      position: relative;
      z-index: 0;
      background-color: #f5f5f5;
      height: 720px
    }
    .pi_styling_img1 {
      margin: 0 auto 4%
    }
    .pi_styling_img2 {
      margin: 0 auto 8%;
    }
    .pi_styling_text {
      font-size: 1.2rem;
      text-align: center;
      letter-spacing: 0.08rem;
      line-height: 1.7;
      margin: 0 auto 10%;
    }

    .pi_btn {
      width: 300px;
      height: 50px;
      background-color: #ee9faa;
      color: #fff;
      font-size: 2rem;
      letter-spacing: 0.18rem;
      margin: 0 auto 26%;
    }
    .pi_btn2 {
      width: 300px;
      height: 50px;
      background-color: #ee9faa;
      color: #fff;
      font-size: 2rem;
      letter-spacing: 0.18rem;
      margin: 0 auto 30px;
    }



  }
