@charset "utf-8";

/* ------------------------------------------------------------------
common
------------------------------------------------------------------ */
#pi_contents {
  width: 100% !important;
  margin: 0 auto 30px !important;
  padding: 0 !important;
  letter-spacing: 0.15em !important;
  color: rgb(27, 27, 27);
  font-size: 12px;
  line-height: 1.5;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

/* --------------------------------------
pi_contents
----------------------------------------- */
/* -----------------------
lead
-------------------------- */
#pi_contents .pi_lead {
  line-height: 1.7;
  text-align: center;
  /*---▼文字間の設定 */
  font-feature-settings: "palt";
  letter-spacing: 0.3em !important;
}

#pi_contents .pi_lead1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 2.3;
}

#pi_contents h1#pi_lead2 {
  font-size: 26px;
  line-height: 1.3;
}

#pi_contents .pi_lead3 {
  margin: 10px 0 0 0;
  font-size: 18px;
}

#pi_contents .pi_arrow {
  display: block;
  color: rgb(230, 230, 230);
}

/* -----------------------
navi
-------------------------- */
#pi_contents ul.pi_navi {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

#pi_contents ul.pi_navi li {
  width: 184px;
  margin-right: 15px;
  float: left;
}

#pi_contents ul.pi_navi li:last-child {
  margin-right: 0;
}

#pi_contents ul.pi_navi li span {
  display: block;
  margin: 10px 0 0 0;
  font-size: 16px;
  letter-spacing: -0.01em;
}

/* -----------------------
main (グレー背景)
-------------------------- */
#pi_contents .pi_main {
  width: 100%;
  background: #f7f7f8;
}


/* -----------------------
 main main01
-------------------------- */
#pi_contents .pi_main01 {
  width: 980px;
  height: 1155px;
  margin: 0 auto 0;
  position: relative;
}

/* -----------------------
 main main02
-------------------------- */
#pi_contents .pi_main02 {
  width: 100%;
  margin: 0 auto 0;
  overflow: hidden;
  text-align: center;
  background: #f7f7f8;
}

/* -----------------------
 main main03
-------------------------- */
#pi_contents .pi_main03 {
  width: 980px;
  margin: 50px auto 0;
  overflow: hidden;
  text-align: center;
}

/* --------------
price/ name
------------------ */
#pi_contents .pi_item_name01 {
  width: 393px;
  margin: 0 auto 0;
  position: absolute;
  top: 105px;
  left: 93px;
}

#pi_contents .pi_item_name01 .pi_item_name1 {
  font-size: 38px;
  line-height: 1.1;
}

#pi_contents .pi_item_name01 .pi_item_name1 span {
  font-size: 70px;
}

#pi_contents .pi_item_name01 .pi_item_name2 {
  font-size: 17px;
  font-weight: bold;
  /* letter-spacing: 0.05em; */
  /*---▼文字間の設定 */
  font-feature-settings: "palt";
  letter-spacing: 0.14em !important;
}

#pi_contents .pi_item_name01 .pi_item_name_price {
  font-size: 14px;
  letter-spacing: 0.05em;
}

/* --------------
photo
------------------ */

/*---▼メイン画像 設定*/
#pi_contents .pi_photo1 {
  width: 434px;
  margin: 0 auto 0;
  position: absolute;
  top: 145px;
  right: 57px !important;
}

#pi_contents .pi_photo1_ttl {
  width: 57px;
  height: 578px;
  margin: 0 auto 0;
  position: absolute;
  background: rgb(255, 255, 255);
  top: 145px;
  right: 0px !important;
  text-align: center;
}

#pi_contents .pi_photo2 {
  width: 320px;
  margin: 0 auto 0;
  position: absolute;
  top: 528px;
  left: 93px !important;
}

#pi_contents #anchor-1 .pi_photo2_2,
#pi_contents #anchor-2 .pi_photo2_2,
#pi_contents #anchor-3 .pi_photo2_2,
#pi_contents #anchor-4 .pi_photo2_2,
#pi_contents #anchor-5 .pi_photo2_2 {
  width: 300px;
  margin: 0 auto 0;
  position: absolute;
  top: 765px;
  left: 453px !important;
}


