<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* STAY FIT CHALLENGE */
#cpHeader {
  background: #fff;
  text-align: center;
}
#cpHeader .cp-name {
  padding: 2em 0 1.2em;
  line-height: 1.4;
  font-weight: 700;
}
#cpHeader .cp-mv {
  margin: 0 auto;
  text-align: center;
  max-width: 800px;
}
.imakoso {
  text-align: center;
  background : -moz-linear-gradient(0% 50% 0deg,rgba(124, 97, 167, 1) 0%,rgba(122, 98, 168, 1) 43.07%,rgba(115, 102, 170, 1) 58.59%,rgba(104, 109, 173, 1) 69.65%,rgba(87, 120, 179, 1) 78.59%,rgba(65, 133, 186, 1) 86.25%,rgba(37, 149, 194, 1) 93.02%,rgba(6, 168, 204, 1) 99.01%,rgba(0, 172, 206, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(124, 97, 167, 1) 0%, rgba(122, 98, 168, 1) 43.07%, rgba(115, 102, 170, 1) 58.59%, rgba(104, 109, 173, 1) 69.65%, rgba(87, 120, 179, 1) 78.59%, rgba(65, 133, 186, 1) 86.25%, rgba(37, 149, 194, 1) 93.02%, rgba(6, 168, 204, 1) 99.01%, rgba(0, 172, 206, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(124, 97, 167, 1) ),color-stop(0.4307,rgba(122, 98, 168, 1) ),color-stop(0.5859,rgba(115, 102, 170, 1) ),color-stop(0.6965,rgba(104, 109, 173, 1) ),color-stop(0.7859,rgba(87, 120, 179, 1) ),color-stop(0.8625,rgba(65, 133, 186, 1) ),color-stop(0.9302,rgba(37, 149, 194, 1) ),color-stop(0.9901,rgba(6, 168, 204, 1) ),color-stop(1,rgba(0, 172, 206, 1) ));
  background : linear-gradient(90deg, rgba(124, 97, 167, 1) 0%, rgba(122, 98, 168, 1) 43.07%, rgba(115, 102, 170, 1) 58.59%, rgba(104, 109, 173, 1) 69.65%, rgba(87, 120, 179, 1) 78.59%, rgba(65, 133, 186, 1) 86.25%, rgba(37, 149, 194, 1) 93.02%, rgba(6, 168, 204, 1) 99.01%, rgba(0, 172, 206, 1) 100%);
}
.imakoso &gt; span {
  display: block;
  width: 58.6%;
  max-width: 450px;
  margin: 0 auto;
}
#cpContents {
  max-width: 990px;
  margin: 0 auto;
  text-align: center;
}
.outline .red {
  color: #e00000;
}
.cp-MainTtl {
  padding-bottom: .5em;
  line-height: 1.1;
  color: #c7161d;
  font-weight: 900;
}
.cp-MainTtl .ib {
  display: inline-block;
}
#cpContents .lead {
  color: #7d61a8;
  font-weight: 700;
}
.howto-btn {
  position: relative;
  padding: .3em 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
  transition: opacity .15s linear;
}
.howto-btn.af {
  padding: 1em 0;
  background: #7d61a8;
}
.howto-btn.rb {
  background: #d2003c;
}
.howto-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/cp_backtogym/icon_down.svg") no-repeat center center;
  background-size: 100% auto;
  z-index: 5;
}
.howto-block.active .howto-btn::before {
  background-image: url("../img/cp_backtogym/icon_close.svg");
}
.howto-sec {
  height: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  transition: all .5s ease;
}
.howto-block.active .howto-sec {
  height: auto;
  max-height: none;
  visibility: visible;
  opacity: 1;
}
.howto-sec .title {
  padding: 1em 0;
  border-top: 3px solid #7d61a8;
  border-bottom: 3px solid #7d61a8;
  color: #7d61a8;
  line-height: 1.46;
  font-weight: 700;
  margin-bottom: 0;
}
.howto-sec .subtitle {
  max-width: 700px;
  padding: 1em 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 auto;
}
.howto-list,
.detail-list {
  padding: 0;
  margin: 0;
}
.howto-list .number {
  display: block;
}
.howto-title {
  padding: .5em 0 1em;
  line-height: 1.45;
}
.hash {
  display: block;
  color: #0071bc;
}
.howto-last-title {
  border-top: 1px solid #e50000;
  border-bottom: 1px solid #e50000;
}
.howto-last-title .wide {
  margin: 0 -2em;
}
.howto-last-title .red {
  color: #e50000;
  font-weight: 700;
}
.howto-last-title .red + .red {
  padding-top: 1.2em;
}
.howto-last-title .red &gt; span {
  display: block;
}
.howto-last-title .note {
  padding-top: 1.2em;
}
.link-btn a {
  display: block;
  max-width: 600px;
  margin: 0 auto;
  padding: .4em 1em;
  color: #fff;
  background: #00acce;
  border-radius: 5em;
  transition: background .15s linear;
}
.campaign-detail {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
}
.detail-title {
  padding-bottom: .6em;
  margin-bottom: 0;
  font-weight: 700;
  color: #333;
}
.detail-list {
  border-top: 1px solid #a6a6a6;
  color: #333;
}
.detail-list .list-row {
  display: table;
  width: 100%;
  border-bottom: 1px solid #a6a6a6;
}
.detail-list .list-col {
  display: table-cell;
  padding: .8em 0;
  vertical-align: middle;
}
.detail-list .list-col:not(:first-of-type) {
  border-left: 1px solid #a6a6a6;
}
.howto-close span {
  display: inline-block;
  color: #666;
  cursor: pointer;
  transition: opacity .15s linear;
}
.howto-close span::before {
  content: "";
  display: block;
  margin: 0 auto;
  background: url("../img/cp_backtogym/icon_up.svg") no-repeat center center;
  background-size: 100% auto;
}
.af {
  text-align: center;
}
.detail-note {
  padding-top: 1em;
  text-align: center;
}

