<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* ul {
  list-style: none outside;
  padding: 0;
  margin: 0;
}

body {
  background-image: url(../img/header_sp.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  height: 100%;
  background-color: #fff;
}
main{background-image:url(../img/bg_repeat.jpg);
  background-repeat: repeat;
  background-position: top center;
  /*background-attachment:fixed;*/
  /*! background-size: 100%; */
  border-top: 3px solid #dac365;
}
#wrapper {
  overflow: hidden;
}

#top_regist_btn{
    background: url("../img/regist_btn2.png") no-repeat;
    background-size: 100%;
    margin: 110% auto 0 auto;
    width: 95%
}

#top_regist_btn a{
    display: block;
    height: 14vh;
    width: 100%;
}

#top_regist_btn a img{
    display: none;
}

#regist_btn {
    float: left;
  width: 45%;
  background: url(../img/step_copy.png) no-repeat left top;
  background-size: contain;
  margin: 5% auto 0% 2.5%;
  text-align: center;
}

#regist_btn a img {
  width: 100%;
}
#regist_over {
  width: 100%;
  padding: 0 1%;
  background: url(../img/step_copy.png) no-repeat left top;
  background-size: contain;
  margin: 90% auto 0 auto;
  text-align: center;
}

#regist_over a {
  width: 80%;
  margin: 13% 0 0 0px;
  display: inline-block;
  position: relative;
}

#regist_over a img {
  width: 100%;
}
#regist_btn2 {
    float: right;
  width: 45%;
  padding: 0 1%;
  background: url(../img/step_copy.png) no-repeat left top;
  background-size: contain;
  margin: 5% 2.5% 5% auto;
  text-align: center;
}

#regist_btn2 a img {
  width: 100%;
}
#link_btns {
  /*! position: relative; */
  /*! z-index: 20; */
  /*! top: 370px; */
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin: 10px auto 20px auto;
  /*! filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3)); */
}

header:after{
    content:"";
    clear: both;
    display: block;
}

#link_btns #to_twitter_btn,
#link_btns #to_official_btn {
  width: 60%;
}

#link_btns #to_twitter_btn img,
#link_btns #to_official_btn img {
  width: 100%;
}

.regist_btn,.finish_btn {
  position: relative;
  display: inline-block;
  z-index: 20;
  top: 350px;
  width: 90%;
  margin: 0 5%;
  -webkit-animation-name: shaking;
  animation-name: shaking;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-delay: 1.5s;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}

.regist_btn img,.finish_btn img {
  width: 100%;
}


#pv {
  margin: 0 auto;
  display: block;
  width: 90%;
  padding-top: 5%;
}

#pv img {
  width: 100%;
}

#c_btn {
  background-image: url(../img/c_btn_bg.jpg), url(../img/c_btn_bg_repeat.jpg);
  background-repeat: no-repeat, repeat-x;
  background-position: center top, left, top;
  background-size: cover;
}

#c_btn ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 3% 0 3% 0;
}

#c_btn ul li {
  width: 300px;
  margin: 0 10px;
  cursor: pointer;
}

#c_btn ul li.is-active img {
  opacity: 0;
}

#c_btn ul #regist_info_btn {
  background: url(../img/c_r_btn_on.png) no-repeat;
  background-size: contain;
}

#c_btn ul #game_info_btn {
  background: url(../img/c_g_btn_on.png) no-repeat;
  background-size: contain;
}

.ChangeElem_Panel {
  display: none;
}

#regist_info #step {
  background: url(../img/bg1.jpg) no-repeat center 70px;
  background-size: contain;
  position: relative;
}

#regist_info #all {
  width: 98%;
  margin: 1%;
}

#regist_info #s500 {
  width: 47%;
  display: inline-block;
  margin: -5% 1% 0 1%;
}

#regist_info #s1000 {
  width: 47%;
  display: inline-block;
  margin: 7% 1% 0% 1%;
}

#regist_info #s2500 {
  display: inline-block;
  width: 70%;
  margin: 0 0 0 5%;
}

#regist_info #s5000 {
  display: inline-block;
  width: 70%;
  margin: 0 20%;
}

#regist_info #s10000 {
  width: 110%;
  margin: -10% 0% 0 -5%;
}

#dc {
  background: url(../img/bg2.jpg) no-repeat center 60%;
  background-size: 120%;
  position: relative;
}

#dc #dc1 {
  display: inline-block;
  width: 80%;
  margin: 0 1%;
}

#dc #dc2 {
  display: inline-block;
  width: 80%;
  margin: 5% 1% 0 19%;
}

#rt {
  margin: 10% 0 0 0;
}

#rt #rt_img {
  display: inline-block;
  width: 98%;
  margin: -2% 1% 0 1%;
}

#chara,
#game_info_img {
  width: 100%;
  margin: 0 auto;
}

#chara{
    margin-top: 5%;
}

