/* PC
----------------------------------*/
@media screen and (min-width: 768px) {

  .pi_sp {
    display: none;
  }

  .pi_contents {
    text-align: center;
    margin: auto;
    width : 950px;
  }

  .pi_fv img {
    margin-bottom: 30px;
  }

  .pi_txt01 {
    color: #4B4B4B;
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 2px;
    line-height: 1;
  }

  .pi_txt02 {
    color: #4B4B4B;
    font-size: 3.8rem;
    font-weight: bold;
    margin-bottom: 40px;
    letter-spacing: 4px;
    line-height: 1;
  }

  .pi_txt03 {
    color: #4B4B4B;
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 50px;
  }

  .pi_snsarea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .pi_snsarea:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
  }

  .pi_box {
    width: 32%;
    margin-bottom: 30px;
    border: solid 2px #E5E5E5;
  }

  .pi_boxhead {
    margin: 0 auto 20px;
    padding-top: 20px;
  }

  .pi_boxhead p {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .pi_boxhead span {
    font-size: 2.2rem;
  }

  .pi_1ttl {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pi_appbottom,.pi_instabottom,.pi_mailbottom {
    background: #E5E5E5;
    height: 240px;
  }

  .pi_appbottom {
    padding: 22px 24px 28px;
  }

  .pi_linkarea {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  .pi_linkarea:first-child {
    margin: 0 auto 23px;
  }

  .pi_instabottom {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 20px 14px 20px;
  }

  .pi_brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }

  .pi_brand:last-child {
    margin: 0 auto;
  }

  .pi_btn_bd {
    text-decoration: none;
    background: #fff;
    padding: 8px 10px;
    border: solid 1px #DBDBDB;
    width: auto;
    display: block;
    border-radius: 3px;
  }

  .pi_font_pk {
    color: #F96B6B;
  }

  .pi_mailbottom {
    padding: 22px 24px 20px;
  }

  .pi_mailbottom p {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }

  a.pi_btn_pk {
    text-decoration: none;
    background: #EB6A6A;
    padding: 20px 40px;
    width: auto;
    display: block;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 20px;
  }

  .pi_boxbottom {
    background: #E5E5E5;
    padding: 30px 26px 28px;
  }

  a.pi_btn {
    text-decoration: none;
    background: #fff;
    padding: 20px 40px;
    border: solid 1px #DBDBDB;
    width: auto;
    display: block;
    border-radius: 3px;
  }

  .pi_account {
    font-size: 1.8rem;
    letter-spacing: 1px;
    margin-bottom: 8px;
  }

}



/* SP
----------------------------------*/
@media screen and (max-width: 768px) {

  .pi_pc {
    display: none;
  }

  .pi_contents {
    text-align: center;
    margin: auto;
    width : 95%;
  }

  .pi_fv img {
    width: 45%;
    margin: 0 auto 6%;
  }

  .pi_txt01 {
    color: #4B4B4B;
    font-size: 1.9rem;
    font-weight: bold;
    margin-bottom: 1%;
  }

  .pi_txt02 {
    color: #4B4B4B;
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 10%;
  }

  .pi_txt03 {
    color: #4B4B4B;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 10%;
  }

  .pi_box {
    border: solid 2px #E5E5E5;
    margin-bottom: 10%;
  }

  .pi_boxhead {
    margin: 0 auto 6%;
    padding-top: 6%;
    display: flex;
    flex-direction: column;
  }

  .pi_boxhead p {
    order: 2;
    font-size: 1.8rem;
  }

  .pi_boxhead span {
    font-size: 2.8rem;
  }

  .pi_snsicons {
    order: 1;
  }

  .pi_snsicons img {
    width: 15%;
  }

  .pi_appbottom,.pi_instabottom,.pi_mailbottom {
    background: #E5E5E5;
    padding: 5%;
  }

  .pi_appbottom p {
    font-size: 1.4rem;
    margin-bottom: 2%;
  }

  .pi_linkarea:first-child {
    margin-bottom: 6%;
  }

  .pi_brand {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8%;
  }

  .pi_brand:last-child {
    margin: 0 auto;
  }

  .pi_logo {
    width: 22%;
  }

  a.pi_btn_bd {
    background: #fff;
    border: solid 1px #DBDBDB;
    border-radius: 3px;
    font-size: 1.3rem;
    line-height: 1.4;
    padding: 3% 7%;
  }

  .pi_font_pk {
    color: #F96B6B;
    letter-spacing: 0.08em;
  }

  .pi_mailbottom p {
    font-size: 1.6rem;
    letter-spacing: 0.01em;
    margin-bottom: 2%;
  }

  a.pi_btn_pk {
    display: block;
    background: #EB6A6A;
    color: #fff;
    font-size: 1.6rem;
    border-radius: 3px;
    padding: 5% 0;
    margin-bottom: 8%;
  }

  a.pi_btn {
    display: block;
    background: #fff;
    border: solid 1px #DBDBDB;
    border-radius: 3px;
    font-size: 1.6rem;
    padding: 5% 0;
  }

  a.pi_boxbottom {
    display: block;
    background: #E5E5E5;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    padding: 4% 0;
  }

  a.pi_boxbottom span {
    font-size: 2rem;
  }

}
