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

.w80 {
	width: 80% !important;
}

.w90 {
	width: 90% !important;
}

.font-zen{
	font-family: zen-old-mincho, sans-serif;
	font-weight: 700;
}

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

.flex {
	display: flex;
}
.flex-box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.flex-box.col2 {
	justify-content: space-between;
	padding: 0 10px;
}
.flex-box.col2 > div {
	width: 48%;
}
/*----- 新規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;
}

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

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

無料TOP

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

 .main_obi{
	color: #180000;
	background: #fff;
	font-weight: bold;
	padding: 10px;
	font-size: 17px;
	line-height: 1.2;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

 .main_obi span{
 	color: #ff0066;
 }

 .main_obi font{
 	font-size: 17px;
 }

.btn_free {
	position: relative;
	z-index: 99;
	margin-bottom: 20px;
	margin: 0 10px;
}

.btn_free li {
	width: 150px;
	height: 116px;
	float: left;
	margin-left: 0px;
}

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

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

.btn_free a span{
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-indent: initial;
	text-decoration: none;
  display: block;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: absolute;
	top: 70px;
	left: 14px;
}

.btn-regist {
	margin: 0 10px;
	text-align: center;
	position: relative;
}

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

.free_top .ranking{
	margin-top: -20px;
}

.free_top .wcam a{
	display: block;
	background: rgba(255,255,255,.6);
	border: 1px solid #fff;
	border-radius: 5px;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	margin: 7px 12px 15px;
	padding: 10px;
}

/*お得*/
.otoku .box{
	padding: 15px;
}

.btn-intro {
	position: absolute;
	bottom: 37px;
	left: 60px;
	display: block;
	width: 200px;
	height: 30px;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.otoku .tokuten{
	position: relative;
	background: rgba(255,255,255,0.7);
	margin: 10px 5px;
	padding: 15px 10px;
}

.otoku .tokuten h3{
	background: #ffff00;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 7px 10px;
	color: #3a2105;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: -1.5px;
}

.otoku .tokuten h3 span{
	color: #ff0000;
}

.otoku .tokuten dt,.otoku .tokuten dd{
	text-align: left;
}

.otoku .tokuten dt{
	background: #9c06cd;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -0.7px;
	font-feature-settings: "palt";
	padding: 2px 0 2px 50px;
	position: relative;
}

.otoku .tokuten dt:before{
	content: "";
	width: 45px;
	height: 15px;
	position: absolute;
	top: 5px;
	left: 0;
}

.otoku .tokuten dt:nth-of-type(1):before{
	background: url(../images/free/otoku/icon-tokuten01.png) no-repeat;
	background-size: 100%;
}
.otoku .tokuten dt:nth-of-type(2):before{
	background: url(../images/free/otoku/icon-tokuten02.png) no-repeat;
	background-size: 100%;
}
.otoku .tokuten dt:nth-of-type(3):before{
	background: url(../images/free/otoku/icon-tokuten03.png) no-repeat;
	background-size: 100%;
}

.otoku .tokuten dt span{
	color: #fffe00;
}

.otoku .tokuten dd{
	background: #fff;
	color: #3a2105;
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 7px;
	padding: 10px;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.otoku .tokuten dd:last-of-type{
	margin-bottom: 0;
}

.otoku .tokuten dd span{
	color: #ff0000;
}


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

free fortune

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

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

.free_fortune h2.box01 p{
	color: #8322fe;
	font-size: 14px;
	letter-spacing: 0.6px;
	font-weight: 900;
	position: absolute;
	top: 84px;
	left: 136px;
}

.free_fortune h2.box02 p{
	color: #3e3e3e;
	font-size: 14px;
	letter-spacing: 0.3px;
	position: absolute;
	top: 99px;
	left: 56px;
}

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

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

.form_wrap .inner_txt {
	margin: 0;
}

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

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

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

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

.form_wrap dd span{
	font-size: 12px;
}

/* 注意文言 */
.form_wrap .att {
	padding: 0;
	text-align: center;
	font-size: 10px;
	color: #464646;
	letter-spacing: -1px;
}

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

.form_wrap select {
	background: url(../images/icon/arrow_select.png) no-repeat 88% 11px;
	background-size: 12px;
}

/* 性別 */
.sex_wrap {
	overflow: hidden;
}

.sex_wrap li {
	width: 100%;
	float: left;
	padding: 0;
	box-sizing: border-box;
}

.sex_wrap dt {
	width: 60px;
}

.sex_wrap dd {
	width: 70px;
	text-align: left;
}

.sex_wrap select {
	width: 100%;
	border: 1px solid #a0a0a0;
	border-radius: 3px;
	padding-left: 15px;
	margin-right: 0;
}

/* 生年月日 */
.birthday_wrap dt {
	width: 60px;
}
.birthday_wrap select {
	margin-right: 1px;
	margin-left: -1px;
	padding-right: 17px;
	background: url(../images/icon/arrow_select.png) no-repeat 94% center #fff;
	background-size: 12px;
}

.birthtime select {
	margin-right: 4px;
}

.any {
	color: #ff0000;
}

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

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

.ff_btxt {
	margin: 0 10px;
}

/* 鑑定ボタン */
.btn_wrap {
	clear: both;
	width: 70%;
	margin: 0px auto 0px auto;
	text-align: center;
}

.btn_wrap .muryo {
	width: 100% !important;
	padding: 0 !important;
	border: 0 !important;
	-webkit-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	background: none;
}

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

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

.btn_w {
	margin: 0 30px;
}
/* TOPへ戻るボタン */
.btn-left {
	background: #a2a2a2;
	width: 120px;
    height: 32px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
	margin-left: 15px;
}
.btn-left a {
    display: flex;
    align-items: center;
    gap: 3px;
    color: #fff;
    text-decoration: none;
	padding-right: 8px;
}
.mask_image {
	background-color:rgb(255, 255, 255);
	width:18px;
	height:18px;

	-webkit-mask-image: url("../images/icon/arrow_bra2.png");
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;

	mask-image: url(../images/icon/arrow_bra2.png);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}

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

共通パーツ

////////////////////////////////////////////////////////*/
/* メニューリスト */
.list-cbox {
	color: #000;
	margin-bottom: 15px;
	position: relative;
	padding: 10px 15px 5px;
}

.list-cbox h4{
	background: url(../images/menu/subtit.png) no-repeat;
	background-size: 100%;
	width: 100%;
	height: 60px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}

.list-cbox h4.ver2{
	background: url(../images/menu/subtit02.png) no-repeat;
	background-size: 100%;
	width: 100%;
	height: 75px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}

.list_menu{
	margin-top: 5px;
}

.list-cbox li {
	margin-top: 3px;
}

.list_menu a {
	position: relative;
	padding: 13px 25px 13px 15px;
	display: block;
	text-decoration: none;
	text-align: left;
	font-size: 13px;
	line-height: 1.5;
	background: #fff;
	color: #411403;
	font-weight: bold;
	border: 1px solid #461e08;
	border-radius: 5px;
}

.list_menu a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 4px;
	transform: translateY(-50%);
	border: 7px solid transparent;
}

.list-cbox .list_menu a:after {
	border-left: 10px solid #411403;
}

/* 全てを見る */
.all_view {
	width: 160px;
	margin: 5px 0 0px auto !important;
}
.all_view li {
	background: none;
	margin-bottom: 0;
	box-shadow: none;
	border-radius: 30px;
}

.all_view a {
	position: relative;
	display: flex;
	justify-content: left;
	align-items: center;
	color: #411403;
	font-size: 13px;
	text-decoration: none;
	border-radius: 30px;
	background: rgba(255,255,255,.8);
	border: 1px solid #fff;
	background-clip: padding-box;
	height: 25px;
	padding: 0 7px;
	box-sizing: border-box;
}

.all_view a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 7px;
	transform: translateY(-50%);
	border: 5px solid transparent;
	border-left: 8px solid #411403;
}


/* 特別鑑定ボタン */
.btn-ppvmenu {
	display: table;
	width: 100%;
	height: 120px;
	margin-bottom: 10px;
}

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

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

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


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

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

.text-link-under {
	text-underline-offset:0.2em;
}

/* popup
------------------------- */
.box_notice_popup {
  display: none;
  width: 100%;
  height: 100%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, .5);
}
.box_notice_popup.disp-1 {
  display: block;
}
.box_notice_popup .inner {
  width: 250px;
  margin: auto;
  padding: 10px 15px;
  border: 2px solid #7800FF;
  border-radius: 10px;
  position: relative;
  top: 50%;
  transform: translateY(-55%);
  overflow-y: scroll;
  text-align: left;
  color: #444;
  background: #fff;
}
.box_notice_popup .bnr {
  margin: auto;
  padding: 10px 15px;
  position: relative;
  top: 50%;
  transform: translateY(-55%);
  overflow-y: scroll;
}
.box_notice_popup .btn-close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 100;
  background: url(../images/icon/icon_close_purple.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.box_notice_popup .bnr .btn-close {
  top: 3px;
  right: 3px;
  z-index: 100;
}
.box_notice_cap {
  margin: 0 0 8px;
  padding: 0 0 4px;
  border-bottom: 1px solid #7800FF;
  line-height: 1.3;
  text-align: center;
  color: #7800FF;
}
.box_notice_popup dl {
  font-weight: bold;
}
.box_notice_popup dd {
  font-size: .9em;
}
.box_notice_popup li {
  margin: 0 0 3px;
  font-size: 11px;
}
.box_notice_popup .icon_share {
  width: 15px;
  margin: 0 1px;
  vertical-align: -3px;
}
.box_notice_popup input {
  width: 100%;
  border: 0;
  text-align: center;
}
/*////////////////////////////////////////////////////////

基本メニュー

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

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

.today {
	margin: 0 auto;
	line-height: 25px;
	height: 25px;
	letter-spacing: 2px;
	color: #fff;
	background: #a27b04;
	font-weight: bold;
	font-size: 13px;
}

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

.menu .main_visual .box_teller p {
	width: 200px;
	padding: 5px 15px 5px 42px;
	font-size: 13px;
	top: 15px;
	word-break: break-all;
}

.menu .main_visual .box_teller p:before{
	content: "";
	background: url(../images/common/bg_fuki_top01.png) no-repeat bottom;
	background-size: 100%;
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: -50px;
	left: 0;
}


/*----- メインメニュー -----*/
.box_menu {
	height: 380px;
	padding: 11px 10px 0px 10px;
	background: url(../images/menu/bg_menu.jpg) no-repeat;
	background-size: 100%;
}

.menu .main_visual li {
	width: 49.5%;
	position: relative;
	float: left;
	border-radius: 7px;
	height: 45px;
	margin-bottom: 4px;
}

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

.menu .main_visual li:nth-child(6) {
	margin-bottom: 5px;
}

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

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

.box-menu-b li:nth-child(3) {
	margin-bottom: 10px;
}

.box-menu-b li:last-child {
	height: 62px;
	padding: 0 25px;
	width: 100%;
	box-sizing: border-box;
}

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

/* 検索 */
.box_search .inner {
	position: relative;
	background: #ffdee8;
	padding: 15px 5px 15px 5px;
	box-sizing: border-box;
}

.box_search .inner p {
	color: #8a0a30;
	font-weight: bold;
	margin-bottom: 10px;
}

.box_search .inner a {
	display: block;
	padding: 15px 20px 15px 20px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}

.box_search select[name="ctg"] {
	width: 200px;
	height: 36px;
	margin: 0;
	padding: 0 25px 0 10px;
	line-height: 1;
	font-size: 14px;
	color: #424242;
	border: 2px solid #f01154;
	border-radius: 3px;
	background: url(../images/menu/icon_arrow.png) no-repeat 96% center #fff;
	background-size: 12px;
}
.box_search_btn {
	width: 67px;
	height: 35px;
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	-webkit-appearance: none;
	appearance: none;
	vertical-align: 1px;
	text-indent: 150%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/pay/btn_search.png) no-repeat;
	background-size: 100%;
}

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

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

.box_search_btn {
	width: 69px;
	height: 38px;
}

/* 検索 */
.fortuneSearch .fortune_search {
	margin: 10px auto 30px;
}
.fortuneSearch .box_teller {
	height: 170px;
	background: url(../images/teller/02.png) -20px 0px no-repeat;
	background-size: 50%;
}

.fortuneSearch .box_teller .serif {
	width: 200px;
	top: 15px;
	padding: 20px 15px 20px 40px;

	font-size: 14px;
	border-radius: 15px;
	margin: 0 10px 30px auto;
}

/* 恋＆結婚予言 */
.koi_kekkon .list-cbox{
	background: url(../images/menu/bg_koi_kekkon.jpg) repeat-y;
	background-size: 100%;
}
.koi_kekkon .box {
	background: url(../images/menu/koi_kekkon_box.png) no-repeat;
	background-size: 100%;
	height: 342px;
}

