@charset "UTF-8";
/* fonts */
/* line 2, ../scss/_ef_btnFlash.scss */
#rex-btn.ef_btnFlash button, #rex-btn .ef_btnFlash {
  position: relative;
  overflow: hidden;
}
/* line 5, ../scss/_ef_btnFlash.scss */
#rex-btn.ef_btnFlash button::after, #rex-btn .ef_btnFlash::after {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #ffffff9e;
  animation: ef_btnFlash 3s ease-in-out infinite;
}
@-webkit-keyframes ef_btnFlash {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes ef_btnFlash {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/* line 10, ../scss/style_sp.scss */
#rex-btn .rex-button__3n3I {
  font-size: 5vw;
  width: 90%;
  margin-top: 0;
}

/* line 17, ../scss/style_sp.scss */
.information {
  display: none;
}
/* line 19, ../scss/style_sp.scss */
.information.isVisible {
  display: block;
}
/* line 22, ../scss/style_sp.scss */
.information .txtInfo {
  display: none;
}
/* line 25, ../scss/style_sp.scss */
.information .informationText span span {
  color: red;
}

/* line 29, ../scss/style_sp.scss */
.pc_on {
  display: block;
}

/* line 30, ../scss/style_sp.scss */
.sp .pc_on {
  display: none;
}

/* line 31, ../scss/style_sp.scss */
.sp_on {
  display: none;
}

/* line 32, ../scss/style_sp.scss */
.sp .sp_on {
  display: block;
}

/* line 33, ../scss/style_sp.scss */
.red, a.red:link {
  color: red;
}

/* line 34, ../scss/style_sp.scss */
.bold {
  font-weight: bold;
}

/* line 36, ../scss/style_sp.scss */
.secTit {
  background-color: #F77600;
  font-size: 4vw;
  color: #fff;
  text-align: center;
  padding: 1em 0;
}

/* line 46, ../scss/style_sp.scss */
.imgBox img {
  width: 100%;
}

/* line 49, ../scss/style_sp.scss */
.bannerArea {
  text-align: center;
  margin: 2em auto;
}
/* line 52, ../scss/style_sp.scss */
.bannerArea .inner {
  width: 92%;
  margin: 0 auto;
}
/* line 57, ../scss/style_sp.scss */
.bannerArea a:hover {
  opacity: .7;
  transition: all 0.2s;
}

/* line 64, ../scss/style_sp.scss */
.cpnArea {
  background: #F5F5F5;
  margin: 7vw 0;
  padding: 0 0 4vw 0;
}
/* line 68, ../scss/style_sp.scss */
.cpnArea .inner {
  width: 93%;
  margin: 0 auto;
}
/* line 71, ../scss/style_sp.scss */
.cpnArea .inner.headingImg {
  width: 100%;
}
/* line 75, ../scss/style_sp.scss */
.cpnArea img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
/* line 80, ../scss/style_sp.scss */
.cpnArea .tit {
  color: #F77600;
}
/* line 82, ../scss/style_sp.scss */
.cpnArea .tit .txt {
  font-size: 24px;
}
/* line 84, ../scss/style_sp.scss */
.cpnArea .tit .txt.weak {
  font-size: 16px;
}
/* line 85, ../scss/style_sp.scss */
.cpnArea .tit .txt.strong {
  font-size: 41px;
}
/* line 88, ../scss/style_sp.scss */
.cpnArea .term {
  background: #fff;
  text-align: center;
}
/* line 95, ../scss/style_sp.scss */
.cpnArea .txtLink {
  font-size: 4vw;
  text-align: center;
}
/* line 98, ../scss/style_sp.scss */
.cpnArea .txtLink a {
  color: #F9B247;
  text-decoration: underline;
}
/* line 105, ../scss/style_sp.scss */
.cpnArea .guide {
  margin-top: 9vw;
  line-height: 2em;
}
/* line 108, ../scss/style_sp.scss */
.cpnArea .guide .guide-content {
  padding: 7vw 5vw;
  background: #fff;
}
/* line 111, ../scss/style_sp.scss */
.cpnArea .guide .guide-content ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
/* line 115, ../scss/style_sp.scss */
.cpnArea .guide .guide-content ol li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
/* line 118, ../scss/style_sp.scss */
.cpnArea .guide .guide-content ol li::before {
  counter-increment: item;
  content: "【" counter(item) "】";
}
/* line 126, ../scss/style_sp.scss */
.cpnArea .guide .guide-content .overview {
  color: #F77600;
  font-size: 5vw;
  margin-bottom: 1em;
  display: block;
}
/* line 131, ../scss/style_sp.scss */
.cpnArea .guide .guide-content .overview li {
  line-height: 7.2vw;
  display: inline-block;
}
/* line 135, ../scss/style_sp.scss */
.cpnArea .guide .guide-content .overview li::before {
  font-size: 5vw;
}
/* line 138, ../scss/style_sp.scss */
.cpnArea .guide .guide-content .overview .step1 {
  position: relative;
  padding-right: 4vw;
  margin-right: 4vw;
}
/* line 142, ../scss/style_sp.scss */
.cpnArea .guide .guide-content .overview .step1::after {
  content: "+";
  position: absolute;
  right: -6.7vw;
  top: -0.1em;
  display: block;
}
/* line 150, ../scss/style_sp.scss */
.cpnArea .guide .guide-content .overview .step2 {
  position: relative;
}
/* line 152, ../scss/style_sp.scss */
.cpnArea .guide .guide-content .overview .step2::after {
  content: "\02192";
  position: absolute;
  right: -8.7vw;
}
/* line 163, ../scss/style_sp.scss */
.cpnArea .guide .guide-content .description {
  font-size: 4vw;
}
/* line 164, ../scss/style_sp.scss */
.cpnArea .guide .guide-content .description .step {
  line-height: 1.6em;
  text-indent: -2.7em;
  padding-left: 2.9em;
  margin-bottom: 0.6em;
}
/* line 171, ../scss/style_sp.scss */
.cpnArea .guide .guide-content .description .step3 .spacer {
  display: inline-block;
  padding-left: 2.7em;
}
/* line 177, ../scss/style_sp.scss */
.cpnArea .guide .guide-content .description li::before {
  font-size: 4vw;
}

/* line 187, ../scss/style_sp.scss */
.howToLivePlay {
  background: #F5F5F5;
  line-height: 1.6;
  padding: 4%;
}
/* line 191, ../scss/style_sp.scss */
.howToLivePlay * {
  box-sizing: border-box;
}
/* line 195, ../scss/style_sp.scss */
.howToLivePlay a:hover, .howToLivePlay a:active, .howToLivePlay input:hover, .howToLivePlay input:active {
  text-decoration: none;
  opacity: .5;
  transition: all .1s ease-out;
}
/* line 201, ../scss/style_sp.scss */
.howToLivePlay .howToLivePlay-tit {
  text-align: center;
}
/* line 203, ../scss/style_sp.scss */
.howToLivePlay .howToLivePlay-tit span {
  font-size: 6vw;
  color: #F77600;
  position: relative;
  padding-left: 7vw;
}
/* line 208, ../scss/style_sp.scss */
.howToLivePlay .howToLivePlay-tit span::before {
  content: "";
  width: 6vw;
  height: 6vw;
  background: url(/content/26/34/336243/img/icon_info.png) no-repeat;
  display: inline-block;
  position: absolute;
  background-size: contain;
  left: -3vw;
  top: 1.2vw;
}
/* line 221, ../scss/style_sp.scss */
.howToLivePlay .anchorWrap {
  margin: 5vw 0;
  display: flex;
  justify-content: space-between;
}
/* line 225, ../scss/style_sp.scss */
.howToLivePlay .anchorWrap .anchor {
  border: 1px solid #F77600;
  border-radius: 8px;
  color: #F77600;
  width: 100%;
  margin: 0 2px;
  overflow: hidden;
}
/* line 232, ../scss/style_sp.scss */
.howToLivePlay .anchorWrap .anchor a {
  display: block;
  text-align: center;
  padding: 1.2em 0 1.6em;
  position: relative;
  font-size: 3.5vw;
  color: #F77600;
}
/* line 239, ../scss/style_sp.scss */
.howToLivePlay .anchorWrap .anchor a::after {
  text-align: center;
  position: absolute;
  content: "";
  top: 78%;
  bottom: 0;
  right: 44%;
  margin: 0 auto;
  display: block;
  height: 0;
  border-style: solid;
  border-width: 0px 1.2vw 1.8vw 1.2vw;
  border-color: transparent transparent #F77600 transparent;
  transform: rotate(180deg);
}
/* line 254, ../scss/style_sp.scss */
.howToLivePlay .anchorWrap .anchor a:hover, .howToLivePlay .anchorWrap .anchor a:active {
  background: #F77600;
  color: #fff;
  opacity: 1;
  transition: all 0.2s ease;
}
/* line 263, ../scss/style_sp.scss */
.howToLivePlay .strong_color {
  color: #BF0000;
}
/* line 264, ../scss/style_sp.scss */
.howToLivePlay .strong_bold {
  font-weight: bold;
}
/* line 265, ../scss/style_sp.scss */
.howToLivePlay .weak {
  color: #BF0000;
  font-size: 12px;
}
/* line 267, ../scss/style_sp.scss */
.howToLivePlay .sec {
  margin-bottom: 10vw;
}
/* line 271, ../scss/style_sp.scss */
.howToLivePlay .sec .secBody {
  padding: 10%;
  background: #fff;
}
/* line 275, ../scss/style_sp.scss */
.howToLivePlay .sec .secBody .block {
  display: flex;
  flex-direction: column;
  margin-bottom: 10vw;
}
/* line 279, ../scss/style_sp.scss */
.howToLivePlay .sec .secBody .block .step {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
/* line 283, ../scss/style_sp.scss */
.howToLivePlay .sec .secBody .block .step .textBox {
  margin-right: 0;
}
/* line 286, ../scss/style_sp.scss */
.howToLivePlay .sec .secBody .block .step .textBox .tit {
  font-size: 5vw;
  line-height: 1.6;
  font-weight: bold;
  position: relative;
  padding: 0 0 5vw 10vw;
}
/* line 292, ../scss/style_sp.scss */
.howToLivePlay .sec .secBody .block .step .textBox .tit::before {
  content: "";
  width: 12vw;
  background-size: contain;
  height: 12vw;
  display: inline-block;
  position: absolute;
  left: -5vw;
}
/* line 302, ../scss/style_sp.scss */
.howToLivePlay .sec .secBody .block .step .textBox .txt {
  font-size: 4vw;
  line-height: 1.8;
  margin: 0 0 4vw;
  font-feature-settings: "palt";
}
/* line 307, ../scss/style_sp.scss */
.howToLivePlay .sec .secBody .block .step .textBox .txt .weak_fontSizeDown {
  font-size: 86%;
  display: block;
  margin-top: 3%;
  line-height: 1.6;
}
/* line 313, ../scss/style_sp.scss */
.howToLivePlay .sec .secBody .block .step .textBox .txt a:link, .howToLivePlay .sec .secBody .block .step .textBox .txt a:visited, .howToLivePlay .sec .secBody .block .step .textBox .txt input {
  color: #F9B247;
  text-decoration: underline;
}
/* line 317, ../scss/style_sp.scss */
.howToLivePlay .sec .secBody .block .step .textBox .txt input {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  text-decoration: underline;
}
/* line 2, ../scss/_ef_btnFlash.scss */
.howToLivePlay .sec .secBody .block .secBtn.ef_btnFlash button, .howToLivePlay .sec .secBody .block .secBtn .ef_btnFlash {
  position: relative;
  overflow: hidden;
}
/* line 5, ../scss/_ef_btnFlash.scss */
.howToLivePlay .sec .secBody .block .secBtn.ef_btnFlash button::after, .howToLivePlay .sec .secBody .block .secBtn .ef_btnFlash::after {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #ffffff9e;
  animation: ef_btnFlash 3s ease-in-out infinite;
}
@-webkit-keyframes ef_btnFlash {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes ef_btnFlash {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/* line 332, ../scss/style_sp.scss */
.howToLivePlay .sec .secBody .block .secBtn a {
  display: block;
  background: #BF0000;
  color: #fff;
  padding: 6% 20% 6% 23%;
  position: relative;
  border-radius: 8px;
  width: 100%;
  text-align: center;
  font-size: 4vw;
}
/* line 342, ../scss/style_sp.scss */
.howToLivePlay .sec .secBody .block .secBtn a::after {
  position: absolute;
  right: 10px;
  content: "";
  display: inline-block;
  top: 38%;
  right: 18px;
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  margin-left: 5px;
}
/* line 362, ../scss/style_sp.scss */
.howToLivePlay .sec .secBody .block.bl01 .tit::before {
  background: url(/content/26/34/336243/img/icon_step1.png) no-repeat;
}
/* line 369, ../scss/style_sp.scss */
.howToLivePlay .sec .secBody .block.bl02 .tit::before {
  background: url(/content/26/34/336243/img/icon_step2.png) no-repeat;
}
/* line 376, ../scss/style_sp.scss */
.howToLivePlay .sec .secBody .block.bl03 .tit::before {
  background: url(/content/26/34/336243/img/icon_step3.png) no-repeat;
}
/* line 386, ../scss/style_sp.scss */
.howToLivePlay .sec.s02 .secBody {
  padding: 5%;
}
/* line 389, ../scss/style_sp.scss */
.howToLivePlay .sec.s02 .information {
  margin: 0;
}
/* line 391, ../scss/style_sp.scss */
.howToLivePlay .sec.s02 .information .txtInfo {
  display: none;
}
/* line 392, ../scss/style_sp.scss */
.howToLivePlay .sec.s02 .information .informationText {
  margin-bottom: .3em;
  font-size: 4vw;
  line-height: 1.6;
  color: #333;
}
/* line 397, ../scss/style_sp.scss */
.howToLivePlay .sec.s02 .information .informationText span {
  color: #333;
  font-size: 4vw;
}
/* line 407, ../scss/style_sp.scss */
.howToLivePlay .sec.s03 .secBody {
  padding: 5%;
}
/* line 413, ../scss/style_sp.scss */
.howToLivePlay .sec.s03 .question .textBox .tit {
  color: #F9B247;
  font-size: 4vw;
  line-height: 1.6;
  font-weight: bold;
  position: relative;
  padding-left: 10vw;
}
/* line 420, ../scss/style_sp.scss */
.howToLivePlay .sec.s03 .question .textBox .tit::before {
  content: "";
  width: 7vw;
  height: 7vw;
  /* display: inline-block; */
  position: absolute;
  left: 0;
  top: 1vw;
  background: url(/content/26/34/336243/img/icon_q.png) no-repeat;
  background-size: contain;
}
/* line 433, ../scss/style_sp.scss */
.howToLivePlay .sec.s03 .question .textBox .txt {
  margin-top: 4vw;
  font-size: 4vw;
}
/* line 436, ../scss/style_sp.scss */
.howToLivePlay .sec.s03 .question .textBox .txt a:link, .howToLivePlay .sec.s03 .question .textBox .txt a:visited, .howToLivePlay .sec.s03 .question .textBox .txt input {
  color: #F9B247;
  text-decoration: underline;
}
/* line 440, ../scss/style_sp.scss */
.howToLivePlay .sec.s03 .question .textBox .txt input {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  text-decoration: underline;
}

/* line 456, ../scss/style_sp.scss */
.schedule {
  margin: 10vw auto;
}
/* line 458, ../scss/style_sp.scss */
.schedule .inner {
  width: 93%;
  margin: 0 auto;
  text-align: center;
}
/* line 463, ../scss/style_sp.scss */
.schedule .tit {
  font-size: 6vw;
  text-align: left;
  color: #bf0000;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 470, ../scss/style_sp.scss */
.schedule .tit::before {
  content: "";
  width: 6vw;
  height: 6vw;
  display: inline-block;
  background: url(/content/26/34/336243/img/icon_watch.png) no-repeat;
  background-position: center;
  margin-right: 0.6em;
  background-size: contain;
}
/* line 481, ../scss/style_sp.scss */
.schedule .imgBox {
  margin: 2em auto 0;
  text-align: center;
}

/* line 489, ../scss/style_sp.scss */
.cpnInformations {
  width: 93%;
  max-width: 970px;
  margin: 0 auto;
  padding: 32px 0;
  color: #333333;
}

/* line 497, ../scss/style_sp.scss */
.cpnInformation {
  width: 100%;
  margin-top: 24px;
}
/* line 500, ../scss/style_sp.scss */
.cpnInformation .cpnInformationHeading,
.cpnInformation .cpnInformationSubHeading {
  width: 100%;
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  padding: 16px;
  clear: both;
  border: 1px solid #D1D1D1;
}
/* line 512, ../scss/style_sp.scss */
.cpnInformation .cpnInformationHeading {
  background: #F77600;
  box-sizing: border-box;
  font-size: 20px;
}
/* line 517, ../scss/style_sp.scss */
.cpnInformation .cpnInformationSubHeading {
  margin-top: -1px;
  background: #686868;
}
/* line 521, ../scss/style_sp.scss */
.cpnInformation .cpnInformationList {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  font-size: 1.4rem;
  line-height: 1.6;
  font-size: 14px;
  text-align: left;
}
/* line 538, ../scss/style_sp.scss */
.cpnInformation .cpnInformationList .cpnInformationItem {
  clear: both;
  width: 200px;
  background: #F5F5F5;
  float: left;
  border: 1px solid #D1D1D1;
  border-right: none;
  margin-top: -1px;
  padding: 16px;
  font-size: 14px;
}
/* line 549, ../scss/style_sp.scss */
.cpnInformation .cpnInformationList .cpnInformationDetail {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  float: right;
  border: 1px solid #D1D1D1;
  margin-top: -1px;
  padding: 16px;
  background: #FFFFFF;
}
/* line 558, ../scss/style_sp.scss */
.cpnInformation .cpnInformationList .cpnInformationDetail .cInfoBorder {
  display: block;
  width: 80%;
  border-bottom: 1px dashed #333333;
  margin: 16px auto 16px 0;
}
@media screen and (max-width: 641px) {
  /* line 497, ../scss/style_sp.scss */
  .cpnInformation {
    /* sp */
  }
  /* line 567, ../scss/style_sp.scss */
  .cpnInformation .cpnInformations {
    width: 94%;
    padding: 16px 0;
    box-sizing: border-box;
  }
  /* line 572, ../scss/style_sp.scss */
  .cpnInformation .cpnInformationHeading,
  .cpnInformation .cpnInformationSubHeading {
    /*font-size: 1.6rem;*/
    line-height: 1.8;
    font-size: 13px;
    padding: 6px;
  }
  /* line 579, ../scss/style_sp.scss */
  .cpnInformation .cpnInformationList {
    display: block;
  }
  /* line 582, ../scss/style_sp.scss */
  .cpnInformation .cpnInformationList .cpnInformationItem {
    float: none;
    width: 100%;
    background: #F5F5F5;
    border-right: 1px solid #D1D1D1;
    box-sizing: border-box;
    padding: 7px;
  }
  /* line 590, ../scss/style_sp.scss */
  .cpnInformation .cpnInformationList .cpnInformationDetail {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
  }
  /* line 595, ../scss/style_sp.scss */
  .cpnInformation .cpnInformationList .cpnInformationDetail .cInfoBorder {
    width: 100%;
  }
}

/* line 605, ../scss/style_sp.scss */
.cpnDetailHeading {
  margin: 6em auto -2.3em;
}
/* line 607, ../scss/style_sp.scss */
.cpnDetailHeading .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* line 614, ../scss/style_sp.scss */
.cpnDetailHeading .tit {
  font-size: 40px;
  text-align: center;
  color: #bf0000;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 622, ../scss/style_sp.scss */
.cpnDetailHeading a {
  color: #F9B247;
  text-decoration: underline;
}
/* line 625, ../scss/style_sp.scss */
.cpnDetailHeading a:hover {
  opacity: .5;
  transition: all .1s ease-out;
}
/* line 631, ../scss/style_sp.scss */
.cpnDetailHeading .txt {
  font-size: 17px;
  line-height: 1.8;
  margin-top: 12px;
  font-feature-settings: "palt";
}

/* line 640, ../scss/style_sp.scss */
.cpnDetailHeading {
  margin: 2vw auto -5vw;
}
/* line 642, ../scss/style_sp.scss */
.cpnDetailHeading .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* line 649, ../scss/style_sp.scss */
.cpnDetailHeading .tit {
  font-size: 6vw;
  text-align: center;
  color: #bf0000;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 657, ../scss/style_sp.scss */
.cpnDetailHeading a {
  color: #F9B247;
  text-decoration: underline;
}
/* line 660, ../scss/style_sp.scss */
.cpnDetailHeading a:hover {
  opacity: .5;
  transition: all .1s ease-out;
}
/* line 666, ../scss/style_sp.scss */
.cpnDetailHeading .txt {
  font-size: 3.6vw;
  line-height: 1.8;
  margin-top: 2vw;
  font-feature-settings: "palt";
}

/*# sourceMappingURL=style_sp.css.map */
