@charset "euc-jp";

/********** メニュー アクティブ **********/
.header-menu-list-item.is_home .header-menu-list-item__link {
  box-shadow: 0 -3px 0 #a0107c inset;
  color: #ab48a2;
}



/********** 内容 **********/
.primary {
  background: #f4f4f4;
}



/********** 緊急ニュース **********/
.primary .emergency-news-wrap {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 12px;
  background-color: #fff3f3;
  border: 3px solid #ff1919;
  border-radius: 12px;
  box-shadow: 0 0 5px rgba(138, 0, 0, .3);
}

.primary .emergency-news {
  padding: 10px;
  border: 3px solid #ffffff;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  color: #ff1919;
}

.primary .emergency-news__title {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
}

.primary .emergency-news__text {
  font-size: 14px;
  line-height: 1.5;
}


/********** メイン登録バナー **********/
.primary div#banner_regist {
  position: relative;
  width: 99%;
  background: #ffffff;
}

.primary div#banner_regist div#registRibbon {
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: 0;
  width: 187px;
  height: 108px;
}

.primary div#banner_regist div#registWrap {
  display: block;
  height: 150px;
  margin: 0 0 10px;
  background: url(https://assets.chatpia.jp/common/images/top_loop.jpg) repeat-x 0 0;
  border: 5px solid #660066;
  box-shadow: 0 0 2px 2px #7E3A82 inset;
  text-align: center;
  overflow: hidden;
}

.primary div#banner_regist.banner-regist-anniv div#registWrap {
  background: url(https://assets.chatpia.jp/common/images/top_19th_loop.jpg) repeat-x 0 0;
  box-shadow: 0 0 12px 0 #000000 inset;
}

.primary div#banner_regist div#registImg {
  height:100%;
}

.primary div#banner_regist.banner-regist-anniv div#registImg {
  position: relative;
}

.primary div#banner_regist.banner-regist-anniv div#registImg::after {
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: block;
  content: '';
  width: 179px;
  height: 27px;
  background: url(https://assets.chatpia.jp/common/images/top_19th_subban.png) no-repeat;
}

#registImg img {
  position: relative;
  top: 5px;
}

.primary div#banner_regist a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
}



/********** イベントバナーカルーセル **********/
.event-banner-carousel-wrap {
  position: relative;
  box-sizing: border-box;
  height: 147px;
  margin-bottom: 24px;
  text-align: center;
}

.primary div#banner_box div#banner-btn {
  float: right;
}

.event-banner-carousel {
  height: 147px;
  text-align: center;
  overflow: hidden;
}

.event-banner-carousel a {
  position: relative;
  display: inline-block;
  height: 120px;
  margin: 3px 2px 0 2px;
  text-align: left;
}

.event-banner-carousel a.is_hide-free-point-banner {
  display: none !important;
}

.event-banner-carousel a:hover {
  text-decoration: none;
}


/* ログイン後イベントバナー(slick)左右の矢印 */
.slick-event-banner {
  display: block;
  position: absolute;
  width: 44px;
  height: 44px;
  top: 42px;
  z-index: 1;
}

.slick-event-banner.is_prev {
  left: 15px;
}

.slick-event-banner.is_next {
  right: 15px;
}

.slick-event-banner-arrow {
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.92);
  height: 45px;
  width: 45px;
  border: none;
  display: block;
  position: absolute;
  box-shadow: 0px 1px 3px 0 rgba(121, 1, 108, 0.8);
}

.slick-event-banner-arrow:hover {
  cursor: pointer;
}

.slick-event-banner .slick-event-banner-arrow:before,
.slick-event-banner .slick-event-banner-arrow:after  {
  position: absolute;
  display: inline-block;
  content: '';
  width: 16px;
  height: 3px;
  background-color: #a0107c;
  border-radius: 3px;
}
.slick-event-banner.is_prev .slick-event-banner-arrow:before {
  top: calc(50% - 7px);
  left: 14px;
  transform: rotate(-45deg);
}
.slick-event-banner.is_prev .slick-event-banner-arrow:after {
  bottom: calc(50% - 6px);
  left: 14px;
  transform: rotate(45deg);
}
.slick-event-banner.is_next .slick-event-banner-arrow:before {
  top: calc(50% - 7px);
  left: 15px;
  transform: rotate(45deg);
}
.slick-event-banner.is_next .slick-event-banner-arrow:after {
  bottom: calc(50% - 6px);
  left: 15px;
  transform: rotate(-45deg);
}


