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

.l-container {
  width: 100%;
}

.turn {
  position: relative;
  display: inline-block;
  overflow: clip;
}
.turn:after {
  content: "";
  display: inline;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 10;
}
.turn img {
  display: inline-block;
  transform: scale(1.3);
  transition: all 1s cubic-bezier(0.6, 0.09, 0.08, 0.9) !important;
}
.turn.is-active:after {
  width: 0%;
  transition: all 1.6s cubic-bezier(0.6, 0.09, 0.08, 0.9);
}
.turn.is-active img {
  transform: scale(1);
}
.turn.-blue:after {
  background-color: #b0d9ea;
}
.turn.-white:after {
  background-color: #fff;
}

.js-fade {
  opacity: 0;
  transition: all 1.5s ease;
}
.js-fade.is-active {
  opacity: 1;
}

.sp {
  display: none;
}

.feature {
  box-sizing: border-box;
  color: #000;
  margin: 0 auto;
  overflow: clip;
  position: relative;
  width: 100%;
  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 a:hover {
  opacity: 1;
}
.feature img {
  vertical-align: bottom;
  max-width: 100%;
  transition: 0.3s;
}
.feature img:hover {
  opacity: 1;
}
.feature .pcwrap {
  display: flex;
  background: #F6FCE6;
}
.feature .pcwrap__Left {
  width: calc((100% - 44rem) / 2);
  height: 64.4rem;
  overflow: hidden;
}
.feature .pcwrap__Left figure {
  position: relative;
  height: 100%;
}
.feature .pcwrap__Left figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.feature .pcwrap__Center {
  width: 44rem;
  height: 64.4rem;
  position: relative;
}
.feature .pcwrap__Center h2 {
  position: absolute;
  top: 50%;
  width: 27rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
.feature .pcwrap__Right {
  width: calc((100% - 44rem) / 2);
  height: 64.4rem;
  display: flex;
  align-items: center;
}
.feature .pcwrap__Right figure {
  width: 39rem;
}
.feature .pcwrap__Txt {
  background: url("./../img/bg_cross_pc.png");
  background-size: cover;
  padding: 3rem 0;
}
.feature .pcwrap__Txt p {
  padding: 6rem 0;
  background: #fff;
  color: #B0D9EA;
  font-size: 1.4rem;
  line-height: 2.45rem;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: bold;
}
.feature .wrap {
  display: flex;
}
.feature .wrap .pclist {
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-flow: column;
  gap: 3rem;
  transition: 0.6s;
}
.feature .wrap .pclist__Item {
  width: 22.6rem;
}
.feature .wrap .pclist.is-active {
  visibility: initial;
  opacity: 1;
}
.feature .wrap .pclist.-hide {
  opacity: 0;
  visibility: hidden;
}
.feature .wrap .leftcont {
  width: calc((100% - 44rem) / 2);
}
.feature .wrap .rightcont {
  width: calc((100% - 44rem) / 2);
  position: relative;
  z-index: 10;
}
.feature .wrap .rightcont__Inner {
  position: sticky;
  top: 80px;
  width: 100%;
  height: calc(100vh - 80px);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 4rem;
  padding-right: 4rem;
}
.feature .wrap .centercont {
  width: 44rem;
  background: #fff;
}
.feature .credit {
  text-align: center;
  margin-top: 1.76rem;
}
.feature .credit .item {
  display: inline-block;
  position: relative;
  font-size: 1.6426666667rem;
  line-height: 2.8746666667rem;
  padding-right: 0.88rem;
  color: #B0D9EA;
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.feature .credit .item:before {
  position: absolute;
  content: "/";
  right: 0;
}
.feature .credit .item.-mr0 {
  margin-right: 0;
}
.feature .credit .item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.feature .credit .item:last-child:before {
  display: none;
}
.feature .credit .item .link {
  font-size: 1.6426666667rem;
  line-height: 2.8746666667rem;
  color: #B0D9EA;
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.04em;
}
.feature .credit .item .link .price {
  padding-left: 0rem;
}
.feature .sec01 {
  padding: 6.1013333333rem 0 7.5093333333rem;
}
.feature .sec01__Ttl {
  width: 34.6133333333rem;
  margin: 0 auto 3.52rem;
  transform: translateX(-0.352rem);
}
.feature .sec01__Check {
  text-align: center;
  margin-bottom: 8.272rem;
}
.feature .sec01__Check a {
  display: inline-block;
  width: 14.1386666667rem;
}
.feature .sec01__Model.-model01 {
  margin-bottom: 4.6933333333rem;
}
.feature .sec01__Model.-model02 {
  width: 34.6133333333rem;
  margin: 0 auto;
  position: relative;
}
.feature .sec01__Model.-model02 > a {
  position: relative;
  z-index: 1;
}
.feature .sec01__Model.-model02:after {
  position: absolute;
  top: -4.6933333333rem;
  left: -4.6933333333rem;
  width: 34.6133333333rem;
  height: 46.1706666667rem;
  content: "";
  background: url("./../img/bg_cross_sec01.png");
  background-size: contain;
}
.feature .sec01__Itemttl {
  width: 13.2rem;
  margin: 0 auto 2.9333333333rem;
}
.feature .sec01__Txt {
  color: #85888C;
  font-size: 1.408rem;
  line-height: 2.464rem;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 8.8rem;
}
.feature .sec02 {
  position: relative;
  padding-bottom: 15.664rem;
}
.feature .sec02:before {
  position: absolute;
  width: 100vw;
  height: 371.36rem;
  content: "";
  top: 14.432rem;
  left: 50%;
  transform: translateX(-50%);
  background: #F6FCE6;
}
.feature .sec02__Itemttl {
  width: 28.6293333333rem;
  margin: 0 auto 2.9333333333rem;
  position: relative;
}
.feature .sec02__Txt {
  color: #85888C;
  font-size: 1.408rem;
  line-height: 2.464rem;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 4.1066666667rem;
  position: relative;
}
.feature .sec02__Model {
  position: relative;
}
.feature .sec02__Model.-model01 {
  margin: 0 auto 2.2293333333rem;
  width: 39.3066666667rem;
}
.feature .sec02__Model.-model02 {
  margin: 0 auto;
  width: 39.3066666667rem;
}
.feature .sec02__Model.-model03 {
  margin: 0 0 2.3466666667rem 0;
  width: 34.6133333333rem;
}
.feature .sec02__Model.-model04 {
  margin: 0 auto;
}
.feature .sec02__Model.-model05 {
  width: 34.6133333333rem;
  margin: 0 0 0.5866666667rem auto;
}
.feature .sec02__Model.-model06 {
  width: 34.6133333333rem;
  margin: 0 0 0 auto;
}
.feature .sec02__Slider01 {
  width: 100%;
  margin-bottom: 2.3466666667rem;
  overflow: hidden;
}
.feature .sec02__Slider01 .swiper-wrapper {
  transition-timing-function: linear;
}
.feature .sec02__Slider01 .swiper-slide {
  width: 157.0506666667rem;
}
.feature .sec02 .credit01 {
  margin-bottom: 7.3333333333rem;
}
.feature .sec02 .credit02 {
  margin-bottom: 7.8026666667rem;
}
.feature .sec02 .credit03 {
  width: 34.6133333333rem;
  margin-left: auto;
}
.feature .sec02__Hide02 {
  overflow: hidden;
  height: 107.184rem;
  position: relative;
}
.feature .sec02__Slider02 {
  position: absolute;
  top: 0;
  right: 2.3466666667rem;
  pointer-events: none;
}
.feature .sec02__Slider02 .swiper-wrapper {
  transition-timing-function: linear;
  height: 107.184rem;
}
.feature .sec02__Slider02 .swiper-slide {
  width: 1.76rem;
  height: 76.3253333333rem;
  padding-bottom: alc(11.7333333333rem);
}
.feature .sec02__Hide03 {
  overflow: hidden;
  height: 92.8693333333rem;
  position: relative;
}
.feature .sec02__Slider03 {
  position: absolute;
  top: 0;
  left: 2.3466666667rem;
  pointer-events: none;
}
.feature .sec02__Slider03 .swiper-wrapper {
  transition-timing-function: linear;
  height: 92.928rem;
}
.feature .sec02__Slider03 .swiper-slide {
  width: 1.76rem;
  height: 44.4106666667rem;
  padding-bottom: 11.7333333333rem;
}
.feature .sec03 {
  position: relative;
}
.feature .sec03__Itemttl {
  width: 24.288rem;
  margin: 0 auto 2.9333333333rem;
}
.feature .sec03__Txt {
  color: #85888C;
  font-size: 1.408rem;
  line-height: 2.464rem;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 4.224rem;
}
.feature .sec03__Bg {
  background: url("./../img/bg_cross.png");
  background-size: contain;
  padding: 4.6933333333rem 2.3466666667rem;
}
.feature .sec03__Model.-model01 {
  margin: 0 auto 0.5866666667rem;
}
.feature .sec03__Model.-model02 {
  margin: 0 auto 0.5866666667rem;
  position: relative;
}
.feature .sec03__Model.-model02 .-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21.0613333333rem;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.feature .sec04 {
  position: relative;
  padding-top: 7.5093333333rem;
  padding-bottom: 7.6266666667rem;
}
.feature .sec04:before {
  position: absolute;
  width: 100vw;
  height: 178.9333333333rem;
  content: "";
  top: 22.7626666667rem;
  left: 50%;
  transform: translateX(-50%);
  background: #F6FCE6;
}
.feature .sec04__Itemttl {
  width: 15.0714666667rem;
  margin: 0 auto 2.9333333333rem;
  position: relative;
}
.feature .sec04__Txt {
  color: #85888C;
  font-size: 1.408rem;
  line-height: 2.464rem;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 4.1066666667rem;
  position: relative;
}
.feature .sec04__Model {
  position: relative;
}
.feature .sec04__Model.-model01 {
  margin: 0 0 4.1066666667rem 2.3466666667rem;
  width: 36.96rem;
}
.feature .sec04__Model.-model01 > a {
  position: relative;
  z-index: 1;
}
.feature .sec04__Model.-model01:after {
  position: absolute;
  width: 36.96rem;
  height: 36.96rem;
  content: "";
  top: 2.3466666667rem;
  left: 2.3466666667rem;
  background: #fff;
  z-index: 0;
}
.feature .sec04__Model.-model02 {
  margin: 4.1066666667rem auto 8.2133333333rem;
  padding: 3.2853333333rem 2.3466666667rem 3.344rem;
  background-image: url(./../img/bg_cross.png);
  background-size: contain;
  background-color: #fff;
}
.feature .sec04__Logo {
  width: 21.0613333333rem;
  margin: 0 auto 6.4533333333rem;
  position: relative;
}
.feature .sec04__Collaboration {
  text-align: center;
  margin: 0 auto 3.52rem;
  position: relative;
}
.feature .sec04__Collaboration a {
  display: inline-block;
  width: 23.584rem;
}
.feature .sec04__Checkallitem {
  text-align: center;
  margin: 0 auto 5.3386666667rem;
  position: relative;
}
.feature .sec04__Checkallitem a {
  display: inline-block;
  width: 19.184rem;
}
.feature .sec04__Staff {
  text-align: center;
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #85888C;
  font-size: 1.6426666667rem;
  line-height: 2.8746666667rem;
  letter-spacing: 0.04em;
  position: relative;
}
.feature .bgblue {
  position: relative;
  padding-bottom: 8.2133333333rem;
}
.feature .bgblue:before {
  position: absolute;
  width: 100vw;
  height: 100%;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #CFE3F3;
  background-image: url("./../img/bg_blue.png");
  background-size: contain;
  background-position: center;
}
.feature .sec05 {
  padding: 8.2133333333rem 0 5.8666666667rem;
  position: relative;
}
.feature .sec05__Ttl {
  width: 39.3066666667rem;
  margin: 0 auto 5.6906666667rem;
}
.feature .sec05__Model {
  width: 39.3066666667rem;
  margin: 0 auto 5.3973333333rem;
}
.feature .sec05__Txt {
  color: #561210;
  font-size: 1.408rem;
  line-height: 2.464rem;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 auto 5.28rem;
}
.feature .sec05__Date {
  width: 39.3066666667rem;
  margin: auto;
  display: flex;
  flex-flow: column;
  gap: 1.1733333333rem;
}
.feature .sec06 {
  margin-bottom: 6.336rem;
  position: relative;
}
.feature .sec06__Bgwhite {
  background: #fff;
  position: relative;
  margin-top: -14.784rem;
  padding-top: 4.8106666667rem;
  padding-bottom: 4.6933333333rem;
  border-bottom: 0.2346666667rem solid #561210;
}
.feature .sec06__Ttl {
  color: #561210;
  font-size: 2.464rem;
  text-align: center;
  margin-bottom: 4.6933333333rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
.feature .sec06__Ttl span {
  display: block;
  font-size: 1.6426666667rem;
  padding-bottom: 1.1733333333rem;
  letter-spacing: 0.04em;
}
.feature .sec06__Model.-model01 {
  width: 25.2266666667rem;
  margin: 0 auto;
}
.feature .sec06__Model.-model02, .feature .sec06__Model.-model03 {
  width: 18.7733333333rem;
}
.feature .sec06 .credit01 {
  margin-bottom: 1.1733333333rem;
}
.feature .sec06 .credit .item .link {
  font-size: 1.408rem;
  line-height: 2.464rem;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.feature .sec06 .credit .item .link .txt {
  display: block;
}
.feature .sec06__Flex {
  display: flex;
  justify-content: space-between;
  width: 39.3066666667rem;
  margin: auto;
}
.feature .sec06__Flex.-rev {
  flex-direction: row-reverse;
  margin-top: 2.3466666667rem;
}
.feature .sec06__Flex .credit {
  width: 18.7733333333rem;
}
.feature .sec06__Wrap {
  width: 18.7733333333rem;
  text-align: center;
}
.feature .sec06__Item {
  width: 9.3866666667rem;
  display: inline-block;
}
.feature .sec06__Child {
  display: flex;
  width: 18.7733333333rem;
}
.feature .sec07 {
  position: relative;
}
.feature .sec07__Bgwhite {
  background: #fff;
  position: relative;
  margin-top: -14.784rem;
  padding-top: 3.9893333333rem;
  padding-bottom: 4.3413333333rem;
  border-bottom: 0.2346666667rem solid #561210;
}
.feature .sec07__Ttl {
  color: #561210;
  font-size: 2.464rem;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 3.4026666667rem;
}
.feature .sec07__Txt {
  color: #561210;
  font-size: 1.408rem;
  line-height: 2.464rem;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 auto 0.88rem;
}
.feature .sec07__Flex {
  display: flex;
  justify-content: center;
  width: 39.3066666667rem;
  margin: 0 auto 1.1733333333rem;
}
.feature .sec07__Flex > div {
  width: 32.384rem;
}
.feature .sec07__Flex > div img {
  display: inline-block;
  transform: translateX(0.4693333333rem);
}
.feature .sec07__Attention {
  color: #561210;
  font-size: 1.1733333333rem;
  line-height: 2.0533333333rem;
  letter-spacing: 0.04em;
  text-align: center;
}
.feature .sec08 {
  padding: 6.4533333333rem 0;
}
.feature .sec08__Ttl {
  text-align: center;
  font-size: 5.28rem;
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.04em;
  color: #85888C;
  margin-bottom: 2.9333333333rem;
}
.feature .sec08__Ttl span {
  font-weight: 500;
  color: #B0D9EA;
  font-size: 2.816rem;
  letter-spacing: 0.06em;
  padding: 0 1.408rem;
}
.feature .sec08__Box {
  width: 39.3066666667rem;
  margin: 0 auto 2.3466666667rem;
  border: 0.2346666667rem solid #B0D9EA;
  padding: 4.3413333333rem 0;
}
.feature .sec08__Box-Subttl {
  text-align: center;
  font-size: 2.464rem;
  color: #B0D9EA;
  letter-spacing: 0.06em;
  margin-bottom: 2.2293333333rem;
}
.feature .sec08__Box-Txt {
  color: #85888C;
  font-size: 1.408rem;
  line-height: 2.464rem;
  letter-spacing: 0.04em;
  text-align: center;
}
.feature .sec08__Model {
  width: 25.2266666667rem;
  margin: 2.9333333333rem auto 0.5866666667rem;
}
.feature .sec08__List {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.1733333333rem;
  margin: 2.9333333333rem auto 0.2933333333rem;
}
.feature .sec08__Item {
  width: 11.3813333333rem;
}
.feature .sec08__Item:nth-child(4) {
  margin-left: 7.3333333333rem;
}
.feature .sec08__Item:nth-child(5) {
  margin-right: 7.3333333333rem;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}