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

common

////////////////////////////////////////////////////////*/
section {
  margin-bottom: 20px;
}
aside {
  padding: 0 10px 20px;
}
/* 汎用box
------------------------- */
.flex-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.flex-box.col2 {
  padding: 5px 10px;
  justify-content: space-between;
}
.flex-box.col2 > div:nth-child(1) {
  width: 28%;
}
.flex-box.col2 > div:nth-child(2) {
  width: 68%;
  text-align: left;
}
.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
------------------------- */
/*----- 新規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 {
  margin: 0 auto 15px;
  padding: 0 10px;
}
.bnr li {
  margin: 5px 0 10px;
}
.bnr li:first-child {
  margin-top: 0;
}
.bnr li:last-child {
  margin-bottom: 0;
}
.bnr a {
  display: inline-block;
  position: relative;
}
.bnrlink-0 a {
  pointer-events: none;
}
.bnrlink-2 {
  display: none;
}
/*----- docomo出し分け -----*/
.disp-docomo .common, .disp-common .docomo {
  display: none;
}
.disp-docomo .docomo, .disp-common .common {
  display: block;
}
/*----- 注釈出し分け -----*/
.notice-0 {
  display: none;
}
/*----- 1人用/2人用経由入会出し分け -----*/
[class^="join_member_pr"] {
  display: none;
}
.join_member_pr1-1, .join_member_pr2-2 {
  display: block;
}
/* animation
------------------------- */
.tenmetsu {
  -webkit-animation: tenmetsu 1.2s ease-in-out infinite alternate;
  -moz-animation: tenmetsu 1.2s ease-in-out infinite alternate;
  animation: tenmetsu 1.2s ease-in-out infinite alternate;
}
@-webkit-keyframes tenmetsu {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes tenmetsu {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes tenmetsu {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.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: 2;
}
@-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)
  }
}
.float.fuki {
  margin-bottom: -10px;
}
/*////////////////////////////////////////////////////////

共通パーツ

////////////////////////////////////////////////////////*/
/* list_menu
------------------------- */
/*----- デフォルト -----*/
.list_menu {
  padding: 10px;
  background-color: #ff0c7e;
}
.list_menu li {
  margin: 0 0 4px;
  position: relative;
  border-radius: 5px;
  text-align: left;
  font-weight: bold;
  color: #000;
  background: #fff;
}
.list_menu li:last-child {
  margin: 0;
}
.list_menu li a {
  padding: 10px 20px 10px 15px;
}
.list_menu a {
  display: block;
  position: relative;
  line-height: 1.3;
  text-decoration: none;
  color: #000;
}
.list_menu li a:after, .btn_more a:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #1f1f1f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3%;
}
.list_menu .tit_sub {
  height: 57px;
  margin: 0 0 4px;
  letter-spacing: 1px;
  font-size: 17px;
  background-image: url("../images/bar/menu/pink.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
/* purple */
.list_menu.purple {
  background-color: #ce00d8;
}
.list_menu.purple .tit_sub {
  background-image: url("../images/bar/menu/purple.png");
}
/* purple2 */
.list_menu.purple2 {
  background-color: #954eff;
}
/* pink */
.list_menu.pink {
  background-color: #f200ff;
}
/* blue */
.list_menu.blue {
  background-color: #6600ff;
}
.list_menu.blue .tit_sub {
  background-image: url("../images/bar/menu/blue.png");
}
/* green */
.list_menu.green {
  background-color: #00be70;
}
/* orange */
.list_menu.orange {
  background-color: #ff7200;
}
/* yellow */
.list_menu.yellow {
  background-color: #ffc600;
}
/* もっと見る */
.btn_more {
  margin: 7px 0 0;
  text-align: right;
}
.btn_more a {
  display: inline-block;
  padding: 0 18px 0 15px;
  border-radius: 20px;
  line-height: 22px;
  font-size: 11px;
  color: #000;
  background: #ffff00;
}
.btn_more a:after {
  transform: translateY(-55%) scale(.9, .9);
}
[class*="free_"] .btn_more a {
  padding: 0;
  border: 0;
  pointer-events: none;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  background: none;
}
[class*="free_"] .btn_more a:after {
  content: none;
}
/*----- 新着 -----*/
.list_menu.new {
  padding: 6px 5px 0;
  background: none;
}
.list_menu.new li {
  margin: 0;
  background: url("../images/menulist/bg_top.jpg") no-repeat top, url("../images/menulist/bg_btm.jpg") no-repeat center bottom -1px, url("../images/menulist/bg_mid.jpg") repeat-y;
  background-size: 100%;
}
.list_menu.new li.new {
  background: url("../images/menulist/new/bg_top.jpg") no-repeat top, url("../images/menulist/new/bg_btm.jpg") no-repeat bottom, url("../images/menulist/new/bg_mid.jpg") repeat-y;
  background-size: 100%;
}
.list_menu.new li a {
  min-height: 85px;
  padding: 15px 23px 15px 15px;
}
.list_menu.new li a:after {
  right: 4%;
}
.btn_more_img {
  margin: 7px 5px 0;
  text-align: right;
}
.btn_more_img a {
  display: inline-block;
  width: 160px;
}
.btn_more_img a:after {
  content: none;
}
/* ppv icon */
.icon-ppv {
  display: flex;
  align-items: center;
  height: 20px;
  margin: 0 0 4px;
  padding: 0 2px 3px;
  font-size: 12px;
  border-bottom: 1px solid #6c00ff;
}
.icon-ppv .days {
  order: 2;
}
.icon-ppv:before, .icon-ppv:after {
  content: '';
  order: 1;
}
.icon-ppv:before {
  width: 50px;
  height: 100%;
  margin-right: 5px;
  background: url(../images/icon/icon-ppv.png) no-repeat center;
  background-size: 100%;
}
.icon-ppv:after {
  width: 24px;
  height: 100%;
  margin-right: 8px;
}
.icon-ppv.one:after {
  width: 12px;
  background: url(../images/icon/icon-person.png) no-repeat left center;
  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: 88px;
  background: url(../images/icon/icon-new.png) no-repeat left center, url(../images/icon/icon-ppv.png) no-repeat right center;
  background-size: 36px, 50px;
}

/*----- 新着(paytop) 202407改修 -----*/

.list_menu.new.thumbnail {
  padding: 7px;
}

.list_menu.new.thumbnail ul {
  padding: 0;
  background: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 5px 0 30px;
  gap: 5px 0;
}
.list_menu.new.thumbnail .ppv_info {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #ccc;
  position: relative;
  box-sizing: border-box;
  width: 150px;
}
.list_menu.new.thumbnail .new.ppv_info {
  background: #ffff37;
  border-radius: 6px;
  border: 1.5px solid #ba962f;
  outline: 1.5px solid #a37c0d;
  outline-offset: -2.5px;  
  position: relative;
  box-sizing: border-box;
  width: 150px;
}
.list_menu.new.thumbnail .ppv_info {
  margin-bottom: 10px;
}
.list_menu.new.thumbnail .new.ppv_info .icon-ppv {
  padding: 0 0 6px 89px;
}
.list_menu.new.thumbnail .new.ppv_info:after {
  display: block;
  content: "";
  width: 50px;
  height: 15px;
  position: absolute;
  top: -10px;
  left: -2px;
  background: url(../images/pay/tab/icon-new.png) no-repeat;
  background-size: 100%;
  border-radius: 40px;
}
.list_menu.new.thumbnail .ppv_info a {
  padding: 10px;
}
.list_menu.new.thumbnail .ppv_info a:after {
  content: none;
}
.list_menu.new.thumbnail .ppv_info .icon-ppv-area {
  position: relative;
}

.list_menu.new.thumbnail .ppv_info .icon-ppv {
  display: block;
  border-bottom: none;  
}
.list_menu.new.thumbnail .ppv_info .icon-ppv:before,
.list_menu.new.thumbnail .ppv_info.new .icon-ppv:before {
  position: absolute;
  left: 0;
  width: 55px;
}
.list_menu.new.thumbnail .ppv_info .icon-ppv:before {
  background: url(../images/icon/icon-ppv2.png) no-repeat left center;
  background-size: 100%;
}
.list_menu.new.thumbnail .ppv_info.new .icon-ppv:before {
  background: url(../images/icon/icon-ppv.png) no-repeat left center;
  background-size: 100%;
}
.list_menu.new.thumbnail .ppv_info .icon-ppv.one:after,
.list_menu.new.thumbnail .ppv_info .icon-ppv.two:after {
  position: absolute;
  left: 58px;
}
.list_menu.new.thumbnail .ppv_info .icon-ppv.one:after {
  background: url(../images/icon/icon-person.png) no-repeat left center;
  background-size: 24px;
}
.list_menu.new.thumbnail .ppv_info .icon-ppv.two:after {
  background: url(../images/icon/icon-person.png) no-repeat center;
  background-size: 24px;
}

.list_menu.new.thumbnail .ppv_info .update_date {
  position: absolute;
  top: 50%;
  right: -7px;
  transform: translateY(-50%);
  font-size: 10px;
}
.list_menu.new.thumbnail .ppv_info .ppvtitle,
.list_menu.new.thumbnail .ppv_info .ppvtitle font {
  font-size: 11px;
}
/*----- ランキング / おすすめ -----*/
.list_menu.ranking, .list_menu.reco {
  padding: 0;
  background: none;
}
.list_menu.ranking li, .list_menu.reco li {
  margin: 0;
  padding: 5px;
  border-radius: 0;
}
.list_menu.ranking li:nth-child(1) {
  background: #ffea6d;
}
.list_menu.ranking li:nth-child(2) {
  background: #e4edf1;
}
.list_menu.ranking li:nth-child(3) {
  background: #f9c189;
}
.list_menu.ranking li:nth-child(4), .list_menu.ranking li:nth-child(5) {
  background: #dfafff;
}
.list_menu.ranking li:nth-child(5) {
  padding-bottom: 7px;
}
.list_menu.reco li:nth-child(1) {
  background: #bd0cc6;
}
.list_menu.reco li:nth-child(2) {
  background: #00ddb1;
}
.list_menu.reco li:nth-child(3) {
  background: #fe3c00;
}
.list_menu.reco li:nth-child(4) {
  background: #6600ff;
}
.list_menu.reco li:nth-child(5) {
  background: #fffd00;
}
.list_menu.ranking li a, .list_menu.reco li a {
  padding: 12px 20px 15px 15px;
  background: url("../images/menulist/bg_top.jpg") no-repeat top, url("../images/menulist/bg_btm.jpg") no-repeat bottom, url("../images/menulist/bg_mid.jpg") repeat-y;
  background-size: 100%;
}
.list_menu.ranking li a:after, .list_menu.reco li a:after {
  right: 4%;
}
.list_menu .rankingicon, .list_menu .recoicon {
  display: block;
}
.list_menu .rankingicon {
  width: 120px;
  margin: 0 auto 4px;
}
.list_menu .recoicon {
  width: 220px;
  margin: 0 0 2px 10px;
}
.list_menu.ranking .text-right {
  padding: 5px 5px 0;
  font-size: 11px;
  font-weight: bold;
}
/*----- weekend -----*/
.list_menu.weekend {
  padding: 15px 8px 20px;
  background: url(../images/pay/tab/line2.jpg) no-repeat top, url(../images/pay/tab/line.jpg) no-repeat bottom #7b00bc;
  background-size: 100%;
}
.list_menu.weekend li {
  overflow: hidden;
}
.list_menu.weekend li a {
  padding-left: 32px;
  font-size: 13px;
}
/*----- メニュー更新 -----*/
.list_menu.update {
  margin: -1px 0 0; /*線消し*/
  padding: 3px 10px 25px;
  background: url("../images/pay/update/line.jpg") no-repeat center bottom -1px #00af67;
  background-size: 100%;
}
.list_menu.update li {
  border: 1px solid #bb9a00;
  border-radius: 2px;
  box-shadow: 0 0 0 1.5px #e0bc12;
}
.update .btn_more a {
  padding: 0 25px 0 20px;
  border-radius: 50px;
  border: 1px solid #703f00;
  text-decoration: none;
  color: #000;
  background: #fff;
}
.update .btn_more a:after {
  border-color: transparent transparent transparent #000 !important;
}
/*----- ppv -----*/
.list_menu.ppv {
  margin: -1px 0 0; /*線消し*/
  padding: 3px 10px 25px;
  background-repeat: no-repeat;
  background-position: center bottom 2px;
  background-size: 100%;
}
.list_menu.ppv ul {
  border: 1px solid #bb9a00;
  border-radius: 2px;
  box-shadow: 0 0 0 1.5px #e0bc12;
  background: #fff;
}
.list_menu.ppv li {
  margin: 5px;
  border-radius: 0;
}
.list_menu.ppv li:not(:last-child) a {
  border-bottom: 1px solid #6c00ff;
}
.list_menu.ppv a {
  padding: 5px;
}
.list_menu.ppv a:after {
  content: none;
}
.list_menu.love {
  background-image: url("../images/line/red.jpg");
  background-color: #ff0c7e;
}
.list_menu.fukuzatsu {
  background-image: url("../images/line/purple.jpg");
  background-color: #f000e8;
}
.list_menu.kekkon {
  background-image: url("../images/line/violet.jpg");
  background-color: #a200ff;
}
.list_menu.jinsei {
  background-image: url("../images/line/blue.jpg");
  background-color: #0090ff;
}
/*----- loopD -----*/
.list_menu.loopD {
  padding: 15px 5px 18px;
  background: url("../images/menulist/pink/line.png") no-repeat top, url("../images/menulist/pink/line.png") no-repeat bottom #de0067;
  background-size: 100%;
}
.list_menu.loopD .btn_ppv {
  margin: 8px auto 0;
}
.list_menu.loopD li a {
  min-height: 60px;
  padding: 20px 20px 20px 28px;
}
/*----- チュートリアル -----*/
.list_menu.tutorial li a:after {
  transform: translateY(-50%) rotate(90deg);
}
/*----- deli -----*/
.list_menu.deli, .list_menu.deli li {
  margin: 0;
  padding: 0;
  background: none;
}
.list_menu.deli li a {
  padding: 15px 35px 20px 25px;
}
.list_menu.deli li a:after {
  right: 8%;
}
/*----- nolink -----*/
.list_menu li.nolink {
  padding: 10px 20px 10px 15px;
  position: relative;
  overflow: hidden;
  color: #aaa;
}
.list_menu li.nolink a {
  opacity: .85;
  padding: 0 0 5px !important;
  pointer-events: none;
}
.list_menu li.nolink .ppvtitle {
  color: #333;
  text-decoration: none;
}
.list_menu li.nolink .ppvtitle font {
  color: brown;
}
.list_menu li.nolink[class*="label"]:after {
  display: inline-block;
  min-width: 155px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  position: absolute;
  top: 5px;
  left: -45px;
  z-index: 1;
  transform: rotate(-17deg);
  line-height: 17px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #000033;
  background: #ffff0a;
}
.list_menu li.nolink.label5:after {
  content: '500円OFF';
}
.list_menu li.nolink.label10:after {
  content: '1000円OFF';
}
/* 特別鑑定ボタン
------------------------- */
/* 画像 */
.btn_ppv {
  width: 85%;
  margin: 13px auto 20px;
}
/* 背景テキスト */
.btn_ppvmenu {
  background-color: #c6005d;
}
.btn_ppvmenu a {
  display: table-cell;
  vertical-align: middle;
  width: 320px;
  height: 140px;
  padding: 20px 35px 0 25px;
  position: relative;
  line-height: 1.4;
  text-decoration: underline;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  background: url("../images/btn/btn_bg_ppv.png") no-repeat center;
  background-size: 95%;
}
.btn_ppvmenu span {
  font-size: 1.05em;
  color: red;
}
.btn_ppvmenu li:not(:first-child) {
  margin-top: 5px;
}
/* margin調整 */
.btn_ppvmenu + .btn_ppvmenu {
  margin-top: -10px;
}
/* ラベル
------------------------- */
.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: 4px;
  left: -32px;
  background: #FFE900;
}
.obi.one {
  color: #007e6a;
}
/* lead
------------------------- */
.lead {
  padding: 0 10px;
  text-align: left;
  position: relative;
}
/* popup
------------------------- */
.box_notice_popup {
  display: none;
  width: 100%;
  height: 100%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: left;
  background: rgba(0, 0, 0, .5);
}
.box_notice_popup.disp-1 {
  display: block;
}
.box_notice_popup .inner {
  width: 250px;
  margin: auto;
  padding: 10px 15px;
  border: 2px solid #7800FF;
  border-radius: 10px;
  position: relative;
  top: 50%;
  transform: translateY(-55%);
  overflow-y: scroll;
  color: #444;
  background: #fff;
}
.box_notice_popup .btn-close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 100;
  background: url(../images/icon/icon_close_purple.png) no-repeat;
  background-size: 100%;
}
.box_notice_cap {
  margin: 0 0 8px;
  padding: 0 0 4px;
  border-bottom: 1px solid #7800FF;
  line-height: 1.3;
  text-align: center;
  color: #7800FF;
}
.box_notice_popup dl {
  font-weight: bold;
}
.box_notice_popup dd {
  font-size: .9em;
}
.box_notice_popup li {
  margin: 0 0 3px;
  font-size: 11px;
}
.box_notice_popup a {
  color: deeppink;
}
.box_notice_popup .icon_share {
  width: 15px;
  margin: 0 1px;
  vertical-align: -3px;
}
.box_notice_popup input {
  width: 100%;
  border: 0;
  text-align: center;
}
/*////////////////////////////////////////////////////////

無料TOP

////////////////////////////////////////////////////////*/
[class*="free_top"] {
  padding: 0 0 40px;
}
[class*="free_top"] section, [class*="free_top"] p {
  margin-bottom: 0;
}
[class*="free_top"] .main_obi {
  padding: 5px;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  background: #ff0066;
}
[class*="free_top"] .main_obi span {
  color: yellow;
}
/*----- slide -----*/
.slide_wrap {
  display: flex;
  overflow: hidden;
  padding: 0 0 10px;
  background: #000;
}
.box_slide {
  display: flex;
  animation: slide-flow 10s infinite linear 1s both;
}
.box_slide img {
  display: block;
  width: auto;
  height: 40px;
  margin: 0 5px;
  object-fit: cover;
}
@keyframes slide-flow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*----- btn -----*/
/* 無料占い */
.box_ff .ff_fuki {
  width: 85%;
  margin: 0 auto -15px;
}
.btn_free {
  margin: 0 auto 5px;
  padding: 0 10px;
  justify-content: space-between;
}
.btn_free li {
  width: 49%;
  height: 100%;
}
.btn_free li:nth-child(2) {
  animation-delay: .5s;
}
.btn_free a {
  display: block;
  height: 100%;
  width: 100%;
}
/* 会員登録btn */
.btn-regist {
  margin: 13px auto 15px;
  position: relative;
  z-index: 1;
}
.free_view .btn-regist {
  margin-bottom: 20px;
}
.btn-regist a {
  display: block;
  width: 80%;
  height: 65px;
  margin: auto;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/btn/btn_regist.png) no-repeat center;
  background-size: 100%;
}
/*----- メニューリスト -----*/
.box_tab_menu {
  position: relative;
}
.box_tab_menu .tab {
  flex-wrap: wrap;
  margin: 0;
  padding: 90px 10px 10px;
  background: url("../images/free/bg_search.jpg") no-repeat;
  background-size: 100%;
}
.box_tab_menu .tab li {
  width: 33%;
  height: 65px;
  padding: 0;
  background: none;
}
.box_tab_menu .tab li:nth-child(-n+2) {
  width: 40%;
}
.box_tab_menu [class^="panel"] {
  border-radius: 5px;
  background: #fff0f9;
}
.box_tab_menu [class^="panel"] a {
  color: #1a1a1a;
  background: url(../images/icon/arrow_bk.png) no-repeat 98%;
  background-size: 10px;
}
.box_tab_menu .panel1, .box_tab_menu .panel2 {
  border: 2px solid #ff0e98;
}
.box_tab_menu .panel3 {
  border: 2px solid #a200ff;
}
.box_tab_menu .panel4 {
  border: 2px solid #0093e8;
}
.box_tab_menu .panel5 {
  border: 2px solid #00af84;
}
.box_tab_menu .content_wrap li {
  border-bottom: 1px solid #262626;
}
.box_tab_menu .pointer {
  width: 30px;
  top: 355px;
  right: 10px;
  bottom: auto;
}
/*////////////////////////////////////////////////////////

free fortune

////////////////////////////////////////////////////////*/
.free_index p {
  margin-bottom: 0;
}
.free_fortune .float {
  width: 90%;
  margin: -5px auto -10px;
}
/*----- form選択 -----*/
.box_select_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 185px;
  padding: 0 15px;
  position: relative;
  background-image: url("../images/btn/btn_select_form.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.box_select_form input {
  display: block;
  width: 49%;
  height: 85px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.box_select_form input:after {
  display: block;
  content: '';
  margin: -10px 0 0 -10px;
  background-repeat: no-repeat;
  background-size: 0;
}
.box_select_form input.active {
  border: 6px solid yellow;
  border-radius: 12px;
}
.box_select_form input.active:after {
  width: 33px;
  height: 33px;
  background-size: 100%;
}
.box_select_form input:nth-child(1):after {
  background-image: url("../images/teller/icon/all.png");
}
.box_select_form input:nth-child(2):after {
  background-image: url("../images/teller/icon/haya_yasu.png");
}
.box_select_form input:nth-child(3):after {
  background-image: url("../images/teller/icon/yasu_meku.png");
}
.box_select_form input:nth-child(4):after {
  background-image: url("../images/teller/icon/masu.png");
}
[id^="form"] {
  display: none;
}
[id^="form"].active {
  display: block;
}
/*----- form -----*/
.form_wrap {
  width: 94%;
  margin: 10px auto;
  padding: 10px 15px 15px;
  border: 3px solid #ffebbb;
  background: #fcf7eb;
  background-size: 100%;
}
.ff_tit {
  margin: 15px 0 10px;
  padding: 5px;
  border: 2px solid #000;
  line-height: 1.3;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  background: #fff;
}
.ff_tit span {
  display: inline-block;
  width: 100%;
  margin: 0 0 4px;
  line-height: 1.7;
  font-size: .8em;
  font-weight: normal;
  color: #fff;
  background: #740edd;
}
.form_wrap .flex-box:not(.select_wrap) {
  justify-content: space-between;
}
.form_wrap .flex-box dl {
  display: flex;
  align-items: center;
  width: 49%;
}
.form_wrap dt {
  flex-shrink: 0;
  width: 25%;
  margin: 0 2px 0 0;
  line-height: 33px;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  background: #740edd;
}
.form_wrap input[type="text"], .form_wrap select {
  width: 100%;
  height: 33px;
  margin: 0;
  padding: 0;
  border: 1px solid #555;
  border-radius: 0;
  line-height: 33px;
  font-size: 13px;
  font-weight: bold;
}
.form_wrap input[type="text"] {
  padding: 0 7px;
}
.form_wrap select {
  width: 60px;
  padding: 0 8px 0 5px;
  background: url(../images/icon/arrow_select.png) no-repeat 94% center #fff;
  background-size: 7px;
}
/* 性別 */
.select_wrap {
  flex-wrap: nowrap;
  position: relative;
}
.select_wrap:not(:last-child) {
  margin: 0 0 15px;
}
.select_wrap dt {
  width: 70px;
  letter-spacing: 1px;
}
/* 生年月日 */
.select_wrap.birthday dt {
  letter-spacing: 0;
}
.select_wrap [name='birthmonth'], .select_wrap [name='birthday'], .select_wrap [name='birthmonth2'], .select_wrap [name='birthday2'] {
  width: 45px;
}
.select_wrap span {
  padding: 14px 2px 0 2px;
  font-size: 10px;
  font-weight: bold;
  color: #000;
}
/* 注意文言 */
.form_wrap .att {
  margin: 7px 0 12px;
  line-height: 1;
  font-size: 10px;
  color: #1a0202;
}
.form_wrap .error-message {
  padding-bottom: 5px;
}
/* 占うボタン */
.btn_wrap {
  width: 230px;
  margin: -35px auto 0;
}
/*////////////////////////////////////////////////////////

月額TOP

////////////////////////////////////////////////////////*/
/*----- menu_link -----*/
.menu_link {
  width: 92%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
}
.menu_link li {
  background: none;
}
.menu_link a {
  display: block;
  height: 100%;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}
/*----- メインメニュー -----*/
.main_visual .box_teller.haya {
  background-image: url("../images/teller/haya/main.png");
}
.btn_today {
  display: block;
  margin: 3px -5px -3px;
}
.today {
  height: 25px;
  line-height: 26px;
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  background: #ff0c7e;
}
.box_menu {
  background: #bd0cc6;
}
.box_menu .tit {
  margin: 0 15px 7px;
}
.box_menu ul {
  justify-content: space-between;
}
.box_menu ul + .tit {
  margin-top: 12px;
}
.box_menu li:not(.w-100) {
  width: 49.33%;
  font-size: 12px;
}
.box_menu li.green {
  background: #a5ffd6;
}
.box_menu li.yellow {
  background: #ffff00;
}
.box_menu li:nth-last-child(-n+2) {
  margin: 0;
}
.box_menu li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 40px;
  padding: 3px 15px 3px 10px;
  line-height: 1.2;
  text-align: left;
}
.box_menu li.ppv {
  border-radius: 0;
  background: none;
}
.box_menu li.ppv a {
  padding: 0;
}
/* 更新バッジ */
.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%;
}
/* 検索 */
.pulldown_menu {
  margin: 10px 0 0;
  padding: 10px 12px 12px;
  position: relative;
  background: #d155d7;
}
.pulldown_menu select {
  width: 100%;
  height: 34px;
  margin: 5px 0 0;
  padding: 0 22px 0 10px;
  border: 0;
  line-height: 30px;
  font-size: 13px;
  background: #fff;
}
.pulldown_menu:after {
  content: "\025bc";
  position: absolute;
  top: 65%;
  right: 7%;
  transform: translateY(-50%);
  font-size: 10px;
  color: #2b2b2b;
}
.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: 110%;
  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;
}
/*----- menu -----*/
.menu > section {
  margin-bottom: 15px;
}
.menu > section > section {
  margin-bottom: 10px;
}
[id^="0"] .box_teller {
  min-height: 160px;
}
[id^="0"] .box_teller .serif {
  width: 160px;
}
/* purple */
.purple .box_teller, .purple .btn_ppvmenu {
  background-color: #9900a1;
}
/* pink */
.pink .box_teller, .pink .btn_ppvmenu {
  background-color: #c6005d;
}
/* blue */
.blue .box_teller, .blue .btn_ppvmenu {
  background-color: #4900b6;
}
/* original */
.original .list_menu {
  margin-bottom: 5px;
}
.original .tit_sub {
  display: none;
}
/*----- オールスター鑑定BOX -----*/
.allstar_box {
  padding-bottom: 10px;
  background: url("../images/menu/allstar_box/bg.jpg") repeat-y;
  background-size: 100%;
}
.allstar_box .btn_more {
  position: relative;
}
.allstar_box .btn_more:after, .allstar_box .list_menu a:before {
  content: '';
}
.allstar_box .btn_more:after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #1f1f1f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}
.allstar_box .btn_more.active:after {
  transform: translateY(-45%) rotate(90deg);
}
.allstar_box .list_menu {
  margin: 5px 7px 10px;
}
.allstar_box .list_menu a {
  display: flex;
  align-items: center;
  padding: 7px 15px 7px 7px;
  font-size: 13px;
}
.allstar_box .list_menu a:before {
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.allstar_box .haya a:before {
  background-image: url("../images/teller/icon/haya.png");
}
.allstar_box .yasu a:before {
  background-image: url("../images/teller/icon/yasu.png");
}
.allstar_box .mekuru a:before {
  background-image: url("../images/teller/icon/meku.png");
}
.allstar_box .yoko a:before {
  background-image: url("../images/teller/icon/yoko.png");
}
.allstar_box .masu a:before {
  background-image: url("../images/teller/icon/masu.png");
}
/*--- SUPERオールスター鑑定 ---*/
.allstar_super {
  position: relative;
}
.allstar_super .text {
  margin: -1px 0 0; /*線消し*/
  padding: 15px 15px 20px;
  text-align: left;
  font-size: 11px;
  color: #000;
  background: url("../images/result/free/allstar_super/bg.jpg") repeat-y;
  background-size: 100%;
}
.allstar_super dl {
  margin: 0 0 10px;
  padding: 15px;
  border: 2px solid #635200;
  border-radius: 10px;
  background: #fff;
}
.allstar_super dt {
  margin: 0 0 10px;
  font-size: 1.4em;
}
.allstar_super ul {
  margin-left: -8px;
  padding-left: 15px;
}
.allstar_super li {
  margin: 0 0 8px;
  line-height: 1.3;
  text-indent: -11px;
}
.allstar_super .text-bold {
  font-size: 1.2em;
}
.allstar_super .text-red {
  display: block;
  text-align: center;
}
/*////////////////////////////////////////////////////////

有料TOP

////////////////////////////////////////////////////////*/
.pay_top p {
  margin-bottom: 0;
}
/*----- レコメンド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;
  /* display: block; */
}
.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: 30px;
  height: 30px;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 2000;
  background: url(../images/icon/icon_close.png) no-repeat;
  background-size: 100%;
}
/*----- main_visualお知らせ -----*/
/*--- 新メニュー ---*/
[class*="new_notice"] {
  display: none;
  width: 300px;
  margin: 8px auto 0;
}
.new_notice-1 {
  display: block;
}
/*--- 緊急メッセージ THEATER ---*/
.box_emergency {
  margin: 0 0 10px;
  padding: 0 10px;
}
.emergency_mes {
  margin: 0 0 10px;
}
.emergency_mes.icon-0 {
  display: none;
}
.emergency_mes a {
  display: block;
}
/*--- ランダム訴求1 RANDOM_WEEK_VIEW ---*/
[class^="random_week_view"] {
  background: url(../images/menulist/bg_top.jpg) no-repeat top, url(../images/menulist/bg_btm.jpg) no-repeat bottom, url(../images/menulist/bg_mid.jpg) repeat-y;
  background-size: 100%;
}
[class^="random_week_view"] a {
  display: block;
  height: 100%;
  padding: 20px;
  position: relative;
  line-height: 1.3;
  /*text-align: left;*/
  font-weight: bold;
  color: #000;
}
[class^="random_week_view"] font[color="yellow"] {
  color: deeppink;
}
/*.random_week_view-1 {
  background-color: #df11a7;
}
.random_week_view-2 {
  background-color: #7700ff;
}
.random_week_view-3 {
  background-color: #d11164;
}*/
/*--- ランダム訴求2 RANDOM_WEEK_TEXT ---*/
[class^="random_week_text"] {
  display: table;
  width: 310px;
  height: 102px;
  margin: 5px auto 0;
  background: url("../images/pay/randam/bg_random_week_text.png") no-repeat center;
  background-size: 100%;
}
[class^="random_week_text"] a {
  display: table-cell;
  vertical-align: middle;
  padding: 0 35px 0 25px;
  position: relative;
  font-weight: bold;
  color: #000;
}
[class^="random_week_text"] a:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #1f1f1f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8%;
}
/*.random_week_text-1 {
  box-shadow: 0 0 5px inset #eef616;
  border: 1px solid #817619;
}
.random_week_text-2 {
  box-shadow: 0 0 5px inset #f36bff;
  border: 1px solid #570871;
}
.random_week_text-3 {
  box-shadow: 0 0 5px inset #16f6b4;
  border: 1px solid #007c57;
}*/
/*----- 2ボタン -----*/
.btn_info_ppv {
  width: 300px;
  margin: 20px auto;
  position: relative;
  background-size: 100%;
}
.btn_info_ppv ul {
  width: 100%;
  position: absolute;
  top: 0;
  left: 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: 15px;
  height: 15px;
  position: absolute;
  top: -3px;
  left: -3px;
  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;
}
/*--- 無料占いの続き ---*/
.btn_free_more {
  width: 85%;
  margin: 10px auto 17px;
  height: 50px;
  background-repeat: no-repeat;
  background-image: url("../images/btn/btn_free_more.png");
  background-size: 100%;
}
.btn_free_more.active {
  margin: 10px auto 5px;
  background-image: url("../images/btn/btn_free_more_on.png");
}
/* tab */
.box_free_more [class^="tab"] {
  height: auto;
  padding: 0;
  border: 0;
  background: none !important;
}
.box_free_more [class^="tab"] img {
  display: block;
  width: 40px;
  margin: 0 auto 5px;
}
.box_free_more [class^="tab"].active img {
  display: block;
  width: 50px;
  margin: 0 auto 3px;
}
/* panel */
.box_free_more [class*="panel"] li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.box_free_more .panel3 {
  background: #fff600;
}
.box_free_more .panel3 li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, .3);
}
.box_free_more .panel3 a {
  color: #161616;
}
.box_free_more .panel3 a {
  background: url("../images/icon/arrow_bk.png") no-repeat 98%;
  background-size: 10px;
}
.box_free_more .panel3 a:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.box_free_more .panel4 {
  background: #6600ff;
}
/*--- タブメニュー ---*/
/* tab */
.sec_tab_menu .tab {
  margin: 0;
  padding: 10px 8px 0;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url("../images/pay/tab/1.png"), url("../images/pay/tab/2.png"), url("../images/pay/tab/3.png");
  background-size: 100%, 0, 0;
}
.sec_tab_menu .tab.on2 {
  background-size: 0, 100%, 0;
}
.sec_tab_menu .tab.on3 {
  background-size: 0, 0, 100%;
}
.sec_tab_menu .tab li {
  width: 32%;
  height: 52px;
  padding: 0;
  background: none;
}
.sec_tab_menu .tab li.active {
  width: 36%;
}
.tab li.icon-1:after {
  content: '';
  width: 50px;
  height: 15px;
  margin: auto;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/pay/tab/icon-new.png") no-repeat top;
  background-size: 100%;
}
/* panel */
.tab_menu_item [class^="panel"] {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
}
.tab_menu_item .panel1 {
  padding-bottom: 10px;
  background: #e2003b;
}
.tab_menu_item .bnr {
  margin: 0;
  padding: 10px 5px;
}
.tab_menu_item .open-0, .tab_menu_item .close-1 {
  display: none;
}
/*----- deliレコメンド -----*/
.sec_auto_segment_ppv {
  padding: 0 0 15px;
  background: url("../images/pay/deli/bg_top.jpg") no-repeat top, url("../images/pay/deli/bg_btm.jpg") no-repeat bottom, url("../images/pay/deli/bg_mid.jpg") repeat-y;
  background-size: 100%;
}
.tit_deli {
  display: table-cell;
  vertical-align: middle;
  width: 320px;
  height: 120px;
  padding: 25px 115px 0 22px;
  text-align: left;
  line-height: 1.3;
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
.deli2-read {
  display: none;
}
/*----- weekend -----*/
.weekend h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  margin: 0 -5px 5px;
  text-shadow: 0 0 5px #0084ff, 0 0 8px #0084ff;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: url("../images/pay/update/title.png") no-repeat;
  background-size: 100%;
}
/*----- メニュー更新 -----*/
.update dt {
  margin: 0 0 4px;
  padding: 0 0 4px 20px;
  border-bottom: 1px solid #000;
  color: #ff0000;
  background: url("../images/icon/icon_calendar.png") no-repeat 2px top;
  background-size: 18px;
}
/*----- nextopen -----*/
.text_nextopen {
  margin: 0 0 3px;
  text-shadow: 0 0 5px #ffcc00, 0 0 5px #ffcc00, 0 0 10px #ffae00;
  font-size: 18px;
  font-weight: bold;
  background: url("../images/pay/tab/deco.png") no-repeat center;
  background-size: 75%;
}
.text_nextopen span {
  display: none;
}
.nextopen-0 .close, .nextopen-1 .open {
  display: block;
}
.nextopen-0 a {
  pointer-events: none;
}
/*----- メンバーのサイト -----*/
.site_list {
	padding: 0 10px;
	justify-content: space-between;
	align-items: flex-start;
}
.site_list li {
	width: 48.5%;
	margin: 0 0 20px;
	line-height: 1.4;
	text-align: left;
	font-size: 11px;
}
.site_list a {
	text-decoration: none;
	color: #fff;
}
.site_list .thumbnail {
	height: 200px;
	overflow: hidden;
}
.site_list .thumbnail img {
	object-fit: cover;
}
.site_title {
	margin: 5px 0;
	padding: 3px 5px;
	border-radius: 5px;
	font-weight: bold;
	color: #000;
	background: #fff;
}
.site_title + div {
	text-decoration: underline;
	font-size: 10px;
}
/*----- 滞在特典 -----*/
.box_special {
  padding: 0 10px 20px;
  color: #222;
  background: #a200ff;
  background-size: 100%;
}
.box_special h2 {
  margin: 0 -10px 10px;
}
.box_special .inner {
  padding: 10px;
  border-radius: 5px;
  background: #fff;
}
.box_special .text-bold {
  padding: 5px 0;
  line-height: 1.3;
}
.box_special ul {
  padding: 5px 0 20px;
}
.box_special li:not(:last-child) {
  margin: 0 0 12px;
  padding: 0 0 15px;
  background: url("../images/line/01.png") no-repeat bottom;
  background-size: 100%;
}
.box_special h3 {
  font-size: 13px;
  font-weight: bold;
}
.box_special .float {
  margin: 0 auto -5px;
}
.btn-pre-link {
  display: block;
  width: 260px;
  margin: auto;
  line-height: 25px;
  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;
}
/*////////////////////////////////////////////////////////

お知らせ・プレゼントBOX

////////////////////////////////////////////////////////*/
.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: 15px;
}
/*////////////////////////////////////////////////////////

menulist / menu.do

////////////////////////////////////////////////////////*/
/*----- common -----*/
/* title */
.menuList .title, .menudo .title {
  min-height: 110px;
  background: url("../images/bar/pink_long.png") no-repeat;
  background-size: 100%;
}
.menuList .title, .menudo.index .title {
  margin: 0;
}
.menuList .title {
  flex-direction: column;
  margin: 0;
}
.menuList .title span {
  font-size: 1.3em;
}
/* lead */
.menuList .lead {
  padding: 0 10px 10px;
}
.menudo .lead {
  padding: 10px;
  overflow: hidden;
}
.menudo .tit_sub + .lead {
  padding-top: 0;
}
/* text */
.menudo .serif a {
  font-size: 1.1em;
  color: #f00;
}
.menudo .icon-hart {
  margin-top: 50px;
}
.text-rotate {
  padding: 0 20px;
  transform: rotate(-5deg);
  text-align: left;
  font-weight: bold;
}
/* img */
[class^="yudo_img"] {
  position: relative;
  z-index: -1;
}
.yudo_img {
  margin: 0 auto -10px;
}
.yudo_img2 {
  margin: 0 auto -15px;
  z-index: 1;
}
/* 占者画像 */
.result-picture {
  width: 90px;
  float: left;
  margin: 0 8px 0 0;
}
.result-picture.right {
  float: right;
  margin: 0 0 0 8px;
}
.result-picture.right img {
  transform: scale(-1, 1);
}
/*----- result_kao -----*/
.bokashi.noimg [class^="btn"] {
  position: static;
  transform: none;
}
.bokashi.noimg > img {
  display: none;
}
/*----- result_tarot -----*/
.menudo.tarot .form-btn input {
  width: 300px;
  height: 170px;
  padding: 0;
  border: 0;
  box-shadow: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  background: url("../images/result/komi_common/back_select.png") no-repeat;
  background-size: 100%;
}
.box_image {
  width: 50%;
  margin: 20px auto;
}
/*----- yudo -----*/
[class*="box_yudo"] {
  position: relative;
}
[class*="box_yudo"] ul {
  width: 90%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  font-weight: bold;
}
/* 2 */
.box_teller .ikiryo {
  width: 80px;
  margin-left: 35px;
}
/* 4 */
.box_yudo04 ul {
  bottom: 20px;
}
.box_yudo04 li {
  height: 120px;
}
/* 5 */
.box_yudo05 ul {
  width: 60%;
  top: 0;
  left: auto;
  right: 10px;
}
.box_yudo05 a {
  font-size: 13px;
}
/* 10 */
.box_yudo10 {
  margin: 0 0 10px;
}
.box_yudo10 ul {
  bottom: 0;
}
/* 11 */
.box_yudo11 ul {
  top: 0;
}
.box_yudo11 li {
  width: 70%;
}
.box_yudo11 li:nth-child(odd) {
  margin-left: 28%;
}
.box_yudo11 a {
  font-size: 13px;
}
.box_yudo11 .w-100 a {
  font-size: 16px;
}
/* free3 */
.box_yudo_free03 p {
  width: 175px;
  position: absolute;
  top: 150px;
  right: 20px;
  transform: rotate(-8deg);
}
/*////////////////////////////////////////////////////////

従量TOP

////////////////////////////////////////////////////////*/
/*----- navi -----*/
.ppvnavi {
  height: 125px;
  margin: 10px;
  background: url(../images/ppv/bg_btn.png) no-repeat;
  background-size: 100%;
}
.ppvnavi li {
  width: 50%;
  height: 47px;
}
.ppvnavi a {
  display: block;
  height: 100%;
}
.ppvnavi li:last-child {
  width: 100%;
  height: 30px;
}
/*----- menu -----*/
.ppvicon, .ppvtitle {
  display: table-cell;
  vertical-align: middle;
}
.ppvicon {
  width: 55px;
  padding: 0 7px 0 0;
}
.ppvtitle {
  text-decoration: underline;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  color: #000;
}
.ppv_top .price {
  margin: 5px 0 0;
  text-align: right;
  font-size: 12px;
  font-weight: normal;
  color: #fe0054;
}
/* history */
.box_history .list-menu01 a span, .ppvhistory .list-menu01 a span {
  display: block;
  text-align: right;
  font-size: 10px;
  margin-top: 5px;
}

