@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;
  font-family: "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Arial, Verdana;
}
#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;
}
#pi-contents section {
  margin-top: 120px;
}
#pi-contents section.instagram-reel {
  margin-top: 0;
}
.color_area {
  margin-bottom: 200px;
}
.main_title {
  margin: 40px 0 120px;
}
.main_title h2 {
  font-weight: 300;
  font-size: 35px;
  letter-spacing: 0.16em;
  text-align: left;
  color: #151b28;
  opacity: 0;
  margin: 0 0 1em;
  padding: 0 40px;
}
.mincho {
  font-family: "Noto Serif JP", serif;
}
.main_title p {
  font-weight: 300;
  font-size: 20px;
    line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: left;
  color: #707070;
  opacity: 0;
  margin: 0;
  padding: 0 40px;
}
.lp_ttl {
  font-family: "Noto Serif JP", serif;
  color: #151b28;
  font-weight: 300;
  font-size: 35px;
  letter-spacing: 0.16em;
  text-align: center;
  margin-bottom: 1em;
}
.reel_list > ul {
  padding: 0;
  list-style: none;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.reel_list li {
  width: 100%;
  height: 100%;
}
.reel_list li:last-child {
  grid-column: 1 / -1;
  width: calc(50% - 15px);
  justify-self: center;
}
.hacobune-app-container[data-v-6230ae80] {
  padding: 0;
}
.hacobune-unit-video-outline[data-v-1c72f55c] {
  padding: 0;
}
.hight-model > ol {
  padding: 0;
  list-style: none;
}
.hight-model li {
  background: #dbdadb;
  border-radius: 370px 370px 0 0;
  display: grid;
  justify-content: center;
  justify-items: center;
  padding: 30px 0 50px;
  margin-bottom: 120px;
}
.hight-model li:last-child {
  margin-bottom: 0;
}
.point_no {
  width: 120px;
  opacity: 0;
}
.hight-model li h4 {
  font-family: "Noto Serif JP", serif;
  color: #151b28;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 0.16em;
  margin: 0;
  padding: 20px 0;
}
.hight-model li p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: left;
  color: #707070;
  padding: 0 120px;
  margin: 0 0 30px;
}
.hight-model li .point_photo {
  width: 545px; 
  opacity: 0;
}
.swiper-slide span {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-top: 5px;
}
.buy_btn {
  width: 500px;
  margin: 50px auto 0;
  text-align: center;
  overflow: hidden;
}
.buy_btn a {
  border: 1px #151b28 solid;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #151b28;
  text-decoration: none;
  line-height: 65px;
  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;
}
.swiper .swiper-button-prev {
    width: 25px;
    height: 120px;
    background: none; 
    left:10px;
}
.swiper .swiper-button-next {
    width: 25px;
    height: 120px;
    background: none; 
    right:10px;
}

/* SP固有 */
@media screen and (max-width: 768px) {
  #pi-contents {
    width: 100%;
  }
  .sp {
    display: block;
  }
  .main_title h2 {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.16em;
    padding: 0 20px;
  }
  .main_title p {
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0.2em;
    padding: 0 20px;
  }
  .main_title {
    margin: 20px 0;
  }
  .instagram-reel {
    padding: 0 20px;
  }
  .lp_ttl {
    font-size: 20px;
  }
  .reel_list > ul {
    gap: 0;
  }
  .hacobune-unit-video[data-v-1c72f55c] {
    margin: 0;
  }
  .buy_btn {
    width: 80vw;
    margin-top: 3em;
  }
  .buy_btn a {
    line-height: 3.5em;
    font-size: 13px;
  }
  .swiper-button-next, .swiper-button-prev {
    color:#151b286e !important;
  }
  .hight-model li {
    margin: 0 20px 80px;
  }
  .point_no {
    width:60px;
  }
  .hight-model li h4 {
    font-size: 18px;
  }
  .hight-model li p {
    font-size: 13px;
    padding: 0 40px;
  }
  .hight-model li .point_photo {
    width: 70%;
  }
  .swiper-slide span {
    font-size: 13px;
    margin-top: 5px;
  }
  .swiper .swiper-button-prev,
  .swiper .swiper-button-next {
    width: auto;
    height: auto;
  }
  .hacobune-univideo .hacobune-video-js.videojs-default-skin.hacobune-vjs-fluid {
    padding-top: 177.77777777777777%;
  }
}