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

@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
.l-container {
  width: 100%;
}

.js-showClip {
  clip-path: inset(0 100% 0 0);
  transition-duration: 2s;
}
.js-showClip.is-active {
  clip-path: inset(0);
}

.js-showTxt {
  opacity: 0;
  filter: blur(10px);
  transform: translateX(-5%);
  transition: all 1s;
}
.js-showTxt.is-active {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0%);
}

.js-showImg {
  position: relative;
}
.js-showImg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: #9EB9D2;
  z-index: 3;
}
.js-showImg.is-active:before {
  height: 0%;
  transition: height 0.8s ease;
}

.sp {
  display: none;
}

.feature {
  box-sizing: border-box;
  color: #000;
  margin: 0 auto;
  overflow: clip;
  position: relative;
  width: 100%;
  font-feature-settings: "palt";
  background: #9EB9D2;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.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;
}
.feature img {
  vertical-align: bottom;
  max-width: 100%;
  transition: 0.3s;
}
.feature img:hover {
  opacity: 0.8;
}
.feature .pcMv__Ttl {
  position: absolute;
  width: 100%;
  top: 45.1rem;
  left: 0;
  text-align: center;
  font-size: 6rem;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.07em;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
}
.feature .pcMv__Ttl span {
  transform: translateY(10rem);
  transition: all 0.3s ease-out;
  transition-delay: 0.6s;
  display: inline-block;
}
.feature .pcMv__Ttl span:nth-child(2) {
  transition-delay: 0.7s;
}
.feature .pcMv__Ttl span:nth-child(3) {
  transition-delay: 0.8s;
}
.feature .pcMv__Ttl span:nth-child(4) {
  transition-delay: 0.9s;
}
.feature .pcMv__Ttl span:nth-child(5) {
  transition-delay: 1s;
}
.feature .pcMv__Ttl span:nth-child(6) {
  transition-delay: 1.1s;
}
.feature .pcMv__Ttl span:nth-child(7) {
  transition-delay: 1.2s;
}
.feature .pcMv__Ttl span:nth-child(8) {
  transition-delay: 1.3s;
}
.feature .pcMv__Ttl.is-active {
  opacity: 1;
}
.feature .pcMv__Ttl.is-active span {
  transform: translateY(0);
}
.feature .pcMv__Subttl {
  position: absolute;
  width: 100%;
  top: 51.7rem;
  left: 0;
  text-align: center;
  font-size: 6rem;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  color: #fff;
  letter-spacing: 0.07em;
  z-index: 10;
  overflow: hidden;
}
.feature .pcMv__Subttl span {
  position: relative;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 1.2s cubic-bezier(0.8, 0, 0.15, 1) 1.7s;
  padding: 0 7rem;
  display: inline-block;
}
.feature .pcMv__Subttl span:before {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 23rem;
  height: 2.6rem;
  background: url("./../img/deco_mv_subttl.png");
  background-size: cover;
  content: "";
  z-index: -1;
}
.feature .pcMv__Subttl.is-active span {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.feature .pcMv__Jp {
  position: absolute;
  width: 33.1rem;
  height: 4.62rem;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 60.6rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 2.47rem;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #9EB9D2;
  background: #fff;
  letter-spacing: 0.07em;
  z-index: 10;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 1.2s cubic-bezier(0.8, 0, 0.15, 1) 1.7s;
  transition-delay: 3s;
}
.feature .pcMv__Jp.is-active {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.feature .pcMv__Thum {
  margin-bottom: 15.1rem;
  opacity: 0;
  filter: blur(10px);
  transition: all 0.5s;
}
.feature .pcMv__Thum.is-active {
  opacity: 1;
  filter: blur(0);
}
.feature .wrap {
  display: flex;
}
.feature .wrap .leftcont {
  width: calc((100% - 37.5rem) / 2);
  position: relative;
  z-index: 10;
}
.feature .wrap .leftcont__Inner {
  position: sticky;
  top: 80px;
  width: 100%;
  height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature .wrap .leftcont__Ttl {
  text-align: center;
  font-size: 4.2rem;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.07em;
  z-index: 10;
  overflow: hidden;
}
.feature .wrap .leftcont__Ttl span {
  display: inline-block;
}
.feature .wrap .leftcont__Subttl {
  text-align: center;
  font-size: 4.2rem;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  color: #fff;
  letter-spacing: 0.07em;
  z-index: 10;
  overflow: hidden;
  position: relative;
}
.feature .wrap .leftcont__Subttl:before {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 13rem;
  height: 1.4rem;
  background: url("./../img/deco_left_subttl.png");
  background-size: cover;
  content: "";
}
.feature .wrap .leftcont__Subttl span {
  display: inline-block;
}
.feature .wrap .rightcont {
  width: calc((100% - 37.5rem) / 2);
  position: relative;
  z-index: 10;
}
.feature .wrap .rightcont__Inner {
  position: sticky;
  top: 80px;
  width: 100%;
  height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature .wrap .rightcont__Jp {
  width: 24.4rem;
  height: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.87rem;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #9EB9D2;
  background: #fff;
  letter-spacing: 0.07em;
  z-index: 10;
  overflow: hidden;
}
.feature .wrap .rightcont__Jp span {
  display: inline-block;
}
.feature .wrap .centercont {
  width: 45rem;
  overflow: hidden;
}
.feature .credit {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 1.86rem;
  text-align: center;
}
.feature .credit .item {
  display: inline-block;
  margin-right: 0.6rem;
  line-height: 3rem;
}
.feature .credit .item.-mr0, .feature .credit .item:last-child {
  margin-right: 0;
}
.feature .credit .item .link {
  font-size: 1.44rem;
  line-height: 1;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  letter-spacing: 0.025em;
  position: relative;
}
.feature .credit .item .link:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.06rem;
  content: "";
  background: #000;
}
.feature .credit .item .link .price {
  padding-left: 0.06rem;
}
.feature .mv__Txt {
  text-align: center;
  margin-bottom: 1.8rem;
}
.feature .mv__Txt span {
  font-size: 1.38rem;
  letter-spacing: 0.1em;
  line-height: 2.4rem;
  display: inline;
  background: linear-gradient(transparent calc(100% - 0.06rem), #000 0.06rem);
}
.feature .sec01__Model {
  position: relative;
  margin-bottom: 4.5rem;
}
.feature .sec01__Catch {
  font-size: 2.1rem;
  letter-spacing: 0.095em;
  text-align: center;
  margin-bottom: 2.4rem;
}
.feature .sec01__Dl {
  margin-bottom: 5.4rem;
}
.feature .sec01__Dl:last-of-type {
  margin-bottom: 7.86rem;
}
.feature .sec01__Dt {
  width: 30rem;
  margin: 0 auto 1.68rem;
}
.feature .sec01__Dd {
  position: relative;
  width: 39rem;
  margin: auto;
  padding-top: 3.36rem;
  font-size: 1.38rem;
  line-height: 2.58rem;
  letter-spacing: 0.07em;
  white-space: nowrap;
}
.feature .sec01__Dd:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 39rem;
  height: 2.28rem;
  content: "";
  background: url(./../img/deco.svg);
  background-size: cover;
  background-position: bottom;
}
.feature .sec01__Txt {
  text-align: center;
  margin-bottom: 2.52rem;
}
.feature .sec01__Txt span {
  font-size: 1.38rem;
  letter-spacing: 0.1em;
  line-height: 2.4rem;
  display: inline;
  background: linear-gradient(transparent calc(100% - 0.06rem), #000 0.06rem);
}
.feature .sec02__Model {
  position: relative;
  margin-bottom: 8.64rem;
}
.feature .sec02__Txt {
  text-align: center;
  margin-bottom: 2.4rem;
}
.feature .sec02__Txt span {
  font-size: 1.38rem;
  letter-spacing: 0.1em;
  line-height: 2.4rem;
  display: inline;
  background: linear-gradient(transparent calc(100% - 0.06rem), #000 0.06rem);
}
.feature .sec03__Model {
  position: relative;
  margin-bottom: 6.3rem;
}
.feature .sec03__Dl {
  margin-bottom: 5.76rem;
}
.feature .sec03__Dl:nth-of-type(2) {
  margin-bottom: 5.28rem;
}
.feature .sec03__Dl:last-of-type {
  margin-bottom: 8.04rem;
}
.feature .sec03__Dt {
  width: 30rem;
  margin: 0 auto 1.68rem;
}
.feature .sec03__Dd {
  position: relative;
  width: 39rem;
  margin: auto;
  padding-top: 3.36rem;
  font-size: 1.38rem;
  line-height: 2.58rem;
  letter-spacing: 0.07em;
  white-space: nowrap;
}
.feature .sec03__Dd:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 39rem;
  height: 2.28rem;
  content: "";
  background: url(./../img/deco.svg);
  background-size: cover;
  background-position: bottom;
}
.feature .sec03__Txt {
  text-align: center;
  margin-bottom: 4.32rem;
}
.feature .sec03__Txt span {
  font-size: 1.38rem;
  letter-spacing: 0.1em;
  line-height: 2.4rem;
  display: inline;
  background: linear-gradient(transparent calc(100% - 0.06rem), #000 0.06rem);
}
.feature .sec04 {
  padding-bottom: 12rem;
}
.feature .sec04__Model {
  position: relative;
  margin-bottom: 11.4rem;
}
.feature .sec04__Viewall {
  text-align: center;
}
.feature .sec04__Viewall a {
  font-size: 1.8rem;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.057em;
  display: inline-block;
  border-bottom: 0.06rem solid #000;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}