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

common

////////////////////////////////////////////////////////*/
.f_left {
	float: left;
}
.f_right {
	float: right;
}
.f_none {
	float: none !important;
	margin: 0 auto;
}
.d_none {
	display: none;
}
section {
	clear: both;
	margin-bottom: 20px;
}
/*----- 汎用box -----*/
.box {
	position: relative;
	overflow: hidden;
	clear: both;
}
/*----- 新規2日間出し分け -----*/
.new_member_off, .new_member_on ,
.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 20px;
	background: url(../images/free/bg_ff_btm.jpg) no-repeat bottom, url(../images/free/bg_ff_mid.jpg) repeat-y;
	background-size: 100%;
}

.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%;
}
.ff_txt {
	margin: 0 0 5px;
}
.one_wrap, .two_wrap {
	overflow: hidden;
	text-align: left;
}
.two_wrap {
	padding-top: 15px;
}
.form_wrap dt {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background: #19726C;
}
.form_wrap.two dt,
.two_wrap dt {
	background: #721A71;
}
.form_wrap dd {
	margin-bottom: 3px;
  float: left;
  width: 80%;
}
.form_wrap select {
	float: left;
	height: 35px;
	line-height: 35px;
  box-shadow: 0 2px 5px -1px rgba(0,0,0,0.5);
}
.form_wrap input[type="text"] {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	height: 35px;
	line-height: 35px;
	outline: 0;
  box-shadow: 0 2px 5px -1px rgba(0,0,0,0.5);
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: none;
  border-radius: 0 3px 3px 0;
}
.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: 48%;
	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;
  box-shadow: 0 2px 5px -1px rgba(0,0,0,0.5);
  border-radius: 3px 0 0 3px;
}
/*性別・生年月日*/
.sex_wrap,.birthday_wap {
	margin-bottom: 10px;
}
.sex_wrap dt {
	width: 80px;
	margin-right: 5px;
	float: left;
	border-radius: 3px;
	line-height: 35px;
  box-shadow: 0 2px 5px -1px rgba(0,0,0,0.5);
}
.sex_wrap dd {
  width: auto;
}
.sex_wrap select {
	padding: 0 20px 0 10px;
  border: 1px solid #000000;
  border-radius: 5px;
  box-shadow: 0 2px 5px -1px rgba(0,0,0,0.5);
}
.birthday_wrap dt {
  width: 60px;
  margin-right: -3px;
  float: left;
  border-radius: 5px 0 0 5px;
  line-height: 35px;
  box-shadow: 0 2px 5px -1px rgba(0,0,0,0.5);
}
.birthday_wrap dd{
  width: auto;
}
.birthday_wrap span {
    display: inline-block;
    padding: 13px 5px 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 {
	margin: 0 auto;
	padding: 3px 0;
  font-weight: bold;
	line-height: 28px;
	letter-spacing: 2px;
	color: #fff;
  text-align: right;
  padding-right: 20px;
}
.today.menu {
  font-size: 16px;
  text-align: center;
  padding-right: 0;
}
.pay_top .main_visual .box_teller {
	min-height: 260px;
	background: url(../images/pay/teller_main.jpg) no-repeat top;
	background-size: 100%;
}
.pay_top .main_visual .serif {
	line-height: 18px;
	font-size: 13px;
}
.pay_top .top_btn_area {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 95%;
  height: 75px;
  margin: auto;
}
.pay_top .top_btn_area p {
  position: absolute;
  width: 60%;
}
.pay_top .top_btn_area p.btn_yokubou{
  right: 0;
}

.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;
	z-index: 1;
	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;
}

/* ランダム訴求　ボタン */
.loop_random span {
  font-size: 18px;
}
.loop_random  a:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 40%;
  right: 10px;
  background: url(../images/icon/arrow_wh2.png) no-repeat;
  background-size: 100%;
}
/* 緊急メッセージ */
.box_urgent .box a {
	display: block;
	width: 240px;
	height: 80px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.kinkyu_msg {
  position: absolute;
  top:111px;
  left: 210px;
  width: 110px;
  margin: auto;
  text-align: left;
}
.kinkyu_msg p {
}
.kinkyu_msg a {
	display: block;
	padding: 5px 4px;
	font-weight: bold;
	font-size: 10px;
	color: #ffff00;
  line-height: 13px;
  top: -111px;
  left: -84px;
  border: 2px solid yellow;
  height: 36px!important;
  border-radius: 13px;
  background: rgba(137, 0, 0, .7);
  text-decoration: none;
}
.kinkyu_msg a .tenmetsu {
	display: block;
	margin: auto;
	position: relative;
	line-height: 14px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #ffff00;
}
.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 ul{
  margin-bottom: 10px;
}
.box_new li {
	position: relative;
  margin-bottom: 2px;
	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%;
}
.box_new li {
	background: url(../images/pay/line_purple02.png) no-repeat center 50px, url(../images/pay/bg_new_top.jpg) no-repeat top,
  url(../images/pay/bg_new_mid.jpg) repeat-y;
	background-size: 100%;
}
.box_new a {
	display: block;
	padding: 25px 20px;
	overflow: hidden;
	text-decoration: none;
}
.box_new .icon-ppv {
  color: #000;
}
.box_new .ppvtitle {
	font-weight: bold;
	color: #000;
}
.box_new 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 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: 50%;
  display: inline-block;
}
.pay_top .box_new li:nth-child(n+2) .ppvtitle,
.ppv_top .box_new li:nth-child(n+2) .ppvtitle {
  color: #000 !important;
}
/*更新情報*/
.box_new02 li {
	position: relative;
	text-align: left;
	background: url(../images/pay/bg_top.jpg) no-repeat top, url(../images/pay/bg_btm.jpg) no-repeat bottom, url(../images/pay/bg_mid.jpg) repeat-y;
  
	background-size: 100%;
}