.koi_kekkon .box .btn-ppvmenu {
	position: absolute;
	bottom: 8px;
	left: 14px;
	width: 90%;
	height: 95px;
}

.koi_kekkon .box a {
	font-size: 14px;
	display: table-cell;
	width: 100%;
	height: 100%;
}

.koi_kekkon .btn-ppvmenu a{
	color: #ff0060
}

.free_view .koi_kekkon .box {
	background: url(../images/result/free/koi_kekkon_box.png) no-repeat;
	background-size: 100%;
	height: 306px;
}

.free_view .koi_kekkon .box .btn-free{
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: 223px;
	height: 63px;
}

/* 細かすぎ予言 */
.menu .komi_komaka {
	background: url(../images/menu/bg_komaka.jpg) repeat-y;
	background-size: 100%;
	position: relative;
}

.menu .komi_komaka .box {
	margin: -10px -15px -5px;
}

.menu .komi_komaka .lead {
	background: url(../images/menu/bg_komaka_mid.jpg) repeat-y;
	background-size: 100%;
	position: relative;
	padding: 40px 32px 45px 35px;
}

.menu .komi_komaka .lead:before {
	content: "";
	background: url(../images/menu/bg_komaka_top.jpg) no-repeat top center;
	background-size: 100%;
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 45px;
}

.menu .komi_komaka .lead:after {
	content: "";
	background: url(../images/menu/bg_komaka_btm.jpg) no-repeat bottom center;
	background-size: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 45px;
}

.menu .komi_komaka .btn-ppvmenu {
	margin: 0 auto;
	width: 95%;
	height: 115px;
	padding-bottom: 10px;
}

.menu .komi_komaka a {
	font-size: 14px;
	display: table-cell;
	width: 100%;
	height: 100%;
}

.menu .komi_komaka .btn-ppvmenu a{
	color: #9c00ff;
}

/* 姓名判断 */
.seimei_handan .list-cbox{
	background: url(../images/menu/bg_seimei_handan.jpg) repeat-y;
	background-size: 100%;
}

.seimei_handan .btn-ppvmenu {
	width: 106%;
	height: 113px;
	margin: 10px -10px 5px;
}

.seimei_handan .btn-ppvmenu a{
	color: #9c00ff;
}

/* 恋愛鑑定 */
.renai_kantei .list-cbox{
	background: url(../images/menu/bg_renai_kantei.jpg) repeat-y;
	background-size: 100%;
}

.renai_kantei .btn-ppvmenu {
	width: 106%;
	height: 113px;
	margin: 10px -10px 5px;
}

.renai_kantei .btn-ppvmenu a{
	color: #ff0060;
}

/* 未来予言 */
.future_yogen{
	position: relative;
}

.future_yogen a{
	display: block;
	width: 210px;
	height: 55px;
	position: absolute;
	top: 360px;
	left: 55px;
}

.free_top .future_yogen a{
	top: 343px;
}

.free_view.two .future_yogen a{
	top: 343px;
}

/* ズバッと予言！ */
.koi_yogen .list-cbox.mb-0{
	background: url(../images/menu/bg_koi_yogen01.jpg) repeat-y;
	background-size: 100%;
}

.koi_yogen .list-cbox{
	background: url(../images/menu/bg_koi_yogen02.jpg) repeat-y;
	background-size: 100%;
	padding: 10px 15px 10px;
}

.koi_yogen .btn-ppvmenu {
	width: 106%;
	height: 113px;
	margin: 10px -10px 5px;
}

.koi_yogen .btn-ppvmenu a{
	color: #ff0060;
}

/* オーダーメイド鑑定 */
.ordermade{
	position: relative;
}

.ordermade a{
	display: block;
	width: 255px;
	height: 50px;
	position: absolute;
	top: 530px;
	left: 31px;
}

/* ディープな恋相談室 */
.deep_soudan{
	position: relative;
}

.deep_soudan a{
	display: block;
	width: 210px;
	height: 57px;
	position: absolute;
	top: 440px;
	left: 55px;
}

/* 人生相談室 */
.jinsei_soudan .list-cbox{
	background: url(../images/menu/bg_jinsei_soudan.jpg) repeat-y;
	background-size: 100%;
	padding: 10px 15px 15px;
}

/*運勢ランキング*/
.komi_ranking {
	position: relative;
}

.komi_ranking:before {
	content: "";
	background: url(../images/result/free/komi_ranking/icon_tv.png) no-repeat;
	background-size: 100%;
	width: 90px;
	height: 78px;
	position: absolute;
	top: 60px;
	left: 1px;
	z-index: 1001;
}

.komi_ranking .inner_box{
	background: url(../images/result/common/bg_top.jpg) no-repeat center top, url(../images/result/common/bg_btm.jpg) no-repeat center bottom, url(../images/result/common/bg_mid.jpg) repeat-y center center;
	background-size: 100%;
	padding: 20px 20px 10px;
	overflow: hidden;
}

.komi_ranking .inner_box .inner_txt h4{
	margin: 0 8px;
	position: relative;
}

.komi_ranking .inner_box .inner_txt h4 span{
	position: absolute;
	color: #fff;
	font-size: 15px;
	text-align: center;
	font-family: zen-old-mincho, sans-serif;
	position: absolute;
	width: 100%;
	top: 17px;
}

.menu .komi_ranking .inner_box .rank_box,.pay_top .komi_ranking .inner_box .rank_box{
	height: 220px;
	margin: 5px 0 10px;
	position: relative;
}

.menu .komi_ranking .inner_box .rank_box.box01,.pay_top .komi_ranking .inner_box .rank_box.box01{
	background: url(../images/menu/komi_ranking/bg_ranking01.png) no-repeat top left, url(../images/line/11.png) no-repeat bottom;
	background-size: 241px,100%;
}

.menu .komi_ranking .inner_box .rank_box.box02,.pay_top .komi_ranking .inner_box .rank_box.box02{
	background: url(../images/menu/komi_ranking/bg_ranking02.png) no-repeat top left, url(../images/line/11.png) no-repeat bottom;
	background-size: 241px,100%;
}

.menu .komi_ranking .inner_box .rank_box.box03,.pay_top .komi_ranking .inner_box .rank_box.box03{
	background: url(../images/menu/komi_ranking/bg_ranking03.png) no-repeat top left;
	background-size: 241px;
	margin: 5px 0 0;
}

.menu .komi_ranking .inner_box .rank_box li,.pay_top .komi_ranking .inner_box .rank_box li{
	position: absolute;
	left: 50%;
  transform: translateX(-50%);
	color: #fff;
}

.menu .komi_ranking .inner_box .rank_box li:nth-child(1),.pay_top .komi_ranking .inner_box .rank_box li:nth-child(1){
	font-size: 15px;
	font-weight: bold;
	top: 13px;
	width: 180px;
	font-feature-settings: "palt";
	letter-spacing: -1px;
}

.menu .komi_ranking .inner_box .rank_box li.mekuri,.pay_top .komi_ranking .inner_box .rank_box li.mekuri{
	top: 51px;
	width: 70px;
	z-index: 1;
}

.menu .komi_ranking .inner_box .rank_box li.count,.pay_top .komi_ranking .inner_box .rank_box li.count{
	top: 52px;
	width: 80px;
	display: flex;
	justify-content: center;
	opacity: 0;
}

.komi_ranking .inner_box .rank_box li.count img{
	width: 40px!important;
	margin: 0 -1px;
}

.komi_ranking .inner_box .rank_box li.count img[src*="/count/.png"]{
	display: none;
}


.menu .mekuri-anime,.pay_top .mekuri-anime {
	top: 20px;
	left: 68% !important;
	width: 170px;
  height: 110px;
  background: url(../images/result/free/komi_ranking/mekuri-anime.png) no-repeat 0 0;
	background-size: 6000px;
  animation: mekuri 2.8s steps(31) infinite;
}

@keyframes mekuri {
  to {
    background-position: -6000px 0;
  }
}

.menu .komi_ranking .btn,.pay_top .komi_ranking .btn {
	width: 206px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	bottom: 17px;
	left: 0;
	right: 0;
}

.menu .komi_ranking .btn a, .pay_top .komi_ranking .btn a {
	display: block;
	width: 100%;
	height: 53px;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/menu/komi_ranking/btn.png) no-repeat center top;
	background-size: 100%;
}


.rank_box.disp-0{
	display: block!important;
}

.rank_box.disp-1 .mekuri, .menu .rank_box.disp-0 .mekuri-anime{
	opacity: 0;
}

/*誘導運勢ランキング*/
.yudo_ranking {
	position: relative;
}

.yudo_ranking:before {
	content: "";
	background: url(../images/result/free/komi_ranking/icon_tv.png) no-repeat;
	background-size: 100%;
	width: 90px;
	height: 78px;
	position: absolute;
	top: 60px;
	left: 1px;
	z-index: 1001;
}

.yudo_ranking .inner_box{
	background: url(../images/result/common/bg_top.jpg) no-repeat center top, url(../images/result/common/bg_btm.jpg) no-repeat center bottom, url(../images/result/common/bg_mid.jpg) repeat-y center center;
	background-size: 100%;
	padding: 20px 20px 10px;
	overflow: hidden;
}

.yudo_ranking h2{
	position: relative;
}

.yudo_ranking h2 span{
	position: absolute;
	top: 36px;
	left: 23px;
	color: #e41116;
	font-size: 19px;
	font-weight: 800;
	text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
}

.yudo_ranking .inner_box .inner_txt h4{
	margin: 0 8px;
	position: relative;
}

.yudo_ranking .inner_box .inner_txt h4 span{
	position: absolute;
	color: #fff;
	font-size: 15px;
	text-align: center;
	font-family: zen-old-mincho, sans-serif;
	position: absolute;
	width: 100%;
	top: 17px;
}

.yudo_ranking .inner_box .rank_box{
	height: 220px;
	margin: 5px 0 10px;
	position: relative;
}

.yudo_ranking .inner_box .rank_box.box01{
	background: url(../images/menu/komi_ranking/bg_ranking01.png) no-repeat top left, url(../images/line/11.png) no-repeat bottom;
	background-size: 241px,100%;
	height: 320px;
}

.yudo_ranking .inner_box .rank_box.box02{
	background: url(../images/menu/komi_ranking/bg_ranking02.png) no-repeat top left, url(../images/line/11.png) no-repeat bottom;
	background-size: 241px,100%;
}

.yudo_ranking .inner_box .rank_box.box03{
	background: url(../images/menu/komi_ranking/bg_ranking03.png) no-repeat top left;
	background-size: 241px;
	margin: 5px 0 0;
}

.yudo_ranking .inner_box .rank_box li{
	position: absolute;
	left: 50%;
  transform: translateX(-50%);
}

.yudo_ranking .inner_box .rank_box li:nth-child(1){
	font-size: 15px;
	font-weight: bold;
	top: 13px;
	width: 180px;
	font-feature-settings: "palt";
	letter-spacing: -1px;
	color: #fff;
}

.yudo_ranking .inner_box .rank_box .mekuri-anime {
	top: 20px;
	left: 69% !important;
	width: 170px;
	height: 110px;
	background: url(../images/result/free/komi_ranking/mekuri-anime.png) no-repeat 0 0;
	background-size: 6000px;
	animation: mekuri-free 3.0s steps(31) infinite;
}

.yudo_ranking .inner_box .rank_box li.mekuri{
	top: 51px;
	width: 70px;
	z-index: 1;
}

.yudo_ranking .inner_box .rank_box li.kake{
	width: 68px;
}

.yudo_ranking .inner_box .rank_box li.count{
	top: 52px;
	width: 80px;
	display: flex;
	justify-content: center;
	opacity: 0;
}

.yudo_ranking .inner_box .rank_box li.count img{
	width: 40px!important;
	margin: 0 -1px;
}

.yudo_ranking .inner_box .rank_box li.count img[src*="/count/.png"]{
	display: none;
}

.yudo_ranking .lead {
	background: url(../images/result/free/komi_ranking/fuki_teller.png) no-repeat center top 25px;
	background-size: 97%;
	height: 175px;
	margin: 0 -28px 0 0;
	position: relative;
	top: 130px;
}

.yudo_ranking .lead .txt{
	color: #3e250b;
	font-size: 13px;
	font-family: zen-old-mincho, sans-serif;
	width: 130px;
	height: 110px;
	position: absolute;
	top: 45px;
	left: 24px;
	/*display: flex;
	flex-wrap: wrap;
	line-height: 1.5;
	justify-content: center;
	align-content: center;*/
}

.yudo_ranking .btn {
	width: 206px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	bottom: 17px;
	left: 0;
	right: 0;
}

.yudo_ranking .btn a {
	display: block;
	width: 100%;
	height: 53px;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/result/free/yudo_ranking/btn.png) no-repeat center top;
	background-size: 100%;
}


/* 特別鑑定の誘導ボタン */
.btn_sp_kantei {
	padding: 40px 0 25px 0;
}

