@charset "UTF-8";
.l-container {
  width: 100%;
}

.l-footer {
  padding-top: 0;
  position: relative;
  z-index: 2;
}

.pc-footer {
  margin-top: 0;
}

html {
  scroll-behavior: smooth;
}

.feature {
  color: #000;
  font-feature-settings: "palt";
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
}
.feature img {
  max-width: 100%;
  height: auto;
}
.feature a {
  display: block;
  position: relative;
  height: auto;
  width: 100%;
}
.feature a:after {
  background: rgba(255, 255, 255, 0.6);
  content: "";
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}
.feature a:hover {
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s;
}
.feature a:hover:after {
  opacity: 1;
  transition: 0.4s;
}
.feature .-ttl {
  text-align: center;
  font-size: 2.1428571429vw;
  color: #D89E95;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2.1428571429vw;
}
.feature .-txt {
  text-align: center;
  font-size: 1.2857142857vw;
  color: #494544;
  font-weight: 500;
  line-height: 2.1428571429vw;
  margin-bottom: 5.2857142857vw;
}
.feature .c-btn {
  margin: auto;
  background: #DDAEA4;
  color: #fff;
  width: 32.1428571429vw;
  height: 5vw;
  font-size: 1.3235714286vw;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.feature .c-btn:before {
  content: "";
  width: 0.4721428571vw;
  height: 0.9628571429vw;
  position: absolute;
  top: 50%;
  right: 1vw;
  transform: translateY(-50%);
  background: url("./../img/icon_arrow.svg") no-repeat;
  background-size: 100%;
}
.feature .sec__ranking {
  margin: auto;
  width: 27.5714285714vw;
}
.feature .sec__ranking .ranking-list {
  margin-bottom: 4vw;
}
.feature .sec__ranking .ranking-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3.5714285714vw 0.5vw;
  margin: 0 auto;
}
.feature .sec__ranking .ranking-list ul li {
  position: relative;
  width: 8.8214285714vw;
}
.feature .sec__ranking .ranking-list ul li:before {
  top: -1.2857142857vw;
  left: 0.0714285714vw;
  position: absolute;
  height: 0.9285714286vw;
  width: 1.2857142857vw;
  z-index: 3;
}
.feature .sec__ranking .ranking-list ul li:nth-child(1)::before {
  background: url(./../img/crown_first.svg) center top/contain no-repeat;
  content: "";
}
.feature .sec__ranking .ranking-list ul li:nth-child(2)::before {
  background: url(./../img/crown_second.svg) center top/contain no-repeat;
  content: "";
  top: -1.2857142857vw;
  left: 0.3571428571vw;
}
.feature .sec__ranking .ranking-list ul li:nth-child(3)::before {
  background: url(./../img/crown_third.svg) center top/contain no-repeat;
  content: "";
  top: -1.2857142857vw;
  left: 0.5vw;
}
.feature .sec__ranking .ranking-list ul li:nth-child(4)::before {
  background: url(./../img/crown_4th.svg) center top/contain no-repeat;
  content: "";
  height: 1.1428571429vw;
  width: 1.1428571429vw;
  top: -1.5714285714vw;
  left: 0.2142857143vw;
}
.feature .sec__ranking .ranking-list ul li:nth-child(5)::before {
  background: url(./../img/crown_5th.svg) center top/contain no-repeat;
  content: "";
  height: 1.1428571429vw;
  width: 1.1428571429vw;
  top: -1.5714285714vw;
  left: 0.3571428571vw;
}
.feature .sec__ranking .ranking-list ul li:nth-child(6)::before {
  background: url(./../img/crown_6th.svg) center top/contain no-repeat;
  content: "";
  height: 1.1428571429vw;
  width: 1.1428571429vw;
  top: -1.5714285714vw;
  left: 0.6428571429vw;
}
.feature .sec__ranking .ranking-list ul li .m-item-image {
  margin-bottom: 0.6428571429vw;
}
.feature .sec__ranking .ranking-list ul li .m-item-category,
.feature .sec__ranking .ranking-list ul li .m-item-icon,
.feature .sec__ranking .ranking-list ul li .m-item-name {
  display: none;
}
.feature .sec__ranking .ranking-list ul li .m-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.feature .sec__ranking.-col4 {
  width: 55.8571428571vw;
  transform: translateX(0.1428571429vw);
}
.feature .sec__ranking.-col4 .ranking-list {
  margin-bottom: 4.1428571429vw;
}
.feature .sec__ranking.-col4 .ranking-list ul {
  gap: 1.7857142857vw 1.3571428571vw;
}
.feature .sec__ranking.-col4 .ranking-list ul li {
  width: 12.9285714286vw;
}
.feature .sec__ranking.-col4 .ranking-list ul li:before {
  display: none;
}
.feature .sec__ranking.-col4 .ranking-list ul li .m-item-name {
  display: block;
}
.feature .mv {
  margin-top: 3.2857142857vw;
  margin-bottom: 6.9285714286vw;
}
.feature .mv__Inner {
  width: 100vw;
  margin: auto;
}
.feature .mv__Ttl {
  width: 26.4642857143vw;
  margin: 0 auto -2.0714285714vw;
  z-index: 10;
  position: relative;
}
.feature .mv__Thum {
  width: 64.2857142857vw;
  margin: auto;
}
.feature .sec01 {
  margin-bottom: 11.5vw;
}
.feature .sec01__Inner {
  width: 100vw;
  margin: auto;
}
.feature .sec01__List {
  width: 69.0714285714vw;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2857142857vw;
  justify-content: center;
}
.feature .sec01__Item {
  width: 13.5714285714vw;
}
.feature .sec01__Item:nth-of-type(6), .feature .sec01__Item:nth-of-type(7) {
  width: 18.5714285714vw;
}
.feature .sec02 {
  margin-bottom: 11.6428571429vw;
  scroll-margin-top: 100px;
}
.feature .sec03 {
  margin-bottom: 11.6428571429vw;
  scroll-margin-top: 100px;
}
.feature .sec03__Ttl {
  margin-bottom: 2.2857142857vw;
}
.feature .sec03__Txt {
  margin-bottom: 3.7857142857vw;
}
.feature .sec03__List {
  transform: translateX(-0.1428571429vw);
  width: 60vw;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7142857143vw;
  justify-content: center;
}
.feature .sec03__Item {
  width: 11.4285714286vw;
}
.feature .sec04 {
  margin-bottom: 11.5vw;
  scroll-margin-top: 100px;
}
.feature .sec04__tabarea {
  border-bottom: 1px solid #A0906D;
  display: flex;
  gap: 0 0.7142857143vw;
  justify-content: center;
  margin: 4.0714285714vw auto 3.8571428571vw;
  width: 55.7142857143vw;
}
.feature .sec04__tabname {
  position: relative;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0.2142857143vw 0 0;
  height: 5vw;
  width: 12.8571428571vw;
  transform: translateX(0.2857142857vw);
}
.feature .sec04__tabname p {
  display: flex;
  background: #D1BBBA;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.8571428571vw;
  height: 5vw;
  width: 12.8571428571vw;
}
.feature .sec04__tabname p span {
  color: #fff;
}
.feature .sec04__tabname p span:nth-child(2) {
  font-size: 1.1428571429vw;
  font-weight: 600;
}
.feature .sec04__tabname.is_active {
  border: 1px solid #A0906D;
  border-bottom: none;
  cursor: default;
  margin: 0;
  width: 14.5714285714vw;
  height: 5.8571428571vw;
}
.feature .sec04__tabname.is_active:after {
  content: "";
  bottom: -0.1rem;
  left: 0;
  position: absolute;
  height: 0.2rem;
  width: 100%;
  background-color: #fff;
}
.feature .sec04__tabname.is_active p {
  background-color: transparent;
}
.feature .sec04__tabname.is_active p span {
  color: #A0906D;
  font-size: 1vw;
  margin: 0.2142857143vw 0 0.2857142857vw;
}
.feature .sec04__tabname.is_active p span:nth-child(2) {
  font-size: 1.2857142857vw;
  margin: 0;
}
.feature .sec04__panel {
  display: none;
}
.feature .sec04__panel-Txt {
  text-align: center;
  font-size: 1.2857142857vw;
  line-height: 2.1428571429vw;
  margin-bottom: 3.5714285714vw;
  letter-spacing: 0.05em;
}
.feature .sec04__panel.is_active {
  display: block;
}
.feature .sec05 {
  margin-bottom: 11.2857142857vw;
  scroll-margin-top: 100px;
}
.feature .sec05 .-txt {
  margin-bottom: 3.7142857143vw;
}
.feature .sec05__Box {
  padding: 4.2857142857vw 0;
  border-bottom: 1px solid #fff;
}
.feature .sec05__Box-Ttl {
  text-align: center;
  font-size: 1.2857142857vw;
  color: #494544;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.feature .sec05__Box-Ttl .-price {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1428571429vw;
  font-weight: 500;
  line-height: 1;
  padding-top: 1.2857142857vw;
}
.feature .sec05__Box-Ttl .-price .-yen {
  font-size: 1.5714285714vw;
  font-weight: 600;
}
.feature .sec05__Box-Ttl .-price .-line {
  font-size: 2.2642857143vw;
}
.feature .sec05__Box.-box01 {
  background: #F4F4EA;
}
.feature .sec05__Box.-box01 .sec__ranking.-col4 .ranking-list {
  margin-bottom: 4vw;
}
.feature .sec05__Box.-box01 .sec05__Box-Ttl {
  margin: 0 auto 4.0714285714vw;
}
.feature .sec05__Box.-box01 .sec05__Box-Ttl .-price {
  color: #B2A672;
}
.feature .sec05__Box.-box02 {
  background: #EFE9E8;
  padding: 4.8571428571vw 0 4.0714285714vw;
}
.feature .sec05__Box.-box02 .feature .sec05__Box-Ttl .sec__ranking.-col4 .ranking-list {
  margin-bottom: 4vw;
}
.feature .sec05__Box.-box02 .sec05__Box-Ttl {
  margin: 0 auto 4.0714285714vw;
}
.feature .sec05__Box.-box02 .sec05__Box-Ttl .-price {
  color: #B56D5E;
}
.feature .sec05__Box.-box03 {
  background: #E4E9EA;
}
.feature .sec05__Box.-box03 .sec05__Box-Ttl {
  margin: 0 auto 4.0714285714vw;
}
.feature .sec05__Box.-box03 .sec05__Box-Ttl .-price {
  color: #6C8596;
}
.feature .sec06 {
  scroll-margin-top: 100px;
}
.feature .sec06__Box {
  margin-bottom: 11.4285714286vw;
}
.feature .sec06__Box.-box01 .sec06__Box-Ttl {
  width: 21.4285714286vw;
  margin: 0 auto 4.2857142857vw;
}
.feature .sec06__Box.-box01 .sec__ranking.-col4 .ranking-list {
  margin-bottom: 4vw;
}
.feature .sec06__Box.-box02 {
  margin-bottom: 11.2857142857vw;
}
.feature .sec06__Box.-box02 .sec06__Box-Ttl {
  width: 21.4285714286vw;
  margin: 0 auto 4.2857142857vw;
}
.feature .sec06__Box.-box02 .sec__ranking.-col4 .ranking-list {
  margin-bottom: 4vw;
}
.feature .sec06__Box.-box03 {
  margin-bottom: 11.6428571429vw;
}
.feature .sec06__Box.-box03 .sec06__Box-Ttl {
  width: 20vw;
  margin: 0 auto 4.2857142857vw;
}
.feature .sec06__Box.-box03 .sec__ranking.-col4 .ranking-list {
  margin-bottom: 3.7857142857vw;
}
.feature .sec07 {
  margin-bottom: 12.0714285714vw;
  scroll-margin-top: 100px;
}
.feature .sec07__Inner {
  width: 57.1428571429vw;
  margin: auto;
}
.feature .sec07 .-ttl {
  margin-bottom: 4.1428571429vw;
}
.feature .sec07__Dl.-op {
  padding-bottom: 2.1428571429vw;
  border-bottom: 1px solid #D89E95;
}
.feature .sec07__Dt {
  padding: 1.2142857143vw 2vw 1.2142857143vw 4.2857142857vw;
  position: relative;
  font-weight: 600;
  font-size: 1.1428571429vw;
  line-height: 3.4285714286vw;
  letter-spacing: 0.025em;
  cursor: pointer;
  color: #494544;
  border-bottom: 1px solid #D89E95;
}
.feature .sec07__Dt span {
  position: absolute;
  left: 2.1428571429vw;
  font-size: 1.4285714286vw;
  font-family: "poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
}
.feature .sec07__Dt:before {
  position: absolute;
  top: 2.9285714286vw;
  right: 2.1428571429vw;
  content: "";
  width: 1.4285714286vw;
  height: 0.0714285714vw;
  background: #D89E95;
}
.feature .sec07__Dt:after {
  position: absolute;
  content: "";
  height: 1.4285714286vw;
  width: 0.0714285714vw;
  background: #D89E95;
  top: 2.2857142857vw;
  right: 2.7857142857vw;
}
.feature .sec07__Dt.-op:after {
  display: none;
}
.feature .sec07__Dd {
  display: none;
  margin: 2.1428571429vw auto 0;
  width: 52.1428571429vw;
  background: #F7F4F2;
  padding: 1.7142857143vw 1.7142857143vw 2vw 4.7142857143vw;
  letter-spacing: 0.025em;
  font-size: 1vw;
  line-height: 1.7142857143vw;
  position: relative;
  color: #494544;
  box-sizing: border-box;
}
.feature .sec07__Dd span {
  position: absolute;
  left: 2.5714285714vw;
  font-size: 1.4285714286vw;
  font-weight: 600;
}
.feature .sec07__Dd a {
  display: inline;
  text-decoration: underline;
}
.feature .sec07__Dd a:after {
  display: none;
}
.feature .sec08 {
  margin-bottom: 11.0714285714vw;
  scroll-margin-top: 100px;
  /* =========================================================
  アイテム一覧
  ========================================================= */
}
.feature .sec08__Inner {
  margin: auto;
  width: 70.7142857143vw;
}
.feature .sec08 .-ttl {
  margin-bottom: 4.1428571429vw;
}
.feature .sec08 .related-article-list ul {
  letter-spacing: -0.4em;
}
.feature .sec08 .related-article-item {
  width: 15.7142857143vw;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin: 0 2.5714285714vw 4.1428571429vw 0;
  position: relative;
}
.feature .sec08 .related-article-item:nth-child(3n) {
  margin: 0 2.5714285714vw 4.1428571429vw 0;
}
.feature .sec08 .related-article-item:nth-child(4n) {
  margin: 0 0 4.1428571429vw;
}
.feature .sec08 .related-article-item-image {
  position: relative;
}
.feature .sec08 .related-article-item-image a:hover {
  opacity: 0.6;
}
.feature .sec08 .related-article-item-category {
  width: 6.7857142857vw;
  height: 2.1428571429vw;
  background: #fff;
  text-align: center;
  position: absolute;
  bottom: -1.0714285714vw;
  left: 0.7142857143vw;
  font: 500 1.0714285714vw/2.1428571429vw "Jost", sans-serif !important;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.feature .sec08 .related-article-item-category::before {
  content: "";
  width: 100%;
  height: 1.0714285714vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #d5f2d5;
}
.feature .sec08 .related-article-item-category span {
  position: relative;
}
.feature .sec08 .related-article-item-title {
  line-height: 1.8;
  word-break: break-all;
  margin: 1.7857142857vw 0.7142857143vw 0.3571428571vw;
}
.feature .sec08 .related-article-item-title a {
  text-decoration: none;
}
.feature .sec08 .related-article-item-date {
  font: 400 0.8571428571vw "Jost", sans-serif;
  float: left;
  margin: 0.2857142857vw 0 0 0.7142857143vw;
}

@media (min-width: 1401px) {
  .feature {
    color: #000;
    font-feature-settings: "palt";
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow: hidden;
  }
  .feature img {
    max-width: 100%;
    height: auto;
  }
  .feature a {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
  }
  .feature a:after {
    background: rgba(255, 255, 255, 0.6);
    content: "";
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .feature a:hover {
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
  }
  .feature a:hover:after {
    opacity: 1;
    transition: 0.4s;
  }
  .feature .-ttl {
    text-align: center;
    font-size: 30px;
    color: #D89E95;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
  }
  .feature .-txt {
    text-align: center;
    font-size: 18px;
    color: #494544;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 74px;
  }
  .feature .c-btn {
    margin: auto;
    background: #DDAEA4;
    color: #fff;
    width: 450px;
    height: 70px;
    font-size: 18.53px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .feature .c-btn:before {
    content: "";
    width: 0.4721428571vw;
    height: 13.48px;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    background: url("./../img/icon_arrow.svg") no-repeat;
    background-size: 100%;
  }
  .feature .sec__ranking {
    margin: auto;
    width: 386px;
  }
  .feature .sec__ranking .ranking-list {
    margin-bottom: 56px;
  }
  .feature .sec__ranking .ranking-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 7px;
    margin: 0 auto;
  }
  .feature .sec__ranking .ranking-list ul li {
    position: relative;
    width: 123.5px;
  }
  .feature .sec__ranking .ranking-list ul li:before {
    top: -18px;
    left: 1px;
    position: absolute;
    height: 13px;
    width: 18px;
    z-index: 3;
  }
  .feature .sec__ranking .ranking-list ul li:nth-child(1)::before {
    background: url(./../img/crown_first.svg) center top/contain no-repeat;
    content: "";
  }
  .feature .sec__ranking .ranking-list ul li:nth-child(2)::before {
    background: url(./../img/crown_second.svg) center top/contain no-repeat;
    content: "";
    top: -18px;
    left: 5px;
  }
  .feature .sec__ranking .ranking-list ul li:nth-child(3)::before {
    background: url(./../img/crown_third.svg) center top/contain no-repeat;
    content: "";
    top: -18px;
    left: 7px;
  }
  .feature .sec__ranking .ranking-list ul li:nth-child(4)::before {
    background: url(./../img/crown_4th.svg) center top/contain no-repeat;
    content: "";
    height: 16px;
    width: 16px;
    top: -22px;
    left: 3px;
  }
  .feature .sec__ranking .ranking-list ul li:nth-child(5)::before {
    background: url(./../img/crown_5th.svg) center top/contain no-repeat;
    content: "";
    height: 16px;
    width: 16px;
    top: -22px;
    left: 5px;
  }
  .feature .sec__ranking .ranking-list ul li:nth-child(6)::before {
    background: url(./../img/crown_6th.svg) center top/contain no-repeat;
    content: "";
    height: 16px;
    width: 16px;
    top: -22px;
    left: 9px;
  }
  .feature .sec__ranking .ranking-list ul li .m-item-image {
    margin-bottom: 9px;
  }
  .feature .sec__ranking .ranking-list ul li .m-item-category,
  .feature .sec__ranking .ranking-list ul li .m-item-icon,
  .feature .sec__ranking .ranking-list ul li .m-item-name {
    display: none;
  }
  .feature .sec__ranking .ranking-list ul li .m-item-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .feature .sec__ranking.-col4 {
    width: 782px;
    transform: translateX(2px);
  }
  .feature .sec__ranking.-col4 .ranking-list {
    margin-bottom: 58px;
  }
  .feature .sec__ranking.-col4 .ranking-list ul {
    gap: 25px 19px;
  }
  .feature .sec__ranking.-col4 .ranking-list ul li {
    width: 181px;
  }
  .feature .sec__ranking.-col4 .ranking-list ul li:before {
    display: none;
  }
  .feature .sec__ranking.-col4 .ranking-list ul li .m-item-name {
    display: block;
  }
  .feature .mv {
    margin-top: 46px;
    margin-bottom: 97px;
  }
  .feature .mv__Inner {
    width: 1400px;
  }
  .feature .mv__Ttl {
    width: 370.5px;
    margin: 0 auto -29px;
  }
  .feature .mv__Thum {
    width: 900px;
  }
  .feature .sec01 {
    margin-bottom: 161px;
  }
  .feature .sec01__Inner {
    width: 1400px;
    margin: auto;
  }
  .feature .sec01__List {
    width: 967px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
  }
  .feature .sec01__Item {
    width: 190px;
  }
  .feature .sec01__Item:nth-of-type(6), .feature .sec01__Item:nth-of-type(7) {
    width: 260px;
  }
  .feature .sec02 {
    margin-bottom: 163px;
  }
  .feature .sec03 {
    margin-bottom: 163px;
  }
  .feature .sec03__Ttl {
    margin-bottom: 32px;
  }
  .feature .sec03__Txt {
    margin-bottom: 53px;
  }
  .feature .sec03__List {
    transform: translateX(-2px);
    width: 840px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  .feature .sec03__Item {
    width: 160px;
  }
  .feature .sec04 {
    margin-bottom: 161px;
  }
  .feature .sec04__tabarea {
    border-bottom: 1px solid #A0906D;
    display: flex;
    gap: 0 10px;
    justify-content: center;
    margin: 57px auto 54px;
    width: 780px;
  }
  .feature .sec04__tabname {
    position: relative;
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: 3px 0 0;
    height: 70px;
    width: 180px;
    transform: translateX(4px);
  }
  .feature .sec04__tabname p {
    display: flex;
    background: #D1BBBA;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    height: 70px;
    width: 180px;
  }
  .feature .sec04__tabname p span {
    color: #fff;
  }
  .feature .sec04__tabname p span:nth-child(2) {
    font-size: 16px;
    font-weight: 600;
  }
  .feature .sec04__tabname.is_active {
    border: 1px solid #A0906D;
    border-bottom: none;
    cursor: default;
    margin: 0;
    width: 204px;
    height: 82px;
  }
  .feature .sec04__tabname.is_active:after {
    content: "";
    bottom: -0.1rem;
    left: 0;
    position: absolute;
    height: 0.2rem;
    width: 100%;
    background-color: #fff;
  }
  .feature .sec04__tabname.is_active p {
    background-color: transparent;
  }
  .feature .sec04__tabname.is_active p span {
    color: #A0906D;
    font-size: 14px;
    margin: 3px 0 4px;
  }
  .feature .sec04__tabname.is_active p span:nth-child(2) {
    font-size: 18px;
    margin: 0;
  }
  .feature .sec04__panel {
    display: none;
  }
  .feature .sec04__panel-Txt {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 50px;
    letter-spacing: 0.05em;
  }
  .feature .sec04__panel.is_active {
    display: block;
  }
  .feature .sec05 {
    margin-bottom: 158px;
  }
  .feature .sec05 .-txt {
    margin-bottom: 52px;
  }
  .feature .sec05__Box {
    padding: 60px 0;
    border-bottom: 1px solid #fff;
  }
  .feature .sec05__Box-Ttl {
    text-align: center;
    font-size: 18px;
    color: #494544;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  .feature .sec05__Box-Ttl .-price {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    padding-top: 18px;
  }
  .feature .sec05__Box-Ttl .-price .-yen {
    font-size: 22px;
    font-weight: 600;
  }
  .feature .sec05__Box-Ttl .-price .-line {
    font-size: 31.7px;
  }
  .feature .sec05__Box.-box01 {
    background: #F4F4EA;
  }
  .feature .sec05__Box.-box01 .sec__ranking.-col4 .ranking-list {
    margin-bottom: 56px;
  }
  .feature .sec05__Box.-box01 .sec05__Box-Ttl {
    margin: 0 auto 57px;
  }
  .feature .sec05__Box.-box01 .sec05__Box-Ttl .-price {
    color: #B2A672;
  }
  .feature .sec05__Box.-box02 {
    background: #EFE9E8;
    padding: 68px 0 57px;
  }
  .feature .sec05__Box.-box02 .feature .sec05__Box-Ttl .sec__ranking.-col4 .ranking-list {
    margin-bottom: 56px;
  }
  .feature .sec05__Box.-box02 .sec05__Box-Ttl {
    margin: 0 auto 57px;
  }
  .feature .sec05__Box.-box02 .sec05__Box-Ttl .-price {
    color: #B56D5E;
  }
  .feature .sec05__Box.-box03 {
    background: #E4E9EA;
  }
  .feature .sec05__Box.-box03 .sec05__Box-Ttl {
    margin: 0 auto 57px;
  }
  .feature .sec05__Box.-box03 .sec05__Box-Ttl .-price {
    color: #6C8596;
  }
  .feature .sec06__Box {
    margin-bottom: 160px;
  }
  .feature .sec06__Box.-box01 .sec06__Box-Ttl {
    width: 300px;
    margin: 0 auto 60px;
  }
  .feature .sec06__Box.-box01 .sec__ranking.-col4 .ranking-list {
    margin-bottom: 56px;
  }
  .feature .sec06__Box.-box02 {
    margin-bottom: 158px;
  }
  .feature .sec06__Box.-box02 .sec06__Box-Ttl {
    width: 300px;
    margin: 0 auto 60px;
  }
  .feature .sec06__Box.-box02 .sec__ranking.-col4 .ranking-list {
    margin-bottom: 56px;
  }
  .feature .sec06__Box.-box03 {
    margin-bottom: 163px;
  }
  .feature .sec06__Box.-box03 .sec06__Box-Ttl {
    width: 280px;
    margin: 0 auto 60px;
  }
  .feature .sec06__Box.-box03 .sec__ranking.-col4 .ranking-list {
    margin-bottom: 53px;
  }
  .feature .sec07 {
    margin-bottom: 169px;
  }
  .feature .sec07__Inner {
    width: 800px;
    margin: auto;
  }
  .feature .sec07 .-ttl {
    margin-bottom: 58px;
  }
  .feature .sec07__Dl.-op {
    padding-bottom: 30px;
    border-bottom: 1px solid #D89E95;
  }
  .feature .sec07__Dt {
    padding: 17px 28px 17px 60px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 48px;
    letter-spacing: 0.025em;
    cursor: pointer;
    color: #494544;
    border-bottom: 1px solid #D89E95;
  }
  .feature .sec07__Dt span {
    position: absolute;
    left: 30px;
    font-size: 20px;
    font-family: "poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 600;
  }
  .feature .sec07__Dt:before {
    position: absolute;
    top: 41px;
    right: 30px;
    content: "";
    width: 20px;
    height: 1px;
    background: #D89E95;
  }
  .feature .sec07__Dt:after {
    position: absolute;
    content: "";
    height: 20px;
    width: 1px;
    background: #D89E95;
    top: 32px;
    right: 39px;
  }
  .feature .sec07__Dt.-op:after {
    display: none;
  }
  .feature .sec07__Dd {
    display: none;
    margin: 30px auto 0;
    width: 730px;
    background: #F7F4F2;
    padding: 24px 24px 28px 66px;
    letter-spacing: 0.025em;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    color: #494544;
    box-sizing: border-box;
  }
  .feature .sec07__Dd span {
    position: absolute;
    left: 36px;
    font-size: 20px;
    font-weight: 600;
  }
  .feature .sec07__Dd a {
    display: inline;
    text-decoration: underline;
  }
  .feature .sec07__Dd a:after {
    display: none;
  }
  .feature .sec08 {
    margin-bottom: 155px;
    /* =========================================================
    アイテム一覧
    ========================================================= */
  }
  .feature .sec08__Inner {
    margin: auto;
    width: 990px;
  }
  .feature .sec08 .-ttl {
    margin-bottom: 58px;
  }
  .feature .sec08 .related-article-list ul {
    letter-spacing: -0.4em;
  }
  .feature .sec08 .related-article-item {
    width: 220px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    margin: 0 36px 58px 0;
    position: relative;
  }
  .feature .sec08 .related-article-item:nth-child(3n) {
    margin: 0 36px 58px 0;
  }
  .feature .sec08 .related-article-item:nth-child(4n) {
    margin: 0 0 58px;
  }
  .feature .sec08 .related-article-item-image {
    position: relative;
  }
  .feature .sec08 .related-article-item-image a:hover {
    opacity: 0.6;
  }
  .feature .sec08 .related-article-item-category {
    width: 95px;
    height: 30px;
    background: #fff;
    text-align: center;
    position: absolute;
    bottom: -15px;
    left: 10px;
    font: 500 15px/30px "Jost", sans-serif !important;
    text-decoration: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .feature .sec08 .related-article-item-category::before {
    content: "";
    width: 100%;
    height: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #d5f2d5;
  }
  .feature .sec08 .related-article-item-category span {
    position: relative;
  }
  .feature .sec08 .related-article-item-title {
    line-height: 1.8;
    word-break: break-all;
    margin: 25px 10px 5px;
  }
  .feature .sec08 .related-article-item-title a {
    text-decoration: none;
  }
  .feature .sec08 .related-article-item-date {
    font: 400 12px "Jost", sans-serif;
    float: left;
    margin: 4px 0 0 10px;
  }
}