@charset "utf-8";

/*=== メインレイアウト ===*/
.main-section {
  padding: 70px 20px;
}
.main-section > *:first-child {
  margin-top: 0;
}
.main-cont {
  margin-top: 0;
}
.main-ttl {
  font-size: 36px;
  text-align: center;
}
.main-ttl .type-small {
  display: block;
  font-size: 24px;
  margin: 0 0 10px;
}
.main-subttl {
  margin-top: 60px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
}
.main-txt {
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
}
.main-note {
  margin-top: 30px;
  padding-left: 1em;
  color: #666;
  text-indent: -1em;
}
.type-accent {
  color: #dc3514;
  font-weight: bold;
}
.type-highlight {
  color: #dc3514;
}
.type-label {
  display: inline-block;
  margin: 0 5px;
  padding: 6px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  background-color: #dc3514;
}
.type-block {
  display: inline-block;
}


/*=== 遷移パターン ===*/
.transition {
  width: 100%;
  text-align: center;
}
.transition-item {
  margin-top: 30px;
}
.transition-item.type-wide {
  margin-top: 40px;
}
a.transition-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 660px;
  min-height: 58px;
  margin: 0 auto;
  padding: 10px 45px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  text-decoration: none;
  background-color: #ac2330;
  border-radius: 50px;
}
a.transition-btn:visited {
  color: #fff;
}
a.transition-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
a.transition-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 20px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
/* ご参加の流れ */
.pattern-step a.transition-btn {
  max-width: 380px;
  background-color: #333;
}
.pattern-step a.transition-btn::after {
  width: 20px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
/* アカウントを登録する */
.pattern-regist a.transition-btn {
  max-width: 580px;
  background-color: #333;
}
/* その他のショップ */
.pattern-other a.transition-btn {
  border: 2px solid #dc3514;
  color: #dc3514;
  background-color: #fff;
}
.pattern-other a.transition-btn::after {
  background-color: #dc3514;
}


/*=== メインビジュアル ===*/
.mainvisual {
  margin: 20px auto;
}
.mainvisual-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}


/*=== 概要 ===*/
.intro {
  background-color: #fdebe5;
}
.intro .type-highlight {
  color: #be0000;
}
.intro .main-txt {
  margin-top: 40px;
}


/*=== 実施期間 ===*/
.period {
  display: flex;
  align-items: center;
  max-width: 980px;
  margin: 50px auto 0;
  border: 1px solid #333;
  font-weight: bold;
  font-size: 24px;
  background-color: #333;
  border-radius: 50px;
  overflow: hidden;
}
.period-head {
  flex-shrink: 0;
  width: 240px;
  padding: 10px;
  color: #fff;
  text-align: center;
}
.period-txt {
  flex-grow: 1;
  padding: 10px;
  text-align: center;
  background-color: #fff;
}


/*=== いずれか1ショップ ===*/
.add {
  margin-top: 50px;
  line-height: 1.4;
}
.add-main {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  padding: 30px 40px;
  background-color: #be0000;
  border-radius: 10px;
}
.add-main::before {
  content: "";
  display: block;
  position: absolute;
  right: -60px;
  bottom: -55px;
  width: 190px;
  height: 204px;
  background: url(images/human_im_001.png) no-repeat 0 0 / 100% auto;
  z-index: 1;
}
.add-main::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 60px;
  height: 22px;
  background-color: #be0000;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transform: translateX(-50%);
}
.add-cont {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 68%;
  padding: 25px 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
}
.add-cont.pattern-other {
  width: 32%;
}
.add-label {
  display: inline-block;
  position: absolute;
  top: -15px;
  left: -10px;
  padding: 7px 20px;
  color: #c10c0c;
  font-weight: bold;
  background-color: #ffecd8;
  border-radius: 50px;
}
.add-ttl {
  color: #c10c0c;
  font-weight: bold;
  font-size: 24px;
}
.pattern-other .add-ttl {
  color: #67483d;
}
.add-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 15px;
  margin: 30px auto 0;
}
.add-item {
  max-width: 120px;
}
a.add-link {
  color: #232b35;
  text-decoration: none;
}
a.add-link:visited {
  color: #232b35;
}
a.add-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.add-txt {
  margin-top: 5px;
}
.add-shop {
  max-width: 104px;
  margin: 40px auto 0;
}
.add-mark {
  flex-shrink: 0;
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #ffecd8;
  border-radius: 100%;
}
.add-mark::before,
.add-mark::after {
  content: "";
  position: absolute;
  top: 23px;
  left: 10px;
  width: 30px;
  height: 4px;
  background-color: #be0000;
}
.add-mark::after {
  transform: rotate(90deg);
}
.add-bnr {
  max-width: 560px;
  margin: 60px auto 0;
  border: 4px solid #be0000;
  text-align: center;
  background-color: #fffbee;
  border-radius: 10px;
}
@media print, screen and (max-width: 1160px) {
  .add-main::before {
    right: -1.724vw;
    bottom: -4.741vw;
    width: 16.379vw;
    height: 17.586vw;
  }
  .add-shop {
    max-width: 8.667vw;
  }
}


