* 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: #000000;
}
main{background:url(../img/chara_bg.png) no-repeat center bottom;
  /*background-attachment:fixed;*/
  /*! background-size: 100%; */
}
#wrapper {
  overflow: hidden;
}

#regist_btn {
  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_btn a {
  width: 80%;
  margin: 13% 0 0 0px;
  display: inline-block;
  position: relative;
}

#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%;
}
#link_btns {
  /*! position: relative; */
  /*! z-index: 20; */
  /*! top: 370px; */
  display: flex;
  width: 80%;
  justify-content: space-around;
  margin: 10px auto 20px auto;
  /*! filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3)); */
}

#link_btns #to_twitter_btn,
#link_btns #to_official_btn {
  width: 48%;
}

#link_btns #to_twitter_btn img,
#link_btns #to_official_btn img {
  width: 100%;
}
#link_btns_2 {
  /*! position: relative; */
  /*! z-index: 20; */
  /*! top: 370px; */
  display: flex;
  width: 80%;
  justify-content: space-around;
  margin: 10px auto 20px auto;
  /*! filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3)); */
}

#link_btns_2 #to_twitter_btn_2,
#link_btns_2 #to_official_btn_2 {
  width: 48%;
}

#link_btns_2 #to_twitter_btn_2 img,
#link_btns_2 #to_official_btn_2 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: 15px auto;
  display: block;
  width: 90%;
}

#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,#chara2,
#game_info_img {
  width: 100%;
  margin: 0 auto;
}

#chara img,#chara2 img,#twitter_img img,
#game_info_img img {
  width: 100%;
}
#game_info_img {
  margin: 10% auto 0 auto;
}

#foot_btn {
  width: 90%;
  margin: 30px auto 0 auto;
}

#foot_btn a {
  margin: 0px 0 0 0px;
  display: inline-block;
}

#foot_btn a img {
  width: 100%;
}
#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 0 auto;
}

#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%;
}

#caution p {
  background: red;
  color: white;
  font-weight: bold;
  padding: 3px 0;
  text-align: center;
  margin: 0 0 0 0;
}

#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 10px 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%;
}

/*app*/

.top_pf {
  width: 90%;
  margin: 10px auto 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.top_google {
  display: inline-block;
  width: 53%;
}

.top_google img {
  width: 100%;
}

.top_apple {
  display: inline-block;
  width: 43%;
}

.top_apple img {
  width: 100%;
}

.top_ingame {
  display: inline-block;
  width: 70%;
  margin-top: 10px;
}

.top_ingame img {
  width: 100%;
}

.pc_pf{ display: none;}
.top_pf{ display: flex;}

.section2{ width: 100%; position: relative; margin: 2% auto; max-width: 1000px;}
.swiper-slide { width: 80%;} 
.swiper-slide img { display: block; width: 100%;}
.swiper-button-next { width: 12%; background: none; right:5%;}
.swiper-button-next img{ width: 100%; display: block;}
.swiper-button-prev { width: 12%; background: none; left:5%}
.swiper-button-prev img{ width: 100%; display: block;}

header{position: relative; overflow: hidden;}
.pvbtn{ position: absolute; top:41%; left: 2%;z-index: 20; width: 20%;}
.pvbtn img{ display: block; width: 100%;}

.yy-pf{ width: 80%; margin: 100% auto 0px auto; display: flex; justify-content: space-around; flex-wrap: wrap;}
.yy-pf img{ display: block; width: 100%;}
.yy_google{ display: inline-block; width: 47%;}
.yy_apple{ display: inline-block; width: 47%;}