@charset "UTF-8";
/*共通
----------------------------*/
.l-container {
  width: 100%;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}

#feature {
  width: 100%;
  margin: 0 auto;
  color: #757056;
  box-sizing: border-box;
  text-align: center;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  position: relative;
}
#feature * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#feature a {
  width: 100%;
  height: auto;
  display: block;
  color: #757056;
}
#feature a:hover {
  text-decoration: none;
}
#feature figure {
  background-color: #fff;
}
#feature .fadeimg {
  transition: 0.3s;
}
#feature .inner {
  width: 900px;
  margin: 0 auto;
  position: relative;
}

#feature {
  /*メインビジュアル（.hero)
  ----------------------------*/
}
#feature .hero {
  position: relative;
}
#feature .hero .hero__img {
  width: fit-content;
  margin: 16px auto 0;
}
#feature .hero .hero__ttl {
  margin-top: 80px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.07em;
}
#feature .hero .hero__subttl {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.07em;
}
#feature .hero .hero__nav {
  margin-top: 50px;
}
#feature .nav0307USG {
  width: 650px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#feature .nav0307USG li {
  width: calc(100% / 5);
  height: 50px;
  border: 1px solid #757056;
  border-left: none;
  box-sizing: border-box;
}
#feature .nav0307USG li:nth-child(n + 6) {
  width: calc(100% / 4);
  border-top: none;
}
#feature .nav0307USG li:nth-child(5) {
  border-right: none;
}
#feature .nav0307USG li:nth-child(9) {
  border-right: none;
}
#feature .nav0307USG li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
#feature .nav0307USG li a:hover {
  opacity: .7;
}
#feature .sec {
  padding: 58px 0;
  position: relative;
}
#feature .sec:nth-child(even) {
  background-color: #fafaf2;
}
#feature .sec .sec__flex {
  display: flex;
  position: relative;
}
#feature .sec .sec__flex.is_reverse {
  flex-direction: row-reverse;
}
#feature .sec .sec__img {
  width: fit-content;
  position: relative;
}
#feature .sec .sec__ttl {
  font-family: garamond-premier-pro-display, serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.02em;
}
#feature .sec .sec__ranking {
  margin-top: 37px;
}
#feature .sec .sec__ranking .ranking-list {
  width: 100%;
  overflow: initial;
}
#feature .sec .sec__ranking .ranking-list ul {
  width: 870px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  overflow: initial;
}
#feature .sec .sec__ranking .ranking-list ul li {
  width: 180px;
  display: block;
}
#feature .sec .sec__ranking .ranking-list ul li::before {
  display: none;
}
#feature .sec .sec__ranking .ranking-list ul li::after {
  font-family: garamond-premier-pro-display, serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  color: #757056;
  position: absolute;
  bottom: 100%;
  left: 0;
}
#feature .sec .sec__ranking .ranking-list ul li:nth-child(1)::after {
  content: 'No.1';
}
#feature .sec .sec__ranking .ranking-list ul li:nth-child(2)::after {
  content: 'No.2';
}
#feature .sec .sec__ranking .ranking-list ul li:nth-child(3)::after {
  content: 'No.3';
}
#feature .sec .sec__ranking .ranking-list ul li:nth-child(4)::after {
  content: 'No.4';
}
#feature .sec .sec__ranking .ranking-list ul li .m-item .m-item-brand {
  font-size: 15px;
  line-height: 48px;
  color: #757056;
  letter-spacing: 0.02em;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, Helvetica, Arial, sans-serif;
}
#feature .sec .sec__ranking .ranking-list ul li .m-item .m-item-category {
  display: none;
}
#feature .sec .sec__ranking .ranking-list ul li .m-item .m-item-name {
  font-size: 12px;
  line-height: 20px;
  color: #757056;
  letter-spacing: 0.05em;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, Helvetica, Arial, sans-serif;
}
#feature .sec .sec__ranking .ranking-list ul li .m-item .m-item-price {
  font-size: 15px;
  line-height: 41px;
  color: #757056;
  letter-spacing: 0.03em;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, Helvetica, Arial, sans-serif;
}
#feature .sec .sec__btn {
  width: fit-content;
  margin: 27px auto 0;
}
#feature .sec.sec01 {
  margin-top: 70px;
}
#feature .sec.sec09 {
  padding-bottom: 153px;
}
