@charset "euc-jp";
/* ================================================== [ reset ] */
html,
body {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    min-width: 1048px;
}

html {
    font-size: 62.5%;
}

body {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'HiraginoSans-W3', 'メイリオ', 'Meiryo','MS Pゴシック','sans-serif';
    -webkit-font-smoothing: subpixel-antialiased;
}

body *::before,
body *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body a {
    outline: 0;
    text-decoration: none;
}

body figure {
    line-height: 0;
}

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

新デザインのスタイルここから

=================== */
/******** リセット ********/
.LcNav a, .LcLnav a {
    outline: 0;
    text-decoration: none;
}

.LcNav figure, .LcLnav figure {
    line-height: 0;
}

.LcNav, .PageLc, .LcLnav, .LcMain {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
}

.LcNav img, .LcLnav img {
    display: block;
}

.LcNav button, .LcLnav button {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'HiraginoSans-W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.LcNav button, .LcNav select, .LcLnav button, .LcLnav select {
    border: none;
    outline: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.LcNav button:disabled, .LcLnav button:disabled {
    cursor: default;
}

.LcNav *, .LcNav *::before, .LcNav *::after, .LcLnav *, .LcLnav *::before, .LcLnav *::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
    list-style: none;
}

.LcMain * {
    list-style: none;
    margin: 0;
    padding: 0;
}

.LcMain h1, .d-rst h2, .d-rst h3, .d-rst h4 {
    font-weight: normal;
}

.LcMain h1 {
    font-size: 16px;
}

.LcMain h2 {
    font-size: 14px;
}

.LcMain h3 {
    font-size: 12px;
}

#sp-debug {
    position: relative;
    z-index: 10000;
    background: #fff;
}

footer {
    position: relative;
    z-index: 100;
}

/******** ヘッダーナビ ********/
.LcNav {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 24px;
    background-color: #f4f7f9;
    width: 100%;
    height: 40px;
}

.LcNav::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 1px);
    border-bottom: 1px solid #eaeaea;
}

.LcNav .FloorMenu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.LcNav .FloorMenu__item {
    position: relative;
    display: block;
    width: 150px;
}

.LcNav .FloorMenu__item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleY(0.05);
    transform: scaleY(0.05);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    background-color: #000;
}

.LcNav .FloorMenu__item.-chat::before {
    background-color: #ed626f;
}

.LcNav .FloorMenu__item.-adult::before {
    background-color: #E86197;
}

.LcNav .FloorMenu__item.-madam::before {
    background-color: #A1539B;
}

.LcNav .FloorMenu__item.-nonadult::before {
    background-color: #6BB049;
}

.LcNav .FloorMenu__item.-virtual::before,
.LcNav .FloorMenu__item.-virtual_2d::before {
    background-color: #169BF4;
}

.LcNav .FloorMenu__item:hover::before {
    -webkit-transform: scaleY(0.075);
    transform: scaleY(0.075);
}

.LcNav .FloorMenu__item.-active::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.LcNav .FloorMenu__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%;
}

.LcNav .FloorMenu__item span {
    position: relative;
    line-height: 1;
    font-size: 1.4rem;
    font-weight: bold;
    color: #4b5460;
}

.LcNav .FloorMenu__item:not(.-active):hover span {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

.LcNav .FloorMenu__item.-active span {
    color: #fff;
}

.LcNav .FloorMenu__item.-chat:not(.-active):hover span {
    color: #ed626f;
}

.LcNav .FloorMenu__item.-adult:not(.-active):hover span {
    color: #E86197;
}

.LcNav .FloorMenu__item.-madam:not(.-active):hover span {
    color: #A1539B;
}

.LcNav .FloorMenu__item.-nonadult:not(.-active):hover span {
    color: #6BB049;
}

.LcNav .FloorMenu__item.-virtual:not(.-active):hover span,
.LcNav .FloorMenu__item.-virtual_2d:not(.-active):hover span {
    color: #169BF4;
}

.LcNav .FloorMenu__item a .FloorMenu__newIcon {
    border-radius: 30px;
    background-color: #eb9526;
    margin-right: 4px;
    padding: 8px 6px;
    color: #fff;
    font-size: 10px;
    line-height: 0;
}

.LcNav .FloorMenu__item:hover a .FloorMenu__newIcon {
    color: #fff!important;
}

.LcNav .FloorMenu__item.-chat svg {
    position: relative;
    top: -1px;
    padding-right: 4px;
}

.LcNav .FloorMenu__item.-chat:not(.-active):hover svg {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

.LcNav .FloorMenu__item.-chat path {
    fill: #4b5460;
}

.LcNav .FloorMenu__item.-chat.-active path {
    fill: #fff;
}

.LcNav .FloorMenu__item.-chat:not(.-active):hover path {
    fill: #ed626f;
}

.LcNav .SubMenu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.LcNav .SubMenu__item {
    position: relative;
    margin-left: 24px;
}

.LcNav .SubMenu__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.LcNav .SubMenu__item a:hover {
    opacity: .8;
}

.LcNav .SubMenu__item span {
    position: relative;
    font-size: 1.2rem;
    color: #4b5460;
    line-height: 16px;
    padding-left: 20px;
}

.LcNav .SubMenu__item.-search span {
    background: url(https://p.dmm.co.jp/p/livechat/ico_search.svg) left center no-repeat;
    background-size: 16px 16px;
}

.LcNav .SubMenu__item.-guide span {
    background: url(https://p.dmm.co.jp/p/livechat/ico_guide.svg) left center no-repeat;
    background-size: 16px 16px;
}

.LcNav .SubMenu__item:hover span {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

/******** ヘッダー帯バナー ********/
.HeadBandBnr {
    display: block;
    width: 100%;
}
.HeadBandBnr span,
.HeadBandBnr a {
    display: block;
    width: 100%;
}
.HeadBandBnr img {
    display: block;
    margin: 0 auto;
    height: 40px;
}

/******** LCページ ********/
.PageLc {
    position: relative;
    display: block;
    margin-bottom: -91px;
}

/******** 左ナビ ********/
.LcLnav__outerWrap {
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    width: 228px;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 110;
    background-color: #f4f7f9;
    scrollbar-width: none;
}

.LcLnav__outerWrap.-top {
    position: absolute;
    top: 0;
    bottom: auto;
}

.LcLnav__outerWrap.-bottom {
    position: absolute;
    top: auto;
    bottom: 0;
}

.LcLnav__outerWrap::-webkit-scrollbar {
    width: 0;
}

.LcLnav__innerWrap {
    width: 228px;
    padding: 24px 20px;
}

.LcLnav__innerWrap:last-child {
    padding-bottom: 64px;
}

.LcLnav__innerWrap ~ .LcLnav__innerWrap {
    border-top: 2px solid #fff;
}

.LcLnav__ttl {
    color: #4b5460;
    font-size: 1.4rem;
    line-height: 1;
}

.LcLnav .LcLnav__anchor {
    position: relative;
    display: block;
    padding-right: 8px;
    font-size: 1.2rem;
    line-height: 1;
    text-align: right;
    color: #4b5460;
    text-decoration: none;
}

.LcLnav__anchor:hover {
    opacity: 0.8;
}

.LcLnav__anchor::before {
    content: '';
    position: absolute;
    top: 4px;
    right: 2px;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #4b5460;
    border-right: 1px solid #4b5460;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.HeadArea > *:last-child {
    margin-bottom: 24px;
}

.HeadArea .UiChangeLink {
    padding-bottom: 8px;
}

.HeadArea .UiChangeLink__txt {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #4b5460;
}

.HeadArea .UiChangeLink__Btn {
    margin-top: 4px;
}

.HeadArea .UiChangeLink__Btn a {
    position: relative;
    padding: 8px 0;
    display: block;
    width: 100%;
    background-color: #e8ecf2;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1;
    color: #4b5460;
    border-radius: 2.0rem;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.HeadArea .UiChangeLink__Btn a:hover {
    opacity: .8;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.HeadArea .UiChangeLink__Btn a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 14px;
    margin: auto 0;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #4b5460;
    border-left: 1px solid #4b5460;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.HeadArea .FirstGuideLink__bnr {
    display: block;
}

.HeadArea .FirstGuideLink__bnr:hover {
    opacity: .8;
}

.HeadArea .FirstGuideLink__bnr img {
    width: 100%;
}

.HeadArea .FirstGuideLink__closeBtn {
    text-align: right;
    background-color: #da3c78;
}

.HeadArea .FirstGuideLink__closeBtn button {
    display: inline-block;
    position: relative;
    padding: 5px 8px;
    font-size: 1rem;
    color: #fff;
}

.HeadArea .FirstGuideLink__closeBtn button:hover {
    opacity: .8;
}

.HeadArea__bnr {
    display: block;
    margin-top: 12px;
}

.HeadArea__bnr:first-child {
    display: block;
    margin-top: 0;
}

.HeadArea__bnr:hover {
    opacity: .8;
}

.HeadArea__bnr img {
    width: 100%;
}

.MyMenu {
    position: relative;
}

.MyMenu__name {
    padding-top: 4px;
    font-size: 1.6rem;
    line-height: 1;
    color: #4b5460;
}

.MyMenu__name span {
    font-size: 1.1rem;
    font-weight: normal;
}

.MyMenu .MyMenu__renameLink {
    position: absolute;
    padding: 7px 12px 9px 20px;
    top: -19px;
    right: -4px;
    font-size: 1.1rem;
    line-height: 1.3rem;
    color: #DC0A32;
    text-decoration: none;
    background: url(https://p.dmm.co.jp/p/livechat/bg_rename.svg) no-repeat;
}

.MyMenu__renameLink:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    opacity: .8;
}

.MyMenu__renameLink:not(:hover) {
    -webkit-animation: RenameBounce 1.6s ease-in infinite;
    animation: RenameBounce 1.6s ease-in infinite;
    -webkit-animation-timing-function: cubic-bezier(0.48, 2.1, 0.71, 0.68);
    animation-timing-function: cubic-bezier(0.48, 2.1, 0.71, 0.68);
}

.MyMenu__linkList {
    margin-top: 4px;
}

.MyMenu__linkList .LinkList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.MyMenu__linkList .LinkItem {
    margin-top: 4px;
    width: calc(50% - 2px);
}

.MyMenu__linkList .LinkItem a {
    display: block;
    position: relative;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    font-size: 1.2rem;
    line-height: 1;
    color: #4b5460;
    text-align: center;
    padding: 30px 0 10px;
    font-weight: bold;
}

.MyMenu__linkList .LinkItem a:hover {
    opacity: .8;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.MyMenu__linkList .LinkItem.-mypage {
    width: 100%;
}

.MyMenu__linkList .LinkItem.-mypage a {
    padding: 18px 0 18px 24px;
    background: #fff url(https://p.dmm.co.jp/p/livechat/ico_lnav_mypage.svg) 46px center no-repeat;
    background-size: 20px 20px;
}

.MyMenu__linkList .LinkItem.-favorite a {
    background: #fff url(https://p.dmm.co.jp/p/livechat/ico_lnav_favorite.svg) center 8px no-repeat;
    background-size: 20px 20px;
}

.MyMenu__linkList .LinkItem.-message a {
    background: #fff url(https://p.dmm.co.jp/p/livechat/ico_lnav_message.svg) center 8px no-repeat;
    background-size: 20px 20px;
}

.MyMenu__linkList .LinkItem.-message a .UnRead {
    position: absolute;
    top: 6px;
    left: 56%;
    padding: 0 4px;
    color: #fff;
    background-color: #DC0A32;
    line-height: 12px;
    border: 1px solid #fff;
    border-radius: 10px;
    font-size: 1rem;
}

.MyMenu__freeMessage {
    position: relative;
    margin-top: 8px;
    padding: 6px 0 5px;
    text-align: center;
    line-height: 1;
    font-size: 1.2rem;
    color: #fff;
    background-color: #000;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.MyMenu__freeMessage span {
    font-weight: bold;
    font-size: 1.3rem;
}

.MyMenu__freeMessage::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 40px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-width: 0;
    border-bottom-width: 8px;
}

.MyMenu__loginBtn a {
    display: block;
    background: #fff url(https://p.dmm.co.jp/p/livechat/ico_login.svg) 8px center no-repeat;
    background-size: 16px 16px;
    color: #4b5460;
    font-size: 1.3rem;
    line-height: 1;
    padding: 9px 0 8px 8px;
    border-radius: 4px;
    text-align: center;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.MyMenu__loginBtn a:hover {
    opacity: .8;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.PageLc.-chat .MyMenu__freeMessage {
    background-color: #ed626f;
}

.PageLc.-chat .MyMenu__freeMessage::before {
    border-bottom-color: #ed626f;
}

.PageLc.-adult .MyMenu__freeMessage {
    background-color: #E86197;
}

.PageLc.-adult .MyMenu__freeMessage::before {
    border-bottom-color: #E86197;
}

.PageLc.-madam .MyMenu__freeMessage {
    background-color: #A1539B;
}

.PageLc.-madam .MyMenu__freeMessage::before {
    border-bottom-color: #A1539B;
}

.PageLc.-nonadult .MyMenu__freeMessage {
    background-color: #6BB049;
}

.PageLc.-nonadult .MyMenu__freeMessage::before {
    border-bottom-color: #6BB049;
}

.PageLc.-virtual .MyMenu__freeMessage,
.PageLc.-virtual_2d .MyMenu__freeMessage {
    background-color: #169BF4;
}

.PageLc.-virtual .MyMenu__freeMessage::before
.PageLc.-virtual_2d .MyMenu__freeMessage::before {
    border-bottom-color: #169BF4;
}

.MyPoint {
    padding-top: 24px;
}

.MyPoint__checkBtn {
    margin-top: 8px;
}

.MyPoint__checkBtn button {
    position: relative;
    width: 100%;
    padding: 9px 0 8px;
    font-size: 1.3rem;
    line-height: 1;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    color: #4b5460;
}

.MyPoint__checkBtn button::before {
    content: '';
    position: absolute;
    top: 11px;
    right: 12px;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #4b5460;
    border-right: 1px solid #4b5460;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.MyPoint__checkBtn button:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    opacity: .8;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.MyPoint__loading {
    position: relative;
    margin-top: 8px;
    width: 100%;
    height: 30px;
}

.MyPoint__loading span, .MyPoint__loading::before, .MyPoint__loading::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background-color: #4b5460;
    border-radius: 3px;
    -webkit-animation: PointRoading .8s infinite ease-in-out;
    animation: PointRoading .8s infinite ease-in-out;
}

.MyPoint__loading span {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.MyPoint__loading::before, .MyPoint__loading::after {
    content: '';
}

.MyPoint__loading::before {
    -webkit-transform: translateX(-14px);
    transform: translateX(-14px);
}

.MyPoint__loading::after {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-transform: translateX(14px);
    transform: translateX(14px);
}

.MyPoint__detail {
    margin-top: 8px;
    padding: 16px 10px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    color: #4b5460;
}

.MyPoint__total {
    text-align: right;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 8px;
    border-bottom: 1px solid #eaeaea;
}

.MyPoint__total span {
    float: left;
}

.MyPoint__parts {
    margin-bottom: 12px;
}

.MyPoint__part {
    padding: 8px 0;
    border-bottom: 1px solid #eaeaea;
}

.MyPoint__partTtl {
    text-align: left;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 1px;
}

.MyPoint__partPt {
    text-align: right;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: bold;
}

.MyPoint__reroadBtn {
    display: inline-block;
    vertical-align: top;
}

.MyPoint__reroadBtn button {
    background: transparent url(https://p.dmm.co.jp/p/livechat/ico_lnav_reload.svg) left center no-repeat;
    background-size: 16px 16px;
    line-height: 2.2rem;
    font-size: 1.1rem;
    padding-left: 20px;
}

.MyPoint__reroadBtn button:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    opacity: .8;
}

.MyPoint__linkBtn {
    display: inline-block;
    vertical-align: top;
    float: right;
}

.MyPoint__linkBtn a {
    display: block;
    padding: 0 11px;
    font-size: 1.1rem;
    line-height: 20px;
    border: 1px solid #cdcdcd;
    border-radius: 20px;
    color: #4b5460;
}

.MyPoint__linkBtn a:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    opacity: .8;
}

.PtCharge {
    padding-top: 12px;
}

.PtCharge__chargeBtn a {
    display: block;
    padding: 9px 0 8px 8px;
    text-align: center;
    width: 100%;
    line-height: 1;
    font-size: 1.3rem;
    color: #1B1A15;
    background: #FFDA31 url(https://p.dmm.co.jp/p/livechat/ico_lnav_ptcharge.svg) 8px center no-repeat;
    background-size: 16px 16px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px 0 #B59B55;
    box-shadow: 0 1px 3px 0 #B59B55;
}

.PtCharge__chargeBtn a:hover {
    opacity: .8;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 2px 6px 0 #B59B55;
    box-shadow: 0 2px 6px 0 #B59B55;
}

.PtCharge .QuickCharge {
    margin-top: 12px;
}

.PtCharge .QuickCharge .tx-quickbuy {
    color: #888;
    font-size: 1rem;
    font-weight: bold;
}

.PtCharge .QuickCharge .tx-quickerror {
    margin-top: 8px;
    font-size: 1.1rem;
    line-height: 1.4;
    color: #888;
}

.PtCharge .QuickCharge .tx-quickerror a {
    color: #078ED5;
    text-decoration: underline;
}

.PtCharge .QuickCharge .tx-quickerror a:hover {
    text-decoration: none;
}

.PtCharge .QuickCharge .box-note .tx-note {
    margin-top: 8px;
    font-size: 1.1rem;
    line-height: 1.4;
    color: #888;
}

.PtCharge .QuickCharge .box-note .tx-note::before {
    content: '※';
}

#w .PtCharge .QuickCharge .box-note .arrow {
    margin-top: 12px;
    position: relative;
    display: block;
    padding-right: 8px;
    font-size: 1.2rem;
    line-height: 1;
    text-align: right;
    color: #4b5460;
    background: none;
}

.PtCharge .QuickCharge .box-note .arrow:hover {
    opacity: 0.8;
}

.PtCharge .QuickCharge .box-note .arrow::before {
    content: '';
    position: absolute;
    top: 4px;
    right: 2px;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #4b5460;
    border-right: 1px solid #4b5460;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.PtCharge .QuickCharge .box-quickbuy {
    margin-top: 8px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    overflow: hidden;
    font-size: 0;
}

.PtCharge .QuickCharge .box-quickbuy:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.PtCharge .QuickCharge .box-quickbuy .quickbuy-select {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 56%;
}

.PtCharge .QuickCharge .box-quickbuy .quickbuy-select::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 8px;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #1B1A15;
    border-right: 1px solid #1B1A15;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.PtCharge .QuickCharge .box-quickbuy .quickbuy-select select {
    width: 100%;
    font-size: 1.1rem;
    color: #1B1A15;
    line-height: 1.2;
    padding: 8px 16px 7px 8px;
    border-right: 1px solid #eaeaea;
    text-align: left;
    background-color: #fff;
}

.PtCharge .QuickCharge .box-quickbuy .quickbuy-select option {
    padding: 0;
}

.PtCharge .QuickCharge .box-quickbuy .quickbuy-select:hover {
    opacity: .8;
}

.PtCharge .QuickCharge .box-quickbuy .bt-quickbuy {
    display: inline-block;
    vertical-align: top;
    width: 44%;
    color: #1B1A15;
    background-color: #FFDA31;
    font-size: 1.1rem;
    line-height: 1.2;
    padding: 8px 0 7px;
    text-align: center;
}

.PtCharge .QuickCharge .box-quickbuy .bt-quickbuy.btn-disabled {
    background-color: #eaeaea;
    color: #888;
}

.PtCharge .QuickCharge .box-quickbuy .bt-quickbuy:not(.btn-disabled):hover {
    opacity: .8;
}

.PtCharge .QuickCharge .box-result {
    margin-top: 8px;
}

.PtCharge .QuickCharge .box-buyprocess {
    position: relative;
    padding-top: 30px;
    height: 40px;
    text-align: center;
}

.PtCharge .QuickCharge .box-buyprocess::before, .PtCharge .QuickCharge .box-buyprocess .tx-buyprocess::before, .PtCharge .QuickCharge .box-buyprocess .tx-buyprocess::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 6px;
    height: 6px;
    background-color: #4b5460;
    border-radius: 3px;
    -webkit-animation: PointRoading .8s infinite ease-in-out;
    animation: PointRoading .8s infinite ease-in-out;
}

.PtCharge .QuickCharge .box-buyprocess::before {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.PtCharge .QuickCharge .box-buyprocess .tx-buyprocess {
    font-size: 1rem;
    color: #4b5460;
}

.PtCharge .QuickCharge .box-buyprocess .tx-buyprocess::before {
    -webkit-transform: translateX(-14px);
    transform: translateX(-14px);
}

.PtCharge .QuickCharge .box-buyprocess .tx-buyprocess::after {
    -webkit-transform: translateX(14px);
    transform: translateX(14px);
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.PtCharge .QuickCharge .box-complete {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 16px 10px;
    color: #4b5460;
}

.PtCharge .QuickCharge .box-complete a {
    color: #4b5460;
}

.PtCharge .QuickCharge .box-complete .tx-thanks {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: bold;
}

.PtCharge .QuickCharge .box-complete .tx-point {
    padding-top: 4px;
}

.PtCharge .QuickCharge .box-complete .tx-point p {
    text-align: right;
    margin-top: 8px;
    padding-bottom: 4px;
    border-bottom: 1px solid #eaeaea;
    font-size: 1rem;
    line-height: 1.5;
}

.PtCharge .QuickCharge .box-complete .tx-point p > span:first-child {
    display: block;
    text-align: left;
    line-height: 1;
}

.PtCharge .QuickCharge .box-complete .tx-point p .tx-point-data {
    font-weight: bold;
    font-size: 1.2rem;
    margin-left: 4px;
}

.PtCharge .QuickCharge .box-complete .tx-repurchase {
    display: block;
    margin-top: 20px;
    padding: 5px 0 6px;
    font-size: 1.1rem;
    line-height: 1;
    border: 1px solid #cdcdcd;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
}

.PtCharge .QuickCharge .box-complete .tx-repurchase:hover {
    opacity: .8;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.ChatPrice {
    padding-top: 24px;
}

.ChatPrice__dl {
    margin-top: 8px;
    padding: 16px 10px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    color: #4b5460;
}

.ChatPrice__dt {
    text-align: left;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 1px;
}

.ChatPrice__dt:not(:first-child) {
    margin-top: 8px;
}

.ChatPrice__dd {
    text-align: right;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: bold;
}

.ChatPrice__dd:not(:last-child) {
    padding-bottom: 8px;
    border-bottom: 1px solid #eaeaea;
}

.ChatPrice .LcLnav__anchor {
    margin-top: 8px;
}

.PageLc.-chat .ChatPrice__dl {
    border-color: #ed626f;
}

.PageLc.-chat .ChatPrice__dt {
    color: #ed626f;
}

.PageLc.-adult .ChatPrice__dl {
    border-color: #E86197;
}

.PageLc.-adult .ChatPrice__dt {
    color: #E86197;
}

.PageLc.-madam .ChatPrice__dl {
    border-color: #A1539B;
}

.PageLc.-madam .ChatPrice__dt {
    color: #A1539B;
}

.PageLc.-nonadult .ChatPrice__dl {
    border-color: #6BB049;
}

.PageLc.-nonadult .ChatPrice__dt {
    color: #6BB049;
}

.PageLc.-virtual .ChatPrice__dl,
.PageLc.-virtual_2d .ChatPrice__dl {
    border-color: #169BF4;
}

.PageLc.-virtual .ChatPrice__dt,
.PageLc.-virtual_2d .ChatPrice__dt {
    color: #169BF4;
}

.CharacterNav ~ .CharacterNav {
    padding-top: 24px;
}

.CharacterNav__navCharacterList {
    margin-top: 15px;
}

.CharacterNav .NavCharacterList {
    width: calc(100% + 40px);
    padding: 1px 20px 0 0;
    margin-left: -20px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 420px;
    scrollbar-width: none;
}

.CharacterNav .NavCharacterList::-webkit-scrollbar {
    width: 0;
}

.CharacterNav .NavCharacterItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    -webkit-animation: NavCharacterPop .3s ease-in-out forwards;
    animation: NavCharacterPop .3s ease-in-out forwards;
}

.CharacterNav .NavCharacterItem > a {
    display: block;
    width: 188px;
    overflow: hidden;
}

.CharacterNav .NavCharacterItem > a:hover {
    opacity: 0.8;
}

.CharacterNav .NavCharacterItem:not(:first-child) {
    margin-top: 20px;
}

.CharacterNav .NavCharacterItem__tmb {
    float: left;
    position: relative;
    width: 80px;
    height: 60px;
    overflow: hidden;
    border-radius: 8px;
}

.CharacterNav .NavCharacterItem__tmb img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}

.CharacterNav .NavCharacterItem__tmb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    z-index: 1;
}

.CharacterNav .NavCharacterItem__name {
    margin-left: 88px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #4b5460;
    line-height: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.CharacterNav .NavCharacterItem__floor {
    margin: 2px 0 0 88px;
    font-size: 1.1rem;
    line-height: 1;
}

.CharacterNav .NavCharacterItem__status {
    position: relative;
    margin: 4px 0 0 88px;
    padding: 4px 0;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    width: 80px;
    text-align: center;
    border-radius: 4px;
}

.CharacterNav .NavCharacterItem__status.-waiting {
    color: #fff;
    background-color: #EA7277;
}

.CharacterNav .NavCharacterItem__status.-party {
    color: #fff;
    background-color: #EF9836;
}

.CharacterNav .NavCharacterItem__status.-twoshot {
    color: #EC7F00;
    background-color: #FCEEDE;
}

.CharacterNav .NavCharacterItem__status.-offline {
    color: #888;
    background-color: #eaeaea;
}

.CharacterNav .NavCharacterItem__removeBtn {
    position: relative;
    margin-right: -32px;
    width: 32px;
    opacity: 1;
    -webkit-transition: .2s;
    transition: .2s;
}

.CharacterNav .NavCharacterItem__removeBtn:hover {
    background-color: #4b5460;
    margin-right: -20px;
}

.CharacterNav .NavCharacterItem__removeBtn::before, .CharacterNav .NavCharacterItem__removeBtn::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
    margin: auto 0;
    content: '';
    width: 1px;
    height: 9px;
    background-color: #888;
    -webkit-transition: .2s;
    transition: .2s;
}

.CharacterNav .NavCharacterItem__removeBtn::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.CharacterNav .NavCharacterItem__removeBtn::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.CharacterNav .NavCharacterItem__removeBtn:hover::before, .CharacterNav .NavCharacterItem__removeBtn:hover::after {
    left: 16px;
    background-color: #fff;
}

.CharacterNav .NavCharacterItem.-adult .NavCharacterItem__floor {
    color: #E86197;
}

.CharacterNav .NavCharacterItem.-adult > a:hover .NavCharacterItem__tmb::before {
    border-color: #E86197;
}

.CharacterNav .NavCharacterItem.-madam .NavCharacterItem__floor {
    color: #A1539B;
}

.CharacterNav .NavCharacterItem.-madam > a:hover .NavCharacterItem__tmb::before {
    border-color: #A1539B;
}

.CharacterNav .NavCharacterItem.-nonadult .NavCharacterItem__floor {
    color: #6BB049;
}

.CharacterNav .NavCharacterItem.-nonadult > a:hover .NavCharacterItem__tmb::before {
    border-color: #6BB049;
}

.CharacterNav .NavCharacterItem.-virtual .NavCharacterItem__floor,
.CharacterNav .NavCharacterItem.-virtual_2d .NavCharacterItem__floor {
    color: #169BF4;
}

.CharacterNav .NavCharacterItem.-virtual > a:hover .NavCharacterItem__tmb::before,
.CharacterNav .NavCharacterItem.-virtual_2d > a:hover .NavCharacterItem__tmb::before {
    border-color: #169BF4;
}

.CharacterNav__txt {
    margin-top: 12px;
    color: #4b5460;
    font-size: 1.2rem;
    line-height: 2rem;
}

.CharacterNav__txt .PinIcon {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 2px;
    top: 2px;
}

.CharacterNav .LcLnav__anchor {
    margin-top: 20px;
}

.InfoArea__newsList {
    margin-top: 6px;
}

.InfoArea .NewsItem a {
    display: block;
    padding: 10px 0 8px;
    color: #4b5460;
}

.InfoArea .NewsItem a:hover {
    opacity: .8;
}

.InfoArea .NewsItem__date {
    font-size: 1.1rem;
    line-height: 1;
}

.InfoArea .NewsItem__ttl {
    margin-top: 4px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
}

.InfoArea .LcLnav__anchor {
    margin-top: 10px;
}

.LcLnav__anchor + .InfoArea__bnr {
    margin-top: 24px;
}

.InfoArea__bnr {
    display: block;
    margin-top: 12px;
}

.InfoArea__bnr:hover {
    opacity: .8;
}

.InfoArea__bnr img {
    width: 100%;
}

.InfoArea__bnr.-rental {
    margin-top: 16px;
    padding-top: 16px;
    border-top: solid 1px #d9d9d9;
}

/******** メインコンテンツ ********/
.LcMain {
    padding: 24px 24px 64px;
    width: 100%;
}
.LcLnav__outerWrap + .LcMain {
    margin-left: 228px;
    width: calc(100% - 228px);
    min-height: 100vh;
}

/******** 共通アナウンス ********/
#w .d-announcement {
    margin: 0 0 20px;
    text-align: left;
    line-height: 1.5;
}

#w .d-announcement dl {
    padding: 6px 12px 12px;
    border: 3px #E1E1E1 solid;
}

#w .d-announcement dt {
    display: table;
    margin-bottom: 6px;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3','HiraginoSans-W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#w .d-announcement dt .mark {
    display: table-cell;
    height: 23px;
    vertical-align: middle;
    font-weight: bold;
    padding-right: 12px;
    border-right: 1px #bbb solid;
    color: #c00;
    font-size: 14px;
    white-space: nowrap;
}

#w .d-announcement dt .ttl {
    display: table-cell;
    height: 23px;
    vertical-align: middle;
    font-weight: bold;
    padding-left: 12px;
    font-size: 14px;
}

