@charset "utf-8";

/*------------------------------------------------------------------*/
/*--スマホ用CSS----------------------------------------------------------------*/
/*------------------------------------------------------------------*/

/* 画像urlをカンプから変更 (../img/www/) → (../img/www/web/) */
/* 画像urlをカンプから変更 (../img/www/character) → (../img/www/web/characters) */

@media screen and (max-width: 680px){

@font-face {
      font-family: 'TBcinema';
      src: url(../fonts/26130.ttf);
}


html{height: 100%;}

body {
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	/*background: url(../img/www/web/bg.png) no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;*/
}

.messages,
.storySelect,
.items,
.favorite,
.inventory,
.collection,
.informations,
.presentBox,
.users,
.page{
	background: url(../img/www/web/bg.png) no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}

.logins,
.characterlist,
.character,
.mypage,
.yellList{
	background: url(../img/www/web/bg3.png) no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}



img{
	max-width: 100%;
	height: auto;
	border-width: 0;
}

.clearboth{ clear: both; }


.clearfix{clear: both;}

.hide{display: none !important;}


#wrap{
	margin: 0;
	padding: 0;
}

.container{
	margin: 0;
	padding: 0 0 130px 0;

}

.logins .container{padding: 0 0 60px 0 !important; }

::-webkit-scrollbar{
  width: 10px;
}
::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777; 
}
::-webkit-scrollbar-thumb{
  background: #ccc;
  border-radius: 10px;
  box-shadow: none;
}


/****ヘッダー**********************************************************/


#header{
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0 0 0 0;
	background: #cebc72;
}
 

#header .page_title{

	margin: 0;
	padding: 23px 0 20px 0;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	color: #fff;
}

.btn_back{
	position: absolute;
	top: 10px;
	left: 5px;
	width: 80px;
	margin: 0;
	padding: 0;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	font-size: 13px;
	text-align: center;
	background: rgb(37,19,2);
	background: linear-gradient(0deg, rgba(37,19,2,1) 0%, rgba(93,67,42,1) 100%);
}


.btn_back a{
	display: block;
	margin: 0;
	padding: 10px 0 10px 0;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
}


#menus_btn{
	position: absolute;
	top: 10px;
	right: 5px;
	width: 80px;
	margin: 0;
	padding: 0;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	font-size: 13px;
	text-align: center;
	background: rgb(37,19,2);
	background: linear-gradient(0deg, rgba(37,19,2,1) 0%, rgba(93,67,42,1) 100%);
}

#menus_btn a{
	display: block;
	margin: 0;
	padding: 10px 0 10px 0;
	font-weight: 700;
	text-decoration: none;
	color: #fff;	
}


/****main**********************************************************/

#main{
  	margin: 0;
	padding: 0;
}






/****info**********************************************************/


.info{
	overflow: hidden;
	clear: both;
	margin: 0 0 20px 0;
	padding: 30px 0 30px 0;
	background: #000;
}

.info_inner{
	margin: 0 2% 0 2%;
	padding: 0;
}

.info .icon_app{
	float: left;
	overflow: hidden;
	width: 15%;
	margin: 0; 
	padding: 0;
	border-radius: 20%;		/* CSS3草案 */
	-webkit-border-radius: 20%;	/* Safari,Google Chrome用 */
	-moz-border-radius: 20%;	/* Firefox用 */
}

.info .icon_app img{
	display: block;
}

.info .app_detail{
	float: right;
	width: 80%;
	margin: 0 0 10px 0;
	padding: 0;
}

.info .app_detail dt{
	float: left;
	clear: both;
	margin: 0 5px 5px 0;
	padding: 0;
	font-size: 3vw;
	text-align: right;
	color: #fff;
}

.info .app_detail dd{
	float: left;
	margin: 0;
	padding: 0;
	font-size: 3vw;
	text-align: left;
	color: #fff;
}

.info ul{
	list-style: none;
	overflow: hidden;
	clear: both;
	margin: 0;
	padding: 0;
}


.info .app_store{
	float: left;
	width: 49%;
	margin: 0;
	padding: 0;
}

.info .google_play{
	float: right;
	width: 49%;
	margin: 0;
	padding: 0;
}



/****フッター**********************************************************/

#footer{
	position: absolute;
    	position: fixed;
	bottom: 0;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 2% 0 15px 0;
	background: #251302;
}

.ft_navi{
	list-style: none;
	overflow: hidden;
	margin: 0 auto 5px auto;
	padding: 0 0 0 1%;
	
}

