/* Mali Font */
@font-face {
  font-family: 'Mali';
  font-style: normal;
  font-weight: 400;
  src: url(/jp/ja/special-feature/kidsbaby/23fw/common/font/Mali-Regular.woff) format("woff");
}

@font-face {
  font-family: 'Mali';
  font-style: normal;
  font-weight: 700;
  src: url(/jp/ja/special-feature/kidsbaby/23fw/common/font/Mali-Bold.woff) format("woff");
}

/* base */
#loading {
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  position: fixed;
  background: #FFFCF5;
  z-index: 999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* img */
  /* text */
  /* SKIP */
}

#loading.hide {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 1800ms;
  transition: opacity 1800ms;
}

#loading .loading_imgContainer {
  width: 175px;
  height: 150px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

#loading .loading_imgWrap {
  position: absolute;
  -webkit-animation: swing 2.5s linear infinite;
          animation: swing 2.5s linear infinite;
}

#loading .loading_imgWrap:nth-child(1) {
  width: 51px;
  top: 9px;
  left: 25px;
}

#loading .loading_imgWrap:nth-child(2) {
  width: 53px;
  top: 19px;
  right: 30px;
}

#loading .loading_imgWrap:nth-child(3) {
  width: 54px;
  bottom: 28px;
  left: -2px;
}

#loading .loading_imgWrap:nth-child(4) {
  width: 43px;
  bottom: -4px;
  left: 66px;
}

#loading .loading_imgWrap:nth-child(5) {
  width: 38px;
  bottom: 16px;
  right: 9px;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
            transform: translate(0%, 0%) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(10%, 0%) rotate(15deg);
            transform: translate(10%, 0%) rotate(15deg);
  }
  100% {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
            transform: translate(0%, 0%) rotate(0deg);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
            transform: translate(0%, 0%) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(10%, 0%) rotate(15deg);
            transform: translate(10%, 0%) rotate(15deg);
  }
  100% {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
            transform: translate(0%, 0%) rotate(0deg);
  }
}

#loading .loading_textContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#loading .loading_text {
  font-size: 20px;
  line-height: 26px;
  font-family: 'Mali', sans-serif;
  font-style: normal;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

#loading .loading_text:nth-child(8) {
  -webkit-animation: flash 2s linear infinite;
          animation: flash 2s linear infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

#loading .loading_text:nth-child(9) {
  -webkit-animation: flash 2s linear infinite;
          animation: flash 2s linear infinite;
  -webkit-animation-delay: 1.0s;
          animation-delay: 1.0s;
}

#loading .loading_text:nth-child(10) {
  -webkit-animation: flash 2s linear infinite;
          animation: flash 2s linear infinite;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

#loading .loading_skipContainer {
  position: absolute;
  right: 24px;
  bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 72px;
  height: 27px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  cursor: pointer;
}

@media screen and (min-width: 813px) {
  #loading {
    /* img */
    /* text */
    /* SKIP */
  }
  #loading .loading_imgContainer {
    width: 275px;
    height: 228px;
  }
  #loading .loading_imgWrap:nth-child(1) {
    width: 81px;
    top: 10px;
    left: 36px;
  }
  #loading .loading_imgWrap:nth-child(2) {
    width: 84px;
    top: 28px;
    right: 48px;
  }
  #loading .loading_imgWrap:nth-child(3) {
    width: 86px;
    bottom: 37px;
    left: -8px;
  }
  #loading .loading_imgWrap:nth-child(4) {
    width: 68px;
    bottom: -13px;
    left: 101px;
  }
  #loading .loading_imgWrap:nth-child(5) {
    width: 61px;
    bottom: 19px;
    right: 13px;
  }
  #loading .loading_text {
    font-size: 32px;
    line-height: 41.6px;
    padding-right: 1px;
  }
  #loading .loading_skipContainer {
    right: 40px;
    bottom: 40px;
  }
}

.js-elemFadeIn {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.js-elemFadeIn.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 812px) {
  [data-sp-aspect-ratio="375:211"] {
    padding-top: calc((211/375)*100%);
  }
}

@media screen and (min-width: 813px) {
  [data-pc-aspect-ratio="1176:662"] {
    padding-top: calc((662/1176)*100%);
  }
}

/* ariake update */
#globalHeader .RPlqr {
  z-index: 14;
}

.wrapper {
  position: absolute;
  width: 100%;
  z-index: -1;
  min-width: 320px;
}

body[data-bff-version=v5] .u-fixedAnchorAdjust {
  margin-top: -88px;
  padding-top: 88px;
}

.fr-breadcrumbs {
  margin-top: 21px;
  margin-top: var(--sp-v-l);
}