/*-----リニューアル renewalTop -----*/
.ppv_top.renewalTop .main_visual {
  margin: 0 0 10px;
}
.ppv_top.renewalTop .ppvnavi {
  height: 300px;
  width: 320px;
  padding: 0 10px;
  position: relative;
  background: url(../images/ppv/bg_btn2.jpg) no-repeat;
  background-size: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  margin: 0;
}
.ppv_top.renewalTop .ppvnavi li {
  width: 66px;
  height: 86px;
}
.ppv_top.renewalTop .ppvnavi a {
  display: block;
  height: 100%;
}
/* 検索 */
.ppv_top.renewalTop .box_search {
  height: 130.5px;
  background: url(../images/ppv/bg_box_search.png) no-repeat;
  background-size: 100%;
  position: relative;
}
.ppv_top.renewalTop .box_search #input_word {
  display: block;
  position: absolute;
  width: 222px;
  height: 34px;
  background: transparent;
  top: 71.5px;
  left: 21.5px;
  font-weight: bold;
  border: none;
}
.ppv_top.renewalTop .box_search #input_word::placeholder {
  font-weight: normal;
}
.ppv_top.renewalTop .box_search #btn_search {
  position: absolute;
  width: 52.5px;
  height: 35px;
  background: transparent;
  top: 71px;
  right: 21.5px;
  cursor: pointer;
}

