@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 {r
	clear: both;
	margin-bottom: 20px;
}
/*----- 汎用box -----*/
.box {
	position: relative;
	/* overflow: hidden; */
	clear: both;
}
/*----- 新規2日間出し分け -----*/
.new_member_off, .new_member_on ,
.new_member_open_off, .new_member_open_on{
	display: none;
}

.new_member-0 .new_member_off, .new_member-1 .new_member_on,
.new_member_open-0 .new_member_open_off, .new_member_open-1 .new_member_open_on{
	display: block;
}
/*----- 従量未購入出し分け -----*/
.unpaido-0 .unpaido_on, .unpaido-1 .unpaido_off {
	display: none;
}


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

free

////////////////////////////////////////////////////////*/
.free_top section, .free_top p {
	margin-bottom: 0;
}
.free_top .main_visual {
	position: relative;
}
/*
.free_top .sec01 .box .monzetsu {
  position: absolute;
  bottom: 35px;
  left: 50%;
  color: #e60200;
  font-size: 16px;
  font-weight: bold;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.free_top .sec01 .box .monzetsu span {
  opacity: 0;
}
*/
.monzetsu_anime {
  animation: mojiFade 0.1s ease-in-out forwards;
}
@keyframes mojiFade {
  0% {
   opacity: 0;
  }
  to {
   opacity: 1;
  }
}

/* sec02 */
.free_top .sec02 .box ul li{
  position: absolute;
  left: 0;
  right: 0;
/*  opacity: 0;*/
  width: 100%;
  
}
.free_top .sec02 .box ul li:nth-child(1) {
  top: 45%;
/*  left: -20px;*/
}
.free_top .sec02 .box ul li:nth-child(2) {
  top: 60%;
/*  left: -20px;*/
}
.free_top .sec02 .box ul li:nth-child(3) {
  top: 84%;
/*  right: -20px;*/
  left: auto;
}

.fadein-left {
  transform: translateX(-20px);
  transition: 1s;
}
.fadein-right {
  transform: translateX(20px);
  transition: 1s;
}
/* sec04 */
/* .sec04 .box a {
  position: absolute;
  width: 236px;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto; */
}
/* sec05 */
/* .sec05 p{
  margin-bottom: 0;
}
.sec05 .box ul {
	position: relative;
  height: 627px;
  background: url(../images/free/08_02.jpg) no-repeat;
  background-size: 100%;
} */
.free_top .sec05 .box ul,
.free_view .sec05 .box ul{
  background: url(../images/free/08_02_free.jpg) no-repeat;
  background-size: 100%;
}
/* .sec05 li {
  height: 70px;
  position: absolute;
  border-radius: 25px;
  overflow: hidden;
  width: 100%;
}
.sec05 li a {
  display: block;
  width: 100%;
  height: 100%;
}

.sec05 li:nth-child(1) {
  top: 67px;
}
.sec05 li:nth-child(2) {
  top: 137px;
}
.sec05 li:nth-child(3) {
  top: 207px;
  height: 88px;
}
.sec05 li:nth-child(4) {
  top: 295px;
}
.sec05 li:nth-child(5) {
  top: 367px;
}
.sec05 li:nth-child(6) {
  height: 90px;
  top: 447px;
} */

/* sec06 */
/* .sec06 ul {
	position: relative;
  height: 250px;
  background: url(../images/free/09_02.jpg) no-repeat;
  background-size: 100%;
}
.sec06 li {
	height: 62px;
	position: absolute;
  border-radius: 25px;
  overflow: hidden;
}
.sec06 li a {
  display: block;
  width: 100%;
  height: 100%;
}

.sec06 li:nth-child(1) {
  top: 25px;
  left: 12px;
  width: 172px;
}
.sec06 li:nth-child(2) {
  top: 96px;
  right: 20px;
  width: 172px;
}
.sec06 li:nth-child(3) {
  top: 172px;
  left: 42px;
  width: 172px;
}
.sec06 .btn_pandra{
  width: 60%;
  margin: auto
} */
/* sec09 */
.sec09 p{
  margin-bottom: 0;
}
.sec09 .box {
	position: relative;
  height: 473px;
  background: url(../images/menu/hope.jpg) no-repeat;
  background-size: 100%;
}
.sec09 .box ul{
  position: absolute;
  bottom: 7%;
}
.sec09 .box li{
  display: flex;
}
.sec09 .box .btn_healing{
  width: 215px;
}
.sec09 .box .bg{
  background: url(../images/menu/bg_hope.png) no-repeat;
  background-size: 82px auto;
  width: 82px;
  height: 65px;
  box-sizing: border-box;
}
.sec09 .box .bg p{
  color: #420062;
}
.sec09 .box .bg p:first-child{
  border-bottom: 2px solid #865F36;
}
.sec09 .box .bg p .number{
  font-size: 16px;
}
/*sec10*/
.sec10 .box{
  height: 80px;
}
.sec10 .serif{
  width: 80%;
  margin: auto;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 10px;
  line-height: 18px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  background-position: 10px;
  background: #8900d8;
}
.sec10 .serif:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #8900d8;
}

/*box_btn_free*/
.free_top .box_btn_free ul li {
  float: left;
  width: 50%;
}

