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

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

/*----- 汎用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: 0px;
}
.btn_free {
	position: relative;
	z-index: 99;
	margin-bottom: 20px;
}
.btn_free li {
	width: 160px;
	float: left;
	margin-left: 0px;
}
.btn_free a {
	display: block;

	height: 107px;
	width: 160px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.btn_free a {
	background: url(../images/free/sprite_btn_free.png) left top no-repeat;
	background-size: 320px 113px;
	background-position: 0px 0px;
}

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

.btn-regist {
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.btn-regist a {
	display: block;
	width: 80%;
    height: 100px;
	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%;
}
.btn-regist2 {
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.btn-regist2 a {
	display: block;
	width: 95%;
    height: 95px;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/free/btn_regist2.png) no-repeat center top;
	background-size: 100%;
}
.btn-regist3 {
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.free_view.one .btn-regist3 a {
	display: block;
	width: 85%;
    height: 90px;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/result/free/btn_regist.png) no-repeat center top;
	background-size: 100%;
}
.free_view.two .btn-regist3 a {
	display: block;
    height: 125px;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/result/free/two/btn_regist.jpg) no-repeat center top;
	background-size: 100%;
}
.btn-regist4 {
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.btn-regist4 a {
	display: block;
	height: 87px;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/result/free/btn_known2.jpg) no-repeat center top;
	background-size: 100%;
}
.btn-regist5 {
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.btn-regist5 a {
	display: block;
	width: 90%;
    height: 140px;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/menu/free_yudo/btn01.png) no-repeat center top;
	background-size: 100%;
}
.btn-regist6 {
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.btn-regist6 a {
	display: block;
	height: 136px;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/result/free/btn_known.png) no-repeat center top;
	background-size: 100%;
}
.free_top .btn-regist.regist2 {
	bottom: 55px;
}
.btn-regist-name {
	margin: 0 0 10px 0;
	text-align: center;
	position: relative;
}
.btn-regist-name a {
	display: block;
	width: 100%;
	height: 105px;
	margin: 0 auto 0px auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/free/btn_regist_name.png) no-repeat center top;
	background-size: 100%;
}

.btn-ppv {
	width: 80%;
	margin: 0 auto 20px auto;
	position: relative;
}
.btn-ppv a {
	display: block;
	width: 100%;
	height: 72px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/ppv/btn_ppv.png) no-repeat center top;
	background-size: 100%;
}

.menu-list {
	margin: 0 10px;
}

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

.menu-list li a {
	display: block;
	position: relative;
	color: #fff;
	padding: 12px 25px 12px 12px;
	text-decoration: none;
	font-size: 14px;
	border: 1px solid #fa19f9;
	border-radius: 7px;
	background: -moz-linear-gradient(left, #7a04a7, #0623ab);
	background: -webkit-linear-gradient(left, #7a04a7, #0623ab);
	background: linear-gradient(to right, #7a04a7, #0623ab);
	box-shadow: 0 0 12px 2px #ed07d6 inset;
	text-align: left;
}

.menu-list li a:after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	background: url(../images/free/icon_arrow.png) no-repeat;
	background-size: 100% auto;
	width: 10px;
	height: 13px;
	margin-top: -5px;
}

.yudo01 ul {
	width: 100%;
	position: absolute;
	top: 175px;
	left: 0;
}
.yudo01 li {
	height: 60px;
}
.yudo01 li:nth-child(odd) {
	margin-right: 25%;
}
.yudo01 li:nth-child(even) {
	margin: 35px 0 30px 25%;
}
.yudo01 a {
	display: block;
	height: 100%;
}

/* 口コミ */
.review li {
	padding: 70px 30px 60px;
	position: relative;
	overflow: hidden;
	text-align: left;
	color: #262626;
}
.review li:nth-child(1) {
	background: url(../images/free/review01.jpg) no-repeat top, url(../images/free/bg_review_btm.jpg) no-repeat bottom, url(../images/free/bg_review_mid.jpg) repeat-y;
	background-size: 100%;
}
.review li:nth-child(2) {
	background: url(../images/free/review02.jpg) no-repeat top, url(../images/free/bg_review_btm.jpg) no-repeat bottom, url(../images/free/bg_review_mid.jpg) repeat-y;
	background-size: 100%;
}
.review li:nth-child(3) {
	background: url(../images/free/review03.jpg) no-repeat top, url(../images/free/bg_review_btm.jpg) no-repeat bottom, url(../images/free/bg_review_mid.jpg) repeat-y;
	background-size: 100%;
}
.review p {
	margin-bottom: 0;
}
.review .close {
	display: none;
}
.review .space {
	display: block;
	width: 100px;
	height: 110px;
	float: left;
}
.review .more {
	padding-left: 10px;
	font-weight: bold;
	color: #001fdb;
}
.ppvmenu {
	padding-top: 10px;
	overflow: hidden;
}
.ppvmenu .cap {
	width: 100%;
	margin-bottom: 5px;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background: #e50001;
}
.ppvmenu .ppvicon {
	width: 80px;
	float: left;
}
.ppvmenu a {
	font-weight: bold;
	color: #001fdb;
}
/*占えるメニューをご紹介*/
.otoku p {
	height: 415px;
	margin-top: 5px;
}
.btn-intro {
	width: 100%;
    position: relative;
    background: url(../images/free/btn_intro.jpg) no-repeat center bottom;
    background-size: 100%;
}
.btn-intro a {
	display: block;
    width: 85%;
    margin: auto;
    height: 94px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
/*////////////////////////////////////////////////////////

free fortune

////////////////////////////////////////////////////////*/
.free_index p {
	margin-bottom: 0;
}
/* form */
.inner_txt {
	position: relative;
	z-index: 1000;
}

.form_wrap {
	padding: 180px 20px 10px;
	background: url(../images/free/bg_ff_mid.jpg) repeat-y;
	background-size: 100%;
	position: relative;
}
.form_wrap.one:before {
	background-image: url(../images/free/bg_ff_top.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	content: '';
	width: 100%;
	height: 170px;
	position: absolute;
	top: 0px;
	left: 0;
}
.free_index.one .form_wrap:before {
	background-image: url(../images/free/bg_ff_menu_top.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
}
.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: 10px;
	position: absolute;
	bottom: -1px;
	left: 0;
}

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

.form_wrap dt {
	float: left;
	width: 20%;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	border-radius: 5px;
	margin-right: 2px;
}
.form_wrap.one dt {
	background: #e00041;
}
.form_wrap.two dt {
	background: #770abd;
}
.form_wrap dd {
	margin-bottom: 0;
	float: left;
	width: 78%;
}

.form_wrap input[type="text"] {
	width: 100%;
	padding: 0 5px;
	box-sizing: border-box;
	height: 30px;
	line-height: 1;
	outline: 0;
	border: 1px solid #a0a0a0;
	border-radius: 4px;
	font-size: 13px;
}

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

/*名前*/
.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: 70px;
}
.sex_wrap select {
	width: 100%;
	border: 1px solid #a0a0a0;
	border-radius: 4px;
	padding-left: 15px;
	background: url(../images/icon/arrow_select.png) no-repeat 88% center #fff;
	background-size: 12px;
	margin-right: 0;
}

.ff_txt {
	width: 141px;
	margin: 0 auto 10px auto;
}

.ff_line {
	background: url(../images/free/ff_line.png) no-repeat center bottom;
	background-size: 100% auto;
	min-height: 1px;
	padding-bottom: 25px;
	margin-bottom: 13px;
}

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

.sec_box01 {
	position: relative;
}

.sec_box01 a {
	display: block;
	position: absolute;
	left: 18px;
	bottom: 53px;
	width: 283px;
	min-height: 85px;
}

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

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

menu

////////////////////////////////////////////////////////*/
.menu section {
	margin-bottom: 20px;
}
.menu p {
	margin-bottom: 0;
}
/* あなたの恋と運命 */
.koi_unmei {
    height: 388px;
    background: url(../images/menu/img01.png) no-repeat;
    background-size: 100%;
	overflow: hidden;
	position: relative;
}
.koi_unmei ul {
	width: 80%;
	height: 100%;
    margin: auto;
}
.koi_unmei li {
	position: absolute;
    width: 63%;
	overflow: hidden;
}
.koi_unmei li:nth-child(1){
    height: 30px;
    top: 137px;
    right: 18px;
}
.koi_unmei li:nth-child(1) a {
	color: #b211ad;
	border-bottom-color: #b211ad;
	font-size: 1.2em;
	animation: blink1 .7s infinite alternate;
}
.koi_unmei li:nth-child(2){
    height: 50px;
    top: 170px;
    left: 46px;
    text-align: left;
}
.koi_unmei li:nth-child(2) a {
	color: #8d00d6;
	border-bottom-color: #8d00d6;
	font-size: 1.3em;
	animation: blink2 .7s infinite alternate;
}
.koi_unmei a {
	pointer-events: auto;
	text-decoration: none;
	height: 100%;
	width: 100%;
	font-weight: bold;
	text-shadow: 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff;
	border-bottom: 1.5px solid;
	padding-bottom: 2px;
}
@keyframes blink1{
	0% { border-bottom-color: #b211ad }
	to { border-bottom-color: rgba(0,0,0,0) }
   }
@keyframes blink2{
	0% { border-bottom-color: #8d00d6 }
	to { border-bottom-color: rgba(0,0,0,0) }
   }
ul.list1.b_purple {
	background: url(../images/menu/base01.jpg) no-repeat;
	background-size: 100%;
	height: 190px;
}
ul.list2.b_purple {
	background: url(../images/menu/base02.jpg) no-repeat;
	background-size: 100%;
	height: 183px;
}
ul.list3.b_purple {
	background: url(../images/menu/base04.jpg) no-repeat;
	background-size: 100%;
	height: 193px;
}
/* 緊急メッセージ */
.box_urgent .box a {
	display: block;
	width: 240px;
	height: 80px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.kinkyu_msg {
	margin: 10px;
	border-radius: 5px;
	background: rgba(0,0,0,0.8);
}
.kinkyu_msg p {
	margin-bottom: 0;
	border-radius: 7px;
	line-height: 17px;
	font-size: 13px;
}
.kinkyu_msg a {
	display: block;
	padding: 8px 35px 8px 35px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.kinkyu_msg a .tenmetsu {
	display: block;
	padding-bottom: 5px;
	position: relative;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	font-size: 19px;
	color: yellow;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

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

.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 .box_teller {
	background: url(../images/menu/teller_main.jpg) no-repeat;
	background-size: 100%;
	height: 150px;
}

.menu .main_visual .box_teller .serif {
	width: 175px;
	top: 20px;
	padding: 10px 10px;
}

.menu .main_visual .box_teller .serif:after {
	top: 31%;
}

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

.menu .main_visual .btn-yudo li {
	width: 100%;
	float: none;
}

.menu .main_visual .btn-yudo li a {
	padding: 15px 10px;
	font-size: 16px;
}

.menu .main_visual li:nth-child(2), 
.menu .main_visual li:nth-child(4), 
.menu .main_visual li:nth-child(7), 
.menu .main_visual li:nth-child(9), 
.menu .main_visual li:nth-child(11), 
.menu .main_visual li:nth-child(13) {
	float: right;
}

.box_menu {
	box-sizing: border-box;
}
.box_menu a {
	display: block;
	height: 100%;

}

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

.box_menu .inner li {
	height: 46px;
	margin-bottom: 9px;
}
.box_menu .inner li:nth-child(10), .box_menu .inner li:nth-child(11){
	height: 60px;
}
.box_menu .inner li.w100 {
	width: 100%;

}

/* 更新バッジ */
.box_menu .icon-1:after {
	content: "";
	position: absolute;
	z-index: 1;
}
.box_menu .icon-1:after {
	width: 17px;
	height: 17px;
	top: -3px;
	right: 4px;
	background: url(../images/icon/icon-mark.png) no-repeat;
	background-size: 100%;
}


/* 検索 */
.menu .box_search select[name="ctg"] {
	width: 100%;
}

.fortuneSearch .fortune_search {
	margin: 10px auto 30px;
}
.fortuneSearch .box_teller {
	height: 126px;
    background: url(../images/regist/icon_senja.png) no-repeat 208px;
    background-size: 30%;
}

.fortuneSearch .box_teller .serif {
	width: 192px;
    top: 1px;
    font-size: 12px;
    margin: 0 0px 50px 17px;
}

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

.box_search .inner {
	width: 95%;
    margin: 5px auto;
    padding: 15px 10px;
    box-sizing: border-box;
	background: #3e075d;
    border: 3px solid #9926db;
}
.box_search .inner p {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
}

.box_search select[name="ctg"] {
	width: 200px;
	height: 36px;
	margin: 0;
	padding: 0 25px 0 10px;
	line-height: 1;
	font-size: 14px;
	color: #333;
	border: 2px solid #9926db;
	border-radius: 5px;
	background: url(../images/menu/icon_arrow01.png) no-repeat 97% center #fff;
	background-size: 12px;
}
.box_search_btn {
	width: 60px;
    height: 34px;
	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.jpg) no-repeat;
	background-size: 100%;
}

/* 無料占いの続き*/
.to_box {
	display: none;
	background: rgba(78, 0, 88, 0.6);
}

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

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

.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;
}
.btn_to_free a {
	width: 280px;
    background: url(../images/menu/bg_free_more.png) no-repeat center;
    background-size: auto;
    background-size: 100% auto;
    height: 40px;
    margin: 0 auto;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
}

.tab_list .sub_tit.no-list {
	background: none;
	padding-left: 0;
	text-align: center;
}
.tab_list .panel p {
	line-height: 1.4;
}

/* あなたの恋と運命 */
.anata_koi .box_teller {
	background: url(../images/menu/img01.jpg) no-repeat;
	background-size: 100% auto;
	min-height: 285px;
}
.anata_koi .box_teller p {
	top: 10px;
	width: 150px;
	margin-bottom: 20px !important;
}

.anata_koi .box_teller p:after {
	top: 27%;
}

.sp_kantei_box li {
	width: 100%;
	position: relative;
	display: table;
}
.sp_kantei_box.box01 li {
	height: 126px;
}
.sp_kantei_box.box02 li {
	height: 125px;
}
.menu .sp_kantei_box.box02 li {
    height: 104px;
}
.sp_kantei_box a {
	display: table-cell;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	line-height: 1.4;
	letter-spacing: -1px;
	font-weight: bold;
}
.sp_kantei_box.box01 a {
	background: url(../images/menu/btn_sp_kantei01.jpg) no-repeat;
	background-size: 100% auto;
	color: #dd0087;
	padding: 20px 30px;
}
#free .sp_kantei_box.box01 a {
	background: url(../images/free/img12.png) no-repeat;
	background-size: 100% auto;
	color: #dd0087;
}
.sp_kantei_box.box02 a {
	background: url(../images/menu/btn_sp_kantei02.jpg) no-repeat;
	background-size: 100% auto;
	color: #dd0087;
	padding: 27px 30px 12px;
}
.menu .sp_kantei_box.box02 a, .lecture .sp_kantei_box.box02 a {
	background: url(../images/menu/img13.png) no-repeat;
	background-size: 100% auto;
	padding: 20px 30px;
}
.menu .sp_kantei_box.box03 a {
	background: url(../images/menu/btn_sp_kantei03.jpg) no-repeat;
	background-size: 100% auto;
	padding: 24px 30px 16px;
	color: #dd0087;
}
.sp_kantei_box .menu_icon {
    width: 80px;
    padding: 6px 7px 0 0;
    display: table-cell;
}
.sp_kantei_box h2 {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    line-height: 1.3;
    width: 210px;
    line-height: 1.4;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    word-break: break-all;
}
/* 完全マニュアル */
.manyuaru {
	background: url(../images/menu/img27.png) no-repeat;
	background-size: 100%;
	height: 280px;
	position: relative;
}
.manyuaru li {
	width: 70%;
    position: absolute;
    bottom: 12px;
    left: 48px;
}
.manyuaru li a {
	display: block;
    width: 100%;
    height: 65px;
    margin: 0 auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
/* 結婚 */
.kekkon-twinray {
	background: url(../images/menu/img12.png) no-repeat;
	background-size: 100%;
	height: 287px;
	position: relative;
}
.kekkon-twinray li {
	width: 80%;
    position: absolute;
    top: 146px;
    left: 32px;
}
.kekkon-twinray li a {
	display: block;
}
/* あの人徹底解剖 */
.kaibou ul {
    height: 270px;
    background: url(../images/menu/img14.jpg) no-repeat;
    background-size: 100%;
	overflow: hidden;
	position: relative;
}
.kaibou li {
	width: 35%;
    height: 80px;
    position: absolute;
}
.kaibou li:nth-child(1) {
	top: 10px;
    right: 20px;
}
.kaibou li:nth-child(2) {
	top: 180px;
    left: 12px;
}
.kaibou li:nth-child(3) {
	top: 150px;
    right: 5px;
}
.kaibou li a {
	display: block;
	height: 100%;
    width: 100%;
}
/* あなたとあの人の繋がり */
.anata-anohito .tsunagari {
	height: 482px;
    background: url(../images/menu/img05.jpg) no-repeat;
    background-size: 100%;
	overflow: hidden;
	position: relative;
}
.anata-anohito .anohito2 {
    height: 500px;
    background: url(../images/menu/img15.png) no-repeat;
    background-size: 100%;
	overflow: hidden;
	position: relative;
}
.anata-anohito .anohito2 li {
	width: 46%;
    height: 102px;
    position: absolute;
}
.anata-anohito .anohito2 li a {
	display: block;
    height: 100%;
    width: 100%;
}
.anata-anohito .anohito2 li:nth-child(1) {
	top: 50px;
    right: 7px;
}
.anata-anohito .anohito2 li:nth-child(2) {
	top: 202px;
    left: 7px;
}
.anata-anohito .anohito2 li:nth-child(3) {
	top: 350px;
    right: 7px;
}
/* 35日間で出逢う */
.deai {
    height: 376px;
    background: url(../images/pay/deai.png) no-repeat;
    background-size: 100%;
	overflow: hidden;
	position: relative;
}
.pay_top .deai {
    height: 380px;
    background: url(../images/pay/deai.jpg) no-repeat;
    background-size: 100%;
	overflow: hidden;
	position: relative;
}
.free_view.one .deai {
    height: 482px;
    background: url(../images/menu/img05.jpg) no-repeat;
    background-size: 100%;
}
.deai ul {
    position: relative;
    top: 310px;
    margin: 0 10px 0 150px;
    height: 50px;
}
.deai li {
    position: absolute;
    width: 100%;
    overflow: hidden;
}
.deai ul li a {
    display: block;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.deai .btn-regist {
	top: 330px;
}
/* 超豪華13章◆人生占 */
.zinsei {
    height: 300px;
    background: url(../images/menu/img07.png) no-repeat bottom;
    background-size: 100%;
	overflow: hidden;
	position: relative;
}
.zinsei ul {
    position: relative;
    top: 240px;
    margin: auto;
    height: 50px;
}
.zinsei li {
    position: absolute;
    width: 100%;
    overflow: hidden;
}
.zinsei ul li a {
    display: block;
    width: 40%;
    height: 50px;
    margin: 0 auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
/* 本音訴求 */
.sumaho {
    height: 520px;
    background: url(../images/menu/free_yudo/img02.jpg) no-repeat bottom;
    background-size: 100%;
    overflow: hidden;
    position: relative;
}
#free .sumaho {
    height: 600px;
    background: url(../images/free/img17.png) no-repeat;
    background-size: 100%;
}
.menu .sumaho {
    height: 513px;
    background: url(../images/menu/img18.jpg) no-repeat top;
    background-size: 100%;
    overflow: hidden;
    position: relative;
}
.free_view.two .sumaho {
    height: 520px;
    background: url(../images/result/free/two/img05.jpg) no-repeat top;
    background-size: 100%;
    overflow: hidden;
    position: relative;
}
.menudo .sumaho {
    height: 513px;
    background: url(../images/menudo/img03.png) no-repeat bottom;
    background-size: 100%;
    overflow: hidden;
    position: relative;
}
.sumaho ul {
    position: relative;
    top: 413px;
    margin: auto;
    height: 100px;
}
#free .sumaho ul {
	top: 490px;
}
.sumaho li {
    position: absolute;
    width: 100%;
    overflow: hidden;
}
.sumaho ul li a {
    display: block;
    width: 70%;
    height: 100px;
    margin: 0 auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
/* もっと知りたいあの人 */
.anohito {
    height: 440px;
    background: url(../images/menu/free_yudo/img03.jpg) no-repeat;
    background-size: 100%;
	overflow: hidden;
	position: relative;
}
#free .anohito {
	height: 435px;
    background: url(../images/menu/img11.jpg) no-repeat;
    background-size: 100%;
}
.anohito ul {
    position: relative;
    top: 94px;
    margin: auto;
    height: 345px;
}
#free .anohito ul {
	top: 88px;
}
.anohito li {
    width: 100%;
    overflow: hidden;
}
.anohito ul li:first-child a {
    display: block;
    width: 45%;
    height: 97px;
    margin: 0 20px 21px 16px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.anohito ul li a {
    display: block;
	width: 42%;
    height: 107px;
    margin: 0 14px 11px 172px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.anohito ul li:last-child a {
    display: block;
    width: 45%;
	height: 109px;
    margin: 0 20px 0 16px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.anohito_btn_yudo {
	background: url(../images/menu/free_yudo/btn02.png) no-repeat;
    background-size: 100%;
	overflow: hidden;
	position: relative;
	height: 60px;
}
.menu .anohito_btn_yudo {
	background: url(../images/menu/img17.jpg) no-repeat;
    background-size: 100%;
	overflow: hidden;
	position: relative;
	height: 60px;
}
.anohito_btn_yudo ul {
    position: relative;
    margin: auto;
    height: 60px;
}
.anohito_btn_yudo li {
    position: absolute;
    width: 100%;
    overflow: hidden;
}
.anohito_btn_yudo a {
    display: block;
    width: 70%;
    height: 60px;
    margin-left: 190px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
/* 恋愛相談室 */
.soudan {
	background: url(../images/menu/img21.png) no-repeat;
	background-size: 100% auto;
	min-height: 260px;
	position: relative;
}

.soudan li {
	position: absolute;
	height: 85px;
	border-radius: 15px;
	overflow: hidden;
}

.soudan li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 100%;
    white-space: nowrap;
}

.soudan li:nth-child(1) {
	width: 160px;
	top: 16px;
    right: 20px;
}

.soudan li:nth-child(2) {
	width: 195px;
	top: 155px;
    left: 10px;
}
.soudan_btn_yudo {
    background: url(../images/menu/img23.png) no-repeat;
    background-size: 100%;
    overflow: hidden;
    position: relative;
    height: 50px;
}
.soudan_btn_yudo li {
    position: absolute;
    width: 100%;
    overflow: hidden;
}
.soudan_btn_yudo a {
    display: block;
    width: 70%;
    height: 50px;
    margin-left: 190px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
} 
.ketumatsu {
	background: url(../images/menu/img24.jpg) no-repeat;
	background-size: 100% auto;
	min-height: 298px;
	position: relative;
	border-radius: 20px;
}

.ketumatsu li {
	position: absolute;
    bottom: 22px;
    right: 18px;
    width: 90%;
    height: 65px;
	border-radius: 15px;
	overflow: hidden;
}

.ketumatsu li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 100%;
    white-space: nowrap;
}
.buruburu {
	margin: 0 5px 10px!important;
	-webkit-animation: buruburu .1s  infinite;
	animation: buruburu .1s  infinite;
}
.buruburu a {
	display: block;
}

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


/* 二人は恋人になれる？ */
.sp_yesno {
	background: url(../images/menu/img10.jpg) no-repeat;
	background-size: 100% auto;
	min-height: 420px;
	position: relative;
}
.free_top .sp_yesno {
	min-height: 403px;
}
.sp_yesno a {
	display: block;
    width: 95%;
    height: 110px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
}


/* 3ステップ */
.sec_step .box2 {
	background: url(../images/menu/img13.jpg) no-repeat;
	background-size: 100% auto;
	min-height: 325px;
	position: relative;
}

.sec_step .box2 li {
	width: 200px;
	position: absolute;
	height: 85px;
	border-radius: 10px;
	overflow: hidden;
}

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

.sec_step .box2 li:nth-child(1) {
	top: 55px;
	left: 15px;
}

.sec_step .box2 li:nth-child(2) {
	top: 190px;
	right: 15px;
}

.anohito_koi .box3 {
	margin-top: 10px;
	background: url(../images/menu/img15.jpg) no-repeat;
	background-size: 100% auto;
	min-height: 291px;
	position: relative;
}

.anohito_koi .box3 a {
	display: block;
	width: 250px;
	height: 45px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
}


/* プライベート鑑定 */
.private_kantei {
	background: url(../images/menu/img17.jpg) no-repeat;
	background-size: 100% auto;
	min-height: 249px;
	position: relative;
}

.private_kantei a {
	display: block;
	width: 310px;
	height: 81px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 38px;
}

/* 取扱説明書 */
.torisetsu .box {
	background: url(../images/menu/bg_btm.jpg) no-repeat bottom, url(../images/menu/bg_mid.jpg) repeat-y;
	background-size: 100%;
	padding: 0px 10px 40px 10px;
}

.torisetsu .box .list {
	position: relative;
	padding: 12px 5px 10px 5px;
	margin-bottom: 7px;
}
.torisetsu .box .list:before, .torisetsu .box .list:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 98%;
	margin: 0 auto;
	min-height: 7px;
	background: url(../images/menu/line.png) no-repeat;
	background-size: 100%;
}

.torisetsu .box .list:after {
	top: auto;
	bottom: 0;
}

.torisetsu .all_view {
	width: 130px;
	height: 30px;
	margin: 0px 7px 0 auto !important;
}
.torisetsu .all_view a {
	display: block;
	width: 100%;
	height: 30px;
	background: url(../images/menu/btn_more2.png) no-repeat;
	background-size: 100%;
	padding: 0 !important;
}

/* midnight */
.sec_midnight .fuki {
	margin-bottom: -22px;
}

.sec_midnight .open-1 .close, .sec_midnight .open-0 .open {
	position: relative;
	display: none;
}
.sec_midnight .open-0 .close, .sec_midnight .open-1 .open {
	display: block;
}
.sec_midnight .box .close .txt {
	position: absolute;
    bottom: 27px;
    left: 2px;
    width: 170px;
    font-size: 18px;
    color: #000;
}
.pay_top .sec_midnight .box .close .txt {
	bottom: 18px;
}
.sec_midnight .open {
	height: 435px;
}
.sec_midnight .open ul {
	position: relative;
    top: -79px;
    width: 100%;
    height: 58px;
}
.sec_midnight .open li {
	width: 175px;
	height: 60px;
	margin: auto;
    overflow: hidden;
}
.sec_midnight .close li {
	position: absolute;
    bottom: 21px;
    right: 72px;
    width: 175px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.sec_midnight .box .open a {
	display: block;
	width: 100%;
	height: 100%;
}




.kokoro_utsushi .box {
	background: url(../images/menu/img07.jpg) no-repeat;
	background-size: 100% auto;
	min-height: 348px;
	position: relative;
}

.kokoro_utsushi .box li {
	position: absolute;
	height: 46px;
}

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

.kokoro_utsushi .box li:nth-child(1) {
	top: 90px;
	left: 25px;
	width: 130px;
}

.kokoro_utsushi .box li:nth-child(2) {
	top: 144px;
	right: 15px;
	width: 139px;
}

.kokoro_utsushi .box li:nth-child(3) {
	top: 204px;
	left: 85px;
	width: 130px;
}
.kokoro_utsushi .btn, .tokuten .btn {
	margin: 0 15px 20px 15px;
}


.zinsei_utsushi .box {
	background: url(../images/menu/img09.jpg) no-repeat;
	background-size: 100% auto;
	min-height: 287px;
	position: relative;
}

.zinsei_utsushi .box li {
	position: absolute;
	width: 99px;
	height: 45px;
}

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

.zinsei_utsushi .box li:nth-child(1) {
	top: 57px;
	right: 70px;
}

.zinsei_utsushi .box li:nth-child(2) {
	top: 93px;
	left: 25px;
}

.zinsei_utsushi .box li:nth-child(3) {
	top: 128px;
	right: 21px;
}

.zinsei_utsushi .box li:nth-child(4) {
	top: 193px;
	left: 25px;
}

.zinsei_utsushi .box li:nth-child(5) {
	top: 217px;
	right: 55px;
}

.tokuten p {
	margin-bottom: 0
}

.tokuten .btn_menu {
	margin: 0 7px 0px 7px;
}

/* 夜限定占い */
.midnight .count {
	background: url(../images/menu/midnight_bg_count.jpg) no-repeat;
	background-size: 100% auto;
	min-height: 84px;
	margin-bottom: 5px;
}

.midnight .count p {
	padding: 40px 0 0 0;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: bold;
}

.midnight .count span {
	color: #ffff00;
}

.midnight .btn {
	margin: 0 7px 0px 7px;
}

/* 時間外 */
.midnight_box.open-1 .txt01 {
	display: block;
}
.midnight_box.open-0 .txt02 {
	display: none;
}
.midnight_box.open-0 .btn {
	-webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(1);
}
.midnight_box.open-0 .btn a {
	pointer-events: none;
	cursor: default;
}

/* 時間内 */
.midnight_box.open-1 .txt01 {
	display: none;
}
.midnight_box.open-1 .txt02 {
	display: block;
}

.midnight .box {
	background: url(../images/menu/midnight_img02.jpg) no-repeat;
	background-size: 100% auto;
	min-height: 397px;
	position: relative;
}

.midnight .box li {
	position: absolute;
	width: 130px;
	height: 45px;
}

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

.midnight .box li:nth-child(1) {
	bottom: 150px;
	right: 25px;
}

.midnight .box li:nth-child(2) {
	bottom: 85px;
	right: 25px;
}

.midnight .box li:nth-child(3) {
	bottom: 0;
	right: 25px;
	width: 270px;
}

.midnight_link-0 {
	display: none;
}

.midnight_link-1 {
	display: block;
}


/* 諸事相談 */
.syozi_soudan .box {
	background: url(../images/menu/syozi_soudan_bg.jpg) no-repeat;
	background-size: 100% auto;
	min-height: 312px;
	position: relative;
	margin-bottom: 15px;
}

.syozi_soudan .box li {
	position: absolute;
	width: 150px;
	height: 90px;
}

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

.syozi_soudan .box li:nth-child(1) {
	bottom: 2px;
	left: 5px;
}

.syozi_soudan .box li:nth-child(2) {
	bottom: 2px;
	right: 5px;
}


/* 波動調整 */
.hadou .box {
	background: url(../images/menu/hadou_bg.jpg) no-repeat;
	background-size: 100% auto;
	min-height: 497px;
	position: relative;
}

.hadou .box li {
	position: absolute;
	width: 150px;
	height: 90px;
}

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

.hadou .box li:nth-child(1) {
	bottom: 102px;
	left: 5px;
}

.hadou .box li:nth-child(2) {
	bottom: 102px;
	right: 5px;
}

.hadou .box li:nth-child(3) {
	bottom: 0px;
	left: 5px;
	width: 310px;
	height: 92px;
}

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

pay

////////////////////////////////////////////////////////*/
.today {
	margin: 0 auto;
	line-height: 45px;
    height: 45px;
	letter-spacing: 2px;
	color: #000;
	background: url(../images/menu/bg_today.png) no-repeat;
	background-size: 100% auto;
}

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

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

.pay_top .main_visual .serif {
	padding: 10px 10px 10px 10px;
	width: 160px;
	top: 15px;
	left: 0;
}
.pay_top .main_visual .serif:after {
    content: "";
    position: absolute;
    top: 40%;
    left: -22px;
    background: url(../images/02.png) no-repeat;
    background-size: 100% auto;
    width: 26px;
    min-height: 33px;
}
.to_read {
	display: inline-block !important;
	color: #5b00c1 !important;
	margin-left: 2px;
}

/* お知らせ */
.pay_top .btn_notice {
	width: 145px;
    height: 66px;
    margin: 0;
    position: absolute;
    bottom: 0px;
    right: 20px;
    background: url(../images/pay/btn_notice.png) no-repeat;
    background-size: 100%;
}
.pay_top .btn_notice a {
	display: block;
	position: relative;
	height: 100%;
}
.pay_top .btn_notice.icon-1:after {
	content: "";
	width: 30px;
	height: 30px;
	margin: 0;
	position: absolute;
	top: -5px;
    left: -6px;
	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;
}

.btn_today {
	display: block;
	margin-top: 0px;
}

/*バナー*/
.bnr.border {
	background: url(../images/pay/line.png) no-repeat left top, url(../images/pay/line.png) no-repeat left bottom;
	background-size: 100%;
	padding: 15px 0;
}
.bnr {
	margin: 0 auto;
}
.bnr li {
	margin-bottom: 10px;
}
.bnr li:last-child {
	margin-bottom: 0;
}

.btn_info_ppv {
	min-height: 46px;
	position: relative;
	margin: 0 8px 20px 8px;
}

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

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

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

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

.pay_top .btn {
	margin: 0 10px 20px 10px;
}
.free_top .bnr.bnr-free {
	position: relative;
	bottom: 46px;
	margin-bottom: 20px;
}

/*新着情報*/
.box_new li {
	position: relative;
	text-align: left;
	background: url(../images/pay/news_line01.png) no-repeat center 40px, 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: 90%, 100%, 100%, 100%;
}
.sec_new.box_new li:first-child {
	background: url(../images/pay/news_line01.png) no-repeat center 40px, 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: 90%, 100%, 100%, 100%;
}
.sec_new.box_new li:last-child {
	background:  url(../images/pay/news_line01.png) no-repeat center 40px, url(../images/pay/news_bg02_top.jpg) no-repeat top, url(../images/pay/news_bg03_btm.jpg) no-repeat bottom, url(../images/pay/news_bg02_mid.jpg) repeat-y;
	background-size: 90%, 100%, 100%, 100%;
}
.box_new li a {
	display: block;
	padding: 20px 20px 30px 20px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}
.box_new li:last-child a {
	padding: 20px 20px 50px 20px;
}
#modal .box_new li:last-child a {
	padding: 20px 20px 30px 20px;
}
.pay_top .box_new li.all, .pay_top .new_info li.all, .new .new_info li.all  {
	margin: 0 7px;
}

.box_new li.all a:before, .new_info li.all a:before{
	display: none;
}

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

.box_new .ppvicon {
	width: 65px;
	margin: 0;
	padding-right: 7px;
	float: none;
	display: table-cell;
}

.box_new li .ppvtitle {
	color: #750e0b;
	text-decoration: underline;
	float: none;
	width: 230px;
	display: table-cell;
	vertical-align: middle;
}
.sec_new.box_new li:first-child .ppvtitle {
	color: #6f00c5;
}

.box_new .all_view li, .new_info .all_view {
	background: none !important;
}

.icon-ppv {
	height: 15px;
	margin: 0 0 10px 5px;
	padding: 0 0 3px 70px;
	line-height: 21px;
	font-weight: bold;
	font-size: 13px;
	color: #000;
}

.sec_new.box_new li:first-child .icon-ppv {
	color: #000;
	margin-bottom: 13px;
}

.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;
}
.icon-ppv.one {
	padding-left: 80px;
	background: url(../images/icon/icon-ppv.png) no-repeat left top;
	background-size: 55px;
	position: relative;
}

.icon-ppv.one:after {
	content: "";
	position: absolute;
	left: 59px;
	top: 0;
	width: 20px;
	min-height: 20px;
	background: url(../images/pay/icon-one.png) no-repeat;
	background-size: 100%;
}

.icon-ppv.two {
	padding-left: 88px;
	background: url(../images/icon/icon-ppv.png) no-repeat left top;
	background-size: 55px;
	position: relative;
}

.icon-ppv.two:after {
	content: "";
	position: absolute;
	left: 62px;
	top: 0;
	width: 20px;
	min-height: 20px;
	background: url(../images/pay/icon-two.png) no-repeat;
	background-size: 100%;
}

.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 a {
	padding: 20px;
	margin-bottom: 3px;
}

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

#modal .box_new li.new .icon-ppv {
	margin-bottom: 10px;
}


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

/* 更新情報 */
.new_info ul.inner li {
	position: relative;
	text-align: left;
	background-color: #410863;
	border: 2px solid #9926db;
	margin-bottom: 5px;
}

.new_info ul.inner li dd {
	padding-right: 17px;
	font-size: 13px;
	line-height: 1.4;
}
.new_info .icon-ppv, .new_info .ppvtitle {
	color: #fff;
}
.new_info .icon-ppv, .new_info dt {
	padding: 0 0 0px 15px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	font-size: 13px;
	color: #ebeb32;
	background: url(../images/pay/icon_calendar.png) no-repeat left center;
	background-size: 14px;
}

.new_info .icon-ppv:after {
	display: none;
}

.new_info .inner {
	margin-top: 10px;
}


.new_info a {
	display: block;
	padding: 10px;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
}

.new_info a:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 55%;
	margin-top: 3px;
	background: url(../images/pay/icon_arrow.png) no-repeat;
	background-size: 100% auto;
	width: 7px;
	height: 20px;
}

/*deli*/
.deli_pay {
	position: relative;
	margin: 0;
	padding: 30px 0 10px;
	text-align: left;
	transition: 0.3s;
	background: url(../images/pay/bg_deli_mid.jpg) repeat-y;
	background-size: 100%;
}
.deli_pay:before {
    background-image: url(../images/pay/bg_deli_top.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    content: '';
    width: 100%;
    height: 50px;
    position: absolute;
    top: -1px;
    left: 0;
}
.deli_pay:after {
    background-image: url(../images/pay/bg_deli_btm.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    content: '';
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.deli_pay.on {
	opacity: 1;
}
.tit_deli {
	position: absolute;
	top: 109px;
    left: 9px;
    width: 189px;
	box-sizing: border-box;
	text-shadow: 0 0 7px #730bda, 0 0 10px #730bda, 0 0 10px #730bda, 0 0 10px #730bda, 0 0 10px #730bda;
	font-weight: bold;
	font-size: 16px;
	color: #5a0505;
	min-height: 80px;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}

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

.deli_pay a {
	display: table;
	position: relative;
	padding: 0 10px;
	line-height: 20px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 0px 22px 0px 22px !important;
	color: #cc2fff;
	text-shadow: 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 3px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff;
}

.deli_pay .res-rcmd-feature_menu {
	background: none !important;
}

.deli2-read {
	display: none;
}

.deli_pay .box_new .ppvicon{
	vertical-align: middle;
}
.conce_sys_deli2_area .senja_img {
	background: url(../images/pay/bg_deli.png) no-repeat;
	background-size: 100% auto;
	height: 197px;
	position: relative;
}

/* ピックアップ */
.slider h2 {
	margin-bottom: -1px;
}
.slider .inner {
	height: 122px;
}

.bx-wrapper {
	top: 7px;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	top: -5px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	width: 10px;
	height: 10px;
}

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

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


/* LOOPA */
.sec_new.box_new.loopa li:nth-child(1) {
	background: url(../images/pay/news_line01.png) no-repeat center 60px, url(../images/pay/bg_loop_top01.jpg) no-repeat top, url(../images/pay/bg_loop_btm01.jpg) no-repeat bottom, url(../images/pay/bg_loop_mid01.jpg) repeat-y;
	background-size: 90%, 100%, 100%, 100%;
}
.sec_new.box_new.loopa li:nth-child(2) {
	background: url(../images/pay/news_line01.png) no-repeat center 43px, url(../images/pay/bg_loop_top02.jpg) no-repeat top, url(../images/pay/bg_loop_btm01.jpg) no-repeat bottom, url(../images/pay/bg_loop_mid01.jpg) repeat-y;
	background-size: 90%, 100%, 100%, 100%;
}
.sec_new.box_new.loopa li:nth-child(3) {
	background: url(../images/pay/news_line01.png) no-repeat center 44px, url(../images/pay/bg_loop_top03.jpg) no-repeat top, url(../images/pay/bg_loop_mid01.jpg) repeat-y;
	background-size: 90%, 100%, 100%;
}

.sec_new.box_new.loopa li a {
	color: #000;
	padding: 20px 20px 25px 20px;
}
.sec_new.box_new.loopa li:nth-child(1) a {
	padding: 30px 20px 25px 20px;
}
.sec_new.box_new.loopa li:nth-child(3) a {
	padding: 20px 20px 5px 20px;
}
.sec_new.box_new.loopa .ppvicon {
	width: 65px;
}
.sec_new.box_new.loopa li .ppvtitle {
	color: #000;
}
.sec_new.box_new.loopa li .icon-ppv {
	padding-left: 5px;
	background: url(../images/icon/icon-ppv.png) no-repeat 95px top;
	background-size: 55px;
	color: #d30000;
	margin-left: 46px;
	line-height: 19px;
}
.sec_new.box_new.loopa li:first-child .icon-ppv {
	margin: 5px 0 20px 50px;
}
.sec_new.box_new.loopa li .icon-ppv {
	margin: 1px 0 18px 50px;
}
.sec_new.box_new.loopa li:last-child .icon-ppv {
	margin: 3px 0 18px 50px;
}
.sec_new.box_new.loopa  li.new a:after {
	left: 60px;
}


/* 激当たり鑑定 */
.sec_gekiatari {
	min-height: 487px;
	position: relative;
}

.sec_gekiatari {
	background: url(../images/pay/sec_gekiatari.png) no-repeat;
	background-size: 100% auto;
}

.sec_gekiatari li {
	position: absolute;
    width: 142px;
    height: 60px;
    overflow: hidden;
    border-radius: 10px;
}

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

.sec_gekiatari li:nth-child(1) {
	bottom: 148px;
    left: 14px;
}

.sec_gekiatari li:nth-child(2) {
	bottom: 148px;
	right: 14px;
}

.sec_gekiatari li:nth-child(3) {
	bottom: 83px;
    left: 14px;
}

.sec_gekiatari li:nth-child(4) {
	bottom: 83px;
	right: 14px;
}

.sec_gekiatari li:nth-child(5) {
	width: 270px;
    height: 45px;
    bottom: 31px;
    left: 25px;
    border-radius: 25px;
}


/*----- 7days -----*/
.sec_7days {
	position: relative;
	height: 389px;
	background: url(../images/pay/sec_7days_bg.jpg) no-repeat;
	background-size: 100%;
	overflow: hidden;
}
#free .tsuiseki {
	position: relative;
	height: 461px;
	background: url(../images/free/img10.png) no-repeat;
	background-size: 100%;
	overflow: hidden;
}
.menu .tsuiseki {
	position: relative;
	height: 461px;
	background: url(../images/menu/img19.jpg) no-repeat;
	background-size: 100%;
	overflow: hidden;
}
.sec_7days h2 {
	min-height: 240px;
}

.sec_7days ul {
	position: relative;
    bottom: -8px;
    width: 100%;
    height: 58px;
}
.tsuiseki ul {
	position: relative;
    top: 377px;
    width: 100%;
    height: 58px;
}

.sec_7days li {
	position: absolute;
	width: 207px;
	height: 100%;
    overflow: hidden;
}
.tsuiseki li {
	width: 207px;
	height: 100%;
	margin: auto;
    overflow: hidden;
}
.sec_7days li a {
	display: block;
	width: 100%;
	height: 100%;
}
.tsuiseki li a {
	display: block;
	width: 100%;
	height: 100%;
}
/* open */
.sec_7days li:nth-child(1) {
	top: 0px;
    right: 8px;
}
.sec_7days li:nth-child(2) {
	top: 17px;
	right: 10px;
}
.sec_7days li:nth-child(3) {
	top: 105px;
	left: 10px;
}
.sec_7days li:nth-child(4) {
	top: 122px;
	right: 10px;
}
.sec_7days li:nth-child(5) {
	top: 212px;
	left: 10px;
}
.sec_7days li:nth-child(6) {
	top: 227px;
	right: 10px;
}
.sec_7days li:nth-child(7) {
	top: 316px;
	left: 10px;
}
.sec_7days li.open-1 a {
	display: block;
	pointer-events: auto;
	height: 100%;
}
.sec_7days li.open-1:after, .sec_7days li.open-1 a:after {
	content: none;
}

.sec_7days li.open-0:after {
	content: "";
	background: url(../images/pay/7days_close.png) no-repeat;
	background-size: 100% auto;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 123px;
	min-height: 83px;
}
.sec_7days li.open-0 a {
	pointer-events: none;
}


/*----- あの人との恋を叶える3ステップ -----*/
.sec_step ul {
	position: relative;
}

.sec_step li:first-child {
	padding: 15px 45px 15px 0;
    position: relative;
    text-align: left;
    background: url(../images/pay/bg_step_top.jpg) no-repeat top, url(../images/pay/bg_step_btm.jpg) no-repeat bottom, url(../images/pay/bg_step_mid.jpg) repeat-y;
    background-size: 100%, 100%, 100%;
}
.sec_step li {
	padding: 15px 45px 15px 0;
    position: relative;
    text-align: left;
    background: url(../images/pay/bg_step_top02.jpg) no-repeat top, url(../images/pay/bg_step_btm.jpg) no-repeat bottom, url(../images/pay/bg_step_mid.jpg) repeat-y;
    background-size: 100%, 100%, 100%;
}
.sec_step li .ppvtitle {
	text-decoration: underline;
    float: none;
    width: 230px;
    display: table-cell;
	vertical-align: middle;
	color: #dd0087;
}
.sec_step li .step_hand {
    width: 65px;
    padding: 3px 5px 0 0;
    display: table-cell;
}
.sec_step li a {
	display: block;
	width: 100%;
	height: 100%;
}
.sec_step li a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    position: absolute;
    top: 48%;
    right: 17px;
	margin-top: -8px;
	border-color: transparent transparent transparent #dd0087;
}

/*----- 5人の人物 -----*/
.sec_fiveperson .box {
	min-height: 385px;
	position: relative;
}
.sec_fiveperson.docomo .box {
	min-height: 385px;
	background: url(../images/pay/sec_fiveperson_bg-docomo.jpg) no-repeat;
	background-size: 100%;
	position: relative;
}
.sec_fiveperson.common .box {
	min-height: 385px;
	background: url(../images/pay/sec_fiveperson_bg-common.jpg) no-repeat;
	background-size: 100%;
	position: relative;
}

.sec_fiveperson .box ul {
	position: absolute;
	bottom: 40px;
	right: 5px;
}

/*----- 会員様限定特典 -----*/
.sec_tokuten .box {
	min-height: 628px;
	position: relative;
	background: url(../images/pay/sec_tokuten.png) no-repeat;
	background-size: 100%;
}

.sec_tokuten ul {
	position: relative;
	bottom: -200px;
    height: 390px;
}

.sec_tokuten li:first-child {
	height: 50px;
    width: 160px;
    overflow: hidden;
    position: absolute;
    top: 131px;
    right: 22px;
}

.sec_tokuten li:last-child {
	height: 50px;
    width: 160px;
    overflow: hidden;
    position: absolute;
    top: 330px;
    left: 24px;
}

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

/*----- 滞在特典 -----*/
.box_special .inner_box {
}
.box_special .inner {
	background: url(../images/pay/box_special_bg.jpg) repeat;
	background-size: 100%;
	padding: 33px 15px 27px;
}
.mypage .box_special .inner {
	background: url(../images/mypage/box_special_bg.jpg) repeat;
	background-size: 100%;
	padding: 5px 14px 33px;
}

.box_special .txt {
	text-align: center;
	line-height: 1.5;
	margin-bottom: 30px;
	font-size: 14px;
	letter-spacing: -1px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

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

.box_special h3 {
	margin: 0 auto -4px;
}

.btn-pre-link a {
	color: #6800a4;
	text-align: center;
	position: relative;
	text-decoration: none;
}

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

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

.box_special li {
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.box_special li:last-child {
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.box_special p {
	margin: 0;
	text-align: left;
	color: #000;
}

.pay_top .box_special p a {
	display: block;
}


.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: 108px;
	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: 225px;
	margin: 0 auto !important;
	height: 47px;
	line-height: 47px;
	position: relative;
	top: 33px;
}

.float {
	animation: float 2.5s ease-in-out infinite alternate;
	transform-origin: 50% 50%;
	position: relative;
	z-index: 1;
	width: 90%;
    margin: auto;
}
@-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;
}

/*----- 特別鑑定バナー -----*/
/*　入会3日間　*/
.sec_ppvbnr_new.disp-0 {
	display: none;
}
.sec_ppvbnr_new.disp-1 {
	display: block;
}
/*　入会3日後　*/
.sec_ppvbnr.disp-0 {
	display: block;
}
.sec_ppvbnr.disp-1 {
	display: none;
}

/*　アドバイス入会3日表示非表示　*/
.advice-banner-0 {
	display: none;
}
.advice-banner-1 {
	display: block;
}

/* 特集系バナー */
.bnr_feature .text-light {
	position: relative;
	height: 30px;
}

.bnr_feature .bnr_open {
	overflow: hidden;
}

.bnr_feature .ato span {
	font-size: 1.3em;
}
.bnr_feature .banner .text-light {
	position: relative;
	height: 30px;
}
.flow_txt {
	position: relative;
	height: 45px;
	overflow: hidden;
	margin-bottom: 2px;
	background: url(../images/pay/feature/202103_anohito/top_bg.jpg) no-repeat;
	background-size: 100% auto;
	margin-bottom: 15px;
}
.flow_txt p{
	width: 270px;
	margin-bottom: 0;
	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%;
	}
}

.bnr_open_0 .banner, .bnr_open_1 .banner {
	margin: 0 7px 0px 7px;
}

.bnr_open_0 .flow_txt, .bnr_open_0 .banner {
	display: none;
}

.bnr_open_1 .flow_txt, .bnr_open_1 .banner {
	display: block;
}

.bnr_open_0 .comingsoon {
	display: block;
}

.bnr_open_1 .comingsoon {
	display: none;
}

.bnr_open_2 {
	display: none;
}
/* 年運バナー */
.bnr_nenun.open-2, .bnr_nenun.open-0 {
	display: none;
}
.bnr_nenun.open-1 {
	display: block;
}
/*アイコン*/
/*new*/
.box_new li.new .icon-ppv {
	margin: 0 0 10px 55px;
	padding-left: 86px;
	background: url(../images/icon/icon-ppv.png) no-repeat left top;
	background-size: 55px;
}

/*.box_new li:not(:first-child) .icon-ppv {
	margin: 0 0 15px 60px;
}*/

.box_new li.new a:after {
	display: block;
	content: "";
	width: 45px;
	height: 18px;
	position: absolute;
	top: 20px;
	left: 24px;
	background: url(../images/pay/icon_new.gif) no-repeat;
	background-size: 100%;
	border-radius: 40px;
}

/* pop */
.modal_inner .box_new02 li {
	background: url(../images/pay/bg_top.jpg) no-repeat top, url(../images/pay/bg_btm.jpg) no-repeat bottom, url(../images/pay/bg_mid.jpg) repeat-y;
	background-size: 100%;
}

.bnr_open .text-light03 {
	color: #fff;
	text-shadow: 0 1px 7px #ff10cf, 0 3px 7px #ff10cf, 0 0 7px #ff10cf, 0 0 7px #ff10cf;
}


/*----- 2ヵ月目継続特典 -----*/
.sec_enmusubi {
	min-height: 391px;
	background: url(../images/pay/sec_enmusubi.jpg) no-repeat;
	background-size: 100%;
}
#free .sec_enmusubi {
	min-height: 386px;
	background: url(../images/free/sec_enmusubi.png) no-repeat;
	background-size: 100%;
}
.free_view .sec_enmusubi {
	min-height: 386px;
	background: url(../images/result/free/two/img06.png) no-repeat;
	background-size: 100%;
}
.sec_enmusubi ul {
	position: relative;
    height: 56px;
    width: 100%;
    top: 309px;
}
.sec_enmusubi li {
	position: absolute;
	bottom: 0px;
    left: 60px;
	width: 200px;
	height: 100%;
    overflow: hidden;
    border-radius: 30px;
}
.sec_enmusubi li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
/*	background: rgba(0,0,0,0.8);
	position: relative;
	pointer-events: none;*/
}
.sec_enmusubi li.open-0 a {
	display: none;
}
.sec_enmusubi li.open-1 a {
	display: block;
}
/*.sec_manual li a:after {
	content: "coming soon";
	position: absolute;
	left: 0;
	right: 0;
	top: 2px;
	width: 100%;
	font-size: 17px;
	min-height: 30px;
}*/

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

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

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