#w .d-announcement dd {
    color: #666;
    font-size: 12px;
}

#w .d-announcement dd a {
    color: #005fc0;
    text-decoration: none;
    cursor: pointer;
}

#w .d-announcement dd a:hover {
    color: #e20;
    text-decoration: underline;
}

/******** 共通アナウンス ********/
#announcement-bars ul:has(*) {
    margin-bottom: 20px
}

/******** キーフレーム ********/
@-webkit-keyframes PointRoading {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .2;
    }
    100% {
        opacity: 1;
    }
}

@keyframes PointRoading {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .2;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes RenameBounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    10% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    30% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes RenameBounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    10% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    30% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes NavCharacterPop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes NavCharacterPop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/* ===================

新デザインのスタイルここまで

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

/* ================================================== [ メディアクエリ ] */
@media screen and (min-width: 1245px) {
    #lc-nav .inner,
    #page-lc .lc-contents {
        width: 1165px !important;
    }
    #page-lc #main-wrap,
    #page-lc #main-wrap [id^="online-nav"] {
        width: 883px !important;
    }
    #page-lc .listgroup.size-l .listbox {
        width: 219.5px !important;
    }
    #page-lc .d-area .box-sort .tx-link {
        margin: 14px 0 !important;
    }
    .tx-link-small {
        display: inline !important;
    }
}

@media screen and (min-width: 1392px) {
    #lc-nav .inner,
    #page-lc .lc-contents {
        width: 1312px !important;
    }
    #page-lc #main-wrap,
    #page-lc #main-wrap [id^="online-nav"] {
        width: 1030px !important;
    }
    #page-lc .listgroup.size-l .listbox {
        width: 204.8px !important;
    }
}

@media screen and (min-width: 1539px) {
    #lc-nav .inner,
    #page-lc .lc-contents {
        width: 1459px !important;
    }
    #page-lc #main-wrap,
    #page-lc #main-wrap [id^="online-nav"] {
        width: 1177px !important;
    }
    #page-lc .listgroup.size-l .listbox {
        width: 195px !important;
    }
}

@media screen and (min-width: 1686px) {
    #lc-nav .inner,
    #page-lc .lc-contents {
        width: 1606px !important;
    }
    #page-lc #main-wrap,
    #page-lc #main-wrap [id^="online-nav"] {
        width: 1324px !important;
    }
    #page-lc .listgroup.size-l .listbox {
        width: 188px !important;
    }
}

@media screen and (min-width: 1833px) {
    #lc-nav .inner,
    #page-lc .lc-contents {
        width: 1753px !important;
    }
    #page-lc #main-wrap,
    #page-lc #main-wrap [id^="online-nav"] {
        width: 1471px !important;
    }
    #page-lc .listgroup.size-l .listbox {
        width: 209px !important;
    }
}

/* ================================================== [ ナビゲーション ] */
img:not(#w img) {
    vertical-align: baseline;
}

#header {
    margin-bottom: 0;
}

#lc-nav {
    position: relative;
    clear: both;
    margin: 0;
    background: #4b5460;
    -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.2);
    -webkit-font-smoothing: subpixel-antialiased;
    z-index: 10;
}

#lc-nav .inner {
    width: 1016px;
    height: 40px;
    margin: 0 auto;
}

#lc-nav .nav-group {
    height: 56px;
    overflow: hidden;
}

#lc-nav li a {
    color: #fff;
}

#lc-nav li a:hover {
    text-decoration: none;
}

/* ===== .lc-main-nav */
#lc-nav .lc-main-nav {
    float: left;
}

#lc-nav .lc-main-nav li {
    position: relative;
    float: left;
    height: 40px;
    line-height: 40px;
    border-right: 1px solid #414a53;
    -webkit-box-shadow: 1px 0 0 #575C66;
    box-shadow: 1px 0 0 #575C66;
    text-shadow: 0px 1px 1px #414a53;
    font-size: 14px;
    text-align: center;
}

#lc-nav .lc-main-nav li.virtual.on,
#lc-nav .lc-main-nav li.virtual:hover,
#lc-nav .lc-main-nav li.virtual_2d.on,
#lc-nav .lc-main-nav li.virtual_2d:hover {
    background-color: #18a0fb;
}

#lc-nav .lc-main-nav li:hover,
#lc-nav .lc-main-nav li.on {
    text-shadow: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#lc-nav .lc-main-nav li.top.on,
#lc-nav .lc-main-nav li.movie.on,
#lc-nav .lc-main-nav li.top:hover,
#lc-nav .lc-main-nav li.movie:hover {
    background-color: #ed626f;
}

#lc-nav .lc-main-nav li.adult.on,
#lc-nav .lc-main-nav li.adult:hover {
    background-color: #e36e9d;
}

#lc-nav .lc-main-nav li.madam.on,
#lc-nav .lc-main-nav li.madam:hover {
    background-color: #bd55a1;
}

#lc-nav .lc-main-nav li.nonadult.on,
#lc-nav .lc-main-nav li.nonadult:hover {
    background-color: #6bb049;
}

#lc-nav .lc-main-nav li.virtual.on,
#lc-nav .lc-main-nav li.virtual:hover,
#lc-nav .lc-main-nav li.virtual_2d.on,
#lc-nav .lc-main-nav li.virtual_2d:hover {
    background-color: #18a0fb;
}

#lc-nav .lc-main-nav li.on:after {
    position: absolute;
    bottom: -5px;
    left: 47%;
    border: 1px solid transparent;
    border-width: 5px 5px 0;
    content: "";
}

#lc-nav .lc-main-nav li.top.on:after,
#lc-nav .lc-main-nav li.movie.on:after {
    border-top-color: #ed626f;
}

#lc-nav .lc-main-nav li.adult.on:after {
    border-top-color: #e36e9d;
}

#lc-nav .lc-main-nav li.madam.on:after {
    border-top-color: #bd55a1;
}

#lc-nav .lc-main-nav li.nonadult.on:after {
    border-top-color: #6bb049;
}

#lc-nav .lc-main-nav li.virtual.on:after,
#lc-nav .lc-main-nav li.virtual_2d.on:after {
    border-top-color: #18A0FB;
}

#lc-nav .lc-main-nav li a {
    display: block;
    min-width: 146px;
}

@media screen and (max-width: 1245px) {
    #lc-nav .lc-main-nav li a {
        min-width: 140px;
    }
}

#lc-nav .lc-main-nav li.on a:hover {
    color: #fff;
}

#lc-nav .lc-main-nav li a span {
    display: inline-block;
}

#lc-nav .lc-main-nav li.on a span,
#lc-nav .lc-main-nav li.on + li a span {
    border: none;
}

#lc-nav .lc-main-nav li.top a span:before {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background: url(https://p.dmm.co.jp/p/livechat/icon_lcnav.png) -1px -1px;
    content: "";
}

#lc-nav .lc-main-nav li.top.on a span:before {
    background-position: -1px -21px;
}

/* ===== .lc-main-nav eventIco */
#lc-nav .lc-main-nav li a .ico-navEvent {
    position: absolute;
    display: none;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -9px;
    z-index: 2;
    width: 130px;
    border-radius: 2px;
    background: #ffea76;
    font-size: 10px;
    height: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #dc0a32;
    text-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}

_::-webkit-full-page-media, _:future, :root #lc-nav .lc-main-nav li a .ico-navEvent span {
    padding-top: 1px;
}

#lc-nav .lc-main-nav li a .ico-navEvent:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 3px 4px;
    border-color: transparent transparent #ffea76 transparent;
}

#lc-nav .lc-main-nav li a .ico-navEvent span {
    position: relative;
    padding-left: 13px;
}

#lc-nav .lc-main-nav li a .ico-navEvent span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 12px;
    height: 12px;
    background: url(https://p.dmm.co.jp/p/livechat/icon_lcnav_event.gif) 0 0 no-repeat;
    background-size: 24px 60px;
}

#lc-nav .lc-main-nav li a .ico-navEvent.ico-navEvent--cg span:before {
    background-position: -12px 0;
}

#lc-nav .lc-main-nav li a .ico-navEvent span.is-hide {
    opacity: .6;
}

/*adult*/
#lc-nav .lc-main-nav li.adult a .ico-navEvent {
    color: #e86398;
}

#lc-nav .lc-main-nav li.adult a .ico-navEvent span:before {
    background-position: 0 -12px;
}

#lc-nav .lc-main-nav li.adult a .ico-navEvent.ico-navEvent--cg span:before {
    background-position: -12px -12px;
}

/*madam*/
#lc-nav .lc-main-nav li.madam a .ico-navEvent {
    color: #a1539b;
}

#lc-nav .lc-main-nav li.madam a .ico-navEvent span:before {
    background-position: 0 -24px;
}

#lc-nav .lc-main-nav li.madam a .ico-navEvent.ico-navEvent--cg span:before {
    background-position: -12px -24px;
}

/*nonadult*/
#lc-nav .lc-main-nav li.nonadult a .ico-navEvent {
    color: #66a845;
}

#lc-nav .lc-main-nav li.nonadult a .ico-navEvent span:before {
    background-position: 0 -36px;
}

#lc-nav .lc-main-nav li.nonadult a .ico-navEvent.ico-navEvent--cg span:before {
    background-position: -12px -36px;
}

/*virtual*/
#lc-nav .lc-main-nav li.virtual a .ico-navEvent,
#lc-nav .lc-main-nav li.virtual_2d a .ico-navEvent {
    color: #0092f4;
}

#lc-nav .lc-main-nav li.virtual a .ico-navEvent span:before,
#lc-nav .lc-main-nav li.virtual_2d a .ico-navEvent span:before {
    background-position: 0 -48px;
}

#lc-nav .lc-main-nav li.virtual a .ico-navEvent.ico-navEvent--cg span:before,
#lc-nav .lc-main-nav li.virtual_2d a .ico-navEvent.ico-navEvent--cg span:before {
    background-position: -12px -48px;
}

/*全フロア開催*/
#lc-nav .lc-main-nav li.madam a .ico-navEvent.ico-navEvent--all {
    width: 428px;
    margin-left: -140px;
    z-index: 1;
    letter-spacing: .2em;
}

#lc-nav .lc-main-nav li.adult a .ico-navEvent.ico-navEvent--all,
#lc-nav .lc-main-nav li.nonadult a .ico-navEvent.ico-navEvent--all {
    background: transparent;
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px 0px transparent;
}

#lc-nav .lc-main-nav li.adult a .ico-navEvent.ico-navEvent--all span,
#lc-nav .lc-main-nav li.nonadult a .ico-navEvent.ico-navEvent--all span {
    opacity: 0;
}

#lc-nav .lc-main-nav li a .ico-navEvent.ico-navEvent--all {
    color: #ea4251;
}

#lc-nav .lc-main-nav li a .ico-navEvent.ico-navEvent--all span:before {
    background-position: 0 0;
}

#lc-nav .lc-main-nav li a .ico-navEvent.ico-navEvent--all.ico-navEvent--cg span:before {
    background-position: -12px 0;
}

/* ===== .ico-new */
#lc-nav .lc-main-nav li a .ico-new {
    border-radius: 30px;
    background-color: #eb9526;
    margin-right: 4px;
    padding: 8px 6px;
    color: #fff;
    font-size: 10px;
    line-height: 0;
    text-shadow: none;
}

/* ===== .lc-sub-nav */
#lc-nav .lc-sub-nav {
    float: right;
}

#lc-nav .lc-sub-nav li {
    position: relative;
    float: left;
    line-height: 40px;
    margin-left: 16px;
    padding-bottom: 6px;
}

#lc-nav .lc-sub-nav li a {
    display: block;
}

#lc-nav .lc-sub-nav li a span:after {
    position: absolute;
    top: 11px;
    left: -22px;
    width: 18px;
    height: 18px;
    background: url(https://p.dmm.co.jp/p/livechat/icon_lcnav.png) -20px -1px;
    content: "";
}

/* ================================================== [ 全体 ] */
/* ========================= [  .floor- ] */
#lc-nav + #w {
    padding-top: 15px;
}

#lc-nav ~ #w #page-lc {
    margin-top: -15px;
    position: static;
}

#page-lc.floor-chat,
#page-lc.floor-movie,
#page-lc.floor-adult,
#page-lc.floor-madam,
#page-lc.floor-nonadult,
#page-lc.floor-virtual,
#page-lc.floor-virtual_2d {
    position: relative;
    overflow: hidden;
    margin: -12px 0 0;
    padding-bottom: 60px;
    z-index: 1;
}

#page-lc.floor-virtual,
#page-lc.floor-virtual_2d {
    background: #e3e3e3 url(https://p.dmm.co.jp/p/livechat/virtual/bg_page.png) left top;
}

#page-lc.floor-chat,
#page-lc.floor-movie {
    background: #e3e3e3 url(https://p.dmm.co.jp/p/livechat/top/bg_page.jpg) left top;
}

#page-lc.floor-adult {
    background: #e3e3e3 url(https://p.dmm.co.jp/p/livechat/adult/bg_page.jpg) left top;
}

#page-lc.floor-madam {
    background: #e3e3e3 url(https://p.dmm.co.jp/p/livechat/madam/bg_page.jpg) left top;
}

#page-lc.floor-nonadult {
    background: #e3e3e3 url(https://p.dmm.co.jp/p/livechat/nonadult/bg_page.jpg) left top;
}

#page-lc.floor-virtual,
#page-lc.floor-virtual_2d {
    background: #e3e3e3 url(https://p.dmm.co.jp/p/livechat/virtual/bg_page.jpg) left top;
}

#page-lc.floor-chat:after,
#page-lc.floor-movie:after,
#page-lc.floor-adult:after,
#page-lc.floor-madam:after,
#page-lc.floor-nonadult:after,
#page-lc.floor-virtual:after,
#page-lc.floor-virtual_2d:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    min-width: 1016px;
    max-height: 1000px;
    content: "";
}

#page-lc.floor-chat:after,
#page-lc.floor-movie:after {
    background: url(https://p.dmm.co.jp/p/livechat/top/bg_cover.png) center top repeat-x;
}

#page-lc.floor-adult:after {
    background: url(https://p.dmm.co.jp/p/livechat/adult/bg_cover.png) center top repeat-x;
}

#page-lc.floor-madam:after {
    background: url(https://p.dmm.co.jp/p/livechat/madam/bg_cover.png) center top repeat-x;
}

/* ========================= [  .lc-contents ] */
/* リセット */
.lc-contents {
    line-height: 1.5;
}

.lc-contents * {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lc-contents h1, .d-rst h2, .d-rst h3, .d-rst h4 {
    font-weight: normal;
}

.lc-contents h1 {
    font-size: 16px;
}

.lc-contents h2 {
    font-size: 14px;
}

.lc-contents h3 {
    font-size: 12px;
}

/* コンテンツ */
#page-lc .lc-contents {
    width: 1016px;
    margin: 0 auto;
    padding-bottom: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 6px 6px;
    background-color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
}

#page-lc .lc-contents:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

#page-lc .lc-scarehead + .lc-contents {
    padding-top: 20px;
}

#page-lc .lc-contents > .contents-inner {
    overflow: hidden;
    padding: 20px 20px 0;
}

/* ================================================== [ 左ナビ ] */
#lnav-lc {
    float: left;
    width: 220px;
    text-align: left;
}

#lnav-lc a {
    text-decoration: none;
}

#lnav-lc > [class^="lnav-"] {
    margin-bottom: 20px;
}

/* ========================= [ 新デザイン切り替えリンク ] */
#lnav-lc .lnav-newuibtn a {
    position: relative;
    display: block;
    padding: 8px 0;
    width: 100%;
    text-align: center;
    background-color: #E8ECF2;
    color: #4B5460;
    font-size: 12px;
    line-height: 1;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    cursor: pointer;
}

#lnav-lc .lnav-newuibtn a:hover {
    opacity: .8;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

#lnav-lc .lnav-newuibtn a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto 0;
    width: 5px;
    height: 5px;
    background-color: transparent;
    -webkit-box-shadow: 1px -1px #4B5460;
    box-shadow: 1px -1px #4B5460;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ========================= [ 簡易ガイドリンク ] */
#lnav-lc .lnav-firstguide {
    border-radius: 3px 3px 0 0;
}

#lnav-lc .lnav-firstguide img {
    border-radius: 3px;
}

.floor-chat #lnav-lc .lnav-firstguide img {
    border-radius: 3px 3px 0 0;
}

#lnav-lc .lnav-firstguide p.close {
    display: block;
    line-height: 2.4em;
    padding: 0 6px;
    border-radius: 0 0 3px 3px;
    background-color: #da3c78;
    color: #fff;
    font-size: 11px;
    text-align: right;
}

#lnav-lc .lnav-firstguide p.close span {
    position: relative;
    cursor: pointer;
}

#lnav-lc .lnav-firstguide p.close span:hover {
    opacity: 0.8;
}

#lnav-lc .lnav-firstguide p.close span:after {
    display: block;
    position: absolute;
    top: -6px;
    left: -12px;
    content: "\00d7";
}

/* ========================= [ 左ナビ_新人還元キャンペーン ] */
#lnav-lc .lnav-reduction {
    margin-bottom: 12px;
}

#lnav-lc .lnav-reduction a {
    display: block;
}

/* ========================= [ 左ナビ 上バナー枠 ] */
#lnav-lc .lnav-stampCollection,
#lnav-lc .lnav-chatplus,
#lnav-lc .lnav-reduction,
#lnav-lc .lnav-firstguide,
#lnav-lc .lnav-dmm-card,
#lnav-lc .lnav-freept {
    margin-bottom: 8px;
}

#lnav-lc .lnav-stampCollection + .lnav-main,
#lnav-lc .lnav-chatplus + .lnav-main,
#lnav-lc .lnav-reduction + .lnav-main,
#lnav-lc .lnav-firstguide + .lnav-main,
#lnav-lc .lnav-dmm-card + .lnav-main,
#lnav-lc .lnav-freept + .lnav-main {
    margin-top: 12px;
}

#lnav-lc .lnav-dmm-card img {
    border-radius: 3px;
}

/* ========================= [ 左ナビ_メインコンテンツ ] */
#lnav-lc .lnav-main a {
    color: #e8ebf0;
}

#lnav-lc .lnav-main p[class^="bt-"] > a, #lnav-lc .lnav-main p[class^="bt-"] > span {
    display: block;
    line-height: 30px;
    padding: 0 10px 0 6px;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
}

#lnav-lc .lnav-main [class^="bt-"] > a:hover, #lnav-lc .lnav-main [class^="bt-"] > span:hover {
    position: relative;
    top: 1px;
}

/* ===== プロフィールページ */
#lnav-lc .lnav-main .box-profile {
    border-radius: 3px;
    background-color: #5a6270;
}

#lnav-lc .lnav-main.member .box-profile {
    margin-bottom: 1px;
    padding: 12px 8px;
}

#lnav-lc .lnav-main.guest .box-profile {
    padding: 10px 10px 0 10px;
    border-radius: 3px 3px 0 0;
}

#lnav-lc .lnav-main .box-profile .bt-login a:before {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    background: url(https://p.dmm.co.jp/p/livechat/icon_lnav_plus.png) -1px -56px;
    vertical-align: middle;
    content: "";
}

#lnav-lc .lnav-main .box-profile .bt-login a {
    -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.3);
    background: #ebebeb url(https://p.dmm.co.jp/p/livechat/bg_lnav_btn.gif) left -70px;
    color: #3f3b2d;
}

#lnav-lc .lnav-main .box-profile .bt-login a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ebebeb url(https://p.dmm.co.jp/p/livechat/bg_lnav_btn.gif) left -100px;
}

#lnav-lc .lnav-main .box-profile .wrap-handlename {
    position: relative;
    line-height: 1.5em;
    margin: 0 6px 12px 6px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #999ea6;
    color: #d0d0d0;
    font-size: 12px;
}

#lnav-lc .lnav-main .box-profile .handlename,
#lnav-lc .lnav-main .box-profile .btn-handlename-setting {
    display: inline-block;
}

#lnav-lc .lnav-main .box-profile .btn-handlename-setting {
    position: absolute;
    top: -1px;
    right: 0;
    border-radius: 4px;
    background: #fff;
}

#lnav-lc .lnav-main .box-profile .btn-handlename-setting:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #fff transparent transparent;
    top: 0;
    bottom: 0;
    left: -5px;
    margin: auto 0;
}

#lnav-lc .lnav-main .box-profile .btn-handlename-setting a {
    display: block;
    padding: 2px 5px;
    font-weight: bold;
    font-size: 10px;
    color: #0ca2f0;
    text-decoration: underline;
}

#lnav-lc .lnav-main .box-profile .btn-handlename-setting a:hover {
    text-decoration: none;
}

#lnav-lc .lnav-main .box-profile .handlename a {
    display: inline-block;
    margin-right: 2px;
    font-size: 16px;
    color: #fff;
}

#lnav-lc .lnav-main .box-profile li a {
    display: block;
    position: relative;
    line-height: 30px;
    padding-left: 38px;
    font-size: 13px;
}

#lnav-lc .lnav-main .box-profile li a:hover {
    border-radius: 3px;
    background-color: #4a545f;
}

#lnav-lc .lnav-main .box-profile li a:after {
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    float: left;
    width: 20px;
    height: 20px;
    border: 0 solid #B7B7B7;
    background: url(https://p.dmm.co.jp/p/livechat/icon_lnav_plus.png) no-repeat;
    content: '';
}

#lnav-lc .lnav-main .box-profile li:first-child a:after {
    background-position: -1px -35px;
}

#lnav-lc .lnav-main .box-profile li + li a:after {
    background-position: -22px -35px;
}

#lnav-lc .lnav-main .box-profile li + li + li a:after {
    background-position: -43px -35px;
}

#lnav-lc .lnav-main .box-profile li + li + li + li a:after {
    background-position: -64px -35px;
}

#lnav-lc .lnav-main .box-profile li .number {
    display: inline-block;
    line-height: 1.8em;
    vertical-align: middle;
    margin: -2px 0 0 6px;
    padding: 0 8px;
    border-radius: 12px;
    background-color: #db0318;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
}

/* ===== ポイント購入 */
/* ポイント購入導線 */
#lnav-lc .lnav-main.member .box-point {
    padding: 10px;
    border-radius: 3px 3px 0 0;
    background-color: #5a6270;
}

#lnav-lc .lnav-main.guest .box-point {
    margin: 0;
    padding: 10px;
    border-radius: 0;
    background-color: #5a6270;
}

#lnav-lc .lnav-main .box-point .bt-pointbuy a:before {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    background: url(https://p.dmm.co.jp/p/livechat/icon_lnav_plus.png) -22px -56px;
    vertical-align: middle;
    content: "";
}

#lnav-lc .lnav-main .box-point .bt-pointbuy a {
    -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.3);
    background: #f8d02e url(https://p.dmm.co.jp/p/livechat/bg_lnav_btn.gif) left top;
    color: #1b1a15;
}

#lnav-lc .lnav-main .box-point .bt-pointbuy a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f8d02e url(https://p.dmm.co.jp/p/livechat/bg_lnav_btn.gif) left -30px;
}

/* ===== ポイント確認・消費ポイント */
#lnav-lc .lnav-main .box-ptconfirm {
    padding: 10px;
    border-radius: 0 0 3px 3px;
    background-color: #4a545f;
}

#lnav-lc .lnav-main.guest .box-ptconfirm {
    padding: 0 10px 10px 10px;
    border-radius: 0 0 3px 3px;
    background-color: #5a6270;
}

/* ポイント確認 */
#lnav-lc .lnav-main .box-sidepoint {
    font-size: 11px;
}

#lnav-lc .lnav-main .box-sidepoint div, #lnav-lc .lnav-main .box-sidepoint p, #lnav-lc .lnav-main .box-sidepoint span, #lnav-lc .lnav-main .box-sidepoint a, #lnav-lc .lnav-main .box-sidepoint ul, #lnav-lc .lnav-main .box-sidepoint ol, #lnav-lc .lnav-main .box-sidepoint li {
    margin: 0;
    padding: 0;
}

#lnav-lc .lnav-main .box-sidepoint li {
    display: block;
    list-style: none;
}

#lnav-lc .lnav-main .box-sidepoint .is-hidden {
    display: none !important;
}

#lnav-lc .lnav-main .box-sidepoint hr {
    border: none;
    border-top: #a7a7a7 1px dotted;
}

#lnav-lc .lnav-main .box-sidepoint .sidepoint-inner {
    padding: 1px 8px 6px;
    border-radius: 3px;
    background: #f5f7f9;
    color: #666;
    overflow: hidden;
}

#lnav-lc .lnav-main .box-sidepoint .sidepoint-inner a {
    color: #078ed5;
}

#lnav-lc .lnav-main .box-sidepoint .sidepoint-inner a:hover {
    color: #ff355f;
}

#lnav-lc .lnav-main .box-sidepoint .sidepoint-main,
#lnav-lc .lnav-main .box-sidepoint .sidepoint-sub,
#lnav-lc .lnav-main .box-sidepoint .sidepoint-link {
    margin-top: 5px;
}

#lnav-lc .lnav-main .box-sidepoint .sidepoint-main {
    font-weight: bold;
}

#lnav-lc .lnav-main .box-sidepoint .sidepoint-main:after {
    display: block;
    clear: both;
    content: "";
}

#lnav-lc .lnav-main .box-sidepoint .sidepoint-main p:first-child {
    float: left;
}

#lnav-lc .lnav-main .box-sidepoint .sidepoint-main p:first-child span {
    display: block;
    margin-left: -.7em;
    margin-bottom: -.2em;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

#lnav-lc .lnav-main .box-sidepoint .sidepoint-main .sidepoint-data {
    padding-top: .5em;
    font-weight: normal;
    text-align: right;
}

#lnav-lc .lnav-main .box-sidepoint .sidepoint-main .sidepoint-data a {
    font-size: 12px;
}

#lnav-lc .lnav-main .box-sidepoint .sidepoint-main .sidepoint-data .sidepoint-load {
    display: inline-block;
    position: relative;
    padding-left: 2.2em;
    color: #666;
    font-size: 12px;
    font-weight: normal;
}

#lnav-lc .lnav-main .box-sidepoint .sidepoint-main .sidepoint-data .sidepoint-load:before {
    display: block;
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    margin-top: -.3em;
    background: url(https://p.dmm.co.jp/p/common/ico/loading.gif) no-repeat;
    content: "";
}

#lnav-lc .lnav-main .box-sidepoint .sidepoint-main .sidepoint-data .sidepoint-total {
    display: inline-block;
}

#lnav-lc .lnav-main .box-sidepoint .sidepoint-main .sidepoint-data .sidepoint-total span {
    margin-right: .1em;
    color: #c00;
    font-size: 14px;
    font-weight: bold;
}

#lnav-lc .lnav-main .box-sidepoint .sidepoint-sub .sidepoint-sub-inner {
    padding: .2em 10px;
    border-radius: 3px 3px 0 0;
    background-color: #e0e6ec;
    font-size: 10px;
}

#lnav-lc .lnav-main .box-sidepoint .sidepoint-sub ul {
    display: block;
    width: 100%;
}

#lnav-lc .lnav-main .box-sidepoint .sidepoint-sub li {
    display: block;
}

#lnav-lc .lnav-main .box-sidepoint .sidepoint-sub li p {
    display: block;
    padding: .6em 0 0;
    vertical-align: middle;
}

#lnav-lc .lnav-main .box-sidepoint .sidepoint-sub li + li {
    border-top: #cdd1d7 1px solid;
}

#lnav-lc .lnav-main .box-sidepoint .sidepoint-sub .sidepoint-data {
    padding: 0 0 .4em;
    min-width: 6.2em;
    text-align: right;
}

#lnav-lc .lnav-main .box-sidepoint .sidepoint-sub .sidepoint-data span {
    margin-right: .1em;
    font-size: 11px;
    font-weight: bold;
}

#lnav-lc .lnav-main .box-sidepoint .sidepoint-sub .sidepoint-sub-anchor {
    text-align: right;
}

#lnav-lc .lnav-main .box-sidepoint .sidepoint-sub .sidepoint-sub-anchor a {
    display: inline-block;
    margin-top: -6px;
}

