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, main, menu, nav, section, summary {
  display: block;
}

/* html, body {
  color: #999;
} */

a, a:link, a:visited, a:hover, a:active {
  /*color: inherit;*//*修改處*/
  text-decoration: none;
}

/*******preloader*********/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1028;
    display: block;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 rgba(255,255,255,1)
}

.spinner {
	font-family: "Noto Sans TC","黑體-繁",'微軟正黑體',Verdana,Geneva,sans-serif;
    border: 1px solid transparent;
    border-radius: 3px;
    width: 250px;
    height: 250px;
    position: relative;
    left: 50%;
    top: 50%;
    margin: -125px 0 0 -125px
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 128px;
    height: 72px;
    margin-top: -50px;
    margin-left: -64px;
    display: inline-block;
    vertical-align: middle;
	background-image: url(../../image/loading.gif);
    background-size: cover
}

.spinner_loading {
    width: 100%;
    height: 0;
    font-size: 1.75em;
    font-weight: 600;
    color: #f86aaa;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding-top: 60%
}

.spinner span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #fc66a3;
    margin: 35px 5px
}



/***********/
@keyframes clockwise {
  to {transform: rotate(360deg) translatez(0);}
}

.btnload{
    background-color: transparent;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    box-shadow: 6px -6px rgba(255, 255, 255, 0.125), 8px 0 rgba(255, 255, 255, 0.25), 6px 6px rgba(255, 255, 255, 0.375), 0 8px rgba(255, 255, 255, 0.5), -6px 6px rgba(255, 255, 255, 0.625), -8px 0 rgba(255, 255, 255, 0.75), -6px -6px rgba(255, 255, 255, 0.875), 0 -8px white;
    animation: clockwise 0.75s steps(8, end) infinite;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 0 17px 3px 0;
}








.main-bg {
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  background: #e7e7e7;
}

.game-logo {
  width: 480px;
  height: 300px;
  margin: 0 auto;
  /*background-image: url(../img/headerlogo.png);*/
  position: relative;
}


.content {
  width: 100%;
  position: relative;
  margin: 0 auto 100px auto;
}

.content-bg {
  margin: 0 auto;
  width: 640px;
  height: auto;
  min-height: 100%;
  
}
.BA-box{
	margin-bottom: 10px;
	background: #FFF;
	border-radius: 5px;
	padding: 0.5px 0px 10px 0px;
	border: 1px solid #ccd7dc;
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.1);
    		box-shadow: 0 1px 0 0 rgba(0,0,0,.1)
}

/* .main-box{
	margin-top: 15px;
} */

.form-group {
  padding-top: 15px;
  letter-spacing: 1px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: #FFF;
}

.player-info-title {
  padding: 5px;
  font-size: 1.2em;
  font-weight: bold;
  color: #e6217a;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0.5em;
  margin: 10px;
}

.player-info-detail {
  font-family: "Noto Sans TC","黑體-繁",'微軟正黑體',Verdana,Geneva,sans-serif;
  padding: 5px;
  font-size: 1.2em;
  color: #3c3c3c;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0.5em;
  text-align: left;
  background-color: #f3f3f3;
  margin: 10px;
	
}
.info-bg{
	background: #FFF;
	font-size:1em;
	font-weight: bold;
	color:#575757;
	margin-bottom: 0;
	
}
.info-bg-mt{
	margin-top: 0;
	margin-bottom: 10px;

}
.next-btn {
  /* font-family: Arial, Helvetica, sans-serif, "微軟正黑體";
  margin: 0 auto;	
  font-size: 20px;
  font-weight: bold;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #ff93bc;
  width: calc(100% - 20px);
  height: 50px;
  text-decoration: none;
  background-color: #fa82a7;
  color: #ffffff;
  display: block;
  -webkit-box-shadow: inset 1px 1px 0px 0px #ffc0c0;
  -moz-box-shadow: inset 1px 1px 0px 0px #ffc0c0;
  box-shadow: inset 1px 1px 0px 0px #ffc0c0;
  outline:none !important; */
  background: #fa82a7;
  border-radius: 5px;
  border: 1px solid #ff93bc;
  color: #FFF;
  font-size: 17px;
  font-weight: 500;
  width: 100%;
  padding: 12px 30px;
  transition: .5s
}