.fr-tabs_itemInner.u-uqFont-r {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

[data-component-type=ProductGridHorizontal] .fr-bff-product .swiper-button-next, [data-component-type=ProductGridHorizontal] .fr-bff-product .swiper-button-prev {
  top: 45px !important;
  display: none;
}

.kidsbaby_main {
  background: #FFFCF5;
}

.kidsbaby_main a:hover {
  opacity: 0.7;
  cursor: pointer;
}

.kidsbaby_main .fr-breadcrumbs, .kidsbaby_main .fr-tabs_item.-active, .kidsbaby_main .fr-bff-products,
.kidsbaby_main .fr-imagePlusText, .kidsbaby_main .fr-fixedAnchor, .kidsbaby_main .fr-readMore {
  background: #FFFCF5;
}

.kidsbaby_main .swiper-parent .swiper-pagination-bullets {
  bottom: -4px;
}

.kidsbaby_main .fr-quate {
  margin-top: calc((42 / 750) * 100vw);
  margin-bottom: calc((42 / 750) * 100vw);
  margin-left: calc((94 / 750) * 100vw);
  margin-right: calc((94 / 750) * 100vw);
  padding: 1px 3vw;
}

.kidsbaby_main .fr-quate_inner::before {
  top: -11px;
  left: -29.5px;
}

.kidsbaby_main .fr-quate_inner::after {
  right: -41.5px;
  bottom: -10px;
}

.kidsbaby_main .fr-quate_text {
  font-size: 13px;
  font-weight: 300;
}

.kidsbaby_main .fr-readMore .fr-readMore_heading {
  font-size: 14px;
  font-weight: 600;
}

.kidsbaby_main .fr-bff-product {
  margin-bottom: 0;
}

.kidsbaby_main .annotation {
  font-size: 11px;
  line-height: 15.4px;
  font-weight: 300;
  color: #7D7D7D;
}

.kidsbaby_main [data-component-type=ProductGridHorizontal] .fr-bff-product_imgWrapper {
  width: 90px;
}

.kidsbaby_main [data-component-type=ProductGridHorizontal] .fr-bff-product_innerLink.js-fr-bff-product_innerLink {
  width: 25vw;
}

.kidsbaby_main .fr-quate_inner {
  position: relative;
}

.kidsbaby_main .fr-quate_inner:after, .kidsbaby_main .fr-quate_inner:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAApCAMAAACWVVC+AAAAM1BMVEUAAAAbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxtJJ/PRAAAAEHRSTlMAQMAQYPDQIOCAUDCgkLBwfL/9cgAAAM1JREFUOMvt0VsWhSAIBdBEzfeN+Y/2tlbZSdAZxF+HnWFsooJLYZuXSW54tsfOzGZKq2emt60nnescz3zQh+eFDsQ8avtjXujsWWi780o7dAgYWmChgaGBlW680sErbd5JHZZDjIrXciISCquh/aGiCijO8eWOcMWfwBnndFzwvhUaG0s9aiJC2ck5GCSoQfR9nmjfRKWnlXuEn93g5M+2WruljhhOb1zdiDDcWrPWDrekq4rapL87DXPrb5Ds0Kc//elHWyPLdl1kp/wBPLJAIkF4HgkAAAAASUVORK5CYII=") 50%/cover no-repeat;
  content: "";
  display: block;
  width: 22.5px;
  height: 20.5px;
  position: absolute;
}

.kidsbaby_main .fr-quate_inner:before {
  top: -10px;
  left: -37.5px;
}

.kidsbaby_main .fr-quate_inner:after {
  right: -37.5px;
  bottom: -17px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.kidsbaby_main .fr-imagePlusTextParent.-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 813px) {
  body[data-bff-version=v5] .u-fixedAnchorAdjust {
    margin-top: -76px;
    padding-top: 76px;
  }
  .fr-tabs_itemInner.u-uqFont-r {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }
  [data-component-type=ProductGridHorizontal] .fr-bff-product .swiper-button-next, [data-component-type=ProductGridHorizontal] .fr-bff-product .swiper-button-prev {
    top: 65px !important;
    display: block;
  }
  .kidsbaby_main .fr-tabs_item {
    background: #FFFCF5;
  }
  .kidsbaby_main .fr-tabs_item.-tab-kids .fr-tabs_itemLink {
    border: none;
  }
  .kidsbaby_main .fr-breadcrumbs {
    margin-top: 0px;
    padding-top: 24px;
  }
  .kidsbaby_main [data-component-type=ProductGridHorizontal] .fr-bff-product_imgWrapper {
    width: 126px;
    margin-right: 24px;
  }
  .kidsbaby_main [data-component-type=ProductGridHorizontal] .fr-bff-product_innerLink.js-fr-bff-product_innerLink {
    display: block;
    width: 25vw;
  }
  .kidsbaby_main [data-component-type=ProductGridStyling][data-component-column="1"] .fr-bff-product_imgWrapper {
    width: 126px;
  }
  .kidsbaby_main .fr-quate {
    margin: 0 auto;
    padding: 1px 1.7vw;
  }
  .kidsbaby_main .fr-quate_text {
    font-size: 14px;
  }
  .kidsbaby_main .fr-quate_inner::before, .kidsbaby_main .fr-quate_inner::after {
    width: 18.5px;
    height: 16.5px;
  }
  .kidsbaby_main .fr-quate_inner::before {
    top: 0px;
    left: -19.5px;
  }
  .kidsbaby_main .fr-quate_inner::after {
    right: -21px;
    bottom: 0px;
  }
  .kidsbaby_main .fr-imagePlusText_body {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
  }
}

