@charset "UTF-8";
.feature__2--2 figcaption, .feature__description p, .feature__contents figcaption {
  font-size: min(2.2vw, 19px);
}
@media screen and (max-width: 699px) {
  .feature__2--2 figcaption, .feature__description p, .feature__contents figcaption {
    font-size: 3.8vw;
  }
}

.howtouse__step li p {
  font-size: min(1.8vw, 16px);
}
@media screen and (max-width: 699px) {
  .howtouse__step li p {
    font-size: 3.5vw;
  }
}

.feature__2--1__coating figcaption, .kimiomoi__product small {
  font-size: min(1.3vw, 12px);
}
@media screen and (max-width: 699px) {
  .feature__2--1__coating figcaption, .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 > *, .hardennekosuna__fullWidth > * {
  margin: 0 auto 30px;
  max-width: min(1000px, 100vw);
}
@media screen and (max-width: 1000px) {
  .kimiomoi--bg-wave > *, .hardennekosuna__fullWidth > * {
    margin: 0 0 30px;
  }
}

.hardennekosuna {
  color: #707070;
}
.hardennekosuna p {
  line-height: 1.6;
}
.hardennekosuna 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: #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/hardennekosuna/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%);
}

.hardennekosuna ::-moz-selection {
  background: #FF6E95;
  color: white;
}

.hardennekosuna ::selection {
  background: #FF6E95;
  color: white;
}
.hardennekosuna__fullWidth {
  background-color: #FFF1F5;
  margin-bottom: -30px;
}
.hardennekosuna .onayami {
  padding-bottom: min(3vw, 20px);
}

.features__productImage {
  aspect-ratio: 1000/852;
  background-image: url(/_var/kimiomoi/cat/hardennekosuna/img/features_product-min.png);
  margin: min(8vw, 63px) auto min(5vw, 30px);
}
.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/hardennekosuna/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/hardennekosuna/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(13vw, 110px);
}
.features__linkWrap:nth-of-type(1) {
  left: 1%;
  top: 9%;
  width: 47.3%;
}
@media screen and (max-width: 699px) {
  .features__linkWrap:nth-of-type(1) {
    width: 49%;
  }
}
.features__linkWrap:nth-of-type(1) img {
  max-width: 93%;
  transform: translateX(-1%);
}
@media screen and (max-width: 699px) {
  .features__linkWrap:nth-of-type(1) img {
    max-width: 100%;
  }
}
.features__linkWrap:nth-of-type(1) [class*=__textWrap]::before {
  background-image: url(/_var/kimiomoi/cat/hardennekosuna/img/feature1_lbl.svg);
  left: -8%;
}
@media screen and (max-width: 699px) {
  .features__linkWrap:nth-of-type(1) [class*=__textWrap]::before {
    left: -4%;
  }
}
.features__linkWrap:nth-of-type(1) [class*=__textWrap]::after {
  transform: translateX(15%);
}
.features__linkWrap:nth-of-type(1) [class*=__point] {
  top: 208%;
  left: 78.5%;
  transform: rotate(142deg);
}
.features__linkWrap:nth-of-type(1) [class*=__point]::before {
  height: min(26vw, 200px);
}
.features__linkWrap:nth-of-type(2) {
  left: 63.7%;
  top: 17%;
  width: 39%;
}
@media screen and (max-width: 699px) {
  .features__linkWrap:nth-of-type(2) {
    left: 61%;
  }
}
.features__linkWrap:nth-of-type(2) img {
  width: 90%;
}
@media screen and (min-width: 700px) {
  .features__linkWrap:nth-of-type(2) img {
    transform: translateX(1%);
  }
}
.features__linkWrap:nth-of-type(2) [class*=__textWrap]::before {
  background-image: url(/_var/kimiomoi/cat/hardennekosuna/img/feature2_lbl.svg);
  left: -3%;
}
.features__linkWrap:nth-of-type(2) [class*=__point] {
  top: 176%;
  left: -13%;
  transform: rotate(232deg);
}
.features__linkWrap:nth-of-type(2) [class*=__point]::before {
  height: min(26vw, 200px);
}
.features__linkWrap:nth-of-type(3) {
  left: 0.7%;
  top: 71.9%;
  width: 38.2%;
}
.features__linkWrap:nth-of-type(3) img {
  width: 85%;
}
@media screen and (min-width: 700px) {
  .features__linkWrap:nth-of-type(3) img {
    transform: translateX(2%);
  }
}
.features__linkWrap:nth-of-type(3) [class*=__textWrap]::before {
  background-image: url(/_var/kimiomoi/cat/hardennekosuna/img/feature3_lbl.svg);
  left: -9%;
}
@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: -88%;
  right: -7.5%;
  transform: rotate(51deg);
}
.features__linkWrap:nth-of-type(3) [class*=__point]::before {
  height: min(28vw, 200px);
}
.features__linkWrap:nth-of-type(4) {
  left: 61.2%;
  top: 81.3%;
  width: 39.3%;
}
@media screen and (max-width: 699px) {
  .features__linkWrap:nth-of-type(4) {
    left: 59%;
  }
}
.features__linkWrap:nth-of-type(4) img {
  width: 92%;
  transform: translateY(7%) translateX(3%);
}
.features__linkWrap:nth-of-type(4) [class*=__textWrap]::before {
  background-image: url(/_var/kimiomoi/cat/hardennekosuna/img/feature4_lbl.svg);
  left: -2%;
}
.features__linkWrap:nth-of-type(4) [class*=__point] {
  top: -135%;
  left: 6%;
  transform: rotate(316deg);
}
.features__linkWrap:nth-of-type(4) [class*=__point]::before {
  height: min(35vw, 300px);
}
.features__linkWrap:nth-of-type(5) {
  left: 22.5%;
  bottom: 0.7%;
  width: 38%;
}
.features__linkWrap:nth-of-type(5) img {
  max-width: 90%;
  transform: translateX(4%);
}
.features__linkWrap:nth-of-type(5) [class*=__textWrap]::before {
  background-image: url(/_var/kimiomoi/cat/hardennekosuna/img/feature5_lbl.svg);
  left: -2%;
}
.features__linkWrap:nth-of-type(5) [class*=__point] {
  top: -160%;
  left: 64%;
  transform: rotate(10deg);
}
.features__linkWrap:nth-of-type(5) [class*=__point]::before {
  height: min(30vw, 230px);
}
.features .btns {
  margin-bottom: max(-4vw, -60px);
}

