@charset "UTF-8";
.feature__1--1 [class^=feature__contents] p, .feature__1--2 [class^=feature__contents] p, .feature__3--1 [class^=feature__contents] p, .activewear__column__contents p, .feature__description p, .feature__contents figcaption {
  font-size: min(2.2vw, 19px);
}
@media screen and (max-width: 700px) {
  .feature__1--1 [class^=feature__contents] p, .feature__1--2 [class^=feature__contents] p, .feature__3--1 [class^=feature__contents] p, .activewear__column__contents p, .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: 700px) {
  .howtouse__step li p {
    font-size: 3.5vw;
  }
}

.kimiomoi__product small {
  font-size: min(1.3vw, 12px);
}
@media screen and (max-width: 700px) {
  .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__2, .feature__4 {
  margin: 0 auto 30px;
  max-width: min(1000px, 100vw);
}
@media screen and (max-width: 1000px) {
  .kimiomoi--bg-wave > *, .feature__2, .feature__4 {
    margin: 0 0 30px;
  }
}

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

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

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

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

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

section {
  max-width: 100vw;
}
section[class*=__kv] {
  width: 100%;
}
@media not screen and (max-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 not screen and (max-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: clip-path 1.2s ease 1s;
  clip-path: inset(0 0 0%);
}

@media screen and (max-width: 700px) {
  .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: 700px) {
  .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: 700px) {
  .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: 700px) {
  .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: 700px) {
  .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 not screen and (max-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: 700px) {
  .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: 700px) {
  .product__contents--type-box__box::before {
    width: 48%;
  }
}
@media screen and (max-width: 700px) {
  .product__contents--type-box h2 img {
    height: 43%;
    width: auto;
  }
}

@media not screen and (max-width: 700px) {
  .howtouse h3 {
    transform: translateX(-20px);
  }
}
.howtouse__step {
  display: flex;
  justify-content: space-between;
  margin: auto;
}
@media screen and (max-width: 700px) {
  .howtouse__step {
    flex-direction: column;
    align-items: center;
  }
}
.howtouse__step li {
  width: 27%;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 700px) {
  .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: 700px) {
  .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: 700px) {
  .howtouse__image span {
    width: 7.5%;
  }
}
.howtouse__text p {
  text-align: justify;
}
@media screen and (max-width: 700px) {
  .howtouse__text {
    width: 57%;
    margin-bottom: 1em;
  }
}
.howtouse__smallWrap {
  margin-top: 0.5em;
}
@media screen and (max-width: 700px) {
  .howtouse__smallWrap {
    margin-top: 1vw;
  }
}

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

.kimiomoi--bg-wave {
  width: 100%;
  max-width: 100vw;
  position: relative;
  background-color: #E1F1EF;
  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-green_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-green_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-green_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-green_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%);
}
.activewear {
  /* モーダルがactiveの時 */
  /* モーダル背景のオーバーレイ部分 */
  /* モーダルのコンテンツ */
}
.activewear ::-moz-selection {
  background: #1C9F8F;
  color: white;
}
.activewear ::selection {
  background: #1C9F8F;
  color: white;
}
.activewear__fullWidth {
  background-color: #E1F1EF;
  margin-bottom: -30px;
}
.activewear figure {
  text-align: center;
}
.activewear figcaption {
  white-space: nowrap;
}
.activewear [class*=__videoWrap] {
  margin: min(7vw, 45px) auto;
}
@media screen and (max-width: 700px) {
  .activewear [class*=__videoWrap] {
    margin-bottom: min(10vw, 50px);
  }
}
.activewear .tab__wrap {
  position: relative;
}
.activewear .tab__content.selected {
  position: relative;
  opacity: 1;
  z-index: 10;
}
.activewear .tab__content__wrap {
  position: relative;
}
.activewear .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}
.activewear .modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.activewear .modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.activewear .modal__content {
  position: relative;
  background-color: #fff;
  width: 90%;
  max-width: 400px;
  padding: min(2vw, 20px) min(2vw, 20px) 0;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.3));
  z-index: 2;
}
.activewear .modal__close {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: min(5vw, 20px) min(2vw, 11px) min(2vw, 11px) min(5vw, 20px);
  cursor: pointer;
  z-index: 10;
}
.activewear .modal__close img {
  width: min(6vw, 16px);
  aspect-ratio: 1/1;
}
.activewear .modal {
  /* ページネーションのサイズと色 */
}
.activewear .modal .splide {
  position: relative;
}
.activewear .modal .splide__pagination {
  padding: calc(min(1.8vw, 8px) * 2) 0 calc(min(1.8vw, 8px) * 2.5);
}
.activewear .splide__slide {
  aspect-ratio: 341/303;
  background: rgba(112, 112, 112, 0.1);
}
.activewear .splide__pagination {
  gap: min(1.8vw, 8px);
  display: flex !important;
}
.activewear .splide__pagination button {
  background-color: #707070;
  width: min(1.8vw, 8px);
  aspect-ratio: 1/1;
  border-radius: 20px;
}
@media screen and (max-width: 700px) {
  .activewear .splide__pagination {
    gap: min(2vw, 10px);
    padding: min(2vw, 10px) 0;
  }
  .activewear .splide__pagination button {
    width: min(2vw, 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;
  clip-path: url(#kimiomoi__cpath--arw);
}
@media not screen and (max-width: 700px) {
  .kimiomoi__shape--arw {
    width: min(28vw, 220px);
  }
}
@media screen and (max-width: 700px) {
  .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: #1C9F8F;
  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: 700px) {
  .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/activewear/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: 700px) {
  .kimiomoi--bg-arw {
    width: 48%;
  }
}
.kimiomoi--bg-arw img {
  transform: translateX(-8%);
}

@media not screen and (max-width: 700px) {
  .kimiomoi__shape--arw {
    width: min(20vw, 193px);
  }
}
@media screen and (max-width: 700px) {
  .kimiomoi__shape--arw {
    width: min(65vw, 400px);
    background: url(/_var/kimiomoi/dog/activewear/update202602/img/ttl_bg_long.svg) no-repeat center center/contain;
    aspect-ratio: 403.2447/58.338;
    clip-path: url(#kimiomoi__cpath--arw2);
  }
  .kimiomoi__shape--arw svg {
    display: none;
  }
}
.kimiomoi__shape--arw.features__btn--sizes {
  clip-path: url(#kimiomoi__cpath--arw2);
}
.kimiomoi__shape--arw.features__btn--sizes span {
  left: 47%;
}
@media not screen and (max-width: 700px) {
  .kimiomoi__shape--arw.features__btn--sizes {
    width: min(34vw, 315px);
    aspect-ratio: initial;
  }
  .kimiomoi__shape--arw.features__btn--sizes span img {
    max-width: 80%;
  }
}
@media not screen and (max-width: 700px) {
  .kimiomoi__shape--arw.features__btn--howtowear span img {
    max-width: 50%;
  }
}
@media not screen and (max-width: 700px) {
  .kimiomoi__shape--arw.features__btn--scene span img {
    max-width: 60%;
  }
}

.features__productImage {
  aspect-ratio: 1000/952;
  background-image: url(/_var/kimiomoi/dog/activewear/update202602/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 #1C9F8F;
}
.features__link::before {
  background-color: #fff;
  z-index: 2;
}
.features__link::after {
  background-color: #1C9F8F;
  z-index: 1;
}
.features__link > * {
  z-index: 10;
}
.features__link__textWrap::before {
  bottom: 88%;
  left: -2.5%;
}
.features__link__textWrap::after {
  background-image: url(/_var/kimiomoi/dog/activewear/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/activewear/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;
  clip-path: inset(0 0 100%);
}
.features__link__point::after {
  content: "";
  display: block;
  background-color: #1C9F8F;
  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, 110px);
}
.features__linkWrap:nth-of-type(1) {
  left: 14.2%;
  top: 6.6%;
  width: 46.4%;
}
.features__linkWrap:nth-of-type(1) img {
  width: 97%;
}
.features__linkWrap:nth-of-type(1) [class*=__textWrap]::before {
  background-image: url(/_var/kimiomoi/dog/activewear/img/feature1_lbl.svg);
}
.features__linkWrap:nth-of-type(1) [class*=__point] {
  top: 204%;
  left: 87%;
  transform: rotate(143deg);
}
.features__linkWrap:nth-of-type(1) [class*=__point]::before {
  height: min(30vw, 230px);
}
.features__linkWrap:nth-of-type(2) {
  left: 1%;
  top: 29.2%;
  width: 37%;
}
.features__linkWrap:nth-of-type(2) img {
  width: 86%;
}
.features__linkWrap:nth-of-type(2) [class*=__textWrap]::before {
  background-image: url(/_var/kimiomoi/dog/activewear/img/feature2_lbl.svg);
  bottom: 83%;
}
.features__linkWrap:nth-of-type(2) [class*=__point] {
  top: 166%;
  left: 93%;
  transform: rotate(127deg);
}
.features__linkWrap:nth-of-type(2) [class*=__point]::before {
  height: min(26vw, 200px);
}
.features__linkWrap:nth-of-type(3) {
  right: 1%;
  top: 22%;
  width: 35%;
}
.features__linkWrap:nth-of-type(3) img {
  width: 78%;
  transform: translateX(2%);
}
.features__linkWrap:nth-of-type(3) [class*=__textWrap]::before {
  background-image: url(/_var/kimiomoi/dog/activewear/img/feature3_lbl.svg);
  bottom: 80%;
}
.features__linkWrap:nth-of-type(3) [class*=__point] {
  top: 254%;
  left: -2%;
  transform: rotate(216deg);
}
.features__linkWrap:nth-of-type(3) [class*=__point]::before {
  height: min(36vw, 300px);
}
.features__linkWrap:nth-of-type(4) {
  left: 1%;
  top: 76%;
  width: 42.4%;
}
.features__linkWrap:nth-of-type(4) img {
  width: 83%;
  transform: translateX(4%);
}
.features__linkWrap:nth-of-type(4) [class*=__textWrap]::before {
  background-image: url(/_var/kimiomoi/dog/activewear/img/feature4_lbl.svg);
  bottom: 80%;
}
.features__linkWrap:nth-of-type(4) [class*=__point] {
  top: -68%;
  right: 15%;
  transform: rotate(41deg);
}
.features__linkWrap:nth-of-type(4) [class*=__point]::before {
  height: min(18vw, 200px);
}
.features__linkWrap:nth-of-type(5) {
  left: 54%;
  bottom: 0.5%;
  width: 45%;
}
.features__linkWrap:nth-of-type(5) img {
  width: 88%;
}
.features__linkWrap:nth-of-type(5) [class*=__textWrap]::before {
  background-image: url(/_var/kimiomoi/dog/activewear/update202602/img/feature5_lbl.svg);
}
.features__linkWrap:nth-of-type(5) [class*=__point] {
  top: -109%;
  left: 22%;
  transform: rotate(318deg);
}
.features__linkWrap:nth-of-type(5) [class*=__point]::before {
  height: min(30vw, 200px);
}
@media not screen and (max-width: 700px) {
  .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 #1C9F8F;
}
.feature h2::before {
  background-color: #fff;
  z-index: 2;
}
.feature h2::after {
  background-color: #1C9F8F;
  z-index: 1;
}
.feature h2 > * {
  z-index: 10;
}
@media screen and (min-width: 700px) {
  .feature h2 span {
    padding: 2.5% 0;
  }
}
@media screen and (max-width: 700px) {
  .feature h2 span {
    padding: 5% 0;
  }
}
.feature__subttl {
  background-color: rgba(28, 159, 143, 0.2);
  color: #1C9F8F;
  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: 700px) {
  .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%, 569px);
}
@media screen and (max-width: 700px) {
  .feature__1 h2 img {
    width: 72%;
  }
}
.feature__1 h2 span::before {
  background-image: url(/_var/kimiomoi/dog/activewear/img/feature1_lbl.svg);
}
.feature__1 [class*=__balloon] {
  display: block;
  position: absolute;
}
.feature__1--1, .feature__1--2 {
  margin-top: min(8vw, 60px);
}
.feature__1--1 h3 img {
  width: min(min(75%, 600px));
}
@media screen and (max-width: 700px) {
  .feature__1--1 h3 img {
    width: 92%;
  }
}
.feature__1--1 figcaption {
  margin-bottom: min(1.8vw, 16px);
}
.feature__1--1 figcaption img {
  width: min(78%, 420px);
}
.feature__1--2 h3 img {
  width: min(56%, 330px);
}
.feature__1--2--1 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 700px) {
  .feature__1--2--1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.feature__1--2--1__img figure {
  width: min(39vw, 330px);
  margin: 0;
}
@media screen and (max-width: 700px) {
  .feature__1--2--1__img figure {
    width: 80%;
    margin: auto;
  }
}
.feature__1--2 ul {
  display: flex;
  justify-content: center;
  width: 50%;
}
@media screen and (max-width: 700px) {
  .feature__1--2 ul {
    margin-top: min(7vw, 40px);
    width: 90%;
  }
}
.feature__1--2 li {
  width: -moz-fit-content;
  width: fit-content;
  flex: 1;
}
.feature__1--2 li:first-of-type {
  margin-right: 7%;
}
.feature__1--2 li:first-of-type dd {
  margin-top: calc(-1 * min(1vw, 8px));
}
.feature__1--2 dt {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1C9F8F;
  height: min(6vw, 35px);
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 700px) {
  .feature__1--2 dt {
    height: min(7.5vw, 40px);
  }
}
.feature__1--2 dt img {
  height: 56%;
  max-width: 60%;
}
.feature__1--2 dd {
  margin-top: min(0.5vw, -10px);
}
.feature__1--2 dd figure {
  margin: 0;
}
.feature__1--2 .kimiomoi__shape--arw {
  margin: auto;
}
@media screen and (max-width: 700px) {
  .feature__1--3 {
    margin-top: min(13vw, 80px);
  }
}
.feature__1--3 h3 img {
  width: min(52%, 320px);
}
.feature__1--3__table figure {
  margin-bottom: 0;
}
.feature__1--3__table .notes {
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 700px) {
  .feature__1--3__table .notes {
    margin: 0.5em 0;
  }
}
.feature__1--3__imgs {
  margin: auto;
}
@media not screen and (max-width: 700px) {
  .feature__1--3__imgs ul {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.feature__1--3__imgs li:nth-of-type(1) {
  width: 55%;
}
.feature__1--3__imgs li:nth-of-type(2) {
  width: 48%;
  margin-left: -2%;
}
@media screen and (max-width: 700px) {
  .feature__1--3__imgs li:nth-of-type(1) {
    width: 85%;
    margin-top: -5%;
  }
  .feature__1--3__imgs li:nth-of-type(2) {
    width: 81%;
    margin-left: auto;
    margin-top: 5%;
  }
}
.feature__1--3__imgs .notes {
  margin: 0.5em 0;
}
.feature__2 h2 {
  margin-bottom: min(8vw, 60px);
}
.feature__2 h2 img {
  width: min(60%, 582px);
}
@media screen and (max-width: 700px) {
  .feature__2 h2 img {
    width: 80%;
  }
}
.feature__2 h2 span {
  padding: 4.4% 0;
}
.feature__2 h2 span::before {
  background-image: url(/_var/kimiomoi/dog/activewear/img/feature2_lbl.svg);
}
.feature__2 h3 {
  margin: min(6vw, 30px) auto;
}
.feature__2 h3 img {
  width: min(80%, 500px);
}
@media screen and (max-width: 700px) {
  .feature__2 figure {
    margin-top: min(8vw, 40px);
  }
}
.feature__2 figure img {
  width: min(70%, 250px);
}
.feature__3 {
  padding-bottom: min(3vw, 10px);
}
.feature__3 h2 img {
  width: min(32%, 280px);
}
@media screen and (max-width: 700px) {
  .feature__3 h2 img {
    width: 45%;
  }
}
.feature__3 h2 span::before {
  background-image: url(/_var/kimiomoi/dog/activewear/img/feature3_lbl.svg);
}
.feature__3--1 h3 img {
  width: min(56%, 277px);
}
.feature__3--1 figure {
  margin: min(4vw, 20px) auto;
}
.feature__4 {
  margin-bottom: -30px;
}
.feature__4 h2 img {
  width: min(42%, 399px);
}
@media screen and (max-width: 700px) {
  .feature__4 h2 img {
    width: 58%;
  }
}
.feature__4 h2 span::before {
  background-image: url(/_var/kimiomoi/dog/activewear/img/feature4_lbl.svg);
}
.feature__4 [class*=__description] {
  margin-bottom: 0;
}
.feature__5 {
  padding-bottom: 0;
}
.feature__5 h2 img {
  width: min(46%, 438px);
}
@media screen and (max-width: 700px) {
  .feature__5 h2 img {
    width: 62%;
  }
}
.feature__5 h2 span::before {
  background-image: url(/_var/kimiomoi/dog/activewear/update202602/img/feature5_lbl.svg);
}

.product__contents--type-box__box {
  border-color: #1C9F8F;
}

.sizes .product__contents--type-box__box {
  padding: min(9vw, 68px) min(6vw, 55px) min(7vw, 58px);
}
.sizes h2 {
  background-image: url(/_var/kimiomoi/dog/activewear/update202602/img/ttl_bg-hasStroke_long.svg);
  width: min(45vw, 350px);
  aspect-ratio: 400/64.2;
}
.sizes h2 img {
  transform: translateX(-4%);
}
@media screen and (max-width: 700px) {
  .sizes h2 {
    width: 65vw;
  }
  .sizes h2 img {
    height: 39%;
  }
}
.sizes__1 h3, .sizes__2 h3, .sizes__3 h3 {
  margin-bottom: 1em;
}
.sizes__1 h3 {
  width: min(53vw, 260px);
}
.sizes__2 {
  margin-top: min(8vw, 50px);
}
.sizes__2 h3 {
  width: min(19.5vw, 97px);
}
.sizes__3 {
  position: relative;
  margin: min(8vw, 50px) 0;
}
@media not screen and (max-width: 700px) {
  .sizes__3 {
    width: min(70vw, 510px);
  }
}
.sizes__3 h3 {
  width: min(50vw, 240px);
}
.sizes__3 span {
  display: block;
  width: 70%;
  margin-left: auto;
  margin-top: min(4vw, 20px);
}
@media not screen and (max-width: 700px) {
  .sizes__3 span {
    position: absolute;
    right: 0;
    top: 50%;
    width: 40%;
    transform: translateY(-50%);
    margin-top: 0;
  }
}
.sizes__4 {
  margin-top: min(10vw, 80px);
}
.sizes__4__header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 1em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 700px) {
  .sizes__4__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.sizes__4__header p, .sizes__4__footer p {
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .sizes__4__header p, .sizes__4__footer p {
    font-size: min(3vw, 12px);
  }
}
.sizes__4__footer {
  margin-top: 1em;
}
.sizes__4__footer p {
  line-height: 1.6;
}
@media screen and (max-width: 700px) {
  .sizes__4__footer p {
    line-height: 1.4;
  }
}
.sizes__4 h3 {
  width: min(48vw, 230px);
}
@media screen and (max-width: 700px) {
  .sizes__4 h3 {
    width: min(65%, 230px);
  }
}
.sizes__4__tab {
  margin: 0 auto 0;
}
.sizes__4__tab__labels {
  display: flex;
  justify-content: space-between;
  gap: min(1vw, 10px);
}
.sizes__4__tab__labels li {
  flex: 1;
}
.sizes__4__tab__labels a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px 8px 0 0;
  height: min(5vw, 36px);
}
@media screen and (max-width: 700px) {
  .sizes__4__tab__labels a {
    height: min(7vw, 40px);
  }
}
.sizes__4__tab__labels a.size--s {
  background: #E9465A;
}
.sizes__4__tab__labels a.size--m {
  background: #006428;
}
.sizes__4__tab__labels a.size--l {
  background: #7E3C93;
}
.sizes__4__tab__labels a img {
  height: 42%;
  max-width: 90%;
}
@media screen and (max-width: 700px) {
  .sizes__4__tab__labels a img {
    height: 33%;
  }
}
.sizes__4__tab__contents {
  position: relative;
}
.sizes__4__tab__contents .tab__content {
  border: 3px solid;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  background: #fff;
  padding: min(5vw, 40px) min(4.5vw, 40px) min(4.5vw, 35px);
}
@media screen and (max-width: 700px) {
  .sizes__4__tab__contents .tab__content {
    padding-bottom: min(6vw, 40px);
  }
}
.sizes__4__tab__contents .size--s {
  border-color: #E9465A;
}
.sizes__4__tab__contents .size--s .splide__pagination .is-active {
  background-color: #E9465A;
}
.sizes__4__tab__contents .size--m {
  border-color: #006428;
}
.sizes__4__tab__contents .size--m .splide__pagination .is-active {
  background-color: #006428;
}
@media not screen and (max-width: 700px) {
  .sizes__4__tab__contents .size--m .wearimage__list {
    gap: min(1.6vw, 18px);
  }
}
.sizes__4__tab__contents .size--l {
  border-color: #7E3C93;
}
.sizes__4__tab__contents .size--l .splide__pagination .is-active {
  background-color: #7E3C93;
}
.sizes__4 .wearimage__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(7vw, 60px);
}
@media screen and (max-width: 700px) {
  .sizes__4 .wearimage__list {
    gap: min(5vw, 10px);
  }
}
.sizes__4 .wearimage__list > li {
  width: min(16vw, 130px);
}
.sizes__4 .wearimage__list > li img {
  width: 100%;
}
.sizes__4 .wearimage__list button {
  cursor: pointer;
}
.sizes__4 .wearimage__list .thumbnail {
  aspect-ratio: 341/303;
  width: 100%;
  background: rgba(112, 112, 112, 0.1);
}
@media screen and (max-width: 700px) {
  .sizes__4 .wearimage__list {
    justify-content: space-between;
  }
  .sizes__4 .wearimage__list > li {
    width: 45%;
  }
}
.sizes__4 .wearimage__list__txt {
  margin-top: min(2vw, 10px);
}
.sizes__4 .wearimage__list__txt * {
  font-size: min(2vw, 10px);
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 700px) {
  .sizes__4 .wearimage__list__txt * {
    font-size: min(2.5vw, 12px);
  }
}
.sizes__4 .wearimage__list__txt dl {
  display: flex;
  flex-wrap: wrap;
}
.sizes__4 .wearimage__list__txt dt {
  width: 3em;
}
.sizes__4 .wearimage__list__txt dd {
  width: calc(100% - 3em);
}

.howtowear dt {
  margin-bottom: min(3vw, 22px);
}
.howtowear dt img {
  height: min(6vw, 33px);
}
@media not screen and (max-width: 700px) {
  .howtowear dt img {
    transform: translateX(-20px);
  }
}
@media screen and (max-width: 700px) {
  .howtowear dt img {
    transform: translateX(-3vw);
  }
}
.howtowear dd {
  padding-bottom: 20px;
}
.howtowear [class*=__videoWrap] {
  margin-bottom: 0;
}
.howtowear__notes p, .howtowear__notes small {
  line-height: 1.3;
  font-size: min(2.7vw, 14px);
}
.howtowear__notes .txt--red {
  color: #ff0000;
}
@media screen and (max-width: 700px) {
  .howtowear__wear3 dd img {
    width: min(88%, 300px);
  }
}

.activewear__column {
  background: rgba(0, 143, 211, 0.2);
  border-radius: min(1.5vw, 10px);
  padding: 0 0 min(4vw, 20px);
  margin-bottom: min(7vw, 50px);
  margin-top: min(10vw, 40px);
}
.activewear__column h3 {
  border-bottom: 3px solid #0F5AA5;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
@media screen and (max-width: 700px) {
  .activewear__column {
    padding-top: 1vw;
  }
  .activewear__column h3 {
    border-width: 2px;
  }
}
.activewear__column__ttl--icon {
  display: block;
  position: relative;
  transform: translate(-10%, 24%);
  bottom: 0;
  left: 0;
  width: min(22vw, 147px);
}
@media not screen and (max-width: 700px) {
  .activewear__column__ttl--icon {
    margin-top: -0.3%;
  }
}
@media screen and (max-width: 700px) {
  .activewear__column__ttl--icon {
    transform: translate(-5%, 22%);
    margin-left: -3%;
  }
}
.activewear__column__ttl--text {
  display: block;
  padding: min(2vw, 10px) 0;
  padding-right: min(3vw, 20px);
  width: 74%;
}
@media screen and (max-width: 700px) {
  .activewear__column__ttl--text {
    width: 70vw;
  }
}
.activewear__column__contents {
  padding: min(5vw, 35px) min(6.8vw, 55px) 0;
}
.activewear__column__contents p {
  text-align: justify;
}
.activewear__column__dr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transform: translateY(-5%);
}
@media screen and (max-width: 700px) {
  .activewear__column__dr {
    margin-top: 2vw;
  }
}
.activewear__column__dr--name {
  font-size: min(3.5vw, 30px);
  white-space: nowrap;
}
@media screen and (max-width: 700px) {
  .activewear__column__dr--name {
    font-size: 4.6vw;
  }
}
.activewear__column__dr--name small {
  display: block;
  font-size: min(2.8vw, 16px);
}
.activewear__column__dr--photo {
  margin-left: min(3vw, 20px);
  width: min(18vw, 174px);
}
@media screen and (max-width: 700px) {
  .activewear__column__dr--photo {
    width: 23vw;
  }
}
.activewear__scene {
  position: relative;
}
@media not screen and (max-width: 700px) {
  .activewear__scene__contents figure {
    width: min(80%, 470px);
    margin: min(2vw, 20px) auto 0;
  }
}
.activewear__scene__icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/_var/kimiomoi/dog/activewear/img/active_pinc_icon_bg-min.png) no-repeat center center/contain;
  margin-top: -1.2%;
  width: min(24vw, 220px);
  margin-right: -2%;
}
@media screen and (max-width: 700px) {
  .activewear__scene__icon {
    width: 30vw;
  }
}
.activewear__renewal {
  margin: min(10vw, 100px) auto min(8vw, 60px);
}/*# sourceMappingURL=style.css.map */