/* PC
----------------------------------*/
.pi_main1 {
	font-size: 0px;
	text-align: center;
	margin: 0px auto 0px;
	width: 980px;
}

.pi_lead {
  font-size: 23px;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 45px auto 15px;
  text-align: center;
}
.pi_lead2 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 0px auto 45px;
  text-align: center;
}

/*ナビ*/
.pi_main2 {
	display: flex;
  justify-content: space-between;
	width: 790px;
  font-size: 0px;
	text-align: center;
	margin: 0px auto 70px;
}

/*コンテンツ*/
.pi_main3 {
  margin: 0px auto 150px;
  width: 980px;
  position: relative;
  height: 1650px;
	font-size: 0;
}

.pi_main4 {
  margin: 0px auto 150px;
  width: 980px;
  position: relative;
  height: 1235px;
	font-size: 0;
}

.pi_insta {
	width: 980px;
  position: absolute;
  top: 320px;
}

.pi_insta2 {
	width: 1090px;
  position: absolute;
  top: 320px;
}

.pi_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
	margin: 0 auto 50px;
}
.pi_item_r {
  position: absolute;
	top: 100px;
	right: 0;
}
.pi_item_over {
	top: 300px;
}

.pi_style {
	top: -80px;

}
.pi_other {
	margin: auto;
	text-align: center;
	font-size: 0;
}
.pi_other2 {
	width: 980px;
  position: absolute;
  top: 900px;
	margin: auto;
	text-align: center;
	font-size: 0;
}

.pi_other3 {
	width: 980px;
  position: absolute;
  top: 630px;
	margin: auto;
	text-align: center;
	font-size: 0;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px){
	.pi_lead {
		margin-top: 35px;
		margin-bottom: 1.2rem;
		font-weight: bold;
		font-size: 1.8rem;
		line-height: 1.4;
	}
	.pi_lead2 {
		font-size: 1.5rem;
		line-height: 1.5;
		margin: 0 auto 35px;
		color: #1b1b1b;
	}

	/*ナビ*/
	.pi_main {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		font-size: 0;
		gap: 1rem;
		margin: 0 auto 10%;
	}
	.pi_main a {
		width: 37%;
	}

	.pi_template_a img {
		font-size: 0;
    margin: 0 auto;
		display: block;
	}
	.pi_template {
		margin: 0 auto 10%;
		font-size: 0;
	}
	.pi_template img {
		display: block;
	}

}
