@charset "UTF-8";
/*共通
----------------------------*/
.l-header {
  padding: 0;
  position: relative;
  z-index: 999;
  background-color: #fff;
  overflow-x: clip;
}

.l-footer {
  padding: 0;
  position: relative;
  z-index: 999;
  background-color: #fff;
  overflow-x: clip;
}

.pc-footer {
  margin: 0;
}

#feature {
  width: 100%;
  margin: 0 auto 170px;
  color: #000;
  box-sizing: border-box;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  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: #000;
  transition: 0.3s;
}
#feature a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#feature img {
  width: 100%;
  height: auto;
  display: block;
}
#feature figure {
  background-color: #fff;
}
#feature .fadeimg {
  transition: 0.3s;
}

#feature {
  /*メインビジュアル（.hero)
  ----------------------------*/
}
#feature .hero {
  position: relative;
}
#feature .hero .hero__img {
  width: 745px;
  margin: 36px auto 0;
  transform: translateX(2px);
}
#feature .sec .sec__ttl {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #896350;
}
#feature .sec .sec__ttl.sec__ttl01 {
  margin-top: 44px;
}
#feature .sec .sec__ttl.sec__ttl02 {
  margin-top: 138px;
}
#feature .sec .sec__sizebtnarea {
  margin-top: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 19px;
}
#feature .sec .sec__sizebtnarea .sec__btn {
  width: 205px;
  height: 80px;
}
#feature .sec .sec__sizebtnarea .sec__btn a {
  width: 100%;
  height: 100%;
  font-weight: 600;
  font-size: 21px;
  line-height: 80px;
  letter-spacing: 0.1em;
  background-color: #f6ebe5;
  color: #896350;
}
#feature .sec .sec__itembtnarea {
  margin-top: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 19px;
  margin-left: -6px;
}
#feature .sec .sec__itembtnarea .sec__btn {
  width: 150px;
  height: 80px;
  position: relative;
}
#feature .sec .sec__itembtnarea .sec__btn::after {
  pointer-events: none;
}
#feature .sec .sec__itembtnarea .sec__btn a {
  width: 100%;
  height: 100%;
  font-weight: 600;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0.1em;
  background-color: #f6ebe5;
  color: #896350;
  display: flex;
  align-items: center;
  justify-content: center;
}
#feature .sec .sec__itembtnarea .sec__btn.sec__btn06::after {
  content: "";
  width: 72px;
  height: 108px;
  background-image: url(../img/icon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: -50px;
  right: -19px;
}
#feature .sec .sec__itembtnarea .sec__btn.sec__btn07::after {
  content: "";
  width: 100px;
  height: 134px;
  background-image: url(../img/icon02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: -67px;
  right: -7px;
}
#feature .sec .sec__itembtnarea .sec__btn.sec__btn08::after {
  content: "";
  width: 72px;
  height: 95px;
  background-image: url(../img/icon03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: -51px;
  right: -3px;
}
#feature .sec .sec__itembtnarea .sec__btn.sec__btn09::after {
  content: "";
  width: 78px;
  height: 104px;
  background-image: url(../img/icon04.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: -60px;
  right: -19px;
}
#feature .sec .sec__itembtnarea .sec__btn.sec__btn10::after {
  content: "";
  width: 77px;
  height: 102px;
  background-image: url(../img/icon05.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: -38px;
  right: -14px;
}/*# sourceMappingURL=pc-pic.css.map */