html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 80px;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
.l-container {
  width: 100%;
}

.js-fade {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.js-fade.is-active {
  opacity: 1;
}

.sp {
  display: none;
}

.feature {
  box-sizing: border-box;
  color: #4F4F4F;
  background: #FFFCEE;
  margin: 0 auto;
  overflow: clip;
  position: relative;
  width: 100%;
  font-feature-settings: "palt";
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.feature * {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  scroll-margin-top: 50px;
}
.feature a {
  color: #000;
  text-decoration: none;
}
.feature img {
  vertical-align: bottom;
  max-width: 100%;
  transition: 0.3s;
}
.feature img:hover {
  opacity: 0.8;
}
.feature .wrap {
  display: flex;
}
.feature .wrap .leftcont {
  width: 50vw;
}
.feature .wrap .leftcont__Inner {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  width: 100%;
}
.feature .wrap .leftcont .mv {
  position: relative;
}
.feature .wrap .leftcont .mv__Ttl {
  position: absolute;
  width: 394px;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.feature .wrap .leftcont .mv__Thum {
  width: 100%;
  height: calc(100vh - 80px);
}
.feature .wrap .leftcont .mv__Thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.feature .wrap .leftcont .mv__Box {
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
}
.feature .wrap .leftcont .mv__Btn {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 277px;
  height: 41px;
  border-radius: 200px;
  color: #fff;
  background: #E5C4B5;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 24px;
  font-weight: 600;
}
.feature .wrap .leftcont .mv__Btn:nth-of-type(1) {
  margin-bottom: 15px;
}
.feature .wrap .rightcont {
  width: 50vw;
  background: #FFFCEE;
  overflow: hidden;
}
.feature .wrap .rightcont__Inner {
  margin: auto;
}
.feature .wrap .rightcont .mv__Txt {
  text-align: center;
  font-size: 1.7333333333rem;
  line-height: 4rem;
  letter-spacing: 0.22em;
  padding-top: 8rem;
  margin: 0 auto 9rem;
}
.feature .sec {
  overflow: hidden;
  width: 50rem;
  margin: auto;
}
.feature .sec__Model.-model01 {
  width: 43.6666666667rem;
  margin: 0 auto 6.6666666667rem;
}
.feature .sec__Model.-model02 {
  width: 26.6666666667rem;
  margin: 0 auto 9.5333333333rem;
  position: relative;
}
.feature .sec__Model.-model02 .-ashiato {
  position: absolute;
  top: 1.3333333333rem;
  left: 48%;
  transform: translateX(-50%);
  width: 49.2rem;
  pointer-events: none;
}
.feature .sec__Model.-model03 {
  width: 44.6666666667rem;
  margin: 0 auto 9.5333333333rem;
}
.feature .sec__Model.-model04 {
  margin: 0 auto 10.1333333333rem;
  position: relative;
}
.feature .sec__Model.-model04 .-cat {
  position: absolute;
  top: 4.0666666667rem;
  left: -4rem;
  width: 51.2666666667rem;
  pointer-events: none;
}
.feature .sec__Model.-model05 {
  width: 42.6666666667rem;
  margin-bottom: 9.4rem;
}
.feature .sec__Model.-model06 {
  width: 44.6666666667rem;
  margin: 0 auto 9.6666666667rem;
  position: relative;
}
.feature .sec__Model.-model06 .-txt {
  width: 69.2666666667rem;
  position: absolute;
  pointer-events: none;
  top: 7.2rem;
  left: 43%;
  transform: translateX(-50%);
}
.feature .sec__Model.-model06 .-txt .wave-text {
  font-size: 9.3333333333rem;
  font-family: "collector-comic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  fill: #FFFCEE;
}
.feature .sec__Model.-model07 {
  margin-bottom: 10rem;
}
.feature .sec__Model.-model07 .swiper-wrapper {
  transition-timing-function: linear;
}
.feature .sec__Model.-model07 .swiper-slide {
  width: 25.6666666667rem;
  padding-right: 1.3333333333rem;
}
.feature .sec__Model.-model11 {
  width: 37.3333333333rem;
  margin: 0 0 15.1333333333rem auto;
}
.feature .sec__Model.-model12 {
  width: 43.3333333333rem;
  margin: 0 auto 10rem;
  position: relative;
}
.feature .sec__Model.-model12 .-usagi {
  position: absolute;
  top: -4.5333333333rem;
  right: -6.3333333333rem;
  width: 50.9333333333rem;
  pointer-events: none;
  z-index: 10;
}
.feature .sec__Model.-model13 {
  width: 42.6666666667rem;
  margin: 0 auto 10rem;
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.feature .sec__Model.-model14 {
  position: relative;
  margin: 0 auto 11.3333333333rem;
}
.feature .sec__Model.-model14 .swiper-pagination {
  width: 100%;
  top: auto;
  bottom: -2.2666666667rem;
}
.feature .sec__Model.-model14 .swiper-pagination-bullet {
  width: 4.6666666667rem;
  height: 0.3333333333rem;
  margin: 0 0.3333333333rem;
  background: #C0CEE2;
  position: relative;
  opacity: 1;
  border-radius: 0;
}
.feature .sec__Model.-model14 .swiper-pagination-bullet:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.3333333333rem;
  content: "";
  background: #87ABD6;
}
.feature .sec__Model.-model14 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  animation: progress 3s linear forwards;
}
.feature .sec__Model.-model15 {
  width: 42.6666666667rem;
  margin-bottom: 13.6666666667rem;
  position: relative;
}
.feature .sec__Model.-model15 .-cat {
  position: absolute;
  bottom: -4.6rem;
  left: -4rem;
  width: 51.2666666667rem;
  pointer-events: none;
}
.feature .sec__Model.-model16 {
  margin: 0 auto 10rem;
}
.feature .sec__Btn {
  margin: auto;
  display: block;
  width: 43.3333333333rem;
  height: 6.6666666667rem;
  border-radius: 13.3333333333rem;
  color: #fff;
  background: #E5C4B5;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 6.6666666667rem;
  font-weight: 600;
}
.feature .sec__Btn:nth-of-type(1) {
  margin-bottom: 7rem;
}
.feature .sec__Btn:nth-of-type(2) {
  margin-bottom: 9.3333333333rem;
}
.feature .end {
  text-align: center;
  margin-bottom: 10rem;
}
.feature .end span {
  display: inline-block;
  font-size: 2rem;
  padding: 0 6.6666666667rem;
  position: relative;
  color: #EA8D71;
  letter-spacing: 0.04em;
}
.feature .end span:before {
  position: absolute;
  width: 24.9333333333rem;
  height: 1.7333333333rem;
  background: url("./../img/deco_ttl_end.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
.feature .campaign {
  position: relative;
  background: linear-gradient(180deg, transparent 0%, transparent 18vw, #fff 18vw, #fff 100%);
  padding: 7.7333333333rem 0 8.3333333333rem;
}
.feature .campaign:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50vw;
  height: 18vw;
  background: url("./../img/bg_campagin.svg");
  background-size: cover;
}
.feature .campaign__Ttl {
  position: relative;
  width: 30.9333333333rem;
  margin: 0 auto 3.2rem;
  transform: translateX(-1.3333333333rem);
}
.feature .campaign__Subttl {
  text-align: center;
  position: relative;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  margin: 0 auto 3.5333333333rem;
}
.feature .campaign__Txt01 {
  font-size: 2rem;
  line-height: 3.6666666667rem;
  letter-spacing: 0.06em;
  text-align: center;
  font-weight: 300;
  position: relative;
  margin-bottom: 0.3333333333rem;
}
.feature .campaign__Txt02 {
  font-size: 2.1333333333rem;
  line-height: 3.6666666667rem;
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: 600;
  position: relative;
  margin-bottom: 1rem;
}
.feature .campaign__Thum {
  width: 33.6rem;
  margin: auto;
}
.feature .campaign__Thum img:hover {
  opacity: 1;
}
.feature .count {
  background: #fff;
}
.feature .count__Inner {
  background: #FFF8F9;
  width: 45.3333333333rem;
  margin: auto;
  padding: 7.5333333333rem 1.3333333333rem 4.4rem;
}
.feature .count__Ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 4.6666666667rem;
  letter-spacing: 0.06em;
  transform: translateX(-0.6666666667rem);
}
.feature .count__Redtxt {
  width: 42.6666666667rem;
  background: #fff;
  text-align: center;
  font-size: 1.7333333333rem;
  line-height: 2.5333333333rem;
  letter-spacing: 0.15em;
  color: #E01C24;
  margin: 0 auto 4.6666666667rem;
  padding: 0.6666666667rem;
}
.feature .count__Txt {
  font-size: 1.7333333333rem;
  line-height: 3.3333333333rem;
}
.feature .count__Txt.-txt02 {
  text-align: right;
  margin-top: 0.5333333333rem;
  letter-spacing: 0.06em;
}
.feature .count__List {
  display: flex;
  gap: 7.0666666667rem;
  justify-content: center;
}
.feature .count__List li {
  width: 15.8666666667rem;
}
.feature .count__List li:nth-child(1) {
  position: relative;
}
.feature .count__List li:nth-child(1):before {
  position: absolute;
  width: 3rem;
  height: 1.6666666667rem;
  content: "";
  top: 43%;
  right: -5.1333333333rem;
  transform: translateY(-50%);
  background: url("./../img/icon_arrow.svg");
  background-size: cover;
}
.feature .count__List li p {
  font-size: 1.7333333333rem;
  text-align: center;
  white-space: nowrap;
  line-height: 3.3333333333rem;
}
.feature .count__List.-list01 {
  margin-bottom: 3.3333333333rem;
}
.feature .count__List.-list01 li {
  text-align: center;
}
.feature .count__List.-list01 li img {
  width: 11.8rem;
}
.feature .count__List.-list01 li img:hover {
  opacity: 1;
}
.feature .count__List.-list01 li:nth-child(1) p {
  transform: translateX(-1.6rem);
  letter-spacing: 0.1em;
}
.feature .count__List.-list02 {
  gap: 7.7333333333rem;
}
.feature .count__List.-list02 li img:hover {
  opacity: 1;
}
.feature .count__List.-list02 li:nth-child(1) p {
  transform: translateX(-1.6rem);
  letter-spacing: 0.1em;
}
.feature .count__List.-list02 li:nth-child(2) {
  transform: translateX(0.2666666667rem);
}
.feature .post {
  background: #fff;
  padding-top: 7.3333333333rem;
}
.feature .post__Ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 4.3333333333rem;
  position: relative;
}
.feature .post__Ttl:before {
  width: 8rem;
  height: 0.0333333333rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #4F4F4F;
  content: "";
}
.feature .post__Txt {
  text-align: center;
  font-weight: 600;
}
.feature .post__Txt.-txt01 {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 3.8866666667rem;
}
.feature .post__Txt.-txt02 {
  font-size: 1.7333333333rem;
  letter-spacing: 0.1em;
  line-height: 3.3333333333rem;
  margin-top: 0.6666666667rem;
  margin-bottom: 6.8rem;
}
.feature .post__List {
  width: 42.6666666667rem;
  margin: auto;
}
.feature .post__List li {
  padding-left: 8.1333333333rem;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 3.2rem;
  margin-bottom: 4.3333333333rem;
  position: relative;
}
.feature .post__List li:before {
  position: absolute;
  left: 0;
  top: 0.6666666667rem;
  width: 6.0666666667rem;
  height: 5.4666666667rem;
  content: "";
}
.feature .post__List li a {
  color: #4F4F4F;
  text-decoration: underline;
}
.feature .post__List li span {
  color: #E01C24;
}
.feature .post__List li:nth-child(1):before {
  background: url("./../img/step01.svg");
  background-size: cover;
}
.feature .post__List li:nth-child(2) {
  line-height: 3.4rem;
  letter-spacing: 0.065em;
}
.feature .post__List li:nth-child(2):before {
  background: url("./../img/step02.svg");
  background-size: cover;
  top: 0.3333333333rem;
}
.feature .post__List li:nth-child(3) {
  line-height: 3.4rem;
  letter-spacing: 0.065em;
  margin-bottom: 6.5333333333rem;
}
.feature .post__List li:nth-child(3):before {
  background: url("./../img/step03.svg");
  background-size: cover;
  top: 0.3333333333rem;
}
.feature .post__Overview {
  width: 43rem;
  margin: auto;
  text-align: justify;
  font-size: 1.7333333333rem;
  line-height: 3.3333333333rem;
  letter-spacing: 0.025em;
  font-feature-settings: initial;
  padding-bottom: 5.3333333333rem;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}