.box_new02 li:first-child dt:before{
  content: '';
  display: inline-block;
  width: 46px;
  height: 17px;
  background: url(../images/icon/icon-new02.png) no-repeat center;
  background-size: contain;
}
.box_new02 a {
	display: block;
	padding: 10px 20px 10px 10px;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
}
.box_new02 a:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 45%;
  right: 10px;
	background: url(../images/icon/arrow_wh2.png) no-repeat;
	background-size: 100%;
}
.box_new02 dt {
	margin-bottom: 3px;
	padding-bottom: 3px;
	text-align: left;
	font-weight: bold;
	color: red;
}
.txt_rank {
	margin-bottom: 5px;
	padding: 0 0px 0px;
	text-align: left;
	color: #bd0422;
	font-weight: bold;
}
/*
.box_new02 li.all a {
  float: right;
  width: 87%;
  padding-right: 25px;
  color: #fff !important;
  background: linear-gradient(to right,#4F0881 20%, #5C16D0 50%,#4F0882 80%);
  border: 1px solid #fff;
  border-radius: 50px;
}
.box_new02 li.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: 10px;
  right: 10px;
}
*/

/*アイコン*/
.icon-ppv {
	height: 20px;
	margin: 0 0 5px 0;
	padding: 0 0 3px 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: 70px;
	background: url(../images/icon/icon-ppv.png) no-repeat left top, url(../images/icon/icon-one.png) no-repeat right top;
	background-size: 60px, 55px, 100%;
}
.icon-ppv.two {
	padding-left: 70px;
	background: url(../images/icon/icon-ppv.png) no-repeat left top, url(../images/icon/icon-two.png) no-repeat right top;
	background-size: 60px, 55px, 100%;
}
.ppv_top .icon-ppv.one,
.pay_top .icon-ppv.one{
	padding-left: 70px;
	background: url(../images/icon/icon-ppv.png) no-repeat left top, url(../images/icon/icon-one2.png) no-repeat right top;
	background-size: 60px, 55px, 100%;
}
.ppv_top .icon-ppv.two,
.pay_top .icon-ppv.two{
	padding-left: 70px;
	background: url(../images/icon/icon-ppv.png) no-repeat left top, url(../images/icon/icon-two2.png) no-repeat right top;
	background-size: 60px, 55px, 100%;
}
/*new*/
.box_new li.new .icon-ppv {
  margin: 0 0 10px 60px;
}
.box_new li.new a:after {
	content: "";
  width: 50px;
  height: 20px;
  position: absolute;
  top: 28px;
  left: 20px;
	background: url(../images/icon/icon-new.png) no-repeat;
	background-size: 100%;
}
.pay_top .box_new li:first-child.new a:after {
  top: 32px;
}
/* pop */
.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: 180px;
	background: url(../images/teller/01.png) no-repeat right;
	background-size: 40%;
}
.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%;
}
/*滞在特典*/
.box_special li:nth-child(1) .box{
  background: url("../images/pay/special_box01.jpg") no-repeat;
  background-size: 100%;
  min-height: 222px;
}
.box_special li:nth-child(2) .box{
  background: url("../images/pay/special_box02.jpg") no-repeat;
  background-size: 100%;
  min-height: 218px;
}
.box_special li:nth-child(3) .box{
  min-height: 218px;
}

