@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;
}


/*=======================================
共通：メニューリスト&ボタン
========================================*/
.list_menu {
	margin: 5px 5px 0 5px;
}

.list_menu li {
	margin-bottom: 5px;
	border-radius: 5px;
	overflow: hidden;
}

.list_menu a {
	position: relative;
	padding: 12px 30px 12px 15px;
	color: #fff;
	display: block;
	text-decoration: none;
	text-align: left;
	font-size: 13px;
}

.list_menu.bg_pink a {
	color: #000;
	background-image: url(../images/menu/list_pink_bg_top.png), url(../images/menu/list_pink_bg_btm.png), url(../images/menu/list_pink_bg_mid.png);
	background-size: 100% auto, 100% auto, 100% auto;
	-webkit-background-size: 100% auto, 100% auto, 100% auto;
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: center top, center bottom, center top;
}
.list_menu.bg_purple a {
	color: #000;
	background-image: url(../images/menu/list_purple_bg_top.png), url(../images/menu/list_purple_bg_btm.png), url(../images/menu/list_purple_bg_mid.png);
	background-size: 100% auto, 100% auto, 100% auto;
	-webkit-background-size: 100% auto, 100% auto, 100% auto;
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: center top, center bottom, center top;
}
.list_menu.bg_blue a {
	color: #000;
	background-image: url(../images/menu/list_blue_bg_top.png), url(../images/menu/list_blue_bg_btm.png), url(../images/menu/list_blue_bg_mid.png);
	background-size: 100% auto, 100% auto, 100% auto;
	-webkit-background-size: 100% auto, 100% auto, 100% auto;
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: center top, center bottom, center top;
}