.btn_sp_kantei .sp_ppv li {
	display: table;
	width: 95%;
	position: relative;
	padding: 0px 0 0px 0;
	margin: 0 auto;
}

.btn_sp_kantei .sp_ppv a {
	background: url(../images/menu/btn_sp_kantei_bg_mid.png) repeat-y;
	background-size: 100%;
	display: table-cell;
	width: 100%;
	height: 100%;
	color: #7300af;
	font-weight: bold;
	padding: 5px 35px 15px 35px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.5;
	position: relative;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,	-2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
	text-underline-offset:0.2em;
}

.btn_sp_kantei.bg_red .sp_ppv  a, .btn_sp_kantei.bg_purple .sp_ppv a {
	color: #d1006c;
}

.btn_sp_kantei.bg_blue .sp_ppv a, .btn_sp_kantei.bg_sky .sp_ppv a {
	color: #006687;
}

.btn_sp_kantei .sp_ppv  a:after {
	content: "";
	width: 10px;
	height: 14px;
	margin-top: -15px;
	position: absolute;
	top: 50%;
	right: 18px;
	background: url(../images/menu/list_arrow.png) no-repeat;
	background-size: 100%;
}

.btn_sp_kantei .sp_ppv li:before {
	content: "";
	width: 100%;
	height: 33px;
	position: absolute;
	top: -32px;
	left: 0px;
	background: url(../images/menu/btn_sp_kantei_bg_top.png) no-repeat top;
	background-size: 100%;
}
.btn_sp_kantei .sp_ppv li:after {
	content: "";
	width: 100%;
	height: 15px;
	position: absolute;
	bottom: -13px;
	left: 0px;
	background:  url(../images/menu/btn_sp_kantei_bg_btm.png) no-repeat bottom;
	background-size: 100%;
}


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

有料TOP

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

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

.pay_top .main_visual .nav{
	position: absolute;
	bottom: 5px;
	right: 0;
	z-index: 1;
}

.pay_top .main_visual .nav li{
	width: 33px;
	height: 66px;
	font-size: 0;
}
.pay_top .main_visual .nav li:nth-child(1){
	background: url(../images/pay/nav01.png) no-repeat top;
	background-size: 100%;
	margin-bottom: 2px;
}
.pay_top .main_visual .nav li:nth-child(2){
	background: url(../images/pay/nav02.png) no-repeat top;
	background-size: 100%;
	margin-bottom: 2px;
}
.pay_top .main_visual .nav li:nth-child(3){
	background: url(../images/pay/nav03.png) no-repeat top;
	background-size: 100%;
	height: 73px;
}
.pay_top .main_visual .nav li a{
	display: block;
	width: 100%;
	height: 100%;
}

#new_info,
#loopD {
	margin-top: -30px;
	padding-top: 30px;
}

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

.pay_top .main_visual .box_teller p:before {
	content: "";
	background: url(../images/common/bg_fuki_top02.png) no-repeat top;
	background-size: 100%;
	width: 100%;
	height: 50px;
	position: absolute;
	top: -10px;
	left: 0;
}

.pay_top .main_visual .box_teller p.serif {
	font-size: 13px;
	margin-right: 40px;
	top: 95px;
}

.pay_top .main_visual .box_teller p.serif span{
	margin-bottom: 5px;
	display: block;
}

.pay_top .main_visual .box_teller p.serif a{
	position: relative;
	z-index: 1;
}

.pay_top .main_visual .box_teller p.count{
	background: none;
	position: absolute;
	top: 45px;
	right: 36px;
  margin: 0;
	padding: 0;
	text-align: center;
	width: 175px;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.pay_top .main_visual .box_teller p.count:before, .pay_top .main_visual .box_teller p.count:after{
	display: none;
}

.pay_top .main_visual .box_teller p.count img{
	width: 13%!important;
}

.pay_top .main_visual .box_teller p.count span img{
	margin: 0 ;
}


/* 緊急メッセージ&ランダム訴求 */
.emergency_random {
	position: relative;
	min-height: 80px;
}
.pay_top .fuki_emergency {
	width: 120px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 5px;
	overflow: hidden;
}

.pay_top .fuki_emergency span {
	display: block;
	position: absolute;
	top: -16px;
	left: -12px;
	width: 108px;
}

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

.float {
	-webkit-animation: float 2.5s ease-in-out infinite alternate;
	animation: float 2.5s ease-in-out infinite alternate;
	transform-origin: 50% 50%;
	position: relative;
	z-index: 1;
}

@-webkit-keyframes float {
	0% {
		transform: translate3d(0, -3px, 0)
	}
	50% {
		transform: translate3d(0, 3px, 0)
	}
	100% {
		transform: translate3d(0, -3px, 0)
	}
}

@keyframes float {
	0% {
		transform: translate3d(0, -3px, 0)
	}
	50% {
		transform: translate3d(0, 3px, 0)
	}
	100% {
		transform: translate3d(0, -3px, 0)
	}
}

.bnr_random{
	width: 180px;
	position: absolute;
	right: 10px;
	top: 0px;
	height: 75px;
}

.loop_random {
	width: 180px;
	position: absolute;
	right: 10px;
	top: 8px;
	height: 75px;
}

.loop_random.color-pattern-1 {
	background: url(../images/pay/bg_random01.png) no-repeat;
	background-size: 100% auto;
}
.loop_random.color-pattern-2 {
	background: url(../images/pay/bg_random02.png) no-repeat;
	background-size: 100% auto;
}
.loop_random.color-pattern-3 {
	background: url(../images/pay/bg_random03.png) no-repeat;
	background-size: 100% auto;
}

.loop_random ul li {
	display: table;
	width: 100%;
	margin: 0 auto;
	height: 72px;
	position: relative;
}

.loop_random ul a {
	padding: 0px 25px 0 10px;
	font-size: 14px;
	line-height: 1.2;
	color: #fff;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	height: 100%;
	box-sizing: border-box;
	letter-spacing: -1px;
}

.loop_random.color-pattern-1 ul a {
	color: #fff;
}

.loop_random.color-pattern-2 ul a {
	color: #fff;
}

.loop_random.color-pattern-3 ul a {
	color: #302222;
}

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

.text_random {
	width: 100%;
	font-size: 13px;
	padding: 140px 10px 0;
	/*padding: 0px 10px 0;*/
	margin-bottom: 15px!important;
	box-sizing: border-box;
}

.text_random a {
	display: block;
	background: #fff;
	padding: 5px;
	border-radius: 5px;
}

.bnr {
	margin: 5px 10px 15px 10px;
}

.img_border {
	border: 4px solid #000;
	box-sizing: border-box;
}

/*----- バナーだしわけ -----*/
.bnr .open-0, .bnr .close-1{
	display: none;
}
.bnr.open-0,.bnr.open-2,.bnr.close-1{
	display: none;
}

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

/*----- 新着情報 -----*/
.sec_new h2 {
	margin-bottom: 0;
}

.sec_new ul{
	position: relative;
}

.pay_top .sec_new li,
.ppv_top .sec_new li,
.pay_top .popu_menu li,
.menudo .sec_new li {
	position: relative;
	background: url(../images/line/11.png) no-repeat center 38px, url(../images/pay/news_bg02_top.jpg) no-repeat top, url(../images/pay/news_bg02_btm.jpg) no-repeat bottom, url(../images/pay/news_bg02_mid.jpg) repeat-y;
	background-size: 95%, 100%, 100%, 100%;
	z-index: 1;
}

.pay_top .sec_new li:nth-child(5),
.ppv_top .sec_new li:nth-child(3),
.pay_top .popu_menu li:last-child,
.menudo .sec_new li:last-child {
	background: url(../images/line/11.png) no-repeat center 38px, url(../images/pay/news_bg02_top.jpg) no-repeat top, url(../images/pay/news_bg02_btm02.jpg) no-repeat bottom, url(../images/pay/news_bg02_mid.jpg) repeat-y;
	background-size: 95%, 100%, 100%, 100%;
	z-index: 1;
}

.pay_top .sec_new li:nth-child(5),
.ppv_top .sec_new li:nth-child(3) {
  padding-bottom: 20px;
}

.box_new li.new {
	background: url(../images/line/11.png) no-repeat center 37px, 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: 95%, 100%, 100%, 100%;
	z-index: 1;
}

.box_new a, .pay_top .popu_menu a, .pay_top .popu_menu li:last-child a {
	display: block;
	padding: 5px 35px 15px 25px;
	text-decoration: none;
	position: relative;
	color: #000;
}

.box_new li.new a, .box_new li.list-fixed a {
	padding: 5px 35px 10px 25px;
}

.box_new li a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	border: 7px solid transparent;
	border-left: 10px solid #3e250b;
}

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

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

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

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

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

.box_new li .ppvtitle, .new_info li .ppvtitle {
	text-decoration: none;
	float: none;
	width: 230px;
	display: table-cell;
	vertical-align: middle;
	font-weight: normal;
	color: #000000;
	padding-top: 0px;
}
.sec_new li .ppvtitle {
	color: #3e250b;
	text-decoration: underline;
	font-weight: bold;
	position: relative;
	padding-right: 0px;
}

.sec_new li.new .ppvtitle {
	color: #3e250b;
	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;
}

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

.box_new li .icon-ppv {
  display: flex;
  align-items: center;
	margin: 0 0 5px;
  padding: 8px 0;
	padding-left: 70px;
	background: url(../images/pay/icon_ppv.png) no-repeat 2% center;
	background-size: 60px;
	font-weight: bold;
	text-shadow: none;
	color: #000;
	position: relative;
	min-height: 25px;
}

.box_new li .icon-ppv font {
	font-size: 15px;
	position: relative;
	top: 5px;
	margin-left: 3px;
}

.box_new li.new .icon-ppv {
	background: url(../images/pay/icon_ppv.png) no-repeat 50px center;
	background-size: 54px;
	padding-left: 112px;
	color: #fff;
}

.box_new li.new .date:before {
	display: block;
	content: "";
	width: 45px;
	height: 18px;
	position: absolute;
	top: 10px;
	left: 0;
	background: url(../images/pay/icon_new.png) no-repeat;
	background-size: 100%;
}

.box_new li .date:after {
	display: block;
	content: "";
	width: 22px;
	height: 21px;
}

.box_new li.new .date:after {
	order: 1;
}

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

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

.box_new li .icon-ppv .days {
  order: 2;
  margin-left: 7px;
	color: #000;
	line-height: 1;
	font-size: 13px;
}

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

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

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

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

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

#modal .box_new li a {
	padding-top: 12px;
  padding-bottom: 15px;
}

#modal .box_new li.new a {
	padding-top: 5px;
}

/*----- 未読 -----*/
.pay_top .sec_new li.midoku {
	background: url(../images/pay/midoku_bg_top.png) no-repeat top, url(../images/pay/midoku_bg_btm.png) no-repeat bottom, url(../images/pay/midoku_bg_mid.png) repeat-y;
	background-size: 100%;
}

.box_new li.midoku .icon-ppv {
	background-image: none;
	background-color: #ffff00;
	color: #ff0000 !important;
	font-weight: bold;
	border-radius: 7px;
	padding: 8px 0;
	text-align: center;
	margin: 0px 5px 7px 5px;
	font-size: 15px;
	line-height: 1;
}

.sec_new li.midoku .ppvtitle {
	color: #fff;
}

.sec_new li.midoku .ppvtitle:after {
	background: url(../images/pay/icon_arrow02.png) no-repeat;
	background-size: 100%;
}


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

.to_box {
	display: none;
	background: #632987;
}

.free_fortune_to_box .tit_sub {
	color: #fff;
}

.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: 35px auto;
	background-size: 35px auto;
	padding-left: 35px;
	margin-bottom: 6px;
}

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

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

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

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

.free_fortune_to_box .tab02 {
	opacity: 0.5;
}

.free_fortune_to_box .tab {
	margin-top: 10px;
}
.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 5px 0;
}

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

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

.btn_info_ppv li {
	position: absolute;
	width: 152px;
	height: 47px;
	top: 10px;
}

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

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

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

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