.bokashi_fade {
  -webkit-filter: blur(30px);
  -moz-filter: blur(30px);
  filter: blur(30px);
}
.text-loading {
  float: left;
}
.light-loading {
  position: absolute;
  bottom: 145px;
  filter: blur(20px);
  width: 120px;
  height: 120px;
  left: 90px;
  background: rgb(240 250 250 / 50%);
  border-radius: 100%;
  animation: light-loading 1.8s infinite;
}
.anime-loading {
  position: absolute;
  bottom: 58px;
  right: 15px;
}
.circle {
  float: left;
  width: 4px;
  height: 4px;
  margin: 3px;
  background-color: #ffffff;
  border-radius: 50%;
  animation: loading 1.8s infinite;
  box-shadow: 0 0 10px 1px #000;
}
.circle:nth-child(1) {
  animation-delay: 0.2s;
}
.circle:nth-child(2) {
  animation-delay: 0.4s;
}
.circle:nth-child(3) {
  animation-delay: 0.6s;
}
.circle:nth-child(4) {
  animation-delay: 0.8s;
}
.circle:nth-child(5) {
  animation-delay: 1s;
}
@keyframes loading {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes light-loading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes horizontal {
  0% {
   transform:translateX(0);
  }
  50% {
   transform:translateX(-5px);
   opacity: 0.8;
  }
  100% {
   transform:translateX(0);
  }
}
@keyframes vertical {
  0% {
   transform:translateY(0);
  }
  50% {
   transform:translateY(-5px);
  }
  100% {
   transform:translateY(0);
  }
}

.btn-regist {
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.btn-regist a {
	display: block;
	width: 290px;
	height: 105px;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/free/btn_regist.png) no-repeat center top;
	background-size: 100%;
}
.btn-regist span {
	font-size: 14px;
	letter-spacing: 0;
	color: #f6eeae;
}
.btn_free_top {
	overflow: hidden;
	position: relative;
}
.btn_free_top li {
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.btn_free_top a {
	display: block;
}
.ppvmenu {
	padding-top: 10px;
	overflow: hidden;
}
.ppvmenu .cap {
	width: 100%;
	margin-bottom: 5px;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background: #e50001;
}
.ppvmenu .ppvicon {
	width: 80px;
	float: left;
}
.ppvmenu a {
	font-weight: bold;
	color: #001fdb;
}
/*占えるメニューをご紹介*/
.otoku .box a {
	display: block;
	width: 260px;
	height: 60px;
	margin: 0 auto;
	position: absolute;
	bottom: 18px;
	left: 0;
	right: 0;
}
/*////////////////////////////////////////////////////////

free fortune

////////////////////////////////////////////////////////*/
.free_index p {
	margin-bottom: 0;
}
/* form */
.form_wrap {
	padding: 10px 20px 40px;
	background: url(../images/free/bg_ff_btm.jpg) no-repeat bottom, url(../images/free/bg_ff_mid.jpg) repeat-y;
	background-size: 100%;
  margin-top: -1px;
}

.form_wrap.two {
  padding-top: 0;
  background: url(../images/free/bg_ff_btm2.jpg) no-repeat bottom, url(../images/free/bg_ff_mid2.jpg) repeat-y;
  background-size: 100%;
  margin-top: -1px;
}
.ff_txt {
	margin: 0;
}
.one_wrap {
	overflow: hidden;
	text-align: left;
	margin-top: -10px;
}
.two_wrap {
	padding-top: 25px;
	position: relative;
	text-align: left;
}
.two_wrap:before {
	content: "";
	background: url(../images/free/line_ff02.png) no-repeat top;
	background-size: 100%;
  width: 295px;
	height: 25px;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	z-index: 1;
}
.form_wrap dt {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background: #19726C;
}
.form_wrap.two dt,
.two_wrap dt {
	background: #7f07be;
}
.form_wrap dd {
	margin-bottom: 5px;
  float: left;
  width: 77%;
}
.form_wrap select {
	float: left;
	height: 35px;
	line-height: 35px;
}
.form_wrap input[type="text"] {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	height: 35px;
	line-height: 35px;
	outline: 0;
  border-radius: 5px;
}
.form_wrap input:focus {
	border: 1px solid #962066;
	background: #fdf6fd;
}
/*注意文言*/
.form_wrap .att {
	padding: 0 5px;
	text-align: center;
	font-size: 11px;
	color: #000;
}
/*名前*/
.name_wrap {
	overflow: hidden;
}
.name_wrap li {
	width: 49%;
	float: left;
}
.name_wrap li:last-child {
  float: right;
}
.name_wrap dt {
  float: left;
  width: 20%;
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
  border-radius: 5px;
	margin-right: 3px;
}
/*性別・生年月日*/
.sex_wrap,.birthday_wap {
	margin-bottom: 10px;
}
.sex_wrap dt {
	width: 80px;
	margin-right: 3px;
	float: left;
	border-radius: 5px;
	line-height: 35px;
}
.sex_wrap dd {
  width: auto;
}
.sex_wrap select {
	padding: 0 20px 0 10px;
  border-radius: 5px;
}
.birthday_wrap dt {
  width: 80px;
  margin-right: 3px;
  float: left;
  border-radius: 5px;
  line-height: 35px;
}
.birthday_wrap dd{
  width: auto;
}
.birthday_wrap span {
    display: inline-block;
    padding: 13px 3px 0 0;
    float: left;
    font-weight: bold;
    font-size: 12px;
    color: #000;
}
/*鑑定ボタン*/
.btn_wrap {
	clear: both;
	width: 85%;
	margin: 0 auto;
	text-align: center;
}
.btn_wrap .muryo {
	width: 100% !important;
	padding: 0 !important;
	border: 0 !important;
	-webkit-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.form_wrap .text-mincho {
	text-shadow: 0 0 1px rgba(58,57,57,0.4);
	font-weight: bold;
	color: #343434;
}
/*////////////////////////////////////////////////////////

pay 

////////////////////////////////////////////////////////*/
.today {
	width: 180px;
	margin: 0 auto;
  font-weight: bold;
	line-height: 28px;
	letter-spacing: 2px;
	color: #fff;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
}
.today.menu {
	width: 100%;
	position: inherit;
  margin: 0 auto;
	line-height: 25px;
	height: 25px;
	font-feature-settings: "palt";
	font-size: 14px;
	color: #fff;
	background: #ac51b3;
}
.pay_top .main_visual{
	position: relative;
}
.pay_top .main_visual .box_teller {
  min-height: 250px;
  background: url(../images/pay/teller_main.jpg) no-repeat;
  background-size: 100%;
  padding-top: 20px;
  box-sizing: border-box;
}
.pay_top .main_visual .serif {
  margin-left: auto;
	line-height: 18px;
	font-size: 13px;
}
.pay_top .main_visual .serif a {
  color: #e4007f;
}
.pay_top .main_visual .serif::after {
  background: url(../images/common/fuki_left.png) no-repeat;
  right: inherit;
  left: -22px;
  top: 70px;
}
.pay_top .top_btn_area {
  position: relative;
  width: 95%;
  min-height: 75px;
  margin: 15px auto 0;
}
.pay_top .top_btn_area p {
  position: absolute;
  width: 60%;
}


.coupon-present-1{
  display: none;
}
/* お知らせ */
.pay_top .btn_notice {
  float: left;
}
.pay_top .btn_notice{
  width: 20%!important;
  left: 10%;
  top: 10%;
}
.pay_top .btn_notice.icon-1:after {
	content: "";
	width: 23px;
	height: 23px;
	position: absolute;
	top: 0;
	left: 36px;
	background: url(../images/icon/icon-mark.png) no-repeat;
	background-size: 100%;
}
/*ランダム訴求 出し分け(3日目以降かつ従量未購入の場合に表示する)*/
.sec_ppvmenu_new{
  display: none;
}
.new_member_open-0 .sec_ppvmenu_new{
  display: block;
}

/* ランダム訴求　ボタン */
.pay_top .top_btn_area .loop_random {
  background: url(../images/pay/btn_random_top.png) no-repeat top, url(../images/pay/btn_random_btm.png) no-repeat bottom;
  background-size: 100%;
  width: 190px;
  min-height: 75px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  box-sizing: border-box;
  padding: 12px 0 16px
}
.pay_top .top_btn_area .loop_random a {
  background: url(../images/pay/btn_random_mid.png) repeat-y;
  background-size: 100%;
  width: 100%;
  text-decoration: none;
  color: #f9f7bb;
	font-size: 12px;
  font-weight: bold;
  text-shadow: 0 0 5px #000;
  display: block;
  padding: 0 22px 0 10px;
  box-sizing: border-box;
}
.loop_random span {
  font-size: 17px;
}
.loop_random a:after {
  content: "";
  width: 15px;
  height: 22px;
  position: absolute;
  top: 40%;
  right: 10px;
  background: url(../images/pay/arrow_random.png) no-repeat;
  background-size: 100%;
}
/* 緊急メッセージ */
.box_urgent .box a {
	display: block;
	width: 240px;
	height: 80px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.kinkyu_msg {
  width: 94%;
  margin: 10px auto 0;
  text-align: center
}
.kinkyu_msg a {
	display: block;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #000;
  line-height: 1.3;
  border: 2px solid red;
  border-radius: 13px;
  background: yellow;
  text-decoration: none;
  box-sizing: border-box;
}
.kinkyu_msg a .tenmetsu {
	display: block;
	margin: 0 auto 5px;
	position: relative;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: red;
}
.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;
}
}
/*バナー*/
.bnr {
	width: 95%;
	margin: 0 auto;
}
.bnr li {
	margin-bottom: 10px;
}
.bnr li:last-child {
	margin-bottom: 0;
}
.pickup_ppv_bnr {
  width: 92%;
}
/*新着情報*/
.box_new .new_menu {
  margin-bottom: 15px;
}
.box_new .new_menu li {
	position: relative;
  margin-bottom: 2px;
	text-align: left;
	background: url(../images/pay/line_purple02.png) no-repeat center 40px, url(../images/pay/bg_new_top.jpg) no-repeat top, url(../images/pay/bg_new_btm.jpg) no-repeat bottom, url(../images/pay/bg_new_mid.jpg) repeat-y;
	background-size: 100%;
}
.box_new a {
  display: block;
  padding: 15px 20px;
  overflow: hidden;
  text-decoration: none;
}
.box_new .new_menu .new a {
  margin: 0;
}
.box_new .icon-ppv {
  color: #000;
}
.box_new .ppvtitle {
	font-weight: bold;
	color: #000;
}
.box_new .new_menu li:first-child.new {
  background: url(../images/pay/teller_new.png) no-repeat bottom right, url(../images/pay/line_purple.png) no-repeat center 55px, url(../images/pay/bg_new_first_top.jpg) no-repeat top, url(../images/pay/bg_new_first_btm.jpg) no-repeat bottom, url(../images/pay/bg_new_first_mid.jpg) repeat-y;
	background-size: 100%;
}
.box_new .new_menu li:first-child a {
  padding: 30px 20px 35px 20px;
}
.box_new li:first-child .icon-ppv, .pay_top .box_new li:first-child .ppvtitle {
  color: #000;
}
.box_new li:first-child .ppvtitle {
  width: 55%;
  display: inline-block;
	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;
}
.pay_top .box_new li:nth-child(n+2) .ppvtitle,
.ppv_top .box_new li:nth-child(n+2) .ppvtitle {
  color: #000 !important;
}
.pay_top .box_new .navi_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.pay_top .box_new .navi_btn a {
  height: 17px;
}
.pay_top .box_new .navi_btn .notice {
  background: url(../images/pay/btn_navi_notice.png) no-repeat;
  background-size: 100%;
  width: 49%;
}
.pay_top .box_new .navi_btn .pay {
  background: url(../images/pay/btn_navi_pay.png) no-repeat;
  background-size: 100%;
  width: 49%;
}
/*更新情報*/
.box_new02 li {
	position: relative;
	text-align: left;
	background: url(../images/pay/bg_top.png) no-repeat top, url(../images/pay/bg_btm.png) no-repeat bottom, url(../images/pay/bg_mid.png) repeat-y;
  
	background-size: 100%;
}

.box_new02 li:first-child dt:before{
  content: '';
  display: inline-block;
  width: 47px;
  height: 21px;
  background: url(../images/icon/icon-new02.png) no-repeat center;
  background-size: 100%;
	position: relative;
  top: 4px;
}
.box_new02 a {
	display: block;
	padding: 15px 30px 18px 15px;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
}
.box_new02 a:after {
  content: "";
  width: 10px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 15px;
	transform: translateY(-50%);
	background: url(../images/icon/arrow_yellow.png) no-repeat;
	background-size: 100%;
}
.box_new02 dt {
	margin-bottom: 3px;
	text-align: left;
	font-weight: bold;
	color: yellow;
}
.box_new02 dd{
	text-decoration: underline;
}
.txt_rank {
	margin-bottom: 5px;
	padding: 0 0px 0px;
	text-align: left;
	color: #bd0422;
	font-weight: bold;
}

.all a {
  width: 94%;
  height: 30px;
  padding: 0 28px 0 0;
  text-align: right;
  color: #fff;
  background: url(../images/pay/more_link.png) no-repeat;
  background-size: 100%;
  position: relative;
  margin: 0 auto;
  line-height: 2;
  box-sizing: border-box;
}
.all a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}


/*アイコン*/
.icon-ppv {
	height: 20px;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 20px;
	font-size: 13px;
	color: #fff;
}
#main.new .ppvtitle {
  color: #fff;
}
.icon-ppv.date {
	padding-left: 0;
	display: block;
	text-align: left;
	background: none;
}
.icon-ppv.one {
	padding-left: 55px;
	background: url(../images/icon/icon-ppv.png) no-repeat left center, url(../images/icon/icon-one.png) no-repeat right center;
	background-size: 50px, 50px;
}
.icon-ppv.two {
	padding-left: 55px;
	background: url(../images/icon/icon-ppv.png) no-repeat left center, url(../images/icon/icon-two.png) no-repeat right center;
	background-size: 50px, 50px;
}
.ppv_top .icon-ppv.one,
.pay_top .icon-ppv.one{
	padding-left: 55px;
	background: url(../images/icon/icon-ppv.png) no-repeat left center, url(../images/icon/icon-one2.png) no-repeat right center;
	background-size: 50px, 50px;
}
.ppv_top .icon-ppv.two,
.pay_top .icon-ppv.two{
	padding-left: 55px;
	background: url(../images/icon/icon-ppv.png) no-repeat left center, url(../images/icon/icon-two2.png) no-repeat right center;
	background-size: 50px, 50px;
}
/*new*/
.ppv_top .new .icon-ppv.one,
.pay_top .new .icon-ppv.one{
	padding: 0px 0 0 55px;
	background: url(../images/icon/icon-ppv.png) no-repeat left center, url(../images/icon/icon-one2.png) no-repeat left 110px center;
	background-size: 50px, 50px;
}
.ppv_top .new .icon-ppv.two,
.pay_top .new .icon-ppv.two{
	padding: 0px 0 0 55px;
	background: url(../images/icon/icon-ppv.png) no-repeat left center, url(../images/icon/icon-two2.png) no-repeat left 110px center;
	background-size: 50px,50px;
}

.box_new li.new .icon-ppv {
  margin: 0 0 10px 47px;
}
.box_new li.new a:after {
	content: "";
  width: 50px;
  height: 20px;
  position: absolute;
  top: 16px;
  left: 14px;
	background: url(../images/icon/icon-new.png) no-repeat;
	background-size: 100%;
}
.pay_top .box_new li:first-child.new a:after, .ppv_top .box_new li:first-child.new a:after {
  top: 32px;
}
/* pop */
.modal_inner .box_new li {
  background: url(../images/pay/teller_new.png) no-repeat bottom right, url(../images/pay/line_purple.png) no-repeat center 42px, url(../images/pay/bg_new_first_top.jpg) no-repeat top, url(../images/pay/bg_new_first_btm.jpg) no-repeat bottom, url(../images/pay/bg_new_first_mid.jpg) repeat-y;
  background-size: 100%;
  position: relative;
}
#modal .modal_inner .box_new li a:after {
  top: 16px;
}
.modal_inner .box_new02 li {
  background: url(../images/pay/bg_new_top.jpg) no-repeat top, url(../images/pay/bg_new_btm.jpg) no-repeat bottom, url(../images/pay/bg_new_mid.jpg) repeat-y;
  background-size: 100%;
}
.modal_inner .box_new02 li a {
  padding: 20px;
}
.modal_inner .box_new02 li a:after {
  display: none;
}
/*ピックアップ*/
.slider {
	margin-bottom: 0;
	height: 175px;
	background-size: 100%;
}