.box_special .box_teller {
	height: 206px;
	background: url("../images/pay/teller_special.jpg") no-repeat right;
	background-size: 100%;
}
.box_special .serif_none {
	top: 20px;
	left: 10px;
}
.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: 45%;
  top: 60px;
  width: 47%;
}
.menu .main_visual .box a{
  position: absolute;
  bottom: 27px;
  right: 21px;
  display: block;
  width: 165px;
  height: 75px;
}
/*----- メインメニュー -----*/
.menu .main_visual ul {
	overflow: hidden;
}
.menu .main_visual li {
	width: 49.5%;
	position: relative;
	float: left;
}
.menu .main_visual li:nth-child(even) {
	float: right;
}
.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 {
	height: 386px;
	padding: 10px 10px 0;
	background: url(../images/menu/bg_menu.jpg) no-repeat;
	background-size: 100%;
}
.box_menu li {
	height: 44px;
	margin-bottom: 3px;
}
.box_menu li:nth-child(6),
.box_menu li:nth-child(8),
.box_menu li:nth-child(10),
.box_menu li:nth-child(12),
.box_menu li:nth-child(14){
  float: left !important;
}
.box_menu li:nth-child(7),
.box_menu li:nth-child(9),
.box_menu li:nth-child(11),
.box_menu li:nth-child(13)
.box_menu li:nth-child(15){
  float: right !important;
}
.box_menu li:nth-child(5){
	width: 100%;
	float: none;
	clear: both;
}
.box_menu li:nth-child(14),
.box_menu li:nth-child(15) {
  margin-bottom: 12px;
}
/* 更新バッジ */
.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%;
}
/*無料占いの続き*/
.sec_freemore.disp-0 {
	display: none;
}
.btn_free_more {
	width: 250px;
	margin: 0 auto;
}
.box_acc dt {
	width: 300px;
	margin: 0 auto;
	position: relative;
}
.box_acc dt:after {
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	top: 13px;
	right: 10px;
	background: url(../images/pay/arrow_open.png) no-repeat;
	background-size: 100%;
}
.box_acc dt.close:after {
	background: url(../images/pay/arrow_close.png) no-repeat;
	background-size: 100%;
}
.box_acc dd {
	display: none;
}
.box_acc h3 {
	margin: 15px 10px;
}
/* タブ切り替え */
.tab {
	overflow: hidden;
	padding-top: 10px;
	text-align: center;
}
/* タブ1 */
.tab li {
	width: 50%;
	height: 35px;
	float: left;
	box-sizing: border-box;
	line-height: 40px;
	text-align: center;
	font-family: "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 14px;
	color: #fff;
}
.tab li:nth-child(1) {
	background: url(../images/pay/tab01.jpg) no-repeat;
	background-size: 100%;
}
.tab li:nth-child(2) {
	text-indent: -5px;
	background: url(../images/pay/tab02.jpg) no-repeat;
	background-size: 100%;
}
/* タブ内リスト */
.tab_list ul {
	padding: 20px 15px 25px;
	display: none;
}
.tab_list ul.on {
	display: block;
}
.tab_list .inner01 {
	background: url(../images/pay/bg_top_tab01.jpg) no-repeat top, url(../images/pay/bg_btm_tab01.jpg) no-repeat bottom, url(../images/pay/bg_mid_tab01.jpg) repeat-y;
	background-size: 100%;
}
.tab_list .inner02 {
	background: url(../images/pay/bg_top_tab02.jpg) no-repeat top, url(../images/pay/bg_btm_tab02.jpg) no-repeat bottom, url(../images/pay/bg_mid_tab02.jpg) repeat-y;
	background-size: 100%;
}
.tab_list li {
	padding-left: 10px;
	position: relative;
	text-align: left;
}
.tab_list a {
	color: #fff;
}
.tab_list .inner01 li.first {
	padding: 0 0 3px;
	font-size: 1.1em;
	text-shadow: 0 1px 1px #000, 0 0 2px #02b8fc, 0 0 2px #02b8fc, 0 0 5px #02b8fc, 0 0 5px #02b8fc;
}
.tab_list .inner02 li.first {
  padding: 0 0 3px;
	font-size: 1.1em;
	text-shadow: 0 1px 1px #000, 0 0 2px #ed02fc, 0 0 2px #ed02fc, 0 0 5px #ed02fc, 0 0 5px #ed02fc;
}
.tab_list li.indent {
	margin-left: 10px;
	padding-left: 15px;
}
.tab_list li.indent:after {
	content: "∟";
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	top: -3px;
	left: 3px;
}
.tab_list li.special {
	margin: 15px 0 5px;
	padding-left: 15px;
	background: url(../images/icon/01.png) no-repeat left top;
	background-size: 15px;
}
/* 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%;
}
.menudo.daily .btn-ppv {
  width: 95%;
}
.menudo.daily .btn-ppv a {
	height: 125px;
	display: block;
	padding: 42px 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;
	color: #2c2222;
	background: url(../images/menu/btn_ppv.png) no-repeat;
	background-size: 100%;
}
.menudo.daily .btn-ppv.long a {
	padding: 30px 0 0 0;
	background: url(../images/menu/btn_ppv_long.png) no-repeat;
	background-size: 100%;
}
/*----- sec01 -----*/
.menu .sec01 .box01 a {
  position: absolute;
  bottom: 60px;
  right: 14px;
  display: block;
  width: 153px;
  height: 55px;
}
.menu .sec01 .box02 a {
  position: absolute;
  top: 105px;
  right: 2px;
  display: block;
  width: 200px;
  height: 75px;
}
/*----- sec02 -----*/
.menu .sec02 .box01 a {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 90%;
  height: 65px;
  margin: auto;
}
.menu .sec_urayomi .list_title {
  padding: 10px 0 10px 75px;
}
.menu .sec_urayomi .list_title:after {
  left: 0;
  width: 72px;
  height: 46px;
}
.menu .sec_urayomi .list_title.tit01:after {
  background: url(../images/menu/icon-honne01.png) no-repeat center;
  background-size: 100%;
}
.menu .sec_urayomi .list_title.tit02:after {
  background: url(../images/menu/icon-honne02.png) no-repeat center;
  background-size: 100%;
}
.menu .sec_urayomi .list_title.tit03:after {
  background: url(../images/menu/icon-honne03.png) no-repeat center;
  background-size: 100%;
}
.menu .sec02 .box02 ul {
  position: absolute;
  bottom: 5px;
  width: 100%;
  height: 245px;
}
.menu .sec02 .box02 li {
  width: 100%;
  height: 100px;
  margin-bottom: 45px;
}
.menu .sec02 .box02 a {
  display: block;
  width: 100%;
  height: 108%;
}
/*----- sec03 -----*/
.menu .sec03 .box a{
  position: absolute;
  bottom: 10px;
  right: 18px;
  display: block;
  width: 286px;
  height: 95px;
}

