html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
}

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

.sp {
  display: none;
}

.feature {
  box-sizing: border-box;
  color: #000;
  margin: 0 auto;
  overflow: clip;
  position: relative;
  width: 100%;
  background: #f2f0ed;
  font-family: "Shippori Mincho", 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 a {
  color: #000;
  text-decoration: none;
}
.feature a:hover {
  opacity: 0.8;
}
.feature video {
  max-width: 100%;
}
.feature img {
  vertical-align: bottom;
  max-width: 100%;
}
.feature .wrap {
  display: flex;
}
.feature .wrap .leftcont {
  width: calc((100% - 51rem) / 2);
}
.feature .wrap .leftcont__Inner {
  position: sticky;
  top: 80px;
  width: 100%;
  height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("./../img/bg_leftcont_pc.png");
  background-size: cover;
}
.feature .wrap .leftcont__Ttl {
  width: 31.2rem;
}
.feature .wrap .rightcont {
  width: calc((100% - 51rem) / 2);
}
.feature .wrap .rightcont__Inner {
  position: sticky;
  top: 80px;
  width: 100%;
  height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("./../img/bg_rightcont_pc.jpg");
  background-size: cover;
}
.feature .wrap .rightcont__Checkallitem {
  width: 20.8rem;
  display: block;
}
.feature .wrap .centercont {
  width: 51rem;
  overflow: clip;
  background: #fff;
  position: relative;
}
.feature .swiper-pagination {
  position: static;
  width: 100%;
  text-align: right;
  line-height: 1;
  margin-top: 0.816rem;
}
.feature .swiper-pagination .swiper-pagination-bullet {
  width: 0.952rem;
  height: 0.952rem;
  opacity: 1;
  background: #d3c5b2;
  margin: 0 0 0 2.38rem;
}
.feature .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1765a5;
}
.feature .credit {
  text-align: center;
  margin-bottom: 1.904rem;
}
.feature .credit .item {
  display: inline-block;
  position: relative;
  font-size: 1.768rem;
  line-height: 3.536rem;
  color: #1765a5;
  font-family: "ivyora-display", serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.05em;
  margin-right: 1.36rem;
}
.feature .credit .item .link {
  font-size: 1.768rem;
  line-height: 1;
  color: #1765a5;
  font-family: "ivyora-display", serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-flex;
}
.feature .credit .item .link:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.068rem;
  content: "";
  background: #1765a5;
}
.feature .credit .item .link .price {
  padding-left: 0.34rem;
}
.feature .credit .item.-mr0, .feature .credit .item:last-child {
  margin-right: 0;
}
.feature .credit .item.-mr0 .link, .feature .credit .item:last-child .link {
  padding-right: 0;
}
.feature .js-fade {
  opacity: 0;
  transition: opacity 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.feature .js-fade.is-active {
  opacity: 1;
}
.feature .js-mask {
  opacity: 0;
  animation: opa 1.8s cubic-bezier(0.51, 0.21, 0.41, 1) 0.4s 1 forwards;
  -webkit-mask-image: linear-gradient(0deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
  mask-image: linear-gradient(0deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
  -webkit-mask-size: 100% max(300%, 100vh);
  mask-size: 100% max(300%, 100vh);
  -webkit-mask-repeat: none;
  mask-repeat: none;
  -webkit-mask-position: center 100%;
  mask-position: center 100%;
  transform: translateZ(0);
  transition: -webkit-mask-position 1.6s 0.4s linear;
  transition: mask-position 1.6s 0.4s linear;
  transition: mask-position 1.6s 0.4s linear, -webkit-mask-position 1.6s 0.4s linear;
  transition: mask-position 1.6s 0.4s linear, -webkit-mask-position 1.4s linear;
}
.feature .js-mask.is-active {
  animation: opa1 1s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  -webkit-mask-position: center 0;
  mask-position: center 0;
  animation-delay: 0.5s;
  opacity: 1;
}
.feature .mv {
  position: sticky;
  top: 0;
}
.feature .mv__Thum {
  opacity: 0;
  filter: blur(0.68rem);
  transition: transform 0.8s ease, opacity 0.8s ease, filter 0.8s ease;
}
.feature .mv__Thum.is-active {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  filter: blur(0);
}
.feature .sticky {
  background: #fff;
  position: relative;
}
.feature .mvbottom {
  background: #efece8;
  padding: 10.2rem 0 10.88rem;
  position: relative;
}
.feature .mvbottom__Txt {
  text-align: center;
  font-size: 1.768rem;
  line-height: 3.536rem;
  letter-spacing: -0.05em;
  color: #1765a5;
  margin-bottom: 7.14rem;
}
.feature .mvbottom__Thum {
  width: 39.44rem;
  margin: auto;
}
.feature .sec__Info {
  width: 39.44rem;
  margin: 0 auto 6.8rem;
  background: #f5f5f5;
  padding: 0.68rem;
}
.feature .sec__Info-Inner {
  border: 0.068rem solid #1765a5;
  padding: 2.04rem 1.836rem;
}
.feature .sec__Info-Box {
  padding-bottom: 2.924rem;
  margin-bottom: 1.836rem;
  border-bottom: 0.068rem dashed #1765a5;
}
.feature .sec__Info-Box:last-of-type {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.feature .sec__Info-Box:last-of-type .credit {
  margin-bottom: 0;
}
.feature .sec__Info-Icon {
  display: flex;
  justify-content: center;
  gap: 2.04rem;
}
.feature .sec__Info-Icon li.-icon01 {
  width: 5.7528rem;
}
.feature .sec__Info-Icon li.-icon02 {
  width: 7.752rem;
}
.feature .sec__Info-Icon li.-icon03 {
  width: 6.6368rem;
}
.feature .sec__Info-Icon li.-icon04 {
  width: 6.3036rem;
}
.feature .sec01 {
  margin-bottom: 13.328rem;
}
.feature .sec01__Model.-model01 {
  margin-bottom: 6.596rem;
}
.feature .sec01__Model.-model02 {
  position: relative;
  width: 38.08rem;
  margin-left: auto;
  margin-right: 3.4rem;
  overflow: hidden;
}
.feature .sec02 {
  background: #efece8;
  padding-bottom: 13.6rem;
}
.feature .sec02__Model.-model01 {
  margin-bottom: 6.596rem;
}
.feature .sec02__Model.-model02 {
  width: 34rem;
  margin-left: 3.4rem;
}
.feature .sec03 {
  padding-bottom: 13.6rem;
}
.feature .sec03__Model.-model01 {
  margin-bottom: 6.596rem;
}
.feature .sec03__Model.-model02 {
  width: 43.52rem;
  margin-left: auto;
}
.feature .sec04 {
  background: #efece8;
  padding-bottom: 13.6rem;
}
.feature .sec04 .sec__Info-Inner {
  padding: 2.04rem 1.836rem 1.224rem;
}
.feature .sec04__Model.-model01 {
  margin-bottom: 6.8rem;
}
.feature .sec04__Model.-model02 {
  width: 39.44rem;
  margin-left: auto;
  margin-right: 3.4rem;
  position: relative;
  overflow: hidden;
}
.feature .sec04 .credit .item {
  margin-right: 1.02rem;
}
.feature .sec04 .credit .item:last-child {
  margin-right: 0;
}
.feature .sec05 {
  padding-bottom: 13.6rem;
}
.feature .sec05 .sec__Info-Box:nth-last-of-type(2) {
  padding-bottom: 2.584rem;
}
.feature .sec05__Model.-model01 {
  margin-bottom: 6.8rem;
}
.feature .sec05__Model.-model02 {
  width: 43.52rem;
}
.feature .sec06 {
  padding-bottom: 13.6rem;
  background: #efece8;
}
.feature .sec06 .sec__Info-Inner {
  padding: 2.04rem 1.836rem 2.312rem;
}
.feature .sec06__Model.-model01 {
  margin-bottom: 6.8rem;
}
.feature .sec06__Model.-model02 {
  width: 38.08rem;
  margin-left: 3.4rem;
}
.feature .sec07 {
  padding-bottom: 13.6rem;
}
.feature .sec07__Model.-model01 {
  margin-bottom: 6.596rem;
}
.feature .sec07__Model.-model02 {
  width: 34rem;
  margin-left: auto;
  margin-right: 3.4rem;
}
.feature .sec08 {
  background: url("./../img/bg_sec08.jpg");
  background-size: cover;
  padding: 12.24rem 0 10.54rem;
}
.feature .sec08__Checkallitem {
  text-align: center;
  margin-bottom: 4.42rem;
}
.feature .sec08__Checkallitem a {
  display: inline-block;
  width: 22.304rem;
}
.feature .sec08__Staff {
  text-align: center;
  font-size: 1.632rem;
  line-height: 3.264rem;
  letter-spacing: 0.05em;
  font-family: "ivyora-display", serif;
  font-weight: 400;
  font-style: italic;
  color: #1765a5;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}