.l-container {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

.js-fade {
  opacity: 0;
  transition: 1.2s ease all;
}
.js-fade.js-fade-bottom {
  transform: translateY(20px);
}
.js-fade.is-active {
  opacity: 1;
  transform: translateY(0) translateX(0) translateZ(0);
}

img {
  max-width: 100%;
}

.feature {
  color: #3d3d3d;
  background: #f4dbd7;
  overflow: hidden;
  font-family: "poppins", "ryo-gothic-plusn", sans-serif;
  position: relative;
}
.feature a:hover {
  text-decoration: none !important;
}
.feature a img {
  transition: 0.3s;
}
.feature a img:hover {
  opacity: 0.7;
}

.mv__Inner {
  width: 100%;
  position: relative;
}
.mv__Inner:before {
  position: absolute;
  width: 100%;
  height: 384px;
  /*top: 0;*/
  top: 50px;
  left: 0;
  content: "";
  background: url("./../img/img_mv_deco_pc.png");
  background-size: cover;
}
.mv__Bnr {
  background: #fbb7b4;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  position: relative;
  z-index: 10;
}
.mv__Bnr img {
  transform: translate(5px, 2px);
  width: 766px;
  display: inline-block;
}
.mv__Thum {
  position: relative;
  z-index: 10;
  margin: 106px auto 0;
  width: 431px;
}
.mv__Txt {
  position: absolute;
  width: 157.65px;
  z-index: 20;
}
.mv__Txt.-txt01 {
  top: 143px;
  left: calc(50% - 296px);
}
.mv__Txt.-txt02 {
  top: 329px;
  left: calc(50% + 161px);
}
.mv__Dl {
  margin-top: -7px;
  background: #fff8ef;
  padding: 20px 0 23px;
  position: relative;
  z-index: 10;
}
.mv__Dl-Ttl {
  text-align: center;
}
.mv__Dl-Ttl span {
  display: inline-block;
  font-size: 20.78px;
  margin-bottom: 18px;
  letter-spacing: 0.01em;
  font-weight: bold;
  padding-right: 27px;
  position: relative;
}
.mv__Dl-Ttl span:before {
  position: absolute;
  top: 50%;
  right: -3px;
  transform: translateY(-62%);
  content: "";
  width: 17px;
  height: 18px;
  background: url("./../img/icon_w_arrow.png") no-repeat;
  background-size: 100%;
}
.mv__Dl-Flex {
  display: flex;
  justify-content: space-between;
  width: 388px;
  margin: auto;
}
.mv__Dl-Flex-Btn {
  display: block;
}
.mv__Dl-Flex-Btn.-app {
  width: 160px;
}
.mv__Dl-Flex-Btn.-ggl {
  width: 202px;
}

.Btns {
  margin: 82px auto 49px;
}
.Btns__Ttl {
  text-align: center;
  font-size: 21px;
  margin-bottom: 34px;
}
.Btns__List {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 490px;
  gap: 9px;
  counter-reset: number 0;
}
.Btns__Item {
  width: 240px;
}
.Btns__Item:first-child {
  width: 100%;
}
.Btns__Item:first-child a {
  font-size: 20px;
}
.Btns__Item:first-child a span {
  padding-top: 0px;
}
.Btns__Item:first-child a span:before {
  font-size: 21px;
}
.Btns__Item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  background: #fcf9f5;
  position: relative;
  letter-spacing: 0.02em;
}
.Btns__Item a:before {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  content: "";
  width: 15px;
  height: 8px;
  background: url("./../img/icon_arrow.png") no-repeat;
  background-size: 100%;
}
.Btns__Item a span {
  position: relative;
  padding-top: 6px;
}
.Btns__Item a span:before {
  font-size: 19px;
  position: absolute;
  left: -34px;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) ".";
}

