@charset "UTF-8";
/* 共通 */
body {
  color: #333;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

/* 共通 */
#area-Contents {
  font-family: "YuGoPr6N-Medium", "Yu Gothic", "游ゴシック Medium", "游ゴシック", "YuGothic", sans-serif;
  font-style: normal;
  position: relative;
  overflow-x: hidden;
  letter-spacing: 0;
}
#area-Contents a {
  cursor: pointer !important;
}
#area-Contents .dInlineBlock {
  display: inline-block;
}
#area-Contents .bold {
  font-family: "YuGoPr6N-Bold", sans-serif !important;
}
#area-Contents .fontsize-10 {
  font-size: 10px;
}
#area-Contents .fontsize-11 {
  font-size: 11px;
}
#area-Contents .fontsize-12 {
  font-size: 12px;
}
#area-Contents .fontsize-13 {
  font-size: 13px;
}
#area-Contents .fontsize-14 {
  font-size: 14px;
}
#area-Contents .fontsize-15 {
  font-size: 15px;
}
#area-Contents .fontsize-16 {
  font-size: 16px;
}
#area-Contents .fontsize-17 {
  font-size: 17px;
}
#area-Contents .fontsize-18 {
  font-size: 18px;
}
#area-Contents .fontsize-19 {
  font-size: 19px;
}
#area-Contents .fontsize-20 {
  font-size: 20px;
}
#area-Contents .fontsize-21 {
  font-size: 21px;
}
#area-Contents .fontsize-22 {
  font-size: 22px;
}
#area-Contents .fontsize-23 {
  font-size: 23px;
}
#area-Contents .fontsize-24 {
  font-size: 24px;
}
#area-Contents .fontsize-25 {
  font-size: 25px;
}
#area-Contents .fontsize-26 {
  font-size: 26px;
}
#area-Contents .fontsize-27 {
  font-size: 27px;
}
#area-Contents .fontsize-28 {
  font-size: 28px;
}
#area-Contents .fontsize-29 {
  font-size: 29px;
}
#area-Contents .fontsize-30 {
  font-size: 30px;
}
#area-Contents .fontsize-31 {
  font-size: 31px;
}
#area-Contents .fontsize-32 {
  font-size: 32px;
}
#area-Contents .fontsize-33 {
  font-size: 33px;
}
#area-Contents .fontsize-34 {
  font-size: 34px;
}
#area-Contents .fontsize-35 {
  font-size: 35px;
}
#area-Contents .fontsize-36 {
  font-size: 36px;
}
#area-Contents .fontsize-37 {
  font-size: 37px;
}
#area-Contents .fontsize-38 {
  font-size: 38px;
}
#area-Contents .fontsize-39 {
  font-size: 39px;
}
#area-Contents .fontsize-40 {
  font-size: 40px;
}
#area-Contents .lh1 {
  line-height: 1 !important;
}
#area-Contents img {
  max-width: 100%;
  vertical-align: bottom;
}
#area-Contents *,
#area-Contents *:before,
#area-Contents *:after {
  box-sizing: border-box;
}
#area-Contents ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#area-Contents figure {
  margin: 0;
}
#area-Contents .btnWrap {
  text-align: center;
}
#area-Contents .btn {
  border: 1px solid #f79eb9;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  color: #333333;
  font-family: "YuGoPr6N-Bold", "Yu Gothic", "游ゴシック Medium", "游ゴシック", "YuGothic", sans-serif;
  position: relative;
  display: inline-block;
}
#area-Contents .articleList li a {
  text-decoration: none;
  color: #333333;
}
#area-Contents .articleList li figure img {
  border: 1px solid #d3cbcb;
}
#area-Contents .articleList li .cat {
  line-height: 1;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
}
#area-Contents .articleList li .cat.blue {
  border: 1px solid #28359a;
  color: #28359a;
  background-color: #f2f8ff;
}
#area-Contents .articleList li .cat.green {
  border: 1px solid #006260;
  color: #006260;
  background-color: #f5fffc;
}
#area-Contents .articleList li .title {
  line-height: 1.5;
  font-family: "YuGoPr6N-Bold", "Yu Gothic", "游ゴシック Medium", "游ゴシック", "YuGothic", sans-serif;
}
#area-Contents .articleList li .ymd {
  color: #666666;
  display: inline-block;
  font-family: "YuGoPr6N-Bold", "Yu Gothic", "游ゴシック Medium", "游ゴシック", "YuGothic", sans-serif;
  line-height: 1;
}
#area-Contents .articleList li .new {
  color: #d12358;
  display: inline-block;
}
#area-Contents .articleList li .tag {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
}
#area-Contents .articleList li .tag span,
#area-Contents .articleList li .tag a {
  color: #007078;
}
#area-Contents .tagListWrap {
  background-color: #e6f7f4;
}
#area-Contents .tagListWrap .tagList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
#area-Contents .tagListWrap .tagList li a {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #26858b;
  text-decoration: none;
  color: #007c7a;
  line-height: 1;
  font-weight: 500;
  box-shadow: 2px 3px #bddfd8;
  text-align: center;
}
#area-Contents #mv .splide__arrow {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  opacity: 1;
  transition: opacity 0.3s ease;
  position: absolute;
  z-index: 2;
}
#area-Contents #mv .splide__arrow svg {
  display: none;
}
#area-Contents #mv .splide__arrow--prev {
  background-image: url(/content/dam/sites/kao/www-kao-com/jp/ja/femcarelab/top2025/slide_arrow.webp);
}
#area-Contents #mv .splide__arrow--next {
  background-image: url(/content/dam/sites/kao/www-kao-com/jp/ja/femcarelab/top2025/slide_arrow.webp);
  transform: scale(-1, 1);
}
#area-Contents #mv .splide__pagination {
  position: absolute;
  display: flex;
  gap: 2px;
}
#area-Contents #mv .splide__pagination li {
  font-size: 0;
}
#area-Contents #mv .splide__pagination__page {
  background: #ccc4c4;
  border-radius: 0;
  padding: 0;
  opacity: 1;
  transition: 0.3s;
  color: transparent;
  border: none;
}
#area-Contents #mv .splide__pagination__page.is-active {
  background: #c7375d;
  transform: none;
}
#area-Contents #mv .splide__toggle {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
#area-Contents #mv .splide__toggle.is-active .splide__toggle__play,
#area-Contents #mv .splide__toggle:not(.is-active) .splide__toggle__pause {
  display: block;
}
#area-Contents #mv .splide__toggle.is-active .splide__toggle__pause,
#area-Contents #mv .splide__toggle:not(.is-active) .splide__toggle__play {
  display: none;
}
#area-Contents #mv .splide__toggle__play,
#area-Contents #mv .splide__toggle__pause {
  display: inline-block;
  inset: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#area-Contents #mv .splide__toggle__play {
  background-image: url(/content/dam/sites/kao/www-kao-com/jp/ja/femcarelab/top2025/btn_stop.webp);
}
#area-Contents #mv .splide__toggle__pause {
  background-image: url(/content/dam/sites/kao/www-kao-com/jp/ja/femcarelab/top2025/btn_play.webp);
}
#area-Contents #mv .mvSlide {
  display: flex;
}
#area-Contents #pickup .heading {
  text-align: center;
}
#area-Contents #pickup .heading .entitle {
  font-family: "YuGoPr6N-Bold", "Yu Gothic", "游ゴシック Medium", "游ゴシック", "YuGothic", sans-serif;
  line-height: 1;
}
#area-Contents #pickup .heading h2 {
  font-family: "Maru Folk Medium", sans-serif;
  display: inline-block;
  position: relative;
  line-height: 1;
}
#area-Contents #pickup .heading h2 span {
  color: #d12358;
}
#area-Contents #pickup .bnrArea {
  text-align: center;
}
#area-Contents #useful .heading {
  text-align: center;
}
#area-Contents #useful .heading .subTitle {
  color: #007078;
  font-family: "YuGoPr6N-Bold", "Yu Gothic", "游ゴシック Medium", "游ゴシック", "YuGothic", sans-serif;
  line-height: 1;
}
#area-Contents #useful .heading h2 {
  line-height: 1;
  font-family: "Maru Folk Medium", sans-serif;
}
#area-Contents #enquete .heading {
  text-align: center;
}
#area-Contents #enquete .heading .subTitle {
  color: #007078;
  font-family: "YuGoPr6N-Bold", "Yu Gothic", "游ゴシック Medium", "游ゴシック", "YuGothic", sans-serif;
  line-height: 1;
}
#area-Contents #enquete .heading h2 {
  line-height: 1;
  font-family: "Maru Folk Medium", sans-serif;
}
#area-Contents #ranking .heading {
  text-align: center;
  position: relative;
}
#area-Contents #ranking .heading .subTitle {
  font-family: "Maru Folk Medium", sans-serif;
  line-height: 1;
}
#area-Contents #ranking .heading h2 {
  font-family: "YuGoPr6N-Bold", "Yu Gothic", "游ゴシック Medium", "游ゴシック", "YuGothic", sans-serif;
  line-height: 1;
}
#area-Contents #ranking .rankingList li a {
  text-decoration: none;
  color: #333333;
  position: relative;
}
#area-Contents #ranking .rankingList li figure img {
  border: 1px solid #d3cbcb;
}
#area-Contents #ranking .rankingList li .title {
  line-height: 1.375;
  font-family: "YuGoPr6N-Bold", "Yu Gothic", "游ゴシック Medium", "游ゴシック", "YuGothic", sans-serif;
}
#area-Contents #ranking .rankingList li .r_title {
  line-height: 1.5;
  font-family: "YuGoPr6N-Bold", "Yu Gothic", "游ゴシック Medium", "游ゴシック", "YuGothic", sans-serif !important;
}
#area-Contents #ranking .rankingList li .tag {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
}
#area-Contents #ranking .rankingList li .tag span,
#area-Contents #ranking .rankingList li .tag a {
  color: #007078;
  text-decoration: none;
}
#area-Contents #qa .heading {
  text-align: center;
}
#area-Contents #qa .heading .subTitle {
  color: #007078;
  font-family: "YuGoPr6N-Bold", "Yu Gothic", "游ゴシック Medium", "游ゴシック", "YuGothic", sans-serif;
  line-height: 1;
}
#area-Contents #qa .heading h2 {
  line-height: 1;
  font-family: "Maru Folk Medium", sans-serif;
}
#area-Contents #qa .specialistWrap {
  border: 1px solid #b7dff7;
  background-color: #fff;
  position: relative;
}
#area-Contents #qa .specialistWrap h3 {
  font-family: "YuGoPr6N-Bold", "Yu Gothic", "游ゴシック Medium", "游ゴシック", "YuGothic", sans-serif;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffc4c4;
}
#area-Contents #qa .specialistWrap .specialistList li figure {
  text-align: center;
}
#area-Contents #qa .specialistWrap .specialistList li p {
  line-height: 1.2;
  text-align: center;
  font-family: "YuGoPr6N-Bold", "Yu Gothic", "游ゴシック Medium", "游ゴシック", "YuGothic", sans-serif;
  margin-top: 10px;
}
#area-Contents #qa .qaList li {
  background-color: #fff;
  box-shadow: 0px 0px 15px 5px rgba(87, 164, 223, 0.12);
}
#area-Contents #qa .qaList li > a {
  background-color: #fff;
  text-decoration: none;
  color: #333333;
  position: relative;
}
#area-Contents #qa .qaList li .new {
  color: #d12358;
  display: block;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 5px;
}
#area-Contents #qa .qaList li .title {
  font-family: "YuGoPr6N-Bold", "Yu Gothic", "游ゴシック Medium", "游ゴシック", "YuGothic", sans-serif;
  position: relative;
}
#area-Contents #qa .qaList li .title:before {
  content: "Q. ";
  color: #d12358;
}
#area-Contents #qa .qaList li .tag {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
}
#area-Contents #qa .qaList li .tag span {
  color: #007078;
}
#area-Contents #bottomLink .bnrList a {
  text-decoration: none;
  color: #333333;
  text-align: center;
  display: block;
}
#area-Contents #bottomLink .bnrList a span {
  line-height: 1.4;
  display: block;
}
#area-Contents #bottomLink .lineBnr a {
  display: block;
}
#area-Contents #bottomLink .bnrList2 a {
  text-decoration: none;
  color: #333333;
  text-align: center;
  display: block;
}
#area-Contents #bottomLink .bnrList2 a span {
  line-height: 1.4;
  display: block;
}
@media screen and (max-width: 640px) {
  /* 共通 */
  /* 共通 */
  #area-Contents {
    padding-bottom: 58px;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  #area-Contents * {
    letter-spacing: 0.05em;
  }
  #area-Contents .dInlineBlock_sp {
    display: inline-block;
  }
  #area-Contents .fontsize-15 {
    font-size: 14px;
  }
  #area-Contents .fontsize-16 {
    font-size: 14px;
  }
  #area-Contents .fontsize-17 {
    font-size: 14px;
  }
  #area-Contents .fontsize-18 {
    font-size: 14px;
  }
  #area-Contents .fontsize-19 {
    font-size: 15px;
  }
  #area-Contents .fontsize-20 {
    font-size: 15px;
  }
  #area-Contents .fontsize-21 {
    font-size: 16px;
  }
  #area-Contents .fontsize-22 {
    font-size: 16px;
  }
  #area-Contents .fontsize-23 {
    font-size: 16px;
  }
  #area-Contents .fontsize-24 {
    font-size: 16px;
  }
  #area-Contents .fontsize-25 {
    font-size: 16px;
  }
  #area-Contents .fontsize-26 {
    font-size: 17px;
  }
  #area-Contents .fontsize-27 {
    font-size: 17px;
  }
  #area-Contents .fontsize-28 {
    font-size: 17px;
  }
  #area-Contents .fontsize-29 {
    font-size: 17px;
  }
  #area-Contents .fontsize-30 {
    font-size: 17px;
  }
  #area-Contents .fontsize-31 {
    font-size: 19px;
  }
  #area-Contents .fontsize-32 {
    font-size: 19px;
  }
  #area-Contents .fontsize-33 {
    font-size: 19px;
  }
  #area-Contents .fontsize-34 {
    font-size: 19px;
  }
  #area-Contents .fontsize-35 {
    font-size: 19px;
  }
  #area-Contents .fontsize-36 {
    font-size: 19px;
  }
  #area-Contents .fontsize-37 {
    font-size: 20px;
  }
  #area-Contents .fontsize-38 {
    font-size: 22px;
  }
  #area-Contents .fontsize-39 {
    font-size: 22px;
  }
  #area-Contents .fontsize-40 {
    font-size: 22px;
  }
  #area-Contents .commonInner {
    padding: 0 25px;
  }
  #area-Contents .btnWrap {
    margin-top: 40px;
  }
  #area-Contents .btn {
    border-radius: 30px;
    font-size: 15px;
    padding: 15px 50px 15px 35px;
    width: 90%;
  }
  #area-Contents .btn:before {
    content: "";
    display: inline-block;
    background: url(/content/dam/sites/kao/www-kao-com/jp/ja/femcarelab/top2025/btn_arrow.webp) no-repeat center/cover;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 14px;
    top: calc(50% - 11px);
  }
  #area-Contents .articleList {
    margin-top: 30px;
  }
  #area-Contents .articleList li.new .ymd:after {
    content: "NEW";
    color: #d12358;
    font-size: 13px;
    display: inline-block;
    margin-left: 7px;
    font-family: "YuGoPr6N-Medium", "Yu Gothic", "游ゴシック Medium", "游ゴシック", "YuGothic", sans-serif;
  }
  #area-Contents .articleList li + li {
    margin-top: 35px;
  }
  #area-Contents .articleList li figure {
    margin-bottom: 15px;
  }
  #area-Contents .articleList li figure img {
    border-radius: 10px;
  }
  #area-Contents .articleList li .cat {
    font-size: 13px;
    padding: 5px 14px 4px;
  }
  #area-Contents .articleList li .title {
    font-size: 16px;
    margin-top: 10px;
  }
  #area-Contents .articleList li .ymd {
    font-size: 13px;
    margin-top: 10px;
  }
  #area-Contents .articleList li .new {
    font-size: 13px;
    margin-left: 7px;
  }
  #area-Contents .articleList li .tag {
    gap: 8px 12px;
    margin-top: 10px;
  }
  #area-Contents .articleList li .tag span,
  #area-Contents .articleList li .tag a {
    font-size: 13px;
  }
  #area-Contents .tagListWrap {
    padding: 18px 25px;
  }
  #area-Contents .tagListWrap .tagList {
    gap: 10px 7px;
  }
  #area-Contents .tagListWrap .tagList li a {
    min-width: 85px;
    border-radius: 17px;
    font-size: 14px;
    padding: 6px 20px 6px;
  }
  #area-Contents #mv {
    padding: 28px 0 33px;
    background: #FFECEC;
    background: linear-gradient(180deg, rgb(255, 236, 236) 0%, rgb(255, 255, 255) 100%);
  }
  #area-Contents #mv .splide__arrow {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
  #area-Contents #mv .splide__arrow--prev {
    left: 3px;
  }
  #area-Contents #mv .splide__arrow--next {
    right: 3px;
  }
  #area-Contents #mv .splide__pagination {
    right: calc(10% + 35px);
    bottom: -18px;
  }
  #area-Contents #mv .splide__pagination__page {
    width: 15px;
    height: 2px;
  }
  #area-Contents #mv .splide__toggle {
    width: 20px;
    height: 20px;
    right: calc(10% + 2px);
    bottom: -27px;
  }
  #area-Contents #mv .splide__toggle__play {
    width: 20px;
    height: 20px;
  }
  #area-Contents #mv .splide__toggle__pause {
    width: 20px;
    height: 20px;
  }
  #area-Contents #mv .mvSlide a {
    display: block;
  }
  #area-Contents #pickup {
    padding: 35px 0 65px;
  }
  #area-Contents #pickup .heading .entitle {
    font-size: 14px;
  }
  #area-Contents #pickup .heading h2 {
    font-size: 24px;
    padding: 0 30px;
    margin-top: 10px;
  }
  #area-Contents #pickup .heading h2:before {
    content: "";
    width: 1px;
    height: 26px;
    background-color: #d84f76;
    position: absolute;
    bottom: -2px;
    left: 0px;
    transform: rotate(-30deg);
  }
  #area-Contents #pickup .heading h2:after {
    content: "";
    width: 1px;
    height: 26px;
    background-color: #d84f76;
    position: absolute;
    bottom: -2px;
    right: 0px;
    transform: rotate(30deg);
  }
  #area-Contents #pickup .bnrArea {
    margin-top: 65px;
  }
  #area-Contents #pickup .bnrArea a {
    display: inline-block;
  }
  #area-Contents #useful {
    background: url(/content/dam/sites/kao/www-kao-com/jp/ja/femcarelab/top2025/useful_bg_1_sp.webp), url(/content/dam/sites/kao/www-kao-com/jp/ja/femcarelab/top2025/useful_bg_2_sp.webp), url(/content/dam/sites/kao/www-kao-com/jp/ja/femcarelab/top2025/useful_bg_bottom_sp.webp);
    background-repeat: no-repeat;
    background-position: top left, top right, bottom left;
    background-size: 150px auto, 150px auto, 100% auto;
    background-color: #ebfaf5;
    padding: 60px 0 90px;
  }
  #area-Contents #useful .heading {
    padding-bottom: 25px;
    background: url(/content/dam/sites/kao/www-kao-com/jp/ja/femcarelab/top2025/useful_title_nami.webp) no-repeat center bottom;
    background-size: 169px auto;
  }
  #area-Contents #useful .heading .headingCat img {
    max-width: 65px;
  }
  #area-Contents #useful .heading .subTitle {
    font-size: 18px;
    margin-top: 15px;
  }
  #area-Contents #useful .heading h2 {
    margin-top: 12px;
    font-size: 25px;
  }
  #area-Contents #useful .heading + p {
    margin-top: 20px;
    font-size: 16px;
  }
  #area-Contents #enquete {
    background: url(/content/dam/sites/kao/www-kao-com/jp/ja/femcarelab/top2025/enquete_bg_1_sp.webp), url(/content/dam/sites/kao/www-kao-com/jp/ja/femcarelab/top2025/enquete_bg_2_sp.webp);
    background-repeat: no-repeat;
    background-position: top left, top right;
    background-size: 165px auto, 120px auto;
    background-color: #fff0e5;
    padding: 60px 0 90px;
  }
  #area-Contents #enquete .heading {
    padding-bottom: 25px;
    background: url(/content/dam/sites/kao/www-kao-com/jp/ja/femcarelab/top2025/enquete_title_nami.webp) no-repeat center bottom;
    background-size: 169px auto;
  }
  #area-Contents #enquete .heading .headingCat img {
    max-width: 65px;
  }
  #area-Contents #enquete .heading .subTitle {
    font-size: 18px;
    margin-top: 15px;
  }
  #area-Contents #enquete .heading h2 {
    margin-top: 12px;
    font-size: 25px;
  }
  #area-Contents #enquete .heading + p {
    margin-top: 20px;
    font-size: 16px;
  }
  #area-Contents #ranking {
    padding: 60px 0 90px;
  }
  #area-Contents #ranking .heading {
    padding-top: 40px;
  }
  #area-Contents #ranking .heading:before {
    content: "";
    display: inline-block;
    background: url(/content/dam/sites/kao/www-kao-com/jp/ja/femcarelab/top2025/icon_crown.webp) no-repeat center/cover;
    width: 42px;
    height: 29px;
    position: absolute;
    top: 0;
    left: calc(50% - 21px);
  }
  #area-Contents #ranking .heading .subTitle {
    font-size: 25px;
  }
  #area-Contents #ranking .heading h2 {
    font-size: 16px;
    margin-top: 12px;
  }
  #area-Contents #ranking .rankingList {
    margin-top: 35px;
  }
  #area-Contents #ranking .rankingList li {
    display: flex;
    gap: 13px;
  }
  #area-Contents #ranking .rankingList li + li {
    margin-top: 30px;
  }
  #area-Contents #ranking .rankingList li:nth-of-type(n + 4) > a .rank {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    color: #d12358;
    font-size: 12px;
    font-family: "Maru Folk Bold", sans-serif;
    background-color: #ffebf1;
    position: absolute;
    top: -7px;
    left: -5px;
    box-shadow: 2px 2px #d12358;
  }
  #area-Contents #ranking .rankingList li a .rank {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    color: #fff;
    font-size: 12px;
    font-family: "Maru Folk Bold", sans-serif;
    background-color: #d12358;
    position: absolute;
    top: -7px;
    left: -5px;
    box-shadow: 2px 2px #ffa6c1;
  }
  #area-Contents #ranking .rankingList li figure {
    flex: none;
    width: 108px;
  }
  #area-Contents #ranking .rankingList li figure img {
    border-radius: 10px;
  }
  #area-Contents #ranking .rankingList li .title {
    font-size: 16px;
  }
  #area-Contents #ranking .rankingList li .r_title {
    font-size: 16px;
    margin-top: 10px;
  }
  #area-Contents #ranking .rankingList li .tag {
    gap: 8px 13px;
    margin-top: 15px;
  }
  #area-Contents #ranking .rankingList li .tag span,
  #area-Contents #ranking .rankingList li .tag a {
    font-size: 13px;
  }
  #area-Contents #qa {
    background: url(/content/dam/sites/kao/www-kao-com/jp/ja/femcarelab/top2025/qa_bg_1_sp.webp), url(/content/dam/sites/kao/www-kao-com/jp/ja/femcarelab/top2025/qa_bg_2_sp.webp);
    background-repeat: no-repeat;
    background-position: top left, top right;
    background-size: 135px auto, 150px auto;
    background-color: #e5f2ff;
    padding: 60px 0 90px;
  }
  #area-Contents #qa .heading {
    padding-bottom: 25px;
    background: url(/content/dam/sites/kao/www-kao-com/jp/ja/femcarelab/top2025/qa_title_nami.webp) no-repeat center bottom;
    background-size: 169px auto;
  }
  #area-Contents #qa .heading .headingCat img {
    max-width: 65px;
  }
  #area-Contents #qa .heading .subTitle {
    font-size: 18px;
    margin-top: 15px;
  }
  #area-Contents #qa .heading h2 {
    margin-top: 12px;
    font-size: 25px;
  }
  #area-Contents #qa .heading + p {
    margin-top: 20px;
    font-size: 16px;
  }
  #area-Contents #qa .specialistWrap {
    margin: 50px auto 0;
    border-radius: 10px;
    padding: 35px 15px 25px;
  }
  #area-Contents #qa .specialistWrap h3 {
    font-size: 15px;
    width: 220px;
    height: 28px;
    border-radius: 30px;
    position: absolute;
    top: -14px;
    left: calc(50% - 110px);
  }
  #area-Contents #qa .specialistWrap h3:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 10px solid #ffc4c4;
    border-bottom: 0;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 5px);
  }
  #area-Contents #qa .specialistWrap .specialistList {
    display: flex;
    justify-content: center;
    gap: 8px;
  }
  #area-Contents #qa .specialistWrap .specialistList li {
    flex: 1;
    max-width: 68px;
  }
  #area-Contents #qa .specialistWrap .specialistList li p {
    font-size: 10px;
  }
  #area-Contents #qa .specialistWrap .specialistList li p .forPC {
    display: none;
  }
  #area-Contents #qa .qaList {
    margin-top: 30px;
  }
  #area-Contents #qa .qaList li {
    border-radius: 10px;
  }
  #area-Contents #qa .qaList li + li {
    margin-top: 15px;
  }
  #area-Contents #qa .qaList li.new .title:before {
    content: "NEW";
    color: #d12358;
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
    letter-spacing: 0.05em;
  }
  #area-Contents #qa .qaList li > a {
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 25px 35px 25px 15px;
  }
  #area-Contents #qa .qaList li > a:after {
    content: "";
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 1px #d12358;
    border-right: solid 1px #d12358;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 6px);
    right: 16px;
  }
  #area-Contents #qa .qaList li figure {
    flex: none;
  }
  #area-Contents #qa .qaList li figure img {
    width: 39px;
  }
  #area-Contents #qa .qaList li .new {
    font-size: 12px;
  }
  #area-Contents #qa .qaList li .title {
    font-size: 16px;
    line-height: 1.56;
  }
  #area-Contents #qa .qaList li .tag {
    gap: 8px 15px;
    margin-top: 15px;
  }
  #area-Contents #qa .qaList li .tag span {
    font-size: 13px;
  }
  #area-Contents #bottomLink {
    padding-top: 60px;
  }
  #area-Contents #bottomLink .bnrList a + a {
    margin-top: 35px;
  }
  #area-Contents #bottomLink .bnrList a span {
    font-size: 15px;
    margin-top: 15px;
  }
  #area-Contents #bottomLink .lineBnr {
    margin-top: 60px;
  }
  #area-Contents #bottomLink .bnrList2 {
    margin-top: 60px;
  }
  #area-Contents #bottomLink .bnrList2 a {
    font-size: 15px;
  }
  #area-Contents #bottomLink .bnrList2 a span {
    margin-top: 15px;
  }
  #area-Contents .bnr2025siz {
    padding: 0 25px;
  }
}
@media print, screen and (min-width: 641px) {
  /* 共通 */
  /* 共通 */
  #area-Contents {
    padding-bottom: 94px;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  #area-Contents * {
    letter-spacing: 0.05em;
  }
  #area-Contents a {
    transition: 0.2s ease !important;
  }
  #area-Contents .dInlineBlock_pc {
    display: inline-block;
  }
  #area-Contents .commonInner {
    max-width: 1040px;
    width: 90%;
    margin: 0 auto;
  }
  #area-Contents .btnWrap {
    margin-top: 80px;
  }
  #area-Contents .btn {
    border-radius: 30px;
    font-size: 22px;
    padding: 17px 60px 17px 45px;
    min-width: 422px;
    transition: 0.3s;
  }
  #area-Contents .btn:hover {
    opacity: 0.7;
  }
  #area-Contents .btn:before {
    content: "";
    display: inline-block;
    background: url(/content/dam/sites/kao/www-kao-com/jp/ja/femcarelab/top2025/btn_arrow.webp) no-repeat center/cover;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 16px;
    top: calc(50% - 15px);
  }
  #area-Contents .articleList {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px 64px;
  }
  #area-Contents .articleList li {
    width: calc(50% - 32px);
  }
  #area-Contents .articleList li.new .ymd:after {
    content: "NEW";
    color: #d12358;
    font-size: 15px;
    display: inline-block;
    margin-left: 15px;
  }
  #area-Contents .articleList li a {
    transition: 0.3s;
  }
  #area-Contents .articleList li a:hover {
    opacity: 0.7;
  }
  #area-Contents .articleList li figure {
    margin-bottom: 20px;
  }
  #area-Contents .articleList li figure img {
    border-radius: 20px;
  }
  #area-Contents .articleList li .cat {
    font-size: 16px;
    padding: 6px 20px 5px;
  }
  #area-Contents .articleList li .title {
    font-size: 24px;
    margin-top: 10px;
  }
  #area-Contents .articleList li .ymd {
    font-size: 15px;
    margin-top: 8px;
  }
  #area-Contents .articleList li .new {
    font-size: 15px;
    margin-left: 18px;
  }
  #area-Contents .articleList li .tag {
    gap: 10px 20px;
    margin-top: 10px;
  }
  #area-Contents .articleList li .tag span,
  #area-Contents .articleList li .tag a {
    font-size: 16px;
  }
  #area-Contents .tagListWrap {
    padding: 22px 0;
  }
  #area-Contents .tagListWrap .tagList {
    max-width: 1104px;
    margin-inline: auto;
    padding-inline: 40px;
    gap: 14px;
  }
  #area-Contents .tagListWrap .tagList li a {
    min-width: 114px;
    border-radius: 17px;
    font-size: 18px;
    padding: 8px 15px 7px;
    transition: 0.3s;
  }
  #area-Contents .tagListWrap .tagList li a:hover {
    opacity: 0.7;
  }
  #area-Contents #mv {
    padding: 50px 0;
    background: #FFECEC;
    background: linear-gradient(180deg, rgb(255, 236, 236) 0%, rgb(255, 255, 255) 100%);
  }
  #area-Contents #mv .splide__arrow {
    width: 62px;
    height: 62px;
    top: calc(50% - 31px);
    transition: 0.3s;
  }
  #area-Contents #mv .splide__arrow:hover {
    opacity: 0.7;
  }
  #area-Contents #mv .splide__arrow--prev {
    left: calc(17% - 76px);
  }
  #area-Contents #mv .splide__arrow--next {
    right: calc(17% - 76px);
  }
  #area-Contents #mv .splide__pagination {
    right: calc(17% + 50px);
    bottom: -26px;
  }
  #area-Contents #mv .splide__pagination__page {
    width: 20px;
    height: 2px;
  }
  #area-Contents #mv .splide__toggle {
    width: 28px;
    height: 28px;
    right: calc(17% + 2px);
    bottom: -39px;
    transition: 0.3s;
  }
  #area-Contents #mv .splide__toggle:hover {
    opacity: 0.7;
  }
  #area-Contents #mv .splide__toggle__play {
    width: 28px;
    height: 28px;
    transition: 0.3s;
  }
  #area-Contents #mv .splide__toggle__play:hover {
    opacity: 0.7;
  }
  #area-Contents #mv .splide__toggle__pause {
    width: 28px;
    height: 28px;
    transition: 0.3s;
  }
  #area-Contents #mv .splide__toggle__pause:hover {
    opacity: 0.7;
  }
  #area-Contents #mv .mvSlide {
    max-width: 1370px;
    margin-inline: auto;
    position: relative;
  }
  #area-Contents #mv .mvSlide:before, #area-Contents #mv .mvSlide:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 1000;
  }
  #area-Contents #mv .mvSlide:before {
    left: -2px;
    background: url(/content/dam/sites/kao/www-kao-com/jp/ja/femcarelab/top2025/mv_gd_left.webp) no-repeat left center/cover;
    background-size: 100% 100%;
  }
  #area-Contents #mv .mvSlide::after {
    right: -2px;
    background: url(/content/dam/sites/kao/www-kao-com/jp/ja/femcarelab/top2025/mv_gd_right.webp) no-repeat right center/cover;
    background-size: 100% 100%;
  }
  #area-Contents #mv .mvSlide a {
    transition: 0.3s;
  }
  #area-Contents #mv .mvSlide a:hover {
    opacity: 0.7;
  }
  #area-Contents #pickup {
    padding: 90px 0 95px;
  }
  #area-Contents #pickup .heading .entitle {
    font-size: 24px;
  }
  #area-Contents #pickup .heading h2 {
    font-size: 40px;
    padding: 0 40px;
    margin-top: 15px;
  }
  #area-Contents #pickup .heading h2:before {
    content: "";
    width: 1px;
    height: 42px;
    background-color: #d84f76;
    position: absolute;
    bottom: -5px;
    left: 0px;
    transform: rotate(-30deg);
  }
  #area-Contents #pickup .heading h2:after {
    content: "";
    width: 1px;
    height: 42px;
    background-color: #d84f76;
    position: absolute;
    bottom: -5px;
    right: 0px;
    transform: rotate(30deg);
  }
  #area-Contents #pickup .bnrArea {
    margin-top: 90px;
  }
  #area-Contents #pickup .bnrArea a {
    display: inline-block;
    transition: 0.3s;
  }
  #area-Contents #pickup .bnrArea a:hover {
    opacity: 0.7;
  }
  #area-Contents #pickup .bnrArea img {
    max-width: 573px;
  }
  #area-Contents #useful {
    background: url(/content/dam/sites/kao/www-kao-com/jp/ja/femcarelab/top2025/useful_bg_1.webp), url(/content/dam/sites/kao/www-kao-com/jp/ja/femcarelab/top2025/useful_bg_2.webp), url(/content/dam/sites/kao/www-kao-com/jp/ja/femcarelab/top2025/useful_bg_bottom.webp);
    background-repeat: no-repeat;
    background-position: top left, top right, bottom left;
    background-size: clamp(38vw, 38vw, 580px) auto, clamp(33vw, 33vw, 500px) auto, 100% auto;
    background-color: #ebfaf5;
    padding: 80px 0 100px;
  }
  #area-Contents #useful .heading {
    padding-bottom: 45px;
    background: url(/content/dam/sites/kao/www-kao-com/jp/ja/femcarelab/top2025/useful_title_nami.webp) no-repeat center bottom;
    background-size: 279px auto;
  }
  #area-Contents #useful .heading .headingCat img {
    max-width: 93px;
  }
  #area-Contents #useful .heading .subTitle {
    margin-top: 20px;
    font-size: 24px;
  }
  #area-Contents #useful .heading h2 {
    margin-top: 20px;
    font-size: 40px;
  }
  #area-Contents #useful .heading + p {
    text-align: center;
    margin-top: 40px;
    font-size: 22px;
  }
  #area-Contents #enquete {
    background: url(/content/dam/sites/kao/www-kao-com/jp/ja/femcarelab/top2025/enquete_bg_1.webp), url(/content/dam/sites/kao/www-kao-com/jp/ja/femcarelab/top2025/enquete_bg_2.webp);
    background-repeat: no-repeat;
    background-position: top left, top right;
    background-size: clamp(36vw, 36vw, 550px) auto, clamp(27vw, 27vw, 400px) auto;
    background-color: #fff0e5;
    padding: 80px 0 100px;
  }
  #area-Contents #enquete .heading {
    padding-bottom: 45px;
    background: url(/content/dam/sites/kao/www-kao-com/jp/ja/femcarelab/top2025/enquete_title_nami.webp) no-repeat center bottom;
    background-size: 280px auto;
  }
  #area-Contents #enquete .heading .headingCat img {
    max-width: 93px;
  }
  #area-Contents #enquete .heading .subTitle {
    margin-top: 20px;
    font-size: 24px;
  }
  #area-Contents #enquete .heading h2 {
    margin-top: 20px;
    font-size: 40px;
  }
  #area-Contents #enquete .heading + p {
    text-align: center;
    margin-top: 40px;
    font-size: 22px;
  }
  #area-Contents #ranking {
    padding: 80px 0 100px;
  }
  #area-Contents #ranking .heading {
    padding-top: 60px;
  }
  #area-Contents #ranking .heading:before {
    content: "";
    display: inline-block;
    background: url(/content/dam/sites/kao/www-kao-com/jp/ja/femcarelab/top2025/icon_crown.webp) no-repeat center/cover;
    width: 62px;
    height: 42px;
    position: absolute;
    top: 0;
    left: calc(50% - 31px);
  }
  #area-Contents #ranking .heading .subTitle {
    font-size: 44px;
  }
  #area-Contents #ranking .heading h2 {
    font-size: 22px;
    margin-top: 15px;
  }
  #area-Contents #ranking .rankingList {
    display: flex;
    flex-wrap: wrap;
    gap: 55px 42px;
    margin-top: 70px;
  }
  #area-Contents #ranking .rankingList li {
    width: calc(33.3333333333% - 28px);
  }
  #area-Contents #ranking .rankingList li:nth-of-type(n + 4) > a .rank {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    color: #d12358;
    font-size: 21px;
    font-family: "Maru Folk Bold", sans-serif;
    background-color: #ffebf1;
    position: absolute;
    top: -19px;
    left: -9px;
    box-shadow: 2px 2px #d12358;
  }
  #area-Contents #ranking .rankingList li a {
    transition: 0.3s;
  }
  #area-Contents #ranking .rankingList li a .rank {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    color: #fff;
    font-size: 21px;
    font-family: "Maru Folk Bold", sans-serif;
    background-color: #d12358;
    position: absolute;
    top: -19px;
    left: -9px;
    box-shadow: 2px 2px #ffa6c1;
  }
  #area-Contents #ranking .rankingList li a:hover {
    opacity: 0.7;
  }
  #area-Contents #ranking .rankingList li figure {
    margin-bottom: 20px;
  }
  #area-Contents #ranking .rankingList li figure img {
    border-radius: 20px;
  }
  #area-Contents #ranking .rankingList li .title {
    font-size: 24px;
    margin-top: 10px;
  }
  #area-Contents #ranking .rankingList li .r_title {
    font-size: 24px;
    margin-top: 10px;
  }
  #area-Contents #ranking .rankingList li .tag {
    gap: 10px 20px;
    margin-top: 20px;
  }
  #area-Contents #ranking .rankingList li .tag span,
  #area-Contents #ranking .rankingList li .tag a {
    font-size: 16px;
    transition: 0.3s;
  }
  #area-Contents #ranking .rankingList li .tag span:hover,
  #area-Contents #ranking .rankingList li .tag a:hover {
    opacity: 0.7;
  }
  #area-Contents #qa {
    background: url(/content/dam/sites/kao/www-kao-com/jp/ja/femcarelab/top2025/qa_bg_1.webp), url(/content/dam/sites/kao/www-kao-com/jp/ja/femcarelab/top2025/qa_bg_2.webp);
    background-repeat: no-repeat;
    background-position: top left, top right;
    background-size: clamp(29vw, 29vw, 440px) auto, clamp(30vw, 30vw, 460px) auto;
    background-color: #e5f2ff;
    padding: 80px 0 100px;
  }
  #area-Contents #qa .heading {
    padding-bottom: 45px;
    background: url(/content/dam/sites/kao/www-kao-com/jp/ja/femcarelab/top2025/qa_title_nami.webp) no-repeat center bottom;
    background-size: 280px auto;
  }
  #area-Contents #qa .heading .headingCat img {
    max-width: 93px;
  }
  #area-Contents #qa .heading .subTitle {
    margin-top: 20px;
    font-size: 24px;
  }
  #area-Contents #qa .heading h2 {
    margin-top: 20px;
    font-size: 40px;
  }
  #area-Contents #qa .heading + p {
    text-align: center;
    margin-top: 40px;
    font-size: 22px;
  }
  #area-Contents #qa .specialistWrap {
    margin: 75px auto 0;
    max-width: 800px;
    border-radius: 20px;
    padding: 50px 30px 35px;
  }
  #area-Contents #qa .specialistWrap h3 {
    font-size: 22px;
    width: 310px;
    height: 52px;
    border-radius: 30px;
    position: absolute;
    top: -26px;
    left: calc(50% - 145px);
  }
  #area-Contents #qa .specialistWrap h3:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 12px solid #ffc4c4;
    border-bottom: 0;
    position: absolute;
    bottom: -12px;
    left: calc(50% - 6px);
  }
  #area-Contents #qa .specialistWrap .specialistList {
    display: flex;
    justify-content: center;
    gap: 3vw;
  }
  #area-Contents #qa .specialistWrap .specialistList li {
    flex: 1;
    max-width: 135px;
  }
  #area-Contents #qa .specialistWrap .specialistList li figure img {
    max-width: 124px;
  }
  #area-Contents #qa .specialistWrap .specialistList li p {
    font-size: 18px;
  }
  #area-Contents #qa .specialistWrap .specialistList li p .forSP {
    display: none;
  }
  #area-Contents #qa .qaList {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
  }
  #area-Contents #qa .qaList li {
    width: calc(50% - 18px);
    border-radius: 20px;
  }
  #area-Contents #qa .qaList li.new .title:before {
    content: "NEW";
    color: #d12358;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: -1.7em;
    letter-spacing: 0.05em;
  }
  #area-Contents #qa .qaList li > a {
    height: 100%;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 38px 56px 34px 25px;
    transition: 0.3s;
  }
  #area-Contents #qa .qaList li > a:hover {
    opacity: 0.7;
  }
  #area-Contents #qa .qaList li > a:after {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 2px #d12358;
    border-right: solid 2px #d12358;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 7px);
    right: 25px;
  }
  #area-Contents #qa .qaList li figure {
    flex: none;
  }
  #area-Contents #qa .qaList li figure img {
    width: 64px;
  }
  #area-Contents #qa .qaList li .new {
    font-size: 15px;
  }
  #area-Contents #qa .qaList li .title {
    font-size: 22px;
    line-height: 1.45;
  }
  #area-Contents #qa .qaList li .tag {
    gap: 8px 20px;
    margin-top: 15px;
  }
  #area-Contents #qa .qaList li .tag span {
    font-size: 16px;
  }
  #area-Contents #bottomLink {
    padding-top: 100px;
  }
  #area-Contents #bottomLink .bnrList {
    display: flex;
    justify-content: center;
    gap: 24px;
  }
  #area-Contents #bottomLink .bnrList a {
    width: calc(50% - 12px);
    font-size: 20px;
    transition: 0.3s;
  }
  #area-Contents #bottomLink .bnrList a:hover {
    opacity: 0.7;
  }
  #area-Contents #bottomLink .bnrList a span {
    margin-top: 20px;
  }
  #area-Contents #bottomLink .lineBnr {
    margin-top: 60px;
  }
  #area-Contents #bottomLink .lineBnr a {
    transition: 0.3s;
  }
  #area-Contents #bottomLink .lineBnr a:hover {
    opacity: 0.7;
  }
  #area-Contents #bottomLink .bnrList2 {
    display: flex;
    justify-content: center;
    margin-top: 90px;
  }
  #area-Contents #bottomLink .bnrList2 a {
    font-size: 20px;
    transition: 0.3s;
  }
  #area-Contents #bottomLink .bnrList2 a img {
    max-width: 520px;
  }
  #area-Contents #bottomLink .bnrList2 a:hover {
    opacity: 0.7;
  }
  #area-Contents #bottomLink .bnrList2 a span {
    margin-top: 20px;
  }
  #area-Contents .bnr2025siz {
    max-width: 1040px;
    width: 90%;
    margin: 0 auto;
    padding: 0 12px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  /* 共通 */
  /* 共通 */
}
/*# sourceMappingURL=map/style2025.css.map */