.list_menu a:after {
	content: "";
	width: 12px;
	min-height: 13px;
	background: url(../images/menu/icon_arrow.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px;
}

.list_menu.bg_blue a:after {
	background: url(../images/menu/icon_arrow02.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

.list_menu_more {
	width: 140px;
	margin: 7px 10px 0 auto;
}

.list_menu_more a {
	display: block;
	width: 100%;
	min-height: 30px;
	background: url(../images/menu/btn_more.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

.btn_rireki a {
	background: url(../images/other/btn_rireki.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

.btn-ppvmenu {
	display: table;
	width: 100%;
	height: 131px;
}

.btn-ppvmenu a {
	display: block;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	background: url(../images/menu/bg_ppv.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 16px 30px 0px 30px;
	line-height: 1.4;
}

.btn-ppvmenu a span {
	font-size: 15px;
}

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

free

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

.free_top p {
	color: #000;
}

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

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

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

.btn-regist {
	margin: 0 25px;
	text-align: center;
	position: relative;
}
.btn-regist a {
	display: block;
	width: 100%;
	height: 92px;
	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%;
}

/* あの人の隠し事 */
.sec_secret .box {
	background: url(../images/menu/secret_img.jpg) no-repeat;
	background-size: 100%;
	min-height: 391px;
	position: relative;
}

.sec_secret .box li {
	position: absolute;
	overflow: hidden;
	width: 180px;
	height: 72px;
	border-radius: 10px;
}

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

.sec_secret .box li:nth-child(1) {
	top: 20px;
	left: 18px;
}

.sec_secret .box li:nth-child(2) {
	top: 129px;
	right: 17px;
}

.sec_secret .box li:nth-child(3) {
	top: 229px;
	left: 18px;
}

.sec_secret .box li:nth-child(4) {
	bottom: 42px;
	right: 21px;
	height: 29px;
	width: 138px;
	border-radius: 15px;
}

/* 共通 */
.box_line {
	background: url(../images/menu/box_line.png) no-repeat center bottom;
	background-size: 95%;
	min-height: 7px;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.txt-yellow {
	color: #000;
	text-shadow: 0 0 2px #ffff00,0 0 2px #ffff00,0 0 2px #ffff00,0 0 2px #ffff00,0 0 2px #ffff00,0 0 2px #ffff00;
	font-weight: bold;
	font-size: 17px;
}

.mbox {
	margin: 0 15px;
}

/* 会員様限定特典 */
.sec_member_tokuten .inner {
	color: #000;
	background-image: url(../images/menu/member_tokuten_bg_top.jpg), url(../images/menu/member_tokuten_bg_btm.jpg), url(../images/menu/member_tokuten_bg_mid.jpg);
	background-size: 100% auto, 100% auto, 100% auto;
	-webkit-background-size: 100% auto, 100% auto, 100% auto;
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: center top, center bottom, center top;
	padding: 0px 0px 40px 0px;
	margin-bottom: 5px;
}
.sec_member_tokuten .lead {
	position: relative;
	z-index: 1;
	margin-bottom: -5px;
}
.box_kamidana .box {
	background: url(../images/menu/kamidana_img.jpg) no-repeat;
	background-size: 100%;
	min-height: 438px;
	position: relative;
}

.free .box_kamidana .box {
	background: url(../images/menu/kamidana_img_free.jpg) no-repeat;
	background-size: 100%;
	min-height: 361px;
	position: relative;
}

.box_kamidana .box li {
	position: absolute;
	overflow: hidden;
	width: 230px;
	height: 61px;
	border-radius: 13px;
	bottom: 23px;
	left: 46px;
}

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

.box_kamidana .box02 .mbox {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
}

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

.box_shizuku.kobetsu_box {
	background: url(../images/menu/shizuku_img02.jpg) no-repeat;
	background-size: 100%;
	min-height: 437px;
	position: relative;
}

.box_shizuku li {
	position: absolute;
	width: 270px;
	height: 68px;
	bottom: 63px;
	left: 25px;
}

.box_shizuku.kobetsu_box li {
	width: 130px;
	height: 60px;
	bottom: 66px;
	left: auto;
	right: 30px;
}

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

.box_shizuku.kobetsu_box .write_num {
	position: absolute;
	bottom: 97px;
	left: 86px;
	width: 35px;
	margin: 0;
	font-size: 22px;
	color: #ffff00;
	font-weight: bold;
}

.box_shizuku.kobetsu_box .count_num {
	position: absolute;
	bottom: 70px;
	left: 118px;
	width: 22px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #ffff00;
	letter-spacing: -1px;
}

.box_shizuku.kobetsu_box li.icon_bach-1:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 30px;
	height: 30px;
	bottom: 45px;
	right: -12px;
	background: url(../images/icon/icon-mark.png) no-repeat;
	background-size: 100%;
}

.box_shizuku.kobetsu_box li.icon_bach-0:after {
	content: "本日の雫は\A落しきりました";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 13px;
	line-height: 1.2;
	white-space: pre;
	font-size: 15px;
	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.8);
	border-radius: 10px;
	box-sizing: border-box;
	color: #fff;
}


/* 時間帯別占いメッセージ */
.sec_time_zone .inner {
	color: #000;
	background-image: url(../images/menu/sec_time_zone_bg_top.jpg), url(../images/menu/sec_time_zone_bg_btm.jpg), url(../images/menu/sec_time_zone_bg_mid.jpg);
	background-size: 100% auto, 100% auto, 100% auto;
	-webkit-background-size: 100% auto, 100% auto, 100% auto;
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: center top, center bottom, center top;
	padding: 10px 10px 40px 10px;
}

.box_morning {
	width: 100%;
	background: url(../images/menu/bg_morning.png) no-repeat;
	background-size: 100%;
	min-height: 325px;
	position: relative;
	margin-bottom: 10px;
}

.box_morning h3 {
	min-height: 85px;
}
.box_morning h3 + ul li {
	height: 60px;
	margin: 0 10px 6px 10px;
}
.box_morning h3 + ul li a {
	color: #000;
	display: table;
	text-decoration: none;
	text-align: left;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 10px 30px 10px 12px;
	line-height: 1.4;
}
.box_morning h3 + ul li span {
	display: table-cell;
	vertical-align: middle;
}
.all_menu_mes li {
	width: 180px;
	height: 24px;
	position: absolute;
	right: 15px;
	bottom: 15px;
	border-radius: 30px;
	overflow: hidden;
}
.all_menu_mes a {
	display: block;
	width: 100%;
	height: 100%;
}

.box_night {
	width: 100%;
	background: url(../images/menu/bg_night.png) no-repeat;
	background-size: 100%;
	min-height: 185px;
	position: relative;
}
.box_night h3 {
	min-height: 115px;
}
.box_night ul {
	display: table;
	width: 92%;
	margin: 0 auto;
}
.box_night li {
	display: table-cell;
	width: 30%;
	height: 50px;
	overflow: hidden;
	border-radius: 20px;
	padding: 2px;
}

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

.box_midnight {
	width: 100%;
	background: url(../images/menu/bg_midnight.png) no-repeat;
	background-size: 100%;
	min-height: 655px;
	position: relative;
}

.box_midnight li {
	position: absolute;
	overflow: hidden;
	width: 180px;
	height: 80px;
	bottom: 110px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 30px;
	overflow: hidden;
}

.box_midnight li a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/menu/btn_midnight_free.png) no-repeat;
	background-size: 100%;
}

.menu .box_midnight li a {
	background: url(../images/menu/btn_midnight.png) no-repeat;
	background-size: 100%;
}

.box_midnight.open-0 li a {
	pointer-events: none;
	-webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(1);
}

.box_midnight.open-1 ul {
	-webkit-animation: blink_img2 1.4s ease-in-out infinite alternate;
	animation: blink_img2 1.4s ease-in-out infinite alternate;
}

@-webkit-keyframes blink_img2 {
	 0% {
	opacity:1;
	}
 100% {
	opacity:0.5;
	}
}
@keyframes blink_img2 {
	 0% {
	opacity:1;
	}
	 100% {
	opacity:0.5;
	}
}

.box_midnight .txt {
	position: absolute;
	bottom: 200px;
	margin: 0 20px;
}

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

.sec_sukui_mirror h2 {
	min-height: 130px;
}

.sec_sukui_mirror .fuki {
	min-height: 192px;
}

.sec_sukui_mirror .box {
	min-height: 300px;
	position: relative;
}

.sec_sukui_mirror .box li {
	position: absolute;
	width: 150px;
	height: 44px;
	right: 15px;
	overflow: hidden;
	border-radius: 15px;
}

.sec_sukui_mirror .box li:nth-child(1) {
	top: 44px;
}
.sec_sukui_mirror .box li:nth-child(2) {
	top: 144px;
}
.sec_sukui_mirror .box li:nth-child(3) {
	top: 243px;
}

.sec_sukui_mirror .box02 li {
	position: relative;
	top: 32px;
	width: 280px;
	margin: 0 auto;
	height: 70px;
	overflow: hidden;
	border-radius: 15px;
}

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

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

free fortune

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

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

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

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

.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: 70px;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.form_wrap .ff_name {
	width: 90%;
	margin: 0 auto 13px 20px;
}
.form_wrap .name_wrap {
	margin: 0 15px;
}

.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: #f01154;
	border-radius: 5px;
	margin-right: 2px;
	padding: 0 2px;
}

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

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

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

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

.sex_wrap dt, .birthday_wrap dt {
		width: 73px;
}
.sex_wrap dd {
	width: 70px;
}
.sex_wrap select {
	width: 100%;
	border: 1px solid #a0a0a0;
	border-radius: 5px;
	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;
}

.birthday_wrap select {
	border: 1px solid #a0a0a0;
	border-radius: 5px;
	background: url(../images/icon/arrow_select.png) no-repeat 88% center #fff;
	background-size: 12px;
	margin-right: 0;
	height: 35px;
	line-height: 35px;
}

.birthday_wrap span {
	display: inline-block;
	padding: 0 0 0 2px;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	position: relative;
	top: 6px;
}

.free_fortune.two .anohito {
	background: url(../images/free/ff_line.png) no-repeat center top;
	background-size: 93%;
	padding-top: 18px;
}


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

/*鑑定ボタン*/
.btn_wrap {
	clear: both;
	width: 75%;
	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;
}


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

共通パーツ

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

/*　テキストシャドウ　*/
.text-light-pink {
	color: #fff;
	text-shadow: 0 0px 3px #ea03bc, 0 0px 3px #ea03bc, 0 0 3px #ea03bc, 0 0 3px #ea03bc, 0 0 3px #ea03bc, 0 0 3px #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;
}

.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;
	}
}

.today {
	background: url(../images/menu/bg_today.jpg) no-repeat;
	background-size: 100% auto;
	font-size: 15px;
	line-height: 25px;
	height: 25px;
	color: #fff;
	margin: 0;
	overflow: hidden;
}

/*----- メインビジュアル -----*/
.menu .main_visual .box_teller {
	background: url(../images/menu/teller_main.jpg) no-repeat;
	background-size: 100%;
	min-height: 220px;
	position: relative;
	overflow: hidden;
}

.menu .main_visual .box_teller .serif {
	width: 175px;
	margin-bottom: 0;
}

.menu .main_visual .box_teller .serif:after {
	top: 40px;
}

.menu .main_visual .box_teller a {
	display: block;
}

/*----- メインメニュー -----*/
.main_visual a {
	display: block;
}

.box_menu {
	position: relative;
}

.box_menu {
	height: 379px;
	padding: 30px 7px 0;
	background: url(../images/menu/bg_menu.jpg) no-repeat;
	background-size: 100%;
}

.menu .main_visual li {
	width: 49.5%;
	position: relative;
	float: left;
	border-radius: 10px;
	overflow: hidden;
	height: 45px;
	margin-bottom: 5px;
}

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

.box_menu .inner li.w100 {
	width: 100%;
	float: none;
	clear: both;
}

.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%;
}

.btn_midnight {
	margin: 0 15px 15px 15px;
}

.btn_midnight.open-0 {
	 display: none;
}

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

.btn_midnight p.txt {
	width: 100%;
	margin: 0 auto 0 auto;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 3px;
	text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 10px #f9e2dd, 0 0 10px #f9e2dd, 0 0 10px #f9e2dd, 0 0 10px #f9e2dd, 0 0 10px #f9e2dd, 0 0 10px #f9e2dd, 0 0 10px #f9e2dd, 0 0 10px #f9e2dd, 0 0 10px #f9e2dd, 0 0 10px #f9e2dd, 0 0 10px #f9e2dd, 0 0 10px #f9e2dd, 0 0 10px #f9e2dd, 0 0 10px #f9e2dd, 0 0 10px #f9e2dd, 0 0 10px #f9e2dd, 0 0 10px #f9e2dd, 0 0 10px #f9e2dd, 0 0 10px #f9e2dd, 0 0 10px #f9e2dd, 0 0 10px #f9e2dd, 0 0 10px #f9e2dd, 0 0 10px #f9e2dd, 0 0 10px #f9e2dd, 0 0 10px #f9e2dd;
}

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

.menu_btn_ppv li {
	position: absolute;
	overflow: hidden;
	width: 280px;
	height: 59px;
	border-radius: 30px;
	top: 21px;
	left: 20px;
}

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


/*----- あなたの恋 -----*/
.sec_anata_koi .box_teller {
	background: url(../images/menu/anata_koi_fuki.jpg) no-repeat;
	background-size: 100%;
	min-height: 190px;
	position: relative;
}

/*----- 片想い -----*/
.sec_kataomoi .box_teller {
	background: url(../images/menu/kataomoi_fuki.jpg) no-repeat;
	background-size: 100%;
	min-height: 208px;
	position: relative;
}
.sec_kataomoi .box_teller .serif {
	padding: 15px 12px 15px 15px;
}

/*----- 検索 -----*/
.box_search h2 {
	position: relative;
	z-index: 1;
}
.box_search .inner {
	position: relative;
	background: url(../images/menu/bg_search_top.jpg) no-repeat left top,
	 url(../images/menu/bg_search_btm.jpg) no-repeat left bottom,
	 #ffdee8;
	background-size: 100%;
	padding: 20px 0px 20px 0px;
	box-sizing: border-box;
}

.box_search .inner p {
	color: #990033;
	font-weight: bold;
	margin-bottom: 5px;
}

.box_search select[name="ctg"] {
	width: 200px;
	height: 36px;
	margin: 0;
	padding: 0 25px 0 10px;
	line-height: 1;
	font-size: 13px;
	color: #000;
	border-radius: 5px;
	background: url(../images/menu/icon_arrow03.png) no-repeat 97% center #fff;
	background-size: 12px;
	border: 2px solid #f01154;
}

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

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

.fortuneSearch .fortune_search {
	margin: 10px auto 30px;
}
.fortuneSearch .box_teller {
	height: 150px;
	background: url(../images/teller/01.png) no-repeat 100%;
	background-size: 47%;
}

.fortuneSearch .box_teller .serif {
	width: 180px;
	top: 15px;
	padding: 25px 13px;
	font-size: 14px;
	border-radius: 15px;
	-webkit-filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
}

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

.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%;
}


