.l-container {
  width: 100%;
}

#feature {
  color: #4d4949;
  text-align: center;
  margin: 0 auto;
  position: relative;
  background: url(../img/bg_beige.jpg);
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  font-family: 'Noto Sans JP', sans-serif;
}
#feature .is-fade {
  opacity: 0;
  transition: all 1200ms;
}
#feature .is-show {
  opacity: 1;
}
#feature .fadeimg {
  transition: 0.3s;
}
#feature .l-hdr {
  position: relative;
  margin: 0 auto;
  padding-top: 50px;
  background: url(../img/snow_bg.png) repeat-x;
}
#feature .l-hdr__kv {
  position: relative;
  width: 998px;
  margin: 0 auto;
}
#feature .l-hdr__img {
  position: relative;
  border-radius: 30px;
  width:100%;
}
#feature .l-hdr__ttl {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
}
#feature .c-txt {
  width: 1100px;
  margin: 0 auto 100px;
  background: url(../img/lead_snow.png) no-repeat;
  background-position: center;
}
#feature .c-txt__heading {
  font-family: orpheuspro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 54px;
  color: #931616;
  margin: 80px auto 50px;
}
#feature .c-txt__lead {
  font-size: 18px;
  line-height: 2.2;
  font-feature-settings: "palt";
}
#feature .l-nav__list {
  display: flex;
  justify-content: space-between;
  width: 796px;
  margin: 0 auto 100px;
}
#feature .l-nav__list-item a {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  background: #992626;
  position: relative;
  text-align: center;
  margin: 10px 0;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
}
#feature .l-nav__list-item a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.3s;
}
#feature .l-nav__list-item a::after {
  position: absolute;
  display: block;
  content: url(../img/arrow.png);
  bottom: 19px;
}
#feature .c-style{
  margin-bottom:190px;
  padding-top: 100px;
  margin-top: -100px;
}

#feature .c-style__heading {
  height: 130px;
  position: relative;
  margin: 0 auto 80px;
}
#feature .c-style__heading-inner {
  width: 1100px;
  margin: 0 auto;
}
#feature .c-style__heading-inner01::before {
  position: absolute;
  display: block;
  content: url(../img/ttl_snow.png);
  top: 30px;
  left: 164px;
}
#feature .c-style__heading01 {
  background: url(../img/bg_green.jpg);
}
#feature .c-style__heading-ttl {
  font-size: 38px;
  color: #FFF;
  font-weight: 600;
  padding-top: 23px;
}
#feature .c-style__heading02 {
  background: url(../img/bg_red.jpg);
}
#feature .c-style__heading-inner02::before {
  position: absolute;
  display: block;
  content: url(../img/ttl_snow.png);
  top: 30px;
  right: 164px;
}
#feature .c-style__heading03 {
  background: url(../img/bg_green.jpg);
}
#feature .c-style__heading-inner03::before {
  position: absolute;
  display: block;
  content: url(../img/ttl_snow.png);
  top: 30px;
  left: 164px;
}
#feature .c-style__heading-subttl {
  font-family: orpheus-pro-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #ba9151;
  letter-spacing: 0.2em;
  padding-top: 16px;
}
#feature .c-style__list {
  width: 920px;
  margin: 0 auto 100px;
}
#feature .c-style__list-star {
  margin-bottom: 18px;
}
#feature .c-style__list-ttl {
  position: relative;
  font-size: 26px;
  color: #a58533;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
#feature .c-style__list-ttl img {
  margin: 0 30px;
  vertical-align: middle;
}
#feature .c-style__list-ttl::before, #feature .c-style__list-ttl::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #a58533;
}
#feature .c-style__list-ttl::before {
  margin-right: 1rem;
}
#feature .c-style__list-ttl::after {
  margin-left: 1rem;
}
#feature .p-card__list {
  display: flex;
  justify-content: space-between;
  width: 920px;
}
#feature .p-card__list-item a {
  display: flex;
  flex-direction: column;
  width: 280px;
  /*height: 480px;*/
  background: #FFF;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px;
}
#feature .p-card__list-item img{
  margin-bottom:12px;
}
#feature .p-card__list-item a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.3s;
}
#feature .c-style02 .p-card__list-item a,
#feature .c-style03 .p-card__list-item a {
  height: 448px;
}
#feature .p-card__list-comment {
  color: #9f7d26;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  flex-grow: 1;
}
#feature .c-credit {
  text-align: left;
  font-size: 13px;
  color: #9f7d26;
  border-top: 1px dotted #9f7d26;
  padding-top: 12px;
  margin-top: 12px;
}
#feature .c-credit__name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom:3px;
}
#feature .c-credit__price {
  display: inline-block;
  font-family: 'Poppins',sans-serif;
}
#feature .c-credit__icon {
  background: #9f1a1a;
  color: #FFF;
  display: inline-block;
  border-radius: 8px;
  font-size: 11px;
  width: 50px;
  text-align: center;
  letter-spacing: 0.15em;
  margin-left: 8px;
  font-family: 'Poppins',sans-serif;
}

