@charset "utf-8";

/* ------------------------------------------------------------------
common
------------------------------------------------------------------ */
#pi_contents {
  width: 100% !important;
  margin: 0 auto 30px !important;
  padding: 0 !important;
  color: rgb(27, 27, 27);
  font-size: 14px;
  line-height: 1.7;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica", "Arial", "sans-serif";
  /*---▼文字間の設定 */
  font-feature-settings: "palt";
  letter-spacing: 0.25em !important;
}

#pi_contents div,
#pi_contents h1,
#pi_contents h2,
#pi_contents p,
#pi_contents ul,
#pi_contents li,
#pi_contents span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

#pi_contents img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

#pi_contents a {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  text-decoration: none;
  color: rgb(27, 27, 27);
  line-height: 2.2;
}

#pi_contents a:hover {
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  opacity: 0.5;
  text-decoration: none;
}

/* --------------------------------------
pi_contents
----------------------------------------- */
#pi_contents .pi_ph {
  text-align: center;
}

/* -----------------------
lead
-------------------------- */
#pi_contents h1.pi_lead {
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
  font-weight: bold;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica", "Arial", "sans-serif";
  margin: 70px auto;
}

/* -----------------------
プロフィール
-------------------------- */
#pi_contents .pi_profile {
  display: flex;
  justify-content: center;
  font-size: 16px;
  line-height: 1.7;
}

/*なべちゃん*/
#pi_contents .pi_profile .pi_nabe {
  width: 512px;
  background: #f3f3b2;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/*さわみー*/
#pi_contents .pi_profile .pi_sawami {
  width: 512px;
  background: #ccdff7;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/*アイコンと名前*/
#pi_contents .pi_profile .pi_detail01 {
  display: flex;
  align-items: flex-end;
}

#pi_contents .pi_profile .pi_detail01 .pi_name {
  margin-left: 30px;
}

#pi_contents .pi_profile .pi_detail01 span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}
#pi_contents .pi_profile .pi_detail01 span a{
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

/*自己紹介*/
#pi_contents .pi_profile .pi_detail02 {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 15px;
}

#pi_contents .pi_profile .pi_detail02 span {
  font-weight: bold;
  display: table;
  margin: 15px 0 7px;
  line-height: 1;
  background: linear-gradient(transparent 50%, #ffffff 50%);
}

/* -----------------------
投稿部分
-------------------------- */
#pi_contents ul.pi_post {
  width: 924px;
  margin: 115px auto 0;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 100px 100px;
}

#pi_contents ul.pi_post li .pi_contents {
  width: 412px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/*投稿画像*/
#pi_contents ul.pi_post .pi_detail03 {
  display: flex;
  align-items: center;
  margin-top: 30px;
  letter-spacing: 0.05em;
}

/*アイコン*/
#pi_contents ul.pi_post .pi_detail03 .pi_aicon {
  width: 16%;
}
/* #pi_contents ul.pi_post .pi_detail03 .pi_aicon img {
  width: 70px;
  height: 70px;
} */

/*名前*/
#pi_contents ul.pi_post .pi_detail03 span.pi_name {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  display: block;
  margin-top: 10px;
}

/*コメント*/
#pi_contents ul.pi_post .pi_detail03 .pi_comment {
  width: 80%;
  margin: -18px 0 0 4%;
  text-align: left;
}

/*リンクボタン*/
#pi_contents ul.pi_post li .pi_btn a {
  width: 168px;
  background: #1b1b1b;
  margin-top: 30px;
  padding: 10px 0;
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
}

/* -----------------------
U150説明バナー
-------------------------- */
#pi_contents .pi_u150 {
  width: 1024px;
  background: #f5f5f5;
  margin: 150px auto 0;
  padding: 60px 0 55px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

#pi_contents .pi_u150 .pi_lead02 {
  font-size: 18px;
}

#pi_contents .pi_u150 .pi_lead02 span {
  display: block;
  font-size: 24px;
  font-weight: bold;
}

#pi_contents .pi_u150 img {
  width: 820px;
  margin: 30px 0;
  text-align: center;
}

#pi_contents .pi_u150 .pi_ttl span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}

/* --------------------------------------
margin
----------------------------------------- */
#pi_contents .pi_mgt5 {
  margin-top: 5px !important;
}

#pi_contents .pi_mgt10 {
  margin-top: 10px !important;
}

#pi_contents .pi_mgt15 {
  margin-top: 15px !important;
}

#pi_contents .pi_mgt20 {
  margin-top: 20px !important;
}

#pi_contents .pi_mgt50 {
  margin-top: 50px !important;
}

#pi_contents .pi_mgt100 {
  margin-top: 100px !important;
}

#pi_contents .pi_mgt135 {
  margin-top: 135px !important;
}

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