.menu .sec03 .kakoyomi .form-btn input {
  background: none;
  border: none;
  box-shadow: none;
  width: 100%;
  padding: 0 !important; 
}
/*----- sec04 -----*/

.menu .sec04 .box a {
  position: absolute;
  bottom: 9px;
  display: block;
  width: 100%;
  height: 105px;
}
.menu .sec04 .box.box02 ul {
  position: relative;
  height: 185px;
  background: url(../images/menu/sec04_2.jpg) no-repeat;
  background-size: 100%;
}
.menu .sec04 .box.box02 ul li {
  position: absolute;
  display: block;
  width: 100%;
  height: 70px;
}
.menu .sec04 .box.box02 ul li:nth-child(1){
  bottom: 90px;
}
.menu .sec04 .box.box02 ul li:nth-child(2){
  bottom: -10px;
}
.menu .sec04 .box.box02 ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.menu .sec04 .box.box03 ul {
  position: relative;
  height: 475px;
  background: url(../images/menu/sec04_3.jpg) no-repeat;
  background-size: 100%;
}
.menu .sec04 .box.box03 ul li {
  position: absolute;
  display: block;
  width: 100%;
  height: 70px;
}
.menu .sec04 .box.box03 ul li:nth-child(1){
  bottom: 90px;
}
.menu .sec04 .box.box03 ul li:nth-child(2){
  bottom: -10px;
}
.menu .sec04 .box.box03 ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.menu .sec04 .box4 a {
  bottom: 0;
  height: 96px;
}
.menu .sec04 .box.box05 ul {
  position: relative;
  height: 245px;
  background: url(../images/menu/sec04_5.jpg) no-repeat;
  background-size: 100%;
}
.menu .sec04 .box.box05 ul li {
  position: absolute;
  display: block;
  width: 100%;
  height: 87px;
}
.menu .sec04 .box.box05 ul li:nth-child(1){
  bottom: 158px;
}
.menu .sec04 .box.box05 ul li:nth-child(2){
  bottom: 33px;
  right: 10px;
  width: 220px;
}
.menu .sec04 .box.box05 ul li a {
  display: block;
  width: 100%;
  height: 100%;
  bottom: 0;
}

/*----- sec05 -----*/

/*----- sec06 -----*/


/*----- sec07 -----*/


/*----- 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人-----*/
.sec_turning-point .box ul{
  position: relative;
  height: 265px;
  background: url(../images/menu/turning-point.jpg) no-repeat;
  background-size: 100%;
}
.sec_turning-point .box ul li {
  position: absolute;
  display: block;
  width: 207px;
  height: 87px;
  left: 10px;
}
.sec_turning-point .box ul li:nth-child(1){
  bottom: 124px;
}
.sec_turning-point .box ul li:nth-child(2){
  bottom: 23px;
}
.sec_turning-point .box ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
/*----- 7days -----*/
.sec_7days ul {
	position: relative;
  height: 390px;
  background: url(../images/menu/7days.jpg) no-repeat;
  background-size: 100%;
}
.pay_top .sec_7days ul {
  height: 182px;
  background: url(../images/menu/7days02.jpg) no-repeat;
  background-size: 100%;
}
.sec_7days li {
	height: 65px;
	position: absolute;
  border-radius: 15px;
  overflow: hidden;
}

.sec_7days li a {
  display: block;
  width: 100%;
  height: 100%;
}
/* open */
.sec_7days li:nth-child(1) {
  top: 24px;
  left: 5px;
  width: 152px;
}
.pay_top .sec_7days li:nth-child(1) {
  top: 83px;
  left: 18px;
  width: 285px;
  height: 93px;
}
.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 {
  height: 200px;
}
.lecture.days07 .box_teller img {
  position: absolute;
  left: 0;
  width: 60% !important;
}
.lecture.days07 .ara {
  width: 100px;
  margin: 0;
}

/*----- 5days -----*/
.lecture.days05 .box_teller {
  height: 200px;
}
.lecture.days05 .box_teller img {
  position: absolute;
  right: -20px;
  width: 60% !important;
}

