@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
/* common */
/* 3月はSPORTSコンテンツ非公開*/
.is-sports {
  display: none !important;
}

.contentContainer img {
  vertical-align: top;
}

.fontNotoSansJp,
.contentContainer {
  font-family: "Noto Sans Japanese";
}

.fontJinsNextLight {
  font-family: jins_next_ttlight;
}

.fontJinsNextRegular {
  font-family: jins_next_ttregular;
}

.fontJinsNextMedium {
  font-family: jins_next_ttmedium;
}

.fontJinsNextBold {
  font-family: jins_next_ttbold;
}

/* content */
body.is-renewal .footer-navigation {
  margin-top: 0 !important;
}

body.is-kids-popup-open {
  overflow: hidden;
}

.p-kids {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  color: #621a0f;
}
.p-kids::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg-main-pc.jpg");
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top center;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-kids::before {
    background-image: url("../img/bg-main-sp.jpg");
  }
}
.p-kids ul,
.p-kids ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-kids a {
  text-decoration: none;
  color: #621a0f;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.p-kids img {
  width: 100%;
  display: block;
}
.p-kids p {
  margin: 0;
  line-height: 1.5;
}
.p-kids [data=to-inline-svg] {
  display: none;
}
.p-kids mark {
  color: currentColor;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, #ffd170), to(transparent));
  background: -webkit-linear-gradient(top, transparent 0 20%, #ffd170 20% calc(20% + 1em), transparent calc(20% + 1em) 100%);
  background: linear-gradient(to bottom, transparent 0 20%, #ffd170 20% calc(20% + 1em), transparent calc(20% + 1em) 100%);
}
.p-kids > * {
  position: relative;
}
.p-kids .p-kids-productCard__media:not(.slick-initialized),
.p-kids .p-kids-careSlide__track:not(.slick-initialized) {
  overflow: hidden;
}
.p-kids .p-kids-productCard__media:not(.slick-initialized) > :not(:first-child),
.p-kids .p-kids-careSlide__track:not(.slick-initialized) > :not(:first-child) {
  display: none;
}
@media screen and (max-width: 767px) {
  html.is-kids-slick-booting .p-kids .p-kids-lineupPanel .p-kids-products:not(.slick-initialized),
  html.is-kids-slick-booting .p-kids .p-kids-rankingGroup__slick:not(.slick-initialized) {
    overflow: hidden;
  }
  html.is-kids-slick-booting .p-kids .p-kids-lineupPanel .p-kids-products:not(.slick-initialized) > :not(:first-child),
  html.is-kids-slick-booting .p-kids .p-kids-rankingGroup__slick:not(.slick-initialized) > :not(:first-child) {
    display: none;
  }
}
.p-kids .is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-kids .is-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-kids .is-pc {
    display: none;
  }
}
@-webkit-keyframes kids-lineup-tabs-arrow-bounce {
  0%, 100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  45% {
    -webkit-transform: translate(-50%, 14px);
            transform: translate(-50%, 14px);
  }
  70% {
    -webkit-transform: translate(-50%, 4px);
            transform: translate(-50%, 4px);
  }
}
@keyframes kids-lineup-tabs-arrow-bounce {
  0%, 100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  45% {
    -webkit-transform: translate(-50%, 14px);
            transform: translate(-50%, 14px);
  }
  70% {
    -webkit-transform: translate(-50%, 4px);
            transform: translate(-50%, 4px);
  }
}
.p-kids .l-kids-container {
  width: min(1440px, 100%);
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-kids .l-kids-container {
    padding: 0 20px;
  }
}
.p-kids .c-attention {
  color: #e0182f;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.11111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-kids .c-attention::before, .p-kids .c-attention::after {
  content: "";
  display: block;
  width: 23px;
  height: 1px;
  border-top: dashed 1px #e0182f;
  -webkit-transform: rotate(45deg) translate(4px, 2px);
          transform: rotate(45deg) translate(4px, 2px);
}
.p-kids .c-attention::after {
  -webkit-transform: rotate(-45deg) translate(-4px, 2px);
          transform: rotate(-45deg) translate(-4px, 2px);
}
.p-kids .c-kids-title-a {
  font-size: 40px;
  font-weight: 700;
  line-height: 0.95;
  text-align: center;
  position: relative;
  padding-top: 31px;
}
@media screen and (max-width: 767px) {
  .p-kids .c-kids-title-a {
    font-size: 24px;
    line-height: 1.33333;
    padding-top: 24px;
  }
}
.p-kids .c-kids-title-a::before, .p-kids .c-kids-title-a::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(calc(-100% - 1px));
          transform: translateX(calc(-100% - 1px));
  -webkit-mask-image: url("../img/title-icon1.svg");
          mask-image: url("../img/title-icon1.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #bb0028;
}
@media screen and (max-width: 767px) {
  .p-kids .c-kids-title-a::before, .p-kids .c-kids-title-a::after {
    width: 15px;
    height: 15px;
  }
}
.p-kids .c-kids-title-a::after {
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
  background-color: #f5de93;
}
.p-kids .c-kids-btn-a, .p-kids .p-kids-warrantyU18__link, .p-kids .p-kids-optionCard__link {
  border-radius: 100vmax;
  border: 1px solid #621a0f;
  background: #fff;
  -webkit-box-shadow: 2px 2px 0 0 #1b466a;
          box-shadow: 2px 2px 0 0 #1b466a;
  height: 43px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #621a0f;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: 700;
  line-height: 2.25;
  letter-spacing: 0.32px;
  padding: 0 20px;
  margin: 20px auto 0;
}
.p-kids .c-kids-btn-a::after, .p-kids .p-kids-warrantyU18__link::after, .p-kids .p-kids-optionCard__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #c21730;
  border-radius: 50%;
}
@media (hover: hover) and (pointer: fine) {
  .p-kids .c-kids-btn-a:hover, .p-kids .p-kids-warrantyU18__link:hover, .p-kids .p-kids-optionCard__link:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.p-kids .c-note {
  font-size: 13px;
  display: block;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-kids .c-note {
    font-size: 11px;
  }
}
.p-kids .c-note:first-of-type {
  margin-top: 1em;
}
.p-kids .c-note:last-of-type {
  margin-bottom: 1em;
}
.p-kids .p-kids-nav {
  z-index: 20;
}
.p-kids .p-kids-nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.p-kids .p-kids-nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 40px;
  gap: 0 46px;
  background: #621a0f;
  padding: 5px 10px;
}
@media screen and (max-width: 600px) {
  .p-kids .p-kids-nav > ul {
    gap: 0 4vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 13px 80px 13px 30px;
  }
}
.p-kids .p-kids-nav > ul a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .p-kids .p-kids-nav > ul a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-nav > ul a {
    font-size: 13px;
  }
}
.p-kids .p-kids-floating-nav {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-floating-nav {
    right: 50%;
    bottom: 10px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.p-kids .p-kids-btn-chat {
  width: 234px;
  height: 59.935px;
  border-radius: 50px;
  background: #1b1b1b;
  background-image: url("../img/chat-btn.png");
  background-size: 169px auto;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .p-kids .p-kids-btn-chat:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.p-kids .p-kids-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-hero {
    padding: 50px 20px 50px;
  }
}
.p-kids .p-kids-hero .p-kids-hero__img {
  position: relative;
  z-index: 0;
  max-width: 1223px;
  padding: 5% 40px 6%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-hero .p-kids-hero__img {
    padding: 0;
  }
}
.p-kids .p-kids-hero__title-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 38px 40px 56px;
  gap: 45px 0;
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-hero__title-wrap {
    padding: 70px 0 36px;
    gap: 20px 20px;
  }
}
.p-kids .p-kids-hero__title {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-hero__title {
    font-size: 32px;
  }
}
.p-kids .p-kids-hero__lead {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-hero__lead {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.66667;
    padding: 0 40px;
  }
}
.p-kids .p-kids-hero__lead p {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-point__body {
    width: 100vw;
    margin-left: -40px;
  }
}
.p-kids .p-kids-point__inner {
  border-radius: 10px;
  border: 2px solid #621a0f;
  padding: 40px 60px 41px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 72px 0;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-point__inner {
    padding: 21px 20px 41px;
    gap: 65px 0;
  }
}
.p-kids .p-kids-point__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 75px;
}
.p-kids .p-kids-point-card {
  height: 100%;
  position: relative;
  padding: 44px 66px 36px;
  background-color: #ffffff;
}
@media screen and (max-width: 1240px) {
  .p-kids .p-kids-point-card {
    padding: 0 0 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-kids .p-kids-point-card {
  /*
  &::before {
  	content: "";
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background: #ffecdc;
  	mix-blend-mode: multiply;
  	@media screen and (max-width: 767px) {
  		width: 100vw;
  		left: 50%;
  		transform: translateX(-50%);
  	}
  }
  	*/
}
.p-kids .p-kids-point-card > * {
  position: relative;
}
.p-kids .p-kids-point-card__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: -80px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-point-card__header {
    display: block;
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 32px;
  }
}
.p-kids .p-kids-point-card__num {
  color: #38623c;
  text-align: center;
  font-family: Inter;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 36px; /* 45% */
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-point-card__num {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 60px;
  }
}
.p-kids .p-kids-point-card__title {
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 117.647% */
  padding: 8px 42px;
  min-height: 57px;
  border-radius: 100vmax;
  background: #38623c;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 1240px) {
  .p-kids .p-kids-point-card__title {
    font-size: 24px;
    padding: 8px 22px;
  }
}
.p-kids .p-kids-point-card__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
}
@media screen and (max-width: 1240px) {
  .p-kids .p-kids-point-card__body {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-point-card__body {
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-kids .p-kids-point-card__text {
  color: #621a0f;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.4px;
}
.p-kids .p-kids-point-card__btn {
  border-radius: 100vmax;
  background-color: #fff;
  width: min(238px, 100%);
  height: 43px;
  -webkit-box-shadow: 4px 4px 0 0 #38623c;
          box-shadow: 4px 4px 0 0 #38623c;
  border: solid 1px #38623c;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 27px;
  color: #38623c;
  position: relative;
}
.p-kids .p-kids-point-card__btn::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 13px;
  width: 10px;
  height: 10px;
  -webkit-mask-image: url("../img/icon-arrow-down-1.svg");
          mask-image: url("../img/icon-arrow-down-1.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
}
@media (hover: hover) and (pointer: fine) {
  .p-kids .p-kids-point-card__btn:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 1240px) {
  .p-kids .p-kids-point-card__btn {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-point-card__btn {
    margin-left: 0;
  }
}
.p-kids .p-kids-howto {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  padding-top: 67px;
  padding-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-howto {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.p-kids .p-kids-howto__header {
  margin-bottom: 91px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-howto__header {
    margin-bottom: 65px;
  }
}
.p-kids .p-kids-howto__lead {
  font-size: 18px;
  font-weight: 700;
  line-height: 2.11111;
  text-align: center;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-howto__lead {
    font-size: 14px;
    line-height: 2.71429;
  }
}
.p-kids .p-kids-howto__title {
  padding-top: 17px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-howto__title {
    padding-top: 21px;
  }
}
.p-kids .p-kids-howto__title::before, .p-kids .p-kids-howto__title::after {
  width: 11px;
  height: 11px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-howto__title::before, .p-kids .p-kids-howto__title::after {
    width: 15px;
    height: 15px;
  }
}
.p-kids .p-kids-howto__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-kids .p-kids-howto__list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 80px 5%;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-howto__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 76px;
  }
}
.p-kids .p-kids-howto__list > * {
  width: 30%;
}
@media screen and (max-width: 1240px) {
  .p-kids .p-kids-howto__list > * {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-howto__list > * {
    width: 100%;
  }
}
.p-kids .p-kids-howto-card {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
}
.p-kids .p-kids-howto-card .c-note {
  color: #621a0f !important;
}
.p-kids .p-kids-howto-card__num {
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  line-height: 1;
  color: #621a0f;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-weight: 500;
  line-height: 0.7;
  letter-spacing: -1.6px;
}
.p-kids .p-kids-howto-card__head {
  background-color: #621a0f;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  min-height: 50px;
  border-radius: 10px 10px 0 0;
  padding: 5px 5px;
  line-height: 1.2;
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: 38px; /* 172.727% */
  letter-spacing: -0.22px;
}
.p-kids .p-kids-howto-card__body {
  padding: 28px 40px 29px;
  background-color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0 0 10px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-kids .p-kids-howto-card__body p {
  line-height: 1.5;
}
.p-kids .p-kids-howto-card__body .c-note {
  color: #5e5e5e;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-howto-card__body {
    padding: 28px 0 29px;
  }
}
.p-kids .p-kids-howto-card__sub-title {
  color: #fff;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.22px;
  border-radius: 100vmax;
  background: #38623c;
  padding: 8px 28px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 17px;
}
.p-kids .p-kids-howto-card__text {
  padding-bottom: 26px;
  color: #621a0f;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 162.5% */
  letter-spacing: -0.32px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-howto-card__text {
    padding: 0 20px 20px;
  }
}
.p-kids .p-kids-howto-card__note {
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  margin-top: 10px;
  line-height: 1.5;
}
.p-kids .p-kids-howto-card__btn, .p-kids .p-kids-howto-card__btn--plus {
  width: min(198px, 100%);
  margin: auto auto 0;
  min-height: 30px;
  padding: 5px 30px 5px 10px;
  border-radius: 100vmax;
  background: #912e26;
  -webkit-box-shadow: 2px 2px 0 0 #ffd170;
          box-shadow: 2px 2px 0 0 #ffd170;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.71429;
  background-image: url("../img/icon-arrow-down-2.svg");
  background-size: 8px auto;
  background-position: top calc(50% + 2px) right 14px;
  background-repeat: no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  .p-kids .p-kids-howto-card__btn:hover, .p-kids .p-kids-howto-card__btn--plus:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.p-kids .p-kids-howto-card__btn--plus {
  border: 1px solid #691b07;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #621a0f;
  background-image: url("../img/icon-plus.svg");
  background-size: 10px auto;
  background-position: center right 14px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-guide {
    padding: 0;
  }
}
.p-kids .p-kids-guide__inner {
  background-image: url("../img/bg-guide.jpg");
  background-position: left top;
  background-repeat: repeat;
  padding: 51px 60px 55px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-guide__inner {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-guide__header {
    padding: 0 30px;
  }
}
.p-kids .p-kids-guide__lead {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin: 13px 0 0;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-guide__lead {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.57143;
  }
}
.p-kids .p-kids-guide__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  margin: 47px auto 0;
  position: relative;
  z-index: 0;
  max-width: 1087px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-guide__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 31px;
    margin: 47px auto 0;
    padding: 0 20px;
    max-width: 375px;
  }
}
.p-kids .p-kids-guide__list > *:last-child .p-kids-guide-card__media::before {
  display: none;
}
.p-kids .p-kids-guide-card__media {
  position: relative;
}
.p-kids .p-kids-guide-card__media::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-guide-card__media::before {
    display: none;
  }
}
.p-kids .p-kids-guide-card__text {
  margin-top: 13px;
  text-align: center;
  color: #621a0f;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-guide-card__text {
    line-height: 1.4375;
    margin-top: 10px;
  }
}
.p-kids .p-kids-guide-card__note {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.28571;
  margin-top: 6px;
}
.p-kids .p-kids-guide-size {
  background: #d6b191;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  padding: 45px 42px 42px 60px;
  margin-top: 65px;
}
@media screen and (max-width: 1100px) {
  .p-kids .p-kids-guide-size {
    padding: 20px 20px 46px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-guide-size {
    margin-top: 44px;
    gap: 30px;
    background: -webkit-linear-gradient(left, #fff 0 6px, transparent 6px 12px) top/12px 1px repeat-x, -webkit-linear-gradient(left, #fff 0 6px, transparent 6px 12px) bottom/12px 1px repeat-x, #d6b191;
    background: linear-gradient(90deg, #fff 0 6px, transparent 6px 12px) top/12px 1px repeat-x, linear-gradient(90deg, #fff 0 6px, transparent 6px 12px) bottom/12px 1px repeat-x, #d6b191;
  }
}
.p-kids .p-kids-guide-size__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-guide-size__content {
    gap: 20px;
  }
}
.p-kids .p-kids-guide-size__title {
  font-size: 45px;
  font-weight: 700;
  line-height: 0.93333;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-guide-size__title {
    font-size: 28px;
    line-height: 1.35714;
    letter-spacing: 0.56px;
    text-align: center;
  }
}
.p-kids .p-kids-guide-size__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
}
.p-kids .p-kids-guide-size__text p {
  line-height: 1.285714;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-guide-size__text p {
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-guide-size__text {
    font-size: 16px;
    line-height: 1.75;
  }
}
.p-kids .p-kids-guide-size__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-guide-size__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 8px;
  }
}
.p-kids .p-kids-size-card {
  width: 100%;
  max-width: 319px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
}
.p-kids .p-kids-size-card__media {
  aspect-ratio: 280/250;
  background-color: #ccc;
}
.p-kids .p-kids-size-card__media img {
  width: 100%;
  height: 100%;
  -o-object-position: top center;
     object-position: top center;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-kids .p-kids-size-card__body {
  padding: 17px 20px;
  padding: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.p-kids .p-kids-size-card__body .p-kids-productCard__badge {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
}
.p-kids .p-kids-size-card__name {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
.p-kids .p-kids-size-card__desc {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.p-kids .p-kids-size-card__desc strong {
  display: inline-block;
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(60%, #ffe292));
  background: -webkit-linear-gradient(top, transparent 0 60%, #ffe292 60% 100%);
  background: linear-gradient(to bottom, transparent 0 60%, #ffe292 60% 100%);
}
.p-kids .p-kids-cta-stores {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 47px 0 63px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-cta-stores {
    padding: 32px 20px 40px;
  }
}
.p-kids .c-attention {
  color: #e0182f;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.11111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-kids .c-attention::before, .p-kids .c-attention::after {
  content: "";
  display: block;
  width: 23px;
  height: 1px;
  border-top: dashed 1px #e0182f;
  -webkit-transform: rotate(45deg) translate(4px, 2px);
          transform: rotate(45deg) translate(4px, 2px);
}
.p-kids .c-attention::after {
  -webkit-transform: rotate(-45deg) translate(-4px, 2px);
          transform: rotate(-45deg) translate(-4px, 2px);
}
.p-kids .p-kids-cta-stores__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 550px;
  height: 90px;
  border-radius: 100vmax;
  background: #e0182f;
  -webkit-box-shadow: 4px 4px 0 0 #621a0f;
          box-shadow: 4px 4px 0 0 #621a0f;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.58333;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-cta-stores__btn {
    width: 100%;
    max-width: 335px;
    height: 75px;
    color: #fff;
    font-family: "Zen Kaku Gothic New";
    font-size: 24px;
    font-weight: 700;
    line-height: 1.58333;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-kids .p-kids-cta-stores__btn:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.p-kids .p-kids-cta-lineup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 38px 0 98px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-cta-lineup {
    padding: 32px 20px 90px;
  }
}
.p-kids .p-kids-cta-lineup-btn {
  width: min(550px, 100%);
  height: 90px;
  border-radius: 100vmax;
  background: #912e26;
  -webkit-box-shadow: 4px 4px 0 0 #ffd170;
          box-shadow: 4px 4px 0 0 #ffd170;
  padding: 0 53px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.63636;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../img/icon-arrow-down-2.svg");
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: top calc(50% + 4px) right 40px;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .p-kids .p-kids-cta-lineup-btn:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-cta-lineup-btn {
    width: min(335px, 100%);
    height: 60px;
    padding: 0 30px;
    color: #fff;
    font-family: "Zen Kaku Gothic New";
    font-size: 18px;
    font-weight: 700;
    line-height: 2;
    background-size: 20px auto;
    background-position: top calc(50% + 2px) right 26px;
  }
}
.p-kids .p-kids-lineup {
  padding-top: 14px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-lineup {
    padding: 0;
  }
}
.p-kids .p-kids-lineup__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 42px;
}
.p-kids .p-kids-lineup__panels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.p-kids .p-kids-lineup__price {
  margin: 27px 0 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 0.9375;
  text-align: center;
}
.p-kids .p-kids-lineup__priceText {
  display: inline;
  background: -webkit-linear-gradient(top, transparent 0 50%, #ffe292 50% calc(50% + 12px), transparent calc(50% + 12px) 100%);
  background: linear-gradient(to bottom, transparent 0 50%, #ffe292 50% calc(50% + 12px), transparent calc(50% + 12px) 100%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 0.6em;
}
.p-kids .p-kids-lineup__lead-area {
  background: -webkit-linear-gradient(left, #621a0f 0 4px, transparent 4px 8px) top/8px 1px repeat-x, -webkit-linear-gradient(left, #621a0f 0 4px, transparent 4px 8px) bottom/8px 1px repeat-x;
  background: linear-gradient(90deg, #621a0f 0 4px, transparent 4px 8px) top/8px 1px repeat-x, linear-gradient(90deg, #621a0f 0 4px, transparent 4px 8px) bottom/8px 1px repeat-x;
  text-align: center;
  margin: 30px 0 27px;
  padding: 15px 29px 7px;
}
.p-kids .p-kids-lineup__lead {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.36364;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-lineup__lead {
    font-size: 14px;
    line-height: 1.42857;
  }
}
.p-kids .p-kids-lineup__lead--note {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-lineup__lead--note {
    font-size: 12px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-lineup__link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 10px;
  }
}
.p-kids .p-kids-lineup__anchor {
  width: 100%;
  min-width: 400px;
  height: 54px;
  border-radius: 100vmax;
  border: 1px solid #621a0f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #621a0f;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  gap: 15px;
  padding: 0 0 0 5px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-lineup__anchor {
    height: 60px;
    font-size: 16px;
    min-width: 0;
    width: 337px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-kids .p-kids-lineup__anchor::before {
  content: "？";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fac784;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  width: 20px;
  height: 20px;
  background-color: #621a0f;
  border-radius: 50%;
}
@media (hover: hover) and (pointer: fine) {
  .p-kids .p-kids-lineup__anchor:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.p-kids .p-kids-lineup__selectorTitle {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.26667;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-lineup__selectorTitle {
    font-size: 24px;
  }
}
.p-kids .p-kids-lineup__selectorTitle::before, .p-kids .p-kids-lineup__selectorTitle::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #621a0f;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-kids .p-kids-lineupTabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 43px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 86px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-lineupTabs {
    margin: 30px auto 90px;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 10px;
  }
}
@media screen and (max-width: 375px) {
  .p-kids .p-kids-lineupTabs {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-kids .p-kids-lineupTabs__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-lineupTabs__item {
    max-width: 150px;
  }
}
.p-kids .p-kids-lineupTabs__item.p-kids-lineupTabs__item--comfortable {
  width: 247px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-lineupTabs__item.p-kids-lineupTabs__item--comfortable {
    width: 100%;
  }
}
.p-kids .p-kids-lineupTabs__item.p-kids-lineupTabs__item--comfortable .p-kids-lineupTabs__btn {
  color: #691b07;
}
.p-kids .p-kids-lineupTabs__item.p-kids-lineupTabs__item--stays {
  width: 241px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-lineupTabs__item.p-kids-lineupTabs__item--stays {
    width: 100%;
  }
}
.p-kids .p-kids-lineupTabs__item.p-kids-lineupTabs__item--stays .p-kids-lineupTabs__btn {
  color: #4ba79a;
}
.p-kids .p-kids-lineupTabs__item.p-kids-lineupTabs__item--standard {
  width: 238px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-lineupTabs__item.p-kids-lineupTabs__item--standard {
    width: 100%;
  }
}
.p-kids .p-kids-lineupTabs__item.p-kids-lineupTabs__item--standard .p-kids-lineupTabs__btn {
  color: #ffe5ca;
}
.p-kids .p-kids-lineupTabs__item.p-kids-lineupTabs__item--standard .p-kids-lineupTabs__btn::before {
  background-color: #963426;
}
.p-kids .p-kids-lineupTabs__item.p-kids-lineupTabs__item--standard .p-kids-lineupTabs__jp span {
  color: #963426;
}
.p-kids .p-kids-lineupTabs__item.p-kids-lineupTabs__item--durable {
  width: 225px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-lineupTabs__item.p-kids-lineupTabs__item--durable {
    width: 100%;
  }
}
.p-kids .p-kids-lineupTabs__item.p-kids-lineupTabs__item--durable .p-kids-lineupTabs__btn {
  color: #fff;
}
.p-kids .p-kids-lineupTabs__item.p-kids-lineupTabs__item--durable .p-kids-lineupTabs__btn::before {
  background-color: #456d42;
}
.p-kids .p-kids-lineupTabs__item.p-kids-lineupTabs__item--durable .p-kids-lineupTabs__btn::after {
  background-color: #691b07;
}
.p-kids .p-kids-lineupTabs__item.p-kids-lineupTabs__item--durable .p-kids-lineupTabs__jp span {
  color: #963426;
}
.p-kids .p-kids-lineupTabs__item.p-kids-lineupTabs__item--fashion {
  width: 231px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-lineupTabs__item.p-kids-lineupTabs__item--fashion {
    width: 100%;
  }
}
.p-kids .p-kids-lineupTabs__item.p-kids-lineupTabs__item--fashion .p-kids-lineupTabs__btn {
  color: #e67996;
}
.p-kids .p-kids-lineupTabs__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-lineupTabs__btn {
    width: 100%;
  }
}
.p-kids .p-kids-lineupTabs__btn::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: 8px;
  background-color: currentColor;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-lineupTabs__btn::after {
    height: 5px;
  }
}
.p-kids .p-kids-lineupTabs__btn::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("../img/icon-arrow-down-1.svg");
          mask-image: url("../img/icon-arrow-down-1.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-lineupTabs__btn::before {
    bottom: -35px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-kids .p-kids-lineupTabs__btn:hover {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .p-kids .p-kids-lineupTabs__btn:hover::before {
    -webkit-animation: kids-lineup-tabs-arrow-bounce 0.9s ease-out infinite;
            animation: kids-lineup-tabs-arrow-bounce 0.9s ease-out infinite;
  }
}
.p-kids .p-kids-lineupTabs__bg {
  -webkit-filter: drop-shadow(4px 4px 26px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(4px 4px 26px rgba(0, 0, 0, 0.2));
  height: 100%;
}
.p-kids .p-kids-lineupTabs__body {
  padding-top: 81px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-lineupTabs__body {
    padding-top: 25px;
  }
}
.p-kids .p-kids-lineupTabs__en {
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.0625;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-lineupTabs__en {
    font-size: 12px;
    font-weight: 700;
    line-height: 3;
  }
}
.p-kids .p-kids-lineupTabs__jp {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 0.85714;
  background-color: currentColor;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 153px;
  height: 41px;
  border-radius: 100vmax;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-lineupTabs__jp {
    font-size: 18px;
    width: 110px;
    height: 32px;
  }
}
.p-kids .p-kids-lineupTabs__jp span {
  color: #fff;
}
.p-kids .p-kids-lineupTabs__desc {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-lineupTabs__desc {
    font-size: 11px;
    line-height: 1.33333;
    letter-spacing: -0.24px;
    margin-top: 7px;
  }
}
.p-kids .p-kids-lineupPanel {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 0;
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 123px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-lineupPanel {
    padding: 80px 0 60px;
  }
}
.p-kids .p-kids-lineupPanel__bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  width: auto;
  aspect-ratio: 1;
  min-width: 120%;
  max-width: none;
  z-index: -1;
}
.p-kids .p-kids-lineupPanel__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-lineupPanel__header {
    padding: 20px;
    width: 100vw;
  }
}
.p-kids .p-kids-lineupPanel__label {
  color: #691b07;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}
.p-kids .p-kids-lineupPanel__title {
  height: 58.232px;
  border-radius: 100vmax;
  background: #691b07;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 0.75;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 45px;
}
.p-kids .p-kids-lineupPanel__lead {
  color: #621a0f;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin: 14px 0 0;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-lineupPanel__lead {
    font-size: 18px;
    line-height: 1.44444;
    max-width: 100%;
  }
}
.p-kids .p-kids-lineupPanel__lead .c-note {
  margin-top: 0.5em;
  text-align: center;
}
.p-kids .p-kids-lineupPanel__sub {
  width: 447px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: dashed 1px #621a0f;
  border-bottom: dashed 1px #621a0f;
  padding: 8px 0;
  margin-top: 50px;
}
.p-kids .p-kids-lineupFeatures {
  padding: 38px 0 33px;
  gap: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-lineupFeatures {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px 20px;
  }
}
.p-kids .p-kids-lineupFeatures::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 99px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #621a0f;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-lineupFeatures::before {
    width: calc(100% - 40px);
    height: calc(100% + 18px);
  }
}
.p-kids .p-kids-lineupFeatures__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  max-width: 346px;
  border-radius: 100vmax 100vmax 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-lineupFeatures__item {
    max-width: 283.205px;
  }
}
.p-kids .p-kids-lineupFeature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 70px 40px 28px;
  gap: 6px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44444;
}
@media screen and (max-width: 1240px) {
  .p-kids .p-kids-lineupFeature {
    padding: 60px 20px 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-lineupFeature {
    padding: 60px 20px 28px;
  }
}
.p-kids .p-kids-lineupFeature__img {
  width: auto;
  height: auto;
  max-height: 140px;
}
.p-kids .p-kids-products {
  margin-top: 77px;
  --product-col: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(280px * var(--product-col) + 40px * (var(--product-col) - 1));
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  gap: 80px 40px;
}
@media screen and (max-width: 1240px) {
  .p-kids .p-kids-products {
    --product-col: 3;
  }
}
@media screen and (max-width: 919px) {
  .p-kids .p-kids-products {
    --product-col: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-products {
    --product-col: 1;
    margin-top: 10px;
  }
}
.p-kids .p-kids-products > * {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-products > * {
    width: 100%;
  }
}
.p-kids .p-kids-productsSlide__prev,
.p-kids .p-kids-productsSlide__next {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 0;
  cursor: pointer;
}
.p-kids .p-kids-productsSlide__prev {
  left: 8px;
}
.p-kids .p-kids-productsSlide__next {
  right: 8px;
}
.p-kids .p-kids-productsSlide__prev::before,
.p-kids .p-kids-productsSlide__next::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  border-top: 4px solid #691b07;
  border-right: 4px solid #691b07;
}
.p-kids .p-kids-productsSlide__prev::before {
  -webkit-transform: translate(-35%, -50%) rotate(-135deg);
          transform: translate(-35%, -50%) rotate(-135deg);
}
.p-kids .p-kids-productsSlide__next::before {
  -webkit-transform: translate(-65%, -50%) rotate(45deg);
          transform: translate(-65%, -50%) rotate(45deg);
}
.p-kids .p-kids-productsSlide__prev.slick-disabled,
.p-kids .p-kids-productsSlide__next.slick-disabled {
  opacity: 0.35;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-products.slick-slider {
    display: block;
    width: min(100%, 100vw);
    max-width: 100vw;
    min-width: 0;
    gap: 0;
  }
  .p-kids .p-kids-products.slick-slider .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-kids .p-kids-products.slick-slider .slick-slide {
    height: auto;
  }
  .p-kids .p-kids-products.slick-slider .slick-list {
    margin: 20px 0 0;
  }
  .p-kids .p-kids-products__item.slick-slide {
    width: 100%;
    margin: 0;
    padding: 40px 36px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-kids .p-kids-products__item.slick-slide .p-kids-productCard {
    margin: 0 auto;
    max-width: 280px;
  }
  .p-kids .p-kids-productsSlide__prev,
  .p-kids .p-kids-productsSlide__next {
    top: clamp(116px, 34vw, 166px);
  }
}
.p-kids .p-kids-productCard {
  position: relative;
  isolation: isolate;
}
.p-kids .p-kids-productCard .c-note {
  text-align: center;
  color: #fff;
  margin: 2em auto 0;
}
.p-kids .p-kids-productCard__slide,
.p-kids .p-kids-productCard__media {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
.p-kids .p-kids-productCard__badge {
  position: absolute;
  top: -19px;
  left: -18px;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  font-family: Inter;
  font-size: 14px;
  font-weight: 800;
  color: #f5de93;
  background-color: #bb0028;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
.p-kids .p-kids-productCard__badge--kids {
  color: #f5de93;
  background-color: #bb0028;
}
.p-kids .p-kids-productCard__badge--junior {
  color: #bb0028;
  background-color: #f5de93;
}
.p-kids .p-kids-productCard__badge--sunglasses {
  color: #fff;
  font-size: 10px;
  background-color: #691b07;
  left: 37px;
  z-index: 2;
}
.p-kids .p-kids-productCard__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-kids .p-kids-productCard__colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 21px 0 21px;
}
.p-kids .p-kids-productCard__color {
  border-radius: 16px;
  border: 2px solid #fff;
  background: #ab786a;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.p-kids .p-kids-productCard__color.is-current {
  width: 27px;
  height: 27px;
  border: 2px solid #fff;
  background: #d9a4ac;
}
.p-kids .p-kids-productCard__img {
  aspect-ratio: 280/200;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.p-kids .p-kids-productCard__slide-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
  margin: 28px 0 26px;
}
.p-kids .p-kids-productCard__slide-nav button {
  padding: 0;
  border-radius: 50%;
  background: transparent;
  border: none;
  cursor: pointer;
}
.p-kids .p-kids-productCard__slide-nav button img {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border: 2px solid #fff;
}
.p-kids .p-kids-productCard__slide-nav button.is-current img {
  -webkit-transform: scale(2);
          transform: scale(2);
  border: 1px solid #fff;
}
@media (hover: hover) and (pointer: fine) {
  .p-kids .p-kids-productCard__slide-nav button:hover img {
    -webkit-transform: scale(2);
            transform: scale(2);
    border: 1px solid #fff;
  }
}
.p-kids .p-kids-productCard__code {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.66667;
}
.p-kids .p-kids-productCard__price {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.153846;
}
.p-kids .p-kids-productCard__link {
  max-width: 238px;
  width: 100%;
  height: 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
  margin: 15px 0 0;
  border-radius: 100vmax;
  background: #fff;
  -webkit-box-shadow: 4px 4px 0 0 currentColor;
          box-shadow: 4px 4px 0 0 currentColor;
  color: #691b07;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.25;
  letter-spacing: 0.32px;
  position: relative;
  display: none;
}
.p-kids .p-kids-productCard__link.is-current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-kids .p-kids-productCard__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: currentColor;
}
@media (hover: hover) and (pointer: fine) {
  .p-kids .p-kids-productCard__link:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-lineupPanel__all {
    padding: 0 20px;
  }
}
.p-kids .p-kids-btn-all {
  width: 100%;
  max-width: 424px;
  height: 60px;
  border-radius: 30px;
  background: #691b07;
  -webkit-box-shadow: 4px 4px 0 0 #fff;
          box-shadow: 4px 4px 0 0 #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  padding: 0 32px;
  margin: 78px auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-btn-all {
    margin: 40px auto 0;
  }
}
.p-kids .p-kids-btn-all::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fac784;
}
@media (hover: hover) and (pointer: fine) {
  .p-kids .p-kids-btn-all:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.p-kids .p-kids-productCard__links:not(:has(.p-kids-productCard__link.is-current)) .p-kids-productCard__link:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-kids .p-kids-lineupPanel--stays {
  padding-bottom: 78px;
}
.p-kids .p-kids-lineupPanel--stays .p-kids-lineupPanel__label,
.p-kids .p-kids-lineupPanel--stays .p-kids-lineupFeature__caption,
.p-kids .p-kids-lineupPanel--stays .p-kids-productCard__link {
  color: #4ba79a;
}
.p-kids .p-kids-lineupPanel--stays .p-kids-lineupPanel__title,
.p-kids .p-kids-lineupPanel--stays .p-kids-lineupFeatures::before,
.p-kids .p-kids-lineupPanel--stays .p-kids-btn-all {
  background-color: #4ba79a;
}
.p-kids .p-kids-lineupPanel--standard .p-kids-lineupPanel__lead,
.p-kids .p-kids-lineupPanel--standard .p-kids-lineupPanel__sub {
  color: #fff;
  border-color: #fff;
}
.p-kids .p-kids-lineupPanel--standard .p-kids-lineupFeature__caption,
.p-kids .p-kids-lineupPanel--standard .p-kids-productCard__link {
  color: #963426;
}
.p-kids .p-kids-lineupPanel--standard .p-kids-lineupPanel__label {
  color: #ffe5ca;
}
.p-kids .p-kids-lineupPanel--standard .p-kids-lineupPanel__title,
.p-kids .p-kids-lineupPanel--standard .p-kids-lineupFeatures::before,
.p-kids .p-kids-lineupPanel--standard .p-kids-btn-all {
  background-color: #ffe5ca;
}
.p-kids .p-kids-lineupPanel--standard .p-kids-lineupPanel__title,
.p-kids .p-kids-lineupPanel--standard .p-kids-btn-all {
  color: #963426;
}
.p-kids .p-kids-lineupPanel--standard .p-kids-btn-all::after {
  background-color: #963426;
}
.p-kids .p-kids-lineupPanel--durable .p-kids-lineupPanel__lead,
.p-kids .p-kids-lineupPanel--durable .p-kids-lineupPanel__sub {
  color: #fff;
  border-color: #fff;
}
.p-kids .p-kids-lineupPanel--durable .p-kids-lineupFeature__caption,
.p-kids .p-kids-lineupPanel--durable .p-kids-productCard__link {
  color: #456d42;
}
.p-kids .p-kids-lineupPanel--durable .p-kids-lineupPanel__title,
.p-kids .p-kids-lineupPanel--durable .p-kids-lineupFeatures::before,
.p-kids .p-kids-lineupPanel--durable .p-kids-btn-all {
  background-color: #691b07;
}
.p-kids .p-kids-lineupPanel--durable .p-kids-btn-all::after {
  background-color: #456d42;
}
.p-kids .p-kids-lineupPanel--fashion .p-kids-lineupPanel__label,
.p-kids .p-kids-lineupPanel--fashion .p-kids-lineupFeature__caption,
.p-kids .p-kids-lineupPanel--fashion .p-kids-productCard__link {
  color: #e67996;
}
.p-kids .p-kids-lineupPanel--fashion .p-kids-lineupPanel__title,
.p-kids .p-kids-lineupPanel--fashion .p-kids-lineupFeatures::before,
.p-kids .p-kids-lineupPanel--fashion .p-kids-btn-all {
  background-color: #e67996;
}
.p-kids .p-kids-ranking__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 65px;
}
.p-kids .p-kids-ranking__lead {
  background: -webkit-linear-gradient(left, #621a0f 0 4px, transparent 4px 8px) top/8px 1px repeat-x, -webkit-linear-gradient(left, #621a0f 0 4px, transparent 4px 8px) bottom/8px 1px repeat-x;
  background: linear-gradient(90deg, #621a0f 0 4px, transparent 4px 8px) top/8px 1px repeat-x, linear-gradient(90deg, #621a0f 0 4px, transparent 4px 8px) bottom/8px 1px repeat-x;
  text-align: center;
  margin: 23px 0 0;
  padding: 10px 29px 7px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-ranking__lead {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.44444;
  }
}
.p-kids .p-kids-rankingGroup__title {
  color: #621a0f;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -1.6px;
  margin: 50px 0 58px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-rankingGroup__title {
    font-family: Inter;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -2px;
  }
}
.p-kids .p-kids-rankingGroup__listWrap {
  position: relative;
}
.p-kids .p-kids-rankingGroup__list {
  max-width: 1114px;
  padding-bottom: 47px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 0;
  gap: 20px;
}
.p-kids .p-kids-rankingGroup__list::after {
  content: "";
  display: block;
  position: absolute;
  top: 132px;
  left: 50%;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../img/rank-bg-boys.jpg");
  background-size: 100% calc(100% - 132px);
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}
.p-kids .p-kids-rankingGroup__item {
  width: 280px;
}
.p-kids .p-kids-rankingGroup__slick.slick-slider {
  margin-bottom: 0;
}
.p-kids .p-kids-rankingGroup__slick .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-kids .p-kids-rankingGroup__slick .slick-slide {
  height: auto;
}
.p-kids .p-kids-rankingGroup__slick .slick-slide > div {
  height: 100%;
}
.p-kids .p-kids-rankingCard {
  position: relative;
}
.p-kids .p-kids-rankingCard__rank {
  position: absolute;
  padding-top: 10px;
  top: -33px;
  left: -25px;
  width: 57px;
  height: 42px;
  aspect-ratio: 19/14;
  background-image: url("../img/icon-rank-boy.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: -0.64px;
}
.p-kids .p-kids-rankingCard__rank--1 {
  position: absolute;
  padding-top: 10px;
  top: -35px;
  left: -33px;
  width: 71px;
  height: 53px;
  background-image: url("../img/icon-rank-boy.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fabf71;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.63636;
  letter-spacing: -0.88px;
}
.p-kids .p-kids-rankingCard__body {
  padding: 25px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-kids .p-kids-rankingCard__series {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.p-kids .p-kids-rankingCard__jp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  height: 32px;
  border-radius: 100vmax;
  background-color: #621a0f;
  padding: 0 16px;
}
.p-kids .p-kids-rankingCard__en {
  color: #691b07;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.25;
}
.p-kids .p-kids-rankingCard__code {
  color: #fff;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.66667;
  margin: 4px 0 0;
}
.p-kids .p-kids-rankingCard__price {
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 26px;
  font-weight: 700;
  line-height: 1.153846;
}
.p-kids .p-kids-rankingCard__link {
  margin-top: 18px;
  padding: 0 26px;
  border-radius: 100vmax;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: 700;
  line-height: 2.25;
  letter-spacing: 0.32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 238px;
  height: 43px;
  position: relative;
}
.p-kids .p-kids-rankingCard__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #c21730;
  border-radius: 50%;
}
@media (hover: hover) and (pointer: fine) {
  .p-kids .p-kids-rankingCard__link:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.p-kids .p-kids-rankingSlide__prev,
.p-kids .p-kids-rankingSlide__next {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 0;
  cursor: pointer;
  top: 30%;
}
.p-kids .p-kids-rankingSlide__prev {
  left: -14px;
}
.p-kids .p-kids-rankingSlide__next {
  right: -14px;
}
.p-kids .p-kids-rankingSlide__prev::before,
.p-kids .p-kids-rankingSlide__next::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  border-top: 4px solid #691b07;
  border-right: 4px solid #691b07;
}
.p-kids .p-kids-rankingSlide__prev::before {
  -webkit-transform: translate(-35%, -50%) rotate(-135deg);
          transform: translate(-35%, -50%) rotate(-135deg);
}
.p-kids .p-kids-rankingSlide__next::before {
  -webkit-transform: translate(-65%, -50%) rotate(45deg);
          transform: translate(-65%, -50%) rotate(45deg);
}
.p-kids .p-kids-rankingSlide__prev.slick-disabled,
.p-kids .p-kids-rankingSlide__next.slick-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.p-kids .p-kids-rankingGroup--girls {
  margin: 77px 0 0 0;
}
.p-kids .p-kids-rankingGroup--girls .p-kids-rankingCard__rank {
  background-image: url("../img/icon-rank-girl.svg");
}
.p-kids .p-kids-rankingGroup--girls .p-kids-rankingCard__rank--1 {
  background-image: url("../img/icon-rank-girl.svg");
}
.p-kids .p-kids-rankingGroup--girls .p-kids-rankingGroup__list::after {
  background-image: url("../img/rank-bg-girls.jpg");
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-rankingGroup__slick .slick-list {
    padding: 40px 0 0;
  }
  .p-kids .p-kids-rankingGroup__list {
    max-width: none;
    padding-bottom: 56px;
    display: block;
  }
  .p-kids .p-kids-rankingGroup__list::after {
    top: 112px;
    background-size: 100% calc(100% - 112px);
  }
  .p-kids .p-kids-rankingGroup__item {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0 36px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-kids .p-kids-rankingGroup__item .p-kids-rankingCard {
    margin: 0 auto;
    max-width: 280px;
    width: 100%;
  }
  .p-kids .p-kids-rankingGroup--girls {
    margin-top: 54px;
  }
}
.p-kids .p-kids-option {
  padding-top: 27px;
}
.p-kids .p-kids-option__body {
  max-width: 1240px;
  margin: 24px auto 0;
}
.p-kids .p-kids-option__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-option__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-kids .p-kids-optionCard {
  padding: 14px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.14);
  max-width: 400px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-kids .p-kids-optionCard__media {
  border-radius: 10px 10px 0 0;
}
.p-kids .p-kids-optionCard__img {
  aspect-ratio: 124/57;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.p-kids .p-kids-optionCard__title {
  color: #621a0f;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin: 20px 0 20px;
}
.p-kids .p-kids-optionCard__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55556;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-optionCard__text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-kids .p-kids-optionCard__body {
  padding: 8px 21px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-kids .p-kids-optionCard__link {
  max-width: 238px;
  margin: auto auto 0;
}
.p-kids .p-kids-option-2 {
  padding-top: 80px;
  padding-bottom: 107px;
}
.p-kids .p-kids-care__inner {
  padding: 54px 0 160px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-care__header {
    padding: 0 20px;
    max-width: 560px;
    margin: 0 auto;
  }
}
.p-kids .p-kids-care__title {
  text-align: center;
}
.p-kids .p-kids-care__lead {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin: 20px 0 51px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-care__lead {
    font-size: 14px;
    line-height: 1.42857;
    letter-spacing: -0.28px;
  }
}
.p-kids .p-kids-care__body {
  position: relative;
}
.p-kids .p-kids-careSlide {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-careSlide__track {
    width: 100%;
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-careSlide__track.slick-slider .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-kids .p-kids-careSlide__track.slick-slider .slick-slide {
    height: auto;
  }
  .p-kids .p-kids-careSlide__track.slick-slider .slick-list {
    width: min(100vw, 367px);
    max-width: 367px;
    margin: 0 auto;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-careSlide__controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    margin-top: 22px;
  }
}
.p-kids .p-kids-careSlide__slide {
  width: 460px;
  margin: 0 55px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-careSlide__slide {
    width: min(100vw, 367px);
    max-width: 367px;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.p-kids .p-kids-careCard {
  width: 460px;
  height: 100%;
  padding: 9px 8px 31px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.14);
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-careCard {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.p-kids .p-kids-careCard__link {
  display: block;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .p-kids .p-kids-careCard__link:hover .p-kids-careCard__img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.8;
  }
}
.p-kids .p-kids-careCard__media {
  border-radius: 10px 10px 0 0;
  aspect-ratio: 444/273;
  overflow: hidden;
  background-color: #000;
}
.p-kids .p-kids-careCard__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.p-kids .p-kids-careCard__body {
  padding: 26px 26px 0;
}
.p-kids .p-kids-careCard__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45455;
  margin-bottom: 8px;
}
.p-kids .p-kids-careCard__meta {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55556;
}
.p-kids .p-kids-careSlide__prev,
.p-kids .p-kids-careSlide__next {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: 56px;
  height: 56px;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 0;
  cursor: pointer;
  top: 45%;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-careSlide__prev,
  .p-kids .p-kids-careSlide__next {
    top: calc(100% + 10px);
  }
}
.p-kids .p-kids-careSlide__prev {
  left: calc(50% - 300px);
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-careSlide__prev {
    left: 5%;
  }
}
.p-kids .p-kids-careSlide__next {
  right: calc(50% - 300px);
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-careSlide__next {
    right: 5%;
  }
}
.p-kids .p-kids-careSlide__prev::before,
.p-kids .p-kids-careSlide__next::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  border-top: 4px solid #691b07;
  border-right: 4px solid #691b07;
}
.p-kids .p-kids-careSlide__prev::before {
  -webkit-transform: translate(-35%, -50%) rotate(-135deg);
          transform: translate(-35%, -50%) rotate(-135deg);
}
.p-kids .p-kids-careSlide__next::before {
  -webkit-transform: translate(-65%, -50%) rotate(45deg);
          transform: translate(-65%, -50%) rotate(45deg);
}
.p-kids .p-kids-careSlide__prev.slick-disabled,
.p-kids .p-kids-careSlide__next.slick-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.p-kids .p-kids-careSlide__pagination {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-careSlide__pagination {
    width: calc(100% - 150px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-kids .slick-dots {
  bottom: -80px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px !important;
}
@media screen and (max-width: 767px) {
  .p-kids .slick-dots {
    bottom: -30px !important;
    width: 50vw;
  }
}
.p-kids .p-kids-careSlide__pagination .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0;
}
.p-kids .p-kids-careSlide__pagination .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  background: transparent;
  position: relative;
  font-size: 0;
}
.p-kids .p-kids-careSlide__pagination .slick-dots li button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #691b07;
  border-radius: 50%;
  opacity: 1;
  background: transparent;
}
.p-kids .p-kids-careSlide__pagination .slick-dots li.slick-active button::before {
  background: #691b07;
  border-color: #691b07;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-warranty {
    padding: 0;
  }
}
.p-kids .p-kids-warranty__inner {
  border-radius: 10px;
  background-image: url("../img/warranty-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 54px 50px 64px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-warranty__inner {
    border-radius: 0;
    padding: 30px 28px;
  }
}
.p-kids .p-kids-warranty__header,
.p-kids .p-kids-maintenance__header {
  padding: 0 0 32px;
}
.p-kids .p-kids-warranty__read,
.p-kids .p-kids-maintenance__read {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.11111;
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-warranty__read,
  .p-kids .p-kids-maintenance__read {
    font-size: 14px;
    line-height: 1.57143;
  }
}
.p-kids .p-kids-warranty__list,
.p-kids .p-kids-maintenance__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-warranty__list,
  .p-kids .p-kids-maintenance__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    max-width: 420px;
  }
}
.p-kids .p-kids-warranty__list > *,
.p-kids .p-kids-maintenance__list > * {
  width: 33.3333333333%;
  border-right: solid 1px #8f8f8f;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-warranty__list > *,
  .p-kids .p-kids-maintenance__list > * {
    width: 100%;
    border-bottom: solid 1px #8f8f8f;
    border-right: none;
  }
}
.p-kids .p-kids-warranty__list > *:last-child,
.p-kids .p-kids-maintenance__list > *:last-child {
  border: none;
}
.p-kids .p-kids-supportCard {
  padding: 0 46px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #621a0f;
  font-family: "Zen Kaku Gothic New";
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-supportCard {
    padding: 10px 0 25px;
  }
}
.p-kids .p-kids-supportCard__pict {
  padding: 6px 15px 0;
}
.p-kids .p-kids-supportCard__title {
  min-height: 38px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.9;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-supportCard__title {
    min-height: 0;
  }
}
.p-kids .p-kids-supportCard__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55556;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-supportCard__text {
    font-size: 16px;
    line-height: 1.75;
  }
}
.p-kids .p-kids-supportCard__note {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
.p-kids .p-kids-warrantyU18__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.26667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-warrantyU18__title {
    font-size: 20px;
    line-height: 1.9;
  }
}
.p-kids .p-kids-warrantyU18 {
  margin-top: 43px;
}
.p-kids .p-kids-warrantyU18__lead {
  font-size: 24px;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-warrantyU18__lead {
    font-size: 20px;
  }
}
.p-kids .p-kids-warrantyU18__media {
  max-width: 884px;
  margin: 22px auto 32px;
}
.p-kids .p-kids-warrantyU18__link {
  width: 100%;
  max-width: 396px;
  min-height: 43px;
  height: auto;
  margin: 20px auto 0;
  line-height: 1.3;
  padding-top: 5px;
  padding-bottom: 5px;
}
.p-kids .p-kids-maintenance {
  margin-top: 73px;
}
.p-kids .p-kids-qa {
  padding-top: 72px;
}
.p-kids .p-kids-qa__header {
  padding-bottom: 32px;
}
.p-kids .p-kids-qa__title {
  margin-bottom: 20px;
}
.p-kids .p-kids-qa__lead {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-qa__lead {
    font-size: 14px;
    line-height: 1.57143;
    white-space: nowrap;
  }
}
.p-kids .p-kids-qa__list {
  list-style: none;
  counter-reset: qa-counter;
  max-width: 1240px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.p-kids .p-kids-qaItem__summary {
  border-radius: 10px;
  background: #621a0f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px;
  padding: 10px 40px 10px 25px;
  background-image: url("../img/icon-plus.svg");
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: center right 27px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-qaItem__summary {
    padding: 10px 40px 10px 10px;
    background-position: center right 15px;
  }
}
.p-kids .p-kids-qaItem {
  counter-increment: qa-counter;
  border-radius: 10px;
  border: 1px solid #621a0f;
  background: #fff;
  overflow: hidden;
}
.p-kids .p-kids-qaItem__q {
  width: 84px;
  min-width: 84px;
  display: block;
  position: relative;
  color: #621a0f;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ffd170;
  font-family: Inter;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-qaItem__q {
    font-size: 26px;
    width: 54px;
    min-width: 54px;
  }
}
.p-kids .p-kids-qaItem__q::before {
  content: "Q" counter(qa-counter) ".";
}
.p-kids .p-kids-qaItem__q::after {
  content: "Q" counter(qa-counter) ".";
  position: absolute;
  inset: 0;
  -webkit-text-stroke: 0;
  color: #794228;
}
.p-kids .p-kids-qaItem__question {
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-qaItem__question {
    font-size: 16px;
    line-height: 1.375;
  }
}
.p-kids .p-kids-qaItem__content {
  border-radius: 10px;
  background: #fff;
  padding: 21px 84px 30px 110px;
  background-image: url("../img/icon-minus.svg");
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: top 50px right 27px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-qaItem__content {
    background-position: top 24px right 20px;
    padding: 20px 20px 30px;
  }
}
.p-kids .p-kids-qaItem__a {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33333;
  margin-bottom: 6px;
}
.p-kids .p-kids-qaItem__answer {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44444;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-qaItem__answer {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.32px;
  }
}
.p-kids .p-kids-qaItem__answer p {
  line-height: 1.44444;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-qaItem__answer p {
    line-height: 1.5;
  }
}
.p-kids .p-kids-popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease-out, visibility 0s linear 0.25s;
  transition: opacity 0.25s ease-out, visibility 0s linear 0.25s;
}
.p-kids .p-kids-popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-popup {
    padding: 16px;
  }
}
.p-kids .p-kids-popupContents {
  position: relative;
  width: min(1240px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-popupContents {
    max-height: calc(100vh - 32px);
  }
}
.p-kids .p-kids-popupContent {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 96px 80px 80px;
  background-color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
  width: 100%;
}
.p-kids .p-kids-popupContent.is-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-kids .p-kids-popupContent[hidden] {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-popupContent {
    padding: 64px 20px 40px;
    font-size: 16px;
    line-height: 1.625;
  }
}
.p-kids .p-kids-popup__title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-popup__title {
    font-size: 28px;
    margin-bottom: 18px;
  }
}
.p-kids .p-kids-popup__text {
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-popup__text {
    font-size: 16px;
    line-height: 1.625;
  }
}
.p-kids .p-kids-popup__text p + p {
  margin-top: 10px;
}
.p-kids .p-kids-popup__closeBtn {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 47px;
  height: 47px;
  border: none;
  border-radius: 50%;
  border: 1px solid #621a0f;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}
.p-kids .p-kids-popup__closeBtn::before, .p-kids .p-kids-popup__closeBtn::after {
  content: "";
  width: 24px;
  height: 2px;
  background: #dba164;
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-popup__closeBtn::before, .p-kids .p-kids-popup__closeBtn::after {
    width: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-kids .p-kids-popup__closeBtn {
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
  }
}
.p-kids .p-kids-popup__chartPicture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.p-kids .p-kids-popup__chartPicture svg {
  width: 100%;
  height: auto;
}
.p-kids .p-kids-popup__chartPicture svg a {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  transform-box: fill-box;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media (hover: hover) and (pointer: fine) {
  .p-kids .p-kids-popup__chartPicture svg a:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}