.l-container {
  width: 100%;
}

.feature {
  color: #000;
  font-feature-settings: "palt";
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-style: normal;
  font-weight: 300;
  overflow: hidden;
  padding-bottom: 172px;
  text-align: center;
  width: 100%;
}
.feature a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.feature a:hover {
  opacity: 0.6;
}
.feature a:has(> img) {
  display: block;
}
.feature img {
  height: auto;
  width: 100%;
}
.feature .credit {
  display: flex;
  flex-wrap: wrap;
}
.feature .credit li {
  font-family: "nimbus-sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  margin: 0 6px 14px 0;
  white-space: nowrap;
}
.feature .credit li a {
  text-decoration: underline;
}
.feature .hero {
  display: flex;
  margin: 0 auto 116px;
  width: 1400px;
}
.feature .hero__cont01 {
  background: #1a1a1a;
  height: 1022px;
  opacity: 0;
  position: relative;
  transform: translateX(20px);
  transition: all 0.8s ease-in-out;
  transition-delay: 0.5s;
  width: 700px;
}
.feature .hero__cont01.is-active {
  transform: translateX(0);
  opacity: 1;
}
.feature .hero__cont01_outer {
  overflow: hidden;
  width: 700px;
}
.feature .hero__cont01 .hero__img {
  position: absolute;
  top: 242px;
  left: 125px;
  width: 450px;
}
.feature .hero__cont01 .hero__ttl {
  opacity: 0;
  position: absolute;
  bottom: 102px;
  left: 160px;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
  transition-delay: 0.5s;
  width: 379px;
}
.feature .hero__cont01 .hero__ttl.is-active {
  transform: translateY(0);
  opacity: 1;
}
.feature .hero__cont02 {
  overflow: hidden;
  position: relative;
  width: 700px;
}
.feature .hero__cont02 .hero__img {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.8s ease-in-out;
  transition-delay: 0.5s;
  width: 700px;
}
.feature .hero__cont02 .hero__img.is-active {
  transform: translateX(0);
  opacity: 1;
}
.feature .hero__cont02 .hero__txt {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.188em;
  line-height: 1.9;
  opacity: 0;
  position: absolute;
  bottom: 133px;
  left: 149px;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
  transition-delay: 0.5s;
}
.feature .hero__cont02 .hero__txt.is-active {
  transform: translateY(0);
  opacity: 1;
}
.feature .leadTxt {
  color: #231815;
  font-size: 16px;
  letter-spacing: 0.148em;
  line-height: 1.9;
  margin-bottom: 111px;
  opacity: 0;
  transition: all 0.8s ease-in;
}
.feature .leadTxt.is-active {
  opacity: 1;
}
.feature .c__01 {
  margin-bottom: 300px;
}
.feature .c__01_cap {
  height: 630px;
  margin: 0 auto 98px;
  position: relative;
  width: 630px;
  opacity: 0;
  transition: all 0.8s ease-in;
}
.feature .c__01_cap.is-active {
  opacity: 1;
}
.feature .c__01_cap.is-active .cap {
  transform: translateY(0);
  opacity: 1;
}
.feature .c__01_cap .cap {
  opacity: 0;
  position: absolute;
  bottom: 135px;
  left: 254px;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
  transition-delay: 0.5s;
  width: 121px;
}
.feature .c__01 .inner {
  height: 1175px;
  margin: 0 auto 69px;
  position: relative;
  width: 1397px;
}
.feature .c__01 .inner__txt {
  color: #231815;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.8;
  opacity: 0;
  position: absolute;
  top: 54px;
  left: 346px;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
  z-index: 2;
}
.feature .c__01 .inner__txt.is-active {
  opacity: 1;
  transform: translateY(0);
}
.feature .c__01_img01 {
  width: 630px;
}
.feature .c__01_img02 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
  width: 680px;
}
.feature .c__01_img02.is-active {
  opacity: 1;
  transform: translateY(0);
}
.feature .c__01_img03 {
  opacity: 0;
  position: absolute;
  top: 239px;
  right: 196px;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
  width: 410px;
}
.feature .c__01_img03.is-active {
  opacity: 1;
  transform: translateY(0);
}
.feature .c__01_img04 {
  background: #fff;
  opacity: 0;
  position: absolute;
  right: 78px;
  bottom: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
  width: 370px;
  z-index: 2;
}
.feature .c__01_img04.is-active {
  opacity: 1;
  transform: translateY(0);
}
.feature .c__01 .credit01 {
  opacity: 0;
  position: absolute;
  bottom: 80px;
  left: 219px;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
}
.feature .c__01 .credit01.is-active {
  opacity: 1;
  transform: translateY(0);
}
.feature .c__01 .credit02 {
  opacity: 0;
  position: absolute;
  right: 477px;
  bottom: -13px;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
}
.feature .c__01 .credit02.is-active {
  opacity: 1;
  transform: translateY(0);
}
.feature .c__01 .credit02 .credit {
  display: block;
  text-align: left;
}
.feature .c__01 .explain {
  margin: 0 auto;
  opacity: 0;
  position: relative;
  width: 877px;
  transition: all 0.8s ease-in-out;
}
.feature .c__01 .explain.is-active {
  opacity: 1;
}
.feature .c__01 .explain.is-active .explain__txt {
  opacity: 1;
  transform: translateY(0);
}
.feature .c__01 .explain__img {
  width: 460px;
}
.feature .c__01 .explain__txt {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 2.1;
  opacity: 0;
  position: absolute;
  top: 77px;
  left: 85px;
  text-align: justify;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
  transition-delay: 0.5s;
  width: 708px;
}
.feature .c__02 {
  margin-bottom: 300px;
}
.feature .c__02_cap {
  height: 630px;
  margin: 0 auto 128px;
  position: relative;
  width: 630px;
  opacity: 0;
  transition: all 0.8s ease-in;
}
.feature .c__02_cap.is-active {
  opacity: 1;
}
.feature .c__02_cap.is-active .cap {
  transform: translateY(0);
  opacity: 1;
}
.feature .c__02_cap .cap {
  opacity: 0;
  position: absolute;
  bottom: 133px;
  left: 254px;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
  transition-delay: 0.5s;
  width: 121px;
}
.feature .c__02 .inner {
  height: 1253px;
  margin: 0 auto;
  position: relative;
  width: 1397px;
}
.feature .c__02 .inner__txt {
  color: #231815;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.8;
  opacity: 0;
  position: absolute;
  top: 22px;
  left: 436px;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
  z-index: 2;
}
.feature .c__02 .inner__txt.is-active {
  opacity: 1;
  transform: translateY(0);
}
.feature .c__02_img01 {
  width: 630px;
}
.feature .c__02_img02 {
  position: absolute;
  top: 0;
  right: -1px;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
  width: 730px;
}
.feature .c__02_img02.is-active {
  opacity: 1;
  transform: translateY(0);
}
.feature .c__02_img03 {
  opacity: 0;
  position: absolute;
  top: 199px;
  left: 53px;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
  width: 420px;
}
.feature .c__02_img03.is-active {
  opacity: 1;
  transform: translateY(0);
}
.feature .c__02_img04 {
  background: #fff;
  opacity: 0;
  position: absolute;
  left: 185px;
  bottom: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
  width: 420px;
  z-index: 2;
}
.feature .c__02_img04.is-active {
  opacity: 1;
  transform: translateY(0);
}
.feature .c__02 .credit01 {
  opacity: 0;
  position: absolute;
  top: 602px;
  left: 504px;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
}
.feature .c__02 .credit01.is-active {
  opacity: 1;
  transform: translateY(0);
}
.feature .c__02 .credit01 .credit {
  display: block;
  text-align: left;
}
.feature .c__02 .credit02 {
  opacity: 0;
  position: absolute;
  right: 154px;
  bottom: 159px;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
}
.feature .c__02 .credit02.is-active {
  opacity: 1;
  transform: translateY(0);
}
.feature .c__02 .explain {
  margin: -16px auto 0;
  opacity: 0;
  position: relative;
  width: 1213px;
  transition: all 0.8s ease-in-out;
}
.feature .c__02 .explain.is-active {
  opacity: 1;
}
.feature .c__02 .explain.is-active .explain__txt {
  opacity: 1;
  transform: translateY(0);
}
.feature .c__02 .explain__img {
  margin: 0 0 0 auto;
  width: 550px;
}
.feature .c__02 .explain__txt {
  font-size: 13px;
  letter-spacing: 0.055em;
  line-height: 2.1;
  opacity: 0;
  position: absolute;
  top: 93px;
  left: 301px;
  text-align: justify;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
  transition-delay: 0.5s;
  width: 611px;
}
.feature .c__03 {
  margin-bottom: 165px;
}
.feature .c__03_cap {
  height: 630px;
  margin: 0 auto 158px;
  position: relative;
  width: 630px;
  opacity: 0;
  transition: all 0.8s ease-in;
}
.feature .c__03_cap.is-active {
  opacity: 1;
}
.feature .c__03_cap.is-active .cap {
  transform: translateY(0);
  opacity: 1;
}
.feature .c__03_cap .cap {
  opacity: 0;
  position: absolute;
  bottom: 133px;
  left: 256px;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
  transition-delay: 0.5s;
  width: 117px;
}
.feature .c__03 .inner {
  height: 1361px;
  margin: 0 auto 104px;
  position: relative;
  width: 1400px;
}
.feature .c__03 .inner__txt {
  color: #231815;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.8;
  opacity: 0;
  position: absolute;
  top: -60px;
  left: 378px;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
  z-index: 2;
}
.feature .c__03 .inner__txt.is-active {
  opacity: 1;
  transform: translateY(0);
}
.feature .c__03_img01 {
  width: 630px;
}
.feature .c__03_img02 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
  width: 730px;
}
.feature .c__03_img02.is-active {
  opacity: 1;
  transform: translateY(0);
}
.feature .c__03_img03 {
  opacity: 0;
  position: absolute;
  top: 101px;
  right: 219px;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
  width: 410px;
}
.feature .c__03_img03.is-active {
  opacity: 1;
  transform: translateY(0);
}
.feature .c__03_img04 {
  opacity: 0;
  position: absolute;
  right: 50px;
  bottom: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
  width: 500px;
}
.feature .c__03_img04.is-active {
  opacity: 1;
  transform: translateY(0);
}
.feature .c__03 .credit01 {
  opacity: 0;
  position: absolute;
  bottom: 266px;
  left: 396px;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
}
.feature .c__03 .credit01.is-active {
  opacity: 1;
  transform: translateY(0);
}
.feature .c__03 .credit02 {
  opacity: 0;
  position: absolute;
  top: 609px;
  right: 317px;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
}
.feature .c__03 .credit02.is-active {
  opacity: 1;
  transform: translateY(0);
}
.feature .c__03 .credit03 {
  opacity: 0;
  position: absolute;
  right: 143px;
  bottom: -65px;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
}
.feature .c__03 .credit03.is-active {
  opacity: 1;
  transform: translateY(0);
}
.feature .c__03 .explain {
  margin: 0 auto;
  opacity: 0;
  position: relative;
  transition: all 0.8s ease-in-out;
  width: 1400px;
}
.feature .c__03 .explain.is-active {
  opacity: 1;
}
.feature .c__03 .explain.is-active .explain__txt {
  opacity: 1;
  transform: translateY(0);
}
.feature .c__03 .explain__img {
  margin: 0 auto;
  width: 550px;
}
.feature .c__03 .explain__txt {
  font-size: 13px;
  letter-spacing: 0.09em;
  line-height: 2.1;
  opacity: 0;
  position: absolute;
  top: 9px;
  left: 391px;
  text-align: justify;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
  transition-delay: 0.5s;
  width: 618px;
}
.feature .btn {
  border-bottom: solid #000 1px;
  font-family: "nimbus-sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.035em;
  opacity: 0;
  padding: 0 5px 2px;
  text-decoration: none;
  transition: all 0.8s ease-in;
}
.feature .btn.is-active {
  opacity: 1;
}

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