/*=== 特別キャッシュバックUP ===*/
.cashbackup {
  background-color: #fdf8e6;
}
.cashbackup-inner {
  position: relative;
  margin-top: 40px;
  padding: 50px 140px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
}
.cashbackup-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 156px;
  height: 206px;
  background: url(images/human_im_002.png) no-repeat 0 0 / 100% auto;
  z-index: 1;
}
.cashbackup-inner::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -134px;
  width: 210px;
  height: 204px;
  background: url(images/human_im_003.png) no-repeat 0 0 / 100% auto;
  z-index: 1;
}
@media print, screen and (max-width: 1200px) {
  .cashbackup-inner::before {
    top: 1.667vw;
    left: 1.667vw;
    width: 13vw;
    height: 17.167vw;
  }
  .cashbackup-inner::after {
    bottom: -11.167vw;
    width: 17.5vw;
    height: 17vw;
  }
}
.cashbackup-inner > *:first-child {
  margin-top: 0;
}
.cashbackup-box {
  margin-top: 50px;
}
.cashbackup-box:first-of-type {
  margin-top: 10px;
}
.cashbackup-label {
  max-width: 400px;
  margin: 0 auto;
  padding: 3px 5px;
  color: #dc3514;
  font-weight: bold;
  text-align: center;
  background-color: #ffd1c8;
}


/*=== ショップ一覧 ===*/
.cardList {
  margin-top: 30px;
}
.cardList-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
.cardList-item {
  position: relative;
  border: 1px solid #b7b7b7;
  border-radius: 10px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.pattern-end .cardList-item,
.pattern-before .cardList-item {
  user-select: none;
}
.pattern-end .cardList-item::before {
  content: "終了しました";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.7);
}
@media print, screen and (max-width: 960px) {
  .pattern-end .cardList-item::before {
    font-size: 20px;
  }
}
.pattern-before .cardList-item::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/cardList_ic_001.png) no-repeat 50% 50%;
  background-color: #dc3514;
}
a.cardList-link {
  display: block;
  color: #232b35;
  text-decoration: none;
}
a.cardList-link:visited {
  color: #232b35;
}
a.cardList-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.pattern-end a.cardList-link,
.pattern-before a.cardList-link {
  pointer-events: none;
}
.cardList-main {
  padding: 15px 10px;
  background-color: #fff;
}
.cardList-thumb {
  text-align: center;
}
.cardList-name {
  margin-top: 10px;
  line-height: 1.4;
}
.cardList-price {
  padding: 15px 0 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #dc3514;
}
.cardList-price .type-em {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}


/*=== はじめてさん限定 ===*/
.firstuser {
  background-color: #fdebe6;
}
.firstuser-inner {
  position: relative;
  margin-top: 40px;
  padding: 40px 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
}
.firstuser-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  right: 35px;
  width: 146px;
  height: 216px;
  background: url(images/human_im_004.png) no-repeat 0 0 / 100% auto;
  z-index: 1;
}
@media print, screen and (max-width: 1200px) {
  .firstuser-inner::before {
    top: -1.667vw;
    right: 2.917vw;
    width: 12.167vw;
    height: 18vw;
  }
}
@media print, screen and (max-width: 820px) {
  .firstuser-inner::before {
    right: 0;
  }
}
.firstuser-inner > *:first-child {
  margin-top: 0;
}
.firstuser-bnr {
  margin-top: 10px;
}
.firstuser .main-note {
  margin-top: 5px;
}


/*=== ご参加の流れ ===*/
.register {
  max-width: 1040px;
  margin: 30px auto 0;
  padding: 30px 20px 40px;
  border: 1px solid #dc3514;
  text-align: center;
  background-color: #fff9ef;
  border-radius: 10px;
}
.register > *:first-child {
  margin-top: 0;
}


