@charset "UTF-8";
/* Scss Document */
html {
  background: #000; }

body {
  font-size: 1.1rem !important;
  line-height: 1.5rem !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  background: #000 !important; }

.logo {
  width: 200px; }
  @media (max-width: 991px) {
    .logo {
      width: 150px; } }

.navbar-dark {
  background: #000; }

.img-resp {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  display: block; }
  @media (max-width: 991px) {
    .img-resp {
      width: 100%; } }

.text {
  color: #FFF;
  line-height: 1.7rem;
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 0px !important; }
  @media (max-width: 991px) {
    .text {
      font-size: 1.1rem;
      line-height: 1.5rem; } }

h2 {
  margin-bottom: 0px !important; }

.overray {
  background: url(../../../frontend/images/realtime/overlay.png) repeat;
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  position: relative; }

.header-section {
  background: #000000;
  width: 100%;
  height: 100%;
  position: relative; }
  .header-section:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: url(../../../frontend/images/realtime/overlay.png) repeat; }
  .header-section video {
    width: 100vw;
    max-height: 700px;
    z-index: 1;
    opacity: 0.7;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
    text-align: center; }
    @media (max-width: 991px) {
      .header-section video {
        height: 540px; } }

.form-section {
  background: #000000;
  color: #FFFFFF;
  padding: 2rem 0;
  text-align: center; }
  .form-section h3 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: .5rem; }
  @media (max-width: 991px) {
    .form-section {
      padding: 2rem 0; } }
  .form-section .btn {
    background: -webkit-linear-gradient(top, #93ff73 0%, #adfc4d 50%, #6af800 51%, #93ff73 100%);
    font-weight: bold !important;
    width: 100%;
    text-align: center; }
    .form-section .btn i {
      position: absolute;
      right: 30px;
      bottom: 50px; }
      @media (max-width: 991px) {
        .form-section .btn i {
          top: 22px; } }
  .form-section .mail-title {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem; }
    .form-section .mail-title:before, .form-section .mail-title:after {
      background: #FFF; }
    @media (max-width: 991px) {
      .form-section .mail-title {
        display: none; } }

.top-textbox {
  width: 610px;
  z-index: 999;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF; }
  @media (max-width: 991px) {
    .top-textbox {
      width: 90%;
      height: 100vh; } }
  .top-textbox .big {
    font-size: 2.6rem;
    display: block; }
    @media (max-width: 991px) {
      .top-textbox .big {
        font-size: 1.7rem; } }
  .top-textbox .middle {
    font-size: 1.5rem;
    display: block;
    padding-bottom: .7rem; }
    @media (max-width: 991px) {
      .top-textbox .middle {
        font-size: 1.5rem;
        margin-top: 1rem; } }
  .top-textbox .box {
    border: 1px solid #FFFFFF;
    letter-spacing: .1rem;
    padding: .5rem;
    font-size: 1.3rem; }
    @media (max-width: 991px) {
      .top-textbox .box {
        font-size: 1rem; } }
  .top-textbox .box-2 {
    border: 1px solid #FFFFFF;
    background: url(../../../frontend/images/realtime/overlay.png) repeat;
    padding: .3rem;
    text-align: center;
    font-size: 1.6rem;
    width: 200px; }
    .top-textbox .box-2 .big {
      font-size: 3.5rem;
      display: inline-block;
      color: #222222;
      font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro" !important; }
    .top-textbox .box-2 .big2 {
      font-size: 2.3rem; }
  .top-textbox .header-border {
    border-bottom: 1px solid #FFFFFF;
    margin: .5rem 0 2rem 0; }

.container-box {
  width: 1000px;
  margin: 0 auto; }
  @media (max-width: 992px) {
    .container-box {
      max-width: 720px; } }
  @media (max-width: 768px) {
    .container-box {
      max-width: 540px; } }
  @media (max-width: 576px) {
    .container-box {
      width: 100%; } }

.wrap {
  width: 800px;
  margin: 0 auto;
  padding: 0 30px; }
  @media (max-width: 992px) {
    .wrap {
      max-width: 720px;
      padding: 0 15px; } }
  @media (max-width: 768px) {
    .wrap {
      max-width: 540px; } }
  @media (max-width: 576px) {
    .wrap {
      width: 100%; } }

.serif {
  font-family: serif; }

.divider {
  display: inline-block;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  height: 100%; }

.navbar-light .navbar-nav .nav-link {
  color: 222222 !important; }

/* SNS部分 */
.sns-box {
  text-align: center;
  color: #FFF; }
  .sns-box :hover {
    text-decoration: none !important; }
  @media (max-width: 991px) {
    .sns-box {
      margin-top: 1rem;
      background: #000;
      color: #fff; } }
  .sns-box h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: .5rem; }
    .sns-box h2:before, .sns-box h2:after {
      background: #FFF; }
      @media (max-width: 991px) {
        .sns-box h2:before, .sns-box h2:after {
          background: #FFF; } }
  .sns-box .sns-btn {
    padding: .5rem 0;
    font-size: 1.2rem;
    display: block;
    text-align: center;
    color: #FFFFFF;
    margin: .2rem auto; }
    .sns-box .sns-btnhover {
      text-decoration: none; }
    @media (max-width: 991px) {
      .sns-box .sns-btn {
        margin-top: 1rem;
        text-align: center;
        padding: .6rem 0;
        font-size: .8rem; }
        .sns-box .sns-btn i {
          display: block;
          font-size: 25px;
          margin: 0 0 0.5rem 0 !important; } }
  .sns-box .line {
    background: #27AD37; }
  .sns-box .google {
    background: #4081ec; }
  .sns-box .yahoo {
    background: #F70031; }

/* 見出し */
.line-title {
  position: relative;
  display: inline-block;
  padding: 0 18%; }

.line-title:before, .line-title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 15%;
  height: 1px;
  background-color: #222; }

.line-title:before {
  left: 0; }

.line-title:after {
  right: 0; }

.title-img {
  margin-bottom: 3rem; }
  @media (max-width: 991px) {
    .title-img {
      margin-bottom: 2rem; } }

.evidence-box {
  margin: 0 auto; }

.process-title {
  color: #FFF;
  font-weight: 700;
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: .8rem; }

.process-box .col-6, .process-box .col-12 {
  margin-bottom: 2rem; }

.evidence-bg {
  background: url(../../../frontend/images/realtime/evidence-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 3rem 0; }
  @media (max-width: 991px) {
    .evidence-bg {
      padding: 2rem 0; } }

.evidence-bg2 {
  background: url(../../../frontend/images/realtime/evidence-bg2.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 3rem 0; }
  @media (max-width: 991px) {
    .evidence-bg2 {
      padding: 2rem 0; } }

.point3-bg {
  background: url(../../../frontend/images/realtime/3point-bg.jpg) center;
  background-attachment: fixed;
  padding: 3rem 0;
  color: #FFFFFF !important; }
  @media (max-width: 991px) {
    .point3-bg {
      padding: 2rem 0; } }
  .point3-bg h3 {
    font-size: 1.3rem;
    font-weight: bold;
    color: #FFF; }
  .point3-bg .under-border {
    padding: 1rem 0 1rem 0;
    border-bottom: 1px solid #FFF;
    width: 95%;
    margin: 0 auto 2rem auto; }
    @media (max-width: 991px) {
      .point3-bg .under-border {
        padding: .5rem 0 .5rem 0;
        margin: 0 auto 1rem auto; } }

.data-bg {
  background: url(../../../frontend/images/realtime/data-bg.jpg) center;
  background-attachment: fixed;
  padding: 3rem 0;
  color: #FFF; }
  @media (max-width: 991px) {
    .data-bg {
      background: url(../../../frontend/images/realtime/data-bg-sp.jpg) center;
      background-size: cover;
      padding: 2rem 0; } }

.graph-img {
  width: 80%;
  margin: 0 auto; }
  @media (max-width: 991px) {
    .graph-img {
      width: 100%; } }

.green-alpha {
  color: #aeff01; }

.blue-alpha {
  color: #3984ff; }

@-webkit-keyframes pulse {
  from {
    opacity: 1.0;
    /*透明度100%*/ }
  to {
    opacity: 0.3;
    /*透明度80%*/ } }
.blinking {
  -webkit-animation-name: pulse;
  /* 実行する名前 */
  -webkit-animation-duration: 0.4s;
  /* 0.3秒かけて実行 */
  -webkit-animation-iteration-count: infinite;
  /* 何回実行するか。infiniteで無限 */
  -webkit-animation-timing-function: ease-in-out;
  /* イーズインアウト */
  -webkit-animation-direction: alternate;
  /* alternateにするとアニメーションが反復 */
  -webkit-animation-delay: 0s;
  /* 実行までの待ち時間 */ }

.osusume-bg {
  background: url(../../../frontend/images/realtime/osusume-bg.jpg) center top;
  background-size: cover;
  padding: 3rem 0; }
  @media (max-width: 991px) {
    .osusume-bg {
      padding: 2rem 0; }
      .osusume-bg .col-6 {
        padding-left: 8px;
        padding-right: 8px; } }

.border-box {
  border: 1px solid #AEFF00;
  box-shadow: 0px 0px 5px 3px rgba(174, 255, 0, 0.2), 0px 0px 5px 3px rgba(174, 255, 0, 0.2) inset;
  padding: 1rem .5rem;
  text-align: center;
  color: #FFF;
  margin-bottom: 1.8rem; }
  @media (max-width: 991px) {
    .border-box {
      margin-bottom: 1rem;
      padding: .8rem .3rem;
      font-size: .9rem; } }
  .border-box .number {
    font-weight: bold;
    font-size: 1.5rem; }
  .border-box h3 {
    font-weight: bold;
    font-size: 1.2rem; }
  .border-box img {
    margin: .5rem auto;
    width: 80%;
    display: block; }

.plan-bg {
  color: #FFF;
  background: url(../../../frontend/images/realtime/result-bg.jpg) center;
  background-size: cover;
  padding: 3rem 0; }
  @media (max-width: 991px) {
    .plan-bg {
      background: url(../../../frontend/images/realtime/result-bg-sp.jpg) center;
      background-size: cover;
      padding: 2rem 0; } }

.blue-shadow {
  box-shadow: 0px 0px 5px 3px rgba(17, 202, 255, 0.4), 0px 0px 5px 3px rgba(17, 202, 255, 0.4) inset; }

.red-shadow {
  box-shadow: 0px 0px 5px 3px rgba(224, 0, 47, 0.4), 0px 0px 5px 3px rgba(224, 0, 47, 0.4) inset; }

.green-shadow {
  box-shadow: 0px 0px 5px 3px rgba(174, 255, 0, 0.5), 0px 0px 5px 3px rgba(174, 255, 69, 0.5) inset; }

.pink-shadow {
  box-shadow: 0px 0px 5px 3px rgba(237, 0, 167, 0.5), 0px 0px 5px 3px rgba(237, 0, 167, 0.5) inset; }

.green-bg {
  color: #FFF;
  background: url(../../../frontend/images/realtime/green-bg.jpg) center;
  background-size: cover;
  padding: 3rem 0; }
  @media (max-width: 991px) {
    .green-bg {
      background-size: cover;
      padding: 2rem 0; } }

/* 的中実績 */
.evidence {
  background-size: cover;
  text-align: center;
  padding: 1.5rem 0 1rem 0;
  height: 220px;
  margin-bottom: 2rem; }
  .evidence .plan {
    font-weight: bold;
    font-size: 1.4rem;
    display: block; }
    @media (max-width: 991px) {
      .evidence .plan {
        font-size: 1.25rem; } }
  .evidence .box {
    border: 1px solid #FFF;
    padding: .1rem .4rem;
    margin: 0 5px; }
  .evidence .pay {
    margin: 1rem; }
  .evidence .money {
    font-weight: 700;
    font-size: 3rem;
    color: #AEFF00; }
  .evidence .date {
    border: 1px solid #FFF;
    padding: .3rem;
    margin: 2rem auto 0 auto;
    width: 80%; }
  .evidence .race-box {
    border: 1px solid #FFF;
    font-size: 1rem;
    padding: .3rem .7em;
    margin: 0 7px; }

.single-bg {
  background: #000;
  color: #FFF;
  box-shadow: 0px 0px 5px 3px rgba(17, 202, 255, 0.4), 0px 0px 5px 3px rgba(17, 202, 255, 0.4) inset; }

.korogashi-bg {
  background: #000;
  color: #FFF;
  box-shadow: 0px 0px 5px 3px rgba(174, 255, 0, 0.5), 0px 0px 5px 3px rgba(174, 255, 69, 0.5) inset; }

footer {
  font-size: .8rem;
  padding: 1.5rem 0;
  color: #FFFFFF;
  background-color: #000000; }
  @media (max-width: 991px) {
    footer {
      padding: 0 0 4rem 0;
      margin-top: 0rem; } }
  @media (max-width: 991px) {
    footer .container {
      padding: 0 !important;
      max-width: 100%; } }
  footer .container .footer-p15 {
    padding: 0 15px !important; }
  footer nav ul {
    display: flex;
    text-align: center;
    list-style: none;
    justify-content: center;
    margin-bottom: 3rem;
    padding: 0; }
    @media (max-width: 991px) {
      footer nav ul {
        display: block; } }
    footer nav ul li {
      margin: 0 .5rem;
      text-align: left; }
      @media (max-width: 991px) {
        footer nav ul li {
          margin: 0; } }
      footer nav ul li a {
        color: #FFF; }
        @media (max-width: 991px) {
          footer nav ul li a {
            color: #FFF;
            display: block;
            background: #000;
            position: relative;
            padding: .5rem 1.5rem;
            border-bottom: 1px solid #4b4b4b; }
            footer nav ul li a:after {
              font-family: "Font Awesome 5 Free";
              content: "\f105";
              font-weight: bold;
              position: absolute;
              right: 1rem;
              width: 5px;
              height: 5px; } }
  footer .copyright {
    margin-top: 2rem;
    font-size: .7rem;
    display: block; }
  footer table {
    color: #fff !important; }
    footer table th {
      width: 25%; }

/* 下層ページ */
.text-title {
  font-weight: bold;
  padding-bottom: 1.5rem;
  text-shadow: #FFFF 1px 0 15px; }
  @media (max-width: 991px) {
    .text-title {
      font-size: 1.4rem;
      padding-top: .7rem; } }

.white-shadow {
  box-shadow: 0px 0px 5px 3px rgba(255, 255, 255, 0.5), 0px 0px 5px 3px rgba(255, 255, 255, 0.5) inset; }

.plan-box {
  margin: 2rem 0 0 0;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #FFF;
  padding: 1.5rem; }
  @media (max-width: 991px) {
    .plan-box {
      padding: 1rem; } }
  .plan-box .box-title {
    font-size: 1.5rem;
    background: #FFF;
    box-shadow: 0px 0px 5px 3px rgba(255, 255, 255, 0.2), 0px 0px 5px 3px rgba(255, 255, 255, 0.2) inset;
    padding: 1rem 0;
    text-align: center;
    color: #000;
    font-weight: 700;
    letter-spacing: 0.05em; }
    @media (max-width: 991px) {
      .plan-box .box-title {
        font-size: 1.2rem;
        padding: .8rem 0; } }
  .plan-box .form-group {
    text-align: left;
    font-size: 1.2rem; }
  .plan-box .col-lg-6, .plan-box .col-12 {
    margin-bottom: 2rem; }
    @media (max-width: 991px) {
      .plan-box .col-lg-6, .plan-box .col-12 {
        margin-bottom: 1rem; } }
  .plan-box p {
    padding: 15px 20px;
    margin: 0; }
  .plan-box .padding-box {
    padding: 2rem 2rem 0 2rem;
    font-weight: bold;
    text-align: center; }
    @media (max-width: 991px) {
      .plan-box .padding-box {
        padding: 1rem 1rem 0 1rem; } }
    .plan-box .padding-box h3 {
      font-size: 1.4rem;
      margin: .5rem 0 0 0; }
      @media (max-width: 991px) {
        .plan-box .padding-box h3 {
          font-size: 1rem; } }

.white-color {
  color: #FFF !important; }

.outline-btn {
  border: 1px #FFF solid;
  border-radius: .5rem;
  text-align: center;
  font-weight: bold;
  width: 100%;
  padding: .6rem;
  display: block;
  color: #FFF;
  margin: .5rem 0; }
  .outline-btn:hover {
    background: #FFF;
    color: #000;
    text-decoration: none; }

.tel {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: .5rem; }
  .tel a {
    color: #AEFF00; }
    .tel a:hover {
      color: #CCFF47;
      text-decoration: none; }

.login {
  width: 100px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100; }
  @media (max-width: 991px) {
    .login {
      display: none; } }

.up {
  width: 100px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100; }
  @media (max-width: 991px) {
    .up {
      display: none; } }

.sp-footer {
  display: none; }
  @media (max-width: 991px) {
    .sp-footer {
      display: block;
      width: 100%;
      position: fixed;
      bottom: 5px;
      z-index: 100;
      text-align: center; } }
  .sp-footer .login-banner {
    display: none; }
    @media (max-width: 991px) {
      .sp-footer .login-banner {
        display: block;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        padding: 10px;
        background: #AEFF00;
        border-radius: .25rem;
        color: #000;
        font-weight: bold;
        font-size: 1.1rem;
        text-decoration: none; }
        .sp-footer .login-banner a {
          text-decoration: none !important; } }
