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: all 1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.js-fade.is-active {
  opacity: 1;
}

.slide-left {
  opacity: 0;
  transform: translateX(40px);
  transition: all 1s ease-out;
}
.slide-left.is-active {
  opacity: 1;
  transform: translateX(0);
}

.slide-right {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 1s ease-out;
}
.slide-right.is-active {
  opacity: 1;
  transform: translateX(0);
}

.feature {
  box-sizing: border-box;
  color: #000;
  margin: 0 auto;
  overflow: clip;
  position: relative;
  width: 100%;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  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 .sp {
  display: none;
}
.feature a {
  color: #000;
  text-decoration: none;
}
.feature a img {
  transition: 0.6s;
}
.feature a:hover img {
  opacity: 0.7;
}
.feature img {
  vertical-align: bottom;
  max-width: 100%;
}
.feature .wrap {
  display: flex;
}
.feature .wrap .leftcont {
  width: 50%;
}
.feature .wrap .leftcont__Inner {
  position: sticky;
  top: 80px;
  width: 100%;
  height: calc(100vh - 80px);
}
.feature .wrap .leftcont .mv__Thum {
  height: calc(100vh - 80px);
  width: 100%;
}
.feature .wrap .leftcont .mv__Thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.feature .wrap .leftcont .mv__Ttl {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 37.1rem;
}
.feature .wrap .rightcont {
  width: 50%;
}
.feature .wrap .rightcont__Inner {
  width: 49rem;
  margin: auto;
}
.feature .credit .item {
  display: inline-block;
  position: relative;
  margin-right: 0.1306666667rem;
}
.feature .credit .item .link {
  font-size: 1.3066666667rem;
  letter-spacing: 0.05em;
  line-height: 2.6133333333rem;
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.feature .credit .item.-mr0, .feature .credit .item:last-child {
  margin-right: 0;
}
.feature .whitecredit {
  position: absolute;
  transform: rotate(90deg);
  left: -4.312rem;
  bottom: 4.5733333333rem;
  z-index: 10;
}
.feature .whitecredit .item {
  display: inline-block;
  position: relative;
  margin-right: 1.176rem;
}
.feature .whitecredit .item .link {
  font-size: 1.3066666667rem;
  line-height: 2.6133333333rem;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.feature .whitecredit .item .link .price {
  padding-left: 0.2613333333rem;
}
.feature .mv__Txt {
  margin-top: 7.1866666667rem;
  margin-bottom: 7.84rem;
  text-align: center;
  font-size: 1.4373333333rem;
  line-height: 2.8746666667rem;
  letter-spacing: 0.025em;
}
.feature .bg {
  background: #f4f2f3;
}
.feature .sec01 {
  padding-top: 7.84rem;
  margin-bottom: 11.6946666667rem;
}
.feature .sec01__Ttl {
  width: 39.5266666667rem;
  margin: 0 auto 2.6133333333rem;
  display: flex;
  align-items: center;
  gap: 1.96rem;
  font-size: 3.7893333333rem;
  font-family: "bellefair", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
.feature .sec01__Ttl span {
  font-size: 2.6133333333rem;
}
.feature .sec01__Txt {
  width: 39.5266666667rem;
  margin: 0 auto 7.1866666667rem;
  font-size: 1.4373333333rem;
  line-height: 2.8746666667rem;
}
.feature .sec01__Model.-model01 {
  width: 41.8133333333rem;
  margin-bottom: 1.3066666667rem;
}
.feature .sec01__Model.-model02 {
  width: 41.8133333333rem;
  margin-left: 4.9rem;
  margin-bottom: 0.9146666667rem;
  position: relative;
}
.feature .sec01__Model.-model02 .-txt {
  position: absolute;
  right: -8.1666666667rem;
  bottom: 10.584rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  transform: rotate(90deg);
  font-size: 1.3066666667rem;
  letter-spacing: 0.07em;
  line-height: 1;
  color: #fff;
  pointer-events: none;
}
.feature .sec01 .credit {
  width: 41.8133333333rem;
  margin-left: 4.9rem;
}
.feature .sec02 {
  margin-bottom: 9.8rem;
}
.feature .sec02__Model.-model01 {
  position: relative;
  width: 41.8133333333rem;
  margin: 0 auto 0.784rem;
}
.feature .sec02__Model.-model01:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -1.96rem;
  left: -1.96rem;
  content: "";
  border: 0.0653333333rem solid #000;
}
.feature .sec02__Model.-model01 .swiper {
  overflow: hidden;
}
.feature .sec02__Model.-model01 a {
  display: block;
  background: #fff;
}
.feature .sec02 .credit {
  text-align: center;
}
.feature .sec03 {
  margin-bottom: 9.8rem;
}
.feature .sec03__Model.-model01 {
  width: 36.5866666667rem;
  margin-left: auto;
  margin-bottom: 1.3066666667rem;
}
.feature .sec03__Model.-model02 {
  width: 45.7333333333rem;
  margin-bottom: 0.784rem;
}
.feature .sec03 .credit {
  width: 45.7333333333rem;
  text-align: right;
}
.feature .sec04 {
  margin-bottom: 9.8rem;
}
.feature .sec04__Model.-model01 {
  width: 37.8933333333rem;
  margin-left: 2.6133333333rem;
  margin-bottom: 1.3066666667rem;
}
.feature .sec04__Model.-model02 {
  width: 37.8933333333rem;
  margin-left: 2.6133333333rem;
  margin-bottom: 0.784rem;
}
.feature .sec04 .credit {
  text-align: right;
  width: 37.8933333333rem;
  margin-left: 2.6133333333rem;
}
.feature .sec05 {
  margin-bottom: 9.8rem;
}
.feature .sec05__Model.-model01 {
  margin-bottom: 0.784rem;
}
.feature .sec05 .credit {
  text-align: center;
}
.feature .sec06 {
  padding-bottom: 12.4133333333rem;
}
.feature .sec06__Model.-model01 {
  width: 37.8933333333rem;
  margin: auto;
  position: relative;
}
.feature .sec06__Model.-model01:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1.96rem;
  left: 1.764rem;
  content: "";
  border: 0.0653333333rem solid #000;
}
.feature .sec06__Model.-model01 > div > a {
  position: relative;
  z-index: 10;
  display: block;
  background: #fff;
}
.feature .sec06__Model.-model01 .-txt {
  position: absolute;
  right: -4.5733333333rem;
  top: 7.1866666667rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  transform: rotate(90deg);
  font-size: 1.3066666667rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  pointer-events: none;
  z-index: 20;
}
.feature .sec07 {
  padding-top: 11.4333333333rem;
  padding-bottom: 10.4533333333rem;
  background: #fff;
}
.feature .sec07__Ttl {
  width: 39.5266666667rem;
  margin: 0 auto 2.6133333333rem;
  display: flex;
  align-items: center;
  gap: 1.96rem;
  font-size: 3.7893333333rem;
  font-family: "bellefair", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
.feature .sec07__Ttl span {
  font-size: 2.6133333333rem;
}
.feature .sec07__Txt {
  width: 39.5266666667rem;
  margin: 0 auto 5.88rem;
  font-size: 1.4373333333rem;
  line-height: 2.8746666667rem;
}
.feature .sec07__Model.-model01 {
  width: 39.2rem;
  margin: auto;
  position: relative;
}
.feature .sec07__Model.-model01 a {
  position: relative;
  z-index: 10;
}
.feature .sec07__Model.-model01 .whitecredit {
  left: -3.4626666667rem;
  bottom: 4.0506666667rem;
}
.feature .sec07__Model.-model01 .-txt {
  position: absolute;
  right: -4.5733333333rem;
  top: 7.1866666667rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  transform: rotate(90deg);
  font-size: 1.3066666667rem;
  letter-spacing: 0.07em;
  line-height: 1;
  color: #fff;
  pointer-events: none;
  z-index: 20;
}
.feature .sec08 {
  padding-top: 7.84rem;
  margin-bottom: 10.1266666667rem;
}
.feature .sec08__Ttl {
  width: 39.5266666667rem;
  margin: 0 auto 2.6133333333rem;
  display: flex;
  align-items: center;
  gap: 1.96rem;
  font-size: 3.7893333333rem;
  font-family: "bellefair", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  white-space: nowrap;
}
.feature .sec08__Ttl span {
  font-size: 2.6133333333rem;
}
.feature .sec08__Txt {
  width: 39.5266666667rem;
  margin: 0 auto 7.1866666667rem;
  font-size: 1.4373333333rem;
  line-height: 2.8746666667rem;
  letter-spacing: 0.03em;
}
.feature .sec08__Model.-model01 {
  width: 39.2rem;
  margin: 0 auto 1.3066666667rem;
}
.feature .sec08__Model.-model02 {
  width: 39.2rem;
  margin: 0 auto 0.6533333333rem;
}
.feature .sec08 .credit {
  text-align: center;
}
.feature .sec09 {
  margin-bottom: 10.1266666667rem;
}
.feature .sec09__Model.-model01 {
  position: relative;
  width: 44.4266666667rem;
  margin: 0 auto 1.3066666667rem;
  overflow: hidden;
}
.feature .sec09__Model.-model01 .-txt {
  position: absolute;
  left: -8.1666666667rem;
  bottom: 10.6493333333rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  transform: rotate(90deg);
  font-size: 1.3066666667rem;
  letter-spacing: 0.07em;
  line-height: 1;
  color: #fff;
  pointer-events: none;
  z-index: 10;
}
.feature .sec09__Model.-model02 {
  width: 35.28rem;
  margin-left: 11.4333333333rem;
  margin-bottom: 0.6533333333rem;
}
.feature .sec09 .credit {
  width: 35.28rem;
  margin-left: 11.4333333333rem;
  text-align: right;
}
.feature .sec10 {
  margin-bottom: 9.8rem;
}
.feature .sec10__Model.-model01 {
  margin-bottom: 1.3066666667rem;
}
.feature .sec10__Model.-model02 {
  width: 35.28rem;
  margin: 0 auto 0.784rem;
}
.feature .sec10 .credit {
  width: 35.28rem;
  margin: auto;
}
.feature .sec11 {
  margin-bottom: 9.8rem;
}
.feature .sec11__Model.-model01 {
  width: 45.7333333333rem;
  margin-left: auto;
  margin-bottom: 0.98rem;
  overflow: hidden;
}
.feature .sec11 .credit {
  width: 45.7333333333rem;
  margin-left: auto;
}
.feature .sec12 {
  padding-bottom: 12.4133333333rem;
}
.feature .sec12__Model.-model01 {
  width: 37.8933333333rem;
  margin: auto;
  position: relative;
}
.feature .sec12__Model.-model01:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1.8293333333rem;
  left: -2.0906666667rem;
  content: "";
  border: 0.0653333333rem solid #000;
}
.feature .sec12__Model.-model01 > div > a {
  position: relative;
  z-index: 10;
  display: block;
  background: #fff;
}
.feature .sec12__Model.-model01 .whitecredit {
  left: -3.4626666667rem;
  bottom: 4.0506666667rem;
}
.feature .sec12__Model.-model01 .-txt {
  position: absolute;
  right: -4.5733333333rem;
  top: 7.1866666667rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  transform: rotate(90deg);
  font-size: 1.3066666667rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  pointer-events: none;
  z-index: 20;
}
.feature .checkallitems {
  margin: 9.1466666667rem auto;
  text-align: center;
}
.feature .checkallitems a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40.5066666667rem;
  height: 7.1866666667rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.94rem;
  letter-spacing: 0.05em;
  border: 0.0653333333rem solid;
}
.feature .checkallitems a span {
  display: inline-block;
  transform: translateY(0.1306666667rem);
}
.feature .staff {
  padding-bottom: 13.0666666667rem;
}
.feature .staff dt {
  text-align: center;
  font-size: 1.6986666667rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1.0453333333rem;
  letter-spacing: 0.1em;
}
.feature .staff dd {
  text-align: center;
  font-size: 1.568rem;
  line-height: 2.8224rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}

.l-container {
  width: 100%;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}