@charset "UTF-8";
.title {
  margin-bottom: 27px;
}

.lead {
  margin-bottom: 20px;
  font-size: min(3.87vw, 16px);
  text-align: center;
}
@media all and (width <= 360px) {
  .lead {
    font-size: 3.8vw;
  }
}

.btn_filtering {
  height: 80px;
  border-radius: 20px;
  line-height: 1.3333333333;
}
.btn_filtering .inner {
  gap: 0;
  border-radius: 15px;
}
.btn_filtering .inner::after {
  width: 21px;
  content: "";
}
.btn_filtering .text {
  font-size: min(4.7vw, 18px);
}

.section {
  margin-top: 55px;
}

/* お悩み別 */
.section__worries .custom-select {
  margin-bottom: 10px;
}

/* 年代別 */
.section__age .grid-area {
  margin-bottom: 10px;
}
.section__age .btn_radio {
  border-radius: 8px;
}

/* おすすめ投稿者 */
.section__recommend {
  margin-bottom: 30px;
}
.section__recommend .card__wrapper {
  margin-bottom: 20px;
}

/* アクセスランキング */
.section__ranking .ranking__top {
  aspect-ratio: 780/395;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 35px;
  background: url(../img/bg_ranking_top.png) no-repeat center top/cover;
}
.section__ranking .ranking__title,
.section__ranking .ranking__lead {
  font-weight: var(--font-medium);
  text-align: center;
}
.section__ranking .ranking__title {
  width: 256px;
  margin: 0 auto 12px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1;
  border-bottom: 1px solid #d6c8b5;
}
.section__ranking .ranking__title::before {
  display: block;
  width: 35px;
  height: 24px;
  margin: 0 auto 10px;
  background: url(../img/icn_crown.png) no-repeat center/contain;
  content: "";
}
.section__ranking .ranking__lead {
  font-size: 14px;
  line-height: 1.7142857143;
}
.section__ranking .ranking__bottom {
  aspect-ratio: 780/395;
  width: 100%;
  background: url(../img/bg_ranking_bottom.png) no-repeat center bottom/cover;
}

