@charset "UTF-8";
/* -----------------------------------------------------------------------
## Base ##################################################
----------------------------------------------------------------------- */
/* ################# ページベース ################# */
.allm_main {
  padding: 0 0 41px;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Noto Sans Japanese", "Noto Sans CJK JP", sans-serif;
}

:where(.fc-contents) h1, :where(.fc-contents) h2, :where(.fc-contents) h3, :where(.fc-contents) h4, :where(.fc-contents) h5, :where(.fc-contents) h6, :where(.fc-contents) p {
  margin: 0;
}
:where(.fc-contents) ul, :where(.fc-contents) ol, :where(.fc-contents) dl {
  margin: 0;
  padding: 0;
}
:where(.fc-contents) li {
  list-style: none;
}
:where(.fc-contents) img {
  max-width: 100%;
  vertical-align: bottom;
}
:where(.fc-contents) a:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.fc-fadeIn {
  opacity: 0;
  -webkit-transform: translate(0, 25px);
          transform: translate(0, 25px);
}
.fc-fadeIn.fc-is_animated {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fc-pcbr {
  display: none;
}

/* ################# コンテンツベース ################# */
.fc-contents {
  color: #333;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Noto Sans Japanese", "Noto Sans CJK JP", sans-serif;
}
.fc-contents * {
  box-sizing: border-box;
}
.fc-contents a {
  color: #333;
}

/* -----------------------------------------------------------------------
## Contents ##################################################
----------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
## コンテンツベース ##################################################
----------------------------------------------------------------------- */
.fc-contents {
  padding: 0 0 62px;
  text-align: left;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Noto Sans Japanese", "Noto Sans CJK JP", sans-serif;
}

/* -----------------------------------------------------------------------
## KVエリア ##################################################
----------------------------------------------------------------------- */
.fc-kv {
  background: url("../images/bg_kv_sp.png") no-repeat 0 top;
  background-size: 100% auto;
}
.fc-kv_inner {
  position: relative;
  width: 100%;
  height: 85.9375vw;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 6% 10px 25%;
}
.fc-kv_title {
  position: relative;
  top: 12.1%;
  left: -2.2%;
  text-align: center;
}
.fc-kv_title img {
  width: 84.2%;
  height: auto;
}
.fc-kv_catch {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 280px;
  height: 50px;
  margin: auto;
  padding: 11px 0 10px 6px;
  border-radius: 10px;
  background: #f65288;
  color: #fff;
  font-size: 0.875rem;
  font-family: "fot-tsukuardgothic-std", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Noto Sans Japanese", "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.fc-kv_catch::before {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 0 12px 21px 12px;
  border-color: transparent transparent #f65288 transparent;
  content: "";
}
.fc-kv_modify {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 9px 5px 9px;
  background: #fff;
  border-radius: 1000px;
  font-size: 0.65rem;
  font-weight: 100;
}
.fc-kv_lede {
  padding: 45px 20px 0;
  line-height: 1.5;
  background: #fff;
  text-align: center;
  font-size: 0.875rem;
}

.fc-share {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 10px;
  right: 10px;
}
.fc-share_item {
  flex-basis: 10vw;
}
.fc-share_item img {
  width: 101.5%;
}
.fc-share_item:nth-child(n+2) {
  margin-left: 5px;
}

.fc-filters {
  margin-top: 20px;
  background: #fff;
}
.fc-filters_title {
  line-height: 1.1666666667;
  text-align: center;
  font-size: 1.5rem;
  font-family: "fot-tsukuardgothic-std", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Noto Sans Japanese", "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.fc-filters_title span {
  color: #f65288;
}

.fc-filtersList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 35px auto 0;
  padding: 0 20px;
}
.fc-filtersList_item {
  min-width: 35.4%;
  margin: 0 0 15px;
  text-align: center;
  font-size: 0.75rem;
}
.fc-filtersList_item.is-middle {
  flex-basis: 48.3%;
}
.fc-filtersList_item.is-middle a {
  min-width: auto;
  padding: 13px 0 14px;
}
.fc-filtersList_item.is-long {
  flex-basis: 60.7%;
}
.fc-filtersList_item.is-long a {
  min-width: auto;
  padding: 13px 0 14px;
}
.fc-filtersList_item a {
  position: relative;
  display: block;
  padding: 13px 0 14px;
  border-radius: 1000px;
  background: #9f9f9f;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.17);
  color: #fff;
  text-align: center;
  transition: all 0.2s 0s ease;
}
.fc-filtersList_item a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 7px;
  height: 5px;
  margin: auto;
  background: url("../images/ico_arrow_down_sp.png") no-repeat 0 0;
  background-size: 7px auto;
  content: "";
}
.fc-filtersList_all {
  margin-top: 12px;
  padding: 0 21px 0 0;
  text-align: right;
}
.fc-filtersList_all a {
  position: relative;
  padding-right: 12px;
  text-decoration: underline;
  font-size: 0.75rem;
  font-weight: bold;
}
.fc-filtersList_all a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: inline-block;
  line-height: 0;
  width: 12px;
  height: 20px;
  margin: auto;
  background: url("../images/ico_arrow_right_sp.png") no-repeat 5px center;
  background-size: 5px auto;
  vertical-align: text-bottom;
  content: "";
}

