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

common

////////////////////////////////////////////////////////*/
section {
  margin-bottom: 20px;
}
section > section {
  margin-bottom: 8px !important;
}
aside {
  padding: 0 10px 20px;
}
/* 汎用box
------------------------- */
.flex-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.flex-pack {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
}
.box {
  position: relative;
  clear: both;
}
/* 注釈 */
.box_notice {
  width: 92%;
  margin: 10px auto 15px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 12px;
}
/* 【削除禁止】display
------------------------- */
.member_count {
  display: none;
}
/*----- 新規2日間出し分け -----*/
.new_member_off, .new_member_on {
  display: none;
}
.new_member-0 .new_member_off, .new_member-1 .new_member_on {
  display: block;
}
/*----- 従量未購入出し分け -----*/
.unpaido_off, .unpaido_on, .new_member-0 .unpaido_off, .new_member-0 .unpaido_on {
  display: none;
}
/*----- COIPO以外 新規2日間出し分け -----*/
.join_member_off, .join_member_on {
  display: none;
  position: relative;
}
.join_member-0 .join_member_off, .join_member-1 .join_member_on {
  display: block;
}
.unpaido-0 .unpaido_off, .unpaido-1 .unpaido_on {
  display: block;
}
/*----- バナー出し分け -----*/
.bnr .open-0, .bnr .close-1 {
  display: none;
}
.bnr.open-0, .bnr.open-2 {
  display: none;
}
.bnr {
  padding: 0 10px 15px;
}
.bnr li {
  padding: 5px 0;
}
/*----- docomo出し分け -----*/
.disp-docomo .common, .disp-common .docomo {
  display: none;
}
.disp-docomo .docomo, .disp-common .common {
  display: block;
}
/* animation
------------------------- */
.tenmetsu {
  -webkit-animation: tenmetsu 1s ease-in-out infinite alternate;
  -moz-animation: tenmetsu 1s ease-in-out infinite alternate;
  animation: tenmetsu 1s ease-in-out infinite alternate;
}
@-webkit-keyframes tenmetsu {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@-moz-keyframes tenmetsu {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes tenmetsu {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.float {
  -webkit-animation: float 2.5s ease-in-out infinite alternate;
  animation: float 2.5s ease-in-out infinite alternate;
  transform-origin: 50% 50%;
  position: relative;
  z-index: 1;
}
.float_fuki, .float_fuki_free {
  width: 85%;
  position: relative;
  z-index: 2;
}
.float_fuki {
  margin: 10px auto -40px;
}
.float_fuki_free {
  margin: 0 auto -10px;
}
@-webkit-keyframes float {
  0% {
    transform: translate3d(0, -3px, 0)
  }
  50% {
    transform: translate3d(0, 3px, 0)
  }
  100% {
    transform: translate3d(0, -3px, 0)
  }
}
@keyframes float {
  0% {
    transform: translate3d(0, -3px, 0)
  }
  50% {
    transform: translate3d(0, 3px, 0)
  }
  100% {
    transform: translate3d(0, -3px, 0)
  }
}
/*////////////////////////////////////////////////////////

共通パーツ

////////////////////////////////////////////////////////*/
/* list_menu
------------------------- */
/*----- デフォルト -----*/
.list_menu {
  margin: 0 0 5px;
}
.list_menu li {
  border-bottom: 1px solid #c2919f;
  background: #5b1e3c;
}
.list_menu li:first-child {
  border-top: 1px solid #c2919f;
}
.list_menu li a, .list_menu li.nolink {
  display: block;
  padding: 10px 25px 10px 12px;
}
.list_menu li.nolink {
  color: #777;
}
.list_menu a {
  position: relative;
  text-decoration: none;
  text-align: left;
  color: #fff;
}
.list_menu:not(.new) a:after {
  content: '\03e';
  position: absolute;
  top: 50%;
  right: 3%;
  transform: scale(1, 0.8) translateY(-65%);
}
/* red */
.list_menu.red li {
  background: #641220;
}
/* purple */
.list_menu.purple li {
  background: #41236a;
}
/* blue */
.list_menu.blue li {
  border-bottom: 1px solid #91afc2;
  background: #243742;
}
.list_menu.blue li:first-child {
  border-top: 1px solid #91afc2;
}
/* もっと見る */
.btn_more {
  margin: 0;
  text-align: right;
}
.btn_more a {
  display: inline-block;
  padding: 5px 15px 5px 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.pink .btn_more a {
  color: #f587b8;
}
.blue .btn_more a {
  color: #36c6f1;
}
/*----- 新着 -----*/
.list_menu.new {
  background: none;
}
.list_menu.new li {
  border: 0;
  background: url("../images/menulist/new/bg_top.jpg") no-repeat top, url("../images/menulist/new/bg_btm.jpg") no-repeat center bottom -0.1vw, url("../images/menulist/new/bg_mid.jpg") repeat-y;
  background-size: 100%;
}
.list_menu.new li.new {
  background: url("../images/menulist/new/new/bg_top.jpg") no-repeat top, url("../images/menulist/new/new/bg_btm.jpg") no-repeat center bottom -0.1vw, url("../images/menulist/new/new/bg_mid.jpg") repeat-y;
  background-size: 100%;
}
.list_menu.new li a {
  padding: 15px 17px 17px;
  color: #000;
}
.list_menu.new li.new .ppvtitle {
  color: #ffff00;
}
/*----- ランキング -----*/
.list_menu.ranking {
  padding: 0 0 3px;
  border-bottom: 1px solid #85467d;
}
.list_menu.ranking li {
  border: 0;
  position: relative;
  background: url("../images/menulist/ranking/bg_top.jpg") no-repeat top, url("../images/menulist/ranking/bg_btm.jpg") no-repeat center bottom -1px, url("../images/menulist/ranking/bg_mid.jpg") repeat-y;
  background-size: 100%;
}
.list_menu.ranking a {
  padding: 15px 15px 20px;
}
.list_menu.ranking a:after {
  content: none;
}
/*----- ppv -----*/
.ppv_top .list_menu:not(.new) {
  padding: 10px 0 30px;
}
.ppv_top .list_menu:not(.new) li {
  border: 0;
  background: none;
}
.ppv_top .list_menu:not(.new) li a {
  padding: 10px 20px;
}
.ppv_top .list_menu:not(.new) li:not(:last-child) a {
  background: url("../images/menulist/ppv/line.png") no-repeat center bottom;
  background-size: 260px;
}
.ppv_top .list_menu:not(.new) li a:after {
  content: none;
}
.list_menu.love {
  background: url("../images/menulist/ppv/bg_top01.jpg") no-repeat top, url("../images/menulist/ppv/bg_btm01.jpg") no-repeat center bottom -1px, url("../images/menulist/ppv/bg_mid01.jpg") repeat-y;
  background-size: 100%;
}
.list_menu.fukuzatsu {
  background: url("../images/menulist/ppv/bg_top02.jpg") no-repeat top, url("../images/menulist/ppv/bg_btm02.jpg") no-repeat center bottom -1px, url("../images/menulist/ppv/bg_mid02.jpg") repeat-y;
  background-size: 100%;
}
.list_menu.kekkon {
  background: url("../images/menulist/ppv/bg_top03.jpg") no-repeat top, url("../images/menulist/ppv/bg_btm03.jpg") no-repeat center bottom -1px, url("../images/menulist/ppv/bg_mid03.jpg") repeat-y;
  background-size: 100%;
}
.list_menu.jinsei {
  background: url("../images/menulist/ppv/bg_top04.jpg") no-repeat top, url("../images/menulist/ppv/bg_btm04.jpg") no-repeat center bottom -1px, url("../images/menulist/ppv/bg_mid04.jpg") repeat-y;
  background-size: 100%;
}
/* 特別鑑定ボタン
------------------------- */
/* 画像 */
.btn_ppv {
  width: 90%;
  margin: 10px auto 15px;
}
/* 背景テキスト */
.btn_ppvmenu {
  display: table;
  width: 100%;
  height: 135px;
  margin: auto;
  position: relative;
  background: url("../images/btn/bg_ppv.png") no-repeat left 4px center;
  background-size: 95%;
}
.btn_ppvmenu a {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding: 10px 30px 0;
  line-height: 1.5;
  text-decoration: none;
  text-shadow: 0 0 3px #9c6001, 0 0 3px #9c6001, 0 0 10px #9c6001, 0 0 10px #9c6001;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
/* ラベル
------------------------- */
.obi {
  display: block;
  padding: 0 35px 0 30px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  transform: rotate(-35deg);
  line-height: 17px;
  font-weight: bold;
  font-size: 10px;
  font-style: italic;
  color: #d30000;
  position: absolute;
  top: 5px;
  left: -30px;
  background: #FFE900;
}
.obi.one {
  color: #007e6a;
}
/* lead
------------------------- */
.lead {
  padding: 0 10px 5px;
  text-align: left;
  position: relative;
}
/*////////////////////////////////////////////////////////

無料TOP

////////////////////////////////////////////////////////*/
[class*="free_top"] {
  padding: 0 0 40px;
}
[class*="free_top"] section, [class*="free_top"] p {
  margin-bottom: 0;
}
[class*="free_top"] .main_obi {
  color: #fff;
  background: #ff0066;
  font-weight: bold;
  padding: 10px;
  font-size: 15px;
}
[class*="free_top"] .main_obi span {
  color: red;
}
/* 無料占いbtn */
.btn_free {
  height: 120px;
  margin: -1px 0 0;
  background: url(../images/free/sprite_btn_free.jpg) no-repeat center;
  background-size: 100%;
}
.btn_free li {
  width: 50%;
  height: 100%;
}
.btn_free a {
  display: block;
  height: 100%;
  width: 100%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
/* 会員登録btn */
.btn-regist {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.btn-regist a {
  display: block;
  width: 100%;
  height: 110px;
  margin: 0 auto 10px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/btn/btn_regist.png) no-repeat center;
  background-size: 100%;
}
.btn-regist02 {
  width: 90%;
  margin: 15px auto 0;
}
.menu03 + .btn-regist, .menu05 + .btn-regist {
  margin: -15px auto 10px;
}
.list_menu + .btn-regist {
  margin-top: 5px;
}
/*----- 特典 -----*/
.otoku {
  position: relative;
}
.otoku .menu_link {
  height: 30px;
  top: 278px;
}
/*////////////////////////////////////////////////////////

free fortune

////////////////////////////////////////////////////////*/
.free_index p {
  margin-bottom: 0;
}
/* form */
.form_wrap {
  padding: 0 20px 45px;
  color: #fff;
  background: url(../images/free/bg_ff_btm.jpg) no-repeat center bottom -1px, url(../images/free/bg_ff_mid.jpg) repeat-y;
  background-size: 100%;
}
.two .form_wrap {
  background: url(../images/free/bg_ff_btm02.jpg) no-repeat center bottom -1px, url(../images/free/bg_ff_mid02.jpg) repeat-y;
  background-size: 100%;
}
.form_wrap > .flex-box:not(.select_wrap) {
  justify-content: space-between;
}
.form_wrap > .flex-box dl {
  display: flex;
  align-items: center;
  width: 48%;
}
.form_wrap dt {
  padding: 0 2px;
  width: 48%;
  height: 100%;
  margin: 0 3px 0 0;
  border-radius: 4px;
  line-height: 32px;
  font-weight: bold;
  font-size: 12px;
  color: #000;
  background: #dcb1fa;
}
.form_wrap input[type="text"], .form_wrap select {
  width: 100%;
  height: 32px;
  line-height: 1.4;
  margin: 0;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
  font-weight: bold;
}
.form_wrap input[type="text"] {
  padding: 0 7px;
}
.form_wrap select {
  padding: 0 8px 0 5px;
  background: url(../images/icon/arrow_select.png) no-repeat 94% center #fff;
  background-size: 7px;
}
/* 注意文言 */
.form_wrap .att {
  margin: 7px 0 12px;
  line-height: 1;
  text-align: left;
  font-size: 11px;
}
.form_wrap .error-message {
  padding: 0 10px 8px;
}
/* 性別 */
.select_wrap:not(:last-of-type) {
  margin: 0 0 10px;
}
.select_wrap dt {
  width: 70px;
  letter-spacing: 3px;
}
.select_wrap dd:not(.flex-box) {
  width: 25%;
}
/* 生年月日 */
.select_wrap.birthday {
  font-weight: bold;
  font-size: 10px;
}
.select_wrap.birthday dt {
  letter-spacing: 0;
}
.select_wrap.birthday dd {
  width: 72%;
  justify-content: space-between;
  align-items: flex-end;
  letter-spacing: 1px;
}
.select_wrap.birthday select {
  width: 47px;
}
.select_wrap.birthday [name="birthyear"] {
  width: 60px;
}
/* 占うボタン */
.btn_wrap {
  width: 100%;
  height: 65px;
  margin: 5px auto 0;
}
/*////////////////////////////////////////////////////////

月額TOP

////////////////////////////////////////////////////////*/
/*----- menu_link -----*/
.menu_link {
  width: 90%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
.menu_link li {
  background: none;
}
.menu_link a {
  display: block;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*----- メインメニュー -----*/
.today {
  line-height: 25px;
  letter-spacing: 1px;
  border-top: 1px solid #f59fc6;
  border-bottom: 1px solid #f59fc6;
  background: #8f1538;
}
.menu .main_visual {
  margin: 0;
}
.menu .main_visual .msg {
  display: block;
  width: 95%;
  height: 55px;
  margin: 15px auto -20px;
  padding: 30px 20px 0;
  position: relative;
  z-index: 1;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  background: url(../images/menu/bg_msg.png) no-repeat;
  background-size: 100%;
}
.menu .main_visual .box_teller {
  height: 260px;
  margin: 0 0 -65px;
  align-items: flex-start;
  padding-top: 40px;
  background: url("../images/menu/teller_main.jpg") no-repeat;
  background-size: 100%;
}
.btn_today {
  display: block;
  margin: 5px auto -5px;
}
.box_menu {
  height: 365px;
  padding: 35px 8px 0;
  position: relative;
  background: url(../images/menu/bg_box_menu.png) no-repeat;
  background-size: 100%;
}
.box_menu li {
  height: 45px;
  margin: 0 0 5px;
}
.box_menu li:not(.w-100) {
  width: 50%;
}
.box_menu li a {
  display: block;
  height: 100%;
}
/* 更新バッジ */
.box_menu .icon-1:after {
  content: "";
  position: absolute;
  z-index: 1;
}
.box_menu .icon-1:after {
  width: 20px;
  height: 20px;
  top: -5px;
  right: -4px;
  background: url(../images/icon/icon-mark.png) no-repeat;
  background-size: 100%;
}
/* 検索 */
.box_search {
  height: 100px;
  padding: 10px 20px 0;
  color: #fff;
  background: url("../images/menu/bg_box_search.jpg") no-repeat;
  background-size: 100%;
}
.pulldown_menu {
  margin: 3px 0 0;
  position: relative;
}
.pulldown_menu select {
  width: 100%;
  height: 34px;
  padding: 0 10px;
  border: 2px solid #f83aff;
  line-height: 30px;
  font-size: 12px;
  background: #fff;
}
.pulldown_menu:after {
  content: "\025bc";
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  font-size: 11px;
  color: #411403;
}
.box_search_btn {
  width: 67px;
  height: 35px;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: 1px;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/pay/btn_search.png) no-repeat;
  background-size: 100%;
}
.fortune_search {
  margin: 50px auto 30px;
}
.fortuneSearch .fortune_search {
  margin: 0 auto 30px;
}
/* 7days */
.days7 {
  margin: 0 0 10px;
  position: relative;
}
.menu .days7 {
  margin: 0;
}
.days7_text {
  margin: 0 0 -25px !important;
}
.days7 .menu_link {
  width: 92%;
  top: 180px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.days7 li {
  width: 49%;
  height: 70px;
}
.days7 li:nth-child(1) {
  order: 2;
  margin: -50px 0 0;
}
.days7 li:nth-child(2) {
  order: 1;
  margin: 47px 0 0;
}
.days7 li:nth-child(3) {
  order: 4;
}
.days7 li:nth-child(4) {
  order: 3;
}
.days7 li:nth-child(5) {
  order: 6;
}
.days7 li:nth-child(6) {
  order: 5;
}
.days7 li:nth-child(7) {
  order: 7;
  margin: -25px 0 0 auto;
}
.days7 li:nth-child(3), .days7 li:nth-child(5) {
  margin: -75px 0 0;
}
.days7 li:nth-child(4), .days7 li:nth-child(6) {
  margin: 20px 0 0;
}
.days7 li.open-0 {
  position: relative;
}
.days7 li.open-0 a {
  pointer-events: none;
}
.days7 li.open-0:after {
  display: flex;
  align-items: center;
  justify-content: center;
  content: 'coming soon';
  box-shadow: 0 1px 2px rgba(0, 0, 0, .7);
  width: 70%;
  margin: auto;
  padding: 0 0 2px;
  border-radius: 2px;
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  transform: rotate(-10deg);
  line-height: 14px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
  font-size: 10px;
  color: #fff;
  background: red;
}
/*////////////////////////////////////////////////////////

有料TOP

////////////////////////////////////////////////////////*/
.pay_top p {
  margin-bottom: 0;
}
.pay_top .main_visual {
  margin: 0;
}
.pay_top .main_visual .box_teller {
  height: 190px;
  min-height: 190px;
  background: url("../images/pay/teller_main.jpg") no-repeat;
  background-size: 100%;
}
/*----- レコメンドbigバナー -----*/
.reco_banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1002;
  width: 100%;
  height: 120vh;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.pay_top .reco-1 {
  display: block;
}
.pay_top .reco-0 {
  display: none;
}
.reco_bigbnr {
  width: 92%;
  margin: 10px auto 0;
  padding: 0 0 0;
  position: relative;
  border-radius: 5px;
  border: 2px solid #ab8449;
  background: #fafafa;
  min-height: 290px;
}
.reco_bigbnr img {
  border-radius: 3px 3px 0 0;
}
.btn_reco_close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 2000;
  background: url(../tpl/conce_sys/big_banner/sys/images/icon_close.png) no-repeat;
  background-size: 100%;
}
/*----- 緊急メッセージ&ランダム訴求 -----*/
.pay_top .emergency_random {
  margin-top: -10px;
}
.pay_top .fuki_emergency {
  position: relative;
  width: 35%;
  flex-shrink: 0;
  margin: -5px -5px -5px 5px;
}
.pay_top .fuki_emergency .float {
  display: none;
}
.pay_top .fuki_emergency.icon-1:after {
  content: "";
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 2;
  -webkit-animation: tenmetsu 1s ease-in-out infinite alternate;
  -moz-animation: tenmetsu 1s ease-in-out infinite alternate;
  animation: tenmetsu 1s ease-in-out infinite alternate;
  background: url(../images/icon/icon-mark.png) no-repeat;
  background-size: 100%;
}
.loop_random {
  display: table;
  width: 84%;
  height: 94px;
  margin: 0 auto 10px;
}
.loop_random a {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  line-height: 1.2;
  text-decoration: none;
  text-shadow: 0 0 3px #9c6001, 0 0 3px #9c6001, 0 0 10px #9c6001, 0 0 10px #9c6001;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  background: url(../images/pay/random/bg.png) no-repeat;
  background-size: 100%;
}
/*.random_color-1 {
  background: url(../images/pay/random/bg1.png) no-repeat;
  background-size: 100%;
}
.random_color-2 {
  background: url(../images/pay/random/bg2.png) no-repeat;
  background-size: 100%;
}
.random_color-3 {
  background: url(../images/pay/random/bg3.png) no-repeat;
  background-size: 100%;
}
.random_color-1 a {
  color: #ff0000;
}
.random_color-2 a {
  color: #6d00fe;
}
.random_color-3 a {
  color: #006cff;
}*/
.loop_random span {
  font-size: 0.9em;
}
.text_random {
  width: 95%;
  margin: 0 auto 15px !important;
}
.text_random a {
  display: block;
  padding: 8px 10px;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(221, 1, 79, .7) inset, 0 1px 3px rgba(0, 0, 0, .3);
  border: 2px solid #dd014f;
  font-size: 13px;
  background: #fff;
}
.sec_ppvbnr_new .bnr, .sec_ppvbnr_new .present_banner {
  padding: 0 15px 15px;
}
.sec_ppvbnr_new .present_banner {
  margin: 0 0 5px;
}
/*----- 新着情報 -----*/
.sec_new {
  margin: 5px 0 0;
}
/* ppv icon */
.icon-ppv {
  display: flex;
  align-items: center;
  margin: 0 0 3px;
  padding: 0 2px 2px;
  border-bottom: 1px solid #cfa94d;
  font-size: 13px;
}
li.new .icon-ppv {
  color: #fff;
}
.icon-ppv .days {
  order: 2;
}
.icon-ppv:before, .icon-ppv:after {
  content: "";
  order: 1;
}
.icon-ppv:before {
  content: "";
  width: 54px;
  height: 18px;
  margin: 0 5px;
  background: url(../images/icon/icon-ppv.png) no-repeat;
  background-size: 100%;
}
.icon-ppv:after {
  width: 25px;
  height: 16px;
  margin-right: 8px;
}
.icon-ppv.one:after {
  width: 14px;
  background: url(../images/icon/icon-person.png) no-repeat 2px;
  background-size: 24px;
}
.icon-ppv.two:after {
  background: url(../images/icon/icon-person.png) no-repeat center;
  background-size: 100%;
}
li.new .icon-ppv:before {
  width: 102px;
  background: url(../images/icon/icon-new.png) no-repeat left, url(../images/icon/icon-ppv.png) no-repeat right;
  background-size: 45px, 54px;
}
li.new .icon-ppv.one:after {
  background: url(../images/icon/icon-person_wh.png) no-repeat 2px;
  background-size: 24px;
}
li.new .icon-ppv.two:after {
  background: url(../images/icon/icon-person_wh.png) no-repeat center;
  background-size: 100%;
}
/*----- 更新 -----*/
.sec_update {
  margin: 0;
}
/*----- レコメンド -----*/
.sec_deli_pay {
  height: 290px;
  padding: 130px 0 0;
  position: relative;
  background: url("../images/pay/deli/bg.jpg") no-repeat;
  background-size: 100%;
}
.tit_deli {
  text-shadow: 0 0 2px #000, 0 1px 2px #000, 0 1px 2px #000, 0 1px 2px #000, 0 1px 2px #000, 0 1px 2px #000, 0 2px 2px #000, 0 2px 3px #000;
  font-size: 14px;
  position: absolute;
  top: 75px;
  left: 15px;
}
.sec_deli_pay .flex-box {
  height: 80px;
}
.deli2-read {
  display: none;
}
/*----- ランキング -----*/
.sec_ranking {
  margin: 0;
}
/*----- 無料占いの続き -----*/
.btn_free_more {
  width: 300px;
  height: 65px;
  margin: 5px auto 10px;
  background: url("../images/btn/btn_free_more_off.png") no-repeat;
  background-size: 100%;
}
.btn_free_more.active {
  background: url("../images/btn/btn_free_more_on.png") no-repeat;
  background-size: 100%;
}
.box_free_more {
  display: none;
  margin: 0 10px 20px;
}
/* タブ */
.box_free_more .tab {
  margin: 0 auto;
}
.box_free_more .tab li {
  height: 30px;
  font-size: 11px;
  font-weight: normal;
  background: #65018f;
}
.box_free_more .tab .active {
  font-size: 13px;
  font-weight: bold;
  background: #cd19fa;
}
/* パネル */
.panel {
  display: none;
}
.panel.active {
  display: block;
}
.panel .icon_ppv {
  padding-left: 50px;
  font-size: 13px;
  font-weight: bold;
  background: url("../images/icon/icon-ppv.png") no-repeat left 3px;
  background-size: 45px;
}
.panel .icon_ppv a {
  color: hotpink;
}
/*----- 2ボタン -----*/
.btn_info_ppv {
  margin: 20px 10px 22px;
  position: relative;
}
.btn_info_ppv ul {
  width: 100%;
  position: absolute;
  top: 0;
}
.btn_info_ppv li {
  width: 50%;
  height: 45px;
}
.btn_info_ppv li a {
  display: block;
  width: 100%;
  height: 100%;
}
.pay_top .btn_notice.icon-1:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: -8px;
  left: 8px;
  z-index: 1;
  background: url(../images/icon/icon-mark.png) no-repeat;
  background-size: 100%;
  -webkit-animation: tenmetsu 1s ease-in-out infinite alternate;
  -moz-animation: tenmetsu 1s ease-in-out infinite alternate;
  animation: tenmetsu 1s ease-in-out infinite alternate;
}
/*----- weekend -----*/
.weekend {
  padding: 10px 0 5px 0;
  margin-bottom: 10px;
}
.icon_new {
  width: 13%;
  margin-right: 5px;
  vertical-align: middle;
}
/*----- nextopen -----*/
[class^="nextopen-"] {
  padding: 10px 0 20px;
}
.bnr-nextopen {
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}
.bnr-nextopen span {
  display: none;
}
/* close */
[class^="nextopen-"] p {
  display: none;
  margin: 0 0 13px;
  letter-spacing: 3px;
  text-shadow: 0 0 3px #cc0ba1, 0 0 5px #cc0ba1, 0 0 5px #cc0ba1, 0 0 10px #cc0ba1, 0 0 10px #cc0ba1;
  font-size: 20px;
  font-weight: bold;
}
.nextopen-0 p:nth-child(1) {
  display: block;
}
.nextopen-0 .bnr-nextopen:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .1);
}
.nextopen-0 .bnr-nextopen span {
  display: inline-block;
  padding: 0px 10px 0 45px;
  transform: rotate(20deg) scale(0.8, 0.8);
  text-shadow: none;
  font-size: 10px;
  font-weight: bold;
  color: red;
  position: absolute;
  top: -4px;
  right: -20px;
  z-index: 1;
  background: yellow;
}
/* open */
.nextopen-1 p:nth-child(2) {
  display: block;
}
/*----- 滞在特典 -----*/
.box_special {
  margin: 0 0 5px;
}
.box_special .inner {
  padding: 35px 20px 50px;
  font-weight: bold;
  color: #000;
  background: url("../images/pay/special/bg_top.jpg") no-repeat top, url("../images/pay/special/bg_btm.jpg") no-repeat center bottom -1px, url("../images/pay/special/bg_mid.jpg") repeat-y;
  background-size: 100%;
}
.box_special .float {
  margin: 10px 0 -5px;
}
.btn-pre-link {
  display: block;
  width: 220px;
  margin: auto;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}
/* おすすめサイト */
.promotion {
  position: relative;
}
.promotion .inner {
  padding: 10px;
  position: relative;
  z-index: 1;
}
.promotion li {
  margin-top: 10px;
}
.promotion .officialLink {
  padding: 0 10px;
}
.box_recc .inner {
  margin: 5px 5px 0;
  padding: 0 20px 25px;
  border: 1px solid #d8a5f6;
  border-radius: 7px;
  background: #714d71;
}
/*----- 事前告知 -----*/
.pre-regist {
  padding: 13px 10px 15px 10px;
  background: rgba(0, 0, 0, 0.5);
}
.pre-regist p {
  text-align: left;
  line-height: 1.2;
}
.pre-regist a {
  font-weight: bold;
  color: yellow;
  display: block;
  text-align: center;
  line-height: 1.4;
  font-size: 15px;
}
.pre-regist, .pre-regist.open-0 {
  display: none;
}
.pre-regist.open-1 {
  display: block;
}
/*----- 2ヵ月目継続特典 -----*/
.box_nextmonth {
  margin: 0 0 10px;
  position: relative;
}
.text_nextmonth {
  position: absolute;
  right: 227px;
  bottom: 7px;
  font-weight: bold;
  font-size: 23px;
}
.open-0 .btn-yudo {
  display: none;
}
/*////////////////////////////////////////////////////////

お知らせ・プレゼントBOX

////////////////////////////////////////////////////////*/
.notice .list_menu {
  padding: 0 0 5px;
  font-size: 13px;
}
.notice .list_menu dt {
  margin-bottom: 7px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
}
.notice .icon_1 {
  background: url(../images/icon/icon-mark.png) no-repeat right top;
  background-size: 20px;
}
/*////////////////////////////////////////////////////////

menulist / menu.do

////////////////////////////////////////////////////////*/
/*----- common -----*/
.menuList .title, .menudo .title {
  min-height: 70px;
  line-height: 1.2;
  font-size: 15px;
  background: url("../images/bar/blue_long.jpg") no-repeat;
  background-size: 100%;
}
.menuList .title {
  margin: 0;
}
.result-picture {
  width: 120px;
  float: left;
  margin: 0 5px 0 0;
}
.result-picture.right {
  float: right;
  margin: 0;
}
.result-picture.right img {
  transform: scale(-1, 1);
}
/*--- result_voice -----*/
.re_voice p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 85px;
  position: absolute;
  top: 50px;
  left: 10px;
}
/*--- result02 -----*/
.menudo .common_two {
  margin: -120px 0 0;
  position: relative;
  z-index: 0;
}
/*----- yudo -----*/
[class^="box_yudo"] {
  position: relative;
}
[class^="box_yudo"] ul {
  width: 90%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
[class^="box_yudo"] a {
  display: block;
}
[class^="box_yudo"] [class^="text-shadow_"] {
  position: absolute;
}
[class^="yudo"] .box_teller .btn-yudo {
  position: absolute;
}
.box_yudo00 ul {
  width: 60%;
  top: 60px;
  left: 10px;
  right: auto;
}
/* 01 */
.box_yudo01 .btn-yudo {
  width: 60%;
  position: absolute;
  top: 40px;
  right: 20px;
}
.yudo01 .btn-flex li {
  width: 48%;
}
.box_yudo01 .text-shadow_pink {
  bottom: 60px;
  left: 20px;
  text-align: left;
}
/* 02 */
.box_yudo02 ul {
  top: 100px;
  justify-content: space-between;
}
.box_yudo02 li {
  width: 40%;
}
.box_yudo02 li:nth-child(2) {
  margin: 20px 0 0;
}
.box_yudo02 .text-shadow_yellow {
  width: 100%;
  top: 60px;
}
/* 03 */
.box_yudo03 {
  margin: 0 0 -10px;
}
.box_yudo03 ul {
  top: 105px;
}
.box_yudo03 li {
  width: 63%;
  height: 70px;
}
.box_yudo03 a {
  height: 100%;
}
.yudo03 .box_teller {
  background: url("../images/yudo/03.jpg") no-repeat;
  background-size: 100%;
}
.yudo03 .box_teller .btn-yudo {
  width: 50%;
  margin: 0;
  bottom: 70px;
  left: 20px;
}
/* 04 */
.box_yudo04 ul {
  top: 55px;
}
.box_yudo04 li {
  width: 40%;
  height: 70px;
  position: absolute;
}
.box_yudo04 li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.box_yudo04 li:nth-child(1) {
  top: 0;
  right: 5px;
}
.box_yudo04 li:nth-child(2) {
  top: 65px;
  left: 5px;
}
.box_yudo04 li:nth-child(3) {
  top: 218px;
  right: 5px;
}
.yudo04 .box_teller .btn-yudo {
  width: 50%;
  margin: 0;
  bottom: 20px;
  left: 20px;
}
/* 05 */
.box_yudo05 ul {
  top: 40px;
}
.box_yudo05 li:not(:nth-child(3)) {
  width: 45%;
  margin: 0 0 10px 10px;
}
/* 06 */
.yudo06 .box_teller .btn-yudo {
  width: 50%;
  margin: 0;
  bottom: 10px;
  right: 20px;
}
/* 07 */
.yudo07 .komi_voice .btn-yudo{
  width: 70%;
  text-shadow: none;
}
/* 11 */
.yudo11 .box_teller .btn-yudo {
  width: 50%;
  margin: 0;
  bottom: 10px;
  right: 20px;
}
/*////////////////////////////////////////////////////////

従量TOP

////////////////////////////////////////////////////////*/
.ppv_top .box_teller {
  align-items: flex-start;
  padding-top: 40px;
  margin: 0 0 -50px;
  background: url("../images/teller/right02.jpg") no-repeat;
  background-size: 100%;
}
.ppvnavi {
  justify-content: space-between;
  height: 95px;
  margin: 0 0 20px;
  position: relative;
  background: url(../images/ppv/bg_btn.png) no-repeat;
  background-size: 100%;
}
.ppvnavi li {
  width: 33%;
  height: 65px;
}
.ppvnavi a {
  display: block;
  height: 100%;
}
.ppvnavi li:last-child {
  width: 100%;
  height: 30px;
}
.ppvicon, .ppvtitle {
  display: table-cell;
  vertical-align: middle;
}
.ppvicon {
  width: 22%;
  padding: 0 5px 0 0;
}
.ppvtitle {
  line-height: 1.5;
  text-decoration: underline;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  color: #000;
}
.ppv_top .price {
  margin: 5px 5px 0 auto;
  text-align: right;
  font-size: 12px;
  color: #000;
}
/* history */
.box_history .list-menu01 a span, .ppvhistory .list-menu01 a span {
  display: block;
  text-align: right;
  font-size: 11px;
  margin-right: 5px;
}
/*////////////////////////////////////////////////////////

ppv.do

////////////////////////////////////////////////////////*/
/*----- confirm -----*/
.ppvdo .box_pre a {
  display: block;
  text-align: center;
  color: yellow;
}
.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;
}
/* アイコン */
.icon-person {
  width: 100%;
  margin: 3px 0 0 auto;
  padding: 0 8px;
  text-align: right;
  font-weight: bold;
  font-size: 11px;
  color: #676767;
}
.icon-person p {
  display: inline-block;
}
.icon-person .icon {
  color: #fff;
}
.icon-person.一人用 .icon {
  padding: 5px 0 5px 15px;
  background: url(../images/icon/icon-person.png) no-repeat -9px;
  background-size: 9px;
}
.menu_title .icon-person.一人用 .icon {
  background: url(../images/icon/icon-person.png) no-repeat -9px;
  background-size: 17px;
  color: #000;
}
.icon-person.二人用 .icon {
  padding: 5px 0 5px 23px;
  background: url(../images/icon/icon-person.png) no-repeat left;
  background-size: 16px;
}
.menu_title .icon-person.二人用 .icon {
  background: url(../images/icon/icon-person.png) no-repeat 0;
  background-size: 17px;
  color: #000;
}
/* menu_list */
.menu_list {
  margin: 0 auto 20px;
  padding: 20px 10px;
  color: #fff;
  background: url("../images/menulist/yudo/bg_top.jpg") no-repeat top, url("../images/menulist/yudo/bg_btm.jpg") no-repeat bottom, url("../images/menulist/yudo/bg_mid.jpg") repeat-y;
  background-size: 100%;
}
.menu_list .list_wrap {
  padding: 10px 10px 0 10px;
}
.menu_list li {
  margin: 0 0 8px;
  padding: 0 0 0 24px;
  line-height: 1.4;
  text-align: left;
  font-size: 13px;
}
.menu_list .ic_com_indent, .menu_list .ic_com_indent a {
  color: yellow;
}
.menu_list .ic_com_indent {
  display: flex;
  margin: -8px 0 10px;
  font-weight: bold;
  font-size: 0.85em;
}
.menu_list li:first-child + .ic_com_indent {
  margin-top: -4px;
}
.ic_com_indent:before {
  content: '∟';
  margin: 0 3px 0 0;
  font-size: 0.8em;
}
.menu_list li.icon01, .menu_list li.icon01 a {
  color: yellow;
}
.menu_list li.icon01 {
  font-weight: bold;
  background: url(../images/icon/01.png) no-repeat left center;
  background-size: 18px;
}
.menu_list li.icon02, .menu_list li.icon02 a {
  color: #00ffff;
}
.menu_list li.icon02 {
  font-weight: bold;
  background: url(../images/icon/02.png) no-repeat left center;
  background-size: 18px;
}
.menu_list li.icon03, .menu_list li.icon03 a {
  color: #0ceb50;
}
.menu_list li.icon03 {
  font-weight: bold;
  background: url(../images/icon/03.png) no-repeat left center;
  background-size: 18px;
}
.menu_list li.icon04, .menu_list li.icon04 a {
  color: #fff;
}
.menu_list li.icon04 {
  background: url(../images/icon/04.png) no-repeat 3px center;
  background-size: 11px;
}
.menu_list li.icon05 {
  background: url(../images/icon/05.png) no-repeat 3px center;
  background-size: 11px;
}
.menu_list .txt_notice {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 11px;
}
.menu_list .btn_more_pay {
  margin: 15px auto 5px;
  top: 0;
}
/* パック用文言エリア */
.ppvdo.confirm .text_pack {
  display: block;
  margin: 10px 10px 30px;
  padding: 10px 15px;
  border: 1px solid #ba8787;
  border-radius: 7px;
  text-align: left;
  font-size: 13px;
  background: #fff;
  color: #000;
}
.ppvdo.confirm .text_pack font {
  color: #f92771;
  font-weight: bold;
}
/* 承諾事項 */
.box_approval {
  padding: 0 0 30px;
  text-align: left;
  font-size: 12px;
  color: #000;
  background: rgba(255, 255, 255, 1);
}
.box_approval #approval {
  margin-bottom: 15px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #675e71;
}
.box_approval li {
  margin-bottom: 5px;
}
.box_approval a {
  color: #f92771;
  font-weight: bold;
}
.box_approval .text-canter {
  text-align: center;
}
/*////////////////////////////////////////////////////////

LOOPD

////////////////////////////////////////////////////////*/
.loopD.link1 .box_teller {
  align-items: flex-start;
  padding-top: 40px;
}
.loopD.link1 .menu_link {
  bottom: 15px;
  background: url("../images/pay/loop/D/01.png") no-repeat;
  background-size: 100%;
}
.loopD.link1 .menu_link {
  height: 73px;
}
.loopD.link1 .menu_link li {
  height: 100%;
  width: 50%;
}
.loopD.link3 .box_yudo03 ul {
  top: 160px;
}
.loopD.link3 .box_yudo03 li:nth-child(2) {
  margin: 113px 0 0 37%;
}
.loopD.link5 .box_yudo05 ul {
  justify-content: space-between;
  top: 110px;
}
.loopD.link5 .box_yudo05 li {
  width: 47%;
  height: 72px;
  margin: 0;
}
.loopD.link5 .box_yudo05 li:last-child {
  margin-left: 50px;
}
.loopD.link5 .box_yudo05 a {
  display: block;
  height: 100%;
}
/*////////////////////////////////////////////////////////

占者紹介

////////////////////////////////////////////////////////*/
.tellerProfile section {
  margin: 0 0 30px;
}
.tellerProfile .lead {
  padding: 0 10px;
  text-align: left;
}
.tellerProfile dl {
  margin: 0 0 10px;
  font-size: 13px;
}
.tellerProfile dt {
  font-weight: bold;
  font-size: 14px;
}
.tellerProfile dl li {
  margin: 0 0 5px;
  padding-left: 15px;
  text-indent: -12px;
}
.tellerProfile .box_teller {
  padding-left: 40px;
  line-height: 1.5;
  font-size: 24px;
  font-weight: bold;
}
/*////////////////////////////////////////////////////////

mypage

////////////////////////////////////////////////////////*/
/* メニュー */
.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-left: 45px;
}
#pref {
  margin-bottom: 40px
}
/* プレミアムコード */
.mypage .box_special {
  text-align: left;
}
.mypage .box_special .inner {
  padding: 35px 20px 40px
}
.mypage .box_special a {
  font-weight: bold;
  color: red;
}
/*////////////////////////////////////////////////////////

bookmark

////////////////////////////////////////////////////////*/
.bookmark p {
  padding: 0 10px;
}
.bookmark .list-menu02 {
  margin-bottom: 30px;
  text-align: left;
}
.bookmark .list-menu02 li {
  display: flex;
  align-items: center;
  padding-left: 10px;
  color: #fff;
}
.bookmark .list-menu02 a {
  width: 100%;
  margin: auto;
  padding: 10px 20px 10px 10px;
}
.bookmark input[type="checkbox"] {
  display: none;
}
.bookmark input[type="checkbox"] + label {
  flex-shrink: 0;
  position: static;
}
/*////////////////////////////////////////////////////////

tutorial

////////////////////////////////////////////////////////*/
.tutorial p {
  margin-bottom: 0;
}
.tutorial .box_txt {
  color: #fff;
  padding: 13px 13px 55px 13px;
  text-align: left;
  font-size: 13px;
}
.site_cap {
  margin: 0 20px 40px 20px;
  position: relative;
}
.site_cap span {
  display: inline-block;
  position: absolute;
  bottom: -18px;
  width: 105px;
}
#link01 .site_cap span {
  left: 65px;
}
#link02 .site_cap span {
  left: 123px;
}
#link03 .site_cap span {
  left: 9px;
}
#link04 .site_cap span {
  left: 178px;
}
/*////////////////////////////////////////////////////////

unregist

////////////////////////////////////////////////////////*/
/*----- index -----*/
.box_unregist_notice p {
  padding: 0 10px;
  text-align: left;
}
.box_unregist_notice .icon-hart {
  width: 12px !important;
  margin: 0 5px 0 0;
}
/*----- 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-left: 50px;
}
.unregist .list-icon span {
  font-size: 0.9em;
}
/*////////////////////////////////////////////////////////

