@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

a,a:visited {
	text-decoration: none;
	outline: none;
  color: #04f;
}
a:hover {
  text-decoration: underline;
  outline: none;
}
a[href*="tel:"] { cursor: default; }

button { outline: none; }

p {
	margin: 0 0 0.7em;
  background: url(../img/transparent.png);
}
td { background: url(../img/transparent.png); }

html {
  position: relative;
  font-size: 6.25%;
  overflow-y: scroll;
  background: #fce700;
}
body {
  position: relative;
  min-width: 980px;
  min-height: 830px;
  padding: 0 0 145px;
  background: url() center 0 repeat;
	/* font: 10rem/1 "メイリオ" , Meiryo ,"ＭＳ ゴシック", "MS Gothic", sans-serif;*/
  font: 10rem/1 "Open Sans" , sans-serif;
	color: #333;
}

/*
.mac body, .safari body { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; }
*/

div,section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {
  margin: 0;
}
ul,ol {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
figure {
  margin: 0;
}

/***********************************
  コンテンツ
***********************************/
html {
  min-height: 100%;
}
body {
  background: url(../img/background.jpg) 50% 0 no-repeat;
}
h1 {
  position: absolute;
  top: 282px;
  right: 0;
  left: 0; 
  z-index: 1000;
  width: 596px;
  height: 331px;
  margin: 0 auto;
  -webkit-animation: fade-in 1.2s linear backwards 0.8s, h1_move 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 3.2s forwards;
  animation: fade-in 1.2s linear backwards 0.8s, h1_move 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) 3.2s forwards;
}
.head_btn {
  position: absolute;
  top: 75px;
  left: 50%;
  width: 210px;
  margin-left: 225px;
}

.head_btn li {
  width: 103px;
  height: 40px;
  float: left;
}
#manualBtn {
  display: block;
  width: 99px;
  height: 40px;
  background: url(../img/btn_operating.png) 0 0 no-repeat;
  border: none;
  text-indent: -100em;
  overflow: hidden;
}
#bgmVol {
  position: relative;
  display: block;
  width: 93px;
  height: 34px;
  margin: 2px 0 0;
  background: #fce700;
  border: 3px solid #0e050a;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#bgmVol i {
  position: absolute;
  display: block;
  border: none;
  overflow: hidden;
  text-indent: -200em;
}
#bgmVol i:nth-child(1) {
  top: 4px;
  left: 11px;
  width: 21px;
  height: 21px;
  background: url(../img/bgm_speaker.png) 0 bottom no-repeat;
}
#bgmVol i:nth-child(2) {
  top: 7px;
  left: 37px;
  width: 14px;
  height: 14px;
  background: #0e050a;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#bgmVol i:nth-child(3) {
  top: 4px;
  left: 56px;
  width: 20px;
  height: 20px;
  background: #0e050a;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#bgmVol.off i:nth-child(2),
#bgmVol.off i:nth-child(3),
#bgmVol.small i:nth-child(3) {
  opacity: 0.4;
}
div.game_gb {
  position: absolute;
  left: 0; top: 0; bottom: 0; right: 0;
  background: url(../img/game_frame.png) 0 0 no-repeat;
  width: 860px;
  height: 668px;
  margin: 113px auto auto;
}
#gameStart {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0,0,0,1);
  width: 800px;
  height: 600px;
  text-align: center;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
#gameStart div[class|="page"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 800px;
  height: 600px;
}
#gameStart div.page-1 {
  background: #000;
  z-index: 10;
}
#clickable {
  cursor: pointer;
}
#gameStart div.page-2 {
}
#startBtns {
  position: absolute;
  left: 0; top: 10px; bottom: 0; right: 0;
  width: 266px;
  height: 138px;
  margin: auto;
}
#startBtns li {
  width: 266px;
  height: 49px;
  margin: 0 0 20px;
}
#startBtns a,
#startBtns a img {
  display: block;
  width: 266px;
  height: 49px;
}
#startBtns a img {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#startBtns a:hover img {
  opacity: 1;
}
#startBtns .start_btn {
  background: url(../img/btns_start.png) 0 0 no-repeat;
}
#startBtns .start_btn img {
  background: url(../img/btns_start.png) 0 -49px no-repeat;
}
#startBtns .rank_btn {
  background: url(../img/btns_start.png) 0 -98px no-repeat;
}
#startBtns .rank_btn img {
  background: url(../img/btns_start.png) 0 -147px no-repeat;
}
.manual {
  position: absolute;
  left: 0; top: 0; bottom: 0; right: 0;
  margin: auto;
  -webkit-animation: fade-in 0.8s linear backwards 4.2s;
  animation: fade-in 0.8s linear backwards 4.2s;
}
#pop_manual {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0,0,0,1);
  width: 100%;
  height: 100%;
  width: 800px;
  height: 600px;
  text-align: center;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