/*レコメンド*/
.box_rec{
  position: relative;
  margin-bottom: 2px;
  text-align: left;
  background: url(../images/pay/teller_rec.png) no-repeat bottom,url(../images/pay/bg_rec_top.jpg) no-repeat top, url(../images/pay/bg_rec_btm.jpg) no-repeat bottom, url(../images/pay/bg_rec_mid.jpg) repeat-y;
  background-size: 100%;
  padding: 46px 30px 90px 120px;
  min-height: 80px;
}

.box_rec a{
  color: #fff;
}

/*日替わり*/
.sec_daily .box_teller {
  min-height: 270px;
  background: url(../images/pay/teller_daily.jpg) no-repeat top;
  background-size: 100%;
}
.sec_daily .box a {
  position: absolute;
  bottom: 23px;
  left: 70px;
  display: block;
  width: 182px;
  height: 44px;
}

/*もっと奥まで*/
.sec_motto .box ul {
  position: relative;
  height: 570px;
  background: url(../images/pay/sec_motto.jpg) no-repeat;
  background-size: 100%;
}
.sec_motto .box ul li {
  height: 65px;
  position: absolute;
  border-radius: 25px;
  overflow: hidden;
}
.sec_motto .box ul li:nth-child(1) {
  bottom: 88px;
  left: 5px;
  width: 152px;
}
.sec_motto .box ul li:nth-child(2) {
  bottom: 88px;
  right: 5px;
  width: 152px;
}
.sec_motto .box ul li:nth-child(3) {
  bottom: 10px;
  left: 40px;
  width: 237px;
}
.sec_motto .box ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
/*もっと奥まで*/
.sec_deep .box ul {
  position: relative;
  height: 765px;
  background: url(../images/pay/sec_shinso.jpg) no-repeat;
  background-size: 100%;
}
.sec_deep .box ul li {
  width: 286px;
  height: 90px;
  position: absolute;
  left: 15px;
  border-radius: 25px;
  overflow: hidden;
}
.sec_deep .box ul li:nth-child(1) {
  bottom: 223px;
}
.sec_deep .box ul li:nth-child(2) {
  bottom: 113px;  
}
.sec_deep .box ul li:nth-child(3) {
  bottom: 8px;
}
.sec_deep .box ul li a {
  display: block;
  width: 100%;
  height: 100%;
}



/*deli*/
.tit_deli{
  line-height: 1.2;
  margin-bottom: 15px;
text-shadow: 0 0 5px #035A60, 0 0 5px #035A60, 0 0 5px #035A60;
}
/*
.deli_pay {
	position: relative;
	height: 250px;
	text-align: left;
	opacity: 0;
	transition: 0.3s;
	background: url(../images/pay/bg_deli.jpg) no-repeat;
	background-size: 100%;
}
.deli_pay.bg_random01 {
	background: url(../images/pay/bg_deli01.jpg) no-repeat;
	background-size: 100%;
}
.deli_pay.bg_random02 {
	background: url(../images/pay/bg_deli02.jpg) no-repeat;
	background-size: 100%;
}
.deli_pay.bg_random03 {
	background: url(../images/pay/bg_deli03.jpg) no-repeat;
	background-size: 100%;
}
.deli_pay.on {
	opacity: 1;
}
.tit_deli {
  padding: 58px 10px 0 130px;
  box-sizing: border-box;
  text-shadow: 0 0 7px #2a1d57, 0 0 10px #2a1d57;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #FFEB3B;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.deli_pay a {
	display: block;
	padding: 36px 22px 0;
	overflow: hidden;
	line-height: 20px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.deli_pay a h4 {
  line-height: 21px;
  color: #4d0089;
}
.deli_pay.bg_random02 .tit_deli {
  padding: 58px 120px 0 20px;
  text-shadow: 0 0 7px #fe3564, 0 0 10px #fe3564;
}
.deli_pay.bg_random02 a h4 {
  color: #fe3564;
}
.deli_pay.bg_random03 .tit_deli {
  padding: 58px 10px 0 125px;
  text-shadow: 0 0 7px #0164b9, 0 0 10px #0164b9;
}
.deli_pay.bg_random03 a h4 {
  color: #0164b9;
}
.deli2-read {
	display: none;
}
.btn_to_free a {
	background: url(../images/pay/btn_free.png) no-repeat center;
	background-size: auto;
	background-size: 305px auto;
	width: auto;
	height: 60px;
	margin: 0 auto;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 0;
}
*/
/*----- 特別鑑定バナー -----*/
/*　入会3日間　*/
.sec_ppvbnr_new.disp-0 {
  display: none;
}
.sec_ppvbnr_new.disp-1 {
	display: block;
}
/*　入会3日後　*/
.sec_ppvbnr.disp-0 {
	display: block;
}
.sec_ppvbnr.disp-1 {
  display: none;
}
/*----- loop_menu -----*/
.sec_ppvmenu_new.disp-1{
	display: none;
}
/*----- payTOP ウラヨミ & payTOP サキヨミ  -----*/
.pay_top .sec_urayomi .box.box01 ul,
.pay_top .sec_sakiyomi .box.box01 ul {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 0 3px;
  box-sizing: border-box;
}
.pay_top .sec_urayomi .box.box01 li,
.pay_top .sec_sakiyomi .box.box01 li {
  float: left;
  width: 100px;
  height: 145px;
  box-shadow: 0 10px 10px 0 #000;
}
.pay_top .sec_urayomi .box.box01 li:nth-child(1) {
  background: url(../images/pay/honne01.png) no-repeat;
  background-size: 100%;
}
.pay_top .sec_urayomi .box.box01 li:nth-child(2) {
  background: url(../images/pay/honne02.png) no-repeat;
  background-size: 100%;
  margin: 0 7px;
}
.pay_top .sec_urayomi .box.box01 li:nth-child(3) {
  background: url(../images/pay/honne03.png) no-repeat;
  background-size: 100%;
}
.pay_top .sec_sakiyomi .box.box01 li:nth-child(1) {
  background: url(../images/pay/yochi01.png) no-repeat;
  background-size: 100%;
}
.pay_top .sec_sakiyomi .box.box01 li:nth-child(2) {
  background: url(../images/pay/yochi02.png) no-repeat;
  background-size: 100%;
  margin: 0 7px;
}
.pay_top .sec_sakiyomi .box.box01 li:nth-child(3) {
  background: url(../images/pay/yochi03.png) no-repeat;
  background-size: 100%;
}
.pay_top .sec_urayomi .box.box01 a,
.pay_top .sec_sakiyomi .box.box01 a {
  display: block;
  width: 100%;
  height: 100%;
}
.pay_top .sec_urayomi .box.box02 a,
.pay_top .sec_sakiyomi .box.box02 a {
  position: absolute;
  bottom: 3px;
  left: 10px;
  display: block;
  width: 300px;
  height: 100px;
}
.pay_top .sec_sakiyomi .box.box02 a {
  bottom: 8px;
}

/*----- エネルギーワーク -----*/
.sec_energy_work .box ul {
  position: absolute;
  top: 215px;
  left: 15px;
}
.sec_energy_work .box li {
  width: 165px;
  height: 68px;
  margin-bottom: 15px;
}
.sec_energy_work .box a {
  display: block;
  width: 100%;
  height: 100%;
}
/*----- 特集 -----*/
.pay_top .bnr_xmas_off,
.menu .bnr_xmas_off,
.menu .feature_yukue-on .honne,
.menu .feature_yukue-off .yukue,
.pay_top .feature_yukue-on .honne,
.pay_top .feature_yukue-off .yukue,
.pay_top .new_year-off,
.menu .new_year-off,
.pay_top .new_year_open-on .close,
.pay_top .new_year_open-off .open,
.menu .new_year_open-on .close,
.menu .new_year_open-off .open{
  display: none;
}
.tit_feature {
	text-shadow: 0 0 5px #D5AD2B, 0 0 10px #D5AD2B, 0 0 10px #D5AD2B, 0 0 10px #D5AD2B;
  height: 61px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tit_feature.green {
	background: url(../images/pay/feature/202012/ttl_green.jpg) no-repeat center;
	background-size: cover;
}
.tit_feature.purple {
	background: url(../images/pay/feature/202012/ttl_purple.jpg) no-repeat center;
	background-size: cover;
}

.feature_secret p,
.feature_yukue p,
.feature_xmas p,
.feature_xmas section{
  margin-bottom: 0;
}
.feature_xmas .ppvmenu{
  padding-top: 0;
}
.feature .ppvmenu li{
  position: relative;
  text-align: left;
  background: url(../images/pay/feature/xmas/ppv_bg_top.jpg) no-repeat top, url(../images/pay/feature/xmas/ppv_bg_btm.jpg) no-repeat bottom, url(../images/pay/feature/xmas/ppv_bg_mid.jpg) repeat-y;
  background-size: 100%;
}
.feature_xmas .ppvmenu li.xmas_ppv-off:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10; 
} 
.feature_xmas .ppvmenu li.xmas_ppv-off:after{
  content: "Coming Soon";
  display: block;
  position: absolute;
  top: 40%;
  left: -10%;
  width: 120%;
  padding: 12px 0;
  font-size: 18px;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  background: -moz-linear-gradient(to bottom, rgb(177 0 0 / 0.6) 0%, rgb(177 0 0 / 0.8) 50%, rgb(177 0 0 / 0.6) 100%);
  background: -webkit-linear-gradient(to bottom, rgb(177 0 0 / 0.6) 0%, rgb(177 0 0 / 0.8) 50%, rgb(177 0 0 / 0.6) 100%);
  background: linear-gradient(to bottom, rgb(177 0 0 / 0.6) 0%, rgb(177 0 0 / 0.8) 50%, rgb(177 0 0 / 0.6) 100%);
  z-index: 20;
  text-align: center;
  color: #fff;
}
.feature .ppvmenu a{
  display: block;
  padding: 55px 30px 10px;
  overflow: hidden;
  text-decoration: none;
  color: #000001;
  text-shadow: 0 0 5px #ECD16D, 0 0 5px #ECD16D, 0 0 5px #ECD16D;
}
.bg_snow{
  background: url(../images/pay/feature/xmas/bg.jpg) repeat-y;
  background-size: 100%;
}
.bnr_xmas_on.close,
.bnr_xmas_off.open{
  display: none;
}
.free_top .bnr_xmas_off{
  position: relative;
  overflow: hidden;
}
.free_top .bnr_xmas_off:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10; 
} 
.free_top .bnr_xmas_off:after{
  content: "Coming Soon";
  display: block;
  position: absolute;
  top: 40%;
  left: -10%;
  width: 120%;
  padding: 12px 0;
  font-size: 18px;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  background: -moz-linear-gradient(to bottom, rgb(177 0 0 / 0.6) 0%, rgb(177 0 0 / 0.8) 50%, rgb(177 0 0 / 0.6) 100%);
  background: -webkit-linear-gradient(to bottom, rgb(177 0 0 / 0.6) 0%, rgb(177 0 0 / 0.8) 50%, rgb(177 0 0 / 0.6) 100%);
  background: linear-gradient(to bottom, rgb(177 0 0 / 0.6) 0%, rgb(177 0 0 / 0.8) 50%, rgb(177 0 0 / 0.6) 100%);
  z-index: 20;
  text-align: center;
  color: #fff;
}

