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

.feature {
  color: #333;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, Helvetica, Arial, sans-serif;
  font-feature-settings: "palt";
  font-style: normal;
  font-weight: 400;
  overflow: clip;
  margin-bottom: 125px;
  padding-top: 29px;
  position: relative;
  text-align: center;
  width: 100%;
}
.feature p {
  margin: 0;
}
.feature a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
.feature a:hover {
  opacity: 0.6;
}
.feature a:has(> img) {
  display: block;
}
.feature img {
  height: auto;
  width: 100%;
}
.feature .ttl {
  align-items: center;
  display: flex;
  font-size: 44px;
  justify-content: center;
  margin-bottom: 20px;
}
.feature .ttl span {
  display: inline-block;
  font-size: 45px;
  transform: scale(1, 1.08);
}
.feature .leadTxt {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 34px;
  margin-bottom: 43px;
  padding-right: 9px;
}
.feature .brandWrap_all {
    margin-bottom: 40px!important;
}

.feature .brandWrap_all > a {
    height: 60px!important;
}
.feature .anchorLink {
  display: flex;
  justify-content: center;
  margin-bottom: 75px;
  padding-right: 7px;
}
.feature .anchorLink li {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.feature .anchorLink li::after {
  content: "|";
  margin: 0 7.5px 0 9px;
}
.feature .anchorLink li:last-child::after {
  display: none;
}
.feature .anchorLink li a {
  color: #4681b4;
}
.feature .brandWrap {
  margin-bottom: 116px;
}
.feature .brandWrap .cap {
  font-size: 26px;
  margin-bottom: 26px;
}
.feature .brandWrap .cap span {
  font-size: 22px;
}
.feature .brandWrap .itemWrap {
  margin: 0 auto 38px;
  width: 990px;
}
.feature .brandWrap .itemWrap ul {
  display: flex;
  justify-content: space-between;
}
.feature .brandWrap .itemWrap ul li {
  width: 233px;
}
.feature .brandWrap .itemWrap ul li .item__card a {
  text-align: left;
}
.feature .brandWrap .itemWrap ul li .item__card_img {
  margin-bottom: 12px;
}
.feature .brandWrap .itemWrap ul li .item__card_brand {
  font-size: 12px;
  font-weight: bold;
}
.feature .brandWrap .itemWrap ul li .item__card_name {
  font-size: 12px;
  font-weight: bold;
}
.feature .brandWrap .itemWrap ul li .item__card_price {
  font-size: 12px;
  font-weight: bold;
}
.feature .brandWrap .linkBtn {
  align-items: center;
  background: #4681b4;
  border-radius: 40px;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  height: 80px;
  justify-content: center;
  margin: 0 auto;
  width: 440px;
}
.feature #anchor01.brandWrap .cap {
  margin-bottom: 28px;
}
.feature #anchor02.brandWrap .itemWrap {
  margin-bottom: 39px;
}
.feature #anchor02.brandWrap .cap {
  margin-bottom: 25px;
}
.feature #anchor05.brandWrap {
  margin-bottom: 114px;
}
.feature #anchor07.brandWrap {
  margin-bottom: 114px;
}
.feature .relatedContents .cap {
  font-size: 26px;
  margin-bottom: 23px;
}
.feature .relatedContents .sec__magazine .related-article-list {
  margin: 0 auto 66px;
  width: 990px;
}
.feature .relatedContents .sec__magazine .related-article-list ul {
  display: flex;
  justify-content: space-between;
}
.feature .relatedContents .sec__magazine .related-article-item {
  text-align: left;
  width: 221px;
}
.feature .relatedContents .sec__magazine .related-article-item-image {
  margin-bottom: 27px;
}
.feature .relatedContents .sec__magazine .related-article-item-title {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 12px;
}
.feature .relatedContents .linkBtn {
  align-items: center;
  background: #4681b4;
  border-radius: 40px;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  height: 80px;
  justify-content: center;
  margin: 0 auto;
  width: 440px;
}

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