/* アニメーションjs用記述 ここから */
/* ------------------
フェードイン設定
--------------------- */
@keyframes fadeInUpsmall {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInUpsmall {
  animation-name: fadeInUpsmall
}

@keyframes fadeInDownsmall {
  0% {
    opacity: 0;
    transform: translate3d(0, -10%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInDownsmall {
  animation-name: fadeInDownsmall
}

@keyframes fadeInRightsmall {
  0% {
    opacity: 0;
    transform: translate3d(10%, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInRightsmall {
  animation-name: fadeInRightsmall
}

@keyframes fadeInLeftsmall {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInLeftsmall {
  animation-name: fadeInLeftsmall
}
/* アニメーションjs用記述 ここまで */


.pi_main img {
  vertical-align: middle;
}

.pi_main a {
  display: block;
}

.pi_main li {
  list-style: none;
}

.pi_flex {
  display: flex;
}

/* font */
.pi_main h2 {
  font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","Helvetica","Arial",sans-serif;
}

.pi_font {
  font-family: "Roboto",sans-serif;
}


/* SP
----------------------------------*/
.pi_mv {
  margin-bottom: 45px;
}

.pi_lead_tx {
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: 1.9;
  text-align: center;
  margin-bottom: 45px;
}

/* navi */
.pi_main nav ul {
  justify-content: space-between;
  margin: 0 auto 90px;
  width: 94.7%;
}

.pi_main nav ul li {
  width: 23.6%;
}

.pi_nav_tx {
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
  margin-top: 10px;
}

.pi_triangle {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 5px solid #bcb9b2;
  border-bottom: 0;
  margin: 6px auto 0;
}


/* contents */
.pi_sec {
  margin-bottom: 120px;
}
.pi_sec:last-child {
  margin-bottom: 0;
}

.pi_title {
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: center;
  position: relative;
  margin-bottom: 65px;
}
/* font color */
.name_color1 {
  color: #d3a1b2;
}
.name_color2 {
  color: #9d9d9d;
}
.name_color3 {
  color: #c8b99c;
}
.name_color4 {
  color: #a2c49f;
}

.pi_small {
  font-size: 1.2rem;
  display: block;
}

.pi_title::after {
  content: "";
  background-image: url(/user_data_sp/pi/img/20220922_realbuy/title.png);
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  bottom: -50px;
  left: 0;
  right: 0;
  position: absolute;
  width: 282px;
  height: 61px;
  margin: auto;
}

.pi_catch {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.pi_credit {
  border-bottom: 1px solid #dadada;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0 20px;
  margin: 0 calc((100% - 72%) / 2);
}

.pi_item_name {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}

a.pi_btn {
  background-color: #404040;
  border-radius: 3px;
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 8px 0;
  width: 22%;
}

.pi_item_tx {
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  margin: 20px calc((100% - 72%) / 2) 0;
}

/* point */
.pi_sec h3 {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 50px auto 15px;
}

.pi_code {
  margin: auto;
  width: 82.7%;
}

.pi_code_btn {
  font-size: 1.1rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-align: right;
  margin-top: 15px;
}






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

  .pc_bgcolor {
    background-color: #eee; /* PC表示の際の全体に背景色をつけたいときはここを変更する */
  }

  .pc_width {
    margin: 0 auto;
    width: 500px; /* PC表示の幅を変えたいときはここを変更する */
  }

}