.pay_top .btn_notice.icon-1:after {
	content: "";
	width: 19px;
	height: 19px;
	position: absolute;
	top: -5px;
	left: 0;
	z-index: 1;
	background: url(../images/icon/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;
}

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

.deli_pay.on {
	opacity: 1;
}

.tit_deli {
	position: absolute;
	top: 60px;
	left: 26px;
	width: 200px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 15px;
	min-height: 55px;
	line-height: 1.3;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	text-shadow: 0 0 3px #ff002f, 0 0 3px #ff002f, 0 0 3px #ff002f, 0 0 3px #ff002f, 0 0 3px #ff002f, 0 0 3px #ff002f, 0 0 3px #ff002f, 0 0 3px #ff002f, 0 0 3px #ff002f, 0 0 3px #ff002f, 0 0 3px #ff002f, 0 0 3px #ff002f, 0 0 3px #ff002f, 0 0 3px #ff002f, 0 0 3px #ff002f;
}

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

.deli_pay a {
	display: table;
	position: relative;
	height: 70px;
	padding: 0 10px;
	line-height: 20px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 0px 15px 0px 15px !important;
}

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

.deli2-read {
	display: none;
}

.deli_pay .box_new .ppvicon {
	vertical-align: middle;
}

.deli_pay .box_new .ppvtitle {
	color: #000;
	line-height: 1.3;
}

.pay_top .deli_pay .sec_new ul:after {
	display: none;
}

 .pay_top .deli_pay .sec_new ul {
	padding: 0;
	background: none;
}

.deli_pay .sec_new li .ppvtitle:after {
	right: 2px;
}

.pay_top .deli_pay .ppvicon {
	vertical-align: middle;
	width: 60px;
}

/*----- リアルタイムランキング -----*/
.real_ranking h2{
	position: relative;
}
.real_ranking_date {
	color: #fff;
	font-size: 11px;
	padding: 0 5px;
	border: 1px solid #fff;
	border-radius: 3px;
	position: absolute;
	top: 15px;
	right: 20px;
}

.pay_top .popu_menu ul {
	padding: 0;
}

.pay_top .popu_menu li {
	background: url(../images/line/11.png) no-repeat center 38px, url(../images/pay/rank_bg_top.jpg) no-repeat top, url(../images/pay/rank_bg_btm.jpg) no-repeat bottom, url(../images/pay/rank_bg_mid.jpg) repeat-y;
	background-size: 95%, 100%, 100%, 100%;
	margin-bottom: 1px;
}

.pay_top .popu_menu li:last-child {
	background: url(../images/line/11.png) no-repeat center 38px, url(../images/pay/rank_bg_top.jpg) no-repeat top, url(../images/pay/rank_bg_btm.jpg) no-repeat bottom, url(../images/pay/rank_bg_mid.jpg) repeat-y;
	background-size: 95%, 100%, 100%, 100%;
	margin-bottom: 0;
}

 .pay_top .popu_menu li .ppvtitle {
	text-decoration: underline;
 }

.pay_top .popu_menu .ppvicon {
	text-align: center;
	vertical-align: middle;
}

.pay_top .popu_menu a:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 7px;
	width: 65px;
	height: 27px;
}

.pay_top .popu_menu li:nth-child(1) a:before {
	background: url(../images/pay/rank_icon01.png) no-repeat;
	background-size: 100%;
}

.pay_top .popu_menu li:nth-child(2) a:before {
	background: url(../images/pay/rank_icon02.png) no-repeat;
	background-size: 100%;
}

.pay_top .popu_menu li:nth-child(3) a:before {
	background: url(../images/pay/rank_icon03.png) no-repeat;
	background-size: 100%;
}

.pay_top .box_new.popu_menu li .icon-ppv {
  padding-left: 116px;
	background: url(../images/pay/icon_ppv.png) no-repeat 25% center;
	background-size: 60px;
}

.pay_top .box_new.popu_menu .date:after {
	top: 8px;
	left: 115px;
}

