@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: 52px 30px 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: 100px 0 120px;
  background-color: #ffeaeb;
  background-image: url("../images/bg_cloud_top_sp.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.5625rem;
  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-waribiki a, .is-waribiki span {
  background: #ea79a4;
}

.is-present a, .is-present span {
  background: #9abede;
}

.is-issho a, .is-issho span {
  background: #5882ce;
}

.is-point_change a, .is-point_change span {
  background: #8acecf;
}

.is-point_present a, .is-point_present span {
  background: #cdd95f;
}