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-header,
.l-footer {
  background: #fff;
}

.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-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: #fff;
  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";
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.feature:before {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100vh;
  content: "";
  background: url(./../img/bg_sec01_pc.jpg);
  background-size: cover;
  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;
}
.feature img {
  vertical-align: bottom;
  max-width: 100%;
  transition: 0.3s;
}
.feature img:hover {
  opacity: 0.8;
}
.feature .pcMv {
  position: relative;
}
.feature .pcMv__Ttl {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 19.4rem;
  left: 0;
  z-index: 10;
  pointer-events: none;
  text-align: center;
}
.feature .pcMv__Ttl > span {
  display: block;
  color: #fff;
  font-size: 4.5rem;
  line-height: 4.5rem;
  overflow: hidden;
  opacity: 0;
}
.feature .pcMv__Ttl > span.-sigurd {
  font-family: "sigurd", sans-serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.1em;
}
.feature .pcMv__Ttl > span.-nimbus {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.01em;
}
.feature .pcMv__Ttl > span span {
  transform: translateY(10rem);
  transition: all 0.3s ease-out;
  transition-delay: 0.6s;
  display: inline-block;
}
.feature .pcMv__Ttl > span span:nth-child(2) {
  transition-delay: 0.7s;
}
.feature .pcMv__Ttl > span span:nth-child(3) {
  transition-delay: 0.8s;
}
.feature .pcMv__Ttl > span span:nth-child(4) {
  transition-delay: 0.9s;
}
.feature .pcMv__Ttl > span span:nth-child(5) {
  transition-delay: 1s;
}
.feature .pcMv__Ttl > span span:nth-child(6) {
  transition-delay: 1.1s;
}
.feature .pcMv__Ttl > span span:nth-child(7) {
  transition-delay: 1.2s;
}
.feature .pcMv__Ttl > span span:nth-child(8) {
  transition-delay: 1.3s;
}
.feature .pcMv__Ttl > span span:nth-child(9) {
  transition-delay: 1.4s;
}
.feature .pcMv__Ttl > span span:nth-child(10) {
  transition-delay: 1.5s;
}
.feature .pcMv__Ttl > span span:nth-child(11) {
  transition-delay: 1.6s;
}
.feature .pcMv__Ttl > span span:nth-child(12) {
  transition-delay: 1.7s;
}
.feature .pcMv__Ttl > span span:nth-child(13) {
  transition-delay: 1.8s;
}
.feature .pcMv__Ttl > span span:nth-child(14) {
  transition-delay: 1.9s;
}
.feature .pcMv__Ttl.is-active > span {
  opacity: 1;
}
.feature .pcMv__Ttl.is-active > span span {
  transform: translateY(0);
}
.feature .pcMv__Subttl {
  color: #fff;
  position: absolute;
  font-weight: 500;
  width: 100%;
  text-align: center;
  bottom: 14.1rem;
  left: 0;
  letter-spacing: 0.05em;
  z-index: 10;
  font-size: 2.1rem;
  pointer-events: none;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.feature .pcMv__Subttl span {
  display: inline-block;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 1.7s cubic-bezier(0.8, 0, 0.15, 1) 1.7s;
  transition-delay: 2s;
}
.feature .pcMv__Subttl.is-active span {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.feature .pcMv__Thum {
  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 {
  flex: 0 1 34.5%;
  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 {
  width: 31.85rem;
}
.feature .wrap .rightcont {
  flex: 0 1 32.1%;
  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__Ttl {
  width: 32rem;
}
.feature .wrap .centercont {
  flex: 0 0 46.6rem;
  overflow: hidden;
}
.feature .credit {
  text-align: center;
}
.feature .credit .item {
  display: inline-block;
  margin-right: 0.3728rem;
  line-height: 2.4853333333rem;
}
.feature .credit .item.-mr0, .feature .credit .item:last-child {
  margin-right: 0;
}
.feature .credit .item .link {
  font-size: 1.2240266667rem;
  line-height: 1;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  letter-spacing: 0.05em;
  position: relative;
}
.feature .credit .item .link:before {
  position: absolute;
  bottom: 0.2485333333rem;
  left: 0;
  width: 100%;
  height: 0.0621333333rem;
  content: "";
  background: #000;
}
.feature .credit .item .link .price {
  padding-left: 0.0621333333rem;
}
.feature .mv {
  position: relative;
}
.feature .mv__Ttl {
  position: absolute;
  width: 40.3866666667rem;
  top: 18.7642666667rem;
  left: 3.2309333333rem;
  z-index: 10;
  pointer-events: none;
  text-align: center;
}
.feature .mv__Ttl > span {
  display: block;
  color: #fff;
  font-size: 3.1066666667rem;
  line-height: 3.1066666667rem;
  overflow: hidden;
  opacity: 0;
}
.feature .mv__Ttl > span.-sigurd {
  font-family: "sigurd", sans-serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.07em;
}
.feature .mv__Ttl > span.-nimbus {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.005em;
}
.feature .mv__Ttl > span span {
  transform: translateY(6.2133333333rem);
  transition: all 0.3s ease-out;
  transition-delay: 0.6s;
  display: inline-block;
}
.feature .mv__Ttl > span span:nth-child(2) {
  transition-delay: 0.7s;
}
.feature .mv__Ttl > span span:nth-child(3) {
  transition-delay: 0.8s;
}
.feature .mv__Ttl > span span:nth-child(4) {
  transition-delay: 0.9s;
}
.feature .mv__Ttl > span span:nth-child(5) {
  transition-delay: 1s;
}
.feature .mv__Ttl > span span:nth-child(6) {
  transition-delay: 1.1s;
}
.feature .mv__Ttl > span span:nth-child(7) {
  transition-delay: 1.2s;
}
.feature .mv__Ttl > span span:nth-child(8) {
  transition-delay: 1.3s;
}
.feature .mv__Ttl > span span:nth-child(9) {
  transition-delay: 1.4s;
}
.feature .mv__Ttl > span span:nth-child(10) {
  transition-delay: 1.5s;
}
.feature .mv__Ttl > span span:nth-child(11) {
  transition-delay: 1.6s;
}
.feature .mv__Ttl > span span:nth-child(12) {
  transition-delay: 1.7s;
}
.feature .mv__Ttl > span span:nth-child(13) {
  transition-delay: 1.8s;
}
.feature .mv__Ttl > span span:nth-child(14) {
  transition-delay: 1.9s;
}
.feature .mv__Ttl.is-active > span {
  opacity: 1;
}
.feature .mv__Ttl.is-active > span span {
  transform: translateY(0);
}
.feature .mv__Subttl {
  color: #fff;
  position: absolute;
  width: 40.3866666667rem;
  font-weight: 500;
  top: 29.3890666667rem;
  letter-spacing: 0.033em;
  left: 3.6037333333rem;
  z-index: 10;
  font-size: 1.4912rem;
  pointer-events: none;
  overflow: hidden;
  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 .mv__Subttl.is-active {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.feature .mv__Thum {
  opacity: 0;
  filter: blur(10px);
  transition: all 0.5s;
}
.feature .mv__Thum.is-active {
  opacity: 1;
  filter: blur(0);
}
.feature .sec01 {
  position: relative;
  padding-top: 14.6634666667rem;
  margin-bottom: 8.2016rem;
}
.feature .sec01__Flex {
  display: flex;
  gap: 1.3669333333rem;
  align-items: center;
  margin-bottom: 5.592rem;
}
.feature .sec01__Ttl {
  line-height: 4.3493333333rem;
  font-size: 3.728rem;
  letter-spacing: 0.02em;
  width: 14.5392rem;
  transform: translateY(-0.4970666667rem);
}
.feature .sec01__Ttl span {
  line-height: 1;
  display: inline-block;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
.feature .sec01__Ttl span:before {
  position: absolute;
  content: "";
  bottom: 0.3728rem;
  left: 0;
  width: 100%;
  height: 0.1242666667rem;
  background: #000;
}
.feature .sec01__Model.-model01 {
  width: 29.2026666667rem;
}
.feature .sec01__Model.-model02 {
  width: 30.756rem;
  margin: 0 auto 4.3493333333rem;
}
.feature .sec01__Model.-model03 {
  width: 40.3866666667rem;
  margin: 0 auto 2.4853333333rem;
}
.feature .sec01__Catch {
  text-align: center;
  font-size: 1.5533333333rem;
  line-height: 2.796rem;
  letter-spacing: 0.05em;
  margin-bottom: 5.592rem;
}
.feature .sec01__Txt {
  margin: 0 auto 4.2250666667rem;
  width: 37.0936rem;
  text-align: justify;
  font-size: 1.4290666667rem;
  line-height: 2.6717333333rem;
  letter-spacing: 0.05em;
}
.feature .sec01 .credit {
  width: 34.7946666667rem;
  margin: auto;
}
.feature .sec02 {
  margin-bottom: 9.0093333333rem;
}
.feature .sec02__Ttl {
  line-height: 4.3493333333rem;
  font-size: 3.728rem;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 2.1746666667rem;
}
.feature .sec02__Ttl span {
  line-height: 1;
  display: inline-block;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
.feature .sec02__Ttl span:before {
  position: absolute;
  content: "";
  bottom: 0.3728rem;
  left: 0;
  width: 100%;
  height: 0.1242666667rem;
  background: #000;
}
.feature .sec02__Model.-model01 {
  width: 34.1733333333rem;
  margin: 0 auto 5.592rem;
}
.feature .sec02__Model.-model02 {
  width: 34.1733333333rem;
  margin-bottom: 4.3493333333rem;
}
.feature .sec02__Model.-model03 {
  width: 40.3866666667rem;
  margin: 0 auto 2.4853333333rem;
}
.feature .sec02__Catch {
  text-align: center;
  font-size: 1.5533333333rem;
  line-height: 2.796rem;
  letter-spacing: 0.05em;
  margin-bottom: 5.9026666667rem;
}
.feature .sec02__Txt {
  margin: 0 auto 4.0386666667rem;
  width: 37.28rem;
  text-align: justify;
  font-size: 1.4290666667rem;
  line-height: 2.6717333333rem;
  letter-spacing: 0.09em;
}
.feature .sec02 .credit {
  width: 41.6293333333rem;
  margin: auto;
}
.feature .sec03 {
  margin-bottom: 12.1781333333rem;
}
.feature .sec03__Ttl {
  line-height: 4.3493333333rem;
  font-size: 3.728rem;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 4.3493333333rem;
}
.feature .sec03__Ttl span {
  line-height: 1;
  display: inline-block;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
.feature .sec03__Ttl span:before {
  position: absolute;
  content: "";
  bottom: 0.3728rem;
  left: 0;
  width: 100%;
  height: 0.1242666667rem;
  background: #000;
}
.feature .sec03__Model.-model01 {
  margin: 0 auto 5.592rem;
}
.feature .sec03__Model.-model02 {
  width: 40.3866666667rem;
  margin-left: auto;
  margin-bottom: 3.9765333333rem;
}
.feature .sec03__Model.-model03 {
  width: 34.1733333333rem;
  margin: 0 auto 2.2989333333rem;
}
.feature .sec03__Catch {
  text-align: center;
  font-size: 1.5533333333rem;
  line-height: 2.796rem;
  letter-spacing: 0.05em;
  margin-bottom: 5.9026666667rem;
}
.feature .sec03__Txt {
  margin: 0 auto 4.0386666667rem;
  width: 37.28rem;
  text-align: justify;
  font-size: 1.4290666667rem;
  line-height: 2.6717333333rem;
  letter-spacing: 0.097em;
}
.feature .sec03 .credit {
  width: 37.28rem;
  margin: 0 auto 11.4946666667rem;
}
.feature .sec03__Viewall {
  text-align: center;
}
.feature .sec03__Viewall a {
  display: inline-block;
  font-size: 2.0504rem;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
.feature .sec03__Viewall a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1242666667rem;
  content: "";
  background: #000;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}