* ul {
  list-style: none outside;
  padding: 0;
  margin: 0;
}

.load_over {
  position: absolute;
  width: 100%;
  z-index: 21;
  background: #fff;
}

header {
  overflow: hidden;
  height: 501px;
  background: url(../img/top_bg.jpg) no-repeat center top;
  background-size: 200%;
  text-align: center;
  position: relative;
}

header .main_chara {
  position: absolute;
  width: 200%;
  top: 0;
  left: 50%;
  margin: 0 0 0 -100%;
  opacity: 0;
  animation-name: fadeInUpSp;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

header .sub_chara1 {
  position: absolute;
  z-index: 15;
  top: 0;
  left: 50%;
  margin: 118px 0 0 -56px;
  opacity: 0;
  width: 215px;
  animation-name: fadeInUpSp;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-delay: 1.1s;
  animation-fill-mode: forwards;
}

header .sub_chara2 {
  position: absolute;
  z-index: 14;
  top: 0;
  left: 50%;
  margin: 100px 0 0 40px;
  opacity: 0;
  width: 198px;
  animation-name: fadeInUpSp;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
}

header .sub_chara3 {
  position: absolute;
  z-index: 13;
  top: 0;
  left: 50%;
  margin: 35px 0 0 -40px;
  opacity: 0;
  width: 228px;
  animation-name: fadeInUpSp;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-delay: 1.3s;
  animation-fill-mode: forwards;
}

header .sub_chara4 {
  display: none;
}

header .sub_chara5 {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 50%;
  margin: -40px 0 0 50px;
  opacity: 0;
  width: 179px;
  animation-name: fadeInUpSp;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-delay: 1.4s;
  animation-fill-mode: forwards;
}

header .title_logo {
  position: absolute;
  display: inline-block;
  z-index: 20;
  width: 250px;
  top: 200px;
  left: 2%;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}

header .link_btn {
  position: relative;
  z-index: 20;
  top: 370px;
  display: flex;
  width: 90%;
  justify-content: space-around;
  margin: 0 auto;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}

header .link_btn .follow_btn,
header .link_btn .to_official_btn {
  width: 48%;
}

header .link_btn .follow_btn img,
header .link_btn .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%;
}

@media screen and (min-width: 768px) and (max-width: 840px) {
  header {
    height: 620px;
  }
  header .sub_chara1 {
    margin: 118px 0 0 44px;
  }
  header .sub_chara2 {
    margin: 100px 0 0 140px;
  }
  header .sub_chara3 {
    margin: 35px 0 0 60px;
  }
  header .sub_chara5 {
    margin: -40px 0 0 150px;
  }
  header .title_logo {
    width: 300px;
    top: 220px;
    left: 50%;
    margin-left: -150px;
  }
  .regist_btn {
    top: 350px;
  }
  .link_btn {
    top: 360px;
  }
}

@keyframes shaking {
  from {
    transform: translate(0px, 0px);
  }
  1% {
    transform: translate(10px, 0);
  }
  2% {
    transform: translate(-10px, 0);
  }
  3% {
    transform: translate(10px, 0);
  }
  4% {
    transform: translate(-10px, 0);
  }
  5% {
    transform: translate(0px, 0);
  }
  to {
    transform: translate(0, 0px);
  }
}

@keyframes fadeInUpSp {
  from {
    transform: translate(0px, 20px);
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translate(0, 0px);
  }
}

main {
  position: relative;
  width: 100%;
  overflow: hidden;
}

main img {
  width: 100%;
}

.benefits {
  padding: 2%;
  background: url(../img/list_bg.jpg) no-repeat top center;
  padding-bottom: 50px;
}

.benefits ul {
  margin-top: 20px;
  overflow: hidden;
}

.benefits ul li {
  text-align: center;
  margin-bottom: 10px;
}

.money-wrap {
  width: 102%;
  position: relative;
  overflow: hidden;
  margin-top: -130px;
  left: -1%;
  z-index: 2;
  padding-top: 107px;
}

.money-wrap .money {
  width: 100%;
  background-color: #e4007f;
  margin: 1vw auto;
  text-align: center;
  transform: rotate(0.7deg);
  position: relative;
}

.money-wrap .money .money_inner {
  background-color: #2bc3ff;
  transform: rotate(-1.4deg);
}