/* クチコミ投稿しよう */
.section__howto {
  position: relative;
  /* 上のランキング装飾枠(.ranking__bottom)はaspect-ratioで幅に比例して高さが変わるため、
     食い込み量も%で比例させる。固定値だと幅の狭い端末で食い込みすぎる */
  margin-top: -19.5%;
  margin-bottom: 60px;
  padding: 85px 20px 20px;
  color: #000;
  background-color: #c5d0b6;
}
.section__howto::before {
  position: absolute;
  top: -70px;
  left: calc(50% - 70px);
  width: 140px;
  height: 140px;
  background: url(../img/img_howto_top.png) no-repeat center/contain;
  content: "";
}
.section__howto .howto__title,
.section__howto .howto__lead,
.section__howto .step__title,
.section__howto .step__text {
  font-weight: var(--font-medium);
}
.section__howto .howto__title {
  margin-bottom: 10px;
  font-size: 21px;
  text-align: center;
}
.section__howto .howto__lead {
  font-size: 14px;
  line-height: 1.7142857143;
}
.section__howto .howto__step__wrapper {
  display: grid;
  gap: 15px;
  margin-top: 25px;
}
.section__howto .howto__step {
  position: relative;
  padding: 17px;
  border: 1px solid #000;
}
.section__howto .howto__step:not(:first-child)::before {
  position: absolute;
  top: -15px;
  left: 50%;
  display: block;
  width: 1px;
  height: 15px;
  background-color: #000;
  content: "";
}
.section__howto .step__title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.3333333333;
}
.section__howto .step__title sup {
  font-size: 12px;
  font-weight: var(--font-regular);
}
.section__howto .step__text {
  font-size: 14px;
  line-height: 1.7142857143;
}
.section__howto .step__links {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}
.section__howto .btn_link {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 55px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #3b2910;
  border: 1px solid #392e20;
  border-radius: 10px;
  box-shadow: inset 0 0 4px 0 rgba(255, 255, 255, 0.9), 0 4px 8px 0 rgba(21, 74, 20, 0.5);
}
.section__howto .btn_link::before {
  content: "";
}
.section__howto .btn_link:hover {
  opacity: 0.8;
}
.section__howto .btn_link .text {
  margin: auto;
  color: #fff;
  font-size: min(3.8vw, 14px);
  font-weight: var(--font-medium);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
@media all and (width <= 350px) {
  .section__howto .btn_link .text {
    font-size: 3.4vw;
  }
}
.section__howto .btn_link__profile::before {
  width: 20px;
  height: 17px;
  background: url(../img/icn_human.png) no-repeat center/contain;
}
.section__howto .btn_link__history::before {
  width: 19px;
  height: 20px;
  background: url(../img/icn_clock.png) no-repeat center/contain;
}
.section__howto .btn_link__beauty::before {
  width: 16px;
  height: 19px;
  background: url(../img/icn_drop.png) no-repeat center/contain;
}
.section__howto .btn_link__health::before {
  width: 20px;
  height: 19px;
  background: url(../img/icn_heart.png) no-repeat center/contain;
}
.section__howto .btn_link__search::before {
  width: 17px;
  height: 18px;
  background: url(../img/icn_search.png) no-repeat center/contain;
}
.section__howto .howto__attention {
  margin-top: 10px;
  padding: 25px 15px 20px;
  color: #000;
  background-color: #fff;
}
.section__howto .attention__title,
.section__howto .attention__text,
.section__howto .attention__caption {
  font-weight: var(--font-medium);
}
.section__howto .attention__title {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}
.section__howto .attention__title::before {
  display: block;
  width: 36px;
  height: 35px;
  margin: 0 auto 8px;
  background: url(../img/icn_attention.png) no-repeat center/contain;
  content: "";
}
.section__howto .attention__text {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.7142857143;
}
.section__howto .link_text {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.section__howto .link_text:hover {
  text-decoration: none;
}
.section__howto .attention__case__wrapper {
  display: grid;
  grid-template-columns: 1.03fr 1fr;
  gap: 10px;
}
.section__howto .attention__caption {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.3333333333;
}
.section__howto .howto__caption {
  margin-top: 8px;
  padding-left: 1em;
  font-size: 12px;
  font-weight: var(--font-regular);
  line-height: 1.3333333333;
  letter-spacing: -0.04em;
  text-align: justify;
  text-indent: -1em;
}

/* クチコミサービスとは */
.section__about {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #d4dbe0;
}
.section__about .about__title {
  width: 285px;
  margin: 0 auto 27px;
}
.section__about .about__section__title,
.section__about .about__section__text {
  font-weight: var(--font-medium);
}
.section__about .about__section__title {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}
.section__about .about__section__title.align-center {
  text-align: center;
}
.section__about .about__section__text {
  font-size: 14px;
}
.section__about .about__data__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3px;
  margin-top: 18px;
}
.section__about .about__data {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  background-color: #fff;
  border: 1px solid #000;
}
.section__about .about__data__label, .section__about .about__data__value, .section__about .about__data__text {
  display: grid;
  place-items: center;
  padding: 8px;
  font-weight: var(--font-medium);
  text-align: center;
}
.section__about .about__data__label {
  color: #fff;
  font-size: 14px;
  background-color: #524a3f;
}
@media all and (width <= 360px) {
  .section__about .about__data__label {
    font-size: 3.8vw;
  }
}
.section__about .about__data__value {
  font-size: 21px;
}
.section__about .about__data__text {
  font-size: 12px;
}
.section__about .about__data__caption {
  margin-top: 5px;
  font-size: 10px;
  font-weight: var(--font-medium);
}

.about__subsection {
  margin-top: 55px;
}
.about__subsection .subsection__head {
  margin-bottom: 25px;
}
.about__subsection .subsection__title,
.about__subsection .subsection__lead {
  font-weight: var(--font-medium);
}
.about__subsection .subsection__title {
  margin-bottom: 22px;
  font-size: min(4.5vw, 18px);
  text-align: center;
}
.about__subsection .subsection__lead {
  font-size: 14px;
  line-height: 1.7142857143;
}

/* クチコミで選ぶ */
.about__read .read__example__wrapper {
  margin-top: 30px;
}
.about__read .read__example {
  margin-top: -1px;
  padding: 20px;
  border: 1px solid #000;
}
.about__read .read__example__title, .about__read .read__example__text {
  font-weight: var(--font-medium);
}
.about__read .read__example__title {
  margin-bottom: 10px;
  font-size: min(4.5vw, 18px);
  line-height: 1.3333333333;
}
@media all and (width <= 360px) {
  .about__read .read__example__title {
    font-size: 4.3vw;
  }
}
.about__read .read__example__text {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.5;
}
.about__read .read__example:nth-child(odd) {
  background-color: #fff;
}
.about__read .read__example:nth-child(even) {
  background-color: var(--base-cream);
}
.about__read .read__example:nth-child(1) .read__example__title {
  padding-left: 30px;
  background: url(../img/icn_read_example01.png) no-repeat center left/21px 21px;
}
.about__read .read__example:nth-child(2) .read__example__title {
  padding-left: 30px;
  background: url(../img/icn_read_example02.png) no-repeat center left/21px 21px;
}
.about__read .read__example:nth-child(3) .read__example__title {
  padding-left: 30px;
  background: url(../img/icn_read_example03.png) no-repeat center left/21px 21px;
}
.about__read .read__example:nth-child(4) .read__example__title {
  padding-left: 30px;
  background: url(../img/icn_read_example04.png) no-repeat center left/21px 21px;
}

/* クチコミを届ける */
.about__write {
  margin-top: 50px;
}
.about__write .write__flow {
  margin-top: 20px;
  padding: 20px;
  color: #000;
  background-color: #c5d0b6;
}
.about__write .write__step__wrapper {
  display: grid;
  gap: 15px;
}
.about__write .write__step {
  position: relative;
  padding: 17px;
  border: 1px solid #000;
}
.about__write .write__step:not(:first-child)::before {
  position: absolute;
  top: -15px;
  left: 50%;
  display: block;
  width: 1px;
  height: 15px;
  background-color: #524a3f;
  content: "";
}
.about__write .step__title,
.about__write .step__text {
  font-weight: var(--font-medium);
}
.about__write .step__title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.3333333333;
}
.about__write .step__title sup {
  font-size: 12px;
  font-weight: var(--font-regular);
}
.about__write .step__text {
  font-size: 14px;
  line-height: 1.7142857143;
}
.about__write .write__caption {
  margin-top: 8px;
  padding-left: 1em;
  font-size: 12px;
  font-weight: var(--font-regular);
  line-height: 1.3333333333;
  letter-spacing: -0.04em;
  text-align: justify;
  text-indent: -1em;
}