.feature_newyear_2021 .box_teller {
  height: 200px;
  background: url(../images/pay/feature/new_year/teller.jpg) no-repeat;
  background-size: 100%;
}

.feature_newyear_2021 .box_teller .serif{
  box-shadow: inset 0 0 15px 2px #C19E38, inset 0 0 4px 2px #FFEDD0, 0 0 2px 1px #FFEDD0, 0 0 10px 3px #FEF3D4;
  background: rgba(39, 28, 8, .9);
}
.bg_new_year{
  background: url(../images/pay/feature/new_year/bg.jpg) repeat-y;
  background-size: 100%;
}
.feature_newyear_2021 .sec02 li{
  margin-bottom: 10px;
  padding: 10px 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px #B58121 inset, 0 0 10px #B58121 inset, 0 0 10px #B58121 inset;
  box-shadow: 0 0 5px #B58121 inset, 0 0 10px #B58121 inset, 0 0 10px #B58121 inset;
  border-radius: 15px;
}
.feature_newyear_2021 .sec02 li a{
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #988D4A, 0 0 2px #988D4A;
  display: block;
}
.feature_newyear_2021 .box ul{
  position: relative;
  height: 190px;
  background: url(../images/pay/feature/new_year/happybag_list.png) no-repeat;
  background-size: 100%;
}
.feature_newyear_2021 .box li{
  position: absolute;
  height: 190px;
  border-radius: 25px;
  overflow: hidden;
  top: 0;
  width: 103px;
}
.feature_newyear_2021 .box li:nth-child(1) {
  left: 0;
}
.feature_newyear_2021 .box li:nth-child(2) {
  left: 109px;
}
.feature_newyear_2021 .box li:nth-child(3) {
  right: 0;
}
.feature_newyear_2021 .box li a,
.feature_newyear_2021 .happybag a{
  display: block;
  width: 100%;
  height: 100%;
}
/*特集バナー*/
.sec_limited .open-0 .open, .sec_limited .open-1 .close, .sec_limited .open-2 {
  display: none;
}
/*検索*/
.fortuneSearch .fortune_search {
	margin: 10px auto 30px;
}
.fortuneSearch .box_teller {
	height: 158px;
	background: url(../images/teller/01.png) no-repeat right;
	background-size: 50%;
}
.box_search .inner {
  margin: 10px;
  padding: 15px 0;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #fff;
}
.menu .box_search .inner {
  padding: 15px;
}
.box_search .txt {
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-size: 15px;
	color: #000;
}
.box_search select[name="ctg"] {
	width: 200px;
	height: 40px;
	margin: 0;
	padding: 0 25px 0 10px;
	line-height: 37px;
	font-size: 14px;
	color: #333;
	border: 2px solid #4f023f;
	border-radius: 3px;
	background: url(../images/icon/arrow_gr02.png) no-repeat 96% center #fff;
	background-size: 10px;
}
.box_search_btn {
	width: 70px;
	height: 40px;
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	-webkit-appearance: none;
	appearance: none;
	vertical-align: 1px;
	text-indent: 150%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/pay/btn_search.jpg) no-repeat;
	background-size: 100%;
}
/*滞在特典*/
.pay_top .box_special {
  margin-top: 60px;
  text-align: left;
  padding: 46px 0 44px;
  background: url(../images/pay/bg_normal_top.png) no-repeat center 1px, url(../images/pay/bg_normal_btm.png) no-repeat bottom;
  background-size: 100%;
  color: #000;
  position: relative;
}
.pay_top .box_special > h2 {
  position: absolute;
  top: -46px;
  left: 0;
}
.box_special .inner {
  padding: 0 20px;
  background: url(../images/pay/bg_normal_mid.png) repeat-y;
  background-size: 100%;
}
.box_special li:nth-child(2) .box{
  background: url("../images/pay/special_box02.jpg") no-repeat;
  background-size: 100%;
  min-height: 160px;
}
.box_special li:nth-child(3) .box{
  min-height: 160px;
}

