@charset "UTF-8";
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
.credit {
  margin: auto;
}
.credit .item {
  line-height: 1;
  display: inline-block;
  margin-right: 0.6666666667rem;
  margin-bottom: 0.7333333333rem;
}
.credit .item a {
  font-family: "davis-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4666666667rem;
  letter-spacing: 0.05em;
}
.credit .item.-mr0, .credit .item:last-child {
  margin-right: 0;
}

.swiper-pagination {
  width: 0.8rem !important;
  display: flex;
  flex-flow: column;
  gap: 0.6666666667rem;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  box-sizing: border-box;
  margin: 0 !important;
  opacity: 0.45;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.js-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.8s;
}
.js-fade.is-active {
  transform: translateY(0);
  opacity: 1;
}

.feature {
  box-sizing: border-box;
  color: #112333;
  margin: 0 auto;
  position: relative;
  width: 100%;
  font-weight: 500;
  font-feature-settings: "palt";
  transition: all 1.5s;
  background-color: rgba(252, 239, 145, 0.3);
}
.feature.bgGreen {
  background-color: rgba(185, 212, 170, 0.3);
}
.feature.bgGreen:before {
  opacity: 1;
}
.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 img {
  transition: opacity 0.3s;
}
.feature a img:hover {
  opacity: 0.7;
}
.feature img {
  vertical-align: bottom;
  max-width: 100%;
}
.feature .wrap {
  display: flex;
}
.feature .wrap .leftcont,
.feature .wrap .rightcont {
  width: calc((100% - 50rem) / 2);
  padding-top: 95.5333333333rem;
}
.feature .wrap .leftcont__Inner,
.feature .wrap .rightcont__Inner {
  position: sticky;
  top: calc(50% + 15rem);
  transform: translateY(-50%);
  padding-bottom: 30rem;
  width: 100%;
  text-align: center;
}
.feature .wrap .leftcont__Inner .leftcont__Logo,
.feature .wrap .rightcont__Inner .leftcont__Logo {
  width: 28.3rem;
  display: inline-block;
  opacity: 0;
  transition: 0.8s;
}
@media screen and (min-width: 1401px) {
  .feature .wrap .leftcont__Inner .leftcont__Logo,
  .feature .wrap .rightcont__Inner .leftcont__Logo {
    width: 20.2142857143vw;
  }
}
.feature .wrap .leftcont__Inner .leftcont__Logo.is-active,
.feature .wrap .rightcont__Inner .leftcont__Logo.is-active {
  opacity: 1;
}
.feature .wrap .leftcont__Inner .rightcont__Btn,
.feature .wrap .rightcont__Inner .rightcont__Btn {
  width: 28.3rem;
  display: inline-block;
  opacity: 0;
  transition: 0.8s;
}
@media screen and (min-width: 1401px) {
  .feature .wrap .leftcont__Inner .rightcont__Btn,
  .feature .wrap .rightcont__Inner .rightcont__Btn {
    width: 20.2142857143vw;
  }
}
.feature .wrap .leftcont__Inner .rightcont__Btn.is-active,
.feature .wrap .rightcont__Inner .rightcont__Btn.is-active {
  opacity: 1;
}
.feature .wrap .centercont {
  width: 50rem;
  overflow: hidden;
}
.feature .mv__Inner {
  position: relative;
  width: 100%;
  height: 75.5333333333rem;
}
.feature .mv__Icon {
  position: absolute;
  z-index: 10;
  opacity: 0;
}
.feature .mv__Icon.-icon01 {
  width: 23.7333333333rem;
  top: -4rem;
  right: -5.8666666667rem;
  transition: all 0.3s ease-in;
}
.feature .mv__Icon.-icon02 {
  width: 11.6rem;
  top: 12.5333333333rem;
  left: -2rem;
  transition: all 0.3s ease-in 0.5s;
}
.feature .mv__Collaboraion {
  position: absolute;
  width: 20.6666666667rem;
  top: 5.6666666667rem;
  left: 14.5333333333rem;
  opacity: 0;
  transition: all 0.3s ease-in 1s;
}
.feature .mv__Ttl {
  position: absolute;
  width: 21.4666666667rem;
  top: 9.6rem;
  left: 11.2rem;
  opacity: 0;
  transition: all 0.3s ease-in 1.5s;
}
.feature .mv__Hand {
  position: absolute;
  width: 16.5333333333rem;
  top: 14.1333333333rem;
  left: 22.8666666667rem;
}
.feature .mv__Hand svg {
  display: none;
}
.feature .mv__Hand #base path {
  fill: #CC722A;
  /* 塗りの色 */
}
.feature .mv__Hand #mask path {
  fill: none;
  /* 塗りの色 */
  stroke: #ffffff;
  /* 線の色 */
  stroke-width: 10px;
  /* 線幅 */
  stroke-linecap: round;
  /* 線端の形状 */
  stroke-linejoin: round;
  /* 角の形状 */
}
.feature .mv__Box {
  position: absolute;
  width: 46.6666666667rem;
  top: 23.0666666667rem;
  left: 1.6666666667rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.6666666667rem;
  padding: 2.8rem 0 4.2rem;
  box-sizing: border-box;
}
.feature .mv__Box-Txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 3.6rem;
  letter-spacing: 0.05em;
}
.feature .mv__Mouse {
  position: absolute;
  z-index: 10;
}
@keyframes runX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20rem);
  }
  51% {
    transform: translateX(20rem) scale(-1, 1);
  }
  100% {
    transform: translateX(0);
    transform: scale(-1, 1);
  }
}
@keyframes runY {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(-0.4rem);
  }
  10% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-0.4rem);
  }
  20% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-0.4rem);
  }
  20% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-0.4rem);
  }
  30% {
    transform: translateY(0);
  }
  35% {
    transform: translateY(-0.4rem);
  }
  40% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(-0.4rem);
  }
  50% {
    transform: translateY(0);
  }
  55% {
    transform: translateY(-0.4rem);
  }
  60% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(-0.4rem);
  }
  70% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-0.4rem);
  }
  80% {
    transform: translateY(0);
  }
  85% {
    transform: translateY(-0.4rem);
  }
  90% {
    transform: translateY(0);
  }
  95% {
    transform: translateY(-0.4rem);
  }
  100% {
    transform: translateY(-0.4rem);
  }
}
.feature .mv__Mouse.-mouse01 {
  width: 13rem;
  top: 62.8rem;
  left: 7.1333333333rem;
  position: absolute;
}
.feature .mv__Mouse.-mouse01 span {
  display: inline-block;
}
.feature .mv__Mouse.-mouse01.is-active {
  animation: runX 4s linear forwards infinite;
}
.feature .mv__Mouse.-mouse01.is-active span {
  animation: runY 2s ease-in-out infinite;
}
.feature .mv__Mouse.-mouse02 {
  width: 9rem;
  top: 71.9333333333rem;
  left: 41.1333333333rem;
}
.feature .mv.is-active .mv__Icon,
.feature .mv.is-active .mv__Collaboraion,
.feature .mv.is-active .mv__Ttl {
  opacity: 1;
}
.feature .sec01 {
  padding-bottom: 9.3333333333rem;
  position: relative;
}
.feature .sec01:before {
  position: absolute;
  top: 94.7333333333rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 84.7333333333rem;
  height: 61.1333333333rem;
  background: url("./../img/bg_sec01.png");
  background-size: cover;
}
.feature .sec01__Model.-model01 {
  position: relative;
  margin-bottom: 2.5333333333rem;
}
.feature .sec01__Model.-model01 a {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.8s;
  transition-delay: 1s;
}
.feature .sec01__Model.-model01 .sec01__Model-Icon {
  position: absolute;
  width: 22.1333333333rem;
  bottom: -4rem;
  left: -6.9333333333rem;
  opacity: 0;
  transition: 0.8s;
}
.feature .sec01__Model.-model01.is-active a,
.feature .sec01__Model.-model01.is-active span {
  transform: translateY(0);
  opacity: 1;
}
.feature .sec01__Model.-model02 {
  position: relative;
  width: 34.6666666667rem;
  margin: 0 auto 9.3333333333rem;
}
.feature .sec01 .credit {
  margin: auto;
  width: 33.3333333333rem;
  text-align: center;
  margin-bottom: 4.6666666667rem;
}
.feature .sec01__Box {
  margin: auto;
  width: 46.6666666667rem;
  height: 30.5333333333rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.6666666667rem;
  position: relative;
}
.feature .sec01__Box-Label {
  position: absolute;
}
.feature .sec01__Box-Label.-label01 {
  width: 6rem;
  top: 2rem;
  left: 1.8666666667rem;
}
.feature .sec01__Box-Label.-label02 {
  width: 4.6666666667rem;
  top: 2rem;
  right: 3.2rem;
}
.feature .sec01__Box-Item {
  position: absolute;
}
.feature .sec01__Box-Item.-item01 {
  width: 12.8rem;
  top: 2.6666666667rem;
  left: 8rem;
}
.feature .sec01__Box-Item.-item01 .swiper-pagination {
  bottom: 0;
  left: -0.8rem;
}
.feature .sec01__Box-Item.-item01 .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
  border: 0.1333333333rem solid #112333;
  background: #fff;
}
.feature .sec01__Box-Item.-item01 .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
  background: url("./../img/item_sec01_bag_page_01.png");
  background-size: cover;
}
.feature .sec01__Box-Item.-item02 {
  width: 12.8rem;
  top: 2.6666666667rem;
  left: 26rem;
}
.feature .sec01__Box-Item.-item02 .js-fade {
  transition-delay: 0.4s;
}
.feature .sec01__Box-Item.-item02 .swiper-pagination {
  left: auto;
  right: -0.8rem;
  bottom: 0;
}
.feature .sec01__Box-Item.-item02 .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
  background: #112333;
}
.feature .sec01__Box-Item.-item02 .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
  background: url("./../img/item_sec01_bag_page_01.png");
  background-size: cover;
}
.feature .sec01__Box-Item-Name {
  margin-top: 1rem;
  text-align: center;
  font-size: 2.2666666667rem;
  font-family: "davis-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.feature .sec02 {
  padding-bottom: 8rem;
  position: relative;
}
.feature .sec02__Model.-model01 {
  position: relative;
  margin-bottom: 5.2rem;
  width: 42.6666666667rem;
}
.feature .sec02__Model.-model01 .sec02__Model-Icon {
  position: absolute;
  width: 14.28rem;
  bottom: -3.0666666667rem;
  right: -7rem;
}
.feature .sec02__Model.-model02 {
  position: relative;
  width: 43.2666666667rem;
  margin: 0 0 2.3333333333rem auto;
  overflow: hidden;
}
.feature .sec02__Model.-model02 .swiper-slide {
  width: 28.6666666667rem;
  padding-right: 0.6666666667rem;
}
.feature .sec02 .credit {
  width: 43.2666666667rem;
  margin: 0 0 6rem auto;
}
.feature .sec02__Box {
  margin: auto;
  width: 46.6666666667rem;
  height: 53.0666666667rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.6666666667rem;
  position: relative;
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.feature .sec02__Box:before {
  position: absolute;
  top: 19.8666666667rem;
  right: -2.3333333333rem;
  width: 11.5333333333rem;
  height: 13.3333333333rem;
  background: url("./../img/icon_sec02_fower01.png");
  background-size: cover;
  content: "";
  animation: 3s fuwafuwa infinite;
}
.feature .sec02__Box:after {
  position: absolute;
  top: 38.6666666667rem;
  left: -1.3333333333rem;
  width: 14.9333333333rem;
  height: 17.4rem;
  background: url("./../img/icon_sec02_fower02.gif");
  background-size: cover;
  content: "";
}
.feature .sec02__Box-Label {
  position: absolute;
}
.feature .sec02__Box-Label.-label01 {
  width: 6rem;
  top: 2rem;
  left: 2.1333333333rem;
}
.feature .sec02__Box-Label.-label02 {
  width: 6rem;
  top: 2rem;
  right: 2.9333333333rem;
}
.feature .sec02__Box-Label.-label03 {
  width: 4.6666666667rem;
  top: 31.2rem;
  left: 30rem;
}
.feature .sec02__Box-Item {
  position: absolute;
}
.feature .sec02__Box-Item.-item01 {
  width: 14.6666666667rem;
  top: 7.3333333333rem;
  left: 8rem;
}
.feature .sec02__Box-Item.-item01 .swiper-pagination {
  bottom: -2rem;
  left: -0.6666666667rem;
}
.feature .sec02__Box-Item.-item01 .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
  background: #112333;
}
.feature .sec02__Box-Item.-item01 .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
  border: 0.1333333333rem solid #112333;
  background: #fff;
}
.feature .sec02__Box-Item.-item01 .sec02__Box-Item-Name {
  margin-top: 3rem;
}
.feature .sec02__Box-Item.-item02 {
  width: 12.8rem;
  top: 2.6666666667rem;
  left: 25.3333333333rem;
}
.feature .sec02__Box-Item.-item02 .js-fade {
  transition-delay: 0.4s;
}
.feature .sec02__Box-Item.-item02 .swiper-pagination {
  left: auto;
  right: -0.6666666667rem;
  bottom: 0rem;
}
.feature .sec02__Box-Item.-item02 .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
  background: url("./../img/item_sec01_bag_page_01.png");
  background-size: cover;
}
.feature .sec02__Box-Item.-item02 .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
  border: 0.1333333333rem solid #112333;
  background: #fff;
}
.feature .sec02__Box-Item.-item03 {
  width: 14.6666666667rem;
  top: 31.8666666667rem;
  left: 15.9333333333rem;
}
.feature .sec02__Box-Item.-item03 .js-fade {
  transition-delay: 0.4s;
}
.feature .sec02__Box-Item.-item03 .swiper-pagination {
  left: -0.4rem;
  bottom: 0.0666666667rem;
}
.feature .sec02__Box-Item.-item03 .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
  background: url("./../img/item_sec01_bag_page_01.png");
  background-size: cover;
}
.feature .sec02__Box-Item.-item03 .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
  background: #112333;
}
.feature .sec02__Box-Item-Name {
  margin-top: 1rem;
  text-align: center;
  font-size: 2.2666666667rem;
  font-family: "davis-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.feature .bgGreen {
  position: relative;
}
.feature .bgGreen:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("./../img/bg_green_flower.png");
  background-size: 100%;
  content: "";
  top: 0;
  left: 0;
  transition: all 1.5s;
}
.feature .sec03 {
  padding-top: 8rem;
  padding-bottom: 10.6666666667rem;
  position: relative;
}
.feature .sec03__Model.-model01 {
  width: 42.6666666667rem;
  position: relative;
  margin: 0 auto 5.3333333333rem;
}
.feature .sec03__Model.-model01 .sec03__Model-Icon {
  position: absolute;
  width: 22.1333333333rem;
  bottom: -3.9333333333rem;
  left: -6.8666666667rem;
}
.feature .sec03__Model.-model02 {
  position: relative;
  width: 100%;
  margin: 0 auto 2.3333333333rem;
}
.feature .sec03__Model.-model02 .swiper-slide {
  width: 35.3333333333rem;
  padding-right: 0.6666666667rem;
}
.feature .sec03 .credit {
  margin: auto;
  text-align: center;
  margin-bottom: 4.6666666667rem;
}
.feature .sec03__Box {
  margin: auto;
  width: 46.6666666667rem;
  height: 53.0666666667rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.6666666667rem;
  position: relative;
}
.feature .sec03__Box:before {
  position: absolute;
  top: 46rem;
  right: -2.6666666667rem;
  width: 11.6666666667rem;
  height: 6.5333333333rem;
  background: url("./../img/icon_sec03_mouse01.png");
  background-size: cover;
  content: "";
}
.feature .sec03__Box:after {
  position: absolute;
  top: 50.3333333333rem;
  left: 1.6666666667rem;
  width: 6rem;
  height: 5.6666666667rem;
  background: url("./../img/icon_sec03_mouse02.png");
  background-size: cover;
  content: "";
}
.feature .sec03__Box-Label {
  position: absolute;
}
.feature .sec03__Box-Label.-label01 {
  width: 6rem;
  top: 3.3333333333rem;
  left: 2.3333333333rem;
}
.feature .sec03__Box-Label.-label02 {
  width: 6rem;
  top: 3.4rem;
  left: 37.6rem;
}
.feature .sec03__Box-Label.-label03 {
  width: 5.3333333333rem;
  top: 32.5333333333rem;
  left: 30.6666666667rem;
}
.feature .sec03__Box-Item {
  position: absolute;
}
.feature .sec03__Box-Item.-item01 {
  width: 14.6666666667rem;
  top: 8.6666666667rem;
  left: 8rem;
}
.feature .sec03__Box-Item.-item01 .swiper-pagination {
  bottom: -2rem;
  left: -0.8rem;
}
.feature .sec03__Box-Item.-item01 .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
  background: #347433;
}
.feature .sec03__Box-Item.-item01 .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
  border: 0.1333333333rem solid #347433;
  background: #fff;
}
.feature .sec03__Box-Item.-item01 .sec03__Box-Item-Name {
  margin-top: 3rem;
}
.feature .sec03__Box-Item.-item02 {
  width: 12.8rem;
  top: 4rem;
  left: 25.1333333333rem;
}
.feature .sec03__Box-Item.-item02 .js-fade {
  transition-delay: 0.4s;
}
.feature .sec03__Box-Item.-item02 .swiper-pagination {
  left: auto;
  right: -0.8rem;
  bottom: 0;
}
.feature .sec03__Box-Item.-item02 .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
  background: #347433;
}
.feature .sec03__Box-Item.-item02 .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
  border: 0.1333333333rem solid #347433;
  background: #fff;
}
.feature .sec03__Box-Item.-item03 {
  width: 14.6666666667rem;
  top: 33.3333333333rem;
  left: 16rem;
}
.feature .sec03__Box-Item.-item03 .js-fade {
  transition-delay: 0.4s;
}
.feature .sec03__Box-Item.-item03 .swiper-pagination {
  bottom: 1rem;
  left: -0.4666666667rem;
}
.feature .sec03__Box-Item.-item03 .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
  border: 0.1333333333rem solid #112333;
  background: #fff;
}
.feature .sec03__Box-Item.-item03 .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
  background: #EFE4D2;
}
.feature .sec03__Box-Item.-item03 .swiper-pagination .swiper-pagination-bullet:nth-child(3) {
  background: #112333;
}
.feature .sec03__Box-Item-Name {
  margin-top: 1rem;
  text-align: center;
  font-size: 2.2666666667rem;
  font-family: "davis-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.feature .sec04 {
  padding-bottom: 7.3333333333rem;
  position: relative;
}
.feature .sec04__Model.-model01 {
  position: relative;
  margin-bottom: 6.6666666667rem;
}
.feature .sec04__Model.-model02 {
  position: relative;
  width: 37.3333333333rem;
  margin: 0 auto 2.4rem;
}
.feature .sec04 .credit {
  margin: auto;
  width: 37.3333333333rem;
  text-align: center;
}
.feature .allitembtn {
  background: #fff;
  text-align: center;
  padding: 7.3333333333rem 0 8.6666666667rem;
  margin: auto;
}
.feature .allitembtn a {
  display: inline-block;
  width: 35rem;
  position: relative;
}
.feature .allitembtn a span {
  position: absolute;
  width: 6.2rem;
  bottom: -0.3333333333rem;
  left: 12rem;
}

.l-container {
  width: 100%;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}