#chara img,#twitter_img img,
#game_info_img img {
  width: 100%;
}
#game_info_img {
  margin: 5% auto 0 auto;
}

#foot_btn {
  width: 90%;
  margin: 30px auto 0 auto;
}
#foot_btn1,#foot_btn2{text-align: center;}
#foot_btn1 a {
  margin: 5px 0px;
  display: inline-block;
  width:auto;
  top: 0;
}

#foot_btn1 a img {
  width: 90%;
}
#foot_btn2 a {
  margin: 5px 0px;
  display: inline-block;
}

#foot_btn2 a img {
  width: 90%;
}
#foot_btn_over {
  width: 90%;
  margin: 30px auto 0 auto;
}

#foot_btn_over a {
  margin: 0px 0 0 0px;
  display: inline-block;
}

#foot_btn_over a img {
  width: 100%;
}


#spec {
  margin: 20px auto 0px auto;
    padding-bottom: 20px
}

#tw {
  background: url(../img/tw_bg.png) no-repeat top left;
  background-size: contain;
  width: 320px;
  height: 359px;
  margin: 0 auto 0 auto;
  padding: 55px 25px 30px 25px;
}

#tw #tw_wapper iframe {
  height: 100% !important;
  overflow-y: auto !important;
}

#spec_info {
  margin: 5% 0 0 0px;
}

#spec_info img {
  width: 300px;
  display: block;
  margin: 0px auto 10px auto;
}

#spec_info table {
  margin: 20px 5% 0 5%;
  background: rgba(255, 255, 255, 0.5);
}

#spec_info table td,
#spec_info table th {
  padding: 1%;
}

#caution {
  /*margin: 40px auto 0 auto;*/
  clear: both;
  padding: 0 20px;
  font-size: 80%;
  position: fixed;
  left:0;
  top: 0;
  right:0;
  bottom:0;
  margin: auto;
  z-index: 9999;
  max-height: 500px;
  overflow-y: auto;
}

#caution p {
  background: #0f1329;
  color: white;
  font-weight: bold;
  padding: 3px 3px;
  text-align: left;
  margin: 0 0 0 0;
  border: 1px solid;
}
#caution p span{
  font-size:16px;
  display:block;
  text-align:center;
}
#caution ul {
  border: 2px solid red;
  padding: 10px;
  line-height: 1.6;
  background: rgba(255, 255, 255, 0.5);
}

footer {
  background: #ffffff;
  width: 100%;
  padding: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

footer img {
  width: 93px;
  height: auto;
}

footer div {
  margin: 10px 0px 10px 20px;
}

footer ul {
  margin-bottom: 10px;
  font-size: 12px;
}

footer ul li {
  margin: 0 5px 5px 5px;
  padding-left: 5px;
}

footer p {
  width: 100%;
  text-align: center;
  margin: 0;
  font-size: 70%;
}

#finish {
  position: relative;
  background-image: url(../img/header_sp.png);
  background-repeat: no-repeat, repeat-x, no-repeat;
  background-position: top center, top center, center bottom 0%;
  height: 100%;
  z-index: 1;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background-size: 100%;
}

#finish main {
  flex: 1;
}

#finish main #finish_txt {
  width: 94%;
  display: block;
  margin: 250px 3% 50px 3%;
}

#finish main #link_btns {
  display: block;
  width: 250px;
  margin: -20px auto 20px auto;
  justify-content: space-around;
}

#finish main #link_btns a {
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.75));
}

#finish main #link_btns a:hover {
  top: 1px;
  left: 0px;
}

#finish main #to_official_btn {
  position: relative;
  display: block;
  width: 250px;
  margin: 0 0 10px;
}

#finish main #return_btn {
  position: relative;
  width: 250px;
  display: block;
}

#finish_tit{
	display:block;
	width:90%;
	z-index:100;
	margin-top: 300px auto;
	margin: 400px auto 100px auto;
}

#back_btn {
  width: 100%;
  padding: 0 1%;
  margin: 1% auto 0 auto;
  text-align: center;
}

#back_btn a {
  width: 70%;
  /*! margin: % 0 0 0px; */
  display: inline-block;
  position: relative;
}

#back_btn a img {
  width: 100%;
}
#bg_black{width:100%;
	height:100%;
	background:#000;
	position:fixed;
	right:0;
	top:0;
	left:0;
	bottom:0;
	z-index:9993;
	opacity:0.6;}	
.lity-close {
 z-index:9994;
 width:35px;
 height:35px;
 position:fixed;
 right:0;
 top:0;
 -webkit-appearance:none;
 cursor:pointer;
 text-decoration:none;
 text-align:center;
 padding:0;
 color:#fff;
 font-style:normal;
 font-size:35px;
 font-family:Arial,Baskerville,monospace;
 line-height:35px;
 text-shadow:0 1px 2px rgba(0,0,0,0.6);
 border:0;
 background:none;
 outline:none;
 -webkit-box-shadow:none;
 box-shadow:none
}</pre></body></html>