@charset "utf-8";
/* CSS Document */

#pokemonfrienda_cp_2512 {
  max-width: 750px;
  margin: 0 auto;
  padding: 0;
}
/* prettier-ignore */
#pokemonfrienda_cp_2512 h1, h2, h3, h4, p {
    margin: 0;
    padding: 0;
  }
/* prettier-ignore */
#pokemonfrienda_cp_2512 dl, dt, dd, ul, li {
    margin: 0;
    list-style: none;
    padding: 0;
  }
#pokemonfrienda_cp_2512 img {
  display: block;
}
#pokemonfrienda_cp_2512 .item {
  background: url(../images/img02.webp);
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
}
#pokemonfrienda_cp_2512 .item p:nth-child(1) {
  position: relative;
  z-index: 1;
}
#pokemonfrienda_cp_2512 .item p:nth-child(2) {
  position: relative;
  top: -20px;
  z-index: 0;
}
#pokemonfrienda_cp_2512 .item p:nth-child(3) {
  position: relative;
  top: -43px;
  z-index: 0;
}
#pokemonfrienda_cp_2512 .item p:nth-child(4) {
  position: relative;
  top: -45px;
  z-index: 0;
}
#pokemonfrienda_cp_2512 .btn {
  background: #fff;
}

/*===============================================
●pc.css 画面の横幅が737px以上
===============================================*/
@media screen and (min-width: 737px) {
  /*common*/
  #pokemonfrienda_cp_2512 .pc-none {
    display: none;
  }

  div#contents {
    background: url('../images/bg.webp');
    width: 100%;
    min-height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
  }
  #pokemonfrienda_cp_2512 .pin {
    background-color: #fff;
    padding: 20px 20px 5%;
  }
  .ly-contents-area {
    padding: 10px 0 0;
  }
}
/*===============================================
●sp.css  画面の横幅が736pxまで
===============================================*/
@media screen and (max-width: 736px) {
  /*common*/
  #pokemonfrienda_cp_2512 .sp-none {
    display: none;
  }
  #pokemonfrienda_cp_2512 .item p:nth-child(2) {
    top: -10px;
  }
  #pokemonfrienda_cp_2512 .item p:nth-child(3) {
    top: -18px;
  }
  #pokemonfrienda_cp_2512 .item p:nth-child(4) {
    top: -23px;
  }
  #pokemonfrienda_cp_2512 .pin {
    background-color: #fff;
    padding: 1rem;
  }
}