.sec {
  scroll-margin-top: 60px;
  padding-top: 109px;
  margin-bottom: 47px;
  position: relative;
}
.sec:before {
  position: absolute;
  width: 100%;
  /*height: 500px;*/
  height: 395px !important;
  top: 0;
  left: 0;
  content: "";
  background: url("./../img/img_sec_deco_pc.png");
  background-size: cover;
}
.sec__Inner {
  background: #fcf9f5;
  margin: auto;
  width: 600px;
  border-radius: 20px;
  padding-top: 93px;
  position: relative;
}
.sec__No {
  position: absolute;
  top: -40px;
  width: 100%;
  text-align: center;
}
.sec__No span {
  width: 88px;
  display: inline-block;
}
.sec__Ttl {
  text-align: center;
  font-size: 30px;
  line-height: 42px;
  padding-bottom: 42px;
  margin-bottom: 40px;
  position: relative;
}
.sec__Ttl:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 25px;
  height: 24px;
  background: url("./../img/icon_heart.png") no-repeat;
  background-size: 100%;
}
.sec__Txt {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 31px !important;
}
.sec__Txt span {
  display: block;
  font-size: 14px;
  padding-top: 20px;
  transform: translateX(6px);
  line-height: 1;
}
.sec#sec01 .sec__Inner {
  padding-bottom: 52px;
}
.sec#sec01 .sec__Ttl {
  padding-bottom: 42px;
  margin-bottom: 40px;
}
.sec#sec01 .sec__Thum {
  width: 399px;
  margin: auto;
}
.sec#sec02 {
  margin-bottom: 50px;
}
.sec#sec02 .sec__Ttl {
  padding-bottom: 42px;
  margin-bottom: 25px;
}
.sec#sec02 .sec__Thum {
  width: 290px;
  margin: auto;
}
.sec#sec03 {
  margin-bottom: 60px;
}
.sec#sec03 .sec__Inner {
  padding-top: 96px;
}
.sec#sec03 .sec__Ttl {
  padding-bottom: 42px;
  margin-bottom: 27px;
}
.sec#sec03 .sec__Thum {
  width: 394px;
  margin: auto;
}
.sec#sec03 .sec__Txt {
  margin-bottom: 36px !important;
}
.sec#sec04 {
  margin-bottom: 51px;
}
.sec#sec04 .sec__Inner {
  padding-top: 84px;
}
.sec#sec04 .sec__No {
  top: -49px;
}
.sec#sec04 .sec__Ttl {
  padding-bottom: 42px;
  margin-bottom: 27px;
}
.sec#sec04 .sec__Txt {
  margin-bottom: 36px !important;
}
.sec#sec04 .sec__Thum {
  width: 294px;
  margin: auto;
}
.sec#sec05 {
  margin-bottom: 30px;
}
.sec#sec05 .sec__Inner {
  padding-top: 94px;
}
.sec#sec05 .sec__Ttl {
  padding-bottom: 42px;
  margin-bottom: 20px;
}
.sec#sec05 .sec__Txt {
  margin-bottom: 27px !important;
}
.sec#sec05 .sec__Thum {
  width: 294px;
  margin: auto;
}

.environment {
  padding-bottom: 196px;
  text-align: center;
  font-size: 15.4px;
  font-family: "poppins", "ryo-gothic-plusn", sans-serif;
}

.pagetop {
  position: fixed;
  width: 45px;
  bottom: 180px;
  right: 3%;
  transition: 1s;
}

.fix {
  width: 100%;
  background: #fff8ef;
  padding: 20px 0 22px;
}
.fix__Dl-Ttl {
  text-align: center;
}
.fix__Dl-Ttl span {
  display: inline-block;
  font-size: 20.78px;
  margin-bottom: 17px;
  letter-spacing: 0.01em;
  font-weight: bold;
  padding-right: 30px;
  position: relative;
}
.fix__Dl-Ttl span:before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-62%);
  content: "";
  width: 17px;
  height: 18px;
  background: url("./../img/icon_w_arrow.png") no-repeat;
  background-size: 100%;
}
.fix__Dl-Flex {
  display: flex;
  justify-content: space-between;
  width: 388px;
  margin: auto;
}
.fix__Dl-Flex-Btn {
  display: block;
}
.fix__Dl-Flex-Btn.-app {
  width: 160px;
}
.fix__Dl-Flex-Btn.-ggl {
  width: 202px;
}

.page-top-button {
  display: none !important;
}

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

