<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* National Fitness Challenge */
#cpMain {
  text-align: center;
  overflow: hidden;
}
#cpMain .maxInner {
  max-width: 960px;
  margin: 0 auto;
}
#cpMain .mv {
  margin: 0;
  padding: 0;
}
#cpMain img {
  vertical-align: bottom;
}
#cpMain strong {
  font-weight: 700;
}

#cpMain .lead .ttl {
  width: 87.73%;
  margin: 0 auto;
  max-width: 578px;
}
#cpMain .lead p {
  padding-top: 1.5em;
  line-height: 1.7;
  font-size: 14px;
}
#cpMain .lead .en {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
}

.howto-btn {
  position: relative;
  padding: .3em 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
  /*border-radius: 10px 0 0 10px;*/
  border-radius: 10px;
  transition: opacity .15s linear;
}
.howto-btn.af {
  padding: 1em 0;
  background: #6244bb;
}
.howto-btn.rb {
  background: #d2003c;
}
.howto-btn.wflwr {
  padding: 1em 0;
  background: #96d764;
}
.howto-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/lp_redbull_cp202203/icon_down.svg") no-repeat center center;
  background-size: 100% auto;
  z-index: 5;
}
/*
.howto-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 50vw;
  height: 100%;
}
.howto-btn.af::after {
  background: #6244bb;
}
.howto-btn.rb::after {
  background: #d2003c;
}
.howto-btn.wflwr::after {
  background: #96d764;
}
*/
.howto-block.active .howto-btn::before {
  background-image: url("../img/lp_redbull_cp202203/icon_up.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;
  overflow: visible;
  opacity: 1;
}
.howto-close {
  text-align: center;
  padding-top: 40px;
}
.howto-close span {
  display: inline-block;
  color: #666;
  cursor: pointer;
  transition: opacity .15s linear;
}
.howto-close span::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  margin-bottom: -10px;
  transform: rotate(45deg);
  border-left: 2px solid #6244bb;
  border-top: 2px solid #6244bb;
}
.howto-close.red span::before {
  border-color: #d2003c;
}
.howto-close.wing span::before {
  border-color: #96d764;
}

.run-info {
  width: 93%;
  max-width: 743px;
  margin: 0 auto;
  text-align: left;
  font-weight: 700;
}
.run-info strong {
  color: #d50000;
}
.run-info p + p {
  padding-top: 1.4em;
}

.howto-sec-title {
  padding: .2em 0;
  margin: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #6244bb;
  font-weight: 700;
  font-size: 26px;
}
.run-date {
  padding-top: .8em;
  font-size: 22px;
  font-weight: 700;
}
.run-flow {
  padding: 0;
  margin: 0;
  list-style: none;
}
.run-flow .num {
  display: block;
  margin: 0 auto;
  max-width: 35px;
}
.run-flow .num img {
  width: 100%;
  max-width: none;
}
.run-flow p {
  padding-top: 1em;
  line-height: 1.65;
}
.run-flow .note {
  color: #6244bb;
}

.af-trial {
  line-height: 1.65;
  font-size: 15px;
}
.af-trial .text {
  padding: 2em 0;
}
.trial-link {
  padding-top: 1.625em;
  font-size: 16px;
}
.trial-link .btn-caption {
  padding: .5em 0;
  font-size: 120%;
  font-weight: 700;
  color: #d50000;
}
.link-btn {
  display: block;
  max-width: 27.875em;
  margin: 0 auto;
  color: #fff;
  background-color: #00acce;
  border-radius: 10em;
  text-align: center;
  transition: background-color .15s linear;
}
.link-btn.disabled,
.link-btn.disabled:hover,
.link-btn.disabled:active,
.link-btn.disabled:focus {
  color: #999;
  background-color: #e8e8e8;
}
.link-btn:active,
.link-btn:focus {
  color: #fff;
}
.trial-link .link-btn {
  padding: .3em 0;
  font-size: 16px;
}
.trial-note {
  margin: 0;
  padding: 3em 0 1em;
}

