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

@font-face {
  font-family: "Tamafont";
  src: url(./../fonts/Tamafont.otf);
}
body {
  margin: 0;
}

.js-fade {
  filter: blur(8px);
  opacity: 0;
  transition: all 1.1s ease;
}
.js-fade.is-active {
  opacity: 1;
  filter: blur(0);
}

/* キャラクターの跳ねるアニメーション */
@keyframes bounce-character {
  0% {
    transform: translateY(0%) scaleY(1);
  }
  2% {
    transform: translateY(0%) scaleY(0.8);
  }
  4% {
    transform: translateY(-10%) scaleY(1.1);
  }
  6% {
    transform: translateY(-20%) scaleY(1.05);
  }
  8% {
    transform: translateY(-25%) scaleY(1);
  }
  10% {
    transform: translateY(-20%) scaleY(0.95);
  }
  12% {
    transform: translateY(-10%) scaleY(0.98);
  }
  14% {
    transform: translateY(-5%) scaleY(1);
  }
  16% {
    transform: translateY(-2%) scaleY(1.02);
  }
  18% {
    transform: translateY(0%) scaleY(0.98);
  }
  20% {
    transform: translateY(0%) scaleY(1);
  }
  100% {
    transform: translateY(0%) scaleY(1);
  }
}
.-anime_bound {
  animation: bounce-character 5s ease-in-out infinite;
}