/* =========================================================
   投稿者検索の結果ブロック
   ========================================================= */

/* 【地雷注意】この2行を消さないこと。
   ファンケル共通CSS(/common_d/css/style.css)に
   article,aside,…,section { display: block } のHTML5リセットがあり、
   これは作者スタイルなのでUAスタイルの [hidden]{display:none} に必ず勝つ。
   hidden 属性だけでは隠れない */
.section__search-result[hidden],
.btn_loadmore[hidden] {
  display: none;
}

/* 以下は match.css からの移植。
   match.css をそのまま読み込むと .title{margin-bottom:15px} が
   index.html のKV(h1.title)にも当たって余白が変わるため、
   .title だけはセクション内にスコープして移す */
.section__search-result .title {
  margin-bottom: 15px;
}
.section__search-result .card__wrapper {
  margin-bottom: 20px;
}

.filtering__title {
  color: #a49888;
  font-size: 16px;
  font-weight: var(--font-medium);
  line-height: 1.7;
}
.filtering__title .filter {
  color: #000;
}

.btn_change-term {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: auto;
  margin-bottom: 15px;
  padding-bottom: 2px;
  font-size: 14px;
  border-bottom: 1px solid #000;
}
.btn_change-term::before {
  display: block;
  width: 17px;
  height: 17px;
  background: url(../img/icn_change.png) no-repeat center/contain;
  content: "";
}
.btn_change-term:hover {
  border-color: transparent;
}

/* 条件が1つも選ばれていないあいだの「投稿者を絞り込む」。
   元の緑グラデをHSLの彩度0に落とした値(明度は維持)。
   外側のドロップシャドウは押せそうに見えるので落とす */
.modal__btn_submit:disabled {
  background: linear-gradient(to top, #424242, #707070);
  border-color: #2f2f2f;
  box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.9);
  cursor: default;
}
.modal__btn_submit:disabled:hover {
  opacity: 1;
}
.modal__btn_submit:disabled .icon {
  filter: grayscale(1);
}

/* 商品リンク(.review__item)。ファンケル共通CSS(/common_d/css/style.css)の
   a { color:#0067cc; line-height:1 } と a:visited { color:#9057c5 } を打ち消す。
   a:visited は詳細度(0,1,1)のため、擬似クラスを明示しないと勝てない */
.review__item,
.review__item:link,
.review__item:visited,
.review__item:hover,
.review__item:active {
  color: inherit;
  text-decoration: none;
  line-height: inherit;
}

/* 星評価が無い(HYOUKAが0または未提供)ときのハイフン表示。
   .review__starsのgridのままだと85px幅の1カラム目に収まってしまうため解除する */
.review__stars.is-noscore {
  display: block;
  width: auto;
}

