html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
.js-fade {
  opacity: 0;
  transition: 2s;
}
.js-fade.js-fade-bottom {
  transform: translateY(3rem);
}
.js-fade.is-active {
  opacity: 1;
  transform: translateY(0);
}

.l-header,
.l-footer {
  background: #fff;
}

.l-container {
  width: 100%;
}

.feature {
  box-sizing: border-box;
  margin: 0 auto;
  overflow: clip;
  position: relative;
  width: 100%;
}
.feature:before {
  background: url("./../img/bg_pc.png");
  background-size: cover;
  background-position: center;
  position: fixed;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
}
.feature * {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  scroll-margin-top: 50px;
}
.feature a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s;
}
.feature a:hover {
  opacity: 0.6;
}
.feature video {
  max-width: 100%;
  vertical-align: bottom;
}
.feature img {
  vertical-align: bottom;
  max-width: 100%;
}
.feature .wrap {
  display: flex;
}
.feature .wrap .leftcont {
  width: calc((100% - 51rem) / 2);
}
.feature .wrap .leftcont__Inner {
  width: 100%;
  text-align: center;
  position: relative;
  top: 0;
  height: 100%;
}
.feature .wrap .leftcont__Sticky {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  left: 0;
  text-align: center;
}
.feature .wrap .leftcont__Box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.feature .wrap .leftcont__Ttl {
  width: 29.6rem;
  margin: 0 auto 2.5rem;
}
.feature .wrap .leftcont__Ttl span {
  display: block;
  font-size: 4.89rem;
  letter-spacing: 0.04em;
  transform: translateX(0.4rem);
  padding-bottom: 1rem;
}
.feature .wrap .leftcont__Txt {
  font-size: 1.46rem;
  line-height: 2.3rem;
  color: #3F6492;
  text-align: center;
}
.feature .wrap .rightcont {
  width: calc((100% - 51rem) / 2);
}
.feature .wrap .rightcont__Inner {
  text-align: center;
  position: relative;
  top: 0;
  height: 100%;
}
.feature .wrap .rightcont__Sticky {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  left: 0;
}
.feature .wrap .rightcont__List {
  position: absolute;
  top: 49.2%;
  left: 51%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-flow: column;
  gap: 2rem;
}
.feature .wrap .rightcont__List li {
  text-align: left;
  position: relative;
}
.feature .wrap .rightcont__List li:before {
  position: absolute;
  content: "";
  width: 1.35rem;
  height: 0.75rem;
  top: 50%;
  left: -2.6rem;
  transform: translateY(-50%);
  background: url("./../img/check.png");
  background-size: cover;
}
.feature .wrap .rightcont__List li a {
  font-size: 1.6rem;
  font-family: "amandine", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
  color: #76A0C1;
}
.feature .wrap .centercont {
  width: 51rem;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.feature .credit .item {
  margin-bottom: 0.68rem;
}
.feature .credit .item:last-child {
  margin-bottom: 0;
}
.feature .credit .item .link {
  color: #969696;
  font-family: "pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.496rem;
  letter-spacing: 0.025em;
  line-height: 1;
}
.feature .mv {
  position: relative;
}
.feature .mv:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 122.4rem;
  background: url("./../img/bg_mv.png");
  background-size: cover;
  z-index: -1;
}
.feature .mv__Thum {
  margin-bottom: 23.12rem;
}
.feature .mv__Box {
  position: absolute;
  top: 63.58rem;
  left: 0;
  width: 100%;
}
.feature .mv__Ttl {
  width: 41.14rem;
  margin: 0 auto 3.196rem;
}
.feature .mv__Ttl span {
  display: block;
  font-size: 6.8rem;
  letter-spacing: 0.04em;
  transform: translateX(0.272rem);
  padding-bottom: 1.36rem;
}
.feature .mv__Txt {
  font-size: 2.04rem;
  line-height: 3.264rem;
  color: #3F6492;
  text-align: center;
}
.feature .mv__Coming {
  width: 46.92rem;
  background: #fff;
  border: 0.068rem solid #DDE7EF;
  margin: auto;
  padding-bottom: 3.74rem;
  margin-bottom: 17.34rem;
}
.feature .mv__Coming-Soon {
  text-align: center;
  margin-top: -2.04rem;
  margin-bottom: 2.04rem;
}
.feature .mv__Coming-Soon span {
  display: inline-block;
  padding: 0 4.556rem;
  font-size: 2.72rem;
  font-family: "amandine", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.12em;
  color: #76A0C1;
  background: linear-gradient(180deg, transparent 0, transparent 1.7rem, #fff 2.04rem, #fff 100%);
}
.feature .mv__Coming-Date {
  text-align: center;
  font-size: 2.312rem;
  color: #969696;
  margin-bottom: 1.36rem;
}
.feature .mv__Coming-Date span {
  font-size: 1.904rem;
}
.feature .mv__Coming-Start {
  text-align: center;
  font-size: 2.312rem;
  letter-spacing: 0.03em;
  color: #969696;
  margin-bottom: 3.06rem;
}
.feature .mv__Coming-Txt {
  text-align: center;
  font-size: 1.632rem;
  letter-spacing: 0.025em;
  color: #969696;
}
.feature .sec01 {
  position: relative;
  padding-top: 5.44rem;
  margin-bottom: 16.32rem;
}
.feature .sec01__Arch {
  width: 42.908rem;
  position: absolute;
  top: 0;
  right: 0.34rem;
  pointer-events: none;
}
.feature .sec01__Ttl {
  font-size: 9.52rem;
  letter-spacing: 0.115em;
  font-family: "amandine", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #EFEAE1;
  writing-mode: vertical-rl;
  line-height: 1;
  transform: rotate(180deg) translateY(1.36rem);
  padding-right: 3.74rem;
}
.feature .sec01__Model.-model01 {
  width: 44.2rem;
  margin-bottom: 8.16rem;
}
.feature .sec01__Model.-model03 {
  margin-bottom: 2.38rem;
}
.feature .sec01__Flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.feature .sec01__Flex-Child {
  width: 37.4rem;
}
.feature .sec02 {
  position: relative;
  margin-bottom: 17rem;
}
.feature .sec02__Ttl {
  position: absolute;
  top: -1.224rem;
  right: 0.34rem;
  font-size: 9.52rem;
  letter-spacing: 0.12em;
  font-family: "amandine", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #CFC8C2;
  writing-mode: vertical-rl;
  line-height: 1;
  pointer-events: none;
  z-index: 10;
}
.feature .sec02__Model.-model01 {
  width: 45.56rem;
  margin-bottom: 6.8rem;
}
.feature .sec02__Model.-model02 {
  width: 40.8rem;
  margin: 0 auto 2.38rem;
}
.feature .sec02 .credit {
  width: 40.8rem;
  margin: auto;
}
.feature .sec03 {
  position: relative;
  padding-top: 5.78rem;
  margin-bottom: 16.66rem;
}
.feature .sec03__Ttl {
  width: 22.78rem;
  position: absolute;
  top: 2.72rem;
  right: -1.36rem;
  pointer-events: none;
  z-index: 10;
}
.feature .sec03__Model.-model01 {
  margin-bottom: 6.8rem;
}
.feature .sec03__Model.-model02 {
  width: 42.84rem;
  margin: 0 auto 2.312rem;
}
.feature .sec03 .credit {
  width: 42.84rem;
  margin: auto;
}
.feature .sec04 {
  margin-bottom: 12.92rem;
}
.feature .sec04__Ttl {
  font-size: 9.52rem;
  letter-spacing: 0.12em;
  font-family: "amandine", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #EFE3DF;
  writing-mode: vertical-rl;
  line-height: 1;
  padding-right: 4.42rem;
}
.feature .sec04__Model.-model01 {
  width: 44.2rem;
  margin: 0 0 6.8rem auto;
}
.feature .sec04__Model.-model02 {
  width: 36.72rem;
}
.feature .sec04__Flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.312rem;
}
.feature .sec04 .credit {
  padding-left: 2.04rem;
}
.feature .sec05 {
  position: relative;
  padding-bottom: 16.864rem;
}
.feature .sec05:before {
  position: absolute;
  content: "";
  top: -13.6rem;
  left: 0;
  width: 100%;
  height: 122.4rem;
  background: url("./../img/bg_sec05.png");
  background-size: cover;
  z-index: -1;
}
.feature .sec05__Inner {
  margin: auto;
  width: 46.92rem;
  background: #fff;
  border: 0.068rem solid #D6E2EC;
  border-radius: 34rem 34rem 0 0;
  padding-top: 9.52rem;
  padding-bottom: 6.46rem;
  overflow: hidden;
}
.feature .sec05__Txt {
  text-align: center;
  font-size: 1.496rem;
  font-family: "pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  margin-bottom: 1.632rem;
  color: #76A0C1;
}
.feature .sec05__Ttl {
  text-align: center;
  font-size: 3.808rem;
  font-family: "amandine", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 4.9504rem;
  letter-spacing: 0.04em;
  margin-bottom: 3.4rem;
  color: #76A0C1;
}
.feature .sec05__Slidewrap {
  position: relative;
}
.feature .sec05__Slidewrap-Thum {
  width: 26.52rem;
  margin: 0 auto 7.616rem;
}
.feature .sec05__Slidewrap-Color {
  text-align: center;
  font-size: 1.496rem;
  font-family: "pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025em;
  color: #969696;
  margin-bottom: 3.536rem;
}
.feature .sec05__Slidewrap-Price {
  text-align: center;
}
.feature .sec05__Slidewrap-Price a {
  font-size: 2.04rem;
  letter-spacing: 0.05em;
  color: #76A0C1;
  font-family: "amandine", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.feature .sec05__Slidewrap-Price a span {
  color: #fff;
  background: #3F6492;
  border-radius: 6.8rem;
  font-family: "pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.632rem;
  line-height: 1;
  padding: 0.408rem 1.768rem;
  margin-left: 1.36rem;
  transform: translateY(-0.204rem);
}
.feature .sec05__Slidewrap .swiper-button-prev {
  top: 17.136rem;
  width: 4.08rem;
  height: 1.02rem;
  background: url("./../img/icon_prev.png");
  background-size: cover;
  left: 2.38rem;
}
.feature .sec05__Slidewrap .swiper-button-next {
  top: 17.136rem;
  width: 4.08rem;
  height: 1.02rem;
  background: url("./../img/icon_next.png");
  background-size: cover;
  right: 2.38rem;
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.feature .sec05__Slidewrap .swiper-pagination {
  top: 39.44rem;
  bottom: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.36rem;
}
.feature .sec05__Slidewrap .swiper-pagination .swiper-pagination-bullet {
  width: 5.44rem;
  height: 0.816rem;
  border-radius: 0;
  opacity: 1;
  position: relative;
  margin: 0;
}
.feature .sec05__Slidewrap .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  content: "";
}
.feature .sec05__Slidewrap .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
  background: #f7f4f0;
}
.feature .sec05__Slidewrap .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
  background: #e1dcd9;
}
.feature .sec05__Slidewrap .swiper-pagination .swiper-pagination-bullet:nth-child(3) {
  background: #dfe8ee;
}
.feature .sec05__Slidewrap .swiper-pagination .swiper-pagination-bullet:nth-child(4) {
  background: #f2e7e4;
}
.feature .sec05__Slidewrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(1):before {
  background: #efeae1;
  animation: progress 4s linear forwards;
}
.feature .sec05__Slidewrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(2):before {
  background: #c3bab3;
  animation: progress 4s linear forwards;
}
.feature .sec05__Slidewrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(3):before {
  background: #c0d1dd;
  animation: progress 4s linear forwards;
}
.feature .sec05__Slidewrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(4):before {
  background: #e5d0ca;
  animation: progress 4s linear forwards;
}
.feature .sec06 {
  margin-bottom: 17rem;
}
.feature .sec06__Ttl {
  text-align: center;
  font-size: 6.12rem;
  letter-spacing: 0.02em;
  color: #3F6492;
  font-family: "amandine", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  margin-bottom: 3.06rem;
}
.feature .sec06__Txt {
  text-align: center;
  font-size: 2.04rem;
  color: #3F6492;
  line-height: 1;
  margin-bottom: 5.44rem;
}
.feature .sec06__Model.-model01 {
  margin-bottom: 11.56rem;
}
.feature .sec06__Model.-model02 {
  width: 37.4rem;
  margin: 0 auto 7.14rem;
  position: relative;
}
.feature .sec06__Model.-model02:before {
  content: "";
  position: absolute;
  top: -4.42rem;
  left: 50%;
  transform: translateX(-51%);
  width: 47.94rem;
  height: 64.736rem;
  background: url("./../img/ttl_sec06.svg");
  background-size: cover;
  pointer-events: none;
  z-index: 10;
}
.feature .sec06 .credit {
  text-align: center;
}
.feature .sec07 {
  position: relative;
  margin-bottom: 16.66rem;
}
.feature .sec07:before {
  position: absolute;
  content: "";
  top: -17rem;
  left: 0;
  width: 100%;
  height: 122.4rem;
  background: url("./../img/bg_sec07.png");
  background-size: cover;
  z-index: -1;
}
.feature .sec07__Ttl {
  position: absolute;
  top: 0;
  left: 1.7rem;
  font-size: 9.52rem;
  letter-spacing: 0.12em;
  font-family: "amandine", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #CDDAE4;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  line-height: 1;
  pointer-events: none;
  z-index: 10;
}
.feature .sec07__Model.-model01 {
  width: 44.2rem;
  margin: 0 0 8.16rem auto;
}
.feature .sec07__Model.-model02 {
  width: 42.84rem;
  margin: 0 0 2.312rem 0;
}
.feature .sec07 .credit {
  padding-left: 2.72rem;
}
.feature .sec08 {
  margin-bottom: 17rem;
}
.feature .sec08__Model.-model01 {
  width: 45.56rem;
  margin-bottom: 8.16rem;
}
.feature .sec08__Model.-model02 {
  margin-bottom: 2.312rem;
}
.feature .sec08__Flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.feature .sec08__Flex-Child {
  width: 40.8rem;
}
.feature .sec08__Ttl {
  font-size: 9.52rem;
  letter-spacing: 0.12em;
  font-family: "amandine", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #EAD9D5;
  writing-mode: vertical-rl;
  transform: rotate(180deg) translate(-0.68rem, 1.224rem);
  line-height: 1;
}
.feature .sec09 {
  position: relative;
  padding-top: 5.44rem;
  margin-bottom: 13.26rem;
}
.feature .sec09__Ttl {
  width: 24.752rem;
  position: absolute;
  top: 2.38rem;
  right: -0.34rem;
  pointer-events: none;
  z-index: 10;
}
.feature .sec09__Model.-model01 {
  margin-bottom: 7.14rem;
}
.feature .sec09__Model.-model02 {
  width: 38.76rem;
  margin: 0 auto 2.312rem;
}
.feature .sec09 .credit {
  width: 38.76rem;
  margin: auto;
}
.feature .sec10 {
  position: relative;
  padding-bottom: 13.6rem;
}
.feature .sec10:before {
  position: absolute;
  content: "";
  top: -13.6rem;
  left: 0;
  width: 100%;
  height: 122.4rem;
  background: url("./../img/bg_sec05.png");
  background-size: cover;
  z-index: -1;
}
.feature .sec10__Inner {
  margin: auto;
  width: 46.92rem;
  background: #fff;
  border: 0.068rem solid #D6E2EC;
  border-radius: 34rem 34rem 0 0;
  padding-top: 6.8rem;
  padding-bottom: 6.256rem;
  overflow: hidden;
}
.feature .sec10__Limited {
  text-align: center;
  margin-bottom: 2.72rem;
}
.feature .sec10__Limited span {
  color: #fff;
  background: #3F6492;
  border-radius: 6.8rem;
  font-family: "pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.632rem;
  letter-spacing: 0.09em;
  line-height: 1;
  padding: 0.34rem 1.36rem;
}
.feature .sec10__Txt {
  text-align: center;
  font-size: 1.496rem;
  font-family: "pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  margin-bottom: 1.904rem;
  color: #76A0C1;
}
.feature .sec10__Ttl {
  text-align: center;
  font-size: 3.264rem;
  line-height: 4.2432rem;
  font-family: "amandine", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  margin-bottom: 3.4rem;
  color: #76A0C1;
}
.feature .sec10__Slidewrap {
  position: relative;
}
.feature .sec10__Slidewrap-Thum {
  width: 26.52rem;
  margin: 0 auto 7.616rem;
}
.feature .sec10__Slidewrap-Color {
  text-align: center;
  font-size: 1.496rem;
  font-family: "pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025em;
  color: #969696;
  margin-bottom: 3.264rem;
}
.feature .sec10__Slidewrap-Price {
  text-align: center;
}
.feature .sec10__Slidewrap-Price span {
  font-size: 2.04rem;
  letter-spacing: 0.05em;
  color: #76A0C1;
  font-family: "amandine", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.feature .sec10__Slidewrap .swiper-button-prev {
  top: 17.544rem;
  width: 4.08rem;
  height: 1.02rem;
  background: url(./../img/icon_prev.png);
  background-size: cover;
  left: 2.04rem;
}
.feature .sec10__Slidewrap .swiper-button-next {
  top: 17.544rem;
  width: 4.08rem;
  height: 1.02rem;
  background: url("./../img/icon_next.png");
  background-size: cover;
  right: 2.04rem;
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.feature .sec10__Slidewrap .swiper-pagination {
  top: 39.44rem;
  bottom: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.36rem;
}
.feature .sec10__Slidewrap .swiper-pagination .swiper-pagination-bullet {
  width: 5.44rem;
  height: 0.816rem;
  border-radius: 0;
  opacity: 1;
  position: relative;
  margin: 0;
}
.feature .sec10__Slidewrap .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  content: "";
}
.feature .sec10__Slidewrap .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
  background: #f7f4f0;
}
.feature .sec10__Slidewrap .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
  background: #dfe8ee;
}
.feature .sec10__Slidewrap .swiper-pagination .swiper-pagination-bullet:nth-child(3) {
  background: #f2e7e4;
}
.feature .sec10__Slidewrap .swiper-pagination .swiper-pagination-bullet:nth-child(4) {
  background: #e8eaea;
}
.feature .sec10__Slidewrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(1):before {
  background: #efeae1;
  animation: progress 4s linear forwards;
}
.feature .sec10__Slidewrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(2):before {
  background: #c0d1dd;
  animation: progress 4s linear forwards;
}
.feature .sec10__Slidewrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(3):before {
  background: #e5d0ca;
  animation: progress 4s linear forwards;
}
.feature .sec10__Slidewrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(4):before {
  background: #d2d5d5;
  animation: progress 4s linear forwards;
}
.feature .allitems {
  text-align: center;
  margin-bottom: 13.6rem;
}
.feature .allitems a {
  font-size: 4.76rem;
  letter-spacing: 0.04em;
  font-family: "amandine", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #76A0C1;
  display: inline-block;
  line-height: 1;
  padding-bottom: 1.02rem;
  border-bottom: 0.136rem solid #76A0C1;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}