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

.feature {
  box-sizing: border-box;
  color: #494544;
  background: #EFECE8;
  margin: 0 auto;
  overflow: clip;
  position: relative;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  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 a {
  color: #000;
  text-decoration: none;
}
.feature img {
  vertical-align: bottom;
  max-width: 100%;
}
.feature .wrap {
  display: flex;
}
.feature .wrap .leftcont {
  width: calc((100% - 50rem) / 2 + 5.9rem);
}
.feature .wrap .leftcont__Inner {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  width: 100%;
}
.feature .wrap .leftcont .mv__Thum {
  max-width: 43.5rem;
  margin: 0.9rem auto 0.1rem;
}
.feature .wrap .leftcont .mv__Txt {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: 0.02em;
  font-family: "maru-maru-gothic-blr-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 9rem;
  color: #383f38;
}
.feature .wrap .rightcont {
  width: calc((100% - 50rem) / 2 - 5.9rem);
  padding-top: 114px;
}
.feature .wrap .rightcont__Inner {
  margin: auto;
  width: 33.1rem;
  position: sticky;
  top: 114px;
  height: calc(100vh - 114px);
}
.feature .wrap .rightcont .links__Ttl {
  background: #F7F7F7;
  border-top: 0.12rem solid #195419;
  color: #195419;
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: 0.08em;
  padding: 0.7rem 0 0.7rem 5.4rem;
  font-family: "maru-maru-gothic-blr-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
.feature .wrap .rightcont .links__Ttl:before {
  position: absolute;
  top: 0.95rem;
  left: 2rem;
  content: "";
  width: 1.99rem;
  height: 1.99rem;
  background: url("./../img/icon_star.png");
  background-size: cover;
}
.feature .wrap .rightcont .links__Ttl.-ls0 {
  letter-spacing: 0.04em;
}
.feature .wrap .rightcont .links__Item {
  border-top: 0.12rem solid #F7F7F7;
}
.feature .wrap .rightcont .links__Item a {
  background: #EFECE8;
  display: block;
  color: #195419;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.03em;
  padding: 1.8rem 0 1.8rem 5.4rem;
  font-family: "maru-maru-gothic-blr-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
.feature .wrap .rightcont .links__Item a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.99rem;
  content: "";
  width: 1.4rem;
  height: 0.7rem;
  background: url("./../img/icon_arrow.png");
  background-size: cover;
}
.feature .wrap .rightcont .links__Other {
  border-bottom: 0.12rem dashed #195419;
}
.feature .wrap .rightcont .links__Other.-first {
  border-top: 0.12rem solid #195419;
}
.feature .wrap .rightcont .links__Other a {
  background: #EFECE8;
  display: block;
  color: #195419;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.085em;
  padding: 1.95rem 0 1.95rem 5.4rem;
  font-family: "maru-maru-gothic-blr-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
.feature .wrap .rightcont .links__Other a:before {
  position: absolute;
  top: 1.75rem;
  left: 2rem;
  content: "";
  width: 1.99rem;
  height: 1.99rem;
  background: url("./../img/icon_star.png");
  background-size: cover;
}
.feature .wrap .rightcont .links__Other a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.99rem;
  content: "";
  width: 1.4rem;
  height: 0.7rem;
  background: url("./../img/icon_arrow.png");
  background-size: cover;
}
.feature .wrap .centercont {
  width: 50rem;
  overflow: hidden;
  background: #fff;
  padding-bottom: 12.5rem;
}
.feature .sec {
  margin-top: 8.4666666667rem;
}
.feature .sec.-sec01 {
  margin-top: 4.6666666667rem;
}
.feature .sec.-sec03 {
  margin-top: 8.6666666667rem;
}
.feature .sec.-sec04 {
  margin-top: 5.3333333333rem;
}
.feature .sec.-sec04 .sec__Ttl {
  font-size: 2.6666666667rem;
  letter-spacing: 0;
  white-space: nowrap;
}
.feature .sec.-sec05 .sec__Txt {
  margin-bottom: 3.3333333333rem;
}
.feature .sec.-sec06 .sec__Ttl {
  line-height: 3.8666666667rem;
}
.feature .sec.-sec06 .sec__Txt {
  margin-bottom: 6rem;
}
.feature .sec__Inner {
  width: 44rem;
  margin: auto;
}
.feature .sec__Ttl {
  font-size: 2.9333333333rem;
  color: #195419;
  font-family: "maru-maru-gothic-blr-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  margin-bottom: 1.3333333333rem;
}
.feature .sec__Txt {
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin-bottom: 4.3333333333rem;
  color: #494544;
}
.feature .sec__Subttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 5.8rem;
}
.feature .sec__Flex {
  display: flex;
  justify-content: space-between;
  width: 50rem;
  transform: translateX(-3rem);
  margin-bottom: 6.6666666667rem;
}
.feature .sec__Flex span {
  width: 24.5333333333rem;
}
.feature .sec .ranking-list {
  margin-bottom: 3.3333333333rem;
}
.feature .sec .ranking-list li {
  padding-bottom: 3.3333333333rem;
}
.feature .sec .ranking-list li:not(:last-of-type) {
  border-bottom: 0.0666666667rem solid #494544;
}
.feature .sec .ranking-list li:not(:first-of-type) {
  padding-top: 6.6666666667rem;
}
.feature .sec .ranking-list li:nth-of-type(2) .m-item .m-item-image::before {
  background-image: url("./../img/icon_rank_02.png");
}
.feature .sec .ranking-list li:nth-of-type(3) .m-item .m-item-image::before {
  background-image: url("./../img/icon_rank_03.png");
}
.feature .sec .ranking-list .m-item > a {
  display: flex;
  position: relative;
  margin: 0 auto;
  padding-left: 4rem;
}
.feature .sec .ranking-list .m-item-image {
  position: relative;
  width: 12rem;
}
.feature .sec .ranking-list .m-item-image img {
  display: block;
  height: auto;
  width: 100%;
}
.feature .sec .ranking-list .m-item-image:before {
  background: url("./../img/icon_rank_01.png") top center/contain no-repeat;
  content: "";
  position: absolute;
  top: -3.3333333333rem;
  left: 0;
  height: 2.1333333333rem;
  width: 2.6666666667rem;
}
.feature .sec .ranking-list .m-item-description {
  width: 21.6666666667rem;
  display: flex;
  flex-direction: column;
  margin-left: 4rem;
  color: #494544;
}
.feature .sec .ranking-list .m-item-name {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.666;
}
.feature .sec .ranking-list .m-item-price {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: auto 0 0;
  padding-bottom: 1.4666666667rem;
}
.feature .sec .ranking-list .m-item-score, .feature .sec .ranking-list .m-item-count {
  font-size: 1.1333333333rem;
  letter-spacing: 0.075em;
}
.feature .sec .ranking-list .zv-summary {
  align-items: center;
  display: flex;
  margin-top: 1.0666666667rem;
}
.feature .sec .ranking-list .zv-summary > span {
  height: 0.9333333333rem;
  display: flex;
  align-items: center;
  gap: 0.1333333333rem;
}
.feature .sec .ranking-list .zv-summary .zv-star-svg {
  height: 1.3333333333rem !important;
  width: 1.3333333333rem !important;
  fill: #E1CF7F;
}
.feature .sec .ranking-list .zv-summary .zv-star-comment {
  color: #05A5DD;
  font-size: 1.1333333333rem;
  letter-spacing: 0.075em;
  padding-left: 0.5733333333rem;
}
.feature .sec__Btn {
  margin-bottom: 9rem;
  width: 45.3333333333rem;
  transform: translateX(-0.6666666667rem);
  height: 7.3333333333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #195419;
  color: #fff;
  font-size: 1.8666666667rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
}
.feature .sec__Btn:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.3333333333rem;
  content: "";
  width: 0.6666666667rem;
  height: 1.3333333333rem;
  background: url("./../img/icon_btn_arrow.png");
  background-size: cover;
}
.feature .sec__Btn.-mb0 {
  margin-bottom: 0;
}
.feature .bnr {
  margin-bottom: 8.6666666667rem;
}
.feature .bnr__Ttl {
  text-align: center;
  font-size: 2.2666666667rem;
  color: #195419;
  font-family: "maru-maru-gothic-blr-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  margin-bottom: 2.3333333333rem;
}
.feature .bnr__Thum {
  width: 42.6666666667rem;
  margin: auto;
}
.feature .magazine__Ttl {
  text-align: center;
  font-size: 2.2666666667rem;
  color: #195419;
  font-family: "maru-maru-gothic-blr-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  margin-bottom: 2.3333333333rem;
}
.feature .magazine .related-article-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4666666667rem 0;
  justify-content: space-between;
  width: 44rem;
  margin: 0 auto 6.6666666667rem;
}
.feature .magazine .related-article-list li {
  height: -moz-fit-content;
  height: fit-content;
  width: 21.3333333333rem;
}
.feature .magazine .related-article-list li .related-article-item-image {
  position: relative;
}
.feature .magazine .related-article-list li img {
  display: block;
  height: auto;
  width: 100%;
}
.feature .magazine .related-article-list li p {
  font-size: 1.2666666667rem;
  line-height: 1.315;
  margin: 1.0666666667rem 0 0 0.6666666667vw;
  text-align: justify;
}
.feature .magazine__Btn {
  margin: 0 auto;
  width: 45.3333333333rem;
  height: 7.3333333333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #195419;
  color: #fff;
  font-size: 1.8666666667rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
}
.feature .magazine__Btn:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.3333333333rem;
  content: "";
  width: 0.6666666667rem;
  height: 1.3333333333rem;
  background: url("./../img/icon_btn_arrow.png");
  background-size: cover;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}