@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
}



.pi_main {
  text-align: center;
  align-items: center;
  font-size: 0;
}

.pi_lead {
  font-size: 16px;
  line-height: 4rem;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-weight: 400;
  letter-spacing: 3px;
  color: #878387;
  margin: 60px 0px 10px 0px;
}

.pi_lead2 {
  font-size: 13px;
  line-height: 2.8rem;
  letter-spacing: 1px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 0px auto 45px;
  text-align: center;
  color: #878387;
  margin-bottom: 110px;
}

.pi_contents {
  margin: 100px 0px auto;
}

.pi_main_text {
  font-size: 32px;
  text-align: center;
  line-height: 38px;
  font-family: "cormorant-sc", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 6px;
  color: #878387 ;
  margin: 0px 0px 20px 0px;
}

.pi_main_text:visited {
  color: #878387; /* visited時の色も同じにする */
}


.pi_main_lead {
  font-size: 11px;
  line-height: 24px;
  letter-spacing: 1px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  /* margin: 10px 0px auto; */
  text-align: center;
  color: #878387;
}
.pi_border {
  width: 980px;
  border-top: 1px solid #878387;
  margin: auto;
  padding: 70px 0 0 0;
}

.btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 300px;
	height: 40px;
	color: #878387;
	text-decoration: none;
	transition: 0.3s;
  border-width: 1px;
	border-style: solid;
  font-size: 12px;
  text-align: center;
  font-family: "cormorant-sc", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
}

.btn a:hover {
	color: #fff;
}

.btn06 a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 5px;
	height: 5px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #878387;
}

.btn06 a:hover {
	background-color: #878387;
	border: 1px solid #878387;
}

.btn06 a:hover::after {
	border-color: #f2f2f2 #f2f2f2 transparent transparent;
}

.menu {
  display: flex;
  justify-content: center;
  gap: 20px; /* アイテム間のスペース */
  padding: 30px 0;
  color: #878387; /* テキストの色 */
}

.menu-item:visited {
  color: #878387; /* visited時の色も同じにする */
}

.menu-item {
  text-decoration: none;
  font-size: 12px;
  font-family: "cormorant-sc", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
  color: #878387; /* テキストの色 */
  position: relative;
}

.menu-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #878387; /* 下線の色 */
  position: absolute;
  left: 0;
  bottom: 0px; /* 下線と文字の間隔 */
}

.menu-item:hover {
  color: #878387; /* ホバー時のテキスト色変更 */
}

.menu-item:hover::after {
  background-color: #878387; /* ホバー時の下線の色変更 */
}

.buy {
  position: relative;
  top: -70px;
}

.img_item {
  position: relative;
  top: -47px;
}





.pi_title {
  text-align: center;
  margin: 0 auto 54px;
}

.pi_item {
  display: flex;
  justify-content: space-between;
  margin: 0% 10%;
  flex-direction: row-reverse;
  align-items: flex-start;
  position: relative;
  top: 120px;
}

.pi_item2 {
  display: flex;
  justify-content: space-between;
  margin: 0% 10%;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
  top: 120px;
}

.pi_back {
  text-align: center;
  font-size: 0;
  position: relative;
  z-index: -1;
}

.pi_item_sub {
  margin: 0 auto;
  width: 906px;
  position: relative;
  height: 660px;
}

.pi_back_sub {
  position: absolute;
  z-index: -1;
  top: 30px;
  right: 0px;
}

.pi_back2_sub {
  position: absolute;
  top: 0px;
  right: 30px;
}

.pi_back3_sub {
  position: absolute;
  top: 100px;
  left: 0px;
}

.pi_itemtitle {
  font-size: 6rem;
  line-height: 5rem;
  letter-spacing: -1px;
  font-family: futura-pt, sans-serif;
  margin: 70px auto 0px;
  text-align: center;
  font-weight: 100;
}

.pi_itemtitle span {
  font-size: 6rem;
  font-family: futura-pt, sans-serif;
  margin: -20px auto 0px;
  text-align: center;
  font-weight: 700;
}

.pi_itemcap {
  font-size: 1.8rem;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Helvetica, Arial, sans-serif;
  margin: 10px auto 12px;
  text-align: center;
  font-weight: bold;
}

.pi_itemtext {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Helvetica, Arial, sans-serif;
  margin: 10px auto 10px;
  text-align: center;
}

.pi_itemtext span {
  font-size: 1.4rem;
  line-height: 3rem;
  font-family: futura-pt, sans-serif;
  text-align: center;
  font-weight: 400;
  text-decoration: underline;
}


.pi_other {
  margin: auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 0;
  width: 700px;
  position: relative;
  top: -90px;
}