.next-btn:hover {
  background: #ed3b71;
  border-color: transparent;
}
.next-btn:active {
  position: relative;
  top: 1px;
  outline:none;
}
.next-btn-Disable {
  background: #bfbfbf;
  border: 0;
  text-decoration: none;
  color: gray;
  display: block;
  -webkit-box-shadow: inset 0px 0px 0px 0px #3a3a3a;
  -moz-box-shadow: inset 0px 0px 0px 0px #3a3a3a;
  box-shadow: inset 0px 0px 0px 0px #3a3a3a;
  cursor: auto;
  outline:none;
  transition:0s;
}
.next-btn-Disable:hover {
  background: #bfbfbf;
  border: 0;
  text-decoration: none;
  color: gray;
  display: block;
  -webkit-box-shadow: inset 0px 0px 0px 0px #3a3a3a;
  -moz-box-shadow: inset 0px 0px 0px 0px #3a3a3a;
  box-shadow: inset 0px 0px 0px 0px #3a3a3a;
  cursor: auto;
  outline:none;
}
.next-btn-Disable:active {
	position: relative;
	top: 0px;
	outline:none;
}

.bread-crumbs {
  color: #5e5e5e;
	/*
	margin-bottom: 1rem;
	margin-top: 1rem;
	*/
	margin-bottom: 1.6rem;
	margin-top: 1.6rem;
}

.bread-crumbs-now {
	color: #5e5e5e;
	font-weight: bold;
}

.radio-group {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.radio-tile-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  width: 105%;
  overflow-y: scroll;
}

.radio-container {
  font-family: "Noto Sans TC","黑體-繁",'微軟正黑體',Verdana,Geneva,sans-serif;
  position: relative;
  /*height: 5rem;*/
  height: 8rem;
}

.radio-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
  background: #FFF;
  z-index:10;
}
.radio-button:checked + .radio-tile {
  /*background-color: #f36;*/
  border: 3px solid #f36;
  color: #333;
  transform: scale(1.1, 1.1);
}

.radio-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;/**/
  width: 100%;
  height: 100%;
  border: 1px solid #b6b6b6;
  border-radius: 5px;
  /*
  padding: 0.2rem 0.3rem 0rem 0.3rem;
  padding: 1rem;
  */
  padding: 0.32rem 0.48rem 0rem 0.48rem;
  padding: 1.6rem;
  transition: transform 300ms ease;
  background: #FFF;	
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
  		  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
}
.gold-count-text{
	font-family: Arial,sans-serif;
    font-size: 1.7em;
	font-weight: bold;
	letter-spacing: 0px;
	/*
	margin-bottom: 0.5rem;
	margin-right:0.5rem;
	*/
	margin-bottom: 0.8rem;	margin-right:0.8rem;
}
.radio-tile-label {
  text-align: center;
  text-transform: uppercase;
  /*font-size: 0.9rem;*/
  font-weight: 600;
  letter-spacing: 0px;
  word-break: break-word;
  /*padding: 0.7rem;*/
  font-size: 1.44rem;  padding: 1.12rem;
}
.gold-count-img{
	font-family: Arial,sans-serif;
	border-radius: 4px;
    font-size: 1.7em;
	font-weight: bold;
	letter-spacing: 0px;
	margin: 0;
	width: 100%;
	height: 73%;
	background: #FFF;
	overflow: hidden;
}
.gold-count-img img { width: 100%; height: auto;display: inline-block;
	vertical-align:middle;}
.gold-count-img:before{
	content:"";
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align:middle;
}
.gold-count-img + .radio-tile-label{ padding: 0rem 0rem 0rem 0rem ;}
.radio-container-h .radio-tile { justify-content: flex-start; padding: 0rem;}
.p-fx{/*font-size: 0.9rem;*/font-size: 1.44rem; opacity: 0.7;}
.btn-radio {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #b6b6b6;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  /*font-size: 0.9rem;*/
  font-size: 1.44rem;
  font-weight: 600;
  letter-spacing: 0px;
  color: #333;
  background: #FFF;
  word-break: break-word;
  transition: transform 300ms ease;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
  			box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
  
}
.btn-radio:hover {
  color: #333;
}
.btn-radio.act {
  /*background-color: #f36;*/
  border: 3px solid #f36;
  color: #333;
  transform: scale(1.1, 1.1);
}