/*----- weekend -----*/
.add-icon {
	padding: 10px 0 5px 0;
	margin-bottom: 10px;
}
.weekend_img {
	width: 12% !important;
	vertical-align: middle;
}
.decobtn-colom1, .decobtn-colom2, .decobtn-colom3, .decobtn-colom4 {
	width: 95%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.decobtn-colom1 li {
	display: block;
	float: left;
	width: 100%;
}
.decobtn-colom1 li a {
	display: block;
	text-align: center;
	position: relative;
	margin: 3px;
	color: #FFF;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	line-height: 120%;
	font-size: 12px;
	text-decoration: none;
}

.add-icon .two a {
	box-shadow: -1px -1px 0 1px #ed3fb0, 1px 1px 0 1px #9d146d;
}

.add-icon .one a {
	box-shadow: -1px -1px 0 1px #a595dc, 1px 1px 0 1px #411ac7;
}

.decobtn-colom1 li a > span {
	display: block;
	padding: 10px 0;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #000;
}

.decobtn-colom1 .btn-red {
	background-image: -moz-linear-gradient(top, rgba(196,13,65,1) 0%, rgba(102,10,36,1) 100%);
	background-image: -webkit-linear-gradient(top, rgba(196,13,65,1) 0%, rgba(102,10,36,1) 100%);
	background-image: linear-gradient(to bottom, rgba(196,13,65,1) 0%, rgba(102,10,36,1) 100%);
}

.decobtn-colom1 .btn-violet {
	background-image: -moz-linear-gradient(top, rgba(135,13,196,1) 0%, rgba(39,10,102,1) 100%);
	background-image: -webkit-linear-gradient(top, rgba(135,13,196,1) 0%, rgba(39,10,102,1) 100%);
	background-image: linear-gradient(to bottom, rgba(135,13,196,1) 0%, rgba(39,10,102,1) 100%);
}

.decobtn-colom1 .btn-pink {
	background-image: -moz-linear-gradient(top, #e786c8 0%, #bd1f86 100%);
	background-image: -webkit-linear-gradient(top, #e786c8 0%, #bd1f86 100%);
	background-image: linear-gradient(to bottom, #e786c8 0%, #bd1f86 100%);
	text-shadow: 0 0 3px #990e64;
	font-weight: bold;
}

.decobtn-colom1 .btn-blue {
	background-image: -moz-linear-gradient(top, #996efa 0%, #3c1494 100%);
	background-image: -webkit-linear-gradient(top, #996efa 0%, #3c1494 100%);
	background-image: linear-gradient(to bottom, #996efa 0%, #3c1494 100%);
	text-shadow: 0 0 3px #990e64;
	font-weight: bold;
}

.add-icon .decobtn-colom1 li a {
	position: relative;
	overflow: hidden;
}

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

.add-icon > p {
	background: #a429f0;
	padding: 5px 0;
	color: #fff;
}

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

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

/*----- 更新情報 -----*/
.new_info{
	background: url(../images/common/bg_2.jpg) repeat-y;
	background-size: 100%;
	padding: 20px 15px;
}
.new_info h2 {
	background: url(../images/menu/subtit.png) no-repeat;
	background-size: 100%;
	width: 100%;
	height: 60px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}

.new_info h2 span {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}


.new_info .inner {
	background: url(../images/pay/new_info_bg.jpg) repeat-y;
	background-size: 100%;
	padding: 5px 0 0;
}

.new_info .inner li {
	position: relative;
	text-align: left;
	margin: 0 0px 3px 0;
}

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

.new_info .inner a {
	display: block;
	overflow: hidden;
	text-decoration: none;
	color: #411403;
	position: relative;
	line-height: 1.3;
	font-size: 14px;
	background: #fff;
	padding: 7px 35px 7px 10px;
	border: 1px solid #411403;
	border-radius: 3px;
}

.new_info .inner a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 4px;
	transform: translateY(-50%);
	border: 7px solid transparent;
	border-left: 10px solid #411403;
}

.new_info .inner dt {
	font-weight: bold;
	color: #ff0000;
	background-size: 245px 1px;
	margin-bottom: 5px;
}

.new_info .inner dd{
	font-weight: normal;
}

.new_info .all_view {
	width: 120px;
	margin-top: 10px !important;
}

.new_info .all_view a {
	position: relative;
	margin: 0px 0px 0 0;
	display: block;
	padding: 5px 25px 3px 10px;
	text-decoration: none;
	color: #411403;
	border: none;
	border-radius: 30px;
	background: #fff;
	text-align: center;
	box-shadow: none;
	font-size: 12px;
	font-weight: normal;
}

.new_info .inner .all_view a:after {
	border: 5px solid transparent;
	border-left: 8px solid #411403;
	right: 7px;
}


/*----- 滞在特典 -----*/
.box_special .inner {
	background: #fff;
	padding: 15px 15px 15px;
	margin: 0 10px 20px;
	border-radius: 5px;
}

.mypage .box_special .inner {
	padding: 0;
	background:#fff;
	margin: 0;
	border-bottom: 1px solid #7f7110;
}

.box_special h3 {
	background: #ff6000;
	color: #fff;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
}

.mypage .box_special h3 {
	margin: 0 auto 0 auto;
	font-size: 16px !important;
	background: url(../images/bar/blue.jpg) no-repeat center;
	background-size: 100%;
	min-height: 50px;
	width: 80%;
}

.mypage .box_special h3 + p {
	margin: 10px 20px 15px 20px;
}

.box_special h3 + p {
	margin: 5px 0 0;
}

.box_special li {
	background: url(../images/line/11.png) no-repeat center bottom 9px;
	background-size: 108%;
	padding: 0 0px 25px 0px;
}

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

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

.box_special #premium_check p a {
	color: #ff0000;
}

.box_pre_top .box {
	height: 85px;
	background: url(../images/pay/special/bg_pre.jpg) no-repeat right;
	background-size: 100%;
	margin-top: 5px;
}

.box_pre_top .box > p {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	width: 210px;
	margin: 10px auto 0;
}

.btn-pre-link {
	width: 200px!important;
	margin: 0 auto !important;
	height: 28px;
	line-height: 27px!important;
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
	border-radius: 30px;
}

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

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

.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 {
	background: #fff;
	padding: 15px 15px 15px;
	margin: 0 10px 20px;
	border-radius: 5px;
}

.promotion {
	position: relative;
}


/*----- 事前告知 -----*/
.pre-regist {
	padding: 13px 10px 15px 10px;
	background: rgba(0,0,0,0.5);
}

.pre-regist p {
	text-align: left;
	line-height: 1.2;
}

.pre-regist a {
	font-weight: bold;
	color: yellow;
	display: block;
	text-align: center;
	line-height: 1.4;
	font-size: 15px;
}

.pre-regist, .pre-regist.open-0 {
	display: none;
}

.pre-regist.open-1 {
	display: block;
}

/*----- 2ヵ月目継続特典 -----*/
.next-open-month {
	margin-bottom: 20px;
}

.next-open-month li {
	position: relative;
}

.next-open-month li .month-txt {
	display: block;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
}

.next-open-month li .month-txt span {
	color: #ff0000;
}

.next-open-month.open-0 a {
	pointer-events: none;
	cursor: default;
}

.next-open-month.open-0 .btn{
	display: none;
}

.next-open-month.open-1 .btn{
	padding: 0;
	margin: 10px 0 0;
	min-height: auto;
}

.next-open-month.open-1 .btn a{
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	min-width: 10em;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 15px;
	border: none;
	padding: 10px 0 5px;
	border-radius: 10px;
	color: #fff;
	width: 230px;
	line-height: 1;
	font-weight: bold;
	background: #ff1313;
	border: 2px solid #e8bf31;
}

/*----- 福袋(現在LPのみ対応) -----*/
.fukubukuro_box a{
	text-decoration: none;
}
.fukubukuro_box .text{
	margin-bottom: 5px;
	padding: 5px 10px 0;
	position: relative;
}

.fukubukuro_box .text span{
	color: #ff0000;
	font-size: 29px;
	text-shadow: 2px 2px 4px #fff, 2px 2px 4px #fff, 2px 2px 4px #fff, 2px 2px 4px #fff, -2px -2px 4px #fff, -2px -2px 4px #fff, -2px -2px 4px #fff, -2px -2px 4px #fff, -2px 2px 4px #fff, -2px 2px 4px #fff, -2px 2px 4px #fff, -2px 2px 4px #fff, 2px -2px 4px #fff, 2px -2px 4px #fff, 2px -2px 4px #fff, 2px -2px 4px #fff;
	font-weight: bolder;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: absolute;
	top: 58px;
	left: 46px;
}

.fukubukuro_box .bnr01,.fukubukuro_box .bnr02{
	margin-bottom: 10px;
	padding: 0 10px;
	position: relative;
	font-weight: bolder;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fukubukuro_box .bnr01 span{
	color: #f31803;
	font-size: 20px;
	letter-spacing: 0.5px;
	text-shadow: 0px 0px 0px #f31803, 0px 0px 0px #f31803, 0px 0px 0px #f31803, 0px 0px 0px #f31803;
	position: absolute;
	top: 61px;
	left: 178px;
}

.fukubukuro_box .bnr02 span{
	color: #3a3937;
	font-size: 40px;
	letter-spacing: -1.5px;
	position: absolute;
	top: 69px;
	left: 106px;
}
/*占いの日際
再リニューアルBNRの帯*/
.pay_top .return_sale_belt {
    padding: 8px;
    color: red;
    text-align: center;
    background: yellow;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -0.6px;
	border-bottom: 3px solid #000;
}
/*しばらく購入なし時表示追従POP*/
.recommend_cl {
    position: fixed;
    bottom: 37px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 320px;
    z-index: 10005;
}
.recommend_cl.open-0 {
    display: none;
}
/* ホーム画面追加設定アイコン
------------------------- */
.btn_popupsetting {
	display: none;
	width: 60px;
	margin: auto;
	position: fixed;
	left: 0;
	right: 0;
	top: 40px;
	transform: translateX(-125px);
	z-index: 1002;
	cursor: pointer;
  }
  .btn_popupsetting a {
	display: block;
  }
  /* close */
  .btn_popupsetting_close {
	display: inline-block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	right: 0;
	background: url("../images/popupsetting/btn_close.png") no-repeat;
	background-size: 100%;
  }
/*//////////////////////////////////////////////////////

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: #007e6a;
	background-color: #FFE900 !important;
}

/* 続きを見る */
.link_more {
	display: block;
	width: 98%;
	margin: 5px auto 0;
	padding: 8px 10px;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	color: #fff;
	border-radius: 5px;
}

.link_more.pink {
	box-shadow: 0 0 5px #dca2a8 inset, 0 0 5px #dca2a8 inset, 0 0 5px #dca2a8 inset, 0 0 5px #fff inset, 0 0 5px #fff inset, 0 0 5px #fff inset, 1px 2px 3px rgba(0,0,0,0.7);
	background: rgba(235,104,119,0.8);
	background: -moz-linear-gradient(top, #da838e 0%, rgba(235,104,119,0.8) 100%);
	background: -webkit-linear-gradient(top, #da838e 0%, rgba(235,104,119,0.8) 100%);
	background: linear-gradient(to bottom, #da838e 0%, rgba(235,104,119,0.8) 100%);
}

.link_more.green {
	box-shadow: 0 0 5px #cde2dc inset, 0 0 5px #cde2dc inset, 0 0 5px #bacfc8 inset, 0 0 7px #bacfc8 inset;
	background: #00807c;
	background: -moz-linear-gradient(top, #00807c 0%, #004a47 100%);
	background: -webkit-linear-gradient(top, #00807c 0%, #004a47 100%);
	background: linear-gradient(to bottom, #00807c 0%, #004a47 100%);
}

/*赤*/
.btn-red a {
	display: block;
	width: 220px;
	margin: 0 auto;
	padding: 8px 20px 8px 8px;
	position: relative;
	border: 1px solid #f44244;
	box-shadow: 0 2px 3px rgba(0,0,0,0.4);
	border-radius: 50px;
	text-decoration: none;
	text-align: center;
	line-height: 17px;
	font-size: 15px;
	color: #fff !important;
	background: rgb(247,0,52);
	background: -moz-linear-gradient(top, rgba(247,0,52,1) 0%, rgba(192,0,52,1) 100%);
	background: -webkit-linear-gradient(top, rgba(247,0,52,1) 0%, rgba(192,0,52,1) 100%);
	background: linear-gradient(to bottom, rgba(247,0,52,1) 0%, rgba(192,0,52,1) 100%);
}
.btn-red a:after {
	content: "＞";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7px;
	font-size: 15px;
}

/*黄*/
.btn-ye a {
	border: 0 !important;
	box-shadow: 0 0 5px #fff inset;
	background: rgb(244,189,3);
	background: -moz-linear-gradient(left, rgba(244,189,3,0.7) 0%, rgba(120,42,0,0.7) 100%);
	background: -webkit-linear-gradient(left, rgba(244,189,3,0.7) 0%, rgba(120,42,0,0.7) 100%);
	background: linear-gradient(to right, rgba(244,189,3,0.7) 0%, rgba(120,42,0,0.7) 100%);
}

/*オレンジ*/
.btn-og a {
	border: 0 !important;
	box-shadow: 0 0 5px #fff inset;
	background: rgb(244,108,3);
	background: -moz-linear-gradient(left, rgba(244,108,3,0.7) 0%, rgba(119,0,0,0.7) 100%);
	background: -webkit-linear-gradient(left, rgba(244,108,3,0.7) 0%, rgba(119,0,0,0.7) 100%);
	background: linear-gradient(to right, rgba(244,108,3,0.7) 0%, rgba(119,0,0,0.7) 100%);
}

/*緑*/
.btn-gre a {
	border: 0 !important;
	box-shadow: 0 0 5px #fff inset;
	background: rgb(117,159,130);
	background: -moz-linear-gradient(left, rgba(117,159,130,0.7) 0%, rgba(0,8,0,0.7) 100%);
	background: -webkit-linear-gradient(left, rgba(117,159,130,0.7) 0%, rgba(0,8,0,0.7) 100%);
	background: linear-gradient(to right, rgba(117,159,130,0.7) 0%, rgba(0,8,0,0.7) 100%);
}

/*紫*/
.btn-vo a {
	border: 0 !important;
	box-shadow: 0 0 5px #fff inset;
	background: rgb(116,54,100);
	background: -moz-linear-gradient(left, rgba(146,80,197,0.7) 0%, rgba(47,22,67,0.7) 100%);
	background: -webkit-linear-gradient(left, rgba(146,80,197,0.7) 0%, rgba(47,22,67,0.7) 100%);
	background: linear-gradient(to right, rgba(146,80,197,0.7) 0%, rgba(47,22,67,0.7) 100%);
}

/*青*/
.btn-bl a {
	border: 0 !important;
	box-shadow: -1px -1px 1px #011d3d inset, -2px -2px 2px #011d3d inset, 0 0 10px #eee inset;
	background: -moz-linear-gradient(top, rgba(3,55,113,1) 0%, rgba(14,81,156,1) 100%);
	background: -webkit-linear-gradient(top, rgba(3,55,113,1) 0%, rgba(14,81,156,1) 100%);
	background: linear-gradient(to bottom, rgba(3,55,113,1) 0%, rgba(14,81,156,1) 100%);
}

/*ピンク*/
.btn-pink a {
	border: 0 !important;
	box-shadow: -1px -1px 1px #660217 inset, -2px -2px 2px #660217 inset, 0 0 10px #eee inset;
	background: rgb(150,3,96);
	background: -moz-linear-gradient(top, rgba(150,3,96,1) 0%, rgba(183,0,137,1) 100%);
	background: -webkit-linear-gradient(top, rgba(150,3,96,1) 0%, rgba(183,0,137,1) 100%);
	background: linear-gradient(to bottom, rgba(150,3,96,1) 0%, rgba(183,0,137,1) 100%);
}

.btn-ppv {
	width: 250px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

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

.btn-img {
	margin: 0 10px;
}

/* 2ヶ月目出しわけ */
.two_month_member-0 .old_member,.two_month_member-1 .new_member{
	display: none;
}

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

初心者ページ

////////////////////////////////////////////////////////*/
.pay_top.beginner .tab-area .tab{
	width: calc(100%/3);
	height: 46px;
	bottom: 0px;
	font-size: 0;
	margin: 0;
	position: relative;
	overflow: visible;
}

.pay_top.beginner .tab-area .tab:nth-child(n+2){
	margin-left: 3px;
}

.pay_top.beginner .tab-area .tab.active{
	width: 115px;
}

.pay_top.beginner .tab-area .tab a{
	display: block;
	width: 100%;
	height: 100%;
}

.pay_top.beginner .tab-area .tab:nth-child(1){
	background: url(../images/pay/beginner/tab/sale_noselect.jpg) no-repeat;
	background-size: 100%;
}
.pay_top.beginner .tab-area .tab:nth-child(1).active {
	background: url(../images/pay/beginner/tab/sale.jpg) no-repeat;
	background-size: 100%;
}
.pay_top.beginner .tab-area .tab:nth-child(2){
	background: url(../images/pay/beginner/tab/limited_noselect.jpg) no-repeat;
	background-size: 100%;
}
.pay_top.beginner .tab-area .tab:nth-child(2).active {
	background: url(../images/pay/beginner/tab/limited.jpg) no-repeat;
	background-size: 100%;
}
.pay_top.beginner .tab-area .tab:nth-child(3){
	background: url(../images/pay/beginner/tab/notice_noselect.jpg) no-repeat;
	background-size: 100%;
}
.pay_top.beginner .tab-area .tab:nth-child(3).active {
	background: url(../images/pay/beginner/tab/notice.jpg) no-repeat;
	background-size: 100%;
}

.pay_top.beginner .tab-area .tab.icon-1:before{
	content: "";
	background: url(../images/pay/beginner/tab/icon-new.gif) no-repeat;
	background-size: 100%;
	width: 35px;
	height: 15px;
	position: absolute;
	top: -2px;
	left: 0px;
}

.pay_top.beginner  .tab-area .tab.icon-1.active:before{
	left: 5px;
}

.pay_top.beginner .tab-area .tab.icon-1:after{
	content: "";
	background: url(../images/pay/beginner/tab/finger.png) no-repeat;
	background-size: 100%;
	width: 21px;
	height: 25px;
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 1;
	animation: click 1s linear infinite;
	-webkit-animation: click 1s linear infinite;
}

.pay_top.beginner .tab-area .tab.icon-1.active:after{
	right: 12px;
}

@keyframes click {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(0.8);
  }
}
  @-webkit-keyframes click {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(0.8);
  }
  }
	
.pay_top .panel {
  display: none;
  text-align: center;
}
.pay_top .panel.active {
  display: block;
}

.pay_top.beginner .tab-area {
	list-style-type: none;
  display: flex;
	padding: 10px 10px 14px;
	background: url(../images/pay/beginner/tab/line.jpg) no-repeat bottom;
	background-size: 100%;
}

.pay_top.beginner .bnr{
	margin-top: 0px;
}

.pay_top.beginner .bnr.open-0, .pay_top.beginner .bnr.open-2 {
  display: none;
}

.box_user_ppv, #super_beginner, #pack_beginner{
	background:url(../images/pay/beginner/bg_menu.jpg) repeat-y top center;
	background-size: 100%;
}

.box_user_ppv.open-0 {
	display: none;
}
.box_user_ppv.open-1 {
	display: block;
}

.box_user_ppv .time_left {
	border-radius: 30px;
	background: #ffff00;
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
	text-align: center;
	border: 2px solid #0c0c0c;
	margin: 0 15px;
	line-height: 1;
	padding: 5px 5px;
	box-sizing: border-box;
	margin-bottom: 7px;
}

.pay_top.beginner .box_new{
	background: none;
}

.pay_top.beginner .box_new {
	margin-bottom: 0;
	padding: 0 10px 10px;
}

.pay_top.beginner .box_new.real_ranking {
	padding: 0;
}

.pay_top.beginner .box_new li{
	background: url(../images/line/11.png) no-repeat center 38px, url(../images/pay/beginner/bg_menu_top.jpg) center top no-repeat, url(../images/pay/beginner/bg_menu_btm.jpg) center bottom no-repeat, url(../images/pay/beginner/bg_menu_mid.jpg) center top repeat-y;
	background-size: 100%;
	margin-top: 5px;
}
.pay_top.beginner .box_new li a{
	display: block;
	padding: 5px 25px 10px 15px;
	text-decoration: none;
	position: relative;
	color: #000;
}

.pay_top.beginner .box_new.real_ranking li {
	background: url(../images/line/11.png) no-repeat center 38px, url(../images/pay/rank_bg_top.jpg) no-repeat top, url(../images/pay/rank_bg_btm.jpg) no-repeat bottom, url(../images/pay/rank_bg_mid.jpg) repeat-y;
	background-size: 95%, 100%, 100%, 100%;
	margin-top: 0;
	margin-bottom: 1px;
}
.pay_top.beginner .box_new.real_ranking li:last-child {
	background: url(../images/line/11.png) no-repeat center 38px, url(../images/pay/rank_bg_top.jpg) no-repeat top, url(../images/pay/rank_bg_btm.jpg) no-repeat bottom, url(../images/pay/rank_bg_mid.jpg) repeat-y;
	background-size: 95%, 100%, 100%, 100%;
}
.pay_top.beginner .box_new.real_ranking li a{
	padding: 5px 35px 15px 25px;
}

.pay_top.beginner .box_new li a:after {
	right: 5px;
}

.pay_top.beginner .box_new.real_ranking li a:after {
	right: 15px;
}

.beginner .price {
	clear: both;
	margin: 5px 5px 0 5px;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

.beginner .price span{
	color: #fff;
	font-size: 10px;
	background: #d00000;
	padding: 2px 6px;
	margin-right: 5px;
}

.beginner .bg-2{
	padding: 15px 0 20px;
}


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

5&7daysLecture

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

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

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

.list_days a: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 10px;
	border-top: 1px solid #380254;
	border-bottom: 1px solid #380254;
	text-align: left;
	background: -moz-linear-gradient(left, #9933cc, #6633cc);
	background: -webkit-linear-gradient(left, #9933cc, #6633cc);
	background: linear-gradient(to right, #9933cc, #6633cc);
	-webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(1);
	opacity: 0.6;
	font-size: 13px;
	line-height: 1.4;
	color: #fff;
}

.list_days li.nolink:after {
	content: none;
}

.list_days li span {
	font-size: 0.9em;
	color: #f7ca32;
}

.list_days li.nolink span {
	color: #fff;
	font-weight: bold;
}

.list_days .date {
	display: block;
}

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

お知らせ・プレゼントBOX

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

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

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

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

menulist

////////////////////////////////////////////////////////*/
.menuList {
	margin-top: 10px;
}

.menuList .lead {
	padding: 0 10px;
	text-align: left;
}

.menuList .lead p.txt {
	text-align: left;
	line-height: 1.6;
	padding-top: 10px;
}

.list-teller .txt {
	text-align: left;
	margin: 0 0 30px auto;
	margin-right: 15px;
	padding-top: 24px;
	font-size: 16px;
}

.list-teller .result-picture {
	width: 150px;
}

.menuList .list-menu01 a {
	font-size: 13px;
}
.menuList .list-menu01 li {
	border-bottom: 1px solid #e3c3cf;
	background: #9c56c4;
}

.list-menu01 li.nolink, .list-menu02 dl.nolink {
	display: block;
	padding: 7px 20px 7px 10px;
	text-align: left;
	text-decoration: none;
	color: #fff;
	background: #8f8b8c;
}

.list-menu01 li.nolink span, .list-menu02 dl.nolink dt {
	color: #ae8e39;
}

.list-menu01 li.nolink a, .list-menu02 dl.nolink a {
	font-size: 13px;
}

.menuList .tsunagi_sil {
	margin-bottom: -95px !important;
}

.menuList .box.box_teller {
	background: url(../images/pay/teller.png) no-repeat left 0px;
	background-size: 43%;
}

.menuList .box.box_teller p {
	top: 15px;
	margin-bottom: 20px;
}

.menuList .box.box_teller p:after {
	top: 38%;
}

.rotate_txt {
	transform: rotate(-5deg);
	color: #b11e7e;
	font-weight: bold;
	text-shadow: 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff;
}

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

menu.do

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

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

.teller_box_lead {
	background: url(../images/other/teller01.png) no-repeat;
	background-size: 100%;
	min-height: 200px;
	box-shadow: 0 -10px 10px 0 #f4f4f4 inset;
}

.teller_box_lead p {
	width: 200px;
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
	padding: 37px 0px 0px 20px;
	box-sizing: border-box;
	line-height: 1.6;
}

.lead_txt_shadow {
	line-height: 1.6;
	font-weight: bold;
	font-size: 17px;
	text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
}


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

tellerProfile

////////////////////////////////////////////////////////*/
.tellerProfile {
	margin-top: 5px;
}
.tellerProfile p {
	margin-bottom: 0;
}
.tellerProfile section {
	margin-bottom: 0;
}

.tellerProfile h2 {
	font-size: 20px;
	margin-bottom: 0;
}

.senja_box .inner {
	margin: 10px;
}

#senja_wrap .lead_teller {
	background: url(../images/teller/01.png) no-repeat right center;
	background-size: 45% auto;
	min-height: 145px;
}
#senjutsu_wrap .lead_teller {
	background: url(../images/teller/05.png) no-repeat left center;
	background-size: 45% auto;
	min-height: 145px;
}

.tellerProfile .lead_teller p {
	color: #6200ff;
	font-weight: bold;
	font-size: 19px;
	width: 180px;
	padding: 65px 0 0 0;
	line-height: 1.4;
}

#senjutsu_wrap .lead_teller p {
	margin: 0 0 0 auto;
}

.senja_box .lead {
	padding: 10px 10px 0 10px;
	text-align: left;
}

.tellerProfile .and_more {
	display: block;
	text-align: right;
}

.tellerProfile .info {
	max-height: 1068px;
	overflow: hidden;
}

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

従量TOP

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

.ppv_top .box_teller {
	background: url(../images/ppv/teller.jpg) no-repeat;
	background-size: 100%;
	min-height: 165px;
}

.ppv_top .box_teller p {
	top: 15px;
	width: 195px;
	padding: 10px 15px 10px 45px;
}

.ppvnavi {
	margin: 0;
	padding: 9px 15px 15px;
	height: 134px;
	overflow: hidden;
	background: url(../images/ppv/bg_btn.jpg) no-repeat;
	background-size: 100%;
	position: relative;
	box-sizing: border-box;
}

.ppvnavi li {
	width: 49%;
	height: 34px;
	float: left;
	margin-bottom: 5px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 10px;
}

.ppvnavi li:nth-child(odd) {
	margin-right: 5px;
}

.ppvnavi li:last-child {
	float: right;
	clear: both;
	width: 100%;
	height: 30px;
	margin: 3px 0 0;
	border-radius: 15px;
}

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

.ppv-box {
	width: 100%;
	padding: 20px 0 20px 0;
	position: relative;
	z-index: 1000;
}

#love .ppv-box {
	background: url(../images/ppv/bg_mid01.jpg) repeat-y;
	background-size: 100%;
}
#kekkon .ppv-box {
	background: url(../images/ppv/bg_mid02.jpg) repeat-y;
	background-size: 100%;
}
#jinsei .ppv-box {
	background: url(../images/ppv/bg_mid03.jpg) repeat-y;
	background-size: 100%;
}

.ppv-box:before {
	content: '';
	width: 100%;
	height: 50px;
	position: absolute;
	top: -1px;
	left: 0;
}

#love .ppv-box:before {
	background: url(../images/ppv/bg_top01.jpg) no-repeat top;
	background-size: 100%;
}
#kekkon .ppv-box:before {
	background: url(../images/ppv/bg_top02.jpg) no-repeat top;
	background-size: 100%;
}
#jinsei .ppv-box:before {
	background: url(../images/ppv/bg_top03.jpg) no-repeat top;
	background-size: 100%;
}

.ppv-box:after {
	content: '';
	width: 100%;
	height: 59px;
	position: absolute;
	bottom: -1px;
	left: 0;
}

#love .ppv-box:after {
	background: url(../images/ppv/bg_btm01.jpg) left bottom no-repeat;
	background-size: 100%;
}
#kekkon .ppv-box:after {
	background: url(../images/ppv/bg_btm02.jpg) left bottom no-repeat;
	background-size: 100%;
}
#jinsei .ppv-box:after {
	background: url(../images/ppv/bg_btm03.jpg) left bottom no-repeat;
	background-size: 100%;
}

.ppv-box li {
	background: url(../images/line/11.png) no-repeat center bottom;
	background-size: 95% auto;
	margin: 0 5px;
}

.ppv-box li:last-child {
	background:none;
}

.ppv-box a {
	display: block;
	overflow: hidden;
	padding: 10px 20px 15px 20px;
	text-decoration: none;
	position: relative;
	z-index: 1000;
}

.ppv-box .pagetop {
	margin-bottom: 0;
}

.ppvicon {
	width: 65px;
	padding: 0 5px 0 0;
	display: table-cell;
}
.ppvtitle {
	line-height: 1.5;
	text-align: left;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	color: #000;
}

.ppv-box .ppvtitle {
	line-height: 1.4;
	display: table-cell;
	vertical-align: middle;
	font-weight: normal;
	text-decoration: underline;
	font-weight: bold;
}

#love .ppv-box .ppvtitle {
	color: #ff0048;
}
#fukuzatsu .ppv-box .ppvtitle {
	color: #cf00ab;
}
#kekkon .ppv-box .ppvtitle {
	color: #8e01b8;
}
#jinsei .ppv-box .ppvtitle {
	color: #0158c7;
}

