@charset "Shift_JIS";

/* ================================================== *
 *    bookmark _modal （PC）
 * ================================================== */
.bookmark_nologin_comment_modal {
	display: none;
	max-width: 80vw;
	width: 500px;
	padding: 20px 30px;
	background-color: #ffffff;
	border: 3px solid #B1DBF2;
	border-radius: 8px;
	position: fixed;
	z-index: 100;
	top:35%;
}

.bookmark_nologin_comment_modal--close {
	cursor: pointer;
	color: #888888;
	font-size: 30px;
	position: absolute;
	right: 5px;
	top: 5px;
}

.bookmark_nologin_comment_modal--sentence {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}

.bookmark_nologin_comment_modal--button-left {
	min-width: 180px;
	margin: 0 0 0 60px;
	float: left;
}
.bookmark_nologin_comment_modal--button-right {
	min-width: 180px;
	margin: 0 0 0 10px;
	float: left;
}

.bookmark_nologin_comment_modal--background {
	display:none;
	width:100vw;
	height:100vh;
	background-color: rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	left:0;
	z-index: 99;
}

button.tt_button2-2,
a.tt_button2-2 {
  line-height: 40px;
  padding: 0 15px 0 0;
}

/* ================================================== *
 *    bookmark _modal （SP）
 * ================================================== */
.is-sp .bookmark_nologin_comment_modal {
	display: none;
	max-width: 80vw;
	width: 210px;
	padding: 20px 30px;
	background-color: #ffffff;
	border: 3px solid #B1DBF2;
	border-radius: 8px;
	position: fixed;
	z-index: 100;
	top:35%;
}

.is-sp .bookmark_nologin_comment_modal--close {
	cursor: pointer;
	color: #888888;
	font-size: 25px;
	position: absolute;
	right: 0;
	top: -6px;
}

.is-sp .bookmark_nologin_comment_modal--sentence {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}

.is-sp .bookmark_nologin_comment_modal--button--confirm {
	margin: 0 0 5px 0 ;
}

button.tt_button2-2,
a.tt_button2-2 {
	line-height: 30px;
}