@media screen and (min-width: 1024px) {
  body {
    font-size: 14px;
  }

  .main-bg {
    min-height: 900px;
    background: #e7e7e7;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .radio-container {
	  height: 4.8rem;
    width: 18.4rem;
    margin: 0.8rem;
  }
  .radio-container-h{
	height: 104px;  
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }

  .main-bg {
    background-repeat: no-repeat;
    background-size: auto;
  }

  .content-bg {
    margin: 0 auto;
    width: 480px;
    height: auto;
    padding: 5px;
  }

  .next-btn {
    margin-top: 10px;
  }

  .radio-container {
	  /*
    height: 3rem;
    width: 11.5rem;
    margin: 0.5rem;
	  */
	height: 4.8rem;
    width: 18.4rem;
    margin: 0.8rem;
  }
	.radio-container-h {
		height: 104px;
	}
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .top-bg {
    height: 47px;
  }

  .main-bg {
    background-repeat: no-repeat;
    background-size: auto;
  }

  .radio-container {
    /*
	height: 3rem;
    width: 11.5rem;
    margin: 0.5rem auto;
	*/
	height: 4.8rem;
    width: 18.4rem;
    margin: 0.8rem auto;
  }
  .radio-container-h{
	height: 104px;  
  }
}
@media screen and (max-width: 479px) {
  body {
    font-size: 12px;
    padding-top: 50px;
  }
  .spinner_loading {
	font-size: 2.2em;
  }
  .top-bg {
    height: 47px;
  }

  .main-bg {
    background-repeat: no-repeat;
    background-size: auto;
  }

  .game-logo {
    width: 320px;
    height: 200px;
    margin: 0 auto;
   /* background-image: url(../img/headerlogo.png);*/
    background-size: cover;
  }

  /*.content-bg { width: 320px; }*/
  .content-bg { width: 100%;}
  .radio-container {
    /*height: 3rem;*/
    width: 80%;
    /*margin: 0.5rem auto;*/
	height: 4.8rem;
    margin: 0.8rem auto;
  }
  .radio-container {
	/*height: 4rem;*/
	height: 6.4rem;
  }
  .radio-tile-group {
    flex-wrap: nowrap;
  }
  .radio-container-h {
    /*height: 132px;*/
	/*height: 104px;*/
	 height: auto;
  }
  .player-info-title {
    font-size: 1.6em;
  }
  .gold-count-text{
	font-size: 2em;	
  }
  .info-bg{
	 font-size: 1.2em; 
  }

  .gold-count-img{
	width: 100%;
    max-width: 190px;
    height: auto;
  }
  .gold-count-img + .radio-tile-label{ 
	  padding: 0 0 1rem 0 ;
  }

	
}


/****************************/


