@charset "UTF-8";

/*---------------------------------------------

このCSSは2.0案件用に追加したCSSです。
本番反映まではこのCSSに記載していきます。

=======更新履歴 ==============
---------------------------------------------
・20191025
 「PC視聴ページ（有料）ユーザーが任意のマイク/カメラを選択できるようにする」を追加。
---------------------------------------------
・20191112
 「動作環境変更のお知らせ_パーツマップ作成」を追加。
---------------------------------------------

---------------------------------------------*/

/* ===== [ 20191025 PC視聴ページ（有料）ユーザーが任意のマイク/カメラを選択できるようにする ]
https://jira.arms.dmm.com/browse/LCWF-3761 ==*/

.float-MicroCamera {
    top: 220px;
    left: 340px;
}

.MicroCamera {
    overflow: hidden;
    padding: 10px 5px;
    background-color: rgba(255, 255, 255, 0.97);
    border: solid #d3d7de;
    border-width: 0 1px 1px;
    border-radius: 0 0 3px 3px;
}

.MicroCamera > div {
    padding: 0 5px;
}

.MicroCamera > div:first-child {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.MicroCamera > div:first-child .selectbox {
    padding-bottom: 5px;
}

.MicroCamera .selectbox select {
    width: 100%;
    height: 36px;
    line-height: 25px;
    padding: 5px;
    border: 1px solid #d7dce4;
    border-radius: 3px;
    background: #fefefe;
    font-size: 12px;
    cursor: pointer;
}

.MicroCamera .selectbox select option {
    background: #fff;
}

.MicroCameraTitle {
    padding: 0 0 2px 2px;
    font-size: 13px;
    font-weight: bold;
    color: #4b4d52;
    text-align: left;
}

.MicroVolume > label {
    display: flex;
    align-items: center;
    height: 22px;
    margin-bottom: 10px;
    padding: 0 0 0 20px;
    background: url(https://assets.demo.lc.dmm.com/images/icon-mic.png) no-repeat 2px center;
    -webkit-background-size: 13px 20px;
    background-size: 13px 20px;
    text-align: left;
}

#MicroVolume {
    width: 180px;
    cursor: pointer;
}

.box-Camera.box-NoActive {
    text-align: left;
    filter: opacity(0.5);
}

.box-Camera.box-NoActive .text {
    padding-left: 5px;
    line-height: 36px;
}

.Button-Setting {
    position: relative;
    display: inline-block;
    padding: 6.5px 2px 6.5px 28px;
    border: 1px solid rgb(211, 211, 211);
    border-radius: 2px;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
    pointer-events: auto;
    width: 150px;
    height: 27px;
    background: linear-gradient(to top, rgb(242, 242, 242), rgb(254, 254, 254));
    letter-spacing: -0.4px;
}

.Button-Setting:link,
.Button-Setting:visited {
    color: #6a6a6a;
    font-weight: bold;
}

.Button-Setting:hover {
    text-decoration: none;
}

.Button-Setting.Setting-Disabled {
    color: #999;
    font-weight: normal;
}

.IconSetting {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 5px;
    left: 10px;
    -webkit-background-size: 16px;
    background-size: 16px;
    background-image: url(/images/chat_room/microvolume_setting.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.Setting-Disabled .IconSetting {
    background-image: url(/images/chat_room/microvolume_setting_off.png);
}

/* ===== [ // 20191025 PC視聴ページ（有料）ユーザーが任意のマイク/カメラを選択できるようにする ] ==*/

/* ===== [ 20191112 動作環境変更のお知らせ_パーツマップ作成 ]
https://jira.arms.dmm.com/browse/LCWF-3940 ==*/

/*====01、視聴エリアCSSここから==================================*/

/*====flash-range追加分ここから==============*/
.box-access-count {
    justify-content: space-between;
    padding: 0 0 0 8px;
}

.position-right {
    display: flex;
}

.button-html5 a {
    display: inline-block;
    padding: 0 10px;
    border-radius: 2px;
    background: #de6868;
    font-size: 11px;
    color: #fff;
}

.peeping-status + .button-html5 {
    margin-left: 5px;
}

/*====flash-range追加分ここまで==============*/

/*====動作環境変更のお知らせボタンここから=======*/
.no-browser {
    position: absolute;
    width: 380px;
    top: 130px;
    left: 130px;
    padding: 25px 30px;
    border: 2px solid #fff;
    border-radius: 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.no-browser *,
.no-browser *::before,
.no-browser *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.no-browser-text {
    width: 316px;
    padding-left: 35px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 1.7;
}

.no-browser-text::before {
    top: 7px;
    left: 0;
    width: 35px;
    height: 35px;
    background-position: -67px -1px;
}

.no-browser-text + .button-browser {
    margin-top: 10px;
}

.button-browser {
    display: block;
    width: 300px;
    border-radius: 6px;
    margin: 0 auto;
    padding-right: 10px;
    font-size: 15px;
    font-weight: bold;
    line-height: 50px;
    color: #fff;
}

.button-browser:hover {
    position: relative;
    top: 1px;
}

.button-browser:link,
.button-browser:visited {
    color: #fff;
}

.button-browser:hover {
    opacity: 1;
    text-decoration: none;
}

.button-browser::before {
    top: 7px;
    right: 35px;
    width: 35px;
    height: 35px;
    background-position: -102px -23px;
}

/*--フロアごとカラー変更ここから--*/
.floor-adult .button-browser {
    background: #d66d97;
}

.floor-madam .button-browser {
    background: #94468e;
}

.floor-nonadult .button-browser {
    background: #6bb04b;
}

/*--//フロアごとカラー変更ここまで--*/

/*--背景画像設定ここから--*/
.u-browserimagebg {
    position: relative;
}

.u-browserimagebg::before {
    position: absolute;
    content: "";
    background-image: url(../html../images/popup/specimage.png);
    background-repeat: no-repeat;
    background-size: 140px 65px;
}

/*--//背景画像設定ここまで--*/

/*====動作環境変更のお知らせボタンここまで=======*/

/*====01、視聴エリアCSSここまで==================================*/

/*====02、動作環境ポップアップCSSここから==========================*/

.SpecWrapper * {
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 100%;
    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;
}

.SpecWrapper {
    width: 680px;
    background: #fff;
}

/*--フロアごとカラー変更ここから--*/

/*--共通--*/
.SpecHead,
.SpecPoint {
    color: #fff;
}

.FontRed {
    font-weight: bold;
    color: #e67079;
}

/*--アダルト--*/
.Spec-FloorAdult .SpecHead,
.Spec-FloorAdult .SpecPoint {
    background: #d66d97;
}

.Spec-FloorAdult .SpecTitle {
    color: #d66d97;
}

/*--人妻--*/
.Spec-FloorMadam .SpecHead,
.Spec-FloorMadam .SpecPoint {
    background: #94468e;
}

.Spec-FloorMadam .SpecTitle {
    color: #94468e;
}

/*--ノンアダルト--*/
.Spec-FloorNonAdult .SpecHead,
.Spec-FloorNonAdult .SpecPoint {
    background: #6bb04b;
}

.Spec-FloorNonAdult .SpecTitle {
    color: #6bb04b;
}

/*--バーチャル--*/
.Spec-FloorVirtual .SpecHead,
.Spec-FloorVirtual .SpecPoint {
    background: #18a0fb;
}

.Spec-FloorVirtual .SpecTitle {
    color: #18a0fb;
}

/*--//フロアごとカラー変更ここまで--*/

/*--背景画像設定ここから--*/
.u-SpecImageBg::before {
    position: absolute;
    content: "";
    background-image: url(../images/specimage.png);
    background-repeat: no-repeat;
    background-size: 140px 65px;
}

/*--//背景画像設定ここまで--*/

.SpecHead {
    position: relative;
    padding-top: 5px;
    line-height: 60px;
    text-align: center;
}

.SpecHeadTitle {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding-right: 20px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.SpecHeadTitle::before {
    top: -15px;
    right: -50px;
    width: 65px;
    height: 50px;
    background-position: 0 0;
}

.SpecBody {
    background: #fff;
    text-align: left;
}

.SpecChangeList {
    padding: 25px 40px;
    counter-reset: number;
    list-style-type: none;
}

.SpecChange {
    display: flex;
    margin-bottom: 15px;
}

.SpecChange:last-child {
    margin-bottom: 0;
}

.SpecPoint {
    width: 60px;
    height: 60px;
    padding-top: 12px;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
}

.SpecPointSub {
    display: block;
    padding-top: 3px;
    font-size: 22px;
    font-weight: bold;
}

.SpecContents {
    width: 540px;
    padding: 10px 0 0 10px;
}

.SpecTitle {
    padding: 0 0 15px;
    font-size: 17px;
    font-weight: bold;
    color: #dd4493;
}

.SpecBodyText {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

.SpecBodySupplement {
    margin-top: 10px;
    padding: 15px;
    border-radius: 10px;
    background: #f7f7f6;
    font-size: 12px;
    color: #555;
    list-style-type: none;
}

.SpecBodySupplement li {
    margin-bottom: 10px;
    text-indent: -1.2em;
    padding-left: 1em;
    line-height: 1.3;
}

.SpecBodySupplement li:last-child {
    margin-bottom: 0;
}

.SpecBodySupplement li::before {
    display: inline;
    content: "※";
}

.BrowserAll {
    padding: 20px 0;
    background: #eee;
}

.BrowserTitle {
    position: relative;
    width: 580px;
    margin: 0 auto 20px;
    padding-left: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #444;
}

.BrowserTitle::before {
    width: 30px;
    height: 24px;
    background-position: -68px -36px;
    top: -6px;
    left: 5px;
}

.BrowserList {
    display: flex;
    width: 600px;
    margin: 0 auto;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

.BrowserItem {
    width: 190px;
    list-style: none;
}

.BrowserConnetnts {
    border-radius: 6px;
    background: #fff;
}

.BrowserName {
    padding-top: 20px;
    border-radius: 6px 6px 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #444;
    text-align: center;
}

.BrowserNew {
    display: block;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    padding: 3px 0;
    border-radius: 10px;
    background: #ddd;
    font-size: 11px;
    color: #666;
    text-align: center;
}

.BrowserName + .BrowserNew {
    margin-top: 5px;
}

.BrowserLink {
    padding: 10px;
}

.BrowserButton,
.BrowserSub {
    display: block;
    width: 100%;
    text-align: center;
}

a.BrowserButton,
a.BrowserSub {
    color: #333;
}

.BrowserButton:hover,
.BrowserSub:hover {
    text-decoration: none;
}

.BrowserButton {
    position: relative;
    display: block;
    line-height: 40px;
    padding-left: 25px;
    border-radius: 6px;
    background: #ffc80d;
    font-size: 13px;
    font-weight: bold;
    color: #333;
}

.BrowserButton::before {
    top: 10px;
    left: 12px;
    width: 22px;
    height: 22px;
    background-position: -104px -1px;
}

.BrowserButton:hover {
    filter: opacity(0.5);
    text-decoration: none;
    position: relative;
    top: 1px;
}

.BrowserSub {
    padding: 7px 0;
    border-radius: 0 0 6px 6px;
    background: #f7f7f6;
}

.SpecFoot {
    padding: 15px 40px;
}

.SpecFootText {
    font-size: 13px;
    color: #555;
    line-height: 1.3;
    list-style-type: none;
}

.SpecFootText li {
    margin-bottom: 10px;
    text-indent: -1.2em;
    padding-left: 1em;
    line-height: 1.3;
}

.SpecFootText li:last-child {
    margin-bottom: 0;
}

.SpecFootText li::before {
    display: inline;
    content: "※";
}

.SpecFootText a {
    color: #555;
    text-decoration: underline;
}

.SpecFootText a:hover {
    text-decoration: none;
}

.SafariText {
    padding-top: 5px;
    font-size: 11px;
    text-align: center;
}

/*====02、動作環境ポップアップCSSここまで==========================*/

/* ===== [ // 20191112 動作環境変更のお知らせ_パーツマップ作成 ] ここまで==*/