#pop_manual img {
  position: absolute;
  left: 0; top: 0; bottom: 0; right: 0;
  margin: auto;
  cursor: pointer;
}
canvas {
  width: 800px !important;
  height: 600px !important;
  max-width: 800px;
  max-height: 600px;
  margin-top: 147px !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  outline: none;
}
main {
  position: absolute;
  left: 0px; top: 0px; bottom: 0px; right: 0px;
  width: 100%;
  height: 75vh;
  width: 800px;
  height: 600px;
  margin: 147px auto auto;
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#blackWrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #000;
  width: 100%;
  height: 100%;
  width: 800px;
  height: 600px;
  display: none;
  opacity: 0;
}
#gameOver {
  position: absolute;
  top: -600px;
  left: 0;
  z-index: 100;
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  width: 800px;
  height: 600px;
  text-align: center;
}
#gameOver.show {
  -webkit-animation: bounce_down 1.4s linear both;
  animation: bounce_down 1.4s linear both;
}
@-webkit-keyframes bounce_down {
  0%   { -webkit-transform: translate(0,  0%); transform: translate(0,  0%); -webkit-animation-timing-function:ease-in; animation-timing-function:ease-in;}
  37%  { -webkit-transform: translate(0,100%); transform: translate(0,100%);  -webkit-animation-timing-function:ease-out; animation-timing-function:ease-out; }
  55%  { -webkit-transform: translate(0, 82%); transform: translate(0, 82%);  -webkit-animation-timing-function:ease-in; animation-timing-function:ease-in;}
  73%  { -webkit-transform: translate(0,100%); transform: translate(0,100%);  -webkit-animation-timing-function:ease-out; animation-timing-function:ease-out; }
  82%  { -webkit-transform: translate(0, 91%); transform: translate(0, 91%);  -webkit-animation-timing-function:ease-in; animation-timing-function:ease-in;}
  91%  { -webkit-transform: translate(0,100%); transform: translate(0,100%);  -webkit-animation-timing-function:ease-out; animation-timing-function:ease-out; }
  96%  { -webkit-transform: translate(0, 99%); transform: translate(0, 99%);  -webkit-animation-timing-function:ease-in; animation-timing-function:ease-in;}
  100% { -webkit-transform: translate(0,100%); transform: translate(0,100%);}
}
@keyframes bounce_down {
  0%   { -webkit-transform: translate(0,  0%); transform: translate(0,  0%); -webkit-animation-timing-function:ease-in; animation-timing-function:ease-in;}
  37%  { -webkit-transform: translate(0,100%); transform: translate(0,100%);  -webkit-animation-timing-function:ease-out; animation-timing-function:ease-out; }
  55%  { -webkit-transform: translate(0, 82%); transform: translate(0, 82%);  -webkit-animation-timing-function:ease-in; animation-timing-function:ease-in;}
  73%  { -webkit-transform: translate(0,100%); transform: translate(0,100%);  -webkit-animation-timing-function:ease-out; animation-timing-function:ease-out; }
  82%  { -webkit-transform: translate(0, 91%); transform: translate(0, 91%);  -webkit-animation-timing-function:ease-in; animation-timing-function:ease-in;}
  91%  { -webkit-transform: translate(0,100%); transform: translate(0,100%);  -webkit-animation-timing-function:ease-out; animation-timing-function:ease-out; }
  96%  { -webkit-transform: translate(0, 99%); transform: translate(0, 99%);  -webkit-animation-timing-function:ease-in; animation-timing-function:ease-in;}
  100% { -webkit-transform: translate(0,100%); transform: translate(0,100%);}
}
#gameOver h2 {
  padding: 110px 0 18px;
}
.tweet_text {
  position: relative;
  padding: 21px 0 0;
  margin: 0 0 18px;
  height: 151px;
  color: #fff;
  font-size: 16rem;
  line-height: 1.5;
  background: url(../img/bg_tweet.png) 50% 0 no-repeat;
}
#gameOver .tweet_text {
  margin: 0 0 24px;
}
.tweet_text p {
  position: absolute;
  top: -30px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4.5em;
  margin: auto;
}
#gameOver .tweet_text p {
  height: 3em;
}
#retryBtns {
  width: 774px;
  height: 49px;
  margin: 0 auto;
}
#retryBtns li {
  float: left;
  width: 246px;
  height: 49px;
  margin: 0 6px;
}
#retryBtns li a,
#retryBtns li img {
  display: block;
  width: 246px;
  height: 49px;
  background-image: url(../img/btns.png);
  background-repeat: no-repeat;
}
#retryBtns li a {
}
#retryBtns li a img {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#retryBtns li a.twi_btn {
  background-position: 0 0;
}
#retryBtns li a.twi_btn img {
  background-position: 0 100%;
}
#retryBtns li a.retry_btn {
  background-position: -246px 0;
}
#retryBtns li a.retry_btn img {
  background-position: -246px 100%;
}
#retryBtns li a.rank_btn {
  background-position: -492px 0;
}
#retryBtns li a.rank_btn img {
  background-position: -492px 100%;
}
#retryBtns li a:hover img {
  opacity: 1;
}
#gameClear {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  width: 800px;
  height: 600px;
  text-align: center;
  display: none;
  opacity: 0;
}
#gameClear h2 {
  padding: 32px 0 12px;
}
.wp {
  width: 592px;
  padding: 46px 0 0 442px;
  height: 228px;
  margin: 0 auto 18px; 
  background: url(../img/wp_thumb.png) 0 0 no-repeat;
}
.wp li {
  width: 147px;
  height: 33px;
  margin: 0 0 18px;
}
.wp li a {
  display: block;
  width: 147px;
  height: 33px;
  background-image: url(../img/dl_btns.png);
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
/*.wp li a:hover {
  opacity: 0.85;
}*/
.wp li a.SXGA {
  background-position: 0 0;
}
.wp li a.UXGA {
  background-position: 0 -35px;
}
.wp li a.FHD {
  background-position: 0 -70px;
}
#rankingWrap {
  position: absolute;
  top: 600px;
  left: 0;
  z-index: 100;
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  width: 800px;
  height: 600px;
  text-align: center;
  display: none;
  opacity: 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#rankingWrap h2 {
  padding: 32px 0 12px;
}
#scrollArea {
  width: 760px;
  height: 410px;
  margin: 0 auto;
  overflow: hidden;
}
.rankTable {
  width: 590px;
  font-size: 22rem;
  color: #fff;
  table-layout: fixed;
  margin-left: 50px;
}
.rankTable tr {
}
.rankTable th {
  width: 67px;
  height: 50px;
  padding: 0 15px 0 0;
  text-align: right;
  font-size: 38rem;
  font-family: Arial;
}
.rankTable img[class^="rank"] {
  width: 40px;
  height: 40px;
  background: url(../img/money_ss.png) 0 0 no-repeat;
}
.rankTable img.rank1  { background-position:  -40px 0; }
.rankTable img.rank2  { background-position:  -80px 0; }
.rankTable img.rank3  { background-position: -120px 0; }
.rankTable img.rank4  { background-position: -160px 0; }
.rankTable img.rank5  { background-position: -200px 0; }
.rankTable img.rank6  { background-position: -240px 0; }
.rankTable img.rank7  { background-position: -280px 0; }
.rankTable img.rank8  { background-position: -320px 0; }
.rankTable img.rank9  { background-position: -360px 0; }
.rankTable img.rank10 {
  width: 70px;
  background: url(../img/10.png) 0 0 no-repeat;
}