7daysLecture 5daysLecture

////////////////////////////////////////////////////////*/
.lecture .box_teller.theater {
	min-height: 188px;
	background: url(../images/other/7days_bg.png) no-repeat;
	background-size: 100%;
}
.lecture .box_teller.theater p {
	width: 130px;
	margin-left: 10px;
	top: 10px;
}


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

daysLecture

////////////////////////////////////////////////////////*/
.list_days ul {
	margin-bottom: 15px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.list_days a {
	display: block;
	padding: 10px 25px 10px 7px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	text-align: left;
	color: #fff;
	position: relative;
	background: #9149e3;
	font-size: 13px;
	line-height: 1.4;
}

.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_wh.png) no-repeat right 50%;
	background-size: 100%;
}
.list_days li.nolink {
	padding: 7px;
	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;
	}
.list_days li.nolink:after {
	content: none;
}
.list_days li span {
	font-size: 0.9em;
	color: #876903;
}
.list_days li.nolink span {
	color: #d8d8d8;
}
.list_days .date {
	display: block;
}

.lecture .lead {
	margin: 0 15px;
}

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

お知らせ・プレゼントBOX

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

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

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

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

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

menulist

////////////////////////////////////////////////////////*/
.menuList .btn-page {
	width: auto;
	margin: 10px;
}
.menuList .lead {
	padding: 0 10px;
	line-height: 22px;
	text-align: left;
	text-shadow: 0 0 1px #19052a, 0 1px 1px #19052a;
	color: #fff;
}