.wings-title,
.winds-start {
  font-weight: 700;
  line-height: 1.4;
}
.wings-title .sub {
  display: block;
}
.winds-start {
  padding-top: 1em;
}
.winds-start strong {
  color: #ef3340;
}
.wings-outline,
.wings-join-title,
.wings-join-text {
  box-sizing: border-box;
}
.wings-outline,
.wings-join-text {
  width: 93%;
  max-width: 743px;
  margin: 0 auto;
  text-align: left;
}
.wings-outline strong {
  color: #ef3340;
}
.wings-join-title {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-weight: 700;
}
.wings-join-text .list {
  padding: 0;
  margin: 0;
}
.wings-join-text p {
  font-weight: 700;
}
.wings-app-run .item {
  background-color: #e8e8e8;
}
.app-run-title {
  display: flex;
  justify-content: center;
  align-items: baseline;
  border-bottom: 2px solid #000;
  font-weight: 700;
  margin-bottom: .8em;
}
.app-run-title img {
  width: 100%;
}
.app-run-title .num {
  width: 8vw;
  max-width: 42px;
  margin-right: 1em;
}
.wings-app-run .place {
  line-height: 1.7;
}
.wings-app-run .outline,
.wings-app-run .note {
  text-align: left;
}
.wings-app-run .outline {
  padding: 1.5em 0 1em;
  margin: 0;
}
.wings-app-run .note {
  text-indent: -1em;
  padding-left: 1em;
}
.wings-app-run .note.red {
  color: #ef3340;
  line-height: 1.68;
}
.wings-app-run .image {
  padding-top: 4%;
}
.individual-block {
  padding: .8em 0;
  margin-bottom: 3%;
  text-align: center;
  color: #fff;
  background-color: #6244bb;
  font-weight: 700;
  line-height: 1.5;
}

.wings-app .first {
  line-height: 1.7;
}
.appBnrs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.appBnrs .app-bnr {
  max-width: 50%;
}
.appBnrs .app-bnr-note {
  color: #666;
  width: 100%;
}

