* {
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

img {
  border: none;
  vertical-align: bottom; }

a {
  border: none; }

body {
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }
body {
  background: #d0eeef url(../images/bg-reki.jpg);
	background-size: 70px 70px;
  height: 100%; }

#contents {
  margin: 0 !important;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  height: 100%; }
#quiz {
  width: 100%;
  padding: 0 15px;
  position: relative;
}
#preload {
  overflow: hidden;
  width: 1px;
  height: 1px; }

#anime_block {
    max-width: 500px;
    height:auto;
	margin-right:auto;
	margin-left:auto;
	background-color: #fff;
  background: #fff url(../images/bg_inside-sp.jpg) top center no-repeat;
 background-size: 100% auto;
  position: relative; }	
#anime_block:before{
    position: absolute;
    content:"";
    background-image: url(../images/tb-line-sp.jpg);
    background-repeat: repeat-x;
    background-size: auto 100%;
    top:-10px;
    left:0;
    width:100%;
    height:10px;
}
#anime_block:after{
    position: absolute;
    content:"";
    background-image: url(../images/tb-line-sp.jpg);
    background-repeat: repeat-x;
    background-size: auto 100%;
    bottom:-10px;
    left:0;
    width:100%;
    height:10px;
}
.scene_obj_wrap2{
    background: url(../images/tatami-sp.jpg) bottom center no-repeat;
    background-size: 100% auto;
    height:100%;
}
.spwrap{
    padding: 12px; 
}
/*ローディング画面*/
  #anime_block .loading {
        width: 100%;
      height:600px;
    }
  #anime_block .loading .loading_img {
        width: 100%;
      height:100%;
      background-image: url(../images/loading_img.gif);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100px 100px;
    }
  #anime_block #preload {
    width: 0px;
    height: 0px;
    overflow: hidden; }
  #anime_block .close_btn {
        width: 60px;
      height:60px;
      position: absolute;
      top:-30px;
      right:-5px;}
	#anime_block .shiori_bnr{
    	position: absolute;
    	top: -7px;
		left:0;
		width:50%;
	}
  #anime_block .scene {
	  width:100%;}
	/*スタート画面
	#anime_block .scene.start_page{
		  display: none;
	}*/
	#anime_block .scene.start_page .top-text{
		width:90%;
		margin:10px auto 10px auto;
	}
	#anime_block .scene.start_page .top-img-sp{
		width:90%;
		margin:0 auto;
	}
	#anime_block .scene.start_page h1{
		max-width: 100%;
		margin:10px auto 0 auto;
	}
    #anime_block .scene.start_page .start_btn {
        width:95%;
		margin:20px auto 10px auto;}
      #anime_block .scene.start_page .start_btn a {
        display: block;
        height: 100%; }
    #anime_block .scene.start_page .start_btn2 {
        width:95%;
		margin:10px auto 10px auto;}
      #anime_block .scene.start_page .start_btn2 a {
        display: block;
        height: 100%; }

.btn {
  z-index: 3; }
/* ////////////////////////////////////////
SPのみ(小)
//////////////////////////////////////// */
@media screen and (max-width: 340px){
}