.rankTable td {
  text-align: left;
  height: 50px;
}
.rankTable td:nth-of-type(1) {
  width: 15.5em;
}
.rankTable td:nth-of-type(2) {
  height: 50px;
  font-size: 36rem;
  font-weight: bold;
  font-family: Arial;
  text-align: right;
}
.rankTable td:nth-of-type(2) img {
  position: relative;
  top: 7px;
  left: 2px;
}

/* ランキング登録フォーム */
#sendFrom {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 694px;
  height: 520px;
  border: 2px solid #fff;
  background: rgba(0,0,0,0.9);
  display: none;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.inputBox {
  position: relative;
  height: 335px;
  margin: 5px 0 0;
}
.inputBox .lb-name {
  position: absolute;
  display: block;
  top: 40px;
  left: 120px;
}
.inputBox input[type="text"],
.inputBox input[type="email"] {
  position: absolute;
  display: block;
  left: 227px;
  padding: 0.33em 0.4em;
  color: #fff;
  background: #000;
  border: 1px solid #fff;
  outline: none;
  font-size: 20rem;
}
.inputBox #name {
  top: 34px;
  width: 300px;
}
.nameLength {
  position: absolute;
  top: 60px;
  left: 552px;
  color: #fff;
  font-size: 13rem;
}
.inputBox #present {
  position: absolute;
  display: block;
  top: 130px;
  left: 0;
  width: 100%;
  height: 136px;
  overflow: hidden;
  opacity: 0.3;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.inputBox #present.show {
  opacity: 1;
}
.inputBox .lb-check {
  position: absolute;
  display: block;
  top: 67px;
  left: 240px;
  width: 211px;
  height: 48px;
  background: url(../img/form_checkbox_off.png) 0 0 no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.inputBox #preCheck {
  position: absolute;
  top: 86px;
  visibility: hidden;
}
.inputBox .lb-check i {
  position: absolute;
  top: 10px;
  left: 18px;
  display: block;
  width: 0;
  height: 26px;
  background: url(../img/form_checkbox_on.png) 0 0 no-repeat;
  overflow: hidden;
  text-indent: -100em;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
.inputBox #preCheck:checked + .lb-check i {
  width: 26px;
}
.inputBox .lb-mail {
  position: absolute;
  display: block;
  top: 8px;
  left: 15px;
}
.inputBox #mail {
  top: 0px;
  width: 400px;
  padding: 0.48em;
  font-family: Verdana;
}
.inputBox .lb-mail2 {
  position: absolute;
  display: block;
  top: 78px;
  left: 15px;
}
.inputBox #mail2 {
  top: 70px;
  width: 400px;
  padding: 0.48em;
  font-family: Verdana;
}
/* OK色 */
.inputBox.nameGood #name,
.inputBox.mailGood #mail,
.inputBox.mail2Good #mail2 {
  background: #dcfbd5;
  border: 1px solid #48d92b;
}
/* エラー色 */
.inputBox.nameError #id,
.inputBox.mailError #mail,
.inputBox.nameError #name,
.inputBox.mailError #mail,
.inputBox.mail2Error #mail2 {
  background: #fdd !important;
  border: 1px solid #e55 !important;
}
.inputBox button[type="submit"] {
  position: absolute;
  top: 166px;
  left: 272px;
  display: block;
  width: 134px;
  height: 49px;
  border: none;
  background: url(../img/form_submit.png) 0 0 no-repeat;
  overflow: hidden;
  text-indent: -100em;
}
#close {
  position: absolute;
  top: 5px;
  right: 2px;
  width: 46px;
  height: 46px;
  border: none;
  background: url(../img/close.png) 0 0 no-repeat;
}
#close:hover {
  background-position: 0 100%;
}