/*----- 護符プレゼント -----*/
.sec_gafu .box {
	height: 425px;
	background: url(../images/menu/bg_gofu.jpg) no-repeat;
	background-size: 100%;
}
/*不都合な真実*/
.icon_key {
	width: 295px;
	margin: 0 auto;
	position: absolute;
	top: 105px;
	left: 0;
	right: 0;
	overflow: hidden;
}
.icon_key li {
	width: 42px;
	height: 42px;
	float: left;
	background: url(../images/menu/icon_close.png) no-repeat center;
	background-size: 100%;
}
.icon_key li.open-1 {
	background: url(../images/menu/icon_open.png) no-repeat center;
	background-size: 90%;
}
/*心の記憶*/
.icon_heart {
	width: 160px;
	margin: 0 auto;
	position: absolute;
	top: 245px;
	left: 0;
	right: 0;
	overflow: hidden;
}
.icon_heart li {
	width: 40px;
	height: 40px;
	float: left;
	background: url(../images/menu/icon_close_heart.jpg) no-repeat center;
	background-size: 90%;
}
.icon_heart li:nth-child(1) {
	background: url(../images/menu/icon_open_heart.jpg) no-repeat center;
	background-size: 90%;
}
.icon_heart li:nth-child(2) {
	margin: 0 20px;
}
.icon_heart.member-3 li:nth-child(2) {
	background: url(../images/menu/icon_open_heart.jpg) no-repeat center;
	background-size: 90%;
}
.icon_heart.member-10 li:nth-child(2), .icon_heart.member-10 li:nth-child(3) {
	background: url(../images/menu/icon_open_heart.jpg) no-repeat center;
	background-size: 90%;
}
/*リンク*/
.sec_gafu .link1, .sec_gafu .link2, .sec_gafu .link3 {
	position: absolute;
}
.sec_gafu .link1, .sec_gafu .link2 {
	width: 140px;
	height: 33px;
	right: 18px;
}
.sec_gafu .link1 {
	top: 155px;
}
.sec_gafu .link2 {
	top: 295px;
}
.sec_gafu .link3 {
	width: 85%;
	height: 60px;
	margin: 0 auto;
	bottom: 20px;
	left: 0;
	right: 0;
}
.sec_gafu a {
	display: block;
	height: 100%;
}
/*close*/
.sec_gafu .link3 a {
	pointer-events: none;
	position: relative;
}
.sec_gafu .link3 a:after {
	content: "";
	width: 92%;
	height: 52px;
	margin: 0 auto;
	border-radius: 10px;
	position: absolute;
	top: 3px;
	left: 9px;
	background: rgb(0, 0, 0, 0.3);
}
/*open*/
.sec_gafu .link3.member-10 a {
	pointer-events: auto;
}
.sec_gafu .link3.member-10 a:after {
	content: none;
}
/*----- 心の扉 -----*/
.sec_door .box {
	height: 390px;
}
.sec_door.open-1 .box {
	background: url(../images/menu/bg_door_morning.jpg) no-repeat;
	background-size: 100%;
}
.sec_door.open-2 .box {
	background: url(../images/menu/bg_door_daytime.jpg) no-repeat;
	background-size: 100%;
}
.sec_door.open-3 .box {
	background: url(../images/menu/bg_door_night.jpg) no-repeat;
	background-size: 100%;
}
.sec_door li {
	display: none;
	width: 100%;
	height: 130px;
	position: absolute;
}
.sec_door li:nth-child(1) {
	top: 0;
}
.sec_door li:nth-child(2) {
	top: 93px;
}
.sec_door li:nth-child(3) {
	top: 188px;
}
.sec_door.open-1 li:nth-child(1), .sec_door.open-2 li:nth-child(2), .sec_door.open-3 li:nth-child(3) {
	display: block;
}
.sec_door a {
	display: block;
	height: 100%;
}