.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.5);
  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(59%, 513px);
}
@media screen and (max-width: 699px) {
  .feature__1 h2 img {
    width: 78%;
  }
}
.feature__1 h2 span::before {
  background-image: url(/_var/kimiomoi/cat/hardennekosuna/img/feature1_lbl.svg);
}
.feature__1--1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.feature__1--1 > div {
  width: 48%;
}
.feature__1--1 figure {
  margin: 0;
}
.feature__1--1 figcaption {
  margin: 0 0 1em;
}
.feature__2 h2 img {
  width: min(72%, 674px);
}
@media screen and (max-width: 699px) {
  .feature__2 h2 img {
    width: 56%;
  }
}
.feature__2 h2 span::before {
  background-image: url(/_var/kimiomoi/cat/hardennekosuna/img/feature2_lbl.svg);
}
.feature__2--1 h3 {
  text-align: center;
  padding: 1% 0;
}
.feature__2--1 h3 img {
  width: min(85%, 724px);
}
@media screen and (max-width: 699px) {
  .feature__2--1 h3 {
    padding: 3.5% 0;
  }
  .feature__2--1 h3 img {
    width: 80%;
    margin: auto;
  }
}
.feature__2--1__coating {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: min(7vw, 50px) auto;
}
.feature__2--1__coating figure {
  max-width: 45vw;
}
.feature__2--1__coating figcaption {
  text-align: right;
}
.feature__2--1__coating span {
  position: absolute;
  display: block;
}
.feature__2--1__coating__balloon--1 {
  top: 50%;
  left: 0;
  transform: translate(-51%, -3%);
  width: min(67%, 268px);
}
@media screen and (max-width: 699px) {
  .feature__2--1__coating__balloon--1 {
    top: 36%;
    transform: translate(-74%, -20%);
  }
}
.feature__2--1__coating__balloon--2 {
  top: 100%;
  left: 100%;
  transform: translate(-8%, -54%);
  width: 55%;
}
@media screen and (max-width: 699px) {
  .feature__2--1__coating__balloon--2 {
    transform: translate(0%, -75%);
    width: 50%;
  }
}
.feature__2--2 {
  margin-top: min(16vw, 180px);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 699px) {
  .feature__2--2 {
    margin-top: 12vw;
  }
}
.feature__2--2 figure {
  max-width: 80vw;
}
.feature__2--2 figcaption {
  margin-bottom: min(5vw, 30px);
}
.feature__2--2 p {
  text-align: right;
}
.feature__3 {
  margin-bottom: -30px;
}
.feature__3 h2 img {
  width: min(48%, 303px);
}
@media screen and (max-width: 699px) {
  .feature__3 h2 img {
    width: 53%;
  }
}
.feature__3 h2 span::before {
  background-image: url(/_var/kimiomoi/cat/hardennekosuna/img/feature3_lbl.svg);
}
.feature__3--1 {
  display: flex;
  align-items: stretch;
}
.feature__3--1 > * {
  flex: 1;
}
.feature__3--1 figure {
  margin: 0;
}
.feature__3--1__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 4%;
}
.feature__4 h2 img {
  width: min(74%, 684px);
}
@media screen and (max-width: 699px) {
  .feature__4 h2 img {
    width: 60%;
  }
}
.feature__4 h2 span::before {
  background-image: url(/_var/kimiomoi/cat/hardennekosuna/img/feature4_lbl.svg);
}
.feature__4--1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.feature__4--1 > * {
  width: 48%;
}
@media screen and (max-width: 699px) {
  .feature__4--1 > *:first-of-type {
    text-align: center;
  }
  .feature__4--1 > *:first-of-type img {
    width: 90%;
  }
}
.feature__4--1 figure {
  margin: 0;
}
.feature__4--1 figcaption {
  text-align: right;
  margin: 0.2em 0;
}
.feature__4--1 figcaption img {
  width: 67%;
}

.product__contents--type-box__box {
  border-color: #FF6E95;
}
@media screen and (min-width: 700px) {
  .product__contents--type-box__box {
    padding-left: min(5vw, 50px);
    padding-right: min(5vw, 50px);
  }
}

@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/hardennekosuna/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 li {
    width: 22%;
  }
}
@media screen and (min-width: 700px) {
  .howtouse__image::before {
    transform: translateX(-135%) !important;
  }
}
.howtouse__notes p {
  margin-right: -0.5em;
}/*# sourceMappingURL=style.css.map */