@charset "utf-8";
/*////////////////////////////////////////////////////////

common

////////////////////////////////////////////////////////*/
.f_left {
	float: left;
}
.f_right {
	float: right;
}
.f_none {
	float: none !important;
	margin: 0 auto;
}
.d_none {
	display: none;
}
section {
	clear: both;
	margin-bottom: 20px;
}

/*----- 汎用box -----*/
.box {
	position: relative;
	overflow: hidden;
	clear: both;
}

/*----- 新規2日間出し分け -----*/
.new_member_off, .new_member_on {
	display: none;
}
.new_member-0 .new_member_off, .new_member-1 .new_member_on {
	display: block;
}

/*----- 従量未購入出し分け -----*/
.unpaido_off, .unpaido_on,
.new_member-0 .unpaido_off, .new_member-0 .unpaido_on{
	display: none;
}

/*----- COIPO以外 新規2日間出し分け -----*/
.join_member_off, .join_member_on {
	display: none;
}
.join_member-0 .join_member_off, .join_member-1 .join_member_on {
	display: block;
}

.unpaido-0 .unpaido_off, .unpaido-1 .unpaido_on {
	display: block;
}

/*////////////////////////////////////////////////////////

free

////////////////////////////////////////////////////////*/
.free_top section, .free_top p {
	margin-bottom: 0;
}

.free_top p {
	color: #000;
}

.user_comment {
	background: url(../images/free/bg_commnt_btm.jpg) no-repeat left bottom, url(../images/free/bg_commnt_mid.jpg) repeat-y left top;
	background-size: 100% auto;
	padding: 0 11px 40px 9px;
	margin-bottom: 5px;
}

.user_comment .inner {
	background: #fff;
	border: 2px solid #333333;
	border-radius: 0 0 10px 10px;
	height: 170px;
	overflow: hidden;
	position: relative;
	width: 300px;
	box-sizing: border-box;
}

.user_comment ul {

	width: 300px;
	overflow: hidden;
	box-sizing: border-box;
}

.loopSliderWrap {
	top: 0;
	left: 0;
	width: 300px;
	overflow: hidden;
	position: absolute;
	box-sizing: border-box;
}

.user_comment ul li {
	box-sizing: border-box;
}

.user_comment dl {
	display: table;
	margin: 0px 12px;
	padding-bottom: 10px;
	padding-top: 10px;
	background: url(../images/free/line.jpg) no-repeat left bottom;
	background-size: auto;
}

.user_comment dt {
	display: table-cell;
	width: 30px;
	vertical-align: top;
	padding-right: 8px;
	padding-top: 2px;
}

.user_comment dd {
	display: table-cell;
	color: #000;
	text-align: left;
	vertical-align: top;
	line-height: 1.3;
	font-size: 12px;
	perspective: 1000;
	-webkit-perspective: 1000;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.user_comment dd span {
	display: block;
	font-size: 11px;
	color: #858585;
	margin-bottom: 3px;
}

#main .user_comment dd span img {
	width: 40px;
}

.user_comment + .kome {
	font-size: 11px;
}

.btn_free {
	position: relative;
	z-index: 99;
	margin: 0 0 20px 7px;
}
.btn_free li {
	width: 155px;
	float: left;
	margin-left: 0px;
}

.btn_free a {
	display: block;
	background: url(../images/free/sprite_btn_free.png) left top no-repeat;
	background-size: 305px auto;
	background-position: 0px 0px;
	height: 90px;
	width: 155px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.btn_free li:last-child a {
	background-position: -155px 0px;
}

.btn-regist {
	margin: 0 15px;
	text-align: center;
	position: relative;
}
.btn-regist a {
	display: block;
	width: 100%;
	height: 85px;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/free/btn_regist.png) no-repeat center top;
	background-size: 100%;
}


/*////////////////////////////////////////////////////////

free fortune

////////////////////////////////////////////////////////*/
.free_index p {
	margin-bottom: 0;
}

/* form */
.inner_txt {
	position: relative;
	z-index: 1000;
}

.form_wrap {
	padding: 15px 20px 65px;
	background: url(../images/free/bg_ff_mid.jpg) repeat-y;
	background-size: 100%;
	position: relative;
}

.form_wrap h2 {
	min-height: 90px;
	margin-bottom: 20px;
}