/* -----------------------------------------------------------------------
## キャンペーン一覧 ##################################################
----------------------------------------------------------------------- */
.fc-campaigns {
  padding: 40px 0 120px;
  background-color: #ffeaeb;
  background-image: url("../images/bg_cloud_top_sp_50h.png"), url("../images/bg_cloud_bottom_sp.png");
  background-repeat: no-repeat;
  background-position: center 0, center bottom;
  background-size: 100% auto;
}
.fc-campaigns_inner {
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  transition: opacity 0.1s 0s ease;
  opacity: 0;
}
.fc-campaigns_inner.is-show {
  transition: opacity 0.4s 0s ease;
  opacity: 1;
}
.fc-campaigns_counter {
  padding: 0 20px;
  font-size: 0.75rem;
  font-weight: bold;
}
.fc-campaigns_counter .fc-categoryName {
  display: inline-block;
  margin-right: 5px;
}
.fc-campaigns_counter .fc-categoryCount {
  color: #ec5b92;
}

.fc-campaignsList {
  margin-top: 20px;
  padding: 0 20px 10px;
}
.fc-campaignsList_item {
  position: relative;
  border-radius: 5px;
  flex-basis: 150px;
  margin-bottom: 35px;
  background: #fff;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.1);
}
.fc-campaignsList_item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.fc-campaignsList_item:last-child {
  margin-bottom: 0;
}
.fc-campaignsList_image {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.fc-campaignsList_image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.fc-campaignsList_body {
  flex-grow: 1;
  padding: 15px 20px 15px;
}
.fc-campaignsList_category {
  display: inline-block;
  margin-bottom: 4px;
  margin-right: 4px;
}
.fc-campaignsList_category span {
  display: inline-block;
  min-width: 85px;
  padding: 2px 9px;
  background: #9f9f9f;
  color: #fff;
  border-radius: 1000px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: inherit;
}
.fc-campaignsList_text {
  line-height: 1.5;
  margin-top: 6px;
  font-size: 0.875rem;
  font-weight: 100;
}
.fc-campaignsList_limit {
  width: 100%;
  box-sizing: border-box;
  background: #f5f1e8;
  border-radius: 0 0 5px 5px;
  text-align: center;
  font-size: 0.75rem;
  font-weight: bold;
}
.fc-campaignsList_limit-inner {
  display: inline-block;
  padding: 9px 26px 9px 32px;
  background: url("../images/ico_clock.png") no-repeat 9px center;
  background-size: 17px auto;
}
.fc-campaignsList_limit-text {
  color: #ea3c69;
  letter-spacing: 0.07em;
}
.fc-campaignsList_limit-text.fc-is-black {
  color: #333;
}
.fc-campaignsList img {
  width: 100%;
  height: auto;
}
.fc-campaignsList_icon {
  position: absolute;
  top: -20px;
  left: -10px;
  width: 50px;
  height: 50px;
}
.fc-campaignsList_icon + .fc-campaignsList_icon {
  left: 45px;
}
.fc-campaignsList_noItem {
  flex-basis: 100%;
  padding: 100px 0;
  text-align: center;
  font-size: 0.875rem;
}

.fc-campaignsList_more {
  display: none;
}
.fc-campaignsList_more-inner {
  padding: 15px 20px 10px;
}
.fc-campaignsList_more-inner .fc-campaignsList_item:last-child {
  margin-bottom: 0;
}

.fc-campaignsList_moreButton {
  position: relative;
  display: block;
  width: 260px;
  margin: 35px auto 0;
  padding: 22px 0 20px 19px;
  background: #395e9f;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.17);
  border-radius: 1000px;
  overflow: visible;
}
.fc-campaignsList_moreButton span {
  display: block;
  padding-left: 10px;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
  pointer-events: none;
}
.fc-campaignsList_moreButton::before {
  position: absolute;
  top: -24px;
  left: -10px;
  width: 65px;
  height: 82px;
  background: url("../images/img_merry_sp.png") no-repeat 0 0;
  background-size: cover;
  content: "";
}
.fc-campaignsList_moreButton::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 7px;
  height: 5px;
  margin: auto;
  background: url("../images/ico_arrow_down_sp.png") no-repeat 0 0;
  background-size: 7px auto;
  content: "";
}
.fc-campaignsList_moreButton.is-open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* -----------------------------------------------------------------------
## バナーエリア ##################################################
----------------------------------------------------------------------- */
.fc-banners {
  margin: 0 0 56px;
  text-align: center;
}
.fc-banners img {
  width: 87.5vw;
}