/** pc and tablet **/
@media print,screen and (min-width: 751px) {
  .pcNone { display: none; }
  #cpMain {
    padding: 70px 15px 50px;
  }
  #cpMain .lead {
    padding-bottom: 35px;
  }
  .howto-block {
    padding-bottom: 30px;
  }
  .howto-btn {
    line-height: 1.45;
    font-size: 2rem;
  }
  .howto-btn::before {
    width: 44px;
    height: 44px;
    right: 20px;
  }
  .howto-btn:hover {
    opacity: .75;
  }
  .howto-block.active .howto-sec {
    padding-top: 40px;
  }
  .howto-close {
    font-size: 21px;
  }
  .howto-close span:hover {
    opacity: .75;
  }
  
  .run-info {
    padding-bottom: 2.7em;
    font-size: 22px;
    line-height: 1.86;
    letter-spacing: -0.005em;
  }
  .run-flow {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
  }
  .run-flow .flow {
    max-width: 32%;
    font-size: 15px;
  }
  /*.presents {
    display: flex;
    justify-content: space-between;
  }
  .presents .left,
  .presents .right {
    width: 48.125%;
  }
  .presents .present + .present {
    padding-top: 3.761%;
  }*/
  .presents .right,
  .presents .present + .present {
    padding-top: 40px;
  }
  
  .rb-usr-title {
    margin-top: 20px;
  }
  .link-btn:hover {
    background-color: #6244bb;
    color: #fff;
  }
  .link-btn.disabled:hover {
    background-color: #e8e8e8;
    color: #999;
  }

  .wings-title {
    font-size: 44px;
  }
  .wings-title .sub {
    font-size: 24px;
  }
  .winds-start {
    font-size: 28px;
  }
  .wings-image {
    padding-top: 40px;
  }
  .wings-outline {
    padding: 1em 0 2em;
    font-size: 18px;
    line-height: 1.86;
  }
  .wings-join-title {
    font-size: 26px;
    padding: .3em 0;
  }
  .wings-join-text {
    padding: 1.5em 0;
    font-size: 20px;
  }
  .wings-join-text .text {
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
  }
  .wings-join-text .list,
  .wings-join-text .app-get-link {
    font-size: 16px;
    line-height: 1.75;
  }
  .wings-join-text .list li {
    padding-top: 2em;
  }
  .wings-join-text .app-get-link {
    padding-top: 2em;
  }
  .app-get-link .link-btn {
    padding: .4em 0;
  }
  .wings-app-run {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
  }
  .wings-app-run .item {
    display: flex;
    flex-direction: column;
    width: 47%;
    padding: 2rem;
    box-sizing: border-box;
  }
  .app-run-title {
    font-size: 22px;
  }
  .wings-app-run .place,
  .individual-block {
    font-size: 18px;
  }
  .wings-app-run .outline,
  .wings-app-run .note {
    font-size: 15px;
    line-height: 1.8;
  }
  .wings-app-run .image {
    margin-top: auto;
  }
  .wings-app-run .note.red {
    font-size: 13px;
  }

  .wings-app {
    padding-top: 6%;
  }
  .wings-app .first {
    font-size: 22px;
    padding-bottom: 1.5em;
  }
  .wings-app .apps-block {
    display: flex;
    justify-content: center;
  }
  .wings-app .logo {
    width: 30%;
    max-width: 380px;
  }
  .wings-app .appBnrs {
    width: 50%;
    margin-left: 30px;
  }
  .wings-app .app-bnr-note {
    padding: .5em 0;
    font-size: 9px;
  }
}
/** smartphone **/
@media screen and (max-width: 750px) {
  .spNone { display: none; }
  #cpMain {
    padding: 20px 3.335% 50px;
  }
  #cpMain .lead {
    padding-bottom: 12%;
  }
  .howto-block {
    padding-bottom: 6%;
  }
  .howto-block.active .howto-sec {
    padding-top: 6%;
  }
  .howto-btn {
    padding: .8em 0;
    font-size: 16px;
  }
  .howto-btn.af,
  .howto-btn.howto-btn.wflwr {
    padding: 1.5em 0;
  }
  .howto-btn::before {
    width: 30px;
    height: 30px;
    /*right: 0;*/
    right: 10px;
  }
  .howto-close {
    padding-top: 6%;
    font-size: 15px;
  }
  
  .howto-sec-title {
    font-size: 19px;
  }
  .run-info {
    padding-bottom: 2em;
    font-size: 14px;
    line-height: 1.67;
  }
  .run-date {
    padding-top: 1em;
    font-size: 16px;
  }
  .run-flow {
    padding-top: 6.5%;
  }
  .run-flow .flow {
    padding-bottom: 8%;
  }
  .run-flow .num {
    width: 7.57%;
  }
  .run-flow p {
    font-size: 13px;
    line-height: 1.48;
  }
  .sp-full {
    margin-left: -3.5733419%;
    margin-right: -3.5733419%;
  }
  .presents .present {
    margin-top: 3.73%;
    background-color: #e8e8e8;
  }
  .presents .present img {
    display: block;
    margin: 0 auto;
    max-width: 375px;
  }

  .howto-sec-title.rb-usr-title {
    padding: .8em 0;
    font-size: 15px;
    border-color: #6244bb;
    border-top-width: 2px;
    border-bottom-width: 2px;
    line-height: 1.46;
  }
  .af-trial {
    line-height: 1.42;
    font-size: 13px;
  }
  .af-trial .text {
    padding: 1.5em 0;
  }
  .trial-link .link-btn {
    padding: .5em 0;
    font-size: 13px;
  }
  .trial-note {
    line-height: 1.75;
    padding: 1em 0;
    font-size: 12px;
  }

  .wings-title {
    font-size: 24px;
  }
  .wings-title .sub {
    font-size: 14px;
  }
  .winds-start {
    font-size: 20px;
  }
  .wings-image {
    padding-top: 6%;
  }
  .wings-outline {
    padding: 1em 0 1.5em;
    font-size: 14px;
    line-height: 1.67;
  }
  .wings-join-title {
    font-size: 15px;
    padding: .5em 0;
  }
  .wings-join-text {
    padding: 1.5em 0;
    font-size: 14px;
  }
  .wings-join-text .text {
    font-size: 15px;
    line-height: 1.275;
  }
  .wings-join-text .list,
  .wings-join-text .app-get-link {
    font-size: 13px;
    line-height: 1.4;
  }
  .wings-join-text .list li {
    padding-top: 1.5em;
  }
  .wings-join-text .app-get-link {
    padding-top: 1.5em;
  }
  .app-get-link .link-btn {
    padding: .6em 0;
  }
  .wings-app-run .item {
    padding: 6.4% 0;
    margin-top: 4%;
  }
  .wings-app-run .item .info {
    width: 93.33%;
    margin: 0 auto;
  }
  .app-run-title {
    font-size: 19px;
  }
  .wings-app-run .place,
  .individual-block {
    font-size: 15px;
  }
  .wings-app-run .outline,
  .wings-app-run .note {
    font-size: 13px;
  }
  .wings-app-run .note.red {
    font-size: 11px;
  }

  .wings-app {
    padding-top: 6%;
  }
  .wings-app .first {
    font-size: 15px;
    padding-bottom: 1.5em;
  }
  .wings-app .logo {
    width: 54.28%;
    margin: 0 auto 7%;
  }
  .wings-app .app-bnr {
    width: 48%;
  }
  .wings-app .app-bnr-note {
    padding: .5em 0;
    font-size: 9px;
  }
}
/** smartphone small **/
@media screen and (max-width: 460px) {
  #cpMain .lead p {
    padding-top: 1em;
    font-size: 13px;
    font-size: 3.46vw;
  }
  #cpMain .lead .en {
    font-size: 21px;
    font-size: 5.6vw;
  }
  .howto-btn {
    font-size: 13px;
    font-size: 3.46vw;
  }
  .howto-btn span {
    padding-right: 9vw;
  }
  .howto-btn::before {
    /*width: 9vw;
    height: 9vw;*/
    width: 6vw;
    height: 6vw;
    right: 3vw;
  }
  .howto-close {
    font-size: 3.86vw;
  }
  .howto-close span::before {
    width: 5.33vw;
    height: 5.33vw;
    margin-bottom: -2vw;
  }

  .howto-sec-title {
    font-size: 5.2vw;
  }
  .run-info {
    font-size: 3.73vw;
  }
  .run-date {
    font-size: 4.26vw;
  }
  .run-flow p {
    font-size: 3.6vw;
  }
  .run-flow p.note {
    font-size: 3.46vw;
  }

  .howto-sec-title.rb-usr-title {
    font-size: 4vw;
  }

  .wings-title {
    font-size: 5.6vw;
  }
  .wings-title .sub {
    font-size: 3.46vw;
  }
  .winds-start {
    font-size: 4.53vw;
  }
  .wings-outline {
    font-size: 3.73vw;
  }
  .wings-join-title {
    font-size: 4vw;
  }
  .wings-join-text .text {
    font-size: 3.86vw;
    white-space: nowrap;
  }
  .app-run-title {
    font-size: 5vw;
  }
  .wings-app-run .place,
  .individual-block {
    font-size: 4vw;
  }
  .wings-app-run .outline,
  .wings-app-run .note {
    font-size: 3.46vw;
  }
  .wings-app-run .note.red {
    font-size: 2.93vw;
  }
  .wings-app .first {
    font-size: 4vw;
  }
}</pre></body></html>