.box_special .box_teller {
	min-height: 150px;
	background: url("../images/pay/teller_special.png") no-repeat left top;
	background-size: 50%;
}
.box_special .box_teller .serif {
  font-weight: bold;
  width: 165px;
  margin-left: auto;
  margin-right: 0;
  background: none;
  box-shadow: none;
  text-align: center;
  padding: 30px 0 12px;
}
.box_special .box_teller .serif::after {
  display: none;
}
.box_special .serif_none {
	top: 20px;
	left: 10px;
}
.box_special .inner > ul {
  margin-top: -30px;
}
.box_special .inner .box .float {
  width: 100%;
}
.box_special .inner .box p {
  width: 98%;
  margin-left: auto;
}
.box_special #premium_check p a {
	color: #2196f3;
}
.float {
	animation: float 2.5s ease-in-out infinite alternate;
	transform-origin: 50% 50%;
	position: relative;
	z-index: 1;
  width: 90%;
  margin: auto;
}
@-webkit-keyframes float {
 0% {
 transform: translate3d(0, -3px, 0)
}
 50% {
 transform: translate3d(0, 3px, 0)
}
 100% {
 transform: translate3d(0, -3px, 0)
}
}
@-moz-keyframes float {
 0% {
 transform: translate3d(0, -3px, 0)
}
 50% {
 transform: translate3d(0, 3px, 0)
}
 100% {
 transform: translate3d(0, -3px, 0)
}
}
@keyframes float {
 0% {
 transform: translate3d(0, -3px, 0)
}
 50% {
 transform: translate3d(0, 3px, 0)
}
 100% {
 transform: translate3d(0, -3px, 0)
}
}
/*おすすめサイト*/
.box_recc .inner {
	margin: 5px 5px 0;
	padding: 0 20px 25px;
	border: 1px solid #d8a5f6;
	border-radius: 7px;
	background: #714d71;
}
.promotion li {
	margin-top: 10px;
}
.promotion .officialLink {
	padding: 0 10px;
}
.promotion .inner {
	margin: 0 5px;
	padding: 10px;
	border-radius: 7px;
	background: rgba(124,219,230,0.2);
}
/*//////////////////////////////////////////////////////

pay parts 

////////////////////////////////////////////////////////*/
.icon-new, .obi {
	display: block;
	padding: 2px 60px 2px 20px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-transform: rotate(-21deg);
	-moz-transform: rotate(-21deg);
	transform: rotate(-21deg);
	font-weight: bold;
	font-size: 10px;
	font-style: italic;
	color: #d30000;
	position: absolute;
	top: -7px;
	left: -15px;
	background: #FFE900;
}
.icon-new.blue {
	color: #0056F7;
}
.obi {
	padding: 0 35px 0 30px !important;
	top: 5px;
	left: -30px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	text-shadow: none;
	font-size: 10px;
	-webkit-transform: rotate(-35deg);
	-moz-transform: rotate(-35deg);
	transform: rotate(-35deg);
}
.obi.one {
	color: #031afb;
}
/*続きを見る*/
.link_more {
	display: block;
	width: 98%;
	margin: 5px auto 0;
	padding: 8px 10px;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	color: #fff;
	border-radius: 5px;
}
.link_more.pink {
	box-shadow: 0 0 5px #dca2a8 inset, 0 0 5px #dca2a8 inset, 0 0 5px #dca2a8 inset, 0 0 5px #fff inset, 0 0 5px #fff inset, 0 0 5px #fff inset, 1px 2px 3px rgba(0,0,0,0.7);
	background: rgba(235,104,119,0.8);
	background: -moz-linear-gradient(top, #da838e 0%, rgba(235,104,119,0.8) 100%);
	background: -webkit-linear-gradient(top, #da838e 0%, rgba(235,104,119,0.8) 100%);
	background: linear-gradient(to bottom, #da838e 0%, rgba(235,104,119,0.8) 100%);
}
.link_more.green {
	box-shadow: 0 0 5px #cde2dc inset, 0 0 5px #cde2dc inset, 0 0 5px #bacfc8 inset, 0 0 7px #bacfc8 inset;
	background: #00807c;
	background: -moz-linear-gradient(top, #00807c 0%, #004a47 100%);
	background: -webkit-linear-gradient(top, #00807c 0%, #004a47 100%);
	background: linear-gradient(to bottom, #00807c 0%, #004a47 100%);
}
/*赤*/
.btn-red a {
	display: block;
	width: 220px;
	margin: 0 auto;
	padding: 8px 20px 8px 8px;
	position: relative;
	border: 1px solid #f44244;
	box-shadow: 0 2px 3px rgba(0,0,0,0.4);
	border-radius: 50px;
	text-decoration: none;
	text-align: center;
	line-height: 17px;
	font-size: 15px;
	color: #fff !important;
	background: rgb(247,0,52);
	background: -moz-linear-gradient(top, rgba(247,0,52,1) 0%, rgba(192,0,52,1) 100%);
	background: -webkit-linear-gradient(top, rgba(247,0,52,1) 0%, rgba(192,0,52,1) 100%);
	background: linear-gradient(to bottom, rgba(247,0,52,1) 0%, rgba(192,0,52,1) 100%);
}
.btn-red a:after {
	content: "＞";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7px;
	font-size: 15px;
}


/*紫*/
.btn-vi a {
	display: block;
	width: 220px;
	margin: 0 auto;
	padding: 8px 20px 8px 8px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13px;
	border: 3px solid #FFEEB6;
	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(93, 1, 166, 1) 0%, rgba(77, 0, 116, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(93, 1, 166, 1) 0%, rgba(77, 0, 116, 1) 100%);
	background: linear-gradient(to bottom, rgba(93, 1, 166, 1) 0%, rgba(77, 0, 116, 1) 100%);
}
.btn-vi 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-bl a {
	border: 0 !important;
	box-shadow: -1px -1px 1px #011d3d inset, -2px -2px 2px #011d3d inset, 0 0 10px #eee inset;
	background: -moz-linear-gradient(top, rgba(3,55,113,1) 0%, rgba(14,81,156,1) 100%);
	background: -webkit-linear-gradient(top, rgba(3,55,113,1) 0%, rgba(14,81,156,1) 100%);
	background: linear-gradient(to bottom, rgba(3,55,113,1) 0%, rgba(14,81,156,1) 100%);
}
/*ピンク*/
.btn-pink a {
	border: 0 !important;
	box-shadow: -1px -1px 1px #660217 inset, -2px -2px 2px #660217 inset, 0 0 10px #eee inset;
	background: rgb(150,3,96);
	background: -moz-linear-gradient(top, rgba(150,3,96,1) 0%, rgba(183,0,137,1) 100%);
	background: -webkit-linear-gradient(top, rgba(150,3,96,1) 0%, rgba(183,0,137,1) 100%);
	background: linear-gradient(to bottom, rgba(150,3,96,1) 0%, rgba(183,0,137,1) 100%);
}
.btn-ppv {
	width: 90%;
	margin: 0 auto;
}
.btn-ppv img{
  width: 100%;
}
/*////////////////////////////////////////////////////////

5daysLecture

////////////////////////////////////////////////////////*/
.lecture_5days .komi_fusui {
	border-top: 3px solid #999;
	border-bottom: 3px solid #999;
	background: #eee;
}
.lecture_5days.view .komi_fusui, .lecture_5days.view02 .komi_fusui {
	border-bottom: 0;
}
.lecture_5days .fusui {
	height: auto;
	padding: 10px;
	text-align: left;
	color: #333;
	background: url(../images/result/parts/bg_fusui.jpg) repeat-y;
	background-size: cover;
}
.list_5days li {
	margin-bottom: 5px;
}
.list_5days li.nolink {
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #a08800;
	color: #999;
	background: #ddd;
}
.list_5days li.nolink span {
	color: #9e9261 !important;
}
.list_5days li span {
	padding-right: 5px;
}
.list_5days a {
	display: block;
	padding: 5px 15px 5px 5px;
	border-radius: 5px;
	border: 1px solid #a08800;
	text-decoration: none;
	text-shadow: 0 0 1px rgba(42,18,0,0.3), 0 1px 2px #fff, 0 1px 2px #fff, 0 0 3px #fff;
	color: #2a1200;
	position: relative;
	background: rgb(255, 255, 243, 0.8);
	background: -moz-linear-gradient(top, rgba(255,255,243,0.2) 0%, rgba(212,209,184,0.2) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,243,0.2) 0%, rgba(212,209,184,0.2) 100%);
	background: linear-gradient(to bottom, rgba(255,255,243,0.2) 0%, rgba(212,209,184,0.2) 100%);
}
.list_5days a:after {
	content: "";
	width: 15px;
	height: 15px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 0;
	background: url(../images/icon/arrow_right.png) no-repeat;
	background-size: 100%;
}
.lecture_5days.view02 .fusui {
	height: 150px;
}
.lecture_5days.view02 .fusui p {
	width: 150px;
}
/*////////////////////////////////////////////////////////

daysLecture

////////////////////////////////////////////////////////*/
.list_days ul {
	padding-bottom: 20px;
	border-top: 1px solid #aa07ff;
}
.list_days a {
	display: block;
	padding: 7px 20px 7px 7px;
	border-top: 1px solid #aa07ff;
	border-bottom: 1px solid #aa07ff;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	color: #1e0000;
	position: relative;
	background: #E8EAF6;
  background: -moz-linear-gradient(to right, #E8EAF6 0%, #ffffff 50%, #E8EAF6 100%);
  background: -webkit-linear-gradient(to right, #E8EAF6 0%, #ffffff 50%, #E8EAF6 100%);
  background: linear-gradient(to right, #E8EAF6 0%, #ffffff 50%, #E8EAF6 100%);
}
.list_days a:after {
	content: "";
	width: 15px;
	height: 15px;
	margin-top: -7px;
	position: absolute;
	top: 50%;
	right: 5px;
	background: url(../images/icon/arrow_bk.png) no-repeat right 50%;
	background-size: 100%;
}
.list_days li.nolink {
	padding: 7px;
	border-top: 1px solid #380254;
	border-bottom: 1px solid #380254;
	text-align: left;
	color: #bbb;
	background: #888;
}
.list_days li.nolink:after {
	content: none;
}
.list_days li span {
	font-size: 0.9em;
	color: #876903;
}
.list_days li.nolink span {
	color: #d8d8d8;
}
.list_days .date {
	display: block;
}
/*////////////////////////////////////////////////////////

menulist

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

menu

////////////////////////////////////////////////////////*/
.menu section {
	margin-bottom: 0;
}
.menu p {
	margin-bottom: 0;
}
.menu .btn_today,
.menu .btn_advice {
  display: block;
  width: 100%;
}
.menu .btn_advice {
  height: auto;
  top: 275px;
}
.menu .teller_mes{
  position: absolute;
  left: 43%;
  top: 60px;
  width: 51%;
  color: #000;
}
.menu .main_visual .box a{
  position: absolute;
  bottom: 36px;
  right: 19px;
  display: block;
  width: 165px;
  height: 75px;
}
/*----- メインメニュー -----*/
.menu .main_visual ul {
	overflow: hidden;
}
.menu .main_visual li {
	width: 49.5%;
	position: relative;
}
.box_menu, .box_menu02, .box_menu03 {
	box-sizing: border-box;
}
.box_menu a, .box_menu02 a, .box_menu03 a {
	display: block;
	height: 100%;
}
.box_menu_wrap {
  background: url(../images/menu/bg_menu_top.png) no-repeat center 1px, url(../images/menu/bg_menu_btm.png) no-repeat center bottom;
  background-size: 100%;
  margin-top: -12px;
  padding: 30px 0 36px;
  position: relative;
}
.box_menu_wrap .inner {
  background: url(../images/menu/bg_menu_mid.png) repeat-y;
  background-size: 100%;
}
.box_menu {
  width: 92%;
	height: 280px;
  margin: 0 auto;
	background: url(../images/menu/bg_menu.png) no-repeat;
	background-size: 100%;
  box-sizing: border-box;
}
.box_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.box_menu li {
	height: 42px;
	margin-bottom: 6px;
}
.box_menu li:nth-child(5) {
  width: 100%;
}
.box_menu li:nth-child(10),
.box_menu li:nth-child(11) {
  margin-bottom: 0;
} 
/* 更新バッジ */
.box_menu .icon-1:after, .box_menu03 .icon-1:after {
	content: "";
	position: absolute;
	z-index: 1;
}
.box_menu .icon-1:after {
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	background: url(../images/icon/icon-mark.png) no-repeat;
	background-size: 100%;
}
.box_menu03 .icon-1:after {
	width: 65px;
	height: 30px;
	top: -3px;
	left: 0;
	background: url(../images/icon/icon-new.png) no-repeat;
	background-size: 100%;
}
/* 検索 */
.menu .box_search select[name="ctg"] {
	width: 100%;
}

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

.to_box {
	display: none;
}

.free_fortune_to_box .box_tab {
	background: rgba(0,0,0,0.5);
}

.free_fortune_to_box .tit_sub {
	color: #e4ff00;
}

.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  -6px -3px;
	background-size: 28px auto;
	padding-left: 22px;
	margin-bottom: 10px;
	font-weight: bold;
}

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

.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: 2px solid #eeca4a;
	border-left: 2px solid #eeca4a;
	border-right: 2px solid #eeca4a;
	border-bottom: 1px solid #eeca4a;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	position: relative;
	font-size: 15px;
}
.free_fortune_to_box .tab01 {
	background: #991542;
	margin: 0 0 0 6px;
}
.free_fortune_to_box .tab02 {
	background: #3a115a;
	margin: 0 6px 0 6px;
}

.free_fortune_to_box .tab02 a {
	opacity: 0.5;
}

.free_fortune_to_box .tab {
	margin-top: 7px;
}
.free_fortune_to_box .tab li a {
	padding: 8px 0 6px;
	display: block;
	text-decoration: none;
	color: #fff;
}
.tab_list {
	border-top: 1px solid #eeca4a;
	border-bottom: 1px solid #eeca4a;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: 20px 3px 15px 3px;
}

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

/* btn */
.menu .btn-ppv a {
	height: 125px;
	display: block;
	padding: 40px 0 0 0;
	box-sizing: border-box;
	line-height: 25px;
	text-decoration: none;
	text-shadow: 0 0 1px rgba(44, 34, 34, 0.4), 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-size: 15px;
	color: #2c2222;
	background: url(../images/menu/btn_ppv.png) no-repeat;
	background-size: 100%;
}
.menu .btn-ppv.long a {
	padding: 30px 0 0 0;
	background: url(../images/menu/btn_ppv_long.png) no-repeat;
	background-size: 100%;
}

/* 全部見るbtn */
.menu .all a {
  width: 92%;
  border: 1px solid #fff;
  background: rgba(250, 250, 250, .2);
  border-radius: 20px;
  display: block;
  text-decoration: none;
}
.menu_top .ppv_btn {
  width: 300px;
  margin: 0 auto;
}
.menu .box {
  margin-top: 30px;
}
.menu .box li {
  width: 90%;
  height: 80px;
  margin: 0 auto;
  padding: 2px;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #fff4c3 0%, #ffdb87 10%, #dcb600 40%, #dcb600 60%, #ffdb87 90%, #fff4c3 100%);
  border-radius: 10px;
}
.menu .box li:not(:last-child) {
  margin-bottom: 25px;
}
.menu .box li a {
  display: block;
  padding: 15px 10px 10px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #f10071 0%, #7f0048 87%, #f10071 95%, #f10071 100%);
  border-radius: 10px;
  position: relative;
  color: #fff;
  clear: both;
  line-height: 25px;
  font-size: 15px;
  font-weight: bold;
}
.menu .box li a::before {
  position: absolute;
  top: -20px;
  left: 5px;
  content: "";
  display: inline-block;
  background: url(../images/pay/loop/d/icon_ppv.png) no-repeat;
  background-size: 100%;
  width: 80px;
  height: 45px;
}
/*----- sec01 -----*/
.menu .sec01 .list li {
  position: relative;
  background: rgba(164, 78, 231, .6);
  border: 2px solid #a44ee7;
}
/*----- sec02 -----*/
.menu .sec02 .list li {
  position: relative;
  background: rgba(224, 72, 169, .6);
  border: 2px solid #e048a9;
}
.menu .sec02 .line_wrap {
  background: url(../images/menu/bg_normal_top.png) no-repeat center 1px, url(../images/menu/bg_normal_btm.png) no-repeat bottom;
  background-size: 100%;
  padding: 42px 0;
}
.menu .sec02 .line_wrap .line {
  padding: 0 20px;
  background: url(../images/menu/bg_normal_mid.png) repeat-y;
  background-size: 100%;
}

/*----- sec03 -----*/
.menu .sec03 .list li {
  position: relative;
  background: rgba(66, 146, 245, .6);
  border: 2px solid #4292f5;
}
/*----- sec04 -----*/

.menu .sec04 .list li {
  position: relative;
  background: rgba(164, 78, 231, .6);
  border: 2px solid #a44ee7;
}

/*----- sec05 -----*/
.menu .sec05 .list {
  margin-top: -50px;
}
.menu .sec05 .list li {
  position: relative;
  background: rgba(224, 190, 72, .6);
  border: 2px solid #e0be48;
}
/*----- sec06 -----*/
.menu .sec06 .list li {
  position: relative;
  background: rgba(53, 181, 213, .6);
  border: 2px solid #35b5d5;
}
/*----- sec07 -----*/
.menu .sec07 .menu_list {
  background: url(../images/menu/bg_sec07_top.jpg) no-repeat top, url(../images/menu/bg_sec07_btm.jpg) no-repeat bottom;
  background-size: 100%;
  box-sizing: border-box;
  margin: 0 5px;
  padding: 4px 0 1px;
}
.menu .sec07 .list {
  background: url(../images/menu/bg_sec07_mid.jpg) repeat-y;
  background-size: 100%;
  box-sizing: border-box;
}
.menu .sec07 .list li {
  position: relative;
  background: rgba(250, 250, 250, .9);
  border: 2px solid #00b9fe;
}
.menu .sec07 .list li a {
  color: #1c43b5;
}
.menu .sec07 .list li a:after {
  background: url(../images/icon/arrow_blue02.png) no-repeat;
  background-size: 100%;
}
/*----- 2ヶ月 -----*/
.two-month_box{
  position: relative
}
.two-month_box >a{
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 90%;
  height: 140px;
  margin: auto;
  display: block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.two-month .box .box01{
  position: absolute;
  width: 50%;
  top: 180px;
  left: 0;
  right: 0;
  border: red 2px solid;
  padding: 10px;
  margin: auto;
  font-size: 22px;
  box-shadow: inset 0 0 4px 2px #fff, inset 0 0 4px 2px #fff, 0 0 2px 1px #fff, 0 0 2px 2px #fff;
  z-index: 999;
}
.two-month .box .box01 span{
  font-size: 20px;
}

.two-month .box .box01.open-1.close,
.two-month .box .open-0.open{
  display: none;
}
.two-month .box .open-1.open a{
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  top: 180px;
  padding: 8px;
  margin: 2px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid #f9faee;
  text-shadow: 0 1px 1px #19052a, 0 0 10px #19052a;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 1px 1px #b4587d inset, 0 2px 3px #e55892 inset, 0 -2px 3px #400326 inset, 0 2px 5px rgb(0 0 0 / 50%);
  background: rgb(241,77,143);
  background: -moz-linear-gradient(top, rgba(241,77,143,1) 0%, rgba(190,0,109,1) 50%, rgba(98,0,57,1) 100%);
  background: -webkit-linear-gradient(top, rgba(241,77,143,1) 0%, rgba(190,0,109,1) 50%, rgba(98,0,57,1) 100%);
  background: linear-gradient(to bottom, rgba(241,77,143,1) 0%, rgba(190,0,109,1) 50%, rgba(98,0,57,1) 100%);
  width: 50%;
  font-size: 18px;
  margin: auto;
  z-index: 999;
  }
/*----- 夜の顔 -----*/
.menu .sec_yoru .box a{
  position: absolute;
  bottom: 28px;
  display: block;
  width: 100%;
  height: 75px; 
}

/*----- 幸せに導く8人-----*/
.menu_top .sec_5days .box li,
.menu_top .sec_5days .box li a {
  background: none;
}
.menu_top .sec_5days .box li a::before {
  display: none;
}
/*----- 月額top 7days -----*/
.menu_top .sec_7days ul {
  bottom: 125px;
}
/*----- 7days -----*/
/* .sec_7days ul {
	position: relative;
  height: 390px;
  background: url(../images/menu/7days.jpg) no-repeat;
  background-size: 100%;
} */
.sec_7days {
  position: relative;
  min-height: 605px;
}
.sec_7days ul {
  height: 90px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.sec_7days li,
.sec_7days li a {
  background: none !important;
} 
.sec_7days .btn-regist {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec_7days li a::before {
  display: none !important;
}
.sec_7days li.ppv_btn:nth-child(1) {
  top: 83px;
  left: 18px;
  width: 300px;
  height: 70px;
  margin-bottom: 10px;
}
.sec_7days li.ppv_btn:nth-child(2) {
  width: 300px;
}
.sec_7days li a {
  display: block;
  width: 100%;
  height: 100%;
}
/* open */
.sec_7days li:nth-child(1) {
  top: 24px;
  left: 5px;
  width: 152px;
}
.sec_7days li:nth-child(2) {
  top: 24px;
  right: 5px;
  width: 152px;
}
.sec_7days li:nth-child(3) {
  top: 119px;
  left: 5px;
  width: 152px;
}
.sec_7days li:nth-child(4) {
  top:  119px;
  right: 5px;
  width: 152px;
}
.sec_7days li:nth-child(5) {
  top: 216px;
  left: 5px;
  width: 152px;
}
.sec_7days li:nth-child(6) {
  top: 216px;
  right: 5px;
  width: 152px;
}
.sec_7days li:nth-child(7) {
  top: 313px;
  left: 13px;
  width: 294px;
}
.sec_7days li.open-1 a {
	display: block;
	pointer-events: auto;
	height: 100%;
}
.sec_7days li.open-1:after, .sec_7days li.open-1 a:after {
	content: none;
}
/* close */
.sec_7days li.open-0 {
  background: rgba(0, 0, 0, 0.6);
}
.sec_7days li.open-0:after {
  content: "Coming Soon";
  display: block;
  position: absolute;
  top: 28%;
  width: 100%;
  padding: 5px 0;
  font-size: 18px;
  font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  background: -moz-linear-gradient(to bottom, rgb(156 39 176 / 0.6) 0%, rgb(57 4 99 / 0.8) 50%, rgb(156 39 176 / 0.6) 100%);
  background: -webkit-linear-gradient(to bottom, rgb(156 39 176 / 0.6) 0%, rgb(57 4 99 / 0.8) 50%, rgb(156 39 176 / 0.6) 100%);
  background: linear-gradient(to bottom, rgb(156 39 176 / 0.6) 0%, rgb(57 4 99 / 0.8) 50%, rgb(156 39 176 / 0.6) 100%);
}
.sec_7days li.open-0 a {
  pointer-events: none;
}
/* 7days下層ページ */
.lecture.days07 .box_teller {
  background: url(../images/teller/02.png) no-repeat top right;
  background-size: 50%;
  height: 200px;
}
.lecture.days07 .box_teller .serif::after {
  top: 52px;
}
.lecture.days07 .ara {
  width: 100px;
  margin: 0;
}
/*----- 5days -----*/
.sec_5days li.ppv_btn:nth-child(1) {
  width: 200px;
  margin: 5px auto 10px;
}
.sec_5days li.ppv_btn:nth-cahild(2) {
  width: 300px;
  margin: 0 auto;
}
.lecture.days05 .box_teller {
  background: url(../images/teller/01.png) no-repeat top right;
  background-size: 50%;
  height: 200px;
}
.lecture.days05 .box_teller .serif::after {
  top: 60px;
}
/*----- 2monthly -----*/
.sec_2monthly {
  position: relative;
  min-height: 440px;
}
.sec_2monthly .box > ul {
  width: 100%;
  margin-top: -90px;
}
.sec_2monthly .box.disp-0 li.ppv_btn:nth-child(1),
.sec_2monthly .box.disp-1 li:nth-child(2) {
  display: none;
}
.sec_2monthly .box.disp-1 li:nth-child(1) {
  display: block;
}
.sec_2monthly li.ppv_btn:nth-child(1) {
  width: 200px;
  margin: 5px auto 15px;
}
.sec_2monthly li:nth-child(2) {
  width: 280px;
  margin: 0 auto 20px;
}
.sec_2monthly li.ppv_btn:nth-child(3) {
  width: 300px;
  margin: 0 auto;
}

/*リンク*/
.sec_gafu .link1, .sec_gafu .link2, .sec_gafu .link3 {
	position: absolute;
}
.sec_gafu .link1, .sec_gafu .link2 {
	width: 140px;
	height: 33px;
	right: 18px;
}
.sec_gafu .link1 {
	top: 155px;
}
.sec_gafu .link2 {
	top: 295px;
}
.sec_gafu .link3 {
	width: 85%;
	height: 60px;
	margin: 0 auto;
	bottom: 20px;
	left: 0;
	right: 0;
}
.sec_gafu a {
	display: block;
	height: 100%;
}
/*close*/
.sec_gafu .link3 a {
	pointer-events: none;
	position: relative;
}
.sec_gafu .link3 a:after {
	content: "";
	width: 92%;
	height: 52px;
	margin: 0 auto;
	border-radius: 10px;
	position: absolute;
	top: 3px;
	left: 9px;
	background: rgb(0, 0, 0, 0.3);
}
/*open*/
.sec_gafu .link3.member-10 a {
	pointer-events: auto;
}
.sec_gafu .link3.member-10 a:after {
	content: none;
}

/*----- 誘導 -----*/
/* intro01 */
.box_yudo01 {
  min-height: 310px;
  background: url(../images/pay/teller_main.jpg) no-repeat top;
  background-size: 100%;
}
.box_yudo01 ul {
  position: absolute;
  top: 40px;
  left: 15px;
} 
/* intro02 */
.box_yudo02 a {
  height: 60px;
  box-sizing: border-box;
}
.box_yudo02 li:last-child a {
  padding: 20px 0;
}
.box_yudo04 .box01 p {
  position: absolute;
  top: 50px;
  left: 20px;
  width: 65%;
}
/* intro06, intro14 */
.sec_turning-point.box_yudo06 .box ul {
    background: url(../images/menu/turning-point_menulist.jpg) no-repeat;
    background-size: 100%;
}

/* intro07 */
.box_yudo07 .box a {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 85%;
  height: 100px;
}
/* intro08 */
.box_yudo08 .box ul {
    position: relative;
    height: 345px;
    background: url(../images/menu/yudo08.jpg) no-repeat;
    background-size: 100%;
}
.box_yudo08 .box ul li {
  width: 206px;
  height: 86px;
  position: absolute;
  left: 100px;
  overflow: hidden;
}
.box_yudo08 .box ul li:nth-child(1) {
    bottom: 115px;
}
.box_yudo08 .box ul li:nth-child(2) {
    bottom: 14px;
}
.box_yudo08 .box ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
/* intro09 */
.box_yudo09 .box ul {
    position: relative;
    height: 270px;
    background: url(../images/menu/yudo09.jpg) no-repeat;
    background-size: 100%;
}
.box_yudo09 .box ul li {
  width: 146px;
  height: 52px;
  position: absolute;
  left: 12px;
  overflow: hidden;
}
.box_yudo09 .box ul li:nth-child(1) {
    bottom: 62px;
}
.box_yudo09 .box ul li:nth-child(2) {
  bottom: 62px;
  left: 162px;
}
.box_yudo09 .box ul li:nth-child(3) {
  bottom: 3px;
  width: 296px
}
.box_yudo09 .box ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
/* intro10 intro11 */
.box_yudo10 .box ul {
    position: relative;
    height: 165px;
    background: url(../images/menu/yudo10.jpg) no-repeat;
    background-size: 100%;
}
.box_yudo11 .box ul {
    position: relative;
    height: 165px;
    background: url(../images/menu/yudo11.jpg) no-repeat;
    background-size: 100%;
}
.box_yudo10 .box ul li,
.box_yudo11 .box ul li{
  width: 146px;
  height: 56px;
  position: absolute;
  left: 13px;
  overflow: hidden;
}
.box_yudo10 .box ul li:nth-child(1),
.box_yudo11 .box ul li:nth-child(1){
  bottom: 57px;
}
.box_yudo10 .box ul li:nth-child(2),
.box_yudo11 .box ul li:nth-child(2){
  bottom: 57px;
  left: 162px;
}
.box_yudo10 .box ul li:nth-child(3),
.box_yudo11 .box ul li:nth-child(3){
  bottom: 0;
  width: 297px;
}
.box_yudo10 .box ul li a,
.box_yudo11 .box ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
/* intro12 */
.box_yudo12 {
  height: 200px;
  background: url(../images/teller/01.png) no-repeat right;
  background-size: 60%;
}
.box_yudo12 ul {
  position: absolute;
  top: 30px;
  left: 15px;
} 
/* intro13 */
.box_yudo13 {
  height: 200px;
  background: url(../images/teller/03.png) no-repeat left;
  background-size: 60%;
}
.box_yudo13 ul {
  position: absolute;
  top: 20px;
  right: 15px;
} 
/*////////////////////////////////////////////////////////

占い外

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

menu.do

////////////////////////////////////////////////////////*/
/*----- title -----*/
.result-picture, .view_title .result-picture {
	width: 120px;
	float: left;
}
.result-picture {
	margin: 0 10px 10px 0;
}
/*----- lead -----*/
.menudo .lead, .default .lead {
	padding: 0 10px;
	line-height: 22px;
	text-shadow: 0 0 1px #19052a, 0 1px 1px #19052a;
	text-align: left;
	color: #fff;
}
.lead.komi_normal {
	padding: 35px 20px 30px;
	text-shadow: 0 0 1px rgba(7, 0, 73, 0.3);
	color: #070049;
}
.btn_kobetsu {
  position: relative;
  float: right;
  margin: 0 10px 0 0;
  background: #c936b8;
  background: -moz-linear-gradient(top, #c936b8 0%, #af19b6 50%, #712178 100%);
  background: -webkit-linear-gradient(top, #c936b8 0%,#af19b6 50%,#712178 100%);
  background: linear-gradient(to bottom, #c936b8 0%,#af19b6 50%,#712178 100%);
  border: 1px solid #fffde7;
  border-radius: 3px;
}
.btn_kobetsu:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 5px;
  background: url(../images/icon/arrow_wh2.png) no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn_kobetsu a {
  display: block;
  padding: 10px 20px 10px 10px;
  text-decoration: none;
  color: #fff;
}


/* daily */
.result-picture01 {
  width: 140px;
  float: left;
}
.result-picture02 {
  width: 140px;
  float: right;
}

.daily .box.box02 ul {
  position: relative;
  height: 258px;
  background: url(../images/menu/daily.jpg) no-repeat;
  background-size: 100%;
}
.daily .box.box02 ul li {
  top: 0px;
  width: 76px;
  height: 53px;
  position: absolute;
  left: 9px;
  overflow: hidden;
}
.daily .box.box02 ul li:nth-child(2) {
  left: 92px;
  width: 93px;
}
.daily .box.box02 ul li:nth-child(3) {
  left: 191px;
  width: 114px;
}
.daily .box.box02 ul li:nth-child(4) {
  top: 205px;
  left: 16px;
  width: 128px;
}
.daily .box.box02 ul li:nth-child(5) {
  top: 205px;
  left: 150px;
  width: 150px;
}
.daily .box.box02 ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

/*result06*/
.result06{
  padding: 90px 0 25px;
  overflow: hidden;
  background: url(../images/result/parts/bg_line.png) no-repeat;
  background-size: 100%;
  min-height: 225px;
}
.result06 p{
  background: #fff;
  color: #000;
  width: 70%;
  margin: auto;
  border-radius: 20px;
  padding: 10px;
  position: relative;
}
.result06 p:after {
  content: "";
  width: 13px;
  height: 15px;
  position: absolute;
  top: 12%;
  left: -8px;
  background: url(../images/result/parts/fuki_line_right.png) no-repeat;
  background-size: 100%;
}
/*result07*/
.result07{
  padding: 20px 30px 70px;
  overflow: hidden;
  background: url(../images/menu/bg_paper_top.jpg) no-repeat top, url(../images/menu/bg_paper_btm.jpg) no-repeat bottom, url(../images/menu/bg_paper_mid.jpg) repeat-y;
  background-size: 100%;
}
.result07 p{
  color: #000;
}

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

tellerProfile

////////////////////////////////////////////////////////*/
.tellerProfile section {
	margin-bottom: 0;
}
.tellerProfile .senja_navi {
	display: flex;
	background: url(../images/info/menu.jpg) no-repeat;
	background-size: 100%;
}
.tellerProfile .senja_navi li {
	width: 33.3%;
	height: 67px;
}
.tellerProfile .senja_navi li a {
	display: block;
	height: 100%;
}
.tellerProfile .box_teller {
  background: url(../images/teller/03.png) no-repeat right center;
  background-size: 50%;
  height: 150px;
  position: relative;
  padding: 20px 0 0;
}
.tellerProfile .box_teller .name {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 45px;
  font-size: 18px;
}
.tellerProfile #senja_wrap .lead {
	padding: 15px 25px 30px;
	text-align: left;
	color: #fff;
}¥
.tellerProfile #senja_wrap .lead a {
  color: #fff;
}
.tellerProfile #senjutsu_wrap .lead {
	padding: 15px 25px 30px;
	text-align: left;
	color: #fff;
  font-size: 15px; 
}
.tellerProfile .lead h3 {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
}
.tellerProfile .lead p {
	margin-bottom: 0;
  word-break: break-all;
}
.tellerProfile .f_left {
	width: 50% !important;
	margin: 0 0 30px -10px;
}
/*////////////////////////////////////////////////////////

ppv

////////////////////////////////////////////////////////*/
.ppv_top section {
	margin-bottom: 15px;
}
.ppv_top .box_teller p {
	width: 185px;
	position: absolute;
	top: 35px;
	left: 15px !important;
	text-align: left;
	text-shadow: 0 0 2px #9700b2, 0 0 2px #9700b2, 0 0 2px #9700b2, 0 0 5px #9700b2;
	color: #fff;
}
.ppvnavi {
	padding: 0 5px;
	height: 124px;
	overflow: hidden;
	background: url(../images/ppv/bg_btn.png) no-repeat;
	background-size: 100%;
  position: relative;
  top: -30px;
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ppvnavi li {
	width: 50%;
	height: 58px;
}
.ppvnavi li:first-child {
  width: 100%;
}
.ppvnavi a {
	display: block;
	height: 100%;
}
.ppv_top .ppv_history {
  background: #535353;
  border: 1px solid #ffffff;
  border-radius: 20px;
  width: 35%;
  margin: -20px 10px 10px auto;
  padding: 2px 0;
}
.ppv_top .ppv_history a {
  text-decoration: none;
  color: #fff;
  display: block;
}
/* ppv new*/
/*

.ppv_top .box_new li:first-child.new {
  background: url(../images/pay/bg_new_first_top.jpg) no-repeat top, url(../images/pay/bg_new_first_btm.jpg) no-repeat bottom, url(../images/pay/bg_new_first_mid.jpg) repeat-y;
	background-size: 100%;
}
*/
/*
.ppv_top .box_new li:first-child a {
  padding: 35px 20px;
}
.ppv_top .box_new li:first-child.new a:after {
  top: 38px;
}
*/


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

/*pickup*/
.ppv_top .sec_pickup li {
    background: url(../images/pay/bg_new_top02.jpg) no-repeat top, url(../images/pay/bg_new_mid.jpg) repeat-y;
    background-size: 100%;
}
.ppv_top .sec_pickup li a{
  display: block;
}
.sec_pickup .icon-ppv {
  color: #000;
}
/*////////////////////////////////////////////////////////

ppv.do

////////////////////////////////////////////////////////*/
/* confirm */
.ppvdo.confirm .serif:after {
	top: 45%;
}
.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/icon/icon-one.png) no-repeat 7px center;
	background-size: 10px;
}
.ppv_num.two {
	background: url(../images/icon/icon-two.png) no-repeat left center;
	background-size: 20px;
}
.menu_list .ppv_num {
	display: block;
	text-shadow: none;
	color: #fff;
}
.ppv_price {
	padding: 20px 0 0;
	text-shadow: 0 1px 1px #010101;
	font-size: 16px;
}
.ppvdo .subtitle {
	font-size: 12px;
}
.ppvdo .list-menu {
	margin: 5px auto 20px;
}
.ppvdo .tit_sub01 {
	margin: 20px 0 10px;
}
/* アイコン */
.icon-person {
	clear: both;
	margin: 0 5px;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	color: #de0000;
}
.icon-person p {
	display: inline-block;
	margin-bottom: 0 !important;
}
.icon-person .icon {
	padding: 5px 0 5px 25px;
}
.icon-person.一人用 .icon {
	background: url(../images/icon/icon-one.png) no-repeat left;
	background-size: 10px;
}
.icon-person.二人用 .icon {
	background: url(../images/icon/icon-two.png) no-repeat left;
	background-size: 20px;
}
.menu_list .icon-person {
  padding-right: 20px;
}
/* あいさつ */
.ppvdo.confirm .box_teller {
	min-height: 210px;
	background: url(../images/teller/02.png) no-repeat 125% 10px;
	background-size: 62%;
	margin-bottom: 20px;
}
.ppvdo.confirm .box_teller p {
	margin: 15px 0 0 15px;
	padding: 17px 10px;
	line-height: 22px;
}
/*パック用文言エリア*/
.ppvdo.confirm .text_pack {
  display: block;
  margin: 10px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 7px;
  text-align: left;
  font-size: 13px;
}
/* 承諾事項 */
.box_approval {
	padding: 0 0 30px;
	text-align: left;
	font-size: 12px;
	color: #ccc;
	background: rgba(12,1,31,0.4);
}
.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: #ff005a;
}
.box_approval .text-canter {
	text-align: center;
}
/*////////////////////////////////////////////////////////

loop

////////////////////////////////////////////////////////*/
/*----- loopD -----*/
.list_rank ul {
  padding: 10px;
	text-align: left;
  background: url(../images/pay/loop/d/bg_rank_top.jpg) no-repeat top, url(../images/pay/loop/d/bg_rank_btm.jpg) no-repeat bottom, url(../images/pay/loop/d/bg_rank_mid.jpg) repeat-y;
	background-size: 100%;
}
.list_rank li {
	position: relative;
  height: 100px;
	text-align: left;
  background: url(../images/pay/loop/d/line.png) no-repeat bottom;
  background-size: 90%;
}
.list_rank li:last-child{
  background: none;
}

.list_rank li:last-child {
  border-bottom: 1px solid #fff000;  
}
.list_rank a {
  position: relative;
	display: block;
	padding-left: 100px;
  text-decoration: none;
  height: 100%;
}
.list_rank li:nth-child(1) a {
	background: url(../images/pay/loop/d/icon-no1.png) no-repeat 15px;
	background-size: 70px;
}
.list_rank li:nth-child(2) a {
	background: url(../images/pay/loop/d/icon-no2.png) no-repeat 15px;
	background-size: 70px;
}
.list_rank li:nth-child(3) a {
	background: url(../images/pay/loop/d/icon-no3.png) no-repeat 15px;
	background-size: 70px;
}
.list_rank .guide {
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 17px;
	text-shadow: 0 0 1px rgba(51, 51, 51, 0.5);
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 13px;
	background: url(../images/pay/loop/d/line.png) no-repeat bottom;
	background-size: 100%;
}
.list_rank .ppvtitle {
  position: absolute;
  top: 50%;
  width: 190px;
  text-decoration: underline;
	font-weight: bold;
  line-height: 20px;
  -wedkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
}
/* loopD */
.loopD .box li {
  width: 90%;
  height: 80px;
  margin: 0 auto;
  padding: 2px;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #fff4c3 0%, #ffdb87 10%, #dcb600 40%, #dcb600 60%, #ffdb87 90%, #fff4c3 100%);
  border-radius: 10px;
}
.loopD .box li:not(:last-child) {
  margin-bottom: 25px;
}
.loopD .box li a {
  display: block;
  padding: 10px 5px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #f10071 0%, #7f0048 87%, #f10071 95%, #f10071 100%);
  border-radius: 10px;
  position: relative;
  color: #fff;
  clear: both;
  line-height: 25px;
  font-weight: bold;
}
.loopD .box li a::before {
  position: absolute;
  top: -20px;
  left: 5px;
  content: "";
  display: inline-block;
  background: url(../images/pay/loop/d/icon_ppv.png) no-repeat;
  background-size: 100%;
  width: 80px;
  height: 45px;
}
.loopD .box li a > space {
  float: left;
  width: 80px;
  height: 20px;
}
.loopD .box {
  margin-bottom: 20px;
}
/* link1 */
.loopD.link1 .box {
  margin-top: -20px;
}
/*----- loopA -----*/
.loopA a dt {
	display: inline-block;
	margin-bottom: 5px;
	padding: 2px 10px;
	text-align: center;
	color: #fff;
	border: 2px solid #ca2577;
	border-radius: 30px;
	background: #db2b92;
}
/*----- weekend -----*/
.add-icon {
	padding: 10px 0 5px 0;
	margin-bottom: 20px;
}
.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: #883aff;
	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;
}
.obi {
	padding: 0 35px 0 30px !important;
	top: 5px;
	left: -30px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	text-shadow: none;
	font-size: 10px;
	-webkit-transform: rotate(-35deg);
	-moz-transform: rotate(-35deg);
	transform: rotate(-35deg);
}
.obi.one {
	color: #031afb;
	background-color: #FFE900 !important;
}

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

yudo

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

/*09*/
.yudo_cate.link09 .box.box01 ul{
  background: url(../images/yudo/02.jpg) no-repeat;
  background-size: 100%;
  height: 205px;
}

.yudo_cate.link09 .box.box01 li {
  position: absolute;
  width: 100px;
  height: 40px;
  right: 27px;
  bottom: 142px;
}
.yudo_cate.link09 .box.box01 li:nth-child(2) {
  bottom: 89px;
  right: 120px;
}
.yudo_cate.link09 .box.box01 li:nth-child(3) {
  bottom: 35px;
  width: 110px;
}
.yudo_cate.link09 .box.box01 li a {
  display: block;
  width: 100%;
  height: 100%;
}

/* 10 */
.yudo_cate.link10 .box{
	overflow: hidden;
}
.yudo_cate.link10 .box li {
  position: absolute;
}
.yudo_cate.link10 .box li:nth-child(1){
	top: 138px;
	right: 0;
	width: 150px;
	height: 60px;
	transform: rotate(-15deg);
}
.yudo_cate.link10 .box li:nth-child(2){
	top: 193px;
	left: 0;
	width: 140px;
	height: 60px;
	transform: rotate(7deg);
}
.yudo_cate.link10 .box li:nth-child(3){
	top: 328px;
	right: 32px;
	width: 230px;
	height: 60px;
	transform: rotate(13deg);
}
.yudo_cate.link10 .box a {
  display: block;
  width: 100%;
  height: 100%;
}
/*////////////////////////////////////////////////////////

mypage

////////////////////////////////////////////////////////*/
.mypage .box_teller {
  height: 277px;
  background: url(../images/mypage/teller.jpg) no-repeat;
  background-size: 100%;
  padding-top: 20px;
  box-sizing: border-box;
}
.mypage .box_teller .serif {
  margin-left: auto;
  margin-right: 10px;
}
.mypage .box_teller .serif::after {
  background: url(../images/common/fuki_left.png) no-repeat;
  right: inherit;
  left: -21px;
  top: 70px;
}
.mypage .login_status_pref {
  position: absolute;
  right: 10px;
  top: 325px;
  margin: 0;
}
.mypage .text-att.no_connect {
  position: absolute;
  top: 350px;
  right: 0;
  margin: 0;
}
.mypage .box_item dl {
	padding: 0 20px 10px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #a38a24;
}
.mypage .box_item dt {
	width: 110px;
	float: left;
	text-align: left;
}
.mypage .box_item dd {
	font-size: 18px;
	text-align: left;
}
.mypage .text_point {
	margin: 5px 0 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #e3c02f;
}
/*メニュー*/
.list-icon li.tutorial {
	background: url(../images/mypage/icon01.png) no-repeat 10px center;
	background-size: 30px;
}
.list-icon li.history {
	background: url(../images/mypage/icon02.png) no-repeat 10px center;
	background-size: 30px;
}
.list-icon li.bookmark {
	background: url(../images/mypage/icon03.png) no-repeat 10px center;
	background-size: 30px;
}
.list-icon li.stamp {
	background: url(../images/mypage/icon04.png) no-repeat 10px center;
	background-size: 30px;
}
.list-icon a {
	padding: 13px 10px 13px 45px !important;
}
/*ログボ*/
.box_bonus.disp-0 {
	display: none;
}
/*プレミアムコード*/
.mypage .box_special {
	text-align: left;
  margin-top: 55px;
  padding: 46px 0 44px;
  background: url(../images/pay/bg_normal_top.png) no-repeat center 1px, url(../images/pay/bg_normal_btm.png) no-repeat bottom;
	background-size: 100%;
  color: #000;
  position: relative;
}
.mypage .box_special > h2 {
  position: absolute;
  top: -46px;
  left: 0;
}
.mypage .box_special .inner {
  padding: 0 20px 10px;
  background: url(../images/pay/bg_normal_mid.png) repeat-y;
  background-size: 100%;
}
.mypage .box_special li:nth-child(1), .mypage .box_special li:nth-child(2) {
	color: #333;
}
.mypage .box_special li a {
	font-weight: bold;
	color: #290404;
}
.mypage .present_cord.mypage {
	margin: 10px 0;
	border: 1px solid #d7a97e;
	background: #f7e5d4;
}
.present_cord .present_txt03 {
    color: #000;
}
/*////////////////////////////////////////////////////////

stamp

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

bookmark

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

tutorial

////////////////////////////////////////////////////////*/
.tutorial .box_teller {
	min-height: 190px;
	background: url(../images/teller/01.png) no-repeat -18px;
	background-size: 50%;
}
.tutorial .box_teller .serif {
  margin: 20px 10px 10px auto;
  font-weight: bold;
}
.tutorial .box_teller .serif::after {
  background: url(../images/common/fuki_left.png) no-repeat;
  right: inherit;
  left: -21px;
  top: 70px;
}
.tutorial .box_teller .serif {
  
}
.tutorial .sec01 .box_teller .serif::after {

}
.tutorial .tutorial_menu_list {
  padding: 0 13px;
  box-sizing: border-box;
}
.tutorial .tutorial_menu_list li {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 4px;
  border-radius: 5px;
  background: #fff;
  position: relative;
  font-size: 17px;
}

.tutorial .tutorial_menu_list li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid #000;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  margin-top: 0;
}
.tutorial .tutorial_menu_list a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.tutorial .sec02 .point {
  margin: 50px 20px 20px;
  position: relative;
}
.tutorial .sec02 .point::after {
  content: "";
  display: inline-block;
  background: url(../images/regist/tutorial/circle_here.png) no-repeat;
  background-size: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -40px;
}
.tutorial .sec02 .point.pt_01::after {
  left: 70px;
}
.tutorial .sec02 .point.pt_02::after {
  right: 54px;
}
.tutorial .sec02 .point.pt_03::after {
  left: 13px;
}
.tutorial .sec02 .point.pt_04::after {
  right: -2px;
}
.tutorial .finish .box_teller {
  height: 255px;
  background: url(../images/pay/teller_main.jpg) no-repeat;
  background-size: 100%;
  padding-top: 20px;
  box-sizing: border-box;
} 
/*////////////////////////////////////////////////////////

unregist

////////////////////////////////////////////////////////*/
/*----- index -----*/
.unregist .box_teller {
	height: 200px;
	background: url(../images/teller/01.png) no-repeat right;
	background-size: 50%;
}
.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;
}

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

割引キャンペーンsale

////////////////////////////////////////////////////////*/
.sale-box.disp-0, .sale-box.disp-2, .sale-anchor.disp-0, .sale-anchor.disp-2 {
	display: none;
}
.sale-box.disp-1, .sale-anchor.disp-1 {
	display: block;
}
.sale-box .sale-tit {
	line-height: 1;
	padding: 8px 0;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 16px;
	color: #fff;
	background: yellow;
	color: #ff4b1b;
}
.sale-box .sale-here {
	font-size: 17px;
	font-weight: bold;
	background: #9576e7;
	padding: 15px 0;
	line-height: 1;
	margin-bottom: 5px;
}
.sale-box .sale-here a {
	color: #ffff00!important;
}
.sale-site {
	background: red;
	color: #ffff00;
	padding: 7px 0;
	font-weight: bold;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #ffff00;
	border-bottom: 1px solid #ffff00;
}
.sale-box li {
	margin: 5px 5px 5px 5px;
}
.sale-box li a {
	background: #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-wrap {
	position: relative;
	min-height: 225px;
}
.sale-box .sale_box-count {
	background: #fff;
	margin: 10px;
	color: #ffff00;
	font-size: 15px;
	padding: 10px 10px;
	line-height: 1;
	border-radius: 50px;
	outline: 2px solid #c52ffc;
	outline-offset: -4px;
	box-sizing: border-box;
}
.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 {
	color: #000;
}

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