#alartMsg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  width: 800px;
  height: 600px;
  text-align: center;
  display: none;
}
#alartMsg.show {
  display: block;
}
#alartMsg .alartMsgWindow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 520px;
  height: 300px;
  padding: 18px;
  background: #000;
  border: 2px solid #fff;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  color: #fff;
}
.alartMsgWindow p {
  font-size: 18rem;
  text-align: center;
  margin: 0 0 0.7em;
  line-height: 1.5;
}
.alartMsgWindow #agree {
  width: 140px;
  height: 40px;
  padding: 0 0 2px;
  background: #000;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-family: Verdana;
  font-size: 20rem;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.alartMsgWindow #agree:hover {
  background: #fff;
  color: #222;
}
.alartMsgWindow a#edge {
  width: 140px;
  height: 40px;
  padding: 5px 12px 8px;
  background: #000;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-family: Verdana;
  font-size: 20rem;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #fff;
}
.alartMsgWindow #edge:hover {
  background: #fff;
  color: #222;
  text-decoration: none;
}

/***********************************
フッター
***********************************/
.footer_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 125px;
  background: url(../img/footer_bg.png) 0 0 repeat-x;
}
footer {
  position: relative;
  width: 940px;
  padding: 27px 0 0;
  margin: 0 auto;
}
footer .btns {
  height: 38px;
  float: right;
  line-height: 0;
}
footer .btns li {
  float: left;
  margin-left: 7px;
}
footer .btns a {
  display: block;
  background: #fff;
}
footer .btns a:hover img {
  opacity: 0.8;
}
.sns_btn {
  float: right;
  line-height: 0.7;
}
.sns_btn li {
  display: block;
  margin: 0 0 4px;
  text-align: right;
}
.copy {
  /*
  position: absolute;
  top: 64px;
  right: 0;
  clear: both;
  width: 186px;
  text-align: right;
  line-height: 1.3;
  font-size: 11rem;
  */
  clear: both;
  text-align: center;
  line-height: 1.3;
  font-size: 11rem;
}
.site_top {
  /*
  position: absolute;
  top: 21px;
  left: 0;
  */
  margin: auto;
  display: block;
  width: 311px;
  height: 99px;
  background: url(../img/link_btn.png) 0 0 no-repeat;
}
.site_top img {
  display: block;
  width: 311px;
  height: 99px;
  background: url(../img/link_btn.png) 0 bottom no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.event_bnr {
  position: absolute;
  top: 21px;
  left: 321px;
  display: block;
  width: 311px;
  height: 99px;
  background: url(../img/banner_minigame_campaign.png) 0 0 no-repeat;
}
.event_bnr img {
  display: block;
  width: 311px;
  height: 99px;
  background: url(../img/banner_minigame_campaign.png) 0 bottom no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.site_top:hover img,
.event_bnr:hover img {
  opacity: 1;
}

.logo_img{
  vertical-align: middle;
  margin-left: 10px;
}

/* =============================================================================
フロートさせたコンテンツの高さを親要素が認識しないバグを修正　Clearfix
========================================================================== */

/* For modern browsers */
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after { clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.cf { zoom: 1; }

* html .cf { height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}