.ppv_top .price {
	margin: 5px 5px 0 0;
	clear: both;
	text-align: right;
	text-decoration: none;
	font-size: 12px;
	color: #000;
}

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

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

ppv.do

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

/* confirm */
.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 1px;
}

/* 占える項目をチェック */
.ppvdo.confirm .list_check {
  width: 250px;
  margin: 0 auto;
}
.ppvdo.confirm .yudo_list {
  display: none;
	padding: 15px 0 10px;
}

/* サブタイトル */
.ppvdo.confirm .tit_sub{
	margin-bottom: 10px;
}

/* アイコン */
.icon-person {
	clear: both;
	margin: 5px 5px 0 5px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	color: #676767;
	position: relative;
	z-index: 1;
}

.icon-person p {
	display: inline-block;
	margin-bottom: 0 !important;
}

.icon-person .icon {
	padding: 5px 0 5px 20px;
	color: #fff;
}

.icon-person.一人用 .icon {
	background: url(../images/icon/icon-one.png) no-repeat 5px;
	background-size: 9px;
}

.menu_title .icon-person.一人用 .icon {
	background: url(../images/pay/icon-one.png) no-repeat 5px;
	background-size: 17px;
	color: #000;
}

.icon-person.二人用 .icon {
	background: url(../images/icon/icon-two.png) no-repeat left;
	background-size: 16px;
}

.menu_title .icon-person.二人用 .icon {
	background: url(../images/pay/icon-two.png) no-repeat 0px;
	background-size: 17px;
	color: #000;
}

.menu_list .icon-person {
	color: #000;
	position: relative;
	margin: 0 15px 5px 5px;
	font-size: 12px;
	right: 0;
	bottom: 0;
}

/* あいさつ */
.ppvdo.confirm .box_teller {
	min-height: 160px;
	background: url(../images/teller/02.png) no-repeat;
	background-size: 50%;
	margin-bottom: 25px;
	overflow: visible;
}

.ppvdo.confirm .box_teller p {
	margin: 0 10px 25px auto;
	width: 190px;
	top: 15px;
}

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

.ppvdo.confirm .text_pack font {
	color: #f92771;
	font-weight: bold;
}

/* 承諾事項 */
.box_approval {
	padding: 0 0 30px;
	text-align: left;
	font-size: 12px;
	color: #000;
	background: rgba(255,255,255,1);
}

.box_approval #approval {
	margin-bottom: 15px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #675e71;
}

.box_approval li {
	margin-bottom: 5px;
}

.box_approval a {
	color: #f92771;
	font-weight: bold;
}

.box_approval .text-canter {
	text-align: center;
}

/* recommend */
.ppv_recommend .box_teller{
	background: url(../images/result/yudo/teller.jpg) left top no-repeat;
	background-size: 100% auto;
	height: 210px;
}
.ppv_recommend .box_teller p{
	width: 170px;
	top: 30px;
}

.ppv_recommend > h2{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 10px 10px;
	padding: 5px;
	border-left: 4px solid #3e250b;
}

.ppv_recommend .recommend_box{
	margin: 0;
}
.ppv_recommend .recommend_box .komi_normal{
	padding-bottom: 1px!important;
}

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

LOOPD

////////////////////////////////////////////////////////*/
.loopD {
	padding: 0 0px 25px;
	background: url(../images/pay/loop/bg_btm.jpg) no-repeat bottom, url(../images/pay/loop/bg_mid.jpg) repeat-y;
	background-size: 100%;
	margin-bottom: 20px;
}

.loopD .list-cbox {
	margin-bottom: 0;
	padding: 0 10px 10px;
}

.loopD .list-cbox.bg_loop .list_menu li:last-child{
	margin-bottom: 3px;
}

.loopD .list-cbox.bg_loop .list_menu a {
	background: url(../images/pay/loop/list_bg_top.jpg) center top no-repeat, url(../images/pay/loop/list_bg_btm.jpg) center bottom no-repeat, url(../images/pay/loop/list_bg_mid.jpg) center top repeat-y;
	background-size: 100% auto;
	padding: 15px 35px 15px 15px;
	color: #3e250b;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	line-height: 1.4;
	font-feature-settings: "palt";
	border: none;
	position: relative;
}

.loopD .list-cbox.bg_loop h4{
	background: none;
	display: table-cell;
	font-size: 14px;
	color: #3e250b;
	width: 180px;
}

.loopD .list-cbox.bg_loop .list_menu{
	margin: 0;
}

.loopD .list-cbox.bg_loop .list_menu a:after {
	right: 8px;
}

/*link0,3*/
.loopD.link0 .box p,.loopD.link3 .box p{
	color: #3b0f00;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
	width: 100%;
	line-height: 1.2;
	position: absolute;
	top: 135px;
	left: 50%;
	transform: translateX(-50%);
	font-family: zen-old-mincho, sans-serif;
}



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

yudo

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

.yudo_cate p {
	margin-bottom: 0;
}

.yudo_cate .lead p, .yudo_cate .lead {
	margin-left: 0;
	text-align: left;
	color: #3e250b;
	line-height: 1.5;
}

.yudo_cate .lead p a {
	text-underline-offset: 0.3em;
}

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

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

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

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


.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: hidden;
	position: relative;
}

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

.text-light-purple02 {
	color: #fff;
	text-shadow :0 0 3px #b236f9, 0 0 3px #b236f9, 0 0 3px #b236f9, 0 0 3px #b236f9, 0 0 3px #b236f9, 0 0 3px #b236f9, 0 0 3px #b236f9, 0 0 3px #b236f9, 0 0 3px #b236f9, 0 0 3px #b236f9, 0 0 3px #b236f9, 0 0 3px #b236f9, 0 0 3px #b236f9, 0 0 3px #b236f9;
}

