@charset "UTF-8";
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

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

.pc-header-main.is-fixed {
  z-index: 1000;
}

.js-fade {
  opacity: 0;
  transform: translate(0, 10px);
  transition: all 0.8s ease;
}
.js-fade.js-fade-left {
  transform: translate(-10px, 0);
}
.js-fade.js-fade-right {
  transform: translate(10px, 0);
}
.js-fade.is-active {
  opacity: 1;
  transform: translate(0, 0);
}

.feature {
  box-sizing: border-box;
  color: #494342;
  background: #EAE8E4;
  margin: 0 auto;
  overflow: clip;
  position: relative;
  width: 100%;
  font-family: "ryo-gothic-plusn", sans-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 img {
  vertical-align: bottom;
  max-width: 100%;
}
.feature .wrap {
  display: flex;
}
.feature .wrap .leftcont {
  width: calc((100% - 50rem) / 2);
}
.feature .wrap .leftcont__Inner {
  position: sticky;
  top: 80px;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature .wrap .leftcont__Box {
  width: 100%;
}
.feature .wrap .leftcont__Logo {
  height: 100vh;
  scroll-margin-top: 0;
  width: 100%;
}
.feature .wrap .leftcont__Logo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.feature .wrap .rightcont {
  width: calc((100% - 50rem) / 2);
}
.feature .wrap .rightcont__Box {
  padding-top: 19.8rem;
}
.feature .wrap .rightcont__Inner {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  width: 100%;
}
.feature .wrap .rightcont__Thum {
  margin: 0 auto -0.7rem;
  padding-left: 0.4rem;
  width: 37.5rem;
}
.feature .wrap .rightcont .pclink__List {
  width: 31rem;
  margin: 5.8rem auto;
  border-bottom: 0.1rem solid #c6797b;
}
.feature .wrap .rightcont .pclink__Item {
  border-top: 0.1rem solid #c6797b;
  text-align: center;
}
.feature .wrap .rightcont .pclink__Item a {
  height: 5.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 1.4rem;
  color: #c6797b;
  letter-spacing: 0.1em;
  position: relative;
}
.feature .wrap .rightcont .pclink__Item a:before {
  position: absolute;
  content: "";
  height: 0.98rem;
  width: 0.49rem;
  background: url(./../img/icon_arrow_red.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%) rotate(90deg);
}
.feature .wrap .centercont {
  width: 50rem;
  background: #fff;
  container-type: inline-size;
}
.feature .mv {
  margin: 0 auto;
  padding: 12.6cqw 0 0 0.4cqw;
  position: relative;
  width: 80.6cqw;
}
.feature .mv__Thum {
  margin-bottom: 6rem;
}
.feature .mv__Txt {
  text-align: center;
  color: #c6797b;
  font-size: 1.8666666667rem;
  line-height: 3.6rem;
  margin-bottom: 6rem;
  letter-spacing: 0.02em;
}
.feature .links {
  background: #d49b9c;
  padding: 4rem 0;
}
.feature .links__Inner {
  width: 46.6666666667rem;
  margin: auto;
}
.feature .links__List {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 0.0666666667rem solid #fff;
}
.feature .links__Item {
  width: 50%;
  border-top: 0.0666666667rem solid #fff;
}
.feature .links__Item.-w100 {
  width: 100%;
}
.feature .links__Item a {
  width: 100%;
  height: 9.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.8666666667rem;
  line-height: 3.2rem;
  letter-spacing: 0.1em;
  color: #fff;
}
.feature .links__Item a span {
  position: relative;
  padding-bottom: 2.5333333333rem;
}
.feature .links__Item a span:before {
  position: absolute;
  content: "";
  width: 1.1333333333rem;
  height: 0.5733333333rem;
  background: url("./../img/icon_arrow.png");
  background-size: cover;
  background-position: bottom center;
  bottom: 0.6666666667rem;
  left: 50%;
  transform: translateX(-50%);
}
.feature .links__Item:nth-child(even) {
  border-right: 0.0666666667rem solid #fff;
}
.feature .links__Item:nth-child(1) a span {
  padding-bottom: 0;
}
.feature .links__Item:nth-child(1) a span:before {
  bottom: 38%;
  left: auto;
  right: -4rem;
  transform: translate(-50%, 0);
}
.feature .links__Item:nth-child(6) a {
  line-height: 2.4666666667rem;
  transform: translateY(0.2666666667rem);
}
.feature .links__Item:nth-child(6) a span {
  padding-bottom: 0;
}
.feature .links__Item:nth-child(6) a span:before {
  bottom: 0.6666666667rem;
  left: auto;
  right: 0.3333333333rem;
  transform: translate(0, 0);
}
.feature .sec {
  padding: 6.6666666667rem 0;
  /*ランキング*/
  /*予算から選ぶ*/
  /*お相手で選ぶ*/
  /*セルフラッピングキット*/
}
.feature .sec__Ttl {
  text-align: center;
  font-size: 2.5333333333rem;
  color: #c6797b;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 5.6rem;
}
.feature .sec__Txt {
  text-align: center;
  font-size: 1.7333333333rem;
  line-height: 3.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 3.2rem;
}
.feature .sec__Txt .-small {
  font-size: 1.3333333333rem;
  display: inline-block;
  transform: translateY(-0.2666666667rem);
  letter-spacing: 0.08em;
}
.feature .sec__List {
  display: flex;
  flex-wrap: wrap;
  width: 44rem;
  margin: auto;
  gap: 4.2rem 2rem;
}
.feature .sec__Item {
  width: 13.3333333333rem;
}
.feature .sec__Btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45.3333333333rem;
  height: 7.3333333333rem;
  background-color: #d49b9c;
  color: #fff;
  text-align: center;
  margin: auto;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
.feature .sec__Btn:before {
  position: absolute;
  content: "";
  width: 0.6666666667rem;
  height: 1.3333333333rem;
  background: url("./../img/icon_arrow_btn.svg");
  background-size: cover;
  background-position: bottom center;
  top: 50%;
  right: 1.3333333333rem;
  transform: translateY(-50%);
}
.feature .sec__Btn span {
  display: inline-block;
  transform: translateY(0.3333333333rem);
}
.feature .sec .panel__list {
  width: 46rem;
  margin: 0 auto 3.3333333333rem;
}
.feature .sec .panel__list .ranking-list {
  width: 100%;
}
.feature .sec .panel__list .ranking-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6666666667rem 1rem;
  width: 100%;
}
.feature .sec .panel__list .ranking-list ul li {
  position: relative;
  width: 14.6666666667rem;
}
.feature .sec .panel__list .ranking-list ul li a {
  color: #494544;
  line-height: 2.3733333333rem;
}
.feature .sec .panel__list .ranking-list ul li .m-item {
  position: relative;
  width: 100%;
}
.feature .sec .panel__list .ranking-list 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 .panel__list .ranking-list ul li:nth-of-type(1) .m-item::before {
  margin: 0 0 0.6666666667rem 0.3333333333rem;
}
.feature .sec .panel__list .ranking-list ul li:nth-of-type(3) .m-item::before {
  margin: 0 0 0.6666666667rem 0.8rem;
}
.feature .sec .panel__list .ranking-list ul li:nth-of-type(1) .m-item::before {
  background: url("./../img/icon_rank_01.png") center top/contain no-repeat;
}
.feature .sec .panel__list .ranking-list ul li:nth-of-type(2) .m-item::before {
  background: url("./../img/icon_rank_02.png") center top/contain no-repeat;
}
.feature .sec .panel__list .ranking-list ul li:nth-of-type(3) .m-item::before {
  background: url("./../img/icon_rank_03.png") center top/contain no-repeat;
}
.feature .sec .panel__list .ranking-list ul li .m-item-description {
  font-size: 1.6866666667rem;
}
.feature .sec .panel__list .ranking-list ul li .m-item-brand {
  margin-top: 1rem;
}
.feature .sec .panel__list .ranking-list ul .m-item-image img {
  display: block;
  position: relative;
  height: auto;
  width: 100%;
}
.feature .sec .panel__list .ranking-list .m-item-icon,
.feature .sec .panel__list .ranking-list .m-item-name,
.feature .sec .panel__list .ranking-list .m-item-magazine,
.feature .sec .panel__list .ranking-list .m-item-soldout,
.feature .sec .panel__list .ranking-list .m-item-category {
  display: none;
}
.feature .sec__budgetList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.9866666667rem;
  width: 44.6533333333rem;
  margin: auto;
}
.feature .sec__budgetItem {
  border: 0.0666666667rem solid #c6797b;
  width: 21.3333333333rem;
}
.feature .sec__budgetItem a {
  background: #f8f6ef;
  display: block;
  padding: 0.4666666667rem;
  color: #4a4342;
}
.feature .sec__budgetItem-Thum {
  margin-bottom: 1.6666666667rem;
}
.feature .sec__budgetItem-Price {
  text-align: center;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.025em;
}
.feature .sec__budgetItem-Txt {
  text-align: center;
  font-size: 1.4666666667rem;
  line-height: 3.2rem;
  letter-spacing: 0.025em;
  margin-bottom: 0.8rem;
}
.feature .sec__budgetItem-Check {
  text-align: center;
}
.feature .sec__budgetItem-Check span {
  display: inline-block;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.025em;
  color: #c6797b;
  position: relative;
  transform: translateX(-0.4rem);
}
.feature .sec__budgetItem-Check span:before {
  position: absolute;
  content: "";
  width: 0.3333333333rem;
  height: 0.7333333333rem;
  background: url("./../img/icon_arrow_red.svg");
  background-size: cover;
  background-position: center right;
  top: 50%;
  right: -0.8rem;
  transform: translateY(-50%);
}
.feature .sec__budgetItem:nth-child(3) .sec__budgetItem-Thum, .feature .sec__budgetItem:nth-child(4) .sec__budgetItem-Thum {
  margin-bottom: 2.1333333333rem;
}
.feature .sec__budgetItem:nth-child(3) .sec__budgetItem-Txt, .feature .sec__budgetItem:nth-child(4) .sec__budgetItem-Txt {
  margin-bottom: 1.4rem;
  line-height: 1.7;
}
.feature .sec__ForList {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 0.0666666667rem solid #c6797b;
  width: 46.6666666667rem;
  margin: auto;
}
.feature .sec__ForItem {
  width: 50%;
  border-top: 0.0666666667rem solid #c6797b;
}
.feature .sec__ForItem:nth-child(even) {
  border-left: 0.0666666667rem solid #c6797b;
}
.feature .sec__ForItem a {
  display: block;
  padding: 2.5333333333rem 0 2.2666666667rem;
  text-align: center;
  color: #4a4342;
}
.feature .sec__ForItem-Eng {
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-style: normal;
  color: #c6797b;
  font-size: 2.6666666667rem;
  margin-bottom: 0.6666666667rem;
  line-height: 1;
}
.feature .sec__ForItem-Txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 0.6666666667rem;
}
.feature .sec__ForItem-Check {
  text-align: center;
}
.feature .sec__ForItem-Check span {
  display: inline-block;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.025em;
  color: #c6797b;
  position: relative;
  transform: translateX(-0.5333333333rem);
}
.feature .sec__ForItem-Check span:before {
  position: absolute;
  content: "";
  width: 0.3333333333rem;
  height: 0.7333333333rem;
  background: url("./../img/icon_arrow_red.svg");
  background-size: cover;
  background-position: center right;
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
}
.feature .sec__ForItem:nth-child(3) .sec__ForItem-Eng, .feature .sec__ForItem:nth-child(4) .sec__ForItem-Eng {
  margin-bottom: 1.3333333333rem;
}
.feature .sec .simplebar-scrollbar {
  max-width: 26.6666666667rem;
  overflow: hidden;
}
.feature .sec .simplebar-scrollbar::before {
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.feature .sec .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.feature .sec .simplebar-track.simplebar-horizontal {
  height: 0.8rem;
  left: 2.2rem;
  width: 100%;
}
.feature .sec__Box {
  padding: 6rem 0 3.3333333333rem;
}
.feature .sec__Box-Ttl {
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  line-height: 3.2rem;
  letter-spacing: 0.07em;
  margin-bottom: 3.3333333333rem;
}
.feature .sec__Box-Wrap {
  overflow-x: scroll;
  padding: 0 2.2rem 2rem;
  margin-bottom: 4rem;
}
.feature .sec__Box-Wrap:last-of-type {
  margin-bottom: 0;
}
.feature .sec__Box-Wrap::-webkit-scrollbar {
  display: none;
}
.feature .sec__Box-List {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.3333333333rem;
}
.feature .sec__Box-Item {
  min-width: 25.3333333333rem;
  background: #fff;
  border: 0.0666666667rem solid #DBBDBD;
}
.feature .sec__Box-Item a {
  padding: 1.7333333333rem;
  display: block;
  color: #494544;
}
.feature .sec__Box-Item-Thum {
  width: 17.3333333333rem;
  margin: 0 auto 2rem;
}
.feature .sec__Box-Item-Name {
  text-align: center;
  font-size: 1.7333333333rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.3333333333rem;
}
.feature .sec__Box-Item-Size {
  text-align: center;
  margin-bottom: 1.6666666667rem;
}
.feature .sec__Box-Item-Size span {
  display: inline-block;
  width: 15.5333333333rem;
  background: #9F2228;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0.4rem 0;
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.feature .sec__Box-Item-Price {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 0.6666666667rem;
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.feature .sec__Box-Item-Detail li {
  font-size: 1.4666666667rem;
  line-height: 2rem;
}
.feature .sec__Box.-box01 .simplebar-scrollbar::before {
  background: #E0A4AD;
}
.feature .sec__Box.-box02 {
  margin-top: 6rem;
  border-top: 0.6666666667rem solid #fff;
  background: #f3f1f2;
}
.feature .sec__Box.-box02 .sec__Box-Item-Size span {
  background: #eaa0ab;
}
.feature .sec__Box.-box02 .simplebar-scrollbar::before {
  background: #eaa0ab;
}
.feature .sec__Box.-box03 {
  border-top: 0.6666666667rem solid #fff;
  background: #f6f6eb;
}
.feature .sec__Box.-box03 .-list01 .sec__Box-Item a {
  padding-top: 2.1333333333rem;
}
.feature .sec__Box.-box03 .sec__Box-Item {
  border-color: #d7d5c8;
}
.feature .sec__Box.-box03 .sec__Box-Item-Size span {
  background: #bbbaa7;
}
.feature .sec__Box.-box03 .simplebar-scrollbar::before {
  background: #bbbaa7;
}
.feature .sec__Box.-box04 {
  border-top: 0.6666666667rem solid #fff;
  background: #ebf2f3;
  padding: 6rem 0 6.6666666667rem;
}
.feature .sec__Box.-box04 .sec__Box-Item a {
  padding-bottom: 4.1333333333rem;
}
.feature .sec__Box.-box04 .sec__Box-Item {
  border-color: #bdcbd3;
}
.feature .sec__Box.-box04 .sec__Box-Item-Size span {
  background: #9cbac7;
}
.feature .sec__Box.-box04 .simplebar-scrollbar::before {
  background: #9cbac7;
}
.feature .sec__Box.-box05 {
  border-top: 0.6666666667rem solid #fff;
  background: #f6f6eb;
  padding: 6rem 0 6.6666666667rem;
}
.feature .sec__Box.-box05 .sec__Box-Item {
  border-color: #bdcbd3;
}
.feature .sec__Box.-box05 .sec__Box-Item a {
  padding-bottom: 0.8rem;
}
.feature .sec__Box.-box05 .sec__Box-Item-Name {
  margin-bottom: 1.6666666667rem;
}
.feature .sec__Box.-box05 .sec__Box-Item-Size span {
  background: #bbbaa7;
}
.feature .sec__Box.-box05 .simplebar-scrollbar::before {
  background: #bbbaa7;
}
.feature .sec.-sec01 {
  background: #f3f1f2;
  padding: 6.3333333333rem 0 9.3333333333rem;
}
.feature .sec.-sec02 {
  padding: 5.3333333333rem 0 6.6666666667rem;
}
.feature .sec.-sec03 {
  background: #f3f1f2;
  padding: 5.6666666667rem 0 6.6666666667rem;
}
.feature .sec.-sec04 {
  padding: 5.3333333333rem 0 6.6666666667rem;
}
.feature .sec.-sec04 .sec__Ttl {
  margin-bottom: 5.4666666667rem;
}
.feature .sec.-sec05 {
  padding: 5.3333333333rem 0 6.6666666667rem;
  background: #f3f1f2;
}
.feature .sec.-sec06 {
  padding: 5.3333333333rem 0 6.6666666667rem;
}
.feature .sec.-sec06 .sec__Ttl {
  margin-bottom: 5.4666666667rem;
}
.feature .sec.-sec06 .m-item::before {
  display: none !important;
}
.feature .sec.-sec07 {
  background: #f3f1f2;
  padding: 5.3333333333rem 0 0;
}
.feature .sec.-sec07 .sec__Ttl {
  margin-bottom: 5.2rem;
}
.feature .sec.-sec07 .sec__Btn {
  font-size: 1.8666666667rem;
  letter-spacing: 0.01em;
}
.feature .sec.-sec08 {
  padding: 5.3333333333rem 0 6.6666666667rem;
}
.feature .sec.-sec08 .sec__Ttl {
  margin-bottom: 4.9333333333rem;
}
.feature .sec.-sec08 .sec__Txt {
  margin-bottom: 2.9333333333rem;
}
.feature .sec.-sec08 .panel__list .ranking-list ul {
  gap: 2.3333333333rem 1rem;
}
.feature .sec.-sec08 .m-item::before {
  display: none !important;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}