@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(5%);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-5%);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}
.active.fadeInDawn {
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}
.active.fadeimg01 {
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}
.active.fadeimg02 {
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}
.active.fadeimg03 {
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}
.sp {
  display: none;
}
#pi-contents {
  width: 800px;
  margin: 0 auto;
}
#pi-contents img {
  width: 100%;
  height: auto;
}
#pi-contents a img {
 transition: all 0.3s;
}
#pi-contents a:hover img {
  transform: scale(1.05);
  transition:1s all;
}
.color_area {
  margin-bottom: 200px;
}
.main_title {
  margin: 108px 0 98px;
}
.main_title h2 {
  font-family: "Cormorant", serif;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: 0.16em;
    text-align: center;
    color: #635A64;
    opacity: 0;
    margin: 0 0 1em;
}
.mincho {
  font-family: "Noto Serif JP", serif;
}
.main_title p {
    font-weight: 300;
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 0.2em;
    text-align: center;
    color: #635A64;
    opacity: 0;
    margin: 0;
}
.color_box {
  padding: 70px 0;
  text-align: center;
  margin: 0 0 80px;
}
.color_box.beige {
  background: #B2A69E;
}
.color_box.gray {
  background: #B1ABAC;
}
.color_box.black {
  background: #A9ACB1;
}
.color_name {
  font-family: "Cormorant SC", serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 45px;
  letter-spacing: 0.2em;
  color: #fff;
  margin: 0 0 36px;
}
.color_kana {
  display: block;
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.2em;
  margin: 5px 0 0 0;
}
.color_main {
  width: 286px;
  height: 380px;
  margin: 0 auto 36px;
  opacity: 0;
  overflow:hidden;
}
.color_box p {
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
}
.img_list {
  position: relative;
  width: 532px;
  margin: 0 auto 80px;
  height: 526px;
}
.img_list ul {
  padding: 0;
  list-style: none;
}
.img_list .img_01 {
  width: 286px;
  height: 380px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  overflow:hidden;
}
.img_list .img_02 {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0;
  top: 100px;
  opacity: 0;
  overflow:hidden;
}
.img_list .img_03 {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0;
  top: 326px;
  opacity: 0;
  overflow:hidden;
}
.img_list .text {
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-align: right;
  color: #635A64;
  position: absolute;
  left: 138px;
  bottom: 80px;
}
.buy_btn {
  width: 350px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.buy_btn a {
  border: 1px #635A64 solid;
  font-family: "Cormorant SC", serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #635A64;
  text-decoration: none;
  line-height: 47px;
  display: flex;
  justify-content: center;
  position: relative;
  transition: all 0.3s;
}
.buy_btn 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: #635A64;
}
.buy_btn a:hover {
  background-color: #635A64;
  border: 1px solid #635A64;
  color: #fff;
}
.buy_btn a:hover::after {
  border-color: #FFF;
}

/* SP固有 */
@media screen and (max-width: 768px) {
  #pi-contents {
    width: 100%;
  }
  .sp {
    display: block;
  }
  .main_title h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.16em;
  }
  .main_title p {
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0.2em;
  }
  .main_title {
    margin: 40px 0 70px;
  }
  .img_list {
    width: 100%;
    position: inherit;
    height: auto;
  }
  .img_list .img_01 {
    position: inherit;
    margin: 0 auto 80px;
  }
  .img_list .img_02 {
    position: inherit;
    margin: 0 auto;
  }
  .img_list .img_03 {
    position: inherit;
    margin: 0 auto;
  }
  .img_list .text {
    position: inherit;
    margin: 30px auto;
    text-align: center;
  }
  .buy_btn {
    width: 80vw;
  }
  .color_area {
    margin-bottom: 120px;
  }
  .color_name {
    font-size: 12vw;
  }
}