/*  -------------------------------BASIC------------------------------- */
.sp_only{
	display:none;
}

/*  -------------------------------MENU BUTTON------------------------------- */
.btn {
	box-shadow:0 0 4px rgba(0,0,0,0.2);
	cursor: pointer;
}

/*  -------------------------------GLOBAL MENU------------------------------- */
.globalmenu{
	width:380px;
	background-color:rgba(75,190,180,0.9);
	top:-100%;
	right:-100%;
	max-height:calc(100vh - 60px);
	border-radius:5px;
	padding:12px 15px 12px;
}
.globalmenu.open{
	top:24px;
	right:24px;
	opacity:1;
	box-shadow:0 0 8px rgba(0,0,0,0.5);
}
.gm_basic li a, .gm_basic li a.linefriend{
	background-color:rgba(255,255,255,1);
	transition:0.2s;
}
.gm_basic li a:hover{
	background-color:rgba(255,255,255,0.7);
	background-size:18px 18px;
}
.gm_basic li a.linefriend:hover{
	background-color:rgba(255,255,255,0.7);
	background-size:36px 36px;
}
.gm_rooms li div{
	transition:0.2s;
}
.gm_rooms li div:hover{
	background-size:60px auto, 99px 99px;
}

html.is-fixed, html.is-fixed body{
	overflow:auto;
}

/*  -------------------------------FOOTER------------------------------- */
footer .back_to_top{
	opacity:0.75;
	transition:0.2s;
}
footer .back_to_top:hover{
	opacity:1;
}

 /*  -------------------------------LINE------------------------------- */
  .content_line{
	width:396px;
	margin:30px auto;
	padding:1px 12px 12px;
	border-radius:5px;
 }