@charset "UTF-8";
.skinwet__lineup__contents p, .feature__description p, .feature__contents figcaption {
  font-size: min(2.2vw, 19px);
}
@media screen and (max-width: 699px) {
  .skinwet__lineup__contents p, .feature__description p, .feature__contents figcaption {
    font-size: 3.8vw;
  }
}

.skinwet__usage__scene figcaption, .howtouse__step li p {
  font-size: min(1.8vw, 16px);
}
@media screen and (max-width: 699px) {
  .skinwet__usage__scene figcaption, .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 > * {
  margin: 0 auto 30px;
  max-width: min(1000px, 100vw);
}
@media screen and (max-width: 1000px) {
  .kimiomoi--bg-wave > * {
    margin: 0 0 30px;
  }
}

.skinwet {
  color: #707070;
}
.skinwet p {
  line-height: 1.6;
}
.skinwet 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;
  }
}

.kimiomoi--bg-wave {
  width: 100%;
  max-width: 100vw;
  position: relative;
  background-color: #E7E1F3;
  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-purple_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-purple_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-purple_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-purple_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%);
}
.skinwet ::-moz-selection {
  background: #A080C9;
  color: white;
}
.skinwet ::selection {
  background: #A080C9;
  color: white;
}
.skinwet__fullWidth {
  background-color: #ECE6F4;
  margin-bottom: -30px;
}
.skinwet figure {
  text-align: center;
}
.skinwet [class*=__videoWrap] {
  margin: min(7vw, 35px) auto min(3vw, 10px);
}
.skinwet__kv {
  padding-bottom: 10px;
}

