.l-container {
  width: 100%;
}

.feature {
  background: #f2f0e8;
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 135px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .feature {
    padding-bottom: 9.6428571429vw;
  }
}
.feature img {
  height: auto;
  width: 100%;
}
.feature a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.feature a:link, .feature a:visited {
  color: #58595b;
}
.feature a:hover {
  opacity: 0.6;
}
.feature a:has(> img) {
  display: block;
}
.feature .credit {
  display: flex;
  justify-content: center;
}
.feature .credit li {
  font-family: "span", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  margin: 0 3px 0 0;
  white-space: nowrap;
}
@media screen and (max-width: 1400px) {
  .feature .credit li {
    font-size: 0.8571428571vw;
    margin-right: 0.2142857143vw;
  }
}
.feature .credit li::after {
  content: ",";
  margin-left: -3px;
}
@media screen and (max-width: 1400px) {
  .feature .credit li::after {
    margin-left: -0.2142857143vw;
  }
}
.feature .credit li:last-child::after {
  display: none;
}
.feature .credit li .credit__text {
  letter-spacing: 0.07em;
  margin-right: 2px;
}
@media screen and (max-width: 1400px) {
  .feature .credit li .credit__text {
    margin-right: 0.1428571429vw;
  }
}
.feature .credit li .credit__price {
  letter-spacing: 0.07em;
}
.feature .hero {
  margin: 0 auto 80px;
  width: 1200px;
}
@media screen and (max-width: 1400px) {
  .feature .hero {
    margin-bottom: 5.7142857143vw;
    width: 85.7142857143vw;
  }
}
.feature .lead {
  margin-bottom: 59px;
}
.feature .lead.js-inview {
  opacity: 0;
  transform: translateY(100px);
  transition-duration: 1.1s;
}
.feature .lead.js-inview.is-active {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 1400px) {
  .feature .lead {
    margin-bottom: 4.2142857143vw;
  }
}
.feature .lead__cap {
  margin: 0 auto 33px;
  padding-right: 2px;
  width: 372px;
}
@media screen and (max-width: 1400px) {
  .feature .lead__cap {
    margin-bottom: 2.3571428571vw;
    padding-right: 0.1428571429vw;
    width: 26.5714285714vw;
  }
}
.feature .lead__txt {
  font-size: 14px;
  line-height: 31px;
  letter-spacing: 0.1em;
  padding-left: 7px;
}
@media screen and (max-width: 1400px) {
  .feature .lead__txt {
    font-size: 1vw;
    line-height: 2.2142857143vw;
    padding-left: 0.5vw;
  }
}
.feature .c__01 {
  display: flex;
  margin: 0 auto 138px;
  padding-left: 16px;
  width: 680px;
}
@media screen and (max-width: 1400px) {
  .feature .c__01 {
    margin-bottom: 9.8571428571vw;
    padding-left: 1.1428571429vw;
    width: 48.5714285714vw;
  }
}
.feature .c__01_img01 {
  margin-right: 27px;
}
@media screen and (max-width: 1400px) {
  .feature .c__01_img01 {
    margin-right: 1.9285714286vw;
  }
}
.feature .c__01_img02 {
  margin-right: 14px;
}
@media screen and (max-width: 1400px) {
  .feature .c__01_img02 {
    margin-right: 1vw;
  }
}
.feature .c__01_img03 {
  margin-right: 13px;
}
@media screen and (max-width: 1400px) {
  .feature .c__01_img03 {
    margin-right: 0.9285714286vw;
  }
}
.feature .c__01 .shaking {
  -webkit-animation: shaking 1.4s linear infinite;
          animation: shaking 1.4s linear infinite;
}
@-webkit-keyframes shaking {
  0% {
    transform: rotate(5deg);
  }
  49% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@keyframes shaking {
  0% {
    transform: rotate(5deg);
  }
  49% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
.feature .c__02 {
  margin: 0 auto 161px;
  padding-top: 286px;
  padding-bottom: 447px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .feature .c__02 {
    margin-bottom: 11.5vw;
    padding-top: 20.4285714286vw;
    padding-bottom: 31.9285714286vw;
  }
}
.feature .c__02::before {
  background: url(../img/c_bg.svg) no-repeat center top;
  background-size: 100%;
  content: "";
  height: 1000px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .feature .c__02::before {
    height: 11.1428571429vw;
  }
}
.feature .c__02::after {
  background: url(../img/c_bg.svg) no-repeat center bottom;
  background-size: 100%;
  content: "";
  height: 1000px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .feature .c__02::after {
    height: 36.9285714286vw;
  }
}
.feature .c__02 .wrap {
  margin: 0 auto;
  width: 1400px;
}
@media screen and (max-width: 1400px) {
  .feature .c__02 .wrap {
    width: 100vw;
  }
}
.feature .c__02 .inner {
  height: 826px;
  position: -webkit-sticky;
  position: sticky;
  top: calc((100vh - 640px) / 2);
}
@media screen and (max-width: 1400px) {
  .feature .c__02 .inner {
    height: 59vw;
    top: calc((100vh - 45.165843331vw) / 2);
  }
}
.feature .c__02_img01 {
  margin: 0 auto 0 270px;
  width: 480px;
}
@media screen and (max-width: 1400px) {
  .feature .c__02_img01 {
    margin-left: 19.2857142857vw;
    width: 34.2857142857vw;
  }
}
.feature .c__02_img02 {
  background: #f2f0e8;
  margin: 75px 285px 0 auto;
  position: relative;
  transform: rotate(15deg);
  width: 420px;
  z-index: 4;
}
@media screen and (max-width: 1400px) {
  .feature .c__02_img02 {
    margin-top: 5.3571428571vw;
    margin-right: 20.3571428571vw;
    width: 30vw;
  }
}
.feature .c__02_cap01 {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  position: absolute;
  top: 124px;
  right: 282px;
  transition: all 0.6s ease-in-out;
  width: 282px;
}
@media screen and (max-width: 1400px) {
  .feature .c__02_cap01 {
    top: 8.8571428571vw;
    right: 20.1428571429vw;
    width: 20.1428571429vw;
  }
}
.feature .c__02_cap01.is-active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.feature .c__02_cap02 {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  position: absolute;
  top: 218px;
  right: 164px;
  transition: all 0.6s ease-in-out;
  transition-delay: 0.4s;
  width: 271px;
}
@media screen and (max-width: 1400px) {
  .feature .c__02_cap02 {
    top: 15.5714285714vw;
    right: 11.7142857143vw;
    width: 19.3571428571vw;
  }
}
.feature .c__02_cap02.is-active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.feature .c__02_txt {
  position: absolute;
  top: 0;
  left: 181px;
  width: 53.5px;
}
@media screen and (max-width: 1400px) {
  .feature .c__02_txt {
    left: 12.9285714286vw;
    width: 3.8214285714vw;
  }
}
.feature .c__02 .credit {
  position: absolute;
  top: 668px;
  left: 270px;
}
@media screen and (max-width: 1400px) {
  .feature .c__02 .credit {
    top: 47.7142857143vw;
    left: 19.2857142857vw;
  }
}
.feature .c__03 {
  margin: 0 auto 182px;
  position: relative;
  width: 760px;
}
@media screen and (max-width: 1400px) {
  .feature .c__03 {
    margin-bottom: 13vw;
    width: 54.2857142857vw;
  }
}
.feature .c__03_cap {
  margin: 0 auto 48px;
  padding-right: 3px;
  width: 439px;
}
@media screen and (max-width: 1400px) {
  .feature .c__03_cap {
    margin-bottom: 3.4285714286vw;
    padding-right: 0.2142857143vw;
    width: 31.3571428571vw;
  }
}
.feature .c__03_img01 {
  position: relative;
  width: 760px;
}
@media screen and (max-width: 1400px) {
  .feature .c__03_img01 {
    width: 54.2857142857vw;
  }
}
.feature .c__03_img01::before {
  background: #b02626;
  content: "";
  height: 570px;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 760px;
}
@media screen and (max-width: 1400px) {
  .feature .c__03_img01::before {
    height: 40.7142857143vw;
    top: 1.4285714286vw;
    left: 1.4285714286vw;
    width: 54.2857142857vw;
  }
}
.feature .c__03_img01 a {
  background: #f2f0e8;
  position: relative;
}
.feature .c__03_img01 a:hover {
  opacity: 1;
}
.feature .c__03_img01 a:hover img {
  opacity: 0.6;
}
.feature .c__03_img01 a img {
  transition: all 0.3s ease-in-out;
}
.feature .c__03 .js-inview {
  opacity: 0;
  transform: translateY(100px);
  transition-duration: 1.1s;
}
.feature .c__03 .js-inview.is-active {
  opacity: 1;
  transform: translateY(0);
}
.feature .c__03_txt {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  height: 216px;
  pointer-events: none;
  position: absolute;
  top: 445px;
  left: 44px;
  transition-delay: 0.9s;
  width: 304px;
}
@media screen and (max-width: 1400px) {
  .feature .c__03_txt {
    height: 15.4285714286vw;
    top: 31.7857142857vw;
    left: 3.1428571429vw;
    width: 21.7142857143vw;
  }
}
.feature .c__03_txt.js-inview {
  opacity: 1;
  transform: translateY(0);
}
.feature .c__03_txt.is-active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.feature .btn {
  height: 150px;
  margin: 0 auto 130px;
  position: relative;
  width: 410px;
}
@media screen and (max-width: 1400px) {
  .feature .btn {
    height: 10.7142857143vw;
    margin-bottom: 9.2857142857vw;
    width: 29.2857142857vw;
  }
}
.feature .btn__img {
  -webkit-animation: pitching 1.8s linear infinite;
          animation: pitching 1.8s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 165px;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .feature .btn__img {
    width: 11.7857142857vw;
  }
}
@-webkit-keyframes pitching {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(10%);
  }
  55% {
    transform: translateY(-10%);
  }
  85% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes pitching {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(10%);
  }
  55% {
    transform: translateY(-10%);
  }
  85% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0);
  }
}
.feature .btn a {
  position: absolute;
  top: 37px;
  right: 10px;
  width: 292px;
}
@media screen and (max-width: 1400px) {
  .feature .btn a {
    top: 1.9285714286vw;
    right: 0.7142857143vw;
    width: 20.8571428571vw;
  }
}
.feature .staff dt {
  color: #58595b;
  font-family: "span", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.06em;
  margin-bottom: 1px;
}
@media screen and (max-width: 1400px) {
  .feature .staff dt {
    font-size: 0.8571428571vw;
    margin-bottom: 0.0714285714vw;
  }
}
.feature .staff dd {
  color: #58595b;
  font-family: "span", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 1400px) {
  .feature .staff dd {
    font-size: 0.8571428571vw;
  }
}

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