@charset "utf-8";

/* ------------------------------------------------------------ comment_menu */

#comment_menu.open { bottom: 0%; }
#comment_menu { transition: 0.5s; bottom: -100%; position: absolute; bottom: -100%; background: rgba(255, 255, 255, 0.95); left: 0; min-height: 0; width: 100%; z-index: 99;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

#comment_menu .container { position: relative; }

#comment_menu .close { position: absolute; right: 3%; top: 10px; cursor: pointer; }

#comment_menu .comments { padding: 0 0 10px; }
#comment_menu .comments .box { background: none; padding: 5px 0; }
#comment_menu .comments .text { color: #000; } 
#comment_menu .comments .text span { font-weight: bold; color: #000; }
#comment_menu h4 { text-align: center; padding: 20px 0; font-size: 14px; }
#comment_menu .form { position: relative; bottom: 0; left: 0; width: 100%; z-index: 99; }

#comment_menu .form input[type="submit"] { 
	position: absolute;
	right: 0;
	right: 10px;
	top: 0;
	bottom: 0;
	padding: 0 15px;
	height: 40px;
	background: #ea4a62;
	font-size: 12px;
	color: #fff;
	font-family: 'Noto-Sans-JP-Medium';
	text-align: center;
	margin: auto;
	border-radius: 40px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

#comment_menu .form input[type="text"] { 
	width: 100%;
	box-sizing: border-box;
	border: none;
	outline: none;
	padding: 15px 125px 15px 15px;
	font-family: 'Noto-Sans-JP-Light';
}

#comment_menu .new_user { display: none; }
#comment_menu .new .send { display: none; }
#comment_menu .new .new_user { display: block; }

#comment_menu .new_user input[type="submit"]{ background: #076a92; }

/* ------------------------------------------------------------ mobile */
@media only screen and (max-width:500px){

}