html {
  scroll-behavior: smooth;
  font-size: 0.78125vw;
  -webkit-text-size-adjust: 100%;
}

.js-fade {
  opacity: 0;
  transition: 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateY(3rem);
}
.js-fade.is-active {
  opacity: 1;
  transform: translateY(0);
}

.feature {
  box-sizing: border-box;
  color: #000000;
  margin: 0 auto;
  overflow: clip;
  position: relative;
  width: 100%;
  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: 72rem;
}
@media screen and (min-width: 1281px) {
  .feature .wrap .leftcont {
    flex: 72 1 72rem;
  }
}
.feature .wrap .leftcont__Inner {
  position: sticky;
  top: 80px;
  width: 100%;
  height: calc(100vh - 80px);
}
.feature .wrap .leftcont__Box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 8rem;
}
.feature .wrap .leftcont__Ttl {
  width: 44.5rem;
}
.feature .wrap .centercont {
  width: 48rem;
  overflow: clip;
}
@media screen and (min-width: 1281px) {
  .feature .wrap .centercont {
    flex: 0 0 48rem;
  }
}
.feature .wrap .rightcont {
  width: 8rem;
}
@media screen and (min-width: 1281px) {
  .feature .wrap .rightcont {
    flex: 8 1 8rem;
  }
}
.feature .wrap .rightcont__Inner {
  position: sticky;
  top: 80px;
  width: 100%;
  height: calc(100vh - 80px);
}
.feature .wrap .rightcont__Box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 1.4rem;
  padding-left: 0.9rem;
}
.feature .wrap .rightcont__Viewallitems {
  width: 0.8rem;
  display: block;
}
.feature .stickywrap {
  position: sticky;
  top: 0;
}
@media screen and (min-width: 1281px) {
  .feature .stickywrap {
    top: -20vw;
  }
}
.feature .scrollwrap {
  background: #fff;
  position: relative;
  z-index: 10;
}
.feature .sec__Img {
  position: relative;
}
.feature .sec__Img .creditwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  pointer-events: none;
}
.feature .sec__Img .creditwrap:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #999999;
  mix-blend-mode: multiply;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 10;
}
.feature .sec__Img .creditwrap .credit {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 5.12rem;
  left: 0;
  z-index: 10;
  pointer-events: auto;
}
.feature .sec__Img .creditwrap .credit .item {
  display: inline-block;
  line-height: 1;
  position: relative;
  padding-right: 0.64rem;
  color: #fff;
  font-size: 1.408rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.feature .sec__Img .creditwrap .credit .item:after {
  content: " / ";
  color: #fff;
  font-size: 1.408rem;
  line-height: 2.192rem;
  position: absolute;
  right: 0;
}
.feature .sec__Img .creditwrap .credit .item .link {
  color: #fff;
  font-size: 1.408rem;
  line-height: 2.192rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.feature .sec__Img .creditwrap .credit .item .link .price {
  margin-left: 0.32rem;
}
.feature .sec__Img .creditwrap .credit .item.-mr0, .feature .sec__Img .creditwrap .credit .item:last-child {
  padding-right: 0;
}
.feature .sec__Img .creditwrap .credit .item.-mr0:after, .feature .sec__Img .creditwrap .credit .item:last-child:after {
  display: none;
}
.feature .sec__Img .creditwrap.-active {
  visibility: initial;
}
.feature .sec__Img .creditwrap.-active:before {
  opacity: 1;
}
.feature .sec__Img .swiper-slide a {
  display: block;
}
.feature .sec__Img .swiper-pagination {
  position: absolute;
  bottom: auto;
  top: 0.64rem;
  width: 100%;
  padding-right: 1.152rem;
  text-align: right;
  line-height: 1;
}
.feature .sec__Img .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.192rem;
  width: 0.64rem;
  height: 0.64rem;
  background: transparent;
  border: 1px solid #fff;
  box-sizing: border-box;
  opacity: 1;
}
.feature .sec__Img .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.feature .sec__Img.-img02 {
  margin-bottom: 8.32rem;
}
.feature .sec__Img.-img03 {
  width: 38.272rem;
  margin: 0 auto 2.24rem;
}
.feature .sec__Img.-img03 .creditwrap .credit {
  bottom: 21.76rem;
}
.feature .sec__Img.-img04 {
  margin-bottom: 9.472rem;
}
.feature .sec__Img.-img05 {
  width: 37.12rem;
  overflow: hidden;
  margin: 0 auto 0.96rem;
}
.feature .sec__Img.-img06 {
  width: 37.12rem;
  margin: 0 auto 9.6rem;
}
.feature .sec__Img.-img07 {
  margin: 0 auto 0.96rem;
}
.feature .sec__Img.-img07 .creditwrap .credit {
  bottom: 7.04rem;
}
.feature .sec__Img.-img08 {
  margin: 0 auto 0.96rem;
}
.feature .sec__Img.-img08 .creditwrap .credit {
  bottom: 6.4rem;
}
.feature .sec__Img.-img09 {
  margin: 0 auto 8.32rem;
}
.feature .sec__Img.-img09 .creditwrap .credit {
  bottom: 7.232rem;
}
.feature .sec__Img.-img10 {
  width: 37.76rem;
  margin: 0 auto 0.96rem;
}
.feature .sec__Img.-img10 .creditwrap .credit {
  bottom: 2.56rem;
}
.feature .sec__Img.-img11 {
  width: 37.76rem;
  margin: 0 auto 11.2rem;
}
.feature .sec__Img.-img11 .creditwrap .credit {
  bottom: 2.56rem;
}
.feature .sec__Img.-img12 {
  width: 44.8rem;
  margin: 0 auto 1.792rem;
}
.feature .sec__Img.-img13 {
  margin: 0 auto 0.96rem;
}
.feature .sec__Img.-img13 .creditwrap .credit {
  bottom: 7.232rem;
}
.feature .sec__Img.-img14 {
  margin: 0 auto 9.6rem;
}
.feature .sec__Img.-img14 .creditwrap .credit {
  bottom: 7.232rem;
}
.feature .sec__Img.-img15 {
  width: 37.76rem;
  margin: 0 auto 0.96rem;
}
.feature .sec__Img.-img15 .creditwrap .credit {
  bottom: 2.432rem;
}
.feature .sec__Img.-img16 {
  width: 37.76rem;
  margin: 0 auto 0.96rem;
}
.feature .sec__Img.-img16 .creditwrap .credit {
  bottom: 2.432rem;
}
.feature .sec__Img.-img17 {
  margin: 0 auto 8.32rem;
}
.feature .sec__Img.-img17 .creditwrap .credit {
  bottom: 7.36rem;
}
.feature .sec__Img.-img18 {
  width: 38.72rem;
  margin: 0 auto 8.32rem;
}
.feature .sec__Img.-img19 {
  margin: 0 auto 0.96rem;
}
.feature .sec__Img.-img19 .creditwrap .credit {
  bottom: 5.248rem;
}
.feature .sec__Img.-img20 {
  margin: 0 auto 9.6rem;
}
.feature .sec__Img.-img20 .creditwrap .credit {
  bottom: 7.36rem;
}
.feature .sec__Img.-img21 {
  width: 36.48rem;
  margin: 0 auto 6.08rem;
}
.feature .sec__Ttl {
  width: 30.336rem;
  margin: 3.84rem auto 7.936rem;
}
.feature .sec__Txt03 {
  text-align: center;
  font-size: 1.408rem;
  line-height: 2.048rem;
  margin: 0 auto 8.96rem;
  font-family: "winsel-variable", sans-serif;
  font-variation-settings: "wght" 350, "wdth" 200;
  letter-spacing: -0.03em;
}
.feature .sec__Txt12 {
  text-align: center;
  font-size: 1.344rem;
  line-height: 1;
  margin: 0 auto 12.8rem;
  font-family: "winsel-variable", sans-serif;
  font-variation-settings: "wght" 350, "wdth" 200;
  letter-spacing: 0.01em;
}
.feature .sec__Txt16 {
  margin: 0 auto 9.28rem;
  width: 37.76rem;
  display: flex;
  justify-content: space-between;
  font-size: 1.408rem;
  line-height: 1;
  font-family: "winsel-variable", sans-serif;
  font-variation-settings: "wght" 350, "wdth" 200;
  letter-spacing: -0.05em;
}
.feature .viewallitems {
  text-align: center;
  margin-bottom: 2.176rem;
}
.feature .viewallitems a {
  display: inline-block;
  font-size: 2.56rem;
  font-family: "winsel-variable", sans-serif;
  font-variation-settings: "wght" 350, "wdth" 200;
  letter-spacing: -0.02em;
}
.feature .staff {
  margin-bottom: 11.264rem;
  text-align: center;
  line-height: 2.24rem;
  font-size: 1.28rem;
  letter-spacing: 0.028em;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.feature .staff span {
  font-weight: bold;
}

.l-container {
  width: 100%;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}