

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none !important;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* img {
    vertical-align: bottom;
} */

a{
  
    text-decoration: none;
}

button{
border-radius: 50px;
text-align: center;
padding: 18px 0px;

}
*{

    padding: 0;
    margin: 0;

}

body{
   
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans",'Noto Sans', sans-serif;
  background-color: #161616;
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.6; 
  letter-spacing: 0.05rem;

}

@media screen and (max-width: 768px) {
  body{
    font-size: 12px;
  }

  .spbr{
    display: block!important;
  }
  
}

.spbr{
  display: none;
}



h2{
  color:#deebf7;
  font-size: 1.5rem;
  -webkit-text-stroke: 0.07rem #111677;
  text-stroke: 0.07rem #111677;
  font-weight: 500;
  text-shadow: 0 0 1rem #111677,0px 0px 2rem #111677;
}

h3{
  color:#deebf7;
  font-size: 1.2rem;
  -webkit-text-stroke: 0.07rem #0790b3;
  text-stroke: 0.07rem #0790b3;
  font-weight: 500;
  text-shadow: 0 0 1rem #0790b3,0px 0px 2rem #0790b3;
}

a:hover{
color: #6939f8;
}
a{
  color: #ffffff; 
}



.neon-bluetext{
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
}



.content{
  margin:  140px auto;
  
  }
  
  
  .top__title{

     font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    -webkit-text-stroke: 0.07rem #00CCFF;
    text-stroke: 0.07rem #00CCFF;
    font-weight: 500;
    text-shadow: 0 0 1rem #00CCFF,0px 0px 2rem #00CCFF; 
    -webkit-background-clip: text;
    
  
  }
  
  .sub__title{
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    -webkit-text-stroke: 0.07rem #f5f4f9;
    text-stroke: 0.07rem #f6f5f9;
    font-weight: 500;
    text-shadow: 0 0 1rem #f4f3f8,0px 0px 2rem #f3f2f6; 
    -webkit-background-clip: text;
  
  }

  .sm{
    font-size: 0.8rem;
  }

  .small{
    font-size: 0.5rem;
  }


  @media screen and (max-width: 970px) {

     .top__title{

     font-size: 20px;
     font-size: 24px;
     font-weight: 600;
     text-align: center;
     color: #ffffff;
     -webkit-text-stroke: 0.02rem #00CCFF;
     font-weight: 500;
     text-shadow: 0 0 0rem #00CCFF,0px 0px 0rem #00CCFF; 
 
  }
  
  .sub__title{
    font-size: 16px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    -webkit-text-stroke: 0.02rem #f5f4f9;
    font-weight: 500;
    text-shadow: 0 0 0rem #f4f3f8,0px 0px 0rem #f3f2f6; 

  
  }



    h3{
      font-size: 16px;
      -webkit-text-stroke: 0.00rem #0790b3;
      text-stroke: 0.00rem #0790b3;
      font-weight: 500;
      text-shadow: 0 0 1rem #0790b3,0px 0px 2rem #0790b3;
  
    }

    h2{
    
      font-size: 20px;
          -webkit-text-stroke: 0.00rem #111677;
    text-stroke: 0.00rem #111677;
    font-weight: 500;
    text-shadow: 0 0 1rem #111677,0px 0px 2rem #111677;
    }
    

    h1{
      font-size: 22px;
    }

    .sm{
      font-size: 0.6rem;
    }

  
    
  }


/* lording */
/* #loading {
  width: 100vw;
  height: 100vh;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

#loading_barWrap {
  width: 30vw;
  height: calc(1rem + 5px);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#loading_bar {
  width: 0;
  height: 5px;
  background: #fff;
  transition-duration: 1s;
}

.text {
  text-align: center;
  color: #fff;
}

.loadingNone {
  animation: loadingAnime 1s forwards;
}

@keyframes loadingAnime {
  0% {
      opacity: 1;
  }
  99% {
      opacity: 0;
  }
  100% {
      opacity: 0;
      display: none;
  }
}
   */

