@charset "UTF-8";
.feature__1--1 [class^=feature__contents] p, .feature__1--4 [class^=feature__contents] p, .feature__sand [class*=__text] p, .feature__description p, .feature__contents figcaption {
  font-size: min(2.2vw, 19px);
}
@media screen and (max-width: 699px) {
  .feature__1--1 [class^=feature__contents] p, .feature__1--4 [class^=feature__contents] p, .feature__sand [class*=__text] p, .feature__description p, .feature__contents figcaption {
    font-size: 3.8vw;
  }
}

.feature__2 dt, .howtouse__step li p {
  font-size: min(1.8vw, 16px);
}
@media screen and (max-width: 699px) {
  .feature__2 dt, .howtouse__step li p {
    font-size: 3.5vw;
  }
}

.kimiomoi__product small {
  font-size: min(1.3vw, 12px);
}
@media screen and (max-width: 699px) {
  .kimiomoi__product small {
    font-size: 2.7vw;
  }
}

section:not([class*=__kv]) > * {
  width: min(100%, 94vw);
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.kimiomoi--bg-wave > *, .feature__3 {
  margin: 0 auto 30px;
  max-width: min(1000px, 100vw);
}
@media screen and (max-width: 1000px) {
  .kimiomoi--bg-wave > *, .feature__3 {
    margin: 0 0 30px;
  }
}

.systemnekosuna {
  color: #707070;
}
.systemnekosuna p {
  line-height: 1.6;
}
.systemnekosuna small {
  display: inline-block;
  line-height: 1.5;
}

@media screen and (min-width: 700px) {
  .el-page {
    min-width: initial;
  }
}
@media screen and (max-width: 699px) {
  .el-d-section:has([class*=__kv]) {
    padding: 0;
  }
}

@media screen and (max-width: 699px) {
  [data-kimiomoi-display=pc] {
    display: none;
  }
}

@media screen and (min-width: 700px) {
  [data-kimiomoi-display=sp] {
    display: none;
  }
}

.kimiomoi--text-center {
  text-align: center;
}

section {
  max-width: 100vw;
}
section[class*=__kv] {
  width: 100%;
}
@media screen and (min-width: 700px) {
  section[class*=__kv] {
    margin-bottom: min(10vw, 80px);
  }
}
section[class*=__kv] img {
  width: 100%;
}

.kimiomoi__btn--gototop {
  position: sticky;
  bottom: min(3vw, 25px);
  left: calc(100vw - min(12vw, 61px) - min(4vw, 50px));
  width: -moz-fit-content;
  width: fit-content;
  z-index: 100;
}
.kimiomoi__btn--gototop a {
  width: min(12vw, 61px);
  display: block;
}

.kimiomoi__video {
  aspect-ratio: 16/9;
}
.kimiomoi__videoWrap {
  width: min(100%, 625px);
  margin: 0 auto;
}
.kimiomoi__bracketWrap {
  display: inline-block;
  text-indent: -0.5em;
}
.kimiomoi__sup {
  display: inline-block;
  vertical-align: top;
  font-size: 50%;
}
.kimiomoi__bold--1byte {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif !important;
  font-weight: bold;
}

.kimiomoi__product a:hover img {
  opacity: 1;
}
.kimiomoi__product .kimiomoi__section--last {
  padding-bottom: min(18vw, 80px);
}
.kimiomoi__product .kimiomoi__btn--gototop {
  margin-top: calc(-1 * min(20vw, 100px));
}
.kimiomoi__product [class*=__videoWrap] {
  max-width: 540px;
}

.onayami {
  padding-bottom: 10px;
}
@media screen and (min-width: 700px) {
  .onayami {
    width: 90%;
    margin: auto;
  }
}
.onayami h2 {
  opacity: 0;
}

.feature h2 span::before, .features__link__textWrap::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 81%;
  left: -7%;
  background: no-repeat left top/100%;
  width: min(13.5vw, 110px);
  aspect-ratio: 135/75;
  transition: 0.15s ease;
  z-index: 10;
}