.fuki_date {
	width: 120px;
	height: 55px;
	padding-top: 22px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 13px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/menu/fuki_date.png) no-repeat;
	background-size: 100%;
}
/*----- 誘導 -----*/
.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%;
}
/*////////////////////////////////////////////////////////

占い外

////////////////////////////////////////////////////////*/
.tobira .list a {
	padding: 25px 20px 8px 10px;
}
.tobira .list a:before {
	content: "占いメニュー";
	padding: 0 5px;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 5px;
	line-height: 18px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	background: #ff2da9;
}
.tobira .list li:nth-child(3) a:before {
	content: "パワーワーク";
	background: #2db7ff;
}
/*////////////////////////////////////////////////////////

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;
}
/*////////////////////////////////////////////////////////

tellerProfile

////////////////////////////////////////////////////////*/
.tellerProfile section {
	margin-bottom: 0;
}
.tellerProfile .senja_navi {
	display: flex;
	background: url(../images/info/menu.jpg) no-repeat;
	background-size: 100%;
}
.tellerProfile .senja_navi li {
	width: 33.3%;
	height: 50px;
}
.tellerProfile .senja_navi li a {
	display: block;
	height: 100%;
}

.tellerProfile .lead {
	padding: 10px 36px 105px;
	text-align: left;
	font-size: 13px;
	color: #000;
	background: url(../images/info/bg_mid.jpg) repeat-y;
	background-size: 100%;
	position: relative;
}

