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

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

.sp {
  display: none;
}

.feature {
  box-sizing: border-box;
  color: #000;
  margin: 0 auto;
  overflow: clip;
  position: relative;
  width: 100%;
  background: #fcf4ec;
}
.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: 1;
}
.feature video {
  max-width: 100%;
}
.feature img {
  vertical-align: bottom;
  max-width: 100%;
  transition: 0.3s;
}
.feature img:hover {
  opacity: 0.8;
}
.feature .wrap {
  display: flex;
}
.feature .wrap .leftcont {
  width: calc((100% - 50rem) / 2);
}
.feature .wrap .leftcont__Inner {
  position: sticky;
  top: 80px;
  width: 100%;
  height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature .wrap .leftcont__Box {
  width: 100%;
}
.feature .wrap .leftcont__Logo {
  width: 34.1rem;
  margin: auto;
}
.feature .wrap .rightcont {
  width: calc((100% - 50rem) / 2);
}
.feature .wrap .rightcont__Inner {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature .wrap .rightcont .links__List {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 2rem 0;
}
.feature .wrap .rightcont .links__Item {
  width: 19.9rem;
}
.feature .wrap .rightcont .links__Item a {
  display: block;
}
.feature .wrap .centercont {
  width: 50rem;
  overflow: clip;
  background: #f4f3f2;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.feature .links {
  padding: 6.8rem 0 5.3333333333rem;
  margin-bottom: 2.6666666667rem;
  background: #fff;
}
.feature .links__Inner {
  width: 45.4rem;
  margin: auto;
}
.feature .links__List {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.3333333333rem 0;
}
.feature .links__Item {
  width: 22rem;
}
.feature .links__Item a {
  display: block;
}
.feature .sec {
  margin-bottom: 2.6666666667rem;
  padding: 5.3333333333rem 0;
  background: #fff;
}
.feature .sec__Inner {
  margin: auto;
}
.feature .sec__Ttl {
  text-align: center;
  color: #4c4c4c;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 2.1333333333rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.feature .sec__Subttl {
  text-align: center;
  color: #e8a185;
  font-size: 2.1333333333rem;
  line-height: 1;
  margin-bottom: 2rem;
  font-weight: 600;
}
.feature .sec__Txt {
  color: #424242;
  font-size: 1.6rem;
  line-height: 2.6666666667rem;
  text-align: center;
  white-space: nowrap;
  margin: 0 auto 2.3333333333rem;
}
.feature .sec__Btn {
  width: 45.3333333333rem;
  height: 7.3333333333rem;
  line-height: 7.3333333333rem;
  margin: 3.3333333333rem auto 0;
  display: block;
  background: #e8a185;
  color: #fff;
  font-size: 1.8666666667rem;
  text-align: center;
  position: relative;
  font-weight: 900;
}
.feature .sec__Btn:before {
  position: absolute;
  transform: translateY(-50%);
  content: "";
  top: 50%;
  right: 1.3333333333rem;
  width: 0.6666666667rem;
  height: 1.3333333333rem;
  background: url(./../img/icon_arrow.png) no-repeat;
  background-size: cover;
  display: block;
}
.feature .sec__Btn.-other {
  margin-top: 7.5333333333rem;
}
.feature .sec__Thum {
  width: 45.3333333333rem;
  margin: 0 auto;
}
.feature .sec__Box {
  margin-bottom: 7.2rem;
}
.feature .sec__Brand {
  padding: 0 2.6666666667rem;
  width: 100%;
  position: relative;
}
.feature .sec__Brand-Inner {
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 1.3333333333rem;
}
.feature .sec__Brand-List {
  width: 70.6666666667rem;
  display: flex;
  gap: 1.4666666667rem;
}
.feature .sec__Brand-Item {
  width: 10.6666666667rem;
}
.feature .sec__Brand .scrollbar {
  width: 36.6666666667rem;
  height: 0.0506666667rem;
  background: none;
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: auto;
}
.feature .sec__Brand .scrollbar .thumb {
  width: 26.6666666667rem;
  height: 0.0506666667rem;
  background: #424242;
  border-radius: 4px;
  position: relative;
  pointer-events: auto;
  touch-action: none;
  cursor: grab;
}
.feature .sec__pricearea {
  width: 45.3333333333rem;
  height: 5.3333333333rem;
  margin: 4.7333333333rem auto 0;
  display: flex;
  align-items: center;
}
.feature .sec__Icon {
  width: 2.2666666667rem;
  margin: 0 0.6666666667rem;
  position: relative;
  z-index: 10;
}
.feature .sec__Icon img {
  vertical-align: middle;
}
.feature .sec__price {
  position: relative;
  width: 18.6666666667rem;
  height: 5.3333333333rem;
  font-size: 1.6rem;
  color: #999999;
}
.feature .sec__price:first-of-type {
  width: 19.3333333333rem;
}
.feature .sec__price:before {
  content: "";
  width: 1rem;
  height: 1.5333333333rem;
  background-image: url(./../img/yen.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.6666666667rem;
  z-index: 10;
}
.feature .sec__price:after {
  content: "";
  width: 1.3333333333rem;
  height: 0.6666666667rem;
  background-image: url(./../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.3333333333rem;
  z-index: 10;
}
.feature .sec__price select {
  width: 100%;
  height: 100%;
  padding: 0 0 0 3.3333333333rem;
  border: 0.0666666667rem solid #e8a185;
  font-size: 1.6rem;
  color: #999999;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #c5bdae;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  z-index: 1;
  background: none;
}
.feature .sec__pricelink {
  width: 6.6666666667rem;
  height: 5.3333333333rem;
  transform: translateX(0.3333333333rem);
}
.feature .sec__pricelink a {
  width: 6.6666666667rem;
  height: 5.3333333333rem;
  background: url("./../img/icon_search.png");
  background-size: cover;
  display: block;
}
.feature .sec__Tabbox {
  display: flex;
  align-items: flex-end;
  text-align: center;
  gap: 0.4rem;
  width: 45.3333333333rem;
  margin: auto;
  background: #fff;
  margin-bottom: -0.1333333333rem;
}
.feature .sec__Tabbox .sec__Tab {
  font-size: 1.4666666667rem;
  width: 13.3333333333rem;
  height: 6.4666666667rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e8a185;
  color: #fff;
  margin-bottom: 0.5333333333rem;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 900;
}
.feature .sec__Tabbox .sec__Tab P {
  margin: 0;
}
.feature .sec__Tabbox .sec__Tab span {
  font-size: 1.3333333333rem;
  display: block;
  font-weight: 400;
}
.feature .sec__Tabbox .sec__Tab.active {
  width: 17.2rem;
  height: 7.4rem;
  background: #fff;
  color: #e8a185;
  border: 0.1333333333rem solid #e8a185;
  border-bottom: 0.1333333333rem solid #fff;
  z-index: 10;
  font-size: 1.6rem;
  position: relative;
  margin-bottom: 0;
}
.feature .sec__Tabbox .sec__Tab.active span {
  font-size: 1.4666666667rem;
}
.feature .sec .content {
  display: none;
  padding-top: 3.0666666667rem;
  position: relative;
  z-index: 1;
  background: #fff;
  width: 45.3333333333rem;
  margin: auto;
  border-top: 0.1333333333rem solid #e8a185;
}
.feature .sec .content.show {
  display: block;
}
.feature .sec .content-txt {
  color: #424242;
  font-size: 1.6rem;
  line-height: 2.6666666667rem;
  text-align: center;
  margin: 0 auto 3.6666666667rem;
}
.feature .sec .content .sec__Btn {
  margin: 2.6666666667rem auto 0;
}
.feature .sec__RankingScroll {
  margin: 0 auto 0.5333333333rem;
  padding: 0 2.6666666667rem;
  overflow-x: scroll;
  overflow-y: hidden;
  width: calc(100% + 2.6666666667rem);
}
.feature .sec__RankingScroll .sec__Ranking ul {
  flex-wrap: initial;
  gap: 0 1.1333333333rem;
  width: 100%;
}
.feature .sec__RankingScroll .sec__Ranking ul li .m-item:before {
  display: none !important;
}
.feature .sec__RankingScroll .sec__Ranking ul li .m-item {
  width: 12.9333333333rem;
}
.feature .sec__RankingScroll .sec__Ranking ul li .m-item-image {
  margin: 0 0 0rem !important;
}
.feature .sec__RankingScroll .sec__Ranking ul li .m-item-description .m-item-brand,
.feature .sec__RankingScroll .sec__Ranking ul li .m-item-description .m-item-price {
  font-size: 1.2933333333rem !important;
  line-height: 1.5266666667rem !important;
}
.feature .sec__RankingScroll .sec__Ranking ul li .m-item-description .m-item-name {
  display: block;
  font-size: 1.1733333333rem !important;
  line-height: 1.4933333333rem !important;
}
.feature .sec__Ranking ul {
  width: 46rem;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2.8666666667rem 0.8666666667rem;
}
.feature .sec__Ranking ul li:nth-of-type(-n+3) .m-item::before {
  content: "";
  display: block;
  margin: 0;
  height: 1.6rem;
  width: 2rem;
  margin: 0 0 0.6666666667rem 0.5333333333rem;
}
.feature .sec__Ranking ul li:nth-of-type(1) .m-item::before {
  margin: 0 0 0.6666666667rem 0.3333333333rem;
}
.feature .sec__Ranking ul li:nth-of-type(3) .m-item::before {
  margin: 0 0 0.6666666667rem 0.8rem;
}
.feature .sec__Ranking ul li:nth-of-type(1) .m-item::before {
  background: url("./../img/icon_rank_01.png") center top/contain no-repeat;
}
.feature .sec__Ranking ul li:nth-of-type(2) .m-item::before {
  background: url("./../img/icon_rank_02.png") center top/contain no-repeat;
}
.feature .sec__Ranking ul li:nth-of-type(3) .m-item::before {
  background: url("./../img/icon_rank_03.png") center top/contain no-repeat;
}
.feature .sec__Ranking ul .m-item {
  width: 14.6666666667rem;
}
.feature .sec__Ranking ul .m-item .m-item-icon,
.feature .sec__Ranking ul .m-item .m-item-category,
.feature .sec__Ranking ul .m-item .m-item-name {
  display: none;
}
.feature .sec__Ranking ul .m-item .m-item-image {
  margin: 0 0 0.6666666667rem !important;
}
.feature .sec__Ranking ul .m-item .m-item-description {
  width: 12.9333333333rem;
  margin: 0.4666666667rem 0 0 0;
  text-align: left;
  font-size: 1.2933333333rem;
  line-height: 1.5293333333rem;
  color: #494544 !important;
}
.feature .sec__Ranking ul .m-item .m-item-description p {
  margin: 0;
}
.feature .sec__Ranking ul .m-item .m-item-description .m-item-brand {
  font-size: 1.6866666667rem !important;
  line-height: 2.3733333333rem !important;
  margin-bottom: 0.1333333333rem;
}
.feature .sec__Ranking ul .m-item .m-item-description .m-item-price {
  font-size: 1.6866666667rem !important;
  line-height: 2.3733333333rem !important;
  letter-spacing: 0.1em;
}
.feature .sec .related-article__list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 46.6666666667rem;
  gap: 4rem 0;
  margin: auto;
}
.feature .sec .related-article__item {
  width: 22.6666666667rem;
}
.feature .sec .related-article__item-title {
  padding: 1.1333333333rem 1.3333333333rem;
  font-size: 1.6rem;
  line-height: 2.4866666667rem;
  margin: 1rem auto 0;
}
.feature .sec#sec03 {
  padding-top: 5.0666666667rem;
  padding-bottom: 0.3333333333rem;
}
.feature .sec#sec03 .sec__Ttl {
  margin-bottom: 2.5333333333rem;
}
.feature .sec#sec03 .sec__Btn {
  margin-top: 4rem;
}
.feature .sec#sec04 {
  padding-bottom: 7.3333333333rem;
}
.feature .sec#sec04 .sec__Ttl {
  margin-bottom: 2.6666666667rem;
}
.feature .sec#sec05 .sec__Ttl {
  margin-bottom: 5.2rem;
}
.feature .sec#sec06 .sec__Ttl {
  letter-spacing: 0;
}
.feature .sec#sec06 .sec__Txt {
  margin-bottom: 5rem;
}
.feature .sec#sec06 .sec__Btn {
  margin-top: 4rem;
}
.feature .sec#sec07 {
  margin-bottom: 0;
}
.feature .sec#sec07 .sec__Ttl {
  margin-bottom: 1.6666666667rem;
}
.feature .sec#sec07 .sec__Btn {
  margin-top: 2.6666666667rem;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}