/*----- 生まれ持った特別なモノ -----*/
.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;
}


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

pay

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

/* 伝説の的中鑑定! */
.sec_legend_hit {
	position: relative;
	background: url(../images/pay/legend_hit_bg.jpg) no-repeat;
	background-size: 100%;
	min-height: 341px;
}

.sec_legend_hit li {
	position: absolute;
	left: 20px;
	bottom: 17px;
	width: 280px;
	height: 80px;
	overflow: hidden;
	border-radius: 50px;
}

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

/* 覗き見 */
.sec_peep {
	background: url(../images/pay/peep_img.jpg) no-repeat;
	background-size: 100%;
	min-height: 481px;
	position: relative;
}

.sec_peep.ver2 {
	background: url(../images/result/free/two/peep_img.jpg) no-repeat;
	background-size: 100%;
}

.sec_peep li {
	position: absolute;
	border-radius: 30px;
	overflow: hidden;
	width: 280px;
	height: 60px;
	bottom: 46px;
	left: 20px;
}

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

/* 恋愛風水 */
.sec_renai_fusui {
	background: url(../images/pay/renai_fusui_img.jpg) no-repeat;
	background-size: 100%;
	min-height: 650px;
	position: relative;
}

.sec_renai_fusui li {
	position: absolute;
	border-radius: 30px;
	overflow: hidden;
	width: 280px;
	height: 69px;
	bottom: 46px;
	left: 20px;
}

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

/* 金曜日限定 */
.sec_friday {
	background: url(../images/menu/friday_img.jpg) no-repeat;
	background-size: 100%;
	min-height: 537px;
	position: relative;
}

.sec_friday li {
	position: absolute;
	overflow: hidden;
	width: 280px;
	height: 60px;
	bottom: 45px;
	left: 0;
	right: 0;
	margin: 0 auto;
	overflow: hidden;
}

.sec_friday li a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/menu/btn_present.png) no-repeat;
	background-size: 100%;
}

.sec_friday.open-0 li a {
	pointer-events: none;
	-webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(1);
}

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

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

.pay_top .main_visual.no_btm .box_teller {
	min-height: 185px;
	box-shadow: 0 -10px 10px 0 #faf1e0 inset;
	overflow: hidden;
}

.serif2 {
	position: relative;
	top: 20px;
	width: 175px;
	margin: 0px 0 0 15px;
}

.serif2 p {
	width: 180px;
	background: url(../images/common/bg_fuki_aurora.png) repeat-y;
	background-size: 100%;
	padding: 20px 15px;
	box-sizing: border-box;
	text-align: left;
	font-size: 13px;
	word-break: break-all;
	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;
}

.serif2:before {
	content: "";
	display: inline-block;
	background: url(../images/common/bg_fuki_top.png) no-repeat;
	background-size: 100% auto;
	width: 173px;
	min-height: 9px;
	position: absolute;
	left: 0;
	top: -2px;
}
.serif2:after {
	content: "";
	display: inline-block;
	background: url(../images/common/bg_fuki_btm.png) no-repeat;
	background-size: 100% auto;
	width: 173px;
	min-height: 9px;
	position: absolute;
	left: 0;
	bottom: -2px;
}

.pay_top .read_more {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
	display: inline;
}

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

/*----- 緊急メッセージ -----*/
.pay_top .fuki_emergency {
	width: 91px;
	min-height: 80px;
	margin: 0;
	position: absolute;
	bottom: 10px;
	left: 15px;
}

.pay_top .fuki_emergency span {
	display: block;
	position: absolute;
	top: 0px;
	left: -2px;
	width: 90px;
}

.pay_top .fuki_emergency.icon-1:after {
	content: "";
	width: 24px;
	height: 25px;
	margin: 0;
	position: absolute;
	top: 42px;
	right: 3px;
	background: url(../images/pay/icon-mark.png) no-repeat;
	background-size: 100%;
	z-index: 2;
}

.pay_top .btn_notice.icon-1:after {
	content: "";
	width: 22px;
	height: 22px;
	position: absolute;
	top: -10px;
	left: -6px;
	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;
	right: 10px;
	top: 20px;
}
.loop_random ul li {
	background: url(../images/pay/bg_random.png) no-repeat;
	background-size: 100% auto;
	min-height: 70px;
	display: table;
	width: 100%;
}
.loop_random ul a {
	display: block;
	padding: 0 0 8px 0px;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: -1px;
	color: #f01154;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	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日間バナー -----*/
.bg_border {
	background: url(../images/line/02.png) no-repeat center top,
							url(../images/line/02.png) no-repeat center bottom;
	background-size: 100% auto;
	padding: 20px 0;
}

.bnr li {
	width: 93%;
	margin: 0 auto;
}
.bnr li {
	margin-bottom: 10px;
}
.bnr li:last-child {
	margin-bottom: 0;
}

/*----- 2ボタン -----*/
.btn_info_ppv {
	min-height: 87px;
	position: relative;
	width: 320px;
	box-sizing: border-box;
	background: url(../images/pay/btn_info_ppv_bg.jpg) no-repeat;
	background-size: 100%;
	padding: 22px 10px 0px 10px;
}

.btn_info_ppv li {
	position: absolute;
	width: 148px;
	height: 43px;
	top: 22px;
	border-radius: 10px;
}

.btn_info_ppv li:first-child {
	left: 11px;
}

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

.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 ;
}

