@charset "UTF-8";
.feature__1--1 [class^=feature__contents] p, .feature__3--1 figcaption, .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__3--1 figcaption, .feature__description p, .feature__contents figcaption {
    font-size: 3.8vw;
  }
}

.feature__2__lasting th, .feature__2__lasting td, .howtouse__step li p {
  font-size: min(1.8vw, 16px);
}
@media screen and (max-width: 699px) {
  .feature__2__lasting th, .feature__2__lasting td, .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 > *, .checknekosuna__fullWidth > * {
  margin: 0 auto 30px;
  max-width: min(1000px, 100vw);
}
@media screen and (max-width: 1000px) {
  .kimiomoi--bg-wave > *, .checknekosuna__fullWidth > * {
    margin: 0 0 30px;
  }
}

.checknekosuna {
  color: #707070;
}
.checknekosuna p {
  line-height: 1.6;
}
.checknekosuna 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--1 {
  margin-top: min(8vw, 60px);
}
.feature__1--1 [class^=feature__contents] {
  padding: 0 min(3vw, 20px);
}
.feature__1--1 [class^=feature__contents] p {
  text-align: center;
}

.kimiomoi--bg-wave {
  width: 100%;
  max-width: 100vw;
  position: relative;
  background-color: #FFEEF2;
  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-pink_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-pink_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-pink_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-pink_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%);
}
.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: #FF6E95;
  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/checknekosuna/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%);
}

.checknekosuna ::-moz-selection {
  background: #FF6E95;
  color: white;
}

.checknekosuna ::selection {
  background: #FF6E95;
  color: white;
}
.checknekosuna__fullWidth {
  background-color: #FFF1F5;
  margin-bottom: -30px;
}
.kimiomoi__product__bnr {
  margin-top: min(3vw, 50px);
  padding-bottom: min(6vw, 50px);
}
.kimiomoi__product__bnr div {
  opacity: 0;
}
.kimiomoi__product__bnr a:hover img {
  opacity: 0.6;
}