#lnav-lc .lnav-main .box-sidepoint .sidepoint-sub .sidepoint-sub-anchor a:after {
    padding-right: 1.2em;
    background: url(https://p.dmm.co.jp/p/common/ico/arrow_opcl.gif) no-repeat right 1px;
    white-space: nowrap;
    content: "内訳を見る";
}

#lnav-lc .lnav-main .box-sidepoint .sidepoint-sub .sidepoint-sub-anchor.is-active a {
    margin-top: .3em;
}

#lnav-lc .lnav-main .box-sidepoint .sidepoint-sub .sidepoint-sub-anchor.is-active a:after {
    background-position: right -89px;
    content: "内訳を閉じる";
}

#lnav-lc .lnav-main .box-sidepoint .sidepoint-sub + .sidepoint-link {
    margin-top: 0;
    padding: 0 10px;
    border-radius: 0 0 3px 3px;
    background-color: #e0e6ec;
}

#lnav-lc .lnav-main .box-sidepoint .sidepoint-sub + .sidepoint-link p {
    padding: .6em 0;
    border-top: #cdd1d7 1px solid;
    font-size: 10px;
}

#lnav-lc .lnav-main .box-sidepoint > .sidepoint-link > p a {
    padding-left: 7px;
    background: url(https://p.dmm.co.jp/p/common/marker.gif) no-repeat 0.1em 0.5em;
}

#lnav-lc .lnav-main .box-sidepoint .sidepoint-btn p {
    display: inline-block;
    position: relative;
    float: right;
    line-height: 1.2em;
    margin-top: 6px;
    padding: 3px 5px 3px 20px;
    border-radius: 3px;
    color: #fff;
    background-color: #4a545f;
    cursor: pointer;
}

#lnav-lc .lnav-main .box-sidepoint .sidepoint-btn p:hover {
    opacity: .7;
}

#lnav-lc .lnav-main .box-sidepoint .sidepoint-btn p:before {
    display: block;
    position: absolute;
    left: 4px;
    top: 2px;
    line-height: 1.2em;
    width: 13px;
    height: 15px;
    background: url(https://p.dmm.co.jp/p/livechat/icon_lnav_plus.png) -29px -77px no-repeat;
    content: "";
}

/* 消費ポイント一覧 */
#lnav-lc .lnav-main .box-ptconfirm .box-sidepoint + .pricelist {
    margin-top: 12px;
}

#lnav-lc .lnav-main .box-ptconfirm .pricelist {
    padding: 8px 12px;
    border-radius: 3px;
}

#lnav-lc .lnav-main .box-ptconfirm .pricelist dt {
    margin-bottom: 8px;
    font-size: 14px;
}

#lnav-lc .lnav-main .box-ptconfirm .pricelist dd ul {
    line-height: 2.2em;
    margin-bottom: 6px;
    font-size: 11px;
}

#lnav-lc .lnav-main .box-ptconfirm .pricelist dd li {
    text-align: right;
}

#lnav-lc .lnav-main .box-ptconfirm .pricelist dd li span {
    float: left;
}

#lnav-lc .lnav-main .box-ptconfirm .pricelist dd .link {
    position: relative;
    padding: 8px 0 0 12px;
    font-size: 11px;
}

#lnav-lc .lnav-main .box-ptconfirm .pricelist dd .link a {
    padding: 0;
}

#lnav-lc .lnav-main .box-ptconfirm .pricelist dd .link a:after {
    position: absolute;
    left: 0;
    top: 10px;
    border: 4px solid transparent;
    border-left-color: #fff;
    content: "";
}

#lnav-lc .lnav-main .box-ptconfirm .pricelist dd .link a:hover {
    opacity: 0.8;
}

/* フロア別 */
.floor-chat #lnav-lc .lnav-main .box-ptconfirm .pricelist,
.floor-movie #lnav-lc .lnav-main .box-ptconfirm .pricelist,
.floor-chat #lnav-lc .lnav-main .box-ptconfirm .pricelist a,
.floor-movie #lnav-lc .lnav-main .box-ptconfirm .pricelist a {
    background: #ed626f url(https://p.dmm.co.jp/p/livechat/bg_dot.png) left top repeat;
    color: #f5fafc;
}

.floor-chat #lnav-lc .lnav-main .box-ptconfirm .pricelist dd .link,
.floor-movie #lnav-lc .lnav-main .box-ptconfirm .pricelist dd .link {
    border-top: 1px dotted #f6b1b7;
}

.floor-adult #lnav-lc .lnav-main .box-ptconfirm .pricelist,
.floor-adult #lnav-lc .lnav-main .box-ptconfirm .pricelist a {
    background: #e36e9d url(https://p.dmm.co.jp/p/livechat/bg_dot.png) left top repeat;
    color: #fdeff5;
}

.floor-adult #lnav-lc .lnav-main .box-ptconfirm .pricelist dd .link {
    border-top: 1px dotted #f2c8d9;
}

.floor-madam #lnav-lc .lnav-main .box-ptconfirm .pricelist,
.floor-madam #lnav-lc .lnav-main .box-ptconfirm .pricelist a {
    background: #a375b8 url(https://p.dmm.co.jp/p/livechat/madam/bg_pricelist.jpg) left top repeat;
    color: #f9effb;
}

.floor-madam #lnav-lc .lnav-main .box-ptconfirm .pricelist dd .link {
    border-top: 1px dotted #d7b0df;
}

.floor-nonadult #lnav-lc .lnav-main .box-ptconfirm .pricelist,
.floor-nonadult #lnav-lc .lnav-main .box-ptconfirm .pricelist a {
    background: #6bb049 url(https://p.dmm.co.jp/p/livechat/bg_dot.png) left top repeat;
    color: #f1fce9;
}

.floor-nonadult #lnav-lc .lnav-main .box-ptconfirm .pricelist dd .link {
    border-top: 1px dotted #d1ebc9;
}

.floor-virtual #lnav-lc .lnav-main .box-ptconfirm .pricelist,
.floor-virtual #lnav-lc .lnav-main .box-ptconfirm .pricelist a,
.floor-virtual_2d #lnav-lc .lnav-main .box-ptconfirm .pricelist,
.floor-virtual_2d #lnav-lc .lnav-main .box-ptconfirm .pricelist a {
    background: #18A0FB url(https://p.dmm.co.jp/p/livechat/bg_dot.png) left top repeat;
    color: #f1f9ff;
}

.floor-virtual #lnav-lc .lnav-main .box-ptconfirm .pricelist dd .link,
.floor-virtual_2d #lnav-lc .lnav-main .box-ptconfirm .pricelist dd .link {
    border-top: 1px dotted #98d2f9;
}

/* ========================= [ 左ナビ_サブコンテンツ ] */
/* ===== 全体 */
#lnav-lc .lnav-sub {
    padding-bottom: 3px;
    border-radius: 3px;
    background: #e3e5e9 url(https://p.dmm.co.jp/p/livechat/bg_dot_lnav.png) left top repeat;
}

#lnav-lc .lnav-sub .sect {
    margin: 0 3px 0;
    border-radius: 3px;
    background-color: #fff;
}

/* 見出し */
#lnav-lc .lnav-sub .capt {
    position: relative;
    margin: 0 0 0 10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}

#lnav-lc .lnav-sub .capt:after {
    display: block;
    position: absolute;
    top: 10px;
    left: 3px;
    width: 33px;
    height: 33px;
    background: url(https://p.dmm.co.jp/p/livechat/icon_lnav_plus.png) no-repeat;
    content: '';
}

#lnav-lc .lnav-sub.lnav-ranking .capt.newrank:after {
    left: 5px;
    background-position: -101px -35px;
}

/* 共通パーツ */
#lnav-lc .lnav-sub .tx-note {
    display: block;
    margin: 0 10px;
    padding: 24px 0;
    border-bottom: 1px dotted #bec3c8;
    color: #aaa;
}

#lnav-lc .lnav-sub .box-cl-list li a {
    display: block;
    padding: 15px 10px 0;
    color: #0ca2f0;
}

#lnav-lc .lnav-sub .box-cl-list li a:hover {
    background-color: #f5f7f9;
}

#lnav-lc .lnav-sub .box-cl-list li .inner {
    display: block;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px dotted #bec3c8;
}

#lnav-lc .lnav-sub .box-cl-list li .inner > span {
    display: block;
    float: left;
    margin-left: 10px;
    width: 103px;
}

#lnav-lc .lnav-sub .box-cl-list li .inner > .tmb {
    width: 80px;
    height: 60px;
    margin: 0;
    background-color: #dedede;
    text-align: center;
}

#lnav-lc .lnav-sub .box-cl-list li .inner > .tmb img {
    height: 60px;
}

#lnav-lc .lnav-sub .box-cl-list li .name {
    line-height: 1.3em;
    margin-bottom: 5px;
    font-size: 13px;
}

#lnav-lc .lnav-sub .tx-link {
    padding: 15px 10px;
    text-align: right;
}

#lnav-lc .lnav-sub .tx-link a {
    color: #0ca2f0;
}

/* =====ランキング */
#lnav-lc .lnav-sub.lnav-ranking .capt {
    height: 53px;
    padding: 7px 0 0 48px;
}

#lnav-lc .lnav-sub.lnav-ranking .capt span {
    display: block;
    font-size: 10px;
}

#lnav-lc .lnav-sub.lnav-ranking .capt em {
    font-size: 13px;
    font-style: normal;
}

#lnav-lc .lnav-sub.lnav-ranking .capt:after {
    top: 9px;
    background-position: -1px -1px;
}

#lnav-lc .lnav-sub.lnav-ranking .box-cl-list li .rank > span[class^="st-"] {
    line-height: 14px;
    margin-left: 8px;
    padding-left: 8px;
    font-size: 10px;
    vertical-align: middle;
}

#lnav-lc .lnav-sub.lnav-ranking .box-cl-list li .rank > span.st-waiting {
    color: #dc0a32;
}

#lnav-lc .lnav-sub.lnav-ranking .box-cl-list li .rank > span.st-party,
#lnav-lc .lnav-sub.lnav-ranking .box-cl-list li .rank > span.st-twoshot {
    color: #fc4d00;
}

#lnav-lc .lnav-sub.lnav-ranking .box-cl-list li .rank > span.st-offline {
    color: #979797;
}

#lnav-lc .lnav-sub.lnav-ranking .sect li .rank {
    margin-bottom: 2px;
}

#lnav-lc .lnav-sub.lnav-ranking .sect li .name {
    margin-bottom: 0;
}

/* 上位3位 */
#lnav-lc .lnav-sub.lnav-ranking .sect li:nth-child(-n + 3) .rank {
    font-size: 20px;
}

#lnav-lc .lnav-sub.lnav-ranking .sect li:nth-child(-n + 3) .rank span:first-child {
    margin-left: 1px;
    font-size: 14px;
}

#lnav-lc .lnav-sub.lnav-ranking .sect li:nth-child(-n + 3) .rank > span[class^="st-"] {
    display: inline-block;
    width: auto;
    line-height: 14px;
    padding: 0 4px;
    margin: -2px 0 0 2px;
    border-radius: 3px;
    font-size: 10px;
    vertical-align: middle;
}

#lnav-lc .lnav-sub.lnav-ranking .sect li:nth-child(-n + 3) .rank > .st-waiting {
    border: 1px solid #dc0a32;
    color: #dc0a32;
}

#lnav-lc .lnav-sub.lnav-ranking .sect li:nth-child(-n + 3) .rank > .st-party,
#lnav-lc .lnav-sub.lnav-ranking .sect li:nth-child(-n + 3) .rank > .st-twoshot {
    border: 1px solid #ff7133;
    color: #ff7133;
}

#lnav-lc .lnav-sub.lnav-ranking .sect li:nth-child(-n + 3) .rank > .st-offline {
    border: 1px solid #a8a8a8;
    color: #a8a8a8;
}

/* 3位以外 */
#lnav-lc .lnav-sub.lnav-ranking .box-cl-list li:nth-child(n + 4) span[class^="st-"] {
    border-left: 1px dotted  #ccc;
}

#lnav-lc .lnav-sub.lnav-ranking .box-cl-list li:nth-child(n + 4) .inner {
    padding-bottom: 10px;
}

#lnav-lc .lnav-sub.lnav-ranking .box-cl-list li:nth-child(n + 4) a {
    padding: 10px 10px 0;
}

#lnav-lc .lnav-sub.lnav-ranking .box-cl-list li:nth-child(n + 4) .tmb {
    width: 44px;
    height: 33px;
}

#lnav-lc .lnav-sub.lnav-ranking .box-cl-list li:nth-child(n + 4) .tmb img {
    height: 33px;
}

#lnav-lc .lnav-sub.lnav-ranking .box-cl-list li:nth-child(n + 4) .rank {
    width: 138px;
    font-size: 14px;
}

#lnav-lc .lnav-sub.lnav-ranking .box-cl-list li:nth-child(n + 4) .name {
    width: 138px;
    font-size: 11px;
}

/* フロア別 */
.floor-chat #lnav-lc .lnav-sub.lnav-ranking .sect li .rank,
.floor-adult #lnav-lc .lnav-sub.lnav-ranking .sect li .rank,
.floor-movie #lnav-lc .lnav-sub.lnav-ranking .sect li .rank {
    color: #ed5691;
}

.floor-virtual #lnav-lc .lnav-sub.lnav-ranking .sect li .rank,
.floor-virtual_2d #lnav-lc .lnav-sub.lnav-ranking .sect li .rank {
    color: #3489c2;
}

.floor-madam #lnav-lc .lnav-sub.lnav-ranking .sect li .rank {
    color: #b16bd1;
}

.floor-nonadult #lnav-lc .lnav-sub.lnav-ranking .sect li .rank {
    color: #5ba728;
}

.floor-virtual #lnav-lc .lnav-sub.lnav-ranking .sect li .rank,
.floor-virtual_2d #lnav-lc .lnav-sub.lnav-ranking .sect li .rank {
    color: #3489c2;
}

/* =====チェックした女の子 */
#lnav-lc .lnav-sub.lnav-checklist .capt {
    line-height: 53px;
    padding-left: 42px;
}

#lnav-lc .lnav-sub.lnav-checklist .capt:after {
    background-position: -35px -1px;
}

#lnav-lc .lnav-sub.lnav-checklist .sect li .floor {
    font-size: 10px;
}

#lnav-lc .lnav-sub.lnav-checklist .sect li.fl-adult .floor {
    color: #ed5691;
}

#lnav-lc .lnav-sub.lnav-checklist .sect li.fl-madam .floor {
    color: #b16bd1;
}

#lnav-lc .lnav-sub.lnav-checklist .sect li.fl-nonadult .floor {
    color: #5ba728;
}

#lnav-lc .lnav-sub.lnav-checklist .sect li.fl-virtual .floor,
#lnav-lc .lnav-sub.lnav-checklist .sect li.fl-virtual_2d .floor {
    color: #1883e6;
}

#lnav-lc .lnav-sub.lnav-checklist .sect li .floor:before {
    display: inline-block;
    position: relative;
    width: 6px;
    height: 9px;
    margin-right: 3px;
    content: "";
}

#lnav-lc .lnav-sub.lnav-checklist .sect li.fl-adult .floor:before {
    background: url(https://p.dmm.co.jp/p/livechat/icon_lnav_plus.png) -8px -93px no-repeat;
}

#lnav-lc .lnav-sub.lnav-checklist .sect li.fl-madam .floor:before {
    background: url(https://p.dmm.co.jp/p/livechat/icon_lnav_plus.png) -15px -93px no-repeat;
}

#lnav-lc .lnav-sub.lnav-checklist .sect li.fl-nonadult .floor:before {
    background: url(https://p.dmm.co.jp/p/livechat/icon_lnav_plus.png) -22px -93px no-repeat;
}

#lnav-lc .lnav-sub.lnav-checklist .sect li.fl-virtual .floor:before,
#lnav-lc .lnav-sub.lnav-checklist .sect li.fl-virtual_2d .floor:before {
    background: url(https://p.dmm.co.jp/p/livechat/icon_lnav_plus.png) -29px -93px no-repeat;
}

/* =====お知らせ */
#lnav-lc .lnav-sub.lnav-info .capt {
    line-height: 53px;
    padding-left: 45px;
}

#lnav-lc .lnav-sub.lnav-info .capt:after {
    background-position: -68px -1px;
}

#lnav-lc .lnav-sub.lnav-info .sect li a {
    display: block;
    padding: 15px 10px 0;
    color: #0ca2f0;
}

#lnav-lc .lnav-sub.lnav-info .sect li a:hover {
    background-color: #f5f7f9;
}

#lnav-lc .lnav-sub.lnav-info .sect li .inner {
    display: block;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px dotted #bec3c8;
}

#lnav-lc .lnav-sub.lnav-info .sect .inner > span {
    display: block;
    margin-bottom: 3px;
    color: #5d6c7b;
    font-size: 11px;
}

/* ===== ムービージャンル */
#lnav-lc .lnav-sub.lnav-movielink .capt {
    line-height: 53px;
    padding-left: 45px;
}

#lnav-lc .lnav-sub.lnav-movielink .capt:after {
    background-position: -103px -1px;
}

#lnav-lc .lnav-sub.lnav-movielink .sect li a {
    display: block;
    padding: 15px 10px 0;
    color: #0ca2f0;
}

#lnav-lc .lnav-sub.lnav-movielink .sect li a:hover {
    background-color: #f5f7f9;
}

#lnav-lc .lnav-sub.lnav-movielink .sect li .inner {
    display: block;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px dotted #bec3c8;
}

#lnav-lc .lnav-sub.lnav-movielink .sect li:last-child .inner {
    border-bottom: none;
}

#lnav-lc .lnav-sub.lnav-movielink .sect .inner > span {
    display: block;
    font-size: 12px;
}

/* 上位3位 */
#lnav-lc .lnav-sub .box-cl-list.list-movie li:nth-child(-n + 3) .rank {
    font-size: 20px;
}

#lnav-lc .lnav-sub .box-cl-list.list-movie li:nth-child(-n + 3) .rank span:first-child {
    margin-left: 2px;
    font-size: 14px;
}

#lnav-lc .lnav-sub .box-cl-list.list-movie li:nth-child(-n + 3) .tmb {
    width: 80px;
    height: 45px;
}

#lnav-lc .lnav-sub .box-cl-list.list-movie li:nth-child(-n + 3) .tmb img {
    height: 45px;
}

/* 3位以外 */
#lnav-lc .lnav-sub .box-cl-list.list-movie li:nth-child(n + 4) .tmb {
    width: 58px;
    height: 33px;
}

#lnav-lc .lnav-sub .box-cl-list.list-movie li:nth-child(n + 4) .tmb img {
    height: 33px;
}

#lnav-lc .lnav-sub .box-cl-list.list-movie li:nth-child(n + 4) .rank {
    width: 120px;
}

#lnav-lc .lnav-sub .box-cl-list.list-movie li:nth-child(n + 4) .name {
    width: 120px;
}

/* ================================================== [ メインコンテンツ ] */
#main-wrap {
    position: relative;
    float: left;
    width: 736px;
    margin-left: 20px;
    text-align: left;
}

/* ========================= [ パーツ ] */
.caution {
    color: #c00;
    font-size: 10px;
    font-weight: bold;
}

#page-lc .lc-notice {
    color: #696969;
    font-size: 11px;
    text-align: center;
}

/* ===== トップへ戻る */
#page-lc #gotop {
    position: fixed;
    bottom: -60px;
    right: 30px;
    -webkit-transition: bottom 0.3s;
    transition: bottom 0.3s;
    z-index: 102;
    -webkit-transform: translateZ(0);
}

#page-lc #gotop a {
    display: block;
    z-index: 100;
    width: 60px;
    height: 60px;
    border-radius: 3px 3px 0 0;
    z-index: 1012;
}

#page-lc #gotop.visible {
    bottom: 0;
}

/* ========================= [ h1見出し ] */
#page-lc .lc-scarehead {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 8px 20px;
    margin: 0 auto 20px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #545454;
    font-size: 11px;
    text-align: left;
    color: #fff;
}

#page-lc .lc-scarehead span {
    display: inline-block;
    line-height: 1.3em;
    margin-right: 12px;
    padding-right: 12px;
    border-right: 1px dotted #fff;
    font-weight: bold;
    font-size: 13px;
    vertical-align: middle;
    letter-spacing: 1px;
}

/* floor-chat | floor-movie  */
#page-lc.floor-chat .lc-scarehead,
#page-lc.floor-movie .lc-scarehead {
    background: #ed626f url(https://p.dmm.co.jp/p/livechat/bg_dot.png) left top;
}

#page-lc.floor-chat .lc-scarehead:after {
    border-top-color: #ed626f;
}

#page-lc.floor-chat .lc-scarehead span,
#page-lc.floor-movie .lc-scarehead span {
    border-right: 1px dotted #f6b1b7;
}

/* floor-adult */
#page-lc.floor-adult .lc-scarehead {
    background: #e36e9d url(https://p.dmm.co.jp/p/livechat/bg_dot.png) left top;
}

#page-lc.floor-adult .lc-scarehead:after {
    border-top-color: #e36e9d;
}

#page-lc.floor-adult .lc-scarehead span {
    border-right: 1px dotted #f2ccdb;
}

/* floor-madam */
#page-lc.floor-madam .lc-scarehead {
    background: #94468e url(https://p.dmm.co.jp/p/livechat/madam/bg_h1.jpg) right top no-repeat;
}

#page-lc.floor-madam .lc-scarehead:after {
    border-top-color: #94468e;
}

#page-lc.floor-madam .lc-scarehead span {
    border-right: 1px dotted #eed9f1;
}

/* floor-virtual */
#page-lc.floor-virtual .lc-scarehead,
#page-lc.floor-virtual_2d .lc-scarehead {
    background: #18a0fb url(https://p.dmm.co.jp/p/livechat/bg_dot.png) left top;
}

#page-lc.floor-virtual .lc-scarehead:after,
#page-lc.floor-virtual_2d .lc-scarehead:after {
    border-top-color: #18a0fb;
}

#page-lc.floor-virtual .lc-scarehead span,
#page-lc.floor-virtual_2d .lc-scarehead span {
    border-right: 1px dotted #b3e1ff;
}

/* floor-nonadult */
#page-lc.floor-nonadult .lc-scarehead {
    background: #6bb049 url(https://p.dmm.co.jp/p/livechat/bg_dot.png) left top;
}

#page-lc.floor-nonadult .lc-scarehead:after {
    border-top-color: #6bb049;
}

#page-lc.floor-nonadult .lc-scarehead span {
    border-right: 1px dotted #deefd2;
}

/* floor-virtual */
#page-lc.floor-virtual .lc-scarehead,
#page-lc.floor-virtual_2d .lc-scarehead {
    background: #18A0FB url(https://p.dmm.co.jp/p/livechat/bg_dot.png) left top;
}

#page-lc.floor-virtual .lc-scarehead:after,
#page-lc.floor-virtual_2d .lc-scarehead:after {
    border-top-color: #18A0FB;
}

#page-lc.floor-virtual .lc-scarehead span,
#page-lc.floor-virtual_2d .lc-scarehead span {
    border-right: 1px dotted #b3e1ff;
}

/* ========================= [ スライドヘッダー ] */
.area-slide {
    position: relative;
    margin-bottom: 24px;
    height: 222px
}

#lc-rotationbnr.box-slide {
    position: relative;
    width: 100%;
    height: 200px;
    background-color: transparent;
}

#lc-rotationbnr.box-slide:not(.owl-loaded) ~ .dots-slide {
    display: none;
}

#lc-rotationbnr.box-slide .slide-item {
    position: relative;
    width: 640px;
}

#lc-rotationbnr.box-slide .slide-item > a {
    display: block;
}

#lc-rotationbnr.box-slide .slide-item > a:hover {
    opacity: .8;
}

#lc-rotationbnr.box-slide .slide-item .slide-img {
    display: block;
    width: 100%;
}

#lc-rotationbnr.box-slide .slide-item .slide-txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 44px;
    font-weight: bold;
    color: #fff;
}

#lc-rotationbnr.box-slide .slide-item .slide-txt.-open {
    color: #fcf004;
}

#lc-rotationbnr.box-slide .slide-item .slide-txt img {
    display: inline-block;
    position: relative;
    top: 9px;
    width: 95px;
    height: 25px;
    margin-left: 4px;
    vertical-align: top;
}

.nav-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}

.nav-slide button.owl-prev, .nav-slide button.owl-next {
    position: absolute;
    top: 72px;
    width: 32px;
    height: 56px;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 0;
    border: none;
    -webkit-transition: .2s;
    transition: .2s;
}

.nav-slide button.owl-prev::before, .nav-slide button.owl-next::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-slide button.owl-prev:hover, .nav-slide button.owl-next:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.nav-slide button.owl-prev {
    left: 0;
}

.nav-slide button.owl-prev::before {
    left: 12px;
    border-bottom: 2px solid #cdcdcd;
    border-left: 2px solid #cdcdcd;
}

.nav-slide button.owl-next {
    right: 0;
}

.nav-slide button.owl-next::before {
    right: 12px;
    border-top: 2px solid #cdcdcd;
    border-right: 2px solid #cdcdcd;
}

.area-slide:hover .nav-slide button.owl-prev, .area-slide:hover .nav-slide button.owl-next {
    opacity: 1;
}

.dots-slide {
    display: block;
    text-align: center;
    height: 10px;
    margin-top: 12px;
}

.dots-slide .dot-slide {
    display: inline-block;
    vertical-align: top;
    background-color: #cdcdcd;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    margin: 0 4px;
    outline: none;
    border: none;
}

.dots-slide .dot-slide.active {
    border: 1px solid #fff;
}

#page-lc.floor-chat .area-slide .dots-slide button.dot-slide.active,
.PageLc.-chat .area-slide .dots-slide button.dot-slide.active {
    background-color: #ed626f;
}

#page-lc.floor-chat .area-slide .nav-slide button.owl-prev::before, #page-lc.floor-chat .area-slide .nav-slide button.owl-next::before,
.PageLc.-chat .area-slide .nav-slide button.owl-prev::before, .PageLc.-chat .area-slide .nav-slide button.owl-next::before {
    border-color: #ed626f;
}

#page-lc.floor-adult .area-slide .dots-slide button.dot-slide.active,
.PageLc.-adult .area-slide .dots-slide button.dot-slide.active {
    background-color: #E86197;
}

#page-lc.floor-adult .area-slide .nav-slide button.owl-prev::before, #page-lc.floor-adult .area-slide .nav-slide button.owl-next::before,
.PageLc.-adult .area-slide .nav-slide button.owl-prev::before, .PageLc.-adult .area-slide .nav-slide button.owl-next::before {
    border-color: #E86197;
}

#page-lc.floor-madam .area-slide .dots-slide button.dot-slide.active,
.PageLc.-madam .area-slide .dots-slide button.dot-slide.active {
    background-color: #A1539B;
}

#page-lc.floor-madam .area-slide .nav-slide button.owl-prev::before, #page-lc.floor-madam .area-slide .nav-slide button.owl-next::before,
.PageLc.-madam .area-slide .nav-slide button.owl-prev::before, .PageLc.-madam .area-slide .nav-slide button.owl-next::before {
    border-color: #A1539B;
}

#page-lc.floor-nonadult .area-slide .dots-slide button.dot-slide.active,
.PageLc.-nonadult .area-slide .dots-slide button.dot-slide.active {
    background-color: #6BB049;
}

#page-lc.floor-nonadult .area-slide .nav-slide button.owl-prev::before, #page-lc.floor-nonadult .area-slide .nav-slide button.owl-next::before,
.PageLc.-nonadult .area-slide .nav-slide button.owl-prev::before, .PageLc.-nonadult .area-slide .nav-slide button.owl-next::before {
    border-color: #6BB049;
}

#page-lc.floor-virtual .area-slide .dots-slide button.dot-slide.active,
.PageLc.-virtual .area-slide .dots-slide button.dot-slide.active,
#page-lc.floor-virtual_2d .area-slide .dots-slide button.dot-slide.active,
.PageLc.-virtual_2d .area-slide .dots-slide button.dot-slide.active {
    background-color: #169BF4;
}

#page-lc.floor-virtual .area-slide .nav-slide button.owl-prev::before,
.PageLc.-virtual .area-slide .nav-slide button.owl-prev::before,
#page-lc.floor-virtual .area-slide .nav-slide button.owl-next::before,
.PageLc.-virtual .area-slide .nav-slide button.owl-next::before,
#page-lc.floor-virtual_2d .area-slide .nav-slide button.owl-prev::before,
.PageLc.-virtual_2d .area-slide .nav-slide button.owl-prev::before,
#page-lc.floor-virtual_2d .area-slide .nav-slide button.owl-next::before,
.PageLc.-virtual_2d .area-slide .nav-slide button.owl-next::before {
    border-color: #169BF4;
}

/* ========================= [ お気に入り・イベントリスト ]  */
/* ===== 見出し */
#page-lc .area-toplist > [class^="box-"] .capt {
    height: 42px;
    overflow: hidden;
    margin: 0 0 10px;
    padding: 0 10px;
}

