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

@media screen and (min-width: 1401px) {
  html {
    font-size: 10px;
  }
}
.l-container {
  width: 100%;
}

body {
  margin: 0;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
.feature {
  box-sizing: border-box;
  color: #333;
  margin: 0 auto;
  overflow: clip;
  position: relative;
  width: 100%;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt";
}
.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%;
}
.feature .js-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: 1s;
}
.feature .js-fade.is-active {
  opacity: 1;
  transform: translateY(0);
}
.feature .wrap {
  display: flex;
  background: #F8EEEF;
}
.feature .wrap .leftcont {
  width: calc((100% - 45rem) / 2);
}
.feature .wrap .leftcont__Inner {
  position: sticky;
  top: 80px;
  width: 100%;
  height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature .wrap .leftcont__Box {
  max-width: 380px;
  width: 38rem;
}
.feature .wrap .rightcont {
  width: calc((100% - 45rem) / 2);
}
.feature .wrap .rightcont__Inner {
  position: sticky;
  top: 80px;
  width: 100%;
  height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature .wrap .rightcont .checkallitem {
  max-width: 175px;
  width: 17.5rem;
}
.feature .wrap .centercont {
  width: 45rem;
  overflow: clip;
  background: #fff;
}
.feature .credit .item .link {
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.04em;
  font-family: "marlide-display-variable", sans-serif;
  font-weight: 500;
}
.feature .mv {
  margin-bottom: 5.1rem;
  position: relative;
}
.feature .mv__Thum {
  margin-bottom: 6.3rem;
}
.feature .mv__Ttl {
  position: absolute;
  width: 39.6rem;
  top: 22.8rem;
  left: 2.7rem;
}
.feature .mv__Txt {
  text-align: center;
  font-size: 1.44rem;
  line-height: 3.168rem;
  letter-spacing: 0.05em;
}
.feature .tote {
  border-top: 0.12rem dashed #333;
  border-bottom: 0.12rem dashed #333;
  padding: 2.4rem 0 3.36rem;
  position: relative;
}
.feature .tote:before {
  position: absolute;
  top: -1.32rem;
  left: 36.12rem;
  width: 5.4rem;
  height: 5.4rem;
  content: "";
  background: url("./../img/heart_tote.svg");
  background-size: cover;
}
.feature .tote__Flex {
  display: flex;
  padding-left: 3.3rem;
  align-items: center;
  gap: 1.92rem;
  margin-bottom: 1.98rem;
}
.feature .tote__Item {
  width: 16.8rem;
  position: relative;
}
.feature .tote__Item .swiper {
  margin: 0 1.8rem;
  width: 13.2rem;
  position: initial;
  overflow: hidden;
}
.feature .tote__Item .swiper-button-next {
  width: 1.2rem;
  height: 4.08rem;
  background: url("./../img/icon_arrow_next.svg");
  background-size: cover;
  background-position: center right;
  right: 0;
  top: 8.7rem;
}
.feature .tote__Item .swiper-button-next:after {
  display: none;
}
.feature .tote__Item .swiper-button-prev {
  width: 1.2rem;
  height: 4.08rem;
  background: url("./../img/icon_arrow_prev.svg");
  background-size: cover;
  left: 0;
  top: 8.7rem;
}
.feature .tote__Item .swiper-button-prev:after {
  display: none;
}
.feature .tote__Ttl {
  font-size: 3.48rem;
  line-height: 3.828rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 1.8rem;
  font-family: "marlide-display-variable", sans-serif;
  font-weight: 500;
}
.feature .tote__Price {
  font-size: 2.16rem;
  line-height: 1;
  letter-spacing: 0.05em;
  transform: translateX(0.18rem);
  text-align: center;
  font-family: "marlide-display-variable", sans-serif;
  font-weight: 500;
}
.feature .tote__Price span {
  font-size: 1.68rem;
  letter-spacing: 0.03em;
}
.feature .tote__Color {
  text-align: center;
  font-size: 2.04rem;
  line-height: 2.448rem;
  font-family: "marlide-display-variable", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.feature .tote__Color .-pink {
  color: #CD9CA3;
  padding-right: 0.3rem;
}
.feature .tote__Color .-red {
  color: #A82C31;
}
.feature .tote__Color .-black {
  padding-left: 0.3rem;
}
.feature .tote__Color .-white {
  color: #999999;
}
.feature .tote__Color .-white .-small {
  font-size: 1.56rem;
  letter-spacing: 0.1em;
  padding-left: 0.12rem;
}
.feature .sec01 {
  padding: 12rem 0;
  position: relative;
}
.feature .sec01:before {
  position: absolute;
  top: -0.9rem;
  left: 3.6rem;
  width: 5.88rem;
  height: 5.16rem;
  content: "";
  background: url("./../img/heart_sec01.svg");
  background-size: cover;
}
.feature .sec01__Flex {
  display: flex;
  justify-content: space-between;
}
.feature .sec01__Profile {
  padding-left: 2.4rem;
  padding-top: 4.2rem;
  font-family: "marlide-display-variable", sans-serif;
  font-weight: 500;
}
.feature .sec01__Ttl {
  font-size: 3.84rem;
  line-height: 4.224rem;
  letter-spacing: 0.02em;
  margin-bottom: 1.2rem;
}
.feature .sec01__Type {
  font-size: 1.8rem;
  line-height: 1.8rem;
  letter-spacing: 0.04em;
  margin-bottom: 2.4rem;
}
.feature .sec01__Sns {
  font-size: 1.44rem;
  line-height: 1.44rem;
  letter-spacing: 0.04em;
  position: relative;
  display: flex;
  align-items: center;
}
.feature .sec01__Sns:before {
  width: 1.8rem;
  height: 1.8rem;
  content: "";
  background: url("./../img/icon_instagram.svg");
  background-size: cover;
  display: inline-block;
  margin-right: 0.6rem;
}
.feature .sec01 .credit {
  margin-top: 0.84rem;
  margin-right: 1.5rem;
  text-align: right;
}
.feature .sec01__Model {
  opacity: 0;
}
.feature .sec01__Model.-model01 {
  width: 21.6rem;
  transition: all 0.5s ease-in 0s;
}
.feature .sec01__Model.-model02 {
  width: 19.2rem;
  margin-top: -13.2rem;
  margin-left: 2.4rem;
  transition: all 0.5s ease-in 0.25s;
}
.feature .sec01__Model.-model03 {
  width: 19.8rem;
  margin-top: -5.4rem;
  margin-left: auto;
  margin-right: 1.8rem;
  position: relative;
  transition: all 0.5s ease-in 0.5s;
}
.feature .sec01__Model.-model04 {
  width: 18rem;
  margin-top: -9.3rem;
  margin-left: 7.2rem;
  transition: all 0.5s ease-in 0.75s;
}
.feature .sec01.is-active .sec01__Model {
  opacity: 1;
}
.feature .sec02 {
  padding: 0 0 12rem;
  position: relative;
}
.feature .sec02:before {
  position: absolute;
  top: -13.2rem;
  right: 6rem;
  width: 6.6rem;
  height: 9.72rem;
  content: "";
  background: url("./../img/heart_sec02.svg");
  background-size: cover;
}
.feature .sec02__Flex01 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.feature .sec02__Flex02 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 2.4rem;
  margin-top: -12.6rem;
  gap: 1.5rem;
}
.feature .sec02__Profile {
  padding-left: 2.4rem;
  padding-top: 6.6rem;
  font-family: "marlide-display-variable", sans-serif;
  font-weight: 500;
}
.feature .sec02__Ttl {
  font-size: 3.84rem;
  line-height: 4.224rem;
  letter-spacing: 0.02em;
  margin-bottom: 1.2rem;
}
.feature .sec02__Type {
  font-size: 1.8rem;
  line-height: 1.8rem;
  letter-spacing: 0.04em;
  margin-bottom: 2.4rem;
}
.feature .sec02__Sns {
  font-size: 1.44rem;
  line-height: 1.44rem;
  letter-spacing: 0.04em;
  position: relative;
  display: flex;
  align-items: center;
}
.feature .sec02__Sns:before {
  width: 1.8rem;
  height: 1.8rem;
  content: "";
  background: url("./../img/icon_instagram.svg");
  background-size: cover;
  display: inline-block;
  margin-right: 0.6rem;
}
.feature .sec02 .credit {
  text-align: right;
}
.feature .sec02__Model {
  opacity: 0;
}
.feature .sec02__Model.-model01 {
  width: 21.6rem;
  transition: all 0.5s ease-in 0s;
}
.feature .sec02__Model.-model02 {
  width: 16.2rem;
  margin-left: auto;
  margin-top: -2.88rem;
  transition: all 0.5s ease-in 0.25s;
}
.feature .sec02__Model.-model03 {
  width: 22.8rem;
  margin-top: -13.5rem;
  margin-left: 3.6rem;
  position: relative;
  transition: all 0.5s ease-in 0.5s;
}
.feature .sec02__Model.-model04 {
  width: 19.8rem;
  transition: all 0.5s ease-in 0.75s;
}
.feature .sec02.is-active .sec02__Model {
  opacity: 1;
}
.feature .sec03 {
  padding: 0 0 12rem;
  position: relative;
}
.feature .sec03:before {
  position: absolute;
  top: -5.46rem;
  left: 30.12rem;
  width: 6.54rem;
  height: 9.12rem;
  content: "";
  background: url("./../img/heart_sec03.svg");
  background-size: cover;
}
.feature .sec03__Flex01 {
  display: flex;
  justify-content: space-between;
}
.feature .sec03__Child01 {
  padding-left: 3.6rem;
}
.feature .sec03__Child02 {
  padding-top: 9.48rem;
}
.feature .sec03__Flex02 {
  display: flex;
  padding-left: 3.6rem;
  gap: 1.5rem;
  margin-top: -13.2rem;
  align-items: flex-end;
}
.feature .sec03__Profile {
  padding-top: 4.2rem;
  font-family: "marlide-display-variable", sans-serif;
  font-weight: 500;
}
.feature .sec03__Ttl {
  font-size: 3.84rem;
  line-height: 4.224rem;
  letter-spacing: 0.02em;
  margin-bottom: 1.2rem;
}
.feature .sec03__Type {
  font-size: 1.8rem;
  line-height: 1.8rem;
  letter-spacing: 0.04em;
  margin-bottom: 2.4rem;
}
.feature .sec03__Sns {
  font-size: 1.44rem;
  line-height: 1.44rem;
  letter-spacing: 0.04em;
  position: relative;
  display: flex;
  align-items: center;
}
.feature .sec03__Sns:before {
  width: 1.8rem;
  height: 1.8rem;
  content: "";
  background: url("./../img/icon_instagram.svg");
  background-size: cover;
  display: inline-block;
  margin-right: 0.6rem;
}
.feature .sec03__Model {
  opacity: 0;
}
.feature .sec03__Model.-model01 {
  width: 18rem;
  transition: all 0.5s ease-in 0s;
}
.feature .sec03__Model.-model02 {
  width: 21.6rem;
  margin-bottom: 0.6rem;
  transition: all 0.5s ease-in 0.25s;
}
.feature .sec03__Model.-model03 {
  width: 21.6rem;
  position: relative;
  transition: all 0.5s ease-in 0.5s;
}
.feature .sec03__Model.-model04 {
  width: 24rem;
  transition: all 0.5s ease-in 0.75s;
}
.feature .sec03.is-active .sec03__Model {
  opacity: 1;
}
.feature .sec04 {
  padding: 0 0 12rem;
  position: relative;
}
.feature .sec04:before {
  position: absolute;
  top: -4.2rem;
  left: 9.18rem;
  width: 6.18rem;
  height: 5.76rem;
  content: "";
  background: url("./../img/heart_sec04.svg");
  background-size: cover;
}
.feature .sec04__Flex {
  display: flex;
  justify-content: space-between;
}
.feature .sec04__Child01 {
  padding-left: 2.7rem;
  padding-top: 10.8rem;
}
.feature .sec04__Child02 {
  width: 21.6rem;
}
.feature .sec04__Profile {
  padding-top: 3.24rem;
  margin-bottom: 3.6rem;
  font-family: "marlide-display-variable", sans-serif;
  font-weight: 500;
}
.feature .sec04__Ttl {
  font-size: 3.84rem;
  line-height: 4.224rem;
  letter-spacing: 0.02em;
  margin-bottom: 1.2rem;
}
.feature .sec04__Type {
  font-size: 1.8rem;
  line-height: 1.8rem;
  letter-spacing: 0.04em;
  margin-bottom: 2.4rem;
}
.feature .sec04__Sns {
  font-size: 1.44rem;
  line-height: 1.44rem;
  letter-spacing: 0.04em;
  position: relative;
  display: flex;
  align-items: center;
}
.feature .sec04__Sns:before {
  width: 1.8rem;
  height: 1.8rem;
  content: "";
  background: url("./../img/icon_instagram.svg");
  background-size: cover;
  display: inline-block;
  margin-right: 0.6rem;
}
.feature .sec04 .credit {
  margin-top: 0.96rem;
}
.feature .sec04__Model {
  opacity: 0;
}
.feature .sec04__Model.-model01 {
  width: 21.6rem;
  transition: all 0.5s ease-in 0s;
}
.feature .sec04__Model.-model02 {
  width: 18rem;
  margin-bottom: 0.6rem;
  transition: all 0.5s ease-in 0.25s;
}
.feature .sec04__Model.-model03 {
  width: 18rem;
  transition: all 0.5s ease-in 0.5s;
}
.feature .sec04__Model.-model04 {
  width: 21.6rem;
  transition: all 0.5s ease-in 0.75s;
}
.feature .sec04.is-active .sec04__Model {
  opacity: 1;
}
.feature .sec05 {
  padding: 0 0 13.2rem;
  position: relative;
}
.feature .sec05:before {
  position: absolute;
  top: -4.8rem;
  left: 31.26rem;
  width: 6.6rem;
  height: 9.72rem;
  content: "";
  background: url("./../img/heart_sec05.svg");
  background-size: cover;
}
.feature .sec05__Flex01 {
  padding-left: 1.8rem;
  gap: 1.8rem;
  display: flex;
}
.feature .sec05__Flex02 {
  margin-top: -12.72rem;
  gap: 1.5rem;
  align-items: flex-end;
  display: flex;
}
.feature .sec05__Child01 {
  width: 21.6rem;
}
.feature .sec05__Profile {
  padding-top: 4.5rem;
  font-family: "marlide-display-variable", sans-serif;
  font-weight: 500;
}
.feature .sec05__Ttl {
  font-size: 3.84rem;
  line-height: 4.224rem;
  letter-spacing: 0.02em;
  margin-bottom: 1.2rem;
}
.feature .sec05__Type {
  font-size: 1.8rem;
  line-height: 1.8rem;
  letter-spacing: 0.04em;
  margin-bottom: 2.16rem;
}
.feature .sec05__Sns {
  font-size: 1.44rem;
  line-height: 1.44rem;
  letter-spacing: 0.04em;
  position: relative;
  display: flex;
  align-items: center;
}
.feature .sec05__Sns:before {
  width: 1.8rem;
  height: 1.8rem;
  content: "";
  background: url("./../img/icon_instagram.svg");
  background-size: cover;
  display: inline-block;
  margin-right: 0.6rem;
}
.feature .sec05 .credit {
  margin-top: 1.5rem;
}
.feature .sec05__Model {
  opacity: 0;
}
.feature .sec05__Model.-model01 {
  width: 21.6rem;
  transition: all 0.5s ease-in 0s;
}
.feature .sec05__Model.-model02 {
  width: 18rem;
  padding-top: 14.4rem;
  transition: all 0.5s ease-in 0.25s;
}
.feature .sec05__Model.-model03 {
  width: 22.2rem;
  margin-top: -8.52rem;
  margin-left: auto;
  margin-right: 4.2rem;
  transition: all 0.5s ease-in 0.5s;
}
.feature .sec05__Model.-model04 {
  width: 16.2rem;
  transition: all 0.5s ease-in 0.75s;
}
.feature .sec05.is-active .sec05__Model {
  opacity: 1;
}
.feature .allitembtn {
  text-align: center;
  margin-bottom: 15.6rem;
}
.feature .allitembtn a {
  font-family: "marlide-display-variable", sans-serif;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36rem;
  height: 7.2rem;
  background: #333;
  color: #fff;
  font-size: 2.76rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
.feature .allitembtn a span {
  display: inline-block;
  transform: translateY(-0.3rem);
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}