@charset "UTF-8";
/* CSS Document */

body {
  background: #40220f url(../images/bg_img.jpg) no-repeat center top;
  background-size: 100% auto;
}
img {
  width: 100%;
  height: auto;
}

.header_title-maintext {
  padding: 47% 0 0;
  text-indent: 120%;
  overflow: hidden;
  white-space: nowrap;
  background: url(../images/top/ttl.png) no-repeat center top;
  background-size: 100% auto;
}
.btn-select {
  position: relative;
  width: 85%;
  margin: 0 auto 20px;
  background: #ffffff url(../images/top/btn_select.png) no-repeat center center;
  background-size: auto 30%;
  text-align: center;
  box-shadow: 0 0 6px 3px #FFF;
  border-radius: 15px;
  overflow: hidden;
  padding-left: 10px;
}

.btn-select select {
  width: 120%;
  height: 50px;
  outline: none;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
}
.file-btn {
  display: block;
  width: 95%;
  margin: 0 auto 15px;
  text-align: center;
}
.file-btn input {
  display: none;
}
.description {
  text-align: center;
  padding-bottom: 10px;
}
.description img {
  width: 95%;
}


.box {
  background-image: url(../images/top/box_head.png),url(../images/top/box_foot.png),url(../images/top/box_bg.png);
  background-size: 100%;
  background-position: top center, bottom center, top center;
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-color: #f8f0d5;
  padding: 8% 0;
    height: 100%;
}
.box img {
  width: 100%;
}
.box .agreement_title {
  text-align: center;
}
.box .agreement_title img {
  width: 80%;
  margin-bottom: 5px;
}
.android_setsumei {
  margin-bottom: 10px;
}
.agreement_text {
  display: block;
  position: relative;
  font-size: 16px;
  width: 90%;
  margin: 2% auto 10px;
  height: 180px;
  overflow-y: scroll;
  scrollbar-base-color: #e6cbe1;
  padding: 10px;
}


.howto_game {
display: none; }
.howto {
}


.footer {
  text-align: center;
  padding: 10px 3% 0;
  color: #ffffff;
  font-size: 10px;
}
.footer .footer_copylight {
  padding: 10px 0;
  display: block;
}

.pagetop {
  position: fixed;
  bottom: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  z-index: 999;
}

.c-loading-box{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
    opacity: 0.7;
    background: #000000;
}
.c-loading-box__spinner {
    font-size: 88px;
    display: inline-block;
    margin-top: 80px;
    color: #f1f1f1;
    -webkit-animation-name: rotateThis;
    -webkit-animation-duration:1s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
}
@-webkit-keyframes rotateThis {
  from {-webkit-transform:scale(0.5) rotate(0deg);}
  to {-webkit-transform:scale(0.5) rotate(360deg);}
}
