.l-container {
  width: 100%;
}

.feature {
  color: #000;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  padding-bottom: 140px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .feature {
    padding-bottom: 10vw;
  }
}
.feature a {
  color: #606060;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.feature a:hover {
  opacity: 0.7;
}
.feature a:has(> img) {
  display: block;
}
.feature img {
  height: auto;
  width: 100%;
}
.feature .js-inview {
  opacity: 0;
  transition: all 1.1s ease;
  transform: translateY(100px);
  visibility: hidden;
}
.feature .js-inview.is-active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.feature .credit {
  display: flex;
  flex-wrap: wrap;
}
.feature .credit li {
  font-family: "miller-banner", serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0 0 9px;
  white-space: nowrap;
}
@media screen and (max-width: 1400px) {
  .feature .credit li {
    font-size: 0.8571428571vw;
    margin-bottom: 0.6428571429vw;
  }
}
.feature .credit__text {
  margin-right: 4px;
}
@media screen and (max-width: 1400px) {
  .feature .credit__text {
    margin-right: 0.2857142857vw;
  }
}
.feature .slick-dots {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 10px;
  bottom: -2px;
}
@media screen and (max-width: 1400px) {
  .feature .slick-dots {
    right: 0.7142857143vw;
    bottom: -0.1428571429vw;
  }
}
.feature .slick-dots li {
  margin: 0 0 0 12px;
}
@media screen and (max-width: 1400px) {
  .feature .slick-dots li {
    margin: 0 0 0 0.8571428571vw;
  }
}
.feature .slick-dots li button {
  appearance: none;
  background: #fff;
  border-radius: 3px;
  border: none;
  color: transparent;
  cursor: pointer;
  height: 6px;
  padding: 0;
  width: 6px;
}
@media screen and (max-width: 1400px) {
  .feature .slick-dots li button {
    border-radius: 0.2142857143vw;
    height: 0.4285714286vw;
    width: 0.4285714286vw;
  }
}
.feature .slick-dots li.slick-active button {
  background: none;
  border: solid #fff 1px;
}
@media screen and (max-width: 1400px) {
  .feature .slick-dots li.slick-active button {
    border: solid #fff 0.0714285714vw;
  }
}
.feature .hero {
  margin: 0 auto 68px;
  width: 1200px;
}
@media screen and (max-width: 1400px) {
  .feature .hero {
    margin-bottom: 4.8571428571vw;
    width: 85.7142857143vw;
  }
}
.feature .cap {
  margin: 0 auto 34px;
  padding-left: 3px;
  width: 313px;
}
@media screen and (max-width: 1400px) {
  .feature .cap {
    margin-bottom: 2.4285714286vw;
    padding-left: 0.2142857143vw;
    width: 22.3571428571vw;
  }
}
.feature .lead {
  margin-bottom: 113px;
}
@media screen and (max-width: 1400px) {
  .feature .lead {
    margin-bottom: 8.0714285714vw;
  }
}
.feature .lead p {
  color: #606060;
  font-feature-settings: "palt";
  letter-spacing: 0.16em;
  line-height: 2.2;
  margin-bottom: 15px;
}
@media screen and (max-width: 1400px) {
  .feature .lead p {
    margin-bottom: 1.0714285714vw;
  }
}
.feature .lead p:last-child {
  margin-bottom: 0;
}
.feature .c__01 {
  height: 1550px;
  margin: 0 auto 200px;
  position: relative;
  width: 1318px;
}
@media screen and (max-width: 1400px) {
  .feature .c__01 {
    height: 110.7142857143vw;
    margin-bottom: 14.2857142857vw;
    width: 94.1428571429vw;
  }
}
.feature .c__01_img01 {
  position: absolute;
  top: 0;
  left: 119px;
  width: 460px;
}
@media screen and (max-width: 1400px) {
  .feature .c__01_img01 {
    left: 8.5vw;
    width: 32.8571428571vw;
  }
}
.feature .c__01_img02 {
  position: absolute;
  top: 418px;
  right: -41px;
  width: 560px;
}
@media screen and (max-width: 1400px) {
  .feature .c__01_img02 {
    top: 29.8571428571vw;
    right: -2.9285714286vw;
    width: 40vw;
  }
}
.feature .c__01_img03 {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 489px;
  width: 360px;
}
@media screen and (max-width: 1400px) {
  .feature .c__01_img03 {
    left: 34.9285714286vw;
    width: 25.7142857143vw;
  }
}
.feature .c__01_img03 .credit {
  position: absolute;
  top: 464px;
  left: 390px;
  width: 150px;
}
@media screen and (max-width: 1400px) {
  .feature .c__01_img03 .credit {
    top: 33.1428571429vw;
    left: 27.8571428571vw;
    width: 10.7142857143vw;
  }
}
.feature .c__02 {
  height: 1650px;
  margin: 0 auto 200px;
  position: relative;
  width: 1280px;
}
@media screen and (max-width: 1400px) {
  .feature .c__02 {
    height: 117.8571428571vw;
    margin-bottom: 14.2857142857vw;
    width: 91.4285714286vw;
  }
}
.feature .c__02_img01 {
  position: absolute;
  top: 0;
  left: -60px;
  width: 520px;
}
@media screen and (max-width: 1400px) {
  .feature .c__02_img01 {
    left: -4.2857142857vw;
    width: 37.1428571429vw;
  }
}
.feature .c__02_img02 {
  position: absolute;
  top: 620px;
  right: 60px;
  width: 340px;
}
@media screen and (max-width: 1400px) {
  .feature .c__02_img02 {
    top: 44.2857142857vw;
    right: 4.2857142857vw;
    width: 24.2857142857vw;
  }
}
.feature .c__02_img03 {
  position: absolute;
  bottom: 0;
  left: 360px;
  width: 460px;
}
@media screen and (max-width: 1400px) {
  .feature .c__02_img03 {
    left: 25.7142857143vw;
    width: 32.8571428571vw;
  }
}
.feature .c__02_img03 .credit {
  position: absolute;
  justify-content: flex-end;
  top: 614px;
  right: 490px;
  width: 170px;
}
@media screen and (max-width: 1400px) {
  .feature .c__02_img03 .credit {
    top: 43.8571428571vw;
    right: 35vw;
    width: 12.1428571429vw;
  }
}
.feature .c__03 {
  height: 1090px;
  margin: 0 auto 200px;
  position: relative;
  width: 1020px;
}
@media screen and (max-width: 1400px) {
  .feature .c__03 {
    height: 77.8571428571vw;
    margin-bottom: 14.2857142857vw;
    width: 72.8571428571vw;
  }
}
.feature .c__03_img01 {
  position: absolute;
  top: 0;
  left: -130px;
  width: 400px;
}
@media screen and (max-width: 1400px) {
  .feature .c__03_img01 {
    left: -9.2857142857vw;
    width: 28.5714285714vw;
  }
}
.feature .c__03_img02 {
  position: absolute;
  right: 130px;
  bottom: 0;
  width: 560px;
}
@media screen and (max-width: 1400px) {
  .feature .c__03_img02 {
    right: 9.2857142857vw;
    width: 40vw;
  }
}
.feature .c__03_img02 .credit {
  position: absolute;
  top: 743px;
  left: 590px;
  width: 150px;
}
@media screen and (max-width: 1400px) {
  .feature .c__03_img02 .credit {
    top: 53.0714285714vw;
    left: 42.1428571429vw;
    width: 10.7142857143vw;
  }
}
.feature .c__04 {
  height: 1410px;
  margin: 0 auto 200px;
  position: relative;
  width: 1410px;
}
@media screen and (max-width: 1400px) {
  .feature .c__04 {
    height: 100.7142857143vw;
    margin-bottom: 14.2857142857vw;
    width: 100.7142857143vw;
  }
}
.feature .c__04_img01 {
  position: absolute;
  top: 0;
  right: 5px;
  width: 430px;
}
@media screen and (max-width: 1400px) {
  .feature .c__04_img01 {
    right: 0.3571428571vw;
    width: 30.7142857143vw;
  }
}
.feature .c__04_img02 {
  position: absolute;
  top: 370px;
  left: 235px;
  width: 480px;
}
@media screen and (max-width: 1400px) {
  .feature .c__04_img02 {
    top: 26.4285714286vw;
    left: 16.7857142857vw;
    width: 34.2857142857vw;
  }
}
.feature .c__04_img02 .credit {
  position: absolute;
  top: 747px;
  left: 0;
  width: 160px;
}
@media screen and (max-width: 1400px) {
  .feature .c__04_img02 .credit {
    top: 53.3571428571vw;
    width: 11.4285714286vw;
  }
}
.feature .c__04_img03 {
  position: absolute;
  right: 255px;
  bottom: 0;
  width: 380px;
}
@media screen and (max-width: 1400px) {
  .feature .c__04_img03 {
    right: 18.2142857143vw;
    width: 27.1428571429vw;
  }
}
.feature .c__05 {
  height: 675px;
  margin: 0 auto 200px;
  position: relative;
  width: 910px;
}
@media screen and (max-width: 1400px) {
  .feature .c__05 {
    height: 48.2142857143vw;
    margin-bottom: 14.2857142857vw;
    width: 65vw;
  }
}
.feature .c__05_img01 {
  position: absolute;
  top: 0;
  left: 255px;
  width: 450px;
}
@media screen and (max-width: 1400px) {
  .feature .c__05_img01 {
    left: 18.2142857143vw;
    width: 32.1428571429vw;
  }
}
.feature .c__05_img01 .credit {
  position: absolute;
  top: 598px;
  left: 480px;
  width: 160px;
}
@media screen and (max-width: 1400px) {
  .feature .c__05_img01 .credit {
    top: 42.7142857143vw;
    left: 34.2857142857vw;
    width: 11.4285714286vw;
  }
}
.feature .c__05_img02 {
  position: absolute;
  top: 0;
  left: -205px;
  width: 450px;
}
@media screen and (max-width: 1400px) {
  .feature .c__05_img02 {
    left: -14.6428571429vw;
    width: 32.1428571429vw;
  }
}
.feature .c__06 {
  height: 1060px;
  margin: 0 auto 200px;
  position: relative;
  width: 930px;
}
@media screen and (max-width: 1400px) {
  .feature .c__06 {
    height: 75.7142857143vw;
    margin-bottom: 14.2857142857vw;
    width: 66.4285714286vw;
  }
}
.feature .c__06_img01 {
  position: absolute;
  top: 0;
  right: -165px;
  width: 520px;
}
@media screen and (max-width: 1400px) {
  .feature .c__06_img01 {
    right: -11.7857142857vw;
    width: 37.1428571429vw;
  }
}
.feature .c__06_img01 .credit {
  position: absolute;
  top: 808px;
  left: 0;
  width: 160px;
}
@media screen and (max-width: 1400px) {
  .feature .c__06_img01 .credit {
    top: 57.7142857143vw;
    width: 11.4285714286vw;
  }
}
.feature .c__06_img02 {
  position: absolute;
  bottom: 0;
  left: 165px;
  width: 350px;
}
@media screen and (max-width: 1400px) {
  .feature .c__06_img02 {
    left: 11.7857142857vw;
    width: 25vw;
  }
}
.feature .c__07 {
  height: 1640px;
  margin: 0 auto 200px;
  position: relative;
  width: 1225px;
}
@media screen and (max-width: 1400px) {
  .feature .c__07 {
    height: 117.1428571429vw;
    margin-bottom: 14.2857142857vw;
    width: 87.5vw;
  }
}
.feature .c__07_img01 {
  position: absolute;
  top: 0;
  right: 87px;
  width: 390px;
}
@media screen and (max-width: 1400px) {
  .feature .c__07_img01 {
    right: 6.2142857143vw;
    width: 27.8571428571vw;
  }
}
.feature .c__07_img02 {
  position: absolute;
  top: 389px;
  left: -87px;
  width: 420px;
}
@media screen and (max-width: 1400px) {
  .feature .c__07_img02 {
    top: 27.7857142857vw;
    left: -5.4285714286vw;
    width: 30vw;
  }
}
.feature .c__07_img02 .credit {
  position: absolute;
  top: 657px;
  left: 0;
  width: 160px;
}
@media screen and (max-width: 1400px) {
  .feature .c__07_img02 .credit {
    top: 46.9285714286vw;
    width: 11.4285714286vw;
  }
}
.feature .c__07_img03 {
  position: absolute;
  bottom: 0;
  left: 413px;
  width: 560px;
}
@media screen and (max-width: 1400px) {
  .feature .c__07_img03 {
    left: 29.5vw;
    width: 40vw;
  }
}
.feature .c__08 {
  height: 1267px;
  margin: 0 auto 200px;
  position: relative;
  width: 1260px;
}
@media screen and (max-width: 1400px) {
  .feature .c__08 {
    height: 90.5vw;
    margin-bottom: 14.2857142857vw;
    width: 90vw;
  }
}
.feature .c__08_img01 {
  position: absolute;
  top: 201px;
  right: -70px;
  width: 420px;
}
@media screen and (max-width: 1400px) {
  .feature .c__08_img01 {
    top: 14.3571428571vw;
    right: -5vw;
    width: 30vw;
  }
}
.feature .c__08_img02 {
  position: absolute;
  top: 0;
  left: 70px;
  width: 360px;
}
@media screen and (max-width: 1400px) {
  .feature .c__08_img02 {
    left: 5vw;
    width: 25.7142857143vw;
  }
}
.feature .c__08_img03 {
  position: absolute;
  bottom: 0;
  left: 390px;
  width: 460px;
}
@media screen and (max-width: 1400px) {
  .feature .c__08_img03 {
    left: 27.8571428571vw;
    width: 32.8571428571vw;
  }
}
.feature .c__08_img03 .credit {
  position: absolute;
  top: 590px;
  left: 490px;
  width: 160px;
}
@media screen and (max-width: 1400px) {
  .feature .c__08_img03 .credit {
    top: 42.1428571429vw;
    left: 35vw;
    width: 11.4285714286vw;
  }
}
.feature .c__09 {
  height: 840px;
  margin: 0 auto 302px;
  position: relative;
  width: 1000px;
}
@media screen and (max-width: 1400px) {
  .feature .c__09 {
    height: 60vw;
    margin-bottom: 21.5714285714vw;
    width: 71.4285714286vw;
  }
}
.feature .c__09_img01 {
  position: absolute;
  top: 0;
  left: -200px;
  width: 560px;
}
@media screen and (max-width: 1400px) {
  .feature .c__09_img01 {
    left: -13vw;
    width: 40vw;
  }
}
.feature .c__09_img01 .credit {
  position: absolute;
  top: 867px;
  left: 0;
  width: 160px;
}
@media screen and (max-width: 1400px) {
  .feature .c__09_img01 .credit {
    top: 61.9285714286vw;
    width: 11.4285714286vw;
  }
}
.feature .c__09_img02 {
  position: absolute;
  right: 200px;
  bottom: 0;
  width: 380px;
}
@media screen and (max-width: 1400px) {
  .feature .c__09_img02 {
    right: 14.2857142857vw;
    width: 27.1428571429vw;
  }
}
.feature .c__10 {
  margin-bottom: 200px;
}
@media screen and (max-width: 1400px) {
  .feature .c__10 {
    margin-bottom: 14.2857142857vw;
  }
}
.feature .c__10_img01 {
  margin: 0 auto;
  position: relative;
  width: 460px;
}
@media screen and (max-width: 1400px) {
  .feature .c__10_img01 {
    width: 32.8571428571vw;
  }
}
.feature .c__10_img01 .credit {
  position: absolute;
  top: 635px;
  left: 490px;
  width: 120px;
}
@media screen and (max-width: 1400px) {
  .feature .c__10_img01 .credit {
    top: 45.3571428571vw;
    left: 35vw;
    width: 8.5714285714vw;
  }
}
.feature .c__11 {
  height: 1025px;
  margin: 0 auto 200px;
  position: relative;
  width: 780px;
}
@media screen and (max-width: 1400px) {
  .feature .c__11 {
    height: 73.2142857143vw;
    margin-bottom: 14.2857142857vw;
    width: 55.7142857143vw;
  }
}
.feature .c__11_img01 {
  position: absolute;
  top: 0;
  right: -220px;
  width: 500px;
}
@media screen and (max-width: 1400px) {
  .feature .c__11_img01 {
    right: -15.7142857143vw;
    width: 35.7142857143vw;
  }
}
.feature .c__11_img02 {
  position: absolute;
  bottom: 0;
  left: 220px;
  width: 330px;
}
@media screen and (max-width: 1400px) {
  .feature .c__11_img02 {
    left: 15.7142857143vw;
    width: 23.5714285714vw;
  }
}
.feature .c__11_img02 .credit {
  justify-content: flex-end;
  position: absolute;
  top: 419px;
  right: 359px;
  width: 160px;
}
@media screen and (max-width: 1400px) {
  .feature .c__11_img02 .credit {
    top: 29.9285714286vw;
    right: 25.6428571429vw;
    width: 11.4285714286vw;
  }
}
.feature .c__12 {
  height: 674px;
  margin: 0 auto 201px;
  position: relative;
  width: 910px;
}
@media screen and (max-width: 1400px) {
  .feature .c__12 {
    height: 48.1428571429vw;
    margin-bottom: 14.3571428571vw;
    width: 65vw;
  }
}
.feature .c__12_img01 {
  position: absolute;
  top: 0;
  left: 215px;
  width: 450px;
}
@media screen and (max-width: 1400px) {
  .feature .c__12_img01 {
    left: 16.7857142857vw;
    width: 32.1428571429vw;
  }
}
.feature .c__12_img01 .credit {
  position: absolute;
  top: 599px;
  left: 480px;
  width: 160px;
}
@media screen and (max-width: 1400px) {
  .feature .c__12_img01 .credit {
    top: 42.7857142857vw;
    left: 34.2857142857vw;
    width: 11.4285714286vw;
  }
}
.feature .c__12_img02 {
  position: absolute;
  top: 0;
  left: -245px;
  width: 450px;
}
@media screen and (max-width: 1400px) {
  .feature .c__12_img02 {
    left: -16.0714285714vw;
    width: 32.1428571429vw;
  }
}
.feature .c__13 {
  height: 1369px;
  margin: 0 auto 201px;
  position: relative;
  width: 1250px;
}
@media screen and (max-width: 1400px) {
  .feature .c__13 {
    height: 97.7857142857vw;
    margin-bottom: 14.3571428571vw;
    width: 89.2857142857vw;
  }
}
.feature .c__13_img01 {
  position: absolute;
  top: 0;
  left: 15px;
  width: 570px;
}
@media screen and (max-width: 1400px) {
  .feature .c__13_img01 {
    left: 1.0714285714vw;
    width: 40.7142857143vw;
  }
}
.feature .c__13_img01 .credit {
  position: absolute;
  top: 882px;
  left: 0;
  width: 160px;
}
@media screen and (max-width: 1400px) {
  .feature .c__13_img01 .credit {
    top: 63vw;
    width: 11.4285714286vw;
  }
}
.feature .c__13_img02 {
  position: absolute;
  right: 125px;
  bottom: 0;
  width: 400px;
}
@media screen and (max-width: 1400px) {
  .feature .c__13_img02 {
    right: 8.9285714286vw;
    width: 28.5714285714vw;
  }
}
.feature .c__13_img03 {
  position: absolute;
  top: 225px;
  right: -15px;
  width: 310px;
}
@media screen and (max-width: 1400px) {
  .feature .c__13_img03 {
    top: 16.0714285714vw;
    right: -1.0714285714vw;
    width: 22.1428571429vw;
  }
}
.feature .c__14 {
  height: 1010px;
  margin: 0 auto 200px;
  position: relative;
  width: 980px;
}
@media screen and (max-width: 1400px) {
  .feature .c__14 {
    height: 72.1428571429vw;
    margin-bottom: 14.2857142857vw;
    width: 70vw;
  }
}
.feature .c__14_img01 {
  position: absolute;
  top: 0;
  left: -210px;
  width: 440px;
}
@media screen and (max-width: 1400px) {
  .feature .c__14_img01 {
    left: -14.3571428571vw;
    width: 31.4285714286vw;
  }
}
.feature .c__14_img01 .credit {
  position: absolute;
  top: 687px;
  left: 0;
  width: 160px;
}
@media screen and (max-width: 1400px) {
  .feature .c__14_img01 .credit {
    top: 49.0714285714vw;
    width: 11.4285714286vw;
  }
}
.feature .c__14_img02 {
  position: absolute;
  right: 210px;
  bottom: 0;
  width: 460px;
}
@media screen and (max-width: 1400px) {
  .feature .c__14_img02 {
    right: 15vw;
    width: 32.8571428571vw;
  }
}
.feature .c__15 {
  height: 810px;
  margin: 0 auto 200px;
  position: relative;
  width: 960px;
}
@media screen and (max-width: 1400px) {
  .feature .c__15 {
    height: 57.8571428571vw;
    margin-bottom: 14.2857142857vw;
    width: 68.5714285714vw;
  }
}
.feature .c__15_img01 {
  position: absolute;
  bottom: 0;
  left: 220px;
  width: 360px;
}
@media screen and (max-width: 1400px) {
  .feature .c__15_img01 {
    left: 15.7142857143vw;
    width: 25.7142857143vw;
  }
}
.feature .c__15_img01 .credit {
  justify-content: flex-end;
  position: absolute;
  top: 484px;
  left: -189px;
  width: 160px;
}
@media screen and (max-width: 1400px) {
  .feature .c__15_img01 .credit {
    top: 34.5714285714vw;
    right: -13.5vw;
    width: 11.4285714286vw;
  }
}
.feature .c__15_img02 {
  position: absolute;
  top: 0;
  right: -220px;
  width: 540px;
}
@media screen and (max-width: 1400px) {
  .feature .c__15_img02 {
    right: -15.7142857143vw;
    width: 38.5714285714vw;
  }
}
.feature .c__16 {
  height: 1600px;
  margin: 0 auto 200px;
  position: relative;
  width: 1100px;
}
@media screen and (max-width: 1400px) {
  .feature .c__16 {
    height: 114.2857142857vw;
    margin-bottom: 14.2857142857vw;
    width: 78.5714285714vw;
  }
}
.feature .c__16_img01 {
  position: absolute;
  top: 430px;
  right: 20px;
  width: 340px;
}
@media screen and (max-width: 1400px) {
  .feature .c__16_img01 {
    top: 30.7142857143vw;
    right: 1.4285714286vw;
    width: 24.2857142857vw;
  }
}
.feature .c__16_img02 {
  position: absolute;
  top: 0;
  left: 180px;
  width: 500px;
}
@media screen and (max-width: 1400px) {
  .feature .c__16_img02 {
    left: 12.8571428571vw;
    width: 35.7142857143vw;
  }
}
.feature .c__16_img03 {
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 440px;
}
@media screen and (max-width: 1400px) {
  .feature .c__16_img03 {
    left: -1.4285714286vw;
    width: 31.4285714286vw;
  }
}
.feature .c__16_img03 .credit {
  position: absolute;
  top: 585px;
  left: 470px;
  width: 160px;
}
@media screen and (max-width: 1400px) {
  .feature .c__16_img03 .credit {
    top: 41.7857142857vw;
    right: 33.5714285714vw;
    width: 11.4285714286vw;
  }
}
.feature .c__17 {
  height: 1120px;
  margin: 0 auto 200px;
  position: relative;
  width: 1110px;
}
@media screen and (max-width: 1400px) {
  .feature .c__17 {
    height: 80vw;
    margin-bottom: 14.2857142857vw;
    width: 79.2857142857vw;
  }
}
.feature .c__17_img01 {
  position: absolute;
  right: -65px;
  bottom: 0;
  width: 370px;
}
@media screen and (max-width: 1400px) {
  .feature .c__17_img01 {
    right: -4.6428571429vw;
    width: 26.4285714286vw;
  }
}
.feature .c__17_img02 {
  position: absolute;
  top: 0;
  right: -65px;
  width: 370px;
}
@media screen and (max-width: 1400px) {
  .feature .c__17_img02 {
    right: -4.6428571429vw;
    width: 26.4285714286vw;
  }
}
.feature .c__17_img03 {
  position: absolute;
  top: 140px;
  left: 65px;
  width: 560px;
}
@media screen and (max-width: 1400px) {
  .feature .c__17_img03 {
    top: 10vw;
    left: 4.6428571429vw;
    width: 40vw;
  }
}
.feature .c__17_img03 .credit {
  position: absolute;
  top: 868px;
  left: 0;
  width: 160px;
}
@media screen and (max-width: 1400px) {
  .feature .c__17_img03 .credit {
    top: 61.4285714286vw;
    width: 11.4285714286vw;
  }
}
.feature .c__18 {
  height: 980px;
  margin: 0 auto 200px;
  position: relative;
  width: 870px;
}
@media screen and (max-width: 1400px) {
  .feature .c__18 {
    height: 70vw;
    margin-bottom: 14.2857142857vw;
    width: 62.1428571429vw;
  }
}
.feature .c__18_img01 {
  position: absolute;
  top: 0;
  left: -205px;
  width: 480px;
}
@media screen and (max-width: 1400px) {
  .feature .c__18_img01 {
    left: -14.6428571429vw;
    width: 34.2857142857vw;
  }
}
.feature .c__18_img02 {
  position: absolute;
  right: 205px;
  bottom: 0;
  width: 330px;
}
@media screen and (max-width: 1400px) {
  .feature .c__18_img02 {
    right: 14.6428571429vw;
    width: 23.5714285714vw;
  }
}
.feature .c__18_img02 .credit {
  position: absolute;
  top: 419px;
  left: 361px;
  width: 160px;
}
@media screen and (max-width: 1400px) {
  .feature .c__18_img02 .credit {
    top: 29.9285714286vw;
    left: 25.7857142857vw;
    width: 11.4285714286vw;
  }
}
.feature .c__19 {
  height: 870px;
  margin: 0 auto 200px;
  position: relative;
  width: 900px;
}
@media screen and (max-width: 1400px) {
  .feature .c__19 {
    height: 62.1428571429vw;
    margin-bottom: 14.2857142857vw;
    width: 64.2857142857vw;
  }
}
.feature .c__19_img01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 580px;
}
@media screen and (max-width: 1400px) {
  .feature .c__19_img01 {
    width: 41.4285714286vw;
  }
}
.feature .c__19_img02 {
  background: #fff;
  position: absolute;
  top: 150px;
  left: 0;
  width: 380px;
}
@media screen and (max-width: 1400px) {
  .feature .c__19_img02 {
    top: 10.7142857143vw;
    width: 27.1428571429vw;
  }
}
.feature .c__19_img02 .credit {
  position: absolute;
  top: 598px;
  left: 0;
  width: 120px;
}
@media screen and (max-width: 1400px) {
  .feature .c__19_img02 .credit {
    top: 42.7142857143vw;
    width: 8.5714285714vw;
  }
}
.feature .c__20 {
  height: 1910px;
  margin: 0 auto 176px;
  position: relative;
  width: 1130px;
}
@media screen and (max-width: 1400px) {
  .feature .c__20 {
    height: 136.4285714286vw;
    margin-bottom: 12.5714285714vw;
    width: 80.7142857143vw;
  }
}
.feature .c__20_img01 {
  position: absolute;
  top: 0;
  left: 325px;
  width: 440px;
}
@media screen and (max-width: 1400px) {
  .feature .c__20_img01 {
    left: 23.2142857143vw;
    width: 31.4285714286vw;
  }
}
.feature .c__20_img02 {
  background: #fff;
  position: absolute;
  top: 440px;
  right: -55px;
  width: 500px;
}
@media screen and (max-width: 1400px) {
  .feature .c__20_img02 {
    top: 31.4285714286vw;
    right: -3.9285714286vw;
    width: 35.7142857143vw;
  }
}
.feature .c__20_img02 .credit {
  justify-content: flex-end;
  position: absolute;
  top: 778px;
  right: 0;
  width: 140px;
}
@media screen and (max-width: 1400px) {
  .feature .c__20_img02 .credit {
    top: 55.5714285714vw;
    width: 10vw;
  }
}
.feature .c__20_img03 {
  position: absolute;
  top: 950px;
  left: 55px;
  width: 400px;
}
@media screen and (max-width: 1400px) {
  .feature .c__20_img03 {
    top: 67.8571428571vw;
    left: 3.9285714286vw;
    width: 28.5714285714vw;
  }
}
.feature .c__20_img04 {
  position: absolute;
  right: 255px;
  bottom: 0;
  width: 320px;
}
@media screen and (max-width: 1400px) {
  .feature .c__20_img04 {
    right: 18.2142857143vw;
    width: 22.8571428571vw;
  }
}
.feature .c__20_img04 .credit {
  position: absolute;
  top: 507px;
  right: -1px;
}
@media screen and (max-width: 1400px) {
  .feature .c__20_img04 .credit {
    top: 36.2142857143vw;
    right: -0.0714285714vw;
  }
}
.feature .btn {
  border-bottom: 3px double #58595b;
  color: #2D2D2D;
  display: inline-block;
  font-family: "miller-banner", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0 auto 140px;
  padding-bottom: 8px;
}
.feature .staff {
  margin: 0 auto;
  width: 327px;
}
.feature .sideTxt {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  right: 25px;
  opacity: 0;
  transition: all 1.1s ease-in-out;
  visibility: hidden;
  width: 13px;
  z-index: 5;
}
@media screen and (max-width: 1400px) {
  .feature .sideTxt {
    right: 1.7857142857vw;
    width: 0.9285714286vw;
  }
}
.feature .sideTxt.inview {
  opacity: 1;
  visibility: visible;
}
.feature .fixedTxt {
  background: #f4eedf;
  padding-bottom: 15px;
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  transition: all 1.1s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 5;
}
@media screen and (max-width: 1400px) {
  .feature .fixedTxt {
    padding-bottom: 1.0714285714vw;
  }
}
.feature .fixedTxt.inview {
  opacity: 1;
  visibility: visible;
}
.feature .fixedTxt .upper {
  border-bottom: solid #1c1c1c 1px;
  padding: 20px 0 9px;
}
@media screen and (max-width: 1400px) {
  .feature .fixedTxt .upper {
    border-bottom: solid #1c1c1c 0.0714285714vw;
    padding-top: 1.4285714286vw;
    padding-bottom: 0.6428571429vw;
  }
}
.feature .fixedTxt .upper a {
  display: block;
  width: 100%;
}
.feature .fixedTxt .upper a img {
  margin: 0 auto;
  width: 338px;
}
@media screen and (max-width: 1400px) {
  .feature .fixedTxt .upper a img {
    width: 24.1428571429vw;
  }
}
.feature .fixedTxt .under {
  margin: 0 auto -3px;
  padding-top: 16px;
  width: 294px;
}
@media screen and (max-width: 1400px) {
  .feature .fixedTxt .under {
    margin-bottom: -0.2142857143vw;
    padding-top: 1.1428571429vw;
    width: 21vw;
  }
}

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