/*リンク*/
.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/menu/bg_line_top.jpg) no-repeat top, url(../images/menu/bg_line_btm.jpg) no-repeat bottom, url(../images/menu/bg_line_mid.jpg) repeat-y;
  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 #senja_wrap .lead {
	padding: 15px 25px 40px;
	text-align: left;
	color: #000;
	background: url(../images/info/bg_senja_top.jpg) no-repeat top, url(../images/info/bg_senja_btm.jpg) no-repeat bottom, url(../images/info/bg_senja_mid.jpg) repeat-y;
	background-size: 100%;
}
.tellerProfile .lead space {
  width: 140px;
  height: 20px;
  float: right;
}
.tellerProfile #senja_wrap .lead a {
  color: #000;
}
.tellerProfile #senjutsu_wrap .lead {
	padding: 15px 25px 40px;
	text-align: left;
	color: #000;
  font-size: 15px; 
	background: url(../images/info/bg_senjutsu_top.jpg) no-repeat top,url(../images/info/bg_senja_btm.jpg) no-repeat bottom, url(../images/info/bg_senja_mid.jpg) repeat-y;
	background-size: 100%;
}
.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 {
	margin: 0 0 15px;
	padding: 0 5px;
	height: 75px;
	overflow: hidden;
	background: url(../images/ppv/bg_btn.jpg) no-repeat;
	background-size: 100%;
}
.ppvnavi li {
	width: 32%;
	height: 40px;
	float: left;
}
.ppvnavi li:nth-child(2) {
	margin: 0 6px;
}
.ppvnavi li:last-child {
  float: right;
  clear: both;
  width: 30%;
  height: 36px;
}
.ppvnavi a {
	display: block;
	height: 100%;
}
/* 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: 280px;
	background: url(../images/ppv/teller01.jpg) no-repeat top;
	background-size: 100%;
}
.ppvdo.confirm .box_teller p {
	margin: 0 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;
}
/* link0 */
.loopD.link0 h3{
  position: relative;
}
.loopD.link0 h3 > span{
  position: absolute;
  left: 0;
  right: 0;
  top: 7px;
  font-size: 12px;
  background: #000;
  width: 50%;
  line-height: 1.5;
  margin: auto;
  border-radius: 11px;
}
.loopD.link0 .box ul{
  position: relative;
  height: 425px;
  background: url("../images/pay/loop/d/0.jpg") no-repeat;
  background-size: 100%;
}
.loopD.link0 .box li {
  position: absolute;
  width: 100%;
  height: 80px;
  bottom: 123px;
}
.loopD.link0 .box li:nth-child(2) {
  bottom: 17px;
}
.loopD.link0 .box li a {
  display: block;
  width: 100%;
  height: 100%;
}
/* link1 */
.loopD.link1 .box.teller p {
  position: absolute;
  top: 50px;
  left: 143px;
  width: 140px;
  margin: 0;
  font-size: 14px;
  text-align: left;
}
.loopD.link1 .box.box ul {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0 6px;
  box-sizing: border-box;
}
.loopD.link1 .box.box li {
  width: 150px;
  height: 95px;
  float: left;
}
.loopD.link1 .box.box li:first-child {
  margin-right: 6px;
}
.loopD.link1 .box.box a {
  display: block;
  width: 100%;
  height: 100%;
}

/*link2*/
.loopD.link2 .list_rank li:nth-child(1) a {
	background: url(../images/ppvicon/11.png) no-repeat 15px;
	background-size: 70px;
}
.loopD.link2 .list_rank li:nth-child(2) a {
	background: url(../images/ppvicon/13.png) no-repeat 15px;
	background-size: 70px;
}
.loopD.link2 .list_rank li:nth-child(3) a {
	background: url(../images/ppvicon/12.png) no-repeat 15px;
	background-size: 70px;
}

/*link3*/
.loopD.link3 .list_rank li:nth-child(1) a {
	background: url(../images/ppvicon/02.png) no-repeat 15px;
	background-size: 70px;
}
.loopD.link3 .list_rank li:nth-child(2) a {
	background: url(../images/ppvicon/02.png) no-repeat 15px;
	background-size: 70px;
}
.loopD.link3 .list_rank li:nth-child(3) a {
	background: url(../images/ppvicon/08.png) no-repeat 15px;
	background-size: 70px;
}

/* link4 */
.loopD.link4 .box.box01 a {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100px;
}
.loopD.link4 .box.box02 ul {
  position: relative;
  height: 385px;
  background: url(../images/pay/loop/d/4_2.jpg) no-repeat;
  background-size: 100%;
}
.loopD.link4 .box.box02 li {
  position: absolute;
  bottom: 100px;
  width: 100%;
  height: 70px;
  width: 277px;
  left: 21px;
}
.loopD.link4 .box.box02 li:nth-child(2) {
  bottom: 0;
  height: 86px;
}
.loopD.link4 .box.box02 li a {
  display: block;
  width: 100%;
  height: 100%;
}


