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: all 1.5s 0s ease;
  transform: translateY(4rem);
}
.js-fade.is-active {
  opacity: 1;
  transform: translateY(0);
}

.feature {
  box-sizing: border-box;
  background: #f0f0f0;
  color: #333;
  margin: 0 auto;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.feature * {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  scroll-margin-top: 50rem;
}
.feature a {
  color: #000;
  text-decoration: none;
}
.feature a:hover img {
  opacity: 0.7;
}
.feature img {
  vertical-align: bottom;
  width: 100%;
  transition: opacity 0.3s;
}
.feature .main {
  margin: auto;
  max-width: 75rem;
  background: #fff;
  overflow: hidden;
}
.feature .credit {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
}
.feature .credit .item {
  color: #333;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-right: 1rem;
  position: relative;
  font-family: "haboro-contrast-normal", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.feature .credit .item:before {
  position: absolute;
  right: -0.6rem;
  content: "/";
}
.feature .credit .item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.feature .credit .item:last-child:before {
  display: none;
}
.feature .credit .item .link {
  color: #333;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: "haboro-contrast-normal", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.feature .swiper-pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.3rem;
  padding-right: 2.2rem;
  bottom: 2rem;
  pointer-events: none;
}
.feature .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: none;
  border: 0.1rem solid #fff;
  box-sizing: border-box;
  width: 1.364rem;
  height: 1.364rem;
  margin: 0;
  pointer-events: auto;
}
.feature .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.feature .mv__Inner {
  position: relative;
  width: 100%;
  height: 99.7rem;
  margin: auto;
}
.feature .mv__Thum {
  display: flex;
}
.feature .mv__Thum a {
  display: block;
  width: 0.03;
}
.feature .mv__Ttl {
  position: absolute;
  width: 22.2rem;
  top: 54.4rem;
  left: 26.4rem;
  transition-delay: 1s;
}
.feature .mv__Box {
  position: absolute;
  top: 65.4rem;
  left: 0;
  width: 100%;
  transition-delay: 2s;
}
.feature .mv__Subttl {
  text-align: center;
  width: 100%;
  font-size: 3.6rem;
  letter-spacing: 0.24em;
  font-family: "haboro-contrast-normal", sans-serif;
  font-weight: 200;
  font-style: normal;
  margin-bottom: 1.5rem;
}
.feature .mv__Txt {
  text-align: center;
  width: 100%;
  font-size: 2.2rem;
  line-height: 4.2rem;
}
.feature .sec01 {
  margin-bottom: 20rem;
}
.feature .sec01__Inner {
  position: relative;
  width: 71rem;
  margin: auto;
}
.feature .sec01__Ttl {
  position: relative;
  padding-left: 13.6rem;
  margin-bottom: 5.3rem;
}
.feature .sec01__Ttl:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 13.6rem;
  text-align: center;
  content: "01";
  font-size: 8rem;
  font-family: "haboro-contrast-normal", sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
}
.feature .sec01__Ttl:after {
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  left: 13.5rem;
  width: 0.1rem;
  height: 9rem;
  background: #333;
  content: "";
}
.feature .sec01__Ttl .-engName {
  font-size: 5rem;
  font-family: "haboro-contrast-normal", sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
}
.feature .sec01__Ttl .-jpName {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-right: 3.5rem;
  position: relative;
  font-weight: 400;
}
.feature .sec01__Ttl .-jpName:before {
  position: absolute;
  top: 50%;
  right: 0.4rem;
  width: 3rem;
  height: 0.1rem;
  content: "";
  background: #333;
  transform: translateY(-50%) rotate(-45deg);
}
.feature .sec01__Ttl .-instagram {
  font-size: 2.4rem;
  font-family: "haboro-contrast-normal", sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
}
.feature .sec01__Ttl-Inner {
  padding-left: 3.5rem;
  display: inline-flex;
  gap: 1rem;
  flex-flow: column;
}
.feature .sec01__Ttl-Flex {
  display: flex;
  align-items: center;
}
.feature .sec01__Model {
  position: relative;
}
.feature .sec01__Model.-model01 {
  width: 58.5rem;
  margin: 0 auto 9.8rem;
}
.feature .sec01__Model.-model02 {
  width: 48rem;
  margin: 0 -2rem 11.7rem auto;
}
.feature .sec01__Model.-model03 {
  width: 68rem;
  margin: auto;
}
.feature .sec01__Model-Icon {
  position: absolute;
  top: 13.5rem;
  left: -8.2rem;
  width: 26.9rem;
  pointer-events: none;
  transition-delay: 0.6s;
}
.feature .sec02 {
  margin-bottom: 20rem;
}
.feature .sec02__Inner {
  position: relative;
  width: 71rem;
  margin: auto;
}
.feature .sec02__Ttl {
  position: relative;
  padding-left: 16rem;
  margin-bottom: 6.2rem;
}
.feature .sec02__Ttl:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.8rem;
  width: 13.6rem;
  text-align: center;
  content: "02";
  font-size: 8rem;
  font-family: "haboro-contrast-normal", sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
}
.feature .sec02__Ttl:after {
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  left: 15.2rem;
  width: 0.1rem;
  height: 9rem;
  background: #333;
  content: "";
}
.feature .sec02__Ttl .-engName {
  font-size: 5rem;
  font-family: "haboro-contrast-normal", sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
}
.feature .sec02__Ttl .-jpName {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-right: 3rem;
  position: relative;
  font-weight: 400;
}
.feature .sec02__Ttl .-jpName:before {
  position: absolute;
  top: 50%;
  right: 0.4rem;
  width: 3rem;
  height: 0.1rem;
  content: "";
  background: #333;
  transform: translateY(-50%) rotate(-45deg);
}
.feature .sec02__Ttl .-instagram {
  font-size: 2.4rem;
  font-family: "haboro-contrast-normal", sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
}
.feature .sec02__Ttl-Inner {
  padding-left: 3.5rem;
  display: inline-flex;
  gap: 1rem;
  flex-flow: column;
}
.feature .sec02__Ttl-Flex {
  display: flex;
  align-items: center;
}
.feature .sec02__Model {
  position: relative;
}
.feature .sec02__Model.-model01 {
  width: 58.5rem;
  margin: 0 auto 3rem;
}
.feature .sec02__Model.-model02 {
  width: 52rem;
  margin: 0 auto 2rem;
}
.feature .sec02__Model.-model03 {
  width: 52rem;
  margin: 0 auto;
}
.feature .sec02 .credit {
  margin-bottom: 9.5rem;
}
.feature .sec02__Loop {
  width: 100%;
  margin-top: -8.2rem;
}
.feature .sec02__Loop .swiper-wrapper {
  transition-timing-function: linear;
}
.feature .sec02__Loop .swiper-slide {
  width: 100%;
  padding-right: 22.2rem;
}
.feature .sec03 {
  margin-bottom: 23rem;
}
.feature .sec03__Inner {
  position: relative;
  width: 71rem;
  margin: auto;
}
.feature .sec03__Ttl {
  position: relative;
  padding-left: 16.1rem;
  margin-bottom: 6.3rem;
}
.feature .sec03__Ttl:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.8rem;
  width: 13.6rem;
  text-align: center;
  content: "03";
  font-size: 8rem;
  font-family: "haboro-contrast-normal", sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
}
.feature .sec03__Ttl:after {
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  left: 15.3rem;
  width: 0.1rem;
  height: 9rem;
  background: #333;
  content: "";
}
.feature .sec03__Ttl .-engName {
  font-size: 5rem;
  font-family: "haboro-contrast-normal", sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
}
.feature .sec03__Ttl .-jpName {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-right: 3.5rem;
  position: relative;
  font-weight: 400;
}
.feature .sec03__Ttl .-jpName:before {
  position: absolute;
  top: 50%;
  right: 0.4rem;
  width: 3rem;
  height: 0.1rem;
  content: "";
  background: #333;
  transform: translateY(-50%) rotate(-45deg);
}
.feature .sec03__Ttl .-instagram {
  font-size: 2.4rem;
  font-family: "haboro-contrast-normal", sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
}
.feature .sec03__Ttl-Inner {
  padding-left: 3.5rem;
  display: inline-flex;
  gap: 0.7rem;
  flex-flow: column;
}
.feature .sec03__Ttl-Flex {
  display: flex;
  align-items: center;
}
.feature .sec03__Model {
  position: relative;
}
.feature .sec03__Model.-model01 {
  width: 58.5rem;
  margin: 0 auto 10rem;
}
.feature .sec03__Model.-model02 {
  width: 59.3rem;
  padding-bottom: 3.2rem;
  margin: 0 -2rem 12rem auto;
  overflow: hidden;
}
.feature .sec03__Model.-model02 .swiper-pagination {
  bottom: 0;
  width: 43.5rem;
  justify-content: center;
  padding-right: 0;
}
.feature .sec03__Model.-model02 .swiper-pagination .swiper-pagination-bullet {
  border-color: #999;
}
.feature .sec03__Model.-model02 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #999;
}
.feature .sec03__Model.-model02 .swiper-slide {
  width: 44.5rem;
  padding-right: 1rem;
}
.feature .sec03__Model.-model03 {
  width: 47.6rem;
  margin: 0 auto 0 4.4rem;
}
.feature .sec03__Model-Icon {
  position: absolute;
  top: 6.2rem;
  left: -4.2rem;
  width: 26.2rem;
  pointer-events: none;
  transition-delay: 0.6s;
}
.feature .sec04 {
  margin-bottom: 10rem;
}
.feature .sec04__Inner {
  width: 68rem;
  box-sizing: border-box;
  border: 0.1rem solid #666;
  margin: auto;
  padding-bottom: 8rem;
}
.feature .sec04__Ttl {
  text-align: center;
  margin-top: -3.5rem;
  margin-bottom: 1.7rem;
  line-height: 1;
}
.feature .sec04__Ttl span {
  line-height: 1;
  display: inline-block;
  padding: 0 4.5rem;
  background: #fff;
  font-size: 6rem;
  font-family: "haboro-contrast-normal", sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.05em;
}
.feature .sec04__Txt {
  text-align: center;
  font-size: 2.4rem;
  font-family: "haboro-contrast-normal", sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.2em;
  margin-bottom: 4rem;
}
.feature .sec04__List {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 5rem;
  margin: 0 0 7rem;
}
.feature .sec04__Item {
  text-align: center;
  margin-bottom: 1.5rem;
}
.feature .sec04__Item:nth-child(1) {
  width: 25.3rem;
}
.feature .sec04__Item:nth-child(1) img {
  margin-top: -6rem;
}
.feature .sec04__Item:nth-child(2) {
  width: 23.6rem;
}
.feature .sec04__Item:nth-child(3) {
  width: 100%;
  margin-bottom: 3.5rem;
}
.feature .sec04__Item:nth-child(3) img {
  margin-top: 0;
  width: 23.3rem;
}
.feature .sec04__Item:nth-child(4) {
  width: 27.1rem;
  transform: translateX(-1.8rem);
}
.feature .sec04__Item:nth-child(4) img {
  margin-top: 0.6rem;
}
.feature .sec04__Item:nth-child(5) {
  width: 27.5rem;
  transform: translateX(1.8rem);
}
.feature .sec04__Item:nth-child(5) img {
  margin-top: 0.2rem;
}
.feature .sec04__Item-Name {
  text-align: center;
  font-size: 4rem;
  font-family: "haboro-contrast-normal", sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 10;
}
.feature .sec04__Item img {
  margin-top: -3rem;
}
.feature .sec04__Box {
  display: flex;
  flex-flow: column;
  gap: 3rem;
  width: 54rem;
  margin: auto;
}
.feature .sec04__Btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8rem;
  background: #666;
  color: #fff;
  font-size: 2.6rem;
  position: relative;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
.feature .sec04__Btn:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 2rem;
  background: url("./../img/icon_arrow.png");
  background-size: cover;
}
.feature .sec04__Btn span {
  line-height: 1;
}
.feature .sec04__Btn:hover {
  opacity: 0.7;
}

.pc-footer {
  margin: 0;
}

.l-container {
  width: 100%;
}

.l-footer {
  padding: 0;
}

.sp-footer {
  margin: 0;
}