@keyframes bubble_fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
@keyframes bubble_fuwafuwa2 {
  0% {
    transform: translate(0, 0) rotate(-2deg);
  }
  50% {
    transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(4deg);
  }
}
.-anime-bubble {
  transform: scale(0) translate(-2px, 2px);
  transition: transform 1.4s cubic-bezier(1, -0.1, 0.15, 1.35);
}
.-anime-bubble.is-active {
  transform: none;
  animation-delay: 0.6s;
}
.-anime-bubble img {
  animation: bubble_fuwafuwa2 3s ease-in-out infinite alternate;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  15% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.-anime-rolling {
  animation: rotate 3s cubic-bezier(0.43, 0.08, 0.57, 0.91) 0s infinite both;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.js-fade {
  filter: blur(8px);
  opacity: 0;
  transition: all 1.1s ease;
}
.js-fade.is-active {
  opacity: 1;
  filter: blur(0);
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
.feature {
  box-sizing: border-box;
  color: #000;
  background: #F7F2C2;
  margin: 0 auto;
  overflow: clip;
  position: relative;
  width: 100%;
  transition: 0.3s;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
}
.feature.sec01_scr {
  background: #F7F2C2;
}
.feature.sec02_scr {
  background: #E4F6FF;
}
.feature.sec03_scr {
  background: #F1F4CE;
}
.feature.sec04_scr {
  background: #FCEDF1;
}
.feature.sec05_scr {
  background: #EFD6D0;
}
.feature.sec06_scr {
  background: #ECEDF5;
}
.feature.sec07_scr {
  background: #fff;
}
.feature.sec08_scr {
  background: #fff;
}
.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%;
}
.feature img:hover {
  opacity: 1;
}
.feature .wrap {
  display: flex;
}
.feature .wrap .leftcont {
  width: 50vw;
}
.feature .wrap .leftcont__Inner {
  position: sticky;
  top: 80px;
  width: 100%;
  background: url("./../img/bg_index_pc.png");
  background-size: cover;
}
.feature .wrap .leftcont .mv {
  position: relative;
  height: calc(100vh - 80px);
}
.feature .wrap .leftcont .mv video {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.feature .wrap .leftcont .mv #music {
  position: absolute;
  width: 14.4rem;
  height: 1.94rem;
  top: 3rem;
  right: 4rem;
  z-index: 10;
}
.feature .wrap .leftcont .mv #music:hover {
  cursor: pointer;
}
.feature .wrap .leftcont .mv #music span {
  display: none;
}
.feature .wrap .leftcont .mv #music span.active {
  display: block;
}
.feature .wrap .rightcont {
  width: 50vw;
  overflow: clip;
}
.feature .credit01 {
  position: absolute;
  clip-path: inset(0 100% 0 0);
}
.feature .credit01 .item {
  font-size: 1.8666666667vw;
}
.feature .credit01 .item a {
  font-size: 1.8666666667vw;
  font-family: "Tamafont";
  letter-spacing: 0.01em;
}
.feature .credit01 .item .price {
  margin-left: 0.6666666667vw;
}
.feature .credit01.is-active {
  clip-path: inset(0 0 0 0);
  transition: clip-path 0.7s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.3s;
}
.feature .credit02 {
  position: absolute;
}
.feature .credit02 .item a {
  letter-spacing: -0.01em;
  font-size: 1.4vw;
  font-family: "Bitcount Grid Double", system-ui;
}
.feature .swiper-pagination {
  position: absolute;
  bottom: 1.6666666667vw !important;
  top: auto !important;
  left: 0 !important;
  padding-right: 1.6666666667vw;
  width: 100% !important;
  display: flex;
  justify-content: flex-end;
  gap: 0.6666666667vw;
}
.feature .swiper-pagination .swiper-pagination-bullet {
  width: 2.4933333333vw;
  height: 2.4133333333vw;
  background: url("./../img/icon_pager.png");
  background-size: cover;
  opacity: 1;
  margin: 0 !important;
}
.feature .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url("./../img/icon_pager_active.png");
  background-size: cover;
}
.feature .sec01 {
  position: relative;
  padding-bottom: 4vw;
}
.feature .sec01:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 70.6vw;
  top: 49.0666666667vw;
  left: 0;
  background: url("./../img/bg_sec01.png");
  background-size: cover;
  pointer-events: none;
}
.feature .sec01:after {
  position: absolute;
  content: "";
  width: 37.7333333333vw;
  height: 13.6666666667vw;
  bottom: 71vw;
  left: 2.6666666667vw;
  background: url("./../img/deco_sec01.png");
  background-size: cover;
  pointer-events: none;
}
.feature .sec01__Chara {
  position: absolute;
}
.feature .sec01__Chara.-chara01 {
  width: 17.9333333333vw;
  top: 39.4vw;
  left: -3vw;
}
.feature .sec01__Chara.-chara02 {
  width: 14.98vw;
  top: 41.7333333333vw;
  right: -1vw;
}
.feature .sec01__Ttl {
  width: 35.66vw;
  margin: -8.6666666667vw auto 2.9333333333vw;
  position: relative;
  transform: translateX(1.4666666667vw);
}
.feature .sec01__Box {
  position: relative;
}
.feature .sec01__Box.-hide {
  display: none;
}
.feature .sec01__Txt {
  font-size: 1.4666666667vw;
  text-align: center;
  color: #A888A9;
  line-height: 2.5333333333vw;
  margin-bottom: 2vw;
}
.feature .sec01__Readmore {
  position: relative;
  width: 16.8vw;
  display: block;
  margin: 2vw auto 3.1333333333vw;
  cursor: pointer;
}
@keyframes star {
  0% {
    rotate: 0deg;
  }
  to {
    rotate: 1turn;
  }
}
.feature .sec01__Star {
  width: 12vw;
  position: relative;
  margin: 0 auto 2.1333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10.98vw;
}
.feature .sec01__Star:before {
  width: 12vw;
  height: 10.98vw;
  content: "";
  background: url("./../img/icon_sec01_ring.png");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  animation: star 10s linear infinite;
}
.feature .sec01__Star span {
  display: inline-block;
  width: 6.6vw;
}
.feature .sec01__Subttl {
  width: 35.3333333333vw;
  margin: 0 auto 1.6666666667vw;
  position: relative;
}
.feature .sec01__Subtxt {
  width: 19.0666666667vw;
  margin: 0 auto 2.9333333333vw;
  position: relative;
}
.feature .sec01__Btnlist {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.3333333333vw 3.8666666667vw;
  width: 41.8vw;
  margin: auto;
}
.feature .sec01__Btnlist-Item {
  width: 11.3333333333vw;
  text-align: center;
}
.feature .sec01__Btnlist-Item-Thum {
  transform: rotateY(180deg);
}
.feature .sec01__Btnlist-Item-Thum.is-active {
  transform: rotateY(0);
  transition: transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.feature .sec01__Btnlist-Item-Name {
  margin: 0.9333333333vw auto 0;
}
.feature .sec01__Btnlist-Item:nth-child(1) .sec01__Btnlist-Item-Name {
  width: 6.6666666667vw;
}
.feature .sec01__Btnlist-Item:nth-child(2) .sec01__Btnlist-Item-Name {
  width: 8.2666666667vw;
}
.feature .sec01__Btnlist-Item:nth-child(3) .sec01__Btnlist-Item-Name {
  width: 6.6666666667vw;
}
.feature .sec01__Btnlist-Item:nth-child(4) .sec01__Btnlist-Item-Name {
  width: 7.0666666667vw;
}
.feature .sec01__Btnlist-Item:nth-child(5) .sec01__Btnlist-Item-Name {
  width: 9.0666666667vw;
}
.feature .sec02 {
  position: relative;
  padding-bottom: 6vw;
}
.feature .sec02__Star {
  position: absolute;
  pointer-events: none;
}
.feature .sec02__Star.-star01 {
  width: 5.3333333333vw;
  top: 48.4666666667vw;
  left: 43.7333333333vw;
}
.feature .sec02__Star.-star02 {
  width: 5.28vw;
  top: 4vw;
  left: 2.8vw;
}
.feature .sec02__Star.-star03 {
  width: 4vw;
  top: 76vw;
  left: 2.2666666667vw;
}
.feature .sec02__Model {
  position: relative;
}
.feature .sec02__Model.-model01 {
  margin-top: 7.8vw;
  background: url("./../img/frame_sec02.png");
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 24.6666666667vw 7.3333333333vw 24.4vw;
}
.feature .sec02__Model.-model02 {
  position: relative;
}
.feature .sec02__Model.-model02 .-chara {
  position: absolute;
  pointer-events: none;
  width: 14.8666666667vw;
  top: 3vw;
  right: 4vw;
}
.feature .sec02__Model.-model03 {
  margin-bottom: 6.5333333333vw;
  position: relative;
}
.feature .sec02__Model.-model03 .credit01 {
  top: 1.6666666667vw;
  right: 1.8vw;
}
.feature .sec02__Model.-model03 .credit01 a {
  color: #A888A9;
}
.feature .sec02__Model.-model04 {
  width: 46.6666666667vw;
  margin: 0 auto 15vw;
  position: relative;
}
.feature .sec02__Model.-model04 .credit01 {
  top: 1.6666666667vw;
  left: 1.6666666667vw;
  z-index: 10;
}
.feature .sec02__Model.-model04 .credit01 a {
  color: #fff;
}
.feature .sec02__Model.-model05 {
  width: 32.6666666667vw;
  margin: 0 auto 36.3333333333vw 12.9333333333vw;
  position: relative;
}
.feature .sec02__Model.-model05 .-deco01 {
  position: absolute;
  pointer-events: none;
  width: 4.32vw;
  top: -0.9333333333vw;
  right: -1.0666666667vw;
}
.feature .sec02__Model.-model05 .-deco02 {
  position: absolute;
  width: 43.6666666667vw;
  top: 21vw;
  left: -21.8666666667vw;
}
.feature .sec02__Model.-model05 .-effect01 {
  position: absolute;
  pointer-events: none;
  width: 18.6vw;
  top: -10vw;
  left: -8.6666666667vw;
}
.feature .sec02__Model.-model05 .-effect02 {
  position: absolute;
  pointer-events: none;
  width: 7.8666666667vw;
  top: 14.9333333333vw;
  left: -6.9333333333vw;
}
.feature .sec02__Model.-model05 .-effect03 {
  position: absolute;
  pointer-events: none;
  width: 18.7333333333vw;
  top: 40.8666666667vw;
  left: 9.8vw;
}
.feature .sec02__Model.-model05 .-effect04 {
  position: absolute;
  pointer-events: none;
  width: 14.3333333333vw;
  top: 54.3333333333vw;
  left: 19.3333333333vw;
}
.feature .sec02__Model.-model06 {
  width: 41.3333333333vw;
  margin: auto;
  position: relative;
}
.feature .sec02__Model.-model06 a {
  position: relative;
  z-index: 10;
}
.feature .sec02__Model.-model06:before {
  position: absolute;
  width: 60vw;
  height: 55.8vw;
  content: "";
  background: url("./../img/bg_sec02_06.png");
  background-size: cover;
  top: -7.2666666667vw;
  left: -9.2vw;
  z-index: 10;
}
.feature .sec02__Model.-model06 .-effect05 {
  position: absolute;
  pointer-events: none;
  width: 18.6666666667vw;
  top: 10.9333333333vw;
  right: 0.5333333333vw;
  z-index: 20;
}
.feature .sec02__Model.-model06 .-effect06 {
  position: absolute;
  pointer-events: none;
  width: 8.9333333333vw;
  bottom: -0.4666666667vw;
  left: -0.7333333333vw;
  z-index: 20;
}
.feature .sec03 {
  position: relative;
  padding-bottom: 8.6666666667vw;
}
.feature .sec03__Star {
  position: absolute;
  pointer-events: none;
}
.feature .sec03__Star.-star01 {
  width: 5.02vw;
  top: 51.8666666667vw;
  left: 1.6vw;
}
.feature .sec03__Star.-star02 {
  width: 5.28vw;
  top: 6.6666666667vw;
  right: 1.6666666667vw;
}
.feature .sec03__Star.-star03 {
  width: 4vw;
  top: 78.3333333333vw;
  right: 1vw;
}
.feature .sec03__Model {
  position: relative;
}
.feature .sec03__Model.-model01 {
  margin-top: 5.7333333333vw;
  background: url("./../img/frame_sec03.png");
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 28vw 7.2666666667vw 23.2666666667vw;
}
.feature .sec03__Model.-model02 {
  margin-bottom: 12.6666666667vw;
  position: relative;
}
.feature .sec03__Model.-model02 .credit01 {
  bottom: 1.3333333333vw;
  left: 1.6666666667vw;
  z-index: 10;
}
.feature .sec03__Model.-model02 .credit01 .item {
  line-height: 1.8vw;
}
.feature .sec03__Model.-model02 .credit01 a {
  color: #fff;
  font-size: 1.6666666667vw;
}
.feature .sec03__Model.-model02 .-chara01 {
  position: absolute;
  pointer-events: none;
  width: 15.0666666667vw;
  top: -3.2vw;
  right: 1.6vw;
}
.feature .sec03__Model.-model03 {
  width: 41.3333333333vw;
  margin: 0 auto 12.6666666667vw;
  position: relative;
}
.feature .sec03__Model.-model03 .-deco01 {
  position: absolute;
  pointer-events: none;
  width: 15.1333333333vw;
  top: -4.2666666667vw;
  right: -2.2666666667vw;
}
.feature .sec03__Model.-model03 .-chara02 {
  position: absolute;
  pointer-events: none;
  width: 9.2vw;
  bottom: -0.8vw;
  left: 0.9333333333vw;
  animation-delay: 1s;
}
.feature .sec03__Model.-model04 {
  margin: 0 auto 7vw;
  position: relative;
}
.feature .sec03__Model.-model04 .credit01 {
  top: 1.3333333333vw;
  left: 1.6666666667vw;
  z-index: 10;
}
.feature .sec03__Model.-model04 .credit01 .item {
  line-height: 2.3333333333vw;
}
.feature .sec03__Model.-model04 .credit01 a {
  color: #fff;
}
.feature .sec03__Model.-model05 {
  width: 41.3333333333vw;
  margin: 0 auto;
}
.feature .sec03__Model.-model05 .credit01 {
  margin-top: 3.3333333333vw;
  position: static;
  text-align: center;
}
.feature .sec03__Model.-model05 .credit01 .item {
  line-height: 2vw;
}
.feature .sec03__Model.-model05 .credit01 .item:nth-child(1) {
  display: inline-block;
  padding-right: 1.4666666667vw;
  position: relative;
}
.feature .sec03__Model.-model05 .credit01 .item:nth-child(1):before {
  content: "/";
  right: 0;
  font-family: "Tamafont";
  position: absolute;
  color: #A888A9;
}
.feature .sec03__Model.-model05 .credit01 .item:nth-child(2) {
  display: inline-block;
}
.feature .sec03__Model.-model05 .credit01 a {
  color: #A888A9;
}
.feature .sec04 {
  position: relative;
  padding-bottom: 6.6666666667vw;
}
.feature .sec04__Star {
  position: absolute;
  pointer-events: none;
}
.feature .sec04__Star.-star01 {
  width: 5.04vw;
  top: 48.5333333333vw;
  right: 0.9333333333vw;
}
.feature .sec04__Star.-star02 {
  width: 5.28vw;
  top: 4vw;
  left: 3vw;
}
.feature .sec04__Star.-star03 {
  width: 4vw;
  top: 76vw;
  left: 2.3333333333vw;
}
.feature .sec04__Model {
  position: relative;
}
.feature .sec04__Model.-model01 {
  margin-top: 8vw;
  background: url("./../img/frame_sec04.png");
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 24vw 7.2vw 23.4666666667vw;
}
.feature .sec04__Model.-model02 {
  position: relative;
  margin-bottom: 12.6666666667vw;
}
.feature .sec04__Model.-model02 .credit01 {
  bottom: 1vw;
  left: 1.6666666667vw;
  z-index: 10;
}
.feature .sec04__Model.-model02 .credit01 .item {
  line-height: 2vw;
}
.feature .sec04__Model.-model02 .credit01 a {
  color: #A888A9;
}
.feature .sec04__Model.-model03 {
  width: 41.3333333333vw;
  margin: 0 auto 13vw;
  position: relative;
}
.feature .sec04__Model.-model03 a {
  position: relative;
  z-index: 10;
}
.feature .sec04__Model.-model03:before {
  position: absolute;
  width: 60vw;
  height: 55.8vw;
  content: "";
  background: url("./../img/bg_sec04_03.png");
  background-size: cover;
  top: -7.2666666667vw;
  left: -9.2vw;
  z-index: 10;
}
.feature .sec04__Model.-model03 .-chara {
  position: absolute;
  pointer-events: none;
  width: 10.5vw;
  bottom: -2.0666666667vw;
  right: 2.0666666667vw;
  z-index: 10;
}
.feature .sec04__Model.-model04 {
  margin: 0 auto 6.6666666667vw;
  position: relative;
}
.feature .sec04__Model.-model04 .credit01 {
  bottom: 2vw;
  left: 1.3333333333vw;
  z-index: 10;
}
.feature .sec04__Model.-model04 .credit01 .item {
  line-height: 2vw;
}
.feature .sec04__Model.-model04 .credit01 a {
  color: #fff;
}
.feature .sec04__Model.-model04 .-chara01 {
  position: absolute;
  pointer-events: none;
  width: 11.5333333333vw;
  bottom: 6vw;
  right: 4.4666666667vw;
  z-index: 10;
}
.feature .sec04__Model.-model05 {
  width: 41.3333333333vw;
  margin: auto;
}
.feature .sec04__Model.-model05 .credit01 {
  margin-top: 3.3333333333vw;
  position: static;
  text-align: center;
}
.feature .sec04__Model.-model05 .credit01 a {
  color: #A888A9;
}
.feature .sec05 {
  position: relative;
}
.feature .sec05__Star {
  position: absolute;
  pointer-events: none;
}
.feature .sec05__Star.-star01 {
  width: 5.02vw;
  top: 49.6666666667vw;
  left: 1.6vw;
}
.feature .sec05__Star.-star02 {
  width: 5.28vw;
  top: 70.6666666667vw;
  right: 2vw;
}
.feature .sec05__Star.-star03 {
  width: 4vw;
  top: 0;
  right: 1.6666666667vw;
}
.feature .sec05__Model {
  position: relative;
}
.feature .sec05__Model.-model01 {
  margin-top: 8vw;
  background: url("./../img/frame_sec05.png");
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 24.6666666667vw 7.3333333333vw 23.3333333333vw;
}
.feature .sec05__Model.-model02 {
  position: relative;
}
.feature .sec05__Model.-model02 .credit01 {
  top: 1vw;
  left: 1.6666666667vw;
  z-index: 10;
}
.feature .sec05__Model.-model02 .credit01 .item {
  line-height: 2vw;
}
.feature .sec05__Model.-model02 .credit01 a {
  color: #A888A9;
}
.feature .sec05__Model.-model03 {
  position: relative;
}
.feature .sec05__Model.-model03 .-chara {
  position: absolute;
  pointer-events: none;
  width: 15.4vw;
  top: 23.2666666667vw;
  right: 3.1333333333vw;
  z-index: 10;
}
.feature .sec06 {
  position: relative;
  padding-bottom: 3vw;
}
.feature .sec06__Star {
  position: absolute;
  pointer-events: none;
}
.feature .sec06__Star.-star01 {
  width: 5.04vw;
  top: 44vw;
  right: 0.6666666667vw;
}
.feature .sec06__Star.-star02 {
  width: 5.28vw;
  top: 0;
  left: 2.9333333333vw;
}
.feature .sec06__Star.-star03 {
  width: 4vw;
  top: 71.7333333333vw;
  left: 2.3333333333vw;
}
.feature .sec06__Model {
  position: relative;
}
.feature .sec06__Model.-model01 {
  margin-top: 8vw;
  background: url("./../img/frame_sec06.png");
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 24.6666666667vw 7.3333333333vw 23.3333333333vw;
}
.feature .sec06__Model.-model02 {
  position: relative;
  margin-bottom: 10vw;
}
.feature .sec06__Model.-model02 .-deco01 {
  position: absolute;
  width: 6.6666666667vw;
  top: 11.3333333333vw;
  left: 3.5333333333vw;
}
.feature .sec06__Model.-model02 .-deco02 {
  position: absolute;
  width: 3.5133333333vw;
  top: 42.4666666667vw;
  right: 7.8666666667vw;
}
.feature .sec06__Model.-model02 .-deco03 {
  position: absolute;
  width: 6.4933333333vw;
  top: 35.8vw;
  right: 1.8666666667vw;
}
.feature .sec06__Model.-model03 {
  position: relative;
  width: 41.3333333333vw;
  margin: 0 auto;
}
.feature .sec06__Model.-model03 .credit01 {
  margin-top: 3.3333333333vw;
  position: static;
  text-align: center;
}
.feature .sec06__Model.-model03 .credit01 .item {
  line-height: 2vw;
}
.feature .sec06__Model.-model03 .credit01 .item:nth-child(2) {
  display: inline-block;
  padding-right: 1.4666666667vw;
  position: relative;
}
.feature .sec06__Model.-model03 .credit01 .item:nth-child(2):before {
  content: "/";
  right: 0;
  font-family: "Tamafont";
  position: absolute;
  color: #A888A9;
}
.feature .sec06__Model.-model03 .credit01 .item:nth-child(3) {
  display: inline-block;
}
.feature .sec06__Model.-model03 .credit01 a {
  color: #A888A9;
}
.feature .sec06__Model.-model03 a {
  position: relative;
  z-index: 10;
}
.feature .sec06__Model.-model03:before {
  position: absolute;
  width: 52.6666666667vw;
  height: 72.2vw;
  content: "";
  background: url("./../img/bg_sec06_03.png");
  background-size: cover;
  top: -4vw;
  left: -6.8666666667vw;
  z-index: 10;
  pointer-events: none;
}
.feature .sec06__Model.-model03 .-chara {
  position: absolute;
  pointer-events: none;
  width: 12.5333333333vw;
  top: 31.8vw;
  left: -2vw;
  z-index: 10;
}
.feature .sec07 {
  position: relative;
  padding-top: 7.2vw;
  padding-bottom: 9.0666666667vw;
}
.feature .sec07:before {
  position: absolute;
  content: "";
  background: url("./../img/deco_sec07_01.png");
  background-size: cover;
  width: 56.6666666667vw;
  height: 6.1733333333vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.feature .sec07__Ttl {
  margin: 0 auto 1.3333333333vw;
  width: 38.4vw;
  transform: translateX(0.6666666667vw);
}
.feature .sec07__Model {
  position: relative;
}
.feature .sec07__Model.-model01 {
  width: 60vw;
  margin: 0 auto 1.3333333333vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.feature .sec07__Model.-model01 .-chara01 {
  position: absolute;
  pointer-events: none;
  width: 17.0666666667vw;
  top: -0.4666666667vw;
  left: 4.1333333333vw;
}
.feature .sec07__Model.-model01 .-chara02 {
  position: absolute;
  pointer-events: none;
  width: 14.4vw;
  top: 50.3333333333vw;
  left: 11.8vw;
  transform: rotate(-20deg);
}
.feature .sec07__Model.-model01 .-chara03 {
  position: absolute;
  pointer-events: none;
  width: 18.0666666667vw;
  top: 28.7333333333vw;
  left: 36.9333333333vw;
}
.feature .sec07__Model.-model01 .-effect01 {
  position: absolute;
  pointer-events: none;
  width: 18.8vw;
  top: 46.1333333333vw;
  left: 25.4666666667vw;
}
.feature .sec07__Model.-model02 {
  width: 100%;
  margin: 0 auto 4.3333333333vw;
  position: relative;
}
.feature .sec07__Model.-model02 .-effect02 {
  position: absolute;
  pointer-events: none;
  width: 18.8666666667vw;
  top: 7.4666666667vw;
  right: 5.6vw;
}
.feature .sec07__Model.-model02 .-deco {
  position: absolute;
  pointer-events: none;
  width: 44.1333333333vw;
  top: -1.4666666667vw;
  right: 3.3333333333vw;
}
.feature .sec07__Model.-model04 {
  width: 46.6666666667vw;
  margin: 0 auto 14.9333333333vw;
  position: relative;
}
.feature .sec07__Model.-model04 .-effect03 {
  position: absolute;
  pointer-events: none;
  width: 18.9333333333vw;
  bottom: 0.6666666667vw;
  right: 0.3333333333vw;
}
.feature .sec07__Model.-model04 .-deco {
  position: absolute;
  pointer-events: none;
  width: 19.3333333333vw;
  bottom: -10.2666666667vw;
  left: 0.6666666667vw;
}
.feature .sec08 {
  position: relative;
  padding-top: 17.6666666667vw;
  padding-bottom: 4.6666666667vw;
}
.feature .sec08:before {
  position: absolute;
  width: 100%;
  height: 5.8666666667vw;
  content: "";
  background: #F9F4C4;
  top: 0;
  left: 0;
}
.feature .sec08:after {
  position: absolute;
  width: 100%;
  height: 12.1333333333vw;
  content: "";
  background: url("./../img/gif_sec08_top.gif");
  background-size: cover;
  top: 3.3333333333vw;
  left: 0;
}
.feature .sec08__Ttl {
  margin: 0 auto 2.5333333333vw;
  width: 35.3333333333vw;
  height: 15.6666666667vw;
  position: relative;
}
.feature .sec08__Ttl .-mosaic {
  position: absolute;
  top: 0;
  transition: opacity 1.4s linear;
}
.feature .sec08__Ttl .-mosaic img {
  image-rendering: pixelated;
}
.feature .sec08__Ttl .-mosaic.is-active {
  opacity: 0;
}
.feature .sec08__Ttl .-normal {
  opacity: 0;
  transition: opacity 1.4s linear;
  position: absolute;
  top: 0;
}
.feature .sec08__Ttl .-normal.is-active {
  opacity: 1;
}
.feature .sec08__Charagif {
  margin-bottom: 3vw;
}
.feature .sec08__Charagif span {
  display: block;
  margin: 3.0666666667vw auto 0;
  width: 29.7333333333vw;
}
.feature .sec08__Model.-model01 {
  width: 27.8vw;
  margin-left: 20.6666666667vw;
  position: relative;
}
.feature .sec08__Model.-model01 .credit02 {
  top: 5.5333333333vw;
  left: -17.3333333333vw;
  z-index: 10;
}
.feature .sec08__Model.-model01 .credit02 .item {
  line-height: 1.3333333333vw;
}
.feature .sec08__Model.-model01 .credit02 a {
  color: #000;
}
.feature .sec08__Model.-model01 .-txt {
  position: absolute;
  pointer-events: none;
  top: 2.4666666667vw;
  left: -17.3333333333vw;
  font-size: 1vw;
  line-height: 0.1333333333vw;
  letter-spacing: 0.02em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.feature .sec08__Model.-model01 .-txt:after {
  display: inline-block;
  content: "";
  width: 0.8666666667vw;
  height: 1.5333333333vw;
  transform: translate(0.2666666667vw, 0.1333333333vw);
  background: url("./../img/icon_tamagotchi.png");
  background-size: cover;
}
.feature .sec08__Model.-model01 .-heart01 {
  position: absolute;
  pointer-events: none;
  width: 3.8133333333vw;
  top: 12.2vw;
  left: 3.1333333333vw;
}
.feature .sec08__Model.-model02 {
  width: 30.1333333333vw;
  margin-top: -11.0666666667vw;
  margin-left: 1vw;
  position: relative;
}
.feature .sec08__Model.-model02 .-deco01 {
  position: absolute;
  pointer-events: none;
  width: 17.4666666667vw;
  top: 26vw;
  right: -16.7333333333vw;
}
.feature .sec08__Model.-model02 .-gif01 {
  position: absolute;
  pointer-events: none;
  width: 3.3333333333vw;
  top: 0.6666666667vw;
  left: 1.8666666667vw;
}
.feature .sec08__Model.-model02 .-heart01 {
  position: absolute;
  pointer-events: none;
  width: 5.4666666667vw;
  top: 32.4666666667vw;
  right: -1vw;
}
.feature .sec08__Model.-model03 {
  width: 31.9333333333vw;
  margin-top: -5vw;
  margin-left: auto;
  margin-right: 0.3333333333vw;
  position: relative;
}
.feature .sec08__Model.-model03 > a {
  z-index: 10;
  position: relative;
}
.feature .sec08__Model.-model03 .-deco02 {
  position: absolute;
  pointer-events: none;
  width: 27.3333333333vw;
  top: 7.6666666667vw;
  left: -1.2666666667vw;
}
.feature .sec08__Model.-model03 .-deco03 {
  position: absolute;
  pointer-events: none;
  width: 9.0666666667vw;
  top: 20.7333333333vw;
  left: -13.3333333333vw;
}
.feature .sec08__Model.-model03 .-deco04 {
  position: absolute;
  pointer-events: none;
  width: 11.4666666667vw;
  bottom: -3.7333333333vw;
  right: 2.8666666667vw;
}
.feature .sec08__Model.-model03 .-gif02 {
  position: absolute;
  pointer-events: none;
  width: 5.3333333333vw;
  top: 14.3333333333vw;
  left: -14.6666666667vw;
}
.feature .sec08__Model.-model04 {
  width: 25.2666666667vw;
  margin-top: -27.5333333333vw;
  margin-bottom: 3.2vw;
  position: relative;
  z-index: 10;
}
.feature .sec08__Model.-model04 .credit02 {
  top: 41.8vw;
  left: 29vw;
  z-index: 10;
}
.feature .sec08__Model.-model04 .credit02 .item {
  white-space: nowrap;
  line-height: 1.3333333333vw;
}
.feature .sec08__Model.-model04 .credit02 a {
  color: #000;
}
.feature .sec08__Model.-model04 .-txt {
  position: absolute;
  pointer-events: none;
  top: 38.6vw;
  right: -18.6666666667vw;
  font-size: 1vw;
  line-height: 0.1333333333vw;
  letter-spacing: 0.02em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.feature .sec08__Model.-model04 .-txt:before {
  position: absolute;
  top: -2.6666666667vw;
  left: -6.4666666667vw;
  display: inline-block;
  content: "";
  width: 5.8vw;
  height: 2.6666666667vw;
  background: url("./../img/icon_line.png");
  background-size: cover;
}
.feature .sec08__Model.-model04 .-txt:after {
  display: inline-block;
  content: "";
  width: 0.8666666667vw;
  height: 1.5333333333vw;
  background: url("./../img/icon_tamagotchi.png");
  background-size: cover;
  transform: translate(0.2666666667vw, 0.1333333333vw);
}
.feature .sec08__Model.-model04 .-deco05 {
  position: absolute;
  pointer-events: none;
  width: 11.5333333333vw;
  bottom: 7vw;
  right: -21.5333333333vw;
}
.feature .sec08__Tape.-tape00 {
  margin: 0 auto -1.1333333333vw;
  position: relative;
  z-index: 10;
}
.feature .sec08__Tape.-tape01 {
  margin: -1.6666666667vw auto -5vw;
  position: relative;
  z-index: 10;
}
.feature .sec08__Tape.-tape01:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(180deg, transparent 0%, transparent 1.3333333333vw, #fff 1.3333333333vw, #fff calc(100% - 1.3333333333vw), transparent calc(100% - 1.3333333333vw)), transparent 100%;
}
.feature .sec08__Tape.-tape01 .-top {
  position: relative;
}
.feature .sec08__Tape.-tape01 > img {
  display: inline-block;
  padding: 0.6666666667vw 0;
  position: relative;
}
.feature .sec08__Tape.-tape01 .-bottom {
  position: relative;
}
.feature .sec08__Tape.-tape02 {
  margin: -1.6666666667vw auto 4.6666666667vw;
  position: relative;
  z-index: 10;
}
.feature .sec08__Tape.-tape02 .-top {
  position: relative;
}
.feature .sec08__Tape.-tape02 > img {
  display: inline-block;
  margin: 1.2vw auto 0.3333333333vw;
}
.feature .sec08__Tape.-tape02 .-bottom {
  position: relative;
}
.feature .sec08 .allitems {
  width: 18.4666666667vw;
  display: block;
  margin: 0 auto 2.8vw;
}
.feature .sec08 .pagetopBtn {
  width: 16.1333333333vw;
  margin: 0 auto 5.3333333333vw;
}
.feature .sec08 .staff {
  text-align: center;
  margin-bottom: 3.3333333333vw;
}
.feature .sec08 .staff span {
  font-family: "Bitcount Grid Double", system-ui;
  font-weight: 500;
  display: block;
  color: #000;
  font-size: 0.8vw;
  line-height: 1.4666666667vw;
  letter-spacing: 0.1em;
  transition: all 0.4s ease;
  opacity: 0;
  filter: blur(2px);
  translate: 0 10px;
}
.feature .sec08 .staff.is-active span {
  opacity: 1;
  filter: blur(0);
  translate: 0 0;
}
.feature .sec08 .staff.is-active span:nth-child(1) {
  transition-delay: 0.1s;
}
.feature .sec08 .staff.is-active span:nth-child(2) {
  transition-delay: 0.2s;
}
.feature .sec08 .staff.is-active span:nth-child(3) {
  transition-delay: 0.3s;
}
.feature .sec08 .staff.is-active span:nth-child(4) {
  transition-delay: 0.4s;
}
.feature .sec08 .staff.is-active span:nth-child(5) {
  transition-delay: 0.5s;
}
.feature .sec08 .staff.is-active span:nth-child(6) {
  transition-delay: 0.6s;
}
.feature .sec08 .staff.is-active span:nth-child(7) {
  transition-delay: 0.7s;
}
.feature .sec08 .copy {
  width: 3.7333333333vw;
  margin: 0 auto;
}

.l-container {
  width: 100%;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}