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

feature

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

/* アドバイスページ
------------------------------------------------------- */
#main.advice p {
	margin-bottom: 0;
}

#main.advice .box_teller {
	background: url(../images/pay/feature/advice/teller.jpg) no-repeat left bottom;
	background-size: 100%;
	min-height: 239px;
}
#main.advice .box_teller .serif {
	top: 20px;
	width: 185px;
}

.box_teller.right .serif:after {
	top: 33%;
}

#main.advice .box_teller .serif span {
	color: #ff0000;
	font-weight: bold;
}

#main.advice h3 {
	margin-bottom: 60px;
}

.flow_box {
	margin: 0 15px;
}
.flow_box li {
	margin-bottom: 70px;
	position: relative;
}

.flow_box li:after {
	content: "";
	position: absolute;
	background: url(../images/pay/feature/advice/ic_arrow.png) no-repeat;
	background-size: 100%;
	width: 40px;
	min-height: 21px;
	left: 0;
	right: 0;
	bottom: -45px;
	margin: 0 auto;
}


.flow_box li a {
	display: block;
	padding: 15px 10px;
	position: relative;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	box-sizing: border-box;
	font-weight: bold;
	line-height: 1.4;
	border: 2px solid #fff;
	border-radius: 10px;
	text-shadow: 0 0 2px #000;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.box01 .flow_box li a {
	background: -moz-linear-gradient(top, #ff00a2 0%, #94005e 100%);
	background: -webkit-linear-gradient(top, #ff00a2 0%, #94005e 100%);
	background: linear-gradient(to bottom, #ff00a2 0%, #94005e 100%);
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.5), 0px -3px 3px 0px #ff1c67 inset, 0px 3px 3px 0px #ff9933 inset;
}

.box02 .flow_box li a {
	background: -moz-linear-gradient(top, #fc8200 0%, #a45501 100%);
	background: -webkit-linear-gradient(top, #fc8200 0%, #a45501 100%);
	background: linear-gradient(to bottom, #fc8200 0%, #a45501 100%);
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.5), 0px -3px 3px 0px #7c4001 inset, 0px 3px 3px 0px #ff9933 inset;
}

.flow_box li a:after {
	white-space: pre;
	position: absolute;
	left: -14px;
	top: -40px;
	background: #ffff00;
	background-size: 100%;
	width: 110px;
	border: 2px solid #ff0099;
	border-radius: 10px;
	color: #ff00a8;
	text-shadow: none;
	font-size: 12px;
	text-align: center;
	transform: rotate(-12deg);
	-moz-transform: rotate(-12deg);
	-webkit-transform: rotate(-12deg);
	padding: 5px 0;
	line-height: 1.3;
}


.box01 .flow_box li:nth-child(1) a:after {
	content: "チョイス①\Aまずは、あの人の\A気持ちを知ろう！";
}

.box01 .flow_box li:nth-child(2) a:after {
	content: "チョイス②\A恋を叶える\A必須アイテム！";
}

.box01 .flow_box li:nth-child(3) a:after {
	content: "チョイス③\Aあの人との恋、\Aついに動くよ！";
}

.box02 .flow_box li:nth-child(1) a:after {
	content: "チョイス①\Aあなたが運命の\A相手と結婚する日";
}
.box02 .flow_box li:nth-child(2) a:after {
	content: "チョイス②\Aあなたの才能が\A生きる仕事は？";
	top: -45px;
}
.box02 .flow_box li:nth-child(3) a:after {
	content: "チョイス③\Aあなたが人生で\A得る幸せ、全部！";
	top: -45px;
}

.flow_box li:last-child {
	margin-bottom: 0;
}

.flow_box li:last-child:after {
	display: none;
}


/* あなたとあの人の恋未来特集
------------------------------------------------------- */
.tokusyu_box p {
	margin-bottom: 0;
}

.petit_mirai .box01 {
	background: url(../images/pay/feature/petit_mirai/img01.jpg) no-repeat;
	background-size: 100%;
	min-height: 200px;
	position: relative;
}

.petit_mirai .box01 li {
	width: 269px;
	height: 47px;
	position: absolute;
	border-radius: 10px;
	overflow: hidden;
	bottom: 27px;
	right: 12px;
}

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

.petit_mirai .box02 {
	background: url(../images/pay/feature/petit_mirai/img02.jpg) no-repeat;
	background-size: 100%;
	min-height: 286px;
	position: relative;
}

.petit_mirai .box02 li {
	width: 253px;
	height: 58px;
	position: absolute;
	border-radius: 10px;
	overflow: hidden;
}

.petit_mirai .box02 li:nth-child(1) {
	top: 6px;
	left: 2px;
}

.petit_mirai .box02 li:nth-child(2) {
	top: 199px;
	left: 59px;
}

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

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

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

.petit_mirai .feature_list .inner {
	position: relative;
	z-index: 1000;
}

.petit_mirai .feature_list li {
	position: relative;
	display: table;
	width: 100%;
}

.petit_mirai .feature_list li a {
	display: table-cell;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	padding: 25px 30px 10px 15px;
	box-sizing: border-box;
	font-size: 16px;
	text-decoration: none;
	line-height: 1.4;
	position: relative;
	z-index: 1000;
	font-weight: bold;
}

.petit_mirai .feature_list li a span.txt_l {
	font-size: 20px;
}

.petit_mirai .feature_list li a span.date {
	display: block;
	color: #fff;
	background: url(../images/pay/feature/petit_mirai/icon_obi.png) no-repeat;
	background-size: 100%;
	width: 122px;
	height: 42px;
	line-height: 37px;
	position: absolute;
	top: 0;
	left: 7px;
	font-weight: bold;
	font-size: 18px;
	z-index: 1002;
}

.petit_mirai .feature_list li:nth-child(1) {
	background: url(../images/pay/feature/petit_mirai/list01.jpg) no-repeat;
	background-size: 100%;
	min-height: 166px;
}

.petit_mirai .feature_list li:nth-child(1) a {
	color: #c14a09;
}

.petit_mirai .feature_list li:nth-child(2) {
	background: url(../images/pay/feature/petit_mirai/list02.jpg) no-repeat;
	background-size: 100%;
	min-height: 167px;
}

.petit_mirai .feature_list li:nth-child(2) a {
	color: #c10960;
}

.petit_mirai .feature_list li:nth-child(3) {
	background: url(../images/pay/feature/petit_mirai/list03.jpg) no-repeat;
	background-size: 100%;
	min-height: 166px;
}

.petit_mirai .feature_list li:nth-child(3) a {
	color: #c10998;
}

.petit_mirai .feature_list li:nth-child(4) {
	background: url(../images/pay/feature/petit_mirai/list04.jpg) no-repeat;
	background-size: 100%;
	min-height: 162px;
	margin-bottom: 20px;
}

.petit_mirai .feature_list li:nth-child(4) a {
	color: #7a00fe;
}

.petit_mirai .feature_list li.open-0 a:after {
	content: "";
	position: absolute;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 92%;
	left: 0;
	top: 7px;
	z-index: 1001;
	overflow: hidden;
	border-radius: 5px;
}

.petit_mirai .feature_list li.open-0 a {
	pointer-events: none;
}

/* あの人の裏本音
------------------------------------------------------- */

.honne .box01 {
	background: url(../images/pay/feature/honne/img01.jpg) no-repeat;
	background-size: 100%;
	min-height: 200px;
	position: relative;
}

.honne .box01 li {
	width: 229px;
	height: 53px;
	position: absolute;
	border-radius: 10px;
	overflow: hidden;
	bottom: 23px;
	right: 12px;
}

.honne .box02 {
	background: url(../images/pay/feature/honne/img02.jpg) no-repeat;
	background-size: 100%;
	min-height: 287px;
	position: relative;
}

.honne .box02 li {
	width: 253px;
	height: 58px;
	position: absolute;
	border-radius: 10px;
	overflow: hidden;
}

.honne .box02 li:nth-child(1) {
	top: 6px;
	left: 2px;
}

.honne .box02 li:nth-child(2) {
	top: 199px;
	left: 59px;
}

.honne .txt {
	color: #5f0101;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 3px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.bnr_cp-0 {
	-webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(1);
}

.bnr_cp-0 a {
	pointer-events: none;
}

/* 運命の人
------------------------------------------------------- */
/*入会7日以内 購入した*/
.marr-movie01-1　.unmei .yudo_douga .btn_douga.week_ppv_on.open-1 {
   display: block;
}
.marr-movie01-1 .unmei .yudo_douga .btn_douga.week_ppv.open-1, .marr-movie01-1 .unmei .yudo_douga .btn_douga.week_ppv_off.open-1 {
	display: none;
}
/*入会7日以内 購入してない*/
.marr-movie01-1 .unmei .yudo_douga .btn_douga.week_ppv_on.open-0, .marr-movie01-1 .unmei .yudo_douga .btn_douga.week_ppv_off.open-0 {
	display: none;
 }
 .marr-movie01-1 .unmei .yudo_douga .btn_douga.week_ppv.open-0 {
	 display: block;
 }
/*入会8日以降　購入した*/
.marr-movie01-0 .unmei .yudo_douga .btn_douga.week_ppv_on.open-1 {
	display: block;
 }
 .marr-movie01-0 .unmei .yudo_douga .btn_douga.week_ppv.open-1, .marr-movie01-0 .unmei .yudo_douga .btn_douga.week_ppv_off.open-1 {
	display: none;
}
/*入会8日以降　購入してない*/
.marr-movie01-0 .unmei .yudo_douga .btn_douga.week_ppv_on.open-0, .marr-movie01-0 .unmei .yudo_douga .btn_douga.week_ppv.open-0 {
	display: none;
 }
.marr-movie01-0 .unmei .yudo_douga .btn_douga.week_ppv_off.open-0 {
	display: block;
}

.yudo_douga.one {
    min-height: 563px;
    position: relative;
    background: url(../images/pay/feature/unmei/bg_yudo_douga02.jpg) no-repeat;
    background-size: 100%;
}
.unmei .yudo_douga.two {
    min-height: 544px;
    position: relative;
    background: url(../images/pay/feature/unmei/bg_yudo_douga01.jpg) no-repeat;
    background-size: 100%;
    margin-bottom: 20px;
}
.unmei .yudo_douga.two .btn_douga li {
	bottom: 79px;
	width: 284px;
    height: 86px;
}
.unmei .yudo_douga .btn_douga.week_ppv li {
	bottom: 75px;
	width: 289px;
    height: 87px;
}
.unmei .yudo_douga .btn_douga.week_ppv a {
    background: url(../images/pay/feature/unmei/btn_yudo_douga.png) no-repeat;
    background-size: 100%;
}
.unmei .yudo_douga .btn_douga.week_ppv_on a {
    background: url(../images/pay/feature/unmei/btn_yudo_douga2.png) no-repeat;
    background-size: 100%;
}
.unmei .yudo_douga .btn_douga.week_ppv_off a {
    background: url(../images/pay/feature/unmei/btn_yudo_douga3.png) no-repeat;
	background-size: 100%;
	-webkit-filter: grayscale(1);
    filter: none;
    filter: grayscale(1);
}
.unmei .coupon_box .box {
    background: url(../images/pay/feature/unmei/img02.jpg) no-repeat;
    background-size: 100%;
    min-height: 660px;
}
.unmei .coupon_box .box li {
    position: absolute;
    border-radius: 8px;
    overflow: hidden;
    bottom: 7px;
    width: 100%;
    height: 60px;
}
.unmei .coupon_box .box a {
    display: block;
    width: 100%;
    height: 100%;
}
.unmei .btn_to_free a {
    background: url(../images/pay/feature/unmei/btn_free.jpg) no-repeat center;
    background-size: 100% auto;
    width: 100%;
    height: 57px;
}