html {
  scroll-behavior: smooth;
}

.l-container {
  width: 100%;
}

.feature {
  background: #fbeaf0;
  color: #1f1f1f;
  font-family: "lato", "ryo-gothic-plusn", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  font-style: normal;
  position: relative;
  text-align: center;
  width: 100%;
}
.feature p {
  margin: 0;
}
.feature a {
  color: #1f1f1f;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
.feature a:hover {
  opacity: 0.6;
}
.feature a:has(> img) {
  display: block;
}
.feature .js-inview {
  filter: blur(15px);
  opacity: 0;
  position: relative;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.feature .js-inview.is-active {
  opacity: 1;
  filter: blur(0px);
}
.feature img {
  height: auto;
  width: 100%;
}
.feature .content__wrap {
  display: grid;
  grid-template-columns: 1fr 468px 1fr;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .feature .content__wrap {
    grid-template-columns: 1fr 33.4285714286vw 1fr;
  }
}
.feature .content__left {
  position: sticky;
  grid-column: 1;
  top: 0;
  height: 100vh;
  display: grid;
  place-content: center;
}
.feature .content__left .ttl {
  width: 220px;
}
@media screen and (max-width: 1400px) {
  .feature .content__left .ttl {
    width: 15.7142857143vw;
  }
}
.feature .content__center {
  background: #fbeaf0;
  grid-column: 2;
  overflow: hidden;
  padding-bottom: 80px;
  width: 468px;
}
@media screen and (max-width: 1400px) {
  .feature .content__center {
    padding-bottom: 5.7142857143vw;
    width: 33.4285714286vw;
  }
}
.feature .content__right {
  position: sticky;
  grid-column: 3;
  top: 0;
  height: 100vh;
  display: grid;
  place-content: center;
}
.feature .content__right ul {
  display: flex;
  gap: 10px;
  width: 350px;
}
@media screen and (max-width: 1400px) {
  .feature .content__right ul {
    gap: 0.7142857143vw;
    width: 25vw;
  }
}
.feature .content__right li {
  width: 80px;
}
@media screen and (max-width: 1400px) {
  .feature .content__right li {
    width: 5.7142857143vw;
  }
}
.feature .hero {
  margin-bottom: 60px;
}
@media screen and (max-width: 1400px) {
  .feature .hero {
    margin-bottom: 4.2857142857vw;
  }
}
.feature .lead {
  margin-bottom: 59px;
}
@media screen and (max-width: 1400px) {
  .feature .lead {
    margin-bottom: 4.2142857143vw;
  }
}
.feature .lead__cap {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.125em;
  line-height: 1;
  margin-bottom: 32px;
}
@media screen and (max-width: 1400px) {
  .feature .lead__cap {
    font-size: 1.2857142857vw;
    margin-bottom: 2.2857142857vw;
  }
}
.feature .lead__cap span {
  color: #e67f93;
  font-weight: 600;
}
.feature .lead__cap strong {
  color: #414141;
  display: block;
  font-size: 30px;
  letter-spacing: 0.13em;
  margin-top: 23px;
  padding-left: 5px;
}
@media screen and (max-width: 1400px) {
  .feature .lead__cap strong {
    font-size: 2.1428571429vw;
    margin-top: 1.6428571429vw;
    padding-left: 0.3571428571vw;
  }
}
.feature .lead__txt {
  height: 1px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .feature .lead__txt {
    height: 0.0714285714vw;
  }
}
.feature .lead__txt p {
  font-size: 14.4px;
  letter-spacing: 0.125em;
  line-height: 2.4;
  margin-bottom: 19.2px;
}
@media screen and (max-width: 1400px) {
  .feature .lead__txt p {
    font-size: 1.0285714286vw;
    margin-bottom: 1.3714285714vw;
  }
}
.feature .lead__txt p:last-child {
  margin-bottom: 0;
}
.feature .lead .accordion.slide {
  box-sizing: border-box;
  height: 380.63px;
  padding-top: 6px;
  padding-bottom: 25.2px;
}
@media screen and (max-width: 1400px) {
  .feature .lead .accordion.slide {
    height: 27.1878571429vw;
    padding-top: 0.4285714286vw;
    padding-bottom: 1.8vw;
  }
}
.feature .lead .accordionTrigger {
  border-bottom: solid #e67f93 1px;
  color: #e67f93;
  cursor: pointer;
  display: inline-block;
  font-size: 15.6px;
  letter-spacing: 0.1em;
  padding-bottom: 1px;
}
@media screen and (max-width: 1400px) {
  .feature .lead .accordionTrigger {
    font-size: 1.1142857143vw;
    padding-bottom: 0.0714285714vw;
  }
}
.feature .anchor {
  background: url(../img/anchor_bg.png) no-repeat left top;
  background-size: 100%;
  box-sizing: border-box;
  display: flex;
  height: 201.6px;
  justify-content: center;
  margin-bottom: 132px;
  padding-top: 48px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .feature .anchor {
    height: 14.4vw;
    margin-bottom: 9.4285714286vw;
    padding-top: 3.4285714286vw;
  }
}
.feature .anchor::before {
  background: url(../img/anchor_motif.png) no-repeat left top;
  background-size: 100%;
  content: "";
  height: 225.6px;
  pointer-events: none;
  position: absolute;
  top: -12px;
  left: 24px;
  width: 432px;
}
@media screen and (max-width: 1400px) {
  .feature .anchor::before {
    height: 16.1142857143vw;
    top: -0.8571428571vw;
    left: 1.7142857143vw;
    width: 30.8571428571vw;
  }
}
.feature .anchor li {
  cursor: pointer;
  height: 108px;
  position: relative;
  width: 84px;
}
@media screen and (max-width: 1400px) {
  .feature .anchor li {
    height: 7.7142857143vw;
    width: 6vw;
  }
}
.feature .anchor li::before {
  background: url(../img/anchor_arrow.svg) no-repeat left top;
  background-size: 100%;
  content: "";
  height: 9.6px;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 24px;
}
@media screen and (max-width: 1400px) {
  .feature .anchor li::before {
    height: 0.6857142857vw;
    left: 2.1428571429vw;
    width: 1.7142857143vw;
  }
}
.feature .slick-dots {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 6px;
  bottom: -5px;
}
@media screen and (max-width: 1400px) {
  .feature .slick-dots {
    right: 0.4285714286vw;
    bottom: -0.3571428571vw;
  }
}
.feature .slick-dots li {
  margin: 0 0 0 7.2px;
}
@media screen and (max-width: 1400px) {
  .feature .slick-dots li {
    margin-left: 0.5142857143vw;
  }
}
.feature .slick-dots li button {
  appearance: none;
  background: #fff;
  border-radius: 3px;
  border: none;
  color: transparent;
  cursor: pointer;
  height: 7.2px;
  padding: 0;
  transition: all 0.3s ease-in-out;
  width: 7.2px;
}
@media screen and (max-width: 1400px) {
  .feature .slick-dots li button {
    border-radius: 0.2142857143vw;
    height: 0.5142857143vw;
    width: 0.5142857143vw;
  }
}
.feature .slick-dots li.slick-active button {
  background: none;
  border: solid #fff 1.2px;
}
@media screen and (max-width: 1400px) {
  .feature .slick-dots li.slick-active button {
    border: solid #fff 0.0857142857vw;
  }
}
.feature .c__01 {
  margin-bottom: 133.2px;
  padding-top: 48px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .feature .c__01 {
    margin-bottom: 9.5142857143vw;
    padding-top: 3.4285714286vw;
  }
}
.feature .c__01::before {
  background: rgba(255, 255, 255, 0.7);
  content: "";
  height: 604.2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 402px;
}
@media screen and (max-width: 1400px) {
  .feature .c__01::before {
    height: 43.1571428571vw;
    width: 28.7142857143vw;
  }
}
.feature .c__01 .cap {
  height: 411px;
  position: absolute;
  top: -60px;
  right: 8.4px;
  width: 357px;
}
@media screen and (max-width: 1400px) {
  .feature .c__01 .cap {
    height: 29.3571428571vw;
    top: -4.2857142857vw;
    right: 0.6vw;
    width: 25.5vw;
  }
}
.feature .c__01 .catch {
  height: 66px;
  pointer-events: none;
  position: absolute;
  top: -6px;
  left: 264px;
  width: 102px;
}
@media screen and (max-width: 1400px) {
  .feature .c__01 .catch {
    height: 4.7142857143vw;
    top: -0.4285714286vw;
    left: 18.8571428571vw;
    width: 7.2857142857vw;
  }
}
.feature .c__01 .img {
  margin: 0 auto 34.8px 30px;
  position: relative;
  width: 288px;
}
@media screen and (max-width: 1400px) {
  .feature .c__01 .img {
    margin-bottom: 2.4857142857vw;
    margin-left: 2.1428571429vw;
    width: 20.5714285714vw;
  }
}
.feature .c__01 .itemName {
  align-items: center;
  color: #e67f93;
  display: flex;
  font-size: 21.6px;
  font-weight: 400;
  letter-spacing: 0.11em;
  margin: 0 auto 13.2px 30px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .feature .c__01 .itemName {
    font-size: 1.5428571429vw;
    margin-bottom: 0.9428571429vw;
    margin-left: 2.1428571429vw;
  }
}
.feature .c__01 .itemName span {
  align-items: center;
  border: solid #eb99a9 1px;
  box-sizing: border-box;
  display: flex;
  font-size: 14.4px;
  height: 28.8px;
  justify-content: center;
  margin-right: 9px;
  padding-bottom: 1.2px;
  width: 76.8px;
}
@media screen and (max-width: 1400px) {
  .feature .c__01 .itemName span {
    font-size: 1.0285714286vw;
    height: 2.0571428571vw;
    margin-right: 0.6428571429vw;
    padding-bottom: 0.0857142857vw;
    width: 5.4857142857vw;
  }
}
.feature .c__01 .info {
  font-size: 14.4px;
  letter-spacing: 0.12em;
  margin: 0 0 16.8px 30px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .feature .c__01 .info {
    font-size: 1.0285714286vw;
    margin-bottom: 1.2vw;
    margin-left: 2.1428571429vw;
  }
}
.feature .c__01 .txt {
  font-size: 14.4px;
  letter-spacing: 0.135em;
  line-height: 2.2;
  margin: 0 auto 31.2px 30px;
  position: relative;
  text-align: justify;
  width: 343.2px;
}
@media screen and (max-width: 1400px) {
  .feature .c__01 .txt {
    font-size: 1.0285714286vw;
    margin-bottom: 2.2285714286vw;
    margin-left: 2.1428571429vw;
    width: 24.5142857143vw;
  }
}
.feature .c__01 .btn {
  align-items: center;
  background: #e67f93;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 19.2px;
  height: 50.4px;
  letter-spacing: 0.1em;
  margin: 0 auto 0 30px;
  padding-left: 33.6px;
  position: relative;
  width: 264px;
}
@media screen and (max-width: 1400px) {
  .feature .c__01 .btn {
    font-size: 1.3714285714vw;
    height: 3.6vw;
    margin-left: 2.1428571429vw;
    padding-left: 2.4vw;
    width: 18.8571428571vw;
  }
}
.feature .c__01 .btn::before {
  background: url(../img/btn_arrow.svg) no-repeat left top;
  background-size: 100%;
  content: "";
  height: 8.4px;
  position: absolute;
  top: 20.4px;
  right: 12px;
  width: 6px;
}
@media screen and (max-width: 1400px) {
  .feature .c__01 .btn::before {
    height: 0.6vw;
    top: 1.4571428571vw;
    right: 0.8571428571vw;
    width: 0.4285714286vw;
  }
}
.feature .c__01 .btn::after {
  animation: arrow 3s infinite;
  border-top: solid #fff 1.2px;
  content: "";
  height: 1.2px;
  position: absolute;
  top: 24px;
  left: 230.4px;
  transform-origin: center right;
  width: 20.4px;
}
@media screen and (max-width: 1400px) {
  .feature .c__01 .btn::after {
    border-top: solid #fff 0.0857142857vw;
    height: 0.0857142857vw;
    top: 1.7142857143vw;
    left: 16.4571428571vw;
    width: 1.4571428571vw;
  }
}
.feature .c__02 {
  margin-bottom: 84px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .feature .c__02 {
    margin-bottom: 6vw;
  }
}
.feature .c__02 .catch {
  position: absolute;
  top: -30px;
  right: 12px;
  width: 180px;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .feature .c__02 .catch {
    top: -2.1428571429vw;
    right: 0.8571428571vw;
    width: 12.8571428571vw;
  }
}
.feature .c__02 .slick {
  margin-bottom: 36px;
}
@media screen and (max-width: 1400px) {
  .feature .c__02 .slick {
    margin-bottom: 2.5714285714vw;
  }
}
.feature .c__02 .item {
  width: 132px;
}
@media screen and (max-width: 1400px) {
  .feature .c__02 .item {
    width: 9.4285714286vw;
  }
}
.feature .c__02 .itemWrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 28.8px;
  width: 282px;
}
@media screen and (max-width: 1400px) {
  .feature .c__02 .itemWrap {
    margin-bottom: 2.0571428571vw;
    width: 20.1428571429vw;
  }
}
.feature .c__02 .item p {
  font-size: 13.2px;
  letter-spacing: 0.125em;
  line-height: 2.3;
  margin-top: 9.6px;
}
@media screen and (max-width: 1400px) {
  .feature .c__02 .item p {
    font-size: 0.9428571429vw;
    margin-top: 0.6857142857vw;
  }
}
.feature .c__03 {
  margin-bottom: 61.2px;
  padding-top: 72px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .feature .c__03 {
    margin-bottom: 4.3714285714vw;
    padding-top: 5.1428571429vw;
  }
}
.feature .c__03::before {
  background: url(../img/bg01.png) no-repeat center top;
  background-size: 100%;
  content: "";
  height: 384px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 900px;
}
@media screen and (max-width: 1400px) {
  .feature .c__03::before {
    height: 27.4285714286vw;
    width: 64.2857142857vw;
  }
}
.feature .c__03::after {
  background: rgba(255, 255, 255, 0.45);
  content: "";
  height: 1028.4px;
  pointer-events: none;
  position: absolute;
  top: 384px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .feature .c__03::after {
    height: 73.4571428571vw;
    top: 27.4285714286vw;
  }
}
.feature .c__03 .cap {
  margin: 0 48px 36px auto;
  position: relative;
  width: 286.8px;
}
@media screen and (max-width: 1400px) {
  .feature .c__03 .cap {
    margin-right: 3.4285714286vw;
    margin-bottom: 2.5714285714vw;
    width: 20.4857142857vw;
  }
}
.feature .c__03 .item {
  width: 162px;
}
@media screen and (max-width: 1400px) {
  .feature .c__03 .item {
    width: 11.5714285714vw;
  }
}
.feature .c__03 .itemWrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 34.8px;
  position: relative;
  width: 348px;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .feature .c__03 .itemWrap {
    margin-bottom: 2.4857142857vw;
    width: 24.8571428571vw;
  }
}
.feature .c__03 .item p {
  font-size: 13.2px;
  letter-spacing: 0.125em;
  margin-top: 2.4px;
}
@media screen and (max-width: 1400px) {
  .feature .c__03 .item p {
    font-size: 0.9428571429vw;
    margin-top: 0.1714285714vw;
  }
}
.feature .c__03 .itemName {
  align-items: center;
  color: #e67f93;
  display: flex;
  font-size: 21.6px;
  font-weight: 400;
  letter-spacing: 0.11em;
  margin: 0 auto 13.2px 48px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .feature .c__03 .itemName {
    font-size: 1.5428571429vw;
    margin-bottom: 0.9428571429vw;
    margin-left: 3.4285714286vw;
  }
}
.feature .c__03 .itemName span {
  align-items: center;
  border: solid #eb99a9 1px;
  box-sizing: border-box;
  display: flex;
  font-size: 14.4px;
  height: 28.8px;
  justify-content: center;
  margin-right: 9px;
  padding-bottom: 1.2px;
  width: 76.8px;
}
@media screen and (max-width: 1400px) {
  .feature .c__03 .itemName span {
    font-size: 1.0285714286vw;
    height: 2.0571428571vw;
    margin-right: 0.6428571429vw;
    padding-bottom: 0.0857142857vw;
    width: 5.4857142857vw;
  }
}
.feature .c__03 .info {
  font-size: 14.4px;
  letter-spacing: 0.12em;
  margin: 0 0 16.8px 48px;
  position: relative;
  text-align: left;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .feature .c__03 .info {
    font-size: 1.0285714286vw;
    margin-bottom: 1.2vw;
    margin-left: 3.4285714286vw;
  }
}
.feature .c__03 .txt {
  font-size: 14.4px;
  letter-spacing: 0.18em;
  line-height: 2.2;
  margin: 0 auto 31.2px 48px;
  position: relative;
  text-align: justify;
  width: 374.4px;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .feature .c__03 .txt {
    font-size: 1.0285714286vw;
    margin-bottom: 2.2285714286vw;
    margin-left: 3.4285714286vw;
    width: 26.7428571429vw;
  }
}
.feature .c__03 .btn {
  align-items: center;
  background: #e67f93;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 19.2px;
  height: 50.4px;
  letter-spacing: 0.1em;
  margin: 0 auto 0 48px;
  padding-left: 33.6px;
  position: relative;
  width: 264px;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .feature .c__03 .btn {
    font-size: 1.3714285714vw;
    height: 3.6vw;
    margin-left: 3.4285714286vw;
    padding-left: 2.4vw;
    width: 18.8571428571vw;
  }
}
.feature .c__03 .btn::before {
  background: url(../img/btn_arrow.svg) no-repeat left top;
  background-size: 100%;
  content: "";
  height: 8.4px;
  pointer-events: none;
  position: absolute;
  top: 20.4px;
  right: 12px;
  width: 6px;
}
@media screen and (max-width: 1400px) {
  .feature .c__03 .btn::before {
    height: 0.6vw;
    top: 1.4571428571vw;
    right: 0.8571428571vw;
    width: 0.4285714286vw;
  }
}
.feature .c__03 .btn::after {
  animation: arrow 3s infinite;
  border-top: solid #fff 1.2px;
  content: "";
  height: 1.2px;
  position: absolute;
  top: 24px;
  left: 230.4px;
  transform-origin: center right;
  width: 20.4px;
}
@media screen and (max-width: 1400px) {
  .feature .c__03 .btn::after {
    border-top: solid #fff 0.0857142857vw;
    height: 0.0857142857vw;
    top: 1.7142857143vw;
    left: 16.4571428571vw;
    width: 1.4571428571vw;
  }
}
.feature .c__04 {
  margin-bottom: 85.2px;
  padding-top: 82.8px;
  padding-bottom: 81.6px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .feature .c__04 {
    margin-bottom: 6.0857142857vw;
    padding-top: 5.9142857143vw;
    padding-bottom: 5.8285714286vw;
  }
}
.feature .c__04::before {
  background: url(../img/bg02.png) no-repeat center top;
  background-size: 100%;
  content: "";
  height: 96px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 720px;
}
@media screen and (max-width: 1400px) {
  .feature .c__04::before {
    height: 6.8571428571vw;
    width: 51.4285714286vw;
  }
}
.feature .c__04::after {
  background: url(../img/bg03.png) no-repeat center bottom;
  background-size: 100%;
  content: "";
  height: 180px;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 720px;
}
@media screen and (max-width: 1400px) {
  .feature .c__04::after {
    height: 12.8571428571vw;
    width: 51.4285714286vw;
  }
}
.feature .c__04 .cap {
  margin: 0 auto 15.6px;
  width: 378px;
}
@media screen and (max-width: 1400px) {
  .feature .c__04 .cap {
    margin-bottom: 1.1142857143vw;
    width: 27vw;
  }
}
.feature .c__04 .txt {
  font-size: 14.4px;
  letter-spacing: 0.125em;
  line-height: 2.2;
  margin-bottom: 25.2px;
}
@media screen and (max-width: 1400px) {
  .feature .c__04 .txt {
    font-size: 1.0285714286vw;
    margin-bottom: 1.8vw;
  }
}
.feature .c__04 .img {
  margin: 0 auto 14.4px;
  width: 198px;
}
@media screen and (max-width: 1400px) {
  .feature .c__04 .img {
    margin-bottom: 1.0285714286vw;
    width: 14.1428571429vw;
  }
}
.feature .c__04 .itemName {
  font-size: 19.2px;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin: 0 auto 10.8px;
}
@media screen and (max-width: 1400px) {
  .feature .c__04 .itemName {
    font-size: 1.3714285714vw;
    margin-bottom: 0.7714285714vw;
  }
}
.feature .c__04 .info {
  font-size: 14.4px;
  letter-spacing: 0.125em;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .feature .c__04 .info {
    font-size: 1.0285714286vw;
  }
}
.feature .c__05 {
  padding-bottom: 96px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .feature .c__05 {
    padding-bottom: 6.8571428571vw;
  }
}
.feature .c__05::after {
  background: url(../img/bg04.png) no-repeat left top;
  background-size: 100%;
  content: "";
  height: 201.6px;
  pointer-events: none;
  position: absolute;
  bottom: -189.6px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .feature .c__05::after {
    height: 14.4vw;
    bottom: -13.5428571429vw;
  }
}
.feature .c__05 .catch {
  position: absolute;
  top: -30px;
  left: 12px;
  width: 180px;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .feature .c__05 .catch {
    top: -2.1428571429vw;
    left: 0.8571428571vw;
    width: 12.8571428571vw;
  }
}
.feature .c__05 .slick-dots {
  bottom: -4px;
}
@media screen and (max-width: 1400px) {
  .feature .c__05 .slick-dots {
    bottom: -0.2857142857vw;
  }
}
.feature .c__05 .slick {
  margin-bottom: 36px;
}
@media screen and (max-width: 1400px) {
  .feature .c__05 .slick {
    margin-bottom: 2.5714285714vw;
  }
}
.feature .c__05 .item {
  width: 132px;
}
@media screen and (max-width: 1400px) {
  .feature .c__05 .item {
    width: 9.4285714286vw;
  }
}
.feature .c__05 .itemWrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px;
  width: 282px;
}
@media screen and (max-width: 1400px) {
  .feature .c__05 .itemWrap {
    margin-bottom: 2.1428571429vw;
    width: 20.1428571429vw;
  }
}
.feature .c__05 .item p {
  font-size: 13.2px;
  letter-spacing: 0.125em;
  line-height: 2.2;
  margin-top: 9.6px;
}
@media screen and (max-width: 1400px) {
  .feature .c__05 .item p {
    font-size: 0.9428571429vw;
    margin-top: 0.6857142857vw;
  }
}
.feature .c__06 {
  margin-bottom: 76.8px;
  padding-top: 60px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .feature .c__06 {
    margin-bottom: 5.4857142857vw;
    padding-top: 4.2857142857vw;
  }
}
.feature .c__06::before {
  background: #fbf7f2;
  content: "";
  height: 1740px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .feature .c__06::before {
    height: 124.2857142857vw;
  }
}
.feature .c__06::after {
  background: url(../img/motif01.png) no-repeat left top;
  background-size: 100%;
  content: "";
  height: 630px;
  pointer-events: none;
  position: absolute;
  top: 576px;
  left: 30px;
  width: 414px;
}
@media screen and (max-width: 1400px) {
  .feature .c__06::after {
    height: 45vw;
    top: 41.1428571429vw;
    left: 2.1428571429vw;
    width: 29.5714285714vw;
  }
}
.feature .c__06 .img {
  margin: 0 auto 80.4px;
  position: relative;
  width: 396px;
}
@media screen and (max-width: 1400px) {
  .feature .c__06 .img {
    margin-bottom: 5.7428571429vw;
    width: 28.2857142857vw;
  }
}
.feature .c__06 .catch {
  position: absolute;
  top: -44.4px;
  left: 24px;
  width: 124.2px;
}
@media screen and (max-width: 1400px) {
  .feature .c__06 .catch {
    top: -3.1714285714vw;
    left: 1.7142857143vw;
    width: 8.8714285714vw;
  }
}
.feature .c__06 .txt {
  font-size: 14.4px;
  letter-spacing: 0.125em;
  line-height: 2.2;
  margin: 0 auto 66px;
  position: relative;
  text-align: justify;
  width: 324px;
}
@media screen and (max-width: 1400px) {
  .feature .c__06 .txt {
    font-size: 1.0285714286vw;
    margin-bottom: 4.7142857143vw;
    width: 23.1428571429vw;
  }
}
.feature .c__06 .item {
  margin: 0 auto 26.4px;
  position: relative;
  width: 228px;
}
@media screen and (max-width: 1400px) {
  .feature .c__06 .item {
    margin-bottom: 1.8857142857vw;
    width: 16.2857142857vw;
  }
}
.feature .c__06 .info {
  font-size: 14.4px;
  letter-spacing: 0.125em;
  line-height: 2.3;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .feature .c__06 .info {
    font-size: 1.0285714286vw;
  }
}
.feature .c__modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
}
.feature .c__modal .inner {
  background: #fff;
  box-sizing: border-box;
  height: calc(100vh - 24px);
  overflow: auto;
  padding-top: 66px;
  padding-bottom: 60px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 444px;
}
@media screen and (max-width: 1400px) {
  .feature .c__modal .inner {
    height: calc(100vh - 1.7142857143vw);
    padding-top: 4.7142857143vw;
    padding-bottom: 4.2857142857vw;
    width: 31.7142857143vw;
  }
}
.feature .c__modal .inner .modalClose {
  background: url(../img/modal_close.svg) no-repeat left top;
  background-size: 100%;
  cursor: pointer;
  height: 24px;
  position: absolute;
  top: 18px;
  right: 18px;
  width: 24px;
}
@media screen and (max-width: 1400px) {
  .feature .c__modal .inner .modalClose {
    height: 1.7142857143vw;
    top: 1.2857142857vw;
    right: 1.2857142857vw;
    width: 1.7142857143vw;
  }
}
.feature .c__modal .inner .slick {
  height: 528px;
  margin: 0 auto 42px;
  width: 396px;
}
@media screen and (max-width: 1400px) {
  .feature .c__modal .inner .slick {
    height: 37.7142857143vw;
    margin-bottom: 3vw;
    width: 28.2857142857vw;
  }
}
.feature .c__modal .inner .wrap {
  display: flex;
  margin: 0 auto 30px;
  width: 396px;
}
@media screen and (max-width: 1400px) {
  .feature .c__modal .inner .wrap {
    margin-bottom: 2.1428571429vw;
    width: 28.2857142857vw;
  }
}
.feature .c__modal .inner .wrap:last-of-type {
  margin-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  .feature .c__modal .inner .wrap:last-of-type {
    margin-bottom: 7.1428571429vw;
  }
}
.feature .c__modal .inner .wrap .item {
  margin-right: 24px;
  width: 96px;
}
@media screen and (max-width: 1400px) {
  .feature .c__modal .inner .wrap .item {
    margin-right: 1.7142857143vw;
    width: 6.8571428571vw;
  }
}
.feature .c__modal .inner .wrap .info {
  width: calc(100% - 120px);
}
@media screen and (max-width: 1400px) {
  .feature .c__modal .inner .wrap .info {
    width: calc(100% - 8.5714285714vw);
  }
}
.feature .c__modal .inner .wrap .info .itemName {
  color: #e67f93;
  font-size: 18px;
  letter-spacing: 0.115em;
  margin-top: -3.6px;
  margin-bottom: 13.2px;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .feature .c__modal .inner .wrap .info .itemName {
    font-size: 1.2857142857vw;
    margin-top: -0.2571428571vw;
    margin-bottom: 0.9428571429vw;
  }
}
.feature .c__modal .inner .wrap .info .txt {
  font-size: 13.2px;
  letter-spacing: 0.12em;
  line-height: 2.2;
  text-align: justify;
}
@media screen and (max-width: 1400px) {
  .feature .c__modal .inner .wrap .info .txt {
    font-size: 0.9428571429vw;
  }
}
.feature .c__modal .inner .modalBtn {
  align-items: center;
  background: #e67f93;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 19.2px;
  height: 50.4px;
  letter-spacing: 0.1em;
  margin: 0 auto;
  padding-right: 8.4px;
  position: relative;
  width: 264px;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .feature .c__modal .inner .modalBtn {
    font-size: 1.3714285714vw;
    height: 3.6vw;
    padding-right: 0.6vw;
    width: 18.8571428571vw;
  }
}
.feature .c__modal .inner .modalBtn::before {
  background: url(../img/btn_arrow.svg) no-repeat left top;
  background-size: 100%;
  content: "";
  height: 8.4px;
  pointer-events: none;
  position: absolute;
  top: 20.4px;
  right: 12px;
  width: 6px;
}
@media screen and (max-width: 1400px) {
  .feature .c__modal .inner .modalBtn::before {
    height: 0.6vw;
    top: 1.4571428571vw;
    right: 0.8571428571vw;
    width: 0.4285714286vw;
  }
}
.feature .c__modal .inner .modalBtn::after {
  animation: arrow 3s infinite;
  border-top: solid #fff 1.2px;
  content: "";
  height: 1.2px;
  position: absolute;
  top: 24px;
  left: 230.4px;
  transform-origin: center right;
  width: 20.4px;
}
@media screen and (max-width: 1400px) {
  .feature .c__modal .inner .modalBtn::after {
    height: 0.0857142857vw;
    top: 1.7142857143vw;
    left: 16.4571428571vw;
    width: 1.4571428571vw;
  }
}
.feature .btnAll {
  align-items: center;
  background: #e67f93;
  color: #fff;
  display: flex;
  font-size: 26.4px;
  height: 66px;
  letter-spacing: 0.1em;
  justify-content: center;
  margin: 0 auto 84px;
  position: relative;
  width: 360px;
}
@media screen and (max-width: 1400px) {
  .feature .btnAll {
    font-size: 1.8857142857vw;
    height: 4.7142857143vw;
    margin-bottom: 6vw;
    width: 25.7142857143vw;
  }
}
.feature .logo {
  margin: 0 auto 15.6px;
  position: relative;
  width: 187.2px;
}
@media screen and (max-width: 1400px) {
  .feature .logo {
    margin-bottom: 1.1142857143vw;
    width: 13.3714285714vw;
  }
}
.feature .staff {
  font-size: 12px;
  letter-spacing: 0.095em;
  line-height: 2.2;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .feature .staff {
    font-size: 0.8571428571vw;
  }
}
.feature .modalBtn {
  align-items: center;
  background: #fff;
  border: solid #eb99a9 1.2px;
  border-radius: 26.4px;
  box-sizing: border-box;
  color: #e67f93;
  cursor: pointer;
  display: flex;
  font-size: 20.4px;
  height: 52.8px;
  justify-content: center;
  letter-spacing: 0.09em;
  margin: 0 auto;
  position: relative;
  width: 300px;
}
@media screen and (max-width: 1400px) {
  .feature .modalBtn {
    border: solid #eb99a9 0.0857142857vw;
    border-radius: 1.8857142857vw;
    font-size: 1.4571428571vw;
    height: 3.7714285714vw;
    width: 21.4285714286vw;
  }
}
.feature .modalBtn::before {
  background: url(../img/btn_plus.svg) no-repeat left top;
  background-size: 100%;
  content: "";
  height: 20.4px;
  pointer-events: none;
  position: absolute;
  top: 14.4px;
  right: 9.6px;
  width: 20.4px;
}
@media screen and (max-width: 1400px) {
  .feature .modalBtn::before {
    height: 1.4571428571vw;
    top: 1.0285714286vw;
    right: 0.6857142857vw;
    width: 1.4571428571vw;
  }
}
.feature #modal01 .slick {
  background: url(../img/img001_02.jpg) no-repeat left top;
  background-size: 100%;
}
.feature #modal02 .slick {
  background: url(../img/img002_02.jpg) no-repeat left top;
  background-size: 100%;
}
@keyframes arrow {
  0% {
    scale: 1 1;
    transform-origin: center right;
  }
  49% {
    scale: 0 1;
    transform-origin: center right;
  }
  51% {
    scale: 0 1;
    transform-origin: center left;
  }
  100% {
    scale: 1 1;
    transform-origin: center left;
  }
}

#anchor01 {
  margin-top: -144px;
  padding-top: 144px;
}
@media screen and (max-width: 1400px) {
  #anchor01 {
    margin-top: -10.2857142857vw;
    padding-top: 10.2857142857vw;
  }
}
#anchor02 {
  margin-top: -84px;
  padding-top: 84px;
}
@media screen and (max-width: 1400px) {
  #anchor02 {
    margin-top: -6vw;
    padding-top: 6vw;
  }
}
#anchor03 {
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (max-width: 1400px) {
  #anchor03 {
    margin-top: -5.7142857143vw;
    padding-top: 5.7142857143vw;
  }
}

.no_scroll {
  height: 100vh;
  overflow: hidden;
}

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