/* datalist用 option三角非表示 */
.ppv_top.renewalTop ::-webkit-calendar-picker-indicator {
  width: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.ppv_top.renewalTop .box_search .not_found{
  position: absolute;
  bottom: -33px;
  color: #f12525;
  font-weight: bold;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  font-feature-settings: "palt";
  font-size: 13px;
}
/* 検索結果表示用モーダル */
.ppv_top.renewalTop #modal {
  overflow: scroll;
  padding: 8px 0 14px 0;
}
.ppv_top .modal_inner {
  margin: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}
.ppv_top.renewalTop .modal_inner .btn_close {
  right: 1px;
  top: -2px;
}
.ppv_top.renewalTop #result_count {
  font-weight: bold;
  color: #fff;
  margin: 0 0 -1px 10px;
}
/*新しくクラス作成。 同じもので統一化されすぎて差別化できない為*/
.renewalTop .list_menu .getItems a{
  background-color: #ffffff;
  margin: 6px;
}
.renewalTop .list_menu.new .getItems a {
  background-color: initial;
  margin: initial;
}
.renewalTop .no-scroll {
  overflow: hidden;
}
/*////////////////////////////////////////////////////////

ppv.do

////////////////////////////////////////////////////////*/
/*----- confirm -----*/
.ppvdo.confirm .box_teller .serif {
  font-size: 11px;
}
.ppvdo .box_pre a {
  display: block;
  text-align: center;
  font-weight: bold;
  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;
}
.ppvdo .tit_sub01 {
  margin: 20px 0 10px;
}
/* アイコン */
.icon-person {
  width: 100%;
  margin: 5px 0 0 auto;
  padding: 0 3px;
  line-height: 20px;
  text-align: right;
  font-weight: bold;
  font-size: 11px;
}
.icon-person p {
  display: inline-block;
  margin: 0;
}
.icon-person.一人用 .icon {
  padding-left: 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;
}
.icon-person.二人用 .icon {
  padding-left: 22px;
  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;
}
/* menu_list */
.menu_list {
  margin: 0 auto 20px;
  padding: 15px 20px 20px;
  color: #181818;
  background: url("../images/menulist/yudo/bg_top.jpg") no-repeat top, url("../images/menulist/yudo/bg_btm.jpg") no-repeat center bottom -1px, url("../images/menulist/yudo/bg_mid.jpg") repeat-y;
  background-size: 100%;
}
.menu_list .list_wrap {
  padding: 15px 0 0;
}
.menu_list li {
  margin: 0 0 8px;
  padding: 0 0 0 20px;
  line-height: 1.4;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 2px 1px;
  background-size: 14px;
}
.menu_list li:last-child {
  margin-bottom: 0;
}
.menu_list .ic_com_indent {
  display: flex;
  margin: -4px 0 10px;
  font-size: 0.85em;
}
.ic_com_indent + .ic_com_indent {
  margin-top: -7px;
}
.ic_com_indent:before {
  content: '∟';
  margin: -2px 3px 0 0;
  font-size: 0.8em;
}
.menu_list .icon01 {
  margin: 0 0 7px;
  font-size: 13px;
  background: url(../images/icon/01.png) no-repeat left top;
  background-size: 17px;
}
.menu_list .icon02 {
  background-image: url(../images/icon/02.png);
}
.menu_list .icon03 {
  background-image: url(../images/icon/03.png);
}
.menu_list .icon04 {
  background-image: url(../images/icon/04.png);
}
.menu_list .icon05 {
  background-image: url(../images/icon/05.png);
}
.menu_list .icon06 {
  background-image: url(../images/icon/06.png);
}
.menu_list [class^="ic_com"], .menu_list [class^="ic_com"] a, .menu_list .icon01, .menu_list .icon01 a, .ic_com_indent {
  font-weight: bold;
  color: red;
}
.menu_list .icon02, .menu_list .icon02 a, .menu_list .icon04, .menu_list .icon04 a {
  color: #bd0cc6;
}
.menu_list .icon03, .menu_list .icon03 a {
  color: #fe6000;
}
.menu_list .icon04, .menu_list .icon04 a {
  color: #a08b01;
}
.menu_list .icon05, .menu_list .icon05 a {
  color: #0171c8;
}
.menu_list .icon06, .menu_list .icon06 a {
  color: #01864f;
}
/* パック用文言エリア */
.ppvdo.confirm .text_pack {
  display: block;
  margin: 10px;
  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 .tenmetsu {
  width: 90%;
  margin: auto;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}
.loopD .box_teller {
  min-height: 190px;
  padding-right: 10px;
  background: url("../images/pay/loop/D/teller.jpg") no-repeat;
  background-size: 100%;
}
.loopD .box_teller .serif {
  width: 175px;
  font-size: 13px;
}
/*////////////////////////////////////////////////////////

占者紹介

////////////////////////////////////////////////////////*/
.tellerProfile {
  margin: 0 0 20px !important;
  background: #3d3942;
}
.tellerProfile li {
  display: flex;
  align-items: flex-start;
  padding: 15px;
  border-bottom: 1px solid #ffebbb;
  text-align: justify;
  line-height: 1.3;
  font-size: 11px;
  color: #fff;
}
.tellerProfile .icon {
  width: 80px;
  margin-right: 10px;
  flex-shrink: 0;
}
.tellerProfile dl {
  width: 100%;
}
.tellerProfile dt {
  margin: 0 0 5px;
  padding: 0 0 3px;
  border-bottom: 2px solid #caa447;
  font-weight: bold;
  font-size: 1.03em;
}
/*////////////////////////////////////////////////////////

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: 30px
}
#pref .btn-menu {
  margin: 15px auto;
}
/* プレミアムコード */
.mypage .box_special {
  text-align: left;
}
.mypage .box_special h3 {
  margin: 0 0 10px;
  height: 40px;
  background: #8805fa;
}
.mypage .box_special a {
  font-weight: bold;
  color: deeppink;
}
/*////////////////////////////////////////////////////////

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 .box_txt {
  padding: 5px 10px 40px;
  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 .menu_title {
  justify-content: center;
  margin: 0 0 10px;
  text-align: center;
}
.present_entry .detail {
  padding: 0 10px;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.present_entry .detail dt {
  margin: 20px 0 5px;
  padding-left: 25px;
  font-weight: bold;
  font-size: 13px;
  background: url(../images/icon/02.png) no-repeat left;
  background-size: 18px;
}
.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;
  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 {
  margin: 20px auto 0;
  font-size: 15px;
  font-weight: bold;
}
.box-entry .dou label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-entry .dou input {
  width: 18px;
  height: 18px;
  margin-right: 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: 110%;
  white-space: nowrap;
  overflow: hidden;
  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 .bg_box a {
  color: red;
}
.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 {
  padding: 10px;
  text-align: left;
  font-size: 13px;
}
.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;
}
.pay_top .campaign p a {
  color: red;
}
.pre_campaign {
  word-break: break-all;
}
.pre_campaign .title_bg {
  background: #e8e8f0;
  padding: 15px;
  font-size: 17px;
  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;
	color: #fff;
	background: yellow;
	color: #ff4b1b;
}
.sale-box .sale-here {
	font-size: 17px;
	font-weight: bold;
	background: #9576e7;
	padding: 30px 0;
	margin-bottom: 5px;
}
.sale-box .sale-here a {
	color: #ffff00!important;
}
.sale-site {
	background: red;
	color: #ffff00;
	padding: 7px 0;
	font-weight: bold;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #ffff00;
	border-bottom: 1px solid #ffff00;
}
.sale-site {
  background: red;
  color: #ffff00;
  padding: 7px 0;
  font-weight: bold;
  border-top: 1px solid #ffff00;
  border-bottom: 1px solid #ffff00;
}
.sale-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px 0;
  padding: 10px 5px;
  background: 
    radial-gradient(#c7c7c7 22%, transparent 22%) 0 0 / 6px 6px,
    radial-gradient(#c7c7c7 22%, #f2f2f2 22%) 3px 3px / 6px 6px;  
}
.sale-box li {
  width: 153px;
  border-radius: 8px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
  background: #fff;
  box-sizing: border-box;
  padding: 10px;
}
.sale-box li p {
  font-weight: bold;
  font-size: 11px;
  margin: 0;
}
.sale-box li p:nth-child(1) {
  margin-bottom: 6px;
}
.sale-box li p:nth-child(2) {
  position: relative;
  margin: 0 76px 5px 0;
}
/* 1カラム表示 */
.sale-box li.one-column {
  width: 310px;
}
.sale-box li.one-column p {
  font-size: 13px;
}
.sale-box li.one-column p:nth-child(2) {
  margin: 0 236px 5px 0;
}
.sale-box li p:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 60px;
  top: 2px;
  width: 26px;
  height: 15px;
}
.sale-box li p:nth-child(2).two::before {
  background: url(../images/icon/icon-person.png) top / 100% no-repeat;
}
.sale-box li p:nth-child(2).one::before {
  background: url(../images/icon/icon-person.png) top / 100% no-repeat;
  background-position: -13px
}
.sale-box li a {
	display: block;
	color: #000;
	text-align: left;
	line-height: 1.4;
  width: 100%;
  height: 100%;
}
.sale-box li a:hover {
  text-decoration: underline;
}
.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: 35px;
	padding-bottom: 1px;
}
.sale-box .sale_box-count {
  background: url(../images/bnr/bg_count.png) no-repeat top;
  background-size: 100% auto;
	width: 300px;
	height: 40px;
	line-height: 40px;
	color: red;
	margin: 0 auto;
	position: absolute;
	bottom: 6px;
	left: 0;
	right: 0;
}

