<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* cp202201 */
#cpHeader {
  margin: 0;
  background: #000;
  text-align: center;
}
#cpHeader img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
}

#cpContents {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
#cpContents img {
  max-width: 100%;
}
#cpLead {
  text-align: center;
}
#cpLead h2 {
  width: 49%;
  max-width: 368px;
  margin: 0 auto;
}
#cpLead h2 img {
  width: 100%;
}
#cpLead p {
  color: #7d61a8;
  font-weight: 700;
}
.campaign-schedule {
  margin: 0;
  font-weight: 700;
  line-height: 1.75;
}
.campaign-schedule dt {
  border-top: 1px solid #7d61a8;
  border-bottom: 1px solid #7d61a8;
}

/* accordion */
.acc-btn {
  position: relative;
  padding: .3em 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
  transition: opacity .15s linear;
}
.acc-btn.af {
  padding: 1em 0;
  background: #7d61a8;
}
.acc-btn.ua {
  background: #000;
}
.acc-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/cp202201/icon_down.svg") no-repeat center center;
  background-size: 100% auto;
  z-index: 5;
}
.acc-block.active .acc-btn::before {
  background-image: url("../img/cp202201/icon_close.svg");
}
.acc-sec {
  height: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  transition: all .5s ease;
}
.acc-block.active .acc-sec {
  height: auto;
  max-height: none;
  visibility: visible;
  opacity: 1;
}
.acc-sec .title {
  padding: .5em 0;
  margin: 0;
  border-top: 3px solid #7d61a8;
  border-bottom: 3px solid #7d61a8;
  color: #7d61a8;
  line-height: 1.46;
  font-weight: 700;
}
.acc-close {
  padding-top: 6%;
}
.acc-close span {
  display: inline-block;
  color: #666;
  cursor: pointer;
  transition: opacity .15s linear;
}
.acc-close span::before {
  content: "";
  display: block;
  margin: 0 auto;
  background: url("../img/cp202201/icon_up.svg") no-repeat center center;
  background-size: 100% auto;
}

.stamp-title,
.stamp-lead {
  color: #7d61a8;
  font-weight: 700;
}
.stamp-title .sub,
.stamp-title .main {
  display: block;
}
.stamp-title {
  line-height: 1.3;
}
.stamp-lead {
  line-height: 1.36;
}

/* app-links */
.app-links {
  border-top: 3px solid #7d61a8;
  border-bottom: 3px solid #7d61a8;
}
.app-title {
  padding: 0 0 1em;
  margin: 0;
  font-size: 20px;
}
.app-links .note {
  color: #666;
}
.app-links .app-image {
  width: 20.667vw;
  max-width: 155px;
  margin: 0 auto;
}
.app-links .app-bnrs {
  overflow: hidden;
  max-width: 510px;
  margin: 0 auto;
}
.app-links .app-bnrs &gt; li {
  float: left;
  width: 46.67%;
}
.app-links .app-bnrs &gt; li + li {
  float: right;
}

/* ua-app-info */
.ua-app-info {
  text-align: center;
}
.ua-app-info .capture {
  max-width: 440px;
  margin: 0 auto;
}
.ua-app-info .info {
  font-weight: 700;
}

