html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 80px;
}

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

.js-fade {
  opacity: 0;
  transition: 0.6s ease-in-out;
}
.js-fade.is-active {
  opacity: 1;
  transform: translate(0, 0);
}

.sp {
  display: none;
}

.feature {
  box-sizing: border-box;
  color: #000;
  margin: 0 auto;
  overflow: clip;
  position: relative;
  width: 100%;
  font-feature-settings: "palt";
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.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 img {
  vertical-align: bottom;
  max-width: 100%;
  transition: 0.3s;
}
.feature img:hover {
  opacity: 0.8;
}
.feature .wrap {
  display: flex;
  background: #F8FAF3;
}
.feature .wrap .pclist {
  display: flex;
  justify-content: center;
}
.feature .wrap .pclist__Item:nth-child(1) {
  border-right: 0.1rem solid #EAC1A4;
}
.feature .wrap .pclist__Item a {
  padding: 0 5rem;
  display: inline-block;
}
.feature .wrap .pclist__Item a img {
  width: auto;
  height: 17.2rem;
}
.feature .wrap .leftcont {
  width: calc((100% - 37.5rem) / 2);
  position: relative;
  z-index: 10;
}
.feature .wrap .leftcont__Inner {
  position: sticky;
  top: 80px;
  width: 100%;
  height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature .wrap .rightcont {
  width: calc((100% - 37.5rem) / 2);
  position: relative;
  z-index: 10;
}
.feature .wrap .rightcont__Inner {
  position: sticky;
  top: 80px;
  width: 100%;
  height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature .wrap .centercont {
  width: 45rem;
  overflow: hidden;
  background: #fff;
}
.feature .credit {
  text-align: center;
  margin-bottom: 3.12rem;
}
.feature .credit .item {
  display: inline-block;
  margin-right: 1.5rem;
}
.feature .credit .item.-mr0, .feature .credit .item:last-child {
  margin-right: 0;
}
.feature .credit .item .link {
  font-size: 1.56rem;
  line-height: 2.73rem;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
}
.feature .credit .item .link .price {
  padding-left: 0.6rem;
}
.feature .mv {
  background: url("./../img/bg_mv.png");
  background-size: cover;
  position: relative;
  padding-bottom: 7.68rem;
}
.feature .mv__Catch {
  position: absolute;
  width: 22.32rem;
  top: 1.56rem;
  left: 3.96rem;
  z-index: 10;
}
.feature .mv__Newicon {
  position: absolute;
  width: 12.36rem;
  top: 35.28rem;
  left: 1.08rem;
  z-index: 10;
}
.feature .mv__Thum {
  padding-top: 5.4rem;
  margin-bottom: 4.2rem;
}
.feature .mv__Ttl {
  text-align: center;
  font-size: 3.6rem;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 4.8rem;
  position: relative;
  z-index: 10;
  letter-spacing: 0;
  font-feature-settings: normal;
}
.feature .mv__Ttl:after {
  position: absolute;
  bottom: -1.32rem;
  left: 51%;
  transform: translateX(-50%);
  width: 41.25rem;
  height: 3.06rem;
  content: "";
  background: url(./../img/deco_mv_ttl.png);
  background-size: cover;
  z-index: -1;
}
.feature .mv__Ttl span {
  font-size: 2.16rem;
  display: block;
  letter-spacing: 0;
  padding-bottom: 1.8rem;
}
.feature .mv__Txt {
  font-size: 1.56rem;
  line-height: 2.73rem;
  color: #fff;
  letter-spacing: 0.06em;
  text-align: center;
}
.feature .point {
  padding: 7.8rem 0;
  background: rgba(234, 193, 164, 0.1);
  margin-bottom: 8.4rem;
}
.feature .point__Dl {
  width: 40.2rem;
  margin: auto;
}
.feature .point__Dl:nth-of-type(1) {
  margin-bottom: 3.6rem;
  padding-right: 3.72rem;
}
.feature .point__Dl:nth-of-type(2) {
  margin-bottom: 3.6rem;
  padding-left: 3.72rem;
}
.feature .point__Dt {
  font-size: 3.6rem;
  font-family: "cochin-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  margin-bottom: 1.8rem;
  position: relative;
  z-index: 10;
}
.feature .point__Dt:after {
  content: "";
  position: absolute;
  bottom: -1.2rem;
  left: -0.9rem;
  z-index: -1;
  width: 12.45rem;
  height: 2.61rem;
  background: url("./../img/deco_point.png");
  background-size: cover;
}
.feature .point__Dd {
  font-size: 1.56rem;
  line-height: 2.76rem;
  letter-spacing: 0.06em;
  text-align: justify;
}
.feature .point__Thum.-thum01 {
  width: 31.8rem;
  margin-left: 10.8rem;
  margin-bottom: 3.78rem;
  position: relative;
}
.feature .point__Thum.-thum01:before {
  position: absolute;
  width: 34.98rem;
  height: 33.48rem;
  content: "";
  top: -2.4rem;
  left: -6rem;
  background: url("./../img/point_cursor_01.png");
  background-size: cover;
  pointer-events: none;
}
.feature .point__Thum.-thum02 {
  width: 40.2rem;
  margin: 0 auto 3.72rem;
  position: relative;
}
.feature .point__Thum.-thum02:before {
  position: absolute;
  width: 0.72rem;
  height: 21.36rem;
  content: "";
  bottom: -7.08rem;
  right: 12rem;
  background: url("./../img/point_cursor_02.png");
  background-size: cover;
  pointer-events: none;
}
.feature .pagenav {
  margin-bottom: 8.4rem;
  border-top: 0.12rem solid #EAC1A4;
  border-bottom: 0.12rem solid #EAC1A4;
}
.feature .pagenav__List {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.feature .pagenav__Item {
  width: 50%;
}
.feature .pagenav__Item:nth-child(1) {
  border-bottom: 0.12rem solid #EAC1A4;
  border-right: 0.12rem solid #EAC1A4;
}
.feature .pagenav__Item:nth-child(2) {
  border-bottom: 0.12rem solid #EAC1A4;
}
.feature .pagenav__Item:nth-child(2) img {
  display: inline-block;
}
.feature .pagenav__Item:nth-child(3) {
  border-right: 0.12rem solid #EAC1A4;
}
.feature .pagenav__Item:nth-child(3) a {
  padding: 1.68rem 0;
}
.feature .pagenav__Item:nth-child(3) a img {
  display: inline-block;
}
.feature .pagenav__Item:nth-child(4) a {
  padding: 1.68rem 0;
}
.feature .pagenav__Item:nth-child(4) a img {
  display: inline-block;
}
.feature .pagenav__Item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.68rem 0;
}
.feature .pagenav__Item-Thum {
  width: 18rem;
}
.feature .pagenav__Item-Txt {
  font-size: 1.2rem;
  line-height: 2.1rem;
  letter-spacing: 0.06em;
  text-align: center;
}
.feature .sec01 {
  position: relative;
  padding-bottom: 8.64rem;
  margin-bottom: 2.28rem;
}
.feature .sec01:before {
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 58.92rem;
  height: 58.92rem;
  pointer-events: none;
  background: url("./../img/bg_grade.png");
  background-size: cover;
  content: "";
}
.feature .sec01__Eng {
  width: 31.5rem;
  margin: 0 auto 2.28rem;
}
.feature .sec01__Ttl {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 600;
  font-style: normal;
  z-index: 10;
  position: relative;
  margin-bottom: 5.4rem;
  letter-spacing: 0;
  font-feature-settings: normal;
}
.feature .sec01__Ttl:after {
  content: "";
  position: absolute;
  bottom: -1.38rem;
  left: 52%;
  transform: translateX(-50%);
  z-index: -1;
  width: 33.42rem;
  height: 3.06rem;
  background: url(./../img/deco_sec01_ttl.png);
  background-size: cover;
}
.feature .sec01__Ttl span {
  display: block;
  font-size: 2.16rem;
  letter-spacing: 0;
  padding-bottom: 1.8rem;
}
.feature .sec01__List {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 3.48rem;
}
.feature .sec01__Item {
  width: 12.6rem;
}
.feature .sec01__Item-Name {
  margin-top: 0.72rem;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.feature .sec01__Sizecheck {
  text-align: center;
  margin-bottom: 5.76rem;
}
.feature .sec01__Sizecheck a {
  display: inline-block;
  padding-right: 3.3rem;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}
.feature .sec01__Sizecheck a:before {
  position: absolute;
  right: 0;
  top: 65%;
  transform: translateY(-50%);
  content: "";
  width: 1.44rem;
  height: 0.75rem;
  background: url(./../img/icon_arrow.png);
  background-size: cover;
  background-position: bottom center;
}
.feature .sec01__Model.-model01 {
  width: 40.2rem;
  margin: 0 auto 6rem;
}
.feature .sec01__Model.-model02 {
  width: 35.4rem;
  margin-left: auto;
  margin-bottom: 3.42rem;
  overflow: hidden;
}
.feature .sec01__Model.-model02 .swiper-slide {
  width: 29.4rem;
}
.feature .sec01__Comment {
  text-align: center;
  font-size: 1.56rem;
  line-height: 2.73rem;
  letter-spacing: 0.06em;
  margin-bottom: 1.26rem;
}
.feature .sec01__Buynow {
  text-align: center;
  margin-bottom: 5.88rem;
}
.feature .sec01__Buynow a {
  display: inline-block;
  padding-right: 2.4rem;
  position: relative;
  font-size: 2.52rem;
  font-family: "cochin-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.feature .sec01__Buynow a:before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0.75rem;
  height: 1.47rem;
  background: url("./../img/icon_buynow_arrow.png");
  background-size: cover;
  background-position: bottom center;
}
.feature .sec02 {
  position: relative;
  padding-bottom: 4.44rem;
  margin-bottom: 6rem;
}
.feature .sec02:before {
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 58.92rem;
  height: 58.92rem;
  pointer-events: none;
  background: url("./../img/bg_grade.png");
  background-size: cover;
  content: "";
}
.feature .sec02__Eng {
  width: 31.5rem;
  margin: 0 auto 2.28rem;
}
.feature .sec02__Ttl {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 600;
  font-style: normal;
  z-index: 10;
  position: relative;
  margin-bottom: 5.4rem;
  letter-spacing: 0;
  font-feature-settings: normal;
}
.feature .sec02__Ttl:after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 51%;
  transform: translateX(-50%);
  z-index: -1;
  width: 27rem;
  height: 3.06rem;
  background: url("./../img/deco_sec02_ttl.png");
  background-size: cover;
}
.feature .sec02__Ttl span {
  display: block;
  font-size: 2.16rem;
  letter-spacing: 0;
  padding-bottom: 1.68rem;
}
.feature .sec02__List {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 3.48rem;
}
.feature .sec02__Item {
  width: 12.6rem;
}
.feature .sec02__Item-Name {
  margin-top: 0.72rem;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.feature .sec02__Sizecheck {
  text-align: center;
  margin-bottom: 5.76rem;
}
.feature .sec02__Sizecheck a {
  display: inline-block;
  padding-right: 3.3rem;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}
.feature .sec02__Sizecheck a:before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1.32rem;
  height: 0.582rem;
  background: url("./../img/icon_arrow.png");
  background-size: cover;
  background-position: bottom center;
}
.feature .sec02__Model.-model01 {
  width: 42.6rem;
  margin: 0 0 2.4rem auto;
}
.feature .sec02__Model.-model02 {
  width: 35.4rem;
  margin-bottom: 3.6rem;
}
.feature .sec02__Comment {
  text-align: center;
  font-size: 1.56rem;
  line-height: 2.73rem;
  letter-spacing: 0.06em;
  margin-bottom: 1.26rem;
}
.feature .sec02__Buynow {
  text-align: center;
  margin-bottom: 5.88rem;
}
.feature .sec02__Buynow a {
  display: inline-block;
  padding-right: 2.4rem;
  position: relative;
  font-size: 2.52rem;
  font-family: "cochin-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.feature .sec02__Buynow a:before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0.75rem;
  height: 1.47rem;
  background: url("./../img/icon_buynow_arrow.png");
  background-size: cover;
  background-position: bottom center;
}
.feature .sec03 {
  position: relative;
  padding-bottom: 8.4rem;
}
.feature .sec03:before {
  position: absolute;
  bottom: 32.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 75rem;
  height: 75rem;
  pointer-events: none;
  background: url("./../img/bg_grade.png");
  background-size: cover;
  content: "";
}
.feature .sec03__Eng {
  width: 31.5rem;
  margin: 0 auto 2.28rem;
}
.feature .sec03__Ttl {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 600;
  font-style: normal;
  z-index: 10;
  position: relative;
  margin-bottom: 5.4rem;
  letter-spacing: 0;
  font-feature-settings: normal;
}
.feature .sec03__Ttl:after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 51%;
  transform: translateX(-50%);
  z-index: -1;
  width: 41.25rem;
  height: 3.06rem;
  background: url("./../img/deco_sec03_ttl.png");
  background-size: cover;
}
.feature .sec03__Ttl span {
  display: block;
  font-size: 2.16rem;
  letter-spacing: 0;
  padding-bottom: 1.8rem;
}
.feature .sec03__List {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 3.6rem;
}
.feature .sec03__Item {
  width: 12.6rem;
}
.feature .sec03__Item-Name {
  margin-top: 0.72rem;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.feature .sec03__Sizecheck {
  text-align: center;
  margin-bottom: 5.76rem;
}
.feature .sec03__Sizecheck a {
  display: inline-block;
  padding-right: 3.3rem;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}
.feature .sec03__Sizecheck a:before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1.32rem;
  height: 0.582rem;
  background: url("./../img/icon_arrow.png");
  background-size: cover;
  background-position: bottom center;
}
.feature .sec03__Model.-model01 {
  width: 36.6rem;
  margin: 0 auto 3.6rem;
}
.feature .sec03__Model.-model02 {
  width: 100%;
}
.feature .sec03__Model.-model02 .swiper-slide {
  width: 29.4rem;
}
.feature .sec03__Comment {
  text-align: center;
  font-size: 1.56rem;
  line-height: 2.73rem;
  letter-spacing: 0.06em;
  margin-bottom: 1.26rem;
}
.feature .sec03__Buynow {
  text-align: center;
  margin-bottom: 5.88rem;
}
.feature .sec03__Buynow a {
  display: inline-block;
  padding-right: 2.4rem;
  position: relative;
  font-size: 2.52rem;
  font-family: "cochin-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.feature .sec03__Buynow a:before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0.75rem;
  height: 1.47rem;
  background: url("./../img/icon_buynow_arrow.png");
  background-size: cover;
  background-position: bottom center;
}
.feature .sec04 {
  position: relative;
  padding-bottom: 2.4rem;
}
.feature .sec04__Eng {
  width: 31.5rem;
  margin: 0px auto 2.28rem;
}
.feature .sec04__Ttl {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 600;
  font-style: normal;
  z-index: 10;
  position: relative;
  margin-bottom: 5.4rem;
  letter-spacing: 0;
  font-feature-settings: normal;
}
.feature .sec04__Ttl:after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 51%;
  transform: translateX(-50%);
  z-index: -1;
  width: 18.09rem;
  height: 3.06rem;
  background: url("./../img/deco_sec04_ttl.png");
  background-size: cover;
}
.feature .sec04__Ttl span {
  display: block;
  font-size: 2.16rem;
  letter-spacing: 0;
  padding-bottom: 1.8rem;
}
.feature .sec04__List {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 3.3rem;
}
.feature .sec04__Item {
  width: 12.6rem;
}
.feature .sec04__Item-Name {
  margin-top: 0.72rem;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.feature .sec04__Comment {
  text-align: center;
  font-size: 1.56rem;
  line-height: 2.73rem;
  letter-spacing: 0.06em;
  margin-bottom: 1.2rem;
}
.feature .sec04__Buynow {
  text-align: center;
  margin-bottom: 5.88rem;
}
.feature .sec04__Buynow a {
  display: inline-block;
  padding-right: 2.4rem;
  position: relative;
  font-size: 2.52rem;
  font-family: "cochin-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.feature .sec04__Buynow a:before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0.75rem;
  height: 1.47rem;
  background: url("./../img/icon_buynow_arrow.png");
  background-size: cover;
  background-position: bottom center;
}
.feature .size {
  padding: 7.2rem 0 8.4rem;
  background: rgba(234, 193, 164, 0.1);
  margin-bottom: 7.8rem;
}
.feature .size__Ttl {
  font-size: 3.6rem;
  font-family: "cochin-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin-bottom: 4.5rem;
  position: relative;
  z-index: 20;
}
.feature .size__Ttl:after {
  content: "";
  position: absolute;
  bottom: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 12.45rem;
  height: 2.61rem;
  background: url("./../img/deco_size_ttl.png");
  background-size: cover;
}
.feature .size__Wrap {
  width: 40.2rem;
  margin: auto;
}
.feature .size__Wrap table {
  width: 100%;
  border: 0.12rem solid #EAC1A4;
}
.feature .size__Wrap table tr:nth-child(even) {
  background: #fff;
}
.feature .size__Wrap table th {
  background: #EAC1A4;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  border-right: 0.12rem solid #fff;
  font-size: 1.8rem;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 9.9rem;
}
.feature .size__Wrap table th:first-of-type {
  width: 20.1rem;
}
.feature .size__Wrap table th:last-of-type {
  border: none;
}
.feature .size__Wrap table td {
  vertical-align: middle;
  text-align: center;
  border-right: 0.12rem solid #EAC1A4;
  border-bottom: 0.12rem solid #EAC1A4;
  font-size: 1.8rem;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-style: normal;
  height: 6.72rem;
  width: 9.9rem;
}
.feature .size__Wrap table td:first-of-type {
  width: 20.1rem;
}
.feature .size__Wrap table td.-line {
  background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #EAC1A4 50%, #EAC1A4 calc(50% + 0.5px), transparent calc(50% + 1px));
}
.feature .btn {
  text-align: center;
  margin-bottom: 2.52rem;
}
.feature .btn:last-of-type {
  margin-bottom: 7.8rem;
}
.feature .btn a {
  display: inline-block;
  padding-right: 2.4rem;
  position: relative;
  font-size: 2.52rem;
  font-family: "cochin-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.feature .btn a:before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0.75rem;
  height: 1.47rem;
  background: url(./../img/icon_buynow_arrow.png);
  background-size: cover;
  background-position: bottom center;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}