/* 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: -596px auto 80px;
      position: relative;
      z-index: 0;
      background-color: #e0efdc;
      height: 594px
    }
  .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 50px;
  }

}


/* 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 {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 337px;
  }
  /* 背景 */
    .pi_banner_bg {
      /* 背景の余白を指定 */
      margin: -364px auto 10%;
      position: relative;
      z-index: 0;
      background-color: #e0efdc;
      height: 364px;
    }
  .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: #accb9b;
  }
  .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: #dac8c7;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 2% 0 0;
  }
  .pi_color1_2 {
    width: 20px;
    height: 20px;
    background: #000000;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 2% 0 0;
  }
  .pi_color1_3 {
    width: 20px;
    height: 20px;
    background: #9398aa;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 2% 0 0;
  }
  .pi_color1_4 {
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 2% 0 0;
  }
  .pi_color1_5 {
    width: 20px;
    height: 20px;
    background: #f3eed7;
    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: #000000;
      border: 1px solid #c8c8c8;
      border-radius: 50%;
      box-sizing: border-box;
      margin: 0 2% 0 0;
    }
  .pi_color2_2 {
    width: 20px;
    height: 20px;
    background: #d7c0a3;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 2% 0 0;
  }
  .pi_color2_3 {
    width: 20px;
    height: 20px;
    background: #ceb4d8;
    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: #ffffff;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 2% 0 0;
  }
  .pi_color3_2 {
    width: 20px;
    height: 20px;
    background: #000000;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 2% 0 0;
  }
  .pi_color3_3 {
    width: 20px;
    height: 20px;
    background: #c5b0a2;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 2% 0 0;
  }
  /*カラーチップ_04*/
  .pi_color4_1 {
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 2% 0 0;
  }
  .pi_color4_2 {
    width: 20px;
    height: 20px;
    background: #000000;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 2% 0 0;
  }
  /*カラーチップ_05*/
  .pi_color5_1 {
    width: 20px;
    height: 20px;
    background: #000000;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 2% 0 0;
  }
  .pi_color5_2 {
    width: 20px;
    height: 20px;
    background: #c5a780;
    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: #8eb579;
    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: #edf5e9;
    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: #8eb579;
    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;
   }


}