@media (min-width: 1401px) {
  .mv__Bnr {
    height: 80px;
  }
  .mv__Bnr img {
    transform: translate(5px, 2px);
    width: 766px;
  }
  .mv__Thum {
    margin: 106px auto 0;
    width: 431px;
  }
  .mv__Txt {
    width: 157.65px;
    z-index: 20;
  }
  .mv__Txt.-txt01 {
    top: 143px;
    left: calc(50% - 296px);
  }
  .mv__Txt.-txt02 {
    top: 329px;
    left: calc(50% + 161px);
  }
  .mv__Dl {
    margin-top: -7px;
    padding: 20px 23px;
  }
  .mv__Dl-Ttl span {
    font-size: 20.78px;
    margin-bottom: 18px;
    padding-right: 27px;
  }
  .mv__Dl-Ttl span:before {
    right: -3px;
    width: 17px;
    height: 18px;
  }
  .mv__Dl-Flex {
    width: 388px;
  }
  .mv__Dl-Flex-Btn.-app {
    width: 160px;
  }
  .mv__Dl-Flex-Btn.-ggl {
    width: 202px;
  }
  .Btns {
    margin: 82px auto 49px;
  }
  .Btns__Ttl {
    font-size: 21px;
    margin-bottom: 34px;
  }
  .Btns__List {
    width: 490px;
    gap: 9px;
  }
  .Btns__Item {
    width: 240px;
  }
  .Btns__Item:first-child {
    width: 100%;
  }
  .Btns__Item:first-child a {
    font-size: 20px;
  }
  .Btns__Item:first-child a span {
    padding-top: 0px;
  }
  .Btns__Item:first-child a span:before {
    font-size: 21px;
  }
  .Btns__Item a {
    height: 70px;
    font-size: 18px;
  }
  .Btns__Item a:before {
    top: 50%;
    right: 18px;
    width: 15px;
    height: 8px;
  }
  .Btns__Item a span {
    padding-top: 6px;
  }
  .Btns__Item a span:before {
    font-size: 19px;
    left: -34px;
  }
  .sec {
    scroll-margin-top: 60px;
    padding-top: 109px;
    margin-bottom: 47px;
  }
  .sec:before {
    height: 500px;
  }
  .sec__Inner {
    width: 600px;
    border-radius: 20px;
    padding-top: 93px;
  }
  .sec__No {
    top: -40px;
    width: 100%;
  }
  .sec__No span {
    width: 88px;
  }
  .sec__Ttl {
    font-size: 30px;
    line-height: 42px;
    padding-bottom: 42px;
    margin-bottom: 40px;
  }
  .sec__Ttl:before {
    width: 25px;
    height: 24px;
  }
  .sec__Txt {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 31px !important;
  }
  .sec__Txt span {
    font-size: 14px;
    padding-top: 20px;
    transform: translateX(6px);
  }
  .sec#sec01 .sec__Inner {
    padding-bottom: 52px;
  }
  .sec#sec01 .sec__Ttl {
    padding-bottom: 42px;
    margin-bottom: 40px;
  }
  .sec#sec01 .sec__Thum {
    width: 399px;
  }
  .sec#sec02 {
    margin-bottom: 50px;
  }
  .sec#sec02 .sec__Ttl {
    padding-bottom: 42px;
    margin-bottom: 25px;
  }
  .sec#sec02 .sec__Thum {
    width: 290px;
  }
  .sec#sec03 {
    margin-bottom: 60px;
  }
  .sec#sec03 .sec__Inner {
    padding-top: 96px;
  }
  .sec#sec03 .sec__Ttl {
    padding-bottom: 42px;
    margin-bottom: 27px;
  }
  .sec#sec03 .sec__Thum {
    width: 394px;
  }
  .sec#sec03 .sec__Txt {
    margin-bottom: 36px !important;
  }
  .sec#sec04 {
    margin-bottom: 51px;
  }
  .sec#sec04 .sec__Inner {
    padding-top: 84px;
  }
  .sec#sec04 .sec__No {
    top: -49px;
  }
  .sec#sec04 .sec__Ttl {
    padding-bottom: 42px;
    margin-bottom: 27px;
  }
  .sec#sec04 .sec__Txt {
    margin-bottom: 36px !important;
  }
  .sec#sec04 .sec__Thum {
    width: 294px;
  }
  .sec#sec05 {
    margin-bottom: 30px;
  }
  .sec#sec05 .sec__Inner {
    padding-top: 94px;
  }
  .sec#sec05 .sec__Ttl {
    padding-bottom: 42px;
    margin-bottom: 20px;
  }
  .sec#sec05 .sec__Txt {
    margin-bottom: 27px !important;
  }
  .sec#sec05 .sec__Thum {
    width: 294px;
  }
  .environment {
    padding-bottom: 196px;
    font-size: 15.4px;
  }
  .pagetop {
    width: 45px;
    bottom: 180px;
  }
  .fix {
    width: 100%;
    padding: 20px 0 22px;
  }
  .fix__Dl-Ttl span {
    font-size: 20.78px;
    margin-bottom: 17px;
    padding-right: 30px;
  }
  .fix__Dl-Ttl span:before {
    width: 17px;
    height: 18px;
  }
  .fix__Dl-Flex {
    width: 388px;
  }
  .fix__Dl-Flex-Btn.-app {
    width: 160px;
  }
  .fix__Dl-Flex-Btn.-ggl {
    width: 202px;
  }
}/*# sourceMappingURL=style.css.map */