/*=== ご参加の流れ ===*/
.step {
  background-color: #fdf8e6;
}
.step .main-ttl .type-small {
  margin: 10px 0 0;
}
.step-list {
  position: relative;
  margin-top: 30px;
}
.step-list::before {
  content: "";
  display: block;
  position: absolute;
  top: -84px;
  left: calc(50% - 280px);
  width: 170px;
  height: 84px;
  background: url(images/flow_bg_001.png) no-repeat 0 0 / 100% auto;
  transform: translateX(-50%);
}
.step-list::after {
  content: "";
  display: block;
  position: absolute;
  top: -99px;
  left: calc(50% + 230px);
  width: 120px;
  height: 142px;
  background: url(images/flow_bg_002.png) no-repeat 0 0 / 100% auto;
  transform: translateX(-50%);
}
.step-item {
  position: relative;
  padding: 30px 30px 40px;
  border: 4px solid #dc3514;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
}
.step-item:not(:last-child) {
  margin-bottom: 60px;
}
.step-item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -45px;
  left: 50%;
  width: 60px;
  height: 20px;
  background-color: #dc3514;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transform: translateX(-50%);
}


/*=== アコーディオン ===*/
@media print, screen and (min-width: 769px) {
  .accordion-cont {
    height: auto !important;
  }
  .accordion-more {
    display: none;
  }
}


/*=== 対象ショップ ===*/
.target {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  line-height: 1.4;
}
.target-cont {
  width: 54%;
  border: 2px solid #be0000;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.target-cont.pattern-other {
  width: 46%;
  border-color: #67483d;
}
.target-head {
  padding: 8px 10px 12px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  background-color: #be0000;
}
.pattern-other .target-head {
  background-color: #67483d;
}
.target-inner {
  padding: 30px 20px;
}
.target-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 15px;
}
.target-item {
  max-width: 120px;
}
a.target-link {
  color: #232b35;
  text-decoration: none;
}
a.target-link:visited {
  color: #232b35;
}
a.target-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.target-txt {
  margin-top: 5px;
}
.target-shop {
  max-width: 104px;
  margin: 20px auto 0;
}


/*=== 確認方法 ===*/
.method {
  margin-top: 30px;
}
.method-list {
  display: flex;
  justify-content: space-between;
}
.method-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
  position: relative;
  width: calc((100% - 40px) / 2);
  padding: 20px 30px 20px;
  border: 2px solid #d7d7d7;
  border-radius: 10px;
}
.method-item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -35px;
  width: 20px;
  height: 60px;
  background-color: #000;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
.method-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  font-size: 20px;
}


/*=== ポイント ===*/
.point {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.point-item {
  position: relative;
  width: calc((100% - (25px * 2)) / 3);
  padding: 40px 20px 20px;
  border: 1px solid #dc3514;
  border-radius: 10px;
}
.point-label {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 120px;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  background-color: #dc3514;
  border-radius: 10px;
  transform: translateX(-50%);
}
.point-cont {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.point-lead {
  font-size: 20px;
}
.point .main-note {
  margin-top: 5px;
}
.point-thumb {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 25px auto 0;
}
.point-item:nth-child(1) .point-thumb {
  max-width: 266px;
}
.point-item:nth-child(2) .point-thumb {
  max-width: 214px;
}
.point-item:nth-child(3) .point-thumb {
  margin-top: 55px;
}


/*=== 概要 ===*/
.terms {
  background-color: #fdebe6;
}
.terms-inner {
  margin-top: 40px;
  padding: 30px;
  border: 2px solid #f2f2f2;
  font-size: 20px;
  line-height: 1.4;
  background-color: #fff;
  border-radius: 10px;
}
.terms-inner > *:first-child {
  margin-top: 0;
}
.terms-item {
  position: relative;
  margin-top: 20px;
  padding-left: 1em;
}
.terms-item:first-child {
  margin-top: 0;
}
.terms-item::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}


/*=== 固定ナビ ===*/
.fixedNav {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.fixedNav-item {
  width: 50%;
}
a.fixedNav-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 80px;
  padding: 10px 40px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
  background-color: #333;
}
a.fixedNav-btn.pattern-cashbackup {
  background-color: #d28100;
}
a.fixedNav-btn.pattern-firstuser {
  background-color: #dc3514;
}
a.fixedNav-btn:visited {
  color: #fff;
}
a.fixedNav-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
a.fixedNav-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 15px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transform: translateY(-50%);
}


