@charset "utf-8";
/* トップページ（ポップアップ用） */
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 120vh;
	display: none;
}
#modal {
	width: 100%;
	height: 100vh;
	display: block;
	box-sizing: border-box;
	padding: 15px 0 0 0;
	overflow: hidden;
	z-index: 2000;
}
.modal_inner {
	margin: 0 10px;
	padding: 0 0 10px;
	position: relative;
	border: 2px solid #e3c02f;
	border-radius: 10px;
	text-align: left;
	color: #0d0a00;
	background: #fafafa;
}

.pay_top .modal_inner{
	background: #2e1f34;
	padding: 0;
}
.modal_inner .tit_sub {
  min-height: 60px;
}
.modal_inner .btn_close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: -10px;
	top: -15px;
	z-index: 1;
	font-size: 0;
	background: url(../images/pay/popup/icon_close.png) no-repeat;
	background-size: 100%;
	cursor: pointer;
}
.modal_inner h2 {
	height: 43px;
	border-radius: 8px 8px 0 0;
	line-height: 43px;
	letter-spacing: 2px;
	text-align: center;
	text-shadow: 0 0 1px #5d4617, 0 0 1px #5d4617, 0 1px 1px #5d4617, 0 1px 1px #5d4617, 0 1px 2px #5d4617;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	position: relative;
	background: url(../images/pay/popup/tit_sub.jpg) no-repeat;
	background-size: 100%;
}

.modal_inner .ppvtitle {
	font-size: 13px;
	line-height: 1.3;
	width: 210px !important;
/*	text-shadow: none !important;
	color: #000 !important;*/
}

.modal_inner .box_new li.new .ppvtitle span.date {
	background: url(../images/pay/icon_ppv.png) no-repeat 31% center;
	background-size: 55px;
}

.modal_inner .box_new li.new .ppvtitle span.date:after {
	top: -1px;
}

/*.modal_inner h2 + .box_new .ppvtitle {
	color: #fff !important;
}
*/