/** pc and tablet **/
@media print,screen and (min-width: 701px) {
  #cpHeader .cp-name {
    font-size: 2.8rem;
  }
  #cpContents {
    padding: 40px 15px 50px;
  }
  .cp-MainTtl {
    font-size: 47px;
  }
  #cpContents .lead {
    font-size: 2rem;
    line-height: 1.75;
  }
  .outline {
    padding: 35px 0 55px;
  }
  .outline .image {
    width: 470px;
    margin: 0 auto;
  }
  .outline .text {
    padding-top: 40px;
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .howto-block {
    padding-bottom: 30px;
  }
  .howto-btn {
    border-radius: 10px;
    line-height: 1.45;
    font-size: 2rem;
  }
  .howto-btn::before {
    width: 42px;
    height: 42px;
    right: 30px;
  }
  .howto-btn:hover {
    opacity: .75;
  }
  .howto-block.active .howto-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .howto-list {
    padding-top: 10px;
  }
  .howto-list .list {
    padding-top: 40px;
  }
  .howto-list .number img {
    width: auto;
    height: 35px;
  }
  .howto-title {
    padding: 1em 0 1.5em;
    font-size: 2rem;
  }
  .commingSoon {
    padding: 30px 0 60px;
  }
  .cp-tokuten {
    padding: 40px 0 60px;
  }
  .tokuten + .tokuten {
    padding-top: 30px;
  }
  .giftbox {
    padding-bottom: 6rem;
  }
  .giftbox .image {
    max-width: 700px;
    padding: 3rem 0 2rem;
    margin: 0 auto;
  }
  .giftbox .text {
    font-size: 2rem;
    line-height: 1.45;
  }
  .howto-last-title {
    max-width: 700px;
    padding: 10px 0;
    font-size: 2rem;
    margin: 30px auto 60px;
  }
  .howto-last-title.af-last-title {
    max-width: 960px;
    padding: 30px 0;
  }
  .howto-last-title .note {
    font-size: 1.6rem;
  }
  .af {
    padding: 50px 0 55px;
  }
  .af .text {
    font-size: 2rem;
    line-height: 1.45;
  }
  .af .image {
    padding-top: 40px;
  }
  .link-btn {
    padding: 20px 0;
  }
  .link-btn a {
    padding: .5em 1.5em;
    font-size: 1.6rem;
  }
  .link-btn a:hover {
    background: #7d61a8;
  }
  .link-btn-note {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .campaign-detail {
    padding: 0 0 40px;
  }
  .campaign-detail.ticket {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #e50000;
  }
  .detail-title {
    font-size: 1.6rem;
  }
  .detail-list .list-row {
    padding: 10px 0;
  }
  .detail-list .list-col {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .detail-list .list-col:first-of-type {
    padding-left: .5em;
    width: 15em;
  }
  .detail-list .list-col:not(:first-of-type) {
    padding-left: 2.5em;
    width: calc(100% - 15em);
  }
  .howto-close {
    font-size: 2rem;
  }
  .howto-close span:hover {
    opacity: .75;
  }
  .howto-close span::before {
    width: 46px;
    height: 30px;
  }
  .detail-note {
    font-size: 1.4rem;
  }
}
/** pc **/
@media print,screen and (min-width: 1001px) {
}
/** tablet **/
@media print,screen and (min-width: 701px) and (max-width: 1000px) {
}
/** smartphone **/
@media screen and (max-width: 700px) {
  #cpHeader .cp-name {
    font-size: 1.4rem;
  }
  #cpContents {
    padding: 20px 0 50px;
  }
  .cp-MainTtl {
    font-size: 23px;
    font-size: 6.26vw;
  }
  #cpContents .lead {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .cp-MainTtl .ib {
    display: block;
  }
  .outline {
    padding: 20px 0 30px;
  }
  .outline .image {
    width: 87%;
    margin: 0 auto;
  }
  .outline .text {
    padding-top: 30px;
    width: 85.33%;
    margin: 0 auto;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.54;
  }
  .howto-block {
    padding-bottom: 10px;
  }
  .howto-btn {
    padding: .66em 0;
    font-size: 1.3rem;
    line-height: 1.3;
    padding-right: 60px;
  }
  .howto-btn.af {
    padding: 1.3em 0;
  }
  .howto-btn::before {
    width: 20px;
    height: 20px;
    right: 30px;
  }
  .howto-block.active .howto-sec {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .howto-sec .title {
    margin-left: 15px;
    margin-right: 15px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    font-size: 1.5rem;
  }
  .howto-sec .title.redbull {
    font-size: 1.95rem;
  }
  .howto-sec .subtitle {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 1.5rem;
  }
  .commingSoon {
    padding: 30px 0 40px;
  }
  .cp-tokuten {
    padding: 30px 0;
  }
  .tokuten + .tokuten {
    padding-top: 15px;
  }
  .giftbox {
    padding-bottom: 40px;
  }
  .giftbox .image {
    max-width: 700px;
    padding: 15px 0 35px;
    margin: 0 auto;
  }
  .giftbox .text {
    font-size: 1.3rem;
    line-height: 1.45;
  }
  .howto-list {
    padding-top: 10px;
  }
  .howto-list .list {
    padding-top: 30px;
  }
  .howto-title {
    font-size: 1.3rem;
    padding-left: 15px;
    padding-right: 15px;
  }
  .howto-last-title {
    margin-left: 15px;
    margin-right: 15px;
  }
  .howto-list .number img {
    width: auto;
    height: 26px;
  }
  .howto-last-title {
    padding: 10px 0;
    font-size: 1.5rem;
    margin: 20px 15px 30px;
  }
  .howto-last-title .red &gt; span {
    font-size: 1.2rem;
  }
  .af {
    padding: 25px 0 20px;
  }
  .af .text {
    font-size: 1.3rem;
    line-height: 1.45;
  }
  .af .image {
    padding-top: 35px;
  }
  .link-btn {
    padding: 15px;
  }
  .link-btn a {
    font-size: 1.3rem;
  }
  .link-btn-note {
    font-size: 1.2rem;
    line-height: 1.75;
  }
  .howto-last-title .note {
    font-size: 1.3rem;
  }
  .campaign-detail {
    padding: 0 15px 40px;
  }
  .campaign-detail.ticket {
    position: relative;
    padding-top: 20px;
    margin-top: 10px;
  }
  .campaign-detail.ticket:before {
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    top: 0;
    width: calc(100% - 30px);
    height: 1px;
    background: #e50000;
  }
  .detail-title {
    font-size: 1.2rem;
  }
  .detail-list .list-row {
    padding: 8px 0;
  }
  .detail-list .list-col {
    font-size: 1rem;
    line-height: 1.75;
  }
  .detail-list .list-col:first-of-type {
    width: 13em;
  }
  .detail-list .list-col:not(:first-of-type) {
    padding-left: 1em;
    width: calc(100% - 13em);
  }
  .howto-close {
    font-size: 1rem;
  }
  .howto-close span::before {
    width: 23px;
    height: 15px;
  }
  .detail-note {
    font-size: 1rem;
  }
}
/** smartphone small **/
@media screen and (max-width: 420px) {
  #cpHeader .cp-name {
    font-size: 1.3rem;
    font-size: 3.73vw;
  }
  #cpContents .lead {
    font-size: 1.5rem;
    font-size: 4.26vw;
  }
}

.nsf202104-banner {
  max-width: 960px;
  margin: 0 auto;
}
.nsf202104-banner a {
  display: block;
  position: relative;
}
/** pc and tablet **/
@media print,screen and (min-width: 701px) {
  .nsf202104-banner {
    padding-top: 50px;
  }
  .nsf202104-banner .more {
    position: absolute;
    width: 54.8%;
    left: 0;
    bottom: 0;
    margin-bottom: 14.9%;
    text-align: center;
    color: #676767;
    font-weight: 700;
    font-size: 1.6rem;
  }
  .nsf202104-banner a:hover .more {
    text-decoration: underline;
  }
}
/** smartphone **/
@media screen and (max-width: 700px) {
  .nsf202104-banner {
    padding-top: 20px;
  }
  .nsf202104-banner .more {
    display: none;
  }
}</pre></body></html>