/*----- weekend -----*/
.add-icon {
	padding: 10px 0 15px 0;
}
.weekend_img {
	width: 12% !important;
	vertical-align: middle;
}
.decobtn-colom1, .decobtn-colom2, .decobtn-colom3, .decobtn-colom4 {
	width: 95%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.decobtn-colom1 li {
	display: block;
	float: left;
	width: 100%;
}
.decobtn-colom1 li a {
	display: block;
	text-align: center;
	position: relative;
	padding: 2px;
	margin: 3px;
	color: #FFF;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	line-height: 120%;
	font-size: 12px;
	text-decoration: none;
	background-image: -moz-linear-gradient(top, rgba(255,249,201,1) 0%, rgba(112,82,33,1) 5%, rgba(255,249,201,1) 50%, rgba(112,82,33,1) 100%);
	background-image: -webkit-linear-gradient(top, rgba(255,249,201,1) 0%, rgba(112,82,33,1) 5%, rgba(255,249,201,1) 50%, rgba(112,82,33,1) 100%);
	box-shadow: 0 2px 3px rgba(0,0,0,0.50);
}
.decobtn-colom1 li a > span {
	display: block;
	padding: 10px 0;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #000;
}
.decobtn-colom1 .btn-red {
	background-image: -moz-linear-gradient(top, rgba(196,13,65,1) 0%, rgba(102,10,36,1) 100%);
	background-image: -webkit-linear-gradient(top, rgba(196,13,65,1) 0%, rgba(102,10,36,1) 100%);
	background-image: linear-gradient(to bottom, rgba(196,13,65,1) 0%, rgba(102,10,36,1) 100%);
}
.decobtn-colom1 .btn-violet {
	background-image: -moz-linear-gradient(top, rgba(135,13,196,1) 0%, rgba(39,10,102,1) 100%);
	background-image: -webkit-linear-gradient(top, rgba(135,13,196,1) 0%, rgba(39,10,102,1) 100%);
	background-image: linear-gradient(to bottom, rgba(135,13,196,1) 0%, rgba(39,10,102,1) 100%);
}
.add-icon .decobtn-colom1 li a {
	position: relative;
	overflow: hidden;
}
.icon-new, .add-icon .obi {
	display: block;
	padding: 2px 80px 2px 12px;
	color: #ff0000;
	background-color: #FFE900 !important;
	font-weight: bold;
	font-size: 10px;
	font-style: italic;
	position: absolute;
	top: -3px;
	left: -15px;
	-webkit-transform: rotate(-21deg);
	-moz-transform: rotate(-21deg);
	transform: rotate(-21deg);
}
.icon-new02 {
	color: #0056F7;
}
.add-icon .obi {
	padding: 2px 35px 0 30px !important;
	top: 5px;
	left: -30px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	text-shadow: none;
	font-size: 11px;
	-webkit-transform: rotate(-35deg);
	-moz-transform: rotate(-35deg);
	transform: rotate(-35deg);
}
.add-icon .obi.one {
	color: #031afb;
}

.add-icon p {
	line-height: 1.5 !important;
}

.add-icon > p {
	background: url(../images/line/06.png) no-repeat center 15px;
	background-size: 90% auto;
}

.add-icon .b_txt {
	background: none;
	padding: 0;
	font-size: 17px;
}

.add-icon .mid_txt {
	background: none;
	padding: 0;
	font-size: 15px;
}

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

.deli_pay.on {
	opacity: 1;
}

.tit_deli {
	position: absolute;
	top: 36px;
	left: 18px;
	width: 200px;
	box-sizing: border-box;
	text-shadow: 0 0 5px #f01154, 0 0 5px #f01154, 0 0 5px #f01154, 0 0 5px #f01154, 0 0 5px #f01154, 0 0 5px #f01154, 0 0 10px #f01154, 0 0 10px #f01154, 0 0 10px #f01154, 0 0 10px #f01154;
	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: 100px;
	padding: 0 10px;
	line-height: 20px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}

.deli_pay a h4 {
	position: absolute;
	top: 37%;
	right: 13px;
	width: 220px;
	line-height: 21px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-47%);
	line-height: 1.3;
	font-size: 13px;
	color: #fff;
	padding-top: 18px;
}

.deli_pay .ppvicon {
	width: 60px;
	padding-left: 14px;
	padding-top: 20px;
}

.deli2-read {
	display: none;
}

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


/*----- 新着情報 -----*/
.pay_top .sec_new li, .ppv_top .sec_new li, .pay_top .popu_menu li {
	position: relative;
	text-align: left;
	background: url(../images/pay/news_line.png) no-repeat center 38px, 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: 92%, 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%;
}

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

.box_new li.new a {
	padding: 10px 15px 15px 15px;
}

.box_new li.list_menu_more {
	background: none;
	width: 135px;
	margin: 7px 5px 0 auto;
}

.box_new li.list_menu_more a {
	padding: 0;
}

.sec_new li.new .inner {
	margin: 20px 10px 10px 10px;
}

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