/* ログイン後イベントバナー(slick)下部のドット */
.slick-event-banner-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 14px;
}

.slick-event-banner-dots button {
  display: none;
  padding: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.slick-event-banner-dots li {
  list-style-type: none;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  background-color: #909090;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color .3s ease, width .3s ease, height .3s ease, margin-right .3s ease, margin-left .3s ease;
}

.slick-event-banner-dots li.slick-active {
  width: 14px;
  height: 14px;
  margin: 0 7px;
  background-color: #a0107c;
  transition: background-color .3s ease, width .3s ease, height .3s ease, margin-right .3s ease, margin-left .3s ease;
}

.slick-event-banner-dots li:hover {
  width: 14px;
  height: 14px;
  margin-left: 7px;
  margin-right: 7px;
  background-color: #a0107c;
  transition: background-color .3s ease, width .3s ease, height .3s ease, margin-right .3s ease, margin-left .3s ease;
}

/*　本日公開　*/
.primary .event-banner-carousel div.honjitu_ribbon {
  position: absolute;
  top: -3px;
  left: 404px;
  z-index: 1;
  width: 79px;
  height: 56px;
  background: url(https://assets.chatpia.jp/common/images/bnr/img_honjitu_ribbon.gif) no-repeat scroll 0 0 transparent;
  cursor: pointer;
}

/*　近日公開　*/
.primary .event-banner-carousel div.kokuti_ribbon {
  position: absolute;
  top: -3px;
  left: 404px;
  z-index: 1;
  width: 79px;
  height: 56px;
  background: url(https://assets.chatpia.jp/common/images/bnr/img_kokuti_ribbon.gif) no-repeat scroll 0 0 transparent;
  cursor: pointer;
}

/*　イベント公開中　*/
.primary .event-banner-carousel div.kaisai_ribbon {
  position: absolute;
  top: -3px;
  left: 404px;
  z-index: 1;
  width: 79px;
  height: 56px;
  background: url(https://assets.chatpia.jp/common/images/bnr/img_kaisai_ribbon.gif) no-repeat scroll 0 0 transparent;
  cursor: pointer;
}


/*** イベント一覧はこちら ***/
a.event-banner-carousel__link {
  position: absolute;
  bottom: 0;
  right: 10px;
  display: block;
  margin: unset;
  font-size: 12px;
}

a.event-banner-carousel__link:hover {
  text-decoration: underline;
}



/********** 女性一覧 **********/
.primary div.chatrooms {
  width: 100%;
  margin: 10px 0 15px;
}

.primary div#offroom {
  margin-top: -120px;
  padding-top: 120px;
}

/* 紫タイトル */
.primary div.chatrooms div.title_box {
  position: relative;
  height: 40px;
  background: url(https://assets.chatpia.jp/common/images/top_tit_bg.png) repeat-x 0 0;
}
/* 黒タイトル */
.primary div#offroom div.title_box,
.primary div#digestroom div.title_box,
.primary div#blogroom div.title_box {
  background: url(https://assets.chatpia.jp/common/images/top_tit_bg.png) repeat-x 0 -50px;
}
/* 金タイトル */
.primary div#special div.title_box,
.primary div#specials div.title_box {
  background: url(https://assets.chatpia.jp/common/images/top_tit_bg.png) repeat-x 0 -100px;
}
/* 緑タイトル */
.primary div#vtrroom div.title_box {
  background: url(https://assets.chatpia.jp/common/images/top_tit_bg.png) repeat-x 0 -150px;
  border-right: 2px solid #dcdcdc;
}

/*紫タイトル左*/
.primary div.chatrooms div.title {
  height: 40px;
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat -536px 0px;
}
/*黒タイトル左*/
.primary div#offroom div.title,
.primary div#digestroom div.title,
.primary div#blogroom div.title {
  height: 40px;
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat -536px -50px;
}
/*金タイトル左*/
.primary div#special div.title,
.primary div#specials div.title {
  height: 50px;
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat -536px -100px;
}
/*緑タイトル左*/
.primary div#vtrroom div.title {
  height: 50px;
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat -536px -150px;
}

.zero {
  width: 96%;
  padding: 10px 0;
  text-align: center;
  color: #666;
  clear: both;
}

/*** タイトル ***/
.primary div.chatrooms div.title h2 {
  width: 546px;
  height: 40px;
  margin-left: 15px;
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat -200px -262px;
  text-indent: -9999px;
  float: left;
  overflow: hidden;
}
/*** タイトル お気に入り一覧***/
.primary div.chatrooms.fav div.title h2 {
  width: 202px;
  height: 40px;
  margin-left: 15px;
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat -200px -739px;
  text-indent: -9999px;
  float: left;
  overflow: hidden;
}
/* タイトル オンライン一覧 */
.primary div.chatrooms div.title h2.login {
  width: 308px;
}
.chatrooms .login img {
  margin-left: -200px;
  margin-top: -262px;
}
#offroom .off img {
  margin-left: -200px;
  margin-top: -382px;
}
/* タイトル オンライン予定 */
.primary div.chatrooms div.title h2.off {
  background-position: -200px -382px;
}
/* タイトル 新着ダイジェスト */
.primary div.chatrooms div.title h2.new-digest {
  background-position: -200px -322px;
}
/* タイトル 100分間チャット */
.primary div.chatrooms div.title h2.hyapunkan {
  background-position: -200px -442px;
}
/* タイトル 60分間無料招待券 */
.primary div.chatrooms div.title h2.muryoshotai {
  width: 280px;
  background-position: 0 -140px;
}
/* タイトル イベント参加中の人妻 */
.primary  div#special div.chatrooms h2,
.primary  div#specials div.chatrooms h2 {
  background-position: -200px -442px;
}
/* タイトル 再放送チャット */
.primary div.chatrooms div.title h2.saihouso {
  background-position: -200px -502px;
}
/* タイトル 新着人妻さん日誌 */
.primary div.chatrooms div.title h2.new-blog {
  background-position: -200px -619px;
}

