@charset "utf-8";
.main_content{
    background-color: #f2dad6 !important;
}

/*========お知らせタブ=======*/
.info_tab1{
  /*background-color: #c9a2db;*/
  background-color: #514e4e;
  /*old ブラウザ*/
  background: -webkit-linear-gradient(top left,#485563 0%, #63778c 100%);
  background: -moz-linear-gradient(top left,#485563 0%, #63778c 100%);
  background: -o-linear-gradient(top left,#485563 0%, #63778c 100%);
  background: -ms-linear-gradient(top left,#485563 0%, #63778c 100%);
  /*modern ブラウザ*/
  background: linear-gradient(to bottom right,#485563 0%, #63778c 100%);
  padding:5px 0;
  color:#ffffff;
  font-size:14px;
  text-align: center;
  width:31%;
  font-weight:bold;
  margin-right: 10px;
}

.info_tab2{
  /*background-color: #ffa349;*/
  background-color: #514e4e;
  /*old ブラウザ*/
  background: -webkit-linear-gradient(top left,#485563 0%, #63778c 100%);
  background: -moz-linear-gradient(top left,#485563 0%, #63778c 100%);
  background: -o-linear-gradient(top left,#485563 0%, #63778c 100%);
  background: -ms-linear-gradient(top left,#485563 0%, #63778c 100%);
  /*modern ブラウザ*/
  background: linear-gradient(to bottom right,#485563 0%, #63778c 100%);
  padding:5px 0;
  color:#ffffff;
  font-size:14px;
  text-align: center;
  width:31%;
  font-weight:bold;
  margin-right: 10px;
}

.info_tab3{
  /*background-color: #ffa349;*/
  background-color: #514e4e;
  /*old ブラウザ*/
  background: -webkit-linear-gradient(top left,#485563 0%, #63778c 100%);
  background: -moz-linear-gradient(top left,#485563 0%, #63778c 100%);
  background: -o-linear-gradient(top left,#485563 0%, #63778c 100%);
  background: -ms-linear-gradient(top left,#485563 0%, #63778c 100%);
  /*modern ブラウザ*/
  background: linear-gradient(to bottom right,#485563 0%, #63778c 100%);
  padding:5px 0;
  color:#ffffff;
  font-size:14px;
  text-align: center;
  width:31%;
  font-weight:bold;
}
.info_now{
  /*modern ブラウザ*/
  background: linear-gradient(to bottom right,#bf7981 0%,#bf7981 100%) !important;
  padding:5px 0;
  color:#ffffff;
  font-size:14px;
  text-align: center;
  width:31%;
  font-weight:bold;

}
.listtab{
  clear: both;
  font-size:14px;
  width:96%;
  text-align: right;
  color:#dcdcdc;
  margin:0 auto;
  background: url("../../images/pixy/icon/arrow.png") no-repeat 98% 50%;
  background-size:7px;
  padding-right:5%;
}
.listtab a{
}

/*===============*/

.list{
    position:relative;
    margin-top:10px;
    padding-top:5px;
    border-top:1px solid #efefef;
}

.columtab_list{
    margin-top: 0 !important;
}

.com_list{
    position:relative;
    margin-top:10px;
    padding-top:5px;
    border-top:1px solid #efefef;
}
.msg_list{
    position:relative;
    margin-top:10px;
    padding:10px 5px;
}

.online_frame{
    position:relative;
    margin:10px auto 10px auto;
    width:96%;
    height:36px;

}
.online_frame p:nth-child(2){
    position:absolute;
    width:26px;
    padding:5px 7px;
    border-radius:5px;
    right:50px;
    background-color: #f5f5f5;
    text-align: center;
}
.online_frame p:nth-child(3){
    position:absolute;
    width:30px;
    padding:5px;
    border-radius:5px;
    right:5px;
    background-color: #f5f5f5;
    text-align: center;
}


.online_txt{
    color:#696969;
    /*background-color: #f5f5f5;*/
    /*padding:5px;*/
    /*border-radius:10px;*/
    font-size:10px;
    width:40%;
    /*text-align:center;*/
}

.rookie{
    position:absolute;
    width:50px;
    top:-1px;

}

.view{
    position:absolute;
    bottom:3px;
    background-color:rgba(255,255,255,.8);
    color:#FF5C68;
    width:50px;
    font-size:12px;
    font-weight:bold;
    padding:3px;
    border-radius:10px;
    text-align:center;
    left:50px;
}
.left{
    padding:2px;
    border:1px solid #efefef;
    border-radius:40px;
    background-color: #ffffff;
    height:60px;
}

.left p{
    width:60px;

    border-radius:30px;
    overflow: hidden;
}

.left p img{
  height:60px;
}

.middle{
    width:60%;
    color:#7f7f7f;
    padding-left:1%;
    padding-top:5px;
}

/*???????，?a，??§?????????*/
.list .middle p:nth-child(1){
    font-weight:bold;
    font-size:16px;
}

.list .middle p:nth-child(2){
    font-size:12px;
    color:#969696;
    margin-top:10px;
}


/*com_list*/
.com_list .middle p:nth-child(1){
    font-weight:bold;
    font-size:16px;
}

.com_detail{
    font-size:14px;
    color:#27749B;
    margin-top:10px;
}
.com_detail_rank{
    font-size:12px;
    color:#27749B;
    margin-top:3px;
}

.com_list .msg_right p:nth-child(2){
    top:30px;
    right:20%;
    width:30px;
    padding:4px 2px;
    text-align: center;
    border-radius:15px;
    color:#ffffff;
    background-color: #dcdcdc;
    font-size:10px;
}
/*===ランキング===*/
.com_ranklist .msg_right p:nth-child(2){
    top:30px;
    right:20%;
    width:30px;
    padding:4px 2px;
    text-align: center;
    border-radius:15px;
    color:#ffffff;
    background-color: #dcdcdc;
    font-size:10px;
}






/*msg_list*/
.inv{
    background-color:#FFEEF5;
}

.msg_list .middle p:nth-child(1){
    font-weight:bold;
    font-size:16px;
}

.msg_list .rank_name{
  font-weight:bold;
  margin-top:3px;
}
.com_list .rank_name{
  font-weight:bold;
  margin-top:3px;
}

.re_status{
    font-size:12px;
    width:50px;
    color:#ffffff;
    margin-top:5px;
    border-radius: 5px;
    padding:2px;
    text-align: center;
}
.mihenshin{
    background-color: #FF9CAA;
}
.kidoku{
}



.msg_detail{
    font-size:10px;
    color:#696969;
    margin-top:3px;
}

.msg_right{
    position: relative;
}
.msg_right p{
    position: absolute;
}
.msg_right p:nth-child(1){
    top:5px;
    right:20%;
    font-size:12px;
    color:#969696;
}
.msg_right p:nth-child(2){
    top:30px;
    right:20%;
    width:30px;
    padding:4px 2px;
    text-align: center;
    border-radius:15px;
    color:#ffffff;
    font-weight:bold;
    background-color: #FF5C68;
}



/*==============*/


.right{
    width:20%;
    padding-top:5px;
}

.right section p:nth-child(1){
    font-size: 10px;
}
.right section p:nth-child(2){
    font-size: 20px;
    font-weight:bold;
}
.right section p:nth-child(3){
    font-size: 10px;
}

.status_kantei{
   background-color: #FF9CAA;
   color:#ffffff;
   text-align: center;
   padding:5px;
   border-radius: 10px;
}
.status_taiki{
background: -webkit-linear-gradient(top left,#77ff77 0%, #13c26a 100%);
    background: -moz-linear-gradient(top left,#77ff77 0%, #13c26a 100%);
    background: -o-linear-gradient(top left,#77ff77 0%, #13c26a 100%);
    background: -ms-linear-gradient(top left,#77ff77 0%, #13c26a 100%);
    background: linear-gradient(to bottom right,#77ff77 0%, #13c26a 100%);
   color:#ffffff;
   text-align: center;
   padding:5px;
   border-radius: 10px;
}
.status_riseki{
   background-color: #A5A5A5;
   color:#ffffff;
   text-align: center;
   padding:5px;
   border-radius: 10px;
}


/*===========ランキング==========*/
.ranking_frame{
    width:94%;
    margin:0 auto;
}
.rank1,.rank2{
    margin-right:4%;
}

.rank1,.rank2,.rank3{
    width:30%;
}
.ranking_frame .rank_kimg{
    padding:2px;
    border:1px solid #efefef;
    border-radius:50px;
    background-color: #ffffff;
    width:100px;

}
.ranking_frame .rank_kimg img{
    border-radius:50px;
    width:100px;
    overflow: hidden;
}
.ranking_frame section p:nth-child(2){
    font-size:14px;
    color:#969696;
    text-align: center;
    padding-top:3px;
}
.ranking_frame section p:nth-child(3){
    font-size:12px;
    color:#ffffff;
    text-align: center;
    padding-top:3px;
    border-radius:10px;
    width:70%;
    margin:0 auto;
}
.ranking_frame .up{
    background-color: #ff5571;
}
.ranking_frame .down{
    background-color: #9dcef1;
}
.ranking_frame .keep{
    background-color: #a0e383;
}



/*=============================*/

.tweet {
    position: relative;
    background: #FFF8FB;
    border: 1px solid #FFAECD;
    border-radius:5px;
    padding:3px;
    font-size:12px;
    color:#848484;
    width:96%;
    margin:5px auto 0 auto;
}
.tweet:after, .tweet:before {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tweet:after {
    border-bottom-color: #FFF8FB;
    border-width: 5px;
    margin-left: -5px;
}
.tweet:before {
    border-bottom-color: #FFAECD;
    border-width: 6px;
    margin-left: -6px;
}



/*==================コミュニティリスト==========================*/

.com_list{

}

.com_list .left{
    padding:2px;
    border:1px solid #efefef;
    border-radius:5px;
    background-color: #ffffff;
    /*height:60px;*/
    width:60px;
    overflow: hidden;
}

.com_list .left p{
    border-radius:5px;
    overflow: hidden;
}
.com_list .left p img{
  width:auto;
  height:60px;
}

/*=====================まだ投稿がない場合==================*/
.no_tl{
    padding:30px 0;
    color:#969696;
    text-align: center;
}

.no_tl p:nth-child(3){
    width:60%;
    margin:10px auto;
}

.k_visible,.k_none,.u_visible,.u_none{
  display: none;
}

.bg_visible{
  display: none;
}
.bg_none{
  display: none;
}

.com_visible{
  display: none;
}
.com_none{
  display: none;
}

.k_btn,.com_btn,.blog_btn{
  color:#ffffff;
  text-align: center;
  font-size:14px;
  font-weight:bold;
  margin:20px auto 0 auto;
  border-radius:10px;
  padding:10px 0;

}

.k_btn a,.com_btn a,.blog_btn a{
  color:#ffffff;
  display: block;
  background: url("../../images/pixy/icon/yajirushi.png") no-repeat 95% 50%;
  background-size:18px;
}

.k_btn{
  background-color:#FFB6C7;
}

.com_btn{
  background-color:#D3F7B7;
}

.blog_btn{
  background-color:#D3B9EF;
}

.chat_visible{
  display: none;
}

.follow_msg{
  display: none;
}

/*===============top_remind===============*/

.remind_frame{
  width:85%;
  margin:0px auto;
  background-color:#ffffff;
  padding:20px 4%;

}
.rem_name{
  text-align: center;
  font-size:16px;


}

.rem_pricenum{
  font-size:22px;
  text-align: center;
  font-weight:bold;
  margin:10px auto;

}

.evlist_l{
  width:20%;
}
.evlist_l img{
  width:100%;
}

.evlist_r{
  width:78%;
  padding-left:2%;
}

.evlist_r p:nth-child(1){
  font-size:16px;
  font-weight:bold;
}
.evlist_r p:nth-child(2){
  font-size:10px;
  margin-top:6px;
}

/*===================デビューアンサー========================*/
.list_wrap a{
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
}
.list_wrap .list{
  position: relative;
}
.list_wrap .free{
  font-size:0.7em;
  /*width: 98%;*/
  margin:1% auto;
  box-sizing:border-box;
  padding:2%;
  border-radius: 5px;
  /*border:1px solid #9bb7ff;*/
  background:#f8f8f8;
  margin-top:2%;
}
.list_wrap .debut_date{
    font-size:10px!important;
    background-color: #fff!important;
    border-radius:0px!important;
    width:100%!important;
    padding-top:0!important;
    margin-top:3%!important;
    height: 0!important;
}
.list_wrap .debut_date span{
    background-color: #ffe9f0;
    color:#ff4b86!important;
    padding:1% 3%;
    border-radius: 3px;
}

.list_wrap .right{
    width: 23vw;
    padding-top:5px;
}

.list_wrap .right section p:nth-child(1){
    font-size: 3.5vw;
}
.list_wrap .right section p:nth-child(2){
    font-size: 4.5vw;
    font-weight:bold;
}
.list_wrap .right section p:nth-child(3){
    font-size: 3.5vw;
}

.list_wrap .status_kantei{
background: -webkit-linear-gradient(top left,#FF9CAA 0%, #ff3854 100%);
    background: -moz-linear-gradient(top left,#FF9CAA 0%, #ff3854 100%);
    background: -o-linear-gradient(top left,#FF9CAA 0%, #ff3854 100%);
    background: -ms-linear-gradient(top left,#FF9CAA 0%, #ff3854 100%);
    background: linear-gradient(to bottom right,#FF9CAA 0%, #ff3854 100%);
   color:#ffffff;
   text-align: center;
	 padding:2.5vw 0 0 0;
	 border-radius: 10px;
	height: 18vw;

}
.list_wrap .status_taiki{
background: -webkit-linear-gradient(top left,#77ff77 0%, #13c26a 100%);
    background: -moz-linear-gradient(top left,#77ff77 0%, #13c26a 100%);
    background: -o-linear-gradient(top left,#77ff77 0%, #13c26a 100%);
    background: -ms-linear-gradient(top left,#77ff77 0%, #13c26a 100%);
    background: linear-gradient(to bottom right,#77ff77 0%, #13c26a 100%);
   color:#ffffff;
   text-align: center;
   padding:5px;
   border-radius: 10px;
}
.list_wrap .status_riseki{
background: -webkit-linear-gradient(top left,#A5A5A5 0%, #363636 100%);
    background: -moz-linear-gradient(top left,#A5A5A5 0%, #363636 100%);
    background: -o-linear-gradient(top left,#A5A5A5 0%, #363636 100%);
    background: -ms-linear-gradient(top left,#A5A5A5 0%, #363636 100%);
    background: linear-gradient(to bottom right,#A5A5A5 0%, #363636 100%);
   color:#ffffff;
   text-align: center;
   padding:5px;
   border-radius: 10px;
}
.list_wrap .status_kyukei{
    background: -webkit-linear-gradient(top left,#ffcf85 0%, #ffaa22 100%);
    background: -moz-linear-gradient(top left,#ffcf85 0%, #ffaa22 100%);
    background: -o-linear-gradient(top left,#ffcf85 0%, #ffaa22 100%);
    background: -ms-linear-gradient(top left,#ffcf85 0%, #ffaa22 100%);
    background: linear-gradient(to bottom right,#ffcf85 0%, #ffaa22 100%);
   color:#ffffff;
   text-align: center;
   padding:2vw 0;
   border-radius: 10px;
}

.list_wrap .status_kantei .wait0{
  padding:20px 0;
  font-size:14px !important;
  font-weight:bold;
}
.list_wrap .status_riseki .wait0{
  padding:20px 0;
  font-size:14px !important;
}
.list_wrap .taiki_txt{
  padding: 20px 0;
}
.list_wrap .list .middle p:nth-child(2){
    font-size:12px;
    color:#969696;
    margin-top: 3px!important;
}
.list_wrap .rookie img{
  width: 40px;
}

.list_wrap .prf_midashi{
  margin:0 0 3px 0;
}
.list_wrap .prf_midashi span{
    background-color:#EAEAEA;
    color:#969696;
    padding:2px 15px;
    border-radius:15px;
}
.info_tab3{
  position: relative;
}
#debut_new{
  position: absolute;
  background:#e0b0b0;
  color:#fff;
  padding:3px 5px;
  top: -15px;
  right: -5px;
  opacity: 0.8;
  border-radius: 2px;
  font-size:0.8em;
  font-weight: normal;
}
.list_wrap .free_ten_icon{
    position:absolute;
    top:3px;
    right:80px;

}
/*初回10分無料開始*/
.free10min_modal_back{
  z-index:2000001;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:120%;
  background-color:rgba(0,0,0,0.40);
  display: none;
}
.free10min_open{
  box-sizing:border-box;
  position:fixed;
  top: 55px;
  right: 0;
  /*bottom: 0;*/
  left: 0;
  width: 90%;
  height:85%;
  margin:auto;
  background:#fff;
  z-index:2000002;
  display: none;
}
.free10min_open h2{
  padding:4% 0 0 0;
}
.article_scroll_warp{
  box-sizing:border-box;
  position: relative;
  top:0;
  left:0;
  width:100%;
  height:65%;
}
.article_scroll{
  position: absolute;
  top: 0;
  left: 0;
  right:0;
  box-sizing:border-box;
  width: 95%;
  height:100%;
  margin:5% auto;
  background:#d7d7d7;
  overflow: auto;
  padding:6% 0 2% 0;
  border:1px solid #dadada;
}
.time_up{
  box-sizing:border-box;
  width: 30%;
  background:#ff00b4;
  color:#fff;
  font-size:0.9em;
  padding:1% 3%;
  border-radius:0 12px 12px 0 ;
}
.open_kanteishi{
  width: 90%;
  margin:5% auto;
}
.strage_check{
  box-sizing:border-box;
  width: 50%;
  margin:0 auto 5%;
  background:#fff;
  padding:2% 0;
  text-align: center;
  border-bottom:2px solid #ff00b4;
}
#free10min_open_close{
  margin:12% auto 0 auto;
}
.open_clear{
  background:#000;
  color:#fff;
  padding:3% 0;
  text-align: center;
  font-weight: bold;
}
.shop_stone_frame{
  display: none;
}

/*========フッター=======*/

.footer_nav_noLoginTxt a {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	bottom: 0;
	color: #fff;
	display: block;
	font-weight: bold;
	left: 0;
	line-height: 60px;
	margin: auto;
	position: fixed;
	right: 0;
	text-align: center;
	text-decoration: underline;
	//top: 0;
	z-index: 1;
}

/*　Pマーク　*/

.p_mark_footer {
	display: block;
	background: #fff;
	border-top:1px solid #efefef;
	position: relative;
}

.p_mark_footer img {
	margin: 3vw;
}

.p_mark_font {
	font-size: 0.7em;
    margin: 0 15px 0 100px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


#info_prf_genre{
	border-bottom: solid 3px #bf7981;
}
.news_border{
	border-bottom: solid 1px #bf7981;
}

.qa_back{
    background-color: #fff !important;
}



/*===============================================開催中のキャンペーン==========================================*/


.now_cp {
	margin: 2%;
	background: #FFF;
	padding: 5px;
	box-shadow: 3px 3px 3px #a2a2a2;
}


.status_kyukei .size_ex{
	font-size: 3.4vw;
}
.status_taiki .size_ex{
	font-size: 4vw;
}
.status_riseki .size_ex{
	font-size: 3.5vw;
}
.status_riseki .size_ex_2{
	font-size: 5vw;
}
.yoyaku_ban .size_ex{
	font-size: 3.5vw;
}
.status_taiki .taiki_txt{
	padding: 1vw 0;
}
.status_riseki .size_ex_2 {
    font-size: 5vw;
}