.box_new .ppvicon {
	width: 60px;
	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;
	font-weight: normal;
	color: #300000;
	padding-top: 0px;
}
.sec_new li .ppvtitle {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

.sec_new li.new .ppvtitle {
	color: #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 13px 0px;
	padding-left: 82px;
	background: url(../images/pay/icon_ppv.png) no-repeat 0% center;
	background-size: 54px;
	font-weight: normal;
	font-weight: bold;
	text-shadow: none;
	color: #000 !important;
	position: relative;
	display: block;
}

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

.box_new li.new .date {
	display: block;
	position: relative;
	margin: 0px 0 10px 0px;
	font-size: 12px;
	color: #000 !important;
	font-weight: bold;
	text-decoration: none;
}
.box_new li.new .date:before {
	display: block;
	content: "";
	width: 45px;
	height: 18px;
	position: absolute;
	top: 2px;
	left: 0px;
	background: url(../images/pay/icon_new.png) no-repeat;
	background-size: 100%;
}

.box_new li .date:after {
	display: block;
	content: "";
	width:20px;
	height: 18px;
	position: absolute;
	top: 2px;
	left: 59px;
}
.box_new li.new .date:after {
	top: 2px;
	left: 110px;
}

.box_new li .date.one:after, .box_new li .date.partner01:after {
	background: url(../images/pay/icon-one.png) no-repeat;
	background-size: 100%;
}

.box_new li .date.two:after, .box_new li .date.partner02:after {
	background: url(../images/pay/icon-two.png) no-repeat;
	background-size: 100%;
}

.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 a:before {
	display: none;
}

/*----- 更新情報 -----*/
.new_info h2 {
	background: url(../images/pay/new_info_bg_tit.jpg) no-repeat;
	background-size: 100%;
	height: 85px;
	color: #fff;
	font-size: 18px;
	line-height: 101px;
	font-weight: bold;
	text-shadow: 2px 2px 0px #bf1c4e, -2px -2px 0px #bf1c4e, -2px 2px 0px #bf1c4e, 2px -2px 0px #bf1c4e, 2px 0px 0px #bf1c4e, -2px 0px 0px #bf1c4e, 0px 2px 0px #bf1c4e, 0px -2px 0px #bf1c4e;
}

.new .new_info h2 {
	background: none;
	height: auto;
	line-height: 1;
}

.new_info .inner li {
	position: relative;
	text-align: left;
	background: url(../images/pay/news_line.png) no-repeat center 40px, 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: 90%, 100%, 100%, 100%;
	padding: 0;
}

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

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

.new_info .inner dt {
	margin-bottom: 15px;
	font-weight: bold;
	background: #fe2d5c;
	display: inline-block;
	color: #ffff00;
	padding: 4px 10px 4px 20px;
	border-radius: 15px;
	line-height: 1;
	position: relative;
	font-size: 13px;
}

.new_info .inner dt:before {
	content: "";
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -8px;
	background: url(../images/pay/icon_kago.png) no-repeat;
	background-size: 100% auto;
	width: 14px;
	min-height: 14px;
}

/*----- loopA -----*/
.pay_top .popu_menu .ppvtitle {
	text-decoration: underline;
}
.pay_top .popu_menu .icon-ppv {
	padding-left: 148px;
	background: url(../images/pay/icon_ppv.png) no-repeat 27% center;
	background-size: 54px;
}

.pay_top .popu_menu li .icon-ppv:before {
	display: block;
	content: "";
	width: 75px;
	height: 32px;
	position: absolute;
	top: -6px;
	left: -10px;
}

.pay_top .popu_menu li:nth-child(1) .icon-ppv:before {
	background: url(../images/pay/icon_no1.png) no-repeat;
	background-size: 100%;
}
.pay_top .popu_menu li:nth-child(2) .icon-ppv:before {
	background: url(../images/pay/icon_no2.png) no-repeat;
	background-size: 100%;
}
.pay_top .popu_menu li:nth-child(3) .icon-ppv:before {
	background: url(../images/pay/icon_no3.png) no-repeat;
	background-size: 100%;
}

.pay_top .popu_menu li .date:after {
	display: block;
	content: "";
	width: 20px;
	height: 18px;
	position: absolute;
	top: 2px;
	left: 124px;
}

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

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

.slider h2 {
	min-height: 100px;
	color: #e8d9a2;
}

.bx-wrapper {
	top: 5px;
}

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

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

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

.pickup.box_new li .ppvtitle {
	width: 100%;
}
.pickup.box_new a {
	padding: 20px 30px 20px 30px;
}

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

.to_box {
	display: none;
	background: #800a2a url(../images/line/04.png) no-repeat center bottom;
	background-size: 100%;
}

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

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

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

.tab_list .sub_tit a {
	color: yellow;
}

.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 15px 0;
}

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

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

.tab_list .last li {
	font-weight: bold;
	padding-left: 0.7em;
	text-indent: -0.4em;
	text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}

.sec_kekkon_kantei .txt {
	margin-bottom: -50px;
}

/*----- 当たりすぎ恋愛鑑定 -----*/
.sec_renai_kantei {
	background: url(../images/pay/renai_kantei_img.jpg) no-repeat;
	background-size: 100%;
	min-height: 516px;
}

.sec_renai_kantei h2 {
	min-height: 125px;
}

.sec_renai_kantei .inner {
	position: relative;
	min-height: 391px;
}

.sec_renai_kantei li {
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
}

.sec_renai_kantei li:nth-child(1) {
	width: 79px;
	height: 75px;
	top: 18px;
	left: 20px;
}

.sec_renai_kantei li:nth-child(2) {
	width: 92px;
	height: 82px;
	top: 14px;
	left: 107px;
}

.sec_renai_kantei li:nth-child(3) {
	width: 100px;
	height: 91px;
	top: 100px;
	left: 14px;
}

.sec_renai_kantei li:nth-child(4) {
	width: 85px;
	height: 79px;
	top: 104px;
	left: 121px;
}

.sec_renai_kantei li:nth-child(5) {
	width: 80px;
	height: 75px;
	top: 196px;
	left: 31px;
}

.sec_renai_kantei li:nth-child(6) {
	width: 76px;
	height: 70px;
	top: 192px;
	left: 122px;
}

.sec_renai_kantei li:nth-child(7) {
	width: 281px;
	height: 60px;
	bottom: 46px;
	left: 20px;
	border-radius: 30px;
}

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

/*----- 検索 -----*/
.pay_top .box_search .inner {
	position: relative;
	background: url(../images/pay/bg_search_top.jpg) no-repeat left top, url(../images/pay/bg_search_btm.jpg) no-repeat left bottom, #ffdee8;
	background-size: 100%;
	padding: 20px 0px 20px;
}

.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_special .inner {
	padding: 27px 10px 30px;
	background: url(../images/pay/bg_box_special_top.jpg) no-repeat top, 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: 0 15px 60px;
	background: 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 {
	text-align: center;
	line-height: 1.5;
	margin-bottom: 8px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}

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

.box_special h3 {
	margin: 0 18px -6px 18px;
}

.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;
	display: none;
}

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

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

.box_special li {
	margin-bottom: 15px;
	padding-bottom: 20px;
	background: url(../images/line/02.png) no-repeat center bottom;
	background-size: 106%;
}
.box_special p {
	margin: 0 7px;
	text-align: left;
	color: #000;
	position: relative;
}

.box_special li:last-child {
	margin-bottom: 0;
	background: none;
	padding-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: 100px;
	background: url(../images/pay/special/bg_pre.jpg) no-repeat right;
	background-size: 100%;
	margin: 0 10px;
}
.box_pre_top .box p {
	font-weight: bold;
}

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

.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;
}


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

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: 87%;
	margin: 0 auto;
}

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

5/7daysLecture

////////////////////////////////////////////////////////*/
.list_days ul {
	margin: 0 7px;
	border-top: 1px solid #e13b72;
	border-bottom: 1px solid #e13b72;
}

.notice .list_days ul {
	margin: 0;
}

.list_days a {
	display: block;
	padding: 7px 25px 7px 7px;
	text-decoration: none;
	text-align: left;
	color: #000;
	position: relative;
	background: #f9d9e5;
	border-bottom: 1px solid #e13b72;
	font-size: 13px;
	line-height: 1.4;
}

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

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

.list_days a:after {
	content: "";
	width: 15px;
	height: 15px;
	margin-top: -7px;
	position: absolute;
	top: 50%;
	right: 2px;
	background: url(../images/icon/arrow_bk.png) no-repeat right 50%;
	background-size: 100%;
}
.list_days li.nolink {
	padding: 7px;
	border-top: 1px solid #e13b72;
	border-bottom: 1px solid #e13b72;
	text-align: left;
	background: #888;
	-webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(1);
	opacity: 0.8;
	font-size: 13px;
	line-height: 1.4;
	color: #dfdcdc;
}
.list_days li.nolink:after {
	content: none;
}
.list_days li span {
	font-size: 0.9em;
	color:#876903;
}
.list_days li.nolink span {
	color: #d8d8d8;
	margin-bottom: 2px;
}
.list_days .date {
	display: block;
}

 .lecture .sec_member_tokuten .inner {
	padding-bottom: 55px;
}

 .lecture .y_txt {
	font-size: 19px;
	color: #000;
	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;
 }


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

お知らせ・プレゼントBOX