.ft_navi li{
	float: left;
	box-sizing: border-box;
	width: 19%;
	margin: 0 1% 0 0;
	padding: 0;
	border: 1px solid #553e28;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	font-size: 3vw;
	text-align: center;
	background: rgb(37,19,2);
	background: linear-gradient(0deg, rgba(37,19,2,1) 30%, rgba(59,29,2,1) 100%);
}

.ft_navi li a{ 

	display: block;
	margin: 0;
	padding: 10px 0 10px 0;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	text-decoration: none;
	color: #fff;	

}


#footer .copy{
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 11px;	
	text-align: center;
	color: #514103;
}

/*****モーダルメニュー*********/

/*****モーダルメニュー*********/

.modal-content{
	overflow-y: scroll;
	height: 60vh;
	margin: 0;
	padding: 15% 0 0 0;
}

.modal-content::-webkit-scrollbar{
  display: none;
}


.modal-content ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
}

.modal-content ul li{
	box-sizing: border-box;
	position: relative;
	width: 49%;
	margin: 0 0 10px 1%;
	padding: 0;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	font-size: 0.6rem;	
	font-weight: 700;
	background: #f8ebd8;
}

.modal-content ul li a{
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 0 10px 0;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	text-decoration: none;
	color: #614725;
}

.menus_mypage::after,
.menus_talk::after,
.menus_news::after,
.menus_character::after,
.menus_yell::after,
.menus_shop::after{
	position: absolute;
	top: 50%;
	left: 10px;
  	transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	content: "";
}

.menus_mypage::after{
	background: url(../img/www/web/ic_menus_mypage.png) no-repeat;
  	background-size: contain;
}

.menus_talk::after{
	background: url(../img/www/web/ic_menus_talk.png) no-repeat;
  	background-size: contain;
}

.menus_news::after{
	background: url(../img/www/web/ic_menus_news.png) no-repeat;
  	background-size: contain;
}

.menus_character::after{
	background: url(../img/www/web/ic_menus_character.png) no-repeat;
  	background-size: contain;
}

.menus_yell::after{
	background: url(../img/www/web/ic_menus_yell.png) no-repeat;
  	background-size: contain;
}

.menus_shop::after{
	background: url(../img/www/web/ic_menus_shop.png) no-repeat;
  	background-size: contain;
}


.close-animatedModal{
	box-sizing: border-box;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 5px;
	border: 3px solid #fff;
	border-radius: 50%;		/* CSS3草案 */
	-webkit-border-radius: 50%;	/* Safari,Google Chrome用 */
	-moz-border-radius: 50%;
	padding: 5px;
	text-align: center;

}


}/*end*/


/****4.7インチ******************************************************/

@media screen and (max-height: 550px){

#header .page_title{
	margin: 0;
	padding: 10px 0 8px 0;
	font-size: 0.8rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
}

.btn_back{
	position: absolute;
	top: 10px;
	left: 5px;
	width: 60px;
	margin: -6px 0 0 0;
	padding: 0;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	font-size: 0.6rem;
	text-align: center;
	background: rgb(37,19,2);
	background: linear-gradient(0deg, rgba(37,19,2,1) 0%, rgba(93,67,42,1) 100%);
}


.btn_back a{
	display: block;
	margin: 0;
	padding: 5px 0 5px 0;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
}


#menus_btn{
	position: absolute;
	top: 10px;
	right: 5px;
	width: 60px;
	margin: -6px 0 0 0;
	padding: 0;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	font-size: 0.5rem;
	text-align: center;
	background: rgb(37,19,2);
	background: linear-gradient(0deg, rgba(37,19,2,1) 0%, rgba(93,67,42,1) 100%);
}

#menus_btn a{
	display: block;
	margin: 0;
	padding: 5px 0 5px 0;
	font-weight: 700;
	text-decoration: none;
	color: #fff;	
}

/****フッター**********************************************************/

#footer{
	position: absolute;
    	position: fixed;
	bottom: 0;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 3px 0 3px 0;
	background: #251302;
}

.ft_navi{
	list-style: none;
	overflow: hidden;
	margin: 0 auto 0 auto;
	padding: 0 0 0 1%;
	
}

.ft_navi li{
	float: left;
	box-sizing: border-box;
	width: 19%;
	margin: 0 1% 0 0;
	padding: 0;
	border: 1px solid #553e28;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	font-size: 3vw;
	text-align: center;
	background: rgb(37,19,2);
	background: linear-gradient(0deg, rgba(37,19,2,1) 30%, rgba(59,29,2,1) 100%);
}

.ft_navi li a{ 

	display: block;
	margin: 0;
	padding: 8px 0 8px 0;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	text-decoration: none;
	color: #fff;	

}


#footer .copy{
	display: none;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 0.6rem;
	text-align: center;
	color: #514103;
}


}/*end*/
