/* 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: 347px;
  }
  /* 背景 */
    .pi_banner_bg {
      /* 背景の余白を指定 */
      margin: -338px auto 10%;
      position: relative;
      z-index: 0;
      background-color: #e6ecd3;
      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: 220px;
    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_content {
    margin-bottom: 26%;
  }


  /*アイテム_タイトル*/
  .pi_collabo_title {
    margin:0 auto 10%;
  }
  .pi_collabo_title_text {
    font-size: 7rem;
    margin:0 auto 1%;
    color: #a1ae6b;
  }
  .pi_collabo_title_text2 {
    font-size: 1.9rem;
    letter-spacing: 0.15rem;
    margin:0 auto 8%;
  }

  /*アイテム*/
  .pi_mainitem {
  	margin: 0 auto;
  	width: 337px;
  }
  .pi_mainitem_img {
    margin: 0 auto 5%;
  }
  .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: #efe8dd;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 2% 0 0;
  }
  .pi_color1_2 {
    width: 20px;
    height: 20px;
    background: #8f9a5c;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 2% 0 0;
  }
  .pi_color1_3 {
    width: 20px;
    height: 20px;
    background: #e44d35;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-sizing: border-box;
  }
    /*カラーチップ_02*/
    .pi_color2_1 {
      width: 20px;
      height: 20px;
      background: #ccc9cc;
      border: 1px solid #c8c8c8;
      border-radius: 50%;
      box-sizing: border-box;
      margin: 0 2% 0 0;
    }
  .pi_color2_2 {
    width: 20px;
    height: 20px;
    background: #d6cbbb;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 2% 0 0;
  }
  .pi_color2_3 {
    width: 20px;
    height: 20px;
    background: #ece8e7;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 2% 0 0;
  }
  .pi_color2_4 {
    width: 20px;
    height: 20px;
    background: #d7dccc;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 2% 0 0;
  }
  .pi_color2_5 {
    width: 20px;
    height: 20px;
    background: #000000;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-sizing: border-box;
  }
  /*カラーチップ_03*/
  .pi_color3_1 {
    width: 20px;
    height: 20px;
    background: #000000;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 2% 0 0;
  }
  .pi_color3_2 {
    width: 20px;
    height: 20px;
    background: #f3ece9;
    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: #ffffff;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 2% 0 0;
  }
  .pi_color5_2 {
    width: 20px;
    height: 20px;
    background: #1a4a3d;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 2% 0 0;
  }
  .pi_color5_3 {
    width: 20px;
    height: 20px;
    background: #15161a;
    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: #95a35d;
    margin: 0 auto 10%;
  }
  .pi_styling_box {
    display: flex;
    flex-direction: column;
    gap: 80px;
  }
  .pi_styling {
    position: relative;
    z-index: 1;
    width: 337px;
    margin: 0 auto 10%;
  }
  /* 背景 */
  .pi_styling::before {
    /* 背景の余白を指定 */
    position: absolute;
    content: "";
    background-color: #e6ecd3;
    bottom: 0;
    left: 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 267px;
    z-index: -1;
  }
  .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_styling_bg2 {
      /* 背景の余白を指定 */
      margin: -639px auto 12%;
      position: relative;
      z-index: 0;
      background-color: #e6ecd3;
      height: 600px
    }

  .pi_btn {
    width: 300px;
    height: 50px;
    background-color: #95a35d;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.18rem;
  }

/*プロフィール*/
  .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表示の幅を変えたいときはここを変更する */
     }

     .pi_styling::before {
       left: -81.5px;
       margin: 0 auto;
       width: 500px;
     }

   }