#pi_contents .pi_photo3_bg {
  width: 100%;
  background: linear-gradient(transparent 28%, #ffffff 28%);
}

#pi_contents .pi_photo3 {
  width: 840px;
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
}


/* BUYの丸ボタン */
#pi_contents .pi_btn_buy {
  display: inline-block;
  text-decoration: none;
  background: #1b1b1b;
  color: #FFF;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.04em;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  transition: .4s;

  position: absolute;
  bottom: 15px;
  right: 16px;

  z-index: 100;
}


/* --------------
point
------------------ */
#pi_contents .pi_point {
  margin: 50px auto 70px;
  text-align: center;
  line-height: 1.5;
  /*---▼文字間の設定 */
  font-feature-settings: "palt";
  letter-spacing: 0.3em !important;
}

#pi_contents .pi_point1 {
  font-size: 23px;
  font-weight: bold;
}

#pi_contents .pi_point2 {
  font-size: 16px;
  /* letter-spacing: 0.05em; */
}

#pi_contents span.pi_point3 {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #4d90a7;
}

#pi_contents span.pi_point4 {
  color: #7a7a9b;
}

#pi_contents span.pi_point5 {
  color: #8c6753;
}

#pi_contents span.pi_point6 {
  color: #6e9bd2;
}

#pi_contents span.pi_point7 {
  color: #9db466;
}



/* --------------
item link
------------------ */
/*---▼全体設定*/
#pi_contents ul.pi_item_link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

#pi_contents ul.pi_item_link li{
  display: block;
  text-align: center;
  margin-right: 20px;
}

#pi_contents ul.pi_item_link li:last-child{
  margin-right: 0px !important;
}

#pi_contents ul.pi_item_link li .pi_item_link_design {
  margin-top: 15px;
  display: block;
  font-family: linotype-didot, serif;
  font-size: 11px;
  line-height: 1;
  font-weight: bold;
  font-style: normal;
}

#pi_contents ul.pi_item_link li .pi_item_buy {
  margin-top: 20px;
  display: block;
  font-family: linotype-didot, serif;
  font-size: 25px;
  line-height: 1;
  text-decoration: underline;
  font-weight: bold;
  font-style: normal;
}




/* -----------------------
footer
-------------------------- */
/* --------------
ttl
------------------ */
#pi_contents #pi_footer {
  width: 980px;
  overflow: hidden;
  margin: 80px auto 0;
}

#pi_contents #pi_footer .pi_attention {
  width: 250px;
  font-size: 11px;
  margin: 0 0 0 633px;
  letter-spacing: 0;
}

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

#pi_contents #pi_footer .pi_footer_ttl span {
  display: block;
  line-height: 0;
  margin: 0px auto 20px;
}

/* --------------
profile
------------------ */
#pi_contents #pi_footer .pi_profile {
  width: 770px;
  overflow: hidden;
  margin: 60px auto 0;
  padding: 30px 50px;
  background: rgb(246, 246, 246);
  position: relative;
}

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

#pi_contents #pi_footer .pi_profile .pi_name span {
  font-size: 16px
}

#pi_contents #pi_footer .pi_profile .pi_job {
  font-size: 16px;
  margin: 15px 0 0 0;
}

#pi_contents #pi_footer .pi_profile .pi_detail {
  font-size: 13px;
  margin: 30px 0 0 0;
  line-height: 1.7;
}

/*---▼リンクボタン*/
#pi_contents #pi_footer .pi_profile .pi_btn_blog {
  position: absolute;
  top: 58px;
  left: 315px;
}

#pi_contents #pi_footer .pi_profile .pi_btn_insta {
  position: absolute;
  top: 58px;
  left: 530px;
}

/* --------------
リンクボタン
------------------ */
#pi_contents #pi_footer .pi_btn_recommend_items {
  width: 980px;
  margin: 100px auto 0;
  text-align: center;
}

#pi_contents #pi_footer .pi_contact {
  width: 980px;
  margin: 30px auto 0;
  font-size: 16px;
  text-align: center;
  text-decoration: underline;
  letter-spacing: 0.8;
}

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

/* --------------------------------------
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;
}