.primary div.chatrooms div.title a.icoinfo {
  width: 91px;
  height: 24px;
  margin: 9px 0 0 10px;
  float: left;
  overflow: hidden;
}
.icoinfo img {
  margin-left: -200px;
}

.primary div.chatrooms div.title a.icoinfo:hover {
  opacity: 0.7;
}

.primary div.chatrooms div.title div#icon_info {
  position: absolute;
  left: 0;
  z-index: 4;
  width: 335px;
  margin: 35px 0 0 70px;
  padding: 10px;
  background: none repeat scroll 0 0 #ffffff;
  border: 2px solid #8a0e70;
}
.primary div.chatrooms div.title div#icon_info div#statusimg {
  width: 160px;
  float: left;
}
.primary div.chatrooms div.title div#icon_info div#statusimg dl dt.taiki,
.primary div.chatrooms div.title div#icon_info div#statusimg dl dt.chat,
.primary div.chatrooms div.title div#icon_info div#statusimg dl dt.twoshot,
.primary div.chatrooms div.title div#icon_info div#statusimg dl dt.machi,
.primary div.chatrooms div.title div#icon_info div#statusimg dl dt.offline {
  width: 134px;
  height: 22px;
  text-indent: -9999px;
}
.primary div.chatrooms div.title div#icon_info div#statusimg dl dt.taiki {
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat 0 -492px;
}
.primary div.chatrooms div.title div#icon_info div#statusimg dl dt.chat {
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat 0 -514px;
}
.primary div.chatrooms div.title div#icon_info div#statusimg dl dt.twoshot {
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat 0 -536px;
}
.primary div.chatrooms div.title div#icon_info div#statusimg dl dt.machi {
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat 0 -558px;
}
.primary div.chatrooms div.title div#icon_info div#statusimg dl dt.offline {
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat 0 -580px;
}
.primary div.chatrooms div.title div#icon_info div#statusimg dl dd {
  width: 150px;
  margin: 0 0 5px;
  font-size: 10px;
}
.primary div.chatrooms div.title div#icon_info div#ico {
  width: 160px;
  margin: 0 0 10px;
  padding: 0 0 0 13px;
  border-left: 1px solid #ccc;
  float: right;
}
.primary div.chatrooms div.title div#icon_info div#ico dl dt.taiki,
.primary div.chatrooms div.title div#icon_info div#ico dl dt.chat,
.primary div.chatrooms div.title div#icon_info div#ico dl dt.twoshot,
.primary div.chatrooms div.title div#icon_info div#ico dl dt.machi {
  width: 41px;
  height: 22px;
  text-indent: -9999px;
  float: left;
  clear: both;
}
.primary div.chatrooms div.title div#icon_info div#ico dl dt.taiki {
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat -134px -492px;
}
.primary div.chatrooms div.title div#icon_info div#ico dl dt.chat {
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat -134px -514px;
}
.primary div.chatrooms div.title div#icon_info div#ico dl dt.twoshot {
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat -134px -536px;
}
.primary div.chatrooms div.title div#icon_info div#ico dl dt.machi {
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat -134px -558px;
}
.primary div.chatrooms div.title div#icon_info div#ico dl dt.new {
  width: 9px;
  height: 11px;
  margin: 7px 0 0 13px;
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat -134px -580px;
  text-indent: -9999px;
  float: left;
  clear: both;
}
.primary div.chatrooms div.title div#icon_info div#ico dl dt.newnew {
  width: 13px;
  height: 10px;
  margin: 7px 0 0 12px;
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat -143px -580px;
  text-indent: -9999px;
  float: left;
  clear: both;
}
.primary div.chatrooms div.title div#icon_info div#ico dl dd {
  width: 110px;
  margin: 0 0 3px;
  font-size: 10px;
  line-height: 2.5;
  float: right;
}
.primary div.chatrooms div.title div#icon_info div#close {
  text-align: center;
  clear: both;
}

