@charset "UTF-8";
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;
  }
}
.js-fade {
  transform: translateY(30px);
  opacity: 0;
  transition: 1s;
}
.js-fade.is-active {
  opacity: 1;
  transform: translateY(0);
}

/*上から下*/
.js-clip01 {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.85s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-property: clip-path;
}
.js-clip01.is-active {
  clip-path: inset(0);
}

/*右から左*/
.js-clip02 {
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.85s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-property: clip-path;
}
.js-clip02.is-active {
  clip-path: inset(0);
}

/*左から右*/
.js-clip03 {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.85s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-property: clip-path;
}
.js-clip03.is-active {
  clip-path: inset(0);
}

.feature {
  box-sizing: border-box;
  color: #000;
  margin: 0 auto;
  overflow: clip;
  position: relative;
  width: 100%;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #F8EFFA;
}
.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 {
  margin-left: auto;
  position: sticky;
  top: 80px;
  width: 56rem;
  height: calc(100vh - 80px);
}
.feature .wrap .leftcont__Video {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.feature .wrap .leftcont__Video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature .wrap .leftcont__Video .music {
  position: absolute;
  width: 12.6rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  gap: 1rem;
}
.feature .wrap .leftcont__Video .music span {
  display: inline-block;
}
.feature .wrap .leftcont__Video .music span.off {
  width: 1.95rem;
}
.feature .wrap .leftcont__Video .music span.on {
  width: 2rem;
}
.feature .wrap .rightcont {
  width: 50%;
}
.feature .wrap .rightcont__Inner {
  overflow: clip;
  width: 56rem;
  background: #fff;
}
.feature .credit {
  text-align: center;
}
.feature .credit .item {
  display: inline-block;
  position: relative;
  margin-right: 0.5rem;
  font-size: 1.6rem;
  line-height: 1;
  color: #8E8E8E;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.feature .credit .item:before {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  content: "";
  background: #8E8E8E;
}
.feature .credit .item .link {
  font-size: 1.6rem;
  color: #8E8E8E;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.feature .credit .item.-mr0, .feature .credit .item:last-child {
  margin-right: 0;
}
.feature .swiper-pagination {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  width: 100%;
  padding-right: 1.2rem;
  text-align: right;
}
.feature .swiper-pagination .swiper-pagination-bullet {
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 1.75rem;
  border: 0.1rem solid #000;
  opacity: 1;
  background: none;
}
.feature .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
.feature .mv {
  position: relative;
  margin-bottom: 4.8rem;
}
.feature .mv__Ttl {
  position: absolute;
  top: 17.7rem;
  left: 33.8rem;
  text-align: center;
  width: 20.2rem;
}
.feature .mv__Ttl span {
  display: inline-block;
  transition: clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 1s;
}
.feature .mv__Ttl span.-ttl01 {
  width: 20.2rem;
  padding-bottom: 0.8rem;
}
.feature .mv__Ttl span.-ttl02 {
  width: 15.7rem;
  padding-bottom: 0.1rem;
}
.feature .mv__Ttl span.-ttl03 {
  width: 17.96rem;
}
.feature .mv__Feat {
  position: absolute;
  width: 2.1rem;
  top: 33.7rem;
  left: 2.2rem;
  transition: clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 1s;
}
.feature .Anchor {
  position: sticky;
  width: 1.8rem;
  top: 72rem;
  margin-left: auto;
  margin-right: 1.5rem;
  z-index: 10;
  height: 0;
}
.feature .mvbottom {
  margin-bottom: 10rem;
  position: relative;
}
.feature .mvbottom__Ttl {
  width: 30.8rem;
  margin: 0 auto 2.2rem;
}
.feature .mvbottom__Txt {
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: center;
  margin-bottom: 5rem;
}
.feature .sec01 {
  position: relative;
  margin-bottom: 12rem;
}
.feature .sec01__Ttl {
  position: absolute;
  width: 20.6rem;
  top: 2.8rem;
  left: 2.5rem;
  z-index: 10;
  pointer-events: none;
  transition: clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 1.2s;
}
.feature .sec01__Look {
  position: absolute;
  width: 5rem;
  top: 46.8rem;
  right: 1.9rem;
  z-index: 10;
  pointer-events: none;
  transition: clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 0.6s;
}
.feature .sec01__Model.-model01 {
  width: 45rem;
  margin: 0 0 2rem auto;
}
.feature .sec01__Model.-model01.is-active .sec01__Ttl,
.feature .sec01__Model.-model01.is-active .sec01__Look {
  clip-path: inset(0);
}
.feature .sec01__Model.-model02 {
  width: 35rem;
  margin: 0 0 4.3rem;
}
.feature .sec01__Subttl {
  text-align: center;
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
.feature .sec01__Txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 4.2rem;
}
.feature .sec01 .credit .item:nth-child(1), .feature .sec01 .credit .item:nth-child(2) {
  margin-bottom: 0.8rem;
}
.feature .sec02 {
  position: relative;
  margin-bottom: 12rem;
}
.feature .sec02__Ttl {
  position: absolute;
  width: 26.9rem;
  top: 39.7rem;
  left: 27rem;
  z-index: 10;
  pointer-events: none;
  transition: clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 1.2s;
}
.feature .sec02__Look {
  position: absolute;
  width: 8.3rem;
  top: -1.8rem;
  left: 41.2rem;
  z-index: 10;
  pointer-events: none;
  transition: clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 0.6s;
}
.feature .sec02__Model.-model01 {
  width: 45rem;
  margin: 0 0 2rem;
}
.feature .sec02__Model.-model01.is-active .sec02__Ttl,
.feature .sec02__Model.-model01.is-active .sec02__Look {
  clip-path: inset(0);
}
.feature .sec02__Model.-model02 {
  width: 100%;
  margin-bottom: 4.4rem;
}
.feature .sec02__Model.-model02 .swiper-slide {
  width: 34rem;
  padding-right: 2rem;
}
.feature .sec02__Subttl {
  text-align: center;
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
.feature .sec02__Txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 4.2rem;
}
.feature .sec03 {
  position: relative;
  margin-bottom: 18.8rem;
}
.feature .sec03:before {
  width: 81.8rem;
  height: 81.8rem;
  background: #F0E4F2;
  content: "";
  position: absolute;
  top: 120rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.feature .sec03__Ttl {
  position: absolute;
  width: 21rem;
  top: 9.5rem;
  left: 32.1rem;
  z-index: 10;
  pointer-events: none;
  transition: clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 1.2s;
  z-index: 10;
}
.feature .sec03__Look {
  position: absolute;
  width: 7.3rem;
  top: 60rem;
  left: 8.4rem;
  z-index: 10;
  pointer-events: none;
  transition: clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 0.6s;
}
.feature .sec03__Model.-model01 {
  margin: 0 0 4.4rem;
}
.feature .sec03__Model.-model01.is-active .sec03__Ttl,
.feature .sec03__Model.-model01.is-active .sec03__Look {
  clip-path: inset(0);
}
.feature .sec03__Model.-model02 {
  width: 40rem;
  margin: 0 auto 2.4rem;
  position: relative;
}
.feature .sec03__Subttl {
  text-align: center;
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
.feature .sec03__Txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 4.2rem;
}
.feature .sec03 .credit:nth-of-type(1) {
  margin-bottom: 19.2rem;
}
.feature .sec04 {
  position: relative;
  margin-bottom: 12rem;
}
.feature .sec04__Ttl {
  position: absolute;
  width: 20.3rem;
  top: 7.4rem;
  left: 30.2rem;
  z-index: 10;
  pointer-events: none;
  transition: clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 1.2s;
}
.feature .sec04__Look {
  position: absolute;
  width: 6.36rem;
  top: 47rem;
  left: 1.5rem;
  z-index: 10;
  pointer-events: none;
  transition: clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 0.6s;
}
.feature .sec04__Model.-model01 {
  width: 45rem;
  margin: 0 0 2rem;
}
.feature .sec04__Model.-model01.is-active .sec04__Ttl,
.feature .sec04__Model.-model01.is-active .sec04__Look {
  clip-path: inset(0);
}
.feature .sec04__Model.-model02 {
  width: 35rem;
  margin: 0 0 4.4rem auto;
}
.feature .sec04__Subttl {
  text-align: center;
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
.feature .sec04__Txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 4.2rem;
}
.feature .sec05 {
  position: relative;
  margin-bottom: 12rem;
}
.feature .sec05__Ttl {
  position: absolute;
  width: 16.88rem;
  top: 3.6rem;
  left: 4.4rem;
  z-index: 10;
  pointer-events: none;
  transition: clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 1.2s;
}
.feature .sec05__Look {
  position: absolute;
  width: 6.7rem;
  top: 48.2rem;
  right: 2.2rem;
  z-index: 10;
  pointer-events: none;
  transition: clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 0.6s;
}
.feature .sec05__Model.-model01 {
  width: 45rem;
  margin: 0 0 2rem auto;
}
.feature .sec05__Model.-model01.is-active .sec05__Ttl,
.feature .sec05__Model.-model01.is-active .sec05__Look {
  clip-path: inset(0);
}
.feature .sec05__Model.-model02 {
  width: 100%;
  margin-bottom: 4.4rem;
}
.feature .sec05__Model.-model02 .swiper-slide {
  width: 34rem;
  padding-right: 2rem;
}
.feature .sec05__Subttl {
  text-align: center;
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
.feature .sec05__Txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 4.2rem;
}
.feature .sec06 {
  position: relative;
  margin-bottom: 6rem;
}
.feature .sec06__Ttl {
  position: absolute;
  width: 36.2rem;
  top: 51rem;
  left: 5.2rem;
  z-index: 10;
  pointer-events: none;
  transition: clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 1.2s;
}
.feature .sec06__Look {
  position: absolute;
  width: 8.7rem;
  top: 2.3rem;
  left: 2.9rem;
  z-index: 10;
  pointer-events: none;
  transition: clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 0.6s;
}
.feature .sec06__Model.-model01 {
  margin-bottom: 4.4rem;
}
.feature .sec06__Model.-model01.is-active .sec06__Ttl,
.feature .sec06__Model.-model01.is-active .sec06__Look {
  clip-path: inset(0);
}
.feature .sec06__Subttl {
  text-align: center;
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
.feature .sec06__Txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 1.4rem;
}
.feature .allitems {
  text-align: center;
  margin-bottom: 2rem;
}
.feature .allitems a {
  display: inline-block;
  width: 26.1rem;
}
.feature .staff {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2rem;
  padding-bottom: 6rem;
  font-family: "Bodoni Moda", serif;
  font-style: italic;
}

.l-container {
  width: 100%;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}