@charset "utf-8";

/* ------------------------------------------------------------------
common
------------------------------------------------------------------ */
#pi_contents {
  width: 100% !important;
  margin: 0 auto 50px !important;
  padding: 0 !important;
  letter-spacing: 0.2em !important;
  color: rgb(27, 27, 27);
  line-height: 1.7em;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 62.5%;
  /* font-sizeは16pxの62.5%の10px */
  -webkit-text-size-adjust: 100%;
}

#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;
  width: 100%;
}

#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_font_diot_lt {
  /*Didot LT Pro Roman*/
  font-family: linotype-didot, serif;
  font-weight: 400;
  font-style: normal;
}

/* --------------------------------------
pi_contents
----------------------------------------- */


#pi_contents .mv {
  margin-bottom: 8%;
}

#pi_contents .lead {
  margin-bottom: 10%;
}

#pi_contents .title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.5rem;
  margin-bottom: 4%;
  text-align: center;
}

#pi_contents .title span {
  font-size: 1.4rem;
  font-weight: normal;
  display: block;
  margin-top: 2%;
}

#pi_contents .anchor-flex-box {
  display: flex;
  margin: auto;
  text-align: center;
  margin-bottom: 15%;
}

#pi_contents .anchor-1st-low {
  margin-bottom: 6%;
}

#pi_contents .anchor-last-img {
  width: 40%;
  text-align: left;
  margin-left: 20px;
}

#pi_contents .anchor-flex-box p {
  margin: auto;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
}

#pi_contents .anchor-flex-box img {
  width: 83%;
  margin-bottom: 8%;
}





/* -----------------------
footer
-------------------------- */
/* --------------
ttl
------------------ */
#pi_contents #pi_footer {
  width: 100%;
  overflow: hidden;
  margin: 35px auto 0;
}

#pi_contents #pi_footer .pi_attention {
  width: 98%;
  font-size: 0.8rem;
  text-align: right;
  letter-spacing: 0;
}

#pi_contents #pi_footer .pi_footer_ttl {
  text-align: center;
  font-size: 3.2rem;
  line-height: 0.7;
  margin: 35px auto 0;
}

#pi_contents #pi_footer .pi_footer_ttl span {
  display: block;
  width: 50%;
  line-height: 0;
  margin: 0 25% 15px;
}

/* --------------
profile
------------------ */
#pi_contents #pi_footer .pi_profile {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 0;
  padding: 30px 4%;
  background: rgb(246, 246, 246);
}

/*---▼名前 仕事内容*/
#pi_contents #pi_footer .pi_profile .pi_name {
  font-size: 2.4rem;
}

#pi_contents #pi_footer .pi_profile .pi_name span {
  font-size: 1.3rem;
}

#pi_contents #pi_footer .pi_profile .pi_job {
  font-size: 1.3rem;
  margin: 18px 0 0 0;
}

#pi_contents #pi_footer .pi_profile .pi_detail {
  font-size: 1.1rem;
  margin: 25px 0 0 0;
  line-height: 1.7;
}

/*---▼リンクボタン*/
#pi_contents #pi_footer .pi_profile .pi_btn {
  width: 100%;
  overflow: hidden;
  margin-top: 25px;
}

#pi_contents #pi_footer .pi_profile .pi_btn .pi_btn_blog {
  width: 45%;
  float: left;
}

#pi_contents #pi_footer .pi_profile .pi_btn .pi_btn_insta {
  width: 45%;
  float: left;
  margin-left: 10%;
}

/* --------------
リンクボタン
------------------ */
#pi_contents #pi_footer .pi_btn_recommend_items {
  width: 80%;
  margin: 60px 10% 0;
  text-align: center;
}

#pi_contents #pi_footer .pi_contact {
  width: 100%;
  margin: 35px auto 0;
  font-size: 1.3rem;
  text-align: center;
  text-decoration: underline;
}

#pi_contents #pi_footer .pi_contact a {
  font-weight: bold;
}


/* アンカー */
.anchor-flex-box {
  display: flex;
  margin: auto;
  text-align: center;
  margin-bottom: 15%;
}

.anchor-1st-low {
  margin-bottom: 6%;
}

.anchor-last-img {
  width: 40%;
  text-align: left;
  margin-left: 20px;
}

.anchor-flex-box p {
  margin: auto;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
}

.anchor-flex-box img {
  width: 83%;
  margin-bottom: 8%;
}



/* PC
----------------------------------*/
@media screen and (min-width: 768px) {
  #pi_contents {
    margin: 0 auto;
    width: 500px !important;
    /* PC表示の幅を変えたいときはここを変更する */
  }
}