.tellerProfile .lead span {
	font-weight: bold;
}

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

.tellerProfile #senjutsu_wrap .lead {
	padding: 10px 36px 100px;
	text-align: left;
	font-size: 13px;
	color: #000;
	background: url(../images/info/bg_mid02.jpg) repeat-y;
	background-size: 100%;
	position: relative;
}

.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;
	content: '';
	width: 100%;
	height: 115px;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.tellerProfile .lead h3 {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	color: #ed07d6;
}
.tellerProfile .lead p {
	margin-bottom: 0;
}
.tellerProfile .f_left {
	width: 50% !important;
	margin: 0 0 30px -10px;
}
.tellerProfile .sec_ppvbnr_new01 {
	background: url(../images/info/intro03_pay.jpg) no-repeat;
	background-size: 100%;
    height: 217px;
    padding-top: 185px;
}
.tellerProfile .sec_ppvbnr_new01 .btn-regist a {
	width: 70%;
}
.tellerProfile .sec_ppvbnr_new02 {
    background: url(../images/info/intro03_free.jpg) no-repeat;
    background-size: 100%;
    height: 295px;
    padding-top: 169px;
}
/*////////////////////////////////////////////////////////

ppv

////////////////////////////////////////////////////////*/
.ppv_top section {
	position: relative;
	margin-bottom: 0;
}
.ppv_top .box_teller {
	background: url(../images/ppv/teller.jpg) no-repeat;
	background-size: 100%;
	min-height: 197px;
}
.ppv_top .box_teller p:after {
    content: "";
    position: absolute;
    top: 48%;
    right: -22px;
    background: url(../images/common/fuki.png) no-repeat;
    background-size: 100% auto;
    width: 26px;
    min-height: 33px;
}
.ppv_top .box_teller p {
	width: 160px;
	padding: 25px 20px;
	margin: 0 0 50px 15px;
}

