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

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

.sp {
  display: none;
}

.feature {
  box-sizing: border-box;
  color: #000;
  margin: 0 auto;
  overflow: clip;
  position: relative;
  width: 100%;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt";
}
.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 a:hover {
  opacity: 1;
}
.feature video {
  max-width: 100%;
}
.feature img {
  vertical-align: bottom;
  max-width: 100%;
  transition: 0.3s;
}
.feature img:hover {
  opacity: 0.8;
}
.feature .wrap {
  display: flex;
}
.feature .wrap .leftcont {
  width: calc((100% - 45rem) / 2);
}
.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__Inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(100vh - 80px);
  background: url("./../img/bg.png");
  background-size: cover;
  content: "";
  z-index: -1;
}
.feature .wrap .leftcont__Inner p {
  width: 16.4rem;
}
.feature .wrap .rightcont {
  width: calc((100% - 45rem) / 2);
}
.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__Inner a {
  width: 9rem;
  display: block;
}
.feature .wrap .centercont {
  width: 45rem;
  overflow: clip;
  background: #fff;
  position: relative;
}
.feature .js-fade {
  transition: filter 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s, opacity 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
  opacity: 0;
  filter: blur(10px);
  will-change: filter, opacity;
}
.feature .js-fade.is-active {
  opacity: 1;
  filter: blur(0);
}
.feature .js-op {
  opacity: 0;
}
.feature .js-op.is-active {
  transition: opacity 1s cubic-bezier(0.3, 0.05, 0.05, 1);
  opacity: 1;
}
.feature .credit {
  text-align: center;
}
.feature .credit .item {
  display: inline-block;
  position: relative;
  font-size: 1.2rem;
  line-height: 2.46rem;
  color: #000;
  margin-right: 0.36rem;
  letter-spacing: 0.02em;
}
.feature .credit .item.-mr0, .feature .credit .item:last-child {
  margin-right: 0;
}
.feature .credit .item .link {
  font-size: 1.2rem;
  line-height: 2.46rem;
  color: #000;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 200;
  position: relative;
}
.feature .credit .item .link:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #000;
}
.feature .credit .item .link .price {
  padding-left: 0.3rem;
}
.feature .mv {
  position: relative;
  margin-bottom: 12.96rem;
}
.feature .mv:before {
  position: absolute;
  content: "";
  width: 45rem;
  height: 45rem;
  background: url("./../img/bg_mv.jpg");
  background-size: cover;
  top: 66.9rem;
  left: 0;
  transition: filter 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s, opacity 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
  opacity: 0;
  filter: blur(10px);
  will-change: filter, opacity;
  transition-delay: 2.4s;
}
.feature .mv__Thum {
  margin-bottom: 19.62rem;
  position: relative;
  overflow: hidden;
  transition: filter 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s, opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s;
  opacity: 0;
  filter: blur(10px);
  will-change: filter, opacity;
}
.feature .mv__Thum figure {
  width: 100%;
  height: auto;
  transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s;
  transform: scale(1.07);
  transform-origin: center center;
  will-change: transform;
}
.feature .mv__Thum.is-active {
  opacity: 1;
  filter: blur(0);
}
.feature .mv__Thum.is-active figure {
  transform: scale(1);
}
.feature .mv__Ttl {
  position: absolute;
  width: 18.84rem;
  top: 20.28rem;
  left: 13.08rem;
  display: flex;
  flex-flow: column;
  pointer-events: none;
}
.feature .mv__Ttl span {
  overflow: hidden;
}
.feature .mv__Ttl span:nth-child(1) {
  margin-bottom: 1.68rem;
}
.feature .mv__Ttl span:nth-child(2) {
  width: 6.24rem;
  margin: 0 auto 1.98rem;
}
.feature .mv__Ttl span:nth-child(3) {
  margin-bottom: 0.06rem;
}
.feature .mv__Ttl span img {
  width: 100%;
  height: auto;
  transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(110%);
  will-change: transform;
  transition-delay: 1.6s;
}
.feature .mv__Ttl.is-active span img {
  transform: translateY(0);
}
.feature .mv__Txt {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.035em;
  line-height: 2.7rem;
  position: relative;
  opacity: 0;
  transition-delay: 2.4s !important;
}
.feature .mv.is-active:before {
  opacity: 1;
  filter: blur(0);
}
.feature .mv.is-active .mv__Txt {
  transition: opacity 1s cubic-bezier(0.3, 0.05, 0.05, 1);
  opacity: 1;
}
.feature .sec01 {
  margin-bottom: 9rem;
}
.feature .sec01__Model.-model01 {
  width: 36rem;
  margin: 0 auto 2.1rem;
}
.feature .sec01__Model.-model02 {
  width: 37.8rem;
  margin: auto;
}
.feature .sec01__Txt {
  margin: 3.3rem auto 4.32rem;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 2.7rem;
}
.feature .sec02 {
  margin-bottom: 9rem;
}
.feature .sec02__Flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 4.98rem;
  width: 37.8rem;
  margin: auto;
}
.feature .sec02__Model.-model02 {
  width: 24rem;
  margin: 0 auto -3.6rem 3.6rem;
}
.feature .sec02__Model.-model03 {
  width: 21.6rem;
}
.feature .sec02__Txt {
  margin: 4.2rem auto 3.96rem;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 2.7rem;
}
.feature .sec02 .credit {
  width: 16.2rem;
}
.feature .sec02 .credit .item {
  text-align: left;
  display: block;
}
.feature .sec03 {
  margin-bottom: 8.4rem;
}
.feature .sec03__Flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 4.38rem;
}
.feature .sec03__Model.-model01 {
  position: relative;
  margin-bottom: 9.06rem;
  height: 80.1rem;
}
.feature .sec03__Model.-model01 .music {
  position: absolute;
  width: 7.56rem;
  bottom: 1.68rem;
  right: 1.68rem;
  cursor: pointer;
}
.feature .sec03__Model.-model01 .music span {
  display: none;
}
.feature .sec03__Model.-model01 .music span.active {
  display: block;
}
.feature .sec03__Model.-model02 {
  width: 33rem;
  margin: 0 0 -18rem auto;
  position: relative;
  z-index: 10;
}
.feature .sec03__Model.-model03 {
  width: 24rem;
  margin: 0 auto 0 0;
}
.feature .sec03__Model.-model04 {
  width: 30rem;
  margin: 0 auto 9.24rem;
  overflow: hidden;
}
.feature .sec03__Model.-model05 {
  width: 42rem;
  margin: 0 auto 2.16rem;
}
.feature .sec03__Txt {
  margin: 0 auto 4.2rem;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 2.7rem;
}
.feature .sec03 .-credit01 {
  width: 17.88rem;
}
.feature .sec03 .-credit01 .credit {
  text-align: left;
  margin-bottom: -0.78rem;
}
.feature .sec03 .-credit01 .credit .item {
  display: block;
}
.feature .sec04 {
  margin-bottom: 9.18rem;
  position: relative;
}
.feature .sec04:before {
  position: absolute;
  top: 60rem;
  left: 0;
  width: 100%;
  height: 54rem;
  content: "";
  background: url("./../img/img_sec04_03.jpg");
  background-size: cover;
  z-index: -1;
}
.feature .sec04__Model.-model01 {
  width: 33rem;
  margin: 0 auto 6.24rem;
}
.feature .sec04__Model.-model02 {
  width: 36rem;
  margin: 0 auto 2.1rem 0;
}
.feature .sec04__Model.-model04 {
  width: 36rem;
  margin: 0 auto 9rem;
}
.feature .sec04__Model.-model05 {
  width: 36rem;
  margin: 0 auto 2.1rem;
}
.feature .sec04__Txt {
  margin: 5.04rem auto 5.52rem;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.085em;
  line-height: 2.7rem;
}
.feature .sec05 {
  margin-bottom: 11.7rem;
}
.feature .sec05__Model.-model01 {
  width: 36rem;
  margin: 0 auto 2.1rem;
}
.feature .sec05__Model.-model02 {
  width: 30rem;
  margin: 5.4rem auto 5.76rem 10.5rem;
}
.feature .sec05__Model.-model03 {
  width: 30rem;
  margin: 0 auto 6rem 4.56rem;
}
.feature .sec05__Model.-model04 {
  position: relative;
  width: 39rem;
  margin: 0 auto;
}
.feature .sec05__Txt {
  position: absolute;
  color: #000;
  width: 100%;
  top: 4.5rem;
  left: 0;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  line-height: 2.7rem;
}
.feature .viewall {
  margin-bottom: 12rem;
  text-align: center;
}
.feature .viewall a {
  font-size: 1.8rem;
  letter-spacing: 0.057em;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
.feature .viewall a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #000;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}