プレゼントキャンペーン

////////////////////////////////////////////////////////*/
.present_entry .detail {
  padding: 0 10px;
  text-align: left;
}
.present_entry .detail dt {
  margin: 20px 0 5px;
  font-weight: bold;
}
.present_entry .txt_notice {
  margin: 0;
  padding: 0 0 5px 10px;
  text-indent: -11px;
  font-size: 11px;
}
.present_entry .box_notice li:not(:last-child) {
  margin: 0 0 5px;
}
.present_banner {
  margin: 5px 0 15px;
  padding: 0 10px;
}
.present_banner.open-0, .present_banner.open-2, .present_banner02.open-0, .present_banner02.open-2 {
  display: none;
}
.present_banner.open-1, .present_banner02.open-1 {
  display: block;
}
.present_entry h2 span {
  font-size: 13px;
}
.present_entry .box_flow {
  background: #fff;
}
.present_entry .box_flow .inner {
  padding: 20px 0;
}
.present_entry .tit {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  margin: 0 0 0 0;
  padding: 10px 10px 10px 30px;
  font: bold;
  color: #666;
  background: #ccc;
  border-top: #ccc solid 1px;
  border-right: #999 solid 1px;
  border-bottom: #999 solid 1px;
  border-left: #ccc solid 1px;
  text-shadow: 1px 1px 0 rgb(255 255 255);
  box-shadow: 0 0 0 1px rgb(255 255 255 / 50%) inset;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(220, 220, 220, 1.0)), color-stop(0.25, rgba(240, 240, 240, 1.0)), color-stop(0.30, rgba(235, 235, 235, 1.0)), color-stop(0.36, rgba(240, 240, 240, 1.0)), color-stop(0.50, rgba(235, 235, 235, 1.0)), color-stop(0.80, rgba(215, 215, 215, 1.0)), to(rgba(210, 210, 210, 1.0)));
  background-image: -webkit-linear-gradient(top, rgba(220, 220, 220, 1.0), rgba(240, 240, 240, 1.0) 25%, rgba(235, 235, 235, 1.0) 30%, rgba(240, 240, 240, 1.0) 36%, rgba(235, 235, 235, 1.0) 50%, rgba(215, 215, 215, 1.0) 80%, rgba(210, 210, 210, 1.0));
  background-image: -moz-linear-gradient(top, rgba(220, 220, 220, 1.0), rgba(240, 240, 240, 1.0) 25%, rgba(235, 235, 235, 1.0) 30%, rgba(240, 240, 240, 1.0) 36%, rgba(235, 235, 235, 1.0) 50%, rgba(215, 215, 215, 1.0) 80%, rgba(210, 210, 210, 1.0));
  background-image: -o-linear-gradient(top, rgba(220, 220, 220, 1.0), rgba(240, 240, 240, 1.0) 25%, rgba(235, 235, 235, 1.0) 30%, rgba(240, 240, 240, 1.0) 36%, rgba(235, 235, 235, 1.0) 50%, rgba(215, 215, 215, 1.0) 80%, rgba(210, 210, 210, 1.0));
  background-image: linear-gradient(to bottom, rgba(220, 220, 220, 1.0), rgba(240, 240, 240, 1.0) 25%, rgba(235, 235, 235, 1.0) 30%, rgba(240, 240, 240, 1.0) 36%, rgba(235, 235, 235, 1.0) 50%, rgba(215, 215, 215, 1.0) 80%, rgba(210, 210, 210, 1.0));
}
.present_entry .tit:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 15px;
  width: 0;
  height: 100%;
  border-left: #ccc solid 1px;
}
.present_entry .tit:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 16px;
  width: 0;
  height: 100%;
  border-right: #eee solid 1px;
}
.present_entry .na {
  width: 94%;
  margin: 0 auto;
  font-size: 13px;
  font-weight: bold;
  color: #592b30;
  letter-spacing: 0;
  border: 1px solid #f49b7a;
  border-radius: 6px;
  text-decoration: none;
  padding: 15px 25px;
  background-color: #f5b5a0;
  line-height: 1.4;
  text-align: left;
}
.present_entry .box_flow img {
  width: 32px !important;
}
.present_entry .entry_require {
  line-height: 1.4;
  text-align: left;
  font-size: 13px;
  margin: 0 7px 20px 7px;
  font-weight: bold;
}
.present_entry .entry_require span {
  font-size: 12px;
  font-weight: normal;
}
.present_entry .entry_kome {
  text-align: left;
  font-size: 11px;
  padding: 12px 10px 15px 10px;
  line-height: 1.5;
  background: #6921a0;
  margin-bottom: 0;
  color: #fff;
}
.present_entry .entry_arrow {
  text-align: center;
  margin: 10px auto;
  width: 32px;
}
.present_entry .box_t {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  font-size: 80%;
  line-height: 1.4;
}
.box-entry {
  background: #fff;
  color: #333631;
  text-align: left;
}
.present_entry form {
  width: 90% !important;
  margin: 20px auto 0 auto;
}
.box-entry .pink {
  color: #ff0066;
}
.box-entry label.label_txt {
  border-bottom: dotted 1px #ff0066;
  border-left: solid 3px #ff0066;
  padding: 5px;
  width: 90%;
  margin: 0 10px 10px 10px;
  display: block;
  font-weight: bold;
  line-height: 1;
  font-size: 13px;
}
.input-layout {
  width: 88%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #ccc;
  outline: none;
  border-radius: 5px;
  margin-left: 10px;
  margin-bottom: 15px;
}
.box-entry .title3 {
  color: hsl(0, 50%, 50%);
  padding-left: 5px;
  border-left: 10px solid hsl(0, 50%, 50%);
  text-align: left;
  font-weight: bold;
  font-size: 13px;
}
.box-entry .box_t2 {
  width: 100%;
  margin: 10px auto 5px auto;
  font-size: 80%;
  line-height: 1.4;
}
.box-entry .privacy {
  background: #f5b5a0;
  padding: 10px;
  font-size: 80%;
  line-height: 1.4;
  margin-bottom: 15px;
}
.box-entry .dou {
  text-align: center;
  padding: 10px;
  font-weight: bold;
}
.box-entry .dou input {
  width: 18px;
  height: 18px;
  position: relative;
  top: 5px;
  -webkit-appearance: auto;
}
#disableButton {
  margin: auto;
  width: 100%;
  height: 80px;
  border: 0 !important;
  background: url(../images/pay/present_entry/btn01.png) no-repeat center;
  background-size: 90%;
  background-position: 50%;
  text-indent: -9999px;
  margin-bottom: 15px;
}
.present_entry .bg_box {
  background: #fff;
  font-size: 24px;
  padding: 20px 0 35px 0;
  color: red;
  font-weight: bold;
}
.present_entry .bg_box span {
  display: block;
  border-radius: 3px;
  border: 2px solid #fd0807;
  padding: 15px 0;
  margin: 0 20px;
}
.present_entry p.des {
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  line-height: 1.4;
  padding: 10px 0 0 0;
  width: 88%;
  margin-bottom: 0;
}
.present_entry p.des span {
  font-size: 87%;
  display: block;
  padding: 8px;
  background: #f5b5a0;
  border-radius: 4px;
  margin-top: 5px;
}
.present_entry .confirm_entry {
  text-align: center;
  margin: 20px 0 0 0;
  padding-bottom: 15px;
}
.present_entry .confirm_entry input {
  padding: 10px 20px;
  margin: 5px;
  border: 1px solid #7f7f7f;
  background: #efefef;
  color: #2c2c2c;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1;
}
.present_entry .txt_entry_mail {
  padding: 0 18px;
}
.present_entry .fin_txt {
  font-size: 15px;
  padding: 10px;
  text-align: center;
  line-height: 1.5;
  text-shadow: 0 0 6px #8537f0, 0 0 6px #8537f0, 0 0 6px #8537f0, 0 0 6px #8537f0, 0 0 6px #8537f0, 0 0 6px #8537f0, 0 0 6px #8537f0, 0 0 6px #8537f0, 0 0 6px #8537f0, 0 0 6px #8537f0;
}
.present_entry .entry_title_box {
  padding: 15px 0 20px 0;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
  background: url(../images/line/01.png) no-repeat left bottom #663399;
  background-size: 100% auto;
  text-shadow: 0 0 6px #8537f0, 0 0 6px #8537f0, 0 0 6px #8537f0, 0 0 6px #8537f0, 0 0 6px #8537f0, 0 0 6px #8537f0, 0 0 6px #8537f0, 0 0 6px #8537f0, 0 0 6px #8537f0, 0 0 6px #8537f0;
}
.present_entry .entry_title_box span {
  color: #f6f200;
}
.present_entry .c_txt {
  background: url(../images/line/02.png) no-repeat left bottom, url(../images/line/02.png) no-repeat left top #7d47a7;
  background-size: 100% auto;
  font-weight: bold;
  padding: 20px 0;
  margin-bottom: 15px;
  font-size: 15px;
}
.present_entry .kome {
  margin: 0 13px 20px 13px;
  font-weight: normal;
}
.present_entry .kome li {
  padding-left: 1em;
  text-indent: -1em;
}
/*////////////////////////////////////////////////////////

キャンペーン施策

////////////////////////////////////////////////////////*/
.pay_top .campaign.open-1 {
  display: block;
}
.pay_top .campaign.open-0, .pay_top .campaign.open-2 {
  display: none;
}
.pay_top .campaign {
  color: #000;
  border: 7px solid red;
  padding: 15px;
  background-color: #fff;
  margin: 25px 10px 25px;
  border-radius: 20px;
}
.pay_top .campaign p {
  font-size: 15px;
  line-height: 1.5;
}
.pay_top .campaign p a {
  color: red;
}
.pre_campaign {
  word-break: break-all;
}
.pre_campaign .title_bg {
  background: #e8e8f0;
  padding: 15px;
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
}
.pre_campaign .title_bg span {
  color: red;
}
.pre_campaign .text {
  margin: 15px 15px 25px;
  text-align: left;
  font-size: 12px;
}
.pre_campaign .text.indent {
  text-indent: -1em;
  padding-left: 1em;
}
.pre_campaign .text-cam {
  margin: 15px 15px 25px;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
}
.pre_campaign .box_ticket_menu {
  width: 95%;
  margin: 0 auto;
}
.pre_campaign .box_ticket_menu li {
  padding: 10px 5px;
}
.campaign_tokuten {
  margin: 0 8px 25px 8px;
}
.campaign_tokuten dt {
  text-align: left;
  background: #8117e1;
  font-weight: bold;
  padding: 5px 5px 5px 7px;
  margin-bottom: 15px;
  color: #fff;
}
.campaign .ticket_use .inner_box {
  position: relative;
}
.campaign .ticket_use .inner_box input[type="reset"].btn_cancel {
  position: absolute;
  top: 5px;
  right: 5px;
}
.site-btn a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  padding: 15px 0;
  border-radius: 20px;
  margin: 0 10px;
  line-height: 1.4;
  font-weight: bold;
  border: 2px solid #ecca7d;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #f6eba6));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f6eba6 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f6eba6 100%);
  color: #000;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