.ppvnavi {
	margin: 0 0 20px;
    padding: 0 3px 0 3px;
    height: 100px;
	overflow: hidden;
	background: url(../images/ppv/bg_btn.png) no-repeat;
	background-size: 100%;
}
.ppvnavi li {
	width: 32%;
    height: 60px;
	float: left;
}
.ppvnavi li:nth-child(2) {
	margin: 0 5px;
}
.ppvnavi li:last-child {
	float: none;
    clear: both;
    width: 100%;
    height: 30px;
    padding-top: 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;
}
/*////////////////////////////////////////////////////////

ppv.do

////////////////////////////////////////////////////////*/
/* confirm */
.ppvdo.confirm .serif:after {
	top: 70px;
}
.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: #676767;
	position: relative;
	margin: 0px ​15px 0px 5px;
	font-size: 12px;
	right: 0;
	bottom: 0;
}
/* あいさつ */
.ppvdo.confirm .box_teller {
	min-height: 225px;
	background: url(../images/pay/teller_main.png) no-repeat top;
	background-size: 100%;
}
.ppvdo.confirm .box_teller p {
	margin: 13px 0px 22px 118px;
    padding: 15px 20px;
    line-height: 1.4;
    width: 196px;
    top: 0;
    bottom: auto;
}
/* 承諾事項 */
.box_approval {
	padding: 0 0 30px;
	text-align: left;
	font-size: 12px;
	background: rgba(12,1,31,0.4);
}
.box_approval .contents {
	text-shadow: none;
}
.box_approval #approval {
	margin-bottom: 15px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #675e71;
}
.box_approval li {
	margin-bottom: 5px;
}
.box_approval .text-canter {
	text-align: center;
}


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

.loopD .box, .loopD .box2 {
	position: relative;
}
.loopD .box li, .loopD .box2 li {
	position: absolute;
	overflow: hidden;
}
.loopD .box a, .loopD .box2 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	font-size: 0;
}
.loopD .inner {
    position: relative;
    z-index: 1000;
}
/* link0 */
.loopD.link0 .box {
	min-height: 452px;
	background: url(../images/pay/loop/img06.png) no-repeat;
	background-size: 100%;
}

.loopD.link0 .box li {
	width: 100px;
    height: 40px;
	border-radius: 15px;
}
.loopD.link0 .box li:nth-child(1) {
	top: 60px;
    left: 38px;
}
.loopD.link0 .box li:nth-child(2) {
	top: 214px;
    right: 35px;
}
.loopD.link0 .box li:nth-child(3) {
	top: 375px;
    left: 38px;
}
/* link1 */
.loopD.link1 .box {
	min-height: 290px;
	background: url(../images/pay/loop/img08.png) no-repeat;
	background-size: 100%;
}

.loopD.link1 .box li {
	height: 72px;
	border-radius: 15px;
}