#page-lc .area-toplist > [class^="box-"] .capt .ttl,
#page-lc .area-toplist > [class^="box-"] .capt .ttlvirtual,
#page-lc .area-toplist > [class^="box-"] .capt .ttlvirtual_2d {
    position: relative;
    float: left;
    line-height: 42px;
    padding-left: 26px;
    color: #4f5965;
    font-size: 17px;
}

#page-lc .area-toplist > [class^="box-"] .capt .ttl:before,
#page-lc .area-toplist > [class^="box-"] .capt .ttlvirtual:before,
#page-lc .area-toplist > [class^="box-"] .capt .ttlvirtual_2d:before {
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    width: 20px;
    height: 20px;
    content: "";
}

#page-lc .area-toplist > [class^="box-"] .capt .box-btn {
    float: right;
}

#page-lc .area-toplist > [class^="box-"] .capt .box-btn dl,
#page-lc .area-toplist > [class^="box-"] .capt .box-btn p {
    float: left;
    margin-left: 8px;
}

#page-lc .area-toplist > [class^="box-"] .capt .box-btn dl {
    width: auto;
    margin-top: 8px;
}

#page-lc .area-toplist > [class^="box-"] .capt .box-btn dt {
    float: left;
    line-height: 25px;
    margin-right: 3px;
    color: #565d68;
    font-size: 11px;
}

#page-lc .area-toplist > [class^="box-"] .capt .box-btn dd {
    float: left;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    border-radius: 3px;
    background: url(https://p.dmm.co.jp/p/livechat/bg_box_btn.gif) left -67px repeat-x;
    color: #fff;
    font-size: 11px;
    cursor: pointer;
}

#page-lc .area-toplist > [class^="box-"] .capt .box-btn span {
    display: inline-block;
    padding: 0 7px;
    border-radius: 3px;
    color: #f9f9f9;
}

#page-lc .area-toplist > [class^="box-"] .capt .box-btn span.active {
    background: url(https://p.dmm.co.jp/p/livechat/bg_box_btn.gif) left -92px repeat-x;
    color: #fff;
}

#page-lc .area-toplist > [class^="box-"] .capt .box-btn dd:hover span.active {
    background-position: left -117px;
}

#page-lc .area-toplist > [class^="box-"] .capt .btn-reload,
#page-lc .area-toplist > [class^="box-"] .capt .btn-switch {
    position: relative;
    float: right;
    line-height: 25px;
    margin-top: 8px;
    padding: 0 3px 0 22px;
    border-radius: 3px;
    background: #585f69 url(https://p.dmm.co.jp/p/livechat/bg_toplist_btn.gif) left top repeat-x;
    color: #fff;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

#page-lc .area-toplist > [class^="box-"] .capt .btn-reload:hover,
#page-lc .area-toplist > [class^="box-"] .capt .btn-switch:hover {
    position: relative;
    top: 1px;
    background: #585f69 url(https://p.dmm.co.jp/p/livechat/bg_toplist_btn.gif) left -24px repeat-x;
}

#page-lc .area-toplist > [class^="box-"] .capt .btn-reload,
#page-lc .area-toplist > [class^="box-"] .capt .btn-switch {
    width: 4em;
}

#page-lc .area-toplist > [class^="box-"] .capt .btn-reload:after,
#page-lc .area-toplist > [class^="box-"] .capt .btn-switch:after {
    position: absolute;
    top: 4px;
    left: 8px;
    width: 15px;
    height: 15px;
    content: "";
}

#page-lc .area-toplist > [class^="box-"] .capt .btn-reload:after {
    background: url(https://p.dmm.co.jp/p/livechat/icon_toplist.png) -1px -72px no-repeat;
}

#page-lc .area-toplist > [class^="box-"] .capt .btn-switch:after {
    background: url(https://p.dmm.co.jp/p/livechat/icon_toplist.png) -33px -72px no-repeat;
}

#page-lc .area-toplist > [class^="box-"] .capt .btn-switch.close:after {
    background: url(https://p.dmm.co.jp/p/livechat/icon_toplist.png) -17px -72px no-repeat;
}

/* ===== リスト */
#page-lc .area-toplist > [class^="box-"] .sect ul {
    overflow: hidden;
    padding: 0 0 2px 10px;
}

#page-lc .area-toplist > [class^="box-"] .sect .listbox,
#page-lc .area-toplist > [class^="box-"] .sect .event-link,
#page-lc .area-toplist > [class^="box-"] .sect .more-link {
    float: left;
    margin: 0 8px 10px 0;
}

#page-lc .area-toplist > [class^="box-"] .sect .list-none {
    height: 100px;
    padding: 18px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

#page-lc .area-toplist > [class^="box-"] .sect .list-none a {
    color: #349ef8;
}

#page-lc .area-toplist > [class^="box-"] .sect .list-none .tx-large {
    margin-bottom: 3px;
    font-size: 17px;
    color: #aaa;
}

/* イベントリスト */
#page-lc .area-toplist > .box-eventlist {
    border-bottom: 1px solid #e3e3e3;
    background: #f9eece;
}

#page-lc .area-toplist > .box-eventlist .capt {
    border-bottom: 1px solid #e6dbbc;
    background: #f4e5b8;
}

#page-lc .area-toplist > .box-eventlist .capt .ttl,
#page-lc .area-toplist > .box-eventlist .capt .ttlvirtual,
#page-lc .area-toplist > .box-eventlist .capt .ttlvirtual_2d {
    color: #564f44;
}

#page-lc .area-toplist > .box-eventlist .capt .ttl:before,
#page-lc .area-toplist > .box-eventlist .capt .ttlvirtual:before,
#page-lc .area-toplist > .box-eventlist .capt .ttlvirtual_2d:before {
    background: url(https://p.dmm.co.jp/p/livechat/icon_toplist.png) -22px -51px no-repeat;
}

#page-lc .area-toplist > .box-eventlist .capt .ttl:after,
#page-lc .area-toplist > .box-eventlist .capt .ttlvirtual:after,
#page-lc .area-toplist > .box-eventlist .capt .ttlvirtual_2d:after {
    display: inline-block;
    position: relative;
    width: 52px;
    height: 18px;
    margin: -5px 0 0 8px;
    background: url(https://p.dmm.co.jp/p/livechat/icon_session.gif) left top no-repeat;
    vertical-align: middle;
    content: "";
}

#page-lc .area-toplist > .box-eventlist.award .capt .ttl:after,
#page-lc .area-toplist > .box-eventlist.award .capt .ttlvirtual:after,
#page-lc .area-toplist > .box-eventlist.award .capt .ttlvirtual_2d:after {
    width: 68px;
    background: url(https://p.dmm.co.jp/p/livechat/icon_session02.gif) left top no-repeat;
}

#page-lc .area-toplist > .box-eventlist .listbox {
    border: 1px solid #eae0cb;
}

#page-lc .area-toplist > .box-eventlist .listbox [class^="st-"],
#page-lc .area-toplist > .box-eventlist .listbox [class^="ex-"] {
    display: block;
    position: absolute;
    bottom: 0;
    height: 22px;
    line-height: 22px;
    color: #fff;
}

#page-lc .area-toplist > .box-eventlist .listbox [class^="st-"] {
    left: 0;
    z-index: 1;
    width: calc(100% - 10px);
    padding-left: 10px;
    text-align: left;
}

#page-lc .area-toplist > .box-eventlist .listbox [class^="ex-"] {
    right: 0;
    z-index: 2;
    width: 54px;
    background-color: #DC0A32;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}

#page-lc .area-toplist > .box-eventlist .listbox [class^="ex-"]::after {
    content: '';
    position: absolute;
    left: -6px;
    width: 6px;
    border-top: 11px solid transparent;
    border-right: 3px solid #DC0A32;
    border-bottom: 11px solid #DC0A32;
    border-left: 3px solid transparent;
}

#page-lc .area-toplist > .box-eventlist .listbox .st-waiting {
    background-color: #FD4F60;
    color: #fff;
}

#page-lc .area-toplist > .box-eventlist .listbox .st-party,
#page-lc .area-toplist > .box-eventlist .listbox .st-twoshot {
    background-color: #FF8A00;
    color: #fff;
}

#page-lc .area-toplist > .box-eventlist .listbox .st-offline {
    background-color: #898989;
    background-color: rgba(137, 137, 137, 0.8);
    color: #fff;
}

#page-lc .area-toplist > .box-eventlist .event-link a {
    display: block;
    position: relative;
    width: 136px;
    height: 190px;
    padding: 5px 5px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ececec;
    border-radius: 2px;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
}

#page-lc .area-toplist > .box-eventlist .event-link a:hover {
    text-decoration: none;
}

#page-lc .area-toplist > .box-eventlist .event-link a img {
    padding: 5px 0 10px;
}

#page-lc .area-toplist > .box-eventlist .event-link a:hover img {
    opacity: 0.7;
}

#page-lc .area-toplist > .box-eventlist .event-link a .link {
    display: block;
    line-height: 30px;
    margin-left: 4px;
    border-top: 1px dotted #ccc;
    color: #349ef8;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}

#page-lc .area-toplist > .box-eventlist .event-link .comment {
    position: absolute;
    top: 124px;
    display: block;
    line-height: 1.6em;
    margin-left: 4px;
    color: #8b8b8b;
    font-size: 10px;
    text-align: left;
}

/* お気に入りリスト */
#page-lc .area-toplist > .box-favlist {
    background: #f5f7f9;
}

#page-lc .area-toplist > .box-favlist .capt {
    border-bottom: 1px solid #e3e3e3;
    background: #e8ecf2;
}

#page-lc .area-toplist > .box-favlist .capt .ttl:before,
#page-lc .area-toplist > .box-favlist .capt .ttlvirtual:before,
#page-lc .area-toplist > .box-favlist .capt .ttlvirtual_2d:before {
    background: url(https://p.dmm.co.jp/p/livechat/icon_toplist.png) -1px -51px no-repeat;
}

#page-lc .area-toplist > .box-favlist .sect .more-link a {
    display: block;
    position: relative;
    width: 136px;
    height: 190px;
    border: 1px solid #d8dce0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #0ca2f0;
    background-color: #fff;
    text-align: center;
}

#page-lc .area-toplist > .box-favlist .sect .more-link a:hover {
    text-decoration: none;
}

#page-lc .area-toplist > .box-favlist .sect .more-link span {
    display: block;
    margin-top: 100px;
    font-size: 11px;
    text-align: center;
}

#page-lc .area-toplist > .box-favlist .sect .more-link span:after {
    display: block;
    position: absolute;
    top: 42px;
    left: 42px;
    width: 52px;
    height: 49px;
    background: url(https://p.dmm.co.jp/p/livechat/icon_toplist.png) -1px -1px no-repeat;
    content: "";
}

#page-lc .area-toplist > .box-favlist .sect .more-link:hover span:after {
    opacity: 0.7;
}

/* ================================================== [ オンラインリスト ] */
#page-lc .area-onlinelist {
    position: relative;
    top: 0;
    margin: 15px 0 60px;
}

#page-lc .area-onlinelist.nav-hollow {
    position: relative;
    padding-top: 108px;
}

/* ========================= [ リストナビ ]  */
#page-lc .d-area [id^="online-nav"] {
    width: 736px;
}

/* ===== リスト情報 */
#page-lc .d-area .box-listinfo {
    overflow: hidden;
    width: 100%;
    height: 24px;
    margin-bottom: 6px;
}

#page-lc .d-area .box-listinfo .tx-count {
    display: inline-block;
    float: left;
    line-height: 24px;
    padding: 0 10px;
    border-radius: 12px;
    background: url(https://p.dmm.co.jp/p/livechat/bg_dot.png) left top;
    color: #fff;
}

#page-lc .d-area .box-listinfo .tx-count:after {
    position: absolute;
    top: 24px;
    left: 10px;
    border: 1px solid transparent;
    border-width: 10px 10px 0 0;
    content: "";
}

#page-lc.floor-chat .d-area .box-listinfo .tx-count {
    background-color: #ed626f;
}

#page-lc.floor-chat .d-area .box-listinfo .tx-count:after {
    border-top-color: #ed626f;
}

#page-lc.floor-adult .d-area .box-listinfo .tx-count {
    background-color: #e36e9d;
}

#page-lc.floor-adult .d-area .box-listinfo .tx-count:after {
    border-top-color: #e36e9d;
}

#page-lc.floor-madam .d-area .box-listinfo .tx-count {
    background: #9a478a url(https://p.dmm.co.jp/p/livechat/madam/bg_txcount.jpg) left top;
}

#page-lc.floor-madam .d-area .box-listinfo .tx-count:after {
    border-top-color: #974589;
}

#page-lc.floor-nonadult .d-area .box-listinfo .tx-count {
    background-color: #6bb049;
}

#page-lc.floor-nonadult .d-area .box-listinfo .tx-count:after {
    border-top-color: #6bb049;
}

#page-lc.floor-virtual .d-area .box-listinfo .tx-count,
#page-lc.floor-virtual_2d .d-area .box-listinfo .tx-count {
    background-color: #18A0FB;
}

#page-lc.floor-virtual .d-area .box-listinfo .tx-count:after,
#page-lc.floor-virtual_2d .d-area .box-listinfo .tx-count:after {
    border-top-color: #18A0FB;
}

#page-lc .d-area .box-listinfo .icon-guide .tx-guide {
    display: inline-block;
    position: relative;
    float: left;
    line-height: 24px;
    margin-left: 12px;
    padding-left: 20px;
    color: #078ed5;
    cursor: pointer;
}

#page-lc .d-area .box-listinfo .icon-guide .tx-guide:hover {
    text-decoration: underline;
}

#page-lc .d-area .box-listinfo .icon-guide .tx-guide:after {
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(https://p.dmm.co.jp/p/livechat/icon_guide.png) -184px -55px no-repeat;
    content: "";
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox {
    position: absolute;
    top: 30px;
    left: 180px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    background-color: #efefef;
    z-index: 100;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox:after,
#page-lc .d-area .box-listinfo .icon-guide .guidebox:before {
    display: block;
    position: absolute;
    left: 23px;
    border: solid transparent;
    border-width: 0 8px 10px 8px;
    content: "";
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox:before {
    top: -9px;
    border-bottom-color: #d3d3d3;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox:after {
    top: -8px;
    border-bottom-color: #efefef;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .close {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 29px;
    height: 29px;
    background: url(https://p.dmm.co.jp/p/livechat/icon_guide.png) -154px -55px no-repeat;
    cursor: pointer;
    content: "";
    z-index: 10;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .close:hover {
    opacity: 0.8;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .inner {
    position: relative;
    overflow: hidden;
    border: 1px solid #d3d3d3;
    border-radius: 3px 3px 0 0;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .l-col {
    position: relative;
    float: left;
    width: 200px;
    padding: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .l-col:before {
    display: block;
    position: relative;
    top: 3px;
    left: 0;
    width: 153px;
    height: 151px;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: #a7a7a7 1px dotted;
    background: url(https://p.dmm.co.jp/p/livechat/icon_guide.png) left top no-repeat;
    content: "";
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .l-col li {
    position: relative;
    line-height: 27px;
    padding-left: 25px;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .l-col li:after {
    position: absolute;
    top: 3px;
    left: 0;
    width: 19px;
    height: 19px;
    background: url(https://p.dmm.co.jp/p/livechat/icon_guide.png) left top no-repeat;
    content: "";
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .l-col li.l-01:after {
    background-position: -154px -35px;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .l-col li.l-02:after {
    background-position: -174px -35px;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .l-col li.l-03:after {
    background-position: -194px -35px;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .l-col li.l-04:after {
    background-position: -214px -35px;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .l-col li.l-05:after {
    background-position: -234px -35px;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .l-col li.l-06:after {
    background-position: -254px -35px;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .l-col li.l-07:after {
    background-position: -274px -35px;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .r-col {
    float: left;
    width: 320px;
    padding: 24px 15px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .r-col dt {
    position: relative;
    line-height: 1.2em;
    margin-bottom: 14px;
    padding: 0 0 12px 18px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 18px;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .r-col dt:after {
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 8px;
    height: 14px;
    background: url(https://p.dmm.co.jp/p/livechat/icon_guide.png) -201px -55px no-repeat;
    content: "";
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .r-col dt span {
    display: inline-block;
    line-height: 18px;
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px dotted #aaa;
    font-size: 11px;
    vertical-align: middle;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .r-col dd {
    margin-bottom: 24px;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .r-col .new-info li {
    display: inline-block;
    position: relative;
    line-height: 26px;
    padding-left: 28px;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .r-col .new-info li:after {
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(https://p.dmm.co.jp/p/livechat/icon_listbox.png) no-repeat;
    content: "";
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .r-col .new-info li.new:after {
    left: -1px;
    background-position: -1px -1px;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .r-col .new-info li.new-half:after {
    background-position: -22px -1px;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .r-col .new-info li.new-half p {
    position: relative;
    line-height: 18px;
    margin-top: 6px;
    padding: 8px;
    background-color: #e9e9e9;
    border-radius: 3px;
    font-size: 11px;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .r-col .new-info li.new-half p:after {
    display: block;
    position: absolute;
    top: -6px;
    left: 25px;
    border: solid transparent;
    border-width: 0 6px 6px 6px;
    border-bottom-color: #e9e9e9;
    content: "";
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .r-col .new-info li.new-half p span {
    display: inline-block;
    width: 61px;
    height: 18px;
    margin-right: 6px;
    background: url(https://p.dmm.co.jp/p/livechat/tx_discount.gif) -1px -1px no-repeat;
    background-color: rgba(191, 135, 14, 0.9) !important;
    content: "";
    vertical-align: middle;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .r-col .floor-info li {
    display: inline-block;
    position: relative;
    line-height: 42px;
    padding-left: 36px;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .r-col .floor-info li:after {
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 33px;
    height: 33px;
    background: url(https://p.dmm.co.jp/p/livechat/icon_guide.png) no-repeat;
    content: "";
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .r-col .floor-info li.adult:after {
    background-position: -154px -1px;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .r-col .floor-info li.madam:after {
    background-position: -188px -1px;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .r-col .floor-info li.nonadult:after {
    background-position: -222px -1px;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .r-col .floor-info li.virtual:after,
#page-lc .d-area .box-listinfo .icon-guide .guidebox .r-col .floor-info li.virtual_2d:after {
    display: block;
    float: left;
    position: absolute;
    top: 4px;
    left: 0;
    background-image: url(https://p.dmm.co.jp/p/livechat/guide/support_function/icon_list.png);
    background-repeat: no-repeat;
    background-position: -103px -149px;
    content: '';
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .r-col .floor-info li a {
    font-weight: bold;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .r-col .floor-info li.adult a {
    color: #f34e90;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .r-col .floor-info li.madam a {
    color: #a84895;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .r-col .floor-info li.nonadult a {
    color: #63a542;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .r-col .floor-info li.virtual a,
#page-lc .d-area .box-listinfo .icon-guide .guidebox .r-col .floor-info li.virtual_2d a {
    color: #18A0FB;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .tx-link {
    line-height: 50px;
    padding: 0 12px;
    background-color: #5a6270;
    border-radius: 0 0 3px 3px;
    text-align: right;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .tx-link a {
    position: relative;
    color: #fff;
}

#page-lc .d-area .box-listinfo .icon-guide .guidebox .tx-link a:after {
    display: block;
    position: absolute;
    top: 2px;
    left: -13px;
    border: solid transparent;
    border-width: 4px 0 4px 5px;
    border-left-color: #d4d6da;
    content: "";
}

/* ===== フロア・リスト操作機能 */
#page-lc .d-area .box-operation {
    display: table-cell;
    width: inherit;
    height: 58px;
    vertical-align: middle;
    padding: 0 0 0 15px;
    border: solid #dfe3e8;
    border-width: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f5f7f9;
}

#page-lc .d-area .box-operation .box-listtype {
    display: inline-block;
    float: left;
    height: 25px;
    line-height: 25px;
    margin-top: 8px;
    border-radius: 3px;
    background: url(https://p.dmm.co.jp/p/livechat/bg_box_btn.gif) left -67px repeat-x;
    cursor: pointer;
}

#page-lc .d-area .box-operation .box-listtype li {
    display: inline-block;
    position: relative;
    float: left;
    height: 25px;
    padding: 0 10px 0 30px;
    border-radius: 3px;
    color: #f9f9f9;
    font-size: 11px;
}

#page-lc .d-area .box-operation .box-listtype li.active {
    background: url(https://p.dmm.co.jp/p/livechat/bg_box_btn.gif) left -92px repeat-x;
    color: #fff;
}

#page-lc .d-area .box-operation .box-listtype:hover li.active {
    background-position: left -117px;
}

#page-lc .d-area .box-operation .box-listtype li:after {
    position: absolute;
    top: 1px;
    left: 5px;
    float: left;
    width: 22px;
    height: 22px;
    background: url(https://p.dmm.co.jp/p/livechat/icon_onlinelist.png);
    content: "";
}

#page-lc .d-area .box-operation .box-listtype li.spread:after {
    background-position: -1px -42px;
}

#page-lc .d-area .box-operation .box-listtype li.disclose:after {
    background-position: -25px -42px;
}

#page-lc .d-area .box-operation .box-btn {
    float: right;
}

#page-lc .d-area .box-operation .box-btn > dl,
#page-lc .d-area .box-operation .box-btn > p {
    float: left;
    margin-right: 10px;
}

#page-lc .d-area .box-operation .box-btn dl {
    position: relative;
    text-align: center;
}

#page-lc .d-area .box-operation .box-btn dt {
    color: #565d68;
    font-size: 11px;
}

#page-lc .d-area .box-operation .box-btn dd {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin-top: 2px;
    border-radius: 3px;
    background: url(https://p.dmm.co.jp/p/livechat/bg_box_btn.gif) left top repeat-x;
    color: #fff;
    font-size: 11px;
    cursor: pointer;
}

#page-lc .d-area .box-operation .box-btn span {
    display: inline-block;
    height: 22px;
    padding: 0 8px;
    border-radius: 3px;
    color: #f9f9f9;
}

#page-lc .d-area .box-operation .box-btn span.active {
    background: url(https://p.dmm.co.jp/p/livechat/bg_box_btn.gif) left -22px repeat-x;
    color: #fff;
}

#page-lc .d-area .box-operation .box-btn dd:hover span.active {
    background-position: left -44px;
}

#page-lc .d-area .box-operation .box-btn .btn-reload {
    width: 70px;
    height: 40px;
    background: url(https://p.dmm.co.jp/p/livechat/bt_reload.png) -1px -1px no-repeat;
    content: "";
    cursor: pointer;
}

#page-lc .d-area .box-operation .box-btn .btn-reload:hover {
    position: relative;
    top: 1px;
    background: url(https://p.dmm.co.jp/p/livechat/bt_reload.png) -1px -42px no-repeat;
}

#page-lc .d-area .box-operation .box-btn .btn-reload span {
    display: none;
}

/* =====  リスト絞り込み機能 */
#page-lc .d-area .box-sort {
    position: relative;
    width: inherit;
    line-height: 52px;
    padding: 0 15px;
    border-width: 0 1px 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
}

#page-lc.floor-chat .d-area .box-sort {
    background: #ed626f url(https://p.dmm.co.jp/p/livechat/bg_dot.png) left top;
}

#page-lc.floor-adult .d-area .box-sort {
    background: #e36e9d url(https://p.dmm.co.jp/p/livechat/bg_dot.png) left top;
}

#page-lc.floor-madam .d-area .box-sort {
    background: #94468e url(https://p.dmm.co.jp/p/livechat/madam/bg_boxsort.jpg) right top no-repeat;
}

#page-lc.floor-nonadult .d-area .box-sort {
    background: #6bb049 url(https://p.dmm.co.jp/p/livechat/bg_dot.png) left top;
}

#page-lc.floor-virtual .d-area .box-sort,
#page-lc.floor-virtual_2d .d-area .box-sort {
    background: #18A0FB url(https://p.dmm.co.jp/p/livechat/bg_dot.png) left top;
}

#page-lc .d-area .box-sort:after {
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: ".";
}

#page-lc .d-area .box-sort .box-radio {
    float: left;
}

#page-lc .d-area .box-sort .box-radio label {
    position: relative;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
}

#page-lc .d-area .box-sort .box-radio label.on:after {
    display: block;
    position: absolute;
    bottom: -20px;
    left: -2px;
    border: solid transparent;
    border-width: 0 8px 10px 8px;
    border-bottom-color: #fff;
    content: "";
}

#page-lc .d-area .box-sort .box-radio label + label {
    margin-left: 18px;
}

#page-lc .d-area .box-sort .box-radio label input {
    margin: -3px 3px 0 0;
    vertical-align: middle;
}

#page-lc .d-area .box-sort .tx-link {
    display: inline-block;
    font-size: 13px;
    line-height: 1.1;
    margin: 8px 0;
    float: right;
}

#page-lc .d-area .box-sort .tx-link a {
    display: block;
    text-align: center;
    background: none;
    color: #fff;
    position: relative;
    padding: 5px 0 5px 35px;
    border-left: 1px dotted #fff;
}

#page-lc .d-area .box-sort .tx-link a:before {
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 32px;
    height: 22px;
    background: url(https://p.dmm.co.jp/p/livechat/icon_search.png) no-repeat;
    content: "";
}

.tx-link-small {
    display: block;
    font-size: 11px;
}

/* ===== リスト追随時 */
#page-lc .area-onlinelist .sticky-nav {
    position: fixed;
    top: -90px;
    z-index: 1000;
    height: 40px;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

#page-lc .area-onlinelist .sticky-nav.visible {
    top: 0;
}

#page-lc .area-onlinelist .sticky-nav .box-operation {
    position: relative;
    height: 40px;
    z-index: 1100;
    border-top: none;
}

#page-lc .area-onlinelist .sticky-nav .box-operation .tx-count {
    display: none;
}

#page-lc .area-onlinelist .sticky-nav .box-operation .box-listtype {
    height: 22px;
    line-height: 22px;
    margin-top: 0;
    background: url(https://p.dmm.co.jp/p/livechat/bg_box_btn.gif) left top repeat-x;
    font-size: 11px;
}

#page-lc .area-onlinelist .sticky-nav .box-operation .box-listtype li {
    height: 22px;
}

#page-lc .area-onlinelist .sticky-nav .box-operation .box-listtype li.active {
    background: url(https://p.dmm.co.jp/p/livechat/bg_box_btn.gif) left -22px repeat-x;
}

#page-lc .area-onlinelist .sticky-nav .box-operation .box-listtype:hover li.active {
    background-position: left -44px;
}

#page-lc .area-onlinelist .sticky-nav .box-operation .box-listtype li:after {
    top: 0;
}

#page-lc .area-onlinelist .sticky-nav .box-operation .box-btn dt {
    display: none;
    position: absolute;
    top: 28px;
    right: 50%;
    z-index: 100;
    width: 70px;
    margin-right: -38px;
    padding: 2px 3px;
    background-color: #000;
    border-radius: 3px;
    white-space: nowrap;
    color: #fff;
    font-size: 11px;
    opacity: 0.8;
}

#page-lc .area-onlinelist .sticky-nav .box-operation .box-btn dt:after {
    display: block;
    position: absolute;
    top: -4px;
    left: 48%;
    border: solid transparent;
    border-width: 0 3px 4px 3px;
    border-bottom-color: #000;
    content: "";
}

#page-lc .area-onlinelist .sticky-nav .box-operation .box-btn dd {
    margin-top: 1px;
}

#page-lc .area-onlinelist .sticky-nav .box-operation .box-btn > dl:hover dt {
    display: inline-block;
}

#page-lc .area-onlinelist .sticky-nav .box-operation .box-btn .btn-order dt {
    margin-left: 6em;
}

#page-lc .area-onlinelist .sticky-nav .box-operation .box-btn .btn-autoreload dt {
    margin-left: 4em;
}

#page-lc .area-onlinelist .sticky-nav .box-operation .box-btn .btn-reload {
    width: 70px;
    height: 22px;
    margin-top: 1px;
    background: url(https://p.dmm.co.jp/p/livechat/bt_reload.png) -72px -1px no-repeat;
    content: "";
    cursor: pointer;
}

#page-lc .area-onlinelist .sticky-nav .box-operation .box-btn .btn-reload:hover {
    position: relative;
    top: 1px;
    background: url(https://p.dmm.co.jp/p/livechat/bt_reload.png) -72px -24px no-repeat;
}

#page-lc .area-onlinelist .sticky-nav .box-sort {
    top: -90px;
    line-height: 46px;
    -webkit-transition: top 0.20s;
    transition: top 0.20s;
}

#page-lc .area-onlinelist .sticky-nav .box-sort .box-radio label.on:after {
    content: none;
}

#page-lc .area-onlinelist .sticky-nav .box-sort.visible {
    top: 0;
}

#page-lc.floor-chat .area-onlinelist .sticky-nav .box-sort {
    background-color: #ed626f;
}

#page-lc.floor-adult .area-onlinelist .sticky-nav .box-sort {
    background-color: #e36e9d;
}

#page-lc.floor-madam .area-onlinelist .sticky-nav .box-sort {
    background: #94468e url(https://p.dmm.co.jp/p/livechat/madam/bg_boxsort.jpg) right top no-repeat;
}

#page-lc.floor-nonadult .area-onlinelist .sticky-nav .box-sort {
    background-color: #6bb049;
}

