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-header,
.l-footer {
  background: #fff;
}

.l-container {
  width: 100%;
}

.sp {
  display: none;
}

.feature {
  box-sizing: border-box;
  color: #000;
  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: 50%;
  position: relative;
  z-index: 10;
}
.feature .wrap .leftcont__Inner {
  position: sticky;
  top: 80px;
  width: 100%;
  height: calc(100vh - 80px);
}
.feature .wrap .leftcont__Thum {
  width: 100%;
  height: 100%;
}
.feature .wrap .leftcont__Thum img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.feature .wrap .leftcont__Ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 53.1rem;
}
.feature .wrap .rightcont {
  width: 50%;
  position: relative;
  z-index: 10;
}
.feature .wrap .rightcont__Inner {
  width: 50rem;
  overflow: clip;
  margin: auto;
}
.feature .js-showClip {
  clip-path: inset(0 100% 0 0);
  transition-duration: 2s;
}
.feature .js-showClip.is-active {
  clip-path: inset(0);
}
.feature .js-showTxt {
  opacity: 0;
  filter: blur(10px);
  transform: translateX(-5%);
  transition: all 1s;
}
.feature .js-showTxt.is-active {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0%);
}
.feature .js-showImg {
  position: relative;
}
.feature .js-showImg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 3;
}
.feature .js-showImg.is-active:before {
  height: 0%;
  transition: height 0.8s ease;
}
.feature .credit {
  text-align: center;
  margin-bottom: 4.5333333333rem;
}
.feature .credit .item {
  display: inline-block;
  margin-right: 0.4rem;
  line-height: 2.6666666667rem;
}
.feature .credit .item.-mr0, .feature .credit .item:last-child {
  margin-right: 0;
}
.feature .credit .item .link {
  font-size: 1.4rem;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  letter-spacing: 0.05em;
  position: relative;
}
.feature .credit .item .link:before {
  position: absolute;
  bottom: 0.2666666667rem;
  left: 0;
  width: 100%;
  height: 0.0666666667rem;
  content: "";
  background: #000;
}
.feature .credit .item .link .price {
  padding-left: 0.0666666667rem;
}
.feature .mv {
  position: relative;
}
.feature .mv__Thum {
  opacity: 0;
  filter: blur(10px);
  transition: all 0.5s;
}
.feature .mv__Thum.is-active {
  opacity: 1;
  filter: blur(0);
}
.feature .mv__Ttl {
  position: absolute;
  width: 100%;
  top: 50.5rem;
  left: 0;
  text-align: center;
  font-size: 7.93rem;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.04em;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
}
.feature .mv__Ttl span {
  transform: translateY(10rem);
  transition: all 0.3s ease-out;
  transition-delay: 0.6s;
  display: inline-block;
}
.feature .mv__Ttl span:nth-child(2) {
  transition-delay: 0.7s;
}
.feature .mv__Ttl span:nth-child(3) {
  transition-delay: 0.8s;
}
.feature .mv__Ttl span:nth-child(4) {
  transition-delay: 0.9s;
}
.feature .mv__Ttl span:nth-child(5) {
  transition-delay: 1s;
}
.feature .mv__Ttl span:nth-child(6) {
  transition-delay: 1.1s;
}
.feature .mv__Ttl span:nth-child(7) {
  transition-delay: 1.2s;
}
.feature .mv__Ttl span:nth-child(8) {
  transition-delay: 1.3s;
}
.feature .mv__Ttl.is-active {
  opacity: 1;
}
.feature .mv__Ttl.is-active span {
  transform: translateY(0);
}
.feature .mv__Jp {
  position: absolute;
  width: 48.5rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 61.5rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding-top: 0.1rem;
  font-size: 2.8rem;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  background: #fff;
  letter-spacing: 0.09em;
  z-index: 10;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 1.2s cubic-bezier(0.8, 0, 0.15, 1) 1.7s;
  transition-delay: 3s;
}
.feature .mv__Jp.is-active {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.feature .mv__Catch {
  position: absolute;
  font-size: 4.2rem;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.02em;
  bottom: 3rem;
  left: 3.2rem;
}
.feature .mv__Catch span {
  position: relative;
  padding-right: 7.4rem;
}
.feature .mv__Catch span:before {
  position: absolute;
  width: 6.1rem;
  height: 1px;
  content: "";
  background: #000;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.feature .mvbottom {
  margin-bottom: 7rem;
  padding-top: 23.9333333333rem;
}
.feature .mvbottom__Txt {
  font-size: 1.5333333333rem;
  line-height: 3rem;
  letter-spacing: 0.025em;
  text-align: center;
  padding-bottom: 3.8666666667rem;
  position: relative;
  width: 42rem;
  margin: auto;
}
.feature .mvbottom__Txt:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: url("./../img/deco_mvbottom.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42rem;
  height: 2.3933333333rem;
}
.feature .mvbottom__Thum {
  margin-top: -5.3333333333rem;
}
.feature .sec {
  margin-bottom: 11.6666666667rem;
}
.feature .sec__Flex {
  display: flex;
  gap: 4rem;
  width: 44.3333333333rem;
  margin: 0 auto 1.3333333333rem;
}
.feature .sec__No {
  width: 9.4rem;
  padding-top: 0.9333333333rem;
}
.feature .sec__Catch {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.6666666667rem;
  letter-spacing: 0.1em;
  padding-bottom: 3.6666666667rem;
  position: relative;
}
.feature .sec__Catch:before {
  position: absolute;
  bottom: 0;
  left: -0.8rem;
  content: "";
  background: url("./../img/deco_sec_01.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 32rem;
  height: 3.4666666667rem;
}
.feature .sec__Thum {
  margin-bottom: 2.6666666667rem;
}
.feature .sec__Label {
  margin: 0 auto 4.6666666667rem;
  width: 36.6666666667rem;
  height: 4.6666666667rem;
  color: #fff;
  background: #c94305;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  letter-spacing: 0.07em;
}
.feature .sec__Desc {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-left: 1.3333333333rem;
}
.feature .sec__Desc-Thum {
  width: 20rem;
}
.feature .sec__Desc-Txt {
  width: 25.6rem;
  font-size: 1.5333333333rem;
  line-height: 2.8666666667rem;
  letter-spacing: 0.075em;
  text-align: justify;
}
.feature .sec.sec02 {
  margin-bottom: 14.0666666667rem;
}
.feature .sec.sec02 .sec__Flex {
  margin: 0 auto 2rem;
  gap: 3rem;
}
.feature .sec.sec02 .sec__No {
  width: 9.6666666667rem;
}
.feature .sec.sec02 .sec__Label {
  background: #6b4e39;
}
.feature .sec.sec02 .credit {
  margin-bottom: 4.8rem;
}
.feature .sec.sec03 {
  margin-bottom: 13.0666666667rem;
}
.feature .sec.sec03 .sec__Flex {
  margin: 0 auto 1.8666666667rem 2.6666666667rem;
  gap: 2.3333333333rem;
  width: 46.3333333333rem;
}
.feature .sec.sec03 .sec__No {
  width: 9.6666666667rem;
}
.feature .sec.sec03 .sec__Catch:before {
  left: 0.5333333333rem;
}
.feature .sec.sec03 .sec__Label {
  background: #555354;
  margin: 0 auto 4.3333333333rem;
}
.feature .sec.sec03 .sec__Desc {
  padding-left: 1.8rem;
}
.feature .sec.sec03 .sec__Desc-Txt {
  width: 25.9666666667rem;
}
.feature .sec.sec04 {
  margin-bottom: 11rem;
}
.feature .sec.sec04 .sec__Flex {
  gap: 2.1333333333rem;
  margin: 0 auto 1.8666666667rem 2.8rem;
  width: auto;
}
.feature .sec.sec04 .sec__No {
  width: 9.5333333333rem;
}
.feature .sec.sec04 .sec__Catch {
  width: 33.9333333333rem;
  padding-top: 2rem;
  white-space: nowrap;
  letter-spacing: 0.04em;
  padding-bottom: 4.4666666667rem;
}
.feature .sec.sec04 .sec__Catch:before {
  width: 33.4666666667rem;
  left: 0;
}
.feature .sec.sec04 .sec__Label {
  background: #475f82;
  margin: 0 auto 4.9333333333rem;
}
.feature .sec.sec04 .sec__Desc {
  padding-left: 2rem;
}
.feature .sec.sec04 .sec__Desc-Txt {
  width: 25.9333333333rem;
  letter-spacing: 0.05em;
}
.feature .sec.sec05 {
  margin-bottom: 13.3333333333rem;
}
.feature .sec.sec05 .sec__Flex {
  gap: 2.1333333333rem;
  margin: 0 auto 1.8666666667rem 2.8rem;
  width: auto;
}
.feature .sec.sec05 .sec__No {
  width: 9.5333333333rem;
}
.feature .sec.sec05 .sec__Catch {
  width: 33.9333333333rem;
  padding-top: 2rem;
  white-space: nowrap;
  letter-spacing: 0.04em;
  padding-bottom: 4.4666666667rem;
}
.feature .sec.sec05 .sec__Catch:before {
  width: 33.4666666667rem;
  left: -0.3333333333rem;
}
.feature .sec.sec05 .credit {
  margin-bottom: 4.8rem;
}
.feature .sec.sec05 .sec__Label {
  background: #5582b7;
  margin: 0 auto 5.0666666667rem;
}
.feature .sec.sec05 .sec__Desc {
  padding-left: 2rem;
}
.feature .sec.sec05 .sec__Desc-Txt {
  width: 25.9333333333rem;
  letter-spacing: 0.07em;
  margin-top: -0.5333333333rem;
}
.feature .viewall {
  text-align: center;
  margin-bottom: 13.3333333333rem;
}
.feature .viewall a {
  display: inline-block;
  letter-spacing: 0.057em;
  font-size: 2rem;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  transform: translateX(0.5333333333rem);
  padding-bottom: 0.2rem;
  border-bottom: 0.0666666667rem solid;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}