@charset "utf-8";

/* =========================================
   共通設定・リセット（スマホベース）
========================================= */
/* レビュ―コンテンツ以外の設定 */
body {
  background-color: transparent;
}

#hum {
  margin-bottom: 0 !important;
}

#main-content {
  background: #FFF8F0;
}

#product_list {
  background-image:
    linear-gradient(#eeeae3 1px, transparent 1px),
    linear-gradient(90deg, #eeeae3 1px, transparent 1px);
  background-size: 2rem 2rem;
}

.breadcrumbs_wrapper {
  padding-top: 2rem !important;
}

#footer_utility {
  margin-top: 4rem;
}

#under-cate-wrap {
  padding-bottom: 1rem;
}

.title-rcmn {
  background: transparent;
}

.recomendCalArea.hint-reco_sec:has(#RecoReviewRanking) {
  display: none;
}

.reco-newstyle {
  display: none;
}

/* レビュ―コンテンツ以外の設定ここまで */

/* レビュ―コンテンツここから */
#rc-wrapper {
  font-family: 'Montserrat', 'Noto Sans JP', '游ゴシック体', YuGothic, sans-serif;
  color: #1a1a1a;
  line-height: 1.6;
  width: 100%;
  padding: 0;
  letter-spacing: 0.08rem;
}

.rc-zoom-cancel {
  margin: 0 auto;
}

#rc-wrapper ul {
  list-style: none;
}

#rc-wrapper * {
  box-sizing: border-box;
}

.rc-inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.rc-inner img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* レビューコンテンツここまで */


/* =========================================
   FV
========================================= */
/* FV、MV画像 */
.rc-fv {
  position: relative;
  width: 100%;
}

.rc-fv>img {
  width: 85%;
  height: auto;
  display: block;
  margin: 1rem auto 0;
}

.rc-mvimg {
  margin-top: 1.2rem;
}

/* FV-対象商品はこちら */
.rc-fv-link-css {
  position: absolute;
  bottom: 12%;
  right: 5%;
  width: 25%;
  aspect-ratio: 1 / 1;
  max-width: 120px;
  border-radius: 50%;
  background-color: #55A5A3;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border: 1px solid #1a1a1a;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
  transition: transform 0.3s ease;
}

.rc-fv-link-css:hover {
  transform: translateY(2px);
  opacity: 1;
}

.rc-fv-link-css .text-yellow {
  color: #F1EA3A;
  font-weight: 600;
  font-size: clamp(11px, 3.1vw, 13px);
  /* 12px */
  line-height: normal;
  margin-bottom: 0.2rem;
  letter-spacing: 0.05em;
}