#page-lc.floor-virtual .area-onlinelist .sticky-nav .box-sort,
#page-lc.floor-virtual_2d .area-onlinelist .sticky-nav .box-sort {
    background-color: #18a0fb;
}

/* ========================= [ オンラインリスト ]  */
#page-lc .onlinelist {
    margin-bottom: 40px;
}

#page-lc .onlinelist.list-none {
    overflow: hidden;
    width: 100%;
    padding: 80px 0;
    border: solid #dfe3e8;
    border-width: 0 1px 1px 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #a2a7ab;
    text-align: center;
}

#page-lc .onlinelist.list-load {
    position: relative;
    overflow: hidden;
    width: 100%;
    border: solid #dfe3e8;
    border-width: 0 1px 1px 1px;
    background-color: #f5f7f9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #a2a7ab;
    text-align: center;
}

#page-lc .onlinelist.list-load img {
    position: absolute;
    top: 40%;
}

/* =====  絞り込み時 */
#page-lc .area-onlinelist .otherlist-nav {
    position: relative;
    line-height: 56px;
    margin-top: -41px;
    padding: 0 15px;
    font-size: 16px;
}

#page-lc .area-onlinelist .otherlist-nav:after {
    display: block;
    position: absolute;
    bottom: -3px;
    left: 38px;
    border: solid transparent;
    border-width: 0 8px 10px 8px;
    border-bottom-color: #fff;
    content: "";
}

#page-lc.floor-chat .area-onlinelist .otherlist-nav {
    border: 1px solid #ed626f;
    background: #ed626f url(https://p.dmm.co.jp/p/livechat/bg_dot.png) left top;
    color: #fff;
}

#page-lc.floor-adult .area-onlinelist .otherlist-nav {
    border: 1px solid #e36e9d;
    background: #e36e9d url(https://p.dmm.co.jp/p/livechat/bg_dot.png) left top;
    color: #fff;
}

#page-lc.floor-madam .area-onlinelist .otherlist-nav {
    border: 1px solid #974589;
    background: #974589 url(https://p.dmm.co.jp/p/livechat/madam/bg_boxsort.jpg) left top;
    color: #fff;
}

#page-lc.floor-nonadult .area-onlinelist .otherlist-nav {
    border: 1px solid #6bb049;
    background: #6bb049 url(https://p.dmm.co.jp/p/livechat/bg_dot.png) left top;
    color: #fff;
}

#page-lc.floor-virtual .area-onlinelist .otherlist-nav,
#page-lc.floor-virtual_2d .area-onlinelist .otherlist-nav {
    border: 1px solid #18A0FB;
    background: #18A0FB url(https://p.dmm.co.jp/p/livechat/bg_dot.png) left top;
    color: #fff;
}

/* =====  各ステータス_見出し */
#page-lc .onlinelist .ttl {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 12px 15px;
    border: solid #dfe3e8;
    border-width: 0 1px 0 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#page-lc .onlinelist > [class$="-list"] + [class$="-list"] .ttl {
    padding: 17px 15px 12px;
}

#page-lc .onlinelist > [class$="-list"] + [class$="-list"] .ttl:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
}

#page-lc.floor-chat .onlinelist > [class$="-list"] + [class$="-list"] .ttl:before {
    border-top: 5px solid #ed626f;
}

#page-lc.floor-adult .onlinelist > [class$="-list"] + [class$="-list"] .ttl:before {
    border-top: 5px solid #e36e9d;
}

#page-lc.floor-madam .onlinelist > [class$="-list"] + [class$="-list"] .ttl:before {
    border-top: 5px solid #974589;
}

#page-lc.floor-nonadult .onlinelist > [class$="-list"] + [class$="-list"] .ttl:before {
    border-top: 5px solid #6bb049;
}

#page-lc.floor-virtual .onlinelist > [class$="-list"] + [class$="-list"] .ttl:before,
#page-lc.floor-virtual_2d .onlinelist > [class$="-list"] + [class$="-list"] .ttl:before {
    border-top: 5px solid #18A0FB;
}

#page-lc .onlinelist .ttl > div {
    position: relative;
    padding-left: 40px;
    font-size: 18px;
}

#page-lc .onlinelist .ttl > div:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    content: "";
}

#page-lc .onlinelist .ttl > div > p:first-child,
#page-lc .onlinelist .ttl > div > h2:first-child {
    font-weight: bold;
    letter-spacing: -.8px;
    font-size: 18px;
}

#page-lc .onlinelist .ttl > div:after {
    background-image: url(https://p.dmm.co.jp/p/livechat/icon_onlinelist02.png);
    background-repeat: no-repeat;
    border-collapse: separate !important;
}

#page-lc.floor-virtual .onlinelist .ttl > div:after,
#page-lc.floor-virtual_2d .onlinelist .ttl > div:after {
    background-image: url(https://p.dmm.co.jp/p/livechat/icon_onlinelist03.png);
    background-repeat: no-repeat;
    border-collapse: separate !important;
}

/* .floor-chat */
#page-lc.floor-chat .onlinelist .waiting-list .ttl > div:after {
    background-position: -1px -1px;
}

#page-lc.floor-chat .onlinelist .party-list .ttl > div:after {
    background-position: -42px -1px;
}

#page-lc.floor-chat .onlinelist .twoshot-list .ttl > div:after {
    background-position: -83px -1px;
}

/* .floor-adult */
#page-lc.floor-adult .onlinelist .waiting-list .ttl > div:after {
    background-position: -1px -42px;
}

#page-lc.floor-adult .onlinelist .party-list .ttl > div:after {
    background-position: -42px -42px;
}

#page-lc.floor-adult .onlinelist .twoshot-list .ttl > div:after {
    background-position: -83px -42px;
}

/* .floor-madam */
#page-lc.floor-madam .onlinelist .waiting-list .ttl > div:after {
    background-position: -1px -83px;
}

#page-lc.floor-madam .onlinelist .party-list .ttl > div:after {
    background-position: -42px -83px;
}

#page-lc.floor-madam .onlinelist .twoshot-list .ttl > div:after {
    background-position: -83px -83px;
}

/* .floor-nonadult */
#page-lc.floor-nonadult .onlinelist .waiting-list .ttl > div:after {
    background-position: -1px -124px;
}

#page-lc.floor-nonadult .onlinelist .party-list .ttl > div:after {
    background-position: -42px -124px;
}

#page-lc.floor-nonadult .onlinelist .twoshot-list .ttl > div:after {
    background-position: -83px -124px;
}

/* .floor-virtual */
#page-lc.floor-virtual .onlinelist .waiting-list .ttl > div:after,
#page-lc.floor-virtual_2d .onlinelist .waiting-list .ttl > div:after {
    background-position: -1px -1px;
}

#page-lc.floor-virtual .onlinelist .party-list .ttl > div:after,
#page-lc.floor-virtual_2d .onlinelist .party-list .ttl > div:after {
    background-position: -42px -1px;
}

#page-lc.floor-virtual .onlinelist .twoshot-list .ttl > div:after,
#page-lc.floor-virtual_2d .onlinelist .twoshot-list .ttl > div:after {
    background-position: -83px -1px;
}

#page-lc.floor-chat .onlinelist .ttl > div > p:first-child,
#page-lc.floor-chat .onlinelist .ttl > div > h2:first-child {
    color: #ed626f;
}

#page-lc.floor-adult .onlinelist .ttl > div > p:first-child,
#page-lc.floor-adult .onlinelist .ttl > div > h2:first-child {
    color: #e36e9d;
}

#page-lc.floor-madam .onlinelist .ttl > div > p:first-child,
#page-lc.floor-madam .onlinelist .ttl > div > h2:first-child {
    color: #974589;
}

#page-lc.floor-nonadult .onlinelist .ttl > div > p:first-child,
#page-lc.floor-nonadult .onlinelist .ttl > div > h2:first-child {
    color: #6bb049;
}

#page-lc.floor-virtual .onlinelist .ttl > div > p:first-child,
#page-lc.floor-virtual .onlinelist .ttl > div > h2:first-child,
#page-lc.floor-virtual_2d .onlinelist .ttl > div > p:first-child,
#page-lc.floor-virtual_2d .onlinelist .ttl > div > h2:first-child {
    color: #18A0FB;
}

#page-lc .onlinelist .ttl .tx-supple {
    display: block;
    margin-top: 3px;
    color: #696969;
    font-size: 11px;
}

#page-lc.floor-virtual .onlinelist .ttl ul,
#page-lc.floor-virtual_2d .onlinelist .ttl ul {
    float: right;
    display: block;
    margin-top: 14px;
    font-size: 12px;
}

#page-lc .onlinelist .ttl ul {
    position: absolute;
    bottom: 26px;
    right: 9px;
    display: block;
    margin-top: 14px;
    font-size: 12px;
}

#page-lc .onlinelist .ttl ul li {
    float: left;
}

#page-lc .onlinelist .ttl ul li > a {
    position: relative;
    margin-left: 8px;
    font-weight: bold;
    letter-spacing: -.4px;
}

#page-lc.floor-chat .onlinelist .ttl li > a {
    color: #ed626f;
}

#page-lc.floor-adult .onlinelist .ttl li > a {
    color: #e36e9d;
}

#page-lc.floor-madam .onlinelist .ttl li > a {
    color: #974589;
}

#page-lc.floor-nonadult .onlinelist .ttl li > a {
    color: #6bb049;
}

#page-lc.floor-virtual .onlinelist .ttl li > a,
#page-lc.floor-virtual_2d .onlinelist .ttl li > a {
    color: #18A0FB;
}

#page-lc .onlinelist .ttl li > a:after {
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url(https://p.dmm.co.jp/p/livechat/icon_onlinelist02.png);
    background-repeat: no-repeat;
    content: "";
}

#page-lc.floor-virtual .onlinelist .ttl li > a:after,
#page-lc.floor-virtual_2d .onlinelist .ttl li > a:after {
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url(https://p.dmm.co.jp/p/livechat/icon_onlinelist03.png);
    background-repeat: no-repeat;
    content: "";
}

#page-lc .onlinelist .ttl li.down > a:after {
    top: 0;
    left: -15px;
    border-collapse: separate !important;
}

#page-lc .onlinelist .ttl li.up > a:after {
    top: 0;
    left: -15px;
    border-collapse: separate !important;
}

#page-lc.floor-chat .onlinelist .ttl li.up > a:after {
    background-position: -1px -206px;
}

#page-lc.floor-chat .onlinelist .ttl li.down > a:after {
    background-position: -17px -206px;
}

#page-lc.floor-adult .onlinelist .ttl li.up > a:after {
    background-position: -33px -206px;
}

#page-lc.floor-adult .onlinelist .ttl li.down > a:after {
    background-position: -49px -206px;
}

#page-lc.floor-madam .onlinelist .ttl li.up > a:after {
    background-position: -1px -222px;
}

#page-lc.floor-madam .onlinelist .ttl li.down > a:after {
    background-position: -17px -222px;
}

#page-lc.floor-nonadult .onlinelist .ttl li.up > a:after {
    background-position: -33px -222px;
}

#page-lc.floor-nonadult .onlinelist .ttl li.down > a:after {
    background-position: -49px -222px;
}

#page-lc.floor-virtual .onlinelist .ttl li.up > a:after,
#page-lc.floor-virtual_2d .onlinelist .ttl li.up > a:after {
    background-position: -1px -40px;
}

#page-lc.floor-virtual .onlinelist .ttl li.down > a:after,
#page-lc.floor-virtual_2d .onlinelist .ttl li.down > a:after {
    background-position: -17px -40px;
}

#page-lc .onlinelist .ttl li + li {
    margin-left: 10px;
    padding-left: 20px;
    border-left: 1px dotted #bbb;
}

/* ========================= [ オンラインリスト : 共通 ]  */
/* =====  リストグループ */
/* 入室人数 */
#page-lc .listgroup .listbox .viewer {
    position: absolute;
    width: 36px;
    height: 36px;
    background: url(https://p.dmm.co.jp/p/livechat/bg_viewer_plus2.png) no-repeat;
    z-index: 21;
}

#page-lc .listgroup .listbox.adult .viewer {
    background-position: -1px -75px;
}

#page-lc .listgroup .listbox.madam .viewer {
    background-position: -38px -75px;
}

#page-lc .listgroup .listbox.nonadult .viewer {
    background-position: -75px -75px;
}

#page-lc .listgroup .listbox.virtual .viewer,
#page-lc .listgroup .listbox.virtual_2d .viewer {
    background-position: -297px -76px;
}

#page-lc .listgroup .listbox .viewer.full {
    background-position: -112px -75px;
    content: "";
}

#page-lc .listgroup .listbox .viewer.full > span {
    display: none;
}

#page-lc .listgroup .listbox .viewer span {
    display: block;
    line-height: 1.3em;
    width: 23px;
    color: #fff;
    font-size: 13px;
    font-family: Verdana;
    text-align: center;
}

/* 新人アイコン */
#page-lc .listgroup .listbox [class^="new"] {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
}

#page-lc .listgroup .listbox .new {
    background: url(https://p.dmm.co.jp/p/livechat/icon_listbox.png) -1px 0px no-repeat;
}

#page-lc .listgroup .listbox .new-half {
    background: url(https://p.dmm.co.jp/p/livechat/icon_listbox.png) -22px 0px no-repeat;
}

#page-lc .listgroup .listbox .label-vertical {
    position: relative;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 2px 2px 6px;
    color: #fff;
    background: rgba(237, 98, 111, 0.7);
    border-radius: 20px 0 0 20px;
}

/* お気に入りアイコン */
#page-lc .listgroup .listbox .favorite {
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(https://p.dmm.co.jp/p/livechat/icon_listbox.png) -1px -22px no-repeat;
}

/* スマホ配信アイコン */
#page-lc .listgroup .listbox .smartphone {
    position: absolute;
    top: 112px;
    left: 4px;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    background: url(https://p.dmm.co.jp/p/livechat/ico_list_sp.svg) 0 0 no-repeat;
    background-size: cover;
}

/* ステレオ音声配信アイコン */
#page-lc .listgroup .listbox .headphone {
    position: absolute;
    top: 112px;
    left: 4px;
    width: 16px;
    height: 16px;
    margin-left: 6px;
    background: url(https://p.dmm.co.jp/p/livechat/ico_headphone.svg) 0 0 no-repeat;
    background-size: cover;
}

/* 割引背景 */
#page-lc .listgroup .listbox .cp-info {
    display: inline-block;
    position: absolute;
    width: 64px;
    height: 18px;
    background: url(https://p.dmm.co.jp/p/livechat/bg_dot.png) left top;
    text-align: center;
}

#page-lc .listgroup .listbox a .cp-info {
    line-height: 14px;
    color: #DC0A32;
    font-size: 11px;
    font-weight: bold;
}

#page-lc .listgroup .listbox a .cp-info.new-cp, #page-lc .listgroup .listbox a .cp-info.imp-cp, #page-lc .listgroup .listbox a .cp-info.virtual-cp,
#page-lc .listgroup .listbox a .cp-info.new-cp, #page-lc .listgroup .listbox a .cp-info.imp-cp, #page-lc .listgroup .listbox a .cp-info.virtual_2d-cp {
    color: #fff;
}

#page-lc .listgroup .listbox .cp-info:before,
#page-lc .listgroup .listbox .cp-info:after {
    content: "";
    display: block;
    position: absolute;
    border: solid transparent;
}

#page-lc .listgroup .listbox .cp-info:before {
    bottom: -1px;
    left: 50%;
    z-index: 2;
    margin-left: 0;
    border-width: 4px 0 0 5px;
    border-top-color: #fff;
}

#page-lc .listgroup .listbox .cp-info:after {
    bottom: -4px;
    left: 50%;
    z-index: 1;
    margin-left: -3px;
    border-width: 6px 0 0 10px;
}

#page-lc .listgroup .listbox .cp-info.new-cp:before {
    border-top-color: #BF870E;
}

#page-lc .listgroup .listbox .cp-info.imp-cp:before {
    border-top-color: #DC0A32;
}

#page-lc .listgroup .listbox .cp-info.virtual-cp:before,
#page-lc .listgroup .listbox .cp-info.virtual_2d-cp:before {
    border-top-color: #1B9FF8;
}

#page-lc .listgroup .listbox.adult .cp-info.reg-cp,
#page-lc .listgroup .listbox.madam .cp-info.reg-cp,
#page-lc .listgroup .listbox.nonadult .cp-info.reg-cp,
#page-lc .listgroup .listbox.virtual .cp-info.reg-cp,
#page-lc .listgroup .listbox.virtual_2d .cp-info.reg-cp {
    background-color: #fff;
}

#page-lc .listgroup .listbox.adult .cp-info.reg-cp:after,
#page-lc .listgroup .listbox.madam .cp-info.reg-cp:after,
#page-lc .listgroup .listbox.nonadult .cp-info.reg-cp:after,
#page-lc .listgroup .listbox.virtual .cp-info.reg-cp:after,
#page-lc .listgroup .listbox.virtual_2d .cp-info.reg-cp:after {
    border-top-color: #DC0A32;
}

#page-lc .listgroup .listbox.virtual#box_vc_ad .cp-info,
#page-lc .listgroup .listbox.virtual_2d#box_vc_ad .cp-info {
    background-color: #1B9FF8;
}

#page-lc .listgroup .listbox.virtual#box_vc_ad .cp-info:after,
#page-lc .listgroup .listbox.virtual_2d#box_vc_ad .cp-info:after {
    border-top-color: #1B9FF8;
}

#page-lc .listgroup .listbox .cp-info.imp-cp {
    background-color: #db0318;
}

#page-lc .listgroup .listbox .cp-info.imp-cp:after {
    border-top-color: #db0318;
}

#page-lc .listgroup .listbox .cp-info.new-cp {
    background-color: #bf870e;
}

#page-lc .listgroup .listbox .cp-info.new-cp:after {
    border-top-color: #bf870e;
}

/* 割引テキスト */
#page-lc .listgroup .listbox .cp-info span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    width: 62px;
    height: 14px;
    border: 2px solid #DC0A32;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
}

#page-lc .listgroup .listbox .cp-info.new-cp span {
    border: 2px solid #BF870E;
}

#page-lc .listgroup .listbox .cp-info.virtual-cp span,
#page-lc .listgroup .listbox .cp-info.virtual_2d-cp span {
    border: 2px solid #1B9FF8;
}

#page-lc .listgroup .listbox .cp-info span.tx-large {
    display: none;
}

#page-lc .listgroup .listbox .cp-info span:after {
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 62px;
    height: 14px;
    background: url(https://p.dmm.co.jp/p/livechat/icon_discount_plus2.gif) no-repeat;
    content: "";
}

#page-lc .listgroup .listbox.virtual .cp-info span.firstin:after,
#page-lc .listgroup .listbox.virtual_2d .cp-info span.firstin:after {
    background-position: -1px -565px;
}

#page-lc .listgroup .listbox.virtual .cp-info span:after,
#page-lc .listgroup .listbox.virtual_2d .cp-info span:after {
    background-position: -1px -566px;
}

#page-lc .listgroup .listbox.virtual#box_vc_ad .cp-info span:after,
#page-lc .listgroup .listbox.virtual_2d#box_vc_ad .cp-info span:after {
    content: none;
}

#page-lc .listgroup .listbox.adult .cp-info span.firstin:after {
    background-position: -66px -3px;
}

#page-lc .listgroup .listbox.adult .cp-info span:after {
    background-position: -1px -1px;
}

#page-lc .listgroup .listbox.madam .cp-info span.firstin:after {
    background-position: -66px -22px;
}

#page-lc .listgroup .listbox.madam .cp-info span:after {
    background-position: -1px -20px;
}

#page-lc .listgroup .listbox.nonadult .cp-info span.firstin:after {
    background-position: -66px -39px;
}

#page-lc .listgroup .listbox.nonadult .cp-info span:after {
    background-position: -1px -39px;
}

#page-lc .listgroup .listbox.virtual .cp-info span.firstin:after,
#page-lc .listgroup .listbox.virtual_2d .cp-info span.firstin:after {
    background-position: -66px -641px;
}

#page-lc .listgroup .listbox.nonadult .cp-info span.firstin:after {
    background-position: -66px -41px;
}

#page-lc .listgroup .listbox.nonadult .cp-info span:after {
    background-position: -1px -39px;
}

#page-lc .listgroup .listbox.virtual .cp-info span.firstin:after,
#page-lc .listgroup .listbox.virtual_2d .cp-info span.firstin:after {
    background-position: -66px -643px;
}

#page-lc .listgroup .listbox .cp-info.imp-cp span.firstin:after {
    background-position: -66px -58px;
}

#page-lc .listgroup .listbox .cp-info.imp-cp span:after {
    background-position: -1px -58px;
}

#page-lc .listgroup .listbox .cp-info.new-cp span:after {
    background-position: -1px -77px;
}

#page-lc .listgroup .listbox.adult .device-pc .cp-info span:after {
    background-position: -1px -221px;
}

#page-lc .listgroup .listbox.madam .device-pc .cp-info span:after {
    background-position: -1px -240px;
}

#page-lc .listgroup .listbox.nonadult .device-pc .cp-info span:after {
    background-position: -1px -259px;
}

#page-lc .listgroup .listbox.virtual .device-pc .cp-info span:after,
#page-lc .listgroup .listbox.virtual_2d .device-pc .cp-info span:after {
    background-position: -1px -259px;
}

#page-lc .listgroup .listbox .device-pc .cp-info.imp-cp span:after {
    background-position: -1px -278px;
}

#page-lc .listgroup .listbox .device-pc .cp-info.new-cp span:after {
    background-position: -1px -297px;
}

#page-lc .listgroup .listbox.adult .device-sp .cp-info span:after {
    background-position: -66px -221px;
}

#page-lc .listgroup .listbox.madam .device-sp .cp-info span:after {
    background-position: -66px -240px;
}

#page-lc .listgroup .listbox.nonadult .device-sp .cp-info span:after {
    background-position: -66px -259px;
}

#page-lc .listgroup .listbox.virtual .device-sp .cp-info span:after,
#page-lc .listgroup .listbox.virtual_2d .device-sp .cp-info span:after {
    background-position: -66px -259px;
}

#page-lc .listgroup .listbox .device-sp .cp-info.imp-cp span:after {
    background-position: -66px -278px;
}

#page-lc .listgroup .listbox .device-sp .cp-info.new-cp span:after {
    background-position: -66px -297px;
}

/* ========================= [ オンラインリスト : 画像優先リスト ]  */
/* ========================= 画像優先リスト | デフォルト(小サイズ)  */
/* =====  リストグループ */
#page-lc .type-spread {
    position: relative;
    overflow: hidden;
    border: 0 solid #dfe3e8;
    border-width: 1px 0 0 1px;
    background-color: #f5f7f9;
}

#page-lc .type-spread:before,
#page-lc .type-spread:after {
    display: block;
    position: absolute;
    border: 0 solid #dfe3e8;
    content: '';
}

#page-lc .type-spread:before {
    right: 0;
    height: 100%;
    border-width: 0 1px 0 0;
}

#page-lc .type-spread:after {
    bottom: 0;
    width: 100%;
    border-width: 0 0 1px 0;
}

/* =====  リスト詳細 */
#page-lc .type-spread .listbox {
    display: block;
    position: relative;
    float: left;
    width: 146px;
    height: 134px;
    border: 0 solid #dfe3e8;
    border-width: 0 1px 1px 0;
    background-color: #fff;
}

#page-lc .type-spread .listbox a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 20;
}

#page-lc .type-spread .listbox a > span {
    display: block;
}

#page-lc .type-spread .listbox a > .none {
    display: none;
}

#page-lc .type-spread .listbox .tmb {
    width: 134px;
    height: 101px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #dedede;
    text-align: center;
}

#page-lc .type-spread .listbox .tmb img {
    height: 101px;
    width: auto;
}

#page-lc .type-spread .listbox .viewer {
    top: 6px;
    left: 6px;
}

#page-lc .type-spread .listbox .tmb-icon-top-right {
    position: absolute;
    display: block;
    top: 8px;
    right: 0px;
}

#page-lc .type-spread .listbox .label-vertical {
    right: 6px;
}

#page-lc .type-spread .listbox [class^="new"] {
    right: 8px;
}

#page-lc .type-spread .listbox .ranking {
    display: inline-block;
    position: absolute;
    top: 90px;
    left: 6px;
    width: 134px;
    line-height: 17px;
    padding: 0 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(https://p.dmm.co.jp/p/livechat/bg_white_alpha.png) left top;
    color: #666;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
}

#page-lc .type-spread .listbox .ranking span {
    color: #db0318;
}

#page-lc .type-spread .listbox .cp-info {
    top: 89px;
    left: 6px;
}

#page-lc .type-spread .listbox .favorite {
    position: absolute;
    top: 112px;
    left: 6px;
}

#page-lc .type-spread .listbox .favorite + .smartphone,
#page-lc .type-spread .listbox .favorite + .headphone {
    margin-left: 15px;
}

#page-lc .type-spread .listbox .favorite + .name,
#page-lc .type-spread .listbox .favorite + .age + .name,
#page-lc .type-spread .listbox .smartphone + .name,
#page-lc .type-spread .listbox .smartphone + .age + .name,
#page-lc .type-spread .listbox .headphone + .name,
#page-lc .type-spread .listbox .headphone + .age + .name {
    margin-left: 18px;
}

#page-lc .type-spread .listbox .favorite + .smartphone + .name,
#page-lc .type-spread .listbox .favorite + .smartphone + .age + .name,
#page-lc .type-spread .listbox .favorite + .headphone + .name,
#page-lc .type-spread .listbox .favorite + .headphone + .age + .name {
    margin-left: 28px;
}

#page-lc .type-spread .listbox .favorite + .smartphone + .name,
#page-lc .type-spread .listbox .favorite + .headphone + .name,
#page-lc .type-spread .listbox .age + .name {
    width: 100px;
}

#page-lc .type-spread .listbox .favorite + .age + .name,
#page-lc .type-spread .listbox .smartphone + .age + .name,
#page-lc .type-spread .listbox .headphone + .age + .name {
    width: 90px;
}

#page-lc .type-spread .listbox .favorite + .age.ageover50 + .name,
#page-lc .type-spread .listbox .smartphone + .age.ageover50 + .name,
#page-lc .type-spread .listbox .headphone + .age.ageover50 + .name {
    width: 80px;
}

#page-lc .type-spread .listbox .favorite + .smartphone + .age + .name,
#page-lc .type-spread .listbox .favorite + .headphone + .age + .name {
    width: 80px;
}

#page-lc .type-spread .listbox .favorite + .smartphone + .age.ageover50 + .name,
#page-lc .type-spread .listbox .favorite + .headphone + .age.ageover50 + .name {
    width: 70px;
}

#page-lc .type-spread .listbox.large .favorite + .name,
#page-lc .type-spread .listbox.large .smartphone + .name,
#page-lc .type-spread .listbox.large .headphone + .name {
    width: 162px;
}

#page-lc .type-spread .listbox .name {
    position: absolute;
    top: 107px;
    left: 6px;
    width: 110px;
    line-height: 27px;
    margin-left: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 11px;
    font-weight: bold;
}

#page-lc .type-spread .listbox.adult .name {
    color: #E86197;
}

#page-lc .type-spread .listbox .age + .name {
    width: 100px;
}

#page-lc .type-spread .listbox.madam .name {
    color: #A1539B;
}

#page-lc .type-spread .listbox .age.ageover50 + .name {
    width: 90px;
}

#page-lc .type-spread .listbox.nonadult .name {
    color: #6BB049;
}

#page-lc .type-spread .listbox.virtual .name,
#page-lc .type-spread .listbox.virtual_2d .name {
    color: #169BF4;
}

#page-lc .type-spread .listbox .age {
    position: absolute;
    bottom: 5px;
    right: 4px;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    border-radius: 2px;
    padding: 0 2px;
    color: #555;
    background: #f7f7f7;
    letter-spacing: -.3px;
}

#page-lc .type-spread .listbox .cover-info {
    position: absolute;
    width: 134px;
    height: 101px;
    top: 6px;
    left: 6px;
    overflow: hidden;
}

#page-lc .type-spread .listbox .cover-info .inner {
    display: block;
    position: absolute;
    bottom: -100px;
    width: 134px;
    padding: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(https://p.dmm.co.jp/p/livechat/bg_white_alpha.png) left top;
    color: #555;
}

#page-lc .type-spread .listbox .cover-info .inner {
    bottom: -100px;
    -webkit-transition: bottom 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: bottom 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: bottom 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

#page-lc .type-spread .listbox .cover-info .inner.active {
    bottom: 0;
}

#page-lc .type-spread .listbox .comment {
    display: block;
    width: 110px;
    margin-top: 3px;
    font-size: 11px;
    font-weight: bold;
    word-break: break-all;
    word-wrap: break-word;
}

#page-lc .type-spread .listbox .floor {
    display: inline-block;
    line-height: 1.2em;
    padding: 0 6px 0 0;
    font-size: 10px;
    font-weight: bold;
}

#page-lc .type-spread .listbox.adult .floor {
    color: #E86197;
}

#page-lc .type-spread .listbox.madam .floor {
    color: #A1539B;
}

#page-lc .type-spread .listbox.nonadult .floor {
    color: #6BB049;
}