@keyframes fadeUp {
  0% {
    transform: translateY(10%);
    opacity: 0;
  }
  30% {
    transform: translateY(-20%);
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.kimiomoi--anim-on.features__productImage {
  transition: transform 0.4s, opacity 0.4s;
  opacity: 1;
  transform: translateY(0);
}
.kimiomoi--anim-on.features__productImage [class$=__linkWrap] {
  animation: fadeUp 0.8s ease forwards;
}
.kimiomoi--anim-on.features__productImage [class$=__linkWrap]:nth-of-type(1) {
  animation-delay: 0.3s;
}
.kimiomoi--anim-on.features__productImage [class$=__linkWrap]:nth-of-type(2) {
  animation-delay: 0.4s;
}
.kimiomoi--anim-on.features__productImage [class$=__linkWrap]:nth-of-type(3) {
  animation-delay: 0.5s;
}
.kimiomoi--anim-on.features__productImage [class$=__linkWrap]:nth-of-type(4) {
  animation-delay: 0.6s;
}
.kimiomoi--anim-on.features__productImage [class$=__linkWrap]:nth-of-type(5) {
  animation-delay: 0.7s;
}
.kimiomoi--anim-on.features__productImage [class$=__link__point] {
  transition: opacity 0.3s ease 1s;
  opacity: 1;
}
.kimiomoi--anim-on.features__productImage [class$=__link__point]::before {
  transition: -webkit-clip-path 1.2s ease 1s;
  transition: clip-path 1.2s ease 1s;
  transition: clip-path 1.2s ease 1s, -webkit-clip-path 1.2s ease 1s;
  -webkit-clip-path: inset(0 0 0%);
          clip-path: inset(0 0 0%);
}

@media screen and (max-width: 699px) {
  .features {
    padding-top: 4vw;
  }
}
.features h2 {
  opacity: 0;
}
.features__productImage {
  width: 100%;
  position: relative;
  background: no-repeat center center/100%;
  margin: min(8vw, 40px) auto;
  opacity: 0;
  transform: translateY(5%);
}
.features__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  width: 100%;
  position: absolute;
  transition: 0.15s ease;
  z-index: 10;
}
.features__link::before, .features__link::after {
  border-radius: min(6.5vw, 67px);
}
.features__link::after {
  transition: 0.1s;
  transform: translate(1%, 3.3%);
}
.features__link__text {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.features__link__text img {
  display: block;
}
.features__link__textWrap {
  width: 88%;
  margin: auto;
  display: flex;
  z-index: 10;
  justify-content: space-between;
}
.features__link__textWrap::after {
  content: "";
  display: block;
  width: min(3vw, 30px);
  aspect-ratio: 1/1;
  background: no-repeat center center/contain;
}
.features__linkWrap {
  position: absolute;
  height: min(13vw, 120px);
  opacity: 0;
}
.features__link:hover {
  transform: translate(1%, 3.3%);
}
.features__link:hover img {
  opacity: 1;
}
.features__link:hover::after {
  transform: translate(0%, 0%);
}
.features__link:hover [class*=__textWrap]::before {
  transform: translate(1%, 3.3%);
}
.features__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 699px) {
  .features__btns {
    flex-direction: column;
    justify-content: space-between;
  }
  .features__btns li {
    margin-bottom: 3.5vw;
  }
}

.feature {
  padding: min(15vw, 100px) 0 min(10vw, 45px);
}
.feature figcaption {
  text-align: center;
  margin: 0.5em auto;
}
.feature h2 {
  position: relative;
  width: 96%;
  margin-left: auto;
  margin-right: 0;
}
.feature h2::before, .feature h2::after {
  border-radius: min(4vw, 3.5rem);
}
.feature h2::after {
  transform: translate(0.6%, 3.3%);
}
.feature h2 span {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 4.4% 0;
}
.feature h2 span::before {
  left: -4%;
}
@media screen and (max-width: 699px) {
  .feature h2 span::before {
    width: 16vw;
  }
}
.feature h2 span picture {
  text-align: center;
}
.feature h2 picture {
  width: 100%;
}
.feature h3 {
  text-align: center;
}
.feature h3 picture {
  width: 100%;
}
.feature__description {
  margin: calc(min(2.2vw, 19px) * 1.7) auto;
  width: 94%;
}
@media screen and (max-width: 699px) {
  .feature__description {
    margin: 4.1vw auto;
  }
}
.feature__description p {
  text-align: center;
}
.feature__description div {
  margin-top: calc(min(2.2vw, 19px) * 1.7);
  text-align: justify;
}
.feature__description figure {
  width: min(70%, 625px);
  margin: auto;
  margin-bottom: min(2vw, 20px);
}
.feature__contents {
  width: 94%;
  margin: calc(min(2.2vw, 19px) * 1.7) auto 0;
  box-sizing: border-box;
}
@media screen and (max-width: 699px) {
  .feature__contents {
    margin: 3.8vw auto 0;
  }
}
.feature__contents figure,
.feature__contents figcaption {
  text-align: center;
}
.feature__contents figure {
  margin: min(1.8vw, 16px) auto;
}
@media screen and (min-width: 700px) {
  .feature__contents--narrow {
    width: 83%;
    margin-left: auto;
    margin-right: auto;
  }
}

.product__contents--type-box {
  padding: min(15vw, 100px) 0 0;
}
.product__contents--type-box__box {
  border-width: min(1vw, 5px);
  border-style: solid;
  border-radius: min(7vw, 50px);
  padding: min(9vw, 86px) min(8vw, 66px) min(7vw, 58px);
  position: relative;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 699px) {
  .product__contents--type-box__box {
    padding: 15vw 8vw 10vw;
  }
}
.product__contents--type-box__box::before {
  content: "";
  display: block;
  background: #fff;
  width: min(28vw, 220px);
  height: 20px;
  position: absolute;
  top: 0;
  left: 6%;
  transform: translateY(calc(-1 * min(1vw, 6px)));
}
@media screen and (max-width: 699px) {
  .product__contents--type-box__box::before {
    width: 48%;
  }
}
@media screen and (max-width: 699px) {
  .product__contents--type-box h2 img {
    height: 43%;
    width: auto;
  }
}

@media screen and (min-width: 700px) {
  .howtouse h3 {
    transform: translateX(-20px);
  }
}
.howtouse__step {
  display: flex;
  justify-content: space-between;
  margin: auto;
}
@media screen and (max-width: 699px) {
  .howtouse__step {
    flex-direction: column;
    align-items: center;
  }
}
.howtouse__step li {
  width: 27%;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 699px) {
  .howtouse__step li {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.howtouse__step li h4 {
  margin-bottom: 0.3em;
}
.howtouse__step li p {
  line-height: 1.5;
}
.howtouse__step li small {
  line-height: 1.5;
}
.howtouse__image {
  margin-bottom: min(1.3vw, 12px);
  position: relative;
}
@media screen and (max-width: 699px) {
  .howtouse__image {
    width: 39%;
    margin-bottom: 1em;
    position: initial;
  }
}
.howtouse__image picture {
  max-width: 100%;
}
.howtouse__image span {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-40%, -40%);
  width: min(4.5vw, 38px);
}
@media screen and (max-width: 699px) {
  .howtouse__image span {
    width: 7.5%;
  }
}
.howtouse__text p {
  text-align: justify;
}
@media screen and (max-width: 699px) {
  .howtouse__text {
    width: 57%;
    margin-bottom: 1em;
  }
}
.howtouse__smallWrap {
  margin-top: 0.5em;
}
@media screen and (max-width: 699px) {
  .howtouse__smallWrap {
    margin-top: 1vw;
  }
}

.feature__1--4, .feature__1--1 {
  margin-top: min(8vw, 60px);
}
.feature__1--4 [class^=feature__contents], .feature__1--1 [class^=feature__contents] {
  padding: 0 min(3vw, 20px);
}
.feature__1--4 [class^=feature__contents] p, .feature__1--1 [class^=feature__contents] p {
  text-align: center;
}

.kimiomoi--bg-wave {
  width: 100%;
  max-width: 100vw;
  position: relative;
  background-color: #FCF3E4;
  margin: 10.94vw 0;
}
@media screen and (max-width: 1920px) {
  .kimiomoi--bg-wave {
    margin: 14.6vw 0;
  }
}
@media screen and (max-width: 1600px) {
  .kimiomoi--bg-wave {
    margin: 16.9vw 0;
  }
}
@media screen and (max-width: 700px) {
  .kimiomoi--bg-wave {
    margin: 18vw 0;
  }
}
.kimiomoi--bg-wave::before, .kimiomoi--bg-wave::after {
  content: "";
  display: block;
  width: 102%;
  background: no-repeat center bottom/cover;
  position: absolute;
  left: 50%;
  pointer-events: none;
  aspect-ratio: 256/28;
  background-image: url(/_var/kimiomoi/cat/img/wave/bg_wave-orange_2560.svg);
}
@media screen and (max-width: 1920px) {
  .kimiomoi--bg-wave::before, .kimiomoi--bg-wave::after {
    background-image: url(/_var/kimiomoi/cat/img/wave/bg_wave-orange_1920.svg);
    aspect-ratio: 192/28;
  }
}
@media screen and (max-width: 1600px) {
  .kimiomoi--bg-wave::before, .kimiomoi--bg-wave::after {
    background-image: url(/_var/kimiomoi/cat/img/wave/bg_wave-orange_1600.svg);
    aspect-ratio: 160/27;
  }
}
@media screen and (max-width: 700px) {
  .kimiomoi--bg-wave::before, .kimiomoi--bg-wave::after {
    background-image: url(/_var/kimiomoi/cat/img/wave/bg_wave-orange_700.svg);
    aspect-ratio: 160/29;
  }
}
.kimiomoi--bg-wave::before {
  bottom: calc(100% - 1px);
  transform: translateX(-51%);
}
.kimiomoi--bg-wave::after {
  bottom: 2px;
  transform-origin: center bottom;
  transform: rotate(180deg) translateX(51%);
}
.systemnekosuna {
  overflow: hidden;
}
.systemnekosuna ::-moz-selection {
  background: #F88D03;
  color: white;
}
.systemnekosuna ::selection {
  background: #F88D03;
  color: white;
}
.systemnekosuna__fullWidth {
  background-color: #FCF3E4;
  margin-bottom: -30px;
}
@media screen and (min-width: 700px) {
  .systemnekosuna figcaption {
    font-size: min(1.8vw, 16px);
  }
}

.onayami__nioi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: min(10vw, 20px);
}
@media screen and (max-width: 699px) {
  .onayami__nioi {
    flex-direction: column;
  }
}
.onayami__nioi p {
  max-width: 543px;
}
@media screen and (max-width: 699px) {
  .onayami__nioi p {
    width: 86%;
    margin: 5vw auto;
  }
}
.onayami__nioi picture {
  width: min(47vw, 457px);
}
@media screen and (max-width: 699px) {
  .onayami__nioi picture {
    width: 75%;
  }
}

.kimiomoi__shape--arw {
  display: block;
  position: relative;
  line-height: 0;
  aspect-ratio: 248/59;
  transition: 0.3s;
  transition-delay: 0s;
  z-index: 1;
  overflow: hidden;
  -webkit-clip-path: url(#kimiomoi__cpath--arw);
  clip-path: url(#kimiomoi__cpath--arw);
}
@media screen and (min-width: 700px) {
  .kimiomoi__shape--arw {
    width: min(28vw, 220px);
  }
}
@media screen and (max-width: 699px) {
  .kimiomoi__shape--arw {
    width: min(42vw, 220px);
  }
}
.kimiomoi__shape--arw::after {
  content: "";
  display: block;
  width: 20%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: soft-light;
  opacity: 0;
  transition: transform 0s linear 0.3s, opacity 0.3s;
  transform: skewX(30deg) translateX(-100%) scaleX(0);
  z-index: 3;
}
.kimiomoi__shape--arw svg {
  position: relative;
  z-index: 1;
}
.kimiomoi__shape--arw [data-name=line] {
  fill: #fff;
}
.kimiomoi__shape--arw [data-name=bg] {
  fill: #F88D03;
  position: relative;
}
.kimiomoi__shape--arw [data-name=bg]::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
}
.kimiomoi__shape--arw span {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .kimiomoi__shape--arw span {
    height: min(4.5vw, 26px);
  }
}
.kimiomoi__shape--arw span img {
  height: 100%;
}
.kimiomoi__shape--arw:hover {
  transform: scale(1.03);
  transition-delay: 0.3s;
}
.kimiomoi__shape--arw:hover::after {
  transition: transform 0.5s, opacity 0s;
  transform: skewX(30deg) translateX(-100%) scaleX(12);
  opacity: 0.6;
}

.kimiomoi--bg-arw {
  background: url("/_var/kimiomoi/cat/systemnekosuna/img/ttl_bg-hasStroke.svg") no-repeat center center/contain;
  width: min(28vw, 220px);
  position: absolute;
  top: calc(-1 * min(0.5vw, 3px));
  left: 6%;
  transform: translateY(-50%);
  aspect-ratio: 265.86/64.21;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 699px) {
  .kimiomoi--bg-arw {
    width: 48%;
  }
}
.kimiomoi--bg-arw img {
  transform: translateX(-8%);
}

.features {
  position: relative;
}
.features__productImage {
  aspect-ratio: 1000/854;
  background-image: url(/_var/kimiomoi/cat/systemnekosuna/update202503/img/features_product-min.png);
}
.features__link {
  margin-bottom: calc(min(0.38vw, 3px) * 2);
}
.features__link::before, .features__link::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: calc(-1 * min(0.38vw, 3px));
  left: calc(-1 * min(0.38vw, 3px));
  border: min(0.38vw, 3px) solid #F88D03;
}
.features__link::before {
  background-color: #fff;
  z-index: 2;
}
.features__link::after {
  background-color: #F88D03;
  z-index: 1;
}
.features__link > * {
  z-index: 10;
}
.features__link__textWrap::after {
  background-image: url(/_var/kimiomoi/cat/systemnekosuna/img/features_btn_arw.svg);
}
.features__link__point {
  display: block;
  background-color: #FCF3E4;
  width: min(3vw, 26px);
  border-radius: 2vw;
  position: absolute;
  aspect-ratio: 1;
  z-index: 1;
  opacity: 0;
}
.features__link__point::before {
  content: "";
  display: block;
  position: absolute;
  background: url("/_var/kimiomoi/cat/systemnekosuna/img/dots.svg") repeat-y center top/100% auto;
  width: min(1.5vw, 13px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  transform-origin: center top;
  -webkit-clip-path: inset(0 0 100%);
          clip-path: inset(0 0 100%);
}
.features__link__point::after {
  content: "";
  display: block;
  background-color: #F88D03;
  width: min(2vw, 18px);
  aspect-ratio: 1;
  border-radius: 2vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.features__linkWrap:nth-of-type(1) {
  left: 3.1%;
  top: 5%;
  width: 45.9%;
}
.features__linkWrap:nth-of-type(1) img {
  max-width: 90%;
}
.features__linkWrap:nth-of-type(1) [class*=__textWrap]::before {
  background-image: url(/_var/kimiomoi/cat/systemnekosuna/img/feature1_lbl.svg);
}
.features__linkWrap:nth-of-type(1) [class*=__point] {
  top: 225%;
  left: 91%;
  transform: rotate(148.5deg);
}
.features__linkWrap:nth-of-type(1) [class*=__point]::before {
  height: min(26vw, 190px);
}
.features__linkWrap:nth-of-type(2) {
  right: 0;
  top: 10.6%;
  width: 37.5%;
  height: min(10vw, 100px);
}
.features__linkWrap:nth-of-type(2) img {
  max-width: 60%;
  margin-left: 10%;
}
.features__linkWrap:nth-of-type(2) [class*=__textWrap]::before {
  background-image: url(/_var/kimiomoi/cat/systemnekosuna/img/feature2_lbl.svg);
  bottom: 86%;
  left: -4%;
}
.features__linkWrap:nth-of-type(2) [class*=__point] {
  top: 236%;
  left: -12%;
  transform: rotate(226deg);
}
.features__linkWrap:nth-of-type(2) [class*=__point]::before {
  height: min(27vw, 230px);
}
.features__linkWrap:nth-of-type(3) {
  left: 1.4%;
  bottom: 1.2%;
  width: 42.7%;
}
.features__linkWrap:nth-of-type(3) img {
  max-width: 85%;
  margin-left: 8%;
}
.features__linkWrap:nth-of-type(3) [class*=__textWrap]::before {
  background-image: url(/_var/kimiomoi/cat/systemnekosuna/img/feature3_lbl.svg);
  bottom: 79%;
  left: -3%;
}
.features__linkWrap:nth-of-type(3) [class*=__point] {
  top: -109%;
  right: 2%;
  transform: rotate(45deg);
}
.features__linkWrap:nth-of-type(3) [class*=__point]::before {
  height: min(28vw, 200px);
}
@media screen and (min-width: 700px) {
  .features__btns {
    position: absolute;
    bottom: 2%;
    right: 10%;
    transform: translate(-38%, 0%);
  }
}

.feature h2 {
  margin-bottom: calc(min(0.38vw, 3px) * 2);
}
.feature h2::before, .feature h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: calc(-1 * min(0.38vw, 3px));
  left: calc(-1 * min(0.38vw, 3px));
  border: min(0.38vw, 3px) solid #F88D03;
}
.feature h2::before {
  background-color: #fff;
  z-index: 2;
}
.feature h2::after {
  background-color: #F88D03;
  z-index: 1;
}
.feature h2 > * {
  z-index: 10;
}
.feature__subttl {
  background-color: rgba(243, 152, 35, 0.2);
  color: #F88D03;
  font-size: min(3.7vw, 37px);
  border-radius: min(1.3vw, 12px);
  padding: 1.5% 0 1.3%;
  margin-bottom: calc(min(1.8vw, 16px) * 1.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature__subttl img {
  margin: min(1.5vw, 10px) auto;
}
@media screen and (max-width: 699px) {
  .feature__subttl {
    font-size: 4.4vw;
    margin-bottom: 4vw;
    height: min(10vw, 76px);
  }
}
.feature__summary p {
  background-color: #FFF67F;
  text-align: center;
  padding: 1% 0 0.8%;
  font-size: min(3.5vw, 30px);
  color: #EA5514;
  font-weight: bold;
  margin-bottom: min(5vw, 20px);
  opacity: 0;
  position: relative;
}
@media screen and (max-width: 699px) {
  .feature__summary p {
    font-size: 4.5vw;
    padding: 2.9% 1% 2.5%;
    line-height: 1.3;
    margin-bottom: 2vw;
  }
}
.feature__summary p strong {
  font-size: 120%;
}
.feature__summary__balloon {
  position: absolute;
  left: 0px;
  bottom: 70%;
  transform: translateY(-20%);
  opacity: 0;
}
.feature__summary__arw {
  display: block;
  margin: min(2.2vw, 19px) auto min(1.3vw, 12px);
  text-align: center;
  width: min(18vw, 132px);
  -webkit-clip-path: inset(0 0 100%);
          clip-path: inset(0 0 100%);
}
.feature__summary__sub {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: min(1vw, 10px);
  opacity: 0;
}
.feature__summary__note {
  display: block;
  text-align: right;
  margin: min(0.5vw, 0.5em) 0;
  opacity: 0;
}
.feature__summary.kimiomoi--anim-on p {
  transition: opacity 0.3s ease 0.4s;
  opacity: 1;
}
.feature__summary.kimiomoi--anim-on [class*=__balloon] {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.5s, opacity 0.5s ease 0.5s;
}
.feature__summary.kimiomoi--anim-on [class*=__arw] {
  transition: -webkit-clip-path 0.4s ease;
  transition: clip-path 0.4s ease;
  transition: clip-path 0.4s ease, -webkit-clip-path 0.4s ease;
  -webkit-clip-path: inset(0 0 0%);
          clip-path: inset(0 0 0%);
}
.feature__summary.kimiomoi--anim-on [class*=__sub] {
  transition: opacity 0.2s ease 0.8s;
  opacity: 1;
}
.feature__summary.kimiomoi--anim-on [class*=__note] {
  transition: opacity 0.2s ease 0.8s;
  opacity: 1;
}
.feature__1 {
  margin-bottom: -30px;
  padding-bottom: 0;
}
.feature__1 h2 img {
  width: min(53%, 514px);
}
@media screen and (max-width: 699px) {
  .feature__1 h2 img {
    width: 70%;
  }
}
.feature__1 h2 span::before {
  background-image: url(/_var/kimiomoi/cat/systemnekosuna/img/feature1_lbl.svg);
}
.feature__1--1 h3 img {
  width: min(67%, 634px);
}
@media screen and (max-width: 699px) {
  .feature__1--1 h3 img {
    width: 86%;
  }
}
.feature__1--1__text__wrap {
  margin-top: min(8vw, 40px);
}
@media screen and (min-width: 700px) {
  .feature__1--1__text__wrap {
    display: flex;
    padding-top: 1em;
    justify-content: space-between;
  }
}
@media screen and (max-width: 699px) {
  .feature__1--1__text__wrap {
    margin-bottom: min(8vw, 40px);
  }
}
@media screen and (min-width: 700px) {
  .feature__1--1__text {
    width: 42%;
  }
  .feature__1--1__text p {
    text-align: left !important;
  }
}
@media screen and (max-width: 699px) {
  .feature__1--1__text {
    text-align: center;
  }
}
.feature__1--1__text h4 {
  margin-bottom: 1em;
}
.feature__1--1__text h4 img {
  width: min(60vw, 360px);
}
.feature__1--1__img {
  width: 70%;
  margin: auto;
}
@media screen and (min-width: 700px) {
  .feature__1--1__img {
    width: 60%;
  }
}
.feature__1--2 {
  margin-bottom: min(8vw, 70px);
}
.feature__1--2 h3 img {
  width: min(65%, 470px);
  margin: 0;
}
@media screen and (max-width: 699px) {
  .feature__1--2 h3 img {
    width: 78%;
  }
}
.feature__1--2 figure {
  position: relative;
  width: 100%;
  margin-top: min(8vw, 40px);
}
@media screen and (min-width: 700px) {
  .feature__1--2 figure {
    text-align: left;
  }
}
.feature__1--2__graph img {
  width: min(80%, 400px);
}
@media screen and (min-width: 700px) {
  .feature__1--2__graph img {
    width: min(64%, 404px);
  }
}
.feature__1--2__img {
  display: block;
  width: 80%;
  margin: min(6vw, 20px) auto;
}
@media screen and (min-width: 700px) {
  .feature__1--2__img {
    position: absolute;
    left: 62%;
    bottom: 0;
    width: 36%;
  }
  .feature__1--2__img img {
    transform: scale(1.44);
    transform-origin: left bottom;
  }
}
.feature__1--2 figcaption {
  margin-bottom: 1em;
}
@media screen and (min-width: 700px) {
  .feature__1--2 figcaption {
    text-align: left;
  }
}
@media screen and (max-width: 699px) {
  .feature__1--2 p {
    margin-top: 3vw;
  }
}
.feature__1--3 h3 img {
  width: min(55%, 340px);
}
@media screen and (max-width: 699px) {
  .feature__1--3 h3 img {
    width: 65%;
  }
}
.feature__1--3 .feature__description {
  margin-bottom: 0;
}
.feature__1--3 .feature__description p {
  text-align: left;
}
.feature__1--3 .feature__contents {
  margin-top: 0;
  margin-bottom: min(8vw, 40px);
}
.feature__1--3 .feature__contents img {
  transform: translateX(2%);
}
@media screen and (max-width: 699px) {
  .feature__1--3 .feature__contents img {
    transform: scale(1.07) translateX(2.5%);
  }
}
.feature__1--4, .feature__1--5 {
  position: relative;
  padding: calc(min(6vw, 35px) * 1.7) 0;
  margin: 0 auto;
}
.feature__1--4 > div, .feature__1--5 > div {
  position: relative;
  z-index: 2;
}
.feature__1--4::before, .feature__1--5::before {
  content: "";
  display: block;
  position: absolute;
  width: 120vw;
  height: 100%;
  background: #FCF3E4;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.feature__1--4 h3, .feature__1--5 h3 {
  background-color: #F39823;
}
.feature__1--4 h3 img {
  width: min(55%, 400px);
}
@media screen and (max-width: 699px) {
  .feature__1--4 h3 img {
    width: 74%;
  }
}
.feature__1--4__text__wrap {
  margin-top: min(8vw, 40px);
}
@media screen and (min-width: 700px) {
  .feature__1--4__text__wrap {
    display: flex;
    padding-top: 1em;
    justify-content: space-between;
  }
}
@media screen and (max-width: 699px) {
  .feature__1--4__text__wrap {
    margin-bottom: min(8vw, 40px);
  }
}
@media screen and (min-width: 700px) {
  .feature__1--4__text {
    width: 53%;
  }
  .feature__1--4__text p {
    text-align: left !important;
  }
}
@media screen and (max-width: 699px) {
  .feature__1--4__text {
    text-align: center;
  }
}
.feature__1--4__text h4 {
  margin-bottom: 1em;
}
.feature__1--4__text h4 img {
  width: min(60vw, 250px);
}
@media screen and (max-width: 699px) {
  .feature__1--4__text h4 img {
    width: min(60%, 250px);
  }
}
.feature__1--4__img {
  width: 80%;
  margin: auto;
  transform: translateX(-5%);
}
@media screen and (min-width: 700px) {
  .feature__1--4__img {
    margin-top: calc(-1 * min(8vw, 60px));
    margin-left: -2%;
    width: 45%;
    transform: scale(1.37) translateX(-5%);
    transform-origin: left top;
  }
}
.feature__1--4 .notes {
  margin-top: min(5vw, 20px);
}
.feature__1--4 .notes p {
  text-align: left;
}
.feature__1--5 {
  padding-top: 0;
}
.feature__1--5 h3 img {
  width: min(65%, 470px);
  margin: 0;
}
@media screen and (max-width: 699px) {
  .feature__1--5 h3 img {
    width: 78%;
  }
}
.feature__1--5 figure {
  position: relative;
  width: 100%;
  margin-top: min(8vw, 40px);
}
@media screen and (min-width: 700px) {
  .feature__1--5 figure {
    text-align: left;
  }
}
.feature__1--5__graph img {
  width: min(80%, 400px);
}
@media screen and (min-width: 700px) {
  .feature__1--5__graph img {
    width: min(64%, 404px);
  }
}
.feature__1--5__img {
  display: block;
  width: 80%;
  margin: min(6vw, 20px) auto;
}
@media screen and (min-width: 700px) {
  .feature__1--5__img {
    position: absolute;
    left: 62%;
    bottom: 0;
    width: 36%;
  }
  .feature__1--5__img img {
    transform: scale(1.44);
    transform-origin: left bottom;
  }
}
.feature__1--5 figcaption {
  margin-bottom: 1em;
}
@media screen and (min-width: 700px) {
  .feature__1--5 figcaption {
    text-align: left;
  }
}
@media screen and (max-width: 699px) {
  .feature__1--5 p {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 699px) {
  .feature__1 [class*=__description] p {
    text-align: left;
  }
}
@media screen and (max-width: 699px) {
  .feature__2 {
    padding-bottom: 0;
  }
}
.feature__2 h2 img {
  width: min(66%, 580px);
}
@media screen and (max-width: 699px) {
  .feature__2 h2 img {
    width: 80%;
  }
}
.feature__2 h2 span::before {
  background-image: url(/_var/kimiomoi/cat/systemnekosuna/img/feature2_lbl.svg);
}
.feature__2 dt {
  text-align: center;
}
@media screen and (max-width: 699px) {
  .feature__2 dt small {
    margin-top: 0.5em;
    line-height: 1.4;
  }
}
.feature__2 dd {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.feature__2 dd span {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(270%, -65%);
  display: block;
  width: min(16vw, 160px);
}
@media screen and (max-width: 699px) {
  .feature__2 dd {
    max-width: 70%;
  }
  .feature__2 dd span {
    transform: translate(285%, -55%);
  }
}
.feature__2 figure {
  position: relative;
  max-width: 48vw;
}
@media screen and (max-width: 699px) {
  .feature__2 figure {
    max-width: 100%;
  }
}
.feature__2 [class*=__smallWrap] {
  margin-top: min(3vw, 15px);
  text-align: right;
  white-space: nowrap;
}
.feature__2 [class*=summary] p {
  margin-bottom: 0;
}
.feature__3 {
  margin-bottom: -30px;
}
.feature__3 h2 img {
  width: min(90%, 690px);
}
@media screen and (max-width: 699px) {
  .feature__3 h2 img {
    width: 62%;
  }
}
.feature__3 h2 span::before {
  background-image: url(/_var/kimiomoi/cat/systemnekosuna/img/feature3_lbl.svg);
}
.feature__sand {
  display: grid;
  grid-template-columns: 1fr 15% 1fr;
  grid-template-rows: auto auto auto;
}
@media screen and (max-width: 699px) {
  .feature__sand {
    grid-template-columns: 1fr 4% 1fr;
  }
}
.feature__sand--type-big__head {
  grid-column: 1/2;
  grid-row: 1/2;
}
.feature__sand--type-big__text {
  grid-column: 1/2;
  grid-row: 2/3;
}
.feature__sand--type-big__text p::before {
  background-color: #E60012;
}
.feature__sand--type-big__image {
  grid-column: 1/2;
  grid-row: 3/4;
}
.feature__sand--type-small__head {
  grid-column: 3/4;
  grid-row: 1/2;
}
.feature__sand--type-small__text {
  grid-column: 3/4;
  grid-row: 2/3;
}
.feature__sand--type-small__text p::before {
  background-color: #EB6EA5;
}
.feature__sand--type-small__image {
  grid-column: 3/4;
  grid-row: 3/4;
}
.feature__sand [class*=__head] {
  text-align: center;
  padding: 0 16%;
}
.feature__sand [class*=__head] figure {
  width: 96%;
}
@media screen and (max-width: 699px) {
  .feature__sand [class*=__head] {
    padding: 0 5%;
  }
}
.feature__sand [class*=__text] {
  margin: auto;
}
.feature__sand [class*=__text] li {
  margin: 1em 0;
}
@media screen and (max-width: 699px) {
  .feature__sand [class*=__text] li {
    margin: 2vw 0;
  }
}
.feature__sand [class*=__text] p {
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 699px) {
  .feature__sand [class*=__text] p {
    font-size: 3vw;
  }
}
.feature__sand [class*=__text] p::before {
  content: "";
  width: min(2.2vw, 19px);
  aspect-ratio: 1/1;
  border-radius: 50px;
  display: inline-block;
  transform: translateY(16%);
  margin-right: 1.2%;
}
@media screen and (max-width: 699px) {
  .feature__sand [class*=__text] p::before {
    width: 3.3vw;
    margin-right: 2%;
  }
}

.howtouse [class$=__box] {
  border-color: #F88D03;
}
@media screen and (max-width: 699px) {
  .howtouse__image {
    max-width: 230px;
  }
}
@media screen and (max-width: 699px) {
  .howtouse__step li:not(:first-of-type) {
    margin-top: 11vw;
  }
}
.howtouse__step li:not(:first-of-type) .howtouse__image::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("/_var/kimiomoi/cat/systemnekosuna/img/arw_triangle.svg");
  width: 10%;
  height: 100%;
  transform: translateX(-215%);
}
@media screen and (max-width: 699px) {
  .howtouse__step li:not(:first-of-type) .howtouse__image::before {
    left: 50%;
    bottom: 100%;
    width: 5vw;
    height: 10vw;
    transform-origin: center center;
    transform: translate(-50%, -28%) rotate(90deg) scaleY(1.8);
  }
}

@keyframes btn_arw {
  40% {
    transform: translateY(5%);
  }
}/*# sourceMappingURL=style.css.map */