.rc-fv-link-css .text-white {
  color: #FFFFFF;
  font-weight: 700;
  font-size: clamp(18px, 4.9vw, 20px);
  /* 19px */
  line-height: 1.1;
  margin-bottom: 0.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.rc-fv-link-css .arrow-down {
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.6rem solid #FFFFFF;
}

/* FV-対象商品はこちらここまで */


/* =========================================
   キャンペーン概要・ヒント
========================================= */
.rc-intro {
  margin: 1rem 2rem 0;
  text-align: center;
}

.rc-intro-title {
  text-align: center;
}

.rc-intro img {
  width: 13rem;
}

.rc-intro-title .ja {
  display: block;
  color: #55A5A3;
  font-size: clamp(18px, 5.1vw, 21px);
  font-weight: 700;
  margin-top: 0.5rem;
  letter-spacing: 0.1em;
}

.rc-intro-text {
  font-size: clamp(13px, 3.6vw, 15px);
  /* 14px */
  line-height: 2;
  margin-top: 1rem;
}

/* 投稿のヒント */
.rc-hint-box {
  position: relative;
  max-width: 40rem;
  border: 1.5px solid #55A5A3;
  border-radius: 0.4rem;
  width: 90%;
  margin: 4rem auto 0;
  padding: 0 1rem 1rem;
  text-align: center;
}

.rc-hint-title {
  position: absolute;
  top: -2%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #55A5A3;
  font-size: clamp(13px, 3.6vw, 15px);
  /* 14px */
  font-weight: 700;
  white-space: nowrap;
  margin: 0 auto;
}

.rc-hint-title span {
  color: #55A5A3;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: linear-gradient(transparent 45%, #FAFF41 45%);
  font-size: clamp(14px, 3.8vw, 16px);
  /* 15px */
}

.rc-hint-text {
  color: #55A5A3;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin-top: 1.8rem;
  font-size: clamp(13px, 3.6vw, 15px);
  /* 14px */
}

/* 投稿のヒントここまで */


/* =========================================
   3ステップセクション
========================================= */
.rc-steps-wrap {
  width: 95%;
  margin: 4rem auto 0;
  border: 1px solid #55A5A3;
  background: #fff;
  border-radius: 0.4rem;
}

.rc-steps-title {
  background-color: #55A5A3 !important;
  color: #ffffff !important;
  text-align: center;
  font-size: clamp(15px, 4.1vw, 17px);
  font-weight: 600;
  padding: 1.5rem 0;
  margin: 0 auto 3rem;
  width: 100%;
}

.rc-step-container {
  padding: 0 1.5rem 4rem;
}

a.targetitem-text {
  text-decoration: underline;
  color: #55A5A3;
}

a.targetitem-text:hover {
  color: #55A5A3;
}

.rc-steps-title .number {
  color: #FFFF4C;
  font-size: clamp(39px, 10.8vw, 45px);
  /* 42px */
  margin: 0 0.5rem;
  vertical-align: bottom;
  line-height: 0.8;
}

.rc-step {
  background-color: #FFF8F0;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.rc-step-head {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.rc-step-badge {
  background-color: #55A5A3;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: clamp(11px, 3.1vw, 13px);
  /* 12px */
  text-align: center;
  padding: 0.9rem 1rem;
  border-radius: 0.4rem;
  line-height: 1.2;
  flex-shrink: 0;
  letter-spacing: 0.2rem;
}

.rc-step-number {
  display: block;
  font-size: clamp(22px, 6.2vw, 25px);
  /* 24px */
}

.rc-step-head-text {
  font-weight: 700;
  font-size: clamp(11px, 3.1vw, 13px);
  /* 12px */
  line-height: 1.5;
}

.rc-step-notes-wrapper {
  padding: 1.5rem;
}

.rc-step-notes {
  font-size: clamp(11px, 3.1vw, 13px);
  /* 12px */
  margin-bottom: 1.5rem;
  padding-left: 0;
  list-style-type: none;
}

.rc-step-notes li {
  margin-bottom: 0.3rem;
}

.rc-step-notes li span {
  display: inline;
}

.rc-step-notes .red {
  color: #d9333f;
  font-weight: 700;
}

.rc-step-caption {
  font-size: clamp(10px, 2.8vw, 12px);
  /* 11px */
  color: #666;
  margin-top: 1rem;
}

.rc-step-reward {
  padding: 1rem 0 2rem;
}

.rc-step-get {
  display: flex;
  justify-content: center;
  gap: 2rem;
  align-items: center;
}

.rc-step-reward p {
  font-size: clamp(11px, 3.1vw, 13px);
  /* 12px */
  margin-top: 1.5rem;
  text-align: center;
}

.rc-step-get img {
  width: 30%;
}

.rc-step-get p {
  text-align: left;
  color: #55A5A3;
  font-size: clamp(15px, 4.1vw, 17px);
  /* 16px */
  font-weight: 600;
  margin-top: 0;
  line-height: normal;
}

.rc-step-arrow {
  width: 0;
  height: 0;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 1.5rem solid #55A5A3;
  margin: 1.5rem auto;
}

/* ボタン */
.rc-btn-wrap {
  text-align: center;
}

.rc-btn-wrap a {
  color: #fff;
}

.rc-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  width: 100%;
  max-width: 32rem;
  padding: 1rem 2rem;
  font-size: clamp(14px, 3.8vw, 16px);
  /* 15px */
  font-weight: 600;
  border-radius: 4rem;
  text-decoration: none;
  margin: 0 auto;
}

.rc-btn>span {
  margin-left: 2.5rem;
}

.rc-btn::after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.2rem solid #ffffff;
  border-right: 0.2rem solid #ffffff;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.rc-btn:hover::after {
  transform: translateX(6px) rotate(45deg);
}

.rc-btn.itemlink {
  margin-top: 2rem;
  max-width: 90%;
  color: #fff;
}

.rc-btn.itemlink::after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.2rem solid #ffffff;
  border-right: 0.2rem solid #ffffff;
  transform: rotate(135deg);
  transition: transform 0.2s ease;
  position: relative;
  bottom: 0.3rem;
}

.rc-btn.itemlink:hover::after {
  transform: translateY(3px) rotate(135deg);
}

.rc-btn.itemlink:hover {
  color: #fff;
}

.rc-btn-dark {
  background-color: #1a1a1a;
  color: #ffffff;
}

.rc-btn-green {
  background-color: #55A5A3;
  color: #ffffff;
}

/* ボタンここまで */


/* =========================================
  注意事項
========================================= */
.rc-notes-wrap {
  margin: 4rem 2rem 0;
}

.rc-notes-title {
  text-align: center;
  font-size: clamp(15px, 4.1vw, 17px);
  /* 16px */
  font-weight: 700;
  margin-bottom: 2rem;
}