.txt-shadow-ye {
	color: #000;
	font-weight: bold;
	text-shadow: 0 0 4px yellow, 0 0 4px yellow, 0 0 4px yellow, 0 0 4px yellow, 0 0 4px yellow, 0 0 4px yellow, 0 0 4px yellow, 0 0 4px yellow, 0 0 4px yellow, 0 0 4px yellow, 0 0 4px yellow, 0 0 4px yellow, 0 0 4px yellow, 0 0 4px yellow;
}

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

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

/* 01 */
.yudo_cate.link01 .box{
	background: url(../images/yudo/01_mid.jpg) repeat-y;
	background-size: 100%;
}

.yudo_cate.link01 .box:after{
	content: "";
	background: url(../images/yudo/01_btm.jpg) no-repeat bottom;
	background-size: 100%;
	width: 100%;
	height: 55px;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.yudo_cate.link01 .box .txt{
	font-size: 16.5px;
	color: #010101;
	text-align: center;
	line-height: 1.4;
	letter-spacing: -1px;
	text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
	position: absolute;
	top: 25px;
	left: 35px;
}

.yudo_cate.link01 .box .txt a{
	color: red;
	text-underline-offset: 4px;
}

.yudo_cate.link01 .box li {
	width: 44.7% !important;
	margin: 10px;
}

.yudo_cate.link01 .box li:nth-child(even){
	margin-left: 0px;
}

.yudo_cate.link01 .box li:nth-child(-n+2){
	margin-bottom: 0px;
}

.yudo_cate.link01 .box li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 0px;
	font-weight: bold;
	letter-spacing: -1px;
	box-sizing: border-box;
}

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

.yudo_cate.link01 .lead p{
	color: #000;
	font-size: 19px;
	font-weight: bold;
}

.yudo_cate.link01 .box .btn-cate{
	width: 223px;
	margin: 0 auto;
}

/* 02 */
.yudo_cate.link02 li{
	margin-bottom: 10px;
}

/* 03 */
.yudo_cate.link03 .box {
	position: relative;
	margin-bottom: 20px;
}

.yudo_cate.link03 .box li {
	position: absolute;
	width: auto;
	min-width: 100px;
}

.yudo_cate.link03 .box li a {
	padding: 10px 20px;
	box-sizing: border-box;
	font-size: 14px;
}

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

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

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

.yudo_cate.link03 .box li:nth-child(4) {
	top: 100px;
	right: 15px;
}

.yudo_cate.link03 .box li:nth-child(5) {
	top: 160px;
	left: 55px;
}


/* 04 */
.yudo_cate.link04 .result-picture{
	/*width: 60px;*/
}


/* 05 */
.yudo_cate.link05 .box01 {
	background: url(../images/yudo/04.png) no-repeat top right;
	background-size: 60%;
	min-height: 135px;
	position: relative;
}

.yudo_cate.link05 .box02 {
	background: url(../images/yudo/05.png) no-repeat top left;
	background-size: 60%;
	min-height: 135px;
	position: relative;
}

.yudo_cate.link05 .box03 {
	background: url(../images/yudo/06.png) no-repeat top right;
	background-size: 60%;
	min-height: 135px;
	position: relative;
}

.yudo_cate.link05 .box p{
	position: absolute;
	top: 35%;
	left: 20px;
}

.yudo_cate.link05 .box02 p{
	left: initial;
	right: 20px;
}

.yudo_cate.link05 .box a{
	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, 0 0 3px #fff;
}

/* 06 */
.yudo_cate.link06 .box {
	position: relative;
	margin-bottom: 10px;
}

.yudo_cate.link06 .box li {
	position: absolute;
	width: auto;
	min-width: 100px;
}

.yudo_cate.link06 .box li a {
	padding: 5px 15px;
	box-sizing: border-box;
	font-size: 13px;
}

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

.yudo_cate.link06 .box li:nth-child(2) {
	top: 60px;
	right: 30px;
}

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

.yudo_cate.link06 .box li:nth-child(4) {
	top: 140px;
	right: 15px;
}

.yudo_cate.link06 .box li:nth-child(5) {
	top: 180px;
	left: 55px;
}

/* 07 */

.yudo_cate.link07 .box a{
	position: absolute;
	bottom: 32px;
	left: 48px;
	width: 223px;
	height: 60px;
	display: block;
}

/* 08 */
.yudo_cate.link08 .lead {
	margin: 0;
}

.yudo_cate.link08 .komi_sp .box{
	overflow: visible;
}

.yudo_cate.link08 .btn-sp{
	width: 200px;
	position: absolute;
	bottom: -10px;
	left: 27px;
	z-index: 1;
}

/* 13 */
.yudo_cate.link13 .sec_new{
	padding: 10px 0;
	background: red;
}
.yudo_cate.link13 .box_new li.new .date:after {
	left: 120px;
}

.yudo_cate.link13 .sec_new li a {
    padding: 5px 15px 10px 15px;
}

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

/* 14＆15＆16 */
.yudo_cate.link14 .sec_new,.yudo_cate.link15 .sec_new,.yudo_cate.link16 .sec_new{
	padding: 10px 0;
	background: red;
}

.yudo_cate.link14 .box_new li ,.yudo_cate.link15 .box_new li,.yudo_cate.link16 .box_new li {
	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%;
	margin-bottom: 0;
}

.yudo_cate.link14 .box_new li a,.yudo_cate.link15 .box_new li a,.yudo_cate.link16 .box_new li a{
	padding: 18px 35px 15px 25px;
}

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

mypage

////////////////////////////////////////////////////////*/
.mypage .title, .mypage .subtitle {
	font-size: 18px;
}
.mypage p {
	margin-bottom: 0;
}
.mypage .mypage_teller {
	background: url(../images/teller/02.png) no-repeat -5px;
	background-size: 45%;
	min-height: 150px;
	position: relative;
	padding-top: 10px;
	margin: 0px 5px;
}

.mypage .mypage_teller p {
	width: 160px;
	margin: 0 10px 0 auto;
	padding-top: 12px;
	text-align: left;
	word-break: break-all;
}

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

#pref {
	padding-bottom: 15px;
}

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

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


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

stamp

////////////////////////////////////////////////////////*/
.stamp .box_teller {
	min-height: 200px;
	padding-bottom: 20px;
	background: url(../images/teller/01.png) no-repeat right;
	background-size: 50%;
}

.box_machiuke .btn-yudo a {
	padding: 15px 10px;
	font-size: 1.1em;
}

.box_machiuke .btn-yudo a span {
	font-size: 1.1em;
}

.box_machiuke .disp-0 {
	display: none;
}

.stamp .machiuke {
	width: 98%;
	margin: 10px auto 20px;
}


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

menudo

////////////////////////////////////////////////////////*/
.menudo.daily .ranking{
	position: relative;
}

.menudo.daily .ranking li.count{
	position: absolute;
	top: 192px;
	width: 80px;
	display: flex;
	justify-content: center;
	left: 50%;
	transform: translateX(-50%);
}

.menudo.daily .rank_box li.count img{
	width: 40px!important;
	margin: 0 -1px;
}

.menudo.daily .rank_box li.count img[src*="/count/.png"]{
	display: none;
}

.menudo.rank .ranking li.count{
	top: 168px;
}

.menudo.kao .bokashi .btn{
	width: 220px;
	height: 47px;
	background: url(../images/menudo/btn_kao.png) left top no-repeat;
	background-size: 100% auto;
	bottom: 25px;
}

.menudo .bokashi .btn,.menudo .bokashi_white .btn{
	background: url(../images/menudo/btn.png) left top no-repeat;
	background-size: 100% auto;
	bottom: 20px;
}

/*result_aura*/
.menudo.aura .view_common.one {
	position: relative;
	overflow: hidden;
	background: #fff;
}

.menudo.aura .base_box {
	position: relative;
}
.menudo.aura .base_box .bg_aura {
	position: relative;
	min-height: 300px;
	background: url(../images/menudo/result_aura/base.jpg) no-repeat;
	background-size: 100%, 100%;
}
.menudo.aura .base_box .bg_aura li {
	width: 51%;
	height: 195px;
	position: absolute;
	top: 28px;
	left: 79px;
}

.menudo.aura .base_box .parameter {
	width: 260px;
	position: absolute;
	bottom: 6px;
	color: #000;
	font-size: 14px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	text-align: center;
	z-index: 2;
}

.menudo.aura .komi_senja {
	padding: 40px 0 30px;
	background: url(../images/menudo/result_aura/bg_normal_mid.jpg) repeat-y;
	background-size: 100%;
	margin-bottom: 15px;
	position: relative;
}

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

.menudo.aura .komi_senja:after {
	background-image: url(../images/menudo/result_aura/bg_normal_btm.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	content: '';
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.menudo.aura .komi_senja .lead {
	padding: 0 31px!important;
}

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

bookmark

////////////////////////////////////////////////////////*/
.bookmark p {
	padding: 0 10px;
}

.bookmark .list-menu02 {
	margin-bottom: 30px;
	position: relative;
	text-align: left;
}

.bookmark .list-menu02 li {
	padding: 10px 0 10px 10px;
	overflow: hidden;
	position: relative;
	color: #fff;
}

.bookmark .list-menu02 a {
	width: 265px;
	float: right;
	padding: 0 20px 0 0;
}

.bookmark input[type="checkbox"] + label {
	top: 10px;
	left: 10px;
}


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

tutorial

////////////////////////////////////////////////////////*/
.tutorial .title {
	font-size: 18px;
	margin-bottom: 0;
}

.tutorial .box_teller {
	min-height: 155px;
	background: url(../images/teller/01.png) no-repeat -13px -3px;
	background-size: 50%;
	padding-bottom: 5px;
}

.tutorial .upper .serif {
	top: 35px;
	margin: 0 10px 20px auto;
	width: 185px;
}

.tutorial .list {
	padding: 10px 10px 0px 10px;
	margin-bottom: 20px;
}

.tutorial .list li {
	margin-bottom: 4px;
	background-image: none;
	background-color: #9c56c4;
	border-radius: 10px;
	height: 40px;
	border: 1px solid #fff;
}

.tutorial .list li a {
	padding: 0px 37px 0px 15px;
	color: #fff;
	position: relative;
}

.tutorial .list li a:after {
	content: '';
	width: 7px;
	height: 7px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -4px;
	transform: rotate(45deg);
}

.tutorial p {
	margin-bottom: 0;
}
.tutorial .box_txt {
	padding: 13px 13px 55px 13px;
	text-align: left;
	font-size: 13px;
}

.site_cap {
	margin: 0px 20px 40px 20px;
	position: relative;
}

.site_cap span {
	display: inline-block;
	position: absolute;
	bottom: -18px;
	width: 105px;
}

#link01 .site_cap span {
	left: 65px;
}
#link02 .site_cap span {
	left: 123px;
}
#link03 .site_cap span {
	left: 9px;
}
#link04 .site_cap span {
	left: 178px;
}

.tutorial .box_teller.bottom {
	min-height: 160px;
	background: url(../images/teller/02.png) no-repeat 0 center, url(../images/line/11.png) no-repeat center top;
	background-size: 45%, 100%;
	position: relative;
	padding-top: 30px;
}

.tutorial .box_teller.bottom p {
	width: 195px;
	top: 5px;
	margin-bottom: 0;
}

.tutorial .box_teller.bottom + .list a {
	text-align: center;
}


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

unregist

////////////////////////////////////////////////////////*/
/*----- index -----*/
.unregist .box_teller {
	height: 165px;
	background: url(../images/teller/01.png) no-repeat -10px 2px;
	background-size: 50%;
}

.unregist .box_teller .serif {
	top: 15px;
}
.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;
}

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

登録完了ページ

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

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



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

プレゼントキャンペーン

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

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

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

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

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

.present_entry h2 span {
	font-size: 13px;
}

.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: #6921a0;
	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: auto;
}

#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 {
	color: #fff;
	font-size: 15px;
	padding: 10px;
	text-align: center;
	line-height: 1.5;
	text-shadow: 0 0 6px #8537f0, 0 0 6px #8537f0, 0 0 6px #8537f0, 0 0 6px #8537f0, 0 0 6px #8537f0, 0 0 6px #8537f0, 0 0 6px #8537f0, 0 0 6px #8537f0, 0 0 6px #8537f0, 0 0 6px #8537f0;
}

.present_entry .entry_title_box {
	padding: 15px 0 20px 0;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 20px;
	background: url(../images/line/01.png) no-repeat left bottom #663399;
	background-size: 100% auto;
	text-shadow: 0 0 6px #8537f0, 0 0 6px #8537f0, 0 0 6px #8537f0, 0 0 6px #8537f0, 0 0 6px #8537f0, 0 0 6px #8537f0, 0 0 6px #8537f0,0 0 6px #8537f0,0 0 6px #8537f0,0 0 6px #8537f0;
}

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

