@charset "utf-8";

/*------------------------------------------------------------------*/
/*--PC用CSS----------------------------------------------------------------*/
/*------------------------------------------------------------------*/

/* 画像urlをカンプから変更 (../img/www/) → (../img/www/web/) */
/* 画像urlをカンプから変更 (../img/www/character) → (../img/www/web/characters) */

@media screen and (min-width: 681px){

@font-face {
      font-family: 'TBcinema';
      src: url(../fonts/26130.ttf);
}

html{height: 100%;}

body {
	height: 100%;
	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;*/
}

.storySelect,
.storyScene,
.items,
.favorite,
.collection,
.inventory,
.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,
.messages,
.kokuhaku,
.mypage,
.yellList,
.yellDetail{
	background: url(../img/www/web/bg3.png) no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}


img{
	border-width: 0;
	max-width: 100%;
	height: auto;
	border-width: 0;
}

.clearboth{clear: both;}

.clearfix{clear: both;}

.hide{display: none !important;}

#wrap{
	position: relative;
	min-height: 100vh; 
	padding-bottom: 100px; 
	box-sizing: border-box;
}

.container{
	min-height: 100%;
	margin: 0;
	padding: 0;

}

.logins .container{padding: 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: 15px;
	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: 15px;
	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{

	width: 680px;
  	margin: 0 auto 0 auto;
	padding: 0;
}



/****info**********************************************************/


.info{
	overflow: hidden;
	clear: both;
	margin: 0 0 20px 0;
	padding: 30px 0 30px 0;
	background: #000;
}

.info_inner{
	width: 680px;
	margin: 0 auto 0 auto;
	padding: 0;
}

.info .icon_app{
	float: left;
	overflow: hidden;
	width: 150px;
	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: 520px;
	margin: 0;
	padding: 15px 0 0 0;
}

.info .app_detail dt{
	float: left;
	clear: both;
	width: 25%;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 18px;
	text-align: right;
	color: #fff;
}

.info .app_detail dd{
	float: left;
	width: 73%;
	margin: 0;
	padding: 0 0 0 5px;
	font-size: 18px;
	text-align: left;
	color: #fff;
}

.info ul{
	list-style: none;
	overflow: hidden;
	clear: both;
	margin: 0;
	padding: 20px 0 0 0;
}


.info .app_store{
	float: left;
	width: 49%;
	margin: 0;
	padding: 0;
}

.info .google_play{
	float: left;
	width: 49%;
	margin: 0;
	padding: 0;
}



/****フッター**********************************************************/

#footer{
	position: absolute;
	position: fixed;
    	bottom: 0;
	z-index: 3333;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0 0 15px 0;
	background: #251302;
}

.ft_navi{
	list-style: none;
	width: 680px;
	margin: 0 auto 0 auto;
	padding: 0;
	
}

.ft_navi li{
	float: left;
	box-sizing: border-box;
	width:	136px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.ft_navi li a{ 

	display: block;
	margin: 0;
	padding: 30px 0 30px 0;
	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;
	width: 540px;
	height: 60vh;
	margin: 0 auto 0 auto;
	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: 15px;	
	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%;
	text-align: center;

}


}/*end*/