.money-wrap .money .money_inner .money_body {
  background-color: #f8c517;
  transform: rotate(0.7deg);
  padding: 65px 2% 30px 2%;
}

.money-wrap .money .money_inner .money_body .more {
  width: 100%;
  margin: -35px 0 0 0;
  position: absolute;
  z-index: 10;
  top: 0;
}

.money-wrap .money .money_inner .money_body .money_text {
  position: relative;
  z-index: 2;
}

.money-wrap .money .money_inner .money_body .money_chara {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -150px;
  bottom: 0;
}

.amazon {
  text-align: center;
  overflow: hidden;
  position: relative;
  padding: 50px 0;
  margin-top: -20px;
}

.amazon img {
  position: relative;
  z-index: 2;
}

.amazon .amazon_text {
  margin-top: 50px;
}

.amazon .amazon_chara {
  position: absolute;
  top: 0;
  left: 0%;
  margin: 0px 0 0 -230px;
  z-index: 1;
  width: 180%;
}

.twitter {
  background: #010522 url(../img/tw_bg.jpg) no-repeat center top;
  padding: 50px 0;
}

.twitter .tw_frame {
  position: relative;
  z-index: 2;
  background: url(../img/sp_tw_frame.png) no-repeat left top;
  width: 300px;
  height: 294px;
  padding: 35px 12px 10px 12px;
  margin: 0 auto;
}

.spec {
  background: #fff100;
  padding: 0px 0;
}

.spec .spec_inner {
  position: relative;
  z-index: 2;
  background: rgba(255, 241, 0, 0.75);
  padding: 25px 10px 15px 10px;
}

.spec_table, .notes {
  width: 100%;
  position: relative;
  z-index: 2;
}

.spec_table th, .notes th,
.spec_table td, .notes td {
  font-size: 80%;
  padding: 10px;
}

.spec_table th, .notes th {
  width: 6em;
}

.notes {
  padding: 25px 10px;
  margin: 0px 0;
  background: rgba(255, 255, 255, 0.75);
}

.notes span {
  display: block;
  text-align: center;
  color: red;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.notes p {
  font-size: 80%;
  line-height: 2em;
  margin-bottom: 0;
}

.foot_chara {
  position: absolute;
  bottom: 0;
  width: 400px;
  left: 50%;
  margin: 0 0 0 -200px;
}

.foot_btn {
  background: rgba(255, 255, 255, 0.75);
  position: relative;
  z-index: 2;
  text-align: center;
}

.foot_btn .regist_btn {
  top: auto;
  margin-bottom: 20px;
}

footer {
  clear: both;
  background: #ffffff;
  padding: 20px;
  position: relative;
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

footer img {
  width: 186px;
  height: 69px;
}

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

footer ul {
  margin-bottom: 0px;
  font-size: 10px;
  display: flex;
  justify-content: center;
}

footer ul li {
  margin: 0 5px;
  padding-left: 5px;
  border-left: 1px solid #000;
}

footer ul li:first-child {
  border: none;
  padding-left: 0px;
  margin: 0 5px 0 0;
}

footer p {
  width: 100%;
  text-align: center;
  margin: 10px 0 0 0;
}

#finish header {
  width: 100%;
  height: 340px;
}

#finish header .main_chara,
#finish header .sub_chara1,
#finish header .sub_chara2,
#finish header .sub_chara3,
#finish header .sub_chara4,
#finish header .sub_chara5 {
  opacity: 1;
  animation-name: none;
}

#finish header .title_logo {
  position: absolute;
  display: block;
  z-index: 20;
  width: 210px;
  top: 80px;
  right: 2%;
  left: auto;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}

#finish .finish_txt {
  position: relative;
  display: inline-block;
  z-index: 20;
  top: 200px;
  width: 90%;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}

#finish .link_btn {
  position: relative;
  z-index: 20;
  top: 210px;
  display: flex;
  width: 90%;
  justify-content: space-around;
  margin: 0 auto;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}

#finish .link_btn .follow_btn,
#finish .link_btn .to_official_btn {
  width: 48%;
}

#finish .link_btn .follow_btn img,
#finish .link_btn .to_official_btn img {
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 840px) {
  #finish header {
    height: 620px;
  }
  #finish header .title_logo {
    width: 400px;
    top: 100px;
    right: 3%;
    left: auto;
  }
  #finish .finish_txt {
    top: 350px;
  }
  #finish .link_btn {
    top: 360px;
  }
}
