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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  height: 100%;
  background-image: url("/niku/images/common/bg.jpg");
  background-repeat: repeat;
}

p, input, textarea {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.global__wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.page__share__box {
  text-align: center;
  height: 30px;
  margin: 60px auto 30px;
  line-height: 9px;
}
.page__share__box .page__share__btn {
  display: inline-block;
  margin: 0 10px;
  width: 150px;
}
.page__share__box .page__share__btn iframe, .page__share__box .page__share__btn span, .page__share__box .page__share__btn img {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-transform-origin: 0px 0px;
  -moz-transform-origin: 0px 0px;
  -ms-transform-origin: 0px 0px;
  -o-transform-origin: 0px 0px;
  transform-origin: 0px 0px;
}

.page__share__facebook-btn {
  -webkit-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  -webkit-transform-origin: 0px 0px;
  -moz-transform-origin: 0px 0px;
  -ms-transform-origin: 0px 0px;
  -o-transform-origin: 0px 0px;
  transform-origin: 0px 0px;
}

#lean_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
  z-index: 10000;
}

#modal_div {
  color: #fff;
  background: none repeat scroll 0 0 #000;
  display: none;
  width: 90%;
  max-width: 900px;
  height: 80%;
  overflow: auto;
  left: 0;
  padding: 0;
  opacity: 0;
  margin-top: 50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.modal_pad {
  margin: 10%;
}

#modal_div p {
  font-size: 16px;
  line-height: 24px;
}

#modal_div .terms_title {
  font-size: 22px;
  margin: 20px;
}

.modal_close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("/niku/images/common/close.png");
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  z-index: 2;
}

#lean_overlay2 {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
  z-index: 10000;
}

#modal_div2 {
  color: #fff;
  background: none repeat scroll 0 0 #000;
  display: none;
  width: 90%;
  max-width: 900px;
  height: 80%;
  overflow: auto;
  left: 0;
  padding: 0;
  opacity: 0;
  margin-top: 50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#modal_div2 .terms_title {
  font-size: 22px;
  margin: 20px;
}

.modal_close2 {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("/niku/images/common/close.png");
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  z-index: 2;
}

.btn-change a {
  background-position: center top;
  background-repeat: no-repeat;
}

.btn-change a:hover {
  background-position: center top;
  background-repeat: no-repeat;
}

.btn-change:hover {
  background-position: center top;
  background-repeat: no-repeat;
}

.modal_close {
  cursor: pointer;
}

.fb_iframe_widget_lift {
  right: 0;
  bottom: 0;
}

.footer1 {
  background-image: url("/niku/images/common/footer_bg_blue.jpg");
  background-repeat: repeat;
  color: #fff;
  line-height: 189px;
  height: 189px;
  text-align: center;
  width: 100%;
}

.footer1 img {
  vertical-align: middle;
}

.footer2 {
  background-image: url("/niku/images/common/footer_bg_red.jpg");
  background-repeat: repeat;
  color: #fff;
  height: 66px;
  line-height: 5px;
  padding-top: 25px;
  text-align: center;
  width: 100%;
}

nav {
  text-align: center;
  width: 640px;
  margin: 20px auto 0;
}

nav ul {
  width: 600px;
  height: 20px;
  text-align: center;
  margin: 0 auto;
}

nav ul li {
  float: left;
  width: 170px;
  height: 20px;
  padding: 5px 0;
  border-right: 1px solid #e6e4e4;
  box-sizing: border-box;
  list-style: none;
}

nav .menu_margin {
  width: 240px;
  padding-right: 10px;
  padding-left: 10px;
}

nav ul li:last-child {
  border-right: none;
}

nav ul li a {
  color: gold;
  display: block;
  width: 100%;
  height: 20px;
}

.error__404 {
  width: 100%;
  height: 100%;
  background-image: url("/niku/images/common/error_bg.jpg");
  background-repeat: repeat;
}

.error__404__content {
  width: 640px;
  height: 837px;
  margin: 0 auto;
}

.error__404__body {
  width: 715px;
  height: 837px;
  background-image: url("/niku/images/common/404.png");
  background-position: center;
  background-repeat: no-repeat;
  margin-left: -30px;
}

.error__404__body__back-img {
  left: 50%;
  margin-left: -107px;
  position: relative;
  top: 680px;
}

.error__500 {
  width: 100%;
  height: 100%;
  background-image: url("/niku/images/common/error_bg.jpg");
  background-repeat: repeat;
}

.error__500__content {
  width: 640px;
  height: 837px;
  margin: 0 auto;
}

.error__500__body {
  width: 715px;
  height: 837px;
  background-image: url("/niku/images/common/500.png");
  background-position: center;
  background-repeat: no-repeat;
  margin-left: -30px;
}

.error__500__body__back-img {
  left: 50%;
  margin-left: -107px;
  position: relative;
  top: 680px;
}

.completed__error {
  color: #fff;
  height: 100%;
  position: relative;
  text-align: center;
  width: 100%;
}

.completed__error_bg {
  height: 474px;
  overflow: hidden;
  width: 100%;
  background-image: url("/niku/images/common/error_bg.png");
  background-position: center;
  background-repeat: no-repeat;
}

.completed__error-ttl img {
  position: absolute;
  left: 50%;
  margin-left: -235px;
  margin-top: 70px;
}

.completed__error-text {
  font-size: 18px;
  position: absolute;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  margin-top: 220px;
  height: 100px;
  line-height: 23px;
}

.error__completed__back-img {
  position: absolute;
  left: 50%;
  margin-top: 330px;
  margin-left: -107px;
}

