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

@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
.js-fade {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateY(3rem);
}
.js-fade.is-active {
  opacity: 1;
  transform: translateY(0);
}

.feature {
  box-sizing: border-box;
  color: #000;
  margin: 0 auto;
  overflow: clip;
  position: relative;
  width: 100%;
  font-family: "practical-serif", "m-plus-2p", sans-serif;
  --rate: 100cqi / 750;
}
.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 .wrap {
  display: flex;
}
.feature .wrap .LeftCont {
  width: 50%;
  background: #f3f0ec;
}
.feature .wrap .LeftCont__Inner {
  width: 100%;
  position: sticky;
  top: 0;
  height: 100vh;
}
.feature .wrap .LeftCont__Inner img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature .wrap .RightCont {
  width: 50%;
  background: #f3f0ec;
}
.feature .wrap .RightCont__Inner {
  overflow: clip;
  width: 47rem;
  margin: auto;
}
.feature img {
  vertical-align: bottom;
  max-width: 100%;
}
.feature .swiper-pagination {
  bottom: 0.3133333333rem;
}
.feature .swiper-pagination .swiper-pagination-bullet {
  width: 0.6266666667rem;
  height: 0.6266666667rem;
  border: 0.0626666667rem solid #716C61;
  opacity: 1;
  background: none;
  box-sizing: border-box;
  margin: 0 0.3133333333rem;
}
.feature .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #716C61;
}
.feature .-creditwrap {
  position: relative;
}
.feature .-creditwrap:before {
  pointer-events: none;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.5);
  transition: opacity 0.3s ease;
  z-index: 10;
}
.feature .-creditwrap .credit {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 2.3813333333rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transition: opacity 0.3s ease;
  opacity: 0;
  z-index: 20;
}
.feature .-creditwrap .credit .item {
  padding-right: 1.6293333333rem;
  position: relative;
}
.feature .-creditwrap .credit .item:after {
  content: "/";
  position: absolute;
  right: 0.6266666667rem;
  top: 0;
  color: #716C61;
}
.feature .-creditwrap .credit .item.-mr0, .feature .-creditwrap .credit .item:last-child {
  padding-right: 0;
}
.feature .-creditwrap .credit .item.-mr0:after, .feature .-creditwrap .credit .item:last-child:after {
  display: none;
}
.feature .-creditwrap .credit .item .link {
  color: #716C61;
  font-size: 1.504rem;
  letter-spacing: 0.08em;
  line-height: 2.1933333333rem;
  font-family: "practical-serif", sans-serif;
  font-weight: 400;
  display: flex;
}
.feature .-creditwrap .credit .item .link .text:after {
  content: "_";
}
.feature .-creditwrap:hover:before {
  opacity: 1;
}
.feature .-creditwrap:hover .credit {
  opacity: 1;
}
.feature .-creditwrap.-other:before {
  background: url("./../img/item_hover.png");
  background-size: cover;
}
.feature .-creditwrap.-other .credit {
  bottom: 4.7626666667rem;
}
.feature .mv {
  background: #afc4d2;
  padding-bottom: 11.28rem;
}
.feature .mv__Inner {
  position: relative;
  margin: auto;
}
.feature .mv__Thum {
  height: 83.5973333333rem;
  overflow: hidden;
}
.feature .mv__Thum video {
  max-width: none;
  width: 100%;
}
.feature .mv__Thum #music {
  position: absolute;
  top: 2.6946666667rem;
  right: 2.256rem;
  z-index: 10;
}
.feature .mv__Thum #music .on {
  width: 10.7661333333rem;
}
.feature .mv__Thum #music .off {
  width: 9.5629333333rem;
}
.feature .mv__Thum #music:hover {
  cursor: pointer;
}
.feature .mv__Thum #music span {
  display: none;
}
.feature .mv__Thum #music span.active {
  display: block;
}
.feature .mv__Box {
  background: url("./../img/bg_mv.jpg");
  background-size: cover;
  height: 73.0066666667rem;
  position: relative;
}
.feature .mv__Box:before {
  position: absolute;
  width: 40.7333333333rem;
  height: 57.6533333333rem;
  top: 7.8333333333rem;
  left: 3.1333333333rem;
  content: "";
  background: url("./../img/frame_mv.png");
  background-size: cover;
}
.feature .mv__Box-Ttl {
  margin: 0 auto 3.6346666667rem;
  width: 16.2933333333rem;
  padding-top: 13.7866666667rem;
  transform: translateX(-0.2506666667rem);
}
.feature .mv__Box-Txt {
  font-size: 1.504rem;
  letter-spacing: 0.09em;
  line-height: 2.5693333333rem;
  text-align: center;
  color: #003d78;
}
.feature .mv__Box-Txt.-txt01 {
  margin-bottom: 2.5066666667rem;
}
.feature .mv__Box-Txt.-txt02 {
  margin-bottom: 1.88rem;
}
.feature .mv__Box-Txt.-txt03 {
  margin-bottom: 1.88rem;
}
.feature .mv__Box-Txt.-txt04 {
  margin-bottom: 3.1333333333rem;
}
.feature .mv__Box-Logo {
  width: 15.6666666667rem;
  margin: auto;
}
.feature .mv__Letter {
  width: 31.0826666667rem;
  margin-left: auto;
  margin-top: -5.1386666667rem;
  z-index: 10;
  position: relative;
  transform: translateX(3.4466666667rem);
}
.feature .sec01 {
  background: #afc4d2;
  padding-bottom: 30.7066666667rem;
  position: sticky;
  top: -137.8666666667rem;
}
.feature .sec01__Inner {
  position: relative;
}
.feature .sec01__Inner:before {
  position: absolute;
  top: 144.76rem;
  left: 3.1333333333rem;
  width: 40.7333333333rem;
  height: 40.7333333333rem;
  content: "";
  background: #fafae6;
  opacity: 0.7;
  border-radius: 50%;
}
.feature .sec01__Model {
  width: 45.7466666667rem;
}
.feature .sec01__Model.-model01 {
  margin: 0 auto 0.6266666667rem;
}
.feature .sec01__Model.-model02 {
  margin: 0 auto 4.3866666667rem;
}
.feature .sec01__Ttl {
  width: 26.132rem;
  margin: auto;
  transform: translateX(-0.6266666667rem);
  position: relative;
  z-index: 10;
}
.feature .sec01__Swiper {
  width: 100%;
  margin-bottom: 10.4026666667rem;
}
.feature .sec01__Swiper .swiper-slide {
  width: 26.9466666667rem;
  text-align: center;
}
.feature .sec01__Swiper .swiper-slide img {
  width: 15.792rem;
}
.feature .sec01__Txt {
  margin: 0 auto 3.8853333333rem;
  width: 31.4586666667rem;
  transform: translateX(0.8146666667rem);
}
.feature .sec01__Start {
  margin: auto;
  width: 29.7666666667rem;
}
.feature .sec02__Inner {
  position: relative;
  height: 236.6293333333rem;
}
.feature .sec02__Inner:before {
  content: "";
  background: #E2C9CC;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 31.3333333333rem 31.3333333333rem 0 0;
}
.feature .sec02__Deco {
  position: absolute;
  width: 49.3186666667rem;
  top: -0.8146666667rem;
  left: 0.4386666667rem;
  z-index: 10;
  pointer-events: none;
}
.feature .sec02__Ttl {
  position: absolute;
  width: 29.892rem;
  top: 93.5613333333rem;
  left: 3.1333333333rem;
  z-index: 20;
  pointer-events: none;
}
.feature .sec02__Model {
  position: absolute;
}
.feature .sec02__Model.-model01 {
  width: 63.168rem;
  top: 1.5666666667rem;
  left: -5.64rem;
  z-index: 10;
}
.feature .sec02__Model.-model02 {
  width: 100%;
  text-align: center;
  top: 98.2613333333rem;
  left: 0;
  z-index: 10;
}
.feature .sec02__Model.-model02 .swiper-slide {
  width: 100%;
  text-align: center;
}
.feature .sec02__Model.-model02 .swiper-slide img {
  width: 45.7466666667rem;
}
.feature .sec02__Model.-model03 {
  width: 40.7333333333rem;
  top: 171.08rem;
  left: 3.1333333333rem;
  z-index: 10;
}
.feature .sec03__Inner {
  position: relative;
  background: #FAFAE6;
  padding: 0.6266666667rem 0;
}
.feature .sec03__Ttl {
  position: absolute;
  width: 26.7586666667rem;
  top: 142.5666666667rem;
  left: 9.4rem;
  z-index: 20;
  pointer-events: none;
}
.feature .sec03__Model.-model01 {
  margin: 0 auto 0.6266666667rem;
  position: relative;
}
.feature .sec03__Model.-model01 .swiper-slide {
  text-align: center;
}
.feature .sec03__Model.-model01 .swiper-slide img {
  width: 45.7466666667rem;
}
.feature .sec03__Model.-model02 {
  margin: 0 auto 18.3613333333rem;
  position: relative;
}
.feature .sec03__Model.-model02 .swiper-slide {
  text-align: center;
}
.feature .sec03__Model.-model02 .swiper-slide img {
  width: 45.7466666667rem;
}
.feature .sec03__Model.-model03 {
  margin: 0 auto 12.22rem;
  width: 40.7333333333rem;
  overflow: hidden;
}
.feature .sec03__Model.-model03 .swiper-slide {
  margin: auto;
  width: 39.48rem;
}
.feature .sec03__Model.-model04 {
  margin: auto;
  position: relative;
}
.feature .sec03__Model.-model04 .swiper-slide {
  text-align: center;
}
.feature .sec03__Model.-model04 .swiper-slide img {
  width: 45.7466666667rem;
}
.feature .sec03__Deco {
  position: absolute;
  width: 43.24rem;
  bottom: -2.8826666667rem;
  left: 1.88rem;
  z-index: 10;
  pointer-events: none;
}
.feature .sec04 {
  background: #AFC4D2;
  position: relative;
}
.feature .sec04__Inner {
  position: relative;
  height: 117.312rem;
}
.feature .sec04__Btn {
  width: 23.8133333333rem;
  display: block;
  position: absolute;
  top: 30.7066666667rem;
  left: 11.28rem;
}
.feature .sec04__Staff {
  position: absolute;
  width: 100%;
  top: 67.68rem;
  left: 0;
}
.feature .sec04__Staff:before {
  position: absolute;
  top: 0;
  left: -1.5666666667rem;
  width: 54.2066666667rem;
  height: 45.6213333333rem;
  content: "";
  background: url("./../img/bg_staff.png");
  background-size: cover;
}
.feature .sec04__Staff-Ttl {
  margin: 7.3946666667rem 0 3.8853333333rem 6.2666666667rem;
  width: 16.4186666667rem;
  position: relative;
}
.feature .sec04__Staff-Txt {
  width: 31.6466666667rem;
  position: relative;
  margin: 0 0 0 4.8253333333rem;
}

.l-container {
  width: 100%;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}