.sale-box .sale_box-count .sale-menu font {
	font-size: 14px;
}

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

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

.sale-box .sale_box-count.switch-0 .second,.sale-box .sale_box-count.switch-1 .first{
	display: none;
}
/* 800番台 */
.ppv_num_check.disp-0 {
  display: none;
}
.ppv_num_check.disp-1 {
  display: none;
}
/*////////////////////////////////////////////////////////

相互送客

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






/* 消してもいいかも　20251006
.reco_banner .select_close {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 12px 0;
}
.reco_banner .select_close .btn_reco_close {
  background: #b89a4b;
  color: #fff;
  padding: 10px 25px 10px 10px;
  border-radius: 2px;
  position: relative;
  cursor:pointer;

  width: auto;
  height: auto;
  right: 0;
  top: 0;
}

.btn_reco_close::before,.btn_reco_close::after { 
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 2.5px;
  height: 18px;
  background: #fff;
  border-radius: 2.5px;
} 
.reco_banner .select_close .btn_reco_close::before {
  transform: translateY(-50%) rotate(45deg);
}
.reco_banner .select_close .btn_reco_close::after {
  transform: translateY(-50%) rotate(-45deg);
}

.pay_top .btn-ordermade{
  width: 85%;
  margin: 10px auto 17px;
}*/