.rc-notes-content {
  font-size: clamp(11px, 3.1vw, 13px);
  /* 12px */
  color: #333;
  list-style-type: none;
  padding: 0;
}

.rc-notes-content li {
  display: flex;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-weight: 500;
}

.rc-notes-content p {
  margin-bottom: 1.5rem;
}

.rc-notapplicable {
  margin: 2rem 0;
  font-weight: 500;
  font-size: clamp(11px, 3.1vw, 13px);
  /* 12px */
  line-height: 1.5;
}

.rc-itemlist-title {
  text-align: center;
  margin: 6rem 0 2rem;
}

.rc-itemlist-title a {
  display: inline-block;
  text-decoration: none;
}

.rc-itemlist-title a:hover {
  opacity: 0.7;
}

.rc-itemlist-title .ja {
  display: block;
  color: #55A5A3;
  font-size: clamp(15px, 4.1vw, 17px);
  /* 16px */
  font-weight: 700;
  margin-top: 0.5rem;
}

.rc-itemlist-title img {
  width: 13rem;
}

/* =========================================
   PC・タブレット
========================================= */
@media screen and (min-width: 640px) {

  /* 共通設定・リセット（スマホベース） */
  /* レビュ―コンテンツ以外の設定 */
  #all {
    background: #FFF8F0;
  }

  #content {
    margin-top: 0;
  }

  #main {
    margin-top: 0;
  }

  ul.breadcrumbs {
    display: none;
  }

  #page-products-list .pager {
    background: #fff;
  }

  /* レビュ―コンテンツ以外の設定ここまで */

  /* レビュ―コンテンツ */
  #rc-wrapper {
    position: relative;
    padding-top: 40px;
  }

  #rc-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200vw;
    height: 100%;
    background-color: #FFF8F0;
    z-index: -1;
  }

  #rc-wrapper span {
    display: block;
  }

  #rc-wrapper .rc-step-notes span {
    display: inline;
  }

  .rc-inner {
    width: 640px;
    margin: 0 auto;
    background-color: #FFF8F0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    border: 1px solid #ccc;
    background-image:
      linear-gradient(#eeeae3 1px, transparent 1px),
      linear-gradient(90deg, #eeeae3 1px, transparent 1px);
    background-size: 2rem 2rem;
    padding-top: 20px;
  }

  /* レビュ―コンテンツここまで */

  /* =========================================
   FV
  ========================================= */
  /* FV、MV画像 */
  .rc-intro-title .en img {
    width: 30%;
  }

  .rc-intro-title {
    display: block;
    margin-top: 0;
  }

  .rc-intro-title .ja {
    font-size: 25px;
    margin-top: 10px;
  }

  .rc-intro-text {
    font-size: 15px;
  }

  /* FV-対象商品はこちら */
  .rc-fv-link-css {
    width: 120px;
  }

  .rc-fv-link-css .text-white {
    margin-bottom: 1rem;
  }

  /* =========================================
   キャンペーン概要・ヒント
  ========================================= */
  .rc-hint-box {
    /* PCの広い画面では、これ以上広がらないようにpxで固定 */
    width: 450px;
    margin: 40px auto;
    padding: 0 15px 20px;
  }

  .rc-hint-title span {
    font-size: 16px;
  }

  .rc-hint-text {
    font-size: 15px;
    margin-top: 25px;
  }

  /* =========================================
   3ステップセクション
  ========================================= */
  .rc-steps-title {
    justify-content: center;
  }

  .rc-step-head-text {
    font-size: 16px;
  }

  .targetitem-text {
    font-size: 15px;
    transition: opacity 0.3s ease;
  }

  a.targetitem-text:hover {
    color: #55A5A3;
    opacity: 0.8;
  }

  .rc-step-notes-wrapper {
    padding: 3rem 1.5rem 1.5rem;
  }

  .rc-step-head {
    gap: 15px;
  }

  .rc-step-notes {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .rc-step-notes li {
    font-size: 13px;
  }

  .rc-step-notes li span {
    font-size: 13px;
  }

  .rc-step-reward p {
    font-size: 15px;
    line-height: 1.5;
  }

  .rc-step-container {
    width: 95%;
    margin: 0 auto 3rem;
  }

  .rc-step-get p {
    font-size: 18px;
  }

  /* ボタン */
  .rc-btn {
    font-size: 15px;
  }

  .rc-btn.itemlink {
    max-width: 70%;
    padding: 1.5rem 0;
  }


  /* =========================================
  注意事項
  ========================================= */
  .rc-notes-wrap {
    padding: 40px;
  }

  .rc-notes-content li {
    font-size: 13px;
  }

}