/** ソート関連
******************************************/
.primary div.chatrooms div.title_box div.operation_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 541px;
  height: 43px;
  padding-top: 7px;
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat -200px -800px;
}
.primary div.chatrooms.fav div.title_box div.operation_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 446px;
  height: 43px;
  padding-top: 7px;
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat -200px -1000px;
}
.primary div.chatrooms.event div.title_box div.operation_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 410px;
  height: 43px;
  padding-top: 7px;
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat -200px -900px;
}
.primary div.chatrooms.ds div.title_box div.operation_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 375px;
  height: 43px;
  padding-top: 7px;
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat -200px -850px;
}
.primary div.chatrooms.is_offline div.title_box div.operation_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 375px;
  height: 43px;
  padding-top: 7px;
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat -200px -850px;
}

/* DS優先 */
.primary div.chatrooms div.title_box div.operation_btn div.dsgirl {
  margin-right: 8px;
  float: right;
  cursor: pointer;
}
.primary div.chatrooms div.title_box div.operation_btn div.dsgirl div.img-dsgirl {
  width: 55px !important;
  height: 11px !important;
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat -257px -43px;
  text-indent: -9999px;
}
.primary div.chatrooms div.title_box div.operation_btn div.dsgirl div {
  width: 57px;
  height: 24px;
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat -200px -104px;
}
.primary div.chatrooms div.title_box div.operation_btn div.dsgirl a {
  position: relative;
  top: 2px;
  left: 1px;
  display: block;
  width: 24px;
  height: 20px;
  padding: 3px 0 2px 3px;
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat -266px -104px;
}
.primary div.chatrooms div.title_box div.operation_btn div.dsgirl a span {
  display: block;
  width: 22px;
  height: 11px;
  text-indent: -9999px;
}

/* 写真サイズ */
.primary div.chatrooms div.title_box div.operation_btn div.pictbtn {
  margin-right: 8px;
  float: right;
  cursor: pointer;
}
.primary div.chatrooms div.title_box div.operation_btn div.pictbtn div.img-size {
  width: 55px !important;
  height: 11px !important;
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat -198px -43px;
  text-indent: -9999px;
}
.primary div.chatrooms div.title_box div.operation_btn div.pictbtn div {
  width: 57px;
  height: 24px;
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat -200px -132px;
}
.primary div.chatrooms div.title_box div.operation_btn div.pictbtn a {
  position: relative;
  top: 2px;
  left: 1px;
  display: block;
  width: 24px;
  height: 20px;
  padding: 3px 0 2px 3px;
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat -266px -104px;
}
.primary div.chatrooms div.title_box div.operation_btn div.pictbtn a span {
  display: block;
  width: 22px;
  height: 11px;
  text-indent: -9999px;
}