.price-gold-Normal:before {
	background-image: url(../../image/buy_gold/price_icon.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 5px;
	margin-top: -10px;
	margin-right: 2px;
}
.price-gold-small:before {
    background-image: url(../../image/buy_gold/price_icon.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    top: 5px;
	margin-top: -10px;
	margin-right: 5px;
}

/****************************/
.currency-text{
	word-break: break-word;
}

body > button > .next-btn-Disable {
	cursor: auto;
}


/****** event ********/
.preregister {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  font: 400 0.83333vw/1.2 Arial, sans-serif;
  background-color: #5b3333;
  color: #fff;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.preregister .bkg {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.preregister .img {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
.preregister .prereg-button {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 10;
}
.preregister .prereg-button .receive_updates {
  position: relative;
  z-index: 2;
  margin-top: 0.5em;
  margin-left: -3em;
  font-size: 0.875em;
  color: #79e5ec;
  display: none;
}
.preregister .prereg-button .receive_updates label {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.preregister .prereg-button .receive_updates input {
  position: absolute;
  opacity: 0;
}
.preregister .prereg-button .receive_updates input:checked ~ .checkmark:after {
  display: block;
}
.preregister .prereg-button .receive_updates .checkmark {
  position: relative;
  width: 1.75em;
  height: 1.75em;
  margin-right: 0.5em;
  font-size: 1em;
  border-radius: 0.33333em;
  background: rgba(0, 0, 0, 0.6);
}
.preregister .prereg-button .receive_updates .checkmark:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 0.35em;
  height: 0.75em;
  border: solid #79e5ec;
  border-width: 0 0.2em 0.2em 0;
  content: "";
  transform: rotate(45deg) translate(-110%, -25%);
}
.preregister .prereg-button .receive_updates .label-text {
  padding: 0.3em 0.75em;
  border-radius: 0.33333em;
  background: rgba(0, 0, 0, 0.6);
}
.preregister .prereg-button .pr-btn {
  width: 25em;
  height: 5.6875em;
  background-color: transparent;
  border: none;
}
.preregister .prereg-button .pr-btn:hover {
  animation: button_move 0.2s ease-in-out;
}
.preregister .invisible {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: hidden;
}
.preregister .visible {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}
.preregister .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.preregister .fadeInUpFixed {
  -webkit-animation-name: fadeInUpFixed;
  animation-name: fadeInUpFixed;
}
.preregister .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.preregister .leftMove {
  -webkit-animation-name: leftMove;
  animation-name: leftMove;
}
.preregister .rightMove {
  -webkit-animation-name: rightMove;
  animation-name: rightMove;
}
.preregister .character-left {
  position: absolute;
  left: 50%;
}
.preregister .character-right {
  position: absolute;
}
.preregister .image {
  position: relative;
}
.preregister .image > * {
  position: relative;
  z-index: 1;
}
.preregister .image img {
  width: auto;
  height: 100%;
}
.preregister .image::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100.1%);
  height: calc(100.5%);
  border-radius: 0.5em;
}
.preregister .masthead {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 36.25em;
}
.preregister .masthead .logo {
  z-index: 10;
  width: 45.8125em;
  height: 26.3125em;
}
.preregister .masthead .prereg-button {
  margin-top: 1.25em;
}
.preregister .rewards {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.preregister .rewards .title {
  z-index: 2;
  width: 63.875em;
  height: 8.8125em;
  margin-top: -3em;
  margin-bottom: -3.5em;
}
.preregister .rewards .character-left {
  position: absolute;
  z-index: 0;
  width: 53.5em;
  height: 121em;
  top: -35.75em;
  left: 0;
}
.preregister .rewards .character-right {
  position: absolute;
  z-index: 0;
  top: -43.25em;
  width: 66.6875em;
  height: 101.5625em;
  right: 0;
}
.preregister .rewards .characters {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.preregister .rewards .characters [class*=character-] {
  width: 24.1875em;
  height: 24.4375em;
}
.preregister .rewards .characters .character-1 {
  background-image: url("../images/rewards-item-1.png");
}
.preregister .rewards .characters .character-2 {
  background-image: url("../images/rewards-item-2.png");
}
.preregister .rewards .characters .character-3 {
  background-image: url("../images/rewards-item-3.png");
}
.preregister .rewards .characters .character-4 {
  background-image: url("../images/rewards-item-4.png");
}
.preregister .rewards .characters .character-5 {
  background-image: url("../images/rewards-item-5.png");
}
.preregister .rewards .characters .character-6 {
  background-image: url("../images/rewards-item-6.png");
}
.preregister .rewards .characters.con-3 [class*=character-] {
  margin: 2.75em -3em 1.25em;
}
.preregister .rewards .characters.con-4 [class*=character-] {
  margin: 2.75em -4em 1.25em;
}
.preregister .rewards .characters.con-5 {
  width: 60%;
}
.preregister .rewards .characters.con-5 [class*=character-] {
  margin: 2.75em -3em 1.25em;
}
.preregister .rewards .characters.con-5 .character-1 {
  margin-bottom: 0;
}
.preregister .rewards .characters.con-5 .character-2 {
  margin-bottom: 0;
}
.preregister .rewards .characters.con-5 .character-3 {
  margin-bottom: 0;
}
.preregister .rewards .characters.con-5 .character-4 {
  margin-top: -7.75em;
}
.preregister .rewards .characters.con-5 .character-5 {
  margin-top: -7.75em;
}
.preregister .rewards .characters.con-6 {
  width: 60%;
}
.preregister .rewards .characters.con-6 [class*=character-] {
  margin: 2.75em -3em 1.25em;
}
.preregister .rewards .characters.con-6 .character-1 {
  margin-bottom: 0;
}
.preregister .rewards .characters.con-6 .character-2 {
  margin-bottom: 0;
}
.preregister .rewards .characters.con-6 .character-3 {
  margin-bottom: 0;
}
.preregister .rewards .characters.con-6 .character-4 {
  margin-top: -7.75em;
}
.preregister .rewards .characters.con-6 .character-5 {
  margin-top: -7.75em;
}
.preregister .rewards .characters.con-6 .character-6 {
  margin-top: -7.75em;
}
.preregister .rewards .text {
  z-index: 1;
  width: 74.8125em;
  height: 13.75em;
  margin-top: -5em;
}
.preregister .rewards .prereg-button {
  margin-top: 2em;
}
.preregister .gameplay {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.preregister .gameplay .flexitem {
  max-width: 100%;
  flex-shrink: 0;
}
.preregister .gameplay .prereg-button {
  margin-top: 3.75em;
}
.preregister .gameplay .character-left {
  top: 59.375em;
  width: 39.5em;
  height: 41.625em;
  margin-left: -60em;
  z-index: 10;
}
.preregister .gameplay .character-left-2 {
  display: none;
}
.preregister .gameplay .character-right {
  top: 34.375em;
  width: 52.9375em;
  height: 109.75em;
  right: 0;
  z-index: 2;
}
.preregister .gameplay .title {
  width: 64em;
  height: 8.8125em;
  margin: 1em 0 3.5em;
  z-index: 12;
}
.preregister .gameplay .text {
  width: 59.8125em;
  height: 13.75em;
  margin-top: 4.375em;
  z-index: 11;
}
.preregister .gameplay .carousel {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-top: -5em;
  z-index: 3;
}
.preregister .gameplay .carousel [class*=image] {
  width: 30.8125em;
  height: 17.375em;
  margin: 2em 1em;
}
.preregister .availabilty {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 79.125em;
}
.preregister .availabilty .trailer {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 74.0625em;
  height: 43.375em;
  margin-bottom: 1.25em;
  z-index: 5;
}
.preregister .availabilty .trailer .poster {
  width: 71.25em;
  height: 41.25em;
  margin-top: 1.75em;
}
.preregister .availabilty .title {
  width: 32.0625em;
  height: 8.8125em;
  z-index: 3;
}
.preregister .availabilty .text {
  z-index: 1;
  width: 59.8125em;
  height: 13.75em;
  margin-top: 1.875em;
}
.preregister .availabilty .prereg-button {
  margin-top: 1.875em;
}
.preregister .ehscenes {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 54.8125em;
}
.preregister .ehscenes .character-left {
  top: -34.375em;
  width: 29.5625em;
  height: 84.1875em;
  margin-left: -60em;
  z-index: 2;
}
.preregister .ehscenes .character-right {
  top: -34.375em;
  width: 31.5625em;
  height: 95.9375em;
  right: 0;
  z-index: 2;
}
.preregister .ehscenes .title {
  width: 39.6875em;
  height: 8.8125em;
  margin: 1em 0 3.5em;
}
.preregister .ehscenes .text {
  width: 59.8125em;
  height: 13.75em;
  margin-top: 1.875em;
  z-index: 3;
}
.preregister .ehscenes .screens {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: -5em;
  z-index: 3;
}
.preregister .ehscenes .screens [class*=image] {
  width: 45.125em;
  height: 24.5625em;
  margin: 2em 1em;
}
.preregister .last-sec {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 70.1875em;
}
.preregister .last-sec .lamp {
  z-index: 2;
  width: 31.625em;
  height: 41.1875em;
  position: absolute;
  right: 0;
  top: -31.25em;
}
.preregister .last-sec .girls {
  z-index: 1;
  width: 120em;
  height: 87.4375em;
  margin-top: -15.625em;
  background-size: cover;
}
.preregister .last-sec .prereg-button {
  margin-top: 56.25em;
  position: absolute;
}

.modal-fixed section, .modal-fixed footer {
  filter: blur(3px);
  -webkit-filter: blur(3px);
}

.modal-content {
  border: 1px solid #f39;
}

.modal-title {
  font-size: 30px;
  font-weight: bold;
  color: #f39;
}

.modal-header {
  border: none;
}

.modal-body h3 {
  font-weight: normal;
}
/* 
.form-control {
  margin: 10px 0;
} */

.text-error {
  color: red;
  font-weight: 500;
  font-size: 15.4px;
  margin: 0;
}
.text-error.on {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.text-error.off {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.slidercaptcha .text-error{
  position: absolute;
  bottom: -22px;
}
.btn {
  margin-bottom: 20px;
  padding: 8px 0;
}
.btn a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.btn-pre {
  color: #fff;
  background-color: #f39;
  border-color: #ba3778;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.btn-pre:hover, .btn-pre:focus {
  color: #fff;
  background-color: #ba3778;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.modal-footer {
  text-align: center;
  border: none;
  line-height: 1.2em;
}

.icon-fb {
  background-image: url("../image/icon-fb.png");
  width: 40px;
  height: 39px;
  display: inline-block;
  vertical-align: -12px;
  margin-right: 5px;
}

.icon-tg {
  background-image: url("../image/icon-tg.png");
  width: 43px;
  height: 43px;
  display: inline-block;
  vertical-align: -14px;
  margin-right: 5px;
}

@media (min-width: 1401px) {
  .modal-content {
    margin-top: 300px;
  }

  /*
  .modal-body {
    height: 180px;
  }*/
  .modal-body h3 {
    font-size: 20px;
    margin-top: 0px;
  }

  .preregister .rewards .characters.con-3, .preregister .rewards .characters.con-4 {
    margin-top: -6em;
  }
  .preregister .rewards .characters.con-5, .preregister .rewards .characters.con-6 {
    margin: -5em auto 0;
  }
  .preregister .gameplay {
    height: 82.625em;
  }

  .modal-body .btn {
    width: 400px;
  }
}
@media (max-width: 1400px) {
  .modal-content {
    margin-top: 300px;
  }

  .modal-body h3 {
    font-size: 20px;
  }

  .preregister .prereg-button .receive_updates {
    font-size: 10px;
  }
  .preregister .rewards .characters.con-5, .preregister .rewards .characters.con-6 {
    margin: 0 auto;
  }
  .preregister .gameplay {
    height: 85.625em;
  }
  .preregister .gameplay .text {
    width: 69.8125em;
    height: 19.75em;
    margin-top: 1.375em;
  }

  .modal-body .btn {
    width: 400px;
  }
}
@media (max-width: 1024px) {
  .modal-content {
    margin-top: 150px;
  }

  .modal-body h3 {
    font-size: 16px;
  }

  .preregister .masthead .prereg-button {
    margin-top: 0;
  }
  .preregister .rewards.con-3, .preregister .rewards.con-4 {
    margin-top: -5em;
  }
  .preregister .rewards.con-5, .preregister .rewards.con-6 {
    margin: 0 auto;
  }
  .preregister .rewards .text {
    z-index: 1;
    width: 74.8125em;
    height: 19.75em;
  }
  .preregister .rewards .title {
    margin-top: -2em;
    margin-bottom: -4.5em;
  }
  .preregister .gameplay {
    height: 92.625em;
  }
  .preregister .gameplay .text {
    width: 69.8125em;
    height: 19.75em;
    margin-top: 1.375em;
  }
  .preregister .ehscenes .text {
    width: 69.8125em;
    height: 19.75em;
    margin-top: 0;
  }

  .modal-body .btn {
    width: 400px;
  }
}
@media (max-width: 720px) {
  .modal-content {
    margin-top: 150px;
  }

  .modal-body h3 {
    font-size: 16px;
  }

  .modal-body .btn {
    width: 250px;
  }

  .preregister {
    font-size: 2.5vw;
  }
  .preregister .prereg-button {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 10;
  }
  .preregister .prereg-button .receive_updates {
    font-size: 12px;
    margin-top: 0.5em;
  }
  .preregister .prereg-button .btn {
    width: 20.25em;
    height: 4.625em;
    background-color: transparent;
    border: none;
  }
  .preregister .prereg-button .btn:hover {
    animation: button_move 0.2s ease-in-out;
  }
  .preregister .masthead {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 26.625em;
  }
  .preregister .masthead .logo {
    width: 26.4375em;
    height: 17.375em;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: auto;
    left: auto;
  }
  .preregister .masthead .prereg-button {
    margin-top: 2em;
  }
  .preregister .rewards {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .preregister .rewards .character-left {
    top: -26.625em;
    width: 19.375em;
    height: 41.5em;
    left: 0;
    margin-left: 0;
    z-index: 2;
  }
  .preregister .rewards .character-right {
    top: -26.625em;
    width: 21.0625em;
    height: 33.3125em;
    right: 0;
    margin-left: auto;
    z-index: 2;
  }
  .preregister .rewards .title {
    width: 32.0625em;
    height: 7em;
    margin-top: -1em;
  }
  .preregister .rewards .text {
    z-index: 1;
    width: 38.5625em;
    height: 16.25em;
    margin-top: -5em;
  }
  .preregister .rewards .characters {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-top: 0;
  }
  .preregister .rewards .characters [class*=character-] {
    width: 17.5em;
    height: 18.4375em;
  }
  .preregister .rewards .characters.con-3 {
    flex-flow: row nowrap;
  }
  .preregister .rewards .characters.con-3 [class*=character-] {
    margin: 2.75em -3.5em 1.25em;
  }
  .preregister .rewards .characters.con-4 {
    flex-flow: row wrap;
  }
  .preregister .rewards .characters.con-4 [class*=character-] {
    margin: 0 -1.5em 1.25em;
  }
  .preregister .rewards .characters.con-4 .character-1 {
    margin-bottom: 0;
  }
  .preregister .rewards .characters.con-4 .character-2 {
    margin-bottom: 0;
  }
  .preregister .rewards .characters.con-4 .character-3 {
    margin-top: -5.75em;
  }
  .preregister .rewards .characters.con-4 .character-4 {
    margin-top: -5.75em;
  }
  .preregister .rewards .characters.con-5 {
    width: 90%;
    margin: 0 auto;
    flex-flow: row wrap;
  }
  .preregister .rewards .characters.con-5 [class*=character-] {
    margin: 2.75em -4em 1.25em;
  }
  .preregister .rewards .characters.con-5 .character-1 {
    margin-bottom: 0;
  }
  .preregister .rewards .characters.con-5 .character-2 {
    margin-bottom: 0;
  }
  .preregister .rewards .characters.con-5 .character-3 {
    margin-bottom: 0;
  }
  .preregister .rewards .characters.con-5 .character-4 {
    margin-top: -5.75em;
  }
  .preregister .rewards .characters.con-5 .character-5 {
    margin-top: -5.75em;
  }
  .preregister .rewards .characters.con-5 .character-4 {
    margin-left: -4em;
  }
  .preregister .rewards .characters.con-5 .character-5 {
    margin-left: -2em;
  }
  .preregister .rewards .characters.con-6 {
    width: 90%;
    margin: 0 auto;
    flex-flow: row wrap;
  }
  .preregister .rewards .characters.con-6 [class*=character-] {
    margin: 2.75em -4em 1.25em;
  }
  .preregister .rewards .characters.con-6 .character-1 {
    margin-bottom: 0;
  }
  .preregister .rewards .characters.con-6 .character-2 {
    margin-bottom: 0;
  }
  .preregister .rewards .characters.con-6 .character-3 {
    margin-bottom: 0;
  }
  .preregister .rewards .characters.con-6 .character-4 {
    margin-top: -5.75em;
  }
  .preregister .rewards .characters.con-6 .character-5 {
    margin-top: -5.75em;
  }
  .preregister .rewards .characters.con-6 .character-6 {
    margin-top: -5.75em;
  }
  .preregister .gameplay {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 91.625em;
    padding-top: 15em;
  }
  .preregister .gameplay .prereg-button {
    margin-top: 1.875em;
  }
  .preregister .gameplay .character-left {
    top: -3.125em;
    width: 13.0625em;
    height: 17.875em;
    margin-left: -50%;
    z-index: 10;
  }
  .preregister .gameplay .character-left-2 {
    display: block;
    top: 43.75em;
    width: 36.8125em;
    height: 44.0625em;
    margin-left: -60em;
    z-index: 10;
  }
  .preregister .gameplay .character-right {
    top: -12.5em;
    width: 18.1875em;
    height: 44.3125em;
    right: 0;
    z-index: 0;
  }
  .preregister .gameplay .title {
    width: 21.25em;
    height: 29.3125em;
    margin: -28em 0 -5.5em;
  }
  .preregister .gameplay .text {
    width: 29.8125em;
    height: 53.75em;
    margin-top: 1em;
  }
  .preregister .gameplay .carousel {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 98%;
    margin-top: 5em;
  }
  .preregister .gameplay .carousel .no-mobile {
    display: none;
  }
  .preregister .gameplay .carousel [class*=image] {
    width: 100%;
    height: 18.1875em;
    margin: 0 0 2em -1em;
  }
  .preregister .availabilty {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 47.3125em;
  }
  .preregister .availabilty .trailer {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 74.0625em;
    height: 43.375em;
    margin-bottom: 1.25em;
    z-index: 5;
  }
  .preregister .availabilty .trailer .poster {
    width: 37.5em;
    height: 21.625em;
    margin-top: 1.75em;
  }
  .preregister .availabilty .pc-left {
    top: -2em;
    width: 12.5em;
    height: 11.3125em;
    margin-left: -35vw;
    z-index: 3;
    position: absolute;
    display: none;
  }
  .preregister .availabilty .phone-right {
    top: -2em;
    width: 8.9375em;
    height: 11.25em;
    right: 5vw;
    z-index: 3;
    position: absolute;
    display: none;
  }
  .preregister .availabilty .title {
    height: 14.5em;
    margin-top: 1em;
    z-index: 3;
  }
  .preregister .availabilty .text {
    z-index: 1;
    width: 20.8125em;
    height: 16.75em;
    margin-top: 0;
  }
  .preregister .availabilty .prereg-button {
    margin-top: 1.875em;
  }
  .preregister .ehscenes {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 67.1875em;
  }
  .preregister .ehscenes .character-left {
    top: -20.3125em;
    width: 11.1875em;
    height: 39.5625em;
    margin-left: -50%;
    z-index: 2;
  }
  .preregister .ehscenes .character-right {
    top: -23.75em;
    width: 12.875em;
    height: 44.625em;
    right: 0;
    z-index: 2;
  }
  .preregister .ehscenes .title {
    width: 20.6875em;
    height: 4.5em;
    margin: 1em 0 3.5em;
    z-index: 3;
  }
  .preregister .ehscenes .text {
    width: 38.5625em;
    height: 16.875em;
    margin-top: 1.25em;
    margin-bottom: 0.3125em;
    z-index: 3;
  }
  .preregister .ehscenes .screens {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: -4em;
    z-index: 3;
  }
  .preregister .ehscenes .screens [class*=image] {
    width: 90%;
    height: 20.125em;
    margin: 1em 1em;
  }
  .preregister .last-sec {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 31.875em;
  }
  .preregister .last-sec .lamp {
    z-index: 2;
    width: 20.1875em;
    height: 21.8125em;
    position: absolute;
    right: 0;
    top: -4.375em;
  }
  .preregister .last-sec .girls {
    z-index: 1;
    width: 40em;
    height: 31.5em;
    margin-top: 0.3125em;
    background-size: cover;
  }
  .preregister .last-sec .prereg-button {
    margin-top: 20em;
    position: absolute;
  }
}

body {
  padding-top: 50px;
}