/* ===== アクセスランキング(化粧品トップ style2_beauty_sp.css より移植) ===== */
.ranking-slider {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.ranking-slider .ranking-slider-container {
  padding-left: 2.6666666667%;
  padding-right: 2.6666666667%;
  padding-bottom: 2.1875rem;
}
.ranking-slider .ranking-slider-container:has(.swiper-pagination-lock) {
  padding-bottom: 0.4375rem;
}
.ranking-slider .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background: #bfbfbf;
  opacity: 1;
}
.ranking-slider .swiper-pagination-bullet-active {
  background: #404040;
}
.ranking-slider .swiper-horizontal > .swiper-pagination-bullets,
.ranking-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.ranking-slider .swiper-pagination-custom, .ranking-slider .swiper-pagination-fraction {
  bottom: 0;
  line-height: 1;
  font-size: 0;
}
.ranking-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.ranking-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.75rem;
}

.popular-ranking-list .swiper-slide {
  height: auto;
}
.popular-ranking-list .rankBox {
  position: relative;
  height: 100%;
  padding: 1.75rem 0.75rem;
  border: 2px solid #eaeaea;
  /* 移植元は var(--border-radius-md)。レビューページに変数が無いため実値に展開 */
  border-radius: 1.125rem;
  background-color: #fff;
  box-shadow: 4px 6.928px 6.4px 1.6px rgba(115, 115, 115, 0.1);
}
.popular-ranking-list .rankBox a {
  color: #000;
}
.popular-ranking-list .rankBox .icon {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1;
  width: 20.8333333333%;
  line-height: 1;
}
.popular-ranking-list .rankBox .icon img {
  max-width: 100%;
  height: auto;
}
.popular-ranking-list .rankBox .ph {
  aspect-ratio: 1/1;
}
.popular-ranking-list .rankBox .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s;
}
.popular-ranking-list .rankBox .spec {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: 0.625rem;
}
.popular-ranking-list .rankBox .spec .text {
  grid-column: 1/3;
  display: none;
}
.popular-ranking-list .rankBox .spec .itemName {
  grid-column: 1/3;
  line-height: 1.5555555556;
  font-size: 1.125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  min-height: 3.1111111111em;
}
.popular-ranking-list .rankBox .spec .itemName a {
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .popular-ranking-list .rankBox .spec .itemName a:hover {
    opacity: 0.7;
  }
}
.popular-ranking-list .rankBox .spec .review {
  margin-top: 0.625rem;
  line-height: 1;
  font-size: 0;
}
/* このページは全幅域で .content が500px幅の1カラムのため、PC幅でもカードは狭い。
   768px以下と同じ縮小対策をPC版にも適用する（件数4桁で折り返すため） */
.popular-ranking-list .rankBox .spec .review img {
  max-width: 4.0625rem;
  width: 100%;
  height: auto;
}
.popular-ranking-list .rankBox .spec .review span {
  display: none;
}
.popular-ranking-list .rankBox .spec .revCnt {
  align-self: end;
  line-height: 1;
  font-size: 0.75rem;
  white-space: nowrap;
}

/* 【地雷注意】このページは768px超でも .content が500px幅の1カラム(common.css:60-65)。
   移植元SPの width:100vw をそのままにすると、スライダーだけカラムからはみ出す */
@media all and (width > 768px) {
  .ranking-slider {
    width: 100%;
    margin-left: 0;
  }
}

/* 上側(.ranking__top)の純白部分に重ねて余白を詰める。純白なのは端から49px
   (実寸780×395に対して)のみ。装飾枠はaspect-ratioで幅に比例して拡縮するため、
   重ねる量も%で指定する。6.2%は49/780≒6.28%から、限界を超えないよう内側に取った値。
   下側(margin-bottom)は後続セクション側で余白を確保するため0。書き忘れではない */
.section__ranking .ranking__body {
  background: #fff;
  margin-top: -6.2%;
  margin-bottom: 0;
}

/* 「新着クチコミ」(.section__title)の左端と揃える。実測20px。スライダー側には入れない */
.section__ranking .ranking__category {
  padding: 0 20px;
  font-size: 18px;
  font-weight: var(--font-medium);
  margin-bottom: 12px;
}

.section__ranking .ranking-slider:not(:last-child) {
  margin-bottom: 48px;
}

/* カード本体はPC版を使うが、SP幅ではカードが135pxまで縮むため
   文字まわりだけSP版の値に戻す。特に .revCnt の white-space: nowrap が無いと
   件数が「（8,888 / 件）」で折り返す */
@media all and (width <= 768px) {
  .popular-ranking-list .rankBox .spec .itemName {
    line-height: 1.3846153846;
    font-size: 0.8125rem;
    min-height: 2.7692307692em;
  }
  .popular-ranking-list .rankBox .spec .review img {
    max-width: 4.0625rem;
    width: 100%;
  }
  .popular-ranking-list .rankBox .spec .revCnt {
    font-size: 0.625rem;
    white-space: nowrap;
  }
}