@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;
}

#rc-wrapper {
  font-family: 'Montserrat', 'Noto Sans JP', '游ゴシック体', YuGothic, sans-serif;
  color: #1a1a1a;
  line-height: 1.6;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  letter-spacing: 0.08rem;
  /* background-color: #FFF8F0; */
}

.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;
  /* background-image:
    linear-gradient(#eeeae3 1px, transparent 1px),
    linear-gradient(90deg, #eeeae3 1px, transparent 1px);
  background-size: 2rem 2rem; */
}

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

/* =========================================
   FV
========================================= */
.rc-fv {
  position: relative;
}

.rc-fv-link {
  position: absolute;
  bottom: 8%;
  right: 5%;
  width: 25%;
}

/* 親要素（FVエリア） */
.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;
}

/* =========================================
   CSSで描画する丸ボタン（スマホ向け）
========================================= */
.rc-fv-link-css {
  position: absolute;
  bottom: 5%;
  right: 5%;

  /* ボタンの大きさと形 */
  width: 25%;
  /* スマホの画面幅に対する割合 */
  aspect-ratio: 1 / 1;
  /* 常に正方形（正円）をキープ */
  max-width: 120px;
  /* 大きくなりすぎないように上限を設定 */
  border-radius: 50%;
  /* 丸くする */

  /* 色とデザイン */
  background-color: #5AA9A5;
  /* 画像から抽出したターコイズブルー */
  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;
  text-decoration: none;
  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: 700;
  font-size: clamp(10px, 3.2vw, 15px);
  /* 画面に合わせて文字サイズを可変 */
  line-height: 1.1;
  margin-bottom: 2px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
}

/* 「こちら」の文字（白色） */
.rc-fv-link-css .text-white {
  color: #FFFFFF;
  font-weight: 700;
  font-size: clamp(14px, 4.5vw, 22px);
  /* 黄色い文字より少し大きく */
  line-height: 1.1;
  margin-bottom: 6px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
}

/* 下向きの白い三角形 */
.rc-fv-link-css .arrow-down {
  width: 0;
  height: 0;
  /* borderを使って三角形を描画 */
  border-left: clamp(5px, 1.5vw, 8px) solid transparent;
  border-right: clamp(5px, 1.5vw, 8px) solid transparent;
  border-top: clamp(6px, 2vw, 10px) solid #FFFFFF;
}

/* =========================================
   PC・タブレット向け（768px以上で発動）
========================================= */
@media screen and (min-width: 640px) {
  .rc-fv-link-css {
    width: 120px;
    /* PCではサイズを固定 */
  }
}



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

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

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

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

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

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

.rc-hint-title span {
  background: linear-gradient(transparent 60%, #FFF3B8 60%);
}

/* =========================================
   投稿のヒントBOX（スマホベース・可変）
========================================= */
.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;
}

/* 枠線の途中に配置するタイトルの設定（legend要素） */
.rc-hint-title {
  margin: 0 auto;
  /* 中央寄せ */
  /* 背景色での塗りつぶし（background-color）は不要です！ */
}

/* タイトルの文字と黄色いマーカー */
.rc-hint-title span {
  color: #55A5A3;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: linear-gradient(transparent 45%, #FAFF41 45%);

  /* スマホの画面幅に合わせて文字サイズを可変 */
  font-size: clamp(13px, 3.5vw, 16px);
}

/* 中のテキスト */
.rc-hint-text {
  color: #55A5A3;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin-top: 2rem;
  font-size: clamp(12px, 3.2vw, 14px);
}

/* =========================================
   PC・タブレット向け（768px以上で発動）
========================================= */
@media screen and (min-width: 640px) {

  .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. 3ステップセクション
========================================= */
.rc-steps-wrap {
  width: 95%;
  margin: 4rem auto 0;
  padding: 0 1.5rem 4rem;
  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 1rem;
  border-radius: 0.4rem 0.4rem 0 0;
  margin: 0 -20px 30px;
  /* 画面端まで広げる */
}

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

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

.rc-steps-title .number {
  color: #FFFF4C;
  font-size: clamp(37px, 10.3vw, 42px);
  font-family: 'Montserrat', sans-serif;
  margin: 0 5px;
  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: 15px;
}

.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: 4px;
  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: 12px;
  margin-bottom: 15px;
  padding-left: 0;
  list-style-type: none;
}

.rc-step-notes li {
  margin-bottom: 3px;
}

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

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

.rc-step-caption {
  font-size: 11px;
  color: #666;
  margin-top: 10px;
}

.rc-step-text {
  font-size: clamp(10px, 2.8vw, 12px);
  /* 11px */
  margin-bottom: 15px;
}

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

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

.rc-step-get {
  display: flex;
  justify-content: center;
  gap: 2rem;
  align-items: 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: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #55A5A3;
  margin: 15px auto;
}

/* =========================================
   4 & 5. ご報告・内容について共通
========================================= */
.rc-report-wrap,
.rc-details-wrap {
  padding: 0 20px 40px;
}

.rc-heading {
  color: #55A5A3;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.rc-heading::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #55A5A3;
  margin-right: 8px;
}

.rc-report-text {
  font-size: 13px;
  margin-bottom: 25px;
}

.rc-btn-wrap {
  text-align: center;
}

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

/* ボタン共通設定 */
.rc-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  width: 100%;
  max-width: 32rem;
  padding: 1rem 2rem;
  font-size: 15px;
  font-weight: 600;
  border-radius: 4rem;
  text-decoration: none;
  margin: 0 auto;
}

.rc-btn::after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid #ffffff;
  border-right: 2px 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: 2px solid #ffffff;
  border-right: 2px 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-mail-address {
  font-size: 13px;
  margin-top: 10px;
}

/* 報告内容のBOX */
.rc-details-box {
  border: 1px solid #55A5A3;
  background-color: #F8FCFC;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 25px;
  text-align: center;
}

.rc-details-box-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
}

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

.rc-notes-title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

.rc-notes-content {
  font-size: 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: 15px;
}

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

/* =========================================
   7. 対象商品へのリンク
========================================= */
.rc-itemlist-link {
  text-align: center;
  margin: 6rem 0 2rem;
}

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

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

.rc-itemlist-link .ja {
  display: block;
  color: #55A5A3;
  font-size: 16px;
  font-weight: 700;
  margin-top: 5px;
}

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

.reco-newstyle {
  display: none;
}

/* =========================================
   PC・タブレット向け（768px以上で発動）
   背景の方眼紙とコンテンツ幅の固定
========================================= */
@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%); /* 画面の中央に配置 */
  
  /* zoomで縮小されても絶対に隙間ができないように、極端に広い幅（200vwなど）で塗りつぶします */
  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;
  }

      .rc-intro-title .en img {
    width: 30%;
  }

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

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

  .rc-steps-title {
    margin: 0 0 30px 0;
    border-radius: 0;
    justify-content: center;
  }

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

  .rc-report-wrap,
  .rc-details-wrap {
    padding: 0 40px 40px;
  }

  .rc-steps-wrap {
    padding: 0;
  }

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

  .rc-notes-wrap {
    padding: 40px;
  }

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

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

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

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

  .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-notes-content li {
    font-size: 13px;
  }

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

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

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