#view_frame{
    position: absolute;
    left: 0px;
    top: 0px;
    width:800px;
    height: 799px;  
}

.zeroposi_up100{
	position: absolute;
	top: -100px;  
}

.zeroposi_up200{
	position: absolute;
	top: -200px;  
    left: 0px;
}

#talk_box_800{
	position: absolute;
	top: 100px;  
    left: 0px;
}

#name_face{
	position: absolute;
	top: 0px;  
    left: 0px;
}

#dialog_base{
	position: absolute;
	top: 0px;  
    left: 0px;
}

#talk_box.talk_up100{
	position: absolute;
	top: 0px;  
}

#backto_map{
	position: absolute;
	padding:14px 200px 0px 30px;
	height:43px;
	left: 550px; 
	top: 720px;  
}

#event_end{
	position: absolute;
	padding:14px 30px 0px 130px;
	left: -100px; 
	top: 720px;  
	height:43px;
}

#coin_view{
	position: absolute;
	padding:10px 30px 10px 130px;
	left: -100px; 
	top: 720px;  
	font-size: 1.4em;
	line-height:1.6em;
}


#item_num_area{
	display: inline-block;
}

.help_icon_q{
    display: inline-block;
    opacity: 1;
	margin:-5px -20px -8px 10px;
}

.item_img_circle{
	width:50px;
	border-radius: 30px;
	margin:5px 5px -15px 5px;
	padding:5px;
	background: #fff;
}

.item_img_left{
	height:50px;
	margin:-20px 0px -20px 0px;
	padding:5px;
	display: inline-block;
}

#ending_in1{
	position: absolute; 
	left: 0px; 
	top: 0px;
    width:0px;
    height:800px;
	transform-origin: 0 0;
	overflow: hidden;
	opacity: 1;
	transition: 1s ease-in 1s;
}

#ending_in1.fade_in{
	opacity: 1;
	width:800px;
}

#ending_in2{
	position: absolute; 
	left: 0px; 
	top: 0px;
    width:0px;
    height:800px;
	transform-origin: 0 0;
	overflow: hidden;
	opacity: 1;
	transition: 4s ease-in 0s;
}

#ending_in2.fade_in{
	opacity: 1;
	width:800px;
}

.ed_img{
	position: absolute; 
	left:	0px;
    top:	100px;
/*
	left:	50px;
    top:	186px;
    width:380px;
    */
}

.ed_txt{
	position: absolute; 
	display: flex;
	align-items: center;
	justify-content: center;
	width:	350px;
	height:	500px;
	left:	400px;
	top:	50px;
	text-align:center;
	font-size:120%;
	line-height:2em;
	color:#ffffff;
	text-decoration:none;
}

#ed_txt_box{
	position: absolute;
	left: 0px;
	top: 100px;
	width:800px;
	height:600px;
	overflow-y: hidden;
	overflow-x: hidden;
}


#ed_txt_main{
	position: absolute; 
	display: flex;
	align-items: center;
	justify-content: center;
	left:	400px;
	top:	800px;
	text-align:center;
	font-size:120%;
	line-height:2em;
	color:#ffffff;
	text-decoration:none;
	transition: 75s linear 1.5s;
}

#ed_txt_main.showup {
	top:	-2150px;
}


/*イベント時アイテム数描画用*/
#map_item_num{
	position: absolute;
	padding:10px 30px 10px 130px;
	left: -100px; 
	top: 630px;  
	font-size: 1.4em;
	line-height:1.6em;
}
#map_left_comment{
	position: absolute;
	padding:10px 30px 10px 130px;
	left: -100px; 
	top: 570px;  
	font-size: 1em;
    line-height:1.6em;
    white-space: pre;
}

.finish_mini{
	position: absolute;
	left: 286px; 
	top: 283px;  
}


#cafe_menu_left{
	position: absolute;
	left: 30px; 
	top: 160px;  
}
#cafe_menu_right{
	position: absolute;
	left: 520px; 
	top: 160px;  
}
dt{
    text-align: center;
    font-size: 1.5em;
    line-height: 1.1em;
}
dt.cookie_menu{
    font-size: 1.2em;
    line-height: 1.4em;
}
dt.cookie_soldout{
    font-size: 1.2em;
    line-height: 1.4em;
	color: #fff;
	text-decoration: line-through;
	margin-bottom: 0.5em;
}