/* 新人優先 */
.primary div.chatrooms div.title_box div.operation_btn div.newgirl {
  margin-right: 8px;
  float: right;
  cursor: pointer;
}
.primary div.chatrooms div.title_box div.operation_btn div.newgirl div.img-newgirl {
  width: 55px !important;
  height: 11px !important;
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat -195px -64px;
  text-indent: -9999px;
}
.primary div.chatrooms div.title_box div.operation_btn div.newgirl div {
  width: 57px;
  height: 24px;
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat -200px -104px;
}
.primary div.chatrooms div.title_box div.operation_btn div.newgirl a {
  position: relative;
  top: 2px;
  left: 1px;
  display: block;
  width: 24px;
  height: 20px;
  padding: 3px 0 2px 3px;
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat -266px -104px;
}
.primary div.chatrooms div.title_box div.operation_btn div.newgirl a span {
  display: block;
  width: 22px;
  height: 11px;
  text-indent: -9999px;
}

/* 自動更新 */
.primary div.chatrooms div.title_box div.operation_btn div.autoreload {
  margin-right: 8px;
  float: right;
  cursor: pointer;
}
.primary div.chatrooms div.title_box div.operation_btn div.autoreload div {
  width: 57px;
  height: 19px;
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat -200px -104px;
}
.primary div.chatrooms div.title_box div.operation_btn div.autoreload a {
  position: relative;
  top: 2px;
  left: 1px;
  display: block;
  width: 24px;
  height: 20px;
  padding: 3px 0 2px 3px;
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat -266px -104px;
}
.primary div.chatrooms div.title_box div.operation_btn div.autoreload div.img-auto {
  width: 55px !important;
  height: 11px !important;
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat -194px -84px;
  text-indent: -9999px;
}
.primary div.chatrooms div.title_box div.operation_btn div.autoreload a span {
  display: block;
  width: 22px;
  height: 11px;
  text-indent: -9999px;
}

/* 更新 */
.primary div.chatrooms div.title_box div.operation_btn div.reload {
  width: 30px;
  margin-right: 8px;
  float: right;
}
.primary div.chatrooms div.title_box div.operation_btn div.reload a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat -305px -103px;
  text-indent: -9999px;
}
.primary div.chatrooms div.title_box div.operation_btn div.reload a:hover {
  background-position: -335px -103px;
}
.primary div.chatrooms div.title_box div.operation_btn div.reload a:active {
  background-position: -365px -103px;
}


.primary div.chatrooms.fav div.title_box div.operation_btn div.openlist {
  margin-right: 10px;
  float: right;
  cursor: pointer;
}

.primary div.chatrooms.fav div.title_box div.operation_btn div.openlist a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
}

.primary div.chatrooms.fav div.title_box div.operation_btn div.openlist.is_open a {
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat -425px -103px;
}

.primary div.chatrooms.fav div.title_box div.operation_btn div.openlist.is_close a {
  background: url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat -395px -103px;
}

.primary div.chatrooms div.room {
  padding: 5px 0 10px 10px;
  background-color: #fff;
  border-left: 2px solid #dcdcdc;
  border-right: 2px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
  overflow: hidden;
}

.primary div.chatrooms div.room div#privateroom,
.primary div.chatrooms div.room div#offlineroom,
.primary div.chatrooms div.room div#specialroom,
.primary div#vtrroom div.chatrooms div.room {
  position: relative;
  overflow: hidden;
}

.primary div#vtrroom div.chatrooms div.room {
  padding-top: 10px;
}

.primary div#special div.room a#a_rankin,
.primary div#specials div.room a#a_rankin {
  display: inline-block;
  margin: 2px 0 5px;
  font-size: 14px;
  font-weight: bold;
}