////////////////////////////////////////////////////////*/
.notice .list_days li span {
	font-size: 1em;
	font-weight: bold;
	display: inline-block;
	color: #c2213e;
	margin-right: 5px;
}

.notice .list_days dt {
	border-bottom: 1px solid #e13b72;
	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;
}

.text-yellow_shadow {
	color: #000;
	font-weight: bold;
	text-shadow: 0 0 3px yellow, 0 0 3px yellow, 0 0 3px yellow, 0 0 3px yellow, 0 0 3px yellow, 0 0 3px yellow, 0 0 3px yellow, 0 0 3px yellow, 0 0 3px yellow, 0 0 3px yellow, 0 0 3px yellow, 0 0 3px yellow, 0 0 3px yellow, 0 0 3px yellow, 0 0 3px yellow, 2px 3px 2px #000;
}

.text-black_shadow {
	color: #fff;
	font-weight: bold;
	text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #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/other/img01.png) no-repeat 5px center;
	background-size: 55% auto;
	min-height: 263px;
	position: relative;
}

.box.menulist_box01 .btn-colom1 {
	width: 190px;
	position: relative;
	top: 15px;
	margin: 0 10px 0 auto;
}

.box.menulist_box01 li a {
	font-size: 16px;
}

.box.menulist_box01 li:nth-child(n + 2) a {
	padding: 20px 20px 20px 10px;
}

/*----- 誘導 -----*/
.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: 130px;
	position: relative;
}

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

.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;
}

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

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


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

tellerProfile

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

.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 .lead p {
	margin-bottom: 0;
	line-height: 1.6;
}

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

.tellerProfile #mes_wrap .lead {
	padding: 0px 26px 55px 28px;
	background: url(../images/info/bg_mid02.jpg) repeat-y;
	background-size: 100%;
}

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


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

ppv

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

.ppv_top .ppv_fuki {
	margin-bottom: -20px;
}
.ppvnavi {
	margin: 0 10px 20px 10px;
	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: 0px;
	overflow: hidden;
	border-radius: 5px;
	overflow: hidden;
	border-radius: 15px;
}

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

.ppvnavi li:nth-child(2), .ppvnavi li:nth-child(4) {
	margin: 0px 0 6px 9px;
	box-sizing: border-box;
	width: 48%;
}

.ppvnavi li:nth-child(4) {
	margin: 0px 0 8px 9px;
}

.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: 50px;
}
.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 5px 5px;
	font-size: 12px;
	right: 0;
	bottom: 0;
	padding-top: 6px;
}
/* あいさつ */
.ppvdo.confirm .box_teller {
	min-height: 224px;
	background: url(../images/pay/teller_main.jpg) no-repeat top;
	background-size: 100%;
	margin-bottom: 10px;
	box-shadow: 0 5px 10px 0 #f8ecd2 inset;
}
.ppvdo.confirm .box_teller p {
	margin: 15px 0px 20px 10px;
	padding: 20px 10px;
	line-height: 22px;
	width: 180px;
	top: 15px;
}
/*パック用文言エリア*/
.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;
}
/* 承諾事項 */
.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: 25px;
}

.loop_ppvbox {
	margin-bottom: 15px;
}

.loop_ppvbox li {
	position: relative;
	text-align: left;
	background: url(../images/pay/news_line.png) no-repeat center 35px, 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: 92%, 100%, 100%, 100%;
}

.loop_ppvbox a {
	display: block;
	color: #000;
	text-align: left;
	padding: 15px 23px 15px 27px;
	position: relative;
	z-index: 1;
	text-decoration: none;
	line-height: 1.4;
	font-size: 13px;
}

.loop_ppvbox a dt {
	font-size: 13px;
	color: #ff0000;
	margin-bottom: 13px;
	font-weight: bold;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

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

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

/* link1 */
.loopD.link1 .box {
	background: url(../images/pay/loop/img02.jpg) no-repeat;
	background-size: 100%;
	min-height: 344px;
}

.loopD.link1 .box li {
	position: absolute;
	width: 120px;
	height: 50px;
	border-radius: 15px;
	overflow: hidden;
}

.loopD.link1 .box li:nth-child(1) {
	top: 20px;
	right: 15px;
}

.loopD.link1 .box li:nth-child(2) {
	top: 80px;
	right: 15px;
}

.loopD.link1 .box li:nth-child(3) {
	top: 140px;
	right: 15px;
}

.loopD.link1 .box li:nth-child(4) {
	bottom: 36px;
	left: 15px;
	width: 210px;
	height: 40px;
}

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

yudo

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

.yudo_cate p {
	margin-bottom: 0;
}
.yudo_cate .box {
	overflow: initial;
}

.yudo_cate .box02 {
	position: relative;
	clear: both;
	text-align: left;
}

#main .yudo_cate .box {
	text-align: left;
}

.yudo_cate .decobtn-colom1 li a {
	font-size: 14px;
}

.yudo_cate .btn-yudo li {
	float: none;
}

/* link01 */
#main .yudo_cate.link01 .box img {
	width: 50%;
	text-align: left;
	position: relative;
	left: -28px;
}
.yudo_cate.link01 .box p {
	position: absolute;
	top: 0;
	right: 10px;
	width: 230px;
	font-size: 12px;
	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;
}

.yudo_cate.link01 .box02 li {
	position: absolute;
	width: 150px;
}

.yudo_cate.link01 .box02 li:nth-child(1) {
	top: 0px;
	right: 15px;
}

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

.yudo_cate.link01 .box02 li:nth-child(3) {
	top: 107px;
	right: 15px;
}

.yudo_cate.link01 .box02 li:nth-child(4) {
	top: 160px;
	left: 5px;
}

.yudo_cate.link01 .box02 a {
	font-size: 12px;
	padding: 7px 10px;
	line-height: 1.4;
}

.yudo_cate.link01 .box02 li:nth-child(4) a {
	padding: 7px 5px;
}

/* link02 */
#main .yudo_cate.link02 .box img {
	width: 50%;
	text-align: left;
	position: relative;
	left: 0px;
}

.yudo_cate.link02 .box p {
	position: absolute;
	top: 35px;
	right: -17px;
	width: 230px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	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;
}

#main .yudo_cate.link02 .box02 {
	text-align: right;
}

#main .yudo_cate.link02 .box02 img {
	width: 50%;
}

.yudo_cate.link02 .box02 li {
	position: absolute;
	width: 160px;
}

.yudo_cate.link02 .box02 li:nth-child(1) {
	top: 20px;
	left: 15px;
}

.yudo_cate.link02 .box02 li:nth-child(2) {
	top: 95px;
	left: 45px;
}

.yudo_cate.link02 .box02 a {
	font-size: 12px;
	padding: 7px 10px;
	line-height: 1.4;
}

/* link03 */
#main .yudo_cate.link03 .box img {
	width: 50%;
	position: relative;
	left: 160px;
}
.yudo_cate.link03 .box p {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 210px;
	font-size: 12px;
	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;
}

.yudo_cate.link03 .box02 {
	text-align: center;
}

#main .yudo_cate.link03 .box02 img {
	width: 95%;
	margin: 0 auto;
}

.yudo_cate.link03 .box02 li {
	position: absolute;
	width: auto;
}

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

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

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

.yudo_cate.link03 .box02 li:nth-child(4) {
	top: 103px;
	left: 30px;
}

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

