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: 1s ease all;
}
.js-fade.js-fade-bottom {
  transform: translateY(10rem);
}
.js-fade.is-active {
  opacity: 1;
  transform: translateY(0) translateX(0) translateZ(0);
}

.feature {
  box-sizing: border-box;
  color: #000;
  margin: 0 auto;
  overflow: clip;
  position: relative;
  font-weight: 500;
  width: 100%;
}
.feature * {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  scroll-margin-top: 50px;
}
.feature img {
  max-width: 100%;
  vertical-align: bottom;
}
.feature a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
.feature a img {
  transition: 0.3s;
}
.feature a:hover img {
  opacity: 0.7;
}
.feature .wrap {
  display: flex;
}
.feature .wrap .LeftCont {
  width: 53.5714285714vw;
}
.feature .wrap .LeftCont__Inner {
  position: sticky;
  top: 80px;
  width: 100%;
  height: calc(100vh - 80px);
}
.feature .wrap .LeftCont__Btn {
  text-align: center;
  margin-top: 4rem;
}
.feature .wrap .LeftCont__Btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #000;
  width: 35rem;
  height: 7rem;
}
.feature .wrap .LeftCont__Btn a span {
  font-size: 2.8rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
  transform: translateX(0.3rem);
  padding-right: 3.5rem;
  position: relative;
}
.feature .wrap .LeftCont__Btn a span:before {
  position: absolute;
  width: 1rem;
  height: 1.3rem;
  content: "";
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  background: url("./../img/btn_arrow.svg");
  background-size: cover;
}
.feature .wrap .RightCont {
  width: 46.4285714286vw;
}
.feature .wrap .RightCont__Inner {
  overflow: clip;
  width: 52.4rem;
  margin: auto;
}
.feature .mv__Txt {
  margin: 6.288rem auto 7.336rem;
  text-align: center;
  font-size: 1.8165333333rem;
  line-height: 3.1789333333rem;
  font-family: biz-udpmincho, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.feature .sec01__Ttl {
  text-align: center;
  margin-bottom: 4.8906666667rem;
}
.feature .sec01__Ttl .-no {
  display: block;
  color: #D1D0CF;
  font-size: 4.192rem;
  font-family: "ivyora-display", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  padding-bottom: 0.9781333333rem;
}
.feature .sec01__Ttl .-top {
  display: block;
  font-size: 2.6549333333rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  padding-bottom: 1.5370666667rem;
  margin-bottom: 0.3493333333rem;
  position: relative;
  letter-spacing: 0.015em;
}
.feature .sec01__Ttl .-top:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 41.5008rem;
  height: 1.1877333333rem;
  content: "";
  background: url("./../img/deco_ttl.svg");
  background-size: cover;
}
.feature .sec01__Ttl .-bottom {
  display: block;
  font-size: 2.6549333333rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.015em;
}
.feature .sec01 .item01 {
  margin-bottom: 5.8688rem;
}
.feature .sec01 .item01__Ttl {
  text-align: center;
  font-size: 3.4933333333rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0.1397333333rem;
  letter-spacing: 0.01em;
}
.feature .sec01 .item01__Price {
  text-align: center;
  font-size: 1.6768rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0.2096rem;
}
.feature .sec01 .item01__Txt {
  text-align: center;
  font-size: 1.7466666667rem;
  line-height: 3.4933333333rem;
  font-family: biz-udpmincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 2.096rem;
}
.feature .sec01 .item01__Model > a {
  display: block;
  background: #fff;
}
.feature .sec01 .item01__Model.-model01 {
  width: 29.344rem;
  position: relative;
}
.feature .sec01 .item01__Model.-model01 .-color {
  pointer-events: none;
  position: absolute;
  top: -0.0698666667rem;
  right: -4.3317333333rem;
  font-size: 4.192rem;
  color: #B7A080;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  writing-mode: vertical-rl;
}
.feature .sec01 .item01__Model.-model02 {
  width: 25.8506666667rem;
  margin-top: -16.0693333333rem;
  margin-left: auto;
  z-index: 10;
  position: relative;
}
.feature .sec01 .item01__Model.-model03 {
  width: 27.248rem;
  position: relative;
  margin-top: -4.4714666667rem;
}
.feature .sec01 .item01__Model.-model03 .-color {
  pointer-events: none;
  position: absolute;
  top: 1.1178666667rem;
  right: 0.0698666667rem;
  font-size: 4.192rem;
  color: #fff;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  writing-mode: vertical-rl;
}
.feature .sec01 .item01__Model.-model04 {
  width: 27.9466666667rem;
  margin-top: -20.8202666667rem;
  margin-left: auto;
}
.feature .sec01 .item01__Model.-model05 {
  width: 26.3397333333rem;
  position: relative;
  margin-top: -2.5850666667rem;
  z-index: 10;
}
.feature .sec01 .item01__Model.-model05 .-color {
  pointer-events: none;
  position: absolute;
  top: 6.7072rem;
  right: -4.192rem;
  letter-spacing: 0.01em;
  font-size: 4.192rem;
  color: #545355;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  writing-mode: vertical-rl;
  height: 28.6453333333rem;
}
.feature .sec01 .item01__Model.-model06 {
  width: 26.5493333333rem;
  margin-top: -19.2133333333rem;
  margin-left: auto;
}
.feature .sec01 .item02 {
  margin-bottom: 8.0346666667rem;
}
.feature .sec01 .item02__Ttl {
  text-align: center;
  font-size: 3.4933333333rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.01em;
  margin-bottom: -0.2794666667rem;
}
.feature .sec01 .item02__Price {
  text-align: center;
  font-size: 1.6768rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0.3493333333rem;
}
.feature .sec01 .item02__Txt {
  text-align: center;
  font-size: 1.7466666667rem;
  line-height: 3.4933333333rem;
  font-family: biz-udpmincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1.7466666667rem;
}
.feature .sec01 .item02__Flex01 {
  display: flex;
  margin-bottom: 13.9733333333rem;
}
.feature .sec01 .item02__Flex02 {
  display: flex;
}
.feature .sec01 .item02__Model > a {
  display: block;
  background: #fff;
}
.feature .sec01 .item02__Model.-model01 {
  width: 26.2rem;
  position: relative;
}
.feature .sec01 .item02__Model.-model02 {
  width: 26.5493333333rem;
  margin-top: -23.6848rem;
  margin-bottom: 2.7946666667rem;
  margin-left: auto;
  z-index: 10;
  position: relative;
}
.feature .sec01 .item02__Model.-model02 .-color {
  pointer-events: none;
  position: absolute;
  top: -4.5413333333rem;
  right: 0.9781333333rem;
  letter-spacing: 0.02em;
  font-size: 4.192rem;
  color: #B7A080;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}
.feature .sec01 .item02__Model.-model03 {
  width: 26.2rem;
  position: relative;
  z-index: 10;
}
.feature .sec01 .item02__Model.-model03 .-color {
  pointer-events: none;
  position: absolute;
  top: -0.5589333333rem;
  right: -5.8688rem;
  font-size: 4.192rem;
  color: #fff;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}
.feature .sec01 .item02__Model.-model04 {
  width: 26.2rem;
}
.feature .sec01 .item02__Model.-model05 {
  width: 24.4533333333rem;
  position: relative;
  z-index: 10;
}
.feature .sec01 .item02__Model.-model05 .-color {
  pointer-events: none;
  position: absolute;
  top: -4.4714666667rem;
  left: 1.3973333333rem;
  letter-spacing: 0.01em;
  font-size: 4.192rem;
  color: #545355;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  width: 27.9466666667rem;
}
.feature .sec01 .item02__Model.-model06 {
  width: 26.5493333333rem;
  margin-top: -11.1786666667rem;
  margin-left: auto;
}
.feature .sec02__Ttl {
  text-align: center;
  margin-bottom: 1.1178666667rem;
}
.feature .sec02__Ttl .-no {
  display: block;
  color: #D1D0CF;
  font-size: 4.192rem;
  font-family: "ivyora-display", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  padding-bottom: 1.5370666667rem;
}
.feature .sec02__Ttl .-top {
  display: block;
  font-size: 2.096rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  padding-bottom: 0.4192rem;
  letter-spacing: 0.025em;
  position: relative;
}
.feature .sec02__Ttl .-top:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 48.4176rem;
  height: 0.0698666667rem;
  background: #000;
  content: "";
}
.feature .sec02 .item01 {
  margin-bottom: 8.384rem;
}
.feature .sec02 .item01__Ttl {
  text-align: center;
  font-size: 3.4933333333rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1.048rem;
}
.feature .sec02 .item01__Price {
  text-align: center;
  font-size: 1.6768rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 3.144rem;
}
.feature .sec02 .item01__Txt {
  text-align: center;
  font-size: 1.7466666667rem;
  line-height: 3.4933333333rem;
  font-family: biz-udpmincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 3.144rem;
}
.feature .sec02 .item01__Model > a {
  display: block;
  background: #fff;
}
.feature .sec02 .item01__Model.-model01 {
  width: 27.9466666667rem;
  position: relative;
}
.feature .sec02 .item01__Model.-model01 .-color {
  pointer-events: none;
  position: absolute;
  top: 6.6373333333rem;
  right: -17.816rem;
  letter-spacing: 0.05em;
  font-size: 4.192rem;
  color: #1B225B;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}
.feature .sec02 .item01__Model.-model02 {
  width: 23.7546666667rem;
  margin-top: -16.3488rem;
  margin-left: auto;
  z-index: 10;
  position: relative;
}
.feature .sec02 .item01__Model.-model03 {
  width: 22.3573333333rem;
  position: relative;
  margin-top: -14.5322666667rem;
  margin-left: 5.5893333333rem;
}
.feature .sec02 .item01__Model.-model04 {
  width: 27.9466666667rem;
  margin-top: 2.7946666667rem;
  margin-left: auto;
  position: relative;
}
.feature .sec02 .item01__Model.-model04 .-color {
  pointer-events: none;
  position: absolute;
  top: 7.8250666667rem;
  left: -22.8464rem;
  font-size: 4.192rem;
  color: #B6A59C;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}
.feature .sec02 .item01__Model.-model05 {
  width: 23.7546666667rem;
  position: relative;
  margin-top: -15.5104rem;
}
.feature .sec02 .item01__Model.-model06 {
  width: 22.3573333333rem;
  margin-top: -15.7898666667rem;
  margin-left: 24.3136rem;
}
.feature .sec03__Ttl {
  text-align: center;
  margin-bottom: 1.3973333333rem;
}
.feature .sec03__Ttl .-no {
  display: block;
  color: #D1D0CF;
  font-size: 4.192rem;
  font-family: "ivyora-display", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  padding-bottom: 0.8384rem;
}
.feature .sec03__Ttl .-top {
  display: block;
  font-size: 2.096rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  padding-bottom: 0.4192rem;
  letter-spacing: 0.03em;
  position: relative;
}
.feature .sec03__Ttl .-top:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 45.4133333333rem;
  height: 0.0698666667rem;
  background: #000;
  content: "";
}
.feature .sec03 .item01 {
  margin-bottom: 11.1786666667rem;
}
.feature .sec03 .item01__Ttl {
  text-align: center;
  font-size: 3.4933333333rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1.048rem;
}
.feature .sec03 .item01__Price {
  text-align: center;
  font-size: 1.6768rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 2.8645333333rem;
}
.feature .sec03 .item01__Txt {
  text-align: center;
  font-size: 1.7466666667rem;
  line-height: 3.4933333333rem;
  font-family: biz-udpmincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 3.144rem;
}
.feature .sec03 .item01__Model > a {
  display: block;
  background: #fff;
}
.feature .sec03 .item01__Model.-model01 {
  width: 29.344rem;
  position: relative;
  z-index: 10;
}
.feature .sec03 .item01__Model.-model01 .-color {
  pointer-events: none;
  position: absolute;
  top: 1.048rem;
  right: -0.6986666667rem;
  font-size: 4.192rem;
  color: #fff;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  writing-mode: vertical-rl;
}
.feature .sec03 .item01__Model.-model02 {
  width: 25.152rem;
  margin-top: -27.9466666667rem;
  margin-left: auto;
  margin-bottom: 2.7946666667rem;
}
.feature .sec03 .item01__Model.-model03 {
  width: 27.248rem;
  position: relative;
  z-index: 10;
}
.feature .sec03 .item01__Model.-model03 .-color {
  pointer-events: none;
  position: absolute;
  top: 5.5893333333rem;
  right: -3.4933333333rem;
  font-size: 4.192rem;
  color: #000;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  writing-mode: vertical-rl;
}
.feature .sec03 .item01__Model.-model04 {
  width: 25.152rem;
  margin-top: -25.152rem;
  margin-bottom: 2.7946666667rem;
  margin-left: auto;
}
.feature .sec03 .item01__Model.-model05 {
  width: 27.9466666667rem;
  position: relative;
  z-index: 10;
}
.feature .sec03 .item01__Model.-model05 .-color {
  pointer-events: none;
  position: absolute;
  top: 1.9562666667rem;
  right: -5.5893333333rem;
  font-size: 4.192rem;
  color: #A49B9C;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  writing-mode: vertical-rl;
}
.feature .sec03 .item01__Model.-model06 {
  width: 25.152rem;
  margin-top: -25.9904rem;
  margin-left: auto;
}
.feature .allitems {
  text-align: center;
  margin-bottom: 10.8293333333rem;
}
.feature .allitems a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0.0698666667rem solid #000;
  width: 34.9333333333rem;
  height: 6.9866666667rem;
}
.feature .allitems a span {
  font-size: 2.7946666667rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
  transform: translateX(0.2096rem);
  padding-right: 3.4933333333rem;
  position: relative;
}
.feature .allitems a span:before {
  position: absolute;
  width: 1.048rem;
  height: 1.3693866667rem;
  content: "";
  top: 50%;
  right: 0.3493333333rem;
  transform: translateY(-50%);
  background: url("./../img/btn_arrow.svg");
  background-size: cover;
}
.feature .staff {
  margin-bottom: 13.9733333333rem;
  text-align: center;
  font-size: 1.3973333333rem;
  line-height: 1.8165333333rem;
  letter-spacing: 0.05em;
  font-family: "Marcellus", biz-udpmincho, serif;
  font-weight: 400;
  font-style: normal;
}

.l-container {
  width: 100%;
}

.l-footer {
  padding: 0;
  position: relative;
  z-index: 10;
  background: #fff;
}

.pc-footer {
  margin: 0;
}