/* link5 */
.loopD.link5 .box.box01 ul {
  position: relative;
  height: 710px;
  background: url(../images/pay/loop/d/5.jpg) no-repeat;
  background-size: 100%;
}
.loopD.link5 .box.box01 li {
  position: absolute;
  bottom: 463px;
  width: 100%;
  height: 70px;
  width: 277px;
  left: 21px;
}
.loopD.link5 .box.box01 li:nth-child(2) {
  bottom: 225px;
  width: 100%;
  height: 70px;
  left: 0;
  right: 0;
}
.loopD.link5 .box.box01 li:nth-child(3) {
  bottom: 0;
  width: 87%;
  height: 70px;
  left: 0;
  right: 0;
  margin: auto;
}
.loopD.link5 .box.box01 li a {
  display: block;
  width: 100%;
  height: 100%;
}
/*----- 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 -----*/
.weekend {
  height: 112px;
  padding: 43px 7px 0;
  background: url(../images/pay/bg_weekend.jpg) no-repeat;
  background-size: 100%;
  box-sizing: border-box;
}
.weekend li {
  float: left;
  width: 150px;
  height: 68px;
  line-height: 16px;
  padding: 15px 20px 0 15px;
  box-sizing: border-box;
}
.weekend li:first-child {
  margin-right: 6px;
}
.weekend a {
  color: #fff;
  text-decoration: none;
  font-size: 11px;
}
/*////////////////////////////////////////////////////////

yudo

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

/* 01 */
.yudo_cate.link01 .box ul{
  position: relative;
  height: 425px;
  background: url("../images/yudo/01_2.jpg") no-repeat;
  background-size: 100%;
}
.yudo_cate.link01 .box li {
  position: absolute;
  width: 100%;
  height: 80px;
  bottom: 123px;
}
.yudo_cate.link01 .box li:nth-child(2) {
  bottom: 17px;
}
.yudo_cate.link01 .box li a {
  display: block;
  width: 100%;
  height: 100%;
}


/* 02 */
.yudo_cate.link02 .box01 ul {
	top: 90px;
}
.yudo_cate.link02 .box01 li {
	height: 60px;
}
.yudo_cate.link02 .box02 li {
	width: 180px;
	height: 50px;
	position: absolute;
}
.yudo_cate.link02 .box02 li:nth-child(1) {
	width: 100%;
	top: 0;
}
.yudo_cate.link02 .box02 li:nth-child(2) {
	top: 50px;
	right: 0;
}
.yudo_cate.link02 .box02 li:nth-child(3) {
	top: 100px;
	left: 0;
}
.yudo_cate.link02 .box02 li:nth-child(4) {
	width: 120px;
	top: 135px;
	right: 0;
}
.yudo_cate.link02 .box02 li:nth-child(5) {
	width: 120px;
	top: 158px;
	left: 30px;
}
.yudo_cate.link02 .box02 li:nth-child(6) {
	top: 215px;
	left: 70px;
}
/* 03 */
.yudo_cate.link03 .box ul{
  position: relative;
  height: 445px;
  background: url("../images/yudo/03.jpg") no-repeat;
  background-size: 100%;
}
.yudo_cate.link03 .box li {
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0;
  right: 0;
}
.yudo_cate.link03 .box li:nth-child(1) {
  width: 132px;
  left: 157px;
  height: 40px;
  bottom: 219px;
}
.yudo_cate.link03 .box li:nth-child(2) {
  bottom: 118px;
}
.yudo_cate.link03 .box li:nth-child(3) {
  bottom: 13px;;
}
.yudo_cate.link03 .box li a {
  display: block;
  width: 100%;
  height: 100%;
}

/* 04,09 */
.yudo_cate.link04 .komi_line_box{
  background: url(../images/result/parts/bg_line_free.jpg) no-repeat;
  background-size: 100%;
  min-height: 290px;
}
.yudo_cate.link09 .komi_line_box{
  background: url(../images/result/parts/bg_line.jpg) no-repeat;
  background-size: 100%;
  min-height: 200px;
}