#page-lc .type-spread .listbox.virtual .floor,
#page-lc .type-spread .listbox.virtual_2d .floor {
    color: #169BF4;
}

/* 大リスト */
#page-lc .type-spread .listbox.large {
    width: 293px;
    height: 269px;
}

#page-lc .type-spread .listbox.large.right {
    float: right;
}

#page-lc .type-spread .listbox.large.right:after {
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    height: 100%;
    border-left: 1px solid #dfe3e8;
    content: "";
}

#page-lc .type-spread .listbox.large .tmb {
    width: 281px;
    height: 225px;
}

#page-lc .type-spread .listbox.large .tmb img {
    position: relative;
    left: 50%;
    height: 225px;
    width: auto;
    margin-left: -281px;
}

#page-lc .type-spread .listbox.large .viewer {
    width: 73px;
    height: 73px;
    background: url(https://p.dmm.co.jp/p/livechat/bg_viewer_plus2.png) no-repeat;
}

#page-lc .listgroup .listbox.large.adult .viewer {
    background-position: -1px -1px;
}

#page-lc .listgroup .listbox.large.madam .viewer {
    background-position: -75px -1px;
}

#page-lc .listgroup .listbox.large.nonadult .viewer {
    background-position: -149px -1px;
}

#page-lc .listgroup .listbox.large.virtual .viewer,
#page-lc .listgroup .listbox.large.virtual_2d .viewer {
    background-position: -297px -1px;
}

#page-lc .listgroup .listbox.large .viewer.full {
    background-position: -223px -1px;
}

#page-lc .type-spread .listbox.large .viewer span {
    position: relative;
    width: 43px;
    line-height: 1.4em;
    font-size: 16px;
    font-weight: normal;
}

#page-lc .type-spread .listbox.large .viewer span:after {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    background: url(https://p.dmm.co.jp/p/livechat/icon_listbox.png) -1px -37px no-repeat;
    content: "";
}

#page-lc .type-spread .listbox.large .viewer.full span:after {
    content: none;
}

#page-lc .type-spread .listbox.large .ranking {
    top: 207px;
    width: 281px;
    line-height: 24px;
    padding: 0 6px;
    background: url(https://p.dmm.co.jp/p/livechat/bg_white_alpha.png) left top;
    font-size: 13px;
}

#page-lc .type-spread .listbox.large .ranking:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    background: url(https://p.dmm.co.jp/p/livechat/icon_listbox.png) -43px -1px no-repeat;
    content: "";
    vertical-align: middle;
}

#page-lc .type-spread .listbox.large .floor {
    position: absolute;
    top: 240px;
    right: 6px;
    display: inline-block;
    line-height: 1.6em;
    padding: 0 4px  0 8px;
    background: none;
    border-left: 1px dotted #bbb;
    border-right: none;
    font-size: 11px;
}

#page-lc .type-spread .listbox.large.adult .floor {
    color: #E86197;
}

#page-lc .type-spread .listbox.large.madam .floor {
    color: #A1539B;
}

#page-lc .type-spread .listbox.large.nonadult .floor {
    color: #6BB049;
}

#page-lc .type-spread .listbox.large.virtual .floor,
#page-lc .type-spread .listbox.large.virtual_2d .floor {
    color: #169BF4;
}

#page-lc .type-spread .listbox.large .age + .name,
#page-lc .type-spread .listbox.large .favorite + .smartphone + .name,
#page-lc .type-spread .listbox.large .favorite + .headphone + .name,
#page-lc .type-spread .listbox.large .favorite + .age + .name,
#page-lc .type-spread .listbox.large .smartphone + .age + .name,
#page-lc .type-spread .listbox.large .headphone + .age + .name,
#page-lc .type-spread .listbox.large .favorite + .smartphone + .age + .name,
#page-lc .type-spread .listbox.large .favorite + .headphone + .age + .name,
#page-lc .type-spread .listbox.large .age.ageover50 + .name {
    width: 150px;
}

#page-lc .type-spread .listbox.large.adult .favorite + .smartphone + .age.ageover50 + .name,
#page-lc .type-spread .listbox.large.adult .favorite + .headphone + .age.ageover50 + .name {
    width: 130px;
}

#page-lc .type-spread .listbox.large.nonadult .favorite + .age.ageover50 + .name,
#page-lc .type-spread .listbox.large.nonadult .smartphone + .age.ageover50 + .name,
#page-lc .type-spread .listbox.large.nonadult .headphone + .age.ageover50 + .name,
#page-lc .type-spread .listbox.large.nonadult .favorite + .smartphone + .age + .name,
#page-lc .type-spread .listbox.large.nonadult .favorite + .headphone + .age + .name {
    width: 120px;
}

#page-lc .type-spread .listbox.large.nonadult .favorite + .smartphone + .age.ageover50 + .name,
#page-lc .type-spread .listbox.large.nonadult .favorite + .headphone + .age.ageover50 + .name {
    width: 110px;
}

#page-lc .type-spread .listbox.large .name {
    top: 231px;
    left: 10px;
    width: 180px;
    line-height: 38px;
    margin-left: 3px;
    font-size: 13px;
    text-align: left;
}

#page-lc .type-spread .listbox.large.madam .age {
    right: 48px;
    bottom: 12px;
}

#page-lc .type-spread .listbox.large.adult .age {
    right: 68px;
    bottom: 12px;
}

#page-lc .type-spread .listbox.large.nonadult .age {
    right: 92px;
    bottom: 12px;
}

#page-lc .type-spread .listbox.large .favorite + .name,
#page-lc .type-spread .listbox.large .smartphone + .name,
#page-lc .type-spread .listbox.large .headphone + .name,
#page-lc .type-spread .listbox.large .favorite + .age + .name,
#page-lc .type-spread .listbox.large .smartphone + .age + .name,
#page-lc .type-spread .listbox.large .headphone + .age + .name {
    margin-left: 18px;
}

#page-lc .type-spread .listbox.large .favorite {
    position: absolute;
    top: 239px;
    left: 6px;
    width: 20px;
    height: 20px;
    background: url(https://p.dmm.co.jp/p/livechat/icon_listbox.png) -64px -1px no-repeat;
    z-index: 10;
}

#page-lc .type-spread .listbox.large .smartphone {
    position: absolute;
    top: 240px;
    left: 6px;
    width: 16px;
    height: 16px;
    background: url(https://p.dmm.co.jp/p/livechat/ico_list_sp.svg) 0 0 no-repeat;
    background-size: cover;
    z-index: 10;
}

#page-lc .type-spread .listbox.large .headphone {
    position: absolute;
    top: 240px;
    left: 6px;
    width: 16px;
    height: 16px;
    background: url(https://p.dmm.co.jp/p/livechat/ico_headphone.svg) 0 0 no-repeat;
    background-size: cover;
    z-index: 10;
}

#page-lc .type-spread .listbox.large .favorite + .smartphone,
#page-lc .type-spread .listbox.large .favorite + .headphone {
    margin-left: 20px;
}

#page-lc .type-spread .listbox.large .favorite + .smartphone + .name,
#page-lc .type-spread .listbox.large .favorite + .smartphone + .age + .name,
#page-lc .type-spread .listbox.large .favorite + .headphone + .name,
#page-lc .type-spread .listbox.large .favorite + .headphone + .age + .name {
    margin-left: 35px;
}

#page-lc .type-spread .listbox.large .cover-info {
    width: 281px;
    height: 225px;
    overflow: hidden;
}

#page-lc .type-spread .listbox.large .cover-info .inner {
    display: block;
    position: absolute;
    width: 281px;
    padding: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(https://p.dmm.co.jp/p/livechat/bg_white_alpha.png) left top;
    color: #555;
}

#page-lc .type-spread .listbox.large .comment {
    display: block;
    width: 268px;
    font-size: 14px;
}

#page-lc .type-spread .listbox.large.right .comment {
    text-align: left;
}

/* 割引テキスト */
#page-lc .type-spread .listbox.large .cp-info {
    position: absolute;
    top: 207px;
    width: 130px;
    height: 24px;
    font-size: 13px;
}

#page-lc .type-spread .listbox.large .cp-info:before {
    bottom: -2px;
    margin-left: 0;
    border-width: 5px 0 0 5px;
}

#page-lc .type-spread .listbox.large .cp-info:after {
    bottom: -6px;
    border-width: 8px 0 0 10px;
}

#page-lc .type-spread .listbox.large .cp-info span {
    width: 128px;
    height: 20px;
    line-height: 20px;
}

/*--元に戻せるようコメントアウト
#page-lc .type-spread .listbox.large .cp-info span {
    width: 130px;
    height: 20px;
    line-height: 22px;
}
#page-lc .type-spread .listbox.large .cp-info:after {
    bottom: -5px;
    border-width: 5px 0 0 5px;
}
#page-lc .type-spread .listbox.large .cp-info span {
    width: 130px;
    height: 24px;
    line-height: 24px;
}
--*/
#page-lc .type-spread .listbox.large .cp-info span.tx-default {
    display: none;
}

#page-lc .type-spread .listbox.large .cp-info span.tx-large {
    display: block;
}

#page-lc .type-spread .listbox.large .cp-info span:after {
    width: 128px;
    height: 20px;
    /*
    width: 130px;
    height: 24px;
    */
}

#page-lc .type-spread .listbox.large.adult .cp-info span:after {
    background-position: -1px -96px;
}

#page-lc .type-spread .listbox.large.madam .cp-info span:after {
    background-position: -1px -121px;
}

#page-lc .type-spread .listbox.large.nonadult .cp-info span:after {
    background-position: -1px -146px;
}

#page-lc .type-spread .listbox.large.virtual .cp-info span:after,
#page-lc .type-spread .listbox.large.virtual_2d .cp-info span:after {
    background-position: -1px -566px;
}

#page-lc .type-spread .listbox.large .cp-info.imp-cp span:after {
    background-position: -1px -171px;
}

#page-lc .type-spread .listbox.large .cp-info.new-cp span:after {
    background-position: -1px -196px;
}

#page-lc .type-spread .listbox.large.adult .device-pc .cp-info span:after {
    background-position: -1px -316px;
}

#page-lc .type-spread .listbox.large.madam .device-pc .cp-info span:after {
    background-position: -1px -341px;
}

#page-lc .type-spread .listbox.large.nonadult .device-pc .cp-info span:after {
    background-position: -1px -366px;
}

#page-lc .type-spread .listbox.large .device-pc .cp-info.imp-cp span:after {
    background-position: -1px -391px;
}

#page-lc .type-spread .listbox.large .device-pc .cp-info.new-cp span:after {
    background-position: -1px -416px;
}

#page-lc .type-spread .listbox.large.adult .device-sp .cp-info span:after {
    background-position: -1px -441px;
}

#page-lc .type-spread .listbox.large.madam .device-sp .cp-info span:after {
    background-position: -1px -466px;
}

#page-lc .type-spread .listbox.large.nonadult .device-sp .cp-info span:after {
    background-position: -1px -491px;
}

#page-lc .type-spread .listbox.large .device-sp .cp-info.imp-cp span:after {
    background-position: -1px -516px;
}

#page-lc .type-spread .listbox.large .device-sp .cp-info.new-cp span:after {
    background-position: -1px -541px;
}

/* ========================= 画像優先リスト | 大サイズ切り替え時  */
/* =====  リスト詳細  */
#page-lc .type-spread.size-l .listbox {
    width: 182.75px;
    height: 160px;
}

#page-lc .type-spread.size-l .listbox .tmb {
    width: 171px;
    height: 128px;
}

#page-lc .type-spread.size-l .listbox .tmb img {
    height: 128px;
    width: auto;
}

#page-lc .type-spread.size-l .listbox .viewer {
    top: 6px;
    left: 50%;
    margin-left: -86px;
}

#page-lc .type-spread.size-l .listbox .tmb-icon-top-right {
    position: absolute;
    display: block;
    top: 8px;
    left: 50%;
}

#page-lc .type-spread.size-l .listbox .label-vertical {
    left: 29px;
}

#page-lc .type-spread.size-l .listbox [class^="new"] {
    left: 62px;
}

#page-lc .type-spread.size-l .listbox .ranking {
    top: 116px;
    left: 50%;
    width: 172px;
    line-height: 20px;
    margin-left: -86px;
}

#page-lc .type-spread.size-l .listbox .ranking:before {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: -1px 3px 0 0;
    background: url(https://p.dmm.co.jp/p/livechat/icon_listbox.png) -16px -22px no-repeat;
    vertical-align: middle;
    content: "";
}

#page-lc .type-spread.size-l .listbox .cp-info {
    top: 116px;
    left: 50%;
    margin-left: -86px;
}

#page-lc .type-spread.size-l .listbox .favorite {
    position: absolute;
    top: 140px;
    left: 6px;
}

#page-lc .type-spread.size-l .listbox .smartphone,
#page-lc .type-spread.size-l .listbox .headphone {
    top: 140px;
    left: 2px;
}

#page-lc .type-spread.size-l .listbox .name {
    top: 134px;
    left: 6px;
    width: 150px;
}

#page-lc .type-spread.size-l .listbox .favorite + .smartphone + .name,
#page-lc .type-spread.size-l .listbox .favorite + .headphone + .name,
#page-lc .type-spread.size-l .listbox .age + .name {
    width: 140px;
}

#page-lc .type-spread.size-l .listbox .age.ageover50 + .name {
    width: 130px;
}

#page-lc .type-spread.size-l .listbox .favorite + .age + .name,
#page-lc .type-spread.size-l .listbox .smartphone + .age + .name,
#page-lc .type-spread.size-l .listbox .headphone + .age + .name {
    width: 130px;
}

#page-lc .type-spread.size-l .listbox .favorite + .age.ageover50 + .name,
#page-lc .type-spread.size-l .listbox .smartphone + .age.ageover50 + .name,
#page-lc .type-spread.size-l .listbox .headphone + .age.ageover50 + .name {
    width: 110px;
}

#page-lc .type-spread.size-l .listbox .favorite + .smartphone + .age + .name,
#page-lc .type-spread.size-l .listbox .favorite + .headphone + .age + .name {
    width: 120px;
}

#page-lc .type-spread.size-l .listbox .favorite + .smartphone + .age.ageover50 + .name,
#page-lc .type-spread.size-l .listbox .favorite + .headphone + .age.ageover50 + .name {
    width: 100px;
}

#page-lc .type-spread.size-l .listbox .cover-info {
    width: 172px;
    height: 128px;
    top: 6px;
    left: 50%;
    margin-left: -86px;
}

#page-lc .type-spread.size-l .listbox .cover-info .inner {
    width: 172px;
    padding: 6px;
}

#page-lc .type-spread.size-l .listbox .comment {
    width: 160px;
}

#page-lc .type-spread.size-l .listbox .floor {
    padding: 0 6px 0 0;
}

/* ========================= [ オンラインリスト : 詳細表示リスト ]  */
/* ========================= 詳細表示リスト | デフォルト(小サイズ)  */
/* =====  リストグループ */
#page-lc .type-disclose {
    position: relative;
    overflow: hidden;
    border: 0 solid #dfe3e8;
    border-width: 1px 0 0 1px;
    background-color: #fff;
}

#page-lc .type-disclose:before,
#page-lc .type-disclose:after {
    display: block;
    position: absolute;
    border: 0 solid #dfe3e8;
    content: '';
}

#page-lc .type-disclose:before {
    right: 0;
    height: 100%;
    border-width: 0 1px 0 0;
}

#page-lc .type-disclose:after {
    bottom: 0;
    width: 100%;
    border-width: 0 0 1px 0;
}

/* =====  リスト詳細 */
#page-lc .type-disclose .listbox {
    display: block;
    position: relative;
    float: left;
    width: 146px;
    height: 204px;
    border: 0 solid #dfe3e8;
    border-width: 0 1px 1px 0;
    background-color: #fff;
}

#page-lc .type-disclose .listbox a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#page-lc .type-disclose .listbox a:hover .tmb {
    opacity: 0.7;
}

#page-lc .type-disclose .listbox a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #f7f7f7;
    content: "";
}

#page-lc .type-disclose .listbox a > span {
    display: block;
}

#page-lc .type-disclose .listbox a > .none {
    display: none;
}

#page-lc .type-disclose .listbox .tmb {
    width: 130px;
    height: 97px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    background-color: #dedede;
}

#page-lc .type-disclose .listbox .tmb img {
    height: 98px;
    width: auto;
}

#page-lc .type-disclose .listbox .viewer {
    top: 8px;
    left: 8px;
}

#page-lc .type-disclose .listbox .tmb-icon-top-right {
    position: absolute;
    display: block;
    top: 8px;
    right: 0px;
}

#page-lc .type-disclose .listbox .label-vertical {
    right: 8px;
}

#page-lc .type-disclose .listbox [class^="new"] {
    right: 12px;
}

#page-lc .type-disclose .listbox .ranking {
    display: inline-block;
    position: absolute;
    top: 175px;
    left: 6px;
    width: 70px;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}

#page-lc .type-disclose .listbox .ranking span {
    color: #db0318;
}

#page-lc .type-disclose .listbox .cp-info {
    top: 87px;
    left: 8px;
}

#page-lc .type-disclose .listbox .favorite {
    position: absolute;
    top: 112px;
    left: 6px;
}

#page-lc .type-disclose .listbox .favorite + .name {
    margin-left: 18px;
}

#page-lc .type-disclose .listbox .smartphone,
#page-lc .type-disclose .listbox .headphone {
    position: absolute;
    top: 112px;
    left: 4px;
}

#page-lc .type-disclose .listbox .favorite + .smartphone,
#page-lc .type-disclose .listbox .favorite + .headphone {
    margin-left: 15px;
}

#page-lc .type-disclose .listbox .favorite + .name,
#page-lc .type-disclose .listbox .favorite + .age + .name,
#page-lc .type-disclose .listbox .smartphone + .name,
#page-lc .type-disclose .listbox .smartphone + .age + .name,
#page-lc .type-disclose .listbox .headphone + .name,
#page-lc .type-disclose .listbox .headphone + .age + .name {
    margin-left: 18px;
}

#page-lc .type-disclose .listbox .favorite + .smartphone + .name,
#page-lc .type-disclose .listbox .favorite + .smartphone + .age + .name,
#page-lc .type-disclose .listbox .favorite + .headphone + .name,
#page-lc .type-disclose .listbox .favorite + .headphone + .age + .name {
    margin-left: 28px;
}

#page-lc .type-disclose .listbox .favorite + .smartphone + .name,
#page-lc .type-disclose .listbox .favorite + .headphone + .name,
#page-lc .type-disclose .listbox .age + .name {
    width: 90px;
}

#page-lc .type-disclose .listbox .favorite + .age + .name,
#page-lc .type-disclose .listbox .smartphone + .age + .name,
#page-lc .type-disclose .listbox .headphone + .age + .name {
    width: 80px;
}

#page-lc .type-disclose .listbox .favorite + .smartphone + .age + .name,
#page-lc .type-disclose .listbox .favorite + .headphone + .age + .name {
    width: 70px;
}

#page-lc .type-disclose .listbox .age.ageover50 + .name {
    width: 80px;
}

#page-lc .type-disclose .listbox .favorite + .age.ageover50 + .name,
#page-lc .type-disclose .listbox .smartphone + .age.ageover50 + .name,
#page-lc .type-disclose .listbox .headphone + .age.ageover50 + .name {
    width: 70px;
}

#page-lc .type-disclose .listbox .favorite + .smartphone + .age.ageover50 + .name,
#page-lc .type-disclose .listbox .favorite + .headphone + .age.ageover50 + .name {
    width: 60px;
}

#page-lc .type-disclose .listbox .name {
    position: absolute;
    top: 107px;
    left: 6px;
    width: 110px;
    line-height: 27px;
    margin-left: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 11px;
    font-weight: bold;
}

#page-lc .type-disclose .listbox.adult .name {
    color: #E86197;
}

#page-lc .type-disclose .listbox.madam .name {
    color: #A1539B;
}

#page-lc .type-disclose .listbox.nonadult .name {
    color: #6BB049;
}

#page-lc .type-disclose .listbox.virtual .name,
#page-lc .type-disclose .listbox.virtual_2d .name {
    color: #169BF4;
}

#page-lc .type-disclose .listbox .age {
    position: absolute;
    top: 113px;
    right: 6px;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    border-radius: 2px;
    padding: 0 2px;
    color: #555;
    background: #f7f7f7;
}

#page-lc .type-disclose .listbox .comment {
    display: block;
    position: absolute;
    top: 135px;
    left: 8px;
    width: 128px;
    margin-left: 6px;
    line-height: 1.6em;
    color: #555;
    font-size: 10px;
    font-weight: bold;
    word-break: break-all;
    word-wrap: break-word;
}

#page-lc .type-disclose .listbox .floor {
    display: inline-block;
    position: absolute;
    top: 184px;
    right: 6px;
    line-height: 1.2em;
    padding: 0 0 0 6px;
    background: url(https://p.dmm.co.jp/p/livechat/bg_spread_floor.gif) left top no-repeat;
    font-size: 10px;
    font-weight: bold;
}

#page-lc .type-disclose .listbox.adult .floor {
    color: #E86197;
}

#page-lc .type-disclose .listbox.madam .floor {
    background-position: left -15px;
    color: #A1539B;
}

#page-lc .type-disclose .listbox.nonadult .floor {
    background-position: left -30px;
    color: #6BB049;
}

#page-lc .type-disclose .listbox.virtual .floor,
#page-lc .type-disclose .listbox.virtual_2d .floor {
    background-position: left -45px;
    color: #169bf4;
}

/* ========================= 詳細表示リスト | 大サイズ切り替え時  */
/* =====  リスト詳細  */
#page-lc .type-disclose.size-l .listbox {
    width: 182.75px;
    height: 234px;
}

#page-lc .type-disclose.size-l .listbox .tmb {
    width: 167px;
    height: 127px;
}

#page-lc .type-disclose.size-l .listbox .tmb img {
    height: 127px;
    width: auto;
}

#page-lc .type-disclose.size-l .listbox .viewer {
    top: 8px;
    left: 50%;
    margin-left: -83px;
}

#page-lc .type-disclose.size-l .listbox .tmb-icon-top-right {
    position: absolute;
    display: block;
    top: 8px;
    left: 50%;
}

#page-lc .type-disclose.size-l .listbox .label-vertical {
    left: 28px;
}

#page-lc .type-disclose.size-l .listbox [class^="new"] {
    left: 62px;
}

#page-lc .type-disclose.size-l .listbox .ranking {
    top: 206px;
    left: 6px;
    width: 95px;
    line-height: 30px;
    padding: 0 4px 0 18px;
}

#page-lc .type-disclose.size-l .listbox .ranking:before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 14px;
    height: 14px;
    background: url(https://p.dmm.co.jp/p/livechat/icon_listbox.png) -16px -22px no-repeat;
    content: "";
}

#page-lc .type-disclose.size-l .listbox .cp-info {
    top: 117px;
    left: 50%;
    margin-left: -83px;
}

#page-lc .type-disclose.size-l .listbox .favorite {
    position: absolute;
    top: 142px;
    left: 6px;
}

#page-lc .type-disclose.size-l .listbox .smartphone
#page-lc .type-disclose.size-l .listbox .headphone {
    position: absolute;
    top: 141px;
    left: 2px;
}

#page-lc .type-disclose.size-l .listbox .name {
    top: 135px;
    left: 6px;
    width: 150px;
}

#page-lc .type-disclose.size-l .listbox .favorite + .smartphone + .name,
#page-lc .type-disclose.size-l .listbox .favorite + .headphone + .name,
#page-lc .type-disclose.size-l .listbox .age + .name {
    width: 140px;
}

#page-lc .type-disclose.size-l .listbox .favorite + .age + .name,
#page-lc .type-disclose.size-l .listbox .smartphone + .age + .name,
#page-lc .type-disclose.size-l .listbox .headphone + .age + .name {
    width: 120px;
}

#page-lc .type-disclose.size-l .listbox .favorite + .smartphone + .age + .name,
#page-lc .type-disclose.size-l .listbox .favorite + .headphone + .age + .name {
    width: 100px;
}

#page-lc .type-disclose.size-l .listbox .age.ageover50 + .name {
    width: 120px;
}

#page-lc .type-disclose.size-l .listbox .favorite + .age.ageover50 + .name,
#page-lc .type-disclose.size-l .listbox .smartphone + .age.ageover50 + .name,
#page-lc .type-disclose.size-l .listbox .headphone + .age.ageover50 + .name {
    width: 105px;
}

#page-lc .type-disclose.size-l .listbox .favorite + .smartphone + .age.ageover50 + .name,
#page-lc .type-disclose.size-l .listbox .favorite + .headphone + .age.ageover50 + .name {
    width: 90px;
}

#page-lc .type-disclose.size-l .listbox .age {
    top: 140px;
}

#page-lc .type-disclose.size-l .listbox .comment {
    top: 165px;
    left: 8px;
    width: 156px;
}

#page-lc .type-disclose.size-l .listbox .floor {
    top: 214px;
    padding: 0 0 0 8px;
}

/* ========================= [ オンラインリスト : 分離タイプ ]  */
/* =====  リストグループ */
#page-lc .type-separate {
    position: relative;
    overflow: hidden;
}

/* =====  リスト詳細 */
#page-lc .type-separate .listbox {
    display: block;
    position: relative;
    float: left;
    width: 136px;
    height: 190px;
    margin: 0 10px 10px 0;
    border: 1px solid #d8dce0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}

#page-lc .type-separate .listbox > a:hover .tmb {
    opacity: 0.7;
}

#page-lc .type-separate .listbox a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#page-lc .type-separate .listbox a > span {
    display: block;
}

#page-lc .type-separate .listbox a > .none {
    display: none;
}

#page-lc .type-separate .listbox .tmb {
    width: 124px;
    height: 93px;
    overflow: hidden;
    background-color: #dfe3e9;
    text-align: center;
}

#page-lc .type-separate .listbox .tmb img {
    height: 93px;
    width: auto;
}

#page-lc .type-separate .listbox .viewer {
    top: 5px;
    left: 5px;
}

#page-lc .type-separate .listbox .tmb-icon-top-right {
    position: absolute;
    display: block;
    top: 6px;
    right: 0px;
}

#page-lc .type-separate .listbox .label-vertical {
    right: 5px;
}

#page-lc .type-separate .listbox [class^="new"] {
    right: 6px;
}

#page-lc .type-separate .listbox .cp-info {
    top: 80px;
    left: 5px;
}

#page-lc .type-separate .listbox .favorite {
    top: 104px;
    left: 6px;
}

#page-lc .type-separate .listbox .favorite + .name {
    margin-left: 22px;
}

#page-lc .type-separate .listbox .smartphone,
#page-lc .type-separate .listbox .headphone {
    top: 104px;
    left: 0px;
}

#page-lc .type-separate .listbox .favorite + .smartphone,
#page-lc .type-separate .listbox .favorite + .headphone {
    top: 104px;
    left: 13px;
}

#page-lc .type-separate .listbox .favorite + .smartphone + .headphone {
    top: 104px;
    left: 26px;
}

#page-lc .type-separate .listbox .smartphone + .name,
#page-lc .type-separate .listbox .headphone + .name {
    margin-left: 22px;
}

#page-lc .type-separate .listbox .favorite + .smartphone + .name {
    margin-left: 32px;
}

#page-lc .type-separate .listbox .favorite + .headphone + .name {
    margin-left: 36px;
}

#page-lc .type-separate .listbox .favorite + .smartphone + .headphone + .name {
    margin-left: 45px;
}

#page-lc .type-separate .listbox .name {
    position: absolute;
    top: 98px;
    left: 0;
    width: 100px;
    line-height: 30px;
    margin-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 11px;
    font-weight: bold;
}

#page-lc .type-separate .listbox.adult .name,
#page-lc .type-separate .listbox.adult .floor {
    color: #E86197;
}

#page-lc .type-separate .listbox.madam .name,
#page-lc .type-separate .listbox.madam .floor {
    color: #A1539B;
}

#page-lc .type-separate .listbox.nonadult .name,
#page-lc .type-separate .listbox.nonadult .floor {
    color: #6BB049;
}

#page-lc .type-separate .listbox.virtual .name,
#page-lc .type-separate .listbox.virtual .floor,
#page-lc .type-separate .listbox.virtual_2d .name,
#page-lc .type-separate .listbox.virtual_2d .floor {
    color: #169BF4;
}

#page-lc .type-separate .listbox .comment {
    position: absolute;
    top: 124px;
    display: block;
    line-height: 1.6em;
    width: 110px;
    margin-left: 4px;
    color: #555;
    font-size: 10px;
    font-weight: bold;
    word-break: break-all;
    word-wrap: break-word;
}

#page-lc .type-separate .listbox .floor {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    line-height: 22px;
    padding: 0 6px;
    background-color: #f7f7f7;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
    font-weight: bold;
}

#page-lc .type-separate .listbox [class^="st-"] {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 6em;
    line-height: 22px;
    text-align: center;
    background: url(https://p.dmm.co.jp/p/livechat/bg_dot.png) left top;
    font-size: 10px;
    color: #fff;
}

#page-lc .type-separate .listbox .st-waiting {
    background-color: #FD4F60;
}

#page-lc .type-separate .listbox .st-party {
    background-color: #FF8A00;
}

