html {
  scroll-behavior: smooth;
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
  }
}
.js-fade {
  opacity: 0;
  transition-duration: 1.1s;
}
.js-fade.js-fade-top {
  transform: translate(0px, -40px);
}
.js-fade.js-fade-bottom {
  transform: translateY(50px);
}
.js-fade.js-fade-left {
  transform: translate(-20px, 0px);
}
.js-fade.js-fade-right {
  transform: translate(20px, 0px);
}
.js-fade.is-active {
  transform: translate(0, 0);
  opacity: 1;
}

.fs-l-main {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.feature {
  max-width: 75rem;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.feature section {
  margin: 0;
}
.feature p {
  margin: 0;
}
.feature .mv {
  margin-bottom: 8rem;
}
.feature .sec01__Inner {
  position: relative;
  width: 100%;
  height: 148.2rem;
  margin: auto;
}
.feature .sec01__Catch {
  position: absolute;
  top: 0;
  left: 4.8rem;
  width: 65.8rem;
}
.feature .sec01__Model {
  position: absolute;
}
.feature .sec01__Model.-model01 {
  width: 44.1rem;
  top: 30.5rem;
  left: 15.8rem;
}
.feature .sec01__Model.-model02 {
  width: 32.1rem;
  top: 76.9rem;
  left: 5rem;
}
.feature .sec01__Model.-model03 {
  width: 32.3rem;
  top: 76.7rem;
  left: 38.2rem;
}
.feature .sec01__Ttl {
  position: absolute;
  width: 54.3rem;
  top: 116rem;
  left: 10.5rem;
}
.feature .sec01__Btn {
  position: absolute;
  width: 8.3rem;
  top: 125.3rem;
  left: 33.5rem;
}
.feature .sec02__Inner {
  position: relative;
  width: 100%;
  height: 104.8rem;
  margin: auto;
}
.feature .sec02__Model {
  position: absolute;
}
.feature .sec02__Model.-model01 {
  width: 46.4rem;
  top: 0;
  left: 14.7rem;
}
.feature .sec02__Model.-model02 {
  width: 31.8rem;
  top: 34.9rem;
  left: 4.8rem;
}
.feature .sec02__Model.-model03 {
  width: 32.3rem;
  top: 34.5rem;
  left: 37.9rem;
}
.feature .sec02__Ttl {
  position: absolute;
  width: 57rem;
  top: 73.2rem;
  left: 9.1rem;
}
.feature .sec02__Btn {
  position: absolute;
  width: 8.3rem;
  top: 82.4rem;
  left: 33.5rem;
}
.feature .collabo {
  width: 39.76rem;
  margin: 0 auto 6.4rem;
  display: block;
}
.feature .collabo img {
  display: inline-block;
  transform: translateX(1.4rem);
}
.feature .copy {
  width: 26rem;
  margin: 0 auto 5.6rem;
}