/* unique */
.fr-heading.-h1 {
  font-family: Hiragino Sans;
  font-size: 21px;
  font-weight: 600;
  line-height: 32px;
}

.baby-h2 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
}

.baby-h2_mali {
  font-size: 32px;
  line-height: 35px;
  font-family: 'Mali', sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.baby-h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.baby-h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.baby-h5 {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}

.fr-imagePlusText_body {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}

.baby-kv-panel .swiper-container {
  padding-bottom: 0;
}

.baby-tabs .baby-tabs_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.baby-tabs .baby-tabs_item {
  background-color: #f4f4f4;
  border: 1px solid #dadada;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.baby-tabs .baby-tabs_item:first-child {
  border-left: none;
  border-right: none;
}

.baby-tabs .baby-tabs_item:last-child {
  border-right: none;
}

.baby-tabs .baby-tabs_item.is-active {
  background: #FFFCF5;
}

.baby-tabs .baby-tabs_item.is-active .baby-tabs_itemLink {
  color: #1b1b1b;
}

.baby-tabs .baby-tabs_item.is-active .baby-tabs_itemInner {
  line-height: 1;
}

.baby-tabs .baby-tabs_item .baby-tabs_itemInner.u-uqFont-r {
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  padding-bottom: 4.5px;
}

.baby-tabs .baby-tabs_itemLink {
  color: #ababab;
  display: block;
  padding: 15px 4vw;
}

.baby-fixedAnchor_item {
  display: none;
}

.baby-fixedAnchor_item.is-show {
  display: block;
}

.baby-fixedAnchor_item.-hidden {
  display: none !important;
}

.baby-kv_item {
  display: none;
}

.baby-kv_item.is-show {
  display: block;
}

.baby-panels_item {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.baby-panels_item.is-show {
  opacity: 1;
  height: auto;
  overflow: visible;
}

.baby-introduction_description, .baby-lead {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}

.baby-lineupAnchor_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.baby-lineupAnchor_container .baby-lineupAnchor_item {
  width: calc(100% / 3);
  margin-right: 10px;
}

.baby-lineupAnchor_container .baby-lineupAnchor_item:last-child {
  margin-right: 0px;
}

.baby-lineupAnchor_container.-fourAnchor .baby-lineupAnchor_item {
  width: 31%;
}

.baby-lineupAnchor_container.-fiveAnchor:last-child .baby-lineupAnchor_item {
  width: 30%;
}

.baby-lineupAnchor_container .baby-lineupAnchor_itemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.baby-lineupAnchor_container .baby-lineupAnchor_itemInner:hover {
  cursor: pointer;
}

.baby-lineupAnchor_container .baby-lineupAnchor_imgWrap {
  width: 100%;
}

.baby-lineupAnchor_container .baby-lineupAnchor_textWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.baby-lineupAnchor_container .baby-lineupAnchor_textWrap .baby-lineupAnchor_text {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-justify: center;
}

.baby-lineupAnchor_container .baby-lineupAnchor_arrow {
  width: 14px;
}

.baby-productBox .baby-productBox_item .baby-productBox_itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.baby-productBox .baby-productBox_item .baby-productBox_item-icon {
  width: calc((160 / 750) * 100vw);
  margin-right: calc((18 / 750) * 100vw);
}

.baby-productBox .baby-productBox_item .baby-productBox_item-icon:last-child {
  margin-right: 0;
}

.material_title {
  font-size: 18px;
  line-height: 27px;
}

.material_intro {
  font-size: 14px;
  line-height: 18.9px;
}

.material_flex .material_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.material_flex .material_item-img {
  width: calc((75 / 345) * 100%);
  margin-right: calc((15 / 345) * 100%);
}

.material_flex .material_item-text {
  font-size: 11px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.material_flex .material_item-text .material_item-text_title {
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
}

html[lang="en"] .material_flex .material_item-text {
  font-size: 12px;
  line-height: 16.2px;
}

html[lang="en"] .material_flex .material_item-text .material_item-text_title {
  font-size: 14px;
  line-height: 18.9px;
}

html[lang="en"] .baby-h2 {
  font-family: 'HelveticaNeue-Medium';
  font-size: 20px;
  line-height: 27px;
}

html[lang="en"] .baby-h3 {
  font-family: 'HelveticaNeue-Medium';
  font-size: 18px;
  line-height: 24.3px;
}

html[lang="en"] .baby-h5, html[lang="en"] .baby-introduction_description, html[lang="en"] .material_intro {
  font-family: 'HelveticaNeue-Medium';
  font-size: 14px;
  line-height: 18.9px;
}

html[lang="en"] .baby-lead {
  font-size: 14px;
  line-height: 18.9px;
}

html[lang="en"] .baby-lineupAnchor_container .baby-lineupAnchor_textWrap .baby-lineupAnchor_text {
  font-weight: 700;
}

html[lang="en"] .fr-quate_text {
  font-size: 14px;
}

html[lang="en"] .fr-readMore .fr-readMore_heading {
  font-family: 'HelveticaNeue-Medium';
  font-size: 15px;
  line-height: 20.3px;
}

@media screen and (max-width: 812px) {
  .baby-sp-px-15g {
    padding-left: 5.6vw;
    padding-right: 5.6vw;
  }
  .baby-tabs .baby-tabs_item.is-active {
    border-bottom-width: 0;
  }
  .baby-tabs .baby-tabs_item.is-active .baby-tabs_itemInner {
    position: relative;
    line-height: 1;
  }
  .baby-tabs .baby-tabs_item.is-active .baby-tabs_itemInner::before {
    content: '';
    position: absolute;
    left: 25px;
    bottom: -10px;
    display: inline-block;
    width: 58px;
    height: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #1B1B1B;
  }
  .baby-lineupAnchor_container {
    width: 100%;
  }
  .voice-sp .fr-readMore_content {
    padding: 0 0;
  }
  .fr-imagePlusTextParent .fr-imagePlusText_imgWrap.feature {
    width: calc((346 / 750) * 100vw);
  }
}

@media screen and (min-width: 813px) {
  .fr-heading.-h1 {
    font-family: Hiragino Sans;
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
  }
  .baby-h2 {
    font-size: 30px;
    line-height: 41px;
  }
  .baby-h2_mali {
    font-size: 48px;
    line-height: 60px;
  }
  .baby-h3 {
    font-size: 23px;
    line-height: 32px;
  }
  .baby-h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .baby-h5 {
    font-size: 14px;
    line-height: 20px;
  }
  .baby-tabs .baby-tabs_item {
    background: #FFFCF5;
    border-width: 0 0 1px;
    font-size: 19px;
  }
  .baby-tabs .baby-tabs_item.is-active {
    background: #FFFCF5;
  }
  .baby-tabs .baby-tabs_item.is-active .baby-tabs_itemLink {
    border-bottom: 4px solid #1b1b1b;
  }
  .baby-tabs .baby-tabs_item.is-active .baby-tabs_itemInner {
    border: 0;
  }
  .baby-tabs .baby-tabs_item .baby-tabs_itemInner.u-uqFont-r {
    font-family: Hiragino Kaku Gothic Pro;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 0;
  }
  .baby-tabs .baby-tabs_itemLink {
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .baby-introduction_description, .baby-lead {
    font-size: 14px;
    line-height: 20px;
  }
  .baby-lead {
    text-align: center;
  }
  .baby-lineupAnchor_container .baby-lineupAnchor_item {
    width: calc((140 / 1176) * 100%);
    margin-right: 24px;
  }
  .baby-lineupAnchor_container .baby-lineupAnchor_item:last-child {
    margin-right: 0px;
  }
  .baby-lineupAnchor_container .baby-lineupAnchor_textWrap {
    min-height: 44px;
  }
  .baby-lineupAnchor_container .baby-lineupAnchor_textWrap .baby-lineupAnchor_text {
    font-size: 14px;
    line-height: 21px;
  }
  .baby-lineupAnchor_pcContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    max-width: 961px;
    width: 100%;
  }
  .baby-lineupAnchor_pcContainer .baby-lineupAnchor_container {
    width: 50%;
    margin-right: 24px;
  }
  .baby-lineupAnchor_pcContainer .baby-lineupAnchor_container.-fourAnchor:first-child, .baby-lineupAnchor_pcContainer .baby-lineupAnchor_container.-fiveAnchor:first-child {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .baby-lineupAnchor_pcContainer .baby-lineupAnchor_container.-fourAnchor:last-child, .baby-lineupAnchor_pcContainer .baby-lineupAnchor_container.-fiveAnchor:last-child {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .baby-lineupAnchor_pcContainer .baby-lineupAnchor_container.-fourAnchor .baby-lineupAnchor_item {
    width: 30%;
  }
  .baby-lineupAnchor_pcContainer .baby-lineupAnchor_container.-fiveAnchor:first-child {
    width: 58%;
  }
  .baby-lineupAnchor_pcContainer .baby-lineupAnchor_container.-fiveAnchor:first-child .baby-lineupAnchor_item {
    width: 25.45%;
  }
  .baby-lineupAnchor_pcContainer .baby-lineupAnchor_container.-fiveAnchor:last-child {
    width: 41%;
  }
  .baby-lineupAnchor_pcContainer .baby-lineupAnchor_container.-fiveAnchor:last-child .baby-lineupAnchor_item {
    width: 36%;
  }
  .baby-lineupAnchor_pcContainer .baby-lineupAnchor_container:last-child {
    margin-right: 0px;
  }
  .baby-lineupAnchor_pcContainer .baby-lineupAnchor_item {
    width: calc(100% / 3);
    margin-right: 24px;
  }
  .baby-lineupAnchor_pcContainer .baby-lineupAnchor_item:last-child {
    margin-right: 0px;
  }
  .baby-productBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .baby-productBox .baby-productBox_img {
    width: 50%;
    margin-right: 23px;
  }
  .baby-productBox .baby-productBox_img.fr-video_container {
    width: 49%;
    margin-right: 23px;
  }
  .baby-productBox .baby-productBox_item {
    width: 49%;
  }
  .baby-productBox .baby-productBox_item .baby-productBox_item-icon {
    width: 90px;
    margin-right: calc((24 / 1176) * 100%);
  }
  .baby-productBox .baby-productBox_item .baby-productBox_item-icon:last-child {
    margin-right: 0;
  }
  .fr-imagePlusTextParent.-itemFunction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fr-imagePlusTextParent .fr-imagePlusText {
    width: 49%;
    margin-right: 0px;
    margin-left: 0;
  }
  .fr-imagePlusTextParent .fr-imagePlusText_imgWrap {
    width: calc((186 / 576) * 100%);
    margin-right: calc((20 / 576) * 100%);
  }
  .fr-imagePlusTextParent .fr-imagePlusText_content {
    padding: 0;
  }
  #toddler-onepiece .fr-imagePlusTextParent.-itemFunction {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .voice-pcFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .voice-pcFlex .voice-container {
    width: 33%;
    margin-right: 24px;
  }
  .voice-pcFlex .voice-container:last-child {
    margin-right: 0px;
  }
  .material_title {
    font-size: 32px;
    line-height: 43.2px;
  }
  .material_intro {
    font-size: 16px;
    line-height: 21.6px;
  }
  .material_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .material_flex .material_item {
    width: calc((366 / 1176) * 100%);
    margin-right: calc((24 / 1176) * 100%);
  }
  .material_flex .material_item-img {
    width: calc((90 / 366) * 100%);
    margin-right: calc((24 / 366) * 100%);
  }
  .material_flex .material_item-text {
    font-size: 11px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .material_flex .material_item-text .material_item-text_title {
    font-size: 14px;
  }
  html[lang="en"] .material_flex .material_item-text .material_item-text_title {
    font-size: 21px;
    line-height: 28.35px;
  }
  html[lang="en"] .baby-h2 {
    font-size: 32px;
    line-height: 43.2px;
  }
  html[lang="en"] .baby-h3 {
    font-size: 25px;
    line-height: 33.75px;
  }
  html[lang="en"] .baby-h5, html[lang="en"] .baby-introduction_description, html[lang="en"] .material_intro {
    font-size: 21px;
    line-height: 28.35px;
  }
  html[lang="en"] .baby-lineupAnchor_container .baby-lineupAnchor_textWrap .baby-lineupAnchor_text {
    font-size: 19px;
    line-height: 25.6px;
  }
  html[lang="en"] .baby-lead {
    font-size: 16px;
    line-height: 21.6px;
  }
  html[lang="en"] .fr-quate_text {
    font-size: 16px;
  }
}
/*# sourceMappingURL=style.css.map */