/* prize-list */
#prize-list .prize-block {
  color: #fff;
  background-color: #8c8c8c;
}
#prize-list .text-lottery {
  line-height: 1.56;
  font-weight: 700;
}
#prize-list .caption {
  display: inline-block;
  text-align: left;
  line-height: 1.75;
  font-weight: 700;
}
.stamp10-list {
  margin: 0;
  padding: 0;
}
.stamp10-list .mask {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: left;
}
.stamp10-list .mask .thumb {
  width: 40%;
  max-width: 200px;
  text-align: right;
}
.stamp10-list .mask .caption {
  padding-left: 1em;
  max-width: 60%;
}
.stamp-15 .ph {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rush-link a {
  display: inline-block;
  color: #0071bc;
  font-weight: 700;
  background-color: #fff;
  border-radius: 10em;
  line-height: 1.2;
}
.rush-link a span {
  text-decoration: underline;
}

.go-message {
  font-weight: 700;
  color: #7d61a8;
}

/* tiral */
.ph-gym {
  max-width: 750px;
  margin: 0 auto;
}
.gym-lead {
  padding: 1em 0 1.5em;
  font-weight: 700;
  line-height: 1.75;
}
.trial-link a,
.trial-link .no-link {
  display: block;
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
  padding: .5em 1em;
  color: #fff;
  background-color: #00acce;
  border-radius: 10em;
  line-height: 1.2;
}
.trial-link .no-link {
  background-color: #8c8c8c;
}
.trial-schedule {
  padding-top: .5em;
}
.trial-schedule .start {
  color: #c00;
  font-weight: 700;
  font-size: 120%;
}
.trial-note {
  line-height: 1.75;
}

/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .spOnly {
    display: none;
  }
  #cpContents {
    padding: 40px 15px 50px;
  }
  #cpLead {
    padding-bottom: 60px;
  }
  #cpLead p {
    padding: 1em 0 1.5em;
    font-size: 18px;
    line-height: 1.94;
  }
  .campaign-schedule {
    display: flex;
    justify-content: center;
    font-size: 20px;
  }
  .campaign-schedule dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16em;
    margin-right: 1em;
  }
  .acc-block {
    padding-bottom: 30px;
  }
  .acc-btn {
    border-radius: 10px;
    line-height: 1.45;
    font-size: 2rem;
  }
  .acc-btn::before {
    width: 42px;
    height: 42px;
    right: 30px;
  }
  .acc-btn:hover {
    opacity: .75;
  }
  .acc-block.active .acc-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .acc-close {
    font-size: 2rem;
  }
  .acc-close span:hover {
    opacity: .75;
  }
  .acc-close span::before {
    width: 46px;
    height: 30px;
  }
  .stamp-title .sub {
    font-size: 30px;
  }
  .stamp-title .main {
    font-size: 32px;
  }
  .stamp-lead {
    padding: 1em 0 2em;
    font-size: 18px;
  }
  .app-links {
    padding: 40px 0;
  }
  .app-links .app-image {
    padding-bottom: 45px;
  }
  .app-links .app-bnrs &gt; li {
    max-width: 220px;
  }
  .app-links .app-bnrs img {
    transition: opacity .15s linear;
  }
  .app-links .app-bnrs a:hover img {
    opacity: .75;
  }
  .app-links .note {
    padding-top: 30px;
    font-size: 14px;
    line-height: 1.64;
  }
  .ua-app-info {
    padding: 50px 0;
    font-size: 18px;
    line-height: 1.6;
  }
  .ua-app-info .info {
    padding: 1.5em 0 1em;
  }
  #prize-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #prize-list .prize-block {
    width: 100%;
    padding: 15px 0 20px;
    margin-bottom: 40px;
  }
  #prize-list .prize-block.short {
    width: 47.9%;
  }
  #prize-list h3 {
    width: 240px;
    margin: 0 auto 15px;
  }
  #prize-list .coupon {
    width: 80%;
    margin: 0 auto 15px;
  }
  #prize-list .coupon-note {
    font-size: 18px;
    line-height: 1.44;
  }
  #prize-list .coupon-note-s {
    font-size: 16px;
    line-height: 1.625;
  }
  #prize-list .text-lottery {
    font-size: 20px;
  }
  #prize-list .caption {
    font-size: 18px;
  }
  .stamp10-list {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .stamp10-list .other {
    padding-top: 30px;
    width: 41%;
    max-width: 375px;
  }
  .stamp10-list .other + .other {
    margin-left: 4%;
  }
  #cpContents .stamp-15 .ph {
    padding: 20px 0 15px;
  }
  #cpContents .stamp-15 .ph img {
    width: 47%;
    max-width: 260px;
  }
  #cpContents .stamp-15 .ph img + img {
    margin-left: 6%;
  }
  .rush-link {
    padding-top: 25px;
  }
  .rush-link a {
    font-size: 18px;
    padding: .8em 3em;
  }
  .rush-link a:hover span {
    text-decoration: none;
  }
  .prize-block.double {
    display: flex;
  }
  .prize-block.double .prize-col {
    width: 50%;
    padding: 0 1em;
  }
  .go-message {
    padding: .5em 0 2em;
    font-size: 34px;
    line-height: 1.34;
  }
  .ph-gym {
    padding-top: 45px;
  }
  .gym-lead {
    font-size: 20px;
  }
  .trial-link a,
  .trial-link .no-link {
    font-size: 26px;
  }
  .trial-link a:hover {
    text-decoration: underline;
  }
  .trial-schedule {
    font-size: 18px;
  }
  .trial-note {
    padding: 2.5em 0 3em;
    font-size: 18px;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .pcOnly {
    display: none;
  }
  #cpContents {
    padding: 4.6% 0 6.6%;
  }
  #cpLead {
    padding-bottom: 14.6%;
  }
  #cpLead p {
    padding: 1em 0;
    font-size: 16px;
    font-size: 4.26vw;
    line-height: 1.6;
  }
  .campaign-schedule {
    display: inline-block;
  }
  .campaign-schedule dt {
    font-size: 17.5px;
    font-size: 4.66vw;
  }
  .campaign-schedule dd {
    padding-top: .2em;
    font-size: 17px;
    font-size: 4.53vw;
  }
  .acc-block {
    padding-bottom: 10px;
  }
  .acc-btn {
    padding: .66em 0;
    font-size: 1.3rem;
    line-height: 1.3;
    padding-right: 60px;
  }
  .acc-btn.af {
    padding: 1.3em 0;
  }
  .acc-btn::before {
    width: 20px;
    height: 20px;
    right: 30px;
  }
  .acc-block.active .acc-sec {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .acc-sec .title {
    margin-left: 15px;
    margin-right: 15px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    font-size: 15px;
    font-size: 4vw;
  }
  .acc-close {
    font-size: 1rem;
  }
  .acc-close span::before {
    width: 23px;
    height: 15px;
  }
  .stamp-title .sub {
    font-size: 19px;
    font-size: 5.2vw;
  }
  .stamp-title .main {
    font-size: 24px;
    font-size: 6.57vw;
  }
  .stamp-lead {
    padding: 1em 0 1.5em;
    font-size: 15px;
    font-size: 4vw;
  }
  .app-links {
    padding: 5% 0;
    margin-left: 15px;
    margin-right: 15px;
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .app-title {
    font-size: 13px;
    font-size: 3.46vw;
  }
  .app-links .app-image {
    padding-bottom: 20px;
  }
  .app-links .app-bnrs {
    width: 88vw;
    max-width: 330px;
  }
  .app-links .note {
    padding-top: 15px;
    font-size: 9px;
    font-size: 2.4vw;
    line-height: 1.67;
  }
  .ua-app-info {
    padding: 8% 15px;
  }
  .ua-app-info .info {
    padding: 1.2em 0;
    font-size: 14px;
    font-size: 3.86vw;
    line-height: 1.3;
    margin: 0 -15px;
  }
  #prize-list {
    padding: 0 15px;
  }
  #prize-list .prize-block {
    padding: 2.8% 0 4%;
    margin-bottom: 4%;
  }
  #prize-list h3 {
    width: 52%;
    margin: 0 auto 3.7%;
  }
  #prize-list .coupon {
    width: 79%;
    margin: 0 auto;
  }
  #prize-list .coupon-note {
    padding-top: .8em;
    font-size: 15px;
    font-size: 3.86vw;
    line-height: 1.36;
  }
  #prize-list .coupon-note-s {
    padding-top: 1em;
    font-size: 11px;
    font-size: 2.93vw;
  }
  #prize-list .text-lottery {
    font-size: 15px;
    font-size: 4vw;
  }
  #prize-list .caption {
    font-size: 13px;
    font-size: 3.46vw;
  }
  .stamp10-list &gt; li {
    padding-top: 4%;
  }
  .stamp10-list .other {
    width: 85%;
    margin: 0 auto;
  }
  #cpContents .stamp-15 .ph {
    padding: 6% 0 4%;
  }
  #cpContents .stamp-15 .ph img {
    width: 48%;
    max-width: 260px;
  }
  .rush-link {
    padding-top: 6%;
  }
  .rush-link a {
    font-size: 15px;
    font-size: 4vw;
    padding: .6em 2em;
  }
  .prize-block.double .prize-col + .prize-col {
    padding-top: 8%;
  }
  .go-message {
    padding: .5em 0 1.8em;
    font-size: 21px;
    font-size: 5.6vw;
    line-height: 1.36;
  }
  .ph-gym {
    padding-top: 6.67%;
  }
  .gym-lead,
  .trial-link a,
  .trial-link .no-link,
  .trial-schedule {
    font-size: 13px;
    font-size: 3.46vw;
  }
  .trial-note {
    padding: 1.5em 0 2em;
    font-size: 12px;
    font-size: 3.2vw;
  }
}</pre></body></html>