/* common */

/* font */
.pi_main {
  color: #3e2d23;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  margin: auto;
  /*---▼文字間の設定 */
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

.pi_main li {
  list-style: none;
}

.pi_main img {
  vertical-align: middle;
}

.pi_main a {
  display: block;
}

/* font2 */
.pi_futura-pt{
  /*Futura PT Light*/
font-family: "futura-pt", "sans-serif";
font-weight: 300;
font-style: normal;
}
/* font3 */
.pi_font_diot_lt {
  /*Didot LT Pro Bold*/
  font-family: "linotype-didot", "serif";
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.05em;
}
/* Buy btn */
.pi_btn a {
  width: 120px;
  display: block;
  background: #000;
  padding: 9px 0;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 30px auto 0;
}


/* ------------------
フェードイン設定
--------------------- */
@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
}


/* PC
----------------------------------*/
.pi_mv {
  margin: 0 auto 50px;
}

.pi_lead h2 {
  font-size: 26px;
  font-weight: 100;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin: 0 auto 30px;
}

.pi_lead_tx {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.75;
  margin: 0 auto 50px;
}

/* .pi_about デニムについて */
.pi_about {
  margin: 100px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pi_about_right {
  text-align: left;
  margin-left: 95px;
}

.pi_about_right .pi_about_name01 {
  font-size: 62px;
  letter-spacing: -0.03em;
  line-height: 0.93;
}

.pi_about_right .pi_about_name02 {
  margin: 15px 0 0 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.pi_about_right ul.pi_about_list {
  position: relative;
  list-style: none;
  margin: 50px 0 0 0;
}

.pi_about_right ul.pi_about_list li {
  margin-bottom: 17px;
  font-size: 16px;
  line-height: 1.2;
  vertical-align: middle;
}

.pi_about_right ul.pi_about_list li:before {
  content: url(https://5-fifth.com/user_data/pi/img/20220801_stylist/icon_check.jpg);
  margin-right: 15px;
}

/* .pi_detail 推しポイント */
.pi_detail01 {
  width: 810px;
  margin: 0 auto 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd6d0;
}

.bg_f3ede8 {
  background: #f3ede8;
}

.pi_detail01 .pi_detail01_left {
  width: 50%;
}

.pi_detail01 .pi_detail01_right {
  width: 50%;
}

.pi_detail01 .pi_detail01_ttl {
  font-size: 14px;
  line-height: 1;
}

.pi_detail01 .pi_detail01_ttl span {
  display: block;
  margin-top: 10px;
  font-size: 60px;
  line-height: 0.8;
}

.pi_detail01 .pi_detail01_text {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.5;
}

/* item */
.pi_main-item {
  display: flex;
  justify-content: space-between;
  margin: 100px auto 150px;
  width: 684px;
}

.pi_main-item_ttl {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
}

/* Buy btn */
.pi_btn a {
  margin: 20px auto 0;
}


/* contents */
.pi_container {
  padding-top: 150px;
  margin-bottom: 150px;
}

.bg_ebe2dc {
  background-color: #ebe2dc;
}

.pi_section {
  padding-bottom: 150px;
  margin: 0 auto;
  width: 900px;
}

.pi_border {
  border-top: solid 1px #3e2d23;
  padding-top: 50px;
}

.pi_section .pi_item_ttl {
  font-size: 180px;
  line-height: 0.8;
  letter-spacing: -0.07em;
}

.pi_section .pi_item_ttl span {
  display: block;
  margin-top: 30px;
  font-size: 56px;
  line-height: 0.8;
  letter-spacing: -0.03em;
}

.pi_item_name {
  font-size: 18px;
  margin-top: 12px;
}

.pi_item_recommend::before {
  position: absolute;
  content: "";
  background-color: #f6f6f6;
  top: 40px;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 290px;
  z-index: -1;
}

.pi_recommend_text {
  position: absolute;
  top: 160px;
  left: 480px;
}

.pi_recommend_text .pi_item_season {
  text-align: left;
}

.pi_recommend_text .pi_btn a {
  margin-left: 0;
}

.pi_item {
  display: flex;
  justify-content: space-between;
  margin: 100px auto 0;
}

.pi_item_season {
  margin-top: 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 0.8;
  text-decoration: underline;
}

.pi_item_text {
  margin: 15px auto 20px;
  font-size: 16px;
  line-height: 1.5;
}

.pi_item_recommend {
  width: 100%;
  position: relative;
  z-index: 0;
  margin-top: 50px;
}

.pi_item_left {
  width: 400px;
}

.pi_item_right {
  width: 400px;
}

/* profile */
.pi_prof {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 48px 0;
  margin: 0 auto 70px;
  width: 880px;
}

/* more */
.pi_more {
  margin: 0 auto 50px;
  width: 660px;
}

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

  /* font */
  .pi_main {
    font-size: 62.5%;
    /* font-sizeは16pxの62.5%の10px */
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0.1em;
  }

  /* Buy btn */
  .pi_btn a {
    width: 64%;
    display: block;
    background: #000;
    padding: 10px 0 12px;
    font-size: 2rem;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.1em;
    margin: 20px auto 0;
  }

  .pi_mv {
    margin: 0 auto 10%;
  }

  .pi_lead h2 {
    font-size: 1.85rem;
    font-weight: 100;
    letter-spacing: 0.25em;
    line-height: 1.54;
    margin: 0 auto 5%;
  }

  .pi_lead_tx {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    line-height: 1.75;
    margin: 0 auto 10%;
  }

  /* .pi_about デニムについて */
  .pi_about {
    margin: 50px auto 25px;
    display: flex;
    flex-direction: column;
  }

  .pi_about .pi_about_name01 {
    font-size: 4.7rem;
    letter-spacing: -0.03em;
    line-height: 0.93;
  }

  .pi_about .pi_about_name02 {
    margin: 15px 0 0 0;
    font-size: 1.35rem;
    font-weight: bold;
    line-height: 1;
  }

  .pi_about .pi_about_denim01 {
    width: 34%;
    margin: 25px 0 0 0;
  }

  .pi_about ul.pi_about_list {
    position: relative;
    list-style: none;
    margin: 25px 0 0 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .pi_about ul.pi_about_list li {
    margin-bottom: 17px;
    font-size: 1.5rem;
    line-height: 1.2;
    vertical-align: middle;
    text-align: left;
  }

  .pi_about ul.pi_about_list li:before {
    content: url(https://5-fifth.com/user_data_sp/pi/img/20220801_stylist/icon_check.jpg);
    margin-right: 5px;
  }

  .pi_about ul.pi_about_list li:last-child {
    margin-bottom: 0;
  }

  /* .pi_detail 推しポイント */
  .pi_detail {
    margin-top: 50px;
  }

  .pi_detail01 {
    width: 86%;
    margin: 0 auto 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd6d0;
  }

  .bg_f3ede8 {
    background: #f3ede8;
  }

  .pi_detail01 .pi_detail01_left {
    width: 100%;
    padding: 40px 20px;
  }

  .pi_detail01 .pi_detail01_right {
    width: 100%;
  }

  .pi_detail01 .pi_detail01_ttl {
    font-size: 1.2rem;
    line-height: 1;
  }

  .pi_detail01 .pi_detail01_ttl span {
    display: block;
    margin-top: 10px;
    font-size: 4.8rem;
    line-height: 0.8;
  }

  .pi_detail01 .pi_detail01_text {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: left;
  }

  /* item */
  .pi_main-item {
    display: flex;
    justify-content: space-between;
    margin: 100px auto;
    width: 90%;
  }

  .pi_main-item_box {
    width: 46%;
  }

  .pi_main-item_ttl {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 15px;
  }

  .pi_main-item_box .pi_btn a {
    width: 84%;
    font-size: 1.6rem;
    margin: 15px auto 0;
  }

  /* contents */
  .pi_container {
    padding-top: 75px;
    margin-bottom: 75px;
  }

  .bg_ebe2dc {
    background-color: #ebe2dc;
  }

  .pi_section {
    padding-bottom: 75px;
    margin: 0 auto;
    width: 90%;
  }

  .pi_border {
    border-top: solid 1px #3e2d23;
    padding-top: 50px;
    margin-top: 25px;
  }

  .pi_section .pi_item_ttl {
    font-size: 11rem;
    line-height: 0.8;
    letter-spacing: -0.07em;
  }

  .pi_section .pi_item_ttl span {
    display: block;
    margin-top: 20px;
    font-size: 3.4rem;
    line-height: 0.8;
    letter-spacing: -0.03em;
  }

  .pi_item_name {
    font-size: 1.4rem;
    margin-top: 12px;
  }

  .pi_item_recommend::before {
    position: absolute;
    content: "";
    background-color: #f6f6f6;
    top: 25px;
    left: 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 210px;
    z-index: -1;
  }

  .pi_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 25px auto 0;
  }

  .pi_item .pi_item_season {
    margin-top: 30px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 0.8;
    text-decoration: underline;
  }

  .pi_item .pi_item_text {
    margin: 10px auto 20px;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .pi_item_recommend {
    width: 100%;
    position: relative;
    z-index: 0;
  }

  .pi_item_left {
    width: 100%;
    margin-top: 75px;
  }

  .pi_item_right {
    width: 100%;
    margin-top: 50px;
  }

  /* profile */
  .pi_prof {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 10% 0;
    margin: 75px auto;
    width: 90%;
  }

  .pi_prof img {
    width: 61.2%;
  }

  /* more */
  .pi_more {
    margin: 0 auto 15%;
    width: auto;
  }
}