/*** もっと見るボタン ***/
.primary div.chatrooms div.look {
  margin: 20px 0;
  clear: both;
}
.primary div.chatrooms div.look a {
  display: block;
  width: 236px;
  height: 45px;
  margin: 0 auto;
  text-indent: -9999px;
}

.primary div.chatrooms div.look a img {
  display: block;
}

/* 説明 */
.room .newInfo,
.room .piaInfo {
  position: relative;
  height: 35px;
  margin: 8px 20px 5px 0;
  padding: 0 70px 0px 10px;
  background: #ffff99;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 1px;
  color: #ff7800;
  overflow: hidden;
}
.room .evInfo {
  overflow: initial; /* アイコンはみ出し用 */
}
.room .newInfo.nonInfo{
  display: none;
}
.newInfo.evInfo.valentine_introduce {
  margin: 0 5px;
  padding: 5px 10px;
}

.room .newInfo img {
  margin-left: 3px;
  vertical-align: text-bottom;
}
.room .evInfo img {
  max-width: 46px;
  margin-top: -5px;
  vertical-align: middle;
}

.room .CategoryPan {
  position: relative;
  margin: 0 20px 5px;
  padding-right: 70px;
  border-radius: 3px;
  background: #f3f3f3;
  font-size: 14px;
  overflow: hidden;
}
.room .CategoryPan p {
  display: none;
  height: 26px;
  margin: 2px;
  padding: 0 0 0 6px;
  background: #e3e3e3;
  border-radius: 3px;
  line-height: 25px;
  color: #555555;
  float: left;
}
.room .CategoryPan a.cateResets {
  margin: 0 4px;
  padding: 0 3px;
  background: linear-gradient(#ffffff 50%, #f2f2f2 51%);
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  font-size: 10px;
  line-height: 16px;
  color: #666666;
}
.room .CategoryPan a.cateResets:hover {
  color: #aaaaaa;
}
.room .CategoryPan a {
  display: inline-block;
  margin: 8px 3px;
  line-height: 14px;
  text-decoration: none;
  color: #333333;
  cursor: pointer;
}
.room .CategoryPan a span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  margin: -3px 2px 0 0;
  background: #f5f5f5;
  border: 1px solid #999999;
  border-radius: 3px;
  font-size: 10px;
  line-height: 9px;
  text-align: center;
  text-shadow: 1px 1px 0 #ffffff;
  color: #666666;
  cursor: pointer;
}
.room .CategoryPan a:hover {
  color: #aaaaaa;
}
.room .CategoryPan a:hover span {
  border: 1px solid #cccccc;
  color: #aaaaaa;
}



/********** DS関連 **********/
.primary div.chatrooms.ds div.title h2{
  float:left;
  margin-left:15px;
  width:546px;
  height:40px;
  overflow:hidden;
  text-indent:-9999px;
  background:url(https://assets.chatpia.jp/common/images/top_part.png?240514) no-repeat -200px -679px;
}



/********** 絞り込み **********/
.primary div.chatrooms div.title_box div.operation_btn div.filterbtn {
  margin: 1px 10px 0 1px;
  float: right;
  cursor: pointer;
}

.primary div.chatrooms div.title_box div.operation_btn div.filterbtn a {
  display: block;
  width: 84px;
  height: 27px;
  background: url(https://assets.chatpia.jp/common/images/btn_top_filter.png) no-repeat;
}

.list-filter-wrap {
  position: absolute;
  left: 0;
  z-index: 4;
  width: 550px;
  margin: 25px -200px 0;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  box-shadow: 3px 3px 10px 0 rgba(196, 154, 188, 0.3);
  transition: .1s;
}

.list-filter {
  height: 360px;
  margin: 24px 12px 0 12px;
  overflow: auto;
}

.list-filter::-webkit-scrollbar {
  width: 3px;
}

.list-filter::-webkit-scrollbar-track {
  background-color: #fff;
}

.list-filter::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(154, 0, 116, .3);
}

.list-filter ul {
  list-style: none;
  margin-bottom: 24px;
}

.list-filter-title {
  margin-bottom: 8px;
  color: #333;
}

.list-filter-category {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.list-filter-category li a {
  box-sizing: border-box;
  display: block;
  padding: 7px 12px;
  border: 1px solid #a0107c;
  border-radius: 22px;
  background-color: #fff;
  text-decoration: none;
  color: #ab48a2;
}

.list-filter-category li a:hover {
  border: 1px solid #79016c;
  text-decoration: underline;
  color: #79016c;
}

.list-filter-category li a.select {
  background-color: #a0107c;
  box-shadow: 0 1px 3px 0 rgb(121, 1, 108, .5);
  color: #fff;
}

.list-filter-category li a.select:hover {
  background-color: #79016c;
  border: 1px solid #79016c;
  text-decoration: none;
  color: #fff;
}

.chatrooms.fav .list-filter-category li a#cate20 {
  background-color: #a0107c;
  box-shadow: 0 1px 3px 0 rgb(121, 1, 108, .5);
  color: #fff;
  pointer-events: none;
}

.chatrooms.is_offline .list-filter-category li a#cate10,
.chatrooms.is_offline .list-filter-category li a#cate11 {
  display: none;
}