.present_entry .c_txt {
	background: url(../images/line/03.png) no-repeat left bottom, url(../images/line/04.png) no-repeat left top #7d47a7;
	background-size: 100% auto;
	color: #fff;
	font-weight: bold;
	padding: 20px 0;
	margin-bottom: 15px;
	font-size: 15px;
}
.present_entry .kome {
	margin: 0 13px 20px 13px;
	font-weight: normal;
}
.present_entry .kome li {
	padding-left: 1em;
	text-indent: -1em;
}

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

キャンペーン施策

////////////////////////////////////////////////////////*/
.pay_top .campaign.open-1 {
	display: block;
}

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

.pay_top .campaign {
	color: #000;
	border: 7px solid red;
	padding: 15px;
	background-color: #fff;
	margin: 25px 10px 25px;
	border-radius: 20px;
}
.pay_top .campaign p {
	font-size: 15px;
	line-height: 1.5;
}

.pay_top .campaign p a {
	color: red;
}

.pre_campaign {
	word-break: break-all;
}
.pre_campaign .title_bg {
	background: #e8e8f0;
	padding: 15px;
	font-size: 17px;
	line-height: 1.5;
	font-weight: bold;
}
.pre_campaign .title_bg span {
	color: red;
}

.pre_campaign .text {
	margin: 15px 15px 25px;
	text-align: left;
	font-size: 12px;
}

.pre_campaign .text.indent {
	text-indent: -1em;
	padding-left: 1em;
}

.pre_campaign .text-cam {
	margin: 15px 15px 25px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}

.pre_campaign .box_ticket_menu {
	width: 95%;
	margin: 0 auto;
}

.pre_campaign .box_ticket_menu li {
	padding: 10px 5px;
}

.campaign_tokuten {
	margin: 0 8px 25px 8px;
}
.campaign_tokuten dt {
	text-align: left;
	background: #8117e1;
	font-weight: bold;
	padding: 5px 5px 5px 7px;
	margin-bottom: 15px;
	color: #fff;
}

.campaign .ticket_use .inner_box {
	position: relative;
}

.campaign .ticket_use .inner_box input[type="reset"].btn_cancel {
	position: absolute;
	top: 5px;
	right: 5px;
}

.site-btn a {
	display: block;
	text-decoration: none;
	font-size: 15px;
	padding: 15px 0;
	border-radius: 20px;
	margin: 0 10px;
	line-height: 1.4;
	font-weight: bold;
	border: 2px solid #ecca7d;
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #f6eba6) );
	background-image: -moz-linear-gradient(top, #ffffff 0%, #f6eba6 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #f6eba6 100%);
	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, 0 0 3px #fff, 0 0 3px #fff;
}

.site-btn.l a {
	font-size: 19px;
}

.campaign .em {
	background: #e117b5;
	color: #fff;
	margin: 0 15px;
	font-weight: bold;
	padding: 8px 0;
	line-height: 1;
	font-size: 16px;
}

.kaikin.open-1 .before, .kaikin.open-0 .after {
	display: none;
}

.kaikin.open-1 .after, .kaikin.open-0 .before {
	display: block;
}

.cam-step {
	margin-bottom: 30px;
}

.cam-step h3 {
	text-align: left;
	background: #8117e1;
	font-weight: bold;
	padding: 5px 5px 5px 7px;
	margin-bottom: 10px;
	color: #fff;
}

.cam-step p.txt {
	font-weight: bold;
	padding: 0 5px;
}

.cam-step p.txt.text-left {
	padding: 0 5px 0 10px;
}

.campaign.index img {
	width: 100%;
}

.download {
	width: 150px;
	margin: 0 auto;
}



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

相互送客

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

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

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

.banner_mutual .txt {
	font-weight: bold;
	font-size: 13px;
}

.banner_mutual .txt span {
	font-size: 16px;
}

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

レコメンドbigバナー

////////////////////////////////////////////////////////*/
.reco_banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1003;
  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;
  min-height: 290px;
}
.reco_bigbnr img {
  border-radius: 3px 3px 0 0;
}
.btn_reco_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -8px;
  top: -8px;
  z-index: 2000;
  background: url(../tpl/conce_sys/big_banner/sys/images/icon_close.png) no-repeat;
  background-size: 100%;
}
.reco_banner .select_close {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 12px 0;
}
.reco_banner .select_close label, .reco_banner .select_close input {
  display: block;
  color: #fff;
  cursor: pointer;
}
.reco_banner .select_close label, .reco_banner .select_close .btn_reco_close2 {
  line-height: 14px;
}
.reco_banner .select_close .close_today {
  display: flex;
  align-items: center;
  gap: 0 6px;
  background: #b89a4b;
  padding: 8px 10px;
  border-radius: 2px;
}
.reco_banner .select_close input {
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 2px;
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0;
  background: none;
}
.reco_banner .select_close input[type="checkbox"]:checked:before {
  position: absolute;
  top: 0;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  content: '';
}
.reco_banner .select_close .btn_reco_close2 {
  background: #b89a4b;
  color: #fff;
  padding: 10px 25px 10px 10px;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
}
.reco_banner .select_close .btn_reco_close2::before,
.reco_banner .select_close .btn_reco_close2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 2.5px;
  height: 18px;
  background: #fff;
  border-radius: 2.5px;
}
.reco_banner .select_close .btn_reco_close2::before {
  transform: translateY(-50%) rotate(45deg);
}
.reco_banner .select_close .btn_reco_close2::after {
  transform: translateY(-50%) rotate(-45deg);
}
.reco_takara-0, .reco_takara-1 {
  display: none;
}
.reco_takara-2 {
  display: block;
}
/*----- 2025年(39の日クーポン)バナー -----*/
.btn_coupon_get {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/*////////////////////////////////////////////////////////

lovemedo無料登録

////////////////////////////////////////////////////////*/
.lovemedo-free-regist p.main_text{
	font-size: 20px;
	font-family: 'Kaisei Opti', メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	letter-spacing: -2px;
}
.lovemedo-free-regist .box_caution,.lovemedo-free-regist .box_code{
	color: #000;
	text-align: left;
	background: #fff;
	border-radius: 10px;
	padding: 15px;
	margin: 10px 10px 20px;
}

.lovemedo-free-regist .box_caution li:not(:last-child){
	margin-bottom: 10px;
}

.lovemedo-free-regist .present_cord{
	margin: 0;
	text-align: center;
}

.box_code .check.privacy{
	text-align: center;
}

.box_code .dou input{
	width: 18px;
	height: 18px;
	position: relative;
	top: 5px;
	-webkit-appearance: auto;
}

#registButton {
	margin: auto;
	width: 100%;
	height: 80px;
	border: 0px !important;
	background: url(../images/pay/lovemedo-free-regist/btn.png) no-repeat center;
	background-size: 90%;
	background-position: 50%;
	text-indent: -9999px;
}


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

割引キャンペーンsale

////////////////////////////////////////////////////////*/
.sale-box.disp-0, .sale-box.disp-2, .sale-anchor.disp-0, .sale-anchor.disp-2 {
	display: none;
}
.sale-box.disp-1, .sale-anchor.disp-1 {
	display: block;
}
.sale-box .sale-tit {
	line-height: 1;
	padding: 8px 0;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 16px;
	background: yellow;
	color: #ff4b1b;
}
.sale-box .sale-here {
	font-size: 17px;
	font-weight: bold;
  background: #333;
}
.sale-box .sale-here a {
  display: block;
  padding: 30px 0;
  text-shadow: 0 0 1px #604a0a, 0 0 1px #816d30, 0 0 1px #ae9857, 0 0 3px #604a0a, 0 0 5px #ae9857, 0 0 10px #ffea00;
	color: yellow;
}
.sale-site {
	background: red;
	color: #ffff00;
	padding: 7px 0;
	font-weight: bold;
	border-top: 1px solid #ffff00;
	border-bottom: 1px solid #ffff00;
}
.sale-box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 5px 0;
	padding: 10px 5px;
	background: 
	  radial-gradient(#c7c7c7 22%, transparent 22%) 0 0 / 6px 6px,
	  radial-gradient(#c7c7c7 22%, #f2f2f2 22%) 3px 3px / 6px 6px;  
  }
  .sale-box li {
	width: 153px;
	border-radius: 8px;
	border: 1px solid #ccc;
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	background: #fff;
	box-sizing: border-box;
	padding: 10px;
  }
  .sale-box li p {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
  }
  .sale-box li p:nth-child(1) {
	margin-bottom: 6px;
  }
  .sale-box li p:nth-child(2) {
	position: relative;
	margin: 0 76px 5px 0;
  }
  /* 1カラム表示 */
  .sale-box li.one-column {
	width: 310px;
  }
  .sale-box li.one-column p {
	font-size: 13px;
  }
  .sale-box li.one-column p:nth-child(2) {
	margin: 0 236px 5px 0;
  }
  .sale-box li p:nth-child(2)::before {
	content: "";
	position: absolute;
	left: 60px;
	top: 2px;
	width: 26px;
	height: 15px;
  }
  .sale-box li p:nth-child(2).two::before {
	background: url(../images/pay/icon-two.png) top / 100% no-repeat;
  }
  .sale-box li p:nth-child(2).one::before {
	background: url(../images/pay/icon-one.png) top / 100% no-repeat;
  }
  .sale-box li a {
	  display: block;
	  color: #000;
	  text-align: left;
	  line-height: 1.4;
	width: 100%;
	height: 100%;
  }
/* .sale-box li {
	margin: 5px 5px 5px 5px;
}
.sale-box li a {
	background: #ffef98;
	display: block;
	color: #000;
	padding: 10px;
	text-align: left;
	line-height: 1.4;
}
.sale-box li a span {
	display: inline-block;
} */
.sale-em {
	color: #f00;
	font-weight: bold;
	font-size: 15px;
}
.sale-menu {
	text-decoration: underline;
}
.sale-box .open-0, .sale-box .open-2 {
	display: none;
}
.sale-box .open-1 {
	display: block;
}
.sale-box .open-1.time-0, 
.sale-box .open-1.time-2{
	display: none;
}
.sale-box .open-1.time-1{
	display: block;
}
/*タイマー*/
.sale-wrap {
	position: relative;
	min-height: 163px;
	background: #333;
}
.sale-box .sale_box-count {
  background: url(../images/pay/bg_count2.png) no-repeat top;
  background-size: 100% auto;
	width: 300px;
	height: 40px;
	line-height: 40px;
	color: red;
	margin: 0 auto;
	position: absolute;
	bottom: 6px;
	left: 0;
	right: 0;
}

/*.sale-box .sale_box-count .inner {
	background: url(../images/pay/bg_countsale.png) no-repeat center;
	background-size: 92%;
	height: 40px;
	line-height: 40px;
	color: #ffff00;
	margin-top: 5px;
}
*/
.sale-box .sale_box-count .sale-menu font {
	font-size: 14px;
}

.sale-box .sale_box-count .inner {
	text-align: center;
	/*color: #fa3011;*/
	font-size: 16px;
	font-weight: bold;
}

.sale-box .sale_box-count .inner span#sale_countdown,.sale-box .sale_box-count .inner span#sale_countdown2,
.sale-box .sale_box-count .inner span#sale_countdown3,.sale-box .sale_box-count .inner span#sale_countdown4{
	color: #000;
}

.sale-box .sale_box-count.switch-0 .second,.sale-box .sale_box-count.switch-1 .first{
	display: none;
}

/* 800番台 */
.ppv_num_check.disp-0 {
	display: none;
}
.ppv_num_check.disp-1 {
	display: none;
}

/* 占いの日クーポン */
.sale_coupon_box {
  border: 10px solid #c00; /* フレームの色（クリスマスらしい赤） */
  border-radius: 10px;
	margin: 10px 10px 20px;
  padding: 10px; 
  background: #00953f;
  position: relative;
}

.sale_coupon_box:before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 5px solid #c00;
  z-index: 1;
}

.sale_coupon_box:after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff; 
  border: 5px solid #c00;
  z-index: 1;
}

.sale_coupon_box h4{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}

.sale_coupon_box p.text{
	color: red;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}
.sale_coupon_box p.period{
	color: yellow;
	font-size: 13px;
	margin: 5px 0 10px;
}
.sale_coupon_box form {
	width: 90%;
	margin: 0 auto;
	position: relative;
	margin-top: 1px;
}
.sale_coupon_box input {
	width: 100%;
	border: 1px solid #977c0f;
	background-color: #fff;
	color: #350000;
	padding: 5px 5px 5px 50px;
	border-radius: 5px;
	box-sizing: border-box;
}
.sale_coupon_box input.use_btn {
	width: 65px;
	min-height: 18px;
	padding: 0;
	display: block;
	background: url(../images/pay/stamp/stamprally/btn_get.png) no-repeat;
	background-size: 100%;
	border: none;
	position: absolute;
	top: 5px;
	right: 15px;
}