.error__completed__back_btn-img {
  width: 207px;
  height: 92px;
  background-image: url("/niku/images/common/back_btn.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}

.pretop {
  /*height: 818px;*/
  height: 915px;
  overflow: hidden;
  width: 100%;
}

.ani-pretop {
  position: relative;
}

.pretop__scroll-img {
  position: fixed;
  bottom: -2px;
  opacity: 0;
  width: 100%;
  z-index: 10000;
}

.pretop__scroll-imgsize {
  width: 100%;
}

.pretop__background {
  background-image: url("/niku/images/pre-register/index/top_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 818px;
  opacity: 0;
  position: absolute;
  width: 100%;
}

.pretop__box {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 640px;
}

.pretop__body {
  position: relative;
}

.pretop__body__img {
  margin-right: -508px;
  opacity: 0;
  position: absolute;
  right: 50%;
  top: 0px;
  z-index: 9997;
}

.pretop__campaign-badge {
  height: 100%;
  margin: 0 auto;
  width: 640px;
  position: relative;
  z-index: 9999;
}

.pretop__badge__img {
  color: #fff;
  font-size: 21px;
  left: 475px;
  opacity: 0;
  top: 163px;
  position: absolute;
  z-index: 9999;
}

.pretop__title__up {
  position: absolute;
  top: 190px;
  z-index: 9999;
  left: 120%;
  opacity: 0;
  margin-left: -250px;
  text-align: center;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -moz-transform: scale(0.7);
}

.pretop__title__down {
  position: absolute;
  top: 352px;
  left: 120%;
  opacity: 0;
  z-index: 9999;
  margin-left: -250px;
  text-align: center;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -moz-transform: scale(0.7);
}

.okawari {
  height: 100%;
  width: 640px;
  margin: 0 auto;
}

.register1 {
  background-image: url("/niku/images/pre-register/index/register1_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 802px;
  position: relative;
  width: 100%;
}

.register1-mbg {
  background-image: url("/niku/images/pre-register/index/register_mbg_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 802px;
  position: relative;
  width: 100%;
}

.register1-text {
  color: #fff;
  font-size: 19px;
  padding-top: 73px;
  text-align: center;
  line-height: 30px;
  text-shadow: 2px 1px 1px #000;
}

.register1-text2 {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: 10px auto;
  line-height: 21px;
  text-shadow: 2px 1px 1px #000;
}

.register1-text2 a {
  color: gold;
  font-size: 18px;
  text-align: center;
  text-shadow: 2px 1px 1px #000;
}

.register1-ttl {
  left: 50%;
  margin-left: -314px;
  position: absolute;
  top: -130px;
  z-index: 9999;
}

.register1__input__body {
  height: 50px;
  margin: 0 auto;
  text-align: center;
  width: 600px;
}

.register1__input__body__mbg {
  height: 50px;
  margin: 42px auto 0;
  text-align: center;
  width: 600px;
}

.register1__input__text {
  color: #fff;
  font-size: 21px;
  line-height: 30px;
  height: 50px;
  margin: 3px auto;
  text-align: center;
  width: 100%;
  text-shadow: 2px 1px 1px #000;
}

.register1__input__text a {
  color: #FFD700;
}

.register1__error_email_invalid,
.register2__error_email_invalid {
  color: red;
  text-align: center;
  text-shadow: 2px 1px 1px #000;
  display: none;
  font-size: 20px;
  margin: 20px 0;
}

.register1__input__button {
  height: 96px;
  margin: 10px auto;
  text-align: center;
  width: 600px;
}

.post-email1 {
  background-image: url("/niku/images/pre-register/index/register1_submit_btn.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 94px;
  width: 253px;
  margin: 0 auto;
  cursor: pointer;
}

.post-email2 {
  background-image: url("/niku/images/pre-register/index/register1_submit_btn.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 94px;
  width: 253px;
  margin: 0 auto;
  cursor: pointer;
}

.input__submit1 {
  font-size: 24px;
  line-height: 40px;
  height: 40px;
  width: 500px;
}

.input__submit2 {
  font-size: 24px;
  line-height: 40px;
  height: 40px;
  text-align: left;
  width: 500px;
}

.register1__twitter {
  text-align: center;
}

.register1__twitter p {
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-shadow: 2px 1px 1px #000;
}

.register1__twitter__ttl {
  background-image: url("/niku/images/pre-register/index/twi_ttl.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 80px;
  width: 100%;
}

.register1__twitter__button {
  height: 250px;
  width: 100%;
}

.register1__twitter__button p {
  font-size: 21px;
  line-height: 27px;
}

.register1__twitter__button-bg {
  width: 579px;
  margin-left: 20px;
  height: 131px;
  background-image: url("/niku/images/pre-register/index/twi_btn.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}

.register1__generator {
  height: 108px;
  text-align: center;
  width: 100%;
  margin-top: 60px;
}

.register1__generator-text {
  width: 307px;
  height: 34px;
  margin: 0 auto 90px;
}

.register1__mobage__button {
  height: 167px;
  width: 640px;
  margin: 38px auto 0;
}

.register1__mobage__button-bg {
  width: 562px;
  height: 128px;
  margin: 0 auto;
  background-image: url("/niku/images/pre-register/index/mobage_btn.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}

.register1__mobage__button__up {
  height: 167px;
  width: 640px;
  margin: 40px auto 0;
}

.register1__mobage__button__up-bg {
  width: 562px;
  height: 128px;
  margin: 28px auto 0;
  background-image: url("/niku/images/pre-register/index/mobage_btn.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}

.register1__mobage-text {
  width: 493px;
  height: 39px;
  margin: 0 auto;
}

.detail {
  background-image: url("/niku/images/pre-register/index/detail_bg.jpg");
  background-repeat: repeat;
  height: 1200px;
  margin: 0 auto;
  width: 100%;
}

.detail__box {
  height: 100%;
  margin: 0 auto;
  width: 640px;
}

.detail__chain {
  background-image: url("/niku/images/common/chain_bg.png");
  background-repeat: repeat-x;
  font-size: 21px;
  height: 18px;
  text-align: center;
  width: 100%;
  margin: 0  auto;
}

.detail__ttl {
  text-align: center;
}

.detail__ttl img {
  margin-top: -75px;
}

.detail__period {
  background-image: url("/niku/images/pre-register/index/period.png");
  background-repeat: no-repeat;
  font-size: 21px;
  height: 42px;
  width: 145px;
  margin: 0  auto;
}

.detail__text {
  color: #fff;
  font-size: 21px;
  position: relative;
  text-align: center;
  top: 5px;
}

.detail__item__ttl {
  background-image: url("/niku/images/pre-register/index/detail_item_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 315px;
  width: 100%;
}

.detail__item__ttl p {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  left: 50px;
  position: relative;
  top: 140px;
}

.detail__item_text {
  background-image: url("/niku/images/pre-register/index/detail_item_img.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 650px;
  width: 100%;
}

.scene {
  height: 100%;
  width: 100%;
}

.scene__ttl {
  background-image: url("/niku/images/common/chain_bg.png");
  background-repeat: repeat-x;
  font-size: 21px;
  height: 18px;
  text-align: center;
  width: 100%;
}

.scene__input__button {
  height: 92px;
  text-align: center;
  width: 340px;
  margin: 0 auto;
}

.scene__input__button-img {
  height: 92px;
  margin: -54px auto 0 auto;
  text-align: center;
  width: 340px;
  background-image: url("/niku/images/pre-register/index/scene_submit_btn.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  cursor: pointer;
}

.scene__body01__bg {
  margin: 350px auto 0;
  width: 100%;
  height: 100%;
  background: url("/niku/images/pre-register/index/chojin_01_bg.png"), url("/niku/images/pre-register/index/scene_bg.jpg");
  background-repeat: repeat-x;
  background-position: center;
}

.scene__body01 {
  height: 252px;
  margin: 120px auto 0;
  position: relative;
  width: 640px;
}

.scene__chojin01 {
  left: 0px;
  height: 546px;
  margin: 0 auto;
  top: 0px;
  width: 640px;
}

.scene__chojin01 img {
  position: absolute;
  top: -600px;
  left: 320px;
  z-index: 9999;
  opacity: 0;
  display: none;
}

.scene__chojin01__sound01 {
  position: absolute;
  top: -190px;
  left: 499px;
  z-index: 10001;
  opacity: 0;
  transform: scale(0);
}

.scene__chojin01__fukidashi {
  left: 0px;
  margin: 0 auto;
  height: 100%;
  position: absolute;
  top: 0px;
  width: 640px;
}

.scene__chojin01__fukidashi img {
  left: -60px;
  height: 292px;
  position: absolute;
  top: -40px;
  width: 419px;
  z-index: 9998;
  opacity: 0;
  transform: scale(0);
}

.scene__body02__bg {
  background: url("/niku/images/pre-register/index/chojin_02_bg.png"), url("/niku/images/pre-register/index/scene_bg.jpg");
  background-repeat: repeat-x;
  background-position: center;
  margin: 0px auto;
  height: 100%;
  width: 100%;
}

.scene__body02 {
  height: 252px;
  margin: 300px auto 0;
  position: relative;
  width: 640px;
}

.scene__chojin02 {
  height: 546px;
  left: 0px;
  margin: 0 auto;
  top: -90px;
  width: 640px;
}

.scene__chojin02__sound02 {
  position: absolute;
  top: -158px;
  left: 50px;
  z-index: 10001;
  opacity: 0;
  transform: scale(0);
}

.scene__chojin02 img {
  left: -100px;
  height: 521px;
  position: absolute;
  top: -546px;
  width: 378px;
  opacity: 0;
  z-index: 9998;
}

.scene__chojin02__fukidashi {
  left: 0px;
  margin: 0 auto;
  top: 0px;
}

.scene__chojin02__fukidashi img {
  left: 200px;
  height: 242px;
  position: absolute;
  top: -49px;
  transform: scale(0);
  width: 460px;
  z-index: 9999;
  opacity: 0;
}

.scene__body03__bg {
  background: url("/niku/images/pre-register/index/chojin_03_bg.png"), url("/niku/images/pre-register/index/scene_bg.jpg");
  background-repeat: repeat-x;
  background-position: center;
  margin: 0px auto;
  height: 100%;
  width: 100%;
}

.scene__body03 {
  height: 252px;
  margin: 270px auto 0;
  position: relative;
  width: 640px;
}

.scene__chojin03 {
  height: 546px;
  margin: 0 auto;
  opacity: 0;
  width: 640px;
}

.scene__chojin03_01 {
  height: 150px;
  position: absolute;
  top: -803px;
  left: 473px;
  width: 104px;
  z-index: 10000;
  opacity: 0;
}

.scene__chojin03_02 {
  height: 146px;
  position: absolute;
  top: -816px;
  left: 330px;
  width: 103px;
  z-index: 9999;
  opacity: 0;
}

.scene__chojin03_03 {
  height: 107px;
  position: absolute;
  top: -842px;
  left: 547px;
  width: 132px;
  z-index: 10000;
  opacity: 0;
}

.scene__chojin03_04 {
  height: 150px;
  position: absolute;
  top: -852px;
  left: 404px;
  width: 102px;
  z-index: 10000;
  opacity: 0;
}

.scene__chojin03 img {
  left: 1400px;
  height: 563px;
  position: absolute;
  top: -128px;
  width: 513px;
  z-index: 9999;
}

.scene__chojin03__fukidashi {
  height: 100%;
  margin: 0 auto;
  width: 640px;
}

.scene__chojin03__fukidashi img {
  left: -100px;
  height: 352px;
  opacity: 0;
  position: absolute;
  top: -96px;
  width: 582px;
  z-index: 9998;
}

.scene__chojin03__fukidashi__text {
  height: 80%;
  margin: 0 auto;
  opacity: 0;
  width: 640px;
}

.scene__chojin03__fukidashi__text img {
  left: 35px;
  height: 177px;
  position: absolute;
  top: -50px;
  width: 326px;
  z-index: 9999;
}

.register2 {
  height: 100%;
  width: 640px;
  margin: 200px auto 0;
}

.register2__body {
  background-image: url("/niku/images/pre-register/index/register2_bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 750px;
  position: relative;
  margin-top: 90px;
  padding-top: 110px;
  text-shadow: 2px 1px 1px #000;
  width: 100%;
}

.register2-text {
  color: #fff;
  font-size: 21px;
  margin-top: 65px;
  text-align: center;
  line-height: 27px;
}

.register2-ttl {
  left: 50%;
  margin-left: -314px;
  position: absolute;
  top: 0px;
}

.register2__input__body {
  height: 50px;
  margin: 20px auto;
  text-align: center;
  width: 600px;
}

.register2__input__text {
  color: #fff;
  font-size: 24px;
  height: 70px;
  line-height: 29px;
  margin: 10px auto;
  text-align: center;
  width: 100%;
}

.input__submit2 input-email-2 {
  text-align: left;
}

.register2__input__text a {
  color: #FFD700;
}

.register2__input__button {
  height: 96px;
  margin: 10px auto;
  text-align: center;
  width: 600px;
}

.input__submit {
  font-size: 24px;
  height: 40px;
  width: 500px;
}

.register2__twitter {
  text-align: center;
}

.register2__twitter p {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.register2__twitter__ttl {
  background-image: url("/niku/images/pre-register/index/twi_ttl.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 80px;
  width: 100%;
}

.register2__twitter__button {
  height: 250px;
  width: 100%;
}

.register2__twitter__button p {
  font-size: 21px;
  line-height: 30px;
}

.register2__twitter__button img {
  margin-left: -20px;
}

.register2__twitter__button-bg {
  width: 579px;
  margin-left: 20px;
  height: 131px;
  background-image: url("/niku/images/pre-register/index/twi_btn.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}

.register2__generator {
  height: 108px;
  text-align: center;
  width: 100%;
}

.page__share__box-mbg {
  text-align: center;
  height: 30px;
  margin: 10px auto 30px;
  line-height: 9px;
}
.page__share__box-mbg .page__share__btn {
  display: inline-block;
  margin: 0 10px;
  width: 150px;
}
.page__share__box-mbg .page__share__btn iframe, .page__share__box-mbg .page__share__btn span, .page__share__box-mbg .page__share__btn img {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-transform-origin: 0px 0px;
  -moz-transform-origin: 0px 0px;
  -ms-transform-origin: 0px 0px;
  -o-transform-origin: 0px 0px;
  transform-origin: 0px 0px;
}

.preresult__top {
  background-image: url("/niku/images/pre-register/completed/result_top_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 482px;
  width: 100%;
}

.preresult__top__body {
  position: relative;
}

.preresult__top__body__img {
  width: 100%;
  height: 200px;
  background-image: url("/niku/images/pre-register/completed/result_ttl.png");
  background-position: center;
  background-repeat: no-repeat;
}

.preresult__top__body__text {
  color: #fff;
  font-size: 21px;
  text-align: center;
  line-height: 30px;
}

.preresult__top__icon {
  height: 100%;
  margin: 0 auto;
  width: 640px;
}

.preresult__top__icon__img {
  color: #fff;
  font-size: 21px;
  left: 480px;
  position: relative;
  top: 170px;
}

.preresult__top__title {
  left: 50%;
  margin-left: -250px;
  position: absolute;
  top: 350px;
}

.preresult__detail {
  height: 1050px;
  margin: 0 auto;
  width: 100%;
}

.preresult__detail__box {
  height: 100%;
  margin: 0 auto;
  width: 640px;
}

.preresult__detail__ttl {
  font-size: 21px;
  height: 18px;
  text-align: center;
  width: 100%;
}

.preresult__detail__ttl img {
  margin-top: -60px;
  text-align: center;
}

.preresult__detail__text {
  color: #fff;
  font-size: 21px;
  position: relative;
  text-align: center;
  top: 127px;
}

.preresult__detail__item__ttl {
  height: 336px;
  width: 100%;
}

.preresult__detail__item__ttl p {
  color: #fff;
  font-size: 25px;
  line-height: 38px;
  position: relative;
  right: 270px;
  text-align: right;
  top: 60px;
}

.preresult__detail__item_text {
  background-image: url("/niku/images/pre-register/completed/detail_item_img.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 650px;
  width: 100%;
}

.to_top {
  text-align: center;
  margin: 0 auto 30px 0;
}

.to_top p {
  background-image: url("/niku/images/common/to_top.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 97px;
  width: 253px;
  margin: 0 auto;
}

.to_banner {
  text-align: center;
  margin: 0 auto;
}

.to_banner-text {
  width: 307px;
  height: 34px;
  margin: 0 auto 50px;
}

.completed_line_btn {
  display: none;
}

.completed_twitter_btn {
  float: left;
  height: 50px;
  width: 150px;
  margin-top: 36px;
}

.completed_facebook_btn {
  float: left;
  height: 50px;
  width: 150px;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  transform-origin: 0px 0px;
  -webkit-transform-origin: 0px 0px;
  -ms-transform-origin: 0px 0px;
  -moz-transform-origin: 0px 0px;
}

.sp_completed_twitter_btn {
  float: left;
  height: 50px;
  width: 150px;
  margin-top: 36px;
}

.sp_completed_facebook_btn {
  float: left;
  height: 50px;
  width: 150px;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  transform-origin: 0px 0px;
  -webkit-transform-origin: 0px 0px;
  -ms-transform-origin: 0px 0px;
  -moz-transform-origin: 0px 0px;
}

.completed_twitter_btn iframe {
  float: left;
  text-align: center;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  transform-origin: 0px 0px;
  -webkit-transform-origin: 0px 0px;
  -ms-transform-origin: 0px 0px;
  -moz-transform-origin: 0px 0px;
}

.sp-completed_line_btn {
  float: left;
  height: 50px;
  width: 150px;
}

.sp-completed_twitter_btn {
  float: left;
  height: 50px;
  width: 150px;
}

.sp-completed_facebook_btn {
  float: left;
  height: 50px;
  width: 150px;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  transform-origin: 0px 0px;
  -webkit-transform-origin: 0px 0px;
  -ms-transform-origin: 0px 0px;
  -moz-transform-origin: 0px 0px;
}

.sp-completed_twitter_btn iframe {
  float: left;
  text-align: center;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  transform-origin: 0px 0px;
  -webkit-transform-origin: 0px 0px;
  -ms-transform-origin: 0px 0px;
  -moz-transform-origin: 0px 0px;
}

.preresult__detail__share {
  float: right;
  height: 200px;
  margin-right: 30px;
  margin-top: -270px;
  position: relative;
  width: 200px;
}

.ani-body {
  position: relative;
}

@media all and (min-width: 1000px) {
  .kaohametop {
    height: 100%;
    width: 100%;
    background-image: url("/niku/images/generator/index/top_bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
  }

  .kaohametop__box {
    height: 100%px;
  }

  .kaohametop__content__attention-text a {
    color: red;
  }
}
@media all and (min-width: 700px) and (max-width: 1000px) {
  .kaohametop {
    height: 100%;
    width: 100%;
    background-image: url("/niku/images/generator/index/top_bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
  }

  .kaohametop__box {
    width: 100%;
  }

  .kaohametop__content__attention-text {
    color: #FBF6BF;
    margin: 0px auto;
    position: absolute;
    top: 672px;
    left: 50%;
    line-height: 24px;
    font-size: 18px;
    text-align: center;
    margin-left: -160px;
    width: 320px;
  }

  .kaohametop__content__attention-text a {
    color: red;
  }
}
@media all and (max-width: 700px) {
  .kaohametop {
    height: 100%;
    width: 100%;
  }

  .kaohametop__box {
    height: 820px;
    background-image: url("/niku/images/generator/index/top_bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
  }

  .kaohametop__content__attention-text {
    color: #FBF6BF;
    margin: 0px auto;
    position: absolute;
    top: 672px;
    left: 50%;
    line-height: 24px;
    font-size: 18px;
    text-align: center;
    margin-left: -160px;
    width: 320px;
  }

  .kaohametop__content__attention-text a {
    color: blue;
  }
}
.kaohametop__body {
  width: 100%;
  height: 820px;
}

.kaohametop__body-ring {
  height: 151px;
  margin: 0 auto;
  width: 640px;
}

.kaohametop__body-ring img {
  margin-left: 186px;
  position: absolute;
  top: 96px;
  opacity: 0;
}

.kaohametop__body-img {
  height: 811px;
  margin: 0 auto;
  width: 640px;
}

.kaohametop__body-img img {
  left: 50%;
  margin-left: -522px;
  position: absolute;
  top: -1000px;
}

.kaohametop__wazakime-ttl {
  height: 100%;
  margin: 0 auto;
  top: 0;
  width: 640px;
}

.kaohametop__wazakime-ttl img {
  left: 50%;
  margin-left: -202px;
  position: absolute;
  top: 300px;
  z-index: 9998;
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
}

.kaohametop__body-bakudan {
  height: 182px;
  margin: 0 auto;
  width: 640px;
}

.kaohametop__body-bakudan img {
  color: #fff;
  font-size: 21px;
  margin-left: 360px;
  position: absolute;
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  top: 170px;
  z-index: 9998;
}

.kaohametop__summary {
  background-image: url("/niku/images/generator/index/summary.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 345px;
  left: -20px;
  margin: 50px auto 100px;
  position: relative;
  width: 640px;
}

.kaohametop__summary-text {
  color: #fff;
  font-size: 24px;
  left: 80px;
  line-height: 34px;
  position: relative;
  top: 160px;
}

.kaohametop__body-make {
  margin: 0 auto;
  position: absolute;
  top: 700px;
  left: 50%;
  margin-left: -320px;
}

.kaohametop__body-make p {
  background-image: url("/niku/images/generator/index/make_btn.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 192px;
  text-align: center;
  width: 640px;
  z-index: 10000;
}

.explain {
  width: 100%;
  height: 1210px;
  background-image: url("/niku/images/generator/index/bg.png");
  background-repeat: repeat;
  background-position: center center;
}

.explain-box {
  width: 640px;
  height: 1210px;
  margin: 0 auto;
}

.explain-ttl {
  width: 100%;
  height: 101px;
  text-align: center;
  position: relative;
  margin-top: -70px;
}

.explain-chain {
  width: 100%;
  height: 15px;
  background-image: url("/niku/images/common/chain_bg.png");
  background-repeat: repeat;
  background-position: center center;
  position: relative;
  top: -10px;
}

.explain-img {
  background-image: url("/niku/images/generator/index/howtoplay.png");
  background-repeat: no-repeat;
  left: 50%;
  margin-left: -502px;
  height: 100%;
  position: relative;
  margin-top: -120px;
  width: 1082px;
}

.explain-text {
  color: #fbf6bf;
  font-size: 21px;
  line-height: 31px;
  margin-top: -150px;
  position: relative;
  text-align: center;
  text-shadow: 2px 1px 1px #000;
}

.explain-text a {
  color: #fbf6bf;
  font-size: 21px;
  line-height: 31px;
  margin-top: -150px;
  position: relative;
  text-align: center;
  text-shadow: 2px 1px 1px #000;
}

.share {
  background-image: url("/niku/images/generator/index/share_bg.jpg");
  background-repeat: repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  z-index: 2px;
}

.share__box {
  height: 100%;
  margin: 0 auto;
  width: 640px;
}

.share-chain {
  background-image: url("/niku/images/common/chain_bg.png");
  background-repeat: repeat;
  background-position: center center;
  height: 15px;
  position: relative;
  top: -10px;
  width: 100%;
}

.share__body-make {
  margin: 0 auto;
  position: relative;
  margin-top: -130px;
  left: 50%;
  margin-left: -320px;
}

.share__body-make p {
  background-image: url("/niku/images/generator/index/now_btn.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 189px;
  text-align: center;
  width: 640px;
  z-index: 10000;
}

.share-text {
  color: #fbf6bf;
  font-size: 20px;
  left: 50px;
  line-height: 30px;
  margin: 0 auto 40px;
  position: relative;
  text-align: left;
  text-shadow: 2px 1px 1px #000;
  width: 640px;
}

.share-ttl {
  background-image: url("/niku/images/generator/index/share_ttl.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 47px;
  position: relative;
  width: 640px;
}

.share-img {
  height: 105px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100%;
}

.okawari_banner {
  width: 560px;
  height: 265px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.photo {
  background-image: url("/niku/images/generator/photo/bg.png");
  background-position: center center;
  background-repeat: repeat;
  width: 100%;
}

.photo__image-sample {
  background-image: url("/niku/images/generator/photo/choose_sample.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 482px;
  width: 640px;
  padding-top: 1px;
  margin: 39px auto  0px auto;
  position: relative;
}

.photo__image-sample .photo__text_error_file-size-over {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -59px;
  margin-left: -250px;
  display: none;
}

.photo__text_loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 470px;
  height: 80px;
  margin-left: -235px;
  margin-top: -40px;
  background: url("/niku/images/generator/photo/text__loading.png") no-repeat;
  overflow: hidden;
  display: none;
}
.photo__text_loading.progress-1 {
  background-position: center 0px;
}
.photo__text_loading.progress-2 {
  background-position: center -80px;
}
.photo__text_loading.progress-3 {
  background-position: center -160px;
}
.photo__text_loading.progress-4 {
  background-position: center -240px;
}

.photo__ttl-img {
  padding-top: 20px;
  text-align: center;
}

.photo__ttl-text {
  color: #fff;
  font-size: 25px;
  line-height: 32px;
  text-align: center;
  text-shadow: 3px 3px 3px #000;
}

.photo__image-btn {
  font-size: 18px;
  text-align: center;
}

.photo__attention-text {
  color: #fbf6bf;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-shadow: 2px 1px 1px #000;
}

.photo__image-text {
  color: #fbf6bf;
  font-size: 16px;
  position: relative;
  text-align: center;
  text-shadow: 2px 1px 1px #000;
}

.photo__back-btn {
  height: 98px;
  margin: 30px auto 0;
  width: 215px;
}

.photo__back-btn {
  text-align: center;
  margin: 30px auto;
  height: 92px;
  width: 207px;
}

.photo__back-btn p {
  background-image: url("/niku/images/common/back_btn.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 92px;
  width: 207px;
}

.completed__content-box {
  height: 240px;
  margin: 0 auto;
  width: 640px;
}

.completed__content-text {
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  margin-top: 50px;
  position: relative;
  text-align: center;
}

.photo__image-btn iframe {
  display: none;
}

.btnPhoto {
  background-image: url("/niku/images/generator/photo/choose_image.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 149px;
  width: 348px;
  margin: 0 auto;
}

.btnOpacity {
  cursor: pointer;
  opacity: 0;
  font-size: 50px;
  height: 149px;
  width: 348px;
}

.setting {
  background-image: url("/niku/images/generator/setting/bg.png");
  background-position: center center;
  background-repeat: repeat;
  height: 1126px;
  width: 100%;
}
.setting .setting__box {
  margin: 0 auto;
  width: 640px;
}
.setting .setting__ttl-img {
  text-align: center;
}
.setting .setting__ttl-text {
  text-align: center;
}
.setting .setting__wrapper {
  width: 580px;
  height: 580px;
  margin: 0 auto;
  padding-top: 1px;
  position: relative;
}
.setting .setting__image-frame {
  width: 473px;
  height: 470px;
  margin: 0 auto;
  background: url("/niku/images/generator/setting/frame_setting_face.png") no-repeat;
  padding-top: 1px;
  margin-top: 55px;
}
.setting .setting__image-wrapper {
  width: 424px;
  height: 421px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  margin: 24px;
}
.setting .setting__image-guide {
  width: 100%;
  height: 100%;
  background: url("/niku/images/generator/setting/guide_face_setting.png") no-repeat center center;
  position: relative;
  opacity: .7;
  z-index: 1000;
}
.setting .setting__image-main {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 900;
}
.setting .setting__scale-controller-wrapper {
  width: 60px;
  height: 120px;
  border: 3px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: url("/niku/images/generator/setting/bg_setting_face_size.png") repeat;
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 1200;
}
.setting .setting__scale-controller {
  width: 100%;
  height: 100%;
}
.setting .setting__scale-controller li {
  width: 100%;
  height: 50%;
  cursor: pointer;
  text-indent: -9999em;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0px;
}
.setting .setting__scale-controller li.small {
  bottom: 0px;
  background-image: url("/niku/images/generator/setting/btn_minus_setting_face_size.png");
}
.setting .setting__scale-controller li.large {
  top: 0px;
  background-image: url("/niku/images/generator/setting/btn_plus_setting_face_size.png");
}
.setting .setting__scale-controller-border {
  width: 45px;
  height: 2px;
  background: #545658;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -22px;
}
.setting .setting__translate-controller {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.setting .setting__translate-controller li {
  position: absolute;
  cursor: pointer;
  z-index: 1100;
}
.setting .setting__translate-controller li.up, .setting .setting__translate-controller li.down {
  width: 66px;
  height: 39px;
  left: 50%;
  margin-left: -33px;
}
.setting .setting__translate-controller li.left, .setting .setting__translate-controller li.right {
  width: 39px;
  height: 66px;
  top: 50%;
  margin-top: -33px;
}
.setting .setting__translate-controller li.up {
  top: 0px;
}
.setting .setting__translate-controller li.down {
  bottom: 0px;
}
.setting .setting__translate-controller li.left {
  left: 0px;
}
.setting .setting__translate-controller li.right {
  right: 0px;
}

.setting__image-btn {
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
  width: 348px;
  height: 149px;
  background-image: url("/niku/images/generator/setting/next_btn.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}

.setting__back-btn {
  margin: 0 auto;
  background-image: url("/niku/images/common/back_btn.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 92px;
  width: 207px;
}

.performance {
  height: 1010px;
  background: url("/niku/images/generator/finisher/bg_select.jpg") repeat;
  padding-top: 1px;
  position: relative;
}
.performance .performance-ttl {
  margin-top: 30px;
  text-align: center;
}
.performance .performance-text {
  text-align: center;
  position: relative;
  z-index: 2000;
  margin-top: 10px;
}
.performance .performance__content {
  height: 795px;
  width: 100%;
  margin-top: -160px;
  opacity: 0;
}
.performance .performance__content .viewport {
  width: 100%;
  overflow: hidden;
  height: 760px;
  position: relative;
}
.performance .performance__content .flipsnap {
  width: 3200px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1000;
}
.performance .performance__content .flipsnap:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.performance .performance__content .finisher__item {
  float: left;
  width: 602px;
  height: 100%;
  position: relative;
  margin: 0 19px;
}
.performance .performance__content .finisher__item:first-child .finisher__item-character {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.performance .performance__content .finisher__item:first-child .finisher__item-name {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.performance .performance__content .finisher__item:nth-child(2) .finisher__item-name {
  margin-left: -365px;
}
.performance .performance__content .finisher__item:nth-child(3) .finisher__item-name {
  margin-left: -380px;
}
.performance .performance__content .finisher__item:nth-child(4) .finisher__item-name {
  margin-left: -360px;
}
.performance .performance__content .finisher__item:nth-child(5) .finisher__item-name {
  margin-left: -353px;
}
.performance .performance__content .finisher__item .finisher__item-character {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .4;
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.performance .performance__content .finisher__item .finisher__item-name {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 660px;
  height: 276px;
  margin-left: -330px;
  opacity: 0;
}
.performance .pointer {
  text-align: center;
  margin-top: 16px;
  height: 18px;
}
.performance .pointer li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
.performance .pointer li.crnt {
  background-color: #fff;
  cursor: default;
}
.performance .controls {
  width: 610px;
  height: 66px;
  position: absolute;
  top: 415px;
  left: 50%;
  margin-left: -305px;
}
.performance .controls li {
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 1500;
}
.performance .controls li.controls__prev {
  left: 0;
}
.performance .controls li.controls__next {
  right: 0;
}
.performance .controls li.disabled {
  opacity: .4;
  cursor: default;
}

.finisher__under {
  background-image: url("/niku/images/generator/finisher/bg.png");
  background-repeat: repeat;
  background-position: center center;
  height: 242px;
  margin: 0 auto;
  width: 100%;
}
.finisher__under .finisher__under-chain {
  background-image: url("/niku/images/common/chain_bg.png");
  background-repeat: repeat;
  background-position: center center;
  height: 15px;
  position: relative;
  top: -10px;
  width: 100%;
}

.performance__decide-btn {
  background-image: url("/niku/images/generator/finisher/make_img_btn.png");
  background-repeat: repeat;
  background-position: center bottom;
  cursor: pointer;
  height: 196px;
  margin: 20px auto 0;
  position: relative;
  text-align: center;
  width: 588px;
  z-index: 3000;
}

.finisher__under-btn {
  margin: 85px auto 0;
  background-image: url("/niku/images/common/back_btn.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 92px;
  width: 207px;
}

.kaohameresult {
  position: relative;
}
.kaohameresult .kaohameresult__header-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/niku/images/generator/result/result_bg.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0;
  z-index: 100;
}
.kaohameresult .kaohameresult__header-bg-flash {
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
}
.kaohameresult.finisher-1 .kaohameresult__header-finisher-img {
  width: 1142px;
  height: 1694px;
  left: -220px;
  bottom: 180px;
}
.kaohameresult.finisher-1 .kaohameresult__header-finisher-se {
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  top: 11px;
  right: -5px;
}
.kaohameresult.finisher-1 .kaohameresult__header-finisher-name-nakano {
  left: 7px;
}
.kaohameresult.finisher-1 .kaohameresult__header-finisher-name-voiceballoon {
  top: 0px;
  left: 25px;
}
.kaohameresult.finisher-2 .kaohameresult__header-finisher-img {
  width: 1142px;
  height: 1322px;
  bottom: -800px;
  left: 600px;
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.kaohameresult.finisher-2 .kaohameresult__header-finisher-se {
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  top: 28px;
  right: 20px;
}
.kaohameresult.finisher-2 .kaohameresult__header-finisher-name-nakano {
  right: 35px;
}
.kaohameresult.finisher-2 .kaohameresult__header-finisher-name-voiceballoon {
  top: 20px;
  left: 100px;
}
.kaohameresult.finisher-3 .kaohameresult__header-finisher-se {
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  top: 63px;
  right: 102px;
}
.kaohameresult.finisher-3 .kaohameresult__header-finisher-name-nakano {
  left: 7px;
}
.kaohameresult.finisher-3 .kaohameresult__header-finisher-name-voiceballoon {
  top: 50px;
  left: 45px;
}
.kaohameresult.finisher-4 .kaohameresult__header-finisher-img {
  width: 1145px;
  height: 1193px;
  bottom: -700px;
  left: -600px;
}
.kaohameresult.finisher-4 .kaohameresult__header-finisher-se {
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  top: 0px;
  left: 320px;
}
.kaohameresult.finisher-4 .kaohameresult__header-finisher-name-nakano {
  right: 35px;
}
.kaohameresult.finisher-4 .kaohameresult__header-finisher-name-voiceballoon {
  top: 55px;
  left: 45px;
}
.kaohameresult.finisher-5 .kaohameresult__header-finisher-img {
  width: 949px;
  height: 1223px;
  bottom: -550px;
  left: -60px;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.kaohameresult.finisher-5 .kaohameresult__header-finisher-se {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  top: 155px;
  left: 57px;
}
.kaohameresult.finisher-5 .kaohameresult__header-finisher-name-nakano {
  left: 7px;
}
.kaohameresult.finisher-5 .kaohameresult__header-finisher-name-voiceballoon {
  top: 60px;
  left: 48px;
}
.kaohameresult .kaohameresult__header-finisher-img-wrapper {
  width: 640px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.kaohameresult .kaohameresult__header-finisher-img {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 300;
}
.kaohameresult .kaohameresult__header-finisher-se {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  position: absolute;
  z-index: 600;
  opacity: 0;
}
.kaohameresult .kaohameresult__header-finisher-name {
  width: 803px;
  height: 350px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  overflow: hidden;
  margin-left: -402px;
}
.kaohameresult .kaohameresult__header-finisher-name-nakano {
  position: absolute;
  bottom: -200px;
  z-index: 500;
}
.kaohameresult .kaohameresult__header-finisher-name-voiceballoon {
  position: absolute;
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  opacity: 0;
  z-index: 400;
}
.kaohameresult .kaohameresult__content {
  width: 100%;
  height: 1650px;
  background-image: url("/niku/images/generator/result/bg.png");
  background-repeat: repeat;
  background-position: center center;
}
.kaohameresult .kaohameresult__content-box {
  width: 640px;
  height: 698px;
  margin: 0 auto;
  background-image: url("/niku/images/generator/result/result_item_tweet_bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.kaohameresult .kaohameresult__content-ttl img {
  position: absolute;
  margin-top: 30px;
  margin-left: 35px;
}
.kaohameresult .kaohameresult__content-chara img {
  position: absolute;
  margin-top: 18px;
  right: 0;
}
.kaohameresult .kaohameresult__content-chain {
  width: 100%;
  height: 15px;
  background-image: url("/niku/images/common/chain_bg.png");
  background-repeat: repeat;
  background-position: center center;
  position: relative;
  margin-top: -10px;
  z-index: 600;
}
.kaohameresult .kaohameresult__content-text p {
  color: #fff;
  font-size: 19px;
  line-height: 28px;
  text-align: left;
  width: 350px;
  height: 230px;
  position: absolute;
  margin-top: 126px;
  margin-left: 40px;
}
.kaohameresult .kaohameresult__content__attention-text {
  color: #fff;
  font-size: 21px;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  position: absolute;
  margin-top: 320px;
  left: 50%;
  width: 296px;
  height: 80px;
  margin-left: -148px;
  z-index: 9999;
}
.kaohameresult .kaohameresult__content__attention-text a {
  color: red;
}
.kaohameresult .kaohameresult__content__twitter-btn img {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  margin-top: 420px;
  left: 50%;
  margin-left: -221px;
}
.kaohameresult .kaohameresult__item__box {
  height: 558px;
  width: 640px;
  margin: 0 auto 100px;
  background-image: url("/niku/images/generator/result/pre_item_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.kaohameresult .kaohameresult__item__body-text {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  position: relative;
  top: 205px;
  margin-left: 60px;
}
.kaohameresult .kaohameresult__sns {
  width: 100%;
  height: 190px;
}
.kaohameresult .kaohameresult__sns-chain {
  height: 15px;
  background-image: url("/niku/images/common/chain_bg.png");
  background-repeat: repeat;
  background-position: center center;
  position: relative;
  top: -10px;
  width: 100%;
}
.kaohameresult .kaohameresult__share {
  height: 240px;
  width: 100%;
}
.kaohameresult .kaohameresult__share__box {
  height: 100%;
  margin: 0 auto;
  width: 640px;
}
.kaohameresult .kaohameresult__share-chain {
  background-image: url("/niku/images/common/chain_bg.png");
  background-repeat: repeat;
  background-position: center center;
  height: 15px;
  position: relative;
  top: -10px;
  width: 100%;
}
.kaohameresult .kaohameresult__share__body-make {
  height: 189px;
  left: 50%;
  margin-left: -332px;
  margin-top: -120px;
  position: relative;
  width: 100%;
}
.kaohameresult .kaohameresult__share-text {
  color: #fff;
  font-size: 18px;
  height: 105px;
  left: 50px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  width: 640px;
}
.kaohameresult .kaohameresult__share-ttl {
  background-image: url("/niku/images/generator/result/kimewaza_share.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 152px;
  margin: 0 auto;
  width: 640px;
}
.kaohameresult .kaohameresult__share-img {
  height: 105px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100%;
}
.kaohameresult .kaohameresult__sns__box {
  width: 100%;
  height: 70px;
}
.kaohameresult .kaohameresult__sns {
  width: 100%;
  height: 220px;
}
.kaohameresult .kaohameresult__sns-chain {
  width: 100%;
  height: 15px;
  background-image: url("/niku/images/common/chain_bg.png");
  background-repeat: repeat;
  background-position: center center;
  position: relative;
  top: -10px;
}
.kaohameresult .kaohameresult__sns__again-btn {
  text-align: center;
  position: relative;
  margin-top: -115px;
}

#lean_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
  z-index: 10000;
}

.result__tweet-btn {
  cursor: pointer;
  position: absolute;
  left: 50%;
  background-color: green;
  margin-top: -30px;
}

.result__nonimg_tweet-btn {
  cursor: pointer;
  position: absolute;
  left: 50%;
  margin-top: 120px;
}

.result__tweet-btn-up {
  position: absolute;
  left: 50%;
  margin-left: -36px;
  margin-top: 456px;
  opacity: 0;
}
.result__tweet-btn-up iframe {
  -webkit-transform: scale(6.5, 5.8);
  -moz-transform: scale(6.5, 5.8);
  -ms-transform: scale(6.5, 5.8);
  -o-transform: scale(6.5, 5.8);
  transform: scale(6.5, 5.8);
}

.result__tweet-btn-down {
  position: absolute;
  left: 50%;
  margin-left: -36px;
  margin-top: 586px;
  opacity: 0;
}
.result__tweet-btn-down iframe {
  -webkit-transform: scale(6.5, 5.8);
  -moz-transform: scale(6.5, 5.8);
  -ms-transform: scale(6.5, 5.8);
  -o-transform: scale(6.5, 5.8);
  transform: scale(6.5, 5.8);
}

.pre__result__tweet-btn {
  position: absolute;
  left: 50%;
  display: none;
}

.pre__result__tweet-btn-text {
  font-size: 21px;
  color: red;
  position: absolute;
  left: 50%;
  top: 548px;
  width: 400px;
  text-align: center;
  margin: 0 auto;
  margin-left: -200px;
  line-height: 24px;
  display: none;
}

.kaohameresult__item__attend-btn {
  width: 518px;
  height: 208px;
}

.kaohameresult__item__attend-btn-img {
  width: 518px;
  height: 208px;
  background-image: url("/niku/images/generator/result/attend_btn.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  left: 50%;
  margin-left: -259px;
  margin-top: 200px;
}

.kaohameresult__sns__again-btn {
  width: 608px;
  height: 189px;
  margin: 0 auto;
}

.kaohameresult__sns__again-btn-img {
  text-align: center;
  background-image: url("/niku/images/common/again_btn.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  left: 50%;
  margin-left: -304px;
  margin-top: 0px;
  position: absolute;
  width: 608px;
  height: 189px;
}

.kaohameresult__content__again-btn-img {
  background-image: url("/niku/images/generator/result/another_btn.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  margin-top: -50px;
  width: 242px;
  height: 75px;
}

.completed__content {
  width: 100%;
  height: 100%;
  background-image: url("/niku/images/generator/completed/bg.png");
  background-repeat: repeat;
  background-position: center center;
  position: relative;
  margin-top: -48px;
}

.completed__content-text {
  padding-top: 50px;
  text-shadow: 3px 3px 3px #000;
}

.completed__header {
  height: 428px;
  width: 100%;
}

.completed__header-chain {
  background-image: url("/niku/images/common/chain_bg.png");
  background-repeat: repeat;
  background-position: center center;
  height: 15px;
  position: relative;
  width: 100%;
  z-index: 9999;
}

.completed__header__box {
  height: 428px;
}

.completed__header__body {
  background-image: url("/niku/images/generator/completed/complete_bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 428px;
  width: 100%;
}

.completed__header__body-img1 {
  height: 428px;
  margin: 0 auto;
  width: 640px;
  position: relative;
}

.completed__header__body-img2 {
  height: 428px;
  margin: 0 auto;
  width: 640px;
  position: relative;
}

.completed__header__body-img3 {
  height: 428px;
  margin: 0 auto;
  width: 640px;
  position: relative;
}

.completed__header__body-img4 {
  height: 428px;
  margin: 0 auto;
  width: 640px;
  position: relative;
}

.completed__header__body-img5 {
  height: 428px;
  margin: 0 auto;
  width: 640px;
  position: relative;
}

.completed__header__body-img1 img {
  position: absolute;
  top: -300px;
  height: 1000px;
  width: 680px;
  margin: 0 auto;
}

.completed__header__body-img2 img {
  position: absolute;
  top: -50px;
  height: 750px;
  width: 700px;
  margin: 0 auto;
}

.completed__header__body-img3 img {
  position: absolute;
  top: -70px;
  height: 800px;
  width: 680px;
  margin: 0 auto;
}

.completed__header__body-img4 img {
  position: absolute;
  top: -90px;
  height: 820px;
  width: 880px;
  margin: 0 auto;
  margin-left: -90px;
}

.completed__header__body-img5 img {
  position: absolute;
  top: 10px;
  height: 700px;
  width: 620px;
  margin: 0 auto;
  margin-left: 50px;
}

.completed__header__complete-ttl {
  height: 100%;
  margin: 0 auto;
  width: 640px;
}

.completed__header__complete-ttl img {
  left: 50%;
  margin-left: -316px;
  margin-top: -350px;
  position: relative;
}

.completed__header__body-make {
  height: 199px;
  margin: 0 auto;
  width: 640px;
}

.completed__header__body-make img {
  color: #fff;
  font-size: 21px;
  position: absolute;
  top: 650px;
  width: 640px;
  z-index: 10000;
}

.completed {
  background-image: url("/niku/images/generator/completed/completed_bg.jpg");
  background-repeat: repeat;
  background-position: center center;
  height: 400px;
  width: 100%;
  z-index: 2px;
}

.completed__box {
  height: 100%;
  margin: 50px auto 0;
  width: 640px;
}

.completed-chain {
  background-image: url("/niku/images/common/chain_bg.png");
  background-repeat: repeat;
  background-position: center center;
  height: 15px;
  position: relative;
  width: 100%;
}

.completed__body-make {
  height: 189px;
  left: 50%;
  margin-left: -332px;
  position: relative;
  margin-top: -120px;
  width: 100%;
}

.completed-text {
  color: #fff;
  font-size: 18px;
  height: 105px;
  left: 50px;
  margin: 0 auto;
  position: relative;
  width: 640px;
  text-align: left;
}

.completed-img {
  height: 105px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100%;
}

.completed__item__box {
  background-image: url("/niku/images/generator/completed/pre_item_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 558px;
  margin: 0 auto 50px;
  width: 640px;
}

.completed__item__body-text {
  color: #fff;
  font-size: 23px;
  line-height: 30px;
  margin-left: 60px;
  position: relative;
  top: 205px;
}

.completed__item__attend-btn {
  height: 208px;
  width: 640px;
}

.completed__item__attend-btn-img {
  width: 518px;
  height: 208px;
  background-image: url("/niku/images/generator/result/attend_btn.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  left: 50%;
  margin-left: -259px;
  margin-top: 200px;
}

.completed__sns {
  width: 100%;
  height: 260px;
  background-image: url("/niku/images/generator/completed/detail_bg.jpg");
  background-repeat: repeat;
  background-position: center center;
}

.completed__sns-chain {
  width: 100%;
  height: 15px;
  background-image: url("/niku/images/common/chain_bg.png");
  background-repeat: repeat;
  background-position: center center;
  position: relative;
  top: -10px;
}

.completed__sns__again-btn-img {
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -304px;
  margin-top: -115px;
  background-image: url("/niku/images/common/again_btn.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 608px;
  height: 188px;
}

.app__main__shareup {
  top: -144px;
  z-index: 10000;
  position: relative;
}
.app__main__share {
  z-index: 10000;
  position: relative;
}

.app__download {
  height: 90px;
  width: 600px;
  margin: -50px auto 50px;
}

.app__download2 {
  height: 90px;
  width: 600px;
  margin: 0 auto 80px;
}

.app__download_top {
  position: absolute;
  top: 760px;
  z-index: 10000;
  left: 50%;
  height: 90px;
  width: 600px;
  margin-left: -300px;
  margin-bottom: 80px;
}

.ios_download {
  float: left;
  z-index: 9999;
}

.google_download {
  float: right;
  z-index: 9999;
}

.info__item {
  margin: 10px auto 50px;
  text-align: center;
  cursor: pointer;
}


.banner {
  width: 562px;
  margin: 0 auto;
  position: relative;
}

.banner li {
  margin-top: 5px;
}

.banner li:first-child {
  margin-top: 0px;
}

.banner-cm {
  position: absolute;
  top: -155px;
  z-index: 9998;
}

.movie {
  width: 640px;
  height:  400px;
  margin: 0 auto 20px;
  background-image: url("/niku/images/app/index/movie_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

.movie__app {
  top: -25px;
  z-index: 9998;
}

.movie__ttl {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0px;
}

.iframe_top {
  margin-top: 30px;
}
.app__under-content {
  width: 100%;
  padding-top: 260px;
  height: 260px;
  position: relative;
  z-index: 1;
}

.app__outline {
  background-image: url("/niku/images/app/index/app_bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 640px;
  height: 505px;
  margin: 130px auto 20px;
}

.app__outline-ttl {
  text-align: center;
}

.app__outline-ttl img {
  margin-top: -75px;
}

.niku-app-img {
  position: relative;
  top: -38px;
  left: 55px;
  z-index: 999;
}

.niku-app-text {
  color: #fff;
  font-size: 23px;
  line-height: 27px;
  width: 330px;
  height: 320px;
  position: relative;
  top: -216px;
  left: 260px;
  z-index: 999;
}

.app-explain-ttl {
  color: gold;
  margin: 10px 0 0 0;
}

.timeline_tw {
  width: 600px;
  margin: 0 auto;
  height: 500px;
  margin-top: 50px;
}

@media screen and (min-width: 801px) {
  .banner li:hover,
  .banner p:hover
  {
    animation: ani_link 2 step-end 0.2s ;
    -moz-animation: ani_link 2 step-end 0.2s ;
    -webkit-animation: ani_link 2 step-end 0.2s ;
    -o-animation: ani_link 2 step-end 0.2s ;
    -ms-animation: ani_link 2 step-end 0.2s ;
  }
}
@keyframes ani_link {
  0% { transform: translate(8px,8px); }
  25% { transform: translate(-8px-,8px); }
  50% { transform: translate(8px,-8px); }
  75% { transform: translate(-8px,-8px); }
  100% { transform: translate(0px,0px); }
}
@-moz-keyframes ani_link {
  0% { -moz-transform: translate(8px,8px); }
  25% { -moz-transform: translate(-8px-,8px); }
  50% { -moz-transform: translate(8px,-8px); }
  75% { -moz-transform: translate(-8px,-8px); }
  100% { -moz-transform: translate(0px,0px); }
}
@-webkit-keyframes ani_link {
  0% { -webkit-transform: translate(8px,8px); }
  25% { -webkit-transform: translate(-8px-,8px); }
  50% { -webkit-transform: translate(8px,-8px); }
  75% { -webkit-transform: translate(-8px,-8px); }
  100% { -webkit-transform: translate(0px,0px); }
}
@-o-keyframes ani_link {
  0% { -o-transform: translate(8px,8px); }
  25% { -o-transform: translate(-8px-,8px); }
  50% { -o-transform: translate(8px,-8px); }
  75% { -o-transform: translate(-8px,-8px); }
  100% { -o-transform: translate(0px,0px); }
}
@-ms-keyframes ani_link {
  0% { -ms-transform: translate(8px,8px); }
  25% { -ms-transform: translate(-8px-,8px); }
  50% { -ms-transform: translate(8px,-8px); }
  75% { -ms-transform: translate(-8px,-8px); }
  100% { -ms-transform: translate(0px,0px); }
}
