@charset "UTF-8";
/*共通
----------------------------*/
.l-container {
  width: 100%;
  padding: 40px 0 40px;
  background-color: #f4f1ef;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}

#feature {
  width: 100%;
  margin: 0 auto;
  color: #282420;
  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: #282420;
}
#feature a:hover {
  text-decoration: none;
}
#feature .fadeimg {
  transition: 0.3s;
}
#feature .js_anime figure {
  opacity: 0;
  transform: translateY(10rem);
  transition: all ease 1s;
}
#feature .js_anime.is_show figure {
  opacity: 1;
  transform: translateY(0);
}
#feature .inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}

#feature {
  /*メインビジュアル（.hero)
  ----------------------------*/
}
#feature .hero {
  padding-top: 40px;
  position: relative;
}
#feature .hero .hero__img {
  width: fit-content;
  margin: 0 auto;
}
#feature .hero .hero__txt.hero__txt01 {
  margin-top: 49px;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.075em;
}
#feature .hero .hero__txt.hero__txt02 {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
}
#feature .hero .hero__ttl {
  margin-top: 24px;
  transform: translateX(-1px);
}
#feature .sec {
  position: relative;
}
#feature .sec .sec__credit {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  transform: translateX(-50%);
  pointer-events: auto;
}
#feature .sec .sec__credit .credit .item {
  width: fit-content;
  margin: 0 auto;
}
#feature .sec .sec__credit .credit .item .link {
  width: fit-content;
  margin: 0 auto;
  transition: .3s;
}
#feature .sec .sec__credit .credit .item .link:hover {
  opacity: .7;
}
#feature .sec .sec__credit .credit .item .link span {
  width: fit-content;
  margin: 0 auto;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  display: block;
  position: relative;
}
#feature .sec .sec__credit .credit .item .link span.price {
  letter-spacing: 0.075em;
}
#feature .sec .sec__credit .credit .item .link span.price::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #282420;
  position: absolute;
  bottom: 4px;
  left: 0;
  z-index: -1;
}
#feature .sec .sec__flex {
  display: flex;
  position: relative;
  pointer-events: none;
}
#feature .sec .sec__flex .sec__contents {
  pointer-events: none;
}
#feature .sec .sec__flex.is_reverse {
  flex-direction: row-reverse;
}
#feature .sec .sec__flex.is_480 {
  width: 480px;
  height: 254px;
  background-color: rgba(244, 241, 239, 0.3);
}
#feature .sec .sec__flex.is_420 {
  width: 420px;
  height: 224px;
  background-color: rgba(244, 241, 239, 0.3);
}
#feature .sec .sec__img {
  width: fit-content;
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
#feature .sec .sec__point {
  width: fit-content;
  position: absolute;
}
#feature .sec .sec__ttl {
  width: fit-content;
  position: absolute;
  z-index: -1;
}
#feature .sec .sec__txtarea {
  background-repeat: no-repeat;
  background-size: contain;
}
#feature .sec .sec__txtarea p {
  text-align: left;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.065em;
}
#feature .sec .sec__txt {
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.055em;
}
#feature .sec.sec01 {
  margin-top: 60px;
}
#feature .sec.sec01 .sec__img.sec__img01 {
  margin: 0 auto;
}
#feature .sec.sec01 .sec__img.sec__img01::after {
  content: "";
  width: 340px;
  height: 469px;
  background-color: #f4f1ef;
  position: absolute;
  top: 30px;
  right: -30px;
  z-index: -1;
}
#feature .sec.sec01 .sec__img.sec__img02 {
  margin: 90px 0 0 120px;
}
#feature .sec.sec01 .sec__img.sec__img03 {
  margin: 340px 0 0 240px;
}
#feature .sec.sec01 .sec__point {
  top: -26px;
  right: -22px;
}
#feature .sec.sec01 .sec__txtarea {
  width: 558px;
  height: 312px;
  margin: -44px 0 0 255px;
  background-image: url(../img/bd01.svg);
  padding: 48px 0 0 55px;
}
#feature .sec.sec01 .sec__txt {
  margin-top: 89px;
}
#feature .sec.sec02 {
  margin-top: 88px;
}
#feature .sec.sec02 .sec__img.sec__img04 {
  margin: 0 0 0 170px;
}
#feature .sec.sec02 .sec__img.sec__img04::after {
  content: "";
  width: 320px;
  height: 442px;
  background-color: #f4f1ef;
  position: absolute;
  top: 30px;
  left: -30px;
  z-index: -1;
}
#feature .sec.sec02 .sec__img.sec__img05 {
  margin: 100px 0 0 20px;
}
#feature .sec.sec02 .sec__img.sec__img06 {
  margin: 66px 0 0 207px;
}
#feature .sec.sec02 .sec__img.sec__img07 {
  margin: 21px 0 0 40px;
}
#feature .sec.sec02 .sec__img.sec__img08 {
  margin: 21px 0 0 20px;
}
#feature .sec.sec02 .sec__point {
  top: -26px;
  left: -22px;
}
#feature .sec.sec02 .sec__txtarea {
  width: 388px;
  height: 174px;
  margin: -140px 0 0 427px;
  background-image: url(../img/bd02.svg);
  padding: 48px 0 0 55px;
}
#feature .sec.sec02 .sec__flex.is_480 {
  margin: 100px auto 0;
}
#feature .sec.sec03 {
  padding-bottom: 120px;
  margin-top: 177px;
}
#feature .sec.sec03 .sec__img.sec__img09 {
  margin: 0 auto;
}
#feature .sec.sec03 .sec__img.sec__img10 {
  margin: 87px 0 0 251px;
}
#feature .sec.sec03 .sec__img.sec__img11 {
  margin: 21px 0 0 41px;
}
#feature .sec.sec03 .sec__img.sec__img12 {
  margin: 21px 0 0 20px;
}
#feature .sec.sec03 .sec__img.sec__img13 {
  margin: 74px 0 0 80px;
}
#feature .sec.sec03 .sec__img.sec__img14 {
  margin: 20px 0 0 39px;
}
#feature .sec.sec03 .sec__img.sec__img15 {
  margin: 21px 0 0 20px;
}
#feature .sec.sec03 .sec__txt {
  margin-top: 49px;
  letter-spacing: 0.07em;
}
#feature .sec.sec03 .sec__ttl.sec__ttl01 {
  top: -20px;
  left: -185px;
}
#feature .sec.sec03 .sec__ttl.sec__ttl02 {
  bottom: 22px;
  right: -99px;
}
#feature .sec.sec03 .sec__txtarea {
  width: 388px;
  height: 174px;
  margin: -140px 0 0 427px;
  background-image: url(../img/bd02.svg);
  padding: 48px 0 0 55px;
}
#feature .sec.sec03 .sec__flex.sec__flex01 {
  margin: 105px 0 0 49px;
}
#feature .sec.sec03 .sec__flex.sec__flex02 {
  margin: 113px 0 0 191px;
}
#feature .sec.sec03 .sec__btn {
  width: fit-content;
  margin: 154px auto 0;
}