.list-filter-reset {
  display: none;
  position: relative;
  height: 50px;
  box-shadow: 0 -5px 5px rgb(0, 0, 0, .05);
}

.list-filter-reset a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 8px 15px;
  border-radius: 15px;
  text-decoration: none;
  color: #ab48a2;
}

.list-filter-reset a:hover {
  background-color: #fdeefc;
  text-decoration: underline;
  color: #79016c;
}

.list-filter-close {
  position: absolute;
  top: -17px;
  right: -17px;
  width: 30px;
  height: 30px;
  background-color: #666;
  border-radius: 20px;
  border: 2px solid #fff;
  cursor: pointer;
}

.list-filter-close__icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
  content: '';
  width: 3px;
  height: 18px;
  background: #fff;
  border-radius: 5px;
}

.list-filter-close__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-45deg);
  content: '';
  width: 3px;
  height: 18px;
  background: #fff;
  border-radius: 5px;
}

/*-- 一覧内の絞り込み --*/
.room .filterPan {
  position: relative;
  display: none;
  margin: 8px 10px 8px 0;
  padding: 8px 12px;
  background: #fdeefc;
  border-radius: 5px;
  font-size: 14px;
  overflow: auto;
  scrollbar-width: none; /* Firefoxスクロールバー非表示 */
}

.filterPan::-webkit-scrollbar {
  display: none;
}

.room .filterPan .filter-count {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  color: #333;
}

.filter-count__text {
  min-width: 190px;
}

.filter-count__num {
  margin-right: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #ab48a2;
}

.room .filterPan a {
  position: relative;
  display: inline-block;
  height: 26px;
  padding: 0px 25px 0px 10px;
  background-color: #a0107c;
  border: 1px solid #a0107c;
  border-radius: 20px;
  box-shadow: 0 1px 3px 0 rgb(121, 1, 108, .5);
  font-size: 12px;
  line-height: 26px;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
}

.filterPan a::before {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(-50%,-50%) rotate(45deg);
  content: '';
  width: 1px;
  height: 10px;
  background-color: #fff;
  border-radius: 5px;
}

.filterPan a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(-50%,-50%) rotate(-45deg);
  content: '';
  width: 1px;
  height: 10px;
  background-color: #fff;
  border-radius: 5px;
}

.room .filterPan a:hover {
  background-color: #79016c;
  border: 1px solid #79016c;
}

.room .filterPan a.filterResets {
  margin-left: 12px;
  background-color: #fff;
  border: 1px solid #a0107c;
  color: #ab48a2;
}

.room .filterPan a.filterResets::before {
  background-color: #ab48a2;
}

.room .filterPan a.filterResets::after {
  background-color: #ab48a2;
}

.room .filterPan a.filterResets:hover {
  border: 1px solid #79016c;
  text-decoration: underline;
  color: #79016c;
}

.room .filterPan a.filterResets a:hover::before {
  background-color: #79016c;
}

.room .filterPan a.filterResets a:hover::after {
  background-color: #79016c;
}

.icon-info {
  display: none;
}

.icon-info.is_open {
  display: block;
}