.loopD.link1 .box li:nth-child(1) {
	width: 117px;
	top: 24px;
    left: 5px;
}
.loopD.link1 .box li:nth-child(2) {
	width: 100px;
	top: -1px;
	right: 5px;
}
.loopD.link1 .box li:nth-child(3) {
	width: 170px;
	top: 120px;
    left: 5px;
}
.loopD.link1 .box li:nth-child(4) {
	width: 117px;
	top: 104px;
    right: 5px;
}
.loopD.link1 .box li:nth-child(5) {
	width: 193px;
	top: 207px;
    left: 75px;
}
.loopD .list {
	padding: 0;
}
.loopD.link1 .list li:first-child {
    background: url(../images/pay/loop/bg_mid.png) repeat-y;
    background-size: 100%;
	position: relative;
	border-radius: 35px;
}
.loopD.link1 .list li:first-child:before {
    background-image: url(../images/pay/loop/bg_top.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    content: '';
    width: 100%;
    height: 40px;
    position: absolute;
    top: -1px;
    left: 0;
}
.loopD.link1 .list li:first-child:after {
    background-image: url(../images/pay/loop/bg_btm.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    content: '';
    width: 100%;
    height: 45px;
    position: absolute;
	bottom: -9px;
    left: 0;
}
.loopD.link1 .list li {
    background: url(../images/pay/loop/bg_mid2.png) repeat-y;
    background-size: 100%;
	position: relative;
	border-radius: 35px;
	margin-bottom: 10px;
}
.loopD.link1 .list li:before {
    background-image: url(../images/pay/loop/bg_top2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    content: '';
    width: 100%;
    height: 40px;
    position: absolute;
    top: -1px;
    left: 0;
}
.loopD.link1 .list li:after {
    background-image: url(../images/pay/loop/bg_btm2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    content: '';
    width: 100%;
    height: 45px;
    position: absolute;
	bottom: -9px;
    left: 0;
}
.loopD.link1 .list li a {
	padding: 25px 30px 25px 20px;
	background: none;
	font-size: 13px;
	color: #48128a;
	width: 320px;
}
.loopD.link1 .list li:first-child a {
	padding: 25px 32px 25px 20px;
}
.loopD.link1 .list li a:after {
	right: 15px;
	border-color: transparent transparent transparent #48128a;
}

/* link2 */
.loopD.link2 .box {
	min-height: 236px;
	background: url(../images/pay/loop/img10.jpg) no-repeat;
	background-size: 100%;
}
.loopD.link2 .box2 {
	min-height: 318px;
	background: url(../images/pay/loop/img11.png) no-repeat;
	background-size: 100%;
}
.loopD.link2 .box li, .loopD.link2 .box2 li {
	width: 180px;
    height: 90px;
	border-radius: 15px;
}
.loopD.link2 .box li:nth-child(1) {
	top: 26px;
    right: 10px;
}
.loopD.link2 .box li:nth-child(2) {
	top: 122px;
    right: 10px;
}
.loopD.link2 .box2 li:nth-child(1) {
	top: 102px;
    left: 10px;
}
.loopD.link2 .box2 li:nth-child(2) {
	top: 197px;
    left: 10px;
}

/* link3 */
.loopD.link3 .box {
	min-height: 392px;
	background: url(../images/pay/loop/img02.png) no-repeat;
	background-size: 100%;
}
.free_top .loopD.link3 .box {
	min-height: 374px;
	background: url(../images/pay/loop/img02_free.png) no-repeat;
	background-size: 100%;
}
.loopD.link3 .box li {
	width: 170px;
    height: 51px;
    border-radius: 50px;
    right: 12px;
}

.loopD.link3 .box li:nth-child(1) {
	width: 170px;
	top: 111px;
}
.loopD.link3 .box li:nth-child(2) {
	width: 170px;
	top: 180px;
}
.loopD.link3 .box li:nth-child(3) {
	width: 250px;
	top: 250px;
}
.loopD.link3 .box li:nth-child(4) {
	width: 300px;
    top: 323px;
    right: auto;
    left: 10px;
    height: 72px;
    border-radius: 15px;
}
/* link4 */
.loopD.link4 .list li {
    background: url(../images/pay/loop/bg_mid2.png) repeat-y;
    background-size: 100%;
	position: relative;
	border-radius: 35px;
	margin-bottom: 10px;
}
.loopD.link4 .list li:before {
    background-image: url(../images/pay/loop/bg_top2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    content: '';
    width: 100%;
    height: 40px;
    position: absolute;
    top: -1px;
    left: 0;
}
.loopD.link4 .list li:after {
    background-image: url(../images/pay/loop/bg_btm2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    content: '';
    width: 100%;
    height: 45px;
    position: absolute;
	bottom: -9px;
    left: 0;
}
.loopD.link4 .list li a {
	padding: 25px 30px 25px 20px;
	background: none;
	font-size: 13px;
	color: #48128a;
}
.loopD.link4 .list li:first-child a {
	padding: 25px 106px 25px 20px;
}
.loopD.link4 .list li a:after {
	right: 15px;
	border-color: transparent transparent transparent #48128a;
}

/* link5 */
.loopD.link5 ul {
	background: url(../images/pay/loop/img04.png) no-repeat;
	background-size: 100%;
	height: 425px;
	position: relative;
}
.loopD.link5 ul li {
	overflow: hidden;
	position: absolute;
}
.loopD.link5 ul li:nth-child(1) {
	width: 60%;
    top: 35px;
    left: 15px;
}
.loopD.link5 ul li:nth-child(2) {
	width: 50%;
    top: 169px;
    left: 146px;
}
.loopD.link5 ul li:nth-child(3) {
	width: 50%;
    top: 302px;
    left: 10px;
}
.loopD.link5 ul li a {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
	overflow: hidden;
	height: 55px;
}

.loopD .ppv-box li:nth-child(1) {
	background: url(../images/pay/bg_loop_top01.jpg) no-repeat top, url(../images/pay/bg_loop_btm01.jpg) no-repeat bottom, url(../images/pay/bg_loop_mid01.jpg) repeat-y;
	background-size: 100%, 100%, 100%;
}
.loopD .ppv-box li:nth-child(2) {
	background: url(../images/pay/bg_loop_top02.jpg) no-repeat top, url(../images/pay/bg_loop_btm02.jpg) no-repeat bottom, url(../images/pay/bg_loop_mid02.jpg) repeat-y;
	background-size: 100%, 100%, 100%;
}
.loopD .ppv-box li:nth-child(3) {
	background: url(../images/pay/bg_loop_top03.jpg) no-repeat top, url(../images/pay/bg_loop_btm03.jpg) no-repeat bottom, url(../images/pay/bg_loop_mid03.jpg) repeat-y;
	background-size: 100%, 100%, 100%;
}

.loopD .ppv-box a {
	color: #000;
	padding: 10px 15px 12px 15px !important;
	text-decoration: underline;
}
.loopD .ppv-box .ppvicon {
	width: 50px;
	padding: 15px 5px 0 0;
}
.loopD .ppv-box li {
	padding: 0;
}

.loopD .ppv-box li .ppvtitle {
	font-size: 12px;
}

.loopD .ppv-box:after, .loopD .ppv-box:before {
	display: none;
}

.sec_new.box_new.loopa li.new a:after {
	left: 60px;
}


/*----- loopA -----*/
.loopA a dt {
	display: inline-block;
	margin-bottom: 5px;
	padding: 2px 10px;
	text-align: center;
	color: #fff;
	border: 2px solid #ca2577;
	border-radius: 30px;
	background: #db2b92;
}

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

yudo

////////////////////////////////////////////////////////*/
.yudo_cate {
	margin-bottom: 30px !important;
	overflow: hidden;
}
.yudo_cate p {
	margin-bottom: 0;
}

.yudo_cate .lead p {
	margin-left: 0;
	text-align: left;
	color: #fff;
}
.yudo_cate .lead {
	margin: 0 15px;
	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 #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff;
	color: rgb(39, 39, 39);
}

.text-light-pink {
	color: #fff;
	text-shadow: 0 1px 5px #ff10cf, 0 1px 5px #ff10cf, 0 0 5px #ff10cf;
}
.text-light-pink02 {
	color: #fff;
	text-shadow: 0 1px 5px #ff10cf, 0 1px 5px #ff10cf, 0 0 5px #ff10cf, 0 1px 5px #ff10cf, 0 1px 5px #ff10cf, 0 0 5px #ff10cf;
}
.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;
	text-shadow: 0 1px 5px red, 0 1px 10px red, 0 1px 10px red,0 1px 5px red, 0 1px 10px red, 0 1px 10px red;
}

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

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

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

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

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

.text-sky {
	color: #00ffff;
}

/* 01 */
.yudo_cate.link01 .box {
	min-height: 370px;
	background: url(../images/yudo/04.png) no-repeat;
	background-size: 100%;
}
.yudo_cate.link01 .box ul {
	position: relative;
    width: 100%;
    height: 345px;
}
.yudo_cate.link01 .box li:nth-child(1) {
	width: 220px;
	top: 57px;
}
.yudo_cate.link01 .box li:nth-child(2) {
	top: 144px;
}
.yudo_cate.link01 .box li:nth-child(3) {
	top: 225px;
}

/* 03 */
.txt-white {
	position: relative;
	font-weight: bold;
	text-align: center !important;
	text-shadow: 0px 0px 4px #3b0652, 0px 0px 4px #3b0652, 0px 0px 4px #3b0652, 0px 0px 4px#3b0652, 0px 0px 4px #3b0652,0px 0px 8px #3b0652, 0px 0px 8px #3b0652, 0px 0px 8px #3b0652, 0px 0px 8px#3b0652, 0px 0px 8px #3b0652;
}
.txt-white a{
	text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, -1px -1px 1px #ffffff, 1px 0px 1px #ffffff, 0px 1px 1px #ffffff, -1px 0px 1px #ffffff, 0px -1px 1px #ffffff, 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, -1px -1px 1px #ffffff, 1px 0px 1px #ffffff, 0px 1px 1px #ffffff, -1px 0px 1px #ffffff, 0px -1px 1px #ffffff, 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, -1px -1px 1px #ffffff, 1px 0px 1px #ffffff, 0px 1px 1px #ffffff, -1px 0px 1px #ffffff, 0px -1px 1px #ffffff;
}

/* 04 */
.yudo_cate.link04 .sp_yesno {
	background: url(../images/yudo/10.png) no-repeat;
	background-size: 100% auto;
	min-height: 380px;
}

.yudo_cate.link04 .btn-colom1 a {
	padding: 15px;
}

/* 05 */
.yudo_cate.link05 .soul_box {
	background: url(../images/yudo/01.jpg) no-repeat;
	background-size: 100% auto;
	height: 280px;
}
.yudo_cate.link05 .soul_box ul.open {
	position: absolute;
    top: 119px;
    left: 15px;
}
.yudo_cate.link05 .soul_box li {
	opacity: 1;
	float: none;
}
.yudo_cate.link05 .soul_box li.btn-color:nth-child(1) {
	width: 100px;
    margin: 0 20px -20px auto;
}
.yudo_cate.link05 .soul_box li.btn-color:nth-child(2) {
	width: 120px;
    margin: 0 148px -15px auto;
}
.yudo_cate.link05 .soul_box li.btn-color:nth-child(3) {
	width: 140px;
    margin: 0 0 8px 138px;
}
.yudo_cate.link05 .soul_box li.btn-color:nth-child(4) {
	width: 240px;
    margin: 0 23px 10px auto;
}

.yudo_cate.link05 .box {
	overflow: hidden;
}
.yudo_cate.link05 .box p {
	text-align: center;
	float: left;
	width: 190px;
    font-size: 15px;
	box-sizing: border-box;
}

.yudo_cate.link05 .btn_known2 {
	width: 250px;
    height: 100px;
	margin: 0 auto;
	display: block;
	background: url(../images/yudo/btn_known.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.yudo_cate.link05 .omoi_txt {
	position: relative;
	background: url(../images/yudo/01.png) no-repeat;
	background-size: 100% auto;
	width: 90%;
    margin: auto;
}
.yudo_cate.link05 .omoi_txt p {
	position: absolute;
	bottom: 11px;
    left: 62px;
}
/* 07 */
.yudo_cate.link07 .box {
	background: url(../images/yudo/07.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	min-height: 217px;
}
.yudo_cate.link07 .box li {
	width: 150px;
}
.yudo_cate.link07 .box li:nth-child(1) {
	top: 5px;
	right: 10px;
}

.yudo_cate.link07 .box li:nth-child(2) {
	bottom: 10px;
	left: 10px;
}

.yudo_cate.link07 .komi_kao_sp h4 span {
	font-size: 14px;
}
.yudo_cate.link07 .box2 {
	background: url(../images/yudo/02.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	min-height: 422px;
	position: relative;
}
.yudo-btn {
	position: absolute;
    bottom: 65px;
    left: 64px;
    width: 223px;
}
.yudo-btn a {
	display: block;
}
/* 08 */
.yudo_cate.link08 .lead {
	margin: 0 20px;
	padding: 0;
}
.yudo_cate.link08 .box {
	background: url(../images/yudo/08.png) no-repeat;
	-webkit-background-size: 200px auto;
	background-size: 200px auto;
	min-height: 300px;
}
.yudo_cate.link08 .box li {
	width: 170px;
}
.yudo_cate.link08 .box li a {
	font-size: 13px;
	padding: 15px;
}
.yudo_cate.link08 .box li:nth-child(1) {
	top: 60px;
	right: 10px;
}

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

.yudo_cate.link08 .box li span {
	font-size: 17px;
}


/* 09 */
.yudo_cate.link09 .box_teller {
	background: url(../images/yudo/09.jpg) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	min-height: 181px;
}
.yudo_cate.link09 .box_teller p {
	width: 140px;
	text-align: center;
	margin: 0 18px 0 auto;
}

/* 10/11 */
.yudo_cate.link10 .soul_box {
	background: url(../images/yudo/01.jpg) no-repeat;
	background-size: 100% auto;
	height: 280px;
}
.yudo_cate.link10 ul.txt {
	position: relative;
	width: 100%;
	height: 258px;
	position: absolute;
	top: 0;
	font-size: 16px;
}
.yudo_cate.link10 ul.txt li {
	position: absolute;
}
.yudo_cate.link10 ul.txt li:nth-child(1) {
	top: 30px;
    left: 20px;
}
.yudo_cate.link10 ul.txt li:nth-child(2) {
	bottom: 20px;
    right: 20px;
}
.yudo_cate.link10 .text-mincho {
    color: #fff;
	text-shadow: 0 0 5px #150039, 0 0 5px #150039, 0 0 10px #150039, 0 0 10px #150039, 0 0 10px #150039, 0 0 15px #150039, 0 0 15px #150039;
}
.yudo_cate.link10 .text-mincho a {
	text-shadow: 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 3px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff;
}
.yudo_cate.link10 .box_teller {
	background: url(../images/yudo/12.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.yudo_cate.link11 .box_teller {
	background: url(../images/yudo/13.png) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
	min-height: 311px;
}
.yudo_cate.link10 .box_teller p {
	width: 170px;
}
.yudo_cate.link11 .box_teller p {
	width: 180px;
	margin: 0 0 35px 132px;
    top: -10px;
}
.yudo_cate.link11 .box_teller .txt {
	margin-right: 45px;
	color: #29cdff;
	text-shadow: 0 0 5px #150039, 0 0 5px #150039, 0 0 10px #150039, 0 0 10px #150039, 0 0 10px #150039, 0 0 15px #150039, 0 0 15px #150039;
}
.yudo_cate.link11 .box_teller .txt2 {
	margin-left: 85px;
	color: #fff;
	text-shadow: 0 0 5px #150039, 0 0 5px #150039, 0 0 10px #150039, 0 0 10px #150039, 0 0 10px #150039, 0 0 15px #150039, 0 0 15px #150039;
}
.txt-rot {
	transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
}

.yudo_cate.link08 .text-bigger02, .yudo_cate.link09 .text-bigger02, .yudo_cate.link11 .text-bigger02 {
	font-size: 2.4em !important;
}

/* 12 */
.yudo_cate.link12 .box_teller {
	background: url(../images/yudo/14.png) no-repeat left top;
	-webkit-background-size: 45% auto;
	background-size: 45% auto;
	width: 100%;
	min-height: 210px;
}
.yudo_cate.link12 .box_teller p {
	width: 166px;
    margin: 0 0 50px 130px;
}
.yudo_cate .sec_new.box_new li:first-child {
    background: url(../images/pay/news_line01.png) no-repeat center 40px, 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: 90%, 100%, 100%, 100%;
}
.yudo_cate .box_new li:last-child a {
    padding: 20px 20px 30px 20px;
}
/* 13/14 */



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

mypage

////////////////////////////////////////////////////////*/
.mypage .box_teller {
	background: url(../images/teller/02.png) no-repeat -32px;
    background-size: 70%;
    min-height: 220px;
}
.mypage .box_teller .serif {
	top: 5px;
	width: 145px;
	left: 0;
}
.mypage .box_teller .serif:after {
	top: 50%;
}
.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;
	background-size: 30px;
}
.list-icon li.history {
	background: url(../images/mypage/icon02.png) no-repeat 10px center;
	background-size: 30px;
}
.list-icon li.bookmark {
	background: url(../images/mypage/icon03.png) no-repeat 10px center;
	background-size: 30px;
}
.list-icon li.stamp {
	background: url(../images/mypage/icon04.png) no-repeat 10px center;
	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: 20px 0;
	border: 1px solid #d7a97e;
	background: #f7e5d4;
}

.mypage .box_special p {
	color: #fff;
}

.mypage .present_cord .present_txt03 {
	color: #000;
}

.mypage .box_special #premium_check p a {
	color: yellow;
}

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

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: 5px 10px 0;
	text-shadow: 0 0px 10px #9710ff, 0 0px 10px #9710ff, 0 0 10px #9710ff, 0 0 10px #9710ff, 0 0 10px #9710ff, 0 0 10px #9710ff;
}
.bookmark .list-menu02 {
	margin-bottom: 30px;
	position: relative;
	text-align: left;
}
.bookmark .list-menu02 li {
	padding: 10px 0 10px 10px;
	overflow: hidden;
	position: relative;
}
.bookmark .list-menu02 a {
	width: 265px;
	float: right;
	padding: 0 20px 0 0;
}
.bookmark input[type="checkbox"] + label {
	top: 10px;
	left: 10px;
}
.bookmark font {
	text-shadow: 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 3px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff;
}
/*////////////////////////////////////////////////////////

tutorial

////////////////////////////////////////////////////////*/
.tutorial h2 {
	margin-bottom: 0;
}
.tutorial .sec01 .box_teller {
	min-height: 204px;
	background: url(../images/regist/tutorial/teller.jpg) no-repeat;
	background-size: 100%;
}

.tutorial .sec01 .box_teller p {
    left: 0;
    top: 13px;
    width: 170px;
}

.tutorial .sec02 .box_teller {
	min-height: 206px;
	background:  url(../images/regist/tutorial/teller02.png) no-repeat bottom;
	background-size: 100%;
	position: relative;
	overflow: inherit;
}

.tutorial .list {
	background: url(../images/regist/tutorial/list.jpg) no-repeat;
	background-size: 100% auto;
	height: 165px;
	padding: 0 8px 10px 8px;
}
.tutorial .list02 {
	background: url(../images/regist/tutorial/list02.png) no-repeat;
	background-size: 100% auto;
	min-height: 100px;
	margin: 0;
	padding: 0px 8px 10px 8px;
}

.tutorial .list li {
	height: 38px;
	min-height: 38px;
	margin-bottom: 5px;
	overflow: hidden;
	border-radius: 10px;
}

.tutorial .list02 li {
	height: 47px;
	margin-bottom: 5px;
}

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

.tutorial .list li a:after, .tutorial .list02 li a:after{
	display: none;
}
.tutorial .sec02 .box_teller .serif {
	top: 25px;
	left: 0;
	width: 160px;
}

.tutorial p {
	margin-bottom: 0;
}
.box_txt {
	padding: 10px 15px 10px 15px;
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
	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,0 0 3px #fff,0 0 3px #fff;
	background: url(../images/regist/tutorial/bg_txt.jpg) repeat-y;
	background-size: 100% auto;
}



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

unregist

////////////////////////////////////////////////////////*/
/*----- index -----*/
.unregist .box_teller {
	min-height: 222px;
    background: url(../images/teller/02.png) no-repeat -35px bottom;
    background-size: 75%;
}

.unregist .box_teller p {
	left: 0;
	width: 153px;
    text-shadow: none;
    margin: 0 0 50px 160px;
}
.unregist p {
	text-shadow: 0 0px 5px #6100bd, 0 0px 5px#6100bd,0 0px 5px#6100bd, 0 0 7px #6100bd, 0 0 7px #6100bd, 0 0 7px #6100bd, 0 0 9px #6100bd, 0 0 9px #6100bd;
}
.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;
}

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

add 初動改修

////////////////////////////////////////////////////////*/
/*----- pay -----*/
.text_caption01, .text_caption02 {
	margin-bottom: 5px;
	padding: 13px 0;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 0 5px rgb(0 0 0 / 0.65), 0 0 10px rgb(0 0 0 / 0.65), 0 0 10px rgb(0 0 0 / 0.65), 0 0 10px rgb(0 0 0 / 0.65);
}
.text_caption01 {
	background: url(../images/pay/bg_caption01.jpg) no-repeat;
	background-size: 100%;
}
.text_caption02 {
	background: url(../images/pay/bg_caption02.jpg) no-repeat;
	background-size: 100%;
}

/* バナー表示/非表示 */
.hadou_banner-0 {
	display: none;
}

.hadou_banner-1 {
	display: block;
}


/*パック用文言エリア*/
.ppvdo.confirm .text_pack {
  display: block;
  margin: 10px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 7px;
  text-align: left;
  font-size: 13px;
  background: rgba(12,1,31,0.4);
}

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

LPレコメンド

////////////////////////////////////////////////////////*/
.lp_reco {
	margin-bottom: 15px;
}
.lp_reco a {
	color: #79b8f7;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.5;
}

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

プレゼントキャンペーン

////////////////////////////////////////////////////////*/
/* 告知バナー 応募期間前 */
.present_banner .bnr_close.bnr-1{
	display: block;
}
/* 告知バナー 応募期間中と後 */
.present_banner .bnr_close.bnr-0{
	display: none;
}

/* バナー 応募期間前と後 */
.present_banner.open-0 .bnr_open{
	display: none;
}
/* バナー 応募期間中 */
.present_banner.open-1 .bnr_open{
	display: block;
}

.present_entry h2 {
	font-size: 17px;
	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 10px;
	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: 94%;
	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 25px;
	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_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;
	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_require_box {
	background: rgb(255, 233, 201);
	padding: 20px 0;
	color: #000;
}


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

特集バナー

////////////////////////////////////////////////////////*/
.bnr_feature.open-0 .bnr_open,
.bnr_feature.open-1 .bnr_close {
	display: none;
}
.bnr_feature.open-0 .bnr_close,
.bnr_feature.open-1 .bnr_open {
	display: block;
}
.bnr_feature.open-2 {
	display: none !important;
}

/*.bnr_feature .bnr_close img {
	-webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(1);
}*/
.affinity-bnr-0 {
	display: none;
}
.affinity-bnr-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;
}