#feature .c-style__heading-ttl,
#feature .l-brand__heading-ttl {
  font-size: 38px;
  color: #FFF;
  font-weight: 600;
  padding-top: 23px;
}
#feature .c-style__heading-subttl,
#feature .l-brand__heading-subttl {
  font-family: orpheus-pro-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #ba9151;
  letter-spacing: 0.2em;
  padding-top: 16px;
}
#feature .l-brand {
  background: url(../img/bg_red.jpg);
  padding-bottom: 120px;
}
#feature .l-brand__heading-inner {
  position: relative;
  width: 1100px;
  margin: 0 auto 80px;
}
#feature .l-brand__heading-inner::before {
  position: absolute;
  display: block;
  content: url(../img/ttl_snow.png);
  top: 58px;
  left: 268px;
}
#feature .l-brand__heading-ttl {
  padding-top: 100px;
}
#feature .brand__list__logo img {
  width: 100%;
}
#feature .l-brand__list {
  display: flex;
  flex-wrap: wrap;
  width: 998px;
  margin: 0 auto;
}
#feature .l-brand__list li {
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 5px;
  width: 178px;
  height: 80px;
  background: #FFF;
  margin: 0 27px 27px 0;
  padding: 8px;
  box-sizing: border-box;
}
#feature .l-brand__list li:hover {
  opacity: 0.6;
  transition: 0.3s;
}
#feature .l-brand__list li:nth-child(5n+5) {
  margin-right: 0;
}
#feature .l-brand__list li a {
  display: block;
}
#feature .l-gift {
  background: url(../img/gift_snow.png) no-repeat top 80px center, url(../img/bg_green.jpg);
  padding-bottom: 145px;
}
#feature .l-gift__inner {
  display: flex;
  align-items: center;
  width: 998px;
  margin: 90px auto 0;
}
#feature .l-gift__heading-ttl {
  font-family: orpheuspro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  color: #c5a254;
  margin: 0 auto 40px;
  padding-top: 120px;
  letter-spacing: .05em;
}
#feature .l-gift__lead {
  font-size: 18px;
  color: #c5a254;
  font-weight: 600;
}
#feature .l-gift__img {
  margin-right: 80px;
}
#feature .l-gift__img img {
  border-radius: 20px;
}
#feature .l-gift__desc {
  font-size: 14px;
  line-height: 1.8;
  color: #FFF;
  text-align: left;
  margin-bottom: 40px;
}
#feature .c-btn__gift a {
  position: relative;
  border-radius: 30px;
  display: block;
  width: 260px;
  height: 60px;
  background: #a28440;
  box-sizing: border-box;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 60px;
}
#feature .c-btn__gift a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.3s;
}
#feature .c-btn__gift a::after {
  position: absolute;
  content: url(../img/arrow.png);
  right: 30px;
  transform: rotate(-90deg);
}
#feature .l-bottom {
  padding: 130px 0 450px;
  background: url(../img/end_bg.png) repeat-x bottom -10px center,
   url(../img/snow_bg.png) no-repeat top;
}
#feature .c-btn__all a {
  position: relative;
  border-radius: 45px;
  display: block;
  width: 540px;
  height: 88px;
  background: #972525;
  box-sizing: border-box;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 88px;
  margin: 0 auto;
}
#feature .c-btn__all a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.3s;
}
#feature .c-btn__all a::after {
  position: absolute;
  content: url(../img/arrow.png);
  right: 50px;
  transform: rotate(-90deg);
}
/*# sourceMappingURL=style.css.map */