/* オールスター鑑定コーナー */
.pay_top .allstar_super .list_menu.ranking li{
  padding: 0;
  text-indent: 0;
}

.allstar_corner .nav01 ul{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 4px;
  padding: 0 5px;
}
.allstar_corner .nav01 li.link01{
  width: 86px;
  margin-bottom: 3px;
}
.allstar_corner .nav01 li.link02{
  width: 118px;
  margin-bottom: 3px;
}
.allstar_corner .nav01 li.link03{
  width: 86px;
  margin-bottom: 3px;
}
.allstar_corner .nav01 li.link04{
  width: 86px;
}
.allstar_corner .nav01 li.link05{
  width: 66px;
}
.allstar_corner .nav01 li.link06{
  width: 66px;
}
.allstar_corner .nav01 li.link07{
  width: 66px;
}

.join_newmember{
  margin: 15px 0;
  display: none;
}

.join_newmember.cnt01.open-1{
  display: block;
}

.join_newmember.cnt02.open-2{
  display: block;
}

.join_newmember .join_newmember_list li{
  padding: 0;
}

.join_newmember .join_newmember_list li .one ,.join_newmember .join_newmember_list li .two{
  display: flex !important;
}






.reco_banner .select_close {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 12px 0;
}
.reco_banner .select_close label, .reco_banner .select_close input {
  display: block;
  color: #fff;
  cursor: pointer;
}
.reco_banner .select_close label, .reco_banner .select_close .btn_reco_close2 {
  line-height: 14px;
}
.reco_banner .select_close .close_today {
  display: flex;
  align-items: center;
  gap: 0 6px;
  background: #b89a4b;
  padding: 8px 10px;
  border-radius: 2px;
}
.reco_banner .select_close input {
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 2px;
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0;
}
.reco_banner .select_close input[type="checkbox"]:checked:before {
  position: absolute;
  top: 0;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  content: '';
}
.reco_banner .select_close .btn_reco_close2 {
  background: #b89a4b;
  color: #fff;
  padding: 10px 25px 10px 10px;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
}
.reco_banner .select_close .btn_reco_close2::before, .reco_banner .select_close .btn_reco_close2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 2.5px;
  height: 18px;
  background: #fff;
  border-radius: 2.5px;
}
.reco_banner .select_close .btn_reco_close2::before {
  transform: translateY(-50%) rotate(45deg);
}
.reco_banner .select_close .btn_reco_close2::after {
  transform: translateY(-50%) rotate(-45deg);
}
#popup_banner1 .reco_banner .select_close .close_today {
  background: none;
}