.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: #A080C9;
  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/dog/skinwet/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/840;
  background-image: url(/_var/kimiomoi/dog/skinwet/img/features_product-min.png);
  margin-top: max(-3vw, -20px);
}
@media screen and (max-width: 699px) {
  .features__productImage {
    margin-top: 2vw;
  }
}
.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 #A080C9;
}
.features__link::before {
  background-color: #fff;
  z-index: 2;
}
.features__link::after {
  background-color: #A080C9;
  z-index: 1;
}
.features__link > * {
  z-index: 10;
}
.features__link__textWrap::before {
  width: min(14vw, 110px);
  bottom: 91%;
  left: -8.5%;
}
.features__link__textWrap::after {
  background-image: url(/_var/kimiomoi/dog/skinwet/img/features_btn_arw.svg);
}
.features__link__point {
  display: block;
  background-color: transparent;
  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/dog/skinwet/img/dots.png") 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: #A080C9;
  width: min(2vw, 18px);
  aspect-ratio: 1;
  border-radius: 2vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.features__link__point::before {
  width: min(0.7vw, 5px);
}
.features__linkWrap {
  height: min(12.5vw, 100px);
}
.features__linkWrap:nth-of-type(1) {
  left: 0.8%;
  top: 19.7%;
  width: 42.3%;
}
.features__linkWrap:nth-of-type(1) img {
  width: 80%;
  transform: translateX(6%);
}
@media screen and (max-width: 699px) {
  .features__linkWrap:nth-of-type(1) img {
    width: 96%;
    transform: translateX(1%);
  }
}
.features__linkWrap:nth-of-type(1) [class*=__textWrap]::before {
  background-image: url(/_var/kimiomoi/dog/skinwet/img/feature1_lbl.svg);
  left: -2%;
}
.features__linkWrap:nth-of-type(1) [class*=__point] {
  top: 169.5%;
  left: 89.8%;
  transform: rotate(135deg);
}
.features__linkWrap:nth-of-type(1) [class*=__point]::before {
  height: min(20vw, 200px);
}
.features__linkWrap:nth-of-type(2) {
  left: 52%;
  top: 14.6%;
  width: 46.6%;
}
.features__linkWrap:nth-of-type(2) img {
  width: 95%;
}
@media screen and (max-width: 699px) {
  .features__linkWrap:nth-of-type(2) img {
    width: 97%;
  }
}
.features__linkWrap:nth-of-type(2) [class*=__textWrap]::before {
  background-image: url(/_var/kimiomoi/dog/skinwet/img/feature2_lbl.svg);
  left: -2%;
}
.features__linkWrap:nth-of-type(2) [class*=__point] {
  top: 208%;
  left: 14.7%;
  transform: rotate(224deg);
}
.features__linkWrap:nth-of-type(2) [class*=__point]::before {
  height: min(35vw, 300px);
}
.features__linkWrap:nth-of-type(3) {
  left: 4.2%;
  bottom: 8.9%;
  width: 40%;
}
.features__linkWrap:nth-of-type(3) img {
  width: 51%;
  transform: translateX(5%);
}
@media screen and (max-width: 699px) {
  .features__linkWrap:nth-of-type(3) img {
    width: 64%;
    transform: translateX(1%);
  }
}
.features__linkWrap:nth-of-type(3) [class*=__textWrap]::before {
  background-image: url(/_var/kimiomoi/dog/skinwet/img/feature3_lbl.svg);
  left: -11%;
}
.features__linkWrap:nth-of-type(3) [class*=__point] {
  top: -86.5%;
  right: -3%;
  transform: rotate(44deg);
}
.features__linkWrap:nth-of-type(3) [class*=__point]::before {
  height: min(23vw, 200px);
}
.features__dog {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(5%, 10%);
  width: min(25vw, 220px);
}
@media screen and (min-width: 700px) {
  .features__btns {
    margin-top: min(8vw, 60px);
  }
  .features__btns li:not(:last-of-type) {
    margin-right: min(5vw, 40px);
  }
}

.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 #A080C9;
}
.feature h2::before {
  background-color: #fff;
  z-index: 2;
}
.feature h2::after {
  background-color: #A080C9;
  z-index: 1;
}
.feature h2 > * {
  z-index: 10;
}
.feature__subttl {
  background-color: rgba(160, 128, 201, 0.8);
  color: #A080C9;
  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 h2 img {
  width: min(60%, 386px);
}
@media screen and (max-width: 699px) {
  .feature__1 h2 img {
    width: 65%;
  }
}
@media screen and (min-width: 700px) {
  .feature__1 h2 span {
    padding: 2.5% 0;
  }
}
@media screen and (max-width: 699px) {
  .feature__1 h2 span {
    padding: 5% 0;
  }
}
.feature__1 h2 span::before {
  background-image: url(/_var/kimiomoi/dog/skinwet/img/feature1_lbl.svg);
}
.feature__1--1__image {
  position: relative;
  max-width: 80vw;
  margin: auto;
}
.feature__1--1__image__balloon {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translate(-16%, -75%);
  width: min(50%, 412px);
}
@media screen and (max-width: 699px) {
  .feature__1--1__image__balloon {
    transform: translate(-10%, -85%);
    width: 50vw;
  }
}
.feature__2 {
  margin-bottom: -30px;
}
.feature__2 h2 img {
  width: min(68%, 457px);
}
@media screen and (max-width: 699px) {
  .feature__2 h2 img {
    width: 80%;
  }
}
.feature__2 h2 span {
  padding: 2.5% 0;
}
@media screen and (max-width: 699px) {
  .feature__2 h2 span {
    padding: 5% 0;
  }
}
.feature__2 h2 span::before {
  background-image: url(/_var/kimiomoi/dog/skinwet/img/feature2_lbl.svg);
}
.feature__2--1__image {
  position: relative;
  max-width: 80vw;
  margin: auto;
}
@media screen and (max-width: 699px) {
  .feature__2--1__image figcaption {
    margin-bottom: 6vw;
  }
}
.feature__2--1__image__balloon {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(5%, -10%);
  width: min(39%, 328px);
}
@media screen and (max-width: 699px) {
  .feature__2--1__image__balloon {
    transform: translate(10%, 45%);
    width: 40vw;
  }
}
.feature__3 h2 img {
  width: min(38%, 223px);
}
@media screen and (max-width: 699px) {
  .feature__3 h2 img {
    width: 40%;
  }
}
.feature__3 h2 span::before {
  background-image: url(/_var/kimiomoi/dog/skinwet/img/feature3_lbl.svg);
}
.feature__3 .feature__description p {
  transform: translateX(2%);
}
.feature__3 .feature__description div {
  position: relative;
  width: min(50vw, 380px);
  margin: auto;
}
@media screen and (max-width: 999px) {
  .feature__3 .feature__description div {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateX(-2%);
  }
  .feature__3 .feature__description div figure {
    text-align: left;
  }
  .feature__3 .feature__description div span {
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 699px) {
  .feature__3 .feature__description div {
    width: 90%;
  }
}
.feature__3 .feature__description figure {
  width: 100%;
}
.feature__3 .feature__description__dog {
  width: 60%;
}
@media screen and (min-width: 1000px) {
  .feature__3 .feature__description__dog {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-13%, -45%);
  }
}
@media screen and (max-width: 999px) {
  .feature__3 .feature__description__dog {
    margin-left: -7%;
  }
}
@media screen and (max-width: 699px) {
  .feature__3 .feature__description__dog {
    transform: translateY(0);
  }
}

.el-d-section:has(.skinwet__lineup) {
  padding-top: 0;
}

.product__contents--type-box__box {
  border-color: #A080C9;
}
@media screen and (max-width: 699px) {
  .product__contents--type-box__box {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.skinwet__lineup {
  padding-top: 0;
}
.skinwet__lineup [class*=__box] {
  padding-top: min(12vw, 60px);
}
.skinwet__lineup__contents p {
  text-align: center;
}
.skinwet__lineup__products {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 699px) {
  .skinwet__lineup__products {
    flex-direction: column;
    margin-top: 5vw;
  }
}
.skinwet__lineup__products li {
  margin-top: 15px;
}
@media screen and (min-width: 700px) {
  .skinwet__lineup__products li {
    flex: 1;
  }
}
@media screen and (max-width: 699px) {
  .skinwet__lineup__products li:last-of-type {
    margin-top: 12vw;
  }
}
.skinwet__lineup__products li:nth-of-type(1) img {
  width: 89%;
}
.skinwet__lineup__products li:nth-of-type(2) img {
  width: 96%;
}
.skinwet__lineup__products picture {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (min-width: 700px) {
  .skinwet__lineup__products picture {
    height: min(22vw, 200px);
  }
}
@media screen and (max-width: 699px) {
  .skinwet__lineup__products picture {
    width: 86%;
    margin: auto;
  }
}
.skinwet__lineup__products figcaption {
  color: #fff;
  background: #A080C9;
  border-radius: 38px;
  font-weight: bold;
  font-size: 18px;
  width: min(30vw, 200px);
  height: min(6vw, 38px);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: min(5vw, 16px);
}
@media screen and (max-width: 699px) {
  .skinwet__lineup__products figcaption {
    font-size: 4vw;
    width: 62%;
    height: 8.4vw;
  }
}
.skinwet__usage__scene {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 699px) {
  .skinwet__usage__scene {
    width: 92%;
    margin: auto;
    flex-wrap: wrap;
  }
}
.skinwet__usage__scene li:not(:last-of-type) {
  margin-right: 3%;
}
@media screen and (max-width: 699px) {
  .skinwet__usage__scene li {
    width: 30%;
    margin-right: 5%;
  }
  .skinwet__usage__scene li:nth-of-type(3) {
    margin-right: 0;
  }
  .skinwet__usage__scene li:nth-of-type(4) {
    margin-left: auto;
    margin-right: 5%;
  }
  .skinwet__usage__scene li:nth-of-type(5) {
    margin-right: auto;
  }
}
.skinwet__usage__scene figcaption {
  font-weight: bold;
  color: #A080C9;
  margin: min(1.2vw, 10px) auto min(3vw, 10px);
}/*# sourceMappingURL=style.css.map */