#page-lc .type-separate .listbox .st-twoshot {
    background-color: #FF8A00;
}

#page-lc .type-separate .listbox .st-offline {
    background-color: #a5a5a5;
}

/* ========================= [ ムービーリスト ] */
/* =====  ムービーフロア */
#page-lc .page-movie .head {
    margin-bottom: 40px;
    padding: 12px 0;
    background: url(https://p.dmm.co.jp/p/livechat/movie/bg_head.gif) top left;
}

#page-lc .page-movie .head .hd-inner {
    position: relative;
    width: 703px;
    height: 269px;
    margin: 0 auto;
    border: 1px #bbb solid;
    background: url(https://p.dmm.co.jp/p/livechat/movie/bg_head.jpg) top left;
}

#page-lc .page-movie .head .hd-inner .ttl {
    position: absolute;
    top: 0;
    left: 41px;
}

#page-lc .page-movie .head .hd-inner .fla {
    position: absolute;
    bottom: 13px;
    left: 41px;
    padding: 3px;
    border: 1px #bbb solid;
    background: #fff;
}

#page-lc .page-movie .head .hd-inner .fla p {
    margin: 2px 0 0 3px;
    font-size: 11px;
}

#page-lc .page-movie .head .service {
    position: absolute;
    right: 60px;
    bottom: 12px;
}

/* ムービーリスト */
#page-lc .movielist .d-tmb {
    width: 172px;
}

#page-lc .movielist li {
    width: 25%;
}

#d-ie7 #page-lc .movielist li {
    margin-left: -1px;
}

#page-lc .movielist li a {
    color: #333;
}

#page-lc .movielist .d-tmb .d-img {
    width: 172px;
}

#page-lc .movielist li a:hover .ttl {
    color: #e20;
    text-decoration: underline;
}

#page-lc .movielist .d-tmb > a,
#page-lc .movielist .d-tmb > span {
    padding-top: 6px;
}

#page-lc .movielist .cgimg {
    width: 160px;
    height: 90px;
    vertical-align: top;
}

#page-lc .movielist .d-tmb .new {
    position: absolute;
    top: 0;
    left: 0;
}

#page-lc .movielist .d-tmb .new .icon > span {
    position: relative;
    z-index: -1;
}

#page-lc .movielist .d-tmb .new .icon {
    display: inline-block;
    width: 37px;
    height: 37px;
    background: url(https://p.dmm.co.jp/p/livechat/mv_list.png) 0 -16px no-repeat;
    white-space: nowrap;
}

#page-lc .movielist .d-tmb .new .icon span {
    line-height: 3.4em;
}

#page-lc .movielist .d-tmb .new .icon span,
#page-lc .movielist .d-tmb .floor .icon span {
    display: inline-block;
    position: relative;
}

#page-lc .movielist .d-tmb .floor {
    position: absolute;
    top: 80px;
    left: 6px;
    color: #fff;
}

#page-lc .movielist .d-tmb .floor .icon {
    display: block;
    line-height: 16px;
    padding: 0 4px;
    white-space: nowrap;
    border-radius: 0 2px 0 0;
    font-size: 10px;
    opacity: 0.9;
}

#page-lc .movielist .d-tmb .floor .icon.fl-adult {
    background-color: #ed5691;
}

#page-lc .movielist .d-tmb .floor .icon.fl-madam {
    background-color: #9e5090;
}

#page-lc .movielist .d-tmb .floor .icon.fl-nonadult {
    background-color: #65aa35;
}

#page-lc .movielist .d-tmb .floor .icon.fl-virtual {
    background-color: #169BF4;
}

#page-lc .movielist .d-tmb .time {
    display: block;
    position: absolute;
    top: 79px;
    right: 6px;
    height: 17px;
    width: 38px;
    line-height: 1.6em;
    background: url(https://p.dmm.co.jp/p/livechat/mv_list.png) -38px -16px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
}

/* ========================= [ プライベートムービー ] */
#page-lc .page-movie.unique-list .regist-number {
    color: #535961;
    font-size: 13px;
}

#page-lc .page-movie.unique-list .regist-number span {
    padding: 0 4px;
    font-size: 16px;
    font-weight: bold;
}

#page-lc .page-movie.unique-list .tx-none {
    line-height: 1.8em;
    padding: 40px 0;
    font-size: 20px;
    color: #acacac;
    text-align: center;
}

#page-lc .page-movie.unique-list .unique-movielist > li {
    overflow: hidden;
}

#page-lc .page-movie.unique-list .unique-movielist > li + li {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e8eb;
}

#page-lc .page-movie.unique-list .unique-movielist .movie-tmb a {
    display: block;
    position: relative;
    float: left;
    padding: 6px;
    border: 1px solid #e5e8eb;
    border-radius: 3px;
}

#page-lc .page-movie.unique-list .unique-movielist .movie-tmb a:hover {
    -webkit-transition: all .1s;
    transition: all .1s;
    opacity: .8;
    text-decoration: none;
}

#page-lc .page-movie.unique-list .unique-movielist .movie-tmb .floor {
    position: absolute;
    top: 78px;
    left: 6px;
    color: #fff;
}

#page-lc .page-movie.unique-list .unique-movielist .movie-tmb .floor .icon {
    display: inline-block;
    line-height: 16px;
    padding: 0 4px;
    white-space: nowrap;
    border-radius: 0 2px 0 0;
    font-size: 10px;
    opacity: 0.9;
}

#page-lc .page-movie.unique-list .unique-movielist .movie-tmb .floor .icon.fl-adult {
    background-color: #ed5691;
}

#page-lc .page-movie.unique-list .unique-movielist .movie-tmb .floor .icon.fl-madam {
    background-color: #9e5090;
}

#page-lc .page-movie.unique-list .unique-movielist .movie-tmb .floor .icon.fl-nonadult {
    background-color: #65aa35;
}

#page-lc .page-movie.unique-list .unique-movielist .movie-tmb .floor .icon.fl-virtual {
    background-color: #169BF4;
}

#page-lc .page-movie.unique-list .unique-movielist .movie-info {
    margin-left: 190px;
}

#page-lc .page-movie.unique-list .unique-movielist .movie-info dt {
    font-size: 16px;
    margin-bottom: 6px;
}

#page-lc .page-movie.unique-list .unique-movielist .movie-info dt a {
    color: #3d9ee2;
}

#page-lc .page-movie.unique-list .unique-movielist .movie-info table {
    line-height: 1.8em;
    font-size: 13px;
    color: #4b4b4b;
}

#page-lc .page-movie.unique-list .unique-movielist .movie-info table th {
    font-weight: normal;
}

#page-lc .page-movie.unique-list .linkbox {
    padding: 20px;
    border: 1px solid #e4e6e9;
    background-color: #ebedef;
    overflow: hidden;
    text-align: center;
}

#page-lc .page-movie.unique-list .linkbox li {
    display: inline-block;
}

#page-lc .page-movie.unique-list .linkbox li a {
    display: block;
    position: relative;
    float: left;
    width: 320px;
    line-height: 60px;
    border-radius: 3px;
    background-color: #575b66;
    background: -webkit-gradient(linear, center top, center bottom, from(#616672), to(#575b66));
    background: -webkit-gradient(linear, left top, left bottom, from(#616672), to(#575b66));
    background: -webkit-linear-gradient(top, #616672, #575b66);
    background: linear-gradient(to bottom, #616672, #575b66);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#616672', endColorstr='#575b66', GradientType=0)";
    color: #e6e8ed;
    text-align: center;
    font-size: 16px;
}

#page-lc .page-movie.unique-list .linkbox li a:hover {
    -webkit-transition: all .1s;
    transition: all .1s;
    opacity: .9;
    text-decoration: none;
}

#page-lc .page-movie.unique-list .linkbox li a:after {
    display: block;
    position: absolute;
    top: 8px;
    left: 16px;
    width: 42px;
    height: 42px;
    content: "";
    opacity: 0.9;
}

#page-lc .page-movie.unique-list .linkbox li.chat-link a:after {
    background: url(https://p.dmm.co.jp/p/livechat/icon_movie.png) no-repeat -44px -1px;
}

#page-lc .page-movie.unique-list .linkbox li a > span {
    display: block;
    margin: 0 0 0 40px;
}

/* ========================= [ ムービー末端 ] */
/* 全体 */
#page-lc .movie-window .cover {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.75;
    z-index: 1100;
    width: 100%;
    height: 100%;
    background: #000;
}

#page-lc .movie-window .area-movie {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1110;
    width: 680px;
    -webkit-box-shadow: 0 3px 12px #3c3d3f;
    box-shadow: 0 3px 12px #3c3d3f;
    margin-left: -340px;
    border-radius: 3px;
    background: #fff;
    text-align: left;
}

#page-lc .movie-window.movie-adult .fl-col {
    color: #d66d97;
}

#page-lc .movie-window.movie-madam .fl-col {
    color: #9a478a;
}

#page-lc .movie-window.movie-nonadult .fl-col {
    color: #6bb049;
}

/* ナビゲーション */
#page-lc .movie-window .area-movie .area-nav {
    height: 38px;
    border-radius: 3px 3px 0 0;
}

#page-lc .movie-window.movie-adult .area-movie .area-nav {
    background-color: #d66d97;
}

#page-lc .movie-window.movie-madam .area-movie .area-nav {
    background-color: #9a478a;
}

#page-lc .movie-window.movie-nonadult .area-movie .area-nav {
    background-color: #6bb049;
}

#page-lc .movie-window .area-movie .area-nav .fl-logo {
    position: relative;
    top: 10px;
    left: 15px;
    display: block;
    width: 210px;
    height: 18px;
    margin-top: -1px;
}

#page-lc .movie-window.movie-adult .area-movie .area-nav .fl-logo {
    background: url(https://p.dmm.co.jp/p/livechat/logo_movie.png) no-repeat -1px -1px;
}

#page-lc .movie-window.movie-madam .area-movie .area-nav .fl-logo {
    background: url(https://p.dmm.co.jp/p/livechat/logo_movie.png) no-repeat -1px -20px;
}

#page-lc .movie-window.movie-nonadult .area-movie .area-nav .fl-logo {
    background: url(https://p.dmm.co.jp/p/livechat/logo_movie.png) no-repeat -1px -39px;
}

#page-lc .movie-window .area-movie .area-nav .fl-logo span {
    display: none;
}

#page-lc .movie-window .area-movie .area-nav .bt-close {
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 33px;
    height: 33px;
    background: url(https://p.dmm.co.jp/p/livechat/icon_movie.png) no-repeat;
}

#page-lc .movie-window .area-movie .area-nav .bt-close:hover {
    -webkit-transition: all .1s;
    transition: all .1s;
    opacity: .95;
    text-decoration: none;
    cursor: pointer;
}

#page-lc .movie-window.movie-adult .area-movie .area-nav .bt-close {
    background-position: -1px -44px;
}

#page-lc .movie-window.movie-madam .area-movie .area-nav .bt-close {
    background-position: -35px -44px;
}

#page-lc .movie-window.movie-nonadult .area-movie .area-nav .bt-close {
    background-position: -69px -44px;
}

/* ムービータイトル */
#page-lc .movie-window .area-movie .area-title {
    line-height: 1.5em;
    margin: 9px 15px 7px;
}

#page-lc .movie-window .area-movie .area-title .chara-name {
    margin-bottom: 2px;
    font-size: 13px;
}

#page-lc .movie-window .area-movie .area-title .chara-name span {
    padding-right: 3px;
    font-weight: bold;
}

#page-lc .movie-window .area-movie .area-title .movie-title {
    line-height: 1.6em;
    font-size: 18px;
}

/* スクリーン */
#page-lc .movie-window .area-movie .area-screen {
    padding: 20px 20px 12px;
    border: solid #e6e8ea;
    border-width: 1px 0 0 1px;
    background-color: #ebedef;
    text-align: center;
}

#page-lc .movie-window .area-movie .area-screen .box-flash {
    width: 640px;
    margin: 0 auto;
}

#page-lc .movie-window .area-movie .area-screen .tx-note {
    margin-top: 12px;
    font-size: 11px;
    color: #9a9da2;
}

/* ムービー情報 */
#page-lc .movie-window .area-info {
    margin: 20px;
}

#page-lc .movie-window .area-info .basic-info {
    overflow: hidden;
}

#page-lc .movie-window .area-info .movie-tmb {
    float: left;
    padding: 10px;
    border: 1px solid #e5e8eb;
    border-radius: 3px;
}

#page-lc .movie-window .area-info .movie-tmb p {
    display: table-cell;
    width: 177px;
    height: 100px;
    background-color: #ddd;
    text-align: center;
    vertical-align: middle;
}

#page-lc .movie-window .area-info .movie-info {
    margin: 0 0 0 220px;
    color: #63666a;
}

#page-lc .movie-window .area-info .movie-info dt {
    margin-bottom: 4px;
    font-size: 18px;
    color: #9a9da2;
}

#page-lc .movie-window .area-info .movie-info dd table {
    font-size: 13px;
    line-height: 2em;
}

#page-lc .movie-window .area-info .movie-info dd table th {
    padding-right: 3px;
}

#page-lc .movie-window .area-info .movie-info dd table td .tx-sm {
    font-size: 11px;
}

#page-lc .movie-window .area-info .tx-comment {
    position: relative;
}

#page-lc .movie-window .area-info .tx-comment:after {
    position: absolute;
    top: -23px;
    left: 15px;
    border: 1px solid transparent;
    border-bottom-color: #ebedef;
    border-width: 12px 0 12px 12px;
    content: "";
}

#page-lc .movie-window .area-info .tx-comment .inner {
    max-height: 200px;
    margin-top: 14px;
    padding: 12px;
    border-radius: 3px;
    border: 1px solid #e4e6e9;
    background-color: #ebedef;
    color: #63666a;
    overflow: auto;
    font-size: 13px;
}

/* リンク */
#page-lc .movie-window .area-link {
    padding: 20px;
    background-color: #ebedef;
    border-top: 1px solid #e4e6e9;
    border-radius: 0 0 3px 3px;
}

#page-lc .movie-window .area-link ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#page-lc .movie-window .area-link li {
    float: left;
    list-style: none;
}

#page-lc .movie-window .area-link li + li {
    margin-left: 20px;
}

#page-lc .movie-window .area-link li a {
    display: block;
    position: relative;
    float: left;
    width: 310px;
    height: 60px;
    border-radius: 3px;
    background-color: #575b66;
    background: -webkit-gradient(linear, center top, center bottom, from(#616672), to(#575b66));
    background: -webkit-gradient(linear, left top, left bottom, from(#616672), to(#575b66));
    background: -webkit-linear-gradient(top, #616672, #575b66);
    background: linear-gradient(to bottom, #616672, #575b66);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#616672', endColorstr='#575b66', GradientType=0)";
    color: #e6e8ed;
    text-align: center;
    font-size: 16px;
}

#page-lc .movie-window .area-link li a:after {
    display: block;
    position: absolute;
    top: 8px;
    left: 16px;
    width: 42px;
    height: 42px;
    content: "";
    opacity: 0.9;
}

#page-lc .movie-window .area-link li.movie-link a:after {
    background: url(https://p.dmm.co.jp/p/livechat/icon_movie.png) no-repeat -1px -1px;
}

#page-lc .movie-window .area-link li.chat-link a:after {
    background: url(https://p.dmm.co.jp/p/livechat/icon_movie.png) no-repeat -44px -1px;
}

#page-lc .movie-window .area-link li a:hover {
    -webkit-transition: all .1s;
    transition: all .1s;
    opacity: .9;
    text-decoration: none;
}

#page-lc .movie-window .area-link li a > span {
    display: block;
    margin: 9px 0 0 40px;
}

#page-lc .movie-window .area-link li .tx-sub {
    display: block;
    margin-bottom: 2px;
    font-size: 11px;
}

/* ========================= [ お知らせ枠 ]  */
#page-lc .d-boxpiclist.rowlink {
    margin-right: -31px;
    overflow: hidden;
}

#page-lc .d-boxpiclist.rowlink li {
    width: 122px;
    height: 185px;
    margin-right: 28px;
    overflow: hidden;
}

#page-lc .d-boxpiclist a:visited .d-tmb {
    border: 1px #ddd solid;
}

/* ========================= [ サービス概要説明 ] */
#page-lc .box-about {
    width: 730px;
    margin: 0 auto;
}

#page-lc .box-about .read-txt {
    margin-bottom: 18px;
    text-align: center;
}

#page-lc .box-about .read-txt p:first-child {
    line-height: 1.8em;
    font-size: 24px;
    font-weight: bold;
}

#page-lc .box-about .read-txt p:first-child span {
    color: #d90000;
}

#page-lc .box-about .read-txt p + p {
    line-height: 1.8em;
}

#page-lc .box-about .box-info {
    margin-bottom: 22px;
    padding: 1px 0;
    background: url(https://p.dmm.co.jp/p/livechat/bg_deco.gif) left top;
}

#page-lc .box-about .box-info .inner {
    margin: 10px;
    padding: 16px 16px 1px 16px;
    background-color: #fff;
}

#page-lc .box-about .box-info .inner dl {
    line-height: 1.7em;
}

#page-lc .box-about .box-info .inner dl.flow01 {
    min-height: 140px;
    padding: 8px 0 18px 200px;
    background: url(https://p.dmm.co.jp/p/livechat/bg_info_point02.gif) left top no-repeat;
}

#page-lc .box-about .box-info .inner dl.flow02 {
    min-height: 140px;
    padding: 30px 0 18px 200px;
    background: url(https://p.dmm.co.jp/p/livechat/bg_info_search02.gif) left top no-repeat;
}

#page-lc .box-about .box-info .inner dl.flow03 {
    min-height: 140px;
    padding: 30px 0 18px 200px;
    background: url(https://p.dmm.co.jp/p/livechat/bg_info_start.gif) left top no-repeat;
}

#page-lc .box-about .box-info .inner dl.play {
    min-height: 140px;
    padding: 0 0 16px 190px;
    background: url(https://p.dmm.co.jp/p/livechat/bg_info_play.gif) left top no-repeat;
}

#page-lc .box-about .box-info .inner dl.search {
    min-height: 140px;
    padding: 0 0 16px 190px;
    background: url(https://p.dmm.co.jp/p/livechat/bg_info_find.gif) left top no-repeat;
}

#page-lc .box-about .box-info .inner dt {
    line-height: 1.3em;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: bold;
}

#page-lc .box-guidelink {
    padding: 16px 0 20px;
    text-align: center;
}

#page-lc .box-guidelink ul li {
    display: inline-block;
    margin: 0 16px;
    font-size: 14px;
    font-weight: bold;
    zoom: 1;
}

#d-ie7 #page-lc .box-guidelink ul li {
    display: inline;
}

#page-lc .box-guidelink ul li > span {
    display: block;
    margin-bottom: 8px;
    padding-bottom: 8px;
    background: url(https://p.dmm.co.jp/p/livechat/arrow_bo.png) center bottom no-repeat;
}

#page-lc .newread-txt {
    padding-bottom: 20px;
    text-align: center;
}

#page-lc .newread-txt p {
    line-height: 2.0em;
    font-size: 18px;
    font-weight: bold;
}

#page-lc .newread-txt p span {
    font-size: 24px;
    font-weight: bold;
    color: #d90000;
}

#page-lc .box-info-aboutserviceList li {
    padding-bottom: 28px;
}

#page-lc .box-info-aboutserviceList li:last-child {
    padding-bottom: 15px;
}

#page-lc .box-info-aboutservice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 678px;
}

#page-lc .box-info-aboutservice dt {
    width: 174px;
    margin-bottom: 0 !important;
}

#page-lc .box-info-aboutservice dd {
    width: 504px;
    padding-left: 20px;
}

#page-lc .box-info-title {
    padding: 2px 0 15px;
    font-size: 18px;
    font-weight: 700;
}

#page-lc .box-info-aboutservice dd span {
    font-size: 12px;
}

#page-lc .box-info-aboutservice dd span a {
    color: #007fe9;
}

/* ================================================== [ 検索ページ ] */
#page-lc .capt01 {
    font-size: 20px;
    color: #585965;
}

#page-lc .searchbox {
    margin-top: 6px;
    padding: 6px 12px;
    border: 3px solid #FF84B5;
    border-radius: 6px;
}

#page-lc .searchbox label {
    display: inline-block;
    padding: 5px 3px 9px 5px;
}

#page-lc .searchbox label input,
#page-lc .searchbox #aoma_tb td input {
    margin-right: 3px;
}

#page-lc .searchbox #aoma_tb {
    margin: 0 auto;
}

#page-lc .searchbox #aoma_tb td {
    padding: 6px;
    white-space: nowrap;
}

#page-lc .searchbox select[name="limit"] {
    margin: 3px;
}

#page-lc .resultbox {
    margin: 10px 0;
    padding: 6px;
    border: 3px solid #FF84B5;
    border-radius: 6px;
}

/* ================================================== [ ポイント購入ページ ] */
#page-lc #page #content table.table-point th {
    line-height: 2.8em;
}

#page-lc #page #content table.table-point td {
    line-height: 4em;
    font-size: 13px;
}

/* =========================  [ fl-free ] */
.fl-free {
    position: absolute;
    top: -3px;
    background-color: #5a6270;
    margin: 6px 6px 8px 4px;
    padding: 0 3px;
    border: 1px #5a6270 solid;
    border-radius: 4px;
    color: #ffff00;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: .1px;
}

/* =========================  [ ttl内告知枠 ] */
.fl-free-announce {
    position: relative;
    top: -3px;
    width: 100%;
    margin: 0 auto 10px;
    display: block;
    background-color: #f78400;
    padding: 6px 0;
    border-radius: 4px;
    color: #ffff00;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

.fl-free-announce span {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}

/* ================================================== [ 無料メッセージ送信] */
/* =========================  [ msg-free ] */
#lnav-lc .lnav-main .box-profile li.msg-free span span {
    color: #444;
}

#lnav-lc .lnav-main .box-profile li .msg-free {
    position: relative;
    background-color: #f1f1f1;
    padding: 6px 8px;
    text-align: center;
    font-size: 10px;
    color: #db0319;
    font-weight: bold;
    border-radius: 4px;
}

#lnav-lc .lnav-main .box-profile li .msg-free:after, .msg-free:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    bottom: 100%;
    left: 20%;
}

#lnav-lc .lnav-main .box-profile li .msg-free:after {
    top: -10px;
    left: 15px;
    border: 5px solid transparent;
    border-bottom: 10px solid #f1f1f1;
}

#lnav-lc .lnav-main .box-profile li .msg-free:before {
    top: -10px;
    left: 15px;
    border: 5px solid transparent;
    border-bottom: 5px solid #f1f1f1;
}

/* =========================  [ msg-free floor ] */
#lnav-lc .lnav-main .box-profile li .msg-free {
    padding: 6px 4px 6px 6px;
    white-space: nowrap;
}

#lnav-lc .lnav-main .box-profile li [class*="msg-free--"]:after {
    content: none;
}

#lnav-lc .lnav-main .box-profile li .msg-free .msgFree-floor {
    margin: 0 2px 0 -2px;
    padding: 2px 4px;
    border-radius: 3px;
    background: #9a478a;
    color: #ffffff;
    font-size: 10px;
}

/* ================================================== [ 待機リスト] */
/* =====  各ステータス_見出し */
#standby-box .fl-free {
    position: absolute;
    top: -8px;
    background-color: #5a6270;
    margin: 6px 6px 8px 6px;
    padding: 3px 6px;
    border: 1px #5a6270 solid;
    border-radius: 4px;
    color: #ffff00;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
}

.onlinelist .waiting-ttl {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 12px 15px;
    border-width: 0 1px 0 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onlinelist > [class$="-list"] + [class$="-list"] .waiting-ttl {
    padding: 17px 15px 12px;
}

.onlinelist > [class$="-list"] + [class$="-list"] .waiting-ttl:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
}

.onlinelist .waiting-ttl > div {
    position: relative;
    float: left;
    padding-left: 50px;
    font-size: 18px;
}

.onlinelist .waiting-ttl > div:after {
    position: absolute;
    top: -4px;
    left: 0;
    width: 40px;
    height: 40px;
    content: "";
}

.onlinelist .waiting-ttl > div > p:first-child {
    font-weight: bold;
}

.onlinelist .waiting-list .waiting-ttl > div:after {
    background: #ed626f url(https://p.dmm.co.jp/p/livechat/icon_onlinelist.png) -1px -1px no-repeat;
}

.onlinelist .waiting-ttl > div > p:first-child {
    color: #ed626f;
}

.floor-adult .onlinelist .waiting-ttl > div:after {
    background-color: #e36e9d;
}

.floor-adult .onlinelist .waiting-ttl > div > p:first-child {
    color: #e36e9d;
}

.floor-madam .onlinelist .waiting-ttl > div:after {
    background-color: #974589;
}

.floor-madam .onlinelist .waiting-ttl > div > p:first-child {
    color: #974589;
}

.floor-nonadult .onlinelist .waiting-ttl > div:after {
    background-color: #6bb049;
}

.floor-nonadult .onlinelist .waiting-ttl > div > p:first-child {
    color: #6bb049;
}

.floor-virtual .onlinelist .waiting-ttl > div:after,
.floor-virtual_2d .onlinelist .waiting-ttl > div:after {
    background-color: #18A0FB;
}

.floor-virtual .onlinelist .waiting-ttl > div > p:first-child,
.floor-virtual_2d .onlinelist .waiting-ttl > div > p:first-child {
    color: #18A0FB;
}

.onlinelist .waiting-ttl .tx-supple {
    display: block;
    margin-top: 3px;
    color: #696969;
    font-size: 11px;
}

.onlinelist .waiting-ttl ul {
    float: right;
    display: block;
    margin-top: 14px;
    font-size: 12px;
}

.onlinelist .waiting-ttl ul li {
    float: left;
}

.onlinelist .waiting-ttl ul li > a {
    position: relative;
    margin-left: 8px;
    font-weight: bold;
}

.floor-chat .onlinelist .waiting-ttl li > a {
    color: #ed626f;
}

.floor-adult .onlinelist .waiting-ttl li > a {
    color: #e36e9d;
}

.floor-madam .onlinelist .waiting-ttl li > a {
    color: #974589;
}

.floor-nonadult .onlinelist .waiting-ttl li > a {
    color: #6bb049;
}

.floor-virtual .onlinelist .waiting-ttl li > a,
.floor-virtual_2d .onlinelist .waiting-ttl li > a {
    color: #18A0FB;
}

.onlinelist .waiting-ttl li > a:after {
    position: absolute;
    left: -14px;
    width: 14px;
    height: 14px;
    background: url(https://p.dmm.co.jp/p/livechat/icon_onlinelist.png);
    content: "";
}

.onlinelist .waiting-ttl li.down > a:after {
    top: 0;
    left: -20px;
    background-position: -16px -112px;
}

.onlinelist .waiting-ttl li.up > a:after {
    top: 0;
    left: -20px;
    background-position: -1px -112px;
}

.floor-chat .onlinelist .waiting-ttl li > a:after {
    background-color: #ed626f;
}

.floor-adult .onlinelist waiting-ttl li > a:after {
    background-color: #e36e9d;
}

.floor-madam .onlinelist .waiting-ttl li > a:after {
    background-color: #974589;
}

.floor-nonadult .onlinelist .waiting-ttl li > a:after {
    background-color: #6bb049;
}

.floor-virtual .onlinelist .waiting-ttl li > a:after,
.floor-virtual_2d .onlinelist .waiting-ttl li > a:after {
    background-color: #18A0FB;
}

.onlinelist .waiting-ttl li + li {
    margin-left: 10px;
    padding-left: 24px;
    border-left: 1px dotted #bbb;
}

/* ================================================== [ パーティリスト] */
/* ========================= [ オンラインリスト : 共通 ]  */
/* =====  リストグループ */
/* 入室人数 */
#standby-box .listgroup .listbox .viewer {
    position: absolute;
    width: 36px;
    height: 36px;
    background: url(https://p.dmm.co.jp/p/livechat/bg_viewer_plus.png) no-repeat;
    z-index: 21;
}

#standby-box .listgroup .listbox.adult .viewer {
    background-position: -1px -75px;
}

#standby-box .listgroup .listbox.madam .viewer {
    background-position: -38px -75px;
}

#standby-box .listgroup .listbox.nonadult .viewer {
    background-position: -75px -75px;
}

#standby-box .listgroup .listbox.virtual .viewer,
#standby-box .listgroup .listbox.virtual_2d .viewer {
    background-position: -297px -76px;
}

#standby-box .listgroup .listbox .viewer.full {
    background-position: -112px -75px;
    content: "";
}

#standby-box .listgroup .listbox .viewer.full > span {
    display: none;
}

#standby-box .listgroup .listbox .viewer span {
    display: block;
    line-height: 1.3em;
    width: 23px;
    color: #fff;
    font-size: 13px;
    font-family: Verdana;
    text-align: center;
}

/* 新人アイコン */
#standby-box .listgroup .listbox [class^="new"] {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
}

#standby-box .listgroup .listbox .new {
    background: url(https://p.dmm.co.jp/p/livechat/icon_listbox.png) -1px 0px no-repeat;
}