.form_wrap:after {
	background-image: url(../images/free/bg_ff_btm.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	content: '';
	width: 100%;
	height: 90px;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.form_wrap dt {
	float: left;
	width: 25%;
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	background: #a50379;
	border-radius: 2px;
	margin-right: 3px;
	padding: 0 2px;
}

.form_wrap dd {
	margin-bottom: 0;
	float: left;
	width: 72%;
}
.form_wrap input[type="text"] {
	width: 100%;
	padding: 0 5px;
	box-sizing: border-box;
	height: 35px;
	line-height: 1;
	outline: 0;
	border: 1px solid #000;
	border-radius: 0;
	font-size: 13px;
}

/*注意文言*/
.form_wrap .att {
	padding: 0;
	text-align: center;
	font-size: 12px;
	color: #7d7d7d;
}

/*名前*/
.name_wrap {
	overflow: hidden;
}
.name_wrap li {
	width: 49%;
	float: left;
	padding: 0;
}
.name_wrap li:last-child {
	float: right;
}

/*性別*/
.sex_wrap {
	overflow: hidden;
}
.sex_wrap li {
	width: 100%;
	float: left;
	padding: 0;
	box-sizing: border-box;
}

.sex_wrap dt {
		width: 75px;
}
.sex_wrap dd {
	width: 90px;
}
.sex_wrap select {
	width: 100%;
	border: 1px solid #000;
	border-radius: 0;
	padding-left: 15px;
	background: url(../images/icon/arrow_select.png) no-repeat 88% center #fff;
	background-size: 12px;
	margin-right: 0;
	height: 35px;
	line-height: 35px;
}

.ff_name_txt {
	background: #a50379;
	width: 100px;
	color: #fff !important;
	margin: 0 auto 10px auto !important;
	padding: 5px 0;
	font-size: 13px;
	font-weight: bold;
	border-radius: 2px;
}

.form_wrap .anohito .ff_name_txt, .form_wrap .anohito  dt {
	background: #5303a5;
}

/* 緊急鑑定 */
.kinkyu_kantei {
	background: url(../images/free/kinkyu_kantei_bg_btm.jpg) no-repeat bottom, url(../images/free/kinkyu_kantei_bg_mid.jpg) repeat-y;
	background-size: 100%, 100%;
	padding-bottom: 60px;
}

.kinkyu_kantei .box01 {
	position: relative;
	background: url(../images/free/kinkyu_kantei_teller.jpg) no-repeat;
	background-size: 100%;
	min-height: 263px;
}
.kinkyu_kantei .box01 li {
	position: absolute;
	bottom: 53px;
	left: 17px;
	overflow: hidden;
	width: 168px;
	height: 36px;
	border-radius: 10px;
}

.kinkyu_kantei .box02 {
	position: relative;
	background: url(../images/free/kinkyu_kantei_img.jpg) no-repeat;
	background-size: 100%;
	min-height: 329px;
}
.kinkyu_kantei .box02 li {
	position: absolute;
	bottom: 25px;
	left: 15px;
	overflow: hidden;
	width: 291px;
	height: 93px;
	border-radius: 10px;
}

.kinkyu_kantei .box01 li a, .kinkyu_kantei .box02 li a {
	display: block;
	width: 100%;
	height: 100%;
}

/* その他メニュー */
.other_menu .box01 {
	position: relative;
	background: url(../images/free/other_menu_img01.jpg) no-repeat;
	background-size: 100%;
	min-height: 463px;
}
.other_menu .box01 li {
	position: absolute;
	bottom: 15px;
	left: 22px;
	overflow: hidden;
	width: 279px;
	height: 55px;
	border-radius: 30px;
}

.other_menu .box01 li a,.other_menu .box02 li a {
	display: block;
	width: 100%;
	height: 100%;
}

.other_menu .box02.docomo-branch-0 {
	position: relative;
	background: url(../images/free/other_menu_img02-0.jpg) no-repeat;
	background-size: 100%;
	min-height: 463px;
}

.other_menu .box02.docomo-branch-1 {
	position: relative;
	background: url(../images/free/other_menu_img02-1.jpg) no-repeat;
	background-size: 100%;
	min-height: 463px;
}

.other_menu .box02 li {
	position: absolute;
	bottom: 30px;
	left: 18px;
	overflow: hidden;
	width: 288px;
	height: 79px;
	border-radius: 25px;
}


/*鑑定ボタン*/
.btn_wrap {
	clear: both;
	width: 87%;
	margin: 15px auto 0 auto;
	text-align: center;
}
.btn_wrap .muryo {
	width: 100% !important;
	padding: 0 !important;
	border: 0 !important;
	-webkit-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	background: none;
}

.form_wrap dl, .name_wrap dl {
	overflow: hidden;
}

.img_noline {
	margin-bottom: -1px !important;
}


/*////////////////////////////////////////////////////////

共通パーツ

////////////////////////////////////////////////////////*/

/*　メニューリスト　*/
.list-menu-link {
	background: url(../images/menu/list_bg_mid.jpg) repeat-y;
	background-size: 100%;
	position: relative;
	display: table;
	width: 100%;
	padding: 12px 0;
}

.list-menu-link.blue, .list-menu-link.yellow {
	background: none;
	padding: 0;
}

.list-menu-link:before {
	background-image: url(../images/menu/list_bg_top.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	content: '';
	width: 100%;
	height: 20px;
	position: absolute;
	top: -1px;
	left: 0;
}

.list-menu-link:after {
	background-image: url(../images/menu/list_bg_btm.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	content: '';
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.list-menu-link.blue:before, .list-menu-link.blue:after, .list-menu-link.yellow:before, .list-menu-link.yellow:after {
	display: none;
}

.list-menu-link li {
	margin: 0 7px;
}

.list-menu-link.blue li,.list-menu-link.yellow li {
	margin: 0 0px;
}

.list-menu-link li a {
	display: block;
	text-align: left;
	padding: 13px 25px 13px 8px;
	box-sizing: border-box;
	font-size: 14px;
	text-decoration: none;
	line-height: 1.3;
	color: #fff;
	position: relative;
	z-index: 1000;
	border-bottom: 1px solid #996666;
	text-shadow: 1px 1px 1px #000;
	margin: 0 5px;
	box-sizing: border-box;
}

.list-menu-link.blue li a {
	background: #360171;
	text-shadow: none;
	padding: 13px 27px 13px 15px;
	font-weight: bold;
	margin: 0;
}

.list-menu-link.yellow li a {
	background: #f19901;
	text-shadow: none;
	padding: 13px 27px 13px 15px;
	font-weight: bold;
	margin: 0;
}

.list-menu-link li:last-child a {
	border: none;
}

.list-menu-link li a:after {
	content: "";
	width: 14px;
	height: 16px;
	margin-top: -7px;
	position: absolute;
	top: 50%;
	right: 3px;
	background: url(../images/menu/list_arrow.png) no-repeat;
	background-size: 100%;
}

.list-menu-link li a:after {
	content: "＞";
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -7px;
	font-weight: bold;
	font-family: none;
	font-size: 13px;
	background: none;
}

.all_view {
	text-align: center !important;
	margin: 2px 10px 0 auto;
	width: 125px;
	position: relative;
	z-index: 999;
}

.all_view a {
	width: 100%;
	display: block;
	color: #fff;
	text-decoration: none;
	background: #cd0202;
	background: -moz-linear-gradient(top, #cd0202 0%, #cd0251 100%);
	background: -webkit-linear-gradient(top, #cd0202 0%, #cd0251 100%);
	background: linear-gradient(to bottom, #cd0202 0%, #cd0251 100%);
	border-radius: 20px;
	border: 2px solid #fff;
	padding: 5px 0;
	font-size: 14px;
	position: relative;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	line-height: 1;
}

.list-menu-link.blue + ul .all_view, .list-menu-link.yellow + ul .all_view {
	margin: 5px 5px 0 auto;
}

.list-menu-link.blue + ul .all_view a {
	border: 1px solid #fff;
	background: #929291;
	box-shadow: none;
	padding: 7px 0;
	background: -moz-linear-gradient(top, #929291 0%, #929291 100%);
	background: -webkit-linear-gradient(top, #929291 0%, #929291 100%);
	background: linear-gradient(to bottom, #929291 0%, #929291 100%);
}

.list-menu-link.yellow + ul .all_view a {
	border: 1px solid #fff;
	background: #d99503;
	box-shadow: none;
	padding: 7px 0;
}

.all_view a:after {
	content: "";
	width: 13px;
	height: 16px;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	right: 8px;
	background: url(../images/menu/list_arrow.png) no-repeat;
	background-size: 100%;
}


/*　テキストシャドウ　*/
.text-light-pink {
	color: #fff;
	text-shadow: 0 0px 5px #ea03bc, 0 0px 5px #ea03bc, 0 0 5px #ea03bc;
}
.text-light-blue {
	color: #fff;
	text-shadow: 0 1px 5px blue, 0 1px 5px blue, 0 1px 5px blue;
}
.text-light-sky {
	color: #fff;
	text-shadow: 0 1px 5px #25bdbd, 0 1px 5px #25bdbd, 0 1px 5px #25bdbd;
}
.text-light-purpule {
	color: #fff;
	text-shadow: 0 1px 5px #a709da, 0 1px 5px #a709da, 0 1px 5px #a709da, 0 1px 5px #a709da, 0 1px 5px #a709da;
}
.text-light-red {
	color: #fff;
	font-weight: bold;
	text-shadow :
	 2px  2px 2px #ff0000,
	-2px  2px 2px #ff0000,
	 2px -2px 2px #ff0000,
	-2px -2px 2px #ff0000,
	 2px  0px 2px #ff0000,
	 0px  2px 2px #ff0000,
	-2px  0px 2px #ff0000,
	 0px -2px 2px #ff0000;
}

.text-light-yellow {
	color: #fff;
	text-shadow: 0 0px 7px #d6d606, 0 0px 10px #d6d606;
}


/*////////////////////////////////////////////////////////

menu

////////////////////////////////////////////////////////*/
.m_txt {
	/* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; */
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.t_txt_red {
	text-shadow: 0 0 4px #ff0018, 0 0 4px #ff0018, 0 0 4px #ff0018,0 0 4px #ff0018;
}

.menu section {
	margin-bottom: 0;
}
.menu p {
	margin-bottom: 0;
}

/*----- 緊急メッセージ -----*/
.box_urgent .box a {
	display: block;
	width: 240px;
	height: 80px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.kinkyu_msg {
	margin: 0 10px 10px 10px;
	border-radius: 5px;
	background: #ff0000;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
}
.kinkyu_msg p {
	margin-bottom: 0;
	border-radius: 7px;
	line-height: 17px;
	font-size: 13px;
}
.kinkyu_msg a {
	display: block;
	padding: 8px 38px 8px 38px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	line-height: 1.4;
}
.kinkyu_msg a .tenmetsu {
	display: block;
	padding-bottom: 2px;
	position: relative;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}

.kinkyu_msg p {
	border: 2px solid #fff100;
}
.kinkyu_msg.fri p span {
	color: #fff100;
}
.kinkyu_msg a {
	background: url(../images/menu/icon_kinkyu.png) no-repeat 10px center, url(../images/menu/icon_kinkyu.png) no-repeat 96% center;
	background-size: 23px;
}

.tenmetsu {
	-webkit-animation: blink_img 1s ease-in-out infinite alternate;
	-moz-animation: blink_img 1s ease-in-out infinite alternate;
	animation: blink_img 1s ease-in-out infinite alternate;
}

@-webkit-keyframes blink_img {
	 0% {
	opacity:1;
	}
 100% {
	opacity:0.2;
	}
}
@-moz-keyframes blink_img {
	 0% {
	opacity:1;
	}
	 100% {
	opacity:0.2;
	}
}
@keyframes blink_img {
	 0% {
	opacity:1;
	}
	 100% {
	opacity:0.2;
	}
}

/*----- メインビジュアル -----*/
.menu .main_visual {
	background: url(../images/menu/bg_main_visual_mid.jpg) repeat-y;
	background-size: 100%;
	position: relative;
	padding: 10px 0 30px 0;
	margin-bottom: 15px;
}

.menu .main_visual:after {
	background-image: url(../images/menu/bg_main_visual_btm.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	content: '';
	width: 100%;
	height: 21px;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.menu .main_visual .box_teller {
	background: url(../images/menu/teller_main.jpg) no-repeat;
	background-size: 100%;
	min-height: 292px;
	position: relative;
	margin-bottom: -75px;
}

.menu .main_visual .box_teller .serif {
	padding: 0px;
	margin: 0 0px 10px 20px;
	top: 20px;
	background: none;
	box-shadow: none;
	-webkit-filter: none;
	filter: none;
	font-size: 15px;
	font-weight: bold;
	color: #660000;
	line-height: 1.8;
	text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}

.menu .main_visual .box_teller .serif:after {
	display: none;
}

.menu .main_visual .box_teller .serif span {
	display: block;
	padding: 10px 5px 5px 0px;
}

.menu .main_visual .box_teller a {
	display: block;
	width: 200px;
	position: absolute;
	left: 18px;
	top: 135px;
}

/*----- メインメニュー -----*/
.main_visual a {
	display: block;
}
.menu .main_visual li {
	width: 49.5%;
	position: relative;
	float: left;
	border-radius: 7px;
}

.menu .main_visual li:nth-child(even) {
	float: right;
}

.box_menu {
	position: relative;
}
.box_menu .inner {
	height: 411px;
	padding: 0px 7px 0;
	background: url(../images/menu/bg_menu.png) no-repeat;
	background-size: 100%;
}

.box_menu .inner li {
	height: 45px;
	margin-bottom: 5px;
}
.box_menu .inner li.w100 {
	width: 100%;
	float: none;
	clear: both;
}

.box_menu .inner li.menu-month a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	line-height: 45px;
}

.menu-kobetsu li:nth-child(n + 3), .box_menu .inner .menu-ppv li {
	height: 50px;
}

.menu-kobetsu li.hadou-link-0 a.before, .menu-kobetsu li.hadou-link-1 a.after {
	display: block;
}

.menu-kobetsu li.hadou-link-0 a.after, .menu-kobetsu li.hadou-link-1 a.before {
	display: none;
}

.box_menu .inner li a {
	width: 100%;
	height: 100%;
}

.box_menu .icon-1:after {
	content: "";
	position: absolute;
	z-index: 1;
}
.box_menu .icon-1:after {
	width: 22px;
	height: 22px;
	top: -6px;
	right: -2px;
	background: url(../images/icon/icon-mark.png) no-repeat;
	background-size: 100%;
}

.bg_border {
	position: relative;
	background: url(../images/line/03.png) center top no-repeat, url(../images/line/04.png) center bottom no-repeat;
	background-size: 100% auto;
	padding: 25px 0;
	margin-bottom: 15px;
}

/*----- 検索 -----*/
.box_search h2 {
	position: relative;
	z-index: 1;
	margin-bottom: -3px;
}
.box_search .inner {
	position: relative;
	background: #ab854a;
	background-size:  100%, 100%, 100%;
	padding: 15px 5px 15px 5px;
	box-sizing: border-box;
	margin: 10px;
	border-radius: 10px;
}
.box_search .inner a {
	display: block;
	padding: 15px 20px 15px 20px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}

.box_search select[name="ctg"] {
	width: 200px;
	height: 36px;
	margin: 0;
	padding: 0 25px 0 10px;
	line-height: 1;
	font-size: 14px;
	color: #660033;
	border-radius: 5px;
	background: url(../images/menu/icon_arrow.png) no-repeat 96% center #fff;
	background-size: 12px;
	border: none;
	box-shadow: 0 0 10px 0px #ffea00;
}

.box_search .inner p {
	color: #000;
	margin-bottom: 10px;
}

.box_search select[name="ctg"] {
	width: 220px;
	height: 37px;
}

.menu .box_search select[name="ctg"] {
	width: 260px;
}

.fortuneSearch .fortune_search {
	margin: 10px auto 30px;
}
.fortuneSearch .box_teller {
	height: 145px;
	background: url(../images/other/teller.png) no-repeat 10px;
	background-size: 37%;
}

.fortuneSearch .box_teller .serif {
	width: 175px;
	top: 15px;
	padding: 20px 10px;
	font-size: 14px;
	border-radius: 15px;
	margin: 0 10px 0 auto;
}

.fortuneSearch .box_teller.right .serif:after {
	top: 38%;
}

/*----- 無料占いの続き -----*/
.btn_to_free a {
	background: url(../images/menu/bg_free_more.png) no-repeat center;
	background-size: 100% auto;
	width: 95%;
	height: 65px;
	margin: 0 auto;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 0;
}

.to_box {
	display: none;
	background: #4c366b;
}

.free_fortune_to_box .tit_sub {
	font-family: none;
}

.tab_list ul {
	text-align: left;
	padding: 0 7px;
	line-height: 1.6;
	margin-bottom: 10px;
	font-size: 13px;
	color: #fff;
}
.tab_list .sub_tit {
	background: url(../images/icon/03.png) no-repeat left 3px;
	-webkit-background-size: 18px auto;
	background-size: 18px auto;
	padding-left: 20px;
	margin-bottom: 6px;
}

.tab_list .sub_tit.nolist {
	background: none;
	padding-left: 0;
	text-align: center;
}

.tab_list .sub_tit a {
	color:#fff;
}

.tab_list .sub_tit.ptn_2 {
	background: url(../images/icon/02.png) no-repeat left 2px;
	-webkit-background-size: 18px auto;
	background-size: 18px auto;
}

.tab {
	overflow: hidden;
	margin-bottom: -1px;
	position: relative;
}
.tab li {
	width: 47%;
	float: left;
	text-align: center;
	color: #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	position: relative;
	font-size: 15px;
}
.free_fortune_to_box .tab01 {
	background: #991542;
	margin: 0 0 0 6px;
}
.free_fortune_to_box .tab02 {
	background: #3a115a;
	margin: 0 6px 0 6px;
}

.free_fortune_to_box .tab02 a {
	opacity: 0.5;
}

.free_fortune_to_box .tab {
	margin-top: 5px;
}
.free_fortune_to_box .tab li a {
	padding: 8px 0 6px;
	display: block;
	text-decoration: none;
	color: #fff;
}
.tab_list {
	border: 1px solid #fff;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}
.tab_list .panel {
	display: none;
	padding: 15px 0px 10px 0;
}

.tab_list .panel.is-show {
	display: block;
}

/*----- あなたの恋の運命 -----*/
.koi_unmei .box01 {
	position: relative;
	background: url(../images/menu/koi_unmei_bg.jpg) no-repeat;
	background-size: 100%;
	min-height: 263px;
}
.koi_unmei .box01 li {
	position: absolute;
	overflow: hidden;
	width: 170px;
	height: 65px;
	border-radius: 10px;
}

.koi_unmei .box01 li a {
	display: block;
	width: 100%;
	height: 100%;
}

.koi_unmei .box01 li:nth-child(1) {
	top: 13px;
	left: 7px;
}

.koi_unmei .box01 li:nth-child(2) {
	top: 82px;
	left: 7px;
}

.koi_unmei .box01 li:nth-child(3) {
	top: 150px;
	left: 7px;
}

.koi_unmei .box01 li:nth-child(4) {
	bottom: 14px;
	left: 81px;
	height: 21px;
	width: 95px;
}

.fuki_adjust {
	margin-bottom: -15px !important;
}

.sp_mes_box {
	position: relative;
	background: url(../images/menu/sp_bg.jpg) no-repeat;
	background-size: 100%;
	min-height: 215px;
}

.sp_mes_box p {
	width: 293px;
	margin: 0 auto;
	position: relative;
	top: 55px;
}

.buruburu {
	-webkit-animation: buruburu .1s  infinite;
	animation: buruburu .1s  infinite;
}

@-webkit-keyframes buruburu {
	0% {transform: translate(0px, 0px) rotateZ(0deg)}
	25% {transform: translate(1px, 1px) rotateZ(0deg)}
	50% {transform: translate(0px, 1px) rotateZ(0deg)}
	75% {transform: translate(1px, 0px) rotateZ(0deg)}
	100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
@keyframes buruburu {
	0% {transform: translate(0px, 0px) rotateZ(0deg)}
	25% {transform: translate(1px, 1px) rotateZ(0deg)}
	50% {transform: translate(0px, 1px) rotateZ(0deg)}
	75% {transform: translate(1px, 0px) rotateZ(0deg)}
	100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

/*----- カードリーディング -----*/
.card_reading {
	position: relative;
	background: url(../images/menu/card_reading.jpg) no-repeat;
	background-size: 100%;
	min-height: 652px;
}
.card_reading ul {
	position: relative;
	top: 327px;
}
.card_reading li {
	position: absolute;
	overflow: hidden;
	width: 290px;
	height: 60px;
	border-radius: 6px;
}

.card_reading li a {
	display: block;
	width: 100%;
	height: 100%;
}

.card_reading li:nth-child(1) {
	top: 13px;
	left: 14px;
}

.card_reading li:nth-child(2) {
	top: 84px;
	left: 15px;
}

.card_reading li:nth-child(3) {
	top: 153px;
	left: 14px;
}

.card_reading li:nth-child(4) {
	top: 228px;
	right: 18px;
	height: 27px;
	width: 128px;
	border-radius: 15px;
}

/*----- 心知り鑑定 -----*/
.kokoro_kantei {
	position: relative;
	background: url(../images/menu/kokoro_kantei.jpg) no-repeat;
	background-size: 100%;
	min-height: 663px;
}
.kokoro_kantei ul {
	position: relative;
	top: 327px;
}
.kokoro_kantei li {
	position: absolute;
	overflow: hidden;
	width: 290px;
	height: 60px;
	border-radius: 6px;
}

.kokoro_kantei li a {
	display: block;
	width: 100%;
	height: 100%;
}

.kokoro_kantei li:nth-child(1) {
	top: 13px;
	left: 14px;
}

.kokoro_kantei li:nth-child(2) {
	top: 84px;
	left: 15px;
}

.kokoro_kantei li:nth-child(3) {
	top: 153px;
	left: 14px;
}

.kokoro_kantei li:nth-child(4) {
	top: 228px;
	right: 18px;
	height: 27px;
	width: 128px;
	border-radius: 15px;
}

/*----- 7days -----*/
.sec_7days {
	position: relative;
	height: 562px;
	background: url(../images/menu/sec_7days_bg.jpg) no-repeat;
	background-size: 100%;
	overflow: hidden;
}

.sec_7days h2 {
	min-height: 145px;
}

.sec_7days ul {
	position: relative;
	counter-reset: number 0;
}

.sec_7days li {
	height: 49px;
	position: absolute;
	width: 147px;
}

.sec_7days li:before {
	counter-increment: number 1;
	content: counter(number)"日目";
	width: 50px;
	height: 15px;
	color: #fff;
	background: #ff0000;
	position: absolute;
	left: 0;
	top: -10px;
	font-size: 11px;
	line-height: 1;
	padding: 2px 0 1px 0;
	border-radius: 3px;
	font-weight: bold;
	z-index: 1;
	transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	-webkit-transform: rotate(-8deg);
	box-shadow: 0px 2px 5px rgb(0 0 0 / 30%);
}

.sec_7days li a {
	display: block;
	width: 100%;
	height: 100%;
}
/* open */
.sec_7days li:nth-child(1) {
	top: 2px;
	left: 7px;
}
.sec_7days li:nth-child(2) {
	top: 333px;
	right: 11px;
}
.sec_7days li:nth-child(3) {
	top: 2px;
	right: 7px;
}
.sec_7days li:nth-child(4) {
	top: 147px;
	right: 48px;
}
.sec_7days li:nth-child(5) {
	top: 70px;
	right: 7px;
}
.sec_7days li:nth-child(6) {
	top: 215px;
	left: 85px;
}
.sec_7days li:nth-child(7) {
	top: 279px;
	left: 16px;
}
.sec_7days li.open-1 a {
	display: block;
	pointer-events: auto;
	height: 100%;
}
.sec_7days li.open-1 a:after {
	content: none;
}

.sec_7days li.open-0:after {
	content: "";
	background: rgba(0,0,0,0.7) url(../images/menu/7days_close.png) center 12px no-repeat;
	background-size: 122px 30px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
}
.sec_7days li.open-0 a {
	pointer-events: none;
}

.btn_all_menu {
	margin: 0 10px;
	text-align: center;
	position: relative;
}
.btn_all_menu a {
	display: block;
	width: 100%;
	height: 57px;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/menu/btn_all_menu.png) no-repeat center top;
	background-size: 100%;
}

.three_link_box {
	position: relative;
	background: url(../images/menu/three_link_box_bg.jpg) no-repeat;
	background-size: 100%;
	min-height: 396px;
}

.menu .three_link_box {
	background: url(../images/menu/three_link_box_bg.jpg) no-repeat left bottom;
	background-size: 100%;
	min-height: 335px;
}

.three_link_box li {
	position: absolute;
	overflow: hidden;
	width: 177px;
	height: 87px;
	border-radius: 5px;
}

.three_link_box li:nth-child(1) {
	top: 73px;
	left: 10px;
}

.menu .three_link_box li:nth-child(1) {
	top: 12px;
}

.three_link_box li:nth-child(2) {
	top: 185px;
	right: 10px;
	height: 87px;
}

.menu .three_link_box li:nth-child(2) {
	top: 124px;
}

.three_link_box li:nth-child(3) {
	top: 292px;
	left: 10px;
	height: 96px;
}

.menu .three_link_box li:nth-child(3) {
	top: 231px;
}

.three_link_box li a {
	display: block;
	width: 100%;
	height: 100%;
}

/*----- midnight -----*/
.sec_midnight .close, .sec_midnight .open {
	position: relative;
	display: none;
	min-height: 239px;
}

.sec_midnight .open {
	min-height: 257px;
}

.sec_midnight .open-0 .close, .sec_midnight .open-1 .open {
	display: block;
}

.sec_midnight .box {

}
.sec_midnight .box.open-0 {
	background: url(../images/menu/bg_midnight_close.jpg) no-repeat;
	background-size: 100%;
	min-height: 444px;
}
.sec_midnight .box.open-1 {
	background: url(../images/menu/bg_midnight_open.jpg) no-repeat;
	background-size: 100%;
	min-height: 461px;
}

.sec_midnight h3 {
	min-height: 110px;
}

.sec_midnight .txt {
	min-height: 40px;
}

.sec_midnight .txt02 {
	min-height: 55px;
}

.sec_midnight .box .close .txt {
	position: absolute;
	top: 39px;
	left: 150px;
	width: 160px;
	font-size: 24px;
	color: #fffeef;
	text-shadow: 0 0 10px #ffea00, 0 0 10px #ffea00;
}

.sec_midnight .box .open a {
	display: block;
	position: absolute;
	bottom: 110px;
	right: 12px;
	width: 162px;
	height: 72px;
}

/*----- 生まれ持った特別なモノ -----*/
.list-menu-wrap {
	background: url(../images/menu/list_menu_bg_btm01.jpg) no-repeat bottom, url(../images/menu/list_menu_bg_mid01.jpg) repeat-y;
	background-size: 100%, 100%;
	padding: 0 10px 20px 10px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1000;
}

.list-menu-wrap.wine {
	background: url(../images/menu/list_menu_bg_btm02.jpg) no-repeat bottom, url(../images/menu/list_menu_bg_mid02.jpg) repeat-y;
	background-size: 100%, 100%;
}

.list-menu-wrap.purple {
	background: url(../images/menu/list_menu_bg_btm03.jpg) no-repeat bottom, url(../images/menu/list_menu_bg_mid03.jpg) repeat-y;
	background-size: 100%, 100%;
}

.list-menu-wrap li {
	margin-bottom: 5px;
}

.list-menu-wrap li a {
	display: block;
	line-height: 1.3;
	color: #000;
	background: #fbf6dc;
	padding: 10px 25px 10px 10px;
	border-radius: 5px;
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	position: relative;
	font-weight: bold;
	box-shadow: 1px 1px 3px #000;
}

.list-menu-wrap li a:after {
	content: "＞";
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -7px;
	font-weight: bold;
	font-family: none;
	font-size: 13px;
}

.list-menu-wrap .all_view {
	text-align: center !important;
	margin: 10px 0px 0 auto;
	width: 110px;
}

.list-menu-wrap li.all_view a {
	background: #007eff;
	color: #fff;
	font-weight: bold;
	border-radius: 30px;
	border: none;
	padding: 5px 20px 5px 10px;
	box-sizing: border-box;
	text-align: center;
}

.list-menu-wrap.wine li.all_view a {
	background: #ff0099;
}

.list-menu-wrap.purple li.all_view a {
	background: #9900ff;
}

.list-menu-wrap li.all_view a:after {
	background: none;
	right: 10px;
}

.born_special .box01 {
	position: relative;
	background: url(../images/menu/thumb03.jpg) no-repeat;
	background-size: 100%;
	min-height: 245px;
}

.born_special .box01 li {
	position: absolute;
	bottom: 26px;
	right: 8px;
	overflow: hidden;
	width: 253px;
	height: 86px;
	border-radius: 10px;
}

.born_special .box01 li a {
	display: block;
	width: 100%;
	height: 100%;
}

/*----- 最強ピッタリ！ -----*/
.strongest {
	position: relative;
	background: url(../images/menu/strongest_bg.jpg) no-repeat;
	background-size: 100%;
	min-height: 551px;
}

.strongest li {
	position: absolute;
	bottom: 97px;
	right: 10px;
	overflow: hidden;
	width: 198px;
	height: 75px;
	border-radius: 10px;
}

.strongest li a {
	display: block;
	width: 100%;
	height: 100%;
}

/*----- 悪縁 -----*/
.bad_ties .box01 {
	position: relative;
	background: url(../images/menu/bad_ties_img03.jpg) no-repeat;
	background-size: 100%;
	min-height: 223px;
}

.bad_ties .box01 li {
	position: absolute;
	overflow: hidden;
	width: 177px;
	height: 86px;
	border-radius: 7px;
}

.bad_ties .box01 li:nth-child(1) {
	top: 13px;
	left: 11px;
}

.bad_ties .box01 li:nth-child(2) {
	bottom: 12px;
	right: 9px;
}

.bad_ties .box01 li a {
	display: block;
	width: 100%;
	height: 100%;
}

/*----- 人生相談 -----*/
.zinsei_soudan .inner {
	margin-bottom: 0;
	background: url(../images/menu/zinsei_soudan_bg_mid.jpg) repeat-y;
	background-size: 100%;
	position: relative;
	padding-bottom: 30px;
}

.zinsei_soudan .inner:after {
	background-image: url(../images/menu/zinsei_soudan_bg_btm.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	content: '';
	width: 100%;
	height: 44px;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.zinsei_soudan .box01, .zinsei_soudan .box01.docomo-branch-common {
	position: relative;
	background: url(../images/menu/thumb04-1.jpg) no-repeat;
	background-size: 100%;
	min-height: 199px;
}

.zinsei_soudan .box01.docomo-branch-docomo {
	background: url(../images/menu/thumb04-0.jpg) no-repeat;
	background-size: 100%;
}

.zinsei_soudan .box01 li {
	position: absolute;
	overflow: hidden;
	width: 203px;
	height: 83px;
	border-radius: 7px;
}

.zinsei_soudan .box01 li:nth-child(1) {
	top: 5px;
	left: 7px;
}

.zinsei_soudan .box01 li:nth-child(2) {
	bottom: 19px;
	left: 7px;
}

.zinsei_soudan .box01 li a {
	display: block;
	width: 100%;
	height: 100%;
}

/* 個別機能導線 */
.kobetsu_box h2 + p {
	margin-bottom: 0;
}
.kobetsu_box .box01 {
	min-height: 281px;
	background: url(../images/menu/kobetsu_box_bg01.jpg) no-repeat;
	background-size: 100%;
	position: relative;
}
.kobetsu_box .box02 {
	min-height: 282px;
	background: url(../images/menu/kobetsu_box_bg02.jpg) no-repeat;
	background-size: 100%;
	position: relative;
}
.kobetsu_box .box03 {
	min-height: 284px;
	background: url(../images/menu/kobetsu_box_bg03.jpg) no-repeat;
	background-size: 100%;
	position: relative;
}

.kobetsu_box .btn {
	width: 261px;
	height: 58px;
	position: absolute;
	bottom: 27px;
	left: 30px;
}

.kobetsu_box .box03 .btn {
	bottom: 28px;
}

.kobetsu_box .btn a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.kobetsu_box .btn.icon_bach-1:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 30px;
	height: 30px;
	top: -10px;
	right: -8px;
	background: url(../images/icon/icon-mark.png) no-repeat;
	background-size: 100%;
}

.kobetsu_box .box03.disp-0 .btn.before, .kobetsu_box .box03.disp-1 .btn.after {
	display: block;
}

.kobetsu_box .box03.disp-0 .btn.after, .kobetsu_box .box03.disp-1 .btn.before {
	display: none;
}

/*.kobetsu_box .box01 .btn.icon_bach-0:after {
	content: "本日は終了しました";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 18px;
	line-height: 1.2;
	white-space: pre;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0 0 10px #8216c9, 0 0 10px #8216c9, 0 0 10px #8216c9, 0 0 10px #8216c9, 0 0 10px #8216c9, 0 0 10px #8216c9;
	background: rgba(0,0,0,0.6);
	border-radius: 10px;
	box-sizing: border-box;
	color: #fff;
}

.kobetsu_box .box02 .btn.icon_bach-0:after {
	content: "本日は終了しました";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 18px;
	line-height: 1.2;
	white-space: pre;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0 0 10px #9c0758, 0 0 10px #9c0758, 0 0 10px #9c0758, 0 0 10px #9c0758, 0 0 10px #9c0758, 0 0 10px #9c0758;
	background: rgba(0,0,0,0.6);
	border-radius: 10px;
	box-sizing: border-box;
	color: #fff;
}

.kobetsu_box .box03 .btn.icon_bach-0:after {
	content: "本日は終了しました";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 18px;
	line-height: 1.2;
	white-space: pre;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0 0 10px #8216c9, 0 0 10px #8216c9, 0 0 10px #8216c9, 0 0 10px #8216c9, 0 0 10px #8216c9, 0 0 10px #8216c9;
	background: rgba(0,0,0,0.6);
	border-radius: 10px;
	box-sizing: border-box;
	color: #fff;
}*/

/*----- 私と恋と未来のこと -----*/
.mirai_box {
	position: relative;
	background: url(../images/menu/bg_mirai.jpg) no-repeat;
	background-size: 100%;
	min-height: 592px;
}
.mirai_box ul {
	position: relative;
	top: 317px;
}
.mirai_box li {
	width: 100%;
	height: 57px;

}

.mirai_box li a {
	display: block;
	width: 100%;
	height: 100%;
}


/*////////////////////////////////////////////////////////

pay

////////////////////////////////////////////////////////*/
.today {
	background: url(../images/pay/bg_today.jpg) no-repeat;
	background-size: 100% auto;
	font-size: 17px;
	line-height: 28px;
	margin-top: 7px;
	height: 28px;
	text-shadow: 1px 1px 2px #fff, 1px 1px 2px #fff;
	margin: 0;
}

.pay_top .main_visual {
	margin-bottom: 0;
}

.pay_top .main_visual .box_teller {
	min-height: 256px;
	background: url(../images/pay/teller_main.jpg) no-repeat top;
	background-size: 100%;
}

.pay_top .main_visual .serif {
	padding: 25px 5px 10px 5px;
	width: 180px;
	top: 15px;
}

.pay_top .main_visual .serif span {
	padding: 0 10px;
	display: inline-block;
	word-break: break-all;
}

.pay_top .main_visual .serif:after {
	top: 65px;
}

.to_read {
	display: block;
	margin: 5px 3px 0 3px;
}

.sec_ppvmenu_new {
	position: relative;
	min-height: 100px;
	margin-top: -68px;
}

/*----- 緊急メッセージ -----*/
.pay_top .fuki_emergency {
	width: 130px;
	min-height: 80px;
	margin: 0;
	position: absolute;
	bottom: 10px;
	right: 2px;
}
.pay_top .read_more {
	display: block;
	margin: 5px 5px 0px;
	text-align: right;
	color: #8000d9;
}

.pay_top .fuki_emergency.icon-1:after {
	content: "";
	width: 28px;
	height: 27px;
	margin: 0;
	position: absolute;
	top: 21px;
	right: 3px;
	background: url(../images/pay/icon-mark.png) no-repeat;
	background-size: 100%;
	z-index: 2;
	-webkit-animation: blink_img 1s ease-in-out infinite alternate;
	-moz-animation: blink_img 1s ease-in-out infinite alternate;
	animation: blink_img 1s ease-in-out infinite alternate;
}

.pay_top .btn_notice.icon-1:after {
	content: "";
	width: 33px;
	height: 33px;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 1;
	background: url(../images/pay/icon-mark.png) no-repeat;
	background-size: 100%;
	-webkit-animation: blink_img 1s ease-in-out infinite alternate;
	-moz-animation: blink_img 1s ease-in-out infinite alternate;
	animation: blink_img 1s ease-in-out infinite alternate;
}

.advice_open-0, .advice_open2-0 {
	 display: none;
}

/*----- ランダム訴求 -----*/
.loop_random {
	width: 185px;
	position: absolute;
	left: 7px;
	top: 30px;
}
.loop_random ul li {
	background: url(../images/pay/bg_random.png) no-repeat;
	background-size: 100% auto;
	min-height: 56px;
	display: table;
	width: 100%;
}
.loop_random ul a {
	display: block;
	padding: 0;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: -1px;
	color: #350101;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	text-shadow: 0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff;
}

.loop_random span {
	font-size: 13px;
}

/*----- 入会から3日間バナー -----*/
.bnr li {
	width: 95%;
	margin: 0 auto;
}
.bnr li {
	margin-bottom: 10px;
}
.bnr li:last-child {
	margin-bottom: 0;
}

/*----- 新着情報 -----*/
.box_new h2 {
	margin-bottom: 3px;
}

.pay_top .sec_new li, .ppv_top  .sec_new li{
	position: relative;
	text-align: left;
	background:  url(../images/pay/news_bg02_top.jpg) no-repeat top, url(../images/pay/news_bg02_btm.jpg) no-repeat bottom, url(../images/pay/news_bg02_mid.jpg) repeat-y;
	background-size: 100%, 100%, 100%, 100%;
	margin-bottom: 2px;
}

.box_new li.new {
	background:  url(../images/pay/news_bg01_top.jpg) no-repeat top, url(../images/pay/news_bg01_btm.jpg) no-repeat bottom, url(../images/pay/news_bg01_mid.jpg) repeat-y;
	background-size: 100%, 100%, 100%, 100%;
}

.box_new a {
	display: block;
	padding: 15px 15px 15px 15px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	color: #300000;
}

.box_new li.all_view, .new_info li.all_view {
	background: none;
	width: 135px;
	margin: 7px 5px 0 auto;
}
.box_new li.all_view a, .new_info li.all_view a {
	background: #ae7b01;
	color: #fff;
	padding: 8px 0;
	box-shadow: none;
	border: none;
	font-size: 16px;
}

.new_info li.all_view a {
	background: #929291;
}

.box_new li.all_view a:after, .new_info li.all_view a:after {
	content: "";
	width: 9px;
	height: 13px;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	right: 11px;
	background: url(../images/pay/icon_arrow.png) no-repeat;
	background-size: 100%;
}

.box_new li.no-ppvicon a:before {
	right: 9px;
}

.box_new .ppvicon {
	width: 70px;
	margin: 0;
	padding-right: 5px;
	float: none;
	display: table-cell;
	vertical-align: middle;
}

.box_new li .ppvtitle, .new_info li .ppvtitle {
	text-decoration: none;
	float: none;
	width: 230px;
	display: table-cell;
	vertical-align: middle;
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	font-weight: normal;
	color: #300000;
	padding-top: 0px;
	padding-bottom: 5px;
}

/*.ppv_top .sec_new.box_new li:nth-child(n + 2) .ppvtitle {
	color: #300000 !important;
}*/

.sec_new li .ppvtitle {
	color: #fff !important;
	text-shadow: 1px 1px 5px #000;
}

.sec_new li.new .ppvtitle {
	color: #300000 !important;
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;

}

.ppv_top .box_new.pickup li .ppvtitle {
	color: #000 !important;
	text-shadow: none;
	font-weight: bold;
}

.box_new li .icon-ppv {
	margin: 0 0 3px 0px;
	padding-left: 59px;
	background: url(../images/pay/icon_ppv.png) no-repeat 0% center;
	background-size: 55px;
	font-weight: normal;
	font-weight: bold;
	text-shadow: none;
	color: #ffff00 !important;
	position: relative;
	display: block;
}

.box_new li.new .icon-ppv {
	background: url(../images/pay/icon_ppv.png) no-repeat 28% center;
	background-size: 55px;
	margin: 0 0 3px 63px;
	padding-left: 105px;
}

.sec_new li.new .icon-ppv {
	color: #ff0000 !important;
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

.box_new li.new .ppvtitle span.date {
	display: block;
	position: relative;
	margin: 0 0 3px 0px;
	font-size: 12px;
	color: #ff0000 !important;
	font-weight: bold;
	text-decoration: none;
}
.box_new li.new .ppvtitle span.date:after {
	display: block;
	content: "";
	width: 42px;
	height: 16px;
	position: absolute;
	top: 1px;
	left: 0px;
	background: url(../images/pay/icon_new.png) no-repeat;
	background-size: 100%;
}

.box_new li .ppvtitle span.date + span {
	display: block;
	text-decoration: underline;
}

.icon-ppv {
	margin: 0 0 5px 5px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

.icon-menu {
	margin: 0 0 5px 5px;
	padding: 0 0 5px 70px;
	font-weight: bold;
	font-size: 13px;
	color: #2c2c2c;
	padding-left: 88px;
	background: url(../images/icon/icon-menu.png) no-repeat left top;
	background-size: 83px;
	position: relative;
}

.icon-ppv.date {
	padding-left: 0;
	display: block;
	text-align: left;
	background: none;
}

.new .icon-ppv.one:after, .new .icon-ppv.two:after {
	left: 61px;
}

#modal .box_new li.no-ppvicon {
	background: url(../images/pay/news_bg02_top.jpg) no-repeat top, url(../images/pay/news_bg02_btm.jpg) no-repeat bottom, url(../images/pay/news_bg02_mid.jpg) repeat-y;
	background-size:100%, 100%, 100%;
}

#modal .box_new li.no-ppvicon .ppvtitle {
	color: #fff !important;
	text-shadow: 1px 1px 5px #000;
	text-decoration: underline;
}

#modal .box_new a:before {
	display: none;
}

/*----- LOOPA -----*/
.box_new.popu_menu li {
	position: relative;
	text-align: left;
	background:  url(../images/pay/news_bg01_top.jpg) no-repeat top, url(../images/pay/news_bg01_btm.jpg) no-repeat bottom, url(../images/pay/news_bg01_mid.jpg) repeat-y;
	background-size: 100%, 100%, 100%, 100%;
	margin-bottom: 2px;
}

/*----- 2ボタン -----*/
.btn_info_ppv {
	min-height: 46px;
	position: relative;
	margin: 0 8px 15px 8px;
	width: 309px;
	box-sizing: border-box;
}

.btn_info_ppv li {
	position: absolute;
	width: 152px;
	height: 63px;
	top: 0;
}

.btn_info_ppv li:first-child {
	left: 0;
}

.btn_info_ppv li:last-child {
	right: 0px;
}

.btn_info_ppv li a {
	display: block;
	width: 100%;
	height: 100%;
}

.pay_top .btn {
	margin: 0 10px 20px 10px;
}

.pay_top .kobetsu_box .btn {
	margin: 0 ;
}

/*----- レコメンド -----*/
.deli_pay {
	position: relative;
	height: 296px;
	margin: 0;
	padding: 170px 0 0;
	text-align: left;
	transition: 0.3s;
	background: url(../images/pay/bg_deli.png) no-repeat;
	background-size: 100%;
	box-sizing: border-box;
}

.deli_pay.on {
	opacity: 1;
}

.tit_deli {
	position: absolute;
	top: 22px;
	right: 20px;
	width: 160px;
	box-sizing: border-box;
	text-shadow: 0 0 5px #e21462, 0 0 5px #e21462, 0 0 5px #e21462, 0 0 5px #e21462, 0 0 5px #e21462, 0 0 5px #e21462, 0 0 5px #e21462, 0 0 5px #e21462, 0 0 10px #e21462, 0 0 10px #e21462, 0 0 10px #e21462, 0 0 10px #e21462, 0 0 10px #e21462, 0 0 10px #e21462, 0 0 10px #e21462, 0 0 10px #e21462;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	min-height: 110px;
	display: table-cell;
	vertical-align: middle;
}

.tit_deli span {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.deli_pay a {
	display: block;
	position: relative;
	height: 120px;
	padding: 0 10px;
	line-height: 20px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}

.deli_pay a h4 {
	position: absolute;
	top: 49%;
	right: 13px;
	width: 285px;
	line-height: 21px;
	color: #ff0054;
	text-decoration: none;
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-47%);
	line-height: 1.3;
	font-size: 13px;
	color: #300000;
	padding-right: 25px;
	padding-top: 18px;
	box-sizing: border-box;
}

.deli_pay .ppvicon {
	width: 60px;
	min-height: 55px;
	margin: 0px 111px 0 auto;
	position: absolute;
	top: -46px;
	left: 131px;
}

.deli2-read {
	display: none;
}

.res-rcmd-feature_menu {
	/* overflow: hidden; */
}

/*----- ピックアップ -----*/
.slider {
	background: url(../images/pay/pickup_bg.jpg) no-repeat;
	background-size: 100%;
	min-height: 174px;
}

.slider h2 {
	min-height: 45px;
}

.bx-wrapper {
	top: 5px;
}

.bx-wrapper {
	width: 284px !important;
}

.bx-wrapper, .bx-viewport {
	height: 135px !important;
}

/*----- 無料占いの続き -----*/
.pay_top .btn_to_free a {
	background: url(../images/pay/bg_free_more.png) no-repeat center;
	background-size: 100% auto;
}

.pay_top .teller_box01 .box01 {
	background: url(../images/result/free/two/img02.jpg) no-repeat;
	background-size: 100%;
	width: 100%;
	min-height: 219px;
}

.pay_top .teller_box01 li {
	position: relative;
	top: 0px;
	left: 123px;
	overflow: hidden;
	width: 188px;
	height: 64px;
	border-radius: 10px;
	margin-bottom: 5px;
}

.pay_top .teller_box01 li a {
	display: block;
	width: 100%;
	height: 100%;
}

/*----- weekend -----*/
.weekend {
	height: 125px;
	padding: 43px 7px 0px;
	background: url(../images/pay/bg_weekend.png) no-repeat rgba(0,0,0,0.8);
	background-size: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.weekend li {
	float: left;
	width: 150px;
	height: 68px;
}
.weekend li:first-child {
	margin-right: 6px;
}
.weekend a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding: 14px 5px 14px 5px;
	letter-spacing: -1px;
}

.weekend a span {
	letter-spacing: 0;
}

.weekend .text-normal, .weekend .text-medium {
	line-height: 1.2 !important;
}

.weekend .text-small {
	line-height: 1.4 !important;
}

/*----- 動画 -----*/

/* COIPO未連携 */
.yudo_douga.one {
	min-height: 692px;
	position: relative;
	background: url(../images/pay/bg_yudo_douga.jpg) no-repeat;
	background-size: 100%;
}
.yudo_douga.two {
	min-height: 544px;
	position: relative;
	background: url(../images/pay/bg_yudo_douga_two.jpg) no-repeat;
	background-size: 100%;
	margin-bottom: 80px;
}

.yudo_douga.two:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -50px;
	background: url(../images/line/04.png) no-repeat;
	background-size: 100%;
	width: 100%;
	min-height: 20px;
}

.yudo_douga .btn_douga li {
	position: absolute;
	width: 264px;
	height: 76px;
	border-radius: 20px;
	overflow: hidden;
	bottom: 105px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.yudo_douga.two .btn_douga li {
	bottom: 115px;
}

.yudo_douga .btn_douga a {
	display: block;
	width: 100%;
	height: 100%;
}
.yudo_douga .btn_douga.no-connected a {
	background: url(../images/pay/btn_yudo_douga01.png) no-repeat;
	background-size: 100%;
}

.disp-movie01-0 .yudo_douga .btn_douga.connected a ,.yudo_douga.one .btn_douga.connected a {
	background: url(../images/pay/btn_yudo_douga02.png) no-repeat;
	background-size: 100%;
	pointer-events: none;
	cursor: default;
	-webkit-filter: grayscale(1);
	filter: none;
	filter: grayscale(1);
}

.disp-movie02-0 .yudo_douga.two .btn_douga.connected a, .yudo_douga.two .btn_douga.connected a {
	background: url(../images/pay/btn_yudo_douga04.png) no-repeat;
	background-size: 100%;
	pointer-events: none;
	cursor: default;
	-webkit-filter: grayscale(1);
	filter: none;
	filter: grayscale(1);
}

.disp-movie01-1 .yudo_douga.one .btn_douga.connected a {
	background: url(../images/pay/btn_yudo_douga03.png) no-repeat;
	background-size: 100%;
	pointer-events: auto;
	cursor: pointer;
	-webkit-filter: grayscale(0);
	filter: inherit;
	filter: grayscale(0);
}

.disp-movie02-1 .yudo_douga.two .btn_douga.connected a {
	background: url(../images/pay/btn_yudo_douga03.png) no-repeat;
	background-size: 100%;
	pointer-events: auto;
	cursor: pointer;
	-webkit-filter: grayscale(0);
	filter: inherit;
	filter: grayscale(0);
}

.yudo_douga p.kome {
	position: absolute;
	bottom: 65px;
	left: 0;
	right: 0;
	width: 300px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 1.3;
}

.yudo_douga.two p.kome {
	bottom: 70px;
}

#container .btn_douga.connected {
	display: none;
}

.yudo_douga p.kome a {
	color: #ff0101;
}

/* COIPO連携 */
#container.connected .yudo_douga.one {
	min-height: 692px;
	position: relative;
	background: url(../images/pay/bg_yudo_douga02.jpg) no-repeat;
	background-size: 100%;
}

#container.connected .btn_douga.connected {
	display: block;
}
#container.connected .btn_douga.no-connected {
	display: none;
}

/*----- 恋愛鑑定 -----*/
.renai_kantei {
	min-height: 568px;
	position: relative;
}

.renai_kantei.docomo-branch-0 {
	background: url(../images/pay/bg_renai_kantei-0.jpg) no-repeat;
	background-size: 100%;
}

.renai_kantei.docomo-branch-1 {
	background: url(../images/pay/bg_renai_kantei-1.jpg) no-repeat;
	background-size: 100%;
}

.renai_kantei li {
	position: absolute;
	width: 137px;
	height: 53px;
	border-radius: 10px;
	overflow: hidden;
}

.renai_kantei li:nth-child(1) {
	bottom: 146px;
	left: 12px;
}

.renai_kantei li:nth-child(2) {
	bottom: 116px;
	right: 13px;
	height: 84px;
}

.renai_kantei li:nth-child(3) {
	bottom: 86px;
	left: 12px;
}

.renai_kantei li:nth-child(4) {
	bottom: 26px;
	right: 13px;
	height: 84px;
}

.renai_kantei li:nth-child(5) {
	bottom: 27px;
	left: 12px;
}

.renai_kantei a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.pay_top .btn_all_menu a {
	background: url(../images/pay/btn_all_menu.png) no-repeat center top;
	background-size: 100%;
}

/*----- 検索 -----*/
.pay_top .box_search .inner {
	position: relative;
	background: url(../images/pay/bg_search_top.jpg) no-repeat top, url(../images/pay/bg_search_btm.jpg) no-repeat bottom, url(../images/pay/bg_search_mid.jpg) repeat-y;
	background-size: 100%, 100%, 100%;
	padding: 18px 5px 20px 5px;
	box-sizing: border-box;
	margin: 0 5px;
}

.pay_top .box_search_btn {
	width: 67px;
	height: 35px;
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	-webkit-appearance: none;
	appearance: none;
	vertical-align: 1px;
	text-indent: 150%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/pay/btn_search.png) no-repeat;
	background-size: 100%;
}

.pay_top .box_search select[name="ctg"] {
	width: 215px;
	height: 35px;
	box-shadow: none;
	border: 2px solid #4f023f;
	border-radius: 3px;
	color: #000;
}

/*----- 更新情報 -----*/
.new_info .inner {
	background: url(../images/pay/new_info_bg_top.jpg) no-repeat top, url(../images/pay/new_info_bg_btm.jpg) no-repeat bottom, url(../images/pay/new_info_bg_mid.jpg) repeat-y;
	background-size: 100%, 100%, 100%;
	padding: 12px 0 12px 0;
}

.new_info .inner li {
	position: relative;
	text-align: left;
	margin-bottom: 2px;
	border-bottom: 1px solid #757077;
	margin: 0 15px;
}

.new_info .inner a {
	display: block;
	padding: 12px 20px 10px 7px;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	position: relative;
	line-height: 1.3;
	font-size: 14px;
}

.new_info .inner a:after {
	content: "";
	position: absolute;
	right: 3px;
	top: 50%;
	margin-top: -10px;
	background: url(../images/icon/arrow_wh2.png) no-repeat;
	background-size: 100% auto;
	width: 15px;
	min-height: 15px;
}

.new_info .inner dt {
	margin-bottom: 3px;
	font-weight: bold;
}

.new_info li.all_view {
	width: 130px;
}

/*----- ピックアップ -----*/
.pickup.box_new li .ppvtitle {
	width: 100%;
}
.pickup.box_new a {
	padding: 20px 30px 20px 30px;
}

/*----- 滞在特典 -----*/
.box_special .wrap_box {

}
.box_special .box01 {
	height:264px;
	background: url(../images/pay/bg_box_special_top.jpg) no-repeat;
	background-size: 100%;
	margin-bottom: -120px;
	position: relative;
	overflow: hidden;
	clear: both;
}

.box_special .inner {
	padding: 25px 20px 20px;
	background: url(../images/pay/bg_box_special_btm.jpg) no-repeat bottom, url(../images/pay/bg_box_special_mid.jpg) repeat-y;
	background-size: 100%;
}

.mypage .box_special .inner {
	padding: 25px 15px 20px;
	background:url(../images/coipo/bg_coipo_top.jpg) no-repeat top, url(../images/coipo/bg_coipo_btm.jpg) no-repeat bottom, url(../images/coipo/bg_coipo_mid.jpg) repeat-y;
	background-size: 100%;
}

.box_special .txt {
	width: 160px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 7px;
	font-size: 15px;
	letter-spacing: -1px;
	font-weight: bold;
	padding: 55px 0 0 30px;
	text-align: left;
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}

.box_special .txt span {
	color: #ff0000;
}

.box_special h3 {
	margin: 0 0px -2px 0px;
}

.btn-pre-link a {
	display: block;
	color: #fff;
	text-align: center;
	position: relative;
	text-decoration: none;
}

.btn-pre-link a:after {
	content: "＞";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -15px;
	font-size: 15px;
}

.mypage .box_special h3 {
	margin: 0 0px 15px 0px;
	font-size: 15px;
}

.mypage .box_special h3 + p {
	padding: 0 10px;
	margin-bottom: 15px;
}

.box_special li {
	margin-bottom: 15px;
}
.box_special p {
	margin: 0;
	text-align: left;
	color: #000;
	position: relative;
}

.box_special li:last-child {
	margin-bottom: 0;
}
.box_special .box_teller {
	height: 150px;
	background: url("../images/teller/01.png") no-repeat right;
	background-size: 45%;
}
.box_special .serif_none {
	top: 20px;
	left: 10px;
}
.box_special #premium_check p a {
	color: #ff0000;
}
.box_pre_top .box {
	height: 91px;
	background: url(../images/pay/special/bg_pre.jpg) no-repeat right;
	background-size: 100%;
}
.box_pre_top .box p {
	font-weight: bold;
}

.btn-pre-link {
	width: 205px;
	margin: 0 auto !important;
	height: 30px;
	line-height: 30px;
	position: relative;
	top: 30px;
}

.float {
	animation: float 2.5s ease-in-out infinite alternate;
	transform-origin: 50% 50%;
	position: relative;
	z-index: 1;
}
@-webkit-keyframes float {
 0% {
 transform: translate3d(0, -3px, 0)
}
 50% {
 transform: translate3d(0, 3px, 0)
}
 100% {
 transform: translate3d(0, -3px, 0)
}
}
@-moz-keyframes float {
 0% {
 transform: translate3d(0, -3px, 0)
}
 50% {
 transform: translate3d(0, 3px, 0)
}
 100% {
 transform: translate3d(0, -3px, 0)
}
}
@keyframes float {
0% {
	transform: translate3d(0, -3px, 0)
}
	50% {
	transform: translate3d(0, 3px, 0)
}
	100% {
	transform: translate3d(0, -3px, 0)
}
}

.box_special a.btn-red {
	padding:5px 20px 5px 8px;
}

.box_special .bnr {
	width: 100%;
}

/*おすすめサイト*/
.box_recc .inner {
	margin: 5px 5px 0;
	padding: 0 20px 25px;
	border: 1px solid #d8a5f6;
	border-radius: 7px;
	background: #714d71;
}
.promotion li {
	margin-top: 10px;
}
.promotion .officialLink {
	padding: 0 10px;
}
.promotion .inner {
	margin: 0 5px;
}

/*----- アドバイスバナー -----*/
.advice-box-0 {
	display: none;
}
.advice-box-1 {
	display: block;
}

/*----- レコメンドbigバナー -----*/
.reco_banner {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 120vh;
	background: rgba(0,0,0,0.8);
	display: none;
}

.pay_top .reco-1 {
	display: block;
}
.pay_top .reco-0 {
	 display: none;
}
.reco_bigbnr {
	width: 92%;
	margin: 10px auto 0;
	padding: 0 0 0px;
	box-sizing: border-box;
	position: relative;
	border-radius: 5px;
	border: 2px solid #ab8449;
	background: #fafafa;
}
.reco_bigbnr img {
	border-radius: 3px 3px 0 0;
}
.btn_reco_close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 2000;
	background: url(../tpl/conce_sys/big_banner/sys/images/icon_close.png) no-repeat;
	background-size: 100%;
}

.noScroll_pu2 {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

/* リアルタイムランキング */
.real_ranking .box_teller {
	min-height: 231px;
	background: url(../images/pay/real_time_fuki.jpg) no-repeat top;
	background-size: 100%;
}
.real_ranking .box_teller .serif:after {
	display: none;
}
.real_ranking .box_teller .serif:before {
	content: "";
	position: absolute;
	right: -17px;
	top: 44%;
	border-top: solid 9px transparent;
	border-right: solid 0px transparent;
	border-bottom: solid 9px transparent;
	border-left: solid 17px rgb(255 254 124 / 80%);
	z-index: 2;
}

.real_ranking .box_teller p {
	font-size: 15px;
	padding: 50px 11px 50px 13px;
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

.box_new.popu_menu.real_ranking h2 {
	position: relative;
	margin-bottom: 0;
}
.box_new.popu_menu.real_ranking h2:after {
	content: "";
	background: url(../images/pay/real_time_obi.png) no-repeat;
	background-size: 100%;
	width: 205px;
	min-height: 46px;
	position: absolute;
	top: -33px;
	left: 0;
}

.box_new.popu_menu.real_ranking ul {
	background: url(../images/pay/real_time_bg_btm02.jpg) no-repeat left bottom;
	background-size: 100%;
	padding-bottom: 9px;
}
.box_new.popu_menu.real_ranking li {
	position: relative;
	text-align: left;
	background:  url(../images/pay/real_time_bg_top.jpg) no-repeat top, url(../images/pay/real_time_bg_btm.jpg) no-repeat bottom, url(../images/pay/real_time_bg_mid.jpg) repeat-y;
	background-size: 100%, 100%, 100%, 100%;
	margin-bottom: 0;
}

.pay_top .box_new.popu_menu.real_ranking li:nth-child(n + 2) {
	background: url(../images/pay/real_time_bg.jpg) repeat-y;
	background-size: 100%;
}
.pay_top .box_new.popu_menu.real_ranking li:nth-child(n + 2) a {
	padding-top: 5px;
}
.pay_top .box_new.popu_menu.real_ranking li:nth-child(2) a {
	background: url(../images/pay/real_time_line.png) no-repeat center bottom;
	background-size: 93%;
	padding-bottom: 15px;
}

.box_new.popu_menu.real_ranking li .ppvtitle {
	color: #000;
	position: relative;
	padding-right: 0px;
	padding-bottom: 0;
}

.box_new.popu_menu.real_ranking li .ppvtitle:after {
	display: none;
}

.pay_top .box_new.popu_menu.real_ranking a {
	display: block;
	padding: 11px 15px 11px 11px;
}

.pay_top .box_new.popu_menu.real_ranking .ppvicon {
	width: 100px;
}

.real_ranking_date {
	text-align: right;
	margin: 0 10px 0 0;
}

/*//////////////////////////////////////////////////////

pay parts

////////////////////////////////////////////////////////*/
.icon-new, .obi {
	display: block;
	padding: 2px 60px 2px 20px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-transform: rotate(-21deg);
	-moz-transform: rotate(-21deg);
	transform: rotate(-21deg);
	font-weight: bold;
	font-size: 10px;
	font-style: italic;
	color: #d30000;
	position: absolute;
	top: -7px;
	left: -15px;
	background: #FFE900;
}
.icon-new.blue {
	color: #0056F7;
}
.obi {
	padding: 0 35px 0 30px !important;
	top: 5px;
	left: -30px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	text-shadow: none;
	font-size: 10px;
	-webkit-transform: rotate(-35deg);
	-moz-transform: rotate(-35deg);
	transform: rotate(-35deg);
}
.obi.one {
	color: #031afb;
}
/*続きを見る*/
.link_more {
	display: block;
	width: 98%;
	margin: 5px auto 0;
	padding: 8px 10px;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	color: #fff;
	border-radius: 5px;
}
.link_more.pink {
	box-shadow: 0 0 5px #dca2a8 inset, 0 0 5px #dca2a8 inset, 0 0 5px #dca2a8 inset, 0 0 5px #fff inset, 0 0 5px #fff inset, 0 0 5px #fff inset, 1px 2px 3px rgba(0,0,0,0.7);
	background: rgba(235,104,119,0.8);
	background: -moz-linear-gradient(top, #da838e 0%, rgba(235,104,119,0.8) 100%);
	background: -webkit-linear-gradient(top, #da838e 0%, rgba(235,104,119,0.8) 100%);
	background: linear-gradient(to bottom, #da838e 0%, rgba(235,104,119,0.8) 100%);
}
.link_more.green {
	box-shadow: 0 0 5px #cde2dc inset, 0 0 5px #cde2dc inset, 0 0 5px #bacfc8 inset, 0 0 7px #bacfc8 inset;
	background: #00807c;
	background: -moz-linear-gradient(top, #00807c 0%, #004a47 100%);
	background: -webkit-linear-gradient(top, #00807c 0%, #004a47 100%);
	background: linear-gradient(to bottom, #00807c 0%, #004a47 100%);
}
/*赤*/
.btn-red a {
	display: block;
	width: 220px;
	margin: 0 auto;
	padding: 8px 20px 8px 8px;
	position: relative;
	border: 1px solid #f44244;
	box-shadow: 0 2px 3px rgba(0,0,0,0.4);
	border-radius: 50px;
	text-decoration: none;
	text-align: center;
	line-height: 17px;
	font-size: 15px;
	color: #fff !important;
	background: rgb(247,0,52);
	background: -moz-linear-gradient(top, rgba(247,0,52,1) 0%, rgba(192,0,52,1) 100%);
	background: -webkit-linear-gradient(top, rgba(247,0,52,1) 0%, rgba(192,0,52,1) 100%);
	background: linear-gradient(to bottom, rgba(247,0,52,1) 0%, rgba(192,0,52,1) 100%);
}
.btn-red a:after {
	content: "＞";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7px;
	font-size: 15px;
}
/*黄*/
.btn-ye a {
	border: 0 !important;
	box-shadow: 0 0 5px #fff inset;
	background: rgb(244,189,3);
	background: -moz-linear-gradient(left, rgba(244,189,3,0.7) 0%, rgba(120,42,0,0.7) 100%);
	background: -webkit-linear-gradient(left, rgba(244,189,3,0.7) 0%, rgba(120,42,0,0.7) 100%);
	background: linear-gradient(to right, rgba(244,189,3,0.7) 0%, rgba(120,42,0,0.7) 100%);
}
/*オレンジ*/
.btn-og a {
	border: 0 !important;
	box-shadow: 0 0 5px #fff inset;
	background: rgb(244,108,3);
	background: -moz-linear-gradient(left, rgba(244,108,3,0.7) 0%, rgba(119,0,0,0.7) 100%);
	background: -webkit-linear-gradient(left, rgba(244,108,3,0.7) 0%, rgba(119,0,0,0.7) 100%);
	background: linear-gradient(to right, rgba(244,108,3,0.7) 0%, rgba(119,0,0,0.7) 100%);
}
/*緑*/
.btn-gre a {
	border: 0 !important;
	box-shadow: 0 0 5px #fff inset;
	background: rgb(117,159,130);
	background: -moz-linear-gradient(left, rgba(117,159,130,0.7) 0%, rgba(0,8,0,0.7) 100%);
	background: -webkit-linear-gradient(left, rgba(117,159,130,0.7) 0%, rgba(0,8,0,0.7) 100%);
	background: linear-gradient(to right, rgba(117,159,130,0.7) 0%, rgba(0,8,0,0.7) 100%);
}
/*紫*/
.btn-vo a {
	border: 0 !important;
	box-shadow: 0 0 5px #fff inset;
	background: rgb(116,54,100);
	background: -moz-linear-gradient(left, rgba(146,80,197,0.7) 0%, rgba(47,22,67,0.7) 100%);
	background: -webkit-linear-gradient(left, rgba(146,80,197,0.7) 0%, rgba(47,22,67,0.7) 100%);
	background: linear-gradient(to right, rgba(146,80,197,0.7) 0%, rgba(47,22,67,0.7) 100%);
}
/*青*/
.btn-bl a {
	border: 0 !important;
	box-shadow: -1px -1px 1px #011d3d inset, -2px -2px 2px #011d3d inset, 0 0 10px #eee inset;
	background: -moz-linear-gradient(top, rgba(3,55,113,1) 0%, rgba(14,81,156,1) 100%);
	background: -webkit-linear-gradient(top, rgba(3,55,113,1) 0%, rgba(14,81,156,1) 100%);
	background: linear-gradient(to bottom, rgba(3,55,113,1) 0%, rgba(14,81,156,1) 100%);
}
/*ピンク*/
.btn-pink a {
	border: 0 !important;
	box-shadow: -1px -1px 1px #660217 inset, -2px -2px 2px #660217 inset, 0 0 10px #eee inset;
	background: rgb(150,3,96);
	background: -moz-linear-gradient(top, rgba(150,3,96,1) 0%, rgba(183,0,137,1) 100%);
	background: -webkit-linear-gradient(top, rgba(150,3,96,1) 0%, rgba(183,0,137,1) 100%);
	background: linear-gradient(to bottom, rgba(150,3,96,1) 0%, rgba(183,0,137,1) 100%);
}
.btn-ppv {
	width: 90%;
	margin: 0 auto;
}

/*////////////////////////////////////////////////////////

5/7daysLecture

////////////////////////////////////////////////////////*/
.list_days ul {
	margin-bottom: 15px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.list_days a {
	display: block;
	padding: 25px 25px 15px 10px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	text-align: left;
	color: #fff;
	position: relative;
	background: -moz-linear-gradient(left, #350343,#740e9b);
	background: -webkit-linear-gradient(left, #350343, #740e9b);
	background: linear-gradient(to right, #350343, #740e9b);
	font-size: 14px;
	line-height: 1.4;
}

.notice .list_days a {
	padding: 10px 25px 10px 10px;
}

.list_days li:last-child a {
	border-bottom: none;
}

.list_days a:before {
	content: "公開中";
	width: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: red;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	padding: 3px 0;
	color: yellow;
}

.notice .list_days a:before {
	display: none;
}

.list_days a:after {
	content: "";
	width: 15px;
	height: 15px;
	margin-top: -7px;
	position: absolute;
	top: 50%;
	right: 2px;
	background: url(../images/icon/arrow_wh.png) no-repeat right 50%;
	background-size: 100%;
}
.list_days li.nolink {
	padding: 5px 10px;
	border-top: 1px solid #380254;
	border-bottom: 1px solid #380254;
	text-align: left;
	background: -moz-linear-gradient(left, #9933cc, #6633cc);
	background: -webkit-linear-gradient(left, #9933cc, #6633cc);
	background: linear-gradient(to right, #9933cc, #6633cc);
	-webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(1);
	opacity: 0.8;
	font-size: 13px;
	line-height: 1.4;
	color: #bfbfbf;
}
.list_days li.nolink:after {
	content: none;
}
.list_days li span {
	font-size: 0.9em;
	color: #f7ca32;
}
.list_days li.nolink span {
	color: #bfbfbf;
	margin-bottom: 2px;
}
.list_days .date {
	display: block;
}


/*////////////////////////////////////////////////////////

お知らせ・プレゼントBOX

////////////////////////////////////////////////////////*/
.notice .list_days li span {
	font-size: 1em;
	color: #fff;
}

.notice .list_days dt {
	border-bottom: 1px solid #fff;
	padding-bottom: 8px;
	margin-bottom: 8px;
	font-size: 12px;
}

.notice .icon_1 {
	background: url(../images/icon/icon-mark.png) no-repeat right 0%;
	background-size: 20px;
}


/*////////////////////////////////////////////////////////

menulist

////////////////////////////////////////////////////////*/
.menuList .title {
	font-size: 17px;
	background: url(../images/bar/purple.jpg) no-repeat center;
	background-size: 100%;
}

.text-red_shadow {
	color: #f00;
	font-weight: bold;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 2px 3px 2px #000;
}

.arrow_mark a {
	position: relative;
	padding: 15px 20px 15px 10px;
}

.arrow_mark a:after {
	content: "";
	position: absolute;
	right: 5px;
	top: 50%;
	background: url(../images/icon/arrow_wh2.png) no-repeat 98%;
	background-size: 100%;
	width: 12px;
	min-height: 12px;
	margin-top: -6px;
}

.box.menulist_box01 {
	background: url(../images/teller/03.png) no-repeat right center;
	background-size: 220px auto;
	min-height: 220px;
	position: relative;
}

.box.menulist_box01 .btn-colom1 {
	width: 190px;
	position: relative;
	top: 30px;
	margin: 0 0px 0 7px;
}

.box.menulist_box02 {
	background: url(../images/menulist/img01.png) no-repeat left center;
	background-size: 200px auto;
	min-height: 320px;
	position: relative;
}

.box.menulist_box02 .btn-colom1 {
	width: 215px;
	position: relative;
	top: 35px;
	margin: 0 10px 0 auto;
}

.btn-yudo.gold a {
	margin: 0;
	font-weight: bold;
	font-size: 17px;
	background: url(../images/menulist/bg_btn.png) no-repeat;
	background-size: 100%;
	min-height: 80px;
	padding: 16px 10px;
	box-sizing: border-box;
	border: none;
	color: #e80174;
	text-shadow:0 0 10px #fff,0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
	line-height: 1.4;
}

.menulist_box03 img {
	width: 60% !important;
	margin: 0 auto -70px auto;
}

.menulist_box03 {
	margin-bottom: 25px;
}

.menulist_box04 {
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-shadow:0 0 7px #e200ce,0 0 7px #e200ce,0 0 7px #e200ce,0 0 7px #e200ce,0 0 7px #e200ce,0 0 7px #e200ce,0 0 7px #e200ce,0 0 7px #e200ce,0 0 7px #e200ce;
}
.menulist_box04 .txt01 {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.menulist_box04 .txt02 {
	font-size: 20px;
	color: #fcff00;
	margin-bottom: 20px;
}

.menulist_box04 .txt03 {
	font-size: 20px;
	line-height: 1.4;
	text-shadow: 0 0 7px #13c7c8,0 0 7px #13c7c8,0 0 7px #13c7c8,0 0 7px #13c7c8,0 0 7px #13c7c8,0 0 7px #13c7c8,0 0 7px #13c7c8,0 0 7px #13c7c8,0 0 7px #13c7c8;
}

.menulist_box05 {
	background: url(../images/menulist/img04.jpg) no-repeat;
	background-size: 100%;
	min-height: 245px;
	position: relative;
	box-shadow: 0 4px 5px 0px #380056 inset;
}

/*----- 誘導 -----*/
.box_yudo01 ul, .box_yudo03 ul, .box_yudo04 ul {
	width: 95%;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
}
.box_yudo01 ul {
	top: 15px;
}
.box_yudo01 li {
	height: 90px;
	margin: 0 40% 0 0;
}
.box_yudo01 li:nth-child(2) {
	margin: 0 0 0 40%;
}
.box_yudo01 li:last-child {
	width: 85%;
	margin: 60px auto 0;
	height: 75px;
}
.box_yudo02 .btn-ppv {
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
}
.box_yudo02 .btn-ppv a {
	font-size: 13px;
}
.box_yudo03 ul {
	top: 50px;
}
.box_yudo04 ul {
	top: 170px;
}
.box_yudo03 li {
	height: 70px;
}
.box_yudo03 li:nth-child(1) {
	margin: 0 30% 0 0;
}
.box_yudo03 li:nth-child(2) {
	margin: 20px 30% 45px 0;
}
.box_yudo04 li {
	width: 50%;
	height: 80px;
	float: left;
}
.box_yudo01 a, .box_yudo03 a, .box_yudo04 a {
	display: block;
	height: 100%;
}


/*////////////////////////////////////////////////////////

menu.do

////////////////////////////////////////////////////////*/
/*----- title -----*/
.result-picture, .view_title .result-picture {
	width: 120px;
	float: left;
}
.result-picture {
	margin: 0 0px 0px 0 !important;
}
.result-picture02 {
	width: 120px;
	float: right;
}
.result-picture02 {
	margin: 0 0px 0px -10px !important;
}

/*----- lead -----*/
.menudo .lead, .default .lead {
	padding: 0 10px;
	text-align: left;
}
.lead.komi_normal {
	padding: 35px 20px 30px;
	text-shadow: 0 0 1px rgba(7, 0, 73, 0.3);
	color: #070049;
}

.menudo .box_teller_v01 {
	background: url(../images/teller/02.png) no-repeat;
	background-size: 40%;
	min-height: 150px;
	position: relative;
}

.menudo .box_teller_v01 p {
	position: relative;
	width: 62%;
	margin: 0px 10px 0px auto;
	top: 0px;
	margin-bottom: 0;
	text-align: left;
	line-height: 1.4;
	font-size: 13px;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.menudo .box_teller_v01 ul {
	position: absolute;
	width: 60%;
	right: 10px;
	top: 10px;
}

.menudo .box_teller_v02 {
	background: url(../images/teller/01.png) no-repeat -20px;
	background-size: 50%;
	min-height: 170px;
	position: relative;
}

.menudo .box_teller_v02 p {
	position: relative;
	width: 55%;
	margin: 0 10px 0px auto;
	top: 60px;
	margin-bottom: 0;
	text-align: left;
}

.menudo .box_teller_v02 ul {
	position: absolute;
	left: 15px;
	top: 17px;
	width: 50%;
}

.box_v01, .box_v02 {
	position: relative;
	overflow: hidden;
}
.box_v01 p.txt {
	margin-bottom: 0;
	padding: 35px 0 0 100px;
	font-size: 16px;
}

.box_v01 p.result-picture {
	width: 135px;
}

.box_v02 p.result-picture {
	width: 250px;
}

.box_v02 ul {
	width: 125px;
	position: absolute;
	top: 50px;
	right: 10px;
}

.w80 {
	width: 80% !important;
}

.menudo_box01 {
	background: url(../images/pay/movie/img03.png) no-repeat;
	background-size: 100%;
	min-height: 190px;
}

.menudo_box01 ul {
	width: 60%;
	position: absolute;
	right: 10px;
	bottom: 20px;
}

.menudo_box02 {
	background: url(../images/menudo/img02.png) no-repeat;
	background-size: 100%;
	min-height: 232px;
}

.menudo_box02 ul {
	width: 50%;
	position: absolute;
	right: 10px;
	top: 25px;
}

.menudo_box03 {
	background: url(../images/menudo/img04.png) no-repeat;
	background-size: 100%;
	min-height: 213px;
	position: relative;
}

.fukidashi_link {
	position: absolute;
	width: 55%;
	padding: 10px;
	background: #4bb73b;
	border-radius: 10px;
	-webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
}

.fukidashi_link.link01 {
	top: -20px;
	right: 20px;
}

.fukidashi_link.link02 {
	top: 62px;
	left: 20px;
	-webkit-filter: drop-shadow(-2px 2px 2px rgba(0,0,0,0.5));
	filter: drop-shadow(-2px 2px 2px rgba(0,0,0,0.5));
}

.fukidashi_link.link03 {
	bottom: -5px;
	right: 20px;
	width: 65%;
}

.fukidashi_link:after {
	content: "";
	position: absolute;
	border: 8px solid transparent;
}
.fukidashi_link.left:after {
	top: 15px;
	left: -18px;
	border-right: 12px solid #4bb73b;
}
.fukidashi_link.right:after {
	top: 15px;
	right: -18px;
	border-left: 12px solid #4bb73b;
}

.fukidashi_link a {
	display: block;
	padding: 0 12px 0 5px;
	text-align: left;
	color: #fff;
	text-decoration: none;
	background: url(../images/icon/arrow_wh2.png) no-repeat right;
	background-size: 12px;
	text-shadow: 0 0 2px #036115, 0 0 2px #036115;
	font-weight: bold;
}

/* タロットカード（komi_card） */
.komi_card {
	position: relative;
	margin-bottom: 15px;
}
.komi_card .inner {
	background: url(../images/result/komi_juyo/bg_mid.jpg) repeat-y;
	background-size: 100%;
	padding: 30px 0px 30px 0px;
}

.komi_card:before {
	background-image: url(../images/menudo/img11.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	content: '';
	width: 100%;
	height: 44px;
	position: absolute;
	top: -1px;
	left: 0;
}

.komi_card:after {
	background-image: url(../images/result/komi_juyo/bg_btm.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	content: '';
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.komi_card .tit_komi {
	background: #fafaaf;
	border-radius: 0;
	width: 90%;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}

.komi_card .tit_komi h4 {
	color: #000;
}

.komi_card .tarot_box {
	position: relative;
}

.komi_card .tarot_box ul {
	display: table;
	width: 100%;
	margin-bottom: 15px;
}

.komi_card .tarot_box li {
	width: 108px;
	display: table-cell;
	box-sizing: border-box;
}

.komi_card .tarot_txt {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.komi_card .tarot_box .inner_box {
	margin: 0 10px;
	min-height: 140px;
}

.komi_card .open-card {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 800;
	opacity: 0;
	display: none;
	padding: 0 20px;
	box-sizing: border-box;
	transition: 0.3s;
}

.komi_card .open-card img {
	width: 108px !important;
	float: left;
}

.komi_card .open-card .txt01 {
	color: #fff;
	font-size: 17px;
	position: relative;
	top: 50px;
	line-height: 1.4;
}

.komi_card .open-card .txt01 span {
	font-size: 25px;
	font-weight: bold;
	color: yellow;
}

.komi_card .card_select img, .card_select02 img {
	width: 94% !important;
}

.komi_card .card {
	position: relative;
}

.komi_card .card_reverse {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.komi_card .is-surface .card_surface {
	opacity: 1;
	transform: rotateY(0deg);
	transition:
	opacity 100ms 150ms,
	transform 300ms 150ms;
}
.komi_card .is-surface .card_reverse {
	opacity: 0;
	transform: rotateY(90deg);
	transition:
	opacity 50ms 200ms,
	transform 300ms;
}

.komi_card .is-reverse .card_surface {
	opacity: 0;
	transform:rotateY(90deg);
	transition:
	opacity 50ms 200ms,
	transform 300ms;
}
.komi_card .is-reverse .card_reverse {
	opacity: 1;
	transform:rotateY(0deg);
	transition:
	opacity 100ms 150ms,
	transform 300ms 150ms;
}

.komi_card .hidden {
	opacity: 0.5;
}

.komi_card .txt {
	transition: 0.3s;
	display: none;
	opacity: 0;
	padding: 20px 15px 20px 20px;
	background: #fff;
	background-size: 100%;
	position: relative;
	border-radius: 15px;
	margin: 0 15px;
	box-shadow: -10px 0px 10px 0px rgb(0 0 0 / 10%) inset, 10px 0px 10px 0px rgb(0 0 0 / 10%) inset, 1px 1px 3px 0px rgb(0 0 0);
}

.menudo .btn-ppv {
	width: 80%;
}

.menudo .text-large {
	line-height: 1.4 !important;
}


/*////////////////////////////////////////////////////////

tellerProfile

////////////////////////////////////////////////////////*/
.tellerProfile section {
	margin-bottom: 0;
}
.tellerProfile .lead {
	padding: 25px 23px 50px 26px;
	text-align: left;
	font-size: 13px;
	color: #000;
	background: url(../images/info/bg_mid.jpg) repeat-y;
	background-size: 100%;
	position: relative;
}

.tellerProfile #senjutsu_wrap .lead {
	background: url(../images/info/bg_mid02.jpg) repeat-y;
	background-size: 100%;
}

.tellerProfile .lead:before {
	background-image: url(../images/info/bg_top.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	content: '';
	width: 100%;
	height: 41px;
	position: absolute;
	top: -1px;
	left: 0;
}

.tellerProfile #senjutsu_wrap .lead:before {
	background-image: url(../images/info/bg_top02.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	height: 19px;
}

.tellerProfile .lead:after {
	background-image: url(../images/info/bg_btm.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	content: '';
	width: 100%;
	height: 58px;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.tellerProfile #senjutsu_wrap .lead:after {
	background-image: url(../images/info/bg_btm02.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	height: 56px;
}

.tellerProfile .lead p {
	margin-bottom: 0;
	line-height: 1.4;
}

.tellerProfile .lead .red {
	color: #ff0036;
	font-weight: bold;
}


/*////////////////////////////////////////////////////////

ppv

////////////////////////////////////////////////////////*/
.ppv_top section {
	margin-bottom: 15px;
}

.ppv_top .box_teller {
	background: url(../images/ppv/bg_teller.jpg) no-repeat;
	background-size: 100%;
	min-height: 268px;
	margin-bottom: -50px;
}

.ppv_top .box_teller p {
	padding: 25px 15px 25px 15px;
}
.ppvnavi {
	margin: 0 0 25px;
	padding: 0 9px 0 9px;
	height: 150px;
	overflow: hidden;
	background: url(../images/ppv/bg_btn.png) no-repeat;
	background-size: 100%;
	position: relative;
}
.ppvnavi li {
	width: 49%;
	height: 52px;
	float: left;
	margin-bottom: 8px;
	overflow: hidden;
	border-radius: 5px;
}

.ppvnavi li:last-child {
	float: none;
	clear: both;
	width: 36%;
	height: 30px;
	margin-left: auto;
	margin-right: 5px;
	margin-bottom: 0;
	border-radius: 30px;
}

.ppvnavi li:nth-child(2), .ppvnavi li:nth-child(4) {
	margin: 0px 0 8px 3px;
	box-sizing: border-box;
	width: 50%;
}

.ppvnavi a {
	display: block;
	height: 100%;
}
/*deli*/
.deli_ppv .ppv-box {
	padding: 10px 0 0;
	background: url(../images/ppv/bg_top.jpg) no-repeat top, url(../images/ppv/bg_btm.jpg) no-repeat bottom, url(../images/ppv/bg_mid.jpg) repeat-y;
	background-size: 100%;
}
.deli_ppv .ppv-box a {
	padding: 5px 10px 17px !important;
	line-height: 20px;
	text-align: left;
	text-decoration: underline;
	text-shadow: 0 0 1px rgba(204,204,204,0.3);
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

/* history */
.box_history .list-menu01 a span, .ppvhistory .list-menu01 a span {
	display: block;
	text-align: right;
	font-size: 11px;
	margin-right: 5px;
}


/*////////////////////////////////////////////////////////

ppv.do

////////////////////////////////////////////////////////*/
/* confirm */
.ppvdo.confirm .serif:after {
	top: 80px;
}
.ppv_num {
	display: inline-block;
	float: right;
	margin: 0;
	padding: 5px 10px 5px 25px;
	text-align: right;
	text-shadow: 0 1px 1px #fff;
	font-weight: bold;
	font-size: 12px;
	color: #010101;
}
.ppv_num.one {
	background: url(../images/pay/icon-one.png) no-repeat 7px center;
	background-size: 10px;
}
.ppv_num.two {
	background: url(../images/pay/icon-two.png) no-repeat left center;
	background-size: 20px;
}
.menu_list .ppv_num {
	display: block;
	text-shadow: none;
	color: #fff;
}
.ppv_price {
	padding: 20px 0 0;
	text-shadow: 0 1px 1px #010101;
	font-size: 16px;
}
.ppvdo .subtitle {
	font-size: 12px;
}
.ppvdo .list-menu {
	margin: 5px auto 20px;
}
.ppvdo .tit_sub01 {
	margin: 20px 0 10px;
}
/* アイコン */
.icon-person {
	clear: both;
	margin: 0 5px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	color: #676767;
}
.icon-person p {
	display: inline-block;
	margin-bottom: 0 !important;
}
.icon-person .icon {
	padding: 5px 0 5px 18px;
}
.icon-person.一人用 .icon {
	background: url(../images/icon/icon-one.png) no-repeat 5px;
	background-size: 9px;
}
.icon-person.二人用 .icon {
	background: url(../images/icon/icon-two.png) no-repeat left;
	background-size: 14px;
}
.menu_list .icon-person {
	color: #fff;
	position: relative;
	margin: 0 15px 20px 5px;
	font-size: 12px;
	right: 0;
	bottom: 0;
	padding-top: 6px;
}
/* あいさつ */
.ppvdo.confirm .box_teller {
	min-height: 255px;
	background: url(../images/other/teller03.jpg) no-repeat top;
	background-size: 100%;
	margin-bottom: 30px;
}
.ppvdo.confirm .box_teller p {
	margin: 15px 0px 0px 10px;
	padding: 20px 10px;
	line-height: 22px;
	width: 180px;
}
/* 承諾事項 */
.box_approval {
	padding: 0 0 30px;
	text-align: left;
	font-size: 12px;
	color: #ccc;
	background: rgba(12,1,31,0.8);
}
.box_approval #approval {
	margin-bottom: 15px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #5c4773;
}
.box_approval li {
	margin-bottom: 5px;
}
.box_approval a {
	color: #f75b92;
	font-weight: bold;
}
.box_approval .text-canter {
	text-align: center;
}


/*////////////////////////////////////////////////////////

LOOPD

////////////////////////////////////////////////////////*/
.loopD {
	margin-bottom: 15px;
}

.loopD .inner {
	background: url(../images/pay/loop/bg_mid.jpg) repeat-y;
	background-size: 100%;
	position: relative;
	padding: 45px 0 45px 0;
}

.loopD .inner:before {
	background: url(../images/pay/loop/bg_top.jpg) no-repeat center top;
	background-size: 100% auto;
	content: '';
	width: 100%;
	height: 48px;
	position: absolute;
	top: -1px;
	left: 0;
}

.loopD .inner:after {
	background: url(../images/pay/loop/bg_btm.jpg) no-repeat center bottom;
	background-size: 100% auto;
	content: '';
	width: 100%;
	height: 49px;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.loop_ranking {
	margin-bottom: 15px;
}

.loop_ranking li {
	position: relative;
	text-align: left;
	background: url(../images/pay/loop/bg_rank_top.jpg) no-repeat top, url(../images/pay/loop/bg_rank_btm.jpg) no-repeat bottom, url(../images/pay/loop/bg_rank_mid.jpg) repeat-y;
	background-size: 100%, 100%, 100%;
	margin-bottom: 2px;
}

.loopD .loop_ranking a {
	display: block;
	color: #fff;
	text-align: left;
	padding: 20px 13px 20px 100px;
	position: relative;
	z-index: 1;
	text-decoration: underline;
	line-height: 1.4;
	font-size: 13px;
}

.loopD .loop_ranking li a:before {
	content: "";
	width: 71px;
	min-height: 71px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -37px;
}

.loopD .loop_ranking li:nth-child(1) a:before {
	background: url(../images/pay/loop/rank01.png) no-repeat;
	background-size: 100% auto;
}
.loopD .loop_ranking li:nth-child(2) a:before {
	background: url(../images/pay/loop/rank02.png) no-repeat;
	background-size: 100% auto;
}
.loopD .loop_ranking li:nth-child(3) a:before {
	background: url(../images/pay/loop/rank03.png) no-repeat;
	background-size: 100% auto;
}

.loopD .box {
	position: relative;
	overflow: hidden;
}

.loopD .box a {
	display: block;
	width: 100%;
	height: 100%;
}

.loopD .txt {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}

/* link0 */
.loopD.link0 .inner {
	padding-top: 35px;
}

.loopD.link0 .box {
	background: url(../images/pay/loop/link0_img.png) no-repeat;
	background-size: 100%;
	min-height: 317px;
	margin-bottom: 10px;
}

.loopD.link0 .box li {
	position: absolute;
	width: 170px;
	height: 63px;
	border-radius: 8px;
	overflow: hidden;
}

.loopD.link0 .box li:nth-child(1) {
	top: 5px;
	right: 6px;
}

.loopD.link0 .box li:nth-child(2) {
	top: 73px;
	right: 6px;
}

.loopD.link0 .box li:nth-child(3) {
	top: 141px;
	right: 6px;
}

.loopD.link0 .box li:nth-child(4) {
	bottom: 3px;
	left: 14px;
	width: 291px;
	height: 94px;
}

/* link1 */
.loopD.link1 .inner:before {
	display: none;
}
.loopD.link1 .inner {
	padding-top: 0;
}
.loopD.link1 .loop_ranking li {
	position: relative;
	text-align: left;
	background:  url(../images/pay/news_bg01_top.jpg) no-repeat top, url(../images/pay/news_bg01_btm.jpg) no-repeat bottom, url(../images/pay/news_bg01_mid.jpg) repeat-y;
	background-size: 100%, 100%, 100%;
	margin-bottom: 2px;
}
.loopD.link1 .loop_ranking a {
	padding: 20px 30px;
	color: #000;
}
.loopD.link1 .loop_ranking a:before {
	display: none;
}

/* link2 */
.loopD.link2 .inner {
	padding-top: 35px;
}
.loopD.link2 .box {
	background: url(../images/pay/loop/link2_img.png) no-repeat;
	background-size: 100%;
	min-height: 314px;
	margin-bottom: 10px;
}

.loopD.link2 .box li {
	position: absolute;
	border-radius: 8px;
	overflow: hidden;
	bottom: 3px;
	left: 14px;
	width: 291px;
	height: 94px;
}

.loopD.link2 .box02 {
	background: url(../images/pay/loop/link2_img02.png) no-repeat right center;
	background-size: 225px auto;
	min-height: 247px;
}

.loopD.link2 .box02 a {
	display: block;
	margin-top: 10px;
}

.loopD.link2 .box02 .serif {
	top: 15px;
	padding: 25px 11px 15px 13px;
}

.loopD.link2 .box_teller .serif:after {
	top: 60px;
}

.loopD.link2 .box03 {
	background: url(../images/pay/loop/link2_img03.png) no-repeat;
	background-size: 100%;
	min-height: 389px;
	position: relative;
}

.loopD.link2 .box03 p {
	min-height: 172px;
	margin-bottom: 0;
}

.loopD.link2 .box03 li {
	position: relative;
	width: 170px;
	height: 64px;
	border-radius: 8px;
	overflow: hidden;
	margin: 0px 0px 4px 7px;
}

.loopD.link2 .box03 li a {
	display: block;
	width: 100%;
	height: 100%;
}

/* link3 */
.loopD.link3 .box {
	background: url(../images/pay/loop/link3_img.png) no-repeat right top;
	background-size: 206px auto;
	min-height: 202px;
	margin-bottom: -30px;
}

.loopD.link3 .box div {
	width: 200px;
	padding: 10px 10px 0 20px;
	box-sizing: border-box;
}

.loopD.link3 .box + img {
	position: relative;
	width: 94% !important;
	margin: 0 auto 5px auto;
}

.loopD.link3 .box p {
	text-align: left;
	word-break: break-all;
}

.loopD.link3 .box p.txt01 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}

.loopD.link3 .box p.txt01 span {
	color: #9b6716;
}

.loopD.link3 .box p.txt02 {
	text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
	margin-bottom: 0;
}

.loopD.link3 .box02 {
	background: url(../images/pay/loop/link3_img03.png) no-repeat;
	background-size: 100%;
	min-height: 296px;
	position: relative;
	margin-bottom: 5px;
}

.loopD.link3 .box02 li a {
	display: block;
	width: 100%;
	height: 100%;
}

.loopD.link3 .box02 li {
	position: absolute;
	border-radius: 30px;
	overflow: hidden;
	bottom: 22px;
	right: 3px;
	width: 184px;
	height: 39px;
}

/* link4 */
.loopD.link4 .box {
	background: url(../images/pay/loop/link4_img.png) no-repeat;
	background-size: 100%;
	min-height: 366px;
	margin-bottom: 10px;
}

.loopD.link4 .box li {
	position: absolute;
	width: 131px;
	height: 31px;
	border-radius: 30px;
	overflow: hidden;
}

.loopD.link4 .box li:nth-child(1) {
	top: 116px;
	right: 24px;
}

.loopD.link4 .box li:nth-child(2) {
	bottom: 14px;
	left: 14px;
}

.loopD.link4 .box li:nth-child(3) {
	bottom: 14px;
	right: 17px;
}

/* link5 */
.loopD.link5 .inner {
	background: url(../images/pay/loop/bg_mid02.jpg) repeat-y;
	background-size: 100%;
	position: relative;
	padding: 0 0 45px 0;
}

.loopD.link5 .inner:before {
	display: none;
}

.loopD.link5 .inner:after {
	background: url(../images/pay/loop/bg_btm02.jpg) no-repeat center bottom;
	background-size: 100% auto;
	content: '';
	width: 100%;
	height: 42px;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.loopD.link5 .box {
	min-height: 643px;
	margin-bottom: 10px;
}

.loopD.link5 .box.docomo-branch-0 {
	background: url(../images/pay/loop/link5_img-0.jpg) no-repeat;
	background-size: 100%;
}

.loopD.link5 .box.docomo-branch-1 {
	background: url(../images/pay/loop/link5_img-1.jpg) no-repeat;
	background-size: 100%;
}

.loopD.link5 .box li {
	position: absolute;
	width: 129px;
	height: 35px;
	border-radius: 30px;
	overflow: hidden;
}

.loopD.link5 .box li:nth-child(1) {
	top: 273px;
	right: 5px;
}

.loopD.link5 .box li:nth-child(2) {
	top: 431px;
	left: 20px;
}

.loopD.link5 .box li:nth-child(3) {
	bottom: 25px;
	right: 5px;
}


/*----- loopA -----*/
.pay_top .box_new.popu_menu li:nth-child(2) {
	background: url(../images/pay/news_bg03_top.jpg) no-repeat top, url(../images/pay/news_bg03_btm.jpg) no-repeat bottom, url(../images/pay/news_bg03_mid.jpg) repeat-y;
	background-size: 100%, 100%, 100%;
}

.box_new.popu_menu li .icon-ppv {
	margin: 0 0 5px 0px;
	padding-left: 66px;
	background: url(../images/pay/icon_ppv.png) no-repeat 2% 2px;
	background-size: 55px;
	border-bottom: 1px #ab854a dotted;
	padding-bottom: 4px;
	color: #ff0000 !important;
}

.box_new.popu_menu li .ppvtitle {
	color: #000;
	position: relative;
	padding-right: 23px;
}

.box_new.popu_menu li .ppvtitle:after {
	content: "";
	width: 20px;
	height: 20px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	right: 0px;
	background: url(../images/icon/arrow_bra.png) no-repeat;
	background-size: 100%;
}


/*////////////////////////////////////////////////////////

yudo

////////////////////////////////////////////////////////*/
.yudo_cate {
	padding: 10px 0 0px;
	overflow: hidden;
	margin-bottom: 30px;
}

.yudo_cate p {
	margin-bottom: 0;
}

.yudo_cate .lead p, .yudo_cate .lead {
	margin-left: 0;
	text-align: left;
	color: #000;
	line-height: 1.5;
	word-break: break-all;
}

.yudo_cate .lead {
	margin: 0 10px;
	padding: 0;
}

.yudo_cate .btn-ppv {
	width: 87%;
}

.yudo_cate .ppv-box a {
	text-align: left;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.yudo_cate .text-mincho {
	text-shadow: 0 0 5px #150039, 0 0 10px #150039, 0 0 10px #150039;
}

.yudo_cate .btn-colom1, .yudo_cate .btn-colom2, .yudo_cate .btn-yudo {
	width: 90%;
}

.yudo_cate .box li, .yudo_cate .box02 li, .yudo_cate .box03 li, .yudo_cate .box04 li  {
	position: absolute;
}

.yudo_cate .box li a, .yudo_cate .box02 li a, .yudo_cate .box03 li a, .yudo_cate .box04 li a {
	display: block;
	margin: 0;
}

.yudo_cate .box, .yudo_cate .box02 {
	overflow: initial;
	position: relative;
}

.no-txt-shadow {
	text-shadow: none;
}

.yudo_cate .no-font {
	font-family: none;
}

.arrows a:after {
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -8px;
	background: url(../images/icon/arrow_wh2.png) no-repeat;
	background-size: 100%;
}

.lineH_normal {
	line-height: 1.4 !important;
}

.text-light-red02 {
	color: #fff;
	text-shadow :2px 2px 2px #ff0000, -2px 2px 2px #ff0000, 2px -2px 2px #ff0000, -2px -2px 2px #ff0000, 2px 0px 2px #ff0000, 0px 2px 2px #ff0000, -2px 0px 2px #ff0000, 0px -2px 2px #ff0000;
}

.text-light-pink02 {
	color: #fff;
	text-shadow :2px 2px 2px #ff0066, -2px 2px 2px #ff0066, 2px -2px 2px #ff0066, -2px -2px 2px #ff0066, 2px 0px 2px #ff0066, 0px 2px 2px #ff0066, -2px 0px 2px #ff0066, 0px -2px 2px #ff0066;
}

/* 01 */
#main .yudo_cate.link01 .box {
	text-align: left;
	min-height: 330px;
	background: #5f003b;
	border: 5px solid #ab854a;
	box-sizing: border-box;
}

.yudo_cate.link01 .lead {
	margin: 0 10px 0 0;
}

.yudo_cate.link01 .box a {
	font-size: 18px;
}

#main .yudo_cate.link01 .box img {
	width: 90%;
}
.yudo_cate.link01 .box li {
	width: 130px;
}
.yudo_cate.link01 .box li:nth-child(1) {
	top: 20px;
	left: 25px;
}

.yudo_cate.link01 .box li:nth-child(2) {
	top: 75px;
	left: 25px;
}

.yudo_cate.link01 .box li:nth-child(3) {
	top: 130px;
	left: 25px;
}

.yudo_cate.link01 .box li:nth-child(4) {
	top: 185px;
	left: 25px;
}

.yudo_cate.link01 .box li:nth-child(5) {
	bottom: 12px;
	left: 10px;
	width: 290px;
}

.yudo_cate.link01 .box li:nth-child(5) a {
	font-size: 15px;
}

.yudo_cate.link01 .box .result-picture02 {
	margin: 5px 10px 0px -10px !important;
}

.yudo_cate.link01 .box02 li {
	bottom: -10px;
	left: 30px;
}

/* 02 */
.yudo_cate.link02 .box01 {
	background: url(../images/yudo/03.jpg) no-repeat;
	background-size: 100%;
	width: 100%;
	min-height: 219px;
}

/* 03 */
.yudo_cate.link03 .box {
	background: url(../images/other/teller04.jpg) no-repeat;
	background-size: 90%;
	width: 100%;
	min-height: 215px;
}

.yudo_cate.link03 .box p {
	text-align: left;
	width: 160px;
	margin: 0 10px 0 auto;
	padding: 30px 0 0 0;
	word-break: break-all;
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

.yudo_cate.link03 .box02 {
	background: url(../images/yudo/04.png) no-repeat;
	background-size: 100% auto;
	position: relative;
	min-height: 191px;
}

.yudo_cate.link03 .box02 li {
	width: auto;
	min-width: 100px;
}

.yudo_cate.link03 .box02 li a {
	padding: 10px 25px;
	box-sizing: border-box;
	font-size: 16px;
}

.yudo_cate.link03 .box02 li:nth-child(1) {
	top: -5px;
	left: 25px;
}

.yudo_cate.link03 .box02 li:nth-child(2) {
	top: 40px;
	right: 15px;
}

.yudo_cate.link03 .box02 li:nth-child(3) {
	top: 60px;
	left: 5px;
}

.yudo_cate.link03 .box02 li:nth-child(4) {
	top: 115px;
	right: 5px;
}

.yudo_cate.link03 .box02 li:nth-child(5) {
	top: 125px;
	left: 50px;
}

.yudo_cate.link03 .free_view .tsunagi02 {
	position: relative;
	background: url(../images/yudo/05.jpg) no-repeat;
	background-size: 100%;
	min-height: 192px;
}

/* 04 */
.yudo_cate.link04 .box_words.woman {
	background: url(../images/menulist/img02-woman.png) no-repeat;
	background-size: 100%;
	min-height: 215px;
	margin-bottom: 5px;
	box-shadow: 0 -10px 10px 0 #f1ecce inset;
}
.yudo_cate.link04 .box_words.man {
	background: url(../images/menulist/img02-man.png) no-repeat;
	background-size: 100%;
	min-height: 240px;
	margin-bottom: 0;
}

.yudo_cate.link04 .box {
	background: url(../images/yudo/06.png) no-repeat 170% top;
	background-size: 75% auto;
	position: relative;
	min-height: 230px;
}

.yudo_cate.link04 .box li {
	width: auto;
	min-width: 100px;
}

.yudo_cate.link04 .box li a {
	padding: 10px 10px;
	box-sizing: border-box;
	font-size: 16px;
}

.yudo_cate.link04 .box li:nth-child(1) {
	top: 5px;
	left: 5px;
}

.yudo_cate.link04 .box li:nth-child(2) {
	top: 60px;
	left: 5px;
}

.yudo_cate.link04 .box li:nth-child(3) {
	top: 60px;
	left: 120px;
}

.yudo_cate.link04 .box li:nth-child(4) {
	top: 115px;
	left: 5px;
}

.yudo_cate.link04 .box li:nth-child(5) {
	top: 170px;
	left: 5px;
}

/* 05 */
.yudo_cate.link05 .box_teller {
	position: relative;
	background: url(../images/other/teller06.jpg) no-repeat;
	background-size: 100%;
	min-height: 205px;
}

.yudo_cate.link05 .box_teller .serif {
	top: 	20px;
}

.bad_ties .box01.ver01 {
	min-height: 112px;
}

.bad_ties .box01.ver02 {
	background: url(../images/menu/bad_ties_img03.jpg) no-repeat left bottom;
	background-size: 100%;
	min-height: 112px;
}

/* 06 */
.yudo_cate.link06 .box_teller {
	position: relative;
	background: url(../images/other/teller07.jpg) no-repeat;
	background-size: 100%;
	min-height: 246px;
}

.yudo_cate.link06 .box_teller .serif {
	top: 25px;
	padding: 25px 11px 25px 13px;
}

.yudo_cate.link06 .box_teller.right .serif:after {
	top: 	35%;
}

/* 07 */
.yudo_cate.link07 .box {
	text-align: left;
}

.yudo_cate.link07 .box img {
	width: 60% !important;
}

.yudo_cate.link07 .box li {
	width: 165px;
	right: 10px;
}

.yudo_cate.link07 .box li:nth-child(1) {
	top: 60px;
}

.yudo_cate.link07 .box li:nth-child(2) {
	top: 150px;
}

.yudo_cate.link07 .box li:nth-child(3) {
	top: 195px;
}

.yudo_cate.link07 .box a {
	padding: 15px 10px;
}

/* 09 */
.yudo_cate.link09 .box {
	position: relative;
	background: url(../images/yudo/08.jpg) no-repeat;
	background-size: 100%;
	min-height: 297px;
	box-shadow: 0 -10px 10px 0 #eeedcf inset, 0 10px 10px 0 #eeedcf inset;
}

.yudo_cate.link09 .box li {
	width: 87%;
	left: 20px;
	bottom: 5px;
}

.yudo_cate.link09 .box li a {
	padding: 15px 10px;
}

.yudo_cate.link09 .box_teller {
	position: relative;
	background: url(../images/other/teller08.jpg) no-repeat;
	background-size: 100%;
	min-height: 220px;
	box-shadow: 0 -10px 10px 0 #faf7ee inset;
}

.yudo_cate.link09 .box_teller .serif {
	top: 35px;
	padding: 25px 11px 25px 13px;
	width: 190px;
}

.yudo_cate.link09 .box02 {
	position: relative;
	background: url(../images/yudo/09.png) no-repeat;
	background-size: 100%;
	min-height: 172px;
}

.yudo_cate.link09 .box02 li {
	width: 60%;
	right: 10px;
}

.yudo_cate.link09 .box02 li:nth-child(1) {
	top: 17px;
}

.yudo_cate.link09 .box02 li:nth-child(2) {
	top: 89px;
}

/* 10 */
.yudo_cate.link10 .box p {
	position: absolute;
	top: 60px;
	left: 27px;
	text-align: center;
}

.yudo_cate.link10 .btns li {
	width: 90%;
	margin: 0 auto;
	float: none;
}

.yudo_cate.link10 .komi_juyo .inner {
	padding-bottom: 40px;
}

.yudo_cate.link10 .komi_juyo .txt_inner {
	width: 173px;
}

.yudo_cate.link10 .btn-yudo {
	width: 85%;
}

/* 11 */
.yudo_cate.link11 .box_teller {
	position: relative;
	background: url(../images/other/teller07.jpg) no-repeat;
	background-size: 100%;
	min-height: 246px;
}

.yudo_cate.link11 .box_teller .serif {
	width: 174px;
	margin: 0 15px 0 auto;
	background: rgba(255,255,255,0.8);
	box-shadow: 3px 5px 6px 0px rgb(0 0 0 / 50%);
	top: 40px;
	padding: 25px 11px 25px 13px;
	-webkit-filter: none;
	filter: none;
}

.yudo_cate.link11 .box_teller.right .serif:after {
	content: "";
	position: absolute;
	left: -20px;
	background: url(../images/result/free/komi_isei/icon_fuki.png) no-repeat;
	background-size: 100%;
	width: 21px;
	min-height: 22px;
	opacity: 0.8;
	top: 45px;
	transform: scale(1, 1);
}

/* 12&13 */
.yudo_cate.link12 .box_new li, .yudo_cate.link13 .box_new li {
	background: url(../images/pay/news_bg01_top.jpg) no-repeat top, url(../images/pay/news_bg01_btm.jpg) no-repeat bottom, url(../images/pay/news_bg01_mid.jpg) repeat-y;
	background-size: 100%, 100%, 100%, 100%;
	margin-bottom: 2px;
}

.yudo_cate.link12 .box {
	position: relative;
	background: url(../images/other/teller07.jpg) no-repeat;
	background-size: 100%;
	min-height: 246px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

.yudo_cate.link12 .box.ver2 {
	position: relative;
	background: url(../images/other/teller02.jpg) no-repeat;
	background-size: 100%;
	min-height: 240px;
}

.yudo_cate.link12 .box .serif {
	top: 25px;
	margin-bottom: 45px;
	min-height: 130px;
}

.yudo_cate.link12 .box .serif:after {
	top: 65px;
}

.yudo_cate.link12 .box_new a {
	padding: 15px 15px 15px 19px;
}


/*////////////////////////////////////////////////////////

mypage

////////////////////////////////////////////////////////*/
.mypage .box_teller {
	background: url(../images/mypage/teller.jpg) no-repeat;
	background-size: 100%;
	min-height: 263px;
	position: relative;
	margin-bottom: -34px;
}

.mypage .box_teller .serif {
	width: 175px;
	background: none;
	-webkit-filter: drop-shadow(0px 0px 0px rgba(0,0,0,0));
	filter: drop-shadow(0px 0px 0px rgba(0,0,0,0.0));
	box-shadow: none;
	margin: 0 0px 0 auto;
	padding: 28px 8px 15px 10px;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.mypage .box_teller .serif:after {
	display: none;
}

.mypage .box_item dl {
	padding: 0 20px 10px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #a38a24;
}
.mypage .box_item dt {
	width: 110px;
	float: left;
	text-align: left;
}
.mypage .box_item dd {
	font-size: 18px;
	text-align: left;
}
.mypage .text_point {
	margin: 5px 0 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #e3c02f;
}

/*メニュー*/
.list-icon li.tutorial {
	background: url(../images/mypage/icon01.png) no-repeat 10px center #78022c;
	background-size: 30px;
}
.list-icon li.history {
	background: url(../images/mypage/icon02.png) no-repeat 10px center #78022c;
	background-size: 30px;
}
.list-icon li.bookmark {
	background: url(../images/mypage/icon03.png) no-repeat 10px center #78022c;
	background-size: 30px;
}
.list-icon li.stamp {
	background: url(../images/mypage/icon04.png) no-repeat 10px center #78022c;
	background-size: 30px;
}
.list-icon a {
	padding: 13px 10px 13px 45px !important;
}

/*ログボ*/
.box_bonus.disp-0 {
	display: none;
}

/*プレミアムコード*/
.mypage .box_special {
	text-align: left;
}
.mypage .box_special li:nth-child(1), .mypage .box_special li:nth-child(2) {
	color: #333;
}
.mypage .box_special li a {
	font-weight: bold;
	color: #290404;
}
.mypage .present_cord.mypage {
	margin: 10px 0;
	border: 1px solid #d7a97e;
	background: #f7e5d4;
}


/*////////////////////////////////////////////////////////

stamp

////////////////////////////////////////////////////////*/
.stamp .box_teller {
	min-height: 200px;
	padding-bottom: 20px;
	background: url(../images/teller/01.png) no-repeat right;
	background-size: 50%;
}
.box_machiuke .btn-yudo a {
	padding: 15px 10px;
	font-size: 1.1em;
}
.box_machiuke .btn-yudo a span {
	font-size: 1.1em;
}
.box_machiuke .disp-0 {
	display: none;
}
.stamp .machiuke {
	width: 98%;
	margin: 10px auto 20px;
}


/*////////////////////////////////////////////////////////

bookmark

////////////////////////////////////////////////////////*/
.bookmark p {
	padding: 0 10px;
}
.bookmark .list-menu02 {
	margin-bottom: 30px;
	position: relative;
	text-align: left;
}
.bookmark .list-menu02 li {
	padding: 10px 0 10px 10px;
	overflow: hidden;
	position: relative;
	color: #fff;
}
.bookmark .list-menu02 a {
	width: 265px;
	float: right;
	padding: 0 20px 0 0;
}
.bookmark input[type="checkbox"] + label {
	top: 10px;
	left: 10px;
}


/*////////////////////////////////////////////////////////

tutorial

////////////////////////////////////////////////////////*/
.tutorial .title {
	font-family: none;
	background: url(../images/bar/pink.jpg) no-repeat center;
	background-size: 100%;
	font-size: 20px;
	text-shadow: 0 0 3px #ff0099, 0 0 3px #ff0099, 0 0 3px #ff0099;
	padding: 0 20px;
	margin-bottom: 0;
}

.tutorial .box_teller {
	min-height: 226px;
	background: url(../images/regist/tutorial/teller.jpg) no-repeat;
	background-size: 100%;
}
.tutorial .box_teller .serif:after {
	top: 50%;
}

.tutorial .list01 {
	min-height: 229px;
	background: url(../images/regist/tutorial/bg_list.jpg) no-repeat;
	background-size: 100%;
}

.tutorial .list01 ul {
	margin: 0px 6px 0 6px;
}

.tutorial .list01 li {
	overflow: hidden;
	width: 100%;
	height: 53px;
	margin: 0 0 5px 0;
	box-sizing: border-box;
	border-radius: 10px;
}

.tutorial .list01 li a {
	width: 100%;
	height: 100%;
	display: block;
}


.tutorial p {
	margin-bottom: 0;
}
.tutorial .box_txt {
	background: url(../images/regist/tutorial/bg_txt.jpg) repeat-y;
	background-size: 100%;
	color: #78022c;
	padding: 15px 25px;
	text-align: left;
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}

.tutorial .box_teller.bottom {
	min-height: 240px;
	background: url(../images/regist/tutorial/teller02.jpg) no-repeat;
	background-size: 100%;
	margin-bottom: -30px;
}

.tutorial .box_teller.bottom p {
	width: 202px;
	font-size: 16px;
	padding: 30px 0 0 10px;
	box-sizing: border-box;
	color: #ff0000;
	text-align: left;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: -1px;
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 2px 4px 2px rgb(0 0 0 / 50%);
}
.tutorial .btn {
	background: url(../images/regist/tutorial/btn.png) no-repeat;
	background-size: 100% auto;
	min-height: 144px;
	padding: 0;
	width: 273px;
	margin: 0 auto;
	position: relative;
}

.tutorial .btn li {
	height: 64px;
	margin-bottom: 9px;
	overflow: hidden;
	border-radius: 10px;
}

.tutorial .btn li a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	font-size: 0;
	display: block;
	height: 100%;
}


/*////////////////////////////////////////////////////////

unregist

////////////////////////////////////////////////////////*/
/*----- index -----*/
.unregist .box_teller {
	height: 180px;
	background: url(../images/teller/01.png) no-repeat left;
	background-size: 47%;
}

.unregist .box_teller .serif {
	width: 180px;
	padding: 15px 15px 15px 15px;
	top: 30px;
}

.unregist .box_teller.right .serif:after {
	top: 48%;
}

.unregist .tit_sub01 {
	margin: 20px 0 10px;
}
.box_unregist_notice p {
	padding: 0 10px;
	text-align: left;
}
/*----- done -----*/
.unregist .list-icon .line_me {
	background: url(../images/common/icon-line.png) no-repeat 8px center;
	background-size: 33px;
}
.unregist .list-icon .uranavi {
	background: url(../images/common/icon-navi.png) no-repeat 8px center;
	background-size: 33px;
}
.unregist .list-icon .mag {
	background: url(../images/common/icon-mag.png) no-repeat 8px center;
	background-size: 33px;
}
.unregist .list-icon .kantei {
	background: url(../images/common/icon-kantei.png) no-repeat 8px center;
	background-size: 33px;
}
.unregist .list-icon a {
	padding: 13px 10px 13px 50px !important;
}
.unregist .list-icon span {
	font-size: 0.9em;
}

.unregist_txt p {
	color: #000;
}

.mb-media-link .lead {
	color: red !important;
}

.conce_unregist_title, .conce_unregist_site_title {
	color: #000 !important;
}

.conce_unregist_freemenu_list a::after {
	border-right: 2px solid #000 !important;
	border-bottom: 2px solid #000 !important;
}

.conce_title_yellow {
	color: red !important;
}

/*////////////////////////////////////////////////////////

登録完了ページ

////////////////////////////////////////////////////////*/
.submit_box {
	position: relative;
	overflow: hidden;
}

.submit_box p {
	position: absolute;
	font-size: 25px;
	top: 88px;
	width: 100%;
	left: 0px;
	padding: 0 10px;
	box-sizing: border-box;
	transform: skew(-4deg,-9deg);
	text-shadow: 0 0 6px #e30186, 0 0 6px #e30186, 0 0 6px #e30186, 0 0 6px #e30186, 0 0 6px #e30186, 0 0 6px #e30186, 0 0 6px #e30186, 0 0 6px #e30186, 0 0 6px #e30186;
}


/*////////////////////////////////////////////////////////

プレゼントキャンペーン

////////////////////////////////////////////////////////*/

.present_banner.open-0, .present_banner.open-2 {
	display: none;
}

.present_banner.open-1{
	display: block;
}

.present_entry h2 {
	font-size: 14px;
	background-image: -moz-linear-gradient(top, #434641, #292b27);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#434641), to(#292b27));
	background-image: -o-linear-gradient(top, #434641, #292b27);
	background-image: linear-gradient(top, #434641, #292b27);
	padding: 10px 0px;
	border-bottom: solid 1px #fff;
	color: #FFF;
	text-shadow: 1px 1px 1px #11120f;
	font-weight: bold;
}
.present_entry .box_flow {
	background: #fff;
}
.present_entry .box_flow .inner {
	padding: 20px 0;
}
.present_entry h3 {
	text-align: left;
	font-size:14px;
	font-weight: bold;
	position: relative;
	margin: 0 0 0 0;
	padding: 10px 10px 10px 30px;
	font: bold;
	color: #666;
	background: #ccc;
	border-top: #ccc solid 1px;
	border-right: #999 solid 1px;
	border-bottom: #999 solid 1px;
	border-left: #ccc solid 1px;
	text-shadow: 1px 1px 0 rgb(255 255 255);
	box-shadow: 0 0 0 1px rgb(255 255 255 / 50%) inset;
	background-image: -webkit-gradient(linear, left top, left bottom, from( rgba(220, 220, 220, 1.0)), color-stop(0.25, rgba(240, 240, 240, 1.0)), color-stop(0.30, rgba(235, 235, 235, 1.0)), color-stop(0.36, rgba(240, 240, 240, 1.0)), color-stop(0.50, rgba(235, 235, 235, 1.0)), color-stop(0.80, rgba(215, 215, 215, 1.0)), to( rgba(210, 210, 210, 1.0)) );
	background-image: -webkit-linear-gradient(top, rgba(220, 220, 220, 1.0), rgba(240, 240, 240, 1.0) 25%, rgba(235, 235, 235, 1.0) 30%, rgba(240, 240, 240, 1.0) 36%, rgba(235, 235, 235, 1.0) 50%, rgba(215, 215, 215, 1.0) 80%, rgba(210, 210, 210, 1.0) );
	background-image: -moz-linear-gradient(top, rgba(220, 220, 220, 1.0), rgba(240, 240, 240, 1.0) 25%, rgba(235, 235, 235, 1.0) 30%, rgba(240, 240, 240, 1.0) 36%, rgba(235, 235, 235, 1.0) 50%, rgba(215, 215, 215, 1.0) 80%, rgba(210, 210, 210, 1.0) );
	background-image: -o-linear-gradient(top, rgba(220, 220, 220, 1.0), rgba(240, 240, 240, 1.0) 25%, rgba(235, 235, 235, 1.0) 30%, rgba(240, 240, 240, 1.0) 36%, rgba(235, 235, 235, 1.0) 50%, rgba(215, 215, 215, 1.0) 80%, rgba(210, 210, 210, 1.0) );
	background-image: linear-gradient(to bottom, rgba(220, 220, 220, 1.0), rgba(240, 240, 240, 1.0) 25%, rgba(235, 235, 235, 1.0) 30%, rgba(240, 240, 240, 1.0) 36%, rgba(235, 235, 235, 1.0) 50%, rgba(215, 215, 215, 1.0) 80%, rgba(210, 210, 210, 1.0) );
}
.present_entry h3:before {
	content:" ";
	position:absolute;
	top:0;
	left:15px;
	width:0;
	height:100%;
	border-left:#ccc solid 1px;
}
.present_entry h3:after {
	content:" ";
	position:absolute;
	top:0;
	left:16px;
	width:0;
	height:100%;
	border-right:#eee solid 1px;
}
.present_entry .na {
	width: 96%;
	margin: 0 auto;
	font-size: 13px;
	font-weight: bold;
	color: #592b30;
	letter-spacing: 0;
	border: 1px #000 !important;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-decoration: none;
	padding: 15px 10px;
	background-color: #f5b5a0;
	border: 1px solid #f49b7a!important;
	box-sizing: border-box;
	line-height: 1.4;
	text-align: left;
}

.present_entry .box_flow img {
	width: 32px !important;
}

.present_entry .entry_require {
	line-height: 1.4;
	text-align: left;
	font-size: 13px;
	margin: 0 7px 20px 7px;
	font-weight: bold;
}
.present_entry .entry_require span {
	font-size: 12px;
	font-weight: normal;
}
.present_entry .entry_require span.text-bold {
	font-weight: bold;
}

.present_entry .entry_kome {
	text-align: left;
	font-size: 11px;
	padding: 12px 10px 15px 10px;
	line-height: 1.5;
	background: #663399;
	margin-bottom: 0;
	color: #fff;
}

.present_entry .entry_arrow {
	text-align:center;
	margin:10px auto;
	width: 32px;
}

.present_entry .box_t {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
	line-height: 1.4;
}

.box-entry {
	background: #fff;
	color: #333631;
	text-align: left;
}

.present_entry form {
	width: 90% !important;
	margin: 20px auto 0px auto;
}

.box-entry .pink {
	color: #ff0066;
}

.box-entry label.label_txt {
	border-bottom: dotted 1px #ff0066;
	border-left: solid 3px #ff0066;
	padding: 5px;
	width: 90%;
	margin: 0 10px 10px 10px;
	display: block;
	box-sizing: border-box;
	font-weight: bold;
	line-height: 1;
	font-size: 13px;
}

.input-layout {
	width: 88%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: 1px solid #ccc;
	outline: none;
	border-radius: 5px;
	margin-left: 10px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.box-entry .title3 {
	color: hsl(0, 50%, 50%);
	padding-left: 5px;
	border-left: 10px solid hsl(0, 50%, 50%);
	text-align: left;
	font-weight: bold;
	font-size: 13px;
}

.box-entry .box_t2 {
	width: 100%;
	margin: 10px auto 5px auto;
	font-size: 80%;
	line-height: 1.4;
}

.box-entry .privacy {
	background: #f5b5a0;
	padding: 10px;
	font-size: 80%;
	line-height: 1.4;
	margin-bottom: 15px;
}

.box-entry .dou {
	text-align: center;
	padding: 10px;
	font-weight: bold;
}

.box-entry .dou input {
	width: 18px;
	height: 18px;
	position: relative;
	top: 5px;
	-webkit-appearance: checkbox;
}

#disableButton {
	margin: auto;
	width: 100%;
	height: 80px;
	border: 0px !important;
	background: url(../images/pay/present_entry/btn01.png) no-repeat center;
	background-size: 90%;
	background-position: 50%;
	text-indent: -9999px;
	margin-bottom: 15px;
}

.present_entry .bg_box {
	background: #fff;
	font-size: 24px;
	padding: 20px 0 35px 0;
	color: red;
	font-weight: bold;
}

.present_entry .bg_box span {
	display: block;
	border-radius: 3px;
	border: 2px solid #fd0807;
	padding: 15px 0;
	margin: 0 20px;
}

.present_entry p.des {
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 1.4;
	padding: 10px 0px 0px 0px;
	width: 88%;
	margin-bottom: 0;
	box-sizing: border-box;
}
.present_entry p.des span {
	font-size: 87%;
	display: block;
	padding: 8px;
	background: #f5b5a0;
	border-radius: 4px;
	margin-top: 5px;
}

.present_entry .confirm_entry {
	text-align: center;
	margin: 20px 0 0 0;
	padding-bottom: 15px;
}

.present_entry .confirm_entry input {
	padding: 10px 20px;
	margin: 5px;
	border: 1px solid #7f7f7f;
	background: #efefef;
	color: #2c2c2c;
	border-radius: 2px;
	font-size: 12px;
	line-height: 1;
}

.present_entry .txt_entry_mail {
	padding: 0 18px;
}

.present_entry .fin_txt {
	font-size: 15px;
	padding: 10px;
	text-align: left;
	line-height: 1.5;
	font-weight: bold;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
	color: #ff0066;
}

.present_entry .entry_title_box {
	padding: 35px 0 35px 0;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 20px;
	position: relative;
	background:  #663399;
	background-size: 100% auto;
}

.present_entry .entry_title_box:before, .present_entry .entry_title_box:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 300px;
	margin: 0 auto;
	background: url(../images/pay/present_entry/line.png) no-repeat left bottom;
	background-size: 100%;
	min-height: 10px;
}

.present_entry .entry_title_box:before {
	top: 12px;
}

.present_entry .entry_title_box:after {
	bottom: 12px;
	transform:rotate(180deg);
}

.present_entry .entry_title_box p {
	color: #fff;
}

.present_entry .entry_title_box span {
	color: #f6f200;
}

/* 2021/11/1前後フラグ */

/* 2021/10/31まで表示 */
.pre-entry-flg0 .box_before {
	display: block;
}
.pre-entry-flg1 .box_before {
	display: none;
}

.pre-entry-flg0 h2 .box_before, .pre-entry-flg0 .box_t2 .box_before {
	display: inline-block;
}

/* 2021/11/1から表示 */
.pre-entry-flg0 .box_after {
	display: none;
}
.pre-entry-flg1 .box_after {
	display: block;
}

.pre-entry-flg1 .box_t2 .box_after {
	display: inline-block;
}


/*////////////////////////////////////////////////////////

動画ページ

////////////////////////////////////////////////////////*/
.movie .box_teller {
	min-height: 270px;
}

.movie .box_teller {
	background: url(../images/other/teller03.jpg) no-repeat;
	background-size: 100% auto;
}

.movie .box_teller .serif {
	top: 20px;
	word-break: break-all;
	margin-bottom: 10%;
}

.movie .box_teller .serif span {
	color: #fe274d;
	font-weight: bold;
}

.movie .box_teller .serif:after {
	top: 	80px;
}

.movie_box {
	margin-bottom: 20px;
}

/* アクセス集中時の動画を非表示 */
.movie_box .movie_off {
	display: none;
}
.movie_box.disp-0 .movie_on {
	display: none;
}
.movie_box.disp-0 .movie_off {
	display: block;
}

.movie_box h3 {
	background: #fd1084;
	color: #fff;
	padding: 10px 0;
	font-weight: bold;
}

.movie .box01 {
	background: url(../images/pay/movie/img01.png) no-repeat;
	background-size: 100% auto;
	min-height: 210px;
}

.movie .box ul {
	position: absolute;
}

.movie .box span {
	color: yellow;
	font-weight: bold;
}

.movie .box01 ul {
	width: 55%;
	right: 20px;
	top: 40px;
}

.movie .box02 {
	background: url(../images/pay/movie/img02.png) no-repeat;
	background-size: 100% auto;
	min-height: 200px;
}
.movie .box02 ul {
	width: 55%;
	left: 10px;
	top: 40px;
}

.movie .box03 {
	background: url(../images/pay/movie/img03.png) no-repeat;
	background-size: 100% auto;
	min-height: 190px;
}
.movie .box03 ul {
	width: 55%;
	right: 20px;
	top: 55px;
}

.movie .box04 {
	background: url(../images/pay/movie/img04.png) no-repeat;
	background-size: 100% auto;
	min-height: 198px;
}
.movie .box04 ul {
	width: 70%;
	right: 15px;
	bottom: 15px;
}

.movie .txt {
	font-weight: bold;
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}

.movie .btn_all_menu {
	margin: 0 10px;
	text-align: center;
	position: relative;
}
.movie .btn_all_menu a {
	display: block;
	width: 100%;
	height: 57px;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/pay/movie/btn_all_menu.png) no-repeat center top;
	background-size: 100%;
}

.movie .movie-end {
	display: none;
	margin: 0 10px 15px 10px;
}

.movie .movie_fin_txt {
	display: none;
}

.movie-end .text-small {
	line-height: 1.4;
}

.movie .movie_fin_txt.disp-0 {
	display: block;
}

.movie_coupon .box_teller {
	background: url(../images/other/teller05.jpg) no-repeat;
	background-size: 100%;
	min-height: 224px;
}

.movie_coupon .box_teller .serif {
	top: 12px;
}


/*////////////////////////////////////////////////////////

5daysLecture

////////////////////////////////////////////////////////*/
.btn-5days.disp-0 button {
	-webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(1);
	pointer-events: none;
	cursor: default;
}

.btn-5days.disp-0 .select_add_box {
	display: none;
}

.btn-5days li button {
	display: block;
	width: 98%;
	height: 100%;
	padding: 0;
	outline: 0;
	box-sizing: border-box;
	margin: 3px 3px 10px;
	background: rgb(207,13,13);
	background: -moz-linear-gradient(top, rgba(207,13,13,0.8) 0%, rgba(141,1,1,0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(207,13,13,0.8) 0%, rgba(141,1,1,0.8) 100%);
	background: linear-gradient(to bottom, rgba(207,13,13,0.8) 0%, rgba(141,1,1,0.8) 100%);
	padding: 10px;
	border: 1px solid #ffd54b;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgb(0 0 0 / 70%);
	font-size: 14px;
	text-shadow: 0 0 2px #1e1b21, 0 0 2px #1e1b21;
	color: #fff;
}

.lecture_days05 .view_5days {
	position: relative;
}
.lecture_days05 .view_5days .box_inner {
	padding: 40px 0;
	color: #222;
	text-align: left;
	background: url(../images/result/parts/bg_top.jpg) no-repeat top, url(../images/result/parts/bg_btm.jpg) no-repeat bottom, url(../images/result/parts/bg_mid.jpg) repeat-y;
	background-size: 100%;
}
.lecture_days05 .view_5days .box_inner ul {
	width: 80%;
	margin: auto;
}
.lecture_days05 .view_5days .box_inner li {
	margin-bottom: 20px;
}
.lecture_days05 .view_5days .box_inner .aura {
	text-align: center;
	font-weight: bold;
}
.lecture_days05 .view_5days .box_inner .lead {
	margin: 10px 20px 15px;
	padding: 10px;
	background: rgb(255 255 255 / 0.8);
	border-radius: 10px;
	border: 3px solid #EF9A9A;
}
.lecture_days05 .view_5days .box_inner .lead span {
	display: block;
}
.lecture_days05 .view_5days .top_line {
	position: absolute;
	top: 5px;
}
.lecture_days05 .view_5days .btm_line {
	position: absolute;
	bottom: 11px;
}

/*////////////////////////////////////////////////////////

特集バナー

////////////////////////////////////////////////////////*/
.bnr_feature {
	margin-bottom: 25px;
	margin-top: 5px;
}
.bnr_feature.open-0 .bnr_open,
.bnr_feature.open-1 .bnr_close {
	display: none;
}
.bnr_feature.open-0 .bnr_close,
.bnr_feature.open- .bnr_open {
	display: block;
}
.bnr_feature.open-2 {
	display: none !important;
}


.flow_txt {
	position: relative;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	margin-bottom: 2px;
	background: red;
}
.flow_txt p{
	margin-bottom: 0;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

.open-1 .flow_txt p {
	position: absolute;
	bottom: 0;
	right: -5em;
	white-space: nowrap;
	-webkit-animation: flow 7s linear infinite;
	animation: flow 7s linear infinite;
}

@-webkit-keyframes flow{
	from{
		right: -15em;
	}
	to{
		right: 110%;
	}
}

@keyframes flow{
	from{
		right: -15em;
	}
	to{
		right: 110%;
	}
}
/*運命の人特集*/
.unmei_feature.open-1 {
	display: block!important;
}
.unmei_feature.open-0 {
	display: none!important;
}
/*////////////////////////////////////////////////////////

有料TOP施策

////////////////////////////////////////////////////////*/
/* Wチャンス：2021.10.06追加　*/
/*.bnr_anchor, .bnr_wchance, .bnr_anchor.open-0, .bnr_wchance.open-0 {
	display: none;
}
.bnr_anchor.open-1, .bnr_wchance.open-1 {
	display: block;
}*/

.bnr_wchance p {
	color: #300000;
	font-weight: bold;
	margin-bottom: 4px;
}

/* Wチャンス期間切り替え */
.bnr_wchance.open-0.switching01-0, .bnr_wchance.open-1.switching01-0, .bnr_wchance.open-1.switching01-2 {
	display: none;
}
.bnr_wchance.open2-0.switching02-0, .bnr_wchance.open2-1.switching02-0, .bnr_wchance.open2-1.switching02-2  {
	display: none;
}
.bnr_wchance.open3-0.switching03-0, .bnr_wchance.open3-1.switching03-0, .bnr_wchance.open3-1.switching03-2  {
	display: none;
}

.bnr_wchance.open2-1.switching02-1 {
	display: block;
}
.bnr_wchance.open3-1.switching03-1 {
	display: block;
}

.bnr_wchance.open-0, .bnr_wchance.open2-0, .bnr_wchance.open3-0 {
	display: none;
}

/* 初回のみポップアップbigバナー */
.pay_top .reco-all {
	display: none;
}


/* YouTube経由クーポン */
.lp_reco a {
	color: #4b2c01;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
}

.banner-open-0,.banner-open-2 {
	display: none;
}

.banner-open-1 {
	display: block;
}
 /* プレゼント従量バナー */
 .bnr_pre_charm.open-0, .bnr_pre_charm.open-1.ppv083-1.pre_charm-1, .bnr_pre_charm.open-1.pre_charm-1 .bnr, .bnr_pre_charm.open-1.pre_charm-0.ppv083-1 .bnr, 
 .bnr_pre_charm.open-1.ppv083-0 .pre_charm_txt  {
	 display: none;
 }
 .bnr_pre_charm.open-1, .bnr_pre_charm.open-1.ppv083-0.pre_charm-0 {
	display: block;
}
.des-open-0, .des-open2-2 {
	display: none!important;
}
 /*期限過ぎた後*/
 .bnr_pre_charm.open-2.ppv083-1.pre_charm-0 .bnr, .bnr_pre_charm.open-2.ppv083-0.pre_charm-0, .bnr_pre_charm.open-2.ppv083-1.pre_charm-1 {
	 display: none;
 }

/*応募フォームの出しわけ*/
/*購入してない*/
.box-entry.ppv083_buy-0 form, .box-entry.ppv083_buy-0 form {
   display: none;
}
/*購入してる*/
.box-entry.ppv083_buy-1 .btn_conf, .box_flow.ppv083_buy-1 .btn_conf {
   display: none;
}
/* 大開運キャンペーン */
.docomo_cp_disp-1 {
	display: none;
}
#cam_daikaiun{
	background: #fff;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#cam_daikaiun h3 {
	background: #a873d0;
	text-align: center;
	color: #fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.4em;
	padding: 7px 0;
	margin: 0;
}

#cam_daikaiun ul {
	margin: 15px 15px 15px 15px;
	text-align: left;
	word-break:break-all;
}
#cam_daikaiun li {
	margin-bottom: 20px;
	color: #646069;
}

#cam_daikaiun a.purple {
	border-bottom: 1px solid;
	color: #c31f9f;
}

#cam_daikaiun .btn_entry {
	width: 250px;
	margin: 0 auto;
	height: 50px;
}
#cam_daikaiun .btn_entry a {
	background: url("../images/free/btn_campaign.png") no-repeat;
	background-size: 100% auto;
	height: 100%;
	width: 100%;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/*パック用文言エリア*/
.ppvdo.confirm .text_pack {
	display: block;
	margin: 10px 10px 30px;
	padding: 10px 15px;
	border: 1px solid #b0aeae;
	border-radius: 7px;
	text-align: left;
	font-size: 13px;
}
.ppvdo.confirm .text_pack font {
	color: red;
}
/*////////////////////////////////////////////////////////

割引キャンペーンsale

////////////////////////////////////////////////////////*/
.sale-box.disp-0, .sale-box.disp-2, .sale-anchor.disp-0, .sale-anchor.disp-2 {
	display: none;
}
.sale-box.disp-1, .sale-anchor.disp-1 {
	display: block;
}
.sale-box .sale-tit {
	line-height: 1;
	padding: 8px 0;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 16px;
	color: #fff;
	background: yellow;
	color: #ff4b1b;
}
.sale-box .sale-here {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #9576e7;
	padding: 5px 0;
	line-height: 1;
	margin-bottom: 15px;
}
.sale-site {
	background: red;
	color: #ffff00;
	padding: 7px 0;
	font-weight: bold;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #ffff00;
	border-bottom: 1px solid #ffff00;
}
.sale-box li {
	margin: 5px 5px 5px 5px;
}
.sale-box li a {
	background: #fff;
	display: block;
	color: #000;
	padding: 10px;
	text-align: left;
	line-height: 1.4;
}
.sale-box li a span {
	display: inline-block;
}
.sale-em {
	color: #f00;
	font-weight: bold;
	font-size: 15px;
}
.sale-menu {
	text-decoration: underline;
}
.sale-box .open-0, .sale-box .open-2 {
	display: none;
}
.sale-box .open-1 {
	display: block;
}

