/*======共通======*/
.font_serif {
  font-family: "ヒラギノ明朝 ProN","Hiragino Mincho ProN","游明朝","YuMincho","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.pi_main {
  margin: 0 auto 100px;
  font-weight: normal;
}

/*リード*/
.pi_lead {
  background: #f5f5f5;
  margin: 0 auto 80px;
  padding: 60px 0;
}
.pi_lead_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pi_lead h1 {
  font-size: 26px;
  margin: 0 0 26px 0;
  font-weight: normal;
}
.pi_lead p {
  font-size: 18px;
  line-height: 1.8;
}
.pi_lead_txt {
  margin: 0 0 0 60px;
}

/*アンカー*/
.pi_navi {
  margin: 0 auto 145px;
  text-align: center;
}
.pi_navi ul {
  margin: 24px auto 0;
  display: flex;
  justify-content: space-between;
  width: 930px;
}
.pi_navi ul img {
  margin: 0 auto 6px;
}
.pi_navi ul p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 auto 8px;
}
.pi_navi li {
  width: 168px;
  margin: auto;
}

/*コンテンツ*/
.pi_section {
  margin: 0 auto 150px;
  text-align: center;
}
.pi_section h2 {
  margin: 0 auto 40px;
}
.pi_contents_bg {
  background-image: url("https://5-fifth.com/user_data/pi/img/20210611_ft_yukko/1px.png");
  background-repeat: repeat-x;
  height: 920px;
  margin: 0 auto 80px;
}
.pi_mv {
  margin-bottom: 50px;
}
.pi_contents_inner {
  display: flex;
  justify-content: center;
}
.pi_contents_inner h3 {
  font-size: 18px;
  line-height: 1.9;
  font-weight: normal;
}
.pi_contents_item {
  display: flex;
  justify-content: center;
}
.pi_contents_item img {
  margin: -100px auto 0;
}
.pi_contents_txt {
  padding: 0 30px 0;
}
.pi_contents_txt img {
  margin: 0 auto 10px;
}
.pi_contents_spec {
  text-align: left;
  margin: 0 10px;
}
.pi_spec_product {
  font-size: 14px;
  line-height: 1.3;
  margin: 0 auto 6px;
}
.pi_spec_price {
  font-size: 12px;
  margin: 0 auto 8px 0;
}
.pi_contents_spec ul {
  display: flex;
  align-items: center;
  margin: 0 auto 14px;
}
.pi_contents_spec li {
  width: 14px;
  border-radius: 50%;
  height: 14px;
  margin: 0 5px 0 0;
  background: #d4cebe;
}
.pi_btn {
  width: 110px;
  padding: 6px 0 ;
  background: #c1c1c1;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.pi_styling {
  position: relative;
  width: 930px;
  margin: 0 auto 80px;
}
.pi_styling_img {
  display: flex;
  justify-content: space-between;
}
.pi_stylin_txt {
  text-align: left;
  font-size: 12px;
  line-height: 1.6;
}


/*1*/
.pi_stylin_txt_1 {
  position: absolute;
  top: 500px;
  left: 470px;
}
/*2*/
.pi_stylin_txt_2 {
  position: absolute;
  top: 450px;
}
/*3*/
.pi_stylin_txt_3 {
  position: absolute;
  top: 530px;
  right: 64px;
}
/*4*/
.pi_stylin_txt_4 {
  position: absolute;
  top: 530px;
  left: 200px;
}


.pi_stylin_txt span {
  font-weight: bold;
}
.pi_stylin_txt p {
  margin: 0 0 10px 0;
}

.pi_youtube {
  background: #f5f5f5;
  padding: 60px 0;
  width: 930px;
  margin: auto;
}
.pi_youtube img {
margin: 0 auto 30px;
}

.youtube_movie {
  width: 700px;
  margin: 0 auto;
  height: 393.75px;
}
.youtube_movie iframe {
  width: 100% !important;
  height: 100% !important;
}

/*プロフィール*/
.profile {
  width: 710px;
  margin: auto;
  position: relative;
}
.profile_border {
  width: 350px;
  border: 1px solid #888;
}
.profile_border_left {
  position: absolute;
  top: 5px;
  left: 60px;
}
.profile_border_right {
  position: absolute;
  top: 276px;
  right: 0;
}

.profile_inner {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.profile_inner img {
  margin: 0 30px 0 0;
}
.profile_name {
  font-size: 20px;
  margin: 0 auto 14px;
}
.profile_txt {
  font-size: 12px;
  line-height: 1.8;
}