@media print, screen and (max-width: 768px) {
  /*=== メインレイアウト ===*/
  .main-section {
    padding: 30px 15px 55px;
  }
  .main-ttl {
    font-size: 22px;
  }
  .main-ttl .type-small {
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 14px;
  }
  .main-subttl {
    margin-top: 30px;
    font-size: 18px;
  }
  .main-txt {
    margin-top: 20px;
    font-size: 16px;
  }
  .main-note {
    margin-top: 20px;
  }
  .type-label {
    margin: 0;
    padding: 4px 10px 6px;
    font-size: 16px;
  }
  /*=== 遷移パターン ===*/
  .transition-item {
    margin-top: 20px;
  }
  .transition-item.type-wide {
    margin-top: 30px;
  }
  a.transition-link {
    font-size: 16px;
  }
  a.transition-btn {
    min-height: 48px;
    padding: 10px 35px;
    font-size: 18px;
  }
  a.transition-btn::after {
    right: 15px;
    width: 10px;
    height: 15px;
  }
  /* ご参加の流れ */
  .pattern-step a.transition-btn::after {
    width: 15px;
    height: 10px;
  }
  /*=== メインビジュアル ===*/
  .mainvisual {
    margin-top: 0;
  }
  .mainvisual-main {
    max-width: 550px;
    padding: 0 10px;
  }
  /*=== 概要 ===*/
  .intro .main-ttl {
    font-size: 20px;
  }
  .intro .main-txt {
    margin-top: 30px;
  }
  /*=== 実施期間 ===*/
  .period {
    margin-top: 30px;
    font-size: 16px;
  }
  .period-head {
    width: 110px;
  }
  /*=== いずれか1ショップ ===*/
  .add {
    margin-top: 30px;
  }
  .add-main {
    flex-direction: column;
    padding: 20px 15px;
  }
  .add-main::before {
    right: 0;
    bottom: -36px;
    width: 90px;
    height: 97px;
  }
  .add-main::after {
    bottom: -30px;
    width: 45px;
    height: 15px;
  }
  .add-cont {
    width: 100%;
    padding: 30px 15px;
  }
  .add-cont.pattern-other {
    width: 100%;
  }
  .add-label {
    top: -10px;
    left: -5px;
    padding: 5px 20px;
    font-size: 13px;
  }
  .add-ttl {
    font-size: 16px;
  }
  .add-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 8px;
    margin-top: 15px;
  }
  .add-shop {
    max-width: 70px;
    margin-top: 10px;
  }
  .add-mark {
    width: 25px;
    height: 25px;
  }
  .add-mark::before,
  .add-mark::after {
    top: 12px;
    left: 5px;
    width: 15px;
    height: 2px;
  }
  .add-bnr {
    margin-top: 45px;
    border-width: 2px;
  }
  /*=== 特別キャッシュバックUP ===*/
  .cashbackup-inner {
    margin-top: 20px;
    padding: 20px 15px;
  }
  .cashbackup-inner::before {
    top: -24px;
    left: 0;
    width: 66px;
    height: 88px;
  }
  .cashbackup-inner::after {
    content: none;
  }
  .cashbackup-box {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
  }
  .cashbackup-label {
    max-width: 100%;
    padding: 12px 5px;
  }
  .cashbackup .main-txt {
    line-height: 2;
  }
  .cashbackup .accordion {
    margin: 0 15px 30px;
  }
  .cashbackup .accordion-btn {
    margin-top: 0;
  }
  /*=== ショップ一覧 ===*/
  .cardList {
    margin-top: 0;
    padding: 15px 15px 25px;
  }
  .accordion .cardList {
    margin: 0 -15px;
  }
  .cardList-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    max-width: 550px;
    margin: 0 auto;
  }
  .cardList-list.pattern-before {
    display: none;
  }
  .cardList-item {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  }
  .pattern-end .cardList-item::before {
    font-size: 16px;
  }
  .cardList-main {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
  }
  .cardList-thumb {
    flex-shrink: 0;
  }
  .cardList-name {
    margin-top: 0;
  }
  .cardList-price {
    padding: 5px 0;
    font-size: 12px;
  }
  .cardList-price .type-em {
    font-size: 15px;
  }
  /*=== キャンペーン開始前 ===*/
  .cardBefore {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 550px;
    margin: 0 auto;
    padding: 15px 20px;
    color: #dc3514;
    font-weight: bold;
    font-size: 16px;
    border: 2px solid #dc3514;
    background-color: #f9f7e4;
    border-radius: 10px;
  }
  .cardBefore-thumb {
    flex-shrink: 0;
    width: 63px;
  }
  /*=== はじめてさん限定 ===*/
  .firstuser-inner {
    margin-top: 20px;
    padding: 20px 15px 25px;
  }
  .firstuser-inner::before {
    top: -18px;
    right: 0;
    width: 63px;
    height: 93px;
  }
  .firstuser .main-note {
    margin-top: 10px;
    text-align: left;
  }
  /*=== ご参加の流れ ===*/
  .register {
    margin-top: 20px;
    padding: 20px 15px 25px;
  }
  .register .main-txt {
    font-size: 14px;
  }
  /*=== ご参加の流れ ===*/
  .step .main-ttl .type-small {
    margin: 5px 0 0;
  }
  .step-list {
    margin-top: 20px;
  }
  .step-list::before {
    top: -42px;
    left: calc(50% - 130px);
    width: 85px;
    height: 42px;
  }
  .step-list::after {
    top: -49px;
    left: calc(50% + 125px);
    width: 60px;
    height: 71px;
  }
  .step-item {
    padding: 20px 15px 25px;
    border-width: 2px;
  }
  .step-item:not(:last-child) {
    margin-bottom: 40px;
  }
  .step-item:not(:last-child)::after {
    bottom: -30px;
    width: 45px;
    height: 15px;
  }
  .step > .main-note {
    text-align: left;
  }
  /*=== アコーディオン ===*/
  .accordion {
    position: relative;
  }
  .accordion-cont {
    overflow: hidden;
  }
  .accordion-more {
    display: flex;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgb(255, 255, 255,0) 0%, rgb(255, 255, 255) 50%);
  }
  .is-AcorShow + .accordion-more {
    background: transparent;
  }
  .accordion-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 48px;
    margin-top: 30px;
    padding: 0;
    color: #666;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
    text-decoration: none;
    background-color: #fff;
    border-radius: 50px;
    cursor: pointer;
  }
  .accordion-txt {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 35px;
    position: relative;
  }
  .accordion-txt::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 15px;
    height: 10px;
    background-color: #666;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    transform: translateY(-50%);
  }
  .is-AcorActive .accordion-txt::after {
    top: 47%;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
  }
  /*=== 対象ショップ ===*/
  .target {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
  .target-cont {
    width: 100%;
    overflow: hidden;
  }
  .target-cont.pattern-other {
    width: 100%;
  }
  .target-head {
    padding: 12px 10px 15px;
    font-size: 16px;
  }
  .target-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px 10px;
  }
  .target-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 8px;
  }
  .target-shop {
    max-width: 70px;
    margin-top: 0;
  }
  /*=== 確認方法 ===*/
  .method {
    margin-top: 20px;
  }
  .method-list {
    display: block;
  }
  .method-item {
    display: block;
    width: 100%;
    padding: 15px 15px 20px;
    border-width: 1px;
  }
  .method-thumb {
    max-width: 500px;
    margin: 0 auto;
  }
  .method-txt {
    margin-top: 20px;
    font-size: 16px;
  }
  /*=== ポイント ===*/
  .point {
    margin-top: 30px;
    flex-direction: column;
    gap: 35px;
  }
  .point-item {
    width: 100%;
    padding: 30px 15px 25px;
  }
  .point-label {
    top: -16px;
    width: 82px;
    padding: 8px;
    font-size: 16px;
  }
  .point-cont {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .point-lead {
    font-size: 16px;
  }
  .point .main-note {
    margin-top: 10px;
  }
  .point-item:nth-child(1) .point-thumb {
    max-width: 149px;
  }
  .point-item:nth-child(2) .point-thumb {
    max-width: 138px;
  }
  .point-item:nth-child(3) .point-thumb {
    max-width: 226px;
    margin-top: 25px;
  }
  /*=== 概要 ===*/
  .terms-inner {
    max-height: 345px;
    margin-top: 20px;
    padding: 20px 15px 25px;
    font-size: 16px;
    overflow-x: scroll;
  }
  /*=== 固定ナビ ===*/
  a.fixedNav-btn {
    min-height: 80px;
    padding: 5px;
    font-size: 14px;
  }
  a.fixedNav-btn::after {
    content: none;
  }
}