.yudo_cate.link03 .box02 li:nth-child(6) {
	top: 160px;
	left: 65px;
}

.yudo_cate.link03 .box02 li:nth-child(7) {
	top: 137px;
	right: 50px;
}

.yudo_cate.link03 .box02 a {
	font-size: 15px;
	padding: 7px 12px;
	line-height: 1.4;
}

.yudo_cate.link03 .obis {
	position: relative;
	overflow: initial;
}
.yudo_cate.link03 .obis li:before {
	content: "顔までわかる！！";
	font-weight: bold;
	background: #fefe01;
	display: inline-block;
	color: #8b0d2f;
	padding: 5px 8px 5px 8px;
	line-height: 1;
	position: absolute;
	left: -14px;
	top: -14px;
	border: 1px solid #8c0c32;
	font-size: 13px;
	transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	z-index: 1;
}

.yudo_cate.link03 .box03 {
	background: url(../images/yudo/04.png) right -6px no-repeat,
 url(../images/yudo/05.png) 7px 56px no-repeat;
	background-size: 100px auto;
	margin: 0 5px;
	min-height: 130px;
}
.yudo_cate.link03 .box03 .btn-yudo {
	width: 70%;
	margin: 0;
}
.yudo_cate.link03 .box03 .btn-yudo li {
	width: auto;
}
.yudo_cate.link03 .box03 .btn-yudo a {
	font-size: 13px;
	padding: 10px 10px;
}

.yudo_cate.link03 .decobtn-colom1 a > span {
	padding: 15px 10px;
}

/* link04 */
.yudo_cate.link04 .box {
	margin-bottom: 35px;
}
#main .yudo_cate.link04 .box img {
	width: 50%;
	position: relative;
}
.yudo_cate.link04 .box p {
	position: absolute;
	right: 0;
	top: 10px;
	-webkit-filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
}

.yudo_cate.link04 .box02 li {
	position: absolute;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

.yudo_cate.link04 .box02 li:nth-child(1) {
	top: 22px;
	left: 12px;
	text-shadow: 0 0 3px #fb8202,0 0 3px #fb8202,0 0 3px #fb8202,0 0 3px #fb8202,0 0 3px #fb8202,0 0 3px #fb8202,0 0 3px #fb8202,0 0 3px #fb8202;
	transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	text-align: center;
}

.yudo_cate.link04 .box02 li:nth-child(2) {
	top: 83px;
	right: 10px;
	text-shadow: 0 0 3px green,0 0 3px green,0 0 3px green,0 0 3px green,0 0 3px green,0 0 3px green,0 0 3px green,0 0 3px green;
	transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
}

.yudo_cate.link04 .box02 li:nth-child(3) {
	top: 125px;
	left: 25px;
	text-shadow: 0 0 3px #a709da,0 0 3px #a709da,0 0 3px #a709da,0 0 3px #a709da,0 0 3px #a709da,0 0 3px #a709da,0 0 3px #a709da,0 0 3px #a709da;
}

.yudo_cate.link04 .box02 li a {
	color: #fff;
}

/* link05 */
#main .yudo_cate.link05 .box img {
	width: 70%;
	position: relative;
}
.yudo_cate.link05 .box li {
	position: absolute;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.yudo_cate.link05 .box li:nth-child(1) {
	top: 45px;
	left: 5px;
	text-shadow: 0 0 3px green,0 0 3px green,0 0 3px green,0 0 3px green,0 0 3px green,0 0 3px green,0 0 3px green,0 0 3px green;
	transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	text-align: center;
}

.yudo_cate.link05 .box li:nth-child(2) {
	top: 128px;
	right: 10px;
	transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	text-shadow: 0 0 3px blue,0 0 3px blue,0 0 3px blue,0 0 3px blue,0 0 3px blue,0 0 3px blue,0 0 3px blue,0 0 3px blue;
}

.yudo_cate.link05 .box li:nth-child(3) {
	top: 178px;
	left: 15px;
	text-shadow: 0 0 3px #fb8202,0 0 3px #fb8202,0 0 3px #fb8202,0 0 3px #fb8202,0 0 3px #fb8202,0 0 3px #fb8202,0 0 3px #fb8202,0 0 3px #fb8202;
	transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	-webkit-transform: rotate(-6deg);
}

.yudo_cate.link05 .box li a {
	color: #fff;
}

.yudo_cate.link05 .box02 {
	background: url(../images/yudo/bg_teller04.jpg) no-repeat;
	background-size: 100%;
	min-height: 190px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

/* link06 */
.yudo_cate.link06 .box p {
	position: absolute;
	top: 50px;
	left: 30px;
}

#main .yudo_cate.link06 .box02 img {
	width: 50%;
	position: relative;
	left: -20px;
}

.yudo_cate.link06 .box02 p {
	position: absolute;
	top: 50px;
	right: 10px;
	width: 235px;
}

.yudo_cate.link06 .box03 {
	margin-bottom: 10px;
	text-align: right;
	position: relative;
}
#main .yudo_cate.link06 .box03 img {
	width: 55%;
	position: relative;
}

.yudo_cate.link06 .box03 li {
	position: absolute;
	width: auto;
	min-width: 140px;
}

.yudo_cate.link06 .box03 li:nth-child(1) {
	top: 35px;
	left: 50px;
}

.yudo_cate.link06 .box03 li:nth-child(2) {
	top: 125px;
	left: 5px;
}

.yudo_cate.link06 .box03 li:nth-child(3) {
	top: 215px;
	left: 80px;
}

/* link07 */
#main .yudo_cate.link07 .box img {
	width: 50%;
	position: relative;
	left: 160px;
}
.yudo_cate.link07 .box p {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 210px;
	font-size: 12px;
	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;
}

/* link08 */
#main .yudo_cate.link08 .box img {
	width: 50%;
	position: relative;
}

.yudo_cate.link08 .txt01 {
	position: absolute;
	left: 12px;
	top: 25px;
	text-align: left;
	transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	-webkit-transform: rotate(-6deg);
}

.yudo_cate.link08 .txt02 {
	position: absolute;
	right: 12px;
	top: 25px;
	text-align: left;
	transform: rotate(6deg);
	-moz-transform: rotate(6deg);
	-webkit-transform: rotate(6deg);
}

/* link09 */
#main .yudo_cate.link09 .box img {
	width: 50%;
	position: relative;
	left: 185px;
}

.yudo_cate.link09 .box p {
	position: absolute;
	top: 20px;
	left: 5px;
	width: 260px;
	font-size: 13px;
}

/* link10 */
.yudo_cate.link10 .box a {
	display: block;
	width: 131px;
	min-height: 25px;
	position: absolute;
	top: 52px;
	right: 60px;
	border-bottom: 2px solid #fd0807;
}

#main .yudo_cate.link10 .box02 img {
	width: 75%;
	position: relative;
}

.yudo_cate.link10 .box02 p {
	position: absolute;
	left: 12px;
	top: 25px;
	text-align: left;
	width: 180px;
	font-size: 15px;
	text-shadow: 0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff;
}

/* link11 */
.yudo_cate.link11 .box_teller {
	background: url(../images/teller/01.png) no-repeat 105% top;
	background-size: 50%;
	min-height: 160px;
	position: relative;
}

.yudo_cate.link11 .box_teller p {
	position: absolute;
	left: 10px;
	top: 30px;
	line-height: 1.5;
}