.site-btn.l a {
  font-size: 19px;
}
.campaign .em {
  background: #e117b5;
  color: #fff;
  margin: 0 15px;
  font-weight: bold;
  padding: 8px 0;
  line-height: 1;
  font-size: 16px;
}
.kaikin.open-1 .before, .kaikin.open-0 .after {
  display: none;
}
.kaikin.open-1 .after, .kaikin.open-0 .before {
  display: block;
}
.cam-step {
  margin-bottom: 30px;
}
.cam-step h3 {
  text-align: left;
  background: #8117e1;
  font-weight: bold;
  padding: 5px 5px 5px 7px;
  margin-bottom: 10px;
  color: #fff;
}
.cam-step p.txt {
  font-weight: bold;
  padding: 0 5px;
}
.cam-step p.txt.text-left {
  padding: 0 5px 0 10px;
}
.campaign.index img {
  width: 100%;
}
.download {
  width: 150px;
  margin: 0 auto;
}
/*////////////////////////////////////////////////////////

割引キャンペーンsale

////////////////////////////////////////////////////////*/
.sale-box.disp-0, .sale-box.disp-2, .sale-anchor.disp-0, .sale-anchor.disp-2 {
  display: none;
}
.sale-box.disp-1, .sale-anchor.disp-1 {
  display: block;
}
.sale-box .sale-tit {
  line-height: 1;
  padding: 8px 0;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 16px;
  background: yellow;
  color: #ff4b1b;
}
.sale-box .sale-here {
  font-size: 17px;
  font-weight: bold;
  background: #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 #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-box .open-1.time-0, 
.sale-box .open-1.time-2{
	display: none;
}
.sale-box .open-1.time-1{
	display: block;
}
/*タイマー*/
.sale-wrap {
  position: relative;
  min-height: 225px;
	background: #cbaa4b;
}
.sale-box .sale_box-count {
  background: #fff;
  margin: 0 auto;
  color: #ffff00;
  font-size: 15px;
  padding: 10px 10px;
  line-height: 1;
  border-radius: 50px;
  outline-offset: -4px;
  width: 92%;
}
.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;
}
/*////////////////////////////////////////////////////////

相互送客

////////////////////////////////////////////////////////*/
.banner_mutual {
  margin-bottom: 30px;
}
.banner_mutual.open-0, .banner_mutual.open-2 {
  display: none;
}
.banner_mutual.open-1 {
  display: block;
}
.banner_mutual .txt {
  font-weight: bold;
  font-size: 13px;
}
.banner_mutual .txt span {
  font-size: 16px;
}