/* -----------------------------------------------------------------------
## 上に戻る ##################################################
----------------------------------------------------------------------- */
.fc-backToTop {
  z-index: 100;
  position: fixed;
  bottom: 10px;
  right: 10px;
}
.fc-backToTop a {
  display: block;
  width: 60px;
  height: 60px;
}
.fc-backToTop a img {
  width: 100%;
  border-radius: 1000px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.17);
}
.side_view_fsp .fc-backToTop {
  display: none;
}



/* -----------------------------------------------------------------------
## ボタンカラバリ ##################################################
----------------------------------------------------------------------- */

/* いっしょ買い */
.is-issho a,
.is-issho span,
.is-issho button {
  background: #5882ce;
  color: #fff;
}

/* 景品プレゼント */
.is-present a,
.is-present span,
.is-present button {
  background: #9abede;
  color: #fff;
}

/* お買い得 */
.is-waribiki a,
.is-waribiki span,
.is-waribiki button {
  background: #ea79a4;
  color: #fff;
}

/* ポイントで交換 */
.is-point_change a,
.is-point_change span,
.is-point_change button {
  background: #8acecf;
  color: #fff;
}


/* ポイントプレゼント */
.is-etc a,
.is-etc span,
.is-etct button {
  background: #cdd95f;
  color: #fff;
}

/* ホバー時やアクティブ時の軽いエフェクト */
.is-issho button:hover,
.is-present button:hover,
.is-waribiki button:hover,
.is-point_change button:hover,
.is-point_present button:hover {
  opacity: 0.85;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.1);
}

/* アクティブ（選択中）のボタンを少し強調 */
.cf-btn.is-active {
  box-shadow: 0 0 0 3px rgba(0,0,0,0.2);
  transform: scale(1.05);
}


/* ==== フィルタボタン配色の強制（要素自身を対象）==== */
/* これで <a class="cf-btn is-◯◯"> / <button class="cf-btn is-◯◯"> のどちらでも確実に色が当たります */
.cf-btn.is-issho         { background:#5882ce !important; color:#fff !important; }
.cf-btn.is-present       { background:#9abede !important; color:#fff !important; }
.cf-btn.is-waribiki      { background:#ea79a4 !important; color:#fff !important; }
.cf-btn.is-point_change  { background:#8acecf !important; color:#fff !important; }
.cf-btn.is-etc		 { background:#cdd95f !important; color:#fff !important; }


/* “すべて”ボタンなど、ニュートラル色にしたいベース */
.cf-btn:not(.is-issho):not(.is-present):not(.is-waribiki):not(.is-point_change):not(.is-point_present):not(.is-etc) {
  background:#9f9f9f; color:#fff;
}



/* -----------------------------------------------------------------------
## ソートボタン追加 ##################################################
----------------------------------------------------------------------- */


.campaign-filters { display:flex; flex-wrap:wrap; gap:.5rem; margin:1rem 0; padding: 0 20px 10px;font-size: small; }
.cf-btn.is-active { border-color:#333; font-weight:600; }
.campaign-card[hidden] { display:none !important; }


.cf-btn {
  color: #fff;
  border: none;
  border-radius: 999px;
  font-weight: 600;
  padding: 0.45rem 1.2rem;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.cf-btn.is-issho,
.cf-btn.is-present,
.cf-btn.is-waribiki,
.cf-btn.is-point_change,
.cf-btn.is-point_present {
  color: #fff;
}

.cf-btn:hover {
  opacity: 0.85;
}