.features {
  position: relative;
}
.features__productImage {
  aspect-ratio: 1000/852;
  background-image: url(/_var/kimiomoi/cat/checknekosuna/img/features_product-min.png);
  margin: min(8vw, 63px) auto min(10vw, 60px);
}
@media screen and (max-width: 699px) {
  .features__productImage {
    margin-bottom: 5vw;
  }
}
.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 #FF6E95;
}
.features__link::before {
  background-color: #fff;
  z-index: 2;
}
.features__link::after {
  background-color: #FF6E95;
  z-index: 1;
}
.features__link > * {
  z-index: 10;
}
.features__link__textWrap::before {
  bottom: 89%;
}
.features__link__textWrap::after {
  background-image: url(/_var/kimiomoi/cat/checknekosuna/img/features_btn_arw.svg);
}
.features__link__point {
  display: block;
  background-color: #FDEEF2;
  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/checknekosuna/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: #FF6E95;
  width: min(2vw, 18px);
  aspect-ratio: 1;
  border-radius: 2vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.features__linkWrap {
  height: min(12vw, 110px);
}
.features__linkWrap:nth-of-type(1) {
  left: 3.7%;
  top: 20.2%;
  width: 37.6%;
}
.features__linkWrap:nth-of-type(1) img {
  width: 77%;
  transform: translateX(5%);
}
.features__linkWrap:nth-of-type(1) [class*=__textWrap]::before {
  background-image: url(/_var/kimiomoi/cat/checknekosuna/img/feature1_lbl.svg);
  left: -10%;
}
@media screen and (max-width: 699px) {
  .features__linkWrap:nth-of-type(1) [class*=__textWrap]::before {
    left: -4%;
  }
}
.features__linkWrap:nth-of-type(1) [class*=__point] {
  top: 152%;
  left: 85.3%;
  transform: rotate(136deg);
}
.features__linkWrap:nth-of-type(1) [class*=__point]::before {
  height: min(26vw, 200px);
}
.features__linkWrap:nth-of-type(1) [class*=__badge] {
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 10;
  width: 125%;
  transform: translate(35%, 25%);
  pointer-events: none;
}
@media screen and (max-width: 699px) {
  .features__linkWrap:nth-of-type(1) [class*=__badge] {
    transform: translate(45%, 25%);
  }
}
.features__linkWrap:nth-of-type(2) {
  left: 63.6%;
  top: 15%;
  width: 35.8%;
}
@media screen and (max-width: 699px) {
  .features__linkWrap:nth-of-type(2) {
    left: 61%;
  }
}
.features__linkWrap:nth-of-type(2) img {
  width: 74%;
}
@media screen and (min-width: 700px) {
  .features__linkWrap:nth-of-type(2) img {
    transform: translateX(5%) translateY(-3%);
  }
}
.features__linkWrap:nth-of-type(2) [class*=__textWrap]::before {
  background-image: url(/_var/kimiomoi/cat/checknekosuna/img/feature2_lbl.svg);
  left: -13%;
}
.features__linkWrap:nth-of-type(2) [class*=__point] {
  top: 188%;
  left: -9%;
  transform: rotate(229deg);
}
.features__linkWrap:nth-of-type(2) [class*=__point]::before {
  height: min(26vw, 200px);
}
.features__linkWrap:nth-of-type(3) {
  left: 4.6%;
  top: 81.2%;
  width: 36.1%;
}
.features__linkWrap:nth-of-type(3) img {
  width: 74%;
}
@media screen and (min-width: 700px) {
  .features__linkWrap:nth-of-type(3) img {
    transform: translateX(4%) translateY(-4%);
  }
}
.features__linkWrap:nth-of-type(3) [class*=__textWrap]::before {
  background-image: url(/_var/kimiomoi/cat/checknekosuna/img/feature3_lbl.svg);
  left: -13%;
}
@media screen and (max-width: 699px) {
  .features__linkWrap:nth-of-type(3) [class*=__textWrap]::before {
    left: -4%;
  }
}
.features__linkWrap:nth-of-type(3) [class*=__point] {
  top: -83%;
  right: -10%;
  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: 0;
    right: 0;
    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 #FF6E95;
}
.feature h2::before {
  background-color: #fff;
  z-index: 2;
}
.feature h2::after {
  background-color: #FF6E95;
  z-index: 1;
}
.feature h2 > * {
  z-index: 10;
}
.feature__subttl {
  background-color: rgba(255, 110, 149, 0.1);
  color: #FF6E95;
  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__1 {
  margin-bottom: -30px;
}
.feature__1 h2 img {
  width: min(50%, 317px);
  transform: translateY(5%);
}
.feature__1 h2 span::before {
  background-image: url(/_var/kimiomoi/cat/checknekosuna/img/feature1_lbl.svg);
}
.feature__1__sand figure {
  margin: 0;
  width: 100%;
  background: url(/_var/kimiomoi/cat/checknekosuna/img/feature1_img1-min.png) no-repeat center top/contain;
}
.feature__1--1 h3 img {
  width: min(70%, 408px);
  transform: translateY(10%);
}
.feature__1--1__image {
  margin: min(20vw, 138px) auto min(8vw, 40px);
  width: 90%;
}
.feature__1--1__image figure {
  position: relative;
}
.feature__1--1__image figcaption {
  position: absolute;
  right: 0;
  bottom: 100%;
  transform: translate(5%, 15%);
  z-index: 1;
  width: min(78%, 469px);
}
.feature__2 {
  margin-bottom: -30px;
}
.feature__2 h2 img {
  width: min(65%, 590px);
}
@media screen and (max-width: 699px) {
  .feature__2 h2 img {
    width: 45%;
  }
}
.feature__2 h2 span::before {
  background-image: url(/_var/kimiomoi/cat/checknekosuna/img/feature2_lbl.svg);
}
.feature__2__lasting {
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature__2__lasting table {
  width: min(32vw, 192px);
}
.feature__2__lasting th, .feature__2__lasting td {
  background: #fff;
  border: 1px solid #707070;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
  padding: 5%;
  font-weight: normal;
  white-space: nowrap;
}
@media screen and (max-width: 699px) {
  .feature__2__lasting th {
    min-width: 12vw;
  }
}
.feature__2__lasting td {
  width: -moz-fit-content;
  width: fit-content;
}
.feature__2__lasting td img {
  max-width: 14vw;
  position: relative;
  transform: translateZ(0);
}
.feature__2__lasting__arw {
  margin: auto 4%;
  display: block;
  width: min(9vw, 56px);
  transform: translateX(-15%);
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.feature__2__lasting.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 0);
          clip-path: inset(0 0% 0 0);
  transform: translateX(5%);
}
.feature__3 {
  margin-bottom: -30px;
}
.feature__3 h2 img {
  width: min(72%, 630px);
}
@media screen and (max-width: 699px) {
  .feature__3 h2 img {
    width: 48%;
  }
}
.feature__3 h2 span::before {
  background-image: url(/_var/kimiomoi/cat/checknekosuna/img/feature3_lbl.svg);
}
.feature__3__harden {
  position: relative;
}
.feature__3__harden figure {
  position: relative;
  width: min(30vw, 194px);
  margin: 0 auto;
}
.feature__3__harden figcaption {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translate(10%, -50%);
  height: 100%;
  aspect-ratio: 1/1;
  z-index: 10;
  margin: 0;
}
@media screen and (max-width: 699px) {
  .feature__3__harden figcaption {
    width: 25vw;
  }
}
.feature__3__harden__cat {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: min(30vw, 262.77px);
  transform: translate(15%, 20%);
}
.feature__3--1 {
  margin-top: min(12vw, 120px);
}
.feature__3--1 figure {
  margin-bottom: min(1.9vw, 16px);
}
@media screen and (min-width: 700px) {
  .feature__3--1 img {
    margin-top: -1em;
    transform: translateX(5%);
  }
}
@media screen and (max-width: 699px) {
  .feature__3--1 img {
    margin-top: -0.3em;
  }
}
.feature__3--1 p {
  text-align: right;
  margin-right: 15%;
}
@media screen and (max-width: 699px) {
  .feature__3--1 {
    margin-left: 5%;
  }
  .feature__3--1 p {
    margin-right: 19%;
  }
}

.product__contents--type-box__box {
  border-color: #FF6E95;
}

@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/checknekosuna/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);
  }
}
.howtouse__notes {
  margin: min(12vw, 80px) auto -1em;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 90%;
}
.howtouse__notes p {
  font-size: min(3.2vw, 15px);
}
@media screen and (min-width: 700px) {
  .howtouse__step {
    flex-wrap: wrap;
    margin-bottom: calc(-1 * min(8vw, 80px));
  }
  .howtouse__step li {
    margin-bottom: min(8vw, 70px);
  }
  .howtouse__step li:last-of-type {
    margin-right: auto;
    margin-left: 9.5%;
  }
  .howtouse__step li:nth-of-type(4) {
    margin-left: 6.3333333333%;
  }
}/*# sourceMappingURL=style.css.map */