#standby-box .listgroup .listbox .new-half {
    background: url(https://p.dmm.co.jp/p/livechat/icon_listbox.png) -22px 0px no-repeat;
}

/* お気に入りアイコン */
#standby-box .listgroup .listbox .favorite {
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(https://p.dmm.co.jp/p/livechat/icon_listbox.png) -1px -22px no-repeat;
}

/* スマホ配信アイコン */
#standby-box .listgroup .listbox .smartphone {
    position: absolute;
    top: 112px;
    left: 4px;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    background: url(https://p.dmm.co.jp/p/livechat/ico_list_sp.svg) 0 0 no-repeat;
    background-size: cover;
}

/* スマホ配信アイコン */
#standby-box .listgroup .listbox .headphone {
    position: absolute;
    top: 112px;
    left: 4px;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    background: url(https://p.dmm.co.jp/p/livechat/ico_headphone.svg) 0 0 no-repeat;
    background-size: cover;
}

/* 割引背景 */
#standby-box .listgroup .listbox .cp-info {
    display: inline-block;
    position: absolute;
    width: 64px;
    height: 18px;
    background: url(https://p.dmm.co.jp/p/livechat/bg_dot.png) left top;
    text-align: center;
}

/* 割引テキスト */
/* =====  リスト詳細 */
#page-lccam #standby-box .type-disclose .listbox {
    display: block;
    position: relative;
    float: left;
    width: 145.8px;
    height: 204px;
    border: 0 solid #dfe3e8;
    border-width: 0 1px 1px 0;
    background-color: #fff;
}

@-moz-document url-prefix() {
    #page-lc .type-disclose .listbox,
    #page-lccam #standby-box .type-disclose .listbox {
        display: block;
        position: relative;
        float: left;
        width: 145.7px;
        height: 204px;
        border: 0 solid #dfe3e8;
        border-width: 0 1px 1px 0;
        background-color: #fff;
    }
}

/* ========================= [ オンラインリスト ]  */
/* ========================= [ オフライン ]  */
/* =====  テキストと時間 */
#page-lc .offlinelist {
    -webkit-box-shadow: 0px 0px 3px 1px #eaeaea;
    box-shadow: 0px 0px 3px 1px #eaeaea;
    border-radius: 3px;
    width: 99.5%;
    margin: 20px auto 0 auto;
    padding-top: 2em;
    padding-bottom: 2em;
}

#page-lc .offlinelist .virtual-none,
#page-lc .offlinelist .virtual_2d-none {
    font-size: 15px;
    color: #696969;
    text-align: center;
}

#page-lc .offlinelist .virtual-time,
#page-lc .offlinelist .virtual_2d-time {
    text-align: center;
    color: #EC80C1;
    font-size: 14px;
    font-weight: bold;
}

#page-lc .offlinelist .virtual-time span.ontime,
#page-lc .offlinelist .virtual_2d-time span.ontime {
    font-size: 25px;
    margin-right: 5px;
}

#page-lc .offlinelist .virtual-time span.heart,
#page-lc .offlinelist .virtual_2d-time span.heart {
    position: absolute;
    width: 10px;
    height: 9px;
}

#page-lc .offlinelist .virtual-time span.heart:before,
#page-lc .offlinelist .virtual-time span.heart:after,
#page-lc .offlinelist .virtual_2d-time span.heart:before,
#page-lc .offlinelist .virtual_2d-time span.heart:after {
    position: absolute;
    display: inline-block;
    content: "";
    left: 10px;
    top: 13px;
    width: 10px;
    height: 16px;
    background: #EC80C1;
    border-radius: 50px 50px 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

#page-lc .offlinelist .virtual-time span.heart.heart:after,
#page-lc .offlinelist .virtual_2d-time span.heart.heart:after {
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

/* =====  サムネイル部分 */
#page-lc .v-txt {
    margin: 10px 0 25px 5px;
}

#page-lc .v-list {
    text-align: right;
    margin: 20px 10px;
    font-size: 15px;
}

#page-lc .v-list::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid 8px transparent;
    border-left: solid 11px #169BF4;
    right: 140px;
    margin-top: 4px;
}

#page-lc .v-txt a,
#page-lc .v-list a {
    color: #169BF4;
}

#page-lc .v-txt a:hover,
#page-lc .v-list a:hover {
    text-decoration: underline;
}

#page-lc .offline-check {
    margin: 20px auto 80px auto;
}

#page-lc .offline-check ul.offline-virtual,
#page-lc .offline-check ul.offline-virtual_2d {
    width: 99.5%;
    margin: 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#page-lc .offline-check ul.offline-virtual li.offline-list,
#page-lc .offline-check ul.offline-virtual_2d li.offline-list {
    -webkit-box-shadow: 0px 0px 3px 1px #dddddd;
    box-shadow: 0px 0px 3px 1px #dddddd;
    border-radius: 5px;
    width: 23.75%;
    margin: 0 1% 1.75% 0.5%;
}

#page-lc .offline-check ul.offline-virtual li:nth-child(4n),
#page-lc .offline-check ul.offline-virtual_2d li:nth-child(4n) {
    margin-right: 0;
}

#page-lc .offline-check ul.offline-virtual li.offline-list .off-tmb img,
#page-lc .offline-check ul.offline-virtual_2d li.offline-list .off-tmb img {
    border-radius: 5px 5px 0 0;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0.5em;
}

#page-lc .offline-check ul.offline-virtual li.offline-list .off-tmb,
#page-lc .offline-check ul.offline-virtual_2d li.offline-list .off-tmb {
    position: relative;
}

#page-lc .offline-check ul.offline-virtual li.offline-list .off-viewer,
#page-lc .offline-check ul.offline-virtual_2d li.offline-list .off-viewer {
    position: absolute;
    display: block;
    margin: 0;
    width: 18%;
    height: 6%;
    pointer-events: none;
    background: url(https://p.dmm.co.jp/p/livechat/virtual/check-56.png) no-repeat;
    background-position: left top -1%;
    background-size: 30%;
    z-index: 9;
}

#page-lc .offline-check ul.offline-virtual li.offline-list span.off-name,
#page-lc .offline-check ul.offline-virtual_2d li.offline-list span.off-name {
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #169BF4;
    width: 100%;
    text-align: center;
    margin: 0 auto 0.3em;
    height: 5%;
}

#page-lc .offline-check ul.offline-virtual li.offline-list a,
#page-lc .offline-check ul.offline-virtual_2d li.offline-list a {
    display: block;
    height: 100%;
}

#page-lc .offline-check ul.offline-virtual li.offline-list a:hover,
#page-lc .offline-check ul.offline-virtual_2d li.offline-list a:hover {
    text-decoration: none;
    opacity: .8;
}

#standby-box .list-none {
    overflow: hidden;
    width: 100%;
    padding: 80px 0;
    border: solid #dfe3e8;
    border-width: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #a2a7ab;
    text-align: center;
}

#main-lc.page-favlist #standby-box .listbox {
    margin: 0;
}

/* ===== .box-load-more */
.area-listlink .box-load-more {
    padding: 20px;
    background-color: #e5e9eb;
    border-bottom: 1px solid #ccc;
    text-align: center;
    color: #fff;
}

.area-listlink .box-load-more p {
    line-height: 50px;
    border-radius: 3px;
    font-size: 24px;
}

.area-listlink .box-load-more p span {
    position: relative;
    display: inline-block;
}

.area-listlink .box-load-more p span:after {
    position: absolute;
    top: -4px;
    left: -40px;
    width: 34px;
    height: 34px;
    background: url(https://p.dmm.co.jp/p/livechat/icon_arrow.png) no-repeat;
    content: "";
}

.page-favlist .area-listlink .box-load-more p span:after {
    top: 8px;
}

.area-listlink .box-load-more p {
    background-color: #ee5242;
    -webkit-box-shadow: 0 1px 0 0 #848484;
    box-shadow: 0 1px 0 0 #848484;
}

/*.area-listlink .box-load-more a:active,*/
.area-listlink .box-load-more a:link,
.area-listlink .box-load-more a:visited,
.area-listlink .box-load-more a:hover {
    color: #fff;
}

.area-listlink .box-load-more a {
    display: block;
}

.area-listlink .box-load-more a:hover {
    opacity: 0.7;
}

/* ========================= [ 無償ポイント ]  */
.l-cover {
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    z-index: 1098;
}

.c-popup,
.c-popup * {
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 100%;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.c-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1099;
    width: 710px;
    margin-left: -355px;
    text-align: center;
}

.c-popup-inner {
    position: relative;
    width: 600px;
    margin: 0 auto;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 2px 1px rgba(0, 0, 0, 0.1), -3px -3px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 2px 1px rgba(0, 0, 0, 0.1), -3px -3px 2px 1px rgba(0, 0, 0, 0.1);
}

.c-popup-inner > div {
    position: absolute;
}

.c-popup-head {
    left: 50%;
}

.c-popup-body {
    top: 200px;
    left: 20px;
    width: 560px;
    padding: 20px;
}

/* 共通CSS */
.c-popup-close {
    top: -10px;
    right: -10px;
    width: 50px;
    height: 50px;
    border: 2px solid #d2d2d2;
    border-radius: 50% 50%;
    background: #fff;
}

.c-popup-close a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    -webkit-transition: .3s;
    transition: .3s;
}

.c-popup-close a:hover {
    opacity: .5;
}

.c-popup-close a::before,
.c-popup-close a::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 14px;
    width: 26px;
    height: 4px;
    background: #000;
    pointer-events: none;
}

.c-popup-close a::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c-popup-close a::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

/* 無料ポイント発行ポップアップ */
.pointissue {
    margin-top: -255px;
}

.pointissue-inner {
    height: 510px;
    background: #fff url(https://p.dmm.co.jp/p/livechat/pointpopup/pointissue_bg.png) top center no-repeat;
}

.pointissue-head {
    top: 0;
    width: 640px;
    height: 250px;
    margin-left: -320px;
}

.pointissue-head-title {
    width: 600px;
    margin: 0 auto;
    padding: 15px 25px;
    border-radius: 3px 3px 0 0;
    background: #ea6161;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: left;
}

.pointissue-announce {
    padding: 15px 0;
    border: 2px solid #fad610;
    border-radius: 2px;
    background: #fff;
    font-size: 20px;
    line-height: 1.3;
}

.pointissue-announce span {
    display: inline-block;
    padding: 0 5px;
    color: #f00;
}

.pointissue-date {
    padding: 15px 0;
    font-size: 18px;
    color: #f03;
}

.pointissue-free {
    padding: 20px;
    border: 2px solid #b6c5cc;
    border-radius: 5px;
    background: #ecf2f5;
}

.pointissue-button {
    display: block;
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    padding-top: 15px;
    border-radius: 3px;
    border-right: 2px solid #9a9e9f;
    border-bottom: 3px solid #9a9e9f;
    background: -webkit-gradient(linear, left top, left bottom, from(#fce566), color-stop(#fae249), to(#f9de26));
    background: -webkit-linear-gradient(top, #fce566, #fae249, #f9de26);
    background: linear-gradient(to bottom, #fce566, #fae249, #f9de26);
    font-size: 24px;
    font-weight: bold;
    -webkit-transition: .3s;
    transition: .3s;
}

a.pointissue-button {
    color: #333;
}

.pointissue-button:hover {
    position: relative;
    top: 1px;
    opacity: .8;
    text-decoration: none;
}

.pointissue-txt {
    font-size: 15px;
    line-height: 1.5;
}

.pointissue-txt span {
    color: #f00;
}

.pointissue-txt a {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    color: #007fe9;
    -webkit-transition: .3s;
    transition: .3s;
}

.pointissue-txt a:hover {
    position: relative;
    top: 1px;
}

/* 無料ポイントお知らせポップアップ */
.pointguide {
    margin-top: -234px;
}

.pointguide-inner {
    height: 468px;
    background: #fff url(https://p.dmm.co.jp/p/livechat/pointpopup/pointguide_bg.png) top center no-repeat;
}

.pointguide-head {
    top: 10px;
    width: 704px;
    height: 193px;
    margin-left: -354px;
}

.pointguide-remaining {
    padding: 15px 0;
    border: 2px solid #fad610;
    border-radius: 2px;
    background: #fff;
    font-size: 20px;
    font-weight: bold;
    color: #ff0909;
}

.pointguide-remaining span,
.pointguide strong {
    font-weight: bold;
}

.pointguide-talk {
    padding: 15px 0;
    font-size: 18px;
}

.pointguide-date {
    padding: 15px 40px;
    border: 2px solid #b6c5cc;
    border-radius: 5px;
    background: #ecf2f5;
}

.pointguide-date,
.pointguide-date * {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    color: #476373;
}

.pointguide-check {
    padding-top: 10px;
}

.pointguide-check p {
    display: block;
    padding-bottom: 15px;
    font-size: 13px;
}

.pointguide-label {
    position: relative;
    display: block;
    width: 350px;
    margin: 0 auto;
    word-break: break-all;
}

.pointguide-label input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.pointguide-label * {
    cursor: pointer;
}

.pointguide-label > label {
    position: relative;
    padding-left: 25px;
    font-size: 15px;
}

.pointguide-label input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.pointguide-label input[type="checkbox"] + label::before,
.pointguide-label input[type="checkbox"] + label::after {
    position: absolute;
    top: -2px;
    left: 0;
    display: inline-block;
    content: '';
}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .pointguide-label input[type="checkbox"] + label::before,
    *::-ms-backdrop, .pointguide-label input[type="checkbox"] + label::after {
        top: 0;
    }
}

@supports (-ms-ime-align: auto) {
    *::-ms-backdrop, .pointguide-label input[type="checkbox"] + label::before,
    *::-ms-backdrop, .pointguide-label input[type="checkbox"] + label::after {
        top: 0;
    }
}

.pointguide-label input[type="checkbox"] + label::before {
    z-index: 0;
    width: 20px;
    height: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #999;
    border-radius: 5px;
    background-color: transparent;
}

.pointguide-label input[type="checkbox"] + label::after {
    z-index: 1;
    width: 6px;
    height: 9px;
    margin: 4px 0 0 7px;
}

.pointguide-label input[type="checkbox"]:checked + label::before {
    background-color: #ea6161;
    border-color: #ea6161;
}

.pointguide-label input[type="checkbox"]:checked + label::after {
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* ========================= [ メールアドレス再登録促進ポップアップ ]  */
.ResetMailPopup__outerWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.ResetMailPopup {
    width: 304px;
    max-height: 100vh;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
    overflow: auto;
}
.ResetMailPopup .ResetMailPopup__img {
    display: block;
    width: 100%;
}
.ResetMailPopup .ResetMailPopup__detail {
    padding: 24px 0;
    text-align: center;
}
.ResetMailPopup .ResetMailPopup__detail ul {
    padding: 0 35px;
    margin-bottom: 24px;
}
.ResetMailPopup .ResetMailPopup__detail li {
    color: #4B5460;
    text-align: left;
    font-size: 13px;
    margin-bottom: 8px;
    text-indent: -1em;
    padding-left: 0em;
}
.ResetMailPopup .ResetMailPopup__detail li span {
    color: #F21540;
    font-weight: bold;
}
.ResetMailPopup .ResetMailPopup__applyBtn {
    display: block;
    line-height: 40px;
    border-radius: 20px;
    background-color: #ed626f;
    color: #fff;
    width: 256px;
    -webkit-box-shadow: 0 0 8px 0 rgba(237, 98, 111, 0.4);
    box-shadow: 0 0 8px 0 rgba(237, 98, 111, 0.4);
    font-size: 14px;
    margin: 0 auto;
    text-decoration: none;
    cursor: pointer;
}

.ResetMailPopup .ResetMailPopup__applyBtn:link, .ResetMailPopup .ResetMailPopup__applyBtn:visited {
    text-decoration: none;
    color: #fff;
}

.ResetMailPopup .ResetMailPopup__applyBtn:hover {
    background-color: #f76574;
    -webkit-box-shadow: 0 0 8px 0 rgba(237, 98, 111, 0.8);
    box-shadow: 0 0 8px 0 rgba(237, 98, 111, 0.8);
}

.ResetMailPopup .ResetMailPopup__exitTxt {
    text-decoration: underline;
    display: inline-block;
    font-size: 12px;
    color: #737d8b;
    line-height: 1;
    margin-top: 20px;
}

.ResetMailPopup .ResetMailPopup__exitTxt:link, .ResetMailPopup .ResetMailPopup__exitTxt:visited {
    text-decoration: underline;
    color: #737d8b;
}

/* ========================= [ ハンドルネーム設定促進ポップアップ ]  */
.HandlenamePopup__outerWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.HandlenamePopup {
    width: 288px;
    max-height: 100vh;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
    overflow: auto;
}

.HandlenamePopup .HandlenamePopup__img {
    width: 100%;
}

.HandlenamePopup .HandlenamePopup__detail {
    padding: 24px 16px;
    text-align: center;
}

.HandlenamePopup .HandlenamePopup__applyBtn {
    display: block;
    line-height: 40px;
    border-radius: 20px;
    background-color: #ed626f;
    color: #fff;
    width: 100%;
    -webkit-box-shadow: 0 0 8px 0 rgba(237, 98, 111, 0.4);
    box-shadow: 0 0 8px 0 rgba(237, 98, 111, 0.4);
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.HandlenamePopup .HandlenamePopup__applyBtn:link, .HandlenamePopup .HandlenamePopup__applyBtn:visited {
    text-decoration: none;
    color: #fff;
}

.HandlenamePopup .HandlenamePopup__applyBtn:hover {
    background-color: #f76574;
    -webkit-box-shadow: 0 0 8px 0 rgba(237, 98, 111, 0.8);
    box-shadow: 0 0 8px 0 rgba(237, 98, 111, 0.8);
}

.HandlenamePopup .HandlenamePopup__applyBtn:link:hover, .HandlenamePopup .HandlenamePopup__applyBtn:visited:hover {
    text-decoration: none;
    opacity: 1;
}

.HandlenamePopup .HandlenamePopup__exitTxt {
    text-decoration: underline;
    display: inline-block;
    font-size: 13px;
    color: #737d8b;
    line-height: 1;
    margin-top: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.HandlenamePopup .HandlenamePopup__exitTxt:link, .HandlenamePopup .HandlenamePopup__exitTxt:visited {
    text-decoration: underline;
    color: #737d8b;
}

.HandlenamePopup .HandlenamePopup__exitTxt:hover {
    text-decoration: none;
}

.HandlenamePopup .HandlenamePopup__exitTxt:link:hover, .HandlenamePopup .HandlenamePopup__exitTxt:visited:hover {
    text-decoration: none;
    opacity: 1;
}

/* ========================= [ 新デザイン画像優先表示追加ポップアップ ]  */
.SimpleListPopup__outerWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.SimpleListPopup {
    position: relative;
    padding: 20px 32px 52px;
    width: 544px;
    max-height: 100vh;
    background-color: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

.SimpleListPopup__item {
    width: 480px;
}

.SimpleListPopup__img {
    width: 100%;
}

.SimpleListPopup__nav .owl-prev, .SimpleListPopup__nav .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 48px;
    height: 48px;
    background-color: #4b5460;
    border: 2px solid #fff;
    border-radius: 40px;
}

.SimpleListPopup__nav .owl-prev:hover, .SimpleListPopup__nav .owl-next:hover {
    background-color: #6e7682;
}

.SimpleListPopup__nav .owl-prev.disabled, .SimpleListPopup__nav .owl-next.disabled {
    opacity: 0;
}

.SimpleListPopup__nav .owl-prev {
    left: -24px;
}

.SimpleListPopup__nav .owl-next {
    right: -24px;
}

.SimpleListPopup__nav button.owl-prev::before, .SimpleListPopup__nav button.owl-next::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.SimpleListPopup__nav button.owl-prev::before {
    left: 19px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

.SimpleListPopup__nav button.owl-prev:hover::before {
    left: 18px;
}

.SimpleListPopup__nav button.owl-next::before {
    right: 19px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.SimpleListPopup__nav button.owl-next:hover::before {
    right: 18px;
}

.SimpleListPopup__dots {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

.SimpleListPopup__dots .SimpleListPopup__dot {
    display: inline-block;
    vertical-align: bottom;
    background-color: #E8ECF2;
    width: 12px;
    height: 12px;
    margin: 0 8px;
    border-radius: 12px;
    border: none;
}

.SimpleListPopup__dots .SimpleListPopup__dot.active {
    background-color: #4b5460;
}

.SimpleListPopup__closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    z-index: 2;
}

.SimpleListPopup__closeBtn button {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    border: none;
    background-color: transparent;
}

.SimpleListPopup__closeBtn button:hover {
    background-color: #f4f7f9;
}

.SimpleListPopup__closeBtn button::before, .SimpleListPopup__closeBtn button::after {
    content: '';
    position: absolute;
    top: 14px;
    left: 23px;
    width: 2px;
    height: 20px;
    background-color: #4b5460;
}

.SimpleListPopup__closeBtn button::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.SimpleListPopup__closeBtn button::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* ========================= [ 旧デザイン廃止告知ポップアップ ]  */
.UnificationPopup__outerWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto;
}
.UnificationPopup {
    position: relative;
    padding-bottom: 32px;
    width: 480px;
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
}
.UnificationPopup .UnificationPopup__detail {
    position: relative;
    margin-bottom: 28px;
    padding: 30px 38px 24px;
    background: top left url(https://p.dmm.co.jp/p/livechat/unification_popup/bg.jpg) no-repeat;
    background-size: cover;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
.UnificationPopup .UnificationPopup__detail::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 12px;
    width: 456px;
    height: 101px;
    background: left top url(https://p.dmm.co.jp/p/livechat/unification_popup/img_cat.png) no-repeat;;
    background-size: contain;
}
.UnificationPopup .UnificationPopup__ttl {
    position: relative;
    display: inline-block;
    margin: 0 auto 20px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #FA4E4D;
    line-height: 1;
}
.UnificationPopup .UnificationPopup__ttl::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: top left url(https://p.dmm.co.jp/p/livechat/unification_popup/ico_imp.png) no-repeat;
    background-size: contain;
}
.UnificationPopup .UnificationPopup__mainTxt {
    margin-bottom: 20px;
    padding: 20px 0;
    font-size: 20px;
    font-weight: bold;
    color: #FA4E4D;
    line-height: 30px;
    background-color: #fff;
    border: 2px solid #FA4E4D;
    box-shadow: 0 0 0 2px #fff;
}
.UnificationPopup .UnificationPopup__subTxt {
    font-size: 12px;
    font-weight: normal;
    color: #402F2A;
    line-height: 18px;
}
.UnificationPopup .UnificationPopup__subTxt b {
    position: relative;
    top: -1px;
    font-size: 14px;
    font-weight: bold;
}
.UnificationPopup .UnificationPopup__applyBtn {
    display: block;
    margin: 0 auto;
    background-color: #ED626F;
    box-shadow: 0 1px 3px 0 #ED626F;
    width: 240px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
}
.UnificationPopup .UnificationPopup__applyBtn:link, .UnificationPopup .UnificationPopup__applyBtn:visited {
    color: #fff;
    text-decoration: none;
}
.UnificationPopup .UnificationPopup__applyBtn:hover {
    box-shadow: 0 2px 8px 0 #ED626F;
    text-decoration: none;
    opacity: 1;
}
.UnificationPopup .UnificationPopup__exitTxt {
    display: inline-block;
    margin-top: 20px;
    font-size: 12px;
    color: #4B5460;
    line-height: 1;
    text-decoration: underline;
    text-align: center;
}
.UnificationPopup .UnificationPopup__exitTxt:link, .UnificationPopup .UnificationPopup__exitTxt:visited {
    text-decoration: underline;
    color: #4B5460;
}
.UnificationPopup .UnificationPopup__exitTxt:hover {
    text-decoration: none;
    opacity: 1;
}
.UnificationPopup .UnificationPopup__closeBtn {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #ED626F;
    box-shadow: 0 1px 3px 0 #ED626F;
}
.UnificationPopup .UnificationPopup__closeBtn:hover {
    box-shadow: 0 2px 8px 0 #ED626F;
    text-decoration: none;
    opacity: 1;
}
.UnificationPopup .UnificationPopup__closeBtn img {
    width: 100%;
    height: 100%;
}

/* ========================= [ Flash Player有効 ]  */
.box-flash .flash-invalid {
    position: relative;
    height: 473px;
    background-color: #23292e;
    font-size: 14px;
    line-height: 2em;
    color: #fff;
}

.box-flash .flash-invalid .tx-invalid {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -90px;
    width: 600px;
}

.btn-enabled {
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    padding: 25px 80px;
    display: inline-block;
    margin: 15px 30px;
    letter-spacing: 1px;
    font-weight: bold;
    outline: none;
    position: relative;
    color: #fff;
    background: #009bc9;
    -webkit-transition: none;
    transition: none;
    border-radius: 6px;
    border: 2px solid #009bc9;
}

a.btn-enabled {
    color: inherit;
}

.btn-enabled:after {
    top: 2px;
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-enabled:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

.btn-enabled:hover {
    background: transparent;
    color: #009bc9;
    text-decoration: none;
}

/* ========================= [ Flash Player有効 - Firefox ]  */
#page-lc .movie-window .area-movie .area-screen .link-flash-guide {
    text-align: left;
    margin: 4px 0;
}

#page-lc .movie-window .area-movie .area-screen .link-flash-guide a {
    position: relative;
    display: inline-block;
    padding: 0 24px;
    line-height: 20px;
    font-size: 11px;
    color: #009BC9;
    text-decoration: underline;
}

#page-lc .movie-window .area-movie .area-screen .link-flash-guide a:hover {
    text-decoration: none;
}

#page-lc .movie-window .area-movie .area-screen .link-flash-guide a::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url(https://p.dmm.co.jp/p/livechat/chat_room/icon_chat.png) -43px -77px no-repeat;
    content: "";
}

#page-lc .movie-window .area-movie .area-screen .link-flash-guide a::after {
    content: '';
    display: block;
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: 16px;
    width: 5px;
    height: 5px;
    -webkit-box-shadow: 2px 2px #5F5F5F;
    box-shadow: 2px 2px #5F5F5F;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* ================================================== [ 女の子募集ページ] */
/* =====  通勤希望フォーム */
.commutingwork-hd {
    margin-bottom: 35px !important;
}

#page .commutingwork-capt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 3px 0 !important;
    background: none !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#page .commutingwork-capt span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    padding-left: 0 !important;
    border: 4px solid #68b8ff;
    border-radius: 50%;
}

.page-commutingwork .inputtbl {
    margin-bottom: 20px !important;
}

.commutingwork-btn {
    position: relative;
    width: 295px;
    height: 52px;
    margin: 0 auto !important;
}

.commutingwork-btn input {
    display: block;
    width: 295px;
    height: 52px;
    border: 1px solid #e64b04;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff8005), to(#f45704));
    background: -webkit-linear-gradient(top, #ff8005, #f45704);
    background: linear-gradient(to bottom, #ff8005, #f45704);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    font-size: 22px;
    color: #fff;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
}

.commutingwork-btn input:link,
.commutingwork-btn input:visited {
    color: #fff;
}

.commutingwork-btn:hover {
    position: relative;
    top: 1px;
    z-index: 1;
    color: #fff !important;
    text-decoration: none;
}

.commutingwork-btn::before {
    position: absolute;
    top: 18px;
    left: 15px;
    border-left: 12px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    content: '';
    z-index: 2;
}

.commutingwork-btn.no-active {
    opacity: .5;
}

.commutingwork-btn.no-active:hover {
    top: 0;
    cursor: default;
}

.commutingwork-btn.no-active input {
    cursor: default;
}

.commutingwork-txt {
    text-align: center;
}

.commutingwork-txt p {
    margin-bottom: 20px !important;
}

.commutingwork-checkbox label {
    padding-left: 25px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.commutingwork-checkbox label:after {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #afafaf;
    border-radius: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#dadada));
    background: -webkit-linear-gradient(top, #eaeaea, #dadada);
    background: linear-gradient(to bottom, #eaeaea, #dadada);
    z-index: 0;
    content: '';
}

.commutingwork-checkbox input[type=checkbox] {
    display: none;
}

.commutingwork-checkbox input[type=checkbox]:checked + label:after {
    border: 1px solid #0056ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#5ea8f9), to(#0a75ff));
    background: -webkit-linear-gradient(top, #5ea8f9, #0a75ff);
    background: linear-gradient(to bottom, #5ea8f9, #0a75ff);
}

.commutingwork-checkbox input[type=checkbox]:checked + label:before {
    position: absolute;
    top: 3px;
    left: 6px;
    width: 5px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
    content: '';
}

.commutingwork-end {
    padding-left: 15px;
}

.commutingwork-end p:first-child {
    font-size: 18px;
    font-weight: bold;
}

#lc-nav p, #lc-nav ul, #lc-nav li, #lc-nav ol, #lc-nav dl, #lc-nav dd, #lc-nav dt {
    margin: 0;
    padding: 0;
}

#lc-nav ul {
    list-style: none;
}

/* 左ナビFANZATVバナー */
#lnav-lc .lnav-fanzatv .dmm-c-banner-tags {
    width: 220px;
    max-height: 75px;
}
#lnav-lc .lnav-fanzatv .dmm-c-banner-tags iframe {
    width: 220px;
    height: 75px;
}