/* link12 */
.yudo_cate.link12 .box {
	background: url(../images/yudo/14.png) no-repeat left top;
	background-size: 70%;
	min-height: 300px;
	position: relative;
}

.yudo_cate.link12 .box li {
	width: auto;
	min-width: 140px;
	float: right;
}

.yudo_cate.link12 .box02 {
	background: url(../images/teller/05.png) no-repeat 105% top;
	background-size: 50%;
	min-height: 160px;
	position: relative;
}

.yudo_cate.link12 .box02 p {
	position: absolute;
	left: 10px;
	top: 30px;
	line-height: 1.6;
	width: 180px;
}

/* link13 */
.yudo_cate.link13 .box_teller {
	background: url(../images/yudo/16.jpg) no-repeat;
	background-size: 100%;
	min-height: 210px;
	position: relative;
}
.yudo_cate.link13 .box_teller p {
	padding: 24px 15px 25px 15px;
	width: 175px;
	top: 40px;
}

.vivid_colors ul {
	margin: 0px 3px;
}
.vivid_colors li {
	margin-bottom: 5px;
	background-image: url(../images/yudo/bg_top.png), url(../images/yudo/bg_btm.png), url(../images/yudo/bg_mid.png);
	background-size: 100% auto, 100% auto, 100% auto;
	-webkit-background-size: 100% auto, 100% auto, 100% auto;
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: center top, center bottom, center top;
	border-radius: 5px;
}

.vivid_colors li a {
	display: block;
	color: #000;
	font-size: 13px;
	padding: 17px 5px 17px 30px;
	letter-spacing: -1px;
	font-weight: bold;
}

.vivid_colors li:nth-child(1) a {
	background: url(../images/yudo/icon01.png) 7px center no-repeat;
	background-size: 33px auto;
}
.vivid_colors li:nth-child(2) a {
	background: url(../images/yudo/icon02.png) 7px center no-repeat;
	background-size: 33px auto;
}
.vivid_colors li:nth-child(3) a {
	background: url(../images/yudo/icon03.png) 7px center no-repeat;
	background-size: 33px auto;
}
.vivid_colors li:nth-child(4) a {
	background: url(../images/yudo/icon04.png) 7px center no-repeat;
	background-size: 33px auto;
}
.vivid_colors li:nth-child(5) a {
	background: url(../images/yudo/icon05.png) 7px center no-repeat;
	background-size: 33px auto;
}

/* link14 */
.yudo_cate.link14 .box_teller {
	background: url(../images/menu/teller_main.jpg) no-repeat;
	background-size: 100%;
	min-height: 220px;
	position: relative;
	box-shadow: 0 5px 10px 0 #f8ecd2 inset;
}

.yudo_cate.link14 .box_teller p {
	top: 40px;
}

.yudo_cate.link14 .box_teller .serif:after {
	top: 28%;
}

.yudo_cate.link14 .btn-colom3 {
	width: 98%;
}
.yudo_cate.link14 .btn-colom3 li {
	float: left;
	width: 33.3%;
}

.yudo_cate.link14 .btn-colom3 li a {
	font-size: 13px;
	padding: 5px;
	line-height: 1.4;
}

.yudo_cate.link14 .btn-colom3 li a span {
	font-size: 10px;
}

.yudo_cate.link14 .btn-colom3.red li:nth-child(1) {
	width: 33%;
}

.yudo_cate.link14 .btn-colom3.red li:nth-child(2) {
	width: 40%;
}

.yudo_cate.link14 .btn-colom3.red li:nth-child(3) {
	width: 26%;
}

/* 15-17 */
.yudo_cate.link15 .box_teller {
	background: url(../images/yudo/bg_teller01.jpg) no-repeat;
	background-size: 100%;
	min-height: 209px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

.yudo_cate.link16 .box_teller {
	background: url(../images/yudo/bg_teller02.jpg) no-repeat;
	background-size: 100%;
	min-height: 209px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

.yudo_cate.link17 .box_teller {
	background: url(../images/yudo/bg_teller03.jpg) no-repeat;
	background-size: 100%;
	min-height: 209px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

.yudo_cate.link15 .box .serif {
	top: 20px;
	margin-bottom: 40px;
}

.yudo_cate.link16 .box .serif {
	top: 10px;
	margin-bottom: 20px;
}

.yudo_cate.link17 .box .serif {
	top: 20px;
	margin-bottom: 30px;
	width: 192px;
}

.yudo_cate.link15 .box .serif:after, .yudo_cate.link17 .box .serif:after {
	top: 52px;
}
.yudo_cate.link16 .box .serif:after {
	top: 58px;
}

.yudo_cate.link15 .box_new li, .yudo_cate.link16 .box_new li, .yudo_cate.link17 .box_new li {
	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%, 100%;
	margin-bottom: 2px;
}

.yudo_cate.link15 .box_new a, .yudo_cate.link16 .box_new a, .yudo_cate.link17 .box_new a {
	padding: 18px 15px 18px 15px;
}


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

mypage

////////////////////////////////////////////////////////*/
.mypage .box_teller {
	background: url(../images/mypage/teller.jpg) no-repeat;
	background-size: 100%;
	min-height: 220px;
	position: relative;
	overflow: hidden;
}
.mypage .box_teller .serif {
	width: 170px;
	margin-bottom: 0;
	top: 15px;
}
.mypage .box_teller .serif:after {
	top: 50px;
}

.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 10px;
	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: 22px;
	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: 191px;
	background: url(../images/regist/tutorial/teller.jpg) no-repeat;
	background-size: 100%;
}

.tutorial .box_teller .serif {
	width: 175px;
	top: 15px;
}
.tutorial .box_teller .serif:after {
	top: 50px;
}

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

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

.tutorial .list01 li {
	overflow: hidden;
	width: 100%;
	height: 45px;
	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: #fad6e6;
	color: #000;
	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: 175px;
	background: url(../images/regist/tutorial/teller02.jpg) no-repeat;
	background-size: 100%;
}

.tutorial .box_teller.bottom p {
	top: 23px;
}

.tutorial .btn {
	background: url(../images/regist/tutorial/btn.png) no-repeat;
	background-size: 100% auto;
	min-height: 105px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

.tutorial .btn li {
	height: 50px;
	margin-bottom: 8px;
	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: 170px;
	background: url(../images/teller/01.png) no-repeat left;
	background-size: 47%;
}

.unregist .box_teller .serif {
	width: 175px;
	padding: 15px 15px 15px 15px;
	top: 15px;
	-webkit-filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
}

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

.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;
}


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

5daysLecture

////////////////////////////////////////////////////////*/
.lecture_days05 .box_teller {
	background: url(../images/teller/04.png) no-repeat;
	background-size: 50% auto;
	min-height: 165px;
}
.lecture_days05 .box_teller .serif{
	padding: 20px 17px 20px 18px;
	width: 175px;
	-webkit-filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
	top: 20px;
}

.box_teller.right .serif:after {
	top: 	34px;
}

.lecture_days05 .list_days ul {
	margin: 0 0 20px 0;
}

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

特集

////////////////////////////////////////////////////////*/
.bnr_feature {
	margin-bottom: 20px;
}
.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;
}

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

有料TOP：初詣バナー

////////////////////////////////////////////////////////*/
.newyear_banner.open-0, .newyear_banner.open-2 {
	display: none;
}

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