.yudo_cate.link04 .komi_line_box .box_notice,
.yudo_cate.link09 .komi_line_box .box_notice{
  display: none;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  width: 70%;
  margin: auto;
  color: #000;
  box-shadow: 2px 2px 4px rgba(0,0,0,.6);
  padding: 5px;
  font-size: .9em;
}
.yudo_cate.link04 .komi_line_box .box_notice > p,
.yudo_cate.link09 .komi_line_box .box_notice > p{
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.yudo_cate.link04 .komi_line_box .box_notice .icon img,
.yudo_cate.link09 .komi_line_box .box_notice .icon img{
  width: 35px;
  float: left;
}
.buruburu {
    display: inline-block;
    animation: hurueru .1s  infinite;
}
@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

.yudo_cate.link04 .komi_line_box .mes_box,
.yudo_cate.link09 .komi_line_box .mes_box{
  position: relative;
}
.yudo_cate.link04 .komi_line_box .mes ,
.yudo_cate.link09 .komi_line_box .mes{
  position: absolute;
  top: 95px;
  left: 80px;
  color: #000;
  background: #fff;
  display: none;
  padding: 2px 10px;
  border-radius: 15px;
  max-width: 180px;
  text-align: left;
  min-height: 1.5em;
}
.yudo_cate.link04 .komi_line_box .mes.mes02,
.yudo_cate.link09 .komi_line_box .mes.mes02{
    top: 110px;
}
.yudo_cate.link04 .komi_line_box .mes.mes02.mes_bokashi,
.yudo_cate.link09 .komi_line_box .mes.mes02.mes_bokashi{
    width: 165px;
}
.yudo_cate.link04 .komi_line_box .name,
.yudo_cate.link09 .komi_line_box .name{
  position: absolute;
  top: 46px;
  left: 0;
  right: 0;
}
.yudo_cate.link04 .komi_line_box .mes:before,
.yudo_cate.link09 .komi_line_box .mes:before{
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url(../images/result/parts/line_icon01.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: -40px;
  top: -8px;
}
.yudo_cate.link04 .komi_line_box .mes:after,
.yudo_cate.link09 .komi_line_box .mes: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%;
}
.yudo_cate.link04 .komi_line_box .mes.mes02.glimpse-1 span,
.yudo_cate.link09 .komi_line_box .mes.mes02.glimpse-1 span{
    position: relative;
    top: -2px;
}
.yudo_cate.link09 .btn_yudo09{
  margin-top: -20px;
}
.yudo_cate.link09 .box.box01 ul{
  background: url(../images/yudo/09.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%;
}
/* 05,06 */
.yudo_cate.link05 .btn-colom2 a,
.yudo_cate.link06 .btn-colom2 a{
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center; 
}
/* 07 */
.yudo_cate.link07 .box ul{
  position: relative;
  height: 266px;
  background: url("../images/yudo/07_2.jpg") no-repeat;
  background-size: 100%;
}
.yudo_cate.link07 .box li {
  position: absolute;
  width: 223px;
  height: 80px;
  bottom: 103px;
  left: 15px;
}
.yudo_cate.link07 .box li:nth-child(2) {
  bottom: 3px;
  left: 85px;
}
.yudo_cate.link07 .box li a {
  display: block;
  width: 100%;
  height: 100%;
}

/* 8 */
.yudo_cate.link08 .box a {
  position: absolute;
  bottom: 0;
  right: 10px;
  display: block;
  width: 225px;
  height: 86px;
}

/* 10 */
.yudo_cate.link10 .box a {
  position: absolute;
  top: 360px;
  display: block;
  width: 100%;
  height: 36px;
}

/* 11 */
.yudo_cate.link11 .icon-ppv,
.yudo_cate.link11 .ppvicon {
  display: none;
}
.yudo_cate.link11 .ppvtitle {
  color: #fff !important;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
.yudo_cate.link11 .komi_truth_wrap .komi_title {
  background: url(../images/result/parts/tit_komi_truth_top2.jpg) no-repeat top, url(../images/result/parts/tit_komi_truth_btm.jpg) no-repeat bottom, url(../images/result/parts/tit_komi_truth_mid.jpg) repeat-y;
  background-size: 100%;
  padding: 20px 30px;
}
.yudo_cate.link11 .komi_truth_wrap .komi_truth {
    padding: 0 30px 50px;
    overflow: hidden;
    background: url(../images/result/parts/bg_komi_truth_btm.jpg) no-repeat bottom, url(../images/result/parts/bg_komi_truth_mid.jpg) repeat-y;
    background-size: 100%;
    color: #000;
}
.yudo_cate.link11 .komi_truth_wrap .box > p.truth_txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20%;
    width: 75%;
    margin: auto;
}
.yudo_cate.link11 .komi_truth_wrap .box > p {
  font-size: 16px;
  margin-bottom: 0;
}
.yudo_cate.link11 .komi_truth_wrap .box > p.truth_txt span {
    display: inline-block;
    width: 50px;
}
.yudo_cate.link11 .lead{
  color: #000;
  text-shadow: none;
}
/*////////////////////////////////////////////////////////

mypage

////////////////////////////////////////////////////////*/
.mypage .box_teller {
  height: 277px;
  background: url(../images/mypage/teller.jpg) no-repeat;
  background-size: 100%;
}
.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;
}
.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 .tutorial_teller {
	min-height: 215px;
	background: url(../images/regist/tutorial/teller.jpg) no-repeat;
	background-size: 100%;
}
.tutorial .tutorial_teller .serif {
  width: 180px;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 10px;
  line-height: 18px;
  text-align: left;
  /* font-weight: bold; */
  color: #fff;
  position: absolute;
  top: 41px;
  right: 15px;
}
.tutorial .tutorial_teller .serif:after {
  display: none; 
}
.tutorial .tutorial_menu_list {
  height: 165px;
  padding: 0 13px;
	background: url(../images/regist/tutorial/menu.jpg) no-repeat top;
	background-size: 100%;
  box-sizing: border-box;
}
.tutorial .tutorial_menu_list li {
  width: 100%;
  height: 38px;
  margin-bottom: 4px;
}
.tutorial .tutorial_menu_list a {
  display: block;
  width: 100%;
  height: 100%;
}
.tutorial p {
	margin-bottom: 0;
}
.tutorial .box_txt {
  position: absolute;
  top: 53px;
  left: 0;
  right: 0;
  width: 90%;
  margin: auto;
  text-align: left;
}
.tutorial .finish p {
  position: absolute;
  top: 60px;
  left:140px;
  width: 150px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-size: 12px;  
  text-align: left;
}
/*////////////////////////////////////////////////////////

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

add 初動改修

////////////////////////////////////////////////////////*/
/*----- pay -----*/
.text_caption01, .text_caption02 {
  margin-bottom: 5px;
  padding: 13px 0;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 0 5px rgb(0 0 0 / 0.65), 0 0 10px rgb(0 0 0 / 0.65), 0 0 10px rgb(0 0 0 / 0.65), 0 0 10px rgb(0 0 0 / 0.65);
}
.text_caption01 {
  background: url(../images/pay/bg_caption01.jpg) no-repeat;
	background-size: 100%;
}
.text_caption02 {
  background: url(../images/pay/bg_caption02.jpg) no-repeat;
	background-size: 100%;
}
/* 本日のおすすめ */
.box_new03 li {
	position: relative;
	text-align: left;
	background: url(../images/pay/line.png) no-repeat center 30px, url(../images/pay/bg_top.jpg) no-repeat top, url(../images/pay/bg_btm.jpg) no-repeat bottom, url(../images/pay/bg_mid.jpg) repeat-y;
	background-size: 100%;
}
.box_new03 .icon-ppv {
	color: #bd0422;
}
.box_new03 .icon-ppv.partner01 {
  padding-left: 85px;
  background: url(../images/icon/icon-ppv.png) no-repeat left top, url(../images/icon/icon-one.png) no-repeat 68px top;
  background-size: 60px, 8px, 100%;
}
.box_new03 .icon-ppv.partner02 {
  padding-left: 90px;
  background: url(../images/icon/icon-ppv.png) no-repeat left top, url(../images/icon/icon-two.png) no-repeat 65px top;
  background-size: 60px, 16px, 100%;
}
.box_new03 a {
	display: block;
	padding: 10px;
	overflow: hidden;
	text-decoration: none;
}
/*////////////////////////////////////////////////////////

add 4連休施策

////////////////////////////////////////////////////////*/
/* バナー 表示/非表示 */
.bnr-couponCP.open-0, .bnr-buy.open-0, .notice-text, .coupon-text-link.open-0 {
  display: none !important;
}
.bnr-couponCP.open-1, .bnr-buy.open-1, .notice-text.open-2 {
  display: block !important;
}
.coupon-link.open-0 a {
  pointer-events: none;
}
.shiki_coupon_202009 .ticket_code_list li {
  margin-bottom: 20px;
}
.shiki_coupon_202009 .ticket_code {
  width: 85%;
  margin: 0 auto 5px;
  padding: 10px;
  position: relative;
  border: 4px solid #ecca7d;
  box-shadow: 0 1px 1px #b1975b;
  text-align: left;
  color: #001e55;
  background: #fff;
}
.shiki_coupon_202009 .ticket_code_list .use-1 .ticket_code {
  -ms-filter: contrast(0.3);
  -webkit-filter: contrast(0.3);
  filter: contrast(0.3);
}
.shiki_coupon_202009 .ticket_code p {
  min-height: 40px;
  margin: 0;
  padding-left: 50px;
  line-height: 20px;
  font-weight: bold;
  background: url(../images/ticket/icon.png) no-repeat left center #fff;
  background-size: 40px;
}
.shiki_coupon_202009 .ticket_code p span {
  display: block;
  margin-top: 5px;
  padding: 5px 0;
  color: #000;
  text-align: center;
  border: 1px solid #2196F3;
  border-radius: 5px;
}
.shiki_coupon_202009 input.copyToClip {
  display: inline-block;
  text-decoration: none;
  background: #ec5757;
  color: #FFF;
  width: 77%;
  margin: 0 auto;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 1px rgba(255,255,255,0.5) inset, -1px -1px 0px 1px #b73939 inset;
  box-shadow: 2px 2px 1px rgba(255,255,255,0.5) inset, -1px -1px 0px 1px #b73939 inset;
  font-size: 12px;
  border: 1px solid #fc3f3f;
  text-shadow: 0px 0px 5px #980808;
  cursor: pointer;
}
.shiki_coupon_202009 .ticket_code_list .use-1 input.copyToClip {
  display: none;
}


/*お詫び*/
.apology .sub-ttl{
  border: 1px solid #ffe400;
  border-radius: 5px;
  margin: 0 10px;
}
.apology .sub-ttl p{
  margin-bottom: 0;
  padding: 10px;
}