@font-face {
  font-family: "Lato-Regular";
  src: url("../fonts/Lato-Regular.ttf") format("truetype");
  unicode-range: U+0030-0039, U+0041-007A;
}
@font-face {
  font-family: "Lato-Bold";
  src: url("../fonts/Lato-Bold.ttf") format("truetype");
  unicode-range: U+0030-0039, U+0041-007A;
}
.l-container {
  width: 100%;
}

.feature {
  background: #ffe7ea;
  color: #1f1f1f;
  font-feature-settings: "palt";
  font-family: "Lato-Regular", "Lato-Bold", "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 auto;
  padding-bottom: 121px;
  overflow: clip;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .feature {
    padding-bottom: 8.6428571429vw;
  }
}
.feature a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.feature a:hover {
  opacity: 0.6;
}
.feature a:has(> img) {
  display: block;
}
.feature .js-inview {
  opacity: 0;
  transition: opacity 1.8s ease;
}
.feature .js-inview.is-active {
  opacity: 1;
}
.feature img {
  height: auto;
  width: 100%;
}
.feature .hero {
  margin-bottom: 90px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .feature .hero {
    margin-bottom: 6.4285714286vw;
  }
}
.feature .hero.js-inview {
  mask-image: linear-gradient(0deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
  mask-size: 100% max(300%, 100vh);
  mask-position: center 100%;
  transform: translateZ(0);
  transition: mask-position 1.6s 0.4s linear, -webkit-mask-position 1.4s linear;
}
.feature .hero.js-inview.is-active {
  animation: opa1 1s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  mask-position: center 0;
}
@keyframes opa1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.feature .lead {
  margin-bottom: 99px;
}
@media screen and (max-width: 1400px) {
  .feature .lead {
    margin-bottom: 7.0714285714vw;
  }
}
.feature .lead__btn {
  font-size: 16px;
  letter-spacing: 0.125em;
  line-height: 2.35;
  margin-bottom: 29px;
  padding-left: 3px;
}
@media screen and (max-width: 1400px) {
  .feature .lead__btn {
    margin-bottom: 2.0714285714vw;
    padding-left: 0.2142857143vw;
  }
}
.feature .lead .js-modal-open {
  border-bottom: solid #666 1px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.09em;
  margin-left: 5px;
}
@media screen and (max-width: 1400px) {
  .feature .lead .js-modal-open {
    margin-left: 0.3571428571vw;
  }
}
.feature .c-modal {
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.feature .c-modal_bg {
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.feature .c-modal_content {
  background: #fff;
  height: 558px;
  padding: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 892px;
}
@media screen and (max-width: 1400px) {
  .feature .c-modal_content {
    height: 39.8571428571vw;
    padding: 0.2857142857vw;
    width: 63.7142857143vw;
  }
}
.feature .c-modal_content .inner {
  background: #ffe7ea;
}
.feature .c-modal_content .inner .content {
  padding-top: 56px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .feature .c-modal_content .inner .content {
    padding-top: 4vw;
    padding-bottom: 3.5714285714vw;
  }
}
.feature .c-modal_content .inner .content .img {
  margin: 0 auto 37px;
  width: 146px;
}
@media screen and (max-width: 1400px) {
  .feature .c-modal_content .inner .content .img {
    margin: 0 auto 2.6428571429vw;
    width: 10.4285714286vw;
  }
}
.feature .c-modal_content .inner .content p {
  font-size: 13px;
  letter-spacing: 0.125em;
  line-height: 2.3;
  margin-bottom: 22px;
}
@media screen and (max-width: 1400px) {
  .feature .c-modal_content .inner .content p {
    margin-bottom: 1.5714285714vw;
  }
}
.feature .c-modal_content .inner .content p:last-child {
  margin-bottom: 0;
}
.feature .c-modal_close {
  background: url(../img/c_modal_close.png) no-repeat left top;
  background-size: 100%;
  cursor: pointer;
  height: 30px;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 30px;
}
@media screen and (max-width: 1400px) {
  .feature .c-modal_close {
    height: 2.1428571429vw;
    top: 1.7857142857vw;
    right: 1.7857142857vw;
    width: 2.1428571429vw;
  }
}
.feature .c__itemName {
  color: #d55d79;
  font-size: 20px;
  letter-spacing: 0.115em;
  margin-bottom: 16px;
  padding-left: 2px;
}
@media screen and (max-width: 1400px) {
  .feature .c__itemName {
    margin-bottom: 1.1428571429vw;
    padding-left: 0.1428571429vw;
  }
}
.feature .c__itemInfo {
  font-size: 14px;
  letter-spacing: 0.115em;
  margin-bottom: 17px;
  padding-left: 2px;
}
@media screen and (max-width: 1400px) {
  .feature .c__itemInfo {
    margin-bottom: 1.2142857143vw;
    padding-left: 0.1428571429vw;
  }
}
.feature .c__itemPrice {
  font-size: 14px;
  letter-spacing: 0.115em;
  margin-bottom: 18px;
  padding-left: 2px;
}
@media screen and (max-width: 1400px) {
  .feature .c__itemPrice {
    margin-bottom: 1.2857142857vw;
    padding-left: 0.1428571429vw;
  }
}
.feature .c__btn {
  align-items: center;
  background: #d55d79;
  box-sizing: border-box;
  display: flex;
  font-size: 16px;
  height: 46px;
  justify-content: center;
  letter-spacing: 0.1em;
  margin: 0 auto;
  padding-right: 8px;
  position: relative;
  width: 260px;
}
@media screen and (max-width: 1400px) {
  .feature .c__btn {
    height: 3.2857142857vw;
    padding-right: 0.5714285714vw;
    width: 18.5714285714vw;
  }
}
.feature .c__btn span {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 20px;
  height: 0.9rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .feature .c__btn span {
    width: 1.4285714286vw;
  }
}
.feature .c__btn span::before {
  content: "";
  position: absolute;
  right: -2px;
  top: 3px;
  display: block;
  width: 10px;
  height: 9px;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%206%209%22%20style%3D%22%26%2310%3B%22%3E%3Cpath%20d%3D%22m.5%208.5%205-4-5-4%22%20style%3D%22fill%3Anone%3Bstroke%3A%23fff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 1400px) {
  .feature .c__btn span::before {
    right: -0.1428571429vw;
    top: 0.2142857143vw;
    width: 0.7142857143vw;
    height: 0.6428571429vw;
  }
}
.feature .c__btn span::after {
  content: "";
  position: relative;
  z-index: 1;
  display: block;
  width: 1.4104372355vw;
  height: 1px;
  border-radius: 50px;
  background-color: #fff;
  animation: extend 2s ease-in-out infinite;
}
@media screen and (max-width: 1400px) {
  .feature .c__btn span::after {
    width: 1.4285714286vw;
  }
}
@keyframes extend {
  0% {
    width: 0;
    transform: translateX(0);
    opacity: 0;
  }
  1% {
    transform: translateX(0);
    opacity: 0;
  }
  2% {
    width: 0vw;
    opacity: 1;
  }
  28% {
    transform: translateX(0);
  }
  32% {
    width: 2rem;
  }
  90% {
    transform: translateX(2rem);
    width: 2rem;
    opacity: 1;
  }
  91% {
    opacity: 0;
  }
  100% {
    width: 0;
    transform: translateX(0);
    opacity: 0;
  }
}
.feature .c__01 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 100px;
  width: 1230px;
}
@media screen and (max-width: 1400px) {
  .feature .c__01 {
    margin-bottom: 7.1428571429vw;
    width: 87.8571428571vw;
  }
}
.feature .c__01_img01, .feature .c__01_img02, .feature .c__01_img03, .feature .c__01_img04 {
  width: 300px;
}
@media screen and (max-width: 1400px) {
  .feature .c__01_img01, .feature .c__01_img02, .feature .c__01_img03, .feature .c__01_img04 {
    width: 21.4285714286vw;
  }
}
.feature .c__01.js-inview .c__01_img01 {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1.3s;
  transform: translateY(20px);
}
.feature .c__01.js-inview .c__01_img02 {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1.3s;
  transform: translateY(20px);
  transition-delay: 0.2s;
}
.feature .c__01.js-inview .c__01_img03 {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1.3s;
  transform: translateY(20px);
  transition-delay: 0.4s;
}
.feature .c__01.js-inview .c__01_img04 {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1.3s;
  transform: translateY(20px);
  transition-delay: 0.6s;
}
.feature .c__01.js-inview.is-active .c__01_img01, .feature .c__01.js-inview.is-active .c__01_img02, .feature .c__01.js-inview.is-active .c__01_img03, .feature .c__01.js-inview.is-active .c__01_img04 {
  opacity: 1;
  transform: translateY(0);
}
.feature .c__02 {
  box-sizing: border-box;
  height: 166px;
  margin-bottom: 104px;
  padding-top: 20px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .feature .c__02 {
    height: 11.8571428571vw;
    margin-bottom: 7.4285714286vw;
    padding-top: 1.4285714286vw;
  }
}
.feature .c__02 .itemslide-text {
  overflow: hidden;
  position: absolute;
  top: -20px;
  left: 0;
}
@media screen and (max-width: 1400px) {
  .feature .c__02 .itemslide-text {
    top: -1.4285714286vw;
  }
}
.feature .c__02 .itemslide-text__content {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.feature .c__02 .itemslide-text__content p {
  flex: 0 0 auto;
  white-space: nowrap;
  overflow: hidden;
  font-size: 90px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.1em;
  line-height: 1.15;
}
.feature .c__02 .itemslide-text__content p.loop-1 {
  animation: loop1 60s -35s linear infinite;
}
.feature .c__02 .itemslide-text__content p.loop-2 {
  animation: loop2 60s -5s linear infinite;
}
.feature .c__02 .itemslide-text__content p.ltr {
  animation-direction: reverse;
}
@keyframes loop1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.feature .c__02 .slider {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 700px;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .feature .c__02 .slider {
    width: 50vw;
  }
}
.feature .c__02 .slider .sliderItem {
  height: 130px;
  margin: 0 15px;
}
@media screen and (max-width: 1400px) {
  .feature .c__02 .slider .sliderItem {
    height: 9.2857142857vw;
    margin: 0 1.0714285714vw;
  }
}
.feature .c__02 .slider .sliderItem:first-child {
  margin-left: 0;
  width: 120px;
}
@media screen and (max-width: 1400px) {
  .feature .c__02 .slider .sliderItem:first-child {
    width: 8.5714285714vw;
  }
}
.feature .c__02 .slider .sliderItem:nth-child(2) {
  width: 100px;
}
@media screen and (max-width: 1400px) {
  .feature .c__02 .slider .sliderItem:nth-child(2) {
    width: 7.1428571429vw;
  }
}
.feature .c__02 .slider .sliderItem:nth-child(3) {
  width: 90px;
}
@media screen and (max-width: 1400px) {
  .feature .c__02 .slider .sliderItem:nth-child(3) {
    width: 6.4285714286vw;
  }
}
.feature .c__02 .slider .sliderItem:nth-child(4) {
  width: 100px;
}
@media screen and (max-width: 1400px) {
  .feature .c__02 .slider .sliderItem:nth-child(4) {
    width: 7.1428571429vw;
  }
}
.feature .c__02 .slider .sliderItem:nth-child(5) {
  width: 70px;
}
@media screen and (max-width: 1400px) {
  .feature .c__02 .slider .sliderItem:nth-child(5) {
    width: 5vw;
  }
}
.feature .c__02 .slider .sliderItem:last-child {
  margin-right: 0;
  width: 70px;
}
@media screen and (max-width: 1400px) {
  .feature .c__02 .slider .sliderItem:last-child {
    width: 5vw;
  }
}
.feature .c__03 {
  align-items: center;
  background: #d55d79;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
  padding: 18px 0;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .feature .c__03 {
    margin-bottom: 7.1428571429vw;
    padding: 1.2857142857vw 0;
  }
}
.feature .c__03 p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.13em;
}
.feature .c__04 {
  margin-bottom: 7.0521861777vw;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .feature .c__04 {
    margin-bottom: 7.1428571429vw;
  }
}
.feature .c__04::after {
  background: url(../img/c_motif05.png) no-repeat left top;
  background-size: 100%;
  content: "";
  height: 1000px;
  pointer-events: none;
  position: absolute;
  top: 100px;
  left: -390px;
  width: 1100px;
}
@media screen and (max-width: 1400px) {
  .feature .c__04::after {
    top: 7.1428571429vw;
    left: -27.8571428571vw;
  }
}
.feature .c__04 .flex {
  display: flex;
  margin-bottom: 5.2891396333vw;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .feature .c__04 .flex {
    margin-bottom: 5.3571428571vw;
  }
}
.feature .c__04 .flex .inner {
  position: relative;
  width: 52.8571428571vw;
}
.feature .c__04 .flex .inner:first-child {
  align-items: center;
  display: flex;
  justify-content: center;
}
.feature .c__04 .flex .inner:first-child .block {
  box-sizing: border-box;
  height: 660px;
  margin: 0 auto;
  padding-top: 69px;
  width: 460px;
}
@media screen and (max-width: 1400px) {
  .feature .c__04 .flex .inner:first-child .block {
    height: 47.1428571429vw;
    padding-top: 4.9285714286vw;
    width: 32.8571428571vw;
  }
}
.feature .c__04 .flex .inner:last-child {
  width: 47.2142857143vw;
}
.feature .c__04 .flex .inner .txt {
  font-size: 16px;
  letter-spacing: 0.125em;
  line-height: 2.4;
  margin-left: 4px;
}
@media screen and (max-width: 1400px) {
  .feature .c__04 .flex .inner .txt {
    font-size: 1.1428571429vw;
    margin-left: 0.2857142857vw;
  }
}
.feature .c__04_img01 {
  margin: 0 -1px 29px auto;
  width: 416px;
}
@media screen and (max-width: 1400px) {
  .feature .c__04_img01 {
    margin-right: -0.0714285714vw;
    margin-bottom: 2.0714285714vw;
    width: 29.7142857143vw;
  }
}
.feature .c__04_img02 {
  margin-bottom: 49px;
  width: 416px;
}
@media screen and (max-width: 1400px) {
  .feature .c__04_img02 {
    margin-bottom: 3.5vw;
    width: 29.7142857143vw;
  }
}
.feature .c__05 {
  margin-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .feature .c__05 {
    margin-bottom: 10.7142857143vw;
  }
}
.feature .c__05::after {
  background: url(../img/c_motif05.png) no-repeat left top;
  background-size: 100%;
  content: "";
  height: 1000px;
  pointer-events: none;
  position: absolute;
  top: 160px;
  right: -390px;
  width: 1100px;
}
@media screen and (max-width: 1400px) {
  .feature .c__05::after {
    top: 11.4285714286vw;
    right: -27.8571428571vw;
  }
}
.feature .c__05_motif {
  height: 815px;
  pointer-events: none;
  position: absolute;
  top: -100px;
  right: 130px;
  width: 140px;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .feature .c__05_motif {
    height: 58.2142857143vw;
    top: -7.1428571429vw;
    right: 9.2857142857vw;
    width: 10vw;
  }
}
.feature .c__05_motif img {
  position: sticky;
  top: 440px;
}
@media screen and (max-width: 1400px) {
  .feature .c__05_motif img {
    top: 31.4285714286vw;
  }
}
.feature .c__05_img01 {
  margin: 0 auto;
  position: relative;
  width: 330px;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .feature .c__05_img01 {
    width: 23.5714285714vw;
  }
}
.feature .c__05_motif01 {
  position: absolute;
  bottom: -32px;
  left: -94px;
  width: 118px;
}
@media screen and (max-width: 1400px) {
  .feature .c__05_motif01 {
    bottom: -2.2857142857vw;
    left: -6.7142857143vw;
    width: 8.4285714286vw;
  }
}
.feature .c__06 {
  margin-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  .feature .c__06 {
    margin-bottom: 7.1428571429vw;
  }
}
.feature .c__06 .flex {
  display: flex;
  margin-bottom: 75px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .feature .c__06 .flex {
    margin-bottom: 5.3571428571vw;
  }
}
.feature .c__06 .flex .inner {
  width: 47.2142857143vw;
}
.feature .c__06 .flex .inner:last-child {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 52.8571428571vw;
}
.feature .c__06 .flex .inner:last-child .block {
  box-sizing: border-box;
  height: 660px;
  padding-top: 70px;
  position: relative;
  width: 590px;
}
@media screen and (max-width: 1400px) {
  .feature .c__06 .flex .inner:last-child .block {
    height: 47.1428571429vw;
    padding-top: 5vw;
    width: 42.1428571429vw;
  }
}
.feature .c__06 .flex .inner:last-child .txt {
  font-size: 16px;
  letter-spacing: 0.125em;
  line-height: 2.4;
}
@media screen and (max-width: 1400px) {
  .feature .c__06 .flex .inner:last-child .txt {
    font-size: 1.1428571429vw;
  }
}
.feature .c__06_img02 {
  margin-bottom: 211px;
  width: 325px;
}
@media screen and (max-width: 1400px) {
  .feature .c__06_img02 {
    margin-bottom: 15.0714285714vw;
    width: 23.2142857143vw;
  }
}
.feature .c__06_img03 {
  position: absolute;
  top: 190px;
  right: -25px;
  width: 285px;
}
@media screen and (max-width: 1400px) {
  .feature .c__06_img03 {
    top: 13.5714285714vw;
    right: -1.7857142857vw;
    width: 20.3571428571vw;
  }
}
.feature .c__07 {
  margin-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .feature .c__07 {
    margin-bottom: 10.7142857143vw;
  }
}
.feature .c__07::after {
  background: url(../img/c_motif05.png) no-repeat left top;
  background-size: 100%;
  content: "";
  height: 1000px;
  pointer-events: none;
  position: absolute;
  top: -410px;
  left: -390px;
  width: 1100px;
}
@media screen and (max-width: 1400px) {
  .feature .c__07::after {
    top: -29.2857142857vw;
    left: -27.8571428571vw;
  }
}
.feature .c__07_img01 {
  margin: 0 auto;
  position: relative;
  width: 330px;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .feature .c__07_img01 {
    width: 23.5714285714vw;
  }
}
.feature .c__07_motif01 {
  position: absolute;
  bottom: -33px;
  right: -89px;
  width: 114px;
}
@media screen and (max-width: 1400px) {
  .feature .c__07_motif01 {
    bottom: -2.3571428571vw;
    right: -6.3571428571vw;
    width: 8.1428571429vw;
  }
}
.feature .c__08 {
  margin-bottom: 89px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .feature .c__08 {
    margin-bottom: 6.3571428571vw;
  }
}
.feature .c__08::after {
  background: url(../img/c_motif05.png) no-repeat left top;
  background-size: 100%;
  content: "";
  height: 1000px;
  pointer-events: none;
  position: absolute;
  top: -130px;
  right: -390px;
  width: 1100px;
}
@media screen and (max-width: 1400px) {
  .feature .c__08::after {
    top: -9.2857142857vw;
    right: -27.8571428571vw;
  }
}
.feature .c__08_img01 {
  margin: 0 auto 49px;
  position: relative;
  width: 540px;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .feature .c__08_img01 {
    margin-bottom: 3.5vw;
    width: 38.5714285714vw;
  }
}
.feature .c__08_img02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 160px;
}
@media screen and (max-width: 1400px) {
  .feature .c__08_img02 {
    width: 11.4285714286vw;
  }
}
.feature .c__08_img03 {
  position: absolute;
  top: 0;
  left: 190px;
  width: 160px;
}
@media screen and (max-width: 1400px) {
  .feature .c__08_img03 {
    left: 13.5714285714vw;
    width: 11.4285714286vw;
  }
}
.feature .c__08_img04 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 160px;
}
@media screen and (max-width: 1400px) {
  .feature .c__08_img04 {
    width: 11.4285714286vw;
  }
}
.feature .c__08_txt01 {
  position: absolute;
  top: 6px;
  right: 94px;
  width: 102px;
}
@media screen and (max-width: 1400px) {
  .feature .c__08_txt01 {
    top: 0.4285714286vw;
    right: 6.7142857143vw;
    width: 7.2857142857vw;
  }
}
.feature .c__08_txt02 {
  position: absolute;
  right: 162px;
  bottom: 5px;
  width: 102px;
}
@media screen and (max-width: 1400px) {
  .feature .c__08_txt02 {
    right: 11.5714285714vw;
    bottom: 0.3571428571vw;
    width: 7.2857142857vw;
  }
}
.feature .c__08 .txt {
  font-size: 16px;
  letter-spacing: 0.125em;
  line-height: 2.4;
  margin-bottom: 51px;
  padding-left: 2px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .feature .c__08 .txt {
    margin-bottom: 3.6428571429vw;
    padding-left: 0.1428571429vw;
  }
}
.feature .c__08 .block {
  height: 251px;
  margin: 0 auto 57px;
  position: relative;
  width: 560px;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .feature .c__08 .block {
    height: 17.9285714286vw;
    margin-bottom: 4.0714285714vw;
    width: 40vw;
  }
}
.feature .c__09 {
  margin-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .feature .c__09 {
    margin-bottom: 10.7142857143vw;
  }
}
.feature .c__09::after {
  background: url(../img/c_motif05.png) no-repeat left top;
  background-size: 100%;
  content: "";
  height: 1000px;
  pointer-events: none;
  position: absolute;
  top: -90px;
  left: -390px;
  width: 1100px;
}
@media screen and (max-width: 1400px) {
  .feature .c__09::after {
    top: -6.4285714286vw;
    left: -27.8571428571vw;
  }
}
.feature .c__09 .txt {
  font-size: 16px;
  letter-spacing: 0.125em;
  line-height: 2.4;
  margin-bottom: 52px;
  padding-left: 2px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .feature .c__09 .txt {
    margin-bottom: 3.7142857143vw;
    padding-left: 0.1428571429vw;
  }
}
.feature .c__09_img01 {
  margin: 0 auto 56px;
  position: relative;
  width: 400px;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .feature .c__09_img01 {
    margin-bottom: 4vw;
    width: 28.5714285714vw;
  }
}
.feature .c__10 {
  margin-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .feature .c__10 {
    margin-bottom: 10.7142857143vw;
  }
}
.feature .c__10::after {
  background: url(../img/c_motif05.png) no-repeat left top;
  background-size: 100%;
  content: "";
  height: 1000px;
  pointer-events: none;
  position: absolute;
  top: -420px;
  right: -390px;
  width: 1100px;
}
@media screen and (max-width: 1400px) {
  .feature .c__10::after {
    top: -30vw;
    right: -27.8571428571vw;
  }
}
.feature .c__10_motif {
  pointer-events: none;
  position: absolute;
  top: -4.2857142857vw;
  right: 7.1428571429vw;
  transition: top 6s ease, right 6s ease;
  transition-delay: 0.5s;
  width: 140px;
}
@media screen and (max-width: 1400px) {
  .feature .c__10_motif {
    width: 10vw;
  }
}
.feature .c__10_motif.is-active01 {
  top: 77vw;
  right: 75.7142857143vw;
}
.feature .c__10 .flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 49px;
  position: relative;
  width: 790px;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .feature .c__10 .flex {
    margin-bottom: 3.5vw;
    width: 56.4285714286vw;
  }
}
.feature .c__10_img01, .feature .c__10_img02 {
  width: 390px;
}
@media screen and (max-width: 1400px) {
  .feature .c__10_img01, .feature .c__10_img02 {
    width: 27.8571428571vw;
  }
}
.feature .c__10_img03 {
  width: 175px;
}
@media screen and (max-width: 1400px) {
  .feature .c__10_img03 {
    width: 12.5vw;
  }
}
.feature .c__10_img04 {
  width: 195px;
}
@media screen and (max-width: 1400px) {
  .feature .c__10_img04 {
    width: 13.9285714286vw;
  }
}
.feature .c__10 .txt {
  font-size: 16px;
  letter-spacing: 0.125em;
  line-height: 2.4;
  margin-bottom: 52px;
  padding-left: 2px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .feature .c__10 .txt {
    margin-bottom: 3.7142857143vw;
    padding-left: 0.1428571429vw;
  }
}
.feature .c__10 .block {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 56px;
  padding-left: 20px;
  position: relative;
  width: 390px;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .feature .c__10 .block {
    margin-bottom: 4vw;
    padding-left: 1.4285714286vw;
    width: 27.8571428571vw;
  }
}
.feature .c__10 .c__itemName,
.feature .c__10 .c__itemInfo,
.feature .c__10 .c__itemPrice,
.feature .c__10 .c__btn {
  position: relative;
  z-index: 2;
}
.feature .c__11 {
  margin-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .feature .c__11 {
    margin-bottom: 10.7142857143vw;
  }
}
.feature .c__11::after {
  background: url(../img/c_motif05.png) no-repeat left top;
  background-size: 100%;
  content: "";
  height: 1000px;
  pointer-events: none;
  position: absolute;
  top: 210px;
  left: -390px;
  width: 1100px;
}
@media screen and (max-width: 1400px) {
  .feature .c__11::after {
    top: 15vw;
    left: -27.8571428571vw;
  }
}
.feature .c__11_img01 {
  margin: 0 auto 49px;
  position: relative;
  width: 390px;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .feature .c__11_img01 {
    margin-bottom: 3.5vw;
    width: 27.8571428571vw;
  }
}
.feature .c__11_img02 {
  margin: 0 auto 56px;
  width: 150px;
}
@media screen and (max-width: 1400px) {
  .feature .c__11_img02 {
    margin-bottom: 4vw;
    width: 10.7142857143vw;
  }
}
.feature .c__11 .txt {
  font-size: 16px;
  letter-spacing: 0.125em;
  line-height: 2.4;
  margin-bottom: 52px;
  padding-left: 2px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .feature .c__11 .txt {
    margin-bottom: 3.7142857143vw;
    padding-left: 0.1428571429vw;
  }
}
.feature .c__12 {
  background: #d55d79;
  padding-top: 150px;
  padding-bottom: 121px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .feature .c__12 {
    padding-top: 10.7142857143vw;
    padding-bottom: 8.6428571429vw;
  }
}
.feature .c__12::after {
  border-bottom: dashed #fff 1px;
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.feature .c__12 .inner {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 auto;
  width: 1310px;
}
@media screen and (max-width: 1400px) {
  .feature .c__12 .inner {
    width: 93.5714285714vw;
  }
}
.feature .c__12_img {
  height: 810px;
  position: relative;
  width: 660px;
}
@media screen and (max-width: 1400px) {
  .feature .c__12_img {
    height: 57.8571428571vw;
    width: 47.1428571429vw;
  }
}
.feature .c__12_img01 {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 585px;
}
@media screen and (max-width: 1400px) {
  .feature .c__12_img01 {
    top: 0.7142857143vw;
    left: 0.7142857143vw;
    width: 41.7857142857vw;
  }
}
.feature .c__12_img02 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 585px;
}
@media screen and (max-width: 1400px) {
  .feature .c__12_img02 {
    bottom: 0.7142857143vw;
    left: 0.7142857143vw;
    width: 41.7857142857vw;
  }
}
.feature .c__12_img03 {
  margin-right: 40px;
  margin-bottom: 37px;
  width: 130px;
}
@media screen and (max-width: 1400px) {
  .feature .c__12_img03 {
    margin-right: 2.8571428571vw;
    margin-bottom: 2.6428571429vw;
    width: 9.2857142857vw;
  }
}
.feature .c__12_img03 a {
  font-size: 12px;
  letter-spacing: 0.125em;
  line-height: 2;
}
.feature .c__12_img03 a img {
  margin-bottom: 13px;
}
@media screen and (max-width: 1400px) {
  .feature .c__12_img03 a img {
    margin-bottom: 0.9285714286vw;
  }
}
.feature .c__12_img04 {
  margin-right: 40px;
  margin-bottom: 37px;
  width: 130px;
}
@media screen and (max-width: 1400px) {
  .feature .c__12_img04 {
    margin-right: 2.8571428571vw;
    margin-bottom: 2.6428571429vw;
    width: 9.2857142857vw;
  }
}
.feature .c__12_img04 a {
  font-size: 12px;
  letter-spacing: 0.125em;
  line-height: 2;
}
.feature .c__12_img04 a img {
  margin-bottom: 0.9167842031vw;
}
@media screen and (max-width: 1400px) {
  .feature .c__12_img04 a img {
    margin-bottom: 0.9285714286vw;
  }
}
.feature .c__12_img05 {
  margin-bottom: 37px;
  width: 130px;
}
@media screen and (max-width: 1400px) {
  .feature .c__12_img05 {
    margin-bottom: 2.6428571429vw;
    width: 9.2857142857vw;
  }
}
.feature .c__12_img05 a {
  font-size: 12px;
  letter-spacing: 0.125em;
  line-height: 2;
}
.feature .c__12_img05 a img {
  margin-bottom: 13px;
}
@media screen and (max-width: 1400px) {
  .feature .c__12_img05 a img {
    margin-bottom: 0.9285714286vw;
  }
}
.feature .c__12_img06 {
  margin-right: 40px;
  width: 130px;
}
@media screen and (max-width: 1400px) {
  .feature .c__12_img06 {
    margin-right: 2.8571428571vw;
    width: 9.2857142857vw;
  }
}
.feature .c__12_img06 a {
  font-size: 12px;
  letter-spacing: 0.125em;
  line-height: 2;
}
.feature .c__12_img06 a img {
  margin-bottom: 13px;
}
@media screen and (max-width: 1400px) {
  .feature .c__12_img06 a img {
    margin-bottom: 0.9285714286vw;
  }
}
.feature .c__12_img07 {
  margin-right: 40px;
  width: 130px;
}
@media screen and (max-width: 1400px) {
  .feature .c__12_img07 {
    margin-right: 2.8571428571vw;
    width: 9.2857142857vw;
  }
}
.feature .c__12_img07 a {
  font-size: 12px;
  letter-spacing: 0.125em;
  line-height: 2;
}
.feature .c__12_img07 a img {
  margin-bottom: 13px;
}
@media screen and (max-width: 1400px) {
  .feature .c__12_img07 a img {
    margin-bottom: 0.9285714286vw;
  }
}
.feature .c__12_img08 {
  width: 130px;
}
@media screen and (max-width: 1400px) {
  .feature .c__12_img08 {
    width: 9.2857142857vw;
  }
}
.feature .c__12_img08 a {
  font-size: 12px;
  letter-spacing: 0.125em;
  line-height: 2;
}
.feature .c__12_img08 a img {
  margin-bottom: 0.9167842031vw;
}
@media screen and (max-width: 1400px) {
  .feature .c__12_img08 a img {
    margin-bottom: 0.9285714286vw;
  }
}
.feature .c__12_item {
  width: 650px;
}
@media screen and (max-width: 1400px) {
  .feature .c__12_item {
    width: 46.4285714286vw;
  }
}
.feature .c__12_item .flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 56px 88px;
  width: 500px;
}
@media screen and (max-width: 1400px) {
  .feature .c__12_item .flex {
    margin-bottom: 4vw;
    margin-left: 6.2857142857vw;
    width: 35.7142857143vw;
  }
}
.feature .c__12_item ul {
  list-style: none;
}
.feature .c__12_item ul li {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.12em;
  margin-bottom: 13px;
  padding-right: 4px;
}
@media screen and (max-width: 1400px) {
  .feature .c__12_item ul li {
    margin-bottom: 0.9285714286vw;
    padding-right: 0.2857142857vw;
  }
}
.feature .c__12_item ul li:last-child {
  margin-bottom: 0;
}
.feature .c__12_item ul li a {
  text-decoration: underline;
}
.feature .c__12_item .c__btn {
  background: #fff;
  color: #d55d79;
  height: 50px;
  letter-spacing: 0.094em;
  margin-top: 50px;
  margin-right: 178px;
  width: 300px;
}
@media screen and (max-width: 1400px) {
  .feature .c__12_item .c__btn {
    height: 3.5714285714vw;
    margin-top: 3.5714285714vw;
    margin-right: 12.7142857143vw;
    width: 21.4285714286vw;
  }
}
.feature .c__13 {
  background: #d55d79;
  padding-top: 119px;
  padding-bottom: 121px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .feature .c__13 {
    padding-top: 8.5vw;
    padding-bottom: 8.6428571429vw;
  }
}
.feature .c__13::after {
  border-bottom: dashed #fff 1px;
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.feature .c__13 .inner {
  display: flex;
  margin: 0 auto;
  width: 1310px;
}
@media screen and (max-width: 1400px) {
  .feature .c__13 .inner {
    width: 93.5714285714vw;
  }
}
.feature .c__13_img {
  height: 800px;
  position: relative;
  width: 595px;
}
@media screen and (max-width: 1400px) {
  .feature .c__13_img {
    height: 57.1428571429vw;
    width: 42.5vw;
  }
}
.feature .c__13_img01 {
  position: absolute;
  top: 10px;
  left: 65px;
  width: 520px;
}
@media screen and (max-width: 1400px) {
  .feature .c__13_img01 {
    top: 0.7142857143vw;
    left: 4.6428571429vw;
    width: 37.1428571429vw;
  }
}
.feature .c__13_img01 .slick-dots {
  display: flex;
  margin-top: 20px;
  margin-left: -10px;
}
@media screen and (max-width: 1400px) {
  .feature .c__13_img01 .slick-dots {
    margin-top: 1.4285714286vw;
    margin-left: -0.7142857143vw;
  }
}
.feature .c__13_img01 .slick-dots li {
  background: url(../img/c_icn01.png) no-repeat left top;
  background-size: 100%;
  height: 10px;
  margin: 0 10px 0 0;
  width: 10px;
}
.feature .c__13_img01 .slick-dots li button {
  display: none;
}
.feature .c__13_img01 .slick-dots li.slick-active {
  background: url(../img/c_icn02.png) no-repeat left top;
  background-size: 100%;
}
.feature .c__13_img02 {
  margin-right: 40px;
  margin-bottom: 37px;
  width: 130px;
}
@media screen and (max-width: 1400px) {
  .feature .c__13_img02 {
    margin-right: 2.8571428571vw;
    margin-bottom: 2.6428571429vw;
    width: 9.2857142857vw;
  }
}
.feature .c__13_img02 a {
  font-size: 12px;
  letter-spacing: 0.125em;
  line-height: 2;
}
.feature .c__13_img02 a img {
  margin-bottom: 13px;
}
@media screen and (max-width: 1400px) {
  .feature .c__13_img02 a img {
    margin-bottom: 0.9285714286vw;
  }
}
.feature .c__13_img03 {
  margin-right: 40px;
  margin-bottom: 37px;
  width: 130px;
}
@media screen and (max-width: 1400px) {
  .feature .c__13_img03 {
    margin-right: 2.8571428571vw;
    margin-bottom: 2.6428571429vw;
    width: 9.2857142857vw;
  }
}
.feature .c__13_img03 a {
  font-size: 12px;
  letter-spacing: 0.125em;
  line-height: 2;
}
.feature .c__13_img03 a img {
  margin-bottom: 13px;
}
@media screen and (max-width: 1400px) {
  .feature .c__13_img03 a img {
    margin-bottom: 0.9285714286vw;
  }
}
.feature .c__13_img04 {
  margin-bottom: 37px;
  width: 130px;
}
@media screen and (max-width: 1400px) {
  .feature .c__13_img04 {
    margin-bottom: 2.6428571429vw;
    width: 9.2857142857vw;
  }
}
.feature .c__13_img04 a {
  font-size: 12px;
  letter-spacing: 0.125em;
  line-height: 2;
}
.feature .c__13_img04 a img {
  margin-bottom: 0.9167842031vw;
}
@media screen and (max-width: 1400px) {
  .feature .c__13_img04 a img {
    margin-bottom: 0.9285714286vw;
  }
}
.feature .c__13_img05 {
  margin-right: 40px;
  width: 130px;
}
@media screen and (max-width: 1400px) {
  .feature .c__13_img05 {
    margin-right: 2.8571428571vw;
    width: 9.2857142857vw;
  }
}
.feature .c__13_img05 a {
  font-size: 12px;
  letter-spacing: 0.125em;
  line-height: 2;
}
.feature .c__13_img05 a img {
  margin-bottom: 13px;
}
@media screen and (max-width: 1400px) {
  .feature .c__13_img05 a img {
    margin-bottom: 0.9285714286vw;
  }
}
.feature .c__13_img06 {
  margin-right: 40px;
  width: 130px;
}
@media screen and (max-width: 1400px) {
  .feature .c__13_img06 {
    margin-right: 2.8571428571vw;
    width: 9.2857142857vw;
  }
}
.feature .c__13_img06 a {
  font-size: 12px;
  letter-spacing: 0.125em;
  line-height: 2;
}
.feature .c__13_img06 a img {
  margin-bottom: 0.9167842031vw;
}
@media screen and (max-width: 1400px) {
  .feature .c__13_img06 a img {
    margin-bottom: 0.9285714286vw;
  }
}
.feature .c__13_img07 {
  width: 130px;
}
@media screen and (max-width: 1400px) {
  .feature .c__13_img07 {
    width: 9.2857142857vw;
  }
}
.feature .c__13_img07 a {
  font-size: 12px;
  letter-spacing: 0.125em;
  line-height: 2;
}
.feature .c__13_img07 a img {
  margin-bottom: 0.9167842031vw;
}
@media screen and (max-width: 1400px) {
  .feature .c__13_img07 a img {
    margin-bottom: 0.9285714286vw;
  }
}
.feature .c__13_item {
  width: 650px;
}
@media screen and (max-width: 1400px) {
  .feature .c__13_item {
    width: 46.4285714286vw;
  }
}
.feature .c__13_item .flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px 126px;
  width: 510px;
}
@media screen and (max-width: 1400px) {
  .feature .c__13_item .flex {
    margin-bottom: 3.5714285714vw;
    margin-left: 9vw;
    width: 36.4285714286vw;
  }
}
.feature .c__13_item ul {
  margin-left: 76px;
  list-style: none;
}
@media screen and (max-width: 1400px) {
  .feature .c__13_item ul {
    margin-left: 5.4285714286vw;
  }
}
.feature .c__13_item ul li {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.13em;
  line-height: 2.2;
  margin-bottom: 3px;
}
@media screen and (max-width: 1400px) {
  .feature .c__13_item ul li {
    margin-bottom: 0.2142857143vw;
  }
}
.feature .c__13_item ul li:last-child {
  margin-bottom: 0;
}
.feature .c__13_item ul li a {
  text-decoration: underline;
}
.feature .c__13_item .c__btn {
  background: #fff;
  color: #d55d79;
  height: 50px;
  letter-spacing: 0.094em;
  margin-top: 47px;
  margin-right: 140px;
  width: 300px;
}
@media screen and (max-width: 1400px) {
  .feature .c__13_item .c__btn {
    height: 3.5714285714vw;
    margin-top: 3.3571428571vw;
    margin-right: 10vw;
    width: 21.4285714286vw;
  }
}
.feature .c__14 {
  background: #d55d79;
  padding-top: 119px;
  padding-bottom: 130px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .feature .c__14 {
    padding-top: 8.5vw;
    padding-bottom: 9.2857142857vw;
  }
}
.feature .c__14::after {
  border-bottom: dashed #fff 1px;
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.feature .c__14 .inner {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 auto;
  width: 1310px;
}
@media screen and (max-width: 1400px) {
  .feature .c__14 .inner {
    width: 93.5714285714vw;
  }
}
.feature .c__14_img {
  height: 800px;
  position: relative;
  width: 595px;
}
@media screen and (max-width: 1400px) {
  .feature .c__14_img {
    height: 57.1428571429vw;
    width: 42.5vw;
  }
}
.feature .c__14_img01 {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 520px;
}
@media screen and (max-width: 1400px) {
  .feature .c__14_img01 {
    top: 0.7142857143vw;
    left: 0.7142857143vw;
    width: 37.1428571429vw;
  }
}
.feature .c__14_img01 .slick-dots {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  margin-right: -10px;
}
@media screen and (max-width: 1400px) {
  .feature .c__14_img01 .slick-dots {
    margin-top: 1.4285714286vw;
    margin-right: -0.7142857143vw;
  }
}
.feature .c__14_img01 .slick-dots li {
  background: url(../img/c_icn01.png) no-repeat left top;
  background-size: 100%;
  height: 10px;
  margin: 0 0 0 10px;
  width: 10px;
}
.feature .c__14_img01 .slick-dots li button {
  display: none;
}
.feature .c__14_img01 .slick-dots li.slick-active {
  background: url(../img/c_icn02.png) no-repeat left top;
  background-size: 100%;
}
.feature .c__14_img02 {
  margin-right: 40px;
  margin-bottom: 37px;
  width: 130px;
}
@media screen and (max-width: 1400px) {
  .feature .c__14_img02 {
    margin-right: 2.8571428571vw;
    margin-bottom: 2.6428571429vw;
    width: 9.2857142857vw;
  }
}
.feature .c__14_img02 a {
  font-size: 12px;
  letter-spacing: 0.125em;
  line-height: 2;
}
.feature .c__14_img02 a img {
  margin-bottom: 13px;
}
@media screen and (max-width: 1400px) {
  .feature .c__14_img02 a img {
    margin-bottom: 0.9285714286vw;
  }
}
.feature .c__14_img03 {
  margin-right: 2.8208744711vw;
  margin-bottom: 2.6093088858vw;
  width: 9.167842031vw;
}
@media screen and (max-width: 1400px) {
  .feature .c__14_img03 {
    margin-right: 2.8571428571vw;
    margin-bottom: 2.6428571429vw;
    width: 9.2857142857vw;
  }
}
.feature .c__14_img03 a {
  font-size: 12px;
  letter-spacing: 0.125em;
  line-height: 2;
}
.feature .c__14_img03 a img {
  margin-bottom: 0.9167842031vw;
}
@media screen and (max-width: 1400px) {
  .feature .c__14_img03 a img {
    margin-bottom: 0.9285714286vw;
  }
}
.feature .c__14_img04 {
  margin-bottom: 37px;
  width: 130px;
}
@media screen and (max-width: 1400px) {
  .feature .c__14_img04 {
    margin-bottom: 2.6428571429vw;
    width: 9.2857142857vw;
  }
}
.feature .c__14_img04 a {
  font-size: 12px;
  letter-spacing: 0.125em;
  line-height: 2;
}
.feature .c__14_img04 a img {
  margin-bottom: 13px;
}
@media screen and (max-width: 1400px) {
  .feature .c__14_img04 a img {
    margin-bottom: 0.9285714286vw;
  }
}
.feature .c__14_img05 {
  margin-right: 40px;
  margin-left: 85px;
  width: 130px;
}
@media screen and (max-width: 1400px) {
  .feature .c__14_img05 {
    margin-right: 2.8571428571vw;
    margin-left: 6.0714285714vw;
    width: 9.2857142857vw;
  }
}
.feature .c__14_img05 a {
  font-size: 12px;
  letter-spacing: 0.125em;
  line-height: 2;
}
.feature .c__14_img05 a img {
  margin-bottom: 0.9167842031vw;
}
@media screen and (max-width: 1400px) {
  .feature .c__14_img05 a img {
    margin-bottom: 0.9285714286vw;
  }
}
.feature .c__14_img06 {
  margin-right: 40px;
  width: 130px;
}
@media screen and (max-width: 1400px) {
  .feature .c__14_img06 {
    margin-right: 2.8571428571vw;
    width: 9.2857142857vw;
  }
}
.feature .c__14_img06 a {
  font-size: 12px;
  letter-spacing: 0.125em;
  line-height: 2;
}
.feature .c__14_img06 a img {
  margin-bottom: 13px;
}
@media screen and (max-width: 1400px) {
  .feature .c__14_img06 a img {
    margin-bottom: 0.9285714286vw;
  }
}
.feature .c__14_img07 {
  width: 130px;
}
@media screen and (max-width: 1400px) {
  .feature .c__14_img07 {
    width: 9.2857142857vw;
  }
}
.feature .c__14_img07 a {
  font-size: 12px;
  letter-spacing: 0.125em;
  line-height: 2;
}
.feature .c__14_img07 a img {
  margin-bottom: 13px;
}
@media screen and (max-width: 1400px) {
  .feature .c__14_img07 a img {
    margin-bottom: 0.9285714286vw;
  }
}
.feature .c__14_item {
  width: 650px;
}
@media screen and (max-width: 1400px) {
  .feature .c__14_item {
    width: 46.4285714286vw;
  }
}
.feature .c__14_item .flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px 56px;
  width: 35.9661495063vw;
}
@media screen and (max-width: 1400px) {
  .feature .c__14_item .flex {
    margin-bottom: 3.5714285714vw;
    margin-left: 4vw;
    width: 36.4285714286vw;
  }
}
.feature .c__14_item ul {
  margin-left: -4.5839210155vw;
  list-style: none;
}
@media screen and (max-width: 1400px) {
  .feature .c__14_item ul {
    margin-left: -4.6428571429vw;
  }
}
.feature .c__14_item ul li {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.13em;
  line-height: 2.2;
  margin-bottom: 0.2115655853vw;
}
@media screen and (max-width: 1400px) {
  .feature .c__14_item ul li {
    margin-bottom: 0.2142857143vw;
  }
}
.feature .c__14_item ul li:last-child {
  margin-bottom: 0;
}
.feature .c__14_item ul li a {
  text-decoration: underline;
}
.feature .c__14_item .c__btn {
  background: #fff;
  color: #d55d79;
  height: 50px;
  letter-spacing: 0.094em;
  margin-top: 43px;
  margin-right: 210px;
  width: 300px;
}
@media screen and (max-width: 1400px) {
  .feature .c__14_item .c__btn {
    height: 3.5714285714vw;
    margin-top: 3.0714285714vw;
    margin-right: 15vw;
    width: 21.4285714286vw;
  }
}
.feature .c__15 {
  background: #d55d79;
  padding-top: 119px;
  padding-bottom: 158px;
}
@media screen and (max-width: 1400px) {
  .feature .c__15 {
    padding-top: 8.5vw;
    padding-bottom: 11.2857142857vw;
  }
}
.feature .c__15 .inner {
  display: flex;
  margin: 0 auto;
  width: 1310px;
}
@media screen and (max-width: 1400px) {
  .feature .c__15 .inner {
    width: 93.5714285714vw;
  }
}
.feature .c__15_img {
  height: 800px;
  position: relative;
  width: 595px;
}
@media screen and (max-width: 1400px) {
  .feature .c__15_img {
    height: 57.1428571429vw;
    width: 42.5vw;
  }
}
.feature .c__15_img01 {
  position: absolute;
  top: 10px;
  left: 65px;
  width: 520px;
}
@media screen and (max-width: 1400px) {
  .feature .c__15_img01 {
    top: 0.7142857143vw;
    left: 4.6428571429vw;
    width: 37.1428571429vw;
  }
}
.feature .c__15_img01 .slick-dots {
  display: flex;
  margin-top: 20px;
  margin-left: -10px;
}
@media screen and (max-width: 1400px) {
  .feature .c__15_img01 .slick-dots {
    margin-top: 1.4285714286vw;
    margin-left: -0.7142857143vw;
  }
}
.feature .c__15_img01 .slick-dots li {
  background: url(../img/c_icn01.png) no-repeat left top;
  background-size: 100%;
  height: 10px;
  margin: 0 10px 0 0;
  width: 10px;
}
.feature .c__15_img01 .slick-dots li button {
  display: none;
}
.feature .c__15_img01 .slick-dots li.slick-active {
  background: url(../img/c_icn02.png) no-repeat left top;
  background-size: 100%;
}
.feature .c__15_img02 {
  margin-right: 40px;
  margin-bottom: 37px;
  width: 130px;
}
@media screen and (max-width: 1400px) {
  .feature .c__15_img02 {
    margin-right: 2.8571428571vw;
    margin-bottom: 2.6428571429vw;
    width: 9.2857142857vw;
  }
}
.feature .c__15_img02 a {
  font-size: 12px;
  letter-spacing: 0.125em;
  line-height: 2;
}
.feature .c__15_img02 a img {
  margin-bottom: 0.9167842031vw;
}
@media screen and (max-width: 1400px) {
  .feature .c__15_img02 a img {
    margin-bottom: 0.9285714286vw;
  }
}
.feature .c__15_img03 {
  margin-right: 40px;
  margin-bottom: 37px;
  width: 130px;
}
@media screen and (max-width: 1400px) {
  .feature .c__15_img03 {
    margin-right: 2.8571428571vw;
    margin-right: 2.6428571429vw;
    width: 9.2857142857vw;
  }
}
.feature .c__15_img03 a {
  font-size: 12px;
  letter-spacing: 0.125em;
  line-height: 2;
}
.feature .c__15_img03 a img {
  margin-bottom: 13px;
}
@media screen and (max-width: 1400px) {
  .feature .c__15_img03 a img {
    margin-bottom: 0.9285714286vw;
  }
}
.feature .c__15_img04 {
  margin-bottom: 37px;
  width: 130px;
}
@media screen and (max-width: 1400px) {
  .feature .c__15_img04 {
    margin-bottom: 2.6428571429vw;
    width: 9.2857142857vw;
  }
}
.feature .c__15_img04 a {
  font-size: 12px;
  letter-spacing: 0.125em;
  line-height: 2;
}
.feature .c__15_img04 a img {
  margin-bottom: 0.9167842031vw;
}
@media screen and (max-width: 1400px) {
  .feature .c__15_img04 a img {
    margin-bottom: 0.9285714286vw;
  }
}
.feature .c__15_img05 {
  margin-right: 40px;
  margin-left: 85px;
  width: 130px;
}
@media screen and (max-width: 1400px) {
  .feature .c__15_img05 {
    margin-right: 2.8571428571vw;
    margin-left: 6.0714285714vw;
    width: 9.2857142857vw;
  }
}
.feature .c__15_img05 a {
  font-size: 12px;
  letter-spacing: 0.125em;
  line-height: 2;
}
.feature .c__15_img05 a img {
  margin-bottom: 13px;
}
@media screen and (max-width: 1400px) {
  .feature .c__15_img05 a img {
    margin-bottom: 0.9285714286vw;
  }
}
.feature .c__15_img06 {
  margin-right: 40px;
  width: 130px;
}
@media screen and (max-width: 1400px) {
  .feature .c__15_img06 {
    margin-right: 2.8571428571vw;
    width: 9.2857142857vw;
  }
}
.feature .c__15_img06 a {
  font-size: 12px;
  letter-spacing: 0.125em;
  line-height: 2;
}
.feature .c__15_img06 a img {
  margin-bottom: 0.9167842031vw;
}
@media screen and (max-width: 1400px) {
  .feature .c__15_img06 a img {
    margin-bottom: 0.9285714286vw;
  }
}
.feature .c__15_img07 {
  width: 130px;
}
@media screen and (max-width: 1400px) {
  .feature .c__15_img07 {
    width: 9.2857142857vw;
  }
}
.feature .c__15_img07 a {
  font-size: 12px;
  letter-spacing: 0.125em;
  line-height: 2;
}
.feature .c__15_img07 a img {
  margin-bottom: 13px;
}
@media screen and (max-width: 1400px) {
  .feature .c__15_img07 a img {
    margin-bottom: 0.9285714286vw;
  }
}
.feature .c__15_item {
  width: 650px;
}
@media screen and (max-width: 1400px) {
  .feature .c__15_item {
    width: 46.4285714286vw;
  }
}
.feature .c__15_item .flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 3.5260930889vw 8.8857545839vw;
  width: 35.9661495063vw;
}
@media screen and (max-width: 1400px) {
  .feature .c__15_item .flex {
    margin-bottom: 3.5714285714vw;
    margin-left: 9vw;
    width: 36.4285714286vw;
  }
}
.feature .c__15_item ul {
  margin-left: 76px;
  list-style: none;
}
@media screen and (max-width: 1400px) {
  .feature .c__15_item ul {
    margin-left: 5.4285714286vw;
  }
}
.feature .c__15_item ul li {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.13em;
  line-height: 2.2;
  margin-bottom: 3px;
}
@media screen and (max-width: 1400px) {
  .feature .c__15_item ul li {
    margin-bottom: 0.2142857143vw;
  }
}
.feature .c__15_item ul li:last-child {
  margin-bottom: 0;
}
.feature .c__15_item ul li a {
  text-decoration: underline;
}
.feature .c__15_item .c__btn {
  background: #fff;
  color: #d55d79;
  height: 50px;
  letter-spacing: 0.094em;
  margin-top: 43px;
  margin-right: 140px;
  width: 300px;
}
@media screen and (max-width: 1400px) {
  .feature .c__15_item .c__btn {
    height: 3.5714285714vw;
    margin-top: 3.0714285714vw;
    margin-right: 10vw;
    width: 21.4285714286vw;
  }
}
.feature .c__16 {
  margin-bottom: 110px;
  padding-top: 150px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .feature .c__16 {
    margin-bottom: 7.8571428571vw;
    padding-top: 10.7142857143vw;
  }
}
.feature .c__16::after {
  background: url(../img/c_motif05.png) no-repeat left top;
  background-size: 100%;
  content: "";
  height: 1000px;
  pointer-events: none;
  position: absolute;
  top: -340px;
  left: -390px;
  width: 1100px;
}
@media screen and (max-width: 1400px) {
  .feature .c__16::after {
    top: -24.2857142857vw;
    left: -27.8571428571vw;
  }
}
.feature .c__16_img01 {
  margin: 0 auto 41px;
  position: relative;
  width: 390px;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .feature .c__16_img01 {
    margin-bottom: 2.9285714286vw;
    width: 27.8571428571vw;
  }
}
.feature .c__16_txt {
  font-size: 13px;
  letter-spacing: 0.125em;
  line-height: 2.4;
  position: relative;
  z-index: 2;
}
.feature .btn {
  align-items: center;
  background: #d55d79;
  display: flex;
  font-size: 24px;
  height: 74px;
  justify-content: center;
  letter-spacing: 0.07em;
  margin: 0 auto;
  width: 1020px;
}
@media screen and (max-width: 1400px) {
  .feature .btn {
    height: 5.2857142857vw;
    width: 72.8571428571vw;
  }
}
.feature .fixedMenu {
  align-items: center;
  background: #d55d79;
  box-sizing: border-box;
  display: flex;
  height: 50px;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  transition: bottom 0.6s 0.3s;
  transform: translateY(100%);
  visibility: hidden;
  width: 100%;
  z-index: 4;
}
@media screen and (max-width: 1400px) {
  .feature .fixedMenu {
    height: 3.5714285714vw;
  }
}
.feature .fixedMenu__inner {
  display: flex;
  height: 50px;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  .feature .fixedMenu__inner {
    height: 3.5714285714vw;
  }
}
.feature .fixedMenu a {
  align-items: center;
  border-right: solid #fff 1px;
  display: flex;
  font-size: 16px;
  letter-spacing: 0.11em;
  padding: 0 15px;
}
@media screen and (max-width: 1400px) {
  .feature .fixedMenu a {
    padding: 0 1.0714285714vw;
  }
}
.feature .fixedMenu a:last-of-type {
  border-right: none;
}
.feature .fixedMenu a img {
  height: 30px;
  margin-right: 15px;
  width: auto;
}
@media screen and (max-width: 1400px) {
  .feature .fixedMenu a img {
    height: 2.1428571429vw;
    margin-right: 1.0714285714vw;
  }
}
.feature .fixedMenu.is-scrolling-down {
  bottom: -60px;
}
@media screen and (max-width: 1400px) {
  .feature .fixedMenu.is-scrolling-down {
    bottom: -4.2857142857vw;
  }
}
.feature .fixedMenu.visible {
  transition: all 0.6s 0.3s;
  transform: translateY(100%);
}
.feature .fixedMenu.hidden {
  transition: all 0.6s 0.3s;
  visibility: visible;
  transform: translateY(0);
}
.feature .fixedMenu.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(3.5260930889